@charset "utf-8";
/* CSS Document */
body,h1,h2,h3,h4,h5,h6,hr,p,dl,dt,dd,ul,ol,li,pre,code,form,legend,b,button,input,textarea,blockquote{margin:0;padding:0;}
img,abbr,acronym{border:0;}
table td{word-break:break-all;}
table{border-collapse:collapse;border-spacing: 0;}
caption,th{text-align:left;}
ol,ul{list-style:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:700;}
input,button,textarea,select{font-size:inherit;*font-size:100%;font-family:inherit;}
address,cite,dfn,em,code,var,caption,th{font-style:normal;font-weight:normal;}
q:before,q:after{content:'';}
pre{white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word; font-family:Arial, sans-serif;}
wbr:after{content:'\00200b';}
/* Basic */
*{word-wrap: break-word;outline:none; box-sizing:border-box;}
*::selection,*::-moz-selection{background:#669bb7; color:#fff;}
a{ text-decoration:none;}

.pe-none{pointer-events: none;}
.fl{ float:left}
.fr{ float:right}
input{ border-radius:0;}
input[disabled],input:disabled,input.disabled{ color: #d0d0d0; -webkit-text-fill-color: #d0d0d0; -webkit-opacity:1; opacity: 1;}
input::-webkit-input-placeholder {color:#d0d0d0; font-weight:normal;}
input:-moz-placeholder { color:#d0d0d0; font-weight:normal;}
input::-ms-placeholder { color:#d0d0d0; font-weight:normal;}
textarea::-webkit-input-placeholder { color:#d0d0d0 !important; font-weight:normal;}
textarea::-moz-input-placeholder { color:#d0d0d0 !important; font-weight:normal;}
a:link,a:visited,a:hover,a:active{text-decoration:none;}
input[type="submit"],input[type="reset"],input[type="button"],button { -webkit-appearance: none;}
.red { color:#ff5216;}
.blue { color:#0191f1;}
.organ { color:#ff772b;}
.grey { color:#999;}
.grey-b{ color:#666;}
.white { color:#fff;}
.green{ color:#33cc7f;}
.purple{ color:#ff5e90;}
.pink{ color:#ff5e90;}
.yellow { color:#fff956;}
.bg-b { background:#5fc1ed;}
.bg-g { background:#f6f6f6;}
.bgFFF{background-color: #fff;}
.bold{font-weight: bold;}
.w100 { width:100% !important;}
.w90{ width:90%;}
.w80 { width:80%;}
.w70 { width:70%;}
.w60 { width:60%;}
.w50 { width:50%;}
.w40 { width:40%;}
.w22 { width:22%;}
.w25 { width:25%;}
.w35 { width:35%;}
.w30 { width:30%;}
.w20 { width:20%;}
.w33 { width:33.333333%;}
.w16 { width:16.666666%;}

.mt10 { margin-top:.1rem;}
.mt20 { margin-top:.2rem;}
.mt30 { margin-top:.3rem;}
.mt40 { margin-top:.4rem;}
.mb5 { margin-bottom:.05rem;}
.mb10 { margin-bottom:.1rem;}
.mb20 { margin-bottom:.2rem;}
.mb30 { margin-bottom:.3rem;}
.mb40 { margin-bottom:.4rem;}
.ml20{ margin-left:.2rem;}
.mr20{ margin-right:.2rem;}
.mg20 { margin:.2rem;}

.pt10{ padding-top:.1rem;}
.pt20{ padding-top:.2rem;}
.pb10{ padding-bottom:.1rem;}
.pb20{ padding-bottom:.2rem;}
.pl20{ padding-left:.2rem;}
.pl2em{ padding-left:2em;}
.pr20{ padding-right:.2rem;}
.pd10{ padding:.1rem;}
.pd15{ padding:.15rem;}
.pd20{ padding:.2rem;}
.pd30{ padding:.3rem;}
.pb40{ padding-bottom:.4rem;}
.pb120{ padding-bottom:1.2rem;}

.po-r { position:relative;}
.po-a { position:absolute;}
.po-f { position:fixed;}

.fz36{ font-size:.36rem;}
.fz30{ font-size:.3rem;}
.fz34{ font-size:.34rem;}
.fz32{ font-size:.32rem;}
.fz28{ font-size:.28rem;}
.fz26{ font-size:.26rem;}
.fz24{ font-size:.24rem;}
.fz22{ font-size:.22rem;}
.fz20{ font-size:.2rem;}
.fz18{ font-size:.18rem;}
.fz16{ font-size:.16rem;}

.boreee{ border:1px solid #eee;}
.bor-t { border-top:1px solid #d0d0d0;}
.bor-l { border-left:1px solid #d0d0d0;}
.bor-b { border-bottom:1px solid #d0d0d0;}
.bor-r { border-right:1px solid #d0d0d0;}
.bor-none { border:none;}
.bor-r50 { border-radius:50%;}
.bor-r20{ border-radius:.2rem;}
.color333 { color:#333333;}
.tx-c { text-align:center}
.tx-r { text-align:right;}
.tx-l { text-align:left;}
.tx-in2em{ text-indent:2em;}
.underline { text-decoration:underline !important;}
.through { text-decoration:line-through;}
.block { display:block;}
.inline-block{ display:inline-block;}
.none { display:none !important;}
.of-h { overflow:hidden;}
.ws-all { word-break:break-all; white-space:pre-wrap;}
.img-block { display:block; width:100%;}
.mc { margin:0 auto;}
.z-in9999{ z-index:9999;}
.tf-tlX50{ left:50%; transform:translateX(-50%); -webkit-transform:translateX(-50%);}
.tf-tlY50{ top:50%; transform:translateY(-50%); -webkit-transform:translateY(-50%);}
.tf-tlXY50{ left: 50%; top: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);}
.flexBox{ display: flex; display: -webkit-flex; flex-wrap:wrap; justify-content:space-between; -webkit-justify-content:space-between; align-items:flex-start; -webkit-align-items:flex-start;}
.vertical-center{ display:flex; display:-webkit-flex; align-items:flex-start; -webkit-align-items:flex-start; justify-content:space-around; -webkit-justify-content:space-around; flex-direction:column;/*灵活的项目将垂直显示*/ -webkit-flex-direction:column;}
.items-c{ align-items:center; -webkit-align-items:center;}
.center{justify-content: center;}
.flex1{ -webkit-box-flex: 1; -moz-box-flex: 1; -ms-box-flex: 1; -o-box-flex: 1; box-flex: 1; display: block;}
.dsp-box { display: -webkit-box; display: -moz-box; display: -ms-box; display: -o-box; display: box;}
.lh30{ line-height:.3rem;}
.clearFloat{ zoom:1;/*针对IE6、IE7*/}
.clearFloat:after{ content:""; display:block; height:0; font-size:0; overflow:hidden; clear:both;}

body{ font:.24rem/1.5 Arial, sans-serif; color:#333;}
.wrap { max-width:750px; margin:0 auto;overflow: hidden;}
.wrap a.block { /*background:rgba(0,0,0,0.6);*/}

.share-friend { height:100%; background:rgba(0,0,0,.8) url(../images/share-arr.png) no-repeat 40% 20%; background-size:5.76rem 3.17rem; z-index:9998; top:0; left:0; display:none;}

/*错误模板*/
.error { width:100%; height:100%; position:fixed; left:0; top:0; z-index:199; text-align:left; display:none;}
.err-area { width:80%; padding:.2rem; color:#fff; background:rgba(0,0,0,.8); font-size:.28rem; text-align:center; border-radius:.12rem; position:fixed; top:50%; left:50%; transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%); -transform:translate(-50%,-50%); -o-transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%);}

/*弹窗模块*/
.modal{ width:100%; height:100%; position:fixed; left:0; top:0; z-index:99; text-align:left; display:none;}
.mod-bg{ width:100%; height:100%; position:absolute; background-color:rgba(0,0,0,0.7);}
.mod-area { width:7.5rem; margin:0 auto; position:absolute; z-index:99; left:50%; -webkit-transform:translateX(-50%); bottom:0; background:#fefaf2; border-radius:.2rem .2rem 0 0;}
.mod-area2 { width:6.9rem; margin:0 auto; position:relative; z-index:99; top:50%; -webkit-transform:translateY(-50%); background:#fff; border-radius:.2rem; overflow:hidden; padding-bottom:.3rem;}
.mod-area3{ overflow:visible;}
.mod-hide.off { position:absolute; width:.64rem; height:.64rem; right:-.2rem; top:-.55rem; background:url(../images/off.png) no-repeat; background-size:100% 100%; z-index:3;}
.mod-hide.offb { position:absolute; width:.45rem; height:.45rem; left:50%; bottom:-1.2rem; transform:translateX(-50%); background:url(../images/off.png) no-repeat; background-size:100% 100%; z-index:3;}
.mod-hide.off2 { position:absolute; width:.4rem; height:.4rem; right:.12rem; top:.15rem; background:url(../images/off-g.png) no-repeat center; background-size:.28rem .28rem;}
.mod-tit2{ font-size:.36rem; text-align:center; line-height:.3rem; padding:.2rem; padding-top:.3rem; font-weight:bold;}
.mod-tit2 h2{ width:100%; position:absolute; bottom:0; text-align:center; font-weight:bold; font-size:.5rem; /*color:#fff;*/ background:-webkit-linear-gradient(#8c7ee6,#8c7ee6); background-clip:text; -webkit-background-clip:text; -webkit-text-fill-color:#fff; -webkit-text-stroke:0.1rem transparent;}
.mod-tit{ font-size:.56rem; color:#fff; font-weight:bold;}
.mod-con { height:auto; margin:.2rem .4rem; overflow-y:auto; color:#333; background-size:100% 100%; border-radius:.12rem; box-sizing:border-box;}
.mod-con2 { width:100%; height:auto; padding:.2rem .4rem .3rem .4rem; overflow-y:auto; border-radius:0 0 .15rem .15rem;}
.mod-con::-webkit-scrollbar { width:.1rem;/* height:0*/}
.mod-con p { white-space:normal; word-break:break-all;}
.mod-con2 p { white-space:normal; word-break:break-all;}
.mod-btn { width:100%; height:auto; text-align:center;}
.mod-a { width:85%; display:inline-block; height:.8rem; line-height:.8rem; border-radius:.4rem; background: -webkit-linear-gradient(left, #fd2c2b , #f09d62); background: linear-gradient(to right, #fd2c2b , #f09d62); text-align:center; font-weight:bold; font-size:.3rem; color:#fff; position:relative;}
.mod-yes{ width:2.68rem; height:.88rem; line-height:.88rem; color:#fff; margin-left:.06rem; margin-right:.06rem;}
.mod-no{ width:2.68rem; height:.88rem; line-height:.88rem; color:#fff; margin-left:.06rem; margin-right:.06rem;}
.mod-yes2{ width:3.78rem; height:.88rem; line-height:.88rem; color:#fff; margin:.1rem 0;}
.mod-no2{ width:3.78rem; height:.88rem; line-height:.88rem; color:#fff; margin:.1rem 0;}

::-webkit-scrollbar{width: 0px;height: 0px;}

.mod-tit-img{ height:.58rem; margin-top:-.3rem;}
.gift-ul li{ margin-bottom:.2rem; background:#fff8e9; padding:.2rem 0; border-radius:.2rem;}
.getBtn{ width:1.34rem; height:.51rem; line-height:.51rem; border-radius:.26rem; background:url(../images/get-btn.png) no-repeat; background-size: 100% 100%;}
.getBtn-g{ color:#fd612a; background:#fff;}
.not-img{ width:3.05rem;}
.inp{ width:100%; height:.7rem; padding-right:.6rem; padding-left:.2rem; border:none; border-radius:.15rem; background-color:transparent; border:1px solid #e1e1e1; font-size:.28rem; -webkit-appearance: none; appearance: none;}
.clear{ width:.35rem; height:.35rem; right:.15rem; background:url(../images/clear.png) no-repeat; background-size:100% 100%; display:none;}
.clear2{ right:2rem;}
.getNum{ width:1.6rem; height:.6rem; border:none; border-radius:.3rem; font-size:.26rem; color:#fff; background:#5fc1ed; right:.2rem;}
.inpBox{ width:75%;}
.inpWrap label b{ padding-left:.56rem;}
.inpWrap label span{ padding-left:.14rem;}
.down{ width:.22rem; right:.2rem;}
.inpTxtarea{ height:1.6rem; padding-top:.1rem; padding-bottom:.1rem; padding-right:.2rem;}
.mod-redP{ width:2.43rem;}
.mod-phone{ width:2.43rem;}
.succ-img{ width:2.38rem;}

.mod-area-tm{ width:100%; background:transparent;}
.dzp-tit{ width:7.27rem;}
.turntable-bg{ width:6.13rem; height:7.24rem; left:50%; margin-top:-1.7rem; transform:translateX(-50%); -webkit-transform:translateX(-50%); background:url(../images/turntable-bg.png) no-repeat; background-size:100% 100%;}
.rotate{ width:5.34rem; height:5.33rem; left:50%; top:5%; margin-left:-2.67rem; background:url(../images/turntable.png) no-repeat; background-size:100% 100%;}
.pointer2{ width:1.72rem; height:1.88rem; top:28%; left:50%; transform:translateX(-50%); -webkit-transform:translateX(-50%);}
.pointer{ width:1.54rem; height:1.54rem; border-radius:50%; top:1.86rem;left:50%; transform:translateX(-50%); -webkit-transform:translateX(-50%); opacity:0;}
.sx{ width:1.62rem; height:2rem; padding:0 .2rem; padding-top:.2rem; color:#ff605b; /*background:rgba(0,0,0,0.5);*/}
.sx p{ line-height:.3rem;}
.sx1{ left:1.88rem; top:0rem; transform:rotate(0deg);}
.sx2{ left:3.02rem; top:.53rem; transform:rotate(45deg);}
.sx3{ left:3.5rem; top:1.66rem; transform:rotate(90deg);}
.sx4{ left:3.03rem; top:2.8rem; transform:rotate(135deg);}
.sx5{ left:1.88rem; top:3.3rem; transform:rotate(180deg);}
.sx6{ left:.72rem; top:2.8rem; transform:rotate(225deg);}
.sx7{ left:.21rem; top:1.66rem; transform:rotate(270deg);}
.sx8{ left:.65rem; top:.53rem; transform:rotate(315deg);}
.sx img{ width:.62rem;}
.sx.gray img{ -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%);/*灰度%*/ filter: gray;}
.sx.gray p{ color:#bbb;}
.dzp-txt{ height:.69rem;}

.loadWrap{ width:100%; height:100%; position:fixed; left:0; top:0;background:#fc5b4f; z-index:99; display:flex; display:-webkit-flex; align-items:center; -webkit-align-items:center; justify-content:center; -webkit-justify-content:center; flex-direction:column;/*灵活的项目将垂直显示*/ -webkit-flex-direction:column;}
.loadingP{width: 100%;font-size:.28rem; text-align: center; padding-bottom:1rem; z-index:9999;}
.bg-none{ background:none !important;}
.load-img{ width:1.19rem; animation:rotate 5s linear infinite;}
@keyframes rotate{
	0%{ transform:rotate(0deg);}
	100%{ transform:rotate(360deg);}
}

.ruleBox{ width:.68rem; right:0; top:1rem; z-index:8;}
.ruleBox img{ margin-bottom:.1rem;}
.conBox{ padding:.2rem; margin-top:-1.3rem;}
.styBox{ border-radius:.35rem; box-shadow:0 0 10px rgba(200,56,29,0.21);}
.share-tit{ height:.28rem;}
.hornBox{ width:5rem; height:.42rem; padding:0 .2rem; margin:auto; margin-top:.1rem; background:#fff2e5; border-radius:.25rem;}
.horn{ width:.24rem;}
.rollBox{ width:91%; height:.42rem; line-height:.45rem; overflow:hidden;}
.rollBox li{ height:.42rem;}
.shareBox{ min-height:3.36rem; padding:.3rem .2rem; background:url(../images/share-bg.png) no-repeat; background-size:100% 100%;}
.zs{ color:#af4516;}
.share-gift-wrap{ width:29%;}
.share-gift-con h2{ width:75%; height:45%; line-height:.3rem; top:.1rem; display:flex; display:-webkit-flex; align-items:center; -webkit-align-items:center; justify-content:space-around; -webkit-justify-content:space-around; flex-direction:column;/*灵活的项目将垂直显示*/ -webkit-flex-direction:column;}
.share-gift-con p{ width:75%; height:28%; line-height:.26rem; top:1.05rem; display:flex; display:-webkit-flex; align-items:center; -webkit-align-items:center; justify-content:space-around; -webkit-justify-content:space-around; flex-direction:column;/*灵活的项目将垂直显示*/ -webkit-flex-direction:column;}
.share-gift-btn{ min-width:80%; max-width:100%; height:.36rem; line-height:.36rem; display:inline-block; border-radius:.2rem; background:#ff3d2e;}
.share-task{ width:71%; padding:.15rem 0; border-radius:.15rem;}
#navbox{ padding:0 .1rem;}
.share-task-ul li{ width:30%; padding:0 .15rem; opacity:0.5; pointer-events: none;}
.share-task-con{ margin-bottom:.05rem;}
.share-task-con h2{ width:100%; height:45%; padding:0 0.02rem; line-height:.3rem; top:0rem; color:#fff;}
.share-task-con p{ width:100%; height:29%; padding:0 0.02rem; line-height:.24rem; bottom:0rem; color:#fff;}
.share-task-btn{ width:100%; height:.3rem; line-height:.3rem; display:block; background:#ff3c2d; color:#fffddd; border-radius:.15rem; margin-top:0.05rem;}
.share-right{ width:.14rem; right:-.07rem; top:30%;}
.share-task-ul li:last-child .share-right{ display:none;}
.share-task-ul li.active{ opacity:1; pointer-events:auto;}
.share-btn{ width:6.05rem;}
.finger{ width:.96rem; right:-.6rem; top:.3rem; animation:move2 1.2s linear infinite; -webkit-animation:move2 1.2s linear infinite;}
@keyframes move2{
	0%,30%,60%,100%{ transform:translateY(0); -webkit-transform:translateY(0);}
	15%,45%{ transform:translateY(10px); -webkit-transform:translateY(10px);}
}
.bor-r35{ border-radius:.35rem;}

.share-record-box{ min-height:2.8rem; background:url(../images/share-record-bg.png) no-repeat; background-size: 100% 100%;}
.share-record{ height:.6rem; margin-left:.08rem; margin-top:-.02rem;}
.look-more{ width:1.49rem; margin-top:.2rem;}
.share-friends{ padding:.55rem .2rem;}
.share-friends-ul li{ width:20%;}
.sculpture{ width:.97rem; height:.97rem; display:inline-block; background:url(../images/share-add.png) no-repeat; background-size: 100% 100%;}
.sculpture-txt{ width:1.15rem; height:.35rem; line-height:.35rem; border:1px solid #ce8f79; border-radius:.2rem; bottom:-.1rem; background:#fffefb;}

.fixed-img{ width:1.6rem; left:0; top:20%; z-index:9;}
.loadtog img{ width:3.1rem;}


.recordConWrap{ margin-top:-.5rem;}
.recordCon{ background:#fffdf8;}
.record-tit-ul{ background:#fff2e5; border-radius:.1rem; padding:.2rem 0;}
.record-ul li{ padding:.2rem 0;}
.record-ul li.my-list{ padding:.5rem 0; color:#ff6534; font-weight:bold; background:url(../images/my-list-bg1.png) no-repeat; background-size: 100% 100%;}
.record-ul li.my-list h2{ color:#ff6534;}
.fixedBox{ width:7.5rem; padding:0 .3rem; bottom:0; z-index:10;}
.recordBtn1{ width:2.93rem; display:inline-block;}
.recordBtn2{ width:3.83rem; display:inline-block;}

.list-tab-ul{ width:4.4rem; height:.75rem; border:0.02rem solid #fff; border-radius:.4rem; background:rgba(255,255,255,0.2); top:1rem; z-index:3;}
.list-tab-ul li{ height:100%; line-height:.72rem; border-radius:.4rem; color:#fff;}
.list-tab-ul li div{ width:auto; height:.44rem; line-height:.36rem;/* padding:0 .2rem;*/ white-space:nowrap; color:#fc3231;/* background:url(../images/list-qp.png) no-repeat; background-size: 100% 100%;*/ top:-.55rem;}/*2024.3.5改*/
.list-tab-ul li div img{ width:auto; display:inline-block; height:100%;}/*2024.3.5改*/
.list-tab-ul li.active{ color:#ff471c; background: -webkit-linear-gradient(left, #facfc1 , #fff5f5); background: linear-gradient(to right, #facfc1 , #fff5f5);}
.list-tab1{ background:#f5d6b1;}
.list-tab2{ background:#f8d5d5;}
.ruleBox2{ width:1.63rem; top:2rem;}
.ruleBox2 img{ margin-bottom:.25rem;}
.ruleBox2 img.list-rule2{ width:1.44rem; display:inline-block;}
.list-tit{ left:.35rem; top:2rem;}
.list-tit h2{ line-height:.84rem; font-size:.74rem; color:#fff; font-style: italic; left:.35rem; top:.5rem;}
.list-tit h2.fz40{ font-size:.4rem;}
.list-sm{ height:.4rem; line-height:.4rem; display:inline-block; padding:0 .2rem; border-radius:.2rem; background:#fc562d;}
.listConWrap{ margin-top:-0.8rem;}
.list-tit-ul{ padding:.2rem 0;}
.list-btn{ width:5.58rem; display:inline-block;}
.ranking{ width:.56rem;}
.moon-ul{ padding:0 0.2rem; background:#fff; border-radius:.1rem; box-shadow:0 0 10px #eee; right:.1rem; top:.5rem; display:none;}
.moon-ul li{ line-height:.5rem; border-bottom:1px dashed #ddd; white-space:nowrap;}
.moon-ul li:last-child{ border-bottom:none;}
.goBtn{ width:66.67%; bottom:0.1%;}
.list-tab2 .zs{ color:#d34343;}
.list-tab2 .record-ul li.my-list{ color:#ff5216; background:url(../images/my-list-bg2.png) no-repeat;}
.list-tab2 .record-ul li.my-list h2{ color:#ff5216;}
.list-tab2 .record-tit-ul{ background:#ffe2e9;}

.wrap2{ background:url(../images/bg.png) no-repeat; background-size: 100% 100%;}/*2024.3.7新增*/

/*2024.3.8新增*/
.pageBtn{ width:1.8rem; line-height:.5rem; border-radius:.25rem; background: -webkit-linear-gradient(left, #f6b68b , #fc4131); background: linear-gradient(to right, #f6b68b , #fc4131);}
.pageNum{ min-width:.8rem; text-align:center; margin:0 .3rem;}
.loadingW{ width:.4rem;}
.selWeek{ width:45%; height:.7rem; line-height:.7rem; border:1px solid #d0d0d0; color:#333; border-radius:.08rem; padding-left:.2rem; font-size:.28rem; background:url(../images/down.png) no-repeat 96% center; background-size:.22rem auto; appearance:none; -ms-appearance:none;  -moz-appearance:none; -webkit-appearance:none;}
.mweek-ul li{ width:47%; height:.7rem; line-height:.7rem; border:1px solid #d0d0d0; border-radius:.08rem; text-align:center; margin-bottom:.3rem;}
.mweek-ul li.active{ background:#fc4131; color:#fff; border-color:#fc4131;}

/*wap.html*/
.mod-mc{ width:100%; height:100%; left:0; top:0; background:url(../images/index-bg.png) no-repeat; background-size: 100% 100%;}
.headBox p{ color:#fdedd8;}
.copyNum{ position:absolute; opacity:0;}
.posterBox{ border-radius:.1rem; position:relative;}
.posterBox img{ width:100%; display:block;}
.posterBox img.qr-app{ width:1.32rem; right:.15rem; bottom:.15rem;}
.posterBox img.share-qr{ width:3.2rem; bottom:2.65rem;}
.idxBox{ display: flex; display: -webkit-flex; flex-wrap:wrap; justify-content:space-between; -webkit-justify-content:space-between; align-items:center; -webkit-align-items:center;}
.centerBox{ margin-bottom:1.2rem;}
.fixedBox2{ width:7.5rem; padding:.2rem .8rem; bottom:0; z-index:10;}
.fixed-ul li{ margin:0 .1rem;}
.bottomBtn{ line-height:.8rem; border-radius:.45rem; background:#ff7725; background-size:100% 100%; font-size:.36rem; color:#fff; font-weight:bold; text-align:center;}
.bottomBtn2{ color:#fff; background:#fd2e2e;}
.price-last{ justify-content:flex-start; -webkit-justify-content:flex-start; align-items:stretch; -webkit-align-items:stretch;}
.price-last li img{ width:.86rem; height:.86rem;}
.rule-tit{ width:2.07rem; margin-top:-.6rem;}
.blue-d{ color:#5c8ba5;}
.blue-b{ color:#59f5ff;}
.red-z{ color:#761b25;}
.copyName{ left:1rem; bottom:2.3rem; font-size:.3rem; font-weight:bold; line-height:.48rem; opacity:0;}
.copyName2{ width:75%; left:.88rem; text-align:center;}

.btn-g{ background:#aaa; color:#fff;}

/*页面装修用*/
.ymzx_w100{width: 100%}
.ymzx_loadWrap {width: 380px;height: 100%;position: fixed;background:#fc5b4f; z-index:99; display:flex; display:-webkit-flex; align-items:center; -webkit-align-items:center; justify-content:center; -webkit-justify-content:center; flex-direction:column;/*灵活的项目将垂直显示*/ -webkit-flex-direction:column;}
.ymzx_h750{height: 750px}
.left_interval{left: 4rem}
.left_interval10{left: 7rem}

