/*@font-face{
    font-family:'HarmonyOS_Light';
    src: url('../fonts/HarmonyOS_Sans_SC_Light.ttf');
}
@font-face {
	font-family: 'HarmonyOS_Regular';
	src:url('../fonts/HarmonyOS_Sans_SC_Regular.woff') format('woff');
    font-display:swap;
}
@font-face {
	font-family: 'HarmonyOS_Medium';
	src:url('../fonts/HarmonyOS_Sans_SC_Medium.woff') format('woff');
    font-display:swap;
}
@font-face {
	font-family:'HarmonyOS_Bold';
	src:url('../fonts/HarmonyOS_Sans_SC_Bold.woff') format('woff');
    font-display:swap;
}

body{font-family:'HarmonyOS_Regular';}*/
.mih100{ min-height:100vh;}


/* 会员中心头部 */
.use-top{ padding:.08rem 0; background:#e0e0e0; color:#999999;}
.use-top .addr-txt{font-family:'HarmonyOS_Light'; font-size:.14rem; padding-left:.2rem; background:url(../images/addr-icon.png) left center no-repeat; background-size:.11rem;}
.use-top .use-record{ font-size:.16rem;}
.use-top .use-record .rzon{ background-image:url(../images/certified.png); background-repeat:no-repeat; background-position:right center; background-size:.15rem; padding-right:.25rem;}
.use-top .use-record a{ margin-left:.25rem; color:#999999;}
.use-top .use-record a:hover{ color:#e43f41;}
.use-top-menu{ background:#fff; padding:.35rem 0; border-bottom:solid 1px #e9e9e9;}
.use-top-menu .logo-oi{ margin-right:1rem;}
.use-top-menu .logo-oi dt{ margin-right:.13rem; padding-right:.13rem; border-right: 1px solid #ececec;}
.use-top-menu .logo-oi dt img{ max-width:1.35rem;}
.use-top-menu .logo-oi dd img{ max-width:1.5rem;}
.use-top-menu .use-nav a{ line-height:1; font-size:.18rem; color:#333333; margin:0 .1rem;}
.use-top-menu .use-nav a:hover{ color:#e43f41;}

/* 底部 */
.footer{ background:#323232; color:#fff;}
.footer-top .icon{ cursor: pointer; width:.8rem; height:.92rem; background:url(../images/top_icon.png) no-repeat center; transform:translateY(-50%);}
.footer-one .text-one{ line-height:2; font-size:.14rem;}
.footer-one .text-one .wtx{ margin-right:.55rem;}
.footer-one .text-one .wtx:last-child{ margin-right:0;}
.footer-one .text-one .addr{ width:100%;}
.footer-one .text-one .name{ color:#b3b3b3;}
.footer-one .text-one .txt{ font-size:.16rem;}
.footer-one .share-box{ margin-top:.05rem;}
.footer-one .share-box a{ margin-right:.2rem; width:.35rem; height:.35rem; display: block;}
.footer-one .share-box a.wx{ background:url(../images/footer-icon1.png) no-repeat center; background-size:cover; position:relative;}
.footer-one .share-box a.wx .qr{
 position: absolute;
    bottom: 150%;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    padding: 3px;
    background: #fff;
    display:none;

}
.footer-one .share-box a.wx img{width:100%;}
.footer-one .share-box a.wb{ background:url(../images/footer-icon2.png) no-repeat center; background-size:cover;}
.footer-one .share-box a.yx{ background:url(../images/footer-icon3.png) no-repeat center; background-size:cover;}
.footer-one .share-box a:last-child{ margin-right:0;}
.footer-one .share-box a:hover{ opacity:.8;}
.footer-two{ margin-top:.25rem; padding:.2rem 0; border-top:solid 1px #5c5c5c; font-size:0;}
.footer-two a{ font-size:.14rem; color:#fff;}
.footer-two .footer-line{font-family:'HarmonyOS_Light';}
.footer-two .footer-line a{ display: block;}
.footer-two .footer-line a:hover{ color:#e43f41;}
.footer-two .footer-line em{ margin:0 .1rem; width:1px; height:.1rem; background:#848484; display: block;}
.footer-Copyright{ font-size:.14rem;}

/*  */
.member-back{ position: absolute; top:0; left:0; width:100%; height:100%; z-index:-1;}
.member-box .Title{ padding-left:.9rem; color:#fff; text-align: center;}
.member-box .Title img{ max-width:3.35rem;}

/*  */
.User-box{ width:450px; background:#fff; padding:.4rem; box-shadow:0 0 10px rgba(0,0,0,.05); border-radius:10px; overflow: hidden;}
.User-box .title{ margin-bottom:.2rem; font-size:.3rem; color:#333333; text-align: center;}
.User-box .tishi{ font-size:0; font-family:'HarmonyOS_Light'; padding-top:.2rem; color:#a7a7a7;}
.User-box .tishi span{ font-size:.14rem;}
.User-box .tishi a{color:#a7a7a7;}
.User-box .tishi a:hover{ color:#e43f41;}
.User-box .tishi input{ margin:0; margin-right:5px; width:auto;}
.User-box .tishi input[type=checkbox]{cursor:pointer;width:13px;height:13px;position:relative;border-radius:2px;overflow: hidden;}
.User-box .tishi input[type=checkbox]:after{position:absolute;width:100%;height:100%;top:0;left:0;content:"";display:block; border-radius:2px;background:none;}
.User-box .tishi input[type=checkbox]:checked:after{content:"";background:#e43f41 url(../images/check.png) no-repeat center; background-position:center; background-repeat:no-repeat;}

.User-box .but{ margin-top:.3rem; cursor: pointer; text-align: center; border-radius:5px; overflow: hidden;}
.User-box .but a{ display: block; line-height:3; background:#e43f41; color:#fff;}
.User-box .Aiu-tishi{ font-family:'HarmonyOS_Light'; font-size:.16rem; margin-top:.15rem; text-align: center;}
.User-box .Aiu-tishi a{ color:#e43f41; text-decoration:underline;}
.User-box input{ font-size:.16rem; outline:none; line-height:2; font-family:'HarmonyOS_Light'; border:none; background:none; width:100%;}
.User-box input::-webkit-input-placeholder{color:#a7a7a7;}
.User-box input::-moz-input-placeholder{color:#a7a7a7;}
.User-box input::-ms-input-placeholder{color:#a7a7a7;}
.User-box .Code input{ width:calc(100% - 100px);}
.User-box .Aniu-txt{ cursor:pointer; font-size:.16rem; color:#e43f41;}
.User-box .line{ padding:.12rem 0; border-bottom:solid 1px #e3e3e3;}

/* 登录 */
.logo-in .use_io{ padding-top:.12rem; margin-bottom:.2rem;}
.logo-in .use_io .item{ cursor:pointer; font-size:.18rem; margin:0 .25rem; border-bottom:solid 2px #fff;}
.logo-in .use_io .item a{ color:#999999;}
.logo-in .use_io .item.on{ border-color:#e43f41;}
.logo-in .use_io .item.on a{ color:#e43f41;}
.logo-in .tole{ margin-top:.2rem;}
.logo-in .tole em{ width:.01rem; display: block; height:.12rem; background:#a7a7a7;}
.logo-in .tole a{ padding:0 .2rem; color:#555555;}
.logo-in .tole a:hover{ color:#e43f41;}
.logo-in .wechat{ text-align: center; margin-top:.2rem; position: relative;}
.logo-in .wechat .item{ margin-left:-.15rem;}
.logo-in .wechat::after{ position: absolute; left:0; top:.2rem; content:''; display: block; width:100%; height:1px; background:#ededed;}
.logo-in .wechat .wechat-icon{ position: relative; margin:0 auto; z-index:10; width:.4rem; height:.4rem; background:#fff url(../images/wechat_icon.png) no-repeat center; background-size:cover; border:solid 1px #ededed; border-radius:100%; }
.logo-in .wechat .wz{ margin-top:.08rem; font-size:.14rem; color:#999999;}


/* 修改成功 */
.modify-box .tit{ text-align: center; width:100%;}
.modify-box .txt-wz{ text-align: center; width:100%;}
.modify-box .success-icon{ background:url(../images/success-icon.png) no-repeat center; width:.6rem; height:.6rem; border-radius:100%; overflow: hidden;}
.modify-box .tit{ padding:.2rem 0 .05rem; font-size:.2rem; color:#333333;}
.modify-box .txt-wz{ font-size:.16rem; color:#555555;}


/* 分页 */
.Page001526{ font-size:0; text-align:center; padding:.5rem 0 0;color:#ababb6;}
.Page001526 *{ vertical-align:middle;}
.Page001526 .Pages{ display:flex; align-items:center; justify-content:center;}
.Page001526 .Pages .a_end,
.Page001526 .Pages .a_first,
.Page001526 .Pages .p_cur,
.Page001526 .Pages .p_total{ display:none;}
.Page001526 .Pages a{ font-size:.16rem; border:1px solid #e9e9e9; display:inline-block; padding:0 .17rem; line-height:.43rem; color:#ababb6; background:#fff; margin:0 .075rem; border-radius:3px; overflow: hidden;}
.Page001526 .Pages .p_count{ font-weight:500; font-family: 'HarmonyOS_Regular'; display:flex; align-items:center; margin-right:.08rem; font-size:.16rem;}
.Page001526 .Pages .p_count b{ font-weight:500;}
.Page001526 .Pages a:hover,
.Page001526 .Pages a.a_cur{ color:#fff; background-color:#d01609;}
.Page001526 .Pages em{ font-style:normal;}
.Page001526 .Pages .i_text{ text-align: center; outline:none; width:.45rem; height:.45rem; padding:0 .05rem; line-height:.45rem;border:1px solid #e9e9e9; margin-right:.08rem; border-radius:3px; overflow: hidden;}
.Page001526 .Pages .i_button{ font-size:.16rem; font-family:'HarmonyOS_Medium'; color:#999999; cursor:pointer; background:none; width:1rem; height:.45rem;border:1px solid #e9e9e9; background:#fff; border-radius:3px; overflow: hidden;}
.Page001526 .Pages .i_button:hover{ background:#e43f41; color:#fff;}
.Page001526 .Pages .p_jump b{ font-size:.16rem; font-weight:normal; margin-right:.08rem;}
@media (max-width:1024px) {
.Page001526 .Pages .p_count,
.Page001526 .Pages .p_jump{ display:none;}
}


/* 我的订单 */
.personal-center{ background:#f4f4f4; padding-bottom:1.2rem;}
.personal-center .fl-box{ width:230px;}
.personal-center .fr-box{ width:calc(100% - 240px);}
.personal-center .fr-box.backfff{ background:#fff;}
.personal-center #knowledgeFavoriteForm{ width:calc(100% - 240px);}
.personal-center #knowledgeFavoriteForm .fr-box{ width:100%;}
.personal-center #questionForm{ width:calc(100% - 240px);}
.personal-center #questionForm.questionForm{ width:100%;}
.personal-center #questionForm .fr-box{ width:100%;}
.personal-one{ background:#fff; margin-bottom:.1rem; padding:.35rem 0; text-align: center;}
.personal-one .use-name{ font-family:'HarmonyOS_Medium'; font-size:.16rem; color:#333333; width:100%;}
.personal-one .use-type{ margin-bottom:.05rem; font-family:'HarmonyOS_Medium'; font-size:.16rem;}
.personal-one .use-type a{ margin-left:.5em; cursor:pointer; color:#018aff;}
.personal-one .use-coupon{ margin:.05rem 0; color:#666666; width:100%;}
.personal-one .use-coupon span{ color:#e43f41;}
.personal-one .use-free{ font-size:.14rem; color:#999999; width:100%;}
.personal-one .use-icon{ margin-bottom:.1rem;}
.personal-one .use-icon span{ width:.88rem; height:.88rem; background-size:cover; background-repeat:no-repeat; background-position:center; display:block; border-radius:100%; overflow: hidden;}
.personal-one .use-coin{ margin:.05rem 0; display:flex; align-items:center;}
.personal-one .use-coin em{ margin:0 10px; font-style:normal; font-size:12px;}
.personal-one .use-coin span{ color:#e43f41;}

.personal-menu{ padding:.25rem; background:#fff;}
.personal-menu >ul>li{ margin-bottom:.2rem;}
.personal-menu li>a{ position: relative; display: block; padding:.05rem 0; padding-right:.15rem; color:#333333; font-size:.2rem;}
.personal-menu li>ul>li a:hover,
.personal-menu li>ul>li.active a{ color:#e43f41;}
.personal-menu li>a.arrow::after{ position: absolute; top:50%; right:0; content:''; display: block; width:.13rem; height:.13rem; background:url(../images/arrow-icon.png) no-repeat center; transform:translateY(-50%);}
.personal-menu li>ul>li{ padding:.05rem 0;}
.personal-menu li>ul>li>a{ padding:0; font-size:.16rem;}

.order-one{ background:#fff; padding:.3rem .4rem .45rem;}
.order-one .order-lmu{ padding:.1rem 0; font-size:.2rem; color:#333333;}
.order-one .order-serial .ioe{ margin-right:.4rem; font-size:.16rem;}
.order-one .order-serial .ioe .name{ color:#999999;}
.order-one .order-serial .ioe .wz{ color:#333333;}
.order-one .order-serial .ioe:last-child{ margin-right:0;}
.order-one .order-line{ cursor:pointer; border-bottom:solid 1px #eeeeee;}
.order-one .order-dow select{ font-family:'HarmonyOS_Regular'; font-size:.16rem; color:#666666; outline:none; padding:.12rem 0; border:none;}
.order-one .order-prog{ padding-top:.25rem; border-bottom:solid 1px #eeeeee;}
.order-one .order-search{ padding-bottom:.05rem;}
.order-one .order-search input{ background:#f8f8f8; line-height:40px; padding:0 .15rem; font-family:'HarmonyOS_Regular'; border:none; font-size:.14rem; outline:none;}
.order-one .order-search .but{ cursor:pointer; width:40px; height:40px; background:#e43f41 url(../images/search-icon1.png) no-repeat center;}

.order-one .order-prog .prog a .Lifting{display: inline-block;width:9px;height:14px;background:url(../images/Lifting1.png) no-repeat center;margin-left:5px;vertical-align: middle;margin-top:-5px;background-size:cover;}
.order-one .order-prog .prog a.on .Lifting{background:url(../images/Lifting2.png) no-repeat center;background-size:cover;}

.order-one .order-prog .prog a{ cursor:pointer; margin-right:.3rem; line-height:40px; display: block; border-bottom:solid 1px #fff; transition: all .5s;}
.order-one .order-prog .prog a:last-child{ margin-right:0;}
.order-one .order-prog .prog a:hover,
.order-one .order-prog .prog a.on{ color:#e43f41; border-color:#e43f41;}
.order-one .order-ser{ padding-top:.25rem; font-size:.16rem; color:#999999; line-height:1.8;}
.order-one .order-ser .red{ color:#e43f41;}

.order-two{ margin-top:.1rem;}
.order-two .item{ padding:0 .4rem; background:#fff; margin-bottom:.1rem;}
.order-two .item .tiel{ border-bottom:solid 1px #dddddd; font-size:.16rem; padding:.2rem 0;}
.order-two .item .tiel span,
.order-two .item .tiel span
.order-two .item .tiel .color9{ color:#999999;}
.order-two .item .tiem{ margin-right:.5rem; color:#999999;}
.order-two .item .number{ margin-right:.5rem;}
.order-two .item .data-oi{ padding:.35rem 0;}
.order-two .item .data-oi .data-img{ width:1rem; height:1rem;}
.order-two .item .data-oi .data-img span{ display: block; width:100%; height:100%; background-size:cover; background-repeat: no-repeat; background-position:center;}
.order-two .item .data-text{ padding:0 .2rem; width:calc(100% - 2.2rem); font-size:.16rem; color:#333333;}
.order-two .item .data-text .data-tit{ margin-bottom:.05rem; font-family:'HarmonyOS_Bold';}
.order-two .item .data-text .data-txt .il{ padding:.05rem 0; min-width:50%;}
.order-two .item .data-text .data-txt .il .name{ color:#999;}
.order-two .item .data-text .data-txt .il .red{ color:#e43f41; font-family:'HarmonyOS_Bold';}
.order-two .item .data-text .data-txt .il .dow{ background:url(../images/dow.png) no-repeat right center; padding-right:.2rem;}
.order-two .item .data-text .data-txt .il .dow:hover{ color:#e43f41;}
.order-two .item .data-but{ width:1.2rem;}
.order-two .item .data-but a{ width:100%; margin-bottom:.15rem; background:#eee; padding:0 .15rem; line-height:2.5; display: block; text-align: center;}
.order-two .item .data-but a:last-child{ margin-bottom:0;}
.order-two .item .data-but a.on,
.order-two .item .data-but a:hover{ color:#fff; background:#e43f41;}
.order-three{ margin-top:.1rem;}
.order-four{ margin-top:.1rem;}


/* 订单详情 */
.Order-xinxi{ background:#fff; padding:.3rem .4rem;}
.Order-xinxi .tit{ padding-bottom:.1rem; margin-bottom:.1rem; font-size:.2rem; border-bottom:solid 1px #eeeeee;}
.Order-xinxi .oxai{ padding:.1rem 0;}
.Order-xinxi .oxai .ioa{ margin-right:.5rem; color:#999999;}
.Order-xinxi .oxai .ioa:last-child{ margin-right:0;}
.Order-xinxi .pro-data table{ text-align: center; width:100%; border:solid 1px #e6e6e6;}
.Order-xinxi .pro-data th{ text-align:center; max-width:.5rem; font-family:'HarmonyOS_Light'; padding:.13rem 0; font-weight:500; color:#666666; border-bottom:solid 1px #e6e6e6;}
.Order-xinxi .pro-data th:first-child{ padding-left:.2rem; text-align:left;}
.Order-xinxi .pro-data th:last-child{ padding-right:.2rem;}
.Order-xinxi .pro-data td{ max-width:.5rem; font-family:'HarmonyOS_Medium'; font-size:.16rem; color:#333333; padding:.15rem 0;}
.Order-xinxi .pro-data .Tpic{ padding-left:.2rem; text-align:left;}
.Order-xinxi .pro-data .Tpic .pic{ margin-bottom:.05rem;}
.Order-xinxi .pro-data .Tpic .pic .tu{ background-size:cover; display: block; width:.94rem; padding-bottom:.64rem; border-radius:5px; overflow: hidden;}
.Order-xinxi .pro-data .Tpic .txt{ font-size:.12rem;}
.Order-xinxi .pro-data tr td:last-child{ padding-right:.2rem;}
.Order-xinxi .pro-data tr:nth-child(2) td:last-child{ padding-right:0;}
.Order-xinxi .pro-data tr:nth-child(3) td{ padding-bottom:.08rem; vertical-align:bottom;}
.Order-xinxi .pro-data tr:nth-child(4) td{ padding-top:.08rem; vertical-align:top;}
.Order-xinxi .pro-data tr:last-child td{ vertical-align:middle;}
.Order-xinxi .pro-data .red{ color:#e43f41;}
.Order-xinxi .Order-eri{ margin-top:.2rem;}
.Order-xinxi .Order-eri .il .name{ color:#858585;}
.Order-xinxi .Order-eri .il .dow{ color:#858585; background:url(../images/dow.png) no-repeat right center; padding-right:.2rem;}
.Order-xinxi .Order-eri .il .dow:hover{ color:#e43f41;}
.Order-xinxi .Order-eri .il .red{ color:#e43f41;}

.invoice-xinxi{ background:#fff; padding:.4rem;}
.invoice-xinxi .tit{ padding-bottom:.1rem; margin-bottom:.4rem; font-size:.2rem; border-bottom:solid 1px #eeeeee;}
.invoice-xinxi .invoice-data table{ text-align: center; width:100%; border:solid 1px #eeeeee;}
.invoice-xinxi .invoice-data th{ font-size:.16rem; font-family:'HarmonyOS_Medium'; padding:.12rem 0; font-weight:500; color:#333333; border-bottom:solid 1px #eeeeee;}
.invoice-xinxi .invoice-data td{ font-size:.16rem; font-family:'HarmonyOS_Medium'; padding:.12rem 0; min-width:50px; border:solid 1px #eeeeee;}
.invoice-xinxi .invoice-data tr:nth-child(2) td{ color:#999999;}
.invoice-xinxi .invoice-data td .dow{ color:#fff; line-height:2; display:inline-block; font-size:.14rem; background:#e43f41; padding:0 .2rem;}
.invoice-xinxi .invoice-eri .il .name{ color:#858585;}
.invoice-xinxi .invoice-eri .il .dow{ color:#858585; background:url(../images/dow.png) no-repeat right center; padding-right:.2rem;}
.invoice-xinxi .invoice-eri .il .dow:hover{ color:#e43f41;}
.invoice-xinxi .upload{ margin-top:.2rem;}
.invoice-xinxi .upload-but{ margin-right:.1rem; position: relative;}
.invoice-xinxi .upload-icon{ color:#333333; background:url(../images/upload.png) no-repeat right center; padding-right:.2rem;}
.invoice-xinxi .upload input{ cursor:pointer; position: absolute; left:0; top:0; width:100%; height:100%; opacity:0;}

.pay-xinxi{ background:#fff; padding:.4rem;}
.pay-xinxi .tit{ padding-bottom:.1rem; margin-bottom:.4rem; font-size:.2rem; border-bottom:solid 1px #eeeeee;}
.pay-xinxi .pay-data table{ text-align: center; width:100%;}
.pay-xinxi .pay-data tr{ display:none;}
.pay-xinxi .pay-data.active tr{ display:table-row;}
.pay-xinxi .pay-data tr th{ font-size:.16rem; font-family:'HarmonyOS_Light'; padding:.12rem 0; font-weight:500; color:#666666;  border:solid 1px #e6e6e6; border-right:none; border-left:none;}
.pay-xinxi .pay-data tr th:first-child{ border-left:solid 1px #e6e6e6;}
.pay-xinxi .pay-data tr th:last-child{ border-right:solid 1px #e6e6e6;}
.pay-xinxi .pay-data tr td{ min-width:.7rem; font-family:'HarmonyOS_Medium'; font-size:.16rem; padding:.2rem 0; border-bottom:solid 1px #e6e6e6;}
.pay-xinxi .pay-data tr td .serial{ margin:0 auto; width:.3rem; height:.3rem; line-height:.3rem; text-align: center; background:#e43f41; color:#fff; border-radius:100%; overflow: hidden;}
.pay-xinxi .pay-data tr:nth-child(-n + 4){ display:table-row;}
.pay-xinxi .pay-data.active tr{ display:table-row;}
.pay-xinxi .pay-but{ margin-top:.15rem;}
.pay-xinxi .pay-but .icon{ opacity:.5; cursor:pointer; width:.4rem; height:.4rem; background:url(../images/arrow-icon.png) no-repeat center; transition: all .5s;}
.pay-xinxi .pay-but .icon.on{ transform: rotate(-180deg);}
.pay-xinxi .Topay{ margin-top:.1rem;}
.pay-xinxi .Topay .Aniu{ display: block; cursor:pointer; width:1.4rem; line-height:2.2; text-align: center; color:#fff; background:#e43f41; font-size:.18rem;}


/* 订单详情支付 */
.Payment-one{ background:#fff; padding:.3rem .4rem 0;}
.Payment-one .order-line{ border-bottom:solid 1px #eeeeee;}
.Payment-one .order-lmu{ padding:.1rem 0; font-size:.2rem; color:#333333;}
.Payment-one .order-bh{ padding:.2rem 0; font-size:.18rem; color:#333333; line-height:1.8;}
.Payment-two{ background:#fff; padding:0 .4rem .4rem;}
.Payment-two .order-line{ border-bottom:solid 1px #eeeeee; padding-bottom:.2;}
.Payment-two .order-lmu{ padding-bottom:.15rem; font-size:.18rem; color:#333333;}
.Payment-two .pay-data{ margin-top:.3rem;}
.Payment-two .pay-data table{ text-align: center; width:100%;}
.Payment-two .pay-data tr th{ font-size:.16rem; font-family:'HarmonyOS_Light'; padding:.12rem 0; font-weight:500; color:#666666;  border:solid 1px #e6e6e6; border-right:none; border-left:none;}
.Payment-two .pay-data tr th:first-child{ border-left:solid 1px #e6e6e6;}
.Payment-two .pay-data tr th:last-child{ border-right:solid 1px #e6e6e6;}
.Payment-two .pay-data tr td{ min-width:.7rem; font-family:'HarmonyOS_Medium'; font-size:.16rem; padding:.2rem 0; border-bottom:solid 1px #e6e6e6;}
.Payment-two .pay-data tr td:first-child{ width:.8rem;}
.Payment-two .pay-data tr td .serial{ margin:0 auto; width:.3rem; height:.3rem; line-height:.3rem; text-align: center; background:#e43f41; color:#fff; border-radius:100%; overflow: hidden;}
.Payment-two .pay-data input{ margin:0;}
.Payment-two .pay-data .Allcheck label{ cursor: pointer; display:flex; align-items:center;}
.Payment-two .pay-data .Allcheck input{ margin-right:.08rem;}
.Payment-two .pay-data .Allcheck,
.Payment-two .pay-data tr td:first-child{ padding-left:.2rem; text-align:left;}
.Payment-two .pay-data .Allcheck input[type=checkbox],
.Payment-two .check input[type=checkbox]{cursor:pointer;width:15px;height:15px;position:relative;border-radius:2px;overflow: hidden;}
.Payment-two .pay-data .Allcheck input[type=checkbox]:after,
.Payment-two .check input[type=checkbox]:after{position:absolute;width:100%;height:100%;top:0;left:0;content:"";display:block; border-radius:2px;background:none;}
.Payment-two .pay-data .Allcheck input[type=checkbox]:checked:after,
.Payment-two .check input[type=checkbox]:checked:after{content:"";background:#e43f41 url(../images/check.png) no-repeat center; background-position:center; background-repeat:no-repeat;}
.Coupon-dis{ margin-top:.1rem; background:#fff; padding:.4rem;}
.Coupon-dis .order-line{ padding-bottom:.1rem; border-bottom:solid 1px #eeeeee; padding-bottom:.2;}
.Coupon-dis .order-lmu{ font-size:.2rem; color:#333333;}
.Coupon-dis .check-iu{ width:18px; height:18px; border-radius:100%; overflow:hidden; border:solid 1px #d5d5d5;}
.Coupon-dis .check-iu input[type=checkbox]{width:20px;height:20px;cursor:pointer; position:relative; margin:-1px;}
.Coupon-dis .check-iu input[type=checkbox]:after{position:absolute;width:100%;height:100%;top:0;left:0;content:"";display:block; background:none; border:none;}
.Coupon-dis .check-iu input[type=checkbox]:checked:after{content:"";background:#e43f41 url(../images/check.png) no-repeat center; background-position:center; background-repeat:no-repeat;}
.Coupon-dis .coupon-ay{ margin:.25rem 0; font-size:.16rem;}
.Coupon-dis .coupon-ay .olw{ color:#999999;}
.Coupon-dis .coupon-ay .incre button{ font-family:'HarmonyOS_Medium'; width:25px; height:30px; background:none; border:solid 1px #ccc; font-size:.16rem; outline:none; cursor:pointer;}
.Coupon-dis .coupon-ay .incre #sub{ border-right:none;}
.Coupon-dis .coupon-ay .incre #add{ border-left:none;}
.Coupon-dis .coupon-ay .incre #txt{ outline:none; width:60px; text-align: center; border:solid 1px #ccc; line-height:30px; height:30px; font-size:.14rem;}
.Coupon-two{ margin-top:.3rem;}
.Coupon-two .item{ cursor:pointer; margin-right:.35rem; padding:.15rem .35rem; font-size:0; border:solid 1px #999999; border-radius:5px; overflow: hidden; position: relative;}
.Coupon-two .item .icon{ margin-right:.1rem;}
.Coupon-two .item .txt{ font-size:.16rem; color:#999999;}
.Coupon-two .item::after{ position: absolute; right:0; bottom:0; content:''; width:.19rem; height:.19rem; background:url(../images/check2.png) no-repeat center; opacity:0;}
.Coupon-two .item:last-child{ margin-right:0;}
.Coupon-two .item.on{ border-color:#e43f41;}
.Coupon-two .item.on::after{ opacity:1;}
.voucher-box{ margin:.3rem 0;}
.voucher-box .upload-but{ border:solid 1px #e6e6e6; background:#f4f5f6; padding:.4rem .25rem; position: relative; border-radius:3px; overflow:hidden;}
.voucher-box .upload-but .inp_file{ cursor: pointer; opacity:0; position:absolute; left:0; top:0; width:100%; height:100%;}
.voucher-box .upload-but .upload-txt{ position: absolute; top:0; left:0; width:100%; height:100%;}
.voucher-box .iku{ text-align: center;}
.voucher-box .iku .icon{ margin-bottom:.15rem; width:.35rem; height:.35rem; background:#e43f41 url(../images/pay-icon3.png) no-repeat center; border-radius:100%; overflow: hidden;}
.voucher-box .iku .txt{ width:100%; color:#999999; font-size:.14rem;}
.upload-iyt .red{ padding-right:.05rem; color:#e43f41; font-style:normal;}
.upload-iyt .tishi{ color:#999999;}
.settlement{ margin-top:.8rem; text-align:right; font-size:.16rem; color:#666666;}
.settlement .iow{ padding:.03rem 0;}
.settlement .name{ padding-right:.05rem;}
.settlement .fz24{ font-size:.24rem;}
.settlement .red{ color:#e43f41;}
.settlement .set-but{ margin-top:.3rem;}
.settlement .set-but a{ color:#999999;}
.settlement .set-but .cancel{ display: block; cursor: pointer; margin-right:.1rem; padding:.1rem 0; background:#f8f8f8; width:1.6rem; text-align: center;}
.settlement .set-but .confirm{ display: block; cursor: pointer; padding:.1rem 0; background:#e43f41; color:#fff; width:1.6rem; text-align: center;}



/* 发布详情 */
.release-one{ background:#fff; padding:.3rem .4rem;}
.release-one .order-line{ border-bottom:solid 1px #eeeeee;}
.release-one .order-lmu{ padding:.1rem 0; font-size:.2rem; color:#333333;}
.release-one .score-box{ margin-top:.2rem; font-size:.16rem;}
.release-one .score-box .xing_box{ position: relative; overflow: hidden; width:110px; display:flex;}
.release-one .score-box .xing_box i{ cursor:pointer; display:block; width:10%; height:100%; z-index:10;}
.release-one .score-box .xing_box .xing1{ position: absolute; left:0; height:100%; width:100%; background:url(../images/xing-on2.png) no-repeat center left;}
.release-one .score-box .xing_box .xing2{ position: absolute; left:0; height:100%; background:url(../images/xing-on1.png) no-repeat center left;}
.release-one .score-box .minc{ color:#999999; width:125px;}
.release-one .score-box .list{ width:calc(100% - 125px);}
.release-one .score-box .kel{ width:33.333%;}
.release-one .score-box .kel .oec{ color:#333333;}
.release-one .score-box .kel .oec{ margin-right:.15rem;}
.release-one .release-data{ margin-top:.3rem;}
.release-one .release-data .pic{ width:1.8rem;}
.release-one .release-data .txt{ padding-left:.3rem; width:calc(100% - 1.8rem);}
.release-one .release-data .txt .item{ margin-bottom:.15rem;}
.release-one .release-data .txt .item .name{ color:#999999;}
.release-one .release-data .txt .item .wez{ color:#333333;}
.Publis-box{ margin-top:.35rem;}
.Publis-box .minc{ color:#999999; width:125px;}
.Publis-box .Publis-con{ width:calc(100% - 125px);}
.Publis-box .Publis-con textarea{ display: block; outline:none; min-height:200px; padding:.15rem; width:100%; border:solid 1px #eeeeee; border-radius:5px; overflow: hidden;}
.upload-box{ margin-top:.35rem; padding-left:125px;}
.upload-box .But .iut{ background:#f8f8f8; position: relative; width:1.5rem; height:1.41rem;}
.upload-box .But .icon{ margin:0 auto; width:.24rem; height:.24rem; background:url(../images/Plus.png) no-repeat center;}
.upload-box .But .twz{ color:#999999; margin-top:.1rem;}
.upload-box .But #upMultilImages{ cursor: pointer; opacity:0; position: absolute; width:100%; height:100%;}
.upload-box #picViewsBox .item{ padding:.1rem; background:#f8f8f8; margin-right:.15rem; display:flex; align-items:center;}
.upload-box #picViewsBox .item img{ max-height:1rem;}
.release-one .Submit_xoa{ padding:.5rem 0; padding-left:125px;}
.release-one .Submit_xoa .Aniu{ cursor: pointer; text-align: center; width:1.6rem; line-height:3; color:#fff; background:#e43f41;}


/* 开票申请 */
.DrawBill-box{ background:#fff; padding:.3rem .4rem;}
.DrawBill-box .order-line{ border-bottom:solid 1px #eeeeee;}
.DrawBill-box .order-lmu{ padding:.1rem 0; font-size:.2rem; color:#333333;}
.DrawBill-box .fz18{ font-size:.18rem;}
.DrawBill-pro{ margin-top:.35rem;}
.DrawBill-pro .pic{ max-width:1rem;}
.DrawBill-pro .text{ padding-left:.2rem; width: calc(100% - 1rem);}
.DrawBill-pro .text table td{ min-width:2rem; padding:.07rem 0;}
.DrawBill-pro .tit{ font-size:.16rem; color:#333333; font-family:'HarmonyOS_Medium';}
.DrawBill-pro .iol{ font-size:.16rem; font-family:'HarmonyOS_Medium';}
.DrawBill-pro .name{ color:#999999;}

.DrawBill-two{ margin-top:.25rem;}
.DrawBill-two .trans{ margin-top:.25rem;}
.DrawBill-two .trans .name{ color:#999999;}
.DrawBill-two .trans input{ outline:none; font-size:.16rem; color:#333333; font-family:'HarmonyOS_Medium'; padding:.1rem .15rem; background:#f8f8f8; border:none;}
.DrawBill-three{ margin-top:.25rem;}
.DrawBill-three .create{ font-size:.14rem; cursor:pointer;}
.DrawBill-three .list{ padding-top:.2rem;}
.DrawBill-three .list .item{ position:relative; padding:.1rem 0; font-family:'HarmonyOS_Medium';}
.DrawBill-three .list .item .tit{ color:#999999; width:60%;}
.DrawBill-three .list .item .tit .oit,
.DrawBill-three .list .item .tit .num{ width:50%;}
.DrawBill-three .list .item .Aiu .edit{ cursor: pointer; background:url(../images/drawBill-icon1.png) no-repeat center; width:.2rem; height:.2rem; margin-right:.1rem;}
.DrawBill-three .list .item .Aiu .remo{ cursor: pointer; background:url(../images/drawBill-icon2.png) no-repeat center; width:.2rem; height:.2rem;}
.DrawBill-three .list .item .radio_ok{ font-size:0; margin-right:.1rem;}
.DrawBill-three .list .item .radio_ok input{ cursor:pointer; margin:0 auto; position: relative; width:20px; height:20px; appearance:none; position: relative; outline:none;}
.DrawBill-three .list .item .radio_ok input:before{content:"";width:15px;height:15px;display:block; border:solid 1px #b4b4b4; border-radius:100%; overflow: hidden; position: absolute; top:50%; left:50%; transform:translate(-50%,-50%);}
.DrawBill-three .list .item .radio_ok input:checked:before{ content:""; width:15px; height:15px; display:block; border-color:#e43f41;}
.DrawBill-three .list .item .radio_ok input:checked:after{ content:""; width:5px; height:5px; text-align:center; background: #e43f41; border-radius: 50%; display:block; position: absolute; top:50%; left:50%; transform:translate(-50%,-50%);}


.DrawBill-four{ margin-top:.1rem;}
.DrawBill-four .create{ cursor:pointer;}
.DrawBill-four .list{ margin-top:.3rem;}
.DrawBill-four .item{ cursor:pointer; width:31.5%; font-size:.14rem; border:solid 1px #eee; padding:.2rem .2rem .1rem; margin-bottom:2.66%; margin-right:2.66%; position:relative;}
.DrawBill-four .item:nth-child(3n){ margin-right:0;}
.DrawBill-four .item .iwo{ padding-bottom:.1rem; border-bottom:solid 1px #eeeeee;}
.DrawBill-four .item .addr{ padding-top:.05rem;}
.DrawBill-four .item .addr .wit1{ margin-right:.1rem;}
.DrawBill-four .item .addr .wit1:last-child{ margin-right:0;}
.DrawBill-four .item .addr .wit2{ padding:.02rem 0; color:#999999; width:100%;}
.DrawBill-four .item .Aiu .edit{ cursor: pointer; background:url(../images/drawBill-icon1.png) no-repeat center; width:.2rem; height:.2rem; margin-right:.1rem;}
.DrawBill-four .item .Aiu .remo{ cursor: pointer; background:url(../images/drawBill-icon2.png) no-repeat center; width:.2rem; height:.2rem;}
.DrawBill-four .item.active{ border:solid 1px #e43f41; border-radius:3px; overflow: hidden;}
.DrawBill-four .item::after{ position: absolute; right:0; bottom:0; content:''; width:.19rem; height:.19rem; background:url(../images/check2.png) no-repeat center; opacity:0;}
.DrawBill-four .item.active::after{ opacity:1;}
.DrawBill-four .Submit_xoa{ padding:.4rem 0 .6rem; text-align: center;}
.DrawBill-four .Submit_xoa .Aniu{ cursor: pointer; text-align: center; width:1.6rem; line-height:3; color:#fff; background:#e43f41;}


/* 编辑开票信息弹框 */
.Edit-invoice{ position:fixed; top:0; left:0; width:100%; height:100%; z-index:10; background:rgba(0,0,0,.5); display:none;}
.Edit-invoice.active{ display:flex;}
.Edit-invoice .Edit-shell{ position:relative; max-width:550px; width:100%; padding:.4rem; padding-left:.2rem; background:#fff;}
.Edit-invoice .tit{ text-align: center; font-size:.24rem; color:#333333; margin-bottom:.2rem;}
.Edit-invoice .item{ margin-bottom:.2rem;}
.Edit-invoice .item .name{ width:1.2rem; text-align:right; color:#999999;}
.Edit-invoice .item .input{ padding-left:.1rem; width:calc(100% - 1.2rem);}
.Edit-invoice .item .input input{ outline:none; width:100%; background:#f8f8f8; padding:.15rem; border:none;}
.Edit-invoice .item .textarea{ padding-left:.1rem; width:calc(100% - 1.2rem);}
.Edit-invoice .item .textarea textarea{ padding:.15rem; min-height:100px; background:#f8f8f8; border:none; outline:none; width:100%;}
.Edit-invoice .Submit_xoa{ padding-left:.4rem;}
.Edit-invoice .Submit_xoa .Aniu{ cursor: pointer; text-align:center; width:1.6rem; line-height:3; color:#fff; background:#e43f41;}
.Edit-invoice .close{ cursor:pointer; width:.3rem; height:.3rem; background:#fff url(../images/close.png) no-repeat center; border-radius:100%; overflow:hidden; border:solid 1px rgba(0,0,0,.7); position: absolute; right:-.15rem; top:-.15rem;}




/* 我的售后-申请退款 */
.After-sale-data{ padding:.5rem .6rem 0;}
.After-sale-data .Tba-name{ position: relative;}
.After-sale-data .Tba-name .item .icon{ position:relative; z-index:5; font-family:'HarmonyOS_Bold'; font-size:.14rem; width:.3rem; height:.3rem; text-align:center; border-radius:100%; overflow: hidden; background:#eeeeee; color:#999; margin:0 auto;}
.After-sale-data .Tba-name .item .txt{ position:relative; z-index:5; margin-top:.1rem; color:#999; text-align: center;}
.After-sale-data .Tba-name::after{ position:absolute; top:.15rem; left:6%; content:''; width:90%; height:1px; background:#eeeeee;}
.After-sale-data .Tba-name .item.active .icon{ background:#e43f41; color:#fff;}
.After-sale-data .Tba-name .item.active .txt{ color:#e43f41;}
.After-sale-data .forem_shell .Tit{ width:.9rem; color:#999;}
.After-sale-data .Tba-datum{ padding:.8rem 0 .3rem;}
.After-sale-data .Tba-datum .pic{ width:1rem;}
.After-sale-data .Tba-datum .text{ width:calc(100% - 1.9rem); padding-left:.25rem;}
.After-sale-data .Tba-datum .text .ito{ padding:.04rem 0;}
.After-sale-data .Tba-datum .text .name{ color:#999;}
.After-sale-data .Tba-datum .text .wenz{ color:#333;}
.After-sale-data .Tba-datum .text .red{ color:#e43f41; font-family:'HarmonyOS_Bold';}
.After-sale-data .Tba-datum .text .wit1{ width:100%;}
.After-sale-data .Tba-datum .text .wit2{ min-width:49.5%;}
.After-sale-data .forem_shell .padd{ padding:.13rem 0;}
.After-sale-data .forem_shell .input{ width:4rem; line-height:3;}
.After-sale-data .forem_shell .input input{background:#f8f8f8; padding:.14rem; font-size:.16rem; font-family:'HarmonyOS_Medium'; outline:none; width:100%; border:none;}
.After-sale-data .forem_shell .oiu{ margin-left:.1rem;}
.After-sale-data .forem_shell .refund .red{ color:#e43f41; font-style:normal;}
.After-sale-data .forem_shell .textarea{ width:4rem;}
.After-sale-data .forem_shell .explain .Tit{ padding:.14rem 0;}
.After-sale-data .forem_shell .explain textarea{ font-size:.16rem; font-family:'HarmonyOS_Medium'; outline:none; width:100%; background:#f8f8f8; padding:.14rem; border:none; min-height:1.25rem;}
.After-sale-data .forem_shell .explain2{ padding-bottom:.4rem;}
.After-sale-data .forem_shell .explain2 .Tit{ padding:0;}
.After-sale-data .forem_shell .upload-pic.Tui{ padding-bottom:.35rem;}
.After-sale-data .forem_shell .upload-pic .ril{ width:calc(100% - .9rem);}
.After-sale-data .forem_shell .upload-pic .But .iut{ background:#f8f8f8; position: relative; width:1rem; height:1rem;}
.After-sale-data .forem_shell .upload-pic .But .icon{ margin:0 auto; width:.12rem; height:.12rem; background:url(../images/Plus1.png) no-repeat center; background-size:cover;}
.After-sale-data .forem_shell .upload-pic .But .twz{ color:#999999; margin-top:.1rem;}
.After-sale-data .forem_shell .upload-pic .But #upMultilImages{ cursor: pointer; opacity:0; position: absolute; width:100%; height:100%;}
.After-sale-data .forem_shell .upload-pic #picViewsBox{ width:calc(100% - 1rem);}
.After-sale-data .forem_shell .upload-pic #picViewsBox .item{ max-width:1rem; margin-left:.15rem;}
.After-sale-data .forem_shell .upload-pic #picViewsBox .item img{ width:100%;}
.After-sale-data .forem_shell .upload-pic #picViewsBox.Tpic2 .item{ margin-left:0; margin-right:.15rem;}
.After-sale-data .forem_shell .upload-file{ padding-top:.2rem ;}
.After-sale-data .forem_shell .upload-file .But{ position: relative;}
.After-sale-data .forem_shell .upload-file .But .iut{ background:#f8f8f8; position: relative; width:1rem; height:1rem;}
.After-sale-data .forem_shell .upload-file .But .icon{ margin:0 auto; width:.12rem; height:.12rem; background:url(../images/Plus1.png) no-repeat center; background-size:cover;}
.After-sale-data .forem_shell .upload-file .inp_file{ cursor: pointer; opacity:0; position:absolute; left:0; top:0; width:100%; height:100%; z-index:2;}
.After-sale-data .forem_shell .upload-file .txt{ margin-left:.15rem;}
.After-sale-data .forem_shell .upload-file .txt .iuo{ padding-left:.25rem; background:url(../images/iuo.png) no-repeat left center;}
.After-sale-data .forem_shell .upload-file .txt.Tpic2{ margin-left:0;}
.After-sale-data .forem_shell .but-shell{ margin-top:.4rem;}
.After-sale-data .forem_shell .but-shell .Aiun{ display: block; cursor:pointer; background:#f8f8f8; line-height:2.8; width:1.6rem; text-align: center; font-size:.18rem; color:#999999; margin-right:.15rem;}
.After-sale-data .forem_shell .but-shell .redback{ background:#e43f41; color:#ffffff;}
.After-sale-data .forem_shell .but-shell .plat{ cursor:pointer; text-align: center; font-size:.16rem; color:#666666;}
.After-sale-data .forem_shell .but-shell .plat span{ background:url(../images/tel-icon1.png) no-repeat center left; padding-left:.25rem;}

/* 我的售后-退款成功 */
.After-sale-data .Success-Refund{ padding-top:1.8rem;}
.After-sale-data .Success-Refund .text{ padding-left:.3rem;}
.After-sale-data .Success-Refund .text .ito{ line-height:1.2; font-size:.3rem; font-family:'HarmonyOS_Medium';}
.After-sale-data .Success-Refund .text .mid{ color:#333333;}
.After-sale-data .Success-Refund .success-txt .ito{ color:#129d18;}
.After-sale-data .Success-Refund .lose-txt .ito{ color:#e43f41;}
.After-sale-data .Success-Refund .lose-txt .mid a:hover{ color:#e43f41;}

/* 优惠劵*/
.coupon-shell{ border-top:solid 10px #f4f4f4; padding:.5rem .4rem;}
.coupon-shell .item{ background:#f8f8f8; position:relative; display:flex; color:#333333; width:48.5%; margin-bottom:3%; overflow:hidden;}
.coupon-shell .item .Money{ position: relative; width:1.3rem; border-right:dashed 1px rgba(0,0,0,.1);}
.coupon-shell .item .Money .ioam{ font-size:.4rem;}
.coupon-shell .item .Money span{ line-height:1; display:block;}
.coupon-shell .item .Money em{ display:block; font-size:.2rem; font-style:normal;}
.coupon-shell .item .Money i{ font-size:.18rem; font-style:normal;}
.coupon-shell .item .Money .wzx{ font-size:.16rem; font-family:'HarmonyOS_Light';}
.coupon-shell .item .Money::before,
.coupon-shell .item .Money::after{ position: absolute; right:-.1rem; width:.2rem; height:.2rem; background:#fff; content:''; display:block; border-radius:100%; overflow:hidden;}
.coupon-shell .item .Money::before{ top:-.1rem;}
.coupon-shell .item .Money::after{ bottom:-.1rem;}
.coupon-shell .item .Riol{ position:relative; width:calc(100% - 1.3rem); padding:.2rem .25rem; padding-right:.4rem; font-family:'HarmonyOS_Light'; z-index:5;}
.coupon-shell .item .Riol .tit{ font-size:.2rem; padding:0; font-family:'HarmonyOS_Medium';}
.coupon-shell .item .Riol .tiem{ font-size:.14rem; line-height:2;}
.coupon-shell .item .Riol .tiem em{ line-height:1.5; padding:.02rem .1rem; font-style:normal; border:solid 1px rgba(255,255,255,.2);}
.coupon-shell .item .Riol .oxi{ padding-top:.1rem; margin-top:.1rem; border-top:solid 1px rgba(0,0,0,.1); font-size:.14rem;}
.coupon-shell .item .state{ font-size:.14rem; padding:.02rem .4rem; background:#999999; position: absolute; right:-.35rem; top:.17rem; color:#fff; transform: rotate(45deg);}
.coupon-shell .item .orai{ width:.1rem; display:flex; flex-wrap:wrap; align-items:center; position: absolute; right:-.05rem; height:100%;}
.coupon-shell .item .orai i{ display:block; width:.1rem; height:.1rem; background:#fff; border-radius:100%; overflow: hidden;}

/* 优惠劵-未使用 */
.coupon-shell .item.back-red{ background:#e43f41;}
.coupon-shell .item.back-red .state{ background:#c2292b;}
.coupon-shell .item.back-red{ color:#fff;}
.coupon-shell .item.back-red .Money{ border-right:dashed 1px rgba(255,255,255,.5);}
.coupon-shell .item.back-red .Riol .oxi{border-top:solid 1px rgba(255,255,255,.3);}




/* 购物车商品 */
.collect-one .order-prog .prog a.tiem,
.collect-one .order-prog .prog a.price{ padding-right:.1rem; background:url(../images/collect-icon1.png) no-repeat right center;}
.collect-back{ background:#fff; margin-top:10px; padding:.5rem .4rem;}
.collect-list .item{ width:32.5%; margin-right:1.2%; margin-bottom:1.2%; box-shadow:2px 2px 8px rgba(0,0,0,.2); border-radius:5px; overflow: hidden;}
.collect-list .item .text{ padding:.2rem;}
.collect-list .item .text .introd{ margin-top:.05rem; font-size:.16rem;}
.collect-list .item .text .tiem{ color:#e43f41;}
.collect-list .item .text .tiem i{ font-size:.2rem; font-style: normal;}
.collect-list .item .text .tiem span{ font-size:.24rem;}
.collect-list .item .pic span{ display:block; padding-bottom:66.66666%; background-size:contain; background-repeat:no-repeat;}
.collect-list .item .company{ margin-top:.1rem;}
.collect-list .item .company span{ color:#999; font-size:.14rem; background:url(../images/company-icon.png) no-repeat center right; padding-right:.25rem;}
.collect-list .item .but{ background:#f8f8f8; border-top:solid 1px #e8e6e6;}
.collect-list .item .but a{ padding:.1rem 0; display: block; width:50%; text-align: center; border-right:solid 1px #e8e6e6;}
.collect-list .item .but a:last-child{ border-right:none;}
.collect-list .item .but a:hover{ color:#e43f41;}
.collect-list .item:nth-child(3n){ margin-right:0;}




/* 收藏店铺 */
.Collection-shop{ padding:.4rem 0;}
.shop-list .item{ width:32.5%; margin-right:1.2%; margin-bottom:1.2%; box-shadow:2px 2px 8px rgba(0,0,0,.2); border-radius:5px; overflow: hidden;}
.shop-list .item .pro-oiw{ padding:.1rem .2rem .2rem;}
.shop-list .item .text .tit{ text-align: center; color:#333333;}
.shop-list .item .pic span{ display:block; padding-bottom:.9rem; background-position:center; background-size:contain; background-repeat:no-repeat;}
.shop-list .item .company{ margin-top:.1rem;}
.shop-list .item .company span{ color:#999; font-size:.14rem; background:url(../images/company-icon.png) no-repeat center right; padding-right:.25rem;}
.shop-list .item .but{ font-size:.16rem; background:#f8f8f8; border-top:solid 1px #e8e6e6;}
.shop-list .item .but a{ padding:.1rem 0; display: block; width:50%; text-align: center; border-right:solid 1px #e8e6e6;}
.shop-list .item .but a.cancel{ color:#999999;}
.shop-list .item .but a.red{ color:#e43f41;}
.shop-list .item .but a:last-child{ border-right:none;}
.shop-list .item .but a:hover{ color:#e43f41;}
.shop-list .item:nth-child(3n){ margin-right:0;}


/* 开票信息 */
.billing-list{ margin-top:.3rem;}
.billing-list .item{ margin-bottom:.2rem; position: relative; padding:.4rem; border:solid 1px #eeeeee;}
.billing-list .item .text{ width:calc(100% - 160px);}
.billing-list .item .txt-ke{ color:#999999;}
.billing-list .item .oi{ padding:.05rem 0;}
.billing-list .item .oi .name{ width:80px; text-align: right;}
.billing-list .item .oi .wz{ max-width:calc(100% - 90px);}
.billing-list .item .tit-box{ width:100%; margin-bottom:.1rem;}
.billing-list .item .tit-box .tit{ padding-right:.15rem; max-width:calc(100% - 80px); font-size:.18rem; color:#333333;}
.billing-list .item .tit-box .red-mre{ font-size:.14rem; padding:.05rem .1rem; background:#e43f41; color:#fff;}
.billing-list .item .close{ cursor:pointer; position: absolute; top:.3rem; right:.3rem; width:.25rem; height:.25rem; background:url(../images/close2.png) no-repeat center;}
.billing-list .item .but_shell .tacitly{ margin-right:.3rem;}
.billing-list .item .but_shell .tacitly,
.billing-list .item .but_shell .edit{ cursor:pointer; color:#ee4547;}
.billing-list .item:last-child{ margin-bottom:0;}


/* 开票信息弹框 */
.billing-up{ position:fixed; top:0; left:0; width:100%; height:100%; z-index:10; background:rgba(0,0,0,.5); display:none;}
.billing-up.active{ display:flex;}
.billing-up .billing-shell{ position:relative; max-width:550px; width:100%; padding:.4rem; padding-left:.2rem; background:#fff;}
.billing-up .tit{ text-align: center; font-size:.24rem; color:#333333; margin-bottom:.2rem;}
.billing-up .item{ margin-bottom:.2rem;}
.billing-up .item .name{ width:1.2rem; text-align:right; color:#999999;}
.billing-up .item .input{ padding-left:.1rem; width:calc(100% - 1.2rem);}
.billing-up .item .input input{ font-size:.16rem; font-family:'HarmonyOS_Medium'; outline:none; width:100%; background:#f8f8f8; padding:.15rem; border:none;}
.billing-up .item .textarea{ padding-left:.1rem; width:calc(100% - 1.2rem);}
.billing-up .item.textarea-shell .name{ padding-top:.15rem;}
.billing-up .item .textarea textarea{ font-size:.16rem; font-family:'HarmonyOS_Medium'; padding:.15rem; min-height:100px; background:#f8f8f8; border:none; outline:none; width:100%;}
.billing-up .Submit_xoa{ padding-left:.5rem;}
.billing-up .Submit_xoa .Aniu{ margin:0 .1rem; cursor: pointer; text-align:center; width:1.6rem; line-height:3;}
.billing-up .Submit_xoa .submit{ background:#e43f41; color:#fff;}
.billing-up .Submit_xoa .cancel{ background:#f8f8f8; color:#333333;}
.billing-up .close{ cursor:pointer; width:.3rem; height:.3rem; background:#fff url(../images/close2.png) no-repeat center; border-radius:100%; overflow:hidden; position: absolute; right:.2rem; top:.2rem;}
.billing-up .select{padding-left:.1rem;width: calc(100% - 1.2rem);}
.billing-up .select select {
    font-size: .16rem;
    font-family: 'HarmonyOS_Medium';
    outline: none;
    width: 100%;
    background: #f8f8f8;
    padding: .15rem;
    border: none;
}
.billing-up .select.select3 select{width:calc(98% / 3);}
.billing-up .select.select3 select:not(:last-child){margin-right:1%;}



/* 个人资料 */
.Personal-data{ padding:.3rem .4rem .45rem;}
.Personal-data .form-pers{ width:5.3rem;}
.Personal-data .item{ padding:.1rem 0;}
.Personal-data .item .name{ padding-right:.1rem; width:130px; text-align:right; color:#999;}
.Personal-data .item .input{ width:calc(100% - 130px);}
.Personal-data .item .select{ width:calc(100% - 130px);}
.Personal-data .item .select select{ width:100%; margin:0; border:none; appearance:none; background:#f8f8f8; padding:.15rem;}
.Personal-data .item .use-pic{ width:90px; height:90px; position: relative;}
.Personal-data .item .use-pic .inp_file{ cursor:pointer; position:absolute; top:0; left:0; height:100%; width:100%; opacity:0;}
.Personal-data .item .use-pic .img{position: relative; width:90px; height:90px;}
.Personal-data .item .use-pic .img span{ display: block; padding-bottom:100%; background-size:cover;}
.Personal-data .item .use-pic .img .txt{ line-height:2; font-size:.14rem; color:#fff; background:rgba(0,0,0,.8); position: absolute; bottom:0; width:100%; text-align:center;}
.Personal-data .item.use-oiu .name{ padding-top:.15rem;}
.Personal-data .item .input input{ font-size:.16rem; font-family:'HarmonyOS_Medium'; outline:none; width:100%; background:#f8f8f8; padding:.15rem; border:none; color:#333333;}
.Personal-data .item .input input::-webkit-input-placeholder{color:#333333;}
.Personal-data .item .input input::-moz-input-placeholder{color:#333333;}
.Personal-data .item .input input::-ms-input-placeholder{color:#333333;}
.Personal-data .item.renzhen .certified{ margin-right:.1rem; background-image:url(../images/certified.png); background-repeat:no-repeat; background-position:right center; background-size:.2rem; padding-right:.28rem;}
.Personal-data .item.renzhen .txt{ width:calc(100% - 130px); display:flex; align-items:center; justify-content:space-between; background:#f8f8f8; padding:.15rem;}
.Personal-data .item.renzhen .txt a{ cursor: pointer; padding-left:.2rem; background:url(../images/ask.png) no-repeat center left; color:#018aff;}
.Personal-data .item.knowledge .aiu{ cursor:pointer; color:#018aff;}
.Personal-data .item.knowledge .know-txt{ width:calc(100% - 130px); display:flex; align-items:center; justify-content:space-between; background:#f8f8f8; padding:.15rem;}
.Personal-data .item.renew .know-txt{ width:calc(100% - 130px); display:flex; align-items:center; justify-content:space-between; display:flex; align-items:center;}
.Personal-data .item.renew .aiu{ cursor:pointer; color:#018aff;}
.Personal-data .but_ke{ margin-top:.4rem; padding-left:130px;}
.Personal-data .but_ke .save{ background:#e43f41; text-align: center; display:block; width:1.6rem; line-height:3; color:#ffffff;}


/* 购买弹框 */
.Buy-shell{ position:fixed; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,.5); z-index:9; display:none;}
.Buy-shell .BuyJuz{ display:flex; justify-content:center; align-items:center; height:100%;}
.Buy-shell .Buy-back{ position:relative; background:#fff; width:560px; overflow:hidden; border-radius:8px;}
.Buy-shell .Buy-back .close{ width:30px; height:30px; position:absolute; right:.2rem; top:.2rem; background:url(../images/close-icon1.png) no-repeat center; cursor:pointer;}
.Buy-shell .Buy-back .tit{ color:#fff; font-size:.24rem; background:url(../images/pay-back1.png); padding:.25rem 0; text-align:center;}
.Buy-shell .pay-con{ padding:.5rem .35rem;}
.Buy-shell .Buy-con{ padding-bottom:.35rem;}
.Buy-shell .pay-con .wz{ font-size:.24rem; color:#e43f41; text-align: center;}
.Buy-shell .Payment{ margin-bottom:.15rem;}
.Buy-shell .pay-but{ margin-bottom:.5rem; display:flex; align-items:center;}
.Buy-shell .pay-but .aniu{ position:relative; cursor:pointer; margin-right:.2rem; border:solid 1px #e43f41; padding:.15rem; width:1.5rem; text-align:center; display:flex; align-items:center; justify-content:center; overflow: hidden; border-radius:7px;}
.Buy-shell .pay-but .aniu::after{ content:''; display:block; width:.25rem; height:.25rem; background-image:url(../images/pay-line.png); position:absolute; right:0; bottom:0; opacity:0;}
.Buy-shell .pay-but .aniu.on::after{ opacity:1;}
.Buy-shell .pay-but .aniu .icon{ width:20px; height:20px; display:block; margin-right:10px;}
.Buy-shell .pay-but .bank .icon{ background-image:url(../images/pay-icon4.png);}
.Buy-shell .pay-but .wech .icon{ background-image:url(../images/weix-icon1.png);}
.Buy-shell .pay-but .aniu:last-child{ margin-right:0;}
.Buy-shell .pay_submit{ display:flex; justify-content:center; align-items:center;}
.Buy-shell .pay_submit .but-io{ cursor:pointer; margin:0 .3rem; width:1.2rem; text-align:center; border:solid 1px #e43f41; padding:.1rem; overflow: hidden; border-radius:7px;}
.Buy-shell .pay_submit .cancel{ border-color:#f8f8f8; background:#f8f8f8;}
.Buy-shell .pay_submit .verify{ color:#fff; background:#e43f41;}


/* 开票信息弹框 */
.Enterprise-amend{ position:fixed; top:0; left:0; width:100%; height:100%; z-index:10; background:rgba(0,0,0,.5); display:none;}
.Enterprise-amend.active{ display:flex;}
.Enterprise-amend .Enterprise-shell{ position:relative; max-width:550px; width:100%; padding:.5rem .4rem; padding-left:.2rem; background:#fff;}
.Enterprise-amend .close{ cursor:pointer; width:.3rem; height:.3rem; background:#fff url(../images/close2.png) no-repeat center; border-radius:100%; overflow:hidden; position: absolute; right:.2rem; top:.2rem;}
.Enterprise-amend .tit{ text-align: center; font-size:.24rem; color:#333333; margin-bottom:.2rem;}
.Enterprise-amend .item{ margin-bottom:.2rem;}
.Enterprise-amend .item .name{ width:1.2rem; text-align:right; color:#999999;}
.Enterprise-amend .item .input{ width:calc(100% - 1.2rem);}
.Enterprise-amend .item .input input{ font-size:.16rem; font-family:'HarmonyOS_Medium'; outline:none; width:100%; background:#f8f8f8; padding:.15rem; border:none;}
.Enterprise-shell .select{ width:calc(100% - 1.2rem);}
.Enterprise-shell .select select{ font-size:.16rem; font-family:'HarmonyOS_Medium'; outline:none; width:100%; background:#f8f8f8; padding:.15rem; border:none;}
.Enterprise-shell .select.select3 select{width:calc(98% / 3);}
.Enterprise-shell .select.select3 select:not(:last-child){margin-right:1%;}
.Enterprise-amend .item .use-pic{ width:90px; height:90px; position: relative;}
.Enterprise-amend .item .use-pic .inp_file{ cursor:pointer; position:absolute; top:0; left:0; height:100%; width:100%; opacity:0;}
.Enterprise-amend .item .use-pic .img{position: relative; width:90px; height:90px;}
.Enterprise-amend .item .use-pic .img span{ background:#f8f8f8 url(../images/Plus2.png) no-repeat center; display: block; padding-bottom:100%; background-size:cover;}
.Enterprise-amend .item .use-pic .img .txt{ line-height:2; font-size:.14rem; color:#fff; background:rgba(0,0,0,.8); position: absolute; bottom:0; width:100%; text-align:center;}
.Enterprise-amend .Submit_xoa{ padding-top:.35rem; padding-left:1.2rem;}
.Enterprise-amend .Submit_xoa .Aniu{ font-size:.18rem; margin-right:.2rem; cursor: pointer; text-align:center; width:1.6rem; line-height:3;}
.Enterprise-amend .Submit_xoa .cancel{ background:#f8f8f8; color:#999999;}
.Enterprise-amend .Submit_xoa .submit{ margin-right:0; background:#e43f41; color:#fff;}




/* 收货地址 */
.Delivery-Address{ margin-top:.2rem;}
.Delivery-Address .item{ position:relative; margin-bottom:.2rem; width:48.8%; border:solid 1px #eeeeee;}
.Delivery-Address .item .text-box{ padding:.2rem;}
.Delivery-Address .item .text-box .addr-txt{ margin-top:.1rem;}
.Delivery-Address .item .name-box .name{ margin-right:.2rem; max-width:6em; color:#333333;}
.Delivery-Address .item .name-box .Tel{ margin-right:.1rem; width:7em; color:#333333;}
.Delivery-Address .item .name-box .Default{ cursor: pointer; width:5.5em; text-align:center; margin-right:.1rem; border:solid 1px #e43f41; line-height:1.8; color: #fff; background:#e43f41; font-size:.14rem;}
.Delivery-Address .item .name-box .Contract{ cursor: pointer; width:5.5em; text-align:center; border:solid 1px #e43f41; line-height:1.8; color:#e43f41; font-size:.14rem;}
.Delivery-Address .item .but_shell{ font-size:.14rem; line-height:3; border-top:solid 1px #eeeeee;}
.Delivery-Address .item .but_shell .oiw{ color:#999999; cursor: pointer; margin-right:.3rem;}
.Delivery-Address .item .close{ cursor:pointer; width:.2rem; height:.2rem; position:absolute; top:.1rem; right:.1rem; background:url(../images/close2.png) no-repeat center; background-size:.1rem;}
.Delivery-Address .item .but_shell .oiw:hover{color:#e43f41;}



/* 账号设置 */
.Account-setting{ margin-top:.3rem;}
.Account-setting .item{ margin-bottom:.1rem;}
.Account-setting .title{ padding:.18rem .3rem; background:#f8f8f8;}
.Account-setting .unwind{ display:none; padding:.4rem .3rem;}
.Account-setting .unwind .it{ margin-bottom:.25rem;}
.Account-setting .unwind .it .input{ width:4rem;}
.Account-setting .unwind .it .input input{ font-size:.16rem; font-family:'HarmonyOS_Medium'; outline:none; width:100%; background:#f8f8f8; padding:.15rem; border:none;}
.Account-setting .unwind .it .name{ color:#999999; width:80px; text-align:right;}
.Account-setting .unwind .it.code-box input{ width:calc(100% - 1.2rem);}
.Account-setting .unwind .it.code-box .code{ display:flex; align-items:center; justify-content:center; width:1.1rem; text-align: center; padding:0 .1rem; background:#f8f8f8; color:#999999; cursor: pointer;}
.Account-setting .title .Tenx span{ padding-left:.1rem; color:#999999;}
.Account-setting .item .Aiut{ padding-left:80px;}
.Account-setting .item .Aiut .submit{ cursor:pointer; line-height:3.2; color:#fff; background:#e43f41; width:4rem; text-align:center;}
.Account-setting .item .red{ cursor:pointer; color:#ee4547;}
.Account-setting .item .wechat{ background:url(../images/wechat.png) no-repeat center left; padding-left:.3rem;}



/* 右侧悬浮 */
.rightFixed { padding:0 10px;background:#ffffff;position:fixed;right:1%;top:50%;z-index:10;transform:translateY(-50%);}
.rightFixed li{ font-size:.14rem;border-bottom:solid 1px #dddddd;}
.rightFixed li:last-child{border-bottom:none;}
.rightFixed li.wx{position: relative;}
.rightFixed li .QRcode{ display:none; background:#fff; padding:5px; position: absolute; top:50%; left:-115px; border-radius:5px; overflow: hidden; transform:translateY(-50%);}
.rightFixed li .QRcode img{ max-width:92px;}
.rightFixed li.wx:hover .QRcode{ display:block;}
.rightFixed li a{display: block;width:2em;padding:15px 0;text-align: center;color:#333333; border-radius: 5px;z-index: 10;}
.rightFixed li a::before {content:'';width:20px;height:18px;background-image:url(../images/kefu.svg); background-position:center; background-size:contain; background-repeat:no-repeat; display:block;margin: 0 auto 2px;}
.rightFixed li.wx a::before {background-image: url(../images/weixin.svg);}
.rightFixed li.feedback a::before {background-image: url(../images/feedback.svg);}
.rightFixed li.back a::before {background-image: url(../images/back_top.svg);}
.rightFixed li:hover a{ color:#e43f41;}


/* 单篇 */
#messageForm{ width:100%;}

.single-box{ background:#fff; padding:0.3rem 0.4rem 0.45rem;}
.single-box .table{ width:100%;}
.single-box .table th,
.single-box .table td{ font-family: 'HarmonyOS_Regular';}
.single-box .view-but,
.single-box .delete-but{ margin:3px 0; text-align:center; border:solid 1px #ee4547; color:#ee4547; padding:2px 10px; display:block; border-radius:3px; overflow:hidden;}

.list-group-item .message-item{ padding:5px 0;}
.list-group-item .message-item .popover .con-txt{ margin-bottom:5px;}
.list-group-item .message-item .small{ display:flex; justify-content:space-between;}






/*zsk_bottom*/
.zsk_bottom{background:url(../images/zsk/bomBG.jpg) no-repeat;background-size: cover;background-position:center left;}
.zsk_bottom .bomTop{padding:.45rem 0 .3rem;}
.zsk_bottom .bomTop .auto-inner2{display: flex;justify-content: space-between;align-items: center;}
.zsk_bottom .bomTop .leftBox{}
.zsk_bottom .bomTop .leftBox .bomLogo{width: 1.25rem;margin-bottom:.5rem;}
.zsk_bottom .bomTop .leftBox span{display: block;line-height:.32rem;color:#7a7a7a;font-size: .14rem;}
.zsk_bottom .bomTop .leftBox p{margin: 0;font-size: .16rem;color:#ffffff;line-height:.32rem;}
.zsk_bottom .bomTop .leftBox p.pho{font-size: .3rem;margin-bottom:.12rem;}
.zsk_bottom .bomTop .rightBox{}
.zsk_bottom .bomTop .rightBox .folwBox{width: 1rem;text-align: center;margin-bottom: .15rem;float: right;}
.zsk_bottom .bomTop .rightBox .folwBox span{display: block;font-size: .16rem;color:#7b7b7b;margin-bottom:.1rem;}
.zsk_bottom .bomTop .rightBox .share{text-align: right;}
.zsk_bottom .bomTop .rightBox .share a{display: inline-block;vertical-align: middle;width: .38rem;height: .38rem;border-radius: 50%;background-color:rgba(255,255,255,.1);margin-left:.15rem;position: relative;}
.zsk_bottom .bomTop .rightBox .share a:before{width: 100%;height: 100%;content: '';background-repeat:no-repeat;background-size: contain;background-position:center center;position: absolute;top: 0;left: 0;opacity: .5;transition:.3s;}
.zsk_bottom .bomTop .rightBox .share a:hover:before{opacity: 1;}
.zsk_bottom .bomTop .rightBox .share a.wb:before{background-image:url(../images/zsk/wb.png);}
.zsk_bottom .bomTop .rightBox .share a.qq:before{background-image:url(../images/zsk/qq.png);}
.zsk_bottom .bomTop .rightBox .share a.wx:before{background-image:url(../images/zsk/wx.png);}

.zsk_bottom .Bombom{color: rgba(255,255,255,.2);padding: .25rem 0;font-size: .14rem;border-top: 1px solid rgba(255,255,255,.1);}
.zsk_bottom .Bombom .copy{float: left;line-height:.24rem;margin: 0;}
.zsk_bottom .Bombom .copy a{color: rgba(255,255,255,.2);}
.zsk_bottom .Bombom .copy a:hover{color: #fff;}
.zsk_bottom .Bombom ul{float: right;}
.zsk_bottom .Bombom li{float: left;line-height:.24rem;padding: 0 .1rem;position: relative;}
.zsk_bottom .Bombom li:before{width: .02rem;height: .02rem;content: '';background:#fff;border-radius:50%;position: absolute;top: 50%;margin-top:-.01rem;left: 0;opacity: .2;}
.zsk_bottom .Bombom li:first-child:before{display: none;}
.zsk_bottom .Bombom li a{float: left;color: rgba(243,246,250,.5);}
.zsk_bottom .Bombom li a:hover{color: #fff;}

/*zsk_LeftFix*/
.zsk_LeftFix{position: fixed;top: 30%;left: 0;background:#fff;border-radius:8px;box-shadow: 1.5px 5px 5px 0px rgb(0 0 0 / 10%); z-index: 2;}
.zsk_LeftFix li{padding:0 .05rem;position: relative;transition:.3s;}
.zsk_LeftFix li a{display: block;padding:.17rem 0;width: .5rem;text-align: center;border-bottom:1px solid rgba(153,153,153,.3);}
.zsk_LeftFix li a img{transition:.3s;opacity: .5;}
.zsk_LeftFix li figure{position: absolute;left: 120%;top: .05rem;padding:.1rem;background:#fff;border:1px solid #fe8526;font-size: .16rem;white-space: nowrap;display: none;}
.zsk_LeftFix li figure:before{width: .09rem;height: .12rem;content: '';background:url(../images/zsk/i2.png) no-repeat;background-size: contain;position: absolute;left: -.08rem;top: .2rem;}
.zsk_LeftFix li figure .code{width: 1rem;}

.zsk_LeftFix li:hover{background:#fe8221;}
.zsk_LeftFix li:hover a{border-color: #fe8221;}
.zsk_LeftFix li:hover a img{filter: grayscale(100%) brightness(200%);opacity: 1;}
.zsk_LeftFix li:hover figure{display: block;}

/*zsk_rightFix*/
.zsk_rightFix{position: fixed;top: 40%;right: 3%; z-index: 2;}
.zsk_rightFix li{width: .5rem;height: .5rem;text-align: center;border-radius:5px;overflow: hidden;border-radius:8px;box-shadow: 1.5px 5px 5px 0px rgb(0 0 0 / 10%);margin-bottom:.07rem;background:#fff;transition:.3s;}
.zsk_rightFix li a img{transition:.3s;}
.zsk_rightFix li:hover{background:#fe8221;}
.zsk_rightFix li:hover a img{filter: grayscale(100%) brightness(200%);}


/* 我的收藏 */
.memCate{margin-top: .25rem;display: flex;justify-content: space-between;align-items: center;padding-bottom:.08rem;border-bottom:1px dashed #eeeeee;}
.memCate .cateList{}
.memCate .cateList a{display: inline-block;vertical-align: middle;margin-right:.35rem;line-height:.42rem;position: relative;}
.memCate .cateList a:before{width: 100%;height: 1px;content: '';background:#e43f41;position: absolute;bottom:-.09rem;left: 0;opacity: 0;}
.memCate .cateList a:hover,
.memCate .cateList a.on{color:#e43f41;}
.memCate .cateList a.on:before{opacity: 1;}
.memCate .searBox{position: relative;width: 2.55rem;border-radius:5px;overflow: hidden;}
.memCate .searBox input{width: 100%;padding:0 .6rem 0 .15rem;line-height:.42rem;font-size:.14rem;background:#f8f8f8;border:none;outline:none;font-size:.16rem;}
.memCate .searBox .goSear{ display: block;width:.48rem;height: .44rem;content: '';background:url(../images/zsk/searBG.jpg) no-repeat;background-size: contain;position: absolute;top: 0;right: 0; font-size:0;}
.memCate .goEditor{display: block;width: 1.2rem;line-height:.42rem;text-align: center;border-radius:5px;overflow: hidden;color:#fff;background:#e43f41;font-size:.16rem;}

.memCont{border-top:.1rem solid #f8f8f8;padding:.6rem .4rem;}
.memCont .materList {width: auto;}
.memCont .materList ul {box-shadow: none; padding:0;}
.memCont .materList li:first-child {padding-top: 0;}

.memCont .zsk_Problem {box-shadow: none;}
.memCont .blemList { padding:0;}
.memCont .blemList .itemBox:first-child,
.memCont .answer:first-child {padding-top: 0;}
.memCont .answer {margin:0;}

.qinfo .title {font-size: .2rem; color:#333; font-weight: normal; line-height: 1.35em; margin:0 0 0.07rem;}
.qinfo .meta {font-size: .14rem; color:#888; line-height: 1.75em;}
.qinfo .meta span {display: inline-block; vertical-align: middle; margin-right: 0.2rem;padding-left:1.857em; background:no-repeat left 0.34em; background-size: auto 1.07em;}
.qinfo .meta span:last-child {margin-right: 0;}
.qinfo .meta .tag {padding-left:1.64285em; background-image: url(../images/zsk/icon_tag.png);}
.qinfo .meta .fav {padding-left:1.71em; background-image: url(../images/zsk/icon_fav.png);}
.qinfo .meta .views {padding-left:2em; background-image: url(../images/zsk/icon_views.png);}
.qinfo .meta .cmts {background-image: url(../images/zsk/icon_cmts.png);}
.qinfo .meta .date {background-image: url(../images/zsk/icon_date.png);}
.qinfo .meta .tag a {margin:0 0.06rem;}
.qinfo .meta a {color:#888;}
.qinfo .meta a:hover {color:#fe8221;}

.answer,
.question {padding:0.3rem 0; margin:0 0.3rem; border-bottom:1px solid rgba(0,0,0,.04);}
.answer .head {display: table; table-layout: fixed; width: 100%; margin-bottom: .15rem;}
.answer .date,
.answer .del {display: table-cell; vertical-align: middle; font-size: .14rem; color:#999; line-height: 1.5em; width: 10em; text-align: right;}
.answer .del {width: 5em; padding-left:1em;}
.answer .del a {color:#999; background: url(../images/zsk/delBtn.png) no-repeat left center; background-size:auto .13rem; padding-left:0.2rem;}
.answer .del a:hover {color: #e43f41;}
.answer .info {display: table-cell; vertical-align: middle; padding-right: 2em; overflow: hidden;}
.answer .avatar {width: .36rem; float:left;}
.answer .avatar i {display: block; padding-bottom: 100%; border-radius: 50%;}
.answer .name {margin-left: 0.48rem; overflow: hidden; font-size: .16rem; color:#333; font-weight: bold; line-height: .36rem;}
.answer .entry {font-size: .16rem; color:#555; line-height: 1.5em; margin-bottom: .17rem;}
.answer .quote {background-color: #fafafa; padding:.15rem 0.3rem;}

.myCollList{}
.myCollList li{float: left;width: 32%;margin-right: 2%;margin-bottom:2%;padding:.12rem;border-radius:5px;overflow: hidden;transition:.3s;background:#fff;box-shadow: 1.5px 2px 8px 3px rgb(0 0 0 / 10%);}
.myCollList li:nth-child(3n){margin-right:0;}
.myCollList li .imgBox{border-radius:5px;overflow: hidden;}
.myCollList li .imgBox figure{padding-bottom:1.55rem;background-repeat:no-repeat;background-size: cover;background-position:center center;transition:.3s;}
.myCollList li h5{margin:.15rem 0;font-size: .14rem;font-weight:normal;line-height:.24rem;min-height: .48rem; position: relative; padding-left:.35rem;}
.myCollList li h5 .price{ position:absolute; left:0; top:0; content:''; display:block; width:.25rem; height:.25rem; background-image:url(../images/charge.png); background-size:cover;}
.myCollList li h5.cancel{ padding-left:0;}
.myCollList li h5.cancel .price{ display:none;}

.myCollList li .vc{display: flex;justify-content: space-around;font-size: .14rem;color:#666666;}
.myCollList li .vc .coll{padding-left:.2rem;display: block;position: relative;}
.myCollList li .vc .coll:before{width: .13rem;height: .12rem;content: '';background:url(../images/zsk/coll.png) no-repeat;position: absolute;left: 0;top: 50%;transform: translateY(-50%);background-size: contain;}
.myCollList li .vc .view{padding-left:.3rem;position: relative;display: block;}
.myCollList li .vc .view:before{width: .22rem;height: .15rem;content: '';background:url(../images/zsk/view.png) no-repeat;position: absolute;left: 0;top: 50%;transform: translateY(-50%);background-size: contain;}
.myCollList li:hover .imgBox figure{transform: scale(1.1, 1.1);}

/*购买记录*/
.myBuyList{}
.myBuyList li{width: 49%;float: left;margin-right:2%;margin-bottom:2.5%;background:#fff;box-shadow: 1.5px 2px 8px 3px rgb(0 0 0 / 10%);border-radius:5px;overflow: hidden;padding:.12rem;display: flex;align-items: center;}
.myBuyList li:nth-child(2n){margin-right:0;}
.myBuyList li .imgBox{width: 1.5rem;border-radius:5px;overflow: hidden;}
.myBuyList li .imgBox figure{padding-bottom:.9rem;background-repeat:no-repeat;background-size: cover;background-position:center center;}
.myBuyList li .txtBox{width: calc(100% - 1.5rem);padding-left:.2rem;}
.myBuyList li .txtBox h5{font-size:.14rem;line-height:.24rem;min-height: .48rem;font-weight:normal;margin: 0;}
.myBuyList li .txtBox .integral{margin:  .15rem 0 0;font-size:.14rem;color: #666666;padding-left:.22rem;position: relative;}
.myBuyList li .txtBox .integral:before{width: .17rem;height: .15rem;content: '';background:url(../images/zsk/i11.png) no-repeat;background-size: contain;position: absolute;left: 0;top: 50%;margin-top:-.075rem;}

/*我的问答*/
.myBlemList .itemBox{padding: .3rem 0;border-bottom:1px solid #f6f6f6;}
.myBlemList .itemBox:first-child{padding-top:0;}
.myBlemList .itemBox .topBox{display: flex;align-items: center;margin-bottom:.1rem;}
.myBlemList .itemBox .topBox .anum{text-align: center;width: .5rem;height: .5rem;font-size: .14rem;line-height:.25rem;color:#fe8221;background:#fffaf2;}
.myBlemList .itemBox .topBox .anum span{display: block;}
.myBlemList .itemBox .topBox .titLcv{width: calc(100% - .5rem);padding-left:.2rem;position: relative;}
.myBlemList .itemBox .topBox .titLcv h5{font-size: .2rem;font-weight:normal;margin: 0; color:#333;}
.myBlemList .itemBox .topBox .titLcv .Lcv{}
.myBlemList .itemBox .topBox .titLcv .Lcv .label{display: inline-block;vertical-align: middle;padding-left:.3rem;position: relative;}
.myBlemList .itemBox .topBox .titLcv .Lcv .label:before{width: .13rem;height: .13rem;content: '';background:url(../images/zsk/i6.png) no-repeat;background-size: contain;position: absolute;left: 0;top: 50%;margin-top:-.065rem;}
.myBlemList .itemBox .topBox .titLcv .Lcv .label a{font-size: .14rem;color:#888888;display: inline-block;vertical-align: middle;margin-right:.15rem;}
.myBlemList .itemBox .topBox .titLcv .Lcv .label a:hover{ color:#ff6900;}
.myBlemList .itemBox .topBox .titLcv .Lcv .coll{display: inline-block;vertical-align: middle;font-size: .14rem;color:#888888;padding-left:.2rem;position: relative;margin-left:.15rem;}
.myBlemList .itemBox .topBox .titLcv .Lcv .coll:hover{color:#e43f41;}
.myBlemList .itemBox .topBox .titLcv .Lcv .coll:before{width: .13rem;height: .12rem;content: '';background:url(../images/zsk/coll2.png) no-repeat;position: absolute;left: 0;top: 50%;transform: translateY(-50%);background-size: contain;}
.myBlemList .itemBox .topBox .titLcv .Lcv .view{display: inline-block;vertical-align: middle;font-size: .14rem;color:#888888;padding-left:.28rem;position: relative;margin-left:.15rem;}
.myBlemList .itemBox .topBox .titLcv .Lcv .view:before{width: .22rem;height: .15rem;content: '';background:url(../images/zsk/view2.png) no-repeat;position: absolute;left: 0;top: 50%;transform: translateY(-50%);background-size: contain;}
.myBlemList .itemBox .topBox .titLcv .btnBox{position: absolute;right: 0;bottom:0;}
.myBlemList .itemBox .topBox .titLcv .btnBox a{font-size: .14rem;color:#888888;display: inline-block;vertical-align: middle;margin-left:.3rem;padding-left:.2rem;position: relative;}
.myBlemList .itemBox .topBox .titLcv .btnBox a:hover{color:#e43f41;}
.myBlemList .itemBox .topBox .titLcv .btnBox a.ediBtn:before{width: .12rem;height: .12rem;content: '';background:url(../images/zsk/ediBtn.png) no-repeat;background-size: contain;position: absolute;left: 0;top: 50%;margin-top:-.06rem;}
.myBlemList .itemBox .topBox .titLcv .btnBox a.delBtn:before{width: .13rem;height: .13rem;content: '';background:url(../images/zsk/delBtn.png) no-repeat;background-size: contain;position: absolute;left: 0;top: 50%;margin-top:-.065rem;}
.myBlemList .itemBox .topBox .titLcv a:hover h5{ color:#ff6900;}
.myBlemList .itemBox .bomBox{padding:.2rem .3rem;background:#fafafa;}
.myBlemList .itemBox .bomBox .userDes{display: flex;justify-content: space-between;align-items: center;}
.myBlemList .itemBox .bomBox .userDes .inBox{display: flex;align-items: center;}
.myBlemList .itemBox .bomBox .userDes .inBox .userImg{width: .35rem;height: .35rem;border-radius:50%;}
.myBlemList .itemBox .bomBox .userDes .inBox .userImg img{width: 100%;line-height:.35rem;}
.myBlemList .itemBox .bomBox .userDes .inBox .name{margin: 0;font-size: .16rem;padding-left:.12rem;}
.myBlemList .itemBox .bomBox .userDes time{font-size: .16rem;color:#999999;}
.myBlemList .itemBox .bomBox .textBox{margin-top:.1rem;font-size: .16rem;line-height:.24rem;color:#888888;}

/*提问编辑*/
.myAskWarp{padding:.6rem 0;}
.zsk_askWarp.myAskWarp .tit{}
.zsk_askWarp.myAskWarp .subBox .formBox .Btnbox a.subBtn{background:#e43f41;}
/*我要提问*/
.hot_askWarp{margin-top: 0!important;}
.zsk_askWarp .tit{line-height:1rem;font-size: .3rem;padding:0 .2rem;width: 100%;border:none;outline:none;border-radius:.05rem;border: 2px solid #eee;}
.zsk_askWarp .subBox{margin-top:.1rem;background:#fff;border: 2px solid #eee;padding:.6rem 0;padding-left:.8rem;border-radius:5px;}
.zsk_askWarp .subBox .formBox{width:4.9rem;}
.zsk_askWarp .subBox .formBox .item{margin-bottom:.2rem;display: flex;align-items: center;}
.zsk_askWarp .subBox .formBox .item label{width:1rem;color:#666666;}
.zsk_askWarp .subBox .formBox .item select{width:calc(100% - 1rem);line-height:.45rem;height:.45rem;border:1px solid #eeeeee;outline:none;padding:0 .1rem;}
.zsk_askWarp .subBox .formBox .item .dow-list{ position:relative; width: calc(100% - 1rem);}
.zsk_askWarp .subBox .formBox .item .dow-list .QaInput{ line-height:.45rem;height:.45rem;border:1px solid #eeeeee;outline:none;padding:0 .1rem; position:relative; cursor:pointer;}
.zsk_askWarp .subBox .formBox .item .dow-list .QaInput::after{ content:''; display:block; background:url(../images/arrow-icon.png); width:13px; height:7px; position:absolute; top:50%; right:.1rem; margin-top:-3.5px;}
.zsk_askWarp .subBox .formBox .item .ul{ font-size:0; padding:.1rem; background:#fff; position:absolute; width:100%; z-index:10; border:1px solid #eeeeee; border-top:none; display:none;}
.zsk_askWarp .subBox .formBox .item .ul li{ margin:5px 0; font-size:16px; width:32%; margin-right:1.9%; display:inline-block;}
.zsk_askWarp .subBox .formBox .item .ul li:nth-child(3n){ margin-right:0;}
.zsk_askWarp .subBox .formBox .item .ul li .wz{ margin-left:5px;}
.zsk_askWarp .subBox .formBox .item .ul li label{ cursor:pointer; display:flex;}

.zsk_askWarp .subBox .formBox .Btnbox{padding-left:.9rem;padding-top:.25rem;}
.zsk_askWarp .subBox .formBox .Btnbox a{ display: inline-block; vertical-align: middle; padding:0 .3rem; line-height:.45rem; border-radius:.05rem;}
.zsk_askWarp .subBox .formBox .Btnbox a.subBtn{background:#fe8221;color:#fff;}





















