@charset "UTF-8";@import url('base_whir.css?v=3');header{background-color:var(--main-color-2);position:relative;z-index:100;}
.header-no-bgcolor header{border-bottom:1px solid var(--default-opacity-10);background-color:transparent;position:absolute;left:0;top:0;width:100%}
header .auto-inner{position:relative;z-index:100;}
header .logo img{height:0.32rem;}
@media(min-width:1025px){header .logo{position:absolute;left:0;width:100%;height:100%;pointer-events:none;}
header .logo a{pointer-events:all;}
}
@media (max-width:1024px){header .logo{height:0.7rem;justify-content:flex-start;}
}
@media (max-width:640px){header .logo img{height:0.24rem;width:auto;}
}
menu li *:where(span,a){display:block;}
menu li.has-sub{position:relative;z-index:10;}
menu li.has-sub span a{padding-right:0.23rem;position:relative;}
menu li.has-sub span a:after{position:absolute;content:'';width:0.13rem;height:0.07rem;background:url(../images/a-drop.svg) no-repeat right center;background-size:contain;right:0;top:50%;margin-top:-0.035rem;transition:0.3s;}
menu .active span a:after{transform:rotate(-180deg);}
menu .sub dd{line-height:2.5;}
@media (min-width:1025px){menu{padding-right:calc(140 / 1920 * 100vw);}
menu li:nth-child(4){margin-left:calc(540 / 1920 * 100vw);}
menu li span a{line-height:0.85rem;}
menu .sub{position:absolute;top:100%;width:max-content;border-radius:0 0 0.1rem 0.1rem;background-color:var(--default-color);overflow:hidden;padding:0.1rem 0.23rem;left:50%;transform:translate(-50%,0.3rem);visibility:hidden;;transition:0.3s;opacity:0;}
menu .active .sub{opacity:1;transform:translate(-50%,0);visibility:visible;}
menu .sub dd{position:relative;z-index:1;text-align:center;}
menu .sub dd:before{position:absolute;left:0;width:100%;height:1px;background-color:var(--main-color);bottom:0;transform:scaleX(0);transform-origin:100% 50%;transition:transform 0.3s;content:'';}
menu .sub dd:hover:before{transform:scaleX(1);transform-origin:0 50%;}
menu .sub dd a{color:var(--main-color);}
}
@media(min-width:1025px) and (max-width:1720px){menu{padding-right:2rem;}
}
@media (max-width:1024px){.open-menu{position:relative;width:0.32rem;height:0.32rem;border:1px solid var(--default-color);margin-left:0.3rem;display:flex;flex-direction:column;align-items:center;justify-content:center;}
.open-menu i{display:block;width:80%;height:2px;background-color:var(--default-color);margin:0.02rem 0;transition:0.3s;}
.menu-show .open-menu i{opacity:0;}
.menu-show .open-menu{background:url(../images/close.svg) no-repeat center center;background-size:auto 50%;}
menu{position:fixed;right:0;top:0.7rem;background-color:var(--black);width:100%;visibility:hidden;opacity:0;transform:translateY(0.3rem);transition:0.5s ease-in-out;}
.menu-show menu{visibility:visible;opacity:1;transform:translateY(0);}
menu ul{padding:0.2rem;}
menu li span{position:relative;z-index:1;overflow:hidden;border-bottom:1px solid var(--default-opacity-40);line-height:3.5;}
menu li.has-sub span a{pointer-events:none;}
menu .sub{display:none;padding:0.2rem 0;border-bottom:1px solid var(--default-opacity-40);}
menu li.click span a:after{transform:rotate(180deg);}
}
.open-search{display:block;width:0.25rem;height:0.25rem;margin-left:0.46rem;background:url(../images/search.svg) no-repeat center center;background-size:contain;cursor:pointer;transition:0.3s;}
.search-show .open-search{background-image:url(../images/close.svg);}
@media (max-width:1024px){.open-search{margin-left:0.3rem;}
}
.h-nav{position:absolute;right:calc(-180 / 1920 * 100vw);height:100%;top:0;}
@media (max-width:1720px){.h-nav{right:calc((100vw - 100%) / -2 + 0.3rem);}
}
@media (max-width:1024px){.h-nav{right:0;}
}
.h-login a{border:solid 1px var(--default-color);width:1.2rem;display:flex;align-items:center;justify-content:center;height:0.4rem;color:var(--default-color);transition:0.3s;}
.h-login a:before{display:block;content:'';margin-right:0.12rem;width:0.15rem;height:0.15rem;background:url(../images/login.svg) no-repeat center center;background-size:contain;}
.h-login a:hover{background-color:var(--drak-red);}
.h-login-success{display:none;}
.h-login-success .login-btn{cursor:pointer;}
.h-login-success .login-btn img{width:0.32rem;height:0.32rem;border-radius:50%;margin-right:0.09rem;}
.h-login-success .login-btn .tit,.h-login-success .login-btn .tit span{display:flex;align-items:center;}
.h-login-success .login-btn .tit span:after{display:block;content:'';width:0.13rem;height:0.07rem;background:url(../images/a-drop.svg) no-repeat center center;background-size:contain;margin-left:0.11rem;}
.log-popup{position:absolute;background:url(../images/member/login-drop-bg.svg) no-repeat center center;background-size:100% 100%;min-height:3.4rem;right:0;top:100%;width:4.19rem;padding:0.3rem;visibility:hidden;opacity:0;transform:translateY(0.3rem);transition:0.5s ease-in-out;}
.top-login-info-show .log-popup{visibility:visible;opacity:1;transform:translateY(0);}
.log-popup .info-area{margin-bottom:0.29rem;}
.log-popup .info-area img{width:0.5rem;height:0.5rem;border-radius:50%;flex-shrink:0;}
.log-popup .info-area .info{flex:1;margin-left:0.14rem;}
.log-popup .info-area .name{color:var(--black);font-size:var(--font-size18);}
.log-popup .info-area .info p{margin:0.06rem 0 0 0;font-size:var(--font-size14);color:var(--black-lighter-b9);}
.log-popup .info-area .loginout a{color:var(--black-333);padding-left:0.26rem;background:url(../images/member/loginout.svg) no-repeat left center;background-size:0.17rem auto;cursor:pointer;}
.log-popup dl{margin-top:0.3rem;}
.log-popup dd a{display:block;color:var(--black-333);padding-top:0.34rem;background-position:center top;background-repeat:no-repeat;background-size:auto 0.2rem;position:relative;}
.log-popup dd a i{position:absolute;padding:.1rem .15rem;left:50%;top:0;margin-left:-.1rem;background-size:contain;background-repeat:no-repeat;background-position:center;}
.log-popup dd a.a-order i{background-image:url(../images/member/order.svg);}
.log-popup dd a.a-sale i{background-image:url(../images/member/sale.svg);}
.log-popup dd a.a-msg i{background-image:url(../images/member/notice.svg);}
.log-popup dd a.a-kf i{background-image:url(../images/member/kf.svg);}
.log-popup dd a i.d:before{content:"";position:absolute;left:60%;top:0;width:6px;height:6px;background:#f00;border-radius:50%;}
.log-popup a:hover{color:var(--drak-red)!important;}
.top-search{position:absolute;top:100%;left:50%;width:100vw;margin-left:-50vw;background-color:var(--default-opacity-50);text-align:center;padding:0.3rem 0;transition:0.3s;opacity:0;visibility:hidden;}
.search-show .top-search{opacity:1;visibility:visible;}
.top-search h4{font-weight:normal;font-size:0.32rem;margin:0 0 1em 0;}
.top-search .box{width:90%;max-width:7rem;margin:0 auto;background-color:var(--white);}
.top-search .box .text{flex:1;width:100%;line-height:0.5rem;height:0.5rem;border:0;background:none;padding:0 0.1rem;color:var(--black-lighter-b9);}
.top-search .box .text.focus{color:var(--black);}
.top-search .box .btn{flex-shrink:0;width:0.6rem;height:0.5rem;background:url(../images/search.svg) no-repeat center center;background-size:auto 50%;}
footer{background-color:#00181c;padding:0 0 0.73rem 0;}
footer .gettop{position:relative;width:0.62rem;height:0.7rem;background:url(../images/icon.svg) no-repeat center center;background-size:contain;left:50%;margin-left:-0.31rem;top:-0.35rem;z-index:20;}
footer .gettop a{display:block;width:100%;height:100%;background:url(../images/gettop.svg) no-repeat center center;background-size:auto 0.19rem;cursor:pointer;}
footer .logo{margin-top:0.81rem;}
footer .logo img{height:0.39rem;}
footer .label-title{margin:0.32rem 0 0.42rem 0;}
.label-title span{background-color:var(--default-opacity-16);border-radius:0.04rem;line-height:1.4;font-size:var(--font-size20);padding:0 0.1rem;display:block;}
.label-title span + span{margin-left:0.1rem;}
.follow-us li{position:relative;z-index:10;}
.follow-us li + li{margin-left:0.3rem;}
.follow-us li a{display:block;height:0.19rem;background-position:center center;background-size:contain;background-repeat:no-repeat;opacity:0.4;cursor:pointer;}
.follow-us li a.a-sina{background-image:url(../images/f-sina.svg);width:0.22rem;}
.follow-us li a.a-wx{background-image:url(../images/f-wx.svg);width:0.2rem;}
.follow-us li a.a-douyin{background-image:url(../images/f-douyin.svg);width:0.19rem;}
.follow-us li .hover{position:absolute;bottom:calc(100% + 0.1rem);background-color:var(--white);padding:0.05rem;width:1.5rem;left:50%;margin-left:-0.75rem;visibility:hidden;opacity:0;transform:translateY(-0.3rem);transition:0.3s;}
.follow-us li .hover:after{position:absolute;content:'';border:0.05rem solid transparent;border-top-color:var(--white);top:100%;left:50%;margin-left:-5px;}
.follow-us li.active .hover{transform:translateY(0);opacity:1;visibility:visible;}
footer .address{margin:0.6rem 0 0.5rem 0;border-top:1px solid rgba(196,167,126,0.2);border-bottom:1px solid rgba(196,167,126,0.2);padding:0.22rem 0;line-height:calc(30 / 16);}
footer nav,footer .copyright{text-align:center;font-size:var(--font-size14);line-height:calc(30 / 14);}
footer .copyright,footer .copyright a:not(:hover){color:#515245;}
footer nav a:not(:hover){color:#69604d;}
footer nav a:not(:last-child)::after{content:'·';margin:0 0.08rem;color:#69604d;}
@media (min-width:1025px){footer .address .contact{margin-left:calc(133 / 1440 * 100%);}
}
@media (max-width:640px){footer .address{padding-left:10%;padding-right:10%;}
}
.all-more a{display:inline-block;border:solid 2px var(--default-color);line-height:0.5rem;width:2rem;text-align:center;color:var(--default-color);position:relative;z-index:4;}
.all-more a:before{position:absolute;content:'';left:0;top:0;width:100%;height:100%;background-color:var(--drak-red);transform:scaleY(0);transform-origin:50% 100%;transition:transform 0.3s;}
.all-more a:hover:before{transform:scaleY(1);transform-origin:50% 0;}
.all-more a span{display:block;position:relative;z-index:4;}
.all-more a.full{background-color:var(--default-color);color:var(--main-color);}
.all-more a.full:hover{color:var(--white);}
.all-title{text-align:center;font-size:var(--font-size48);line-height:calc(76 / 48);}
@media (max-width:640px){.all-title{font-size:var(--font-size36);line-height:1;}
}
.home{overflow:hidden;}
.home-top,.home-bottom{background-repeat:no-repeat;background-position:center top;background-size:100% 101%;}
.home-top{background-image:url(../images/homebg-0.jpg);}
.home-bottom{background-image:url(../images/homebg-1.jpg);}
.home-ban{position:relative;z-index:10;}
.home-ban .txt{position:absolute;left:0;top:0;width:100%;height:100%;}
.home-ban .txt .img{max-width:calc(470 / 1440 * 100%);margin-bottom:0.7rem;}
@media (max-width:1024px){.home-ban .txt .img{max-width:none;width:50%;margin-bottom:0.3rem;}
}
@media (max-width:1024px){.home-ban .all-more a{width:1.2rem;}
}
.mouse{position:absolute;z-index:10;width:0.62rem;height:0.7rem;background:url(../images/icon.svg) no-repeat center center;background-size:contain;left:50%;margin-left:-0.31rem;bottom:-0.35rem;display:flex;align-items:center;justify-content:center;}
.mouse span{width:0.13rem;height:0.25rem;border-radius:0.1rem;border:1px solid var(--main-color-0);display:flex;align-items:flex-start;justify-content:center;}
.mouse span:before{width:1px;height:0.05rem;content:'';display:block;background-color:var(--main-color-0);margin-top:0.03rem;animation:mouse 1s infinite linear;}
@keyframes mouse{to{transform:translateY(0.1rem);opacity:0;}
}
.home-gold{padding:1.3rem 0 1.2rem 0;align-items:stretch;}
.home-gold aside{text-align:center;}
.home-gold .all-title{margin-bottom:0.36rem;}
.home-gold .left .ad{margin-top:0.14rem;}
.home-gold .tips{font-size:var(--font-size18);color:var(--default-opacity-40);margin:0.3rem 0 0.4rem 0;}
.cur-price p{margin:0 0 1em 0;font-size:var(--font-size24);}
.cur-price h4{font-family:'Barlow';font-size:0.92rem;margin:0;font-weight:normal;}
.home-gold .tab-time{margin-top:0.4rem;}
.home-gold .tab-time a{cursor:pointer;background-color:rgba(232,232,232,0.16);padding:0 0.31rem;line-height:0.6rem;}
.home-gold .tab-time a.on{color:var(--main-color);background-color:var(--default-color);}
@media (min-width:1025px){#myChart{width:6.3rem;height:2.8rem;}
.home-gold aside{width:50%;}
.home-gold .left{border-right:2px solid var(--default-color);padding-right:0.88rem;}
.home-gold .right{padding-left:0.88rem;}
}
@media (max-width:1024px){.home-gold .left{margin-bottom:0.5rem;}
#myChart{width:100%;height:5rem;}
}
@media (max-width:640px){#myChart{height:3.5rem;}
}
.home-recycle .all-title{margin-bottom:0.94rem;}
.home-recycle .item-boxs{align-items:stretch;margin-bottom:0.8rem;flex-wrap:wrap;justify-content:flex-start;}
.home-recycle .item-boxs .icon{width:1.02rem;height:0.9rem;display:flex;align-items:center;justify-content:center;background:url(../images/polygon.svg) no-repeat center center;background-size:contain;}
.home-recycle .item-boxs .icon img{max-width:0.42rem;max-height:0.4rem;}
.home-recycle .item-boxs p{margin:0;font-size:var(--font-size24);line-height:calc(36 / 24);}
.home-recycle .tips{text-align:center;font-size:var(--font-size18);color:var(--default-opacity-40);}
.home-recycle .tips a{margin-right:0.1rem;text-decoration:underline;}
@media (max-width:1024px){.home-recycle .item-boxs{padding:0 0.3rem;}
}
@media (min-width:769px) and (max-width:1024px){}
@media (min-width:769px){.home-recycle .item-boxs p{max-width:3.06rem;margin:auto;}
.home-recycle .item-boxs .box{flex:0 0 auto;width:31.33%;padding:0 3%;margin:0;margin-right:3%;border-right:2px solid var(--default-opacity-20);}
.home-recycle .item-boxs .box:nth-child(3n){margin-right:0;border:none;}
.home-recycle .item-boxs .box:last-child{border-right:none;}
.home-recycle .item-boxs .icon{margin:0 auto 0.57rem;}
}
@media (max-width:768px){.home-recycle .all-title{margin-bottom:0.5rem;}
.home-recycle .item-boxs .box{display:flex;align-items:center;padding:0;margin:0;}
.home-recycle .item-boxs .box .icon{flex-shrink:0;}
.home-recycle .item-boxs .box p{flex:1;margin-left:0.2rem;}
.home-recycle .item-boxs .box + .box{margin-top:0.2rem;}
}
@media (max-width:480px){.home-recycle .item-boxs p{font-size:var(--font-size20);}
}
.home-top .logo{display:flex;justify-content:center;align-items:flex-end;background:url(../images/logo-opacity.png) no-repeat center bottom;background-size:contain;}
@media (min-width:1025px){.home-top .logo{height:2.94rem;}
.home-top .logo img{max-height:1.98rem;}
}
@media (max-width:1024px){.home-top .logo{padding:0.4rem 20% 0;}
}
.soglan{padding-bottom:1.29rem;font-size:var(--font-size30);text-align:center;}
.soglan:after{display:block;content:'';width:2px;height:0.8rem;background-color:var(--default-color);margin:0.83rem auto 0;}
@media (max-width:640px){.soglan{font-size:var(--font-size24);padding-bottom:0.9rem;}
.soglan:after{height:0.5rem;}
}
.home-red-box{margin-bottom:1.06rem;position:relative;z-index:1;padding:0.46rem 0;}
.home-recycle:after{position:absolute;left:50%;margin-left:-7.16rem;top:10%;width:14.32rem;height:7.8rem;background:url(../images/opacity.png) no-repeat center center;background-size:contain;content:'';z-index:1;}
.home-red-box .inner{width:94%;max-width:1448px;margin:0 auto;background:url(../images/bg/long-bg.png) repeat-y center center;background-size:100% auto;position:relative;z-index:4;}
.home-red-box .inner:before,.home-red-box .inner:after{position:absolute;width:100%;left:0;background:url(../images/bg/bg.png) no-repeat;background-size:100% auto;content:'';height:0.46rem;}
.home-red-box .inner:before{bottom:100%;}
.home-red-box .inner:after{top:100%;background-position:center bottom;}
@media (min-width:1025px){.home-red-box .inner{min-height:4.4rem;}
}
@media (min-width:641px){.home-red-box .inner{padding:0.42rem 0 0 0;}
}
@media (max-width:640px){.home-red-box{margin-bottom:0.4rem;}
.home-recycle:after{transform:scale(0.7);}
}
.home-about{padding-top:0.48rem;padding-bottom:1.36rem;}
.home-about .all-title{margin-bottom:0.5rem;}
.home-about:before{display:block;content:'';width:2px;height:0.8rem;background-color:var(--default-color);margin:0.8rem auto 0.4rem;}
.home-about .edit-info{max-width:1099px;width:80%;margin:0 auto 0.7rem;line-height:2;font-size:var(--font-size20);text-align:center;}
@media (max-width:640px){.home-about:before{margin-top:0;height:0.5rem;}
}
.home-partner .all-title{margin-bottom:0.3rem;}
.home-partner ul{flex-wrap:wrap;}
@media (min-width:641px){.home-partner li{margin:0.67rem 0.23rem 0;}
.home-partner li img{height:0.54rem;}
}
@media (min-width:1025px){.home-partner ul{padding:0 1.9rem;}
}
@media (max-width:640px){.home-partner ul{flex-direction:row;}
.home-partner li{width:calc(100% / 2);height:1rem;display:flex;align-items:center;justify-content:center;;}
.home-partner li img{max-height:0.6rem;max-width:80%;}
}
.recycle-step{background-color:var(--main-color-7);padding:1.16rem 0 1.35rem 0;position:relative;z-index:1;}
.recycle-step:before,.recycle-step:after{position:absolute;content:'';left:0;width:100%;height:50%;}
.recycle-step:before{top:0;background:linear-gradient(to bottom,rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);}
.recycle-step:after{bottom:0;background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);}
.recycle-step .all-title{margin-bottom:0.68rem;}
.recycle-step .auto-inner{position:relative;z-index:4;}
#step ul{display:flex;}
#step ul + ul{margin-top:0.4rem;}
#step ul:nth-child(2n){flex-direction:row-reverse;}
#step ul li{height:1.96rem;position:relative;display:flex;align-items:center;justify-content:center;flex-direction:column;}
#step ul li .icon{height:0.7rem;}
#step ul li .icon img{max-height:0.5rem;}
#step ul li p{margin:0;font-size:var(--font-size18);}
#step ul li:after{position:absolute;content:'';left:0;top:0;width:calc(100% + 0.18rem);height:100%;background:url(../images/process-r.svg) no-repeat center center;background-size:100% 100%;z-index:-1;}
#step ul:nth-child(2n-1) li:not(:last-child){margin-right:0.4rem;}
#step ul:nth-child(2n) li:not(:last-child){margin-left:0.4rem;}
#step ul:nth-child(2n) li:after{transform:rotateY(180deg);left:auto;right:0;}
@media (min-width:1025px){#step ul li{width:calc((100% - 0.4rem * 4) / 5);}
#step ul:nth-child(2n-1) li:last-child:after{height:calc(100% + 0.15rem);width:100%;background-image:url(../images/process-d.svg);}
#step ul:last-child li:last-child::after{background-image:url(../images/process.svg);width:100%;}
}
@media (max-width:1024px){#step ul li{width:calc((100% - 0.4rem) / 2);}
#step ul li:last-child:after{height:calc(100% + 0.15rem);width:100%;background-image:url(../images/process-d.svg);}
#step ul:last-child li:last-child::after{background-image:url(../images/process.svg);width:100%;height:100%;}
}
@media (max-width:640px){#step ul li{height:19vw;}
#step ul li .icon{height:7vw;}
#step ul li .icon img{max-height:5vw;}
}
.ban-txt .title{font-family:'zcool';font-size:0.72rem;letter-spacing:0.03rem;}
.ban-txt .desc{font-size:var(--font-size24);margin:0.28rem 0 0 0;}
.valuation{position:relative;z-index:1;padding:2.08rem 0 1rem 0;}
.valuation .banner{position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;}
.valuation .auto-inner{position:relative;z-index:3;}
@media (min-width:1025px){.valuation .left{width:50%;}
.valuation .right{width:calc(690 / 1440 * 100%);}
}
@media (max-width:1024px){.valuation .left{margin-bottom:0.3rem;}
}
.v-inq-from .tab-ul{padding:0 0.2rem;}
.v-inq-from .tab-ul li{position:relative;width:50%;cursor:pointer;}
.v-inq-from .tab-ul li.on{z-index:10;}
.v-inq-from .tab-ul li:before{position:absolute;content:'';width:0.2rem;top:0;height:100%;background:url(../images/jiao-color.svg) no-repeat left top;background-size:auto 5.67rem;opacity:0.3;}
.v-inq-from .tab-ul li.on:before{background-image:url(../images/jiao.svg);opacity:1;}
.v-inq-from .tab-ul li:first-child::before{right:100%;}
.v-inq-from .tab-ul li:last-child::before{left:100%;background-position:right top;}
.v-inq-from .tab-ul li:first-child a{clip-path:polygon(-1% -1%,73% -1%,100% 101%,-1% 101%);margin-right:-18.46%;padding-right:18.46%;}
.v-inq-from .tab-ul li:last-child a{clip-path:polygon(27% -1%,101% -1%,101% 101%,1% 101%);margin-left:-18.46%;padding-left:18.46%;}
.v-inq-from .tab-ul li:first-child a.ico-no{padding-right:32%;}
.v-inq-from .tab-ul li:last-child a.ico-no{padding-left:32%;}
.v-inq-from .tab-ul li a{display:flex;height:0.7rem;align-items:center;justify-content:center;font-size:0.24rem;color:#b6b4b1;background-color:var(--default-opacity-30);}
.v-inq-from .tab-ul li a.ico-no{font-size:var(--font-size20);}
.v-inq-from .tab-ul li.on a.ico-no{font-size:var(--font-size24);}
.v-inq-from .tab-ul li.on a{background-color:var(--white);}
.v-inq-from .tab-ul li.on a{color:var(--default-color);}
.v-inq-from .tab-ul li a:before{display:block;content:'';margin-right:0.14rem;width:0.23rem;height:0.23rem;background-repeat:no-repeat;background-size:contain;background-position:center center;}
.v-inq-from .tab-ul li a.ico-no:before{display:none;}
.v-inq-from .tab-ul li a.ico-gold:before{background-image:url(../images/v-icon-1.svg);}
.v-inq-from .tab-ul li a.ico-jewellery:before{background-image:url(../images/v-icon-2.svg);}
.v-inq-from .tab-ul li.on a.ico-gold:before{background-image:url(../images/v-icon-1-on.svg);}
.v-inq-from .tab-ul li.on a.ico-jewellery:before{background-image:url(../images/v-icon-2-on.svg);}
.v-inq-from + .tips{display:flex;align-items:center;justify-content:center;margin-top:0.9rem;}
.v-inq-from + .tips:before{display:block;content:'';margin-right:0.05rem;width:0.16rem;height:0.16rem;background:url(../images/warn.svg) no-repeat center center;background-size:contain;}
.v-inq-from .form{background-color:var(--white);position:relative;margin-bottom:0.6rem;display:none;}
.v-inq-from .form .inner{background:linear-gradient(to bottom,var(--white) 50%,rgba(202,174,136,0.1) 100%);padding:0.54rem 0.6rem;}
.v-inq-from .form .inner-plr54{padding-left:0.54rem;padding-right:0.54rem;}
.v-inq-from [class*=form-bottom]{position:absolute;left:0.2rem;background-color:var(--white);right:0.2rem;height:0.6rem;top:100%;content:'';bottom:0;}
.v-inq-from [class*=form-bottom]:before,.v-inq-from [class*=form-bottom]:after{position:absolute;content:'';width:0.2rem;height:100%;background:url(../images/jiao.svg) no-repeat left bottom;background-size:auto 5.67rem;}
.v-inq-from [class*=form-bottom]:before{left:-0.2rem;}
.v-inq-from [class*=form-bottom]::after{right:-0.2rem;background-image:url(../images/jiao-color.svg);background-position:right bottom;}
.v-inq-from .form-bottom-white::after{background-image:url(../images/jiao.svg);}
.v-inq-from .form-bottom .btn dd{margin-right:0.34rem;flex-shrink:0;}
.v-inq-from .form-bottom .btn dd .kf{color:var(--black-lighter);display:flex;align-items:center;cursor:pointer;}
.v-inq-from .form-bottom .btn dd .kf:before{display:block;content:'';margin-right:0.14rem;width:0.21rem;height:0.23rem;background:url(../images/kf.svg) no-repeat center center;background-size:contain;}
.v-inq-from .form-bottom .btn dt{background-color:var(--default-color);width:1.6rem;}
.v-inq-from .form-bottom .btn dt a{display:block;line-height:0.6rem;color:var(--main-color);text-align:center;cursor:pointer;margin-right:-0.2rem;position:relative;z-index:4;}
.v-inq-from .form-bottom .price{padding-left:0.38rem;}
.v-inq-from .form-bottom .price .n{color:var(--black-666);margin-right:0.11rem;}
.v-inq-from .form-bottom .price .p{font-family:'Barlow';font-weight:500;font-size:var(--font-size20);}
.v-inq-from .form-bottom .price .p i{font-weight:600;font-size:var(--font-size32);font-style:normal;}
.v-inq-from .form .tit{font-size:var(--font-size18);}
.v-inq-from .form .input{border-bottom:2px solid var(--black-lighter-f5);padding-bottom:0.2rem;}
.v-inq-from .form .input .tit{color:var(--black);margin-bottom:0.34rem;}
.v-inq-from .form .input dt .tit{display:flex;align-items:center;justify-content:flex-end;}
.v-inq-from .form .input dt .tit::before{display:block;content:'';width:0.18rem;height:0.18rem;margin-right:0.09rem;background:url(../images/warn.svg) no-repeat center center;background-size:contain;}
.v-inq-from .form .cur .tit{color:var(--black-lighter);margin-bottom:1em;}
.v-inq-from .form .cur{position:relative;margin-top:0.37rem;}
.v-inq-from .form .cur:before{position:absolute;content:'';height:100%;width:2px;background:var(--black-lighter-ec);top:0;left:50%;margin-left:-1px;}
.v-inq-from .form .num{font-family:'Barlow';}
.v-inq-from .form .cur .num{font-size:var(--font-size32);font-weight:700;}
.v-inq-from .form .input dt{text-align:right;}
.v-inq-from .form .input .num{font-size:var(--font-size52);font-weight:500;color:var(--black-lighter-d5);}
.v-inq-from .form .input.active .num{color:var(--default-color);}
.v-inq-from .form .input dd{width:3.06rem;flex-shrink:0;}
.v-inq-from .form .input dt{flex:1;}
.v-inq-from .form .input .input-text{background:url(../images/k.svg) no-repeat right center;background-size:auto 100%;}
.v-inq-from .form .input.active .input-text{background-image:url(../images/k-on.svg)}
.v-inq-from .form .input-text .text{width:100%;height:1em;line-height:1em;font-size:var(--font-size44);border:0;background:none;text-align:left;padding-left:0;}
.v-inq-from .form .input-text .text::placeholder{color:var(--black-lighter-d5);}
.v-inq-from .go-to-reg{font-size:var(--font-size14);color:var(--black-333-opacity-60);}
.v-inq-from .go-to-reg a{margin-left:0.5em;}
.v-inq-from .ul-from{min-height:3.46rem;}
.v-inq-from .ul-from li{margin-bottom:0.2rem;}
.v-inq-from .ul-from ol{margin-top:0.4rem;}
.v-inq-from .ul-from ol .checkbox{color:var(--black-999);}
.v-inq-from .ul-from ol .checkbox i{border-width:1px;}
.v-inq-from .ul-from .btn-login{display:block;width:100%;border:0;background:var(--default-color);color:var(--black-333);height:0.6rem;cursor:pointer;}
.v-inq-from .ul-from .f-text{background-color:#eae9e7;display:flex;align-items:center;padding-left:0.27rem;}
.v-inq-from .ul-from .f-text .text{flex:1;height:0.6rem;line-height:0.6rem;border:0;background:none;font-size:var(--font-size14);}
.v-inq-from .ul-from .f-text .text::placeholder{color:var(--black-333-opacity-50);}
.v-inq-from .ul-from .f-text select{width:0.5rem;flex-shrink:0;border:0;background-image:url(../images/select-color.svg);font-weight:100;background-size:0.1rem auto;background-position:right center;padding-right:0;color:var(--black-333);}
.v-inq-from .ul-from .f-text select + .text{margin-left:0.32rem;}
.v-inq-from .ul-from .getCode{flex-shrink:0;padding:0 0.29rem;font-weight:100;cursor:pointer;}
.v-inq-from .ul-from .other{margin-top:0;font-size:var(--font-size14);}
.v-inq-from .ul-from .other .checkbox i{background-color:#f4f4f3;border:0;}
.v-inq-from .ul-from .other .checkbox i:after{width:100%;height:100%;left:0;top:0;}
.v-inq-from .ul-from .a-fg-psw:not(:hover){color:var(--black-333-opacity-50);}
.v-inq-from .ul-from .open-psw{flex-shrink:0;cursor:pointer;width:0.2rem;height:0.2rem;background:url(../images/eye-open.svg) no-repeat center center;background-size:0.17rem auto;margin-right:0.33rem;}
.v-inq-from .ul-from .open-psw.close{background-image:url(../images/eye-close.svg);}
@media (max-width:640px){.v-inq-from .form .inner{padding:0.5rem 0.3rem;}
.v-inq-from .form-bottom .price{padding-left:0.15rem;display:flex;flex-direction:column;}
.v-inq-from .form .input .num,.v-inq-from .form .input-text .text{font-size:var(--font-size32);}
.v-inq-from .form .input dd{width:2.4rem;}
}
[class*=popup-]{position:fixed;left:0;top:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:var(--black-opacity-50);z-index:200;transition:0.3s;opacity:0;visibility:hidden;}
[class*=popup-].show{opacity:1;visibility:visible;}
[class*=popup-] .inner{background-color:var(--white);position:relative;z-index:1;padding-top:0.45rem;width:calc(90% - 0.6rem);}
[class*=popup-] .close{position:absolute;left:calc(100% + 0.2rem);top:-0.3rem;width:0.3rem;height:0.3rem;background:url(../images/close-white.svg) no-repeat center center;background-size:contain;cursor:pointer;}
[class*=popup-] [class*=mark-]{position:absolute;top:0.2rem;width:0.2rem;bottom:0.2rem;background-color:var(--white);}
[class*=popup-] [class*=mark-]:after,[class*=popup-] [class*=mark-]:before{position:absolute;content:'';width:100%;height:0.2rem;background:url(../images/jiao.svg) no-repeat 0 0;background-size:auto 5.78rem;}
[class*=popup-] [class*=mark-]:before{bottom:100%;}
[class*=popup-] [class*=mark-]:after{top:100%;background-position:left bottom;}
[class*=popup-] .mark-l{right:100%;}
[class*=popup-] .mark-r{left:100%;}
[class*=popup-] .mark-r:before{background-position:right top;}
[class*=popup-] .mark-r:after{background-position:right bottom;}
[class*=popup-] .btn-area{display:flex;align-items:center;justify-content:space-between;position:relative;z-index:1;}
[class*=popup-] .btn-area:after{position:absolute;content:'';width:1px;height:100%;left:50%;bottom:0;background:linear-gradient(to bottom,rgba(0,0,0,0) 30%,#c5c5c5);opacity:0.8;}
[class*=popup-] .btn-area a{width:50%;line-height:0.88rem;text-align:center;display:block;cursor:pointer;}
[class*=popup-] .btn-area a.cancel{color:var(--black-lighter);}
[class*=popup-] .agree-info{text-align:center;padding:0.54rem 0;}
[class*=popup-] .agree-info p{margin:0 0 0.16rem 0;color:#4d4b47;}
[class*=popup-] h3.tit{font-weight:normal;font-size:var(--font-size24);color:var(--black);margin-top:0;}
.popup-small .inner{max-width:5.3rem;font-size:var(--font-size20);}
.popup-mid .inner{max-width:6.9rem;padding:0.6rem 0.1rem 0.66rem;}
.popup-message-box .inner{max-width:4rem;padding-top:0;}
.popup-message-box .info{color:var(--black-666);font-weight:normal;text-align:center;padding:0.5rem 0;}
.popup-message-box .btn{display:flex;justify-content:space-between;}
.popup-message-box .btn a{flex:1;line-height:0.6rem;text-align:center;text-align:center;cursor:pointer;}
.popup-message-box .btn a.sure{background-color:var(--default-color);color:var(--white);}
.popup-message-box .btn a.cancel{background-color:var(--black-opacity-10);color:var(--black-666);}
.select-area .select{position:relative;z-index:1;}
.select-area .select .tit{line-height:0.6rem;cursor:pointer;padding:0 0.7rem 0 0.2rem;background:url(../images/select-999.svg) no-repeat right 0.58rem center;background-size:auto 0.06rem;}
.select-area .select .hover{position:absolute;top:100%;width:100%;left:0;opacity:0;visibility:hidden;transition:0.3s;transform:translateY(0.3rem);padding-top:1px;}
.select-area .select .hover dl{overflow:auto;max-height:calc(0.4rem * 6);background-color:var(--white);box-shadow:0 0.1rem 0.1rem var(--black-opacity-50);}
.select-area .select .hover dd{line-height:0.4rem;padding:0 1em;color:var(--black-333);}
.select-area .select .hover dd:hover{background-color:var(--default-opacity-20);}
.select-area .show .select .hover{opacity:1;visibility:visible;transform:translateY(0);}
.select-area .show .select{z-index:20;}
.pop-up-form .ul-form ol{color:var(--black-333);padding:0.1rem 0 0.2rem 0;}
.pop-up-form .ul-form li{margin-bottom:0.1rem;}
@media (min-width:641px){.pop-up-form .ul-form[class*=row-]{display:flex;justify-content:space-between;}
.pop-up-form .ul-form.row-3 li{width:calc((100% - 0.1rem * 2) / 3);}
}
.pop-up-form .ul-form[class*=row-] li{background-color:var(--black-lighter-f4);position:relative;}
.pop-up-form .ul-form[class*=row-] li .n{position:absolute;right:0.22rem;line-height:0.6rem;top:0;color:var(--black-999);pointer-events:none;}
.pop-up-form .ul-form li .text{background:var(--black-lighter-f4);padding:0 0.2rem;height:0.6rem;line-height:0.6rem;display:block;width:100%;border:0;}
.pop-up-form .ul-form li .text::placeholder{color:var(--black-999);}
.pop-up-form .select{position:relative;z-index:1;}
.pop-up-form .select .tit{color:var(--black-666);}
.pop-up-form .select-area .tit#area{padding-right:0.88rem;background-position:right 0.76rem center;}
.pop-up-form .btn:not(.nmt){margin-top:0.22rem;}
[class*=popup-] .btn input[type='button']{color:var(--white);background:var(--default-color);height:0.6rem;cursor:pointer;padding:0 0.38rem;border:0;}
.pop-up-select{background-color:var(--black-lighter-f4);justify-content:flex-start;}
.pop-up-select .tit{display:block;}
.select-area .pop-up-select .tit{background-position:right 0.3rem center;background-image:url(../images/select-black.svg);background-size:auto 0.08rem;color:var(--black-333);}
.current{background-color:var(--default-opacity-6);line-height:0.4rem;font-size:var(--font-size14);margin-bottom:1.1rem;}
.current .auto-inner{display:flex;align-items:center;}
.current .auto-inner:before{display:block;content:'';width:0.14rem;height:0.16rem;margin-right:.14rem;background:url(../images/home.svg) no-repeat center center;background-size:contain;opacity:0.3;}
.current a:not(:hover){color:var(--default-opacity-30);}
.current a:after{content:'·';margin-right:0.12rem;margin-left:0.12rem;color:var(--default-opacity-30);}
@media (max-width:640px){.current{margin-bottom:0.6rem;}
}
.column-title{text-align:center;font-weight:400;font-size:var(--font-size48);padding-bottom:0.62rem;}
@media (max-width:640px){.column-title{font-size:var(--font-size36);}
}
.main-content{background:url(../images/mainbg.jpg) no-repeat center top var(--main-color-7);background-size:100% auto;position:relative;z-index:1;min-height:100vh;padding-bottom:1.7rem;}
.main-content:after{position:absolute;height:calc(722 / 2600 * 100%);background:linear-gradient(to bottom,rgba(0,0,0,0),#081b1f);opacity:0.6;left:0;width:100%;bottom:0;z-index:-1;content:'';}
@media (max-width:640px){.main-content{padding-bottom:1rem;min-height:50vh;}
}
[class*=green-boxs]{position:relative;z-index:1;padding:0.47rem 0;}
[class*=green-boxs] .content{position:relative;z-index:4;background-position:center center;background-repeat:repeat-y;background-size:100% auto;}
[class*=green-boxs] .content::before,[class*=green-boxs] .content:after{position:absolute;left:0;width:100%;height:0.47rem;background-repeat:no-repeat;background-size:100% auto;content:'';}
[class*=green-boxs] .content::before{bottom:100%;background-position:center top;}
[class*=green-boxs] .content:after{top:100%;background-position:center bottom;}
.green-boxs{max-width:1284px;padding:0.45rem 0;margin:0 auto;}
.green-boxs:after{position:absolute;z-index:1;content:'';left:50%;margin-left:-7.16rem;bottom:-1.64rem;width:14.32rem;height:7.8rem;background:url(../images/opacity.png) no-repeat center bottom;background-size:contain;}
.green-boxs .content{background-image:url(../images/bg/bg-y.png);min-height:50vh;padding:0 0.7rem;}
.green-boxs .content::before,.green-boxs .content:after{height:0.45rem;background-image:url(../images/bg/bg-green.png);}
.green-boxs-1440 .content{background-image:url(../images/bg/bg-green-1440-y.png);padding:0 0.56rem 0.29rem;}
.green-boxs-1440 .content::before,.green-boxs-1440 .content:after{background-image:url(../images/bg/bg-green-1440.png);}
@media (max-width:1500px){.green-boxs:after{width:100vw;margin-left:-50vw;background-size:auto 7.8rem;}
}
@media (max-width:640px){[class*=green-boxs] .content{padding:0 0.4rem;}
}
.tips-right{display:flex;justify-content:flex-end;align-items:center;line-height:1.2;}
.tips-right:before{display:block;content:'';margin-right:0.05rem;width:0.16rem;height:0.16rem;background:url(../images/warn.svg) no-repeat center center;background-size:contain;}
.common-form .company-name{color:var(--white-opacity-30);font-size:var(--font-size14);}
.common-form .f-item{border-bottom:1px solid var(--default-opacity-20);padding-bottom:0.6rem;margin-bottom:0.6rem;}
.common-form .title{font-size:var(--font-size24);display:flex;align-items:center;margin-bottom:0.4rem;}
.common-form .title:before{margin-right:0.19rem;width:0.15rem;height:0.17rem;background:url(../images/title-icon.svg) no-repeat center center;background-size:contain;content:'';display:block;}
.common-form .double-title + div,.common-form .title + div{padding-left:0.34rem;}
.common-form .double-title{margin-bottom:0.6rem;}
.common-form .double-title .title{margin-bottom:0;}
.common-form .table-form table{width:100%;table-layout:fixed;}
.common-form .table-form tr:not(:last-child) td{padding-bottom:0.2rem;}
.common-form .table-form td[class*=f-n]{width:5em;padding-right:1em;line-height:calc(24 / 16);}
.common-form .table-form td.f-n-t{vertical-align:top;}
.common-form .table-form .price{color:var(--white);}
.common-form .table-form .price span{font-family:'Barlow';font-size:var(--font-size24);color:var(--default-color);font-weight:700;margin-right:0.1rem;}
.common-form .form-tips{color:var(--white-opacity-30);margin-top:0.07rem;font-size:var(--font-size14);line-height:1.2;}
.common-form .go-log{color:var(--default-opacity-30);}
.common-form .go-log a{margin:0 0.5em;}
.common-form .go-log a:hover{text-decoration:underline;}
.common-form .tr-address .whir-input-reg .inner{width:100%;max-width:none;}
@media (min-width:641px){.common-form .table-form .selelct-groups{max-width:400px;width:calc(100% - 0.4rem);}
}
.common-form .select-area li{background-color:var(--main-color-7-opacity-60);display:flex;align-items:center;justify-content:space-between;padding-left:0.32rem;font-size:var(--font-size14);}
.common-form .select-area li .n{flex-shrink:0;}
.common-form .select-area li .select{flex:1;}
.common-form .select-area li .tit{text-align:right;color:var(--white-opacity-30);padding-right:0.54rem;background-position:right 0.28rem center;}
.common-form .select-area li .tit.on{color:var(--white);}
.common-form .select-area li .hover{left:calc(-1em - 0.32rem);width:auto;right:0;}
.common-form .select-area li .hover dl{background-color:var(--main-color-7-opacity-99);}
.common-form .select-area li .hover dd{color:var(--white);}
@media (min-width:641px){.common-form .select-area li{width:calc((100% - 0.15rem * 2) / 3);}
}
@media (max-width:640px){.common-form .select-area li+ li{margin-top:0.1rem;}
.common-form .double-title .go-log{margin-top:0.2rem;}
}
.selelct-groups{position:relative;z-index:1;}
.selelct-groups .select-info{background:url(../images/select.svg) no-repeat right 0.35rem center var(--main-color-7-opacity-60);background-size:auto 0.05rem;height:0.6rem;display:flex;text-align:right;align-items:center;color:var(--white-opacity-30);font-size:0.14rem;padding-right:0.6rem;padding-left:0.2rem;cursor:pointer;justify-content:flex-end;line-height:calc(20 / 14);}
.selelct-groups .hover{position:absolute;left:0;top:100%;padding-top:1px;width:100%;font-size:var(--font-size14);opacity:0;visibility:hidden;transition:0.3s;transform:translateY(0.3rem);max-height:3.8rem;overflow-y:auto;}
.selelct-groups .hover::-webkit-scrollbar{width:4px;height:2px;}
.selelct-groups .hover::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.1);background:var(--default-color);-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;}
.selelct-groups .hover::-webkit-scrollbar-track{border-radius:10px;background:#dfe5f0;}
.selelct-groups .hover dl{background-color:var(--main-color-7);padding:0 0.24rem;}
.selelct-groups .hover dd:not(:last-child){border-bottom:1px solid var(--white-opacity-10);}
.selelct-groups .hover dd{color:var(--white-opacity-30);padding:0.15rem 0;cursor:pointer;line-height:calc(22 / 14);}
.selelct-groups .hover dd.on,.selelct-groups .hover dd:hover{color:var(--default-color);}
.selelct-groups.active{z-index:40;}
.selelct-groups.active .hover{opacity:1;visibility:visible;transform:translateY(0);}
.selelct-groups.is-select .select-info{color:var(--default-color);}
[class*=whir-input][class*=whir-input]{position:relative;z-index:1;}
[class*=whir-input] *{font-size:var(--font-size14);}
[class*=whir-input] .err-tips{color:var(--warn-red);position:absolute;top:calc(100% + 0.2rem);left:0;width:max-content;display:none;}
[class*=whir-input] .inner{background-color:var(--main-color-7-opacity-60);display:flex;position:relative;align-items:center;justify-content:space-between;padding:0 0.32rem;}
[class*=whir-input] .text{flex:1;line-height:0.6rem;height:0.6rem;background:none;border:0;}
.whir-input .text{color:var(--white);text-align:right;width:calc(100% - 0.24rem - 1em);}
.whir-input-reg .text{color:var(--default-color);}
.whir-input{text-align:right;position:relative;}
[class*=whir-input] .unit{flex-shrink:0;font-style:normal;color:var(--white);width:calc(0.24rem + 1em);text-align:right;}
[class*=whir-input] .err{background:url(../images/warn-red.svg) no-repeat center center;background-size:contain;width:0.18rem;height:0.18rem;display:block;}
.whir-input .err{position:absolute;left:calc(100% + 0.16rem);top:50%;margin-top:-0.09rem;opacity:0;}
.warning td.f-n{padding-bottom:0.53rem!important;}
.warning .whir-input{margin-bottom:0.33rem;}
.warning .whir-input .err-tips{display:block;}
.warning .whir-input .text{color:var(--warn-red);}
.warning .whir-input .err{opacity:1;}
@media (min-width:641px){[class*=whir-input] .inner{max-width:400px;width:calc(100% - 0.4rem);}
}
[class*=whir-input] .i-err-tips{position:absolute;left:calc(100% + .25rem);top:0;width:max-content;height:100%;display:flex;flex-direction:column;justify-content:center;opacity:0;}
[class*=whir-input].warning .i-err-tips{opacity:1;}
[class*=whir-input] .i-err-tips .warn{color:var(--warn-red);display:flex;align-items:center;}
[class*=whir-input] .i-err-tips .warn .err{margin-right:0.09rem;}
[class*=whir-input] .i-err-tips p{margin:0.1rem 0 0 0;color:var(--white-opacity-30);}
@media (max-width:640px){[class*=whir-input].warning{margin-bottom:0.6rem;}
[class*=whir-input] .i-err-tips{left:0;top:100%;}
}
.whir-input-reg select{border:0;flex-shrink:0;width:0.5rem;background-position:right center;background-image:url(../images/select-color.svg);background-size:0.1rem auto;font-weight:100;color:var(--default-color);font-size:var(--font-size16);padding-right:0;}
.whir-input-reg select + .text{margin-left:0.32rem;}
.whir-input-reg .getcode{font-size:var(--font-size16);font-weight:100;flex-shrink:0;}
.checkbox label{display:flex;font-size:var(--font-size14);line-height:calc(16 / 14);align-items:center;}
.checkbox input[type='checkbox']{float:left;width:0;height:0;}
.checkbox i{width:0.16rem;height:0.16rem;border:0.02rem solid var(--default-color);display:block;margin-right:1em;position:relative;z-index:1;flex-shrink:0;}
.checkbox i:after{position:absolute;content:'';left:-0.04rem;top:-0.07rem;width:0.24rem;height:0.24rem;}
.checkbox input[type='checkbox']:checked + i:after{background:url(../images/checked.svg) no-repeat center center / contain;}
.checkbox input[type='radio']:checked + i:after{background:url(../images/checked.svg) no-repeat center center / contain;}
.checkbox-on-off label{display:flex;font-size:var(--font-size14);line-height:calc(18 / 14);color:var(--black-666);cursor:pointer;align-items:center;}
.checkbox-on-off input{float:left;width:0;height:0;}
.checkbox-on-off i{display:block;width:0.32rem;height:0.18rem;background-color:var(--black-opacity-10);border-radius:0.08rem;margin-right:0.09rem;position:relative;cursor:pointer;}
.checkbox-on-off i::before{position:absolute;content:'';border-radius:50%;width:0.14rem;height:0.14rem;background-color:var(--black-opacity-40);left:0.03rem;top:0.02rem;transition:0.2s;}
.checkbox-on-off input:checked + i{background-color:var(--default-opacity-10);}
.checkbox-on-off input:checked + i::before{background-color:var(--default-opacity-50);left:calc(100% - 0.14rem - 0.03rem);}
.add-image-group *:where(.add-btn,.pic){width:2.71rem;height:2rem;margin-bottom:0.2rem;display:block;}
.add-image-group .add-btn,.add-image-group .pic{width:2.71rem;height:2rem;margin-bottom:0.2rem;display:block;}
.add-image-group .add-btn{background:var(--main-color-7) url(../images/add.svg) no-repeat center center;background-size:calc(40 / 200 * 100%) auto;border:dashed 1px #caae88;cursor:pointer;}
[class*=add-image-] .pic{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;}
.add-image-group .pic{margin-right:0.2rem;}
[class*=add-image-] .pic img{max-width:none;min-height:100%;min-width:100%;object-fit:contain;}
[class*=add-image-] .delete{position:absolute;right:0;bottom:0;width:0.3rem;height:0.3rem;background:var(--black-1f-opacity-50) url(../images/delete.svg) no-repeat center center;background-size:calc(14 / 30 * 100%) auto;z-index:10;cursor:pointer;}
@media (max-width:640px){.add-image-group *:where(.add-btn,.pic){width:1.1rem;height:1.1rem;}
.add-image-group .add-btn,.add-image-group .pic{width:1.1rem;height:1.1rem;}
}
.add-image-single{margin-bottom:0.2rem;}
.add-image-single li{position:relative;width:2.71rem;height:2.03rem;border:1px dashed var(--default-color);margin-right:0.17rem;background:var(--main-color-7) url(../images/sfz-af.svg) no-repeat center center;background-size:auto calc(109 / 203 * 100%);}
.add-image-single li:nth-child(1){background-image:url(../images/sfz-bf.svg);}
.add-image-single li .pic{position:absolute;left:0;top:0;width:100%;height:100%;}
.add-image-single li.active .pic{z-index:10;}
.add-image-single li [class*=no-data]{display:flex;align-items:center;justify-content:center;height:100%;position:relative;z-index:1;cursor:pointer;}
.add-image-single li [class*=mark-]{position:absolute;width:calc(220 / 271 * 100%);height:calc(150 / 203 * 100%);left:50%;top:50%;transform:translate(-50%,-50%);}
.add-image-single li [class*=mark-]:before,.add-image-single li [class*=mark-]:after{position:absolute;content:'';width:0.15rem;height:0.15rem;border:1px solid var(--default-color);border-bottom:0;top:0;}
.add-image-single li [class*=mark-]:before{border-right:0;left:0;}
.add-image-single li [class*=mark-]:after{border-left:0;right:0;}
.add-image-single li .mark-b{transform:translate(-50%,-50%) rotate(180deg);}
@media (max-width:640px){.add-image-single li{width:calc((100% - 1vw * 2) / 2);margin-right:1vw;height:22vw;}
}
.booking-info{max-width:7.2rem;}
.booking-info .items + .items{margin-top:0.2rem;}
.booking-info .type{display:flex;justify-content:space-between;align-items:center;background-color:var(--main-color-7-opacity-60);height:0.6rem;padding:0 0.28rem 0 0.36rem;}
.booking-info .type dd{width:calc(0.24rem + 2em);flex-shrink:0;background-position:left center;background-repeat:no-repeat;background-size:auto 0.15rem;padding-left:0.24rem;}
.booking-info .type dd.icon-add{background-image:url(../images/location.svg);}
.booking-info .type dd.icon-time{background-image:url(../images/time.svg);}
.booking-info .type dt{color:var(--white-opacity-30);font-size:var(--font-size14);padding-right:0.29rem;background:url(../images/select.svg) no-repeat right center;background-size:auto 0.05rem;flex:1;text-align:right;margin-left:0.2rem;cursor:pointer;line-height:1.2;}
.booking-info .hide-con{background-color:var(--main-color-7-opacity-99);padding:0.38rem 0.36rem;display:none;}
.booking-info .btn-add a{display:flex;align-items:center;justify-content:center;height:0.5rem;border:1px dashed var(--default-color);font-size:var(--font-size14);cursor:pointer;}
.booking-info .list-address + .btn-add{margin-top:0.1rem;}
.booking-info .list-address li{font-size:var(--font-size14);padding-bottom:0.26rem;color:var(--white-opacity-30);cursor:pointer;line-height:1.2;}
.booking-info .list-address li.on{color:var(--default-color);}
.booking-info .layui-laydate-static{display:block;}
.booking-info .laydate-theme-fullpanel .layui-laydate-main{width:auto;}
.booking-info .laydate-theme-fullpanel .layui-laydate-list{width:calc(100% - 272px);}
.booking-info .layui-laydate{border:0;background:transparent;box-shadow:none;}
.booking-info .layui-laydate-header{border-bottom-color:var(--white-opacity-30);}
.booking-info .layui-laydate .layui-laydate-list{background-color:transparent;}
.booking-info .laydate-set-ym span{color:var(--white);}
.booking-info .laydate-time-list li ol{border-color:var(--white-opacity-10);}
.booking-info .layui-laydate .laydate-time-list>li:hover p,.booking-info .layui-laydate .laydate-time-list>li:hover ol{color:var(--white);}
.booking-info .layui-laydate-content td{color:var(--default-color);}
.booking-info .layui-laydate-content .laydate-day-next,.booking-info .layui-laydate-content .laydate-day-prev{color:var(--default-opacity-30);}
.booking-info .layui-laydate-header i{color:var(--default-color);}
@media (max-width:640px){.layui-laydate{font-size:var(--font-size14);}
.laydate-set-ym span{padding:0 0.1rem;}
.layui-laydate .layui-laydate-list{position:relative;left:auto;top:auto;}
.booking-info .laydate-theme-fullpanel .layui-laydate-list{width:100%;}
.layui-laydate-content{padding:0;}
.booking-info #layui-booking-time{margin:0 -0.36rem;}
.booking-info .layui-laydate-content table{margin:0 auto;}
}
.submit-btn{display:flex;justify-content:center;padding-bottom:0.66rem;}
.submit-btn input[type='button']{display:block;width:1.8rem;height:0.6rem;cursor:pointer;border:1px solid var(--default-color);}
.submit-btn input[type='button'] + input{margin-left:0.2rem;}
.submit-btn .submit{background:var(--default-color);color:var(--main-color);}
.submit-btn .reset{color:var(--default-color);background:none;}
.submit-btn ~ .checkbox{color:#768082;margin-left:0.34rem;margin-bottom:0.37rem;}
.submit-btn ~ .checkbox i{border-width:1px;}
.login-main{position:fixed;left:0;top:0;width:100%;height:100%;}
.login-main *:where(.banner,.footer,.top){position:absolute;left:0;width:100%;}
.login-main .banner{top:0;height:100%;z-index:-1;}
.login-main .banner img{display:block;width:100%;height:100%;object-fit:cover;position:static;opacity:1;}
.login-main .footer{bottom:calc(59 / 960 * 100%);font-size:var(--font-size14);}
.login-main .footer,.login-main .footer a:not(:hover){color:var(--white-opacity-40);}
.login-main .footer nav{margin-bottom:0.16rem;}
.login-main .footer nav a:not(:last-child)::after{content:'·';margin:0 0.08rem;color:var(--white-opacity-40);}
.login-main .top{top:calc(60 / 960 * 100%);}
.login-main .top .logo-area{flex:1;}
.login-main .top .home{flex-shrink:0;display:flex;align-items:center;}
.login-main .top .home:before{display:block;content:'';width:0.13rem;height:0.15rem;margin-right:.12rem;background:url(../images/home.svg) no-repeat center center;background-size:contain;}
.login-main .top .logo{margin-bottom:0.29rem;}
.login-main .top .logo img{height:0.4rem;margin-right:0.19rem;}
.login-main .top .logo .txt{font-size:var(--font-size18);}
.login-main .wrap{height:100%;}
.login-main .v-inq-from{width:5.06rem;position:relative;}
.login-main .v-inq-from .form{margin-bottom:0;}
@media (max-width:1024px){.login-main .wrap .auto-inner{justify-content:center;}
.login-main .top .logo .txt{margin-top:0.2rem;}
.login-main .top > .auto-inner{align-items:flex-start;}
}
@media (max-width:640px){.login-main .label-title span{font-size:var(--font-size16);}
}
.good-comment li{position:relative;padding:0.37rem 0;}
.good-comment li:before,.good-comment li::after{position:absolute;content:'';height:0.37rem;left:0;width:100%;background:url(../images/bg/bg-good.png) no-repeat left top;background-size:100% auto;z-index:-1;}
.good-comment li:before{top:0;}
.good-comment li::after{bottom:0;background-position:left bottom;}
.good-comment li .inner{background:url(../images/bg/bg-good-y.png) repeat-y center center;background-size:100% auto;padding:0 0.5rem 0.13rem;height:100%;}
.good-comment li .name{border-bottom:1px solid var(--default-opacity-30);padding-bottom:0.26rem;margin-bottom:0.42rem;}
.good-comment li .con .pic{width:1.7rem;flex-shrink:0;margin-left:0.4rem;}
.good-comment li .con pre{flex:1;line-height:calc(28 / 16);font-weight:100;}
.good-comment li .info{display:flex;align-items:center;}
.good-comment li .info img{border-radius:50%;width:0.64rem;height:0.64rem;flex-shrink:0;margin-right:0.13rem;}
.good-comment li .info p{font-size:var(--font-size24);margin:0;}
.good-comment li .name .txt{font-weight:100;}
@media (min-width:1025px){.good-comment li{width:calc((100% - 0.41rem) / 2);}
.good-comment li:nth-child(2) ~ li{margin-top:0.41rem;}
.good-comment li:not(:nth-child(2n)){margin-right:0.41rem;}
}
@media (max-width:1024px){.good-comment li:nth-child(1) ~ li{margin-top:0.41rem;}
.good-comment li:before,.good-comment li::after{height:0.41rem;}
}
@media (max-width:640px){.good-comment li .info img{width:0.44rem;height:0.44rem;}
.good-comment li .info p{font-size:var(--font-size20);}
}
.txt-list li{border-bottom:1px solid var(--default-opacity-30);padding-bottom:0.52rem;}
.txt-list li:not(:last-child){margin-bottom:0.58rem;}
.txt-list li > div{padding-left:0.26rem;}
.txt-list li .q{font-size:var(--font-size20);background:url(../images/title-icon.svg) no-repeat left top calc(0.5em - 0.05rem);background-size:0.1rem auto;}
.txt-list li .a{color:var(--default-opacity-60);font-weight:100;line-height:calc(28 / 16);margin-top:0.24rem;}
.txt-list + .Pages{padding-top:0.62rem;}
.page-ban{position:relative;z-index:3;}
.page-ban:after{position:absolute;z-index:2;left:0;top:0;width:100%;height:100%;content:'';background:linear-gradient(to bottom,rgba(0,0,0,0),rgba(6,35,40,0.4));}
.page-ban .txt{position:absolute;left:0;top:calc(89 / 960 * 100%);width:100%;bottom:0;z-index:10;text-align:center;}
.page-ban .auto-inner{max-width:620px;}
.about-desc .title{font-family:'zcool';font-size:0.72rem;}
.about-desc .title:after{display:block;width:2px;height:0.6rem;background:var(--default-color);margin:0.32rem auto 0.39rem;content:'';}
.about-desc .edit-info{font-size:var(--font-size20);}
.about-desc .year{font-family:'Barlow';font-weight:500;font-size:1.4rem;}
.about-desc p{line-height:1.8;}
@media (max-width:640px){.about-desc .title{font-size:var(--font-size40);}
.about-desc .title:after{height:0.4rem;margin-top:0.16rem;margin-bottom:0.16rem;}
.about-desc .year{font-size:1rem;}
.about-desc .edit-info{font-size:var(--font-size16);}
}
.about-logo{padding-top:2.02rem;position:relative;z-index:1;display:flex;justify-content:center;background:url(../images/logo-opacity.png) no-repeat center bottom;background-size:calc(1795 / 1920 * 100%) auto;}
.about-logo img{max-width:9.17rem;width:70%;position:relative;z-index:4;}
.about-logo:before{position:absolute;top:0;width:100%;height:calc(735 / 400 * 100%);left:0;background:linear-gradient(to bottom,rgba(8,27,31,0.7) 0%,rgba(0,0,0,0) 40%);content:'';z-index:1;opacity:0.8;pointer-events:none;}
.about-logo,.about-Main{background-color:var(--main-color-7);}
.about-Main{padding:0.72rem 0 1.49rem 0;}
.about-Main:before,.about-Main:after{display:block;content:'';margin:0 auto;width:2px;height:0.6rem;background:var(--default-color);}
.about-Main:after{height:0.8rem;margin-top:1.23rem;}
.about-Main:before{margin-bottom:0.66rem;}
@media (max-width:640px){.about-logo{padding-top:1rem;}
}
.about-content{padding-bottom:1.8rem;}
.about-content .edit-info{max-width:1099px;width:86%;margin:0 auto;}
@media (min-width:641px){.about-content .column-title{font-size:var(--font-size40);padding-bottom:0.5rem;}
}
.about-content .edit-info{text-align:center;line-height:2;opacity:0.8;font-size:var(--font-size20);}
.honor{padding-bottom:1.77rem;overflow:hidden;}
.honor .inner{width:calc(630 / 890 * 100%);margin:0 auto;transition:0.3s ease-in-out;}
.honor .pic{display:flex;align-items:flex-end;justify-content:center;height:3.13rem;position:relative;z-index:5;}
.honor .pic img{max-height:3.13rem;max-width:calc(447 / 631 * 100%);}
.honor .txt{background:url(../images/bg-honor-y.png) repeat-y center top;background-size:100% auto;padding:1.44rem 0.72rem 0;min-height:3.42rem;position:relative;z-index:1;margin:-1.06rem 0 0.3rem 0;}
.honor .txt:before,.honor .txt:after{position:absolute;content:'';left:0;width:100%;background-repeat:no-repeat;background-size:100% auto;height:0.3rem;background-image:url(../images/bg-honor.png);}
.honor .txt:before{bottom:100%;background-position:left top;}
.honor .txt:after{top:100%;background-position:left bottom;}
.honor .name{display:flex;justify-content:center;padding:0 0.75rem;margin:0 -0.72rem 0.28rem;}
.honor .name span{display:block;content:'';position:relative;padding:0 0.2rem;font-size:var(--font-size24);text-align:center;}
.honor .name span:before,.honor .name span:after{position:absolute;content:'';height:2px;top:50%;margin-top:-1px;width:0.75rem;}
.honor .name span:before{right:100%;background-image:linear-gradient(270deg,#b19552 0%,rgba(0,0,0,0) 100%);}
.honor .name span:after{left:100%;background-image:linear-gradient(90deg,#b19552 0%,rgba(0,0,0,0) 100%);}
.honor .txt .edit-info{color:#9a9389;font-weight:100;line-height:calc(30 / 16);}
.honor .btn a{width:0.17rem;height:0.32rem;background:url(../images/btn-prev.svg) no-repeat center center;background-size:contain;cursor:pointer;display:block;position:absolute;top:50%;margin-top:-0.16rem;z-index:10;}
.honor .btn a.next{background-image:url(../images/btn-next.svg)}
@media (min-width:1025px){.honor .swiper{width:calc(2610 / 1920 * 100%);margin-left:-17.969%;}
.honor .btn a.prev{left:calc(100% / 3);}
.honor .btn a.next{right:calc(100% / 3);}
.honor .swiper-slide:not(.swiper-slide-active) .inner{transform:scale(calc(467 / 631));transform-origin:center bottom 0.24rem;opacity:0.5;}
}
@media (max-width:1024px){.honor .btn a.prev{left:2%;}
.honor .btn a.next{right:2%}
}
@media (max-width:640px){.honor .pic{height:2.3rem;}
.honor .pic img{max-height:2.3rem;}
}
.main-business{padding-bottom:1.56rem;}
.main-business .box{flex:1;text-align:center;padding-bottom:0.4rem;}
.main-business .box .icon{display:flex;margin:0 auto;align-items:center;justify-content:center;background:url(../images/polygon.svg) no-repeat center center;background-size:contain;width:1.01rem;height:0.9rem;}
.main-business .box .icon img{max-height:0.4rem;}
.main-business .box p{margin:0.5rem auto 0;font-size:var(--font-size24);line-height:calc(36 / 24);max-width:3.33rem;width:90%;}
.main-business .column-title{padding-bottom:0.85rem;}
@media (min-width:769px){.main-business .box:not(:nth-child(3n)){border-right:2px solid var(--default-opacity-20);}
}
@media (max-width:768px){.main-business .box{border:1px solid var(--default-opacity-20);padding:0.5rem 0;}
.main-business .box:not(:last-child){margin-bottom:0.3rem;}
}
#about-show .column-title{padding-top:0.56rem;}
#about-show .Ispic{padding-bottom:calc(314 / 418 * 100%);}
#about-show .btn{position:absolute;width:100%;top:50%;margin-top:-0.16rem;pointer-events:none;display:flex;justify-content:space-between;z-index:10;padding:0 0.1rem;}
#about-show .btn a{pointer-events:auto;width:0.17rem;height:0.32rem;background:url(../images/btn-prev.svg) no-repeat center center;background-size:contain;cursor:pointer;display:block;}
#about-show .btn a.next{background-image:url(../images/btn-next.svg);}
#about-show .btn a.swiper-button-disabled{opacity:0.5;cursor:default;}
@media (min-width:769px){#about-show .btn{opacity:0;transition:0.3s;}
#about-show .swiper:hover .btn{opacity:1;}
}
.controls{margin-top:0.5rem;display:flex;align-items:center;justify-content:space-between;}
.controls .scrollbar-area{flex:1;}
.controls .scrollbar{height:1px;background:var(--default-opacity-30);position:relative;z-index:1;}
.controls .scrollbar span{height:3px;margin-top:-1.5px;background-color:var(--default-color);position:absolute;left:0;top:50%;width:100%;transform-origin:left top;}
.controls .num{width:1.08rem;flex-shrink:0;display:flex;justify-content:flex-end;align-items:flex-end;color:var(--default-opacity-50);}
.controls .cur{font-size:var(--font-size24);margin-right:0.11rem;color:var(--default-color);}
.certificate{overflow:hidden;--h:0.6rem}
.certificate li{width:calc((100% - var(--h) * 2) / 3);margin-bottom:0.94rem;position:relative;z-index:2;cursor:pointer;}
.certificate li:not(:nth-child(3n)){margin-right:var(--h);}
.certificate li p{text-align:center;margin:0;line-height:0.68rem;font-size:var(--font-size20);}
.certificate li *:where(.pic,p){position:relative;z-index:2;}
.certificate li .pic{padding:0.2rem;background:url(../images/bg-certificate.svg) no-repeat center center;background-size:contain;cursor:pointer;}
.certificate li .pic .Ispic{padding-bottom:calc(283 / 400 * 100%);background-color:var(--white);background-size:contain;}
.certificate li:nth-child(3n-2){z-index:1;}
.certificate li:nth-child(3n-2):before,.certificate li:nth-child(3n-2):after{position:absolute;content:'';width:124vw;left:50%;margin-left:-24vw;z-index:1;}
.certificate li:nth-child(3n-2):after{height:1.5rem;background:url(../images/certificatebg.jpg) no-repeat center center;background-size:100% 100%;bottom:-0.14rem;border-bottom:0.14rem solid var(--main-color);}
.certificate li:nth-child(3n-2):before{top:calc(100% + 0.14rem);height:var(--h);background:linear-gradient(to bottom,rgba(3,31,34,0.5),rgba(3,31,34,0));}
.certificate .Pages{padding-top:0;}
@media (max-width:1024px){.certificate{--h:0.1rem}
.certificate li{margin-bottom:0.7rem;}
.certificate li .pic{padding:0.1rem;}
.certificate li p{font-size:var(--font-size16);line-height:0.5rem;}
}
.member-center .side-box{margin:0.24rem 0;position:relative;z-index:1;background:url(../images/bg/side-r-bg-y.png) repeat-y center top;background-size:100% auto;}
.member-center .side-box:before,.member-center .side-box:after{position:absolute;content:'';width:100%;height:0.24rem;left:0;background:url(../images/bg/side-r-bg.png) no-repeat left top;background-size:100% auto;}
.member-center .side-box:before{bottom:100%;}
.member-center .side-box:after{top:100%;background-position:left bottom;}
@media (min-width:1025px){.m-left{width:calc(280 / 1440 * 100%);flex-shrink:0;}
.m-right{width:calc(1120 / 1440 * 100%);flex-shrink:0;}
.member-center .side-menu{background-image:url(../images/bg/side-bg-y.png);}
.member-center .side-menu:before,.member-center .side-menu:after{background-image:url(../images/bg/side-bg.png);}
}
@media (max-width:1024px){.member-center .m-left{margin-bottom:0.7rem;}
}
.m-right{padding:0.18rem 0.5rem;}
@media (max-width:640px){.m-right{padding-left:0.3rem;padding-right:0.3rem;}
}
.m-title{font-size:var(--font-size24);border-bottom:1px solid var(--white-opacity-10);margin-bottom:0.4rem;padding-bottom:0.2rem;}
.m-title.no-border{border:0;margin-bottom:1em;padding-bottom:0;}
.side-ad svg{width:100%;height:auto;}
.side-menu ~ .side-ad{margin-top:0.63rem;}
.side-menu ul{padding:0 0.3rem;}
.side-menu li a{height:0.6rem;display:flex;align-items:center;font-size:var(--font-size18);color:var(--main-color-6);transition:0.3s;background:url(../images/btn-next.svg) no-repeat right -0.4rem center;background-size:auto 0.12rem;border-bottom:1px solid var(--white-opacity-10);}
.side-menu li [class*=icon-]{width:0.18rem;height:0.18rem;background-position:center center;background-size:contain;background-repeat:no-repeat;margin-right:0.19rem;display:block;position:relative;}
.side-menu li .icon-order{background-image:url(../images/member/icon-order.svg);}
.side-menu li .icon-company{background-image:url(../images/member/icon-company.svg);}
.side-menu li .icon-resetpsw{background-image:url(../images/member/icon-resetpsw.svg);}
.side-menu li .icon-address{background-image:url(../images/member/icon-address.svg);}
.side-menu li .icon-sales{background-image:url(../images/member/icon-sales.svg);}
.side-menu li .icon-notice{background-image:url(../images/member/icon-notice.svg);}
.side-menu li .icon-out{background-image:url(../images/member/icon-out.svg);}
.side-menu li .icon-accout{background-image:url(../images/member/icon-accout.svg);}
.side-menu li a span.d:before{content:"";position:absolute;left:0;top:0;width:6px;height:6px;background:#f00;border-radius:50%;}
.side-menu li a:hover,.side-menu li.aon a{background-position:right 0.09rem center;color:var(--default-color);border-bottom-color:var(--default-color);}
@media (min-width:1025px){.side-menu ul{padding-top:0.05rem;padding-bottom:0.15rem;}
.side-menu li:last-child a{border-bottom:0;}
}
@media (max-width:1024px){.side-menu ul{display:flex;flex-wrap:wrap;}
.side-menu ~ .side-ad{display:none;}
}
@media (min-width:641px) and (max-width:1024px){.side-menu li{width:calc((100% - 0.3rem) / 4);}
.side-menu li:not(:nth-child(4n)){margin-right:0.1rem;}
}
@media (max-width:640px){.side-menu li{width:calc((100% - 0.15rem * 2) / 3);}
.side-menu li:not(:nth-child(3n)){margin-right:0.15rem;}
}
.mem-tab{margin:0.3rem 0 0.33rem 0;}
.mem-tab ul{border-bottom:1px solid var(--white-opacity-10);}
.mem-tab li:not(:last-child){margin-right:0.5rem;}
.mem-tab li a{display:block;position:relative;padding-bottom:0.2rem;color:var(--main-color-6-opacity-60);cursor:pointer;}
.mem-tab li a:after{position:absolute;content:'';width:100%;height:2px;bottom:-1px;left:0;background:var(--default-color);transform:scaleX(0);transform-origin:100% 50%;transition:transform 0.3s;}
.mem-tab li a:hover:after,.mem-tab li a.on:after{transform:scaleX(1);transform-origin:0 50%;}
.mem-tab li a:hover,.mem-tab li a.on{color:var(--default-color);}
.mem-tab dd a{background-color:var(--main-color-7);display:block;line-height:0.5rem;color:var(--white-opacity-40);padding:0 0.29rem;}
.mem-tab dd.on a{background-color:var(--default-color);color:var(--white);}
@media (max-width:640px){.mem-tab li:not(:last-child){margin-right:0.2rem;}
}
.order-list .item-box{background-color:var(--main-color-4);font-size:var(--font-size14);color:var(--main-color-6);margin-bottom:0.2rem;}
.order-list .item-box [class*=i-]{padding-left:0.29rem;padding-right:0.3rem;}
.order-list .item-box .i-top{background-color:var(--main-color-3);padding-top:0.18rem;padding-bottom:0.19rem;}
.order-list .i-top .states{opacity:0.3;}
.order-list .i-bottom{padding-top:0.14rem;padding-bottom:0.26rem;}
.order-list .i-bottom .left{flex:1;}
.order-list .i-bottom .pic{width:1.5rem;height:1.5rem;border-radius:0.05rem;overflow:hidden;}
.order-list .i-bottom .pic img{width:100%;height:100%;display:block;object-fit:cover;}
.order-list .i-bottom .txt{margin-left:0.3rem;flex:1;}
.order-list .i-bottom .txt .type{font-size:var(--font-size18);color:var(--white);margin-bottom:0.29rem;}
.order-list .i-bottom .txt .price{margin-bottom:0.2rem;}
.order-list .opreate{display:flex;align-items:center;flex-shrink:0;}
.order-list .opreate [class*=btn]{display:block;border:1px solid var(--white-opacity-20);border-radius:0.03rem;line-height:0.4rem;padding:0 0.19rem;min-width:1rem;color:var(--main-color-6);font-size:var(--font-size16);cursor:pointer;transition:.3s;}
.order-list .opreate [class*=btn]:hover{background:var(--default-color);color:#fff;}
.order-list .opreate .btn-pay{background-color:var(--default-color);color:var(--white);border:0;}
.order-list .opreate [class*=btn-icon]{display:flex;align-items:center;justify-content:center;}
.order-list .opreate [class*=btn-icon]:before{display:block;content:'';width:0.14rem;height:0.14rem;margin-right:0.11rem;background-position:center center;background-repeat:no-repeat;background-size:contain;}
.order-list .opreate .btn-icon-delete:before{background-image:url(../images/delete2.svg);}
.order-list .pay{flex-shrink:0;line-height:calc(24 / 14);}
.order-list .pay .total{font-size:var(--font-size16);}
.order-list .pay .total b{color:var(--default-color);}
@media (min-width:641px){.order-list .i-top .left{display:flex;align-items:center;}
.order-list .i-top .states{width:1.42rem;text-align:center;}
.order-list .opreate{flex-direction:column;}
.order-list .opreate [class*=btn] + [class*=btn]{margin-top:0.09rem;}
.order-list .pay{width:2.36rem;}
.order-list .pay .total{margin-top:0.3rem;}
}
@media (max-width:640px){.order-list .i-top .left{position:relative;z-index:1;}
.order-list .i-top .left > *{margin-bottom:0.1rem;display:block;}
.order-list .opreate{align-items:center;justify-content:flex-end;margin-top:0.2rem;}
.order-list .opreate [class*=btn] + [class*=btn]{margin-left:0.09rem;}
.order-list .pay{margin:0.2rem 0 0 0;display:flex;justify-content:space-between;align-items:center;}
.order-list .states{position:absolute;right:0;top:0;}
}
.order-details .m-title{display:flex;justify-content:space-between;}
.order-details .m-title .states{color:var(--white-opacity-30);font-size:var(--font-size16);}
.order-details .tit-name{margin-bottom:0.12rem;display:flex;align-items:center;}
.order-details .tit-name:before{display:block;content:'';width:3px;height:1em;margin-right:0.1rem;background-color:var(--default-color);}
.order-details .steps{background-color:var(--main-color-4);}
.order-details .steps .info{background-color:var(--main-color-3);padding:0 0.3rem 0 0.29rem;font-size:var(--font-size14);color:var(--white-opacity-30);height:0.5rem;}
.order-details .step-items{padding:0.49rem 0.4rem 0.59rem;}
.order-details .step-items .item{position:relative;z-index:1;}
.order-details .step-items .item:not(:last-child){padding-bottom:0.68rem;}
.order-details .step-items .item:not(:last-child):before{position:absolute;left:0.2rem;top:0.2rem;bottom:0;width:1px;background-color:#d9d9d9;opacity:0.13;content:'';}
.order-details .step-items .left{display:flex;align-items:center;}
.order-details .step-items .left img{width:0.4rem;height:0.4rem;border-radius:50%;flex-shrink:0;}
.order-details .step-items .left p{margin:0 0 0 0.25rem;flex:1;}
.order-details .step-items .right li{color:var(--white-opacity-60);margin-bottom:0.2rem;font-size:var(--font-size14);position:relative;padding-left:0.16rem;line-height:1.4;}
.order-details .step-items .right li:before{position:absolute;content:'';border-radius:50%;background-color:var(--default-color);width:0.06rem;height:0.06rem;top:calc(0.7em - 0.03rem);left:0;}
.order-details .step-items .right .btn{min-width:1.2rem;text-align:center;color:var(--white);line-height:0.5rem;cursor:pointer;background-color:var(--default-color);display:inline-flex;margin-top:0.28rem;align-items:center;justify-content:center;padding:0 .1rem;}
@media (max-width:640px){.order-details .steps .info{padding:0 0.2rem;}
}
.od-h{height:0.4rem;}
.od-h-2{height:0.2rem;}
.order-details .list-info dd,.order-details .pic-groups .tit,.order-details .desc{color:var(--white-opacity-40);font-size:var(--font-size14);line-height:2;}
.order-details .pic-groups li{--liw:1.5rem;width:var(--liw);margin-right:0.1rem;margin-bottom:0.1rem;}
.order-details .pic-groups li picture{display:flex;align-items:center;justify-content:center;height:var(--liw);}
.order-details .pic-groups li img{max-height:var(--liw);}
.order-details .pic-groups ul{margin:0.1rem 0;}
.order-details .btn-area{display:flex;}
.order-details .btn-area a{display:inline-flex;border:1px solid var(--white-opacity-20);line-height:0.6rem;min-width:1.8rem;align-items:center;justify-content:center;color:var(--white-opacity-40);transition:0.3s;}
.order-details .btn-area a + a{margin-left:0.1rem;}
.order-details .btn-area a.btn{background-color:var(--default-color);color:var(--white);}
.order-details .btn-area a[class*=btn-icon]:before{content:'';display:block;margin-right:0.15rem;width:0.15rem;height:0.17rem;background-repeat:no-repeat;background-position:center;background-size:contain;opacity:0.4;transition:0.3s;}
.order-details .btn-area a[class*=btn-icon]:hover{background-color:var(--default-color);border-color:var(--default-color);color:var(--white);}
.order-details .btn-area a[class*=btn-icon]:hover:before{opacity:1;}
.order-details .btn-icon-kf:before{background-image:url(../images/member/kf-btn.svg);}
.order-details .btn-icon-kf.full{background-color:var(--default-color);color:var(--white);}
.order-details .btn-icon-kf.full:before{opacity:1!important;}
@media (min-width:641px){.order-details .step-items .item{display:flex;align-items:flex-start;}
.order-details .step-items .left{width:calc(347 / 940 * 100%);flex-shrink:0;}
.order-details .step-items .right{flex:1;padding-top:0.12rem;}
}
@media (max-width:640px){.order-details .step-items .right{padding-left:0.65rem;}
.order-details .step-items .item:not(:last-child){padding-bottom:0.34rem;}
.order-details .pic-groups li{--liw:calc((100% - 0.1rem * 3) / 4);}
.order-details .pic-groups li:nth-child(4n){margin-right:0;}
}
.order-details .copy-area{position:relative;display:inline-flex;align-items:center;-webkit-user-select:auto;-ms-user-select:auto;-moz-user-select:auto;-khtml-user-select:auto;user-select:auto;}
.order-details .copy-area .copy{margin-left:0.1rem;width:0.11rem;height:0.14rem;background:url(../images/member/copy.svg) no-repeat center center;background-size:contain;cursor:pointer;display:block;}
.order-details .copy-area .tips{position:absolute;left:calc(100% + 0.1rem);top:50%;line-height:2;margin-top:-1em;background-color:var(--default-opacity-50);width:max-content;color:var(--main-color);border-radius:0.05rem;padding:0 1em;opacity:0;transform:translateX(0.3rem);transition:0.3s ease-in-out;}
.order-details .copy-area .tips.show{opacity:1;transform:translateX(0);}
.order-details .copy-area .tips:before{position:absolute;right:100%;border:0.05rem solid transparent;border-right-color:var(--default-opacity-50);top:50%;margin-top:-0.05rem;content:'';}
.order-details .total-price{font-weight:400;font-family:'Barlow';color:var(--white-opacity-60);}
.order-details .total-price b{font-size:var(--font-size28);font-weight:600;}
.list-report{margin-top:0.14rem;}
.list-report li{background-color:var(--main-color-4);}
.list-report li a{display:flex;justify-content:space-between;align-items:center;height:0.5rem;padding:0 0.3rem;font-size:var(--font-size14);}
.list-report li .n{padding-left:0.25rem;background:url(../images/member/pdf.svg) no-repeat left center;background-size:0.12rem auto;color:var(--white-opacity-60);}
.list-report li .abtn{flex-shrink:0;}
.save-btn{display:flex;justify-content:flex-end;position:sticky;top:0.33rem;z-index:10;}
.save-btn a{cursor:pointer;min-width:1.2rem;line-height:0.5rem;background-color:var(--default-color);color:var(--white);display:inline-flex;align-items:center;justify-content:center;margin-top:-0.33rem;}
.save-btn a:before{display:block;content:'';width:1em;height:1em;margin-right:0.1rem;background-repeat:no-repeat;background-position:center center;background-size:contain;}
.save-btn a.save-btn:before{background-image:url(../images/member/save.svg)}
.save-btn a.edit-btn:before{background-image:url(../images/member/edit.svg)}
@media (max-width:640px){.save-btn{top:0.83rem;}
.save-btn a{margin-top:-0.83rem;height:0.5rem;}
}
[class*=all-form] .tit-name{margin:0.4rem 0 0.2rem 0;display:flex;align-items:center;}
[class*=all-form] .tit-name:before{display:block;content:'';width:3px;height:1em;margin-right:0.1rem;background-color:var(--default-color);}
[class*=all-form] tr:not(:last-child) td{padding-bottom:0.1rem;}
[class*=all-form] table{table-layout:fixed;width:100%;}
[class*=all-form] td.f-n{width:5em;text-align:right;}
[class*=all-form] td .input-text{margin-left:0.2rem;max-width:3.9rem;}
.all-form-disabled td .input-text{line-height:0.5rem;color:var(--white-opacity-80);background-color:var(--main-color-7);padding:0 0.2rem;}
.all-form-disabled .pic-list li{width:3rem;}
.all-form-disabled .pic-list li:not(:last-child){margin-right:0.2rem;}
.all-form-disabled .pic-list li p{color:var(--white-opacity-60);font-size:var(--font-size14);margin:0.19rem 0 0 0;text-align:center;}
.all-form-disabled .address-info ul{max-width:620px;}
.all-form-disabled .address-info li{background-color:var(--main-color-7);line-height:0.5rem;padding:0 0.2rem;color:var(--white-opacity-60);}
.all-form-disabled .address-info .ul-row3 + ul{margin-top:0.1rem;}
.all-form-disabled .address-info .ul-row3 li{display:flex;justify-content:space-between;align-items:center;}
.all-form-disabled .address-info .ul-row3 li span{color:var(--white-opacity-40);flex-shrink:0;}
.all-form-disabled .address-info .ul-row3 li p{margin:0;}
.all-form-disabled .address-info .ul-row3 li div{flex:1;margin-right:0.1rem;}
@media (min-width:641px){.all-form-disabled .address-info .ul-row3 li{width:calc((100% - 0.2rem) / 3);max-width:150px;}
.all-form-disabled .address-info .ul-row3 li:not(:last-child){margin-right:0.1rem;}
}
@media (max-width:640px){.all-form-disabled .address-info .ul-row3 li:not(:last-child){margin-bottom:0.1rem;}
.all-form-disabled .pic-list li{width:32vw;}
}
.all-form .text{width:100%;line-height:0.5rem;height:0.5rem;background:var(--main-color-7);color:var(--white-opacity-80);border:1px solid var(--main-color-7);padding:0 0.2rem;transition:0.3s ease-in-out;}
.all-form .text:focus{border-color:var(--default-color);}
.upload-image-single li{width:3rem;background-color:var(--main-color-5);position:relative;z-index:1;}
.upload-image-single li:not(:last-child){margin-right:0.2rem;}
.upload-image-single li [class*=pic]{height:2rem;display:flex;overflow:hidden;align-items:center;justify-content:center;}
.upload-image-single li [class*=pic] img{min-height:100%;}
.upload-image-single li .btn{position:absolute;left:0;top:0;width:100%;height:100%;z-index:10;cursor:pointer;}
.upload-image-single li.active .btn{background-color:rgba(0,54,62,0.4);}
.upload-image-single li .btn:before{position:absolute;content:'';width:0.6rem;height:0.6rem;border-radius:50%;left:50%;top:50%;z-index:4;margin:-0.3rem 0 0 -0.3rem;background:url(../images/member/add-full.svg) no-repeat center center / contain;}
.upload-image-single li .pic-bf,.upload-image-single li .pic-af{background-position:center center;background-repeat:no-repeat;background-size:calc(220 / 300 * 100%) auto;}
.upload-image-single li .pic-bf{background-image:url(../images/member/snigle-sfz-zm.png);}
.upload-image-single li .pic-af{background-image:url(../images/member/snigle-sfz-bm.png);}
@media (max-width:640px){.upload-image-single li{width:32vw;}
.upload-image-single li [class*=pic]{height:21vw;}
.upload-image-single li .btn:before{width:0.4rem;height:0.4rem;margin:-0.2rem 0 0 -0.2rem;}
}
.address-area .ul-form{max-width:620px;}
.address-area .ul-form +.ul-form{margin-top:0.1rem;}
.address-area .ul-form li{background-color:var(--main-color-7);position:relative;z-index:10;transition:0.5s 0.5s;}
.address-area .ul-form li.show{z-index:20;transition:0.3s;}
.address-area .ul-form.row-3 li{display:flex;align-items:center;justify-content:space-between;padding:0 0.2rem 0 0;}
.address-area .ul-form li span.n{flex-shrink:0;color:var(--white-opacity-40);}
.address-area .ul-form li .select{margin-right:0.2rem;flex:1;position:initial;}
.address-area .ul-form li .select .tit{padding-right:0.15rem;background-position:right center;color:var(--white-opacity-40);}
.address-area .ul-form li .text{color:var(--white-opacity-20);}
@media (min-width:641px){.address-area .ul-form.row-3{display:flex;align-items:center;}
.address-area .ul-form.row-3 li{width:calc((100% - 0.2rem) / 3);max-width:150px;}
.address-area .ul-form.row-3 li:last-child{max-width:170px;}
.address-area .ul-form.row-3 li:not(:last-child){margin-right:0.1rem;}
}
@media (max-width:640px){.address-area .ul-form.row-3 li:not(:last-child){margin-bottom:0.1rem;}
}
.avatar-main{font-size:var(--font-size14);color:var(--white-opacity-40);text-align:center;}
.avatar-main .tips{line-height:calc(24 / 14);}
.avatar-main .left{width:calc(320 / 1020 * 100%);flex-shrink:0;}
.avatar-main .right{flex:1;padding-left:0.96rem;border-left:1px solid var(--white-opacity-10);}
.avatar-main .left .inner{width:calc(240 / 320 * 100%);}
.avatar-main .left .pic-area{position:relative;z-index:1;padding-bottom:100%;}
.avatar-main .left .pic-area *:where(img,.btn){position:absolute;left:0;top:0;width:100%;height:100%;border-radius:50%;}
.avatar-main .left .pic-area img{z-index:1;}
.avatar-main .left .pic-area img{position:absolute;left:0;top:0;width:100%;height:100%;border-radius:50%;}
.avatar-main .left .pic-area .btn{z-index:2;background:var(--main-color-7-opacity-40) url(../images/member/add.svg) no-repeat center center;background-size:10% auto;cursor:pointer;}
.avatar-main .left p{margin:0.19rem 0 0.25rem 0;font-size:var(--font-size16);color:var(--default-color);}
.avatar-main .right .tips{max-width:222px;margin-bottom:0.5rem;text-align:left;}
.avatar-main .size{width:1rem;}
.avatar-main .size img{border-radius:50%;}
.avatar-main .size li img{width:1rem;height:1rem;}
.avatar-main .size ol{margin-top:0.39rem;}
.avatar-main .size ol img{width:0.5rem;height:0.5rem;}
.avatar-main .size p{margin:0.19rem 0 0 0;}
@media (max-width:640px){.avatar-main .left{width:50%;}
.avatar-main .right{padding-left:0.4rem;}
}
.modify-psw{margin-top:0.57rem;max-width:393px;}
.modify-psw li{margin-bottom:0.2rem;}
.modify-psw li .text{font-size:var(--font-size14);color:var(--white);}
.modify-psw li .text::placeholder{color:var(--white-opacity-20);}
.modify-psw li .tit{margin-bottom:0.13rem;}
.modify-psw li [class*=-tips]{font-size:var(--font-size14);margin-top:0.1rem;}
.modify-psw li .err-tips{color:#e62e2e;display:none;}
.modify-psw li .i-tips{color:var(--white-opacity-40);}
.modify-psw .btn-area{margin-top:0.3rem;}
.modify-psw .btn-area input{width:1.4rem;cursor:pointer;border:0;padding:0;height:0.5rem;background:var(--default-color);color:var(--white-opacity-80);justify-content:center;}
.add-account{align-items:stretch;margin-bottom:0.42rem;}
.add-account p{margin:0;border-bottom:1px solid var(--white-opacity-10);color:var(--main-color-6-opacity-60);font-size:var(--font-size14);flex:1;display:flex;align-items:center;}
.add-account .btn{display:flex;align-items:center;justify-content:center;background-color:var(--main-color-7);color:var(--white-opacity-60);padding:0 0.28rem;line-height:0.5rem;flex-shrink:0;cursor:pointer;transition:0.3s ease-in-out;}
.add-account .btn:before{display:block;content:'';width:0.11rem;height:0.11rem;background:url(../images/member/add.svg) no-repeat center center;background-size:contain;margin-right:0.1rem;opacity:0.6;}
.add-account .btn:hover{color:var(--white);background-color:var(--default-color);}
.add-account .btn:hover::before{opacity:1;}
.account-list{min-height:4.4rem;}
.account-list .list{margin-bottom:0.1rem;background-color:var(--main-color-7);min-height:0.6rem;padding:0 0.3rem;color:var(--white-opacity-80);font-size:var(--font-size14);display:flex;}
.account-list .card-num span,.account-list .name span{color:var(--white-opacity-40);}
.account-list .checkbox label{align-items:center;}
.account-list .checkbox i{border-radius:50%;border-width:1px;border-color:var(--white-opacity-40);width:0.12rem;height:0.12rem;}
.account-list .checkbox input[type='checkbox']:checked + i{background-color:var(--default-color);border-color:var(--default-color);}
.account-list .checkbox input[type='checkbox']:checked + i:after{display:none;}
.account-list .address *:where(h3,p){margin:0;}
.account-list .address h3{color:var(--white-opacity-80);font-weight:normal;}
.account-list .address p{color:var(--white-opacity-40);margin-top:0.1rem;}
.account-list .address h3 span{margin-left:1em;}
.account-list .opreate{flex:1;display:flex;justify-content:space-between;align-items:center;}
.account-list .checkbox-on-off{flex-shrink:0;}
.account-list .checkbox-on-off label{color:var(--white-opacity-40);}
.account-list .checkbox-on-off i{background-color:var(--white-opacity-20);}
.account-list .checkbox-on-off i:before{background-color:var(--white-opacity-40);}
.account-list .checkbox-on-off input:checked + i{background-color:var(--white-opacity-20);}
.account-list .checkbox-on-off input:checked + i:before{background-color:var(--default-color);}
.account-list .opreate a{color:var(--white-opacity-40);display:flex;align-items:center;cursor:pointer;transition:0.2s;}
.account-list .opreate a:before{display:block;content:'';width:0.14rem;height:0.14rem;background-position:center center;background-repeat:no-repeat;background-size:contain;opacity:0.4;margin-right:0.07rem;transition:0.2s;}
.account-list .opreate a.edit:before{background-image:url(../images/edit.svg);}
.account-list .opreate a.delete:before{background-image:url(../images/delete-white.svg);}
.account-list .opreate a:hover{color:var(--default-color);}
.account-list .opreate a:hover:before{opacity:1;}
.account-list .opreate a.delete:hover:before{background-image:url(../images/delete.svg);}
.account-list .opreate a.edit:hover:before{background-image:url(../images/edit-color.svg);}
@media (min-width:641px){.account-list .list{align-items:center;justify-content:space-between;}
.account-list .checkbox{width:calc(176 / 960 * 100%);flex-shrink:0;}
.account-list .checkbox.addc{width:calc(583 / 960 * 100%);padding:0.275rem 0.3rem 0.275rem 0;}
.account-list .card-num{width:calc(223 / 960 * 100%);flex-shrink:0;}
.account-list .name{width:calc(184 / 960 * 100%);flex-shrink:0;}
.account-list .opreate{padding-right:0.9rem;}
}
@media (max-width:640px){.account-list .list{flex-direction:row;flex-wrap:wrap;padding:0.2rem;}
.account-list .checkbox{width:33%;}
.account-list .checkbox,.account-list .card-num,.account-list .name{border-bottom:1px solid var(--white-opacity-10);padding:0.1rem 0;margin-bottom:0.1rem;}
.account-list .card-num{width:40%;}
.account-list .name{width:27%;}
.account-list .opreate{width:73%;}
.account-list .checkbox-on-off{width:27%;}
.account-list .opreate a{width:50%;}
.account-list .checkbox.addc{width:100%;}
}
.all-select{display:flex;align-items:center;justify-content:space-between;font-size:var(--font-size14);background-color:var(--white-opacity-10);}
.all-select .delete{display:flex;align-items:center;color:var(--white);background-color:var(--default-color);height:0.6rem;padding:0 0.45rem;cursor:pointer;}
.all-select .delete:before{display:block;content:'';width:1em;height:1em;background:url(../images/delete-white.svg) no-repeat center center;background-size:contain;margin-right:0.08rem;}
.all-select .left{display:flex;align-items:center;padding-left:0.29rem;}
.all-select .left .num{color:var(--white-opacity-40);margin-left:0.23rem;}
.all-select .checkbox{color:var(--white);}
.all-select .checkbox i{border-radius:50%;border-width:1px;border-color:var(--white-opacity-40);width:0.12rem;height:0.12rem;}
.all-select .checkbox i:after{display:none;}
.all-select .checkbox input:checked + i{background-color:var(--default-color);border-color:var(--default-color);}
@media (max-width:640px){.all-select .left{padding-left:0.2rem;}
}
.integral{background-color:var(--main-color-7);margin-bottom:0.29rem;padding:0.5rem 0.44rem;text-align:center;}
.integral ul{flex:1;}
.integral li *:where(h4,p){margin:0;}
.integral li h4{font-family:'Barlow';font-weight:500;font-size:var(--font-size40);}
.integral li p{margin-top:0.2rem;color:var(--white-opacity-60);}
.integral li:nth-child(2){margin:0 1.65rem;}
.integral .btn a{display:block;line-height:0.6rem;background-color:#af9979;color:var(--white);cursor:pointer;}
@media (min-width:641px){.integral .btn{width:1.2rem;flex-shrink:0;}
}
@media (max-width:1024px){.integral li:nth-child(2){margin:0 10vw;}
}
@media (max-width:640px){.integral ul{justify-content:space-between;}
.integral li:nth-child(2){margin:0;}
.integral .btn{display:flex;justify-content:center;margin-top:0.3rem;}
.integral .btn a{padding:0 0.5rem;}
.integral{padding:0.3rem;}
}
.integral-table table{width:100%;}
.integral-table td{border-bottom:1px solid var(--white-opacity-10);padding:0.18rem 0;color:var(--white-opacity-40);line-height:1.4;}
.integral-table td:last-child{text-align:right;}
.integral-table .table-1 td{width:calc(100% / 3);}
.integral-table .table-1 td:nth-child(2){text-align:center;}
.integral-table + .Pages{padding-top:0.5rem;padding-bottom:0.64rem;}
.integral-table .table-2 td:nth-child(1){width:calc(350 / 1020 * 100%);}
.integral-table .table-2 td:nth-child(2){width:calc(320 / 1020 * 100%);}
.integral-table .table-2 td:last-child{width:calc(100 / 1020 * 100%);text-align:center;}
.integral-table [class*=table-3-] td:not(:first-child){font-size:var(--font-size14);}
.integral-table [class*=table-3-] td:last-child{width:calc(193 / 1020 * 100%);text-align:right;}
.integral-table [class*=table-3-] td:nth-child(1){color:var(--white-opacity-60);}
.integral-table [class*=table-3-] td:not(:last-child){padding-right:0.1rem;}
.integral-table .table-3-3 td:nth-child(2){width:calc(188 / 1020 * 100%);}
.integral-table .table-3-4 td:nth-child(2){width:calc(200 / 1020 * 100%);}
.integral-table .table-3-4 td:nth-child(3){width:calc(188 / 1020 * 100%);}
.integral-table .status{position:relative;z-index:1;transition:0s 0.3s;}
.integral-table .status.active{z-index:3;transition:0s;}
.integral-table .status span{color:var(--white-opacity-40);}
.integral-table .status span.f{color:var(--default-color);}
.integral-table .status span.n{color:var(--red);}
.integral-table .status .err-info{position:absolute;top:calc(100% + 0.18rem);width:2rem;background:url(../images/member/err-info-bg.svg) no-repeat center top;background-size:100% auto;height:0.8rem;padding:0.22rem 0.22rem 0;font-size:var(--font-size14);line-height:calc(22 / 16);color:#af9979;opacity:0;visibility:hidden;transform:translateY(0.3rem);transition:0.3s ease-in-out;}
.integral-table .status .err-info:before{position:absolute;content:'';border:0.1rem solid transparent;border-bottom-color:var(--white);bottom:100%;}
.integral-table .status.active .err-info{opacity:1;visibility:visible;transform:translateY(0);}
@media (min-width:641px){.integral-table .status .err-info{left:50%;margin-left:-1rem;}
.integral-table .status .err-info:before{left:50%;margin-left:-0.1rem;}
}
@media (max-width:640px){.integral-table .table-2 td:nth-child(1){width:25%;}
.integral-table .table-2 td:nth-child(2){width:30%;}
.integral-table .table-2 td:last-child{width:6em;}
.integral-table .status .err-info{right:0;}
.integral-table .status .err-info:before{right:2.5em;}
}
.integral-form .cur{color:var(--black-333);}
.integral-form .form{margin:0.2rem 0 0 0;display:flex;justify-content:space-between;align-items:center;background-color:var(--black-lighter-f4);padding:0 0 0 0.2rem;}
.integral-form .form .btn{color:var(--white);background-color:var(--default-color);line-height:0.6rem;width:1.2rem;flex-shrink:0;border:0;cursor:pointer;}
.integral-form .form .text{width:100%;display:block;line-height:0.4rem;height:0.4rem;background:none;border:0;}
.integral-form .form .text::placeholder{color:var(--black-999);}
.integral-form .form ~ .btn{margin:0.4rem 0;}
.integral-form .tips{color:var(--black-lighter-b4);}
.integral-form .err-tips{color:var(--red);font-size:var(--font-size14);display:none;align-items:center;margin-top:1em;}
.integral-form .err-tips:before{display:block;content:'';width:1em;height:1em;margin-right:0.08rem;background:url(../images/warn-red2.svg) no-repeat center center;background-size:contain;}
.promotion-num{background-color:var(--main-color-7);width:1.93rem;height:1.5rem;display:flex;align-items:center;justify-content:center;font-weight:500;font-family:'Barlow';font-size:var(--font-size60);}
.promotion-num + .tit-name{margin-top:0.23rem;}
.notice-num{border-bottom:1px solid var(--white-opacity-10);color:var(--main-color-6-opacity-60);font-size:var(--font-size14);padding-bottom:0.22rem;margin-bottom:0.3rem;padding-top:0.07rem;}
.notice-list li{background-color:var(--main-color-7);margin-bottom:0.1rem;}
.notice-list li > div{padding:0.2rem;}
.notice-list li .txt{flex:1;margin-right:0.3rem;}
.notice-list li .tit{color:var(--white-opacity-40);padding-left:1em;position:relative;z-index:1;margin-bottom:0.1rem;}
.notice-list li .tit:before{position:absolute;content:'';width:0.06rem;height:0.06rem;border-radius:50%;background-color:var(--white-opacity-40);left:0;top:calc(0.5em - 0.03rem);}
.notice-list li p{color:var(--white-opacity-30);margin:0;font-size:var(--font-size14);line-height:1.2;}
.notice-list li.no-read .tit{color:var(--default-color);}
.notice-list li.no-read .tit:before{background-color:var(--default-color);}
.notice-list li.no-read p{color:var(--white-opacity-60);}
.notice-list li .opreate{display:flex;flex-direction:column;align-items:flex-end;font-size:var(--font-size14);flex-shrink:0;}
.notice-list li .opreate time{color:var(--white-opacity-20);}
.notice-list li .opreate .delete{color:var(--white-opacity-40);display:flex;align-items:center;margin-top:0.12rem;cursor:pointer;}
.notice-list li .opreate .delete:before{display:block;content:'';width:1em;height:1em;background:url(../images/delete-white.svg) no-repeat;background-size:contain;opacity:0.4;margin-right:0.08rem;}
.notice-list li .opreate .delete:hover{color:var(--default-color);}
.notice-list li .opreate .delete:hover:before{background-image:url(../images/delete.svg);opacity:1;}
.notice-list ~ .Pages{padding-top:0.5rem;}
#search li .opreate{display:block;}
.single-details .title{text-align:center;font-size:var(--font-size24);padding-bottom:1em;margin-bottom:1em;border-bottom:1px solid var(--white-opacity-10);}
.single-details .edit-info{text-align:justify;line-height:calc(30 / 16);color:var(--white-opacity-60);margin-bottom:0.5rem;}
.single-details .getback{display:flex;justify-content:flex-end;}
.single-details .getback a{display:block;padding:0 2em;line-height:0.5rem;color:var(--white);background-color:var(--default-color);}
input,textarea{transition:background-color 600000s,color 600000s;color:inherit;}
/* 20240924 */
.popup-logistics .inner,.popup-realshooting .inner,.popup-warehousingvideo .inner{max-width:6.9rem;padding:0.6rem 0.1rem 0.66rem;}
#logisticsIframe{max-height:70vh;overflow:auto;}
.logisticsDetali{color:#666;position:relative;}
.logisticsDetali .li{position:relative;padding-left:20px;padding-bottom:1em;}
.logisticsDetali .li .lt{line-height:1.5;margin-bottom:10px;color:#000;position:relative;z-index:2;}
.logisticsDetali .li .lp{font-size:14px;}
.logisticsDetali .li:before{content:"";position:absolute;left:3px;top:0;bottom:0;border-left:1px solid #c4c4c4;}
.logisticsDetali .li .lt:before{content:"";position:absolute;left:-20px;top:0.7em;width:8px;height:8px;background:#c4c4c4;border-radius:50%;margin-top:-4px;}
.logisticsDetali .li:first-child:before{top:0.7em;}
#realshooting .btn{position:absolute;width:30px;height:30px;cursor:pointer;z-index:10;background:var(--default-color);top:50%;margin-top:-15px;}
#realshooting .btn:after{content:"";position:absolute;left:40%;top:30%;width:40%;height:40%;border-left:1px solid #fff;border-bottom:1px solid #fff;transform:rotate(45deg);}
#realshooting .btn.prev{left:10px;}
#realshooting .btn.next{right:10px;}
#realshooting .btn.next:after{transform:rotate(-135deg);left:30%;}
#realshooting .swiper-slide img{display:block;margin:auto;max-height:60vh;}
/* 20241011 */
.overscroll::-webkit-scrollbar{width:4px;height:4px;}
.overscroll::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.1);background:#caae88;}
.overscroll::-webkit-scrollbar-track{border-radius:10px;background:#04252c;}
.mouse{cursor:pointer;}
.booking-info .hide-con th{color:#caae88;}
.layui-laydate .laydate-time-list ol::-webkit-scrollbar{width:4px;height:4px;}
.layui-laydate .laydate-time-list ol::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.1);background:#caae88;}
.layui-laydate .laydate-time-list ol::-webkit-scrollbar-track{border-radius:10px;background:#04252c;}
.layui-laydate .laydate-disabled{pointer-events:none;color:#d2d2d2!important;opacity:0.3;}
.basebtn-add{margin-left:30px;flex:0 0 auto;}
.basebtn-add a{display:flex;align-items:center;justify-content:center;height:3em;border:1px dashed var(--default-color);font-size:var(--font-size14);cursor:pointer;padding:0 1.5em;}
.whir-input-reg .getcode{cursor:pointer;}
.add-image-group .pic{width:auto;}
.add-image-group .pic img{height:100%;}
.order-list .i-top time{padding-left:1em;}
.notice-num.s2{display:flex;align-items:center;justify-content:space-between;}
.notice-num.s2 .nr{flex:0 0 auto;padding-left:20px;}
.notice-num.s2 .nr a{display:inline-block;vertical-align:middle;padding:0 1.5em;margin-left:10px;background:#00363e;line-height:2;}
.notice-num.s2 .nr a.on{background:var(--default-color);color:#fff;}
/* 海报 */
.shareReport{width:402px;margin:10px auto;max-width:100%;}
.shareReport .box{padding:30px;background:#06252a;box-shadow:0 10px 13px rgba(0,0,0,0.3);}
.shareReport .img{position:relative;z-index:10;}
.shareReport .img img{display:block;width:100%;}
.shareReport .code{position:absolute;left:17.5%;width:63%;bottom:66px;background:#fff;border:3px solid #caae88;}
.shareReport .code:before{content:"";display:block;padding-bottom:100%;}
.shareReport .shareTitle{position:absolute;left:0;bottom:0;width:100%;text-align:center;height:66px;display:flex;align-items:center;justify-content:center;font-size:14px;padding:0 30px;}
.shareReport .wel{line-height:1;margin-top:30px;text-align:center;letter-spacing:10px;}
.shareReport .btn{width:1.4rem;cursor:pointer;border:0;padding:0;line-height:0.5rem;background:var(--default-color);color:var(--white-opacity-80);margin:0.5rem auto 0;text-align:center;}
.shareReport .code .c{position:absolute;left:10px;top:10px;right:10px;bottom:10px;width:auto;z-index:5;}
.shareReport .code img{width:100%;height:100%;display:block;}
.orderScroll{max-height:7.2rem;overflow:auto;margin-right:-0.4rem;padding-right:0.4rem;}
.mem-tab.flex-row-jcsb .ul{flex:1 1 auto;border:none;}
.mem-tab.flex-row-jcsb{border-bottom:1px solid var(--white-opacity-10);}
.tabBtns{flex:0 0 auto;padding-left:2em;font-size:14px;margin-top:-0.5em;}
.tabBtns .btn{border:1px solid var(--default-color);padding:0 1em;line-height:2.25;display:block;cursor:pointer;transition:.3s;}
.tabBtns .btn:hover{background:var(--default-color);color:#fff;}
.integral-table.s2 th{padding:0.18rem;text-align:center;white-space:nowrap;}
.integral-table.s2 td{text-align:center;padding:0.18rem;white-space:nowrap;}
.integral-table.s2 th:first-child,.integral-table.s2 td:first-child{text-align:left;padding-left:0;}
.integral-table.overscroll{width:100%;overflow:auto;}
.integral-table.overscroll table{width:auto;min-width:100%;}
.fxtab{border-bottom:1px solid var(--white-opacity-10);margin:0.3rem 0 0.33rem 0;}
.fxtab .mem-tab{margin:0;flex:0 0 auto;}
.fxtab .mem-tab ul{border:none;}
.cks{margin-bottom:0.2rem;}
.cks .checkbox{position:relative;margin-right:2em;cursor:pointer;}
.cks .checkbox input[type="radio"]{position:absolute;left:0;width:100%;height:100%;cursor:pointer;z-index:10;top:0;}
@media(max-width:1279px){.mem-tab.flex-row-jcsb{display:block;border:none;}
.mem-tab.flex-row-jcsb .ul{border-bottom:1px solid var(--white-opacity-10);}
.tabBtns{margin-top:0.3rem;padding-left:0;}
.tabBtns .btn{display:inline-block;}
.fxtab .tabBtns{margin-top:-0.5em;}
}
@media(max-width:640px){.add-image-group .add-btn{width:calc((100% - 1vw * 2) / 2);}
.add-image-group .pic{margin-right:1vw;}
.orderScroll{margin-right:-0.2rem;padding-right:0.1rem;}
.mem-tab li a{font-size:14px;}
.mem-tab li:not(:last-child){margin-right:0.5em;}
.mem-tab li{flex:1 0 auto;}
}
.search-keyword{position:sticky;top:0;z-index:3;background:#fff;}
.search-keyword input{display:block;outline:none;border:0;height:0.5rem;width:100%;padding:0 1em 0;}
.search-keyword span{position:absolute;right:0;top:0;z-index:2;width:4em;height:100%;text-align:center;line-height:.5rem;cursor:pointer;display:none;}
/* 新增 */
.mt0{margin-top:0 !important;}
.booking-info .type dd{width:auto;flex:0 0 auto;padding-left:0.28rem;}
.toaddress{display:flex;flex-wrap:wrap;justify-content:flex-start;font-size:14px;color:#fff;padding-left:0.6rem;padding-bottom:0.5em;}
.toaddress .p{padding-right:2em;flex:0 1 auto;margin-bottom:1em;line-height:1.5;}
.icon-wuliu{background-image:url(../images/icons/icon-wuliu.svg);background-size:auto 0.14rem !important;}
.mainbg{background:#022f37;}
.pt0{padding-top:0 !important;}
.nobg{background:none !important;}
.table-form .btns{width:10em;padding-left:2em;}
.table-form .addBtn{display:flex;margin-left:auto;position:relative;cursor:pointer;align-items:center;}
.table-form .addBtn .ico{position:relative;flex:0 0 auto;width:2.5em;height:2.5em;border:1px dashed #caae88;border-radius:50%;margin-right:1em;}
.table-form .addBtn .ico.add:before{position:absolute;left:50%;top:25%;height:50%;width:1px;background:#caae88;content:"";}
.table-form .addBtn .ico.add:after{position:absolute;left:25%;top:50%;width:50%;height:1px;background:#caae88;content:"";}
.table-form .addBtn .ico.del:after{position:absolute;left:25%;top:50%;width:50%;height:1px;background:#caae88;content:"";}
.input input{height:0.6rem;color:var(--default-color);font-size:0.14rem;padding-right:0.35rem;padding-left:1.5em;width:100%;border:none;outline:none;background:#00363e;text-align:right;}
.input input::placeholder{color:var(--white-opacity-30);}
.common-form .table-form .selelct-groups{width:auto;}
.table-form .selelct-groups .select-info{background-color:#00363e;}
.cs{color:#fff;font-size:14px;}
.cs span:first-child{padding-right:5px;}
.cs .m{opacity:0.3;}
.green-boxs:has(.hastab){padding-top:0;margin-top:0.75rem;}
.green-boxs .content.hastab:before{background-image:url(../images/icons/tgtop1.png);height:0.77rem;}
.green-boxs .content.hastab.tab2:before{background-image:url(../images/icons/tgtop2.png);}
.tab{display:flex;align-items:center;justify-content:space-between;line-height:0.75rem;position:relative;z-index:5;transform:translate(0,-0.75rem);margin:0 -0.7rem -0.35rem;font-size:var(--font-size32);}
.tab .i{flex:0 0 auto;width:50%;text-align:center;cursor:pointer;opacity:0.5;}
.tab .i.active{opacity:1;}
[class*=whir-input] .unit{flex:0 0 auto;width:auto;padding-left:1em;}
.whir-input .text{width:auto;flex:1 1 auto;appearance:none;}
/* 隐藏数字输入按钮 */
.whir-input .text::-webkit-outer-spin-button,.whir-input .text::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}
.whir-input .text[type=number]{-moz-appearance:textfield;}
.whir-input .text::-webkit-input-placeholder{color:var(--white-opacity-30);}
.add-image-group .box{flex:0 0 auto;margin-right:0.2rem;}
.add-image-group .add-btn.cardfront{background-image:url(../images/icons/cardfront.png);background-size:80% auto;position:relative;}
.add-image-group .add-btn.cardfront::after{content:"上传人像面";position:absolute;left:0;top:0;width:100%;height:100%;color:#c1a884;font-size:14px;display:flex;align-items:center;justify-content:center;z-index:1;line-height:1;}
.add-image-group .add-btn.cardback{background-image:url(../images/icons/cardback.png);background-size:80% auto;position:relative;}
.add-image-group .add-btn.cardback::after{content:"上传国徽面";position:absolute;left:0;top:0;width:100%;height:100%;color:#c1a884;font-size:14px;display:flex;align-items:center;justify-content:center;z-index:1;line-height:1;}
.add-image-group .add-btn.cardfront.s2::after{content:"上传营业法人身份证人像面";}
.add-image-group .add-btn.cardback.s2::after{content:"上传营业法人身份证国徽面";}
.add-image-group .add-btn.noico{background-image:none;position:relative;}
.add-image-group .add-btn.noico::after{position:absolute;left:0;top:0;width:100%;height:100%;color:#c1a884;font-size:14px;display:flex;align-items:center;justify-content:center;z-index:1;line-height:1;}
.add-image-group .add-btn.zz::after{content:"上传营业执照";}
.add-image-group .add-btn.cs::after{content:"上传经营场所图片";}
.add-image-group .add-btn.xk::after{content:"上传开户许可";}
.add-image-group .add-btn .pic{background:var(--main-color-7);position:absolute;left:0;top:0;width:100%;height:100%;z-index:2;}
.radio-groups .el-radio{color:#fff;font-size:inherit;margin-top:5px;margin-bottom:5px;}
.el-radio__inner{width:16px;height:16px;background:none !important;border-color:#caae88 !important;}
.el-radio__inner::after{width:6px;height:6px;background:#caae88;}
.el-radio__label{vertical-align:middle;padding-left:5px;}
.el-radio__input.is-checked+.el-radio__label{color:inherit;}
.el-upload-list--picture-card .el-upload-list__item{width:2.71rem;height:2rem;border:dashed 1px #caae88;border-radius:0;background:#00363e;}
.el-upload--picture-card{width:auto;height:auto;background:none;border:none;border-radius:0;}
.el-upload--picture-card .add-btn{margin:0;}
.el-upload-list--picture-card .el-upload-list__item-status-label{display:none !important;}
.el-upload-list--picture-card .el-upload-list__item-actions{position:absolute;width:auto;height:auto;opacity:1;top:auto;bottom:0;left:auto;right:0;display:flex;align-items:center;background:var(--black-1f-opacity-50);}
.el-upload-list--picture-card .el-upload-list__item-actions span{display:flex !important;width:0.3rem;height:0.3rem;align-items:center;justify-content:center;}
.el-upload-list--picture-card .el-upload-list__item-actions span *[class^=el-icon-]{font-size:14px;color:#caae88;display:block;}
.el-upload-list--picture-card .el-progress{display:none !important;}
.uploadBox[data-limit="4"] .el-upload-list:has(li:nth-child(4)) + .el-upload{display:none;}
.uploadBox[data-limit="1"] .el-upload-list:has(li) + .el-upload{display:none;}
.uploadBox{margin-bottom:0.2rem;}
.poptit{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;}
.poptit .tit{flex:1 1 auto;overflow:hidden;margin:0;}
.poptit .pr{flex:0 0 auto;}
.poptit .pr .btn{flex:0 0 auto;cursor:pointer;}
.searchBlock{position:relative;display:inline-block;flex:0 0 auto;width:220px;font-size:14px;}
.searchBlock input{border:none;outline:none;font-size:inherit;font-family:inherit;background:#f4f4f4;color:#333;padding:0 40px 0 1em;height:36px;width:100%;}
.searchBlock .btn{position:absolute;right:0;cursor:pointer;z-index:5;height:100%;width:40px;top:0;background:url(../images/search.svg) no-repeat center;background-size:16px;}
.el-table__body-wrapper::-webkit-scrollbar{width:4px;height:4px;}
.el-table__body-wrapper::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.1);background:#caae88;}
.el-table__body-wrapper::-webkit-scrollbar-track{border-radius:10px;background:#f4f4f4;}
.eltable .el-table th.el-table__cell{background:#00363e;color:#caae88;}
.eltable .el-table th.el-table__cell>.cell,.eltable .el-table .cell{padding:10px 30px;}
.side-menu .sub li a{border:none;height:auto;padding:0.8em 0 0.8em 1em;background:none;color:#7f9599;font-size:0.9em;position:relative;}
.side-menu .sub{padding:0 0 0.15rem 0.37rem;display:none;}
.side-menu .sub li a:before{content:"·";position:absolute;left:0;top:50%;line-height:0;}
.side-menu li a{border:none;background:none;position:relative;transition:.3s;}
.side-menu li:has(.sub)>a:after{content:"";position:absolute;right:0;top:50%;width:20px;height:20px;margin-top:-10px;background:url(../images/btn-next.svg) no-repeat center;background-size:auto 0.12rem;transition:.3s;}
.side-menu li.act:has(.sub)>a:after{transform:rotate(90deg);}
.side-menu li{border-bottom:1px solid var(--white-opacity-10);transition:.3s;}
.side-menu .sub li{border:none !important;}
.side-menu .sub li.aon a,.side-menu .sub li:hover a{color:var(--default-color);}
.side-menu li.act>a{background-position:right 0.09rem center;color:var(--default-color);border-bottom-color:var(--default-color);}
.order-list .opreate [class*=btn]{text-align:center;}
.member-center .side-box.hastab:before{background-image:url(../images/icons/tgtop1120-1.png);height:0.77rem;}
.member-center .side-box.hastab.tab1:before{background-image:url(../images/icons/tgtop1120-2.png);}
.member-center .side-box.hastab{margin-top:0.75rem;padding-top:0;}
.tabBtns{flex-wrap:nowrap;align-items:center;}
.tabBtns .btn{display:flex;align-items:center;}
.tabBtns .btn:nth-child(n+2){margin-left:10px;}
.tabBtns .btn .ico{flex:0 0 auto;width:1em;height:1em;background-position:center;background-size:contain;background-repeat:no-repeat;margin-right:0.5em;}
.ico-table{background-image:url(../images/icons/icon-table.png);}
.btn:hover .ico-table{background-image:url(../images/icons/icon-table-white.png);}
.ico-list{background-image:url(../images/icons/icon-list.png);}
.btn:hover .ico-list{background-image:url(../images/icons/icon-list-white.png);}
.tableRowSelect .el-checkbox{margin:0 1em 1em 0;}
.el-checkbox__inner:hover{border-color:var(--default-color);}
.el-checkbox__input.is-checked .el-checkbox__inner,.el-checkbox__input.is-indeterminate .el-checkbox__inner{background:var(--default-color);border-color:var(--default-color);}
.el-checkbox__input.is-checked+.el-checkbox__label{color:var(--default-color);}
.tableRowSelect .el-checkbox{margin:0 0.4rem 0.2rem 0;color:#7f9599;display:flex;flex:0 0 auto;align-items:center;}
.tableRowSelect .el-checkbox-group{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;}
.el-checkbox__label{font-size:16px;color:#7f9599;}
.el-checkbox__input.is-checked+.el-checkbox__label{color:#7f9599;}
.el-checkbox__inner{display:block;border:1px solid #caae88 !important;width:16px;height:16px;background:none !important;border-radius:3px;}
.el-checkbox__inner::after{width:8px;height:8px;background:#caae88;border:none;transform:translate(-50%,-50%) scale(0);left:50%;top:50%;opacity:0;}
.el-checkbox__input.is-checked .el-checkbox__inner::after{transform:translate(-50%,-50%) scale(1);opacity:1;}
.integral-table th{padding:0.18rem 0.25rem !important;background:#00353d;text-align:left !important;white-space:nowrap;}
.integral-table td{text-align:left !important;padding:0.18rem 0.25rem;}
.m-right .Pages{padding-top:0.5rem;padding-bottom:0.3rem;}
.selectFooter{position:fixed;left:0;bottom:0;z-index:99;width:100%;padding:0.7rem 0 0.15rem;background:linear-gradient(0deg,#01181b,transparent);transform:translate(0,100%);opacity:0;visibility:hidden;transition:.3s;}
.selectFooter.active{transform:translate(0,0);opacity:1;visibility:visible;}
.selectFooter .auto-inner{background:#00343c;justify-content:space-between;}
.selectFooter .lef{padding-left:0.3rem;}
.selectFooter .selectNum{flex:0 0 auto;margin-left:1em;font-size:14px;color:#fff;opacity:0.4;}
.selectFooter .el-checkbox__label{color:#fff;}
.selectFooter .el-checkbox{display:flex;align-items:center;}
.selectFooter .total{font-size:14px;color:#fff;}
.selectFooter .total b{font-size:var(--font-size24);color:#caae88;}
.selectFooter .total .unit{color:#caae88;margin-left:5px;}
.selectFooter .btns{align-items:stretch;justify-content:flex-end;margin-left:2em;}
.selectFooter .btns .btn{border:2px solid #caae88;line-height:0.56rem;padding:0 1em;min-width:1.6rem;text-align:center;cursor:pointer;white-space:nowrap;}
.selectFooter .btns .btn.on{color:#081e21;background:#caae88;}
.form-item .el-select{display:block;}
.form-item .el-input{font-size:inherit;}
.form-item .el-input__inner{height:0.6rem;min-height:40px;}
.form-item .el-input__prefix{color:#caae88;display:flex;align-items:center;padding:0 1em;left:0;}
.form-item .el-input--prefix .el-input__inner{padding-left:5em;text-align:right;background:#f4f4f4;border-color:#f4f4f4;border-radius:0;}
.form-item .el-input__prefix [class^=el-icon-],.form-item .el-input__icon{font-size:1.4em;line-height:1;height:auto;}
.form-item{margin-bottom:20px;}
.form-item .el-date-editor{display:block;width:auto;}
.form-item .el-date-editor .el-input__prefix:after{content:"时间";display:block;flex:0 0 auto;}
.form-item .el-input__suffix{display:flex;align-items:center;padding:0 0.5em;}
.form-item .el-input--suffix .el-input__inner{padding-right:2.5em;}
.form-item .el-input__suffix i{color:#333 !important;font-weight:bold;font-size:16px !important;}
[class*=popup-].active{opacity:1;visibility:visible;}
.form-item .lb{flex:0 0 auto;width:5em;}
.form-item .lc{flex:1 1 auto;}
.form-item .btns{width:10em;padding-left:2em;}
.form-item .addBtn{display:flex;margin-left:auto;position:relative;cursor:pointer;align-items:center;}
.form-item .addBtn .ico{position:relative;flex:0 0 auto;width:2.5em;height:2.5em;border:1px dashed #caae88;border-radius:50%;margin-right:1em;}
.form-item .addBtn .ico.add:before{position:absolute;left:50%;top:25%;height:50%;width:1px;background:#caae88;content:"";}
.form-item .addBtn .ico.add:after{position:absolute;left:25%;top:50%;width:50%;height:1px;background:#caae88;content:"";}
.form-item .addBtn .ico.del:after{position:absolute;left:25%;top:50%;width:50%;height:1px;background:#caae88;content:"";}
.form-item .lc .el-input__inner{text-align:right;background:#f4f4f4;border-color:#f4f4f4;border-radius:0;}
.el-select-dropdown{max-width:84vw;}
.utable{width:100%;}
.utable td{padding:5px 2em 5px 0;font-size:var(--font-size14);}
.integral-table td:first-child{font-size:var(--font-size16);}
.integral-table td{font-size:var(--font-size14);}
.order-list .pay .total + .total{margin-top:0;}
.order-list .item-box{position:relative;}
.order-list .item-box .boxtip{position:absolute;right:0;bottom:0;text-align:right;font-size:12px;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1;padding:7px 0.3rem;background:linear-gradient(-90deg,rgba(255,255,255,0.09) 60%,transparent);padding-left:1rem;color:rgba(255,255,255,0.4);}
.popimg img{display:block;width:100%;max-width:90vw;max-height:50vh;object-fit:contain;}
.notePop .nt{padding-right:10px;color:rgba(255,255,255,0.4);cursor:pointer;}
.notePop:hover .nt{color:var(--default-color);}
.textWidthIcon{display:inline-flex;align-items:center;cursor:pointer;}
.textWidthIcon .ico{flex:0 0 auto;width:1em;height:1em;margin-right:5px;background-position:center;background-size:contain;background-repeat:no-repeat;}
.textWidthIcon .p{flex:0 0 auto;color:rgba(255,255,255,0.4);transition:.3s;}
.textWidthIcon:hover .p{color:var(--default-color);}
.icon-pdf{background-image:url(../images/icons/icon-pdf.svg);}
.icon-image{background-image:url(../images/icons/icon-image.svg);}
.el-popover{text-align:center;color:var(--default-color);line-height:1.8;}
.integral-table td .icoExpend{display:inline-block;text-align:center;padding:0.5em;line-height:1;cursor:pointer;transition:.3s;color:var(--default-color);}
.integral-table td .icoExpend.active{transform:rotate(180deg);}
.integral-table tr.active td{background:#00353d;}
.integral-table tr.active td:first-child{padding-left:0.25rem;border-color:#00353d;}
.tdtable{padding:0 0.25rem;max-height:3rem;overflow:auto;}
.tdtable tr:last-child td{border:none !important;}
.icon-childgroup{background-image:url(../images/icons/icon-childgroup.png);}
.icon-edit{background-image:url(../images/icons/icon-edit.png);}
.btn:hover .icon-edit{background-image:url(../images/icons/icon-edit-active.png);}
.icon-delete{background-image:url(../images/icons/icon-del.png);}
.btn:hover .icon-delete{background-image:url(../images/icons/icon-del-active.png);}
.integral-table td .btn{flex:0 0 auto;margin:3px 1.5em 3px 0;color:#50656a;cursor:pointer;white-space:nowrap;transition:.3s;display:flex;align-items:center;}
.integral-table td .btn:hover{color:var(--default-color);}
.integral-table td .btn .ico{display:inline-block;width:1em;height:1em;background-position:center;background-repeat:no-repeat;background-size:contain;flex:0 0 auto;margin-right:5px;}
.m-subtitle{margin-top:0.2rem;font-size:14px;color:#50656a;}
.m-subtitle .tl{flex:1 1 auto;overflow:hidden;padding-right:2em;}
.m-subtitle .tr{flex:0 0 auto;}
.m-subtitle .btn{background:#00363e;font-size:var(--font-size16);color:rgba(255,255,255,0.6);white-space:nowrap;cursor:pointer;padding:0 1em;line-height:0.5rem;transition:.3s;display:block;}
.m-title:has(.btn){padding-bottom:0;}
.m-subtitle .btn span+span{margin-left:10px;}
.m-subtitle .btn:hover{background:#caae70;color:#fff;}
.areaSelector{max-width:810px;}
.areaSelector .i{flex:1 1 auto;margin-left:10px;}
.areaSelector .i:first-child{margin-left:0;}
.areaSelector .i .el-select{display:block;}
.areaSelector .i .el-input__inner{height:0.6rem;background:var(--main-color-7-opacity-60);border:none;color:#fff;border-radius:0;text-align:right;}
.areaSelector .i .el-input__prefix{display:flex;align-items:center;font-size:var(--font-size16);color:var(--default-color);padding:0 1em;}
.areaSelector .addr{margin-top:20px;}
.areaSelector .addr [class*=whir-input] .inner{max-width:100%;width:auto;}
.input-left .whir-input .text{text-align:left;}
[class*=whir-input] .inner .el-input{display:block;}
[class*=whir-input] .inner .el-input__inner{background:none;height:0.6rem;line-height:0.6rem;border:none;padding:0 0.36rem;border-radius:0;color:var(--white);}
[class*=whir-input] .inner:has(.el-input){padding:0;}
.whir-input + .el-form-item__error{display:none !important;}
.is-error [class*=whir-input] .inner .err-tips{display:flex;opacity:1;}
[class*=whir-input] .inner .err-tips{left:100%;top:0;height:100%;display:none;align-items:center;padding:0 1em;}
.err-tips .err{position:relative;left:0;top:0;margin:0 5px 0 0;opacity:1;display:block;}
.table-form td .el-form-item{margin-bottom:0;width:100%;}
[class*=whir-input] .inner .el-form-item__error{position:absolute;left:100%;width:max-content;top:0;height:100%;display:flex;padding:0 1em;transition:0s !important;color:var(--warn-red);text-align:left;line-height:1.6;align-items:center;}
[class*=whir-input] .inner .el-form-item__error:before{content:"";display:block;width:1.2em;height:1.6em;margin-right:5px;background:url(../images/warn-red.svg) no-repeat center center;background-size:contain;}
.areaSelector .row3{flex-wrap:nowrap;}
.tips-right.back:before{display:none;}
.tableFilter{margin-bottom:0.3rem;}
.tableFilter .i{flex:0 1 auto;max-width:33%;}
.tableFilter .i .el-select{display:block;}
.tableFilter .el-input__inner{height:0.5rem;background:none;border-radius:0;border:1px solid #375155;color:#fff;}
.tableFilter .label{padding:0 1em;flex:0 0 auto;color:#fff;}
.tableFilter .el-input{display:block;width:100%;}
.dateRange{flex:0 1 auto;}
.dateRange .d{flex:0 1 auto;}
.dateRange .g{padding:0 10px;}
.tableFilter .btns{flex:1 0 auto;overflow:hidden;justify-content:flex-end;margin-left:2em;}
.tableFilter .btns .btn{line-height:0.5rem;padding:0 1.5em;background:var(--default-color);color:#081e21;flex:0 0 auto;cursor:pointer;}
.icon-vip1{background-image:url(../images/icons/icon-vip1.png);}
.icon-vip2{background-image:url(../images/icons/icon-vip2.png);}
.vip-info{padding:0.4rem;margin-bottom:0.2rem;background:#00363e;justify-content:space-around;color:rgba(255,255,255,0.6);}
.vip-info .item{flex:0 0 auto;padding:0 3em;}
.vip-info .item .label{margin-top:1em;}
.vip-info .item b{font-size:2.5em;font-weight:normal;padding-right:5px;color:var(--default-color);}
.vip-info .item a{color:inherit;text-decoration:underline;}
.vipTips{padding:0.3rem 0;}
.vipTips .p{line-height:1.875;opacity:0.8;}
.vipTips .baseBtns{margin-top:0.2rem;}
.baseBtns .btn{flex:0 0 auto;white-space:nowrap;padding:0 1.5em;text-align:center;line-height:3.75;cursor:pointer;background:var(--default-color);color:#081e21;}
.el-date-table td span{font-size:14px;}
.vblock{padding-bottom:0.3rem;border-bottom:1px solid var(--white-opacity-10);margin-bottom:0.3rem;}
.vblock.no-border{border:none;}
.vblock:last-child{border:none;padding-bottom:0;}
.vblock .bt{font-size:var(--font-size22);margin-bottom:0.2rem;}
.vblock .items{align-items:stretch;margin-top:0.4rem;}
.vblock .items .i{flex:0 0 auto;width:calc(33.33% - 15px);margin-right:22px;padding:0.3rem;background:#00353d;border-left:2px solid #caae88;padding-bottom:0.8rem;z-index:2;position:relative;}
.vblock .bp{line-height:1.8;color:#b1c8cc;opacity:0.8;}
.vblock .items .i:nth-child(3n){margin-right:0;}
.vblock .items .i .it{font-size:var(--font-size22);margin-bottom:0.2rem;}
.vblock .items .i .txt{color:#b1c8cc;line-height:1.8;}
.vblock .items .i:after{content:"";position:absolute;left:0.3rem;right:0.3rem;bottom:0.3rem;height:0.4rem;background:url(../images/icons/icon-logo.png) no-repeat right center;background-size:contain;opacity:0.2;}
.vblock .uls{margin-top:0.4rem;counter-reset:or;}
.vblock .li{line-height:1.875;position:relative;margin-bottom:0.3rem;padding-left:0.8rem;color:rgba(202,174,136,0.8);}
.vblock .li:last-child{margin-bottom:0;}
.vblock .li:before{content:"0"counter(or);position:absolute;counter-increment:or;left:0;top:50%;width:0.56rem;text-align:center;line-height:0.56rem;margin-top:-0.28rem;font-size:var(--font-size20);color:#caae88;background:url(../images/icons/icon-border6.png) no-repeat center center;background-size:contain;}
.downloadli{padding:0.15rem 0.24rem;background:#00353d;align-items:center;}
.downloadli .ico{flex:0 0 auto;margin-right:1em;width:1em;height:1em;}
.downloadli .t{flex:1 1 auto;overflow:hidden;color:rgba(255,255,255,0.6);}
.applyForm{margin-top:0.2rem;max-width:560px;display:flex;align-items:center;}
.applyForm .inp{flex:1 1 auto;position:relative;margin-right:0.2rem;}
.applyForm .baseBtns .btn{line-height:0.6rem;}
.fileUpload{height:0.6rem;border:2px solid rgba(255,255,255,0.2);width:100%;line-height:0.56rem;padding:0 9em 0 1.5em;appearance:none !important;cursor:pointer;}
.fileUpload .el-upload{display:block;}
.fileUpload .btn{position:absolute;right:3px;top:3px;bottom:3px;padding:0 2em;display:flex;align-items:center;background:rgba(255,255,255,0.2);color:#fff;}
.fileUpload .value{color:rgba(255,255,255,0.6);flex:1 1 auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:left;font-size:14px;}
@media (max-width:1024px){.side-menu ul{display:block;}
.side-menu li{width:auto;margin-right:0 !important;}
.side-menu .sub{display:none;}
.member-center .side-box.hastab:before,.green-boxs .content.hastab:before{height:0.6rem;background-size:100% 102%;}
.tab{line-height:0.6rem;transform:translate(0,-0.6rem);font-size:var(--font-size20);margin:0 -0.5rem -0.3rem;}
.member-center .side-box.hastab{margin-top:1rem;}
.green-boxs:has(.hastab){margin-top:0.6rem;}
.utable td .tb{display:block;margin-bottom:5px;}
[class*=whir-input] .inner .el-form-item__error{height:auto;left:0;top:100%;font-size:12px;padding:0;}
.whir-input:has(.el-form-item){padding:10px 0;}
.common-form .table-form td:has(.el-form-item){padding-bottom:0 !important;}
.areaSelector .row3{display:block;}
.areaSelector .i{margin-left:0;margin-top:10px;}
.areaSelector .addr{margin-top:0;}
}
@media (max-width:640px){.table-form .btns,.form-item .btns{width:28px;padding-left:10px;}
.table-form .addBtn .ico,.form-item .addBtn .ico{width:20px;height:20px;margin:0;}
.table-form .addBtn .p,.form-item .addBtn .p{display:none;}
.table-form .addBtn .ico.add:before,.form-item .addBtn .ico.add:before{content:"+";width:100%;height:100%;background:none;left:0;top:0;display:flex;align-items:center;justify-content:center;box-sizing:border-box;}
.table-form .addBtn .ico.add:after,.form-item .addBtn .ico.add:after{display:none;}
.table-form .addBtn .ico.del:after,.form-item .addBtn .ico.del:after{left:0;top:0;width:100%;height:100%;content:"-";background:none;display:flex;align-items:center;justify-content:center;box-sizing:border-box;}
.member-center .side-box.hastab:before,.green-boxs .content.hastab:before{height:0.5rem;background-size:100% 102%;}
.tab{line-height:0.5rem;transform:translate(0,-0.5rem);font-size:var(--font-size16);}
.member-center .side-box.hastab{margin-top:0.8rem;}
[class*=green-boxs] .content .tab{margin-left:-0.4rem;margin-right:-0.4rem;margin-bottom:-0.1rem;}
.uploadBox .add-btn{width:1.1rem;}
.el-radio__inner,.el-checkbox__inner{width:14px;height:14px;}
.el-radio__inner::after{width:4px;height:4px;}
.el-checkbox__label{font-size:14px;}
.el-checkbox__inner::after{width:6px;height:6px;}
.order-list .i-top time{padding-left:0;}
.selectFooter .lef{padding-left:10px;}
.selectFooter .el-checkbox__label{font-size:12px;}
.selectFooter .selectNum{font-size:12px;}
.selectFooter .total{font-size:12px;}
.selectFooter .btns .btn{border-width:1px;min-width:0;font-size:12px;}
.selectFooter .btns{margin-left:1em;}
.selectFooter .auto-inner{width:100%;}
.selectFooter{padding-bottom:0px;padding-top:0.3rem;}
.order-list .item-box .boxtip{padding:7px 0.1rem;text-align:left;font-size:10px;}
.order-list .item-box{padding-bottom:20px;}
.tableFilter{display:block;}
.tableFilter .i{max-width:100%;margin-bottom:10px;}
.dateRange .label{padding-left:0;font-size:14px;}
.tableFilter .btns{margin-top:10px;margin-left:0;}
.tableFilter .btns .btn{flex:1 1 auto;text-align:center;}
.tableFilter .el-input__inner{height:0.6rem;}
.tableFilter .btns .btn{font-size:14px;line-height:0.6rem;}
.vip-info{padding:0.3rem 0.2rem;}
.vip-info .item{padding:0 1em;font-size:14px;}
.vip-info .item b{font-size:2em;}
.vipTips .p{font-size:12px;}
.baseBtns{font-size:14px;}
.baseBtns .btn{line-height:3.2;}
.applyForm{display:block;}
.applyForm .inp .fileUpload{margin-bottom:10px;}
.applyForm .baseBtns{display:block;}
.applyForm .inp{margin-right:0;}
.fileUpload .btn{padding:0 1em;font-size:14px;}
.vblock .items .i{width:100%;margin-right:0;margin-bottom:0.2rem;}
.vblock .li{line-height:1.6;font-size:14px;}
.add-image-group .add-btn.cardfront::after,.add-image-group .add-btn.cardback::after{font-size:10px;}
}
.applyForm .fileUpload .el-upload__input{display:none;}
.uploadBox .el-upload__input{display:none !important;}
[class*=whir-input] .inner .el-input__inner{width:100%;}
/* 20251218 */
.eluploadimg{position:absolute;left:0;top:0;width:100%;z-index:10;height:100%;background:var(--main-color-7);display:flex;align-items:center;justify-content:center;}
.eluploadimg img{display:block;flex:0 0 auto;max-width:100%;max-height:100%;}
.imgbox .add-btn{margin:0;position:relative;}
.uploadBox.imgbox{margin-right:0.2rem;}
.add-image-group .box .el-upload-list__item{margin-bottom:0;}
.popup-mid_qrs .filebox .btn{display:flex;justify-content:center;align-items:center;background-color:var(--default-color);color:#fff;width:1.4rem;padding:0 .1rem;line-height:.6rem;height:.6rem;position:relative;margin:0 auto .2rem;cursor:pointer;}
.popup-mid_qrs .filebox .filebtn{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;cursor:pointer;}
.popup-mid_qrs .filebox .list-report li a span{line-height:1.2;}
.list-report li .delete{cursor:pointer;}
.popup-mid_qrs .submit-btn .submit{color:#fff;}
#warehousingvideo .btn{position:absolute;width:30px;height:30px;cursor:pointer;z-index:10;background:var(--default-color);top:50%;margin-top:-15px;}
#warehousingvideo .btn:after{content:"";position:absolute;left:40%;top:30%;width:40%;height:40%;border-left:1px solid #fff;border-bottom:1px solid #fff;transform:rotate(45deg);}
#warehousingvideo .btn.prev{left:10px;}
#warehousingvideo .btn.next{right:10px;}
#warehousingvideo .btn.next:after{transform:rotate(-135deg);left:30%;}
#warehousingvideo .swiper-slide video{display:block;margin:auto;width:100%;}
#tgTime .layui-laydate-footer span.layui-laydate-preview{background:#caae88;color:#fff !important;}
#tgTime .laydate-footer-btns .laydate-btns-clear{border:1px solid #caae88;color:#caae88;}
#tgTime .laydate-footer-btns .laydate-btns-confirm{background-color:#caae88;color:#fff;}
/* 20260106 */
.table-form .pic{width:2.71rem;height:2rem;margin-bottom:0.2rem;position:relative;border:dashed 1px #caae88;background:var(--main-color-7);}
.table-form .pic .delete{position:absolute;right:0;bottom:0;z-index:5;width:1.5em;height:1.5em;cursor:pointer;background-color:rgba(0,0,0,0.5);background-image:url(../images/delete.svg);background-size:50%;background-repeat:no-repeat;background-position:center;}
.table-form .pic img{display:block;width:100%;height:100%;object-fit:contain;}
.tableRowSelect .el-checkbox__inner::after{border:2px solid #caae88;background:none;border-left:0;border-top:0;width:4px;transform:translate(-50%,-50%) rotate(45deg) scale(0);top:5px;}
.tableRowSelect .el-checkbox__input.is-checked .el-checkbox__inner::after{transform:translate(-50%,-50%) rotate(45deg) scale(1);}
.booking-info .list-address li:hover{color:var(--default-color);}
.exportForm{color:#666;}
.exportForm .form-item .el-date-editor{display:flex;align-items:center;}
.exportForm .el-date-editor .el-range-separator{line-height:1;height:auto;}
.popup-export .submit-btn{padding-bottom:0;justify-content:flex-start;margin-left:5em;}
.popup-export .submit-btn input[type='button']{width:8em;height:3.125em;}
.popup-export .inner{max-width:5.3rem;}
.popup-globalMsg .inner{max-width:4.5rem;}
.popup-globalMsg h3.tit{text-align:center;}
.popup-globalMsg .msgbox{text-align:center;color:#666;}
.popup-globalMsg .submit-btn{padding-bottom:0;margin-top:0.3rem;}
.popup-globalMsg .submit-btn input[type='button']{height:3em;width:9em;}
.utables{display:flex;align-items:stretch;}
.utables .tbi{flex:0 0 auto;width:33.33%;}
.utables .tb2{display:flex;align-items:stretch;width:66.66%;}
.utables .tb2 .tbi{width:50%;}
.utables .tbi table{height:100%;}
.totalData{align-items:center;justify-content:flex-start;flex-wrap:wrap;display:flex;flex:1 1 auto;overflow:hidden;}
.totalData .item{align-items:center;justify-content:flex-start;padding:5px 1em 5px 0;flex:0 0 auto;display:flex;}
.totalData .item .value{font-size:1.5em;padding-left:5px;}
.orderTitle{display:flex;align-items:center;justify-content:flex-start;margin-bottom:24px;}
.orderTitle .m-title{margin-bottom:0 !important;flex:0 0 auto;margin-right:1em;}
.toaddressBlock .toaddress{color:#999;padding-left:0;padding-bottom:0;margin-top:10px;}
.datePicker{margin-left:2em;}
.datePicker .el-input__inner{background:none;border:1px solid #caae88;color:#caae88;max-width:100%;}
.datePicker .el-date-editor .el-range__icon,.datePicker .el-date-editor .el-range__close-icon{color:#caae88;}
.datePicker .el-input__inner .el-range-separator{color:#caae88;width:auto;}
.datePicker .el-range-input{background:none;color:#caae88;}
.datePicker .el-range-input::placeholder{color:#676452;}
.tbr{margin-top:-0.5em;align-items:center;flex:1 1 auto;}
.tbr .tabBtns{margin-top:0;}
.tbr .tabBtns .btn{line-height:38px;}
.uploadBtn{position:relative;color:#caae88;padding:0 1em;border:1px solid #caae88;line-height:2.5;}
.uploadBtn input{position:absolute;left:0;top:0;width:100%;height:100%;z-index:5;cursor:pointer;font-size:0;opacity:0;}
.integral-table .btns{justify-content:flex-start;align-items:center;}
@media (max-width:1279px){.tbr{margin-top:0.3rem;}
.tbr .datePicker{margin-top:0;flex:1 1 auto;overflow:hidden;}
.tbr .tabBtns{margin-top:0;margin-left:2em;flex:0 0 auto;}
}
@media (min-width:1025px){.member-center .auto-inner{width:auto;max-width:100%;margin:0 0.5rem;}
.m-left{width:280px;margin-right:0.5rem;}
.m-right{flex:1;}
.integral-table.overscroll::-webkit-scrollbar{height:8px;}
}
@media (max-width:1600px){.mem-tab li:not(:last-child){margin-right:0.25rem;}
}
@media (max-width:1024px){.mem-tab.flex-row-jcsb .ul{flex-wrap:nowrap;overflow-x:auto;}
.mem-tab li a:after{bottom:0;}
}
@media (max-width:640px){.order-list .i-bottom .left{display:block;}
.order-list .i-bottom .txt{margin-left:0;margin-top:0.3rem;}
.totalData{font-size:12px;margin-top:1em;}
.orderTitle{display:block;}
}
.el-upload-list__item{transition:0s !important;}
.flist a{display:block;color:#666;padding:2px 0;}
.flist a:hover{color:#caae70;text-decoration:underline;}
.card-num span{display:inline-block;white-space:normal;word-break:break-all;padding:2px 0;}
[class*=whir-input] input:focus ~ .i-err-tips{opacity:0 !important;}
.printCode{display:flex;width:100%;height:100%;align-items: center;justify-content: center;}
.printCode img{display:block;max-width:50%;flex:0 0 auto;}
.checkImg {
    margin-left: 3em;
}
.checkImg a ~ a{display:none !important;}
@media (max-width: 640px){
.checkImg {
    margin-left: 0;
}
}
@media print{
	*{visibility: hidden !important;}
	html,body{background: #fff;width: 100%;height: 100%;overflow:hidden;}
    .active[data-print] {
		display:block !important;
		position:fixed;
		width: 100%;
		height: 100%;
		z-index: 99999999999;
		background: #fff;
		left: 0%;
		top: 0%;
		visibility: visible !important;
	}
	.active[data-print] *{visibility: visible !important;}
}
