.wenti_detail{
	width: 100%;
	padding: 10px 15px 0;
}
.tit{
	width: 100%;
	font-size:16px;
	font-weight:bold;
	color:rgba(51,51,51,1);
	line-height: 30px;
	border-bottom: 1px solid #DEDEDE;
}
.detail_con{
	width: 100%;
	padding:  5px 10px;
	font-size:12px;
	font-weight:bold;
	color:rgba(51,51,51,1);
	line-height: 20px;
	min-height: 500px;
}
.detail_con img{
    width: 100%;
    max-width: 600px;
    margin:0px auto;
}

/*立即创建与联系客服样式*/
.dibuneir{
    padding: 10px 0;
    /* margin-top: 10px; */
    width: 100%;
    /*height: 40px;*/
    /* line-height: 60px; */
    position: fixed;
    bottom: 0;
    background: rgba(248,248,248,0.82);
    display: flex;
    text-align: center;
    z-index: 9;
}
.kefuwx{
    display: flex;
    width: 120px;
    height: 40px;
    background: #1AD46B;
    box-shadow: 0px 4px 0px 0px #07A44B;
    border-radius: 80px 80px 80px 80px;
    font-size: 14px;
    font-family: Noto Sans SC-Regular, Noto Sans SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40px;
    margin: 0 10px;
}
.kefuwx img{
    width:20px;
    height: 20px;
    margin-top: 10px;
    padding: 0 4px 0 20px;
    box-sizing: content-box;
}
.mianfeich{
    width: 225px;
    text-align: center;
    height: 40px;
    background: #4987FB;
    box-shadow: 0px 4px 0px 0px #1D5CD1;
    border-radius: 40px 40px 40px 40px;
    font-size: 14px;
    font-family: Noto Sans SC-Regular, Noto Sans SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40px;
    margin: 0 10px 0 0;
}
.kefuwxtc{
    width: 335px;
    height: 344px;
    background: #FFFFFF;
    position: fixed;
    top: calc(50% - 172px);
    left: calc(50% - 167.5px);
    z-index: 99999;
    border-radius:12px;
}
.erweimadax{
    text-align: center;
    width: 180px;
    height: 180px;
    background: #FFFFFF;
    margin:20px auto 10px auto;
}
.erweimadax img{
    margin: 10px auto;
    width: 160px;
    height: 160px;
}
.kebtxx{
    height: 40px;
    background: #FFFFFF;
    box-shadow: inset 0px -1px 0px 0px #E5E5E5;
    border-radius: 12px 12px 0px 0px;
    font-size: 16px;
    font-family: Noto Sans SC-Medium, Noto Sans SC;
    font-weight: 500;
    color: #333333;
    line-height: 40px;
    text-align: center;
}
.baocunerms{
    height: 20px;
    font-size: 14px;
    font-family: Noto Sans SC-Regular, Noto Sans SC;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    margin: 10px auto;
    text-align: center;
}
.neohaom{
    display: block;
    width: 295px;
    height: 44px;
    background: #4987FB;
    border-radius: 40px 40px 40px 40px;
    margin: 0 auto;
    text-align: center;
    line-height: 44px;;
    
    font-size: 16px;
    font-family: Noto Sans SC-Regular, Noto Sans SC;
    font-weight: 400;
    color: #FFFFFF;

}
.guanbi{
    position: absolute;
    top: 15px;
    right: 15px;
    width: 14px;
    height: 14px;
}
.zhezhao{
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    z-index: 9999;
}