﻿@font-face {
	font-family: 'iconfont';  /* Project id 2444528 */
	src: url('../fonts/font_2444528_xmk0rxdmux.woff2') format('woff2'),
	url('../fonts/font_2444528_xmk0rxdmux.woff') format('woff'),
	url('../fonts/font_2444528_xmk0rxdmux.ttf') format('truetype');
}
html, body {
    background: #F5F6F7!important;
    height: auto;
}
.wd-list{
	margin-top: 12px;
	padding: 24px 0 28px;
	box-sizing: border-box;
	background-color: #FFFFFF;
	border-radius: 4px;
}
.wd-list-tit{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 28px;
}
.wd-list span{
	display: inline-block;
}
.wd-list-tit span{
	font-size: 18px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #262626;
}
.wd-list .wd-list-tit a{
	font-size: 14px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #8C8C8C;
}
.wd-list .wd-list-tit a:hover{
	color: #1A8CFF;
	text-decoration: none;
}
.wd-list ul{
	margin-top: 20px;
}
.wd-list ul .wd-item{
	margin: 0 28px 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #EBEBEB;
}
.wd-list ul .wd-item{
	margin-bottom: 20px;
}
.wd-list ul li:last-child{
	margin-bottom: 28px;
}
.wd-list ul .no-data{
	width: 100%;
	display: block;
	font-size: 15px;
	font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi;
	font-weight: 400;
	color: #ABABAB;
	line-height: 18px;
	text-align: center;
	margin-bottom: 12px!important;
}
.wd-list .wd-w{
	font-size: 15px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #262626;
	line-height: 21px;
	display: flex;
	align-items: center;
}
.wd-list li:hover .wd-w{
	color: #1A8CFF;
}
.wd-list .wd-answer{
	font-size: 14px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #595959;
	line-height: 20px;
	margin-top: 12px;
	display: flex;
	align-items: center;
}
.wd-list .wd-w i{
	flex-shrink: 0;
	display: block;
	width: 26px;
	height: 26px;
	background-image: url(../fonts/90b7dff92a114ff0a8d7bc646f1f2f43.svg) no-repeat;
	mask: url(../images/icon-cross-no-bg.svg) no-repeat;
	cursor: pointer;
}
.wd-list .ask-question-btn:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #1A8CFF;
}
.popup-layer{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	background-color: rgba(0,0,0,.4);
}
.popup-box{
	width: 565px;  
	background: #FFFFFF;
	border-radius: 4px 4px 4px 4px;
	opacity: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 12px 16px 24px;
	box-sizing: border-box;
}
.popup-box-tit{
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #262626;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 12px;
	border-bottom: 1px solid #EBEBEB;
}
.popup-box-tit i{
	display: inline-block;
	width: 24px;
	height: 24px;
	background-color: #ABABAB;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	vertical-align: text-top;
	-webkit-mask: url(../fonts/icon-cross-no-bg.svg) no-repeat;
	mask: url(../images/icon-cross-no-bg.svg) no-repeat;
	cursor: pointer;
}
.question-text{
	width: 100%;
	height: 114px;
	background: #FFFFFF;
	opacity: 1;
	box-sizing: border-box;
	margin: 16px 0 8px;
	position: relative;
}
.question-text textarea{
	padding: 16px;
	resize: none;
	width: 100%;
	height: 100%;
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #262626;
	line-height: 24px;
	border: 1px solid #EBEBEB;
}
.question-text textarea:focus{
	border: 1px solid #D9D9DA;;
}
.question-text textarea::placeholder{
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #ABABAB;
}
.popup-box .question-text p{
	position: absolute;
	right: 20px;
	bottom: 8px;
	font-size: 13px;
	font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi;
	font-weight: 400;
	color: #ABABAB;
	line-height: 18px;
}
.question-box-foot{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.question-box-foot span{
	font-size: 13px;
	font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi;
	font-weight: 400;
	color: #ABABAB;
}
.question-box-foot button{
	display: inline-block;
	width: 88px;
	height: 36px;
	background: #1A8CFF;
	border-radius: 4px 4px 4px 4px;
	opacity: 1;
	font-size: 13px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	margin-left: 16px;
}

.question-box-remind{
	font-size: 12px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #8C8C8C;
}
.question-box-remind .question-box-remind-text{
	color: #333;
}
.question-form{
	margin-top: 16px;
	display: flex;
	align-items: center;
}
.question-form .question-form-input{
	width: 224px;
	height: 36px;
	border: 1px solid #EEEEEE;
	padding: 6px 6px;
	box-sizing: border-box;
	margin-right: 8px;
	background-color: #FFFFFF;
	display: flex;
	align-items: center;
}
.question-form .form-code{
	width: 192px;
	display: none;
}
.question-form .edit-tel{
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #ABABAB;
	float: right;
	cursor: pointer;
	display: none;
}
.question-form input::placeholder{
	font-size: 13px;
	font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi;
	font-weight: 400;
	color: #ABABAB;
}
.question-form .question-form-input input{
	flex: 1;
	width: 0;
	font-size: 13px;
	font-family: Alibaba PuHuiTi 2.0-55 Regular, Alibaba PuHuiTi 20;
	font-weight: normal;
	color: #262626;
}
.question-form .get-code{
	font-size: 13px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #1A8CFF;
	cursor: pointer;
	margin-left: 8px;
}
.question-form .send-code{
	color: #B2B2B2 !important;
	font-size: 13px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	margin-left: 8px;
}
.question-form button{
	display: inline-block;
	width: 88px;
	height: 36px;
	background: #1A8CFF;
	border-radius: 4px;
	opacity: 1;
	font-size: 13px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	margin-left: auto;
	cursor: pointer;
}
.question-bottom button{
	display: inline-block;
	width: 88px;
	height: 36px;
	background: #1A8CFF;
	border-radius: 4px;
	opacity: 1;
	font-size: 13px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	margin-left: auto;
	cursor: pointer;
}


/* 成功弹窗 */
.tip-mask{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.4);
	display: none;
	align-items: center;
	justify-content: center;
}
.tip-layer{
	width: 360px;
	height: 410px;
	background: #FFFFFF;
	border-radius: 4px;
	padding: 0 16px;
	box-sizing: border-box;
}
.tip-layer .tip-layer-title{
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #EBEBEB;
}
.tip-layer .tip-layer-title span{
	font-size: 16px;
	font-family: PingFang SC-常规体, PingFang SC;
	font-weight: normal;
	color: #262626;
}
.tip-layer .tip-layer-title i{
	font-size: 13px;
	color: #ABABAB;
	cursor: pointer;
}
.tip-con>i{
	display: block;
	font-size: 55px;
	width: 55px;
	height: 56px;
	line-height: 56px;
	color: #1A8CFF;
	margin: 20px auto 12px;
}
.tip-con .tip-con-tit{
	font-size: 18px;
	font-family: PingFang SC-中黑体, PingFang SC;
	font-weight: normal;
	color: #262626;
	text-align: center;
}
.tip-con .qrcode{
	width: 152px;
	height: 152px;
	margin: 12px auto 16px;
	display: block;
}
.tip-con .tip-con-foot{
	font-size: 14px;
	font-family: PingFang SC-常规体, PingFang SC;
	font-weight: normal;
	color: #8C8C8C;
	text-align: center;
}
.success-tip{
	width: 400px;
	height: 420px;
	animation: 0.6s down linear normal forwards;
	-webkit-animation: 0.6s down linear normal forwards;
}
.success-tit{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 24px;
}
.success-tit i{
	display: block;
	font-size: 24px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	color: #1A8CFF;
	margin-right: 4px;
}
.success-tip-con .success-remind{
	font-size: 14px;
	font-family: PingFang SC-常规体, PingFang SC;
	font-weight: normal;
	color: #8C8C8C;
	line-height: 20px;
	margin: 12px 0;
	text-align: center;
}
.success-tip-con .qrcode{
	width: 160px;
	height: 160px;
}
.success-tip-con .follow-reason{
	width: 320px;
	height: 32px;
	background: #E6F7FF;
	border-radius: 200px;
	font-size: 14px;
	font-family: PingFang SC-中粗体, PingFang SC;
	font-weight: normal;
	color: #1A8CFF;
	line-height: 32px;
	white-space: nowrap;
	text-align: center;
	margin: 0 auto;
}
.success-tip-foot{
	margin-top: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #ABABAB;
}
.success-tip-foot a{
	color: #8C8C8C;
	line-height: 20px;
	margin: 0 4px;
	font-size: 14px;
}
.success-tip-foot a i{
	font-size: 12px;
	color: #8C8C8C;
}
.success-tip-foot a::after{
	content: '';
	width: 100%;
	height: 1px;
	background: #8C8C8C;
	display: block;
	margin-top: -3px;
}
@font-face {
  font-family: 'iconfont';  /* Project id 274560 */
  src: url('../fonts/font_274560_lj712j98u3b.woff2') format('woff2'),
       url('../fonts/font_274560_lj712j98u3b.woff') format('woff'),
       url('../fonts/font_274560_lj712j98u3b.ttf') format('truetype');
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 24px;
    font-style: normal;
    color: #999999;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.4rpx;
    -moz-osx-font-smoothing: grayscale
}
.answer-success{
	width: 340px;
	height: 290px;
	animation: 0.6s down linear normal forwards;
	-webkit-animation: 0.6s down linear normal forwards;
}
.answer-success .success-tit{
	display: block;
}
.answer-success .success-tit i{
	display: block;
	width: 60px;
	height: 60px;
	font-size: 60px;
	line-height: 60px;
	margin: 0 auto;
}
.answer-success .success-tit p{
	font-size: 20px;
	font-family: PingFang SC-中黑体, PingFang SC;
	font-weight: normal;
	color: #262626;
	line-height: 28px;
	margin-top: 12px;
}
.answer-success .success-remind{
	font-size: 14px;
	font-family: PingFang SC-常规体, PingFang SC;
	font-weight: normal;
	color: #595959;
	line-height: 22px;
	margin-top: 8px;
}
.answer-success .success-tip-foot{
	font-size: 13px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #8C8C8C;
}
.answer-success .success-tip-foot a{
	font-size: 13px;
	color: #576B95;
}
@keyframes down{
	0% {
		opacity: 0;
		-webkit-transform: translateY(-1000px);
		transform: translateY(-1000px)
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
		transform: translateY(30px)
	}

	80% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.popup-box .question-bottom{
	 margin-top:16px;
	 overflow:hidden;
	
}
.popup-box .question-bottom div{
	float:left;
}

.popup-box .bxk-notice input {
    width: 15px;
    height: 15px;
    margin: 10.5px 6px 0 0;
    background: url(../images/checkbox-blank-line@2x.png) no-repeat;
    background-size: 100% 100%;
    box-shadow: none;
    cursor: pointer;
}

.popup-box .bxk-notice input[type=checkbox]:checked {
    background: url(../images/checkbox-fill@2x.png) no-repeat;
    background-size: 100% 100%;
}

.popup-box .bxk-notice {
    font-family: PingFang SC,PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #595959;
    line-height: 36px;
    border: 0 !important;
    box-shadow: none !important;
    display: flex;
    font-weight: bold;
    margin-left:16px;
}
	
.popup-box .bxk-disable {
    opacity: 0.5;
    cursor: not-allowed;
}



        .popup-box .bxk-notice a, .popup-box .bxk-notice a:hover
        {
            color: #1A8CFF;
        }
