.eqa-list-wapper {
	width: 100%;
	margin: 0 auto;
}

.eqa-list-main {
	width: 100%;
	margin: 0 auto;
}


/* navtab */

.eqa-header-navbox {
	width: 100%;
	height: 0.46rem;
	background: #ffffff;
}

.eqa-header-wrapper {
	position: fixed;
	top: 0.8rem;
	left: 0;
	height: 0.46rem;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	background: #fff;
	/* z-index: 6000; */
}

.eqa-header-wrapper .scroller {
	position: absolute
}

.eqa-header-wrapper .scroller li {
	height: 0.46rem;
	float: left;
	line-height: 0.46rem;
	text-align: center;
}

.eqa-header-wrapper .scroller li a {
	color: #333;
	display: block;
	padding: 0 .1rem;
	font-size: 0.14rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(18, 18, 18, 0.85);
}

.eqa-header-wrapper .scroller li.cur a {
	height: .46rem;
	border-bottom: .02rem solid #43A0FF;
	font-size: 0.16rem;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: bold;
	color: #43A0FF;
}

.eqa-list {
	width: 100%;
	margin: 0 auto;
	padding: 0.15rem;
}


/* 问答列表公共模块 */

.list-item {
	width: 100%;
	margin: 0 auto;
	/* padding: 0.21rem 0 0.15rem; */
	background: #ffffff;
	margin-bottom: 0.15rem;
	box-shadow: 0 0 0.06rem 0 #F7F7F7;
	border-radius: 0.08rem;
}

.list-item:last-child {
	margin-bottom: 0;
}

.list-item-isStatus {
	width: 100%;
	margin: 0 auto;
	padding: 0.10rem 0.15rem;
	border-bottom: 0.01rem solid #E9E9E9;
}

.list-item-noReceive {
	width: 0.70rem;
	height: 0.26rem;
	background: #dbf5ef;
	border-radius: 0.12rem;
	font-size: 0.14rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #4CCDB0;
	line-height: 0.26rem;
	text-align: center;
}

.list-item-hasBoxs {
	width: 100%;
	margin: 0 auto;
	padding: 0.21rem 0.15rem 0.15rem;
}

.list-item-title {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 0.19rem;
	border-bottom: 0.02rem dashed #E9E9E9;
}

.list-item-icon,
.list-item-zbody-icon {
	width: 0.23rem;
	height: 0.23rem;
	margin-right: 0.09rem;
}

.list-item-text {
	width: 100%;
	margin: 0 auto;
	font-size: 0.18rem;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: bold;
	color: #121212;
	line-height: 0.25rem;
}

.list-item-mlNum {
	font-size: 0.14rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FF8426;
	line-height: 0.20rem;
	margin-left: 0.09rem;
}

.list-item-commont {
	width: 100%;
	margin: 0 auto;
}

.list-item-zbody {
	width: 100%;
	margin: 0 auto;
	margin-top: 0.20rem;
}


/* 文字回答 */

.list-item-zbody-text {
	font-size: 0.14rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #121212;
	line-height: 0.20rem;
}


/* 语音回答 */

.list-item-zbody-voice {
	min-width: 1.34rem;
	height: 0.38rem;
	border-radius: 0.05rem;
	font-size: 0.14rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #121212;
	line-height: 0.38rem;
	padding: 0 0.10rem;
	background: #F6F6F6;
	/* background: url(../image/icon7.png) no-repeat 0.13rem center #F6F6F6; */
	/* background-size: 0.16rem 0.16rem; */
	position: relative;
}

.list-item-voice-triangle {
	width: 0.10rem;
	height: 0.10rem;
	background: #F6F6F6;
	position: absolute;
	top: 50%;
	left: -0.05rem;
	transform: translate(0, -50%) rotate(45deg);
	-webkit-transform: translate(0, -50%) rotate(45deg);
	-moz-transform: translate(0, -50%) rotate(45deg);
	-ms-transform: translate(0, -50%) rotate(45deg);
	-o-transform: translate(0, -50%) rotate(45deg);
}

.list-item-commont-tip {
	width: 100%;
	margin: 0 auto;
	margin-top: 0.20rem;
}

.list-item-commont-tip-item {
	margin-bottom: 0.06rem;
}

.list-item-commont-tip-item:last-child {
	margin-bottom: 0;
}

.list-item-commont-tip-text {
	font-size: 0.12rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #B1B1B1;
	line-height: 0.17rem;
}

.list-item-commont-tip-text span.red {
	color: #FF2F51;
	display: block;
}

.row-line-l,
.row-line-r {
	width: 0.25rem;
	height: 0.01rem;
	background: #B1B1B1;
	display: block;
}

.row-line-l {
	margin-right: 0.06rem;
}

.row-line-r {
	margin-left: 0.06rem;
}

.list-item-user {
	width: 100%;
	margin: 0 auto;
	margin-top: 0.15rem;
	padding: 0.11rem;
	background: #FFFFFF;
	border-radius: 0.08rem;
	border: 0.01rem solid #E9E9E9;
}

.list-item-user-avatar {
	width: 0.30rem;
	height: 0.30rem;
	border-radius: 50%;
	/*background: red;*/
}

.list-item-user-infoBox {
	width: 100%;
	margin: 0 auto;
	margin-left: 0.06rem;
}

.list-item-user-userName {
	font-size: 0.14rem;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: bold;
	color: #121212;
	line-height: 0.20rem;
	margin-bottom: 0.01rem;
}

.list-item-user-allInfo-text {
	font-size: 0.12rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #121212;
	line-height: 0.17rem;
	margin-right: 0.06rem;
}

.list-item-user-allInfo-text:last-child {
	margin-right: 0;
}

.list-item-noReceive-icon,
.list-item-Receive-icon {
	width: 0.16rem;
	height: 0.16rem;
	margin-right: 0.06rem;
}

.list-item-noReceive-text,
.list-item-Receive-text {
	font-size: 0.12rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #B1B1B1;
	line-height: 0.17rem;
}

.list-item-commont-doubtTitle {
	width: 100%;
	margin: 0 auto;
	margin-top: 0.15rem;
}

.list-item-commont-btn {
	width: 100%;
	margin: 0 auto;
	margin-top: 0.20rem;
	height: 0.41rem;
	line-height: 0.41rem;
	background: #43A0FF;
	border-radius: 0.21rem;
	font-size: 0.16rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
}

.list-item-commont-deReceive {
	width: 100%;
	margin: 0 auto;
	margin-top: 0.20rem;
}

.list-item-commont-deReceive-cancel {
	height: 0.41rem;
	background: #F0F0F0;
	border-radius: 0.21rem;
	font-size: 0.16rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #B1B1B1;
	line-height: 0.41rem;
	text-align: center;
	margin-right: 0.10rem;
}

.list-item-commont-deReceive-submit {
	height: 0.41rem;
	background: #43A0FF;
	border-radius: 0.21rem;
	font-size: 0.16rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.41rem;
	margin-right: 0.10rem;
	text-align: center;
}

.list-item-commont-deReceive-downTime {
	font-size: 0.14rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FF2F51;
	line-height: 0.20rem;
}


/* 没有数据 */

.eqa-list-noData {
	width: 100%;
	margin: 0 auto;
	padding: 1rem 0.20rem 0;
}

.eqa-list-noData-icon {
	width: 1.04rem;
	height: 1.04rem;
	border-radius: 50%;
	margin-bottom: 0.20rem;
}

.eqa-list-noData-text {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.eqa-list-noData-text span.sp {
	font-size: 0.14rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #B1B1B1;
	line-height: 0.20rem;
}


/* 规则 */

.rule-explain-box {
	width: 100%;
	margin: 0 auto;
	padding: 0.15rem 0.30rem 0;
}

.rule-explain-title,
.rule-explain-text {
	font-size: 0.12rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #B1B1B1;
	line-height: 0.17rem;
}

.list-item-rule-iconbox {
	margin-left: 0.06rem;
}

.list-item-rule-icon {
	width: 0.15rem;
	height: 0.15rem;
}


/* 规则弹框 */

.rule-frame-box {
	width: 3.15rem;
}

.rule-frame-showCont {
	width: 100%;
	height: 4.14rem;
	padding: 0.24rem 0.20rem 0.20rem;
	background: #FFFFFF;
	border-radius: 0.08rem;
}

.rule-frame-title {
	font-size: 0.16rem;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: bold;
	color: #121212;
	line-height: 0.22rem;
	text-align: center;
	margin-bottom: 0.15rem;
}

.rule-frame-cont {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.rule-frame-list {
	width: 100%;
	height: 100%;
	overflow-y: auto;
}

.rule-frame-itemText {
	font-size: 0.14rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #121212;
	line-height: 0.20rem;
	margin-bottom: 0.20rem;
}

.rule-frame-closeBox {
	padding: 0.10rem;
	margin-top: 0.24rem;
}

.rule-frame-close-icon {
	width: 0.22rem;
	height: 0.22rem;
}


/* 认证提示 */

.authen-frame-box {
	width: 2.90rem;
	background: #FFFFFF;
	border-radius: 0.08rem;
}

.authen-showCont {
	width: 100%;
	margin: 0 auto;
	padding: 0.24rem 0.20rem;
	font-size: 0.16rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #222222;
	line-height: 0.22rem;
}

.authen-btnbox,
.noAccord-btnbox {
	width: 100%;
	margin: 0 auto;
	border-top: 0.01rem solid #D9D9D9;
}

.authen-cancelbtn {
	width: 100%;
	height: 0.44rem;
	margin: 0 auto;
	font-size: 0.16rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #B1B1B1;
	line-height: 0.44rem;
	text-align: center;
	border-right: 0.01rem solid #D9D9D9;
}

.authen-surebtn,
.noAccord-now {
	width: 100%;
	height: 0.44rem;
	margin: 0 auto;
	font-size: 0.16rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #4D94FF;
	line-height: 0.44rem;
	text-align: center;
}


/* 不符合提示弹框 */

.noAccord-frame-box,
.claimSuccess-frame-box {
	width: 2.90rem;
	background: #FFFFFF;
	border-radius: 0.08rem;
}

.noAccord-showCont,
.claimSuccess-showCont {
	width: 100%;
	margin: 0 auto;
	padding: 0.24rem 0.20rem;
}

.noAccord-showCont-title {
	font-size: 0.16rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #222222;
	line-height: 0.22rem;
	margin-bottom: 0.03rem;
	text-align: center;
}

.noAccord-showCont-text {
	font-size: 0.16rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #B1B1B1;
	line-height: 0.22rem;
	text-align: center;
}


/* 认领成功提示弹框 */

.claimSuccess-frame-icon {
	width: 0.36rem;
	height: 0.36rem;
	border-radius: 50%;
	margin-bottom: 0.10rem;
}

.claimSuccess-frame-text {
	font-size: 0.16rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #121212;
	line-height: 0.22rem;
}


/* 放弃回答提示弹框、保存编辑提示弹框 */

.giveUpCommont-frame .authen-showCont,
.saveEdit-frame .authen-showCont {
	text-align: center;
}


/* 审核模块 */

.list-item-examine-box {
	width: 100%;
	margin: 0 auto;
	margin-top: 0.20rem;
	background: #F6F6F6;
	border-radius: 0.08rem;
	padding: 0.08rem 0.14rem;
}

.list-item-examine-icon {
	width: 0.26rem;
	height: 0.26rem;
	border-radius: 50%;
}

.list-item-examine-cont {
	width: 100%;
}

.list-item-examine-title {
	font-size: 0.14rem;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: bold;
	line-height: 0.20rem;
}

.list-item-examine-title.examineIng {
	color: #FFBB3F;
}

.list-item-examine-title.examineNoPass {
	color: #FF2F51;
}

.list-item-examine-title.examinePass {
	color: #4D94FF;
}

.list-item-examine-editebtn {
	font-size: 0.14rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #43A0FF;
	line-height: 0.20rem;
}

.list-item-examine-text {
	font-size: 0.12rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #121212;
	line-height: 0.17rem;
}

.list-item-examine-text span.noPassT {
	font-size: 0.12rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FF2F51;
	line-height: 0.17rem;
}

.list-item-examine-text span.pass-ml {
	font-size: 0.16rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FF8426;
	line-height: 0.17rem;
	margin-left: 0.06rem;
}

.list-item-examine-morebtn,
.list-item-examine-morebtn-noprass {
	width: 0.26rem;
	height: 0.14rem;
	position: relative;
}

.examine-small-morebox,
.examine-small-morebox-noprass {
	/* height: 0.80rem; */
	background: #FFFFFF;
	border-radius: 0.08rem 0 0.08rem 0.08rem;
	border: 0.01rem solid #E9E9E9;
	position: relative;
	bottom: -0.05rem;
	right: 0.60rem;
	display: none;
	z-index: 10000;
}

.small-more-item,
.small-more-item-noprass {
	/* width: 100%; */
	margin: 0 auto;
	/* line-height: 0.30rem; */
	text-align: center;
	font-size: 0.14rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #acacac;
	border-right: 0.01rem solid #E9E9E9;
	padding: 0 0.05rem;
}

.small-more-item-noprass:last-child,
.small-more-item:last-child {
	border-right: 0;
	padding-right: 0;
}

.small-more-item-noprass:first-child,
.small-more-item:first-child {
	padding-left: 0;
}

.small-more-item.editorBtn,
.small-more-item-noprass.editorBtn {
	color: #42a0ff;
}

.list-item-pass-altTitle {
	width: 100%;
	margin: 0 auto;
	margin-top: 0.15rem;
	padding: 0 0.13rem 0.06rem;
	border-bottom: 0.01rem dashed #E9E9E9;
	font-size: 0.12rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #B1B1B1;
	line-height: 0.17rem;
}

.list-item-voice-written-words {
	margin: 0 auto;
	margin-top: 0.10rem;
	margin-left: 0.32rem;
	padding: 0.15rem;
	background: #FFFFFF;
	border-radius: 0 0.08rem 0.08rem 0.08rem;
	border: 0.01rem solid #D9D9D9;
	font-size: 0.14rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #121212;
	line-height: 0.20rem;
}


/* 上传答案-发文字 */

.upCommont-tbody {
	background: #ffffff;
}

.upCommont-tbody .eqa-list-wapper {
	width: 100%;
	margin: 0 auto;
	background: #f7f8fa;
}

.eqa-headerbox {
	width: 100%;
	margin: 0 auto;
	background: #ffffff;
}

.eqa-header-tap {
	width: 100%;
	margin: 0 auto;
	padding: 0.11rem 0.15rem;
	background: #ffffff;
	border-bottom: 0.01rem solid #e9e9e9;
}

.eqa-header-cancel {
	font-size: 0.16rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #222222;
	line-height: 0.22rem;
}

.eqa-header-time {
	font-size: 0.16rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FF2F51;
	line-height: 0.22rem;
}

.eqa-header-submit {
	font-size: 0.16rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #43A0FF;
	line-height: 0.22rem;
}

.eqa-header-title {
	width: 100%;
	padding: 0.13rem 0.15rem;
	background: #FFFFFF;
	box-shadow: 0 0 0.06rem 0 #F7F7F7;
	font-size: 0.18rem;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: bold;
	color: #121212;
	line-height: 0.25rem;
}

.eqa-cont-edited {
	width: 100%;
	margin: 0 auto;
	margin-top: 0.05rem;
	padding: 0.20rem 0.20rem 0;
	background: #ffffff;
}

.eqa-textareabox {
	width: 100%;
	margin: 0 auto;
	display: none;
}

.eqa-textarea {
	width: 100%;
	height: 2rem;
	margin: 0 auto;
	font-size: 0.16rem;
	font-family: PingFangSC-Medium, PingFang SC;
	color: #121212;
	line-height: 0.25rem;
	resize: none;
}

.eqa-textarea-showbox {
	width: 100%;
	margin: 0 auto;
}

.eqa-textarea-text {
	font-size: 0.14rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #B1B1B1;
	line-height: 0.20rem;
	margin-bottom: 0.20rem;
}

.eqa-up-status {
	width: 80%;
	padding: 0.20rem;
	background: rgba(0, 0, 0, .7);
	border-radius: 0.08rem;
	font-size: 0.14rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	position: fixed;
	bottom: 0.20rem;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	display: none;
	z-index: 1000;
}

.eqa-up-teed {
	width: 80%;
	padding: 0.20rem;
	background: rgba(0, 0, 0, .7);
	border-radius: 0.08rem;
	font-size: 0.14rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	display: none;
	z-index: 1000;
}


/* 资料上传 */

.upData-tbody {
	width: 100%;
	margin: 0 auto;
	background: #ffffff;
}

.upData-box,
.upData-submitbox {
	width: 100%;
	margin: 0 auto;
	background: #f7f8fa;
}

.upData-item {
	width: 100%;
	margin: 0 auto;
	padding: 0.20rem;
	margin-bottom: 0.05rem;
	background: #ffffff;
}

.upData-item:nth-of-type(1) .upData-bntbox .upData-itembtn:first-child {
	background: url(../image/up-bg1.png) no-repeat left top;
	background-size: 100% 100%;
}

.upData-item:nth-of-type(1) .upData-bntbox .upData-itembtn:last-child {
	background: url(../image/up-bg2.png) no-repeat left top;
	background-size: 100% 100%;
}

.upData-item:nth-of-type(2) .upData-bntbox .upData-itembtn:first-child {
	background: url(../image/up-bg3.png) no-repeat left top;
	background-size: 100% 100%;
}

.upData-item:nth-of-type(2) .upData-bntbox .upData-itembtn:last-child {
	background: url(../image/up-bg4.png) no-repeat left top;
	background-size: 100% 100%;
}

.upData-item:nth-of-type(3) .upData-bntbox .upData-itembtny {
	background: url(../image/up-bg5.png) no-repeat left top;
	background-size: 100% 100%;
}

.upData-item:nth-of-type(4) .upData-bntbox .upData-itembtny {
	background: url(../image/up-bg6.png) no-repeat left top;
	background-size: 100% 100%;
}

.upData-top {
	width: 100%;
	margin: 0 auto;
}

.upData-title {
	font-size: 0.16rem;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: bold;
	color: #121212;
	line-height: 0.24rem;
}

.upData-openFrame {
	width: 0.16rem;
	height: 0.16rem;
	background: url(../image/icon6.png) no-repeat center;
	background-size: 0.16rem 0.16rem;
	margin-left: 0.02rem;
}

.upData-bntbox {
	width: 100%;
	margin: 0 auto;
	margin-top: 0.15rem;
}

.upData-itembtn,
.upData-itembtny {
	width: 1.6rem;
	border-radius: 0.08rem;
	position: relative;
}

.upload-identity-imgAdd {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-bottom-left-radius: 0.08rem;
	border-bottom-right-radius: 0.08rem;
	overflow: hidden;
}

.upload-identity-imgAdd img {
	width: 100%;
	height: 100%;
}

.upData-itemBtomBtn {
	width: 100%;
	height: 0.30rem;
	background: #4F9DFF;
	border-radius: 0 0 0.08rem 0.08rem;
	font-size: 0.12rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.30rem;
	text-align: center;
	position: relative;
	z-index: 100;
}

.upData-itemBtomBtn input {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 2;
}

.upData-itembtn:last-child {
	margin-left: 0.15rem;
}

.upData-submitbox {
	padding: 0.40rem 0.15rem 0.30rem;
}

.upData-back,
.upData-submit {
	width: 100%;
	margin: 0 auto;
	height: 0.41rem;
	background: #509DFF;
	border-radius: 0.21rem;
	font-size: 0.18rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.41rem;
	text-align: center;
}

.upData-submit {
	margin-left: 0.15rem;
}

.upData-frame-white {
	width: 2.9rem;
	padding: 0.20rem;
	background: #FFFFFF;
	border-radius: 0.08rem;
}

.upData-frame-text {
	font-size: 0.12rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #222222;
	line-height: 0.22rem;
}


/* 调整audio的默认样式 */

.audioplayer {
	width: 100%;
	height: 0.38rem;
	margin: 0 auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: left;
}

.audioplayer-bar {
	width: 100%;
	height: 4px;
	background: #F6F6F6;
	border-radius: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom-left-radius: 0.05rem;
	border-bottom-right-radius: 0.05rem;
}

.audioplayer-bar-loaded {
	width: 100%;
	height: 4px;
	border-radius: 0.05rem;
}

.audioplayer-bar-played {
	width: 0%;
	height: 4px;
	background: #E9E9E9;
	border-radius: 1px;
	float: left;
	margin-top: -4px;
}

.audioplayer-playpause {
	width: 0.16rem;
	height: 0.16rem;
	position: absolute;
	top: 50%;
	left: 0.10rem;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	background: url(../image/icon7.png) no-repeat center;
	background-size: 100% 100%;
}

.audioplayer-playpause a,
.audioplayer-volume,
.audioplayer-time-current {
	display: none;
}

.audio-pause-icon {
	background: url(../image/icon22.gif) no-repeat center;
	background-size: 100% 100%;
}

.audioplayer-time-duration {
	margin: 0;
	padding: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	left: 0.30rem;
}


/* 20201012 补 */

.eqa-header-scroller-ul {
	width: 100%;
	height: 0.46rem;
}

.eqa-header-scroller-ul>div {
	width: 100%;
	height: 0.46rem;
}

.eqa-itemboxsed {
	font-size: 0.14rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #5E5E5E;
	border-bottom: 0.02rem solid #ffffff;
}

.eqa-itemboxsed.active {
	font-size: 0.16rem;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: bold;
	color: #43A0FF;
	border-bottom: 0.02rem solid #43A0FF;
}


/* 20201013 服务协议 补 */

.servicea_greement_wapper {
	width: 100%;
	min-height: 100vh;
	background: #ffffff;
	margin: 0 auto;
}

.servicea_greement_container {
	width: 100%;
	margin: 0 auto;
	padding: 0.36rem 0.20rem;
}

.servicea_greement_title {
	font-size: 0.20rem;
	text-align: center;
	font-weight: bold;
	color: #222222;
	line-height: 0.24rem;
}

.servicea_greement_text {
	font-size: 0.14rem;
	color: #222222;
	line-height: 0.23rem;
	text-indent: 0.20rem;
}

.servicea_greement_text2,
.servicea_greement_text3 {
	font-size: 0.14rem;
	color: #222222;
	line-height: 0.23rem;
}

.servicea_greement_text3 {
	text-align: right;
}

.servicea_greement_text2 a {
	font-size: 0.14rem;
	color: #509dff;
	text-decoration: underline;
}

.servicea_greement_smalltitle {
	font-size: 0.17rem;
	color: #222222;
	line-height: 0.20rem;
	font-weight: bold;
}

.servicea_greement_table,
.modular_explain_table {
	width: 100%;
	margin: 0 auto;
	border-top: 0.01rem solid #dddddd;
	border-left: 0.01rem solid #dddddd;
	border-spacing: 0;
	/*去掉单元格间隙*/
}

.modular_explain_cont_table {
	width: 100%;
	margin: 0 auto;
	border-spacing: 0;
	/*去掉单元格间隙*/
}

.servicea_greement_table table td,
.modular_explain_table table td {
	padding: 0.12rem 0.10rem;
	border-bottom: 0.01rem solid #dddddd;
	border-right: 0.01rem solid #dddddd;
	font-size: 0.13rem;
	color: #222222;
}

.modular_explain_cont_table table td {
	padding: 0.12rem 0.10rem;
	border-bottom: 0.01rem solid #dddddd;
	border-right: 0.01rem solid #dddddd;
	font-size: 0.13rem;
	color: #222222;
}

.modular_explain_cont_table table tr td:last-child {
	border-right: 0;
}

.modular_explain_cont_table table tr:nth-of-type(5) td,
.modular_explain_cont_table table tr:last-child td {
	border-bottom: 0;
}

.table {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
}


/* 20201021-新增 */

.modular_explain_wapper {
	width: 100%;
	min-height: 100%;
	margin: 0 auto;
	background: url(../image/bg.png) no-repeat;
	background-size: 100% auto;
}

.modular_explain_container {
	width: 100%;
	margin: 0 auto;
	padding: 0.20rem 0.15rem;
}

.modular_explain_items {
	width: 100%;
	margin: 0 auto;
}

.modular_explain_tied {
	width: 100%;
	margin: 0 auto;
}

.modular_explain_tied_icon {
	width: 0.24rem;
	height: 0.24rem;
	margin-right: 0.08rem;
}

.modular_explain_tied_text {
	font-size: 0.18rem;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: bold;
	color: #121212;
	line-height: 0.25rem;
}

.modular_explain_cont {
	width: 100%;
	margin: 0 auto;
	margin-top: 0.16rem;
	padding: 0.15rem;
	border-radius: 0.08rem;
	background: #ffffff;
}

.modular_explain_cont_table {
	width: 100%;
	margin: 0 auto;
	margin-top: 0.16rem;
	border-radius: 0.08rem;
	background: #ffffff;
}

.modular_explain_cont_text {
	font-size: 0.14rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #121212;
	line-height: 0.21rem;
}

.modular_explain_cont_text a {
	font-size: 0.14rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #43A0FF;
	line-height: 0.20rem;
	text-decoration: underline;
}

.modular_explain_tied_btn a {
	width: 0.69rem;
	height: 0.24rem;
	background: #43A0FF;
	border-radius: 0.13rem;
	opacity: 0.59;
	font-size: 0.12rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.24rem;
	display: block;
	text-align: center;
}

.modular_explain_titled {
	width: 100%;
	margin: 0 auto;
}

.modular_explain_titled_text {
	font-size: 0.12rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #121212;
	line-height: 0.17rem;
}

.textareanum {
	color: #dddddd;
	font-size: 0.14rem;
}


/* 认证提交页 */

.rz_main {
	width: 100%;
	margin: 0 auto;
	padding-top: 1.40rem;
}

.rz_img {
	width: 1.38rem;
	height: 1.38rem;
	margin-bottom: 0.06rem;
}

.rz_text {
	font-size: 0.14rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #B1B1B1;
	line-height: 0.20rem;
	margin-bottom: 0.15rem;
}

.rz_btnbox {
	margin-top: 0.15rem;
}

.rz_btn {
	width: 1.40rem;
	height: 0.34rem;
	background: #FFFFFF;
	border-radius: 0.21rem;
	border: 0.01rem solid #509DFF;
	font-size: 0.14rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #509DFF;
	line-height: 0.34rem;
	text-align: center;
}


/* 20201030 新增 */

.noelbox {
	background: url(../image/noel.png) no-repeat 95% 0.10rem;
	background-size: 0.48rem 0.48rem;
}

.noelbox .list-item-mlNum {
	margin-left: 0;
	margin-top: 0.05rem;
}


/* 20201102 新增 */

.minWidth50 {
	min-width: 0.50rem;
	text-align: center;
}


/* 20201125  新增 */

.navSelNew {
	width: 100%;
	height: 1.66rem;
	position: relative;
	/* z-index: 555555555; */
	z-index: 6000;
}

.navSelectBox {
	width: 100%;
	height: 0.40rem;
	padding: 0.10rem 0.15rem;
	margin: 0 auto;
	background: #ffffff;
	position: fixed;
	top: 1.26rem;
	left: 0;
	/* z-index: 10000; */
	/* z-index: 6000; */
}

.navSelectMain {
	width: 100%;
	margin: 0 auto;
}

.compreSort {
	background: url(../image/top1.png) no-repeat right center;
	background-size: 0.08rem 0.09rem;
	padding-right: 0.10rem;
	font-size: 0.14rem;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: bold;
	color: #121212;
	line-height: 0.20rem;
}

.compreSort.active {
	color: #43A0FF;
}

.compreSort.activeicon {
	background: url(../image/top0.png) no-repeat right center;
	background-size: 0.08rem 0.09rem;
	color: #43A0FF;
}

.screen {
	background: url(../image/screen1.png) no-repeat right center;
	background-size: 0.16rem 0.17rem;
	padding-right: 0.20rem;
	font-size: 0.14rem;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 700;
	color: #121212;
	line-height: 0.20rem;
}

.screen.activeicon {
	background: url(../image/screen0.png) no-repeat right center;
	background-size: 0.16rem 0.17rem;
	color: #43A0FF;
}

.comperSortHideBox,
.screenHideBox {
	width: 100%;
	background: #ffffff;
	position: absolute;
	top: 0.40rem;
	left: 0;
	z-index: 100000;
	display: none;
	border-top: 0.01rem solid #E9E9E9;
}

.comperSortHideBox_main {
	width: 100%;
	margin: 0 auto;
	padding: 0 0.15rem;
	background: #ffffff;
}

.comperSortHideBox_items {
	width: 100%;
	margin: 0 auto;
	padding: 0.10rem 0;
	font-size: 0.14rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #121212;
	line-height: 0.20rem;
	border-top: 0.01rem solid #E9E9E9;
}

.comperSortHideBox_items:first-child {
	border-top: 0;
}

.comperSortHideBox_items.active {
	color: #43A0FF;
	font-weight: 700;
}

.navSelectBalck {
	position: fixed;
	top: 0;
	/* top: 0.86rem; */
	left: 0;
	background: rgba(0, 0, 0, .7);
	width: 100%;
	/* height: calc(100% - 0.86rem); */
	height: 100%;
	z-index: 5000;
	display: none;
}

.screenHideBox_main {
	width: 100%;
	margin: 0 auto;
	background: #ffffff;
}

.screenHideBox_topBox {
	width: 100%;
	margin: 0 auto;
}

.screenHideBox_items {
	width: 100%;
	margin: 0 auto;
	padding: 0.10rem 0.15rem;
	border-bottom: 0.01rem solid #E9E9E9;
}

.screenHideBox_itemsName {
	font-size: 0.14rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #B1B1B1;
	line-height: 0.20rem;
	margin-bottom: 0.12rem;
}

.screenHideBox_itemsList {
	width: 100%;
	margin: 0 auto;
}

.screenHideBox_itemsListTextStus,
.screenHideBox_itemsListTextType {
	width: 1rem;
	height: 0.26rem;
	background: #F0F0F0;
	border-radius: 0.04rem;
	line-height: 0.26rem;
	text-align: center;
	font-size: 0.14rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #B1B1B1;
	margin-left: 0.10rem;
}

.screenHideBox_itemsListTextStus:first-child,
.screenHideBox_itemsListTextType:first-child {
	margin-left: 0;
}

.screenHideBox_itemsListTextStus.active,
.screenHideBox_itemsListTextType.active {
	background: rgba(67, 160, 255, .6);
	color: #43A0FF;
}

.screenHideBox_btnBox {
	width: 100%;
	margin: 0 auto;
	padding: 0.10rem 0.15rem;
	background: #ffffff;
}

.screenHideBox_resetBtn,
.screenHideBox_successBtn {
	width: calc((100% - 0.15rem) / 2);
	height: 0.36rem;
	line-height: 0.36rem;
	text-align: center;
	border-radius: 0.21rem;
	font-size: 0.16rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
}

.screenHideBox_resetBtn {
	background: #F0F0F0;
	color: #B1B1B1;
}

.screenHideBox_successBtn {
	background: #43A0FF;
	color: #FFFFFF;
}

.newSearchWa {
	width: 100%;
	margin: 0 auto;
	padding: 0.06rem 0.15rem;
	background: #ffffff;
}

.newSearchBox {
	width: 100%;
	height: 0.34rem;
	border-radius: 0.05rem;
	padding: 0.08rem 0.08rem 0.08rem 0.32rem;
	background: url(../image/search1.png) no-repeat 0.08rem center #F6F6F6;
	background-size: 0.18rem 0.19rem;
}

.newSearchInput {
	width: 100%;
	font-size: 0.14rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #121212;
}


/* 20201209 新增 */

.eqa-header-gth {
	width: 0.20rem;
	height: 0.20rem;
	margin-right: 0.10rem;
}

.eqa-header-gth-icon {
	width: 0.20rem;
	height: 0.20rem;
}


/* 20210113 新增 */

.list-item-slide-icon-bod {
	position: relative;
	padding-bottom: 0.10rem;
}

.list-item-slide-icon {
	position: absolute;
	top: 0.10rem;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	color: #43a0ff;
	font-size: 0.12rem;
	line-height: 0.16rem;
}

.list-item-slide-icon-img {
	width: 0.12rem;
	height: 0.12rem;
}


/* 20200128 新增放弃弹框 */

.giveUp-blank {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000000000;
}

.giveUp-white {
	width: 3.15rem;
	background: #FFFFFF;
	border-radius: 0.08rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.giveUp-header {
	width: 100%;
	margin: 0 auto;
	padding: 0.24rem 0.15rem 0.15rem;
}

.giveUp-title {
	width: 100%;
	font-size: 0.16rem;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 700;
	color: #222222;
	line-height: 0.22rem;
	text-align: center;
}

.giveUp-reason-list {
	width: 100%;
	margin: 0.20rem auto 0;
}

.giveUp-reason-items {
	width: 0.88rem;
	height: 0.30rem;
	line-height: 0.30rem;
	text-align: center;
	background: #FFFFFF;
	border-radius: 0.06rem;
	border: 0.01rem solid #D9D9D9;
	margin-right: 0.10rem;
	margin-bottom: 0.10rem;
	font-size: 0.13rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #B1B1B1;
}

.giveUp-reason-items:nth-of-type(3n) {
	margin-right: 0;
}

.giveUp-reason-items.activesed {
	color: #43A0FF;
	border-color: #43A0FF;
}

.giveUp-area {
	width: 100%;
	margin: 0 auto;
	padding: 0.10rem;
	border-radius: 0.06rem;
	border: 0.01rem solid #D9D9D9;
}

.giveUp-textarea {
	width: 100%;
	height: 0.82rem;
	font-size: 0.15rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #222222;
}

.giveUp-flooter {
	width: 100%;
	margin: 0 auto;
	border-top: 1px solid #D9D9D9;
}

.giveUp-btns {
	width: 100%;
	margin: 0 auto;
	padding: 0.15rem 0;
	text-align: center;
	font-size: 0.16rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #B1B1B1;
}

.giveUp-btns.cancel {
	border-right: 1px solid #D9D9D9;
}

.giveUp-btns.sure {
	color: #4D94FF;
}


/* 2021-02-24 新增 */

.eqa-textarea-text.newPopText {
	font-size: 0.15rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #222222;
	line-height: 0.24rem;
	text-align: left;
}

.eqa-textarea-text.newPopTextTitle {
	font-size: 0.15rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 700;
	color: #222222;
	line-height: 0.24rem;
}

.newPopBox {
	width: 100%;
	padding: 0.15rem;
	background: #F7F8FA;
	border-radius: 8px;
	margin-bottom: 0;
}

.newPopBox .eqa-textarea-text.newPopText {
	margin-bottom: 0;
}

.newPopColor {
	color: #4D94FF;
}

.eqa-textBtn {
	width: 0.68rem;
	height: 0.99rem;
	position: fixed;
	top: 85%;
	right: 0.10rem;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	background: url(../image/icon34.png) no-repeat center;
	background-size: 100% 100%;
}

.mb90 {
	margin-bottom: 0.90rem;
}


/* 2020-02-25 新增 */

.eqa-header-navbox .eqa-header-tap {
	position: fixed;
	top: 0;
	left: 0;
	/* z-index: 20000; */
	height: 0.50rem;
	z-index: 100;
}


/* 2021-03-01 新增 */

.prompt_box {
	width: 100%;
	padding: 0 0.16rem;
	height: 0.30rem;
	position: fixed;
	top: 0.50rem;
	left: 0;
	font-size: 0.12rem;
	line-height: 0.30rem;
	text-align: left;
	display: -webkit-box;
	background-color: #e0efff;
	color: #43a0ff;
	-webkit-box-align: center;
	/* z-index: 6000; */
}

.prompt_txt {
	-moz-box-flex: 1.0;
	-webkit-box-flex: 1.0;
	-ms-flex: 1.0;
	box-flex: 1.0;
	flex: 1;
	-webkit-flex: 1;
	min-width: 0;
	width: 100%;
	width: 100%;
	display: block;
}

.prompt_close {
	width: 0.18rem;
	height: 0.18rem;
	display: block;
	background: url(../image/icon36.png) no-repeat center right;
	background-size: 0.17rem 0.17rem;
	margin: 0;
}


/*  */

.triangle {
	border: 0.06rem solid #e0efff;
	border-color: transparent transparent #e0efff transparent;
	position: absolute;
	right: 0.18rem;
	top: -0.12rem;
}

.eqa-header-cancel.backIcon {
	width: 0.20rem;
	height: 0.20rem;
	background: url(../image/icon35.png) no-repeat center;
	background-size: 0.18rem 0.18rem;
}


/*===============================后期新增内容请放置此横线之前 ================ */


/*图片放大*/

.mui-preview-image.mui-fullscreen {
	position: fixed;
	z-index: 2000;
	background-color: #000;
}

.mui-preview-header,
.mui-preview-footer {
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 200;
}

.mui-preview-header {
	height: 44px;
	top: 0;
}

.mui-preview-footer {
	height: 50px;
	bottom: 0px;
}

.mui-preview-header .mui-preview-indicator {
	display: block;
	line-height: 25px;
	color: #fff;
	text-align: center;
	margin: 15px auto 4;
	width: 70px;
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 12px;
	font-size: 16px;
}

.mui-preview-image {
	display: none;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.mui-preview-image.mui-preview-in {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

.mui-preview-image.mui-preview-out {
	background: none;
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

.mui-preview-image.mui-preview-out .mui-preview-header,
.mui-preview-image.mui-preview-out .mui-preview-footer {
	display: none;
}

.mui-zoom-scroller {
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	-webkit-backface-visibility: hidden;
}

.mui-zoom {
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
}

.mui-slider .mui-slider-group .mui-slider-item img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.mui-android-4-1 .mui-slider .mui-slider-group .mui-slider-item img {
	width: 100%;
}

.mui-android-4-1 .mui-slider.mui-preview-image .mui-slider-group .mui-slider-item {
	display: inline-table;
}

.mui-android-4-1 .mui-slider.mui-preview-image .mui-zoom-scroller img {
	display: table-cell;
	vertical-align: middle;
}

.mui-preview-loading {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
}

.mui-preview-loading.mui-active {
	display: block;
}

.mui-preview-loading .mui-spinner-white {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
	height: 50px;
	width: 50px;
}

.mui-preview-image img.mui-transitioning {
	-webkit-transition: transform 0.5s ease, opacity 0.5s ease;
	transition: transform 0.5s ease, opacity 0.5s ease;
	-moz-transition: transform 0.5s ease, opacity 0.5s ease;
	-o-transition: transform 0.5s ease, opacity 0.5s ease;
	-ms-transition: transform 0.5s ease, opacity 0.5s ease;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.red {
	font-size: 0.12rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FF2F51;
	line-height: 0.17rem;
}

.mb5 {
	margin-bottom: 0.05rem;
}

.mb10 {
	margin-bottom: 0.10rem;
}

.mb15 {
	margin-bottom: 0.15rem;
}

.mb20 {
	margin-bottom: 0.20rem;
}

.mb24 {
	margin-bottom: 0.24rem;
}

.mb26 {
	margin-bottom: 0.26rem;
}

.mb28 {
	margin-bottom: 0.28rem;
}

.mb30 {
	margin-bottom: 0.30rem;
}

.pl5 {
	padding-left: 0.05rem;
}

.pl10 {
	padding-left: 0.10rem;
}

.pl15 {
	padding-left: 0.15rem;
}

.pl20 {
	padding-left: 0.20rem;
}

.pl25 {
	padding-left: 0.25rem;
}

.pl30 {
	padding-left: 0.30rem;
}

.pl35 {
	padding-left: 0.35rem;
}

/*20210422start*/
/*上传文字*/
.wrap1 {
	width: 92%;
	height: auto;
	margin: 0 auto;
}

.padBtm30 {
	padding-bottom: 2.2rem;
}

.answer-textarea {
	width: 100%;
	height: 1.1rem;
	margin-top: 0.39rem;
	padding: 8px 10px;
	border: 1px solid #E5E5E5;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 0.14rem;
	line-height: 0.24rem;
}

.answer-textarea-top9 {
	margin-top: 0.09rem;
}

.answer-desc-wrap {
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	-khtml-display: flex;
	display: flex;
	align-items: center;
	/*margin-top: 0.13rem;*/
	/*zhaozeren 修改*/
	margin-top: -2px;
}

.answer-desc {
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	-khtml-flex: 1;
	flex: 1;
	width: 100%;
	font-size: 0.12rem;
	color: #ff2f51;
	padding-left: 10px;
	margin-bottom: -10px;
}

.answer-desc-btn {
	width: 0.69rem;
	height: 0.24rem;
	background: #8EC6FF;
	margin-left: 0.3rem;
	font-size: 0.12rem;
	color: #fff;
	-webkit-border-radius: 0.12rem;
	-moz-border-radius: 0.12rem;
	border-radius: 0.12rem;
}

/*意见反馈*/
.page-titles {
	padding-top: 0.22rem;
	font-size: 0.16rem;
	color: #222;
}

.feedback-category {
	padding-top: 0.05rem;
}

.feedback-category-li {
	width: 25.4%;
	height: 0.3rem;
	line-height: 0.3rem;
	border: 1px solid #E5E5E5;
	font-size: 0.13rem;
	color: #b1b1b1;
	text-align: center;
	float: left;
	margin-top: 0.13rem;
	margin-left: 11.9%;
	-webkit-border-radius: 0.08rem;
	-moz-border-radius: 0.08rem;
	border-radius: 0.08rem;
}

.feedback-category-li:nth-child(3n+1) {
	margin-left: 0;
}

.feedback-category-active {
	border: 1px solid #43a0ff;
	color: #43a0ff;
}

.feedback-textarea {
	margin-top: 0.2rem;
}

.upImg-wrap {
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	-khtml-display: flex;
	display: flex;
	align-items: center;
	width: 100%;
	margin-top: 0.18rem;
	justify-content: space-between;
}

.upImg-wrap .upData-itembtn {
	width: 1rem;
	height: 1rem;
	float: none;
	position: relative;
	margin: 0;
	overflow: hidden;
}

.upImg-wrap .upData-itembtn img {
	width: 100%;
	height: 100%;
}

.upImg-wrap .upload-identity-imgAdd {
	width: 100%;
	height: 100%;
}

/*.upData-itemBtomBtn{*/
/*position: absolute;*/
/*width: 100%;*/
/*height: 100%;*/
/*background: none;*/
/*top:0;*/
/*left: 0;*/
/*}*/
.contactUs-list {
	padding-top: 0.08rem;
}

.contactUs-li {
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	-khtml-display: flex;
	display: flex;
	align-items: center;
	height: 0.45rem;
	margin-top: 0.11rem;
	padding: 0 0.16rem;
	border: 1px solid #E5E5E5;
	-webkit-border-radius: 0.08rem;
	-moz-border-radius: 0.08rem;
	border-radius: 0.08rem;
}

.contactUs-li-name {
	margin-right: 0.08rem;
	font-size: 0.13rem;
	color: #333;
}

.contactUs-li-input {
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	-khtml-flex: 1;
	flex: 1;
	width: 100%;
	font-size: 0.13rem;
	color: #333;
}

.submit-btn {
	width: 91.3%;
	height: 0.42rem;
	display: block;
	margin: 0.16rem auto 0;
	background: #509DFF;
	-webkit-border-radius: 0.21rem;
	-moz-border-radius: 0.21rem;
	border-radius: 0.21rem;
	font-size: 0.18rem;
	color: #fff;
}

/*常见问题*/
.eqa-header-name {
	position: absolute;
	width: 1.5rem;
	height: 0.46rem;
	line-height: 0.46rem;
	top: 0;
	left: 50%;
	margin-left: -0.75rem;
	font-size: 0.17rem;
	color: #222;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.customerCare-btn {
	background: url("../image/icon38.png") left no-repeat;
	background-size: 0.19rem 0.2rem;
	background-position: 0 50%;
	padding-left: 0.26rem;
	font-size: 0.16rem;
	color: #43a0ff;
}

.problem-list {
	padding-top: 0.01rem;
}

.problem-li {
	background: #fff;
	margin-top: 0.15rem;
	padding: 0 0.15rem 0.2rem;
	-webkit-border-radius: 0.08rem;
	-moz-border-radius: 0.08rem;
	border-radius: 0.08rem;
}

.problem-li-top {
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	-khtml-display: flex;
	display: flex;
	align-items: flex-start;
	padding: 0.2rem 0;
	border-bottom: 1px dashed #E9E9E9;
}

.problem-li-icon {
	width: 0.28rem;
	height: 0.28rem;
	margin-right: 0.1rem;
	background: url("../image/icon10.png") center no-repeat;
	background-size: 100% 100%;
}

.problem-li-name {
	font-style: 0.18rem;
	color: #121212;
	font-weight: bold;
}

.problem-li-btm {
	padding: 0.1rem 0 0;
}

.problem-li-btm p {
	padding-left: 0.32rem;
	margin-top: 0.11rem;
	font-size: 0.14rem;
	color: #121212;
	text-indent: 0;

}

/*我的问答*/
.myProblem-tab {
	position: fixed;
	width: 100%;
	height: 0.46rem;
	background: #fff;
	top: 0.46rem;
	left: 0;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	-khtml-display: flex;
	display: flex;
	align-items: center;
	justify-content: center;
}

.myProblem-tab-li {
	padding: 0 0.08rem;
	height: 0.46rem;
	line-height: 0.46rem;
	position: relative;
	font-size: 0.14rem;
	color: #5e5e5e;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.myProblem-tab-li span {
	position: absolute;
	width: 0.33rem;
	height: 0.02rem;
	left: 50%;
	bottom: 0;
	margin-left: -0.16rem;
	background: #43A0FF;
	display: none;
}

.myProblem-tab-liActive {
	font-size: 0.16rem;
	color: #43a0ff;
	font-weight: bold;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.myProblem-tab-liActive span {
	display: block;
}

.myProblem-head {
	width: 100%;
	height: 1.32rem;
	position: relative;
	/* z-index: 555555555; */
	z-index: 6000;
}

.myProblem-head .navSelectBox {
	top: 0.92rem;
}

.screenTime-wrap,
.compreSort-wrap,
.myProblem-count {
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	-khtml-display: flex;
	display: flex;
	align-items: center;
}

.screenTime-wrap span,
.compreSort-wrap span,
.myProblem-count span {
	color: #666;
	font-size: 0.14rem;
}

.screenTime-wrap div {
	background: url(../image/top1.png) no-repeat right center;
	background-size: 0.08rem 0.09rem;
	padding-right: 0.1rem;
	font-size: 0.14rem;
}

.screenDateHideBox {
	width: 100%;
	background: #ffffff;
	position: absolute;
	top: 0.40rem;
	left: 0;
	z-index: 100000;
	display: none;
	border-top: 0.01rem solid #E9E9E9;
}

.screenDate_main {
	padding: 0 4%;
}

.screenDate-li {
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	-khtml-display: flex;
	display: flex;
	align-items: center;
	padding: 0.10rem 0;
	border-bottom: 0.01rem solid #E9E9E9;
}

.screenDate-li .screenDate-open {
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	-khtml-flex: 1;
	flex: 1;
	width: 100%;
	height: auto;
	border: 0;
	padding: 0;
	margin: 0;
}

.flex-row-between-center .btns {
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	-khtml-flex: 1;
	flex: 1;
	width: 100%;
	height: 0.36rem;
	line-height: 0.36rem;
	text-align: center;
	border-radius: 0.21rem;
	font-size: 0.16rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
}

.flex-row-between-center .btns:nth-child(2) {
	margin-left: 0.15rem;
}

.btn-grey {
	background: #F0F0F0;
	color: #B1B1B1;
}

.btn-blue {
	background: #43A0FF;
	color: #FFFFFF;
}

.screen-date.activeicon {
	background: url(../image/top0.png) no-repeat right center;
	background-size: 0.08rem 0.09rem;
	color: #43A0FF;
}





/*活动详情*/
.test-detail-href {
	font-size: 0.16rem;
	color: #43a0ff;
}

.activity-countList {
	padding-top: 0.2rem;
	padding-bottom: 0.18rem;
	background: #fff;
}

.activity-count-li {
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	-khtml-flex: 1;
	flex: 1;
	width: 100%;
	text-align: center;
}

.activity-count-num {
	line-height: 0.4rem;
	font-size: 0.3rem;
	color: #222;
}

.activity-count-name {
	margin-top: 0.05rem;
	font-size: 0.15rem;
	color: #333;
}

.font-blue {
	color: #43a0ff !important;
}

.signUp-card-wrap {
	background: #fff;
	padding-bottom: 0.15rem;
}

.signUp-card {
	width: 84%;
	height: auto;
	background: #F6F6F6;
	margin: 0 auto;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	-khtml-display: flex;
	display: flex;
	align-items: center;
	padding: 0.14rem;
}

.signUp-card-L {
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	-khtml-flex: 1;
	flex: 1;
	width: 100%;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	-khtml-display: flex;
	display: flex;
	align-items: flex-start;
}

.signUp-card-logo {
	width: 0.26rem;
	height: 0.262rem;
	margin-right: 0.08rem;
}

.signUp-card-txt {
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	-khtml-flex: 1;
	flex: 1;
	width: 100%;
}

.signUp-card-name {
	font-size: 0.14rem;
	color: #ffbb3f;
}

.signUp-card-desc {
	margin-top: 0.1rem;
	font-size: 0.14rem;
	color: #121212;
}

.signUp-card-btn {
	width: 0.69rem;
	height: 0.24rem;
	background: #8EC6FF;
	-webkit-border-radius: 0.12rem;
	-moz-border-radius: 0.12rem;
	border-radius: 0.12rem;
	font-size: 0.12rem;
	color: #fff;
}

.activity-card {
	background: #fff;
	margin-top: 0.16rem;
	padding: 0.2rem 0.15rem;
	-webkit-border-radius: 0.08rem;
	-moz-border-radius: 0.08rem;
	border-radius: 0.08rem;
}

.activity-card-top {
	padding: 0 0.13rem 0.15rem;
	font-size: 0.14rem;
	line-height: 0.18rem;
	border-bottom: 1px dashed #E9E9E9;
}

.font-red {
	color: #ff8426 !important;
}

.activity-progress-wrap {
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	-khtml-display: flex;
	display: flex;
	align-items: center;
	padding: 0.16rem 0;
	border-bottom: 1px dashed #E9E9E9;
}

.activity-progress-L {
	width: 0.5rem;
}

.activity-progress-name {
	font-size: 0.12rem;
	color: #121212;
	text-align: center;
}

.activity-progress-name:last-child {
	margin-top: 0.6rem;
}

.activity-progress-R {
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	-khtml-flex: 1;
	flex: 1;
	width: 100%;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	-khtml-display: flex;
	display: flex;
	align-items: center;
}

.activity-progress-li {
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	-khtml-flex: 1;
	flex: 1;
	width: 100%;
	text-align: center;
}

.activity-progress-type,
.activity-progress-num {
	font-size: 0.12rem;
	color: #121212;
}

.activity-progress-num {
	margin-top: 0.15rem;
}

.activity-progress-liMain {
	width: 100%;
	height: 0.48rem;
	margin-top: 0.14rem;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	-khtml-display: flex;
	display: flex;
	align-items: center;
	position: relative;
}

.progress-line {
	width: 1px;
	height: 0.48rem;
	background: #E9E9E9;
}

.progress-lLine,
.progress-rLine {
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	-khtml-flex: 1;
	flex: 1;
	width: 100%;
	height: 0.04rem;
	background: #E9E9E9;
}

.activity-progress-li:first-child .progress-lLine {
	opacity: 0;
}

.activity-progress-li:last-child .progress-rLine {
	margin-right: 0.1rem;
	-webkit-border-radius: 0.02rem;
	-moz-border-radius: 0.02rem;
	border-radius: 0.02rem;
}

.activity-progress-li:last-child .progress-lLine {
	padding-right: 0.1rem;
}

.activity-progress-li:last-child .progress-line {
	/*margin-left: 0.1rem;*/
}

.progress-circle {
	width: 0.1rem;
	height: 0.1rem;
	background: #E9E9E9;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
}

.progress-shadow {
	width: 0.05rem;
	height: 0.24rem;
	background: -webkit-linear-gradient(#fff 0%, rgba(255, 132, 38, 0.4) 100%);
	background: -o-linear-gradient(#fff 0%, rgba(255, 132, 38, 0.4) 100%);
	background: -moz-linear-gradient(#fff 0%, rgba(255, 132, 38, 0.4) 100%);
	background: linear-gradient(#fff 0%, rgba(255, 132, 38, 0.4) 100%);
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -0.025rem;
	z-index: 1;
	display: none;
}

.activity-progress-prev .progress-line,
.activity-progress-prev .progress-lLine,
.activity-progress-prev .progress-rLine,
.activity-progress-prev .progress-circle {
	background: #FF8426;
}

.activity-progress-prev .progress-shadow,
.activity-progress-this .progress-shadow {
	display: block;
}

.activity-progress-this .progress-line,
.activity-progress-this .progress-lLine,
.activity-progress-this .progress-rLine {
	background: #FF8426;
}

.activity-progress-this .progress-circle {
	width: 0.22rem;
	height: 0.22rem;
	background: url("../image/icon41.png") center no-repeat;
	background-size: 100% 100%;
}

.activity-card-btm {
	padding: 0.16rem 0.13rem 0;
}

.activity-time {
	font-size: 0.12rem;
	color: #121212;
}

.font-yellow {
	color: #ffbb3f !important;
}

.activity-time-desc {
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	-khtml-display: flex;
	display: flex;
	align-items: center;
	margin-top: 0.1rem;
}

.activity-time-desc div {
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	-khtml-flex: 1;
	flex: 1;
	align-items: center;
	font-size: 0.12rem;
	color: #121212;
}

.title-top24 {
	margin-top: 0.24rem;
}

.text-card {
	background: #fff;
	margin-top: 0.16rem;
	padding: 0.16rem 0.11rem;
	-webkit-border-radius: 0.08rem;
	-moz-border-radius: 0.08rem;
	border-radius: 0.08rem;
}

.text-card p {
	margin: 0;
	font-size: 0.14rem;
	color: #333;
	line-height: 0.24rem;
}

.test-go-fixed {
	position: fixed;
	width: auto;
	right: -0.93rem;
	bottom: 0.5rem;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	-khtml-display: flex;
	display: flex;
	align-items: center;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.testGo-hideBtn {
	width: 0.26rem;
	height: 0.23rem;
	margin-right: 0.1rem;
	background: url("../image/img4-2.png") center no-repeat;
	background-size: 100% 100%;
}

.testGo-href img {
	width: 0.83rem;
}

.test-go-fixedOpen {
	right: 0.17rem;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.test-go-fixedOpen .testGo-hideBtn {
	background: url("../image/img4.png") center no-repeat;
	background-size: 100% 100%;
}

/*活动列表*/
.activity-header {
	position: relative;
}

.backIcon-white {
	width: 0.1rem;
	height: 0.18rem;
	position: absolute;
	top: 0.2rem;
	left: 0.15rem;
	background: url("../image/back.png") center no-repeat;
	background-size: 100% 100%;
}

.title-top13 {
	margin-top: 0.13rem;
}

.title-relative {
	position: relative;
}

.title-user {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.title-user span {
	margin-left: 0.18rem;
	font-size: 0.14rem;
	color: #43a0ff;
}

.activity-li {
	margin-top: 0.15rem;
	padding: 0.09rem 0.12rem 0.17rem;
	background: #fff;
	-webkit-border-radius: 0.08rem;
	-moz-border-radius: 0.08rem;
	border-radius: 0.08rem;
}

.activity-li-top {
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	-khtml-display: flex;
	display: flex;
	align-items: center;
}

.activity-li-name {
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	-khtml-flex: 1;
	flex: 1;
	width: 100%;
	font-size: 0.16rem;
	color: #121212;
}

.activity-li-btn {
	width: 0.8rem;
	height: 0.3rem;
	margin-left: 0.05rem;
	-webkit-border-radius: 0.15rem;
	-moz-border-radius: 0.15rem;
	border-radius: 0.15rem;
	font-size: 0.15rem;
	color: #fff;
}

.activity-yellow-btn {
	background: -webkit-linear-gradient(#F47A12 0%, #FFB434 100%);
	background: -o-linear-gradient(#F47A12 0%, #FFB434 100%);
	background: -moz-linear-gradient(#F47A12 0%, #FFB434 100%);
	background: linear-gradient(#F47A12 0%, #FFB434 100%);
}

.activity-blue-btn {
	background: -webkit-linear-gradient(#A2D4FB 0%, #BBE1FB 100%);
	background: -o-linear-gradient(#A2D4FB 0%, #BBE1FB 100%);
	background: -moz-linear-gradient(#A2D4FB 0%, #BBE1FB 100%);
	background: linear-gradient(#A2D4FB 0%, #BBE1FB 100%);
}

.activity-li-img {
	width: 100%;
	vertical-align: top;
	margin-top: 0.09rem;
}

.activity-li-desc {
	margin-top: 0.12rem;
	font-size: 0.14rem;
	color: #121212;
}

.activity-li-timeTxt {
	margin-top: 0.1rem;
	font-size: 0.12rem;
	color: #121212;
	text-align: right;
}

.all-tips {
	margin-top: 0.17rem;
	font-size: 0.12rem;
	color: #bfbebe;
	text-align: center;
}



























/*弹窗*/

.mask-box {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	background: rgba(0, 0, 0, 0.7);
	/*filter:alpha(opacity=0.7);*/
	filter: progid: DXImageTransform.Microsoft.gradient(startcolorstr=#b2000000, endcolorstr=#b2000000);
	z-index: 10;
	display: none;
}

.mask-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.05);
}

.mask-cover {
	position: absolute;
	background: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.customerCare-box .mask-cover {
	width: 77.3%;
	height: auto;
	padding-bottom: 0.24rem;
	-webkit-border-radius: 0.08rem;
	-moz-border-radius: 0.08rem;
	border-radius: 0.08rem;
	text-align: center;
}

.mask-close {
	width: 0.22rem;
	height: 0.22rem;
	background: url("../image/close.png") center no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: -0.22rem;
	right: -0.22rem;
}

.customerCare-icon {
	width: 0.36rem;
	display: inline;
	margin-top: 0.25rem;
}

.mask-desc {
	margin-top: 0.12rem;
	font-size: 0.16rem;
	color: #121212;
	font-weight: bold;
}

.mask-desc-blue {
	margin-top: 0.12rem;
	font-size: 0.16rem;
	color: #509dff;
}

/* 2021-05-18 调整上传答案页面样式 */
.zqq_desc-wrap.eqa-cont-edited {
	padding: 0.10rem 0.20rem 0;
}

.zqq_desc-wrap .answer-desc {
	padding: 0;
	line-height: 0.17rem;
}

.zqq_desc-wrap .answer-desc-btn {
	margin-left: 0.20rem;
}

.zqq_desc-wrap .eqa-textarea-showbox {
	padding: 0.20rem 0 0.10rem;
}

.zqq_desc-wrap .eqa-textarea-text {
	font-size: 0.12rem;
	line-height: 0.17rem;
	margin-bottom: 0;
}

.zqq_desc-wrap .bgwrap {
	background: #FFFFFF;
}

.zqq_desc-wrap .textareaBoxed {
	width: 100%;
	padding: 0 8px;
	border: 1px solid #E5E5E5;
	border-radius: 10px;
	margin: 10px auto 0;
}

.zqq_desc-wrap .textareaBoxed div.answer-textarea-itemsed {
	border-bottom: 1px dashed #E5E5E5 !important;
	padding: 0.05rem 0;
}

.zqq_desc-wrap .textareaBoxed div.answer-textarea-itemsed:last-child {
	border-bottom: 0 !important;
}

.zqq_desc-wrap .textareaBoxed div.answer-textarea-itemsed>div {
	min-height: 0.90rem;
	margin: 0;
	height: auto;
	border: none !important;
	border-radius: 0;
	border: none !important;
	outline: none !important;
}

.zqq_desc-wrap .textareaBoxed div.answer-textarea-itemsed>div:nth-of-type(1) {
	min-height: 0.70rem;
}

.zqq_desc-wrap .textareaBoxed div.answer-textarea-itemsed>div:nth-of-type(2) {
	min-height: 0.90rem;
}

.zqq_desc-wrap .textareaBoxed div.answer-textarea-itemsed>div:nth-of-type(3) {
	min-height: 1.5rem;
	border-bottom: 0 !important;
}

.zqq_desc-wrap .textareaBoxed div.answer-textarea[contenteditable]:empty:before {
	content: attr(placeholder);
	color: #B1B1B1;
}

.zqq_desc-wrap .textareaBoxed div.answer-textarea[contenteditable]:focus {
	content: none;
	min-height: 1rem;
}

/*2022-01-11*/
.orange {
	color: #FF8426;
}

.check_box {
	padding: 0 0.2rem 0.2rem;
	text-align: justify;
	-webkit-box-sizing: border-box;
	width: 100%;
}
.check_sign {
	background: url(../image/medlive_sgin_pitch1.png) no-repeat;
	height: 0.12rem;
	width: 0.12rem;
	-webkit-background-size: 100% 100%;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	margin: 0 0.1rem 0 0;
}
.check_sign:checked:after {
	content: '';
	background: url(../image/medlive_sgin_pitch2.png) no-repeat;
	height: 0.12rem;
	width: 0.12rem;
	-webkit-background-size: 100% 100%;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}
.check_txt {
	display: inline-block;
	font-size: 0.12rem;
	font-weight: 400;
	color: #B1B1B1;
	line-height: 0.17rem;
}
.item_bg {
	background: url(../image/bg2.png) no-repeat left top #FFFFFF;
	-webkit-background-size: 100% auto;
}
.item_bg .list-item-mlNum {
	margin-left: 0;
	margin-top: 0.05rem;
}
.list-item-time {
	font-size: 0.16rem;
	font-weight: 500;
	color: #3D3F41;
	line-height: 0.22rem;
	margin-bottom: 0.15rem;
}
.time_sign {
	width: 0.14rem;
	margin-right: 0.05rem;
}
.time_txt {
	font-size: 0.13rem;
	line-height: 0.22rem;
	color: #FF2F51;
	padding: 0 0.06rem;
}


@media screen and (min-width: 750px) {
	html {
		font-size: 100px;
	}

	body {
		width: 750px;
		margin: 0 auto;
	}

	body .back-blank,
	body .navSelectBalck {
		width: 750px;
		height: 100%;
		position: fixed;
		top: 0;
		left: 50%;
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
	}

	body .navSelectBox,
	body .myProblem-tab,
	body .prompt_box,
	body .eqa-header-wrapper {
		width: 750px;
		position: fixed;
		left: 50%;
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
	}

	body .mui-dtpicker {
		width: 750px;
		left: 50%;
		margin-left: -375px;
	}

	body .eqa-header-navbox .eqa-header-tap,
	body .giveUp-blank {
		width: 750px;
		left: 50%;
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
	}

	body .rule-explain-box {
		padding: 0.15rem 0.30rem;
	}

	body .zqq_search {
		width: 750px;
		height: 0.86rem;
		margin: 0 auto;
	}

	body .zqq_search .eqa-header-wrapper,
	body .zqq_search .navSelectBox {
		left: 50%;
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		z-index: 10000;
	}

	body .zqq_search .eqa-header-wrapper {
		width: 750px;
		top: 0;
	}

	body .zqq_search .navSelectBox {
		top: 0.46rem;
	}

	body .zqq_textBtn {
		width: 750px;
		margin: 0 auto;
		position: fixed;
		left: 50%;
		bottom: 20vh;
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
	}

	body .eqa-textBtn {
		right: auto;
		position: absolute;
		right: .10rem;
		bottom: 0;
	}

	body .zqq_frame_overBox {
		max-height: 60vh;
		overflow-x: hidden;
		overflow-y: auto;
	}
}
