@font-face {
	font-family: 'iconfont';  /* Project id 2444528 */
	src: url('../font/font_2444528_xmk0rxdmux.woff2') format('woff2'),
	url('../font/font_2444528_xmk0rxdmux.woff') format('woff'),
	url('../font/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(../image/pd_w_icon@2x.png);
	background-size: 100% 100%;
	margin-right: 8px;
	transform: translateY(1px);
}
.wd-list .wd-answer i{
	flex-shrink: 0;
	display: block;
	width: 26px;
	height: 26px;
	background: url(../image/pd_d_icon@2x.png);
	background-size: 100% 100%;
	margin-right: 8px;
}
.wd-list .wd-w span,
.wd-list .wd-answer span{
	display: block;
}
.wd-list .wd-num{
	font-size: 13px;
	font-family: PingFang SC-常规体, PingFang SC;
	font-weight: normal;
	color: #8C8C8C;
	line-height: 18px;
	margin-top: 12px;
	display: block;
	text-align: right;
	width: fit-content;
	margin-left: auto;
}
.wd-list .wd-item .no-answer{
	margin: 16px 0 0;
	font-size: 14px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #8C8C8C;
	padding-left: 34px;
}
.wd-list .wd-item .no-answer span:last-child{
	margin-left: 16px;
	color: #1A8CFF;
	cursor: pointer;
}
.wd-list .wd-item .no-answer a{
	margin-left: 16px;
	color: #1A8CFF;
	display: inline-block;
}
.answer-box{
	width: 100%;
	margin-top: -1px;
	border-bottom: 1px solid #EBEBEB;
}
.answer-box{
	padding: 16px 19px 8px;
	background: #F9F9F9;
	display: none;
}
.answer-box .answer-con{
	display: flex;
	margin-bottom: 8px;
}
.answer-box .answer-con div:first-child{
	width: 28px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	border-radius: 50%;
	background: #43A0EB;
	font-size: 12px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	margin: 13px 12px 0 0;
}
.answer-box .answer-con .answer-text{
	flex: 1;
	height: 116px;
	background: #FFFFFF;
	border-radius: 2px 2px 2px 2px;
	opacity: 1;
	box-sizing: border-box;
}
.question-box .question-con .question-text{
	height: 74px;
}
.answer-box .answer-con .answer-text textarea{
	padding: 16px;
	resize: none;
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: #262626;
	border: 1px solid #E8E8E8;
}
.answer-box .answer-con .answer-text textarea:focus{
	border: 1px solid #1A8CFF;
}
.answer-box .answer-con .answer-text textarea::placeholder{
	font-size: 14px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #ABABAB;
}
.answer-box .answer-box-foot{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.answer-box .answer-box-foot span{
	font-size: 12px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #8C8C8C;
}
.answer-box .answer-box-foot button{
	display: inline-block;
	width: 100px;
	height: 32px;
	background: #1A8CFF;
	border-radius: 2px 2px 2px 2px;
	opacity: 1;
	font-size: 13px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	margin-left: 12px;
}
.answer-box-show{
	padding-bottom: 16px !important;
}
.wd-list .ask-question-btn{
	display: block;
	width: 160px;
	height: 36px;
	border-radius: 4px 4px 4px 4px;
	opacity: 1;
	border: 1px solid #1A8CFF;
	background-color: initial;
	text-align: center;
	font-size: 15px;
	font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi;
	font-weight: 400;
	color: #1A8CFF;
	line-height: 36px;
	margin: 0 auto;
	cursor: pointer;
}
.icon-right{
	display: inline-block;
	width: 14px;
	height: 14px;
	background-color: #8C8C8C;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	vertical-align: middle;
	-webkit-mask: url(../image/icon-right-no-bg.svg) no-repeat;
	mask: url(../image/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(../image/icon-cross-no-bg.svg) no-repeat;
	mask: url(../image/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;
}
/* 成功弹窗 */
.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('../font/font_274560_lj712j98u3b.woff2') format('woff2'),
       url('../font/font_274560_lj712j98u3b.woff') format('woff'),
       url('../font/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)
	}
}