.list-nav ul {
	height: 48px;
	background: #FFFFFF;
	opacity: 1;
	border-bottom: 1px solid #EBEBEB;
	margin: 0 auto;
	padding-left: 8px;
}

.list-nav-fixed {
	position: fixed;
	left: 0;
	width: 100%;
	background-color: #FFFFFF;
	top: 100px;
	height: 48px;
	transition: top 0s;
	z-index: 100;
	border-bottom: 1px solid #EBEBEB;
}

.list-nav-fixed ul {
	max-width: 1220px;
}

.list-nav li {
	display: inline-block;
	font-size: 15px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #262626;
	line-height: 48px;
	margin: 0 22px;
	cursor: pointer;
}

.list-nav .nav-on,
.list-nav li:hover {
	font-size: 15px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	position: relative;
}

.list-nav .nav-on::after {
	content: '';
	position: absolute;
	left: -22px;
	bottom: 0;
	width: 74px;
	height: 2px;
	background: #FEDD00;
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
}

.list-nav .ask-question-btn {
	width: 120px;
	height: 36px;
	background: #FEDD00;
	border-radius: 4px 4px 4px 4px;
	opacity: 1;
	text-align: center;
	line-height: 36px;
	font-size: 15px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #262626;
	float: right;
	margin: 6px 20px;
	cursor: pointer;
}

/* 提问框 */
.question-box {
	position: relative;
}
/* 提问提交后的loading */
.loading-pos {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 999;
}

.loading {
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0);
	border-radius: 0px 0px 0px 0px;
	position: relative;
	z-index: 999;
}

.van-loading-line {
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
}

.van-loading-line1 {
	transform: rotate(30deg);
	opacity: 1;
}

.van-loading-line2 {
	transform: rotate(60deg);
	opacity: .9375;
}

.van-loading-line3 {
	transform: rotate(90deg);
	opacity: .875;
}

.van-loading-line4 {
	transform: rotate(120deg);
	opacity: .8125;
}

.van-loading-line5 {
	transform: rotate(150deg);
	opacity: .75;
}

.van-loading-line6 {
	transform: rotate(180deg);
	opacity: .6875;
}

.van-loading-line7 {
	transform: rotate(210deg);
	opacity: .625;
}

.van-loading-line8 {
	transform: rotate(240deg);
	opacity: .5625;
}

.van-loading-line9 {
	transform: rotate(270deg);
	opacity: .5;
}

.van-loading-line10 {
	transform: rotate(300deg);
	opacity: .4375;
}

.van-loading-line11 {
	transform: rotate(330deg);
	opacity: .375;
}

.van-loading-line12 {
	transform: rotate(360deg);
	opacity: .3125;
}

.van-loading-line:before {
	display: block;
	width: 2px;
	height: 25%;
	margin: 0 auto;
	background-color: #1A8CFF;
	border-radius: 40%;
	content: " ";
}

.van-loading-spinner {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: inline-block;
	width: 24px;
	height: 24px;
	max-height: 100%;
	vertical-align: middle;
	animation: spinner 2s linear infinite;
}

@keyframes spinner {
	from {
		transform: rotateZ(0deg);
	}

	to {
		transform: rotateZ(360deg);
	}
}

/* loading样式结束 */
.question-box-remind {
	padding-left: 40px;
	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 {
	padding-left: 40px;
	margin-top: 8px;
}

.question-form .question-form-input {
	width: 225px;
	height: 32px;
	border: 1px solid #EEEEEE;
	padding: 6px 6px;
	box-sizing: border-box;
	margin-right: 8px;
	background-color: #FFFFFF;
}

.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: 12px;
	font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi;
	font-weight: 400;
	color: #ABABAB;
}

.question-form .form-code input {
	width: 132px;
}

.question-form .get-code {
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #1A8CFF;
	float: right;
	cursor: pointer;
}

.question-form .send-code {
	color: #B2B2B2 !important;
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	float: right;
}

.question-form 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;
}
.answer-box,.question-box{
	padding: 16px 19px 8px;
	background: #F9F9F9;
	margin-top: -2px;
	border-bottom: 1px solid #EBEBEB;
	display: none;
}
.answer-box .answer-con,
.question-box .question-con{
	display: flex;
	margin-bottom: 8px;
}
.answer-box .answer-con .answer-submitter,
.question-box .question-con .question-submitter{
	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,
.question-box .question-con .question-text{
	width: calc(100% - 40px);
	height: 116px;
	background: #FFFFFF;
	border-radius: 2px 2px 2px 2px;
	opacity: 1;
	border: 1px solid #E8E8E8;
	box-sizing: border-box;
}
.question-box .question-con .question-text{
	height: 74px;
}
.answer-box .answer-con .answer-text textarea,
.question-box .question-con .question-text textarea{
	padding: 16px;
	resize: none;
	width: 100%;
	height: 100%;
	color: #262626;
}
.answer-box .answer-con .answer-text textarea::placeholder,
.question-box .question-con .question-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,
.question-box .question-box-foot{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.answer-box .answer-box-foot span,
.question-box .question-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,
.question-box .question-box-foot button{
	display: inline-block;
	width: 100px;
	height: 32px;
	background: #FEDD00;
	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: #262626;
	margin-left: 12px;
}
/* 列表 */
.wd-list{
	background-color: #FFFFFF;
	padding-top: 30px;
}

.wd-list .wd-item .wd-item-con{
	padding: 0 30px 0px;
}
.wd-list .wd-item .wd-item-con .wd-item-block{
	padding: 0 0px 24px;
	box-sizing: border-box;
	border-bottom: 1px solid #EBEBEB;
}
.wd-list .wd-item+.wd-item{
	margin-top: 24px;
}
.wd-list .wd-item:last-child .wd-item-con .wd-item-block{
	border: 0;
}
.wd-list .wd-item a{
	font-size: 18px;
	font-family: Source Han Sans CN-Medium, Source Han Sans CN;
	font-weight: 600;
	color: #262626;
	display: block;
}
.wd-list .wd-item a:hover{
	color: #1A8CFF;
}
.wd-list .wd-item .wd-item-jg{
	font-size: 12px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #ABABAB;
	margin-top: 4px;
}
.wd-list .wd-item .wd-answer{
	font-size: 14px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #8C8C8C;
	margin: 16px 0;
}
.wd-list .wd-item .wd-answer:hover{
	color: #8C8C8C;
}
.wd-list .wd-item .wd-answer-num{
	font-size: 12px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #8C8C8C;
	display: inline-block;
	float: right;
	padding: 0;
}
.wd-list .wd-item .wd-answer-info img{
	width: 28px;
	height: 28px;
	border-radius: 50%;
}
.wd-list .wd-item .wd-answer-info span{
	margin-left: 8px;
}
.wd-list .wd-item .wd-answer-info span:nth-child(2){
	font-size: 12px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #595959;
}
.wd-list .wd-item .wd-answer-info span:nth-child(2)+span{
	height: 18px;
	background: #F4F7F9;
	border-radius: 2px 2px 2px 2px;
	opacity: 1;
	border: 1px solid rgba(132, 154, 174, 0.20000000298023224);
	padding: 0 6px;
	line-height: 18px;
	font-size: 12px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #849AAE;
}
.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;
}
.wd-list .wd-item .no-answer span:last-child{
	margin-left: 16px;
	color: #1A8CFF;
	cursor: pointer;
}
.wd-list .wd-item .no-answer a{
	font-size: 14px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #1A8CFF;
	display: inline-block;
}
