/* 未能缩小。正在返回未缩小的内容。
(1511,58): run-time error CSS1019: Unexpected token, found '{'
(1511,69): run-time error CSS1030: Expected identifier, found ' '
(1511,70): run-time error CSS1031: Expected selector, found '12px'
(1511,70): run-time error CSS1025: Expected comma or open brace, found '12px'
(1511,81): run-time error CSS1030: Expected identifier, found '#999'
(1511,85): run-time error CSS1031: Expected selector, found ';'
(1511,85): run-time error CSS1025: Expected comma or open brace, found ';'
(1511,97): run-time error CSS1030: Expected identifier, found ' '
(1511,102): run-time error CSS1031: Expected selector, found ';'
(1511,102): run-time error CSS1025: Expected comma or open brace, found ';'
(1511,113): run-time error CSS1030: Expected identifier, found ' '
(1511,120): run-time error CSS1031: Expected selector, found ';'
(1511,120): run-time error CSS1025: Expected comma or open brace, found ';'
(1511,143): run-time error CSS1031: Expected selector, found ';'
(1511,143): run-time error CSS1025: Expected comma or open brace, found ';'
(1511,152): run-time error CSS1030: Expected identifier, found ' '
(1511,164): run-time error CSS1031: Expected selector, found ';'
(1511,164): run-time error CSS1025: Expected comma or open brace, found ';'
(1511,184): run-time error CSS1030: Expected identifier, found '3'
(1511,184): run-time error CSS1031: Expected selector, found '3'
(1511,184): run-time error CSS1025: Expected comma or open brace, found '3'
(1511,213): run-time error CSS1031: Expected selector, found ';'
(1511,213): run-time error CSS1025: Expected comma or open brace, found ';'
(1511,226): run-time error CSS1030: Expected identifier, found '18px'
(1511,226): run-time error CSS1031: Expected selector, found '18px'
(1511,226): run-time error CSS1025: Expected comma or open brace, found '18px'
(1511,231): run-time error CSS1019: Unexpected token, found '}'
(1942,25): run-time error CSS1019: Unexpected token, found ';'
(2539,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(2540,8): run-time error CSS1035: Expected colon, found '{'
(2555,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(2556,8): run-time error CSS1035: Expected colon, found '{'
 */
/* --index-- */
.banner{position: relative;}
.bannercon{width:100%;overflow: hidden;position: relative;}
.bannercon ul{width:200%;}
.bannercon ul li{width:50%;float: left;}
.bannercon ul li img{width:100%;}
.bannercon ul li a{-webkit-tap-highlight-color: rgba(0, 0, 0, 0);display:block;}
.bannercon ol{position: absolute;bottom:5%;left:50%;margin-left: -15px;}
.bannercon ol li{float: left;width:7px;height: 7px;border-radius: 50%;background: #c2c4ad;margin-right: 8px;}
.bannercon ol li.active,.DetaileBanner ol li.active,.newBanner ol li.active{background: #00cf9b;}
.menu{margin-top:8px;background: #fff;}
.menu ul{text-align: center;}
.menu ul li{float: left;width:33.333%;border-right:1px solid #eee;box-sizing:border-box;padding-top: 22px;padding-bottom: 10px;}
.menu ul li:last-child{border-right:none;}
.menu ul li a{width:100%;color:#333;font-size: 15px;line-height: 40px;display:block;}
.menu ul li:nth-child(1) a:before{content: "";width:24px;height: 30px;background: url(../Rimg/menu01.png) no-repeat;background-size: contain;display:block;margin:0 auto;}
.menu ul li:nth-child(2) a:before{content: "";width:24px;height: 30px;background: url(../Rimg/menu02.png) no-repeat;background-size: contain;display:block;margin:0 auto;}
.menu ul li:nth-child(3) a:before{content: "";width:31px;height: 30px;background: url(../Rimg/menu03.png) no-repeat;background-size: contain;display:block;margin:0 auto;}
.goodPro{margin-top: 10px;background: #fff;}
.goodinfo{padding-top: 13px;}
.goodinfo ul{border-bottom:1px solid #ccc;padding-top: 11px;}
.goodinfo ul li{float: left;width:33.333%;text-align: center;border-right:1px solid #ccc;box-sizing:border-box;margin-bottom: 13px;}
.goodinfo .borderNo{border-bottom:none;}
.goodinfo ul li:last-child{border-right:none;}
.goodinfo ul li a{width:100%;color:#333;font-size: 13px;}
.goodinfo ul li p{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;padding-top: 9px;}
.goodinfo ul li img{width:50%;margin:0 auto;}
.hotBrand{margin-top: 10px;background: #fff;padding:0 13px 5px;}
.hotTitle{text-align: center;color:#333;font-size: 15px;padding:13px 0;letter-spacing: 1px;}
.imglist{width:100%;margin-bottom: 10px;}
.imglist a{width:100%;display:block;}
.imglist img{width:100%;}
.Partner{background: #fff;margin-top: 10px;padding-bottom: 6px;}
.Partnerlist{padding: 16px 0;position: relative;width:100%;padding-bottom: 16px;}
.Partnerinfo{position: absolute;top:16px;left:0;width:100%;background: #fff;}
.Partnerinfo li{float: left;width:22%;margin-left: 8%;margin-bottom: 5%;}
.swtop{padding:18px 10px 10px;}
.gome{width:100%;}
.gome img{width:100%;}
.infoList p{color:#999;font-size: 13px;line-height: 16px;padding-top: 5px;}
.nav{background: #fff;position: fixed;bottom:0;left:0;width:100%;}
.navlist{display: -webkit-box; display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;padding: 5px 0;text-align: center;}
.navJ{-webkit-box-flex: 3;-webkit-flex: 3;flex: 3;}
.navJ a{font-size: 16px;color:#333;display:block;}
.navJ a.current{color:#00cf9b;}
.wp{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
/* --估价index-- */
.otherH3{font-size: 14px;color:#b7b7b7;text-indent: 13px;padding:0 0 10px;border-bottom: 1px solid #eee;}
.otherH4{font-size: 14px;color:#b7b7b7;text-indent: 13px;padding:10px 0 0;}
.otherCon{padding:13px ;}
.otherSearch{height: 35px;padding:0 6px;border-radius: 3px;border: 1px solid #eee;display: inline-block;text-align: center;line-height: 35px;color:#333;margin-right: 3%;margin-bottom: 4%;font-size:0.28rem;}
.searchbrand ul li{padding-left: 5%;padding-right: 5%;line-height: 18px;border-bottom: 1px solid #eee;}
.searchbrand ul li a{width:100%;color:#8e8e8e;font-size: 14px;display:inline-block;position: relative;padding:10px 0;}
.searchbrand ul li a:before{content: "";width:8px;height: 11px;background: url(../Rimg/arrwg.png) no-repeat;background-size: contain;position: absolute;right:-8px;top:12px;}
.searchbrand ul li .price{float: right;font-size: 12px;width:120px;}
.otherSearchCon{position: absolute;top:40px;left:50%;margin-left:-45%;background:#fff;width:90%;box-shadow: 0 3px 3px rgba(0,0,0,0.1);border-radius: 0 0 5px 5px;}
.otherBox .otherUl li{border-bottom: 0;margin:18px 0;}
.search{border-top: 1px solid #e5e5e5;border-bottom: 1px solid #e5e5e5;background: #eee;}
.search input{width:86%;border:0;padding:8px 0;line-height: 20px;background: #eee;border-right: 1px solid #ddd;text-indent: 13px;}
.search button.btn{width:20px;height:20px;border:0;background:#eee url(../Rimg/search.png) no-repeat center center;background-size:contain;vertical-align: middle;padding-left: 11%;box-sizing:border-box;}
.brandSearchtitle{background: #ffffff;padding:0 4%;}
ul.brandUl li{width:33.333%;text-align: center;float:left; box-sizing:border-box;padding:0 4px;position: relative;height: 90px;border-bottom: 1px solid #eee;border-right: 1px solid #eee;}
ul.brandUl li a{display:block;color:#333;font-size: 14px;}
.brandPart1 li:nth-child(3n){border-right: 0;} 
.brandPart3 li:nth-child(3n+1){border-right: 0;}  
.brandPart3 li:last-child{border-bottom: 0;}  
 ul.brandUl li img{width:100%;vertical-align: middle;display: inline-block;}
.checking{width:85px;height: 85px;border-radius:43px;background: #71be7b;box-shadow: 0 3px 3px rgba(0,0,0,0.2);text-align: center;color:#fff;position: absolute;top:50%;left:50%;margin-top: -43px;margin-left: -43px;padding-top: 30px;;box-sizing:border-box;}
.checking p{overflow: hidden;text-overflow:ellipsis;white-space:nowrap;font-size: 13px;}
.checking .matop{margin-top: -10px;}
p.gutype{padding:0;} 
p.paddtop{width:100%;text-overflow:ellipsis;white-space: nowrap;line-height: 16px;}
/*  --Search-- */
.heardertext{width:90%;margin:0 auto;height: 40px;position: relative;}
    .heardertext input.innerText {
        background: #f5f5f5 url(../Rimg/search01.png) no-repeat 5px center;
        background-size: 17px 17px;
        border: 0;
        height: 26px;
        padding: 5px 0 5px 6%;
        line-height: 26px;
        text-indent: 10px;
        width: 85%;
        border-radius: 3px;
        font-size: 15px;
    }
.hearderbtn{width: 15%; height: 38px; border: 0;  position: absolute; top: 0; right: -18px;background: none;  color: #00cf9c; line-height: 40px; font-size: 15px;text-align: center;} 
.searchbrand{padding-bottom: 13px;background: #fff;}
.searchbrand ul li{padding-left: 5%;padding-right: 5%;line-height: 18px;border-bottom: 1px solid #eee;}
.searchbrand ul li a{width:100%;color:#8e8e8e;font-size: 14px;display:inline-block;position: relative;padding:10px 0;}
.searchbrand ul li a:before{content: "";width:8px;height: 11px;background: url(../Rimg/arrwg.png) no-repeat;background-size: contain;position: absolute;right:-8px;top:12px;}
.searchbrand ul li .price{float: right;font-size: 12px;width:120px;}
span.product{width:58%;white-space: normal;word-break: break-all; word-wrap: break-word;display:block;float: left;color:#333;}
span.colorgreen{color:#00cf9b;}
.prompt{width:100%;height:100%;background: rgba(0,0,0,0.2);position: fixed;top:0;left:0;}
 .promptcon{width:70%;background: #fff;border-radius: 5px;position: absolute;top:30%;left:50%;margin-left: -35%;text-align: center;padding-top: 27px;} 
.promptcon p{font-size: 16px;color:#333;border-bottom: 1px solid #9c9c9c;padding-bottom: 18px;line-height: 28px;}
a.prompt-a{display: inline-block;width:48%;height:40px;font-size: 16px;color:#333;line-height: 40px;}
.promptcon a.prompt-b{border-right:1px solid #9c9c9c;}
.searchNull{text-align: center;font-size: 16px;padding-top: 15%;display:none;}
.searchImg{width:224px;margin:0 auto;}
.searchImg img{width:100%;}
.searchNull p{padding-top: 5px;}
.showMore{text-align: center;font-size: 15px;padding:10px 0;color:#71be7b;}
/* --Checking-- */
.checkTop50{height:25px;box-sizing:border-box;position: fixed;z-index: 202;left:0;background: #eee; top:50px;}
.checkTop0{height:25px;box-sizing:border-box;position: fixed;z-index: 202;left:0;background: #eee; top:0;} 
span.checkspan{height:8px;background: #00cf9b;left:0;}
.checklist .checkH3{
    padding: 0.20rem 0 0.20rem 0;
    color: #7a7a7a;
    font-size: 0.28rem;display: inline-block;

}
.checknamebox{display: inline-block;}
span.checkright{color:#00cf9b;line-height: 40px;}
.xghtml{color: #526994;cursor: pointer;line-height: 40px;font-size: 15px;position: absolute;top:0;right:0.30rem;} 
.levelName{display: inline-block;color:#333;}
.leveOther{width:auto;font-size:14px;}
.tips{margin-left: 10px; color: red;}
.checklist{
    margin: 0 0 0 0.40rem;
    position: relative;
    cursor: default;
    border-bottom: 1px solid rgba(51,51,51,0.08);}
.checklist .notSelect{background: #eee;padding-bottom: 15px;border: 1px solid red;}
.checklist ul{background: #fff;padding:12px 0 15px;}
.checklist ul li{
    border: 1px solid #eee;
    width: 3.32rem;
    height: 36px;
    line-height: 36px;
    font-size: 0.28rem;
    margin-right: 0.10rem;
    margin-bottom: 0.10rem;
    color: #333;
    float: left;
    text-align: center;
    position: relative;
    box-sizing: border-box;}
.checklist:last-child{border-bottom: none;}
.checkmore{border-bottom: 1px solid #faf7f7; margin: 6px 13px 0;background: #fff;position: relative;}
.checkmore .notSelect{background: #eee;padding-bottom: 15px;border: 1px solid red;}
.checkmore ul{background: #fff;padding:12px 12px 0;}
.checkmore ul li{
    border: 1px solid #eee; height: 36px;
    line-height: 36px;
    font-size: 0.28rem;
    margin-right: 0.10rem;
    margin-bottom: 0.10rem;
    color: #333;
    float: left;
    text-align: center;
    position: relative;
     width: 3.32rem;
    box-sizing: border-box

}
.checklist:last-child{border-bottom: none;}
.checklist ul li.check-cur{border-color:#00cf9c;color:#fff;background:#00cf9c;}
i.checkzhima{float:left;margin-top: 22px;display: none;}
i.check-i{width:16px;height: 16px;border-radius: 10px;border: 2px solid #e8e8e8;display: inline-block;vertical-align: -4px;margin-right: 8px;position: relative;display: none;}
i.check-cur:before{content: "";width:10px;height: 10px;border-radius: 5px;background: #46b880;position: absolute;top:50%;margin-top: -5px;left:50%;margin-left: -5px;}
.wg_con{text-overflow: ellipsis;
    overflow: hidden;
    width: 2.30rem;
    margin: 0 auto;
    word-wrap: break-word;
    word-break: break-all;
    height: 36px;
    line-height: 36px;}
.text{text-overflow: ellipsis;
    overflow: hidden;
    width: 2.30rem;
    margin: 0 auto;
    word-wrap: break-word;
    word-break: break-all;
    height: 36px;
    line-height: 36px;}
.zhmhidden{overflow: hidden; text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;font-size: 13px;display: none;}
.wg_s{width: 20px;height: 20px;position:absolute;top:8px;right: 3%;background: #fff;}
.lookbigpic{width: 20px;height: 20px;background:#fff url(../Rimg/whicon.png) no-repeat;background-size:contain;cursor: pointer;}
.bigImgbox{width:100%;height: 100%;position: fixed;top:0;left:0;background:rgba(0,0,0,0.4);z-index: 108;}
.bigImgcon{width:77%;background: #fff;border-radius: 5px;margin:30% auto 0;padding:4% 5% 5%;box-sizing:border-box;position: relative;}
.bigImgTitle{font-size: 14px;color:#999;}
.bigImg{width:100%;margin: 8px auto 0;}
.bigImg img{width:100%;}
.checkBtn{padding:15px 11px;background: #fff;}
.checkSetp{position: absolute;bottom:15px;left:50%;margin-left:-46%;width:92%;height: 38px;}
a.checkGu,a.checkBu{width:94%;font-size: 18px;color:#fff;height: 42px;background: #00cf9b;display:block;text-align: center;line-height: 42px;letter-spacing: 2px;margin:0 auto;box-shadow: 0 5px 15px rgba(0,0,0,0.08);}
.checklist h3.Htitle{line-height: 20px;color:#333;font-size: 14px;}
.checkDl{background: #fff;padding-top: 4%;padding-bottom: 4%;}
.listDl{padding-left: 4%;}
.checklist dt.Dtitle{height: 20px;height: 20px;padding:10px 16px;color:#7a7a7a;font-size: 14px;background: #fafafa;margin-left: -15px;}
.checkDl dt{text-align: center;border-bottom: 1px solid #eee;margin-right: 4%;padding-bottom: 13px;}
span.nomarl{width:45%;padding:8px 0;border: 1px solid #eee;border-radius: 5px;display:block;color:#7a7a7a;}
.checkDl dd,.listDl dd{
     border: 1px solid #eee; 
     height: 36px;
    line-height: 36px;
    font-size: 0.28rem;
     width: 3.32rem;
    margin-right: 0.10rem;
    margin-bottom: 0.10rem;
    color: #333;
    float: left;
    text-align: center;
    position: relative;
    box-sizing: border-box}
.checklist .checkActive{color:#00cf9b;border-color:#00cf9b;}
.checkmore .checkActive{color:#00cf9b;border-color:#00cf9b;}
.graydel{color: #999;}
.fixedTop{position: fixed;top:0;left:0;width:100%;z-index:101;}
.checkHd{background: #fff;/* padding-left: 4%;*/width:100%;}
.checkNum h5{font-size: 14px;padding-left:5%;box-sizing:border-box;padding-top:3%;}
span.redcolor{color: #222; font-size: 0.40rem;  text-align: left;display: block; overflow: hidden; text-overflow: ellipsis;white-space: nowrap; font-weight: bold;}
.TipsOtext{color: #777; font-size: 13px; margin: 0 0 0 5%; border-bottom:1px solid #eee;padding:2% 0 4%;}
.clickoff{width:16px;height: 16px;background: url(../Rimg/whicon.png) no-repeat;background-size: contain;display: inline-block;margin:0 5px;vertical-align: -2px;}
.checkPic{width:56px;border: 1px solid #eee;float:left;padding:4px 4px;}
.checkPic img{width:100%;}
/*.checkNum{margin-left: 78px;padding-top: 5px;}*/
/*.checkNum h5{display: inline-block;font-size: 14px;}*/
.Progressbarbox{width: 100%;background:rgba(253,216,44,0.3);height:16px;position: relative;/*box-shadow: 0 2px 2px rgba(0,0,0,0.1);*/}
.Progressbar{position: absolute;top:0;left:0;background: #fdd82c;height: 16px;border-radius: 0 8px 8px 0;-webkit-transition: .6s;-moz-transition: .6s;  transition: .6s;text-align: center;font-size: 0.24rem;color:#333;line-height: 16px;padding-right:6px;}
b.numB{color:#868686;font-size: 12px;margin-left: 8px;}
b.numB i{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.checkNum .size15{font-size: 14px;padding-top: 5px;}
/*.ComponentsCheck{padding-top: 84px;}*/
.CheckObj{padding-top: 8px;} 
.mobileInfo{padding-top: 84px;}
/* --Gujia-- */
.recovery{background: linear-gradient(#00e9bd, #00b9cc);position: relative;padding: 4% 0 ;}
.reconveryInfo{text-align: left;font-size: 15px;color:#fff;position: relative;padding-left: 18px;}
p.size-p{font-size: 0.40rem;color:#00cf9b;height:1.60rem;padding-top:0.10rem;margin-left:-0.2rem;}
.reconveryInfo h6{font-size: 14px;}
.borderbtm{padding-bottom: 10px;}
span.sizespan{font-size: 40px;color:#00cf9b;}
span.size-span{font-size: 18px;letter-spacing: 2px;}
.reconveryType{float: left;}
.reconveryBtn{padding:13px 0;}
.reconveryBtn a{font-size: 18px;color:#00cf9b;text-align: center;line-height: 35px;height: 40px;width:34%;display: inline-block;background: #fff;border-radius: 5px;}
.reconveryCat{text-align: center; position: fixed; bottom: 0; left: 0; background: #fff;width: 100%; height: 70px;box-shadow:1px 0 1px 0 rgba(0,0,0,0.05);z-index:12;} 
.reconveryCat a.fixedcat,.reconveryCat a.getPrice,.reconveryCat a.toRecycle{width:90%;height: 42px;color:#fff;font-size: 18px;line-height: 42px;text-align: center;display:block;background:#00cf9c;margin:13px auto 0;box-shadow: 0 5px 15px rgba(0,0,0,0.08);}
span.catspan{font-size: 22px;}
a.resize{font-size: 14px; color: #fff;text-align: right;display: block;float: right;margin-right: 23px;position:absolute;bottom:7%;right:0;background: url(../Rimg/month_c.png) no-repeat right center; background-size: 0.18rem 0.27rem;  padding-right: 0.30rem;}
.reconveryCat a.catHidden{display:none;}
.questionh5_ch{position: relative;}
.objReport{background: #fff;padding: 10px 13px 0;}
 .objectCon{background: #fff;}
.object-p{font-size: 15px;color: #333;line-height: 24px;}
.objectlist{border-bottom: 1px dashed #eee;padding: 8px 0;}
.objectlist .objUl{font-size: 13px;color:#999;width:74%;}
.objectlist .objUl li{line-height: 24px;color:#333;font-size: 13px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.objectlist .objUl li span{color:#f13f3f;margin-left: -3px;}
.objectlist .objHead{width:23%;font-size: 14px;line-height: 24px;}
.basenull{height: 7px;background: #f5f5f5;}
.objectlist .objpublic{float:left;}
.objectlist .objFun{width:75%;font-size: 13px;}
.objectlist .objFun li{display: inline-block;width:30%;background: url(../Rimg/orderok.png) no-repeat 75% center;background-size: 12px 12px;color:#999;font-size: 13px;line-height: 24px;box-sizing:border-box;}
.objectlist .objFun .abnormal{background: url(../Rimg/guNo.png) no-repeat 75% center;background-size: 12px 12px;}
.objectlist .qita li.abnormal{width:70%;background: url(../Rimg/guNo.png) no-repeat 92% 6px;background-size: 12px 12px;}
.objnone{border-bottom: none;}
.objectlist .objpublic i{ width:33%;display: inline-block;color:#999;}
.reconveryCat i.storebtn{width:16px;height: 18px;background: url(../Rimg/mapicon.png) no-repeat center;background-size: contain;display: inline-block;vertical-align: -2px;margin-right: 2px;}
.joinzhimanum{border-bottom: 1px solid #eee;margin-right: 12px;padding-bottom: 10px;margin-bottom: 10px;color:#333;}
.joinzhimanum span{color:#00cf9b; font-size:20px;display:inline-block;vertical-align:-2px;margin:0 3px;}
.questionh5{font-size:15px;color:#777;border-bottom:1px solid #eee;padding:0 10px 5px;}
.cj_question{width:14px;height: 14px;border: 1px solid #526994;color:#526994;text-align: center;display: inline-block;line-height: 14px;border-radius: 9px;margin-right: 8px;}
.questionmore{color:#526994;position: absolute;right: 23px;top:51%;font-size: 14px;}
.newquestionbox{border-top: 1px solid #eee;}
.newquestionUl li{padding:15px 13px;font-size: 15px;color:#333;border-bottom: 1px solid #eee;}
.newquestionUl li span{display: inline-block;vertical-align: middle;margin-right: 12px;}
.newquestionCon{border-top: 1px solid #eee;margin-top: 12px;}
.newquetionList{padding-left: 8%;font-size: 13px;color:#999;}
.newquestionH4{color:#333;font-size: 14px;padding:8px 0;}
.qusetionarrow{float: right;width:16px;height: 10px;background: url(../Rimg/down.png) no-repeat;background-size: contain;margin-top: 4px;}
.month-down{font-size: 0.26rem;color:#fff;background: url(../Rimg/month-down.png) no-repeat left center;background-size: 0.28rem 0.28rem;padding-left:0.38rem;}
/*--------------*/
.xyzhim_tip_box{background:#f4f4f4;}
.xyzhim_tip{padding:0.30rem 0.34rem 0.28rem 0;border-bottom: 1px solid rgba(0,0,0,0.06);margin:0 auto;position:relative;top:-20px;left:0;background:#fff url(../Rimg/arrw03.png) no-repeat 95% center;background-size:0.21rem 0.35rem;border-radius:12px;width:88%;box-shadow:0 0 5px rgba(0,0,0,0.06);}
.ic_security{width: 0.44rem;float: left;padding-top: 0.10rem;padding-left:0.3rem;}
.ic_security img{width:100%;}
.ic_security_text{margin-left: 0.20rem;font-size: 0.24rem;color:#888;float: left;/*background: url(../Rimg/arrw03.png) no-repeat right center;background-size: 0.20rem 0.35rem;width: 90%;*/cursor: pointer;}
.ic_security_h3{font-weight: 600;color:#222;font-size: 0.28rem;}
.js_Credit{padding:0.32rem 0.34rem;}
.js_Credit_h3{font-size: 0.28rem;color:#222;font-weight: bold;padding-bottom: 0.10rem;}
/*.js_Credit_h3:before{content: "";width:0.08rem;height: 0.28rem;background:#00cf9b;display: inline-block;margin-right: 0.20rem;vertical-align: -2px;}*/
.js_Credit_list{width:6.9rem;height:0.67rem;background: url(../Rimg/ic_G2.png) no-repeat;background-size: contain;}
.js_Credit_list span{display: block;height: 0.56rem;font-size: 0.24rem;color:#fff;text-align: left;line-height: 0.56rem;text-indent: 0.25rem;float: left;width: 1.70rem;padding-top:0.11rem;}
.recylce_lsit{height: 0.40rem;line-height: 0.40rem;border-radius: 0.20rem;background: #f2f2f2;display: inline-block;padding:0 0.14rem;font-size: 0.26rem;color:#999;margin-right: 0.28rem;margin-bottom: 0.20rem;}
.ic_painting{background: #F7F8FA;border-radius: 10px;display: block;float:left;font-size: 0.28rem;padding:0.22rem 0.24rem;}
.ic_hdpic{width:0.80rem;float: left;height: 0.80rem;border-radius: 50%;border:1px solid #ebebeb;}
.ic_hdpic img{width:100%;}
.ic_infowrap{margin-left: 1.00rem;color:#222;font-size: 0.28rem;text-align: left;}
.ic_con{overflow: hidden;text-overflow: ellipsis; display: -webkit-box; display: box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;  word-break: break-word;height: 0.80rem;}
.ic_username{display: -webkit-box; display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;padding-bottom: 0.06rem;}
.ic_name{webkit-box-flex: 1;-webkit-flex: 1;flex: 1;font-size: 0.28rem;text-align: left;}
.ic_time{webkit-box-flex: 1;-webkit-flex: 1;flex: 1;font-size: 0.24rem;color:#888;text-align: right;}
.ic_brand{font-size: 0.22rem;color:#888;padding-top: 0.12rem;}
.ic_userbox{padding:0 0.32rem 0.32rem;}
.lt_credit{padding-bottom: 0.20rem;}
.ic_more_tip{color:#222;font-size: 0.28rem;text-align: left;margin-left:-0.10rem;}
.ic_more_ul{padding-left: 0.20rem;}
.ic_more_ul li{list-style-type: decimal;font-size: 0.28rem;color:#333;padding-bottom: 0.10rem;text-align: left;}
.ic_more_h4{text-align:left;font-size: 0.32rem;color: #333;font-weight: bold;text-indent: 0.32rem;}
.ic_morebox{width: 85%;margin: 1.80rem auto 0;background: #fff; border-radius: 4px; padding-top: 5%;}
.ic_more_gm{font-size: 0.28rem;text-align: left;}
/* --OrderOk-- */
.orderok{padding-top: 25px;}
.ordericon{text-align: center;font-size: 22px;color:#333;}
.ordericon p{padding-top: 8px;}
.orderimg{width:67px;height:67px;margin:0 auto;}
.orderimg img{width:100%;}
.orderaddress{font-size: 14px;padding: 10px 0 0 0;text-align: left;}
p.color-p{color:#333;font-size: 14px;padding-bottom: 10px;text-align: left;}
.addressUl{padding:0 13px;}
.addressUl li{float: left;font-size: 14px;color:#333;}
/* .ul-cell-left{width:25%;} */
.ul-cell-right{width:75%;}
.ul-cell-right p{padding:0;text-align: left;}
.orderSubmit{padding-top: 18px;}
.orderSubmit a{width:30%;height: 38px;display: inline-block;text-align: center;line-height: 38px;font-size: 15px;color:#777;background: #fff;}
a.order-a{margin-right: 8%;}
a.order-bg{background: #00cf9b;color:#fff;}
.Telephone{text-align: center;color:#333;font-size: 16px;padding: 12% 0;}
span.color-g{font-size: 20px;color:#00cf9b;display: inline-block;vertical-align: -2px;}
/* --二手良品index-- */
.Gbanner{width:100%;}
.Gbanner ul li img{width:100%;}
.customer{padding: 18px 13px;}
ul.customerList{text-align: center;}
ul.customerList li{float: left;font-size: 13px;}
ul.customerList li:nth-child(1){width:26%;}
ul.customerList li:nth-child(2){width:40%;}
ul.customerList li:nth-child(3){width:33%;}
ul.customerList li:nth-child(1):before{content:"";width:20px;height: 27px;background: url(../Rimg/gd01.png) no-repeat;background-size: contain;display: inline-block;vertical-align: -7px;margin-right: 5%;}
ul.customerList li:nth-child(2):before{content:"";width:25px;height: 27px;background: url(../Rimg/gd02.png) no-repeat;background-size: contain;display: inline-block;vertical-align: -7px;margin-right: 5%;}
ul.customerList li:nth-child(3):before{content:"";width:27px;height: 27px;background: url(../Rimg/gd03.png) no-repeat;background-size: contain;display: inline-block;vertical-align: -7px;margin-right: 5%;}
.brandSearch{padding:0 7%;}
.SearchInput{width:100%;height: 33px;background:#e5e5e5;position: relative;border-radius: 5px; padding-left:10%;box-sizing:border-box;margin-bottom: 3%;}
.SearchInput input{width:100%;background: #e5e5e5;height: 33px;border-radius: 5px;border:0;text-indent: 10px;}
span.SeacrhSpan{width:16px;height: 16px;background: url(../Rimg/searchicon.png) no-repeat;background-size: contain;position: absolute;top:10px;left:17px;}
.guBrand{padding-top: 18px;background: #fff;padding-bottom: 3%;}
.guBrand .guUl{padding-left: 10px;}
.gusearch{padding-top:0;}
.guUl li{float: left;width:47%;background: #f2f2f2;margin-right: 3%;box-sizing:border-box;padding: 8px 0;margin-bottom: 3%;}
.guUl li a{font-size: 13px;color:#333;width:100%;display:block;}
.guUl li p{padding-left: 10px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;font-size: 13px;}
p.gutype{font-size: 13px;color:#00cf9b;}
i.gunew{background: #00cf9b;border-radius: 3px;color:#5fbc8b;font-size: 12px;margin-right: 8px;padding:0 2%;color:#fff;}
i.guorange{background: #ef9e11;border-radius: 3px;color:#5fbc8b;font-size: 12px;margin-right: 8px;padding:0 2%;color:#fff;}
.guImg{width:70%;margin:0 auto 4px;}
.guImg img{width:100%;}
.delp{color:#999;font-size: 12px;}
.guGray{color:#999;font-size: 12px;display:block;}

/* --二手良品Search-- */
.SearchInfo{padding:4% 4%;}
.SearcgText{width:100%;position: relative;}
.SearcgText input{width:78%;background: #e5e5e5;height: 33px;border-radius: 5px;border:0;margin-right: 4%;text-indent: 10px;padding-left: 10%;box-sizing:border-box;} 
.BtnIcon{background: #00cf9b;border:0;height: 33px;width:18%;border-radius: 5px;color:#fff;font-size: 15px;}
 p.Presult{width: 90%;background:#00cf9b;color:#fff;text-align: center;height: 40px;line-height: 40px;border-radius: 5px;margin:16px auto 0; display:none}
 span.size16{font-size: 18px;letter-spacing: 1px;}
 .searchbrand ul li.limore{text-align: center;font-size: 15px;color:#71be7b;padding:10px 0;border-bottom:none;}
/* --Login-- */
.loginhd{padding: 32px 0;}
.loginimg{width:65px;margin:0 auto;}
.loginimg img{width:100%;}
.loginfonts{width:160px;margin:13px auto 0;}
.loginfonts img{width:100%;}
.logincon{padding:13px;}
.logincon form{border-radius: 5px;width:100%;}
.loginnum{position: relative;border-bottom: 1px solid #ebebeb;}
.loginpassword{position: relative;border-bottom: 1px solid #ebebeb;padding:8px 0;}
.loginnum input{border-radius: 5px 5px 0 0;}
.loginpassword input{border-radius: 0 0 5px 5px;}
.loginnum input,.loginpassword input{width:87%;height: 25px;line-height: 25px;border:0;padding:12px 0 12px 8%;text-indent: 10px;font-size: 16px;}
.loginnum .login_num{width:12px;height: 18px;background: url(../Rimg/loginnum.png) no-repeat;background-size: contain;position: absolute;top:16px;left:12px;}
.loginpassword .login_lock{width:15px;height: 18px;background: url(../Rimg/loginlock.png) no-repeat;background-size: contain;position: absolute;top:26px;left:12px;}
.loginpassword span{width:23%;height:27px;color:#fff;border-radius: 14px;text-align: center;line-height: 27px;font-size: 12px;position: absolute;top:16px;right:9px; cursor: pointer;}
.loginpassword .orange{background: #00cf9b;}
.loginpassword .gray{background: #858585;}
.loginpassword .send{background: #e18181;}
.loginnum,.loginpassword, .logincode{border-bottom: 1px solid #ebebeb;position: relative;}
.loginnum input,.loginpassword input,.logincode input{width:91%;height: 25px;line-height: 25px;border:0;padding:12px 0 12px 8%;text-indent: 10px;outline:none;font-size:16px;}
.logincode .login_num{width:15px;height: 18px;background: url(../Rimg/1227_yzm1.png) no-repeat;background-size: contain;position: absolute;top:16px;left:12px;}
.logincode input {width: 55%;}
.logincode img {float:right;height:1rem;width:30%;border: none;display:none;}
.inputcz{color:#999;padding-bottom: 8px;}
.Lgetpwd{color:#fff;border-radius: 3px;text-align: center;line-height: 27px;font-size: 12px;position: relative;margin: 21%;padding: 7px 15px; cursor: pointer;}
.usertop{background: #fff;padding: 20px 0 13px;box-sizing:border-box;}
.usercur{width:75px;height: 75px;border-radius: 50%;background:url(../Rimg/usercur.png) no-repeat center center;background-size: contain;margin:0 auto;}
a.userlogin{color:#333;font-size: 16px;line-height: 38px;display:block;text-align: center;}
.gotohome{background:url(../Rimg/icon_xfz.jpg) no-repeat right;background-size:contain;font-size:14px; float: right; margin-right: 4%;}
.redcircle{width:10px;height:10px;background:#f5400f;border-radius:5px;position:absolute;top:1px;right:50%;margin-right:-25px;}
.Myredcircle{width:10px;height:10px;background:#f5400f;border-radius:5px;display:inline-block;margin-left:8px;position:relative;top:-5px;}
.useritmes{margin-top: 10px;}
.userimg{width:20px;height:22px; margin:0 auto;}
ol.userol li a{font-size: 16px;color:#333;display:block;width:100%; text-indent:28px;position: relative;}
ol.userol li a:after{content: "";width: 7px;height: 12px;background: url(../Rimg/user03.png) no-repeat;background-size: contain;position: absolute;top:5px;right: 4%;}
ol.userol li{background: #fff;border-bottom: 1px solid #eee;padding: 10px 0 10px 19px;}
ol.userol li:nth-child(1) a{background: url(../Rimg/user01.png) no-repeat left center;background-size:16px 18px;}
ol.userol li:nth-child(2) a{background: url(../Rimg/user02.png) no-repeat left center;background-size:17px 16px;}
ol.userol li:nth-child(3) a{background: url(../Rimg/user04.png) no-repeat left center;background-size:16px 12px;}
ol.userol li:nth-child(4) a{background: url(../Rimg/user05.png) no-repeat left center;background-size:16px 16px;}
ol.userol li:nth-child(5) a{background: url(../Rimg/user07.png) no-repeat left center;background-size:16px 16px;}
ol.userol li:nth-child(6) a{background: url(../Rimg/user06.png) no-repeat left center;background-size:16px 15px;}
.ordertitle{margin-top: 7px;border-top: 1px solid #bfbfbf;border-bottom: 1px solid #bfbfbf;background: #fff;}
.usertel{float: right;margin-right: 13px;}
.out{width:100%;height: 44px;background: #fff;font-size: 18px;color:#00cf9b;text-align: center;line-height: 44px;}
/* --DetailedProduct-- */
.Detaile{background: #fff;}
.DetaileBanner{width:100%;overflow: hidden;position: relative;padding: 13px 0;border-bottom: 1px solid #ddd;}
.DetaileBanner ul{width:600%;}
.DetaileBanner ul li{width:16%;float: left;}
.detaileImg{width:165px;margin:0 auto;}
.detaileImg img{width:100%;}
.DetaileBanner ul li a{display:block;}
.DetaileBanner ol{position: absolute;bottom:5%;left:50%;margin-left: -48px;}
.DetaileBanner ol li{width:11px;height: 11px;border-radius: 6px;background: #ccc;float: left;margin-right: 5px;}
.DetaileType{padding:10px 13px 6px;background: #f2f2f2;border-bottom: 1px solid #eee;border-top: 1px solid #eee;}
.DetaileType a.info-a{display:block;}
p.info-p{font-size: 16px;color:#333;}
p.hoot{color:#00cf9b;font-size: 22px;}
p.info-p span{margin-left: 8px;}
p.info-size{font-size: 18px;}
p.price-p{font-size: 20px;color:#00cf9b;}
.ProInfo{background: #fff;}
p.kucun{font-size: 13px;}
ul.InfoListUlNew li{padding:10px 0;float: left;width:100%;text-align: center;box-sizing:border-box;border-bottom: 1px solid #eee;font-size: 15px;color:#333;}
ul.InfoListUlNew li:first-child span{border-left: none;}
ul.InfoListUlNew li.current{color:#00cf9b;border-bottom: 2px solid #00cf9b;padding-bottom: 9px;}
ul.InfoListUlNew li span{display:block;border-left: 1px solid #ccc;}
ul.InfoListUl li{padding:10px 0;float: left;width:100%;text-align: center;box-sizing:border-box;border-bottom: 1px solid #eee;font-size: 15px;color:#333;}
ul.InfoListUl li.w50{ width:50%;}
ul.InfoListUl li:first-child span{border-left: none;}
ul.InfoListUl li.current{color:#00cf9b; border-bottom: 2px solid #00cf9b; padding-bottom: 9px;}
ul.InfoListUl li span{display:block;border-left: 1px solid #eee;}
.Appearance{padding:0 5px 20%;}
ol.Appearancelist{padding-top: 5px;padding-right: 10px;}
ol.Appearancelist li{line-height: 30px;width:100%;padding-left: 18px;font-size: 14px;}
ol.Appearancelist li i{width:60px;display: inline-block;}
ol.Appearancelist li.curLi{background: url(../Rimg/orderok.png) no-repeat left center;background-size: 12px 12px;color:#00cf9b; }
.AppearancePic {width:100%;margin-top: 20px;}
.AppearancePic img{width:100%;}
.normal{width:50%;margin:20px auto 0;text-align: center;}
.normal p{float: left;}
p.normal-p{margin-right: 26%;}
.normal span{width:17px;height: 17px;background: #00cf9b;border-radius: 50%;display: inline-block;vertical-align: -4px;margin-right: 8px;}
.normal span.redspan{background: #f4768b;}
.function{padding-top: 13px;background: #fff; height:320px; display:none;}
ul.functionul{padding-left: 30px;}
ul.functionul li{font-size: 14px;color:#999;float: left;width:50%;height: 30px;line-height: 30px;padding-left: 22px;box-sizing:border-box;}
ul.functionul li span{color:#333;float: right;margin-right: 27%;}
/* ul.functionul li{background: url(../Rimg/funicon01.png) no-repeat;}
ul.functionul li:nth-child(1){background-position: 0 7px;background-size: 17px 413px;}
ul.functionul li:nth-child(2){background-position: 0 -205px;background-size: 17px 413px;}
ul.functionul li:nth-child(3){background-position: 0 -18px;background-size: 17px 413px;}
ul.functionul li:nth-child(4){background-position: 0 -232px;background-size: 17px 413px;}
ul.functionul li:nth-child(5){background-position: 0 -42px;background-size: 17px 413px;}
ul.functionul li:nth-child(6){background-position: 0 -259px;background-size: 17px 413px;}
ul.functionul li:nth-child(7){background-position: 0 -69px;background-size: 17px 413px;}
ul.functionul li:nth-child(8){background-position: 0 -283px;background-size: 17px 413px;}
ul.functionul li:nth-child(9){background-position: 0 -96px;background-size: 17px 413px;}
ul.functionul li:nth-child(10){background-position: 0 -311px;background-size: 17px 413px;}
ul.functionul li:nth-child(11){background-position: 0 -123px;background-size: 17px 413px;}
ul.functionul li:nth-child(12){background-position: 0 -339px;background-size: 17px 413px;}
ul.functionul li:nth-child(13){background-position: 0 -151px;background-size: 17px 413px;}
ul.functionul li:nth-child(14){background-position: 0 -363px;background-size: 17px 413px;}
ul.functionul li:nth-child(15){background-position: 0 -176px;background-size: 17px 413px;}
ul.functionul li:nth-child(16){background-position: 0 -389px;background-size: 17px 413px;} */
.footer,.rshelves{position: fixed;bottom:0;left:0;width:100%;background: #fff;padding:13px 0 13px;}
ul.footerUl{height: 38px;}
ul.footerUl li{width:93%;text-align: center;height: 38px;background:#00cf9b;border-radius: 5px;margin:0 auto;}
ul.footerUl li a{font-size: 18px;color:#fff;width:100%;display:block;line-height: 43px;position: relative;border-radius: 3px;letter-spacing: 1px;}
ul.footerUl li:nth-child(1) a{background:#00cf9b; }
ul.footerUl li.tel_gray a{background: #a0a0a0;}
span.newSpan{width:24px;height:20px; background-size:contain; display: inline-block;vertical-align: -5px;margin-right: 8px;}
ul.footerUl li.prohide{display:none;}
i.newcat{width:15px;height: 15px;background: #00cf9b;border-radius:50%;position: absolute;top:7px;left:50%;margin-left:-1px;font-style: normal;font-size: 12px;color:#fff;text-align: center;line-height: 15px;}
/* --MyWallet-- */
.wallet{background: #f2f2f2;padding:11px 13px 6px;}
.walletdiv{background: #fff;margin-top: 13px;padding:0;}
.walletdiv ul{border-top: 1px solid #f5f5f9;}
.walletdiv ul li{padding-left: 13px;line-height: 40px;padding-right: 28px;height: 40px;position: relative;border-bottom: 1px solid #f5f5f9;}
.walletdiv ul li a{font-size: 16px;color:#444;display:block;width:100%;padding-left: 28px;box-sizing:border-box;}
.walletdiv ul li:nth-child(1) a{background: url(../Rimg/gmcard01.png) no-repeat left center;background-size:20px 20px;}
.walletdiv ul li:nth-child(2) a{background: url(../Rimg/cardicon02.png) no-repeat left center;background-size:20px 20px;}
.walletdiv ul li:nth-child(3) a{background: url(../Rimg/gmothercard01.png) no-repeat left center;background-size:20px 20px;}
.walletdiv ul li:after{content:"";width:10px;height:18px;background: url(../Rimg/arrw03.png) no-repeat;background-size:contain;position: absolute;right:10px;top:12px;}
.floatspan{float: right;color:#fc9c4f;}
i.orange{color:#fc9c4f;}
.grayspan{color:#333;letter-spacing: 2px;}
i.walletI{width:18px;height: 18px;border: 1px solid #c9c9c9;border-radius:50%;text-align: center;line-height:18px;font-size: 12px;display: inline-block;color:#c4c4c4;margin-left: -30px;margin-right: 10px; }
i.walletO{width:17px;height: 17px;border: 1px solid #fb6602;border-radius:50%;text-align: center;line-height:17px;font-size: 12px;display: inline-block;color:#fb6602;margin-right: 10px;}
/* --MyDetail-- */
.balanctitle{float: left;}
.balancur{padding-left: 0;}
.balancp{float: right;font-size: 14px;color:#444;margin-top: 2px;}
.balancp span{font-size: 18px;}
.tablewrap span,.tablewrap span{color:#999;}
.tablewrap{margin-bottom: 13px;background: #fff;padding:0 10px;box-sizing:border-box;font-size:14px;line-height: 24px;}
.tablewrap td{text-align: left;box-sizing:border-box;}
td.textright{text-align: right}
td.cellf{font-size: 18px;color:#444;}
td.celldata{font-size: 12px;}
td.cellcolor{font-size: 18px;color:#fb6602;}
td.cellgreen{font-size: 18px;color: #6ac352;}
.trlist i{font-style: normal;}
/* --MyCard-- */
.mycard{padding:13px 13px 0;}
.cardcon{margin-bottom: 10px;position:relative;}
.tan{cursor:pointer;}
.ul_cell_wrap{border-radius: 5px 5px 0 0;padding: 13px;background:#ed7272 url(../Rimg/cardbg.png) repeat-x bottom center;background-size: 8px 4px;}
.ul_card_left{text-align: left;border-right:1px solid #fff;padding-right: 13px;width:40%;box-sizing:border-box;text-align: center;}
.ul_card_left p,.ul_card_right p{font-size: 0.26rem;color:#fff;}
.ul_card_left strong{font-size: 0.50rem;color:#fff;font-weight: normal;}
i.Iicon{color:#fff;font-size: 18px;font-style: normal;}
.ul_card_right{text-align: left;padding-left: 13px;width:50%;box-sizing:border-box;}
.ul_card_right p{font-size:14px;color:#fff;}
.ul_card_right span.cardspan{font-size: 0.26rem;color:#fff;display:block;}
.cardtime{background: #fff;border-radius: 0 0 5px 5px;box-shadow: 0 1px 4px rgba(0,0,0,0.2)}
ul.cardlist li{float: left;padding:6px 13px;width:27%;box-sizing:border-box;}
ul.cardlist li.cardhidden{width:73%;}
ul.cardlist li span{font-size: 12px;}
.cardhidden{display: -webkit-box; overflow: hidden;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
ul.cardlist .zhjnum{float:none;width:auto;font-size:13px;padding:0 0.20rem;}
ul.cardlist .zhjnum span{font-size:13px;}
.zhjUl{padding:5px 0;min-height:0.80rem;}
ul.cardlist li.lastnum{width:60%;padding:6px 0;font-size: 13px; overflow: hidden;text-overflow:ellipsis;white-space:nowrap;}
.ul_cell_gray{border-radius: 5px 5px 0 0;padding: 13px;background:#afafaf url(../Rimg/cardat.png) repeat-x bottom center;background-size: 8px 4px;}   
.ul_card_left .colorfff{color:#fff;}
.mask:before{content: "";position: absolute;top:0;left:0;/*background: rgba(0,0,0,0.5);*/width:100%;height:101px;border-radius: 5px;z-index: 10;}
.zhjmask:before{content: "";position: absolute;top:0;left:0;background: rgba(0,0,0,0.5);width:100%;height:100%;border-radius: 5px;z-index: 10;}
.addorders{padding-top: 70px;}
.myorderimg {width:157px;margin:0 auto;}
.orderp{padding-top: 25px;text-align: center;color:#777;font-size: 15px;}
a.golook{width:80px;height: 40px;text-align: center;background: #fff;border-radius: 3px;border: 1px solid #777;margin:20px auto 0;display:block;line-height: 40px;color:#777;font-size: 15px;}
#btncode{border:0;background:#fff;border:1px solid #eee;color:#888;font-size:0.26rem;border-radius:3px;float:right;width:1.80rem;text-align:center;padding:2px 0;}
#copytext{border:0;width:3.30rem;padding:2px 0;outline:none;}
.tm-link{cursor:pointer;min-height:1.00rem;}
/* --添加地址index-- */
.myaddress{/*margin-top: 13px;*/}
.myaddressbg{width:100%;height: 7px;background: url(../Rimg/useraddbg.png) no-repeat;background-size: 100% auto;}
.mycon{background: #fff;padding:22px 0 18px 22px;}
.myaddress .myaddinfo{display:block;font-size: 18px;color:#363636;position: relative;padding-left: 30px;}
.myaddinfo:before{content: "";width:21px;height: 21px;background: url(../Rimg/usesadd.png) no-repeat;background-size: contain;margin-right: 8px;position: absolute;top:12px;left:0;}
.mycon p{font-size: 14px;color:#8d8d8d;}
.Infoaddress a{display:block;font-size:14px;color:#333;padding:5px 0;}
.Infoaddress .EditIcon{background:url(../Rimg/arrw03.png) no-repeat right center;background-size:15px 28px;}
/* --EditAddress-- */
.editaddress{margin-top: 13px;}
.editaddress h4{height: 38px;border-top: 1px solid #d9d9d9;border-bottom: 1px solid #d9d9d9;font-weight: normal;padding:0 13px;color:#a0a0a0;font-size: 15px;background: #f3f3f3;line-height: 38px;}
a.edit{float: right;color: #51b780;font-size: 15px;}
.editinfo{background: #fff;padding:13px;/* border-bottom: 1px solid #d9d9d9; */ margin-top: 10px;}
.editinfo p{line-height: 24px;font-size: 15px;color:#333;width:91%;}
.Infoaddress{/* padding:0 13px; */position: relative;background: #fff;}
/* --新机index-- */
.NewFiexd{position: fixed;top:0;left:0;width:100%;box-sizing:border-box;z-index: 30;}
.NewTop{height: 40px;width:100%;box-sizing:border-box;}
.NewTitle{height: 40px;background: #00cf9b;font-size: 14px;color:#fff;line-height: 38px;padding-left: 28px;letter-spacing: 1px;padding-right: 13px;}
.NewTitle p.Newdata span{font-size: 17px;}
p.Newdata{float: right;}
p.Newdata:before{content: "";width:15px;height: 15px;background: url(../Rimg/newtime.png) no-repeat;background-size: contain;display: inline-block;vertical-align: -2px;margin-right: 5px;}
.newShow{padding:41px 13px 0;}
.newCon{width:100%;background:#fff;text-align: center;padding-top: 13px;border-radius: 5px;margin-bottom: 13px;box-shadow: 3px 1px 6px rgba(0,0,0,0.2);}
.newCon .font16{font-size: 16px;overflow: hidden;white-space: nowrap;text-overflow:ellipsis;}
.newCon h2{padding-bottom: 13px;font-size: 20px;color:#333;}
.newImg{width:50%; margin:0 auto;}
.newImg a.Imga{width:100%;display:block;}
.newImg img{width:100%;}
.newChange{padding: 20px 0;}
.newChange a{width:39%;height: 37px;background: #00cf9b;border-radius: 5px;margin:0 auto;display:block;text-align: center;line-height: 38px;color:#fff;font-size: 15px;position: relative;}
.newChange a:before{content: ">";width:17px;height: 17px;border: 1px solid #fff;border-radius: 50%;position: absolute;top:10px;right:50%;margin-right:-44px;line-height: 17px;text-align: center;font-family:consolas, Microsoft Yahei;}
.cursborder{border-top: none;}
.curtbottom{position: fixed;bottom:63px;left:0;border-bottom: 1px solid #ddd;background: #f2f2f2;width:100%;padding:8px 13px;border-top: 1px solid #ddd;}
.h106{width:100%;height: 106px;background: #f2f2f2;}
/* --新机Detailed-- */
.divClass{overflow: hidden}
.newDetaile{background: #fff;}
.newBanner{width:100%;overflow: hidden;position: relative;padding: 13px 0;border-bottom: 1px solid #ccc;}
.newBanner ul{width:200%;}
.newBanner ul li{width:50%;float: left;}
.newDetaileImg{width:165px;margin:0 auto;}
.newDetaileImg img{width:100%;}
.newBanner ul li a{display:block;}
.newBanner ol{position: absolute;bottom:5%;left:50%;margin-left: -16px;}
.newBanner ol li{width:11px;height: 11px;border-radius: 6px;background: #ccc;float: left;margin-right: 5px;}
.detaileline{line-height: 30px;}
.DetailedShow{padding:18px 13px 30%;}
.showPic{width:80%;margin:0 auto;}
.showPic img{width:100%;}
.DetailedInfo{padding-right: 4px}
.DtailedList li{padding:12px;border-bottom: 1px solid #ddd;color:#999;}
.DtailedList li span{color:#333;}
.DtailedList li i{width:32%;display: inline-block;text-align: right;margin-right: 8%;}
.masktion{width:100%;height: 100%;background: rgba(0,0,0,0.4);position: fixed;top:0;left:0;display:none;z-index: 9;}
.maskInfo{display:none;position: fixed;bottom:0;left:0;background: #fff;z-index: 10;width:100%;box-sizing:border-box;}
.maskCon{padding:8px 13px 5px 11px;border-bottom: 1px solid #eee;position: relative;}
.maskCon p{font-size: 14px;color:#333;margin-left: 74px;line-height: 22px;}
.maskImg{width:55px;float: left;padding:4px ;border: 1px solid #eee;}
.maskImg img{width:100%;}
p.greenP{color:#00cf9b;font-size: 16px;}
span.colse{width: 16px;height: 16px;background: url(../Rimg/colse.png) no-repeat;background-size: contain;position:absolute;top:13px;right:13px;}
ul.maskList li{padding:0 13px 5px;border-bottom: 1px solid #eee;}
ul.maskList li h3{padding-bottom: 3px;font-size: 13px;}
ul.maskList li h3 span{color:Red; display:none; margin-left: 10px;}
ul.maskList li a{width:15%;height: 23px;display: inline-block;text-align: center;line-height: 23px;font-size: 12px;color:#ccc;border: 1px dashed #eee;border-radius: 5px;margin-right: 4%;}
ul.maskList li a.solid{width:15%;height: 23px;display: inline-block;text-align: center;line-height: 23px;font-size: 12px;color:#333;border: 1px solid #eee;border-radius: 5px;margin-right: 4%;}
ul.maskList li a.w18{width:18%;}
ul.maskList li a.maskcur{background:#00cf9b;color:#fff;border-color:#00cf9b;}
.maskNum{padding:15px 13px;border-bottom: 1px solid #ccc;}
.masklt{float: left;font-size: 18px;color:#333;}
.maskgt{float: right;}
span.maskspan{width:33px;height: 33px;background: #f2f2f2;display: inline-block;text-align: center;line-height: 33px;color:#999;font-size: 18px;}
b.maskb{margin:0 8px;color:#333;font-style: normal;}
.maskdiv{padding:10px 13px;}
a.maska{width:100%;height: 43px;background:#00cf9b;text-align: center;line-height: 43px;color:#fff;font-size: 18px;display:block; letter-spacing: 2px;border-radius: 3px;}
.Detload{display:block;width:55%;background: rgba(0,0,0,0.5);text-align: center;font-size: 15px;color:#fff;border-radius: 5px;position: fixed;top:50%;left:50%;margin-left: -28%;box-sizing:border-box;}
.loadimg{width:32px;margin:13px auto 6px;}
p.loadp{width: 100%; text-align: center;}
.loadimg img{width:100%;}
/* --About-- */
.aboutcon{padding-top: 22px;text-align: center;}
.aboutlogo{width:96px;margin:0 auto;}
p.aboutp{color:#00cf9b;font-size: 16px;padding-top: 18px;}
.aboutguma{text-align: center;padding-top: 18px;color:#999;font-size: 13px;}
.aboutline{padding-top: 22px;text-align: center;}
.aboutline hr{border:0;background-color: #00cf9b;height: 1px;}
p.aboutwe{color:#00cf9b;font-size: 16px;background: #f3f0ed;;margin:-13px auto 0;width:170px;position: relative;}
p.aboutwe:before{content: "";width:9px;height: 9px;background: url(../Rimg/cardline.png) no-repeat;background-size: contain;position: absolute;left:10px;top:8px;}
p.aboutwe:after{content: "";width:9px;height: 9px;background: url(../Rimg/cardline.png) no-repeat;background-size: contain;position: absolute;right:10px;top:8px;}
.aboutdiv{color:#777;padding-top: 14px;font-size: 15px;}
/* --Activity--   */
.activityCon{background: #fff;}
.activitylist li{ border-bottom: 1px solid #eee; padding: 9px 11px 15px;height: 80px;}
.activitylist li a{display:block;}
.activityImg{width: 160px; float: left;}
.activityfonts{margin-left: 167px; padding-bottom: 5px;margin-right: 6px;}
.activityfonts h3{font-size: 13px; color: #333;text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.activityfonts p{font-size: 12px; color: #999;text-align: left; overflow: hidden; text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;line-height: 18px;}
a.at_more{color:#00cf9b;display:block;text-align:center;font-size:16px;height:40px;line-height:40px; }
/* --MyIntg--   */
.curIntg{padding:11px 13px 6px;font-size: 16px;}
.curIntg:before{content:"";width:20px;height: 20px;background: url(../Rimg/cardicon03.png) no-repeat left center;background-size:contain;display: inline-block;vertical-align: -4px;margin-right: 8px;}
.intgInfo{padding:10px 0;border-top:1px solid #ddd;border-bottom:1px solid #ddd;}
.intg-left{width:60%;padding: 0 13px;box-sizing:border-box;border-right:1px solid #ddd;}
.intg-left p{line-height: 26px;font-size: 14px;}
.intg-left span{float: right;}
.intg-right{width:40%;text-align: center;}
.intg-right span{font-size: 16px;}
.intglist li{background: #fff;padding:5px 13px;margin-bottom: 10px;}
.intglist li p{color:#c9c9c9;line-height: 26px;}
.intglist li .intgP{color:#626262;}
.intglist li b{float: right;font-size: 17px;}
.intglist li .intgSpan{float: right;color: #c9c9c9;}
.intglist li .intgOrange{color: #fb6602;}
.intglist li .intgGeen{color: #38aa25;}
.tab-content-item{
	display: none;
}
.tab-content-item.active{
	display: block;
}
    
.Hbrecon{float: right;padding-right: 23px;} 
.hbdoorCat{text-align: center; position: fixed;bottom: 0;left: 0; background: #fff; width: 100%; height: 70px;box-shadow: 0 3px 3px rgba(0,0,0,0.03) inset;} 
.Hbrecon a.Hbdoor{width: 90%; height: 43px; color: #fff; font-size: 18px; line-height: 43px;  text-align: center; display: block;  background: #00cf9b; margin: 0 auto;  border-radius: 3px;}    
.Hbrecon a.Hba{color:#333;display: block;font-size: 14px;border-bottom: 1px solid #333;}
.Hbrecon a.Hblist{border-bottom: 0;text-align: left;padding:5px 0;text-indent: 18px;}
a.Hblist:before{content:"";width:14px;height:14px;background: url(../img/usermap.png) no-repeat left center;background-size:contain;display: inline-block;vertical-align: -2px;margin-right: 6px;}
.Hbflow{padding:13px ;background: #fff;}
.Hbflow h6{font-size: 15px;color:#777;font-weight: bold;}
span.Hbspan{color:#ea5959;}
.Hbflow ul{padding-left: 13px;}
.Hbflow ul li{color:#777;list-style-type: decimal;}
.Hbhidden{display:none;}
/* --MobileInfo-- */
.mobileInfo{background:#fff;}
.mobileH3{font-size: 14px;color:#868686;background: #f5f5f5;padding:10px 13px;line-height: 24px;}
.moblieCon .helpP{font-size: 15px;color:#333;padding:13px 13px 10px;border-bottom: 1px solid #eee;}
.help{background: #00cf9b;padding:0 2%;border-radius: 20px;color:#fff;float: right;font-size: 13px;}
a.helpa {width:16px;height: 16px;display: inline-block;border-radius: 11px;margin-left: 5px;background: url(../Rimg/whiconcur.png) no-repeat;background-size: contain;vertical-align: -2px;}
.moblieUl{float:left;width:50%;}
.moblieUl li{width:100%;box-sizing:border-box;border-bottom: 1px solid #eee;padding:8px 0 8px 13px;}
.moblieUl li:last-child{border-bottom: none;}
.moblieImg{float:right;width:50%;height:112px;background: url(../Rimg/Areaicon.png) no-repeat center center;background-size: 132px auto;margin-top: -2px;}
.moblieNum{background: #f8fee4;margin-top: 13px;}
.moblieP{font-size: 14px;color:#333;padding:10px 13px;border-bottom: 1px solid #eee;}
.moblieDiv{font-size: 14px;color:#333;padding:8px 13px;}
.stopDown{width:100%;text-align: center;color:#00cf9b;font-size: 14px;padding:10px 0;background: url(../Rimg/stopdown.png) no-repeat bottom center;background-size: 12px 10px;}
.stopUp{width:100%;text-align: center;color:#00cf9b;font-size: 14px;padding-top:10px;background: url(../Rimg/stopicon.png) no-repeat top center;background-size: 12px 10px;margin-top: 8px;}
.formText{border-top: 1px solid #eee;margin:6px -13px 0;padding-bottom: 3px; display:none}
.moblieHidden{display:none;}
.formHidden{display:none;}
.moblieText{padding:0 13px;border-bottom: 1px solid #eee;}
.moblieText input{width:70%;border:0;font-size: 15px;color:#333;text-indent: 10px;height: 24px;line-height: 24px;padding:8px 0;background: #f8fee4;}
.moblieText .textCode{width:40%;border-bottom: 1px solid #eee;}
.moblienone{border-bottom: none;}
.moblieText label{font-size: 15px;}
.helptop{margin-top: 10px;}
span.codeSpan{width:80px;height:35px;display:inline-block;vertical-align: -14px;margin-left: 5px;}
span.codeSpan img{width:100%;border-radius: 5px;}
.Refresh{font-size: 14px;color:#00cf9b;padding:0 1%;float: right;padding-top: 13px;}
.obtain{text-align: center;font-size: 15px;color:#00cf9b;padding:8px 0;}
.moblieList{padding:10px 13px 20px;}
.moblieList li{font-size: 14px;color:#333;line-height: 24px;}
.helpCon{width:100%;height: 100%;background: rgba(0,0,0,0.1);position: fixed;top:0;left:0;z-index: 101; display:none}
.helpWrap{width:77%;background: #fff;border-top: 12px solid #00cf9b;position: absolute;top:20%;left:50%;margin-left:-39%;z-index: 105;border-radius: 6px; display:none}
.helpWrap h4{width:100%;text-align: center;padding:8px 0 6px;font-size: 15px;}
.helpWrap .offP{padding:0 13px;font-size: 14px;}
.numPic{width:136px;margin:8px auto 0;}
.numPic img{width:100%;}
.helpBtn{width:32%;display:block;margin:13px auto;height: 33px;border-radius: 17px;background: #51b780;font-size: 15px;color:#fff;border:0;}
.helpHidden{display:none;}
.getmore{text-align: center;padding-bottom:10px;color:#00cf9b;}
.h55{height: 50px;}
.newbg{width:100%;height:100%;background: url(../Rimg/newbg.jpg) no-repeat center; background-size: cover;}
.weixin-tip{display: block; background:#ffe1e1;  height:36px; width: 100%; z-index: 100;text-align: center;color:#272636;line-height:36px;font-size:12px;position:relative;margin-top: 6px;}
.weixin-tip:after{content: "";width:0;height: 0;border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid #ffe1e1;position: absolute;top:-6px;right:6%; }
.weixin-tip span.app_up{width:14px;height:14px;background: url(../Rimg/friendicon.png) no-repeat right center;background-size:contain;display: inline-block;vertical-align: -2px;margin-left: 3px;}
.weixin-tip span.sharefriend{width:15px;height: 13px;background: url(../Rimg/shareicon.png) no-repeat center;background-size: contain;display: inline-block;vertical-align: -1px;margin:0 3px;}
.newday{padding-bottom:14px;font-size:14px;color:#333;padding-left: 13px;text-align: left;padding-top: 14px;padding-right: 5px;}
.newday .newg{color:#00cf9b;}
.ewmFixed{width:100%;height:100%;background: rgba(0,0,0,.3);position: fixed;top:0;left:0;display:none;}
.ewmPic{width:60%;position: absolute;top:20%;left:50%;margin-left:-30%; display:none;}
.ewmPic img{width:100%;border-radius: 5px;}
span.colseEwm{width:34px;height:34px;background:url(../Rimg/colseewm.png) no-repeat;background-size:contain;position:absolute;top:-18px;right:-15px;}
/* --Nindex-- */
#oflow{padding:13px;padding-left: 0;}
.oullist li{float:left;width:22%;height:33px;color:#00cf9b;text-align: center;line-height: 33px;font-size: 13px;border: 1px solid #6bd2aa;margin-left: 3%;box-sizing:border-box;position: relative;}
.oullist li:after{content: "";width:9px;height: 15px;background: url(../Rimg/oborder.png) no-repeat;background-size: contain;position: absolute;top:7px;right:-9px;}
.oullist li.nobg:after{content: "";background: none;} 
#oBrand{padding-right:13px;background: #fff;}
.oBrandlist li{width:47%;border: 1px solid #eee;box-sizing:border-box;margin-left: 3%;float:left;margin-bottom: 3%;}
.oBrandlist li a.ablist{width:100%;display:block;}
.oBrandlist .oldPic{width:127px;margin:13px auto 0;}
.oBrandlist .oldPic img{width:100%;}
.oBrandlist li p{font-size: 13px;color:#999;padding-left:13px;padding-top: 3px;}
.oBrandlist li .opBrand{font-size: 14px;color:#333;text-overflow:ellipsis;overflow: hidden;white-space: nowrap;}
.oBrandlist li  .opnew{font-size: 14px;color:#333;text-overflow:ellipsis;overflow: hidden;white-space: nowrap;}
.oBrandlist li .opfont{font-size: 16px;}
.oBrandlist li a.newbtn{width:86%;height: 33px;background: #00cf9b;border-radius: 3px;;text-align: center;line-height: 33px;color:#fff;font-size: 15px;display:block;margin:6px auto 13px;letter-spacing: 2px;}
.oBrandlist li b{width:16px;height: 16px;border-radius: 3px;text-align: center;font-size:12px;color:#fff;line-height: 16px;display: inline-block;margin-right: 2%;}
.oBrandlist li .jd{background: #c91623;}
.oBrandlist li .gf{background: #e1a513;}

.h40{width:100%;height: 64px;/* background: #fff; */}
.BrandWrap{background: #fff;overflow: hidden; line-height: 49px;}
.Branditems{width:26%;float:left;background:#f5f5f5;}
.Branditems ul{text-align: center;background:#f5f5f5;}
.Branditems ul li{width:100%;font-size: 15px;border-right: 1px solid #eee;overflow: hidden; text-overflow: ellipsis;white-space: nowrap;background:#f5f5f5;} 
.Branditems ul li.brand_tips{position:relative;}
.Branditems ul li.brand_tips:after{content:"+10%";width:0.90rem;background:#ec4e4e;height:18px;line-height:18px;color:#fff;border-radius:12px;text-align:center;font-size:0.24rem;position:absolute;right:0.12rem;top:0;}
.Branditems ul li.Brandcur{background: #fff;border-left: 5px solid #00cf9b;color:#00cf9b;}/*box-sizing:border-box;border-right-color:#fff;*/
.Brandbar{width:74%;box-sizing:border-box;float: right;}
.Brandbar ol li{width:100%;font-size: 15px;padding-left: 13px;}
.Brandbar ol li a{color:#333;display:block;width:95%;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;font-size: 14px;padding-right: 10px;box-sizing:border-box;}
.Brandbar ol li .Btop{width:15px;height: 15px;display: inline-block;border-radius: 3px;background: #dfdfdf;font-size: 12px;color:#fff;text-align: center;line-height: 15px;margin-right: 10px;vertical-align: middle;}
.Brandbar ol li .topred{background: #ff6d5e;}
.Brandbar ol li .topyellow{background: #fbc42f;}
.Brandbar ol li .topblue{background: #4cbdfe;}
.ProTab{background: #fff;}
.ProTabul li{margin-right:-5px;float: left;width:20%;text-align: center;padding:10px 0;box-sizing:border-box;background: #fff; height:42px;-webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-touch-callout: none; -webkit-text-size-adjust: none; -webkit-user-select: none; -webkit-highlight: none;}
.ProTabul li a{font-size: 15px;color:#333;/*border-left: 1px solid #b1e7d3;*/display:block;-webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-touch-callout: none; -webkit-text-size-adjust: none; -webkit-user-select: none; -webkit-highlight: none; }
.ProTabul li.Prolicur a{color:#00cf9c; font-size:16px; line-height:24px}
.ProTabul li.Prolicur {position:relative;}
.Prolicur a:after{content: "";margin: 0 auto;bottom: 0;left: 0;right: 0;display: block;border-bottom:3px solid #00cf9c; width:40px; position:absolute}
.ProTabul li:first-child a{border-left: none;}
.Brandbar ol li.Ipadli{padding-top:60px;text-align: center; }
.Ipadpic{width:139px;margin:0 auto;}
.Ipadpic img{width:100%;}
.Brandbar ol li.Ipadli p.ipadP{font-size: 15px;font-weight: bold;letter-spacing: 2px;padding-top: 13px;}
.Brandbar ol li.Ipadli p.ipadbrand{font-size: 13px;line-height: 28px;}
.ipadtel{position: relative;margin-top: 18px;}
.ipadtel .paytelIcon{top:8px;}
.ipadtel p.telbold{line-height: 28px;}
.ProTab{background:#fff;}
#ProNavbox{position:relative;}
#ProNavbox span{cursor:pointer;}
.ProspanUp{background:#00cf9b url(../Rimg/proup.png) no-repeat center;background-size:11px 6px;width:20px;height:20px;position:absolute;top:50%;margin-top:-15px;right:0;z-index:40;box-shadow:-5px 5px 20px 3px #00cf9c;-webkit-transition: all .2s ease-in;transition: all .2s ease-in;transform: rotate(-180deg);padding:1%;}
.ProspanDown{background:url(../Rimg/prodown.png) no-repeat center;background-size:11px 6px;width:20px;height:20px;position:absolute;top:50%;margin-top:-15px;right:0;z-index:40;-webkit-transition: all .2s ease-in;transition: all .2s ease-in;transform: rotate(180deg);padding:1%;}
.allbrandbox{position:absolute;top:6px;left:0;background:#fff;width:100%;z-index:30;padding:2% 0 4%;box-sizing:border-box;font-size:14px;color:#333;text-align:left;box-shadow:0 10px 15px 5px rgba(0,0,0,0.2);}
.allBrandWrap{width:92%;margin:0 auto;padding:0 4%;}
.allBrandWrap a{color:#333;width:23%;float:left;margin-right:2%;border:1px solid #eee;border-radius:3px;height:32px;line-height:32px;text-align:center;margin-bottom:3%;box-sizing:border-box;}
.allBrandWrap .allbrandcur{background:#00cf9c;color:#fff;border-color:#00cf9c;}
.alltext_p{padding-bottom:8px;padding-left:5%;}
.alllinkCur{
-webkit-transition: all .2s ease-in;transition: all .2s ease-in;
-webkit-animation:fadeInUp 1s .1s ease both;
-moz-animation:fadeInUp 1s .1 ease both;}
@-webkit-keyframes fadeInUp{
0%{opacity:0;
-webkit-transform:translateY(6px)}
100%{
-webkit-transform:translateY(0)}
}
@-moz-keyframes fadeInUp{
0%{
-moz-transform:translateY(6px)}
100%{opacity:1;
-moz-transform:translateY(0)}
}
/* --NewIndex-- */
.oflowpdn{padding-top: 13px;padding-right: 10px;}
.Newmodels{padding-top: 13px;}
.newullist li{background: #fff;position: relative;}
.newullist li:after{content: "";width:9px;height: 16px;background: url(../Rimg/nberder.png) no-repeat;background-size: contain;position: absolute;top:7px;right:-9px;}
.navWrapul li{background: #fff;padding-top: 11px;margin-top: 19px;}
.navStep{width:37%;height: 23px;background: #00cf9b;color:#fff;font-size: 14px;line-height: 23px;text-align: center;border-radius:0 12px 12px 0;}
.navStep span{margin-left: 10px;letter-spacing: 1px;}
.goNav a{display:block;color:#333;font-size: 16px;padding:5% 10% 9% 14%;}
.h4size24{font-size: 24px;letter-spacing: 5px;}
.gonin{float: left;letter-spacing: 14px;}
.goIcon{width:66px;height: 66px;background: url(../Rimg/newindexadd.png) no-repeat;background-size: contain;float: right;margin-top: -5px;}
#newmesk{width:100%;height: 100%;background: rgba(0,0,0,0.4);position: fixed;top:0;left:0;}
.newpropmt{position: absolute;top:25%;left:50%;margin-left:-41%;width: 81%;border-radius: 5px;background: #fff;}
.newpropmt h5{width:100%;height:50px;text-align: center;line-height: 50px;font-size: 15px;color:#00cf9b;background: #e4f7f0;border-radius: 5px 5px 0 0;letter-spacing: 2px;}
.newcurrent{padding:10% 0 10% 9px;}
.newcurrent a{width:39%;height: 37px;border-radius: 19px;border: 1px solid #00cf9b;display: inline-block;text-align: center;line-height: 37px;color:#00cf9b;letter-spacing: 1px;font-size: 16px;}
.newcurrent a.othertype{margin-left:5%;}
.newcurrent .othercur{background:#00cf9b;color:#fff; }
.otherclose{width:28px;height: 28px;background: url(../Rimg/newclose.png) no-repeat;background-size: contain;position: absolute;top:-11px;right:-11px;}
.newsmodels{padding-bottom:3%;}
.newsmobPic{width:62px;padding:4px;background:#fff;}
table.newsmodelsptm{padding-top: 13px;padding-bottom: 15px;border-bottom: 1px solid #eee;}
.huanji{padding-top:10px;padding-left: 18px;}
a.huanjibtn{width:62px;height: 25px;background:#00cf9b;border-radius: 13px;display: inline-block;text-align: center;color:#fff;line-height: 25px;float: right;margin-right: 5%; font-size: 15px;}
.newji{font-size: 16px;color:#00cf9b;letter-spacing: 2px;}
.newpaybtn{padding-top: 18px;text-align: center;font-size: 15px;padding-bottom: 25px;}
.newsize15{font-size: 18px;font-weight: 600;color:#00cf9b;margin-left: 3px;display: inline-block;vertical-align: -2px;}
a.recycleBtn{width:82%;height: 38px;line-height: 38px;font-size: 16px;color:#fff;letter-spacing: 2px;display: block;border-radius:19px;background:#00cf9b;margin:5px auto 0;  }
.goHide{display:none;}
.btnHide{display:none;}
.modelsHide,.prohide{display:none;}
/* -----MyWallet----- */
#gmmywalletbox{background: #00cf9b;padding-top: 10px;}
.gmtitleH3{text-align: center;font-size: 19px;color:#fff;}
.gmwellatarrow{width:12px;height: 27px;background: url(../Rimg/btn_back.png) no-repeat;background-size: contain;float:left;margin-left: 15px;}
.gmwalletprice{font-size: 50px;color:#fff;text-align: center;}
.curuser {
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 4% 0 2% 0;
}
.logoutuser {
    font-size: 16px;
    color: #fff;
    padding: 0 2%;
    border: 1px solid #fff;
    border-radius: 5px;
    display: block;
    float: right;
    margin-right: 2%;
}
.gmwalletbalance{font-size: 17px;text-align: center;color:#fff;padding-bottom: 3%;padding-left:5%;}
.gmbalanceUl{padding:3% 0;background: #78dcb6;color:#fff;text-align: center; margin-top: 7%;}
.gmbalanceUl li{float:left;width:50%;border-left: 1px solid #bceedb;box-sizing:border-box;}
.gmbalanceUl li:first-child{border-left: 0;}
.gmicon{width:15px;height: 15px;border-radius: 8px;border: 1px solid #fff;font-size: 13px;text-align: center;line-height: 15px;display:inline-block;}
.gmPub{padding-top: 8px;}
#gmwalletNav{background: #fff;padding:15px 0 13px;margin-bottom: 13px;}
.gmNavimg{width:36px;height:37px;margin:0 auto 5px;}
.gmNavimg img{width:100%;}
.gmwalletNavUl li{float: left;width:50%;box-sizing:border-box;font-size: 18px;text-align: center;border-left: 1px solid #00cf9b;}
.gmwalletNavUl li a{width:100%;color:#00cf9b;}
.gmwalletNavUl li:first-child{border-left: 0;}
#gmSet{width:86%;margin:0 auto;background: #fff;border-radius: 5px;padding:20px 0;text-align: center;}
#gmSet p{font-size:18px;color:#7b7c81;padding-bottom: 13px;}
.gmGoSet{width:32%;height: 40px;display:block;border-radius: 5px;background: #00cf9b;color:#fff;font-size: 18px;margin:0 auto;line-height: 40px;cursor: pointer;}
/* -----MyWithdrawal----- */
#gmwalletSide{background:#fff;}
.gmwalletSideUl li a{color:#646464;font-size: 17px;padding:13px;border-bottom: 1px solid #e6e6e6;display:block;position: relative;}
.gmwalletSideUl li a:after{content: "";width:8px;height: 13px;background: url(../Rimg/gmsidearrow.png) no-repeat right center;background-size: contain;position: absolute;top:18px;right:18px;}
.gmwalletSideUl li:last-child a{border-bottom: 0;}
.spanBind{width:15px;height: 20px;background: url(../Rimg/gmbind.png) no-repeat; background-size: contain;display:inline-block;margin-right: 6px;vertical-align: -3px;}
.spanSet{width:16px;height: 20px;background: url(../Rimg/gmstock.png) no-repeat; background-size: contain;display:inline-block;margin-right: 6px;vertical-align: -3px;}
.gmMybtn{width:90%;margin:18px auto 0;}
.gmMybtnA{width:100%;height: 45px;display:block;border-radius: 5px;background:#00cf9b;color:#fff;font-size: 18px;text-align: center;line-height: 45px;}
.gmMylook{color:#ff7e16;font-size: 15px;background: url(../Rimg/gmwalletrule.png) no-repeat left center;background-size: 21px 21px;padding-left: 28px;margin-top: 10px;}
#gmFrozen{width:80%;margin:0 auto;border-radius: 5px;padding:4% 5% 6%;background:#fff;color:#777;line-height: 24px;}
.frozenh3{text-align: center;font-size: 18px;color:#333;padding-bottom: 10px;}
.gmIknow{width:60%;height: 40px;background:#00cf9b;font-size: 18px;color:#fff;border:0;border-radius: 3px;font-family: "微软雅黑";display:block;margin:8px auto 0;}
#gmwithdrawals{background:#fff;}
.gmzfbbox{border-bottom:1px solid #ddd;}
.top13{margin-top: 15px;background: #fff;border-bottom:1px solid #ddd;border-top:1px solid #ddd;}
.gmzfbh3,.gmzfbh3{font-size:17px;color:#333;padding:3%;cursor:pointer;}
a.gmzfbh3{display:block;position: relative;}
.gmarrowbtn{content: "";width:8px;height: 13px;background: url(../Rimg/gmsidearrow.png) no-repeat right center;background-size: contain;position: absolute;top:50%;margin-top:-7px;right:18px;}
.gmediticon{font-size: 16px;color:#42c493;float: right;margin-right: 8px;}
.gmzfbIcon{width:15px;height: 16px;display:inline-block;background:url(../Rimg/gmwlzfb.png) no-repeat left center;background-size:contain;margin-right: 8px;vertical-align:-2px;}
.gmWxIcon{width:18px;height: 16px;display:inline-block;background:url(../Rimg/gmwlwx.png) no-repeat left center;background-size:contain;margin-right:8px;vertical-align:-2px;}
.defaultSpan{width:18px;height:18px;border: 1px solid #999;border-radius: 10px;display: inline-block;background:#ddd url(../Rimg/gmwlcur.png) no-repeat center;background-size:12px 11px;vertical-align: -4px;cursor:pointer;margin-right:8px;}
.currentSpan{background:#42c493 url(../Rimg/gmwlcur.png) no-repeat center;background-size:12px 11px;border-color:#42c493;cursor:pointer;}
.gmwlSubmit,.graySubmit{width:90%;height: 45px;line-height: 45px;background:#42c493;border-radius: 5px;display:block;margin:18px auto 0;text-align: center;color:#fff;font-size:18px;letter-spacing: 2px;}
.graySubmit{background: #b4b4b4;}
.curSubmit{background:#42c493;}
/* .gmleft0{margin-left: 0;} */
.gmtipbox{color:#999;padding:0 3% 3%;margin-top:-8px;font-size:14px;}
.gmtextUl{border-top:1px solid #ddd; padding-left:3%;}
.gmtextUl li{padding:2% 0;border-bottom:1px solid #ddd;}
.gmtextUl li>label,.gmconfirmbox label{color:#333;font-size:16px;width:22%;display:inline-block;}
.gmtextUl .gmlastbottom{border-bottom:0;}
.gmtextUl li input,.gmconfirmbox input{height: 25px;line-height: 25px;padding:6px 0;width:76%;border:0;font-size:16px;color:#333;font-family: "微软雅黑";text-indent: 10px;}
.gmtextHide{display:block;}
.gmTxbox{background: #fff;margin-top: 13px;border-top: 1px solid #ddd;}
.gmItimesUl{margin:0 3px 0;border: 1px solid #ddd;border-bottom: 0;}
.gmItimesUl li{height:48px;line-height:48px;border-bottom: 1px solid #ddd;font-size: 16px;color:#333;}
.gmname{display:inline-block;}
.nameSpan{width:15%;display:inline-block;text-align: center;color:#777;}
.gmconfirmbox{background: #fff;padding:2% 3%;margin-top: 18px;border-bottom: 1px solid #ddd;border-top: 1px solid #ddd;}
.gmtextUl li input {-webkit-appearance: none;outline: none;}
.gmtextUl li input:-moz-placeholder{color:#777; font-size: 15px;font-family:"Microsoft Yahei";}
textarea:-moz-placeholder { color: #777; font-size: 15px;font-family:"Microsoft Yahei";}
.gmtextUl li input::-moz-placeholder{color: #777; font-size: 15px;font-family:"Microsoft Yahei";}
textarea::-moz-placeholder { color:#777; font-size: 15px;font-family:"Microsoft Yahei";}
.gmtextUl li input:-ms-input-placeholder{color: #777; font-size: 15px;font-family:"Microsoft Yahei";}
textarea:-ms-input-placeholder {color: #777; font-size: 15px;font-family:"Microsoft Yahei";}
.gmtextUl li input::-webkit-input-placeholder{color: #777; font-size: 15px;font-family:"Microsoft Yahei";}
textarea::-webkit-input-placeholder { color:#777; font-size: 15px;font-family:"Microsoft Yahei";}
/* ---收支明细---*/
.gmwhite{background: #fff;}
.revdetailsbox{border-top: 1px solid #eee;border-bottom: 1px solid #eee;}
.revdetailsul{padding:12px 0;text-align: center;font-size: 18px;}
.revdetailsul li{border-right: 1px solid #eee;float: left;width:33.333%;box-sizing:border-box;cursor: pointer;}
.revdetailsul li:last-child{border-right: none;}
.revdetailsul .revdetalcur{color:#42c493;}
.revdetailsol .revdetails_li{border-bottom: 1px solid #eee;padding:10px 13px;color:#888;cursor: pointer;}
.revdetails_li a{width:100%;cursor: pointer;color:#888;}
.revdetailsol .rev_hd{text-align: left;line-height: 28px;float: left;width:65%;}
.revdetailsol .rev_bd{text-align: right;line-height: 28px;float: left;width:35%;}
.revname{color:#333;font-size: 15px;}
.revplus{font-size: 15px;}
.revorange{color:#fb611e;}
.revgreen{color:#4bbc86;}
.revdetailshide{display:none;}
.reving{color:#42c493;}
.revlose{color:#bbb;}
.revpic{width:50%;margin:25% auto 0;font-size: 26px;color:#888;text-align: center;}
.revpic img{width:100%;margin-bottom: 18px;}
.Gmpagemore{padding:13px 0;text-align: center;color:#4bbc86;cursor: pointer;}
.gmAmount{padding-top: 8px;color:#888;padding-left: 10px;}
.gmfirstbox{margin:0 3px;}
/* ----提现详情---- */
.txflowbox{padding:22px 12px 0 18px;}
.txflowul li{min-height: 90px;border-left: 1px solid #888;position: relative;}
.txflowul li:last-child{border-left: none;}
.txflowul li:before{content: "";width:17px;height: 17px;border-radius: 9px;border: 1px solid #ccc;position: absolute;top:0;left:-10px;background: #fff url(../Rimg/txflow.png) no-repeat center;background-size: 10px 6px;z-index: 10;}
.txflowul li.texflowcur:before{content: "";width:17px;height: 17px;border-radius: 9px;border: 1px solid #42c493;position: absolute;top:0;left:-10px;background: #42c493 url(../Rimg/txflowcur.png) no-repeat center;background-size: 10px 6px;z-index: 10;}
.txflowul li.txfailcur:before {content: "";width:17px;height: 17px;border-radius: 9px;border: 1px solid #888;position: absolute;top:0;left:-10px;background: #888 url(../Rimg/txfail.png) no-repeat center;background-size: 8px 9px;;z-index: 10;}
.txflowul li.texflowcur .txflowtime{color:#42c493; }
.txflowul li.txfailcur .txflowtime{color:#888;}
.txflowtime{font-size: 16px;color:#333;margin-left:5%;position: relative;top:-4px;}
.txflowtime p{line-height: 26px;}
.txtime_p{color:#888;}
.bottom10{padding-bottom: 8px;}
.txflowhide{display:none;}
.propmtinfo{font-size: 13px;color:#999;padding:8px 13px 10px 0;padding-left: 26px;position: relative;}
.propmtinfo:before{content: "";width:14px;height: 14px;background: url(../Rimg/message.png) no-repeat;background-size: contain;position: absolute;top:11px;left:9px;}
.top3:before{content: '';top:3px;}
.lookhelp{padding:0 1%;border-radius:3px;background:#00cf9b;color:#fff;font-size:12px;font-weight: normal;height:20px;display:inline-block;line-height:20px;cursor: pointer;margin-top:5px;}
.gozhuce{padding:2px 10px; float: right; margin-right: 6%; border-radius:3px;background:#00cf9b;color:#fff;font-size:12px;font-weight: normal;height:20px;display:inline-block;line-height:20px;cursor: pointer;margin-top:15px;}
#bindwrap{padding-top: 13px;background: #fff;}
#helpwrap{width:100%;height:100%;position:fixed;top:0;left:0;z-index:1002;background:rgba(0,0,0,0.5);display:none;}
.helpbox{width:78%;background:#fff;margin:30% auto 0;position:relative;box-sizing:border-box;border-radius:5px;}
.helpline{width:100%;height:13px;background:#00cf9b;border-radius:5px 5px 0 0;}
.helpcon{padding: 6% 6% 8%;}
.titlehelp{text-align:center;font-weight:bold;color:#333;font-size:16px;}
.help_p{font-size:14px;color:#333;margin-top:-10px;}
.w551{margin:0 auto;width:55%;height:145px;}
.w551 img{width:100%;}
.helpbtn{width:45%;height:33px;border-radius:17px;line-height:33px;display:block;background:#00cf9b;margin:0 auto;text-align:center;color:#fff;font-size:15px;letter-spacing:6px;}
.helpclose{width:23px;height:23px;background:url(../img/formclose.png) no-repeat;position:absolute;top:16px;right:22px;}
@media (min-width: 414px) {		
			.telnull{
					height: 160px;
				}
			}
			@media (min-width: 360px) and (max-width: 410px) {
				
			.telnull{
					height: 120px;
				}
			}
			@media (max-width: 320px) {
				.telnull{
					height: 30px;
				}
	}
.ui-cell {
		  padding: 10px 0 0 10px;
		  position: relative;
		  display: -webkit-box;
		  display: -webkit-flex;
		  display: -ms-flexbox;
		  display: flex;
		  -webkit-box-align: center;
		  -webkit-align-items: center;
		      -ms-flex-align: center;
		          align-items: center;
		}
.ui-cell-primary {  -webkit-box-flex: 1; -webkit-flex: 1;-ms-flex: 1; flex: 1;}
.ui-cell-top {position: relative; display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;}  
#sectionbox{width:73%;margin:8% auto 0;}
.telbox{padding:0;}
.ul-tel-bd{font-size: 16px;color:#333;margin-top: -5px;}
.ul-te-hd{padding-left: 13px;}
.telnum{font-size: 19px;color:#42c493;padding-bottom: 5px;display:block;cursor: pointer;text-align:center;}
.telnum:after{content:"";width:19px;height:19px;background:url(../images/telphone_icon.png) no-repeat;background-size:contain;display: inline-block;margin-left: 4%;vertical-align: -2px;}
.telmove:after{content: "";margin-left: 5%;}
.telnull{width:100%;height: 7px;background: #f5f5f5;}
#openwxbox{width:80%;margin:0 auto;font-size: 18px;text-align: center;padding-top: 15%;} 
.openwx{width:104px;height: 104px;background: #42c493;border-radius: 52px;text-align: center;color:#fff;font-size: 60px;line-height: 104px;margin:0 auto 10%;} 
/* -----提现密码----- */
#Setbox{padding:0 3%;}
.setTitleh6{padding:5% 0;font-size: 20px;color:#333;text-align: center;}
.pwd-box{  
        width:11.26rem;  
        padding-left: 1px;  
        position: relative;  
        border: 1px solid #9f9fa0;  
        border-radius: 3px;  
       overflow:hidden;
       margin:0 auto;
    }  
    .pwd-box input[type="tel"]{  
        width: 11.26rem;  
        height: 45px;  
        line-height:1px;
        color: transparent;  
        position: absolute;  
        top: 0;  
        left: 0;  
        border: none;  
        font-size: 0.01rem;  
        opacity: 0;  
        z-index: 1;  
        letter-spacing: 45px;  
        text-indent:0px;
    }  
    .fake-box input{  
        width: 1.74rem;  
        height: 48px;  
        border: none;  
        border-right: 1px solid #e5e5e5;  
        text-align: center;  
        font-size: 30px; 
        box-sizing:border-box; 
    }  
    .fake-box input:nth-last-child(1){  
        border:none;  
    }  
.setDefaultBtn{width:90%;height: 45px;line-height: 45px;display:block;border-radius: 5px;background: #efefef;color:#fff;margin:8% auto;font-size: 20px;letter-spacing: 2px;text-align: center;}
.passwordNo{width:66%;height: 40px;margin:0 auto;text-align:center;line-height: 40px;color:#fff;font-size: 16px;background: #686868;border-radius: 3px;}
.passwordSuc{width:35%;display:none;}
.setCurbtn{background: #42c493;}
.forgetpassword{color:#42c493;font-size:17px;padding-top:10px;}
.steptop{margin-top: 3%;}
#forgetPw{width:11.24rem;margin:0 auto;background: #fff;border-radius: 5px;padding-top: 0.65rem;}
.resizeh4{font-size: 0.60rem;text-align: center;padding-bottom: 0.45rem;}
.resizebox{box-sizing:border-box;padding-bottom: 0.26rem;}
.resizetel{color:#515151;font-size: 0.60rem;padding-bottom: 0.30rem;}
.setYzm{width:4.96rem;height: 0.60rem;line-height:0.60rem;padding:0.30rem 0;border: 1px solid #999;border-radius: 3px;text-indent: 0.30rem;font-size: 16px;}
.sendSapn{width:3.28rem;height: 0.60rem;line-height:0.60rem;padding:0.30rem 0;background: #00cf9b;color:#fff;font-size: 0.45rem;border-radius: 3px;display:inline-block;text-align: center;margin-left: 0.10rem;vertical-align:0.01rem;cursor: pointer;font-family: "微软雅黑";border: 1px solid #00cf9b;}
.resizesubmit{background: #f8f8f8;height: 1.45rem;border-radius: 0 0 5px 5px;padding:0.29rem 0;box-sizing:border-box;}
.resizesubmit a{font-size: 0.60rem;color:#42c493;width:5.52rem;display:inline-block;text-align: center;}
.resizesubmit .leftborder{border-right: 1px solid #42c493;}
#confirmPw{width:11.24rem;box-sizing:border-box;margin:0 auto;padding:0.50rem 0;border-radius: 5px;background: #fff;}
#confirmPw .pwd-box{  
        width:11.24rem;  
        padding-left: 1px;  
        position: relative;  
        border: 1px solid #9f9fa0;  
        border-radius: 3px;  
       overflow:hidden;
       margin:0 auto;
    }  
#confirmPw .pwd-box input[type="tel"]{  
        width: 11.24rem;  
        height: 45px; 
        line-height:1px; 
        color: transparent;  
        position: absolute;  
        top: 0;  
        left: 0;  
        border: none;  
        font-size: 0.01rem;;  
        opacity: 0;  
        z-index: 1;  
        letter-spacing: 30px;
        text-indent:0;  
    }  
#confirmPw .fake-box input{  
        width: 1.82rem;  
        height: 48px;  
        border: none;  
        border-right: 1px solid #e5e5e5;  
        text-align: center;  
        font-size: 35px; 
        box-sizing:border-box; 
    }  
#confirmPw .fake-box input:nth-last-child(1){  
        border:none;  
    }  
.confirmsubmit{width:3.28rem;height: 0.60rem;padding:0.30rem 0;display:block;background:#42c493;font-size: 0.50rem;color:#fff;border-radius: 3px;text-align: center;line-height: 0.60rem; margin:8% auto 0;}
.YZMgray {background: #858585;}
.YZMresend{background: #eca83e;}
/*ScActivity*/
.scbg{background:#ffd32a;}
#scTop{padding:10% 4% 0;}
.scPic{width:100%;margin:0 auto;}
.scPic img{width:100%;}
.scbox{width:112px;height:35px;border-radius:18px;margin:0 auto;border:1px solid #000;background:#ffd327;box-sizing:border-box;position:relative;bottom:-4px;border-bottom-color:#ffd327;}
.scH3{width:104px;height:26px;background:#fbf294;text-align:center;font-size:15px;color:#000;line-height:25px;margin:0 auto;border:1px solid #000;border-radius:14px;margin-top:3px;box-sizing:border-box;font-weight:bold;}
.scInfo{border:1px dashed #000;border-radius:10px;margin-bottom:10%;}
.scGm{padding:8px 13px ;color:#000;font-size:14px;}
.scList li{width:1.66rem;height:1.55rem;background:url(../Rimg/scredbag.png) no-repeat;background-size:contain;float:left;margin-right:0.08rem;font-size:0.49rem;color:#e2bb82;text-align:center;line-height:1.35rem;font-weight:bold;}
.scList li:last-child{margin-right:0;}
.scbtn{ width:4.80rem;height:1.14rem;background:url(../Rimg/scbtn.png) no-repeat;background-size:contain;color:#000;display:block;margin:8% auto 6%;text-align:center;line-height:1.00rem;}
.scSpan{
    -webkit-animation: wobble  1s ease 1s infinite;
    animation: wobble  1s ease 1s infinite;
    font-size:18px;
}
@-webkit-keyframes wobble{
		0%{
				font-size:18px;
			}
        30%{
				 font-size:22px;
			}
        60%{
				  font-size:22px;
			}
		100%{
				 font-size:22px;
			}
		}
@keyframes wobble{
		0%{
				font-size:18px;
			}
        30%{
				 font-size:22px;
			}
        60%{
				  font-size:22px;
			}
		100%{
				 font-size:22px;
			}
		}
.scflow{width:2.19rem;height:0.54rem;background:#fbf294;border:1px dashed #000;font-size:0.30rem;text-align:center;line-height:0.54rem;border-radius:0.27rem;margin:0 auto;font-weight:bold;letter-spacing:2px;}
.scflowpic{width:100%;margin:3% auto 6%;}
.scflowpic img,.scbottom img{width:100%;}
.scOl li{font-size:0.28rem;color:#000;padding-bottom:0.13rem;}
.scbottom{width:100%;margin-top:2%;}
#Contact{ background: #fff; margin:15px 10px 0; border-radius: 5px; line-height: 24px; padding: 5px; border:1px solid #ddd;}
#Contact li{ padding:18px 15px 18px 18px; border-bottom: 1px solid #ddd; background: url(../Rimg/Contactimg2.png) no-repeat 90% 50% ;background-size:25px 25px; }
#Contact li:last-child{border-bottom:none}
#Contact .Contact1{background: url(../Rimg/Contactimg1.jpg) no-repeat 90% 50% ;background-size:25px 25px;}
.Contacttit{ font-size: 16px; color: #333; display: block;padding-bottom:5px;}
.Contactnum{ font-size: 14px; color: #333; display: block;}
/*--------支付宝代扣---------*/
#zfbWithhold{padding-top: 67px;text-align: center;color:#777;font-size: 16px;}
.NoWidthhod{width:76px;margin:0 auto 42px;}
.NoWidthhod img{width:100%;}
.Relbindbtn{padding:0 13px;border-bottom: 1px solid #eee;background: #fff;}
.Relbindbtn .zfbunbind{padding:13px 0;display:block;background: url(../Rimg/map01.png) no-repeat right center;background-size: 7px 11px;color:#333;font-size: 15px;}
.zfbopen{font-size: 13px;color:#999;}
.RelbindTips{float: right;font-size: 15px;color:#00cf9c;margin-right: 20px;margin-top: 8px;}
.RelbindInfo{float:left;margin-left: 11px;}
.Relbindbtn .zfbunbind:before{width:32px;height: 32px;background: url(../Rimg/userzfb.png) no-repeat;background-size: contain;display: inline-block;float: left;margin-top: 5px;}
#Successbox{text-align: center;padding-bottom: 8%;padding-top: 28%;}
.TipSuccess,.bindOrders,.unbindOrders{font-size: 20px;color:#000;}
.binding{font-size: 14px;text-align: center;color:#000;padding-top: 5%;}
.TipSuccess:before{content: "";width:33px;height: 33px;background: url(../Rimg/Yesimg.png) no-repeat;background-size: contain;border-radius: 17px;display: inline-block;box-shadow:1px 1px 1px 0 #eefcf8;margin-right: 15px;vertical-align: -9px;}
.bindOrders:before{content: "";width:33px;height: 33px;background: url(../Rimg/noimg.png) no-repeat;background-size: contain;border-radius: 17px;display: inline-block;box-shadow: 1px 1px 1px 0  #fcc8c6;margin-right: 15px;vertical-align: -9px;}
.unbindOrders:before{content: "";width:33px;height: 33px;background: url(../Rimg/unbind.png) no-repeat;background-size: contain;border-radius: 17px;display: inline-block;box-shadow: 1px 1px 1px 0  #eefcf8;margin-right: 15px;vertical-align: -9px;}
a.bindknow{width:65%;background: #00cf9c;height: 43px;line-height: 43px;border-radius: 5px;display:block;margin:10% auto 0;text-align: center;color:#fff;font-size: 17px;}
.doorSevr{/*background:#fff;*/}
.SevrUl li{font-size:16px;padding:3% 0 3% 3%;border-bottom :1px solid #eee;}
.Sevrcir{width:14px;height:14px;border-radius:10px;display:inline-block;border:1px solid #363636;vertical-align:-4px;margin-right:6px;background:url(../Rimg/curbtn.png) no-repeat center;background-size:10px 8px;}
.SevrCur{background-color: #00cf9c; border-color: #00cf9c;}
.SecrTip,.sevrTime{font-size:13px;color:#999;padding-left:24px;}
.SecrTip p{padding-top:5px;}
.SevrH3{padding:5px 0;background:#f2f2f2;color:#777;background:#fff;position:relative;border-bottom:1px solid #eee;}
.sevrSpan{font-size: 16px; color: #333;padding:5px 0 5px 12px;display:block;}
.sevrTime{padding-top:10px;}
.chose{float:left;}
.chose:before{content:"";width:14px;height:14px;background:url(../Rimg/unbind.png) no-repeat;background-size:contain;display:inline-block;border-radius:10px;vertical-align:-2px;margin-right:5px;}
.choseTime{float:right;cursor:pointer;color:#00cf9c;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);border:1px solid #eee;width:44%;height:25px;line-height:23px;border-radius:3px;box-sizing:border-box;margin-top:-2px;text-align:center;margin-right:3%;}
.timbox{width:100%;height:100%;position:fixed;top:0;left:0;background:rgba(0,0,0,0.5);z-index:20;}
.chosetimebox{width:100%;position:fixed;bottom:0;left:0;background:#fff;padding:12px 0;}
.chosebtn{padding:0 12px 8px;}
.chosebtn button{border:0;background:#fff;font-size:15px;cursor:pointer;}
.selectedbox{float:right;}
.choseOk{float:right;color:#00cf9c;margin-left:18px;}
.choseSet{padding:8px  0 10px 0;border-bottom:1px solid #eee;margin:0 12px;}
.choseSet li{width:30%;float:left;border:1px solid #eee;font-size:14px;border-radius:3px;margin-right:14px;text-align:center;padding:3px 0;box-sizing:border-box;}
.hotmodelbox{}
.hotmodellist{border-top:1px solid #eee;margin-top:10px;}
.hotmodellist li{width:50%;float:left;}
.hotmodellist li a{width:100%;display:block;padding:18px 0 13px;text-align:center;color:#333;border-right:1px solid #eee;border-bottom:1px solid #eee;box-sizing:border-box;}
.hotmodellist li:nth-child(2n) a{border-right:0;}
.hotmodelPic{width:105px;height:105px;margin:0 auto 9px;}
.hotmodelPic img{width:100%;}
.hotmodelbtn{width:112px;height:30px;margin:0 auto;background:#00cf9c;color:#fff;text-align:center;font-size:14px;line-height:30px;border-radius:3px;}
.maxprice{font-size:14px;color:#333;padding:8px 0 10px;}
.choseSet .selCur,.seltedOl .selCur{color:#00cf9c;border-color:#00cf9c;}
.seltedbox{padding-top:10px;padding-left:12px;height:120px;overflow-y:scroll;}
.seltedOl li{width:30%;float:left;border:1px solid #eee;font-size:14px;border-radius:3px;margin-right:10px;text-align:center;padding:3px 0;margin-bottom:8px;box-sizing:border-box;}
.selnext{width:92%;height:44px;line-height:44px;background:#00cf9c;color:#fff;text-align:center;font-size:18px;margin:8% auto 0;border-radius:3px;}
#Unsignbox{background:#fff;}
.UnsignList li{padding:12px;border-bottom:1px solid #eee;}
.UnsignList li a{display:block;background:url(../Rimg/arrw02.png) no-repeat right center;background-size:9px 16px;}
.UnsignPic{width:43px;float:left;margin-top:14px;}
.UnsignPic img{width:100%;}
.UnsignText{margin-left:53px;color:#999;font-size:13px;}
.Unsign_p{color:#333;font-size:18px;}
.newPicbox{padding:15px 0 10px;}
.newTipbox{width: 72%;margin:0 auto;}
.newTipbox img{width:100%;}
.newTipUl{display: -webkit-box; display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;padding: 10px 0 10px 8px;text-align: center;}
.newTipUl li{-webkit-box-flex: 1;-webkit-flex: 1;flex: 1;font-size: 13px;}
.newTipUl li a{display:block;color:#888;font-size:0.24rem;}
.ic_Group img{margin:0 auto 0.2rem;width:0.65rem;height:0.65rem;}
.bootmbar{ width: 100%; background: #fff; height: 45px; box-sizing: border-box;}
.bootmbar .lkefu{border-right:1px solid #eee;}
.bootmbar a{ display: block; width:50%;float:left; line-height: 25px; margin-top: 10px; text-align: center; font-size: 14px; color: #666; box-sizing: border-box;}
.bootmbar a:before{content:"";width:18px;height:18px;background:url(../Rimg/icon_2.png) no-repeat;background-size:contain;display:inline-block;vertical-align:-3px;margin-right:5px;}
.bootmbar .lkefu:before{content:"";width:18px;height:18px;background:url(../Rimg/linekf.png) no-repeat;background-size:contain;display:inline-block;vertical-align:-3px;margin-right:5px;}
/*---Vipbox--*/
.gotohome{background:url(../Rimg/icon_xfz.jpg) no-repeat right;background-size:contain;font-size:14px; float: right; margin-right: 4%;}
.Vipbox{font-size:14px;color:#333;border-top:1px solid #eee;padding:13px 0 12px 18px;background:#f6de18;margin-left:-18px;position:relative;}
.Vipbox:after{content:"";width:67px;height:67px;background:url(../Rimg/indextiped.png) no-repeat;background-size:contain;position:absolute;top:0;right:0;}
.youku{font-size:13px;height:22px;border-radius:14px;border:1px solid #333;display:inline-block;line-height:22px;text-align:center;margin-right:3%;padding:0 2%;}
.aqyicon{font-size:13px;height:22px;border-radius:14px;border:1px solid #333;display:inline-block;line-height:22px;text-align:center;padding:0 2%;}
.vipTips{padding:3px 0 8px;}
.vipDafult{float: left;display:none;}
.vipBtn{width:70px;height:30px;border:1px solid #e1e1e1;color:#999;font-size:14px;border-radius:2px;text-align:center;line-height:30px;float:right;cursor:pointer;}
.vipCur{border-color:#00cf9c;color:#00cf9c;}
.viplogonbox,.vipLqbox,.IknowBox{width:100%;height:100%;background:rgba(0,0,0,0.12);position:fixed;top:0;left:0;}
.vipWrap{width:78%;background:#fff;border-radius:3px;margin:30% auto 0;padding:5%;box-sizing:border-box;position:relative; font-size: 15px;}
.vipchecked{width: 14px;height: 14px; border: 1px solid #d2d2d2; border-radius: 10px; display: inline-block; margin-top: 3px; background:#fff url(../Rimg/curbtn.png) no-repeat center; background-size: 10px 8px;vertical-align:-2px;margin-right:8px;}
.vipcured{border-color:#00cf9b;background-color:#00cf9b;}
.vipyouk{font-size:15px;padding:8px 0;cursor:pointer;}
.vipText{padding-top:2%;}
.vipText input{width:100%;height:20px;line-height:20px;padding:8px 0;border:0;border-bottom:1px solid #00cf9c;text-indent:10px;font-size:15px;color:#333;}
.ykTips{font-size:13px;color:#999;padding-top:8px;}
.vipsubmit{width:140px;height:34px;line-height:34px;font-size:16px;color:#fff;text-align:center;letter-spacing:2px;display:block;border-radius:3px;margin:8% auto 5%;background:#00cf9c;cursor:pointer;}
.vipWrapUl{padding-top:3%;}
.vipWrapUl li{padding:5px 0;font-size:15px;}
.Vipok{padding-top:8px; color:#333;font-size:12px;}
.vipcloseBtn{width:30px;height:30px;background:url(../Rimg/newclose.png) no-repeat;background-size:contain;position:absolute;top:3%;right:4%;border-radius:15px;cursor:pointer;}
/*---vipactivity--*/
.vipHd{width:100%;position:relative;}
.vipHd img{width:100%;}
.vipRule{width:65px;height:25px;position:absolute;top:10px;right:0;cursor:pointer;}
.vipRecycleBtn{width:40%;height:39px;display:block;margin:0 auto;border-radius:19px;position:absolute;bottom:6%;left:50%;margin-left:-20%;cursor:pointer;}
.vipActivityUl li{width:100%;}
.vipActivityUl li a{display:block;position:relative;}
.vipActivityUl li img{width:100%;}
.vipGobtn{width:57px;height:59px;background:url(../Rimg/vipgoBtn.png) no-repeat;background-size:contain;position:absolute;bottom:0;right:4%;cursor:pointer;}
.vipruleH3{padding:4% 0;background:#d9fcf4;font-size:18px;color:#03bd94;text-align:center;}
.vipruleList{padding-top:6%;}
.vipruleListUl {padding:0 6% 0 10%;}
.vipruleListUl li{font-size:14px;color:#666;line-height:26px;list-style:decimal;}
.viptablebox{border:1px solid #dde4e4;margin:5% auto 0;border-bottom:0;border-right:0;border-collapse:collapse;}
.viptablebox th{text-align:left;font-weight:normal;padding:3% 0;text-indent:10px;border-bottom:1px solid #dde4e4;border-right:1px solid #dde4e4;}
.viptablebox td{padding:3% 0;text-indent:10px;border-bottom:1px solid #dde4e4;border-right:1px solid #dde4e4;color:#666;}
.vipActivityText{padding:6% 0;text-align:center;font-size:14px;color:#00cf9b;letter-spacing:1px;background:#000;}
.indexclosebox{width:93px;height:83px;position:fixed;bottom:50%;margin-bottom:-165px;right:4%;}
.indexTipbox{width:93px;height:83px;background:url(../Rimg/indextip.png) no-repeat;background-size:contain;display:block;}
.indexclose{width:20px;height:20px;border-radius:10px;position:absolute;top:0;right:0;cursor:pointer;}
.viptabwrap{padding-top:7%;}
#viptabbox{padding:0 5%;}
.youkuh3,.aqyh3{color:#2fb3ff;font-size:17px;text-align:center;}
.aqyh3{color:#63b504;}
.youkulist{padding-top:4%;}
.youkulist li{margin-bottom:8%;}
.loginyouk{padding-bottom:4%;font-size:15px;color:#333;}
.yknum{width:19px;height:19px;background:#2fb3ff;display:inline-block;line-height:19px;color:#fff;font-size:13px;border-radius:10px;text-align:center;margin-left:-10px;float:left;margin-top:2px;}
.youkupic{width:100%;}
.youkupic img{width:100%;}
.youkulogo{width:25px;height:25px;background:url(../Rimg/vipyklogo.png) no-repeat;display:inline-block;background-size:contain;vertical-align:middle;margin-right:4%;}
.yktext{margin-left:14px;}
.aqynum{background:#63b504;}
.aqylogo{width:24px;height:19px;background:url(../Rimg/vipaqylogo.png) no-repeat;display:inline-block;background-size:contain;vertical-align:middle;margin-right:4%;}
.viptabvideo{width:130px;height:32px;line-height:32px;border:1px solid #ccc;border-radius:16px;margin:0 auto 5%;display: -webkit-box;display: -webkit-flex; display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;text-align: center;}
.viptabvideo li{webkit-box-flex: 1;-webkit-flex: 1;flex: 1;height:32px;-webkit-transition:all .3s;transition:all .3s;border-radius:16px;cursor:pointer;}
.aqycur{background:#63b504;color:#fff;}
.youkucur{background:#2fb3ff;color:#fff;}
.vipDafult a.vipcheckedbtn{border-bottom:1px solid #333; color: #333; font-size: 13px;text-align: center; margin-right: 12px; cursor: pointer;display:inline-block;vertical-align:-6px;}
.showmsg1{font-size:15px;}
.vipac{color: #ff9344;text-align:center;display:block;}
/*------碎屏-----*/
.insurPic{width:100%;}
.insurPic img{width: 100%;}
.insurBox{background: #f7f7f6;margin-top: 12px;padding-bottom: 8px;}
.insurh3{font-size: 18px;color:#333;text-indent: 13px;padding: 5px 0;}
.insurUl{display: -webkit-box;display: -webkit-flex; display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;text-align: center;}
.insurUl li{webkit-box-flex: 1;-webkit-flex: 1;flex: 1;margin-right: 5px;background: #fff;}
.insurUl li:last-child{margin-right: 0;}
.insurUl li a{display: block;padding:8% 0;}
.buypic{width:39px;height: 39px;background: url(../Rimg/insurpic01.png) no-repeat;background-size: contain;border-radius: 20px;margin:0 auto;}
.settlepic{width:39px;height: 39px;background: url(../Rimg/insurpic02.png) no-repeat;background-size: contain;border-radius: 20px;margin:0 auto;}
.lookorderPic{width:39px;height: 39px;background: url(../Rimg/insurpic03.png) no-repeat;background-size: contain;border-radius: 20px;margin:0 auto;}
.basebuy{color:#333;font-size: 18px;border-top: 1px solid #d0cdc7;width:70%;margin:10px auto 0;padding-top: 5px;}
.insurRecybox{background: #fff;margin-top: 8px;padding:5% 0 5% 8%;}
.insurRecyLink{width:70%;display: block;}
.insurRecyLink img{width: 100%;}
.insurcontact{background: #fff;margin-top: 12px;text-align: center;padding:10px 0;width: 100%;}
.insurTelicon{color:#6d6b66;font-size: 14px;}
.insurTelicon:before{content: "";width: 12px;height: 14px;background: url(../Rimg/insurTel.png) no-repeat left center;background-size:contain;display: inline-block;margin-right: 3px;vertical-align: -2px;}
.insurTelicon a{color:#6d6b66;}
.scancodebox{text-align: center;font-size: 16px;margin-top: 30%;}
.scancodePic{width:67%;margin:0 auto 5%;border: 5px solid #ffa000;background:#fff;}
.scancodePic img{width:100%;}
.insurbuybox{padding-top: 10%;text-align: center;font-size: 18px;color:#333;}
.insurbuyprice{font-size: 23px;color:#333;margin-top: 12px;text-align: center;background: #fff;padding: 8% 0;}
.buyiconSpan{width:28px;height: 23px;background: url(../Rimg/insurbuy.png) no-repeat;background-size: contain;display: inline-block;vertical-align: -2px;margin-right: 8px;}
.insurtime{padding:8% 0;background: #fff;margin-top: 8px;margin-bottom: 13px;font-size: 17px;color:#333;text-align: center;}
.yeartime{margin-left: 8px;}
.insurbuylist{padding-top: 10%;background: #fff;padding-bottom: 10%;}
.buyprice{font-size: 35px;color:#ffa000;text-align: center;padding-bottom: 6%;}
.insurbuyUl{padding-left: 10%;padding-right: 6%;}
.insurbuyUl li{color:#777;font-size: 14px;list-style: decimal;}
.buyokbtn{width: 100%;height: 45px;background: #ffa000;display: block;text-align: center;line-height: 45px;color:#fff;font-size: 18px;letter-spacing: 2px;position: fixed;bottom:0;left:0;}
.cancelbuybox{width: 100%;height: 100%;background: rgba(0,0,0,0.2);position: fixed;top:0;left:0;}
.cancelbuyWrap{width:90%;margin:35% auto 0;background: #fff;padding-bottom: 8%;box-shadow: 3px 3px 3px rgba(0,0,0,0.1);}
.shopingPrice{font-size: 23px;color:#fff;text-align: center;padding:3% 0;background: #ffa000;}
.buyPriceDiv{font-size: 75px;color:#333;text-align: center;padding-top:3% ;}
.buyTips{font-size: 17px;color:#6d6b66;text-align: center;}
.TipsSpan{width: 20px;height: 20px;background: url(../Rimg/insurTip.png) no-repeat;background-size: contain;display: inline-block;vertical-align: -3px;margin-right: 5px;}
.cancelbuyBtn{width:62%;height: 46px;line-height: 46px;font-size: 18px;color:#fff;letter-spacing: 2px;border-radius: 15px;display: block;margin:10% auto 0;background:#ffa000; text-align: center;box-shadow: 0 3px 1px #d28400;}
.payokbox{width:100%;}
.payokbox img{width:100%;}
.payokTip{width:72%;text-align: center;font-size: 0.33rem;color:#333;margin:0 auto;position: relative;top:-1.10rem;}
.paylookorder{padding: 4% 0;color:#6d6b66;font-size: 14px;text-align: center;}
.queryorder{display: block;width: 65%;height: 38px;line-height: 38px;text-align: center;color:#fff;font-size: 18px;letter-spacing: 2px;border-radius: 19px;background:#ffa000;margin:2% auto 0;box-shadow: 0 3px 1px #d28400; }
.insurDetails{color:#333;padding:2% 3%;line-height: 24px;}
.insurcolor{color:#ffa000;}
.insurtablebox{border-collapse:collapse;}
.insurtablebox th{font-weight: normal;font-size: 15px;padding:8px 0;background: #fff;text-align: left;border-bottom: 2px solid #f2f2f2;text-indent: 10px;}
.insurtablebox td{font-size: 14px;padding:8px 0;background: #fff;border-bottom: 2px solid #f2f2f2;text-indent: 10px;color:#6d6b66;}
.insurtablebox .insurTextRight{text-align: right;padding-right: 3%;box-sizing:border-box;color:#333;}
.insurinfoh3{padding:2% 0 2% 8%;background: url(../Rimg/insurinfo.png) no-repeat 3% center;background-size: 11px 14px;}
.insurinfoUl li{display: -webkit-box;display: -webkit-flex; display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;padding:8px 11px;background: #fff;border-bottom: 2px solid #f2f2f2;}
.insurinfoUl .flexbox1{webkit-box-flex: 1;-webkit-flex: 1;flex: 1;text-align: left;color:#6d6b66;}
.insurinfoUl .flexbox2{webkit-box-flex: 2;-webkit-flex: 2;flex: 2;text-align: right;}
.formQuerybox{width:78%;margin:20% auto 0;}
.formId{margin-bottom: 8%;}
.formId input{width:100%;background:#fff;border:0;border-radius: 5px;height: 25px;line-height: 25px;padding: 8px 0;text-indent: 12px;color:#333;font-size: 15px;box-shadow: 0 2px 2px rgba(0,0,0,0.1);}
.formQuerybtn{width: 78%;margin:12% auto 0;display: block;height: 38px;line-height: 38px;color:#fff;font-size: 18px;letter-spacing: 2px;text-align: center;background: #ffa000;border-radius: 19px;box-shadow: 0 2px 2px rgba(0,0,0,0.1);}
.Resulticon{text-align: center;padding-top: 18%;}
.insurokbnt{width:92px;height: 92px;border-radius: 50px;border: 2px solid #333;display: block;background: url(../Rimg/insurok.png) no-repeat center center;background-size: 46px 34px;margin:0 auto;}
.ResultText{font-size: 20px;color:#6d6b66;padding-top: 4%;display: block;}
.Againorderbox{padding-top: 8%;}
.Againorderbox a{display: block;height: 42px;line-height: 42px;font-size: 18px;text-align: center;color:#fff;background: #ffa000;border-radius: 20px;box-shadow: 0 2px 1px #d28400;margin:0 auto 6%;width: 76%;}
.ExplainTips{background:#f7f7f6;padding:3% 8%;color:#777;}
.Explainflow{background: #fff;padding:5% 0 4%;}
.ResultPic{width:85%;margin:0 auto;}
.ResultPic img{width: 100%;}
.ResultList{display: -webkit-box;display: -webkit-flex; display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;text-align: center;} 
.ResultList li{webkit-box-flex: 1;-webkit-flex: 1;flex: 1;font-size: 13px;color:#777;padding-top:2%;} 
.insurNobtn{width:92px;height: 92px;border-radius: 50px;border: 2px solid #333;display: block;background: url(../Rimg/insurNo.png) no-repeat center center;background-size: 34px 33px;margin:0 auto;}
/* --CancelOrders-- */
.CancelTab,.Refund{padding:5% 4% 0;position: relative;}
.Cancelc{width:100%;height: 45px;border: 1px solid #eee;border-radius: 3px;background: #fff;padding-left: 13px;box-sizing:border-box;margin-bottom: 15px;overflow: hidden;}
.CancelP{width:74%;border:0;height:35px;line-height: 35px;box-sizing:border-box;color:#000;display: inline-block;font-size: 15px;}
.Cancelc textarea{height: 42px;resize:none;width:75%; text-indent: 6px;line-height:22px;padding-top: 12px;box-sizing:border-box;border:0;float: right;font-size: 14px;background: #fff;border-radius: 5px;font-family: "微软雅黑";}
.Cancelc label,.RefundCon label{font-size: 16px;width:24%;display: inline-block;line-height: 45px;color:#545251;}
.CancelcOld{background: #fff;border-radius: 5px;}
.OldText{width:100%;height: 80px;resize:none;border:1px solid #eee;text-indent: 10px;line-height: 20px;font-size: 14px;display:block;border-radius: 5px;padding-top: 5px;box-sizing:border-box;}
a.submitA{width:93%;text-align: center;height: 43px;line-height: 43px;background: #00cf9b;border-radius: 3px;font-size: 16px;color:#fff;display:block;margin:30% auto 10%;}
ul.Cancelul{position: absolute;top:60px;left:50%;margin-left:-46%;width:92%;background: #fff;border:1px solid #eee;border-bottom:none;z-index: 20;box-sizing:border-box;}
.textT{width:93%;height: 80px;resize:none;border:1px solid #eee;text-indent: 10px;line-height: 20px;font-size: 14px;display:block;margin:10px auto 0;padding-top: 5px;}
/* --Refund-- */
.RefundCon,.RefundMoney{width:100%;height: 45px;border: 1px solid #eee;border-radius: 3px;background: #fff;padding-left: 13px;box-sizing:border-box;margin-bottom: 13px;overflow: hidden;}
.RefundCon input{width:74%;border:0;height:35px;line-height: 35px;padding:5px 0;box-sizing:border-box;font-size: 14px;text-indent: 6px;}
.RefundCon .Refundp{display: inline-block;width:74%;height: 35px;line-height: 35px;padding:5px 0;box-sizing:border-box;font-size: 14px;text-indent: 4px;}
.RefundMoney{line-height: 40px;font-size: 15px;margin-bottom: 0;}
span.w20{width: 26%;display: inline-block;color:#545251;font-size: 16px;}
.moneyb{color:#ff874c;}
.color33{color:#545251;}
.mbtp{margin-bottom: 13px;padding-left: 13px;}
.Refund{position: relative;}
ul.Reason{position: absolute;top:62px;left:50%;margin-left:-48%;width:94%;background: #fff;border:1px solid #eee;border-bottom:1px solid #eee;z-index: 20;display:block;border-radius: 5px;}
ul.Reason li,ul.Cancelul li{padding:8px 0;border-bottom:1px solid #eee;text-indent: 28%;}
ul.Reason li.borderli{border-bottom: none;}
.Cancelc:-moz-placeholder{
    color: #000;
    font-family:"Microsoft Yahei";
    text-indent: 5px; 
    font-size: 14px;
}

.Cancelc ::-moz-placeholder{
    color: #000;
    font-family:"Microsoft Yahei";
    text-indent: 5px;
    font-size: 14px; 
}

.Cancelc input:-ms-input-placeholder,
.Cancelc textarea:-ms-input-placeholder 
{
    color: #000;
    font-family:"Microsoft Yahei";
    text-indent: 5px;
    font-size: 14px;
}
.Cancelc input::-webkit-input-placeholder,
.Cancelc textarea::-webkit-input-placeholder {
    color: #000;
    font-family:"Microsoft Yahei";
    font-size: 14px;
    text-indent: 5px;
}

.Express{width:100%;background: #fff;padding:10px 0;border: 1px solid #ccc;border-radius: 5px;margin-bottom: 15px;}
span.Expresshd{width:28%;padding-left: 13px;box-sizing:border-box;color:#545251;font-size: 16px;}
.Expressbd p{font-size: 14px;line-height: 24px;}
ul.Expressul{position: absolute;top:60px;left:50%;margin-left:-46%;width:92%;background: #fff;border:1px solid #eee;z-index: 20;border-radius: 0 0 5px 5px;box-sizing:border-box;}
ul.Expressbox{position: static;margin:0 auto 15px;}
.Expressbd{padding-left: 5px;}
ul.Expressul li{padding:8px 0 8px 0;margin:0 auto;box-sizing:border-box;cursor:pointer;border-bottom: 1px solid #eee;text-indent: 30%;}
.RefundCon:-moz-placeholder{
    color: #000;
    font-family:"Microsoft Yahei";
    text-indent: 5px; 
    font-size: 14px;
}

.RefundCon ::-moz-placeholder{
    color: #000;
    font-family:"Microsoft Yahei";
    text-indent: 5px;
    font-size: 14px; 
}

.RefundCon input:-ms-input-placeholder,
.RefundCon textarea:-ms-input-placeholder 
{
    color: #000;
    font-family:"Microsoft Yahei";
    text-indent: 5px;
    font-size: 14px;
}
.RefundCon input::-webkit-input-placeholder,
.RefundCon textarea::-webkit-input-placeholder {
    color: #000;
    font-family:"Microsoft Yahei";
    font-size: 14px;
    text-indent: 5px;
}

ul.Cancelul li{overflow: hidden;}
.textBlock{display:none;}
ul.textBlock{display:none;}
/* --N_Activity --*/
#nav {padding:13px 0;}
.ul_cell{ position: relative; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center; align-items: center;}
.ul_cell_public{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1;}
.ul_cell_lt{background: #00cf9b;border-radius: 5px;margin-left: 13px;height:106px;padding-left: 13px;padding-top: 24px;box-sizing:border-box;}
.ul_cell_lt p{color:#fff;}
.ul_cell_lt a.Jstar{font-size: 15px;color:#fff;padding-left: 22px;}
.ul_cell_lt i.jlt{width:17px;height: 17px;background: url(../images/telleft.png) no-repeat;background-size: contain;display: inline-block;margin-left:5px;vertical-align:-3px;}
.ul_cell_lt .fonts{font-size: 14px;}
.ul_cell_lt .fontsize{font-size: 14px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;padding-bottom: 6px;}
.ul_cell_lt:before{content: "";width:19px;height: 33px;display: inline-block;background: url(../images/telicon.png) no-repeat;background-size: contain;float: left;margin-right: 5px;}
.ul_cell_gt{width:30%;background: #f35a5a;border-radius: 5px;text-align: center;margin:0 13px;height:106px;padding-top: 18px;box-sizing:border-box;}
.ul_cell_gt img{width:39px;}
.ul_cell_gt strong{display:block;color:#fff;padding-top: 8px;font-size: 12px;}
#hotbrand hr{border:0;background-color:#eee;height:1px;}
#hotbrand p{width:106px;height:22px;background: #f7f7f7;margin:0 auto;letter-spacing: 3px;margin-top: -16px;text-align: center;font-size: 15px;}
#hotbrand .brand_type{margin-left:4%;padding-top: 13px;}
#hotbrand .brand_type a.biga{font-size:20px;font-weight: bold;line-height:31px;}
#hotbrand .brand_type a{border: 1px solid #eee; display:inline-block;background:#fff;height: 42px;color: #777; line-height: 42px;margin-bottom: 4%;margin-right: 4%;overflow: hidden;text-align: center; width: 20%;box-sizing:border-box;}
#flow hr,#activity hr,#questioning hr,#telphone hr{border:0;background-color:#eee;height:1px;}
#flow p,#activity p,#questioning p{width:106px;height:22px;background: #fff;margin:0 auto;letter-spacing: 3px;margin-top: -13px;text-align: center;font-size: 15px;color:#333;}
#flow p span{width:22px;height: 18px;background: url(../images/w_flow.png) no-repeat center;background-size: contain;display: inline-block;text-align: center;line-height: 20px;color:#51b780;font-size: 12px;padding-left: 2px;}
#flow ul{padding:10px 0 16px 14px;margin:0 auto;}
#flow ul li{width:21%;float: left;border: 1px solid #eee;margin-right: 14px;box-sizing:border-box;text-align: center;position: relative;padding:10px 0;background:#fff;}
#flow ul li a{display:block;color:#999;}
#flow ul li:nth-child(1):before,#flow ul li:nth-child(2):before,#flow ul li:nth-child(3):before,#flow ul li:nth-child(4):before{content: "";width:34px;height: 34px;display: inline-block;}
#flow ul li:nth-child(1):before{background: url(../images/w_flow01.png) no-repeat;background-size: contain;}
#flow ul li:nth-child(2):before{background: url(../images/w_flow02.png) no-repeat;background-size: contain;}
#flow ul li:nth-child(3):before{background: url(../images/w_flow03.png) no-repeat;background-size: contain;}
#flow ul li:nth-child(4):before{background: url(../images/w_flow04.png) no-repeat;background-size: contain;}
#flow ul li:last-child{margin-right:0;}
#activity{background: #fff;}
#activity p span{width:13px;height: 17px;background: url(../images/activity_icon.png) no-repeat center;background-size: contain;display: inline-block;margin-right: 3px;}
#activity a,#questioning a{color:#00cf9b;width: 50px;height:13px;float: right;margin-top: -20px;background: #fff;text-align: center;}
#activity_con li{padding-top: 15px;padding-bottom: 15px;border-bottom: 1px solid #eee;background:#fff;height:90px;padding-left: 5px;}
#activity_con li:last-child{border-bottom: none;}
.questioning_con li{padding-bottom: 15px;border-bottom: 1px solid #eee;background:#fff;padding-top: 15px;height:90px;}
#activity_con .activity_img,.at_con .img_list{width:160px;float:left;}
#activity_con .activity_img img,.at_con .img_list img{width:100%;}
#activity_con .activity_info,.questioning_con .activity_info,.at_con .fonts_list{margin-left:167px;padding-bottom:5px;margin-right: 6px;}
#activity_con .activity_info h3,.activity_info.activity_info h3,.at_con .fonts_list h3{font-size: 13px;color: #333;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
#activity_con .activity_info p,.activity_info.activity_info p,.at_con .fonts_list p{font-size: 12px;color:#999;text-align: left; overflow: hidden;text-overflow:ellipsis;display: -webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;line-height:18px;}
.questioning_con{background: #fff;/* margin-top: 6px; */}{font-size: 12px;color:#999;text-align: left; overflow: hidden;text-overflow:ellipsis;display: -webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;line-height:18px;}
#questioning{padding-top: 14px;background: #fff;}
.questioning_con .activity_img{width:160px;float:left;padding-left: 5px;padding-right: 7px;}
.questioning_con .activity_img img{width:100%;}
.questioning_info h3{font-size: 13px;color: #fff;overflow: hidden;text-overflow:ellipsis;display: -webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;}
.questioning_info p{font-size: 12px;color:#fff;overflow: hidden;text-overflow:ellipsis;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
#news_ul li{padding:12px 0 10px 8px;text-align: left;border-bottom: 1px solid #eee;}
#news_ul li a h3{color:#333;font-size: 13px;margin-bottom: 5px;overflow: hidden;text-overflow:ellipsis;display: -webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;}
#news_ul li a p{font-size: 12px;overflow: hidden;text-overflow:ellipsis;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
#footer{padding-top: 20px;}
#footer span{width:24%;display: inline-block;text-align: center;border-right: 1px dashed #51b780;box-sizing:border-box;}
#footer span:last-child{border-right:none;}
#footer span b{line-height: 24px;font-weight: normal;}
#footer span img{width:33%;display:block;margin:0 auto;}
#telphone{padding:23px 0  80px 0;}
#telphone p{width:124px;height:22px;background: #f7f7f7;margin:0 auto;margin-top: -16px;text-align: center;font-size: 15px;}
#telphone p a{width:124px;height: 22px;background: #f7f7f7;margin:0 auto;margin-top: -16px;text-align: center;font-size: 15px;display:inline-block;color:#51b780;}
#telphone p i{width:19px;height: 19px;background: url(../images/telphone_icon.png) no-repeat;background-size: contain;display: inline-block;vertical-align: -4px;margin-right: 3px;}
.h60{height: 73px;background: #fff;}
#feedback{position: relative;border-bottom: 1px solid #eee;}
#feedback h3,#feedbrank h3{font-size: 15px;color:#333;padding:10px 13px 10px 19px;}
#feedback textarea{width:100%;resize:none;border:0;border-top: 1px solid #eee;background: #fff;padding:10px 10px 0;height: 104px;overflow: auto;box-sizing:border-box;text-indent: 10px;display:block;font-size:20px;}
#feedback   p.nums{font-size: 14px;background:#fff;text-align: right;padding-right: 13px;padding-bottom: 5px;}
#feedbrank ul{background: #fff;padding:0 19px;;border-top: 1px solid #eee;;border-bottom: 1px solid #eee;}
#feedbrank ul li{padding:10px 0;border-bottom: 1px solid #eee;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
#feedbrank ul li span{width:13px;height: 13px;display: inline-block;margin-right: 3%;vertical-align: -2px;}
#feedbrank ul li .liNo{background: url(../Rimg/orderno.png) no-repeat;background-size: contain;}
#feedbrank ul li .liok{background: url(../Rimg/orderok.png) no-repeat;background-size: contain; } 
#feedbrank ul li:last-child{border-bottom: none;}
#feedbrank h3{padding-top: 5px;}
a.feedbackA{width:94%;text-align: center;height: 43px;line-height: 43px;background: #00cf9b;border-radius: 3px;font-size: 16px;color:#fff;position: relative;bottom:57px;left:50%;margin-left:-47%;z-index: 20;display:block;}
#minheight{height: 100%;min-height:426px;}
/* --FlowImg-- */
#flowimg{background: #fffceb;}
.flowpic{width:100%;}
.flowpic img{width:100%;}
.flowpicbtn{padding-top: 0.5rem;padding-bottom:1.02rem;position: fixed;bottom:1.54rem;left:0;background: #fffceb;padding-left: 0.4rem;width:100%;}
.flowpicbtn .flowpicA{width:11.60rem;height: 1.50rem;background: #00ca64;border: 1px solid #048947;border-radius: 10px;text-align: center;line-height: 1.50rem;display:block;color:#fff758;font-size: 0.64rem;letter-spacing: 1px;}
.flowheigth{width:100%;background: #fffceb;height: 4.87rem;}
@media (min-width: 414px) {
                .flowpicbtn{
                    padding-bottom:0.88rem;
                }
            }
            @media (min-width: 360px) and (max-width: 410px) {
                .flowpicbtn{
                   padding-bottom:1.13rem;
                }
            }
            @media (max-width: 320px) {
                .flowpicbtn{
                   padding-bottom:1.53rem;
                }
            }

.recycle_title{font-size: 16px;color:#8d8d8d;padding:10px;letter-spacing: 1px;}
.recycletab_ul{background: #fff;padding-bottom: 8px;}
.recycletab_ul li{padding:12px 0 12px 10px;font-size: 16px;color:#363636;cursor: pointer;}
.recycle_yy{width:13px;height: 13px;border: 1px solid #363636;display: inline-block;border-radius: 8px;vertical-align: -2px;margin-right: 2%;background:url(../Rimg/curbtn.png) no-repeat center; background-size: 10px 8px;}
.ii_cur{background-color: #00cf9b;border-color:#00cf9b;}
.recycle_span{display: inline-block;background: url(../Rimg/curyy.png) no-repeat left center;background-size: 12px 15px;padding-left: 6%;}
.recycle_zfb{display: inline-block;background: url(../Rimg/curgm.png) no-repeat left center;background-size: 18px 20px;padding-left: 6%;}
.recycle_gj{display: inline-block;background: url(../Rimg/gjicon.png) no-repeat left center;background-size: 21px 12px;padding-left: 7%;}
.recycle_fn{display: inline-block;background: url(../Rimg/fnicon.png) no-repeat left center;background-size: 21px 12px;padding-left: 7%;}
.paywayIn5{display: inline-block;background: url(../Rimg/fnicon1.png) no-repeat left center;background-size: 21px 12px;padding-left: 7%;}
.gmwallet{color:#00cf9b;font-size:13px;border-bottom:1px solid #00cf9b;margin-left:5px;padding:1% 0;}
.recycle_tel{padding:0 6%;}
.gmrecyclebox{padding:0 4%;}
.add10{height:20px;line-height:20px;color:#fff;font-size:12px;background:#ff3030;padding:0 1%;display:inline-block;margin-left:2%;border-radius:2px;}
.add10::before{content:""; width:8px;height:9px;background:url(../Rimg/add10.png) no-repeat;background-size:contain;display:inline-block;margin-left:-8px;}
.untextbox{width:100%;border: 1px solid #eeebeb;padding:2px 10px;box-sizing:border-box;background: #fff;border-radius: 5px;}
.nametext{padding:2px 0 2px 6px;box-sizing:border-box;width:92%;margin-left:8px;}
.untextbox input{padding:8px 0;line-height: 20px;width:100%;font-size: 14px;color:#333;border:0;text-indent:10px;}
.untis {
    padding: 10px 0 10px 26px;
    font-size: 12px;
    margin-top:0;
}
.untis:before {
        content: "";
        top: 12px;
    }
/* ---GmWallet--- */
.blue{background: #c8f1fc;width:100%; margin:0 auto;}
.gmwalletitle{width:100%;position: relative;}
.gmwalletH2{font-size: 36px;color:#333;font-weight: bold;position: absolute;top:5%;width:100%;left:0;text-align: center;letter-spacing: 2px;}
.gmwalletitle img,.gmwalletMain img,.gmwalletPic img,.gmwalletlast img{width:100%;}
.gmwalletH3{font-size: 28px;color:#333;position: absolute;top:5%;width:100%;left:0;text-align: center;letter-spacing: 2px;}
.gmwalletW{font-size: 28px;color:#333;position: absolute;bottom:3%;width:100%;left:0;text-align: center;letter-spacing: 2px;}
.gmwalletList li{text-align: center;font-family: "黑体";width:91%;background: #fff;border-radius: 15px;margin:0 auto 13px;padding-top:5%;}
.gmwalletPic{width:100%;margin-top: 10px;}
.gmwalletPic img{border-radius: 0 0 15px 15px;}
.gmwalletListH4{text-align: center;font-size: 18px;}
.stepSpan{width:23px;height: 23px;background: #42c593;color:#fff;font-weight: normal;text-align: center;display:inline-block;border-radius: 14px;font-size: 14px;margin:0 8px;vertical-align: 3px;}
.gmwalletMain{width:55%;margin: 8px auto 0;}
.gmfollowP{font-size: 16px;padding-top: 5px;}
.gmnameP{font-size: 14px;color:#68706f;}
.gmwalletlast{width:100%;}
.Picafter{position: relative;}
.Picafter:after{content: "";width:66px;height: 26px;background: url(../Rimg/gmcould.png) no-repeat;background-size: contain;position: absolute;left:0;bottom:-8px;}
.gmwalletermpic{width:80%;margin:0 auto;padding-top:13px;padding-bottom:20px;}
.gmwalletermpic img{width:100%;border-radius:0;}
.w640{width:100%;max-width:640px;margin:0 auto; background: #c8f1fc}
.fontsize28 {font-size:30px;}
.stepSpanfontsize16 {width:42px; height:42px;font-size:29px;vertical-align:0px;}
.gmnameP26 {font-size:22px;}
.gmwalletarrow{position:fixed;top:13px;right:13px;border:1px solid #51b780;border-radius:3px;font-size:14px;color:#51b780;width:40px;height:20px;display:block;line-height:20px;text-align:center;background:#f8f8f8;cursor:pointer;}
.gmpayment{border:1px solid #eee;border-radius:5px;}
/*---cart--*/
.editInfo{height: 43px;box-sizing:border-box;padding-right: 13px;padding-top: 10px;}
.editobj{width:18%;display:block;background: #fff;border: 1px solid #ccc;border-radius: 5px;line-height: 26px;color:#333;font-size: 15px;float: right;text-align: center;}
.newModel dl{margin-bottom: 13px;background: #fff;}
.newModel dl dt{padding:10px 13px;font-size: 15px;color:#333;color:#fff;}
/* .greendt{background: #00cf9b;} */
.bluedt{background: #74cbff;}
.circle{width:17px;height: 17px;border: 1px solid #fff;display: inline-block;border-radius: 50%;vertical-align: -4px;margin-right: 10px;}
.circlemod{width:17px;height: 17px;border: 1px solid #ccc;border-radius: 50%;float: left;margin-top: 21px;margin-right: 10px;}
.circleCur{background: url(../Rimg/orderok.png) no-repeat center center;background-size: 20px 20px;border:0;}
.newModel dl dd{border-bottom: 1px solid #ccc;}
.newModel-dd{padding:13px;}
.channel{height: 30px;background: #f2f2f2;line-height: 30px;padding-left: 46px;}
.modelImg{width:70px;float: left;padding-bottom:10px;}
.modelImg img{width:100%;}
.modelImg a{display:block;}
.modelCon{margin-left: 105px;}
.modelCon a{display:block;font-size: 14px;color:#333;}
.promptCon{width:100%;background: #8a8a8a;color:#fff;font-size: 13px;margin-top: 10px;}
.PromptBtn{height: 47px;}
p.promptp{padding:4px 13px;}
h3.prompth3{display: inline-block;width:67%;height: 47px;background: #333;font-size: 15px;color:#fff;line-height:47px;box-sizing:border-box;padding-left: 13px;}
h3.hoth3{color:#00cf9b;}
a.go{float:right;width:33%;height: 47px;background: #00cf9b;color:#fff;line-height: 47px;text-align: center;font-size: 16px;}
.Back{padding-bottom: 60px;}
@media (min-width: 414px) {
				.media{
					padding-bottom: 16%;
				}
			}
			@media (min-width: 360px) and (max-width: 410px) {
				.media{
					padding-bottom: 30%;
				}
			}
			@media (max-width: 320px) {
				.media{
					padding-bottom: 40%;
				}
			}
.InfoAdd{margin-top:10px;background: #fff;}
.Infoaddress{padding:3px 13px 14px;position: relative;}
p.Infop{font-size: 16px;}
.Infoaddress a{display:block;font-size:14px;color:#333; }
span.addSpan{width:21px;height: 21px;background: url(../Rimg/usesadd.png) no-repeat;background-size: contain;position: absolute;left:13px;top:50%;margin-top:-11px;margin-right: 11px;}
span.mapSpan{width:17px;height: 23px;background: url(../Rimg/map.png) no-repeat;background-size: contain;position: absolute;left:13px;top:50%;margin-top:-11px;margin-right: 11px;}
.Infotype{background: #f2f2f2;margin-top: 13px;}
.Infotype h3{font-size: 15px;padding:8px 0 10px 13px;color:#333;border-bottom: 1px solid #eee;}
.newMolde{background: #fff;border-bottom: 1px solid #eee;}
.Infotype .GoodMolde{margin-top: 10px;background: #fff;border-bottom: 1px solid #ddd;border-top: 1px solid #eee;}
/* .Infowrap{}  */
.wrapline{padding-top: 11px;}
.channel-p{background: #f2f2f2;font-size: 14px;height: 30px;line-height: 30px;padding-left: 13px;margin-bottom: 10px;border-bottom: 1px solid #eee;}
.InfoCon{margin-left:58px;position: relative;padding-bottom:29px;}
.total{padding:10px 13px 10px 0;text-align: right;font-size: 15px;}
.modenone{padding:0;padding-top: 13px;padding-bottom: 6px;}
p.recptop{padding-top: 6px;}
/* --OrderInfo-- */
ul.Infoul{background: #fff;border-top: 1px solid #eee;}
ul.Infoul li{margin: 0 13px;padding:12px 0;}
ul.Infoul li,ul.Backul li{background: #fff url(../Rimg/carticon.png) no-repeat;background-size:19px 149px;}
ul.Infoul li:nth-child(1){padding:0;position: relative;background-position: 0 11px;padding-left:11px;border-bottom: 1px solid #eee;}
ul.Infoul li:nth-child(2){background-position: 0 -53px;padding-left:24px;position: relative; /*border-bottom: 1px solid #ddd;*/}
ul.Backul li:nth-child(1){background-position:12px -117px;padding-left:37px;border-top: 1px solid #eee;}
ul.Backul li:nth-child(2){background-position: 0 -149px;padding-left:13px;border-top: 1px solid #eee;border-bottom: 1px solid #eee;padding-right: 13px;box-sizing:border-box;}
ul.Infoul li a{display: block;color:#333;position: relative;width:100%;padding:10px 13px;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);}
ul.Infoul li i.downI{position:absolute;right:50%;margin-right:-73px;top:50%;margin-top:-3px;width:11px;height: 6px;background: url(../Rimg/atdown.png) no-repeat;background-size: contain;}
ul.Infoul li i.upI{position:absolute;right:50%;margin-right:-73px;top:50%;margin-top:-1px;width:11px;height: 6px;background: url(../Rimg/atup.png) no-repeat;background-size: contain;}
ul.Infoul li .CouponB{font-size: 13px;position: absolute;top:14px;right: 13px;}
span.CouponspanL{width:82px;display: inline-block;}
/* span.CouponW98{width:98px;} */
span.Message{width:42px;}
.Back{background: #f2f2f2;}
ul.Backul li{margin-top: 10px;padding:12px 0;position: relative;border-bottom: 1px solid #eee;z-index:1;}
i.CouponI:after{content:"";width:23px;height: 23px;border-radius: 3px;background:url(../Rimg/carticon01.png) no-repeat center center;background-size:16px 10px;position: absolute;top:10px;right:8px;text-align: center;line-height: 23px;color:#fff; background-color: #00cf9b;}
i.CouponI.gray:after{content:"";width:23px;height: 23px;border-radius: 3px;background:url(../Rimg/carticon01.png) no-repeat center center;background-size:16px 10px;position: absolute;top:10px;right:8px;text-align: center;line-height: 23px;color:#fff; background-color: #f2f2f2;}
i.CouponI.green:after{content:"";width:23px;height: 23px;border-radius: 3px;background:url(../Rimg/carticon01.png) no-repeat center center;background-size:16px 10px;position: absolute;top:10px;right:8px;text-align: center;line-height: 23px;color:#fff; background-color: #00cf9b;}
i.Coupongay{width:23px;height: 23px;border-radius: 3px;background: #f2f2f2;position: absolute;top:10px;right:8px;text-align: center;line-height: 23px;color:#fff;}
ul.Backul li textarea{resize:none;width:85%;border:0;font-family: "微软雅黑";float: right;/* height: 50px; */overflow:auto;text-indent: 8px;line-height: 20px;font-size: 14px;}
.coupondiv{width:100%;background: #fff;padding:10px 13px;box-sizing:border-box;}
.coupondiv{background: #fff;padding:13px; line-height: 30px;border-bottom: 1px solid #ccc;color:#999;position: absolute;bottom:-79px;left:0;width:100%;z-index:11;display:none;}
.CoupouItems{background: #fff;width:100%;margin-left: -11px;display:none;}
.CoupouItems.displayBlock{background: #fff;width:100%;margin-left: -11px;display:block;}
.CoupouItems p{line-height: 26px;padding-left: 106px;}
/* --Pay-- */
ol.payol{padding-left: 13px;}
ol.payol li{padding:12px 0;/* border-bottom: 1px solid #ddd;  */}
ol.payol li:last-child{border-bottom:none;}
ol.payol li a{color:#333;font-size: 16px;}
i.payzfb{width:15px;height: 15px;background: url(../Rimg/zfb.png) no-repeat;background-size: contain;display: inline-block;vertical-align: -2px;margin-right: 5%;margin-left:2%; }
i.paywx{width:15px;height: 13px;background: url(../Rimg/wx.png) no-repeat;background-size: contain;display: inline-block;vertical-align: -2px;margin-right: 5%;margin-left: 2%;}
.paydiv{padding:13px;}
a.paya{width:100%;background: #00cf9b;height: 40px;color:#fff;font-size: 17px;text-align: center;line-height: 40px;display:block;letter-spacing: 1px;border-radius: 3px;}
.payPrompt{width:100%;height: 100%;background: rgba(0,0,0,0.3);position: fixed;top:0;left:0;display: none;}
.payInfo{width:85%;background: #fff;border-radius: 5px;position: absolute;top:20%;left:50%;margin-left:-43%;text-align: center; color:#000;padding:22px 0 18px;}
.payInfo p{padding-bottom: 10px;}
.payInfo a{display: inline-block;width:25%;height: 33px;text-align: center;line-height: 33px;border: 1px solid #00cf9b;border-radius: 3px;color:#00cf9b;font-size: 15px;}
a.marginA{margin-right: 6%;}
a.paycur{background:#00cf9b;color:#fff; }
/* --Payok-- */
.payok{padding: 45px 0 16px 0;margin:0 20px;text-align: center;}
.payok p{line-height: 24px;font-size: 15px;}
.payImg{width:67px;margin:0 auto;}
p.payokp{font-size: 18px;padding:13px;}
.payImg img{width:100%;}
.hasList{display:block;}
.noList{display:block;}
.addcart{text-align: center;padding-top: 30%;}
.addImg{width:71px;margin:0 auto;}
.addImg img{width:100%;}
p.addcartp{color:#999;font-size: 16px;padding:13px 0 25px 18px;}
.addcart .addcartH3{font-size: 20px;padding:13px 0 25px 0;color:#999;}
a.gocartA{width:25%;height: 33px;background: #fff;color:#00cf9b;text-align: center;line-height: 33px;border-radius: 5px;font-size: 15px;display: inline-block;border: 1px solid #00cf9b;}
a.gocart,a.gomyorder{width:25%;height: 33px;background: #fff;color:#999;text-align: center;line-height: 33px;border-radius: 5px;font-size: 15px;display: inline-block;}
a.gomyorder{margin-left: 13px;background:#00cf9b;color:#fff; }
.payTab{margin-top: 30px;}
.payTab a{display:inline-block;width:28%;padding:7px 0;text-align: center;background: #00cf9b;color:#fff;font-size: 15px;}
.payTab .payindex{margin-left: 15px;}
/*--OldIndex*/
.Oldlist{width:100%;overflow: hidden;position: relative;}
.Oldlist ul{
	width:303%;
	position: relative;
    overflow: hidden;
    transition-duration: 200ms;
    transform: translate(0px, 0px) translateZ(0px);
}
.Oldlist ul li{
    display: table-cell;
    vertical-align: top;
	float:left;
	width:33%;
}
.Oldlist ul li img{width:100%;}
.Oldlist ol{position: absolute;bottom:4%;right:10px;z-index: 20;}
.Oldlist ol li{width: 10px;height: 10px;border-radius: 50%;background: #ddd;margin-right: 8px;float: left;}
.Oldlist ol .Oldcur{background: #00cf9b;}
ul.navUl{padding: 5px 13px 0;}
ul.navUl li{width: 100%;}
ul.navUl li a{color:#fff;font-size: 14px;display:block;}
ul.navUl li p{line-height: 20px;font-size: 13px;}
ul.navUl li h4{overflow: hidden; text-overflow: ellipsis; white-space: nowrap;font-size: 15px;font-weight:bold;font-family:"黑体";margin-top:1px;}
ul.navUl li.navli{background: #00cf9b;border-radius: 5px;box-sizing: border-box;padding:13px 0 13px 16px;}
.navcheckbox{width:61%;float:left;}
.navli:before{content: "";width: 25px;height: 43px;background: url(../Rimg/wnav.png) no-repeat;background-size: contain;float: left;margin-right:5px;margin-top:8px;}
ul.navUl li .Stargjbox{float:right;width:63px;height:63px;background:#fff;border-radius:50%;display:block;color:#18c79c;font-size:16px;font-family:"黑体";text-align:center;font-weight:bold;line-height:18px;margin-right:5%;box-shadow:0 3px 0 #00b981;}
.navFonts{margin-left: 9px;margin-top:10px;}
.starSubmit{display:block;padding-top:14px;}
li.navtel{height:63px;margin:13px 0;}
.Oldtelphone{width:46%;box-sizing:border-box;}
.navQues,.baseques{width:24%;text-align:center;padding-top:2%;box-sizing:border-box;}
.basewrap{float:left;border-radius: 5px;background: #f5f5f5;margin-right:3%;height:63px;border: 1px solid #eee;}
.baseques{margin-right:0;}
.navP:before{content:"";width:28px;height:20px;background: #f5f5f5 url(../Rimg/wflow.png) no-repeat center center;background-size:contain;display:block;margin:0 auto 3px;}
.navUl li.navtel a {display:block;color:#777;font-size: 13px;}
.navUl li a.Oldtel{display:block;color:#00cf9b;line-height:63px;text-align:center;}
.telSpanbtn{width:18px;height:18px;background: url(../Rimg/telphone_icon.png) no-repeat left center;background-size: contain;display:inline-block;vertical-align:-3px;margin-right:5px;border-radius:9px;}
.QuesP:before{content: "?";width:20px;height:20px;background: #00cf9b;border-radius: 10px;text-align: center;line-height: 20px;font-size:14px;display:block;color:#fff;margin:0 auto 5px;}
.hotbrand{width:100%;}
.hotSearch{padding-top: 8px;}
.hotbrand a{width:25%;padding:46px 0 10px;border-right: 1px solid #eee;text-align: center;font-size:14px;color:#333;box-sizing:border-box;border-top: 1px solid #eee;box-sizing:border-box;float:left;}
.hotbrand a:nth-child(4n){border-right:0;}
.hotbrand .logo1{background:url(../Rimg/logo_1.jpg)no-repeat ;background-size:contain;}
.hotbrand .logo2{background:url(../Rimg/logo_2.jpg)no-repeat ;background-size:contain;}
.hotbrand .logo3{background:url(../Rimg/logo_3.jpg)no-repeat ;background-size:contain;}
.hotbrand .logo4{background:url(../Rimg/logo_4.jpg)no-repeat ;background-size:contain;}
.hotbrand .logo5{background:url(../Rimg/logo_5.jpg)no-repeat ;background-size:contain;}
.hotbrand .logo6{background:url(../Rimg/logo_6.jpg)no-repeat ;background-size:contain;}
.hotbrand .logo7{background:url(../Rimg/logo_7.jpg)no-repeat ;background-size:contain;}
.hotbrand .logo8{background:url(../Rimg/logo_8.jpg)no-repeat ;background-size:contain;}
.hotbrand .amore{color:#00cf9b;}
.hotmodellist .bold_p{font-weight:bold; font-size: 0.32rem;}
.oldfooter{position: fixed;bottom:0;left:0;width:100%;height: 63px;border-top: 1px solid #ddd;background: #f5f5f5;z-index: 99;}
.oldfooter ul.footerHd li{width: 25%; float: left;position: relative;text-align: center;padding-top: 10px;}
ul.footerHd li a{display:block;width:100%;font-size: 14px;line-height: 28px;color:#333;}
ul.footerHd li i.guRec{width:22px;height: 21px;background: url(../Rimg/windex.png) no-repeat center center;background-size: contain;display:block;margin:0 auto;}
ul.footerHd li i.oldRec{width:25px;height: 21px;background: url(../Rimg/wcart.png) no-repeat center center;background-size: contain;display:block;margin:0 auto;}
ul.footerHd li i.findRec{width:21px;height: 21px;background: url(../Rimg/wfind.png) no-repeat center center;background-size: contain;display:block;margin:0 auto;}
ul.footerHd li i.userRec{width:19px;height: 21px;background: url(../Rimg/wuser.png) no-repeat center center;background-size: contain;display:block;margin:0 auto;}
ul.footerHd li.Ocurrent i.guRec{width:22px;height: 21px;background: url(../Rimg/hindex.png) no-repeat center center;background-size: contain;display:block;margin:0 auto;}
ul.footerHd li.Ocurrent i.oldRec{width:25px;height: 21px;background: url(../Rimg/hcart.png) no-repeat center center;background-size: contain;display:block;margin:0 auto;}
ul.footerHd li.Ocurrent i.findRec{width:22px;height: 21px;background: url(../Rimg/hfind.png) no-repeat center center;background-size: contain;display:block;margin:0 auto;}
ul.footerHd li.Ocurrent i.userRec{width:22px;height: 21px;background: url(../Rimg/huser.png) no-repeat center center;background-size: contain;display:block;margin:0 auto;}
.findlist{padding:15px 10px 0 13px;}
.findul li{float: left;width:48%;border-radius: 5px;background: #e0b859;text-align: center;height: 109px;}
.findul li a{width:100%;display:block;color:#fff;font-size: 20px;height: 109px;line-height: 109px;}
.findul .ligreen{margin-left: 3%;background: #75ba70;}
.nearStore{width:100%;border-top:1px solid #eee;background:#fff;}
.nearptop{padding-top: 10px;}
.nearStore h3{width:120px;color:#333;margin:-13px auto 0;text-align: center;letter-spacing: 1px;background: #fff url(../Rimg/nearicon.png) no-repeat 12px center;background-size: 15px 13px;padding-left: 25px;box-sizing:border-box;}
.nearUl{padding-top: 10px;}
.nearUl li{width:29%;border: 1px solid #eee;float:left;margin-left: 3%;margin-bottom:3%;padding:13px 0;}
.nearUl .nearImg{width:83px;margin:0 auto;}
.nearUl li .Oldmore{text-align: center;color:#00cf9b;font-size: 15px;display:block;}
.nearImg img{width:100%;}
.OldNum{width:94%;background:#00cf9b;margin:13px auto 22px;border-radius: 5px;position: relative;}
.OldNum:before{content: "";width:10px;height: 10px;background:#fff;position: absolute;left:-5px;bottom:57px;border-radius: 50%;}
.OldNum:after{content: "";width:10px;height: 10px;background:#fff;position: absolute;right:-5px;bottom:57px;border-radius: 50%;}
.Oldul{padding:11px 13px;}
.Oldul li{color: #444;font-size: 14px;}
.Oldul li .font14{font-size: 20px;}
.Oldul .OldCounter{width: 60%}
span.boldP{font-size: 26px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
span.oldCounter{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
p.ptom{padding-bottom: 8px;font-size: 14px;}
.Oldul p.lineP{color:#444;font-size: 14px;border-top: 1px dashed #444;}
.OldImg{padding-top: 8px;background: #fff;}
.OldCounterP{float:left}
.OldCounterDiv{width: 40%}
.OldStore{background: #fff none repeat scroll 0 0; border: 1px solid #00cf9b; border-radius: 50%; color: #00cf9b; height: 70px; line-height: 70px; top: 13px; position: absolute; right: 20px; text-align: center; width: 70px;}
.OldStore span{ font-size: 18px; height: 50px; line-height: 22px; position: absolute; right: 15px; top: 13px; width: 40px;}
ol.Oldol li{width:100%;margin-bottom: 13px;}
ol.Oldol li img{width:100%;}
ol.Oldol{padding-bottom: 13px;}
.guNum{padding:0 13px 20px;background: #fff;}
.guWrap{width:100%;background: #f5f5f5;border: 1px solid #eee;border-radius: 5px;font-size: 14px;color:#777;padding:13px 5px;box-sizing:border-box;position: relative;}
.guWrap .orangeP{font-size: 27px;color:#ee962e;padding-bottom: 11px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.guWrap .orangeS{ color:#ee962e;font-size: 16px;margin:0 3px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
p.dashedP{padding-top:9px;border-top: 1px dashed #777;}
p.lineP{color:#fff;font-size: 14px;}
.guWrap:before{content: "";width:10px;height: 10px;background:#fff;position: absolute;left:-6px;bottom:35px;border-radius: 0 10px 10px 10px;border-right: 1px solid #eee;}
.guWrap:after{content: "";width:10px;height: 10px;background: #fff;position: absolute;right:-6px;bottom:35px;border-radius: 10px 10px 10px 10px;;border-left: 1px solid #eee;}
@media (min-width: 414px) {
				.Back{
					padding:13px 13px 10px;
				}
			}
			@media (min-width: 360px) and (max-width: 411px) {
				.Back{
					padding:13px 13px 10px;
				}
			}
			@media (max-width: 320px) {
				.Back{
					padding:13px 5px 10px;
				}
			}
   
 /* --css-- */
.focus{width: 100%;margin:5px auto 0;position: relative;overflow: hidden;    width: 6.86rem;height: 2.80rem;border-radius: 0.2rem;}
.focus .hd {width: 100%;height: 5px;position: absolute;z-index: 1;bottom: 10px;text-align: center;font-size: 0;}	
.focus .hd ul {overflow: hidden;text-align: center;margin-right: 6px;}
.focus .hd ul li {width: 8px;height: 8px;border-radius: 50%;display: inline-block;margin-right: 7px;background: #d4d4d4;}
.focus .hd ul .on {background: #00cf9b;}
.focus .bd {position: relative;z-index: 0;}	
.focus .bd li img {width: 100%;}
.focus .bd li a {-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}  
.wfocus {width: 100%;margin: 0 auto;position: relative;overflow: hidden;}
.wfocus .wd {width: 100%;height: 5px;position: absolute;z-index: 1;bottom: 10px;text-align: center;font-size: 0;}	
.wfocus .wd ul {overflow: hidden;text-align: center;margin-right: 6px;}
.wfocus .wd ul li {width: 8px;height: 8px;border-radius: 50%;display: inline-block;margin-right: 7px;background: #d4d4d4;}
.wfocus .wd ul .on {background: #00cf9b;}
.wfocus .wb {position: relative;z-index: 0;}	
.wfocus .wb li img {width: 100%;}
.wfocus .wb li a {-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}  
.focusbg{background: #fff;}
.h50{height: 50px;background: #fff;width:100%;}
#foo{width:50%;z-index: 10;border:0;font-size:0.26rem;}
.yqcode{border-bottom: 1px solid #eee;border-top: 1px solid #eee;background:#fff;padding:0 13px;margin-top:13px;}
.yqcode input{padding: 12px 0;height: 20px; line-height: 20px; color: #333; text-indent: 10px;font-size: 15px;width: 79%;border:0;}
.yqcode label{font-size: 15px;letter-spacing: 3px;}
 
 #Bdownload{width:100%;background: rgba(0,0,0,0.6);position: fixed;bottom:63px;left:0;padding:13px 10px 10px;}
#Bdownload ul li{font-size: 15px;color:#fff;float:left;}
#Bdownload ul .w60{width:60%;}
#Bdownload ul .w40{width:31%;}
.gmApp{width:46px;float: left;}
.gmApp img{width:100%;}
a.downloadA{display:block;border: 1px solid #fff;font-size: 15px;color:#fff;width:76%;height: 42px;line-height: 42px;text-align: center;border-radius: 8px;}
.gub{width:18px;height: 18px;background: url(../Rimg/gub.png) no-repeat;background-size: contain;position: absolute;top:26px;right:32px;}
 @media (min-width: 414px) {
				.gmApp{
					margin-right: 9%;
				}
			}
			@media (min-width: 360px) and (max-width: 411px) {
				.gmApp{
					margin-right: 8%;
				}
			}
			@media (max-width: 320px) {
				.gmApp{
					margin-right: 4%;
				}
			} 
 .h80{width:100%;height: 60px;background: #f2f2f2;} 
 #foo{width:50%;z-index: 10;border:0;font-size:0.26rem;}
.Method{margin: 10px 0;border-top: 2px solid #46b880;background: #fff;border-bottom: 1px solid #eee;padding-bottom: 10px;}
.Method h3{border-bottom: 1px solid #eee;padding-left: 13px;height: 40px;line-height:40px;font-size: 16px;} 
.Methodlist ul {border-bottom: 1px solid #eee;margin-left: -13px;text-indent: 13px;}
.Methodlist ul li{font-size: 15px;height: 38px;position: relative;line-height: 38px;}
.Methodlist {padding-left: 13px;line-height: 24px;}
.Methodlist span.spanborde{border-bottom: 1px solid #333;}
span.Rgrayspan{width:80%;height:35px;background:url(../Rimg/orderno.png) no-repeat right center;background-size: 18px 18px;position: absolute;top:5px;right:13px;}
span.curspan{width:80%;height: 35px;background: url(../Rimg/orderok.png) no-repeat right center;background-size: 18px 18px;position: absolute;top:5px;right:13px;}
.promtpWrap{background:#fff;text-align: center;padding-top: 8px;padding-bottom: 10px;}
.Wrapcontent{background:#fff;text-align: center;padding-top: 8px;padding-bottom: 10px;}
.promtpWrap h4,.Wrapcontent h4{font-size: 15px;color:#333;}
.promtpWrap p,.Wrapcontent p{color: #999;font-size: 12px;line-height: 22px;}
.promtpWrap span,.Wrapcontent span{font-size: 12px;}
b.bold{font-weight: bold;font-size: 22px;color:#00cf9b;}
a.nextstep{width:90%;margin:5px auto 0;background:#00cf9b;height: 40px;border-radius: 3px;display:block;color:#fff;font-size: 16px;line-height: 40px;text-align: center;letter-spacing: 2px;}
.Wraphidden{display:none;}
i.linep{border-bottom: 1px solid #bbb;font-weight:bold;}
.strongprice{float: right;padding-right: 13px;}
b.zjnum{color:#777;margin-right: 8%;}
span.heji{color:#00cf9b;}
p.huip{line-height: 28px;}
.propmtinfo{font-size: 13px;color:#999;padding-bottom:5px;padding-left: 26px;position: relative;}
.propmtinfo:before{content: "";width:14px;height: 14px;background: url(../Rimg/message.png) no-repeat;background-size: contain;position: absolute;top:11px;left:9px;}
.payul li b.borange{color:#ff6816;font-weight: normal;}
#wxcarete{width:100%;height: 100%;background: rgba(0,0,0,0.5); position: fixed;top:0;left:0;display:none;z-index:20;}
.cartetWrap{background: #fff;border-radius: 10px;padding-bottom: 16px;margin: -20px;padding-top:12px;}
.checkCat{margin:20% auto 0;width:75%;padding-right:3%;}
.w320{width:300px;}
.cartetWrap p{padding-left: 16px;line-height: 24px;font-size: 14px;}
.cartelIcon{position: relative;}
.cartelIcon:before{content: "";width:30px;height: 30px;background: url(../Rimg/caretetel.png) no-repeat;background-size: contain;position: absolute;top:-17px;left:16px;}
 p.creteour{width:46%;height: 31px;background: #00cf9b;border-radius: 0 16px 16px 0;color:#fff;line-height: 31px;font-size: 13px;margin-bottom: 10px;margin-top: 10px;}
.carteteTel .telbold{color:#00cf9b;font-size: 15px;font-weight: bold;padding-left: 54px;}
.paytelphone .telbold{font-size: 17px;}
.careteBtn h6{font-size: 15px;color:#ed9b3a;text-align: center;padding: 10px 0 0 0;}
.careteA{width:56%;height: 36px;text-align: center;color:#fff;font-size: 15px;letter-spacing: 2px;line-height: 36px;border-radius: 5px;display:block;background:#00cf9b;margin:0 auto; }
.caretop{margin-top:4%;};
.cartetClose{width:28px;height: 28px;background:url(../Rimg/carcoles.png) no-repeat;background-size: contain;position: absolute;top:-13px;right:-13px; display:none}
.paytelphone{text-align: center;position: relative;padding-top:40px;}
.paytelIcon{width:41px;height: 41px;background: url(../Rimg/caretetel.png) no-repeat;background-size: contain;position: absolute;top:45px;left:50%;margin-left:-86px; }
.lookhelp{padding:0 1%;border-radius:3px;background:#00cf9b;color:#fff;font-size:12px;font-weight: normal;height:20px;display:inline-block;line-height:20px;cursor: pointer;margin-top:5px;}
#helpwrap{width:100%;height:100%;position:fixed;top:0;left:0;z-index:1002;background:rgba(0,0,0,0.5);display:none;}
.helpbox{width:78%;background:#fff;margin:30% auto 0;position:relative;box-sizing:border-box;border-radius:5px;}
.helpline{width:100%;height:13px;background:#00cf9b;border-radius:5px 5px 0 0;}
.helpcon{padding: 6% 6% 8%;}
.titlehelp{text-align:center;font-weight:bold;color:#333;font-size:16px;}
.helpbtn{width:45%;height:33px;border-radius:17px;line-height:33px;display:block;background:#00cf9b;margin:0 auto;text-align:center;color:#fff;font-size:15px;letter-spacing:6px;}
.helpclose{width:23px;height:23px;background:url(../img/formclose.png) no-repeat;position:absolute;top:16px;right:22px;}
.zHjrulebox{width:100%;height:100%;position:fixed;top:0;left:0;background:rgba(0,0,0,0.51);z-index:10;}
.zHjruleWrap{width:78%;background:#fff;border-radius:10px;margin:30% auto 0;position:relative;padding-bottom:6%;}
.zHjtitle{width:100%;height:52px;background:url(../img/zhjtitle.png) no-repeat;background-size:100% 52px;border-radius:8px 8px 0 0;color:#fff;font-size:16px;text-align:center;line-height:52px;font-family:"黑体";}
.zHjclose{width:32px;height:32px;background:#fff url(../img/zHjclose.png) no-repeat center;background-size:13px 13px;position:absolute;top:-9px;right:-13px;border-radius:16px;cursor:pointer;-webkit-tap-highlight-color:transparent;}
.zHjlist{padding:6% 4% 0 11%;}
.zHjlist li{list-style-type:decimal;line-height:24px;}
/* --Order-- */
.InfoAdd{margin-top:13px;}
.Infoaddress{position: relative;background: #fff;}
p.Infop{font-size: 16px;}
.Infoaddress a{display:block;font-size:14px;color:#333;}
.Infoaddress .EditIcon{background:url(../Rimg/arrw03.png) no-repeat right center;background-size:15px 28px;}
span.addSpan{width:21px;height: 21px;background: url(../Rimg/usesadd.png) no-repeat;background-size: contain;position: absolute;left:13px;top:50%;margin-top:-11px;margin-right: 11px;}
.orderInfo{background: #fff;}
.orderCon{background: #fff;padding-bottom: 3%;}
.orderhd span{display:block;}
.orderbd{text-align: right;}
.ordersize{font-size: 14px;}
.ftsize16{font-size:16px;}
.orderbd .zongjia{font-size: 20px;color:#46b880;margin-right: 3%;}
.payul .newmob{font-size: 15px;color:#333;}
.payul .youhui{font-size: 13px;color:#777;}
.payul .old1{font-size: 15px;color:#333;}
.yhfont{font-size: 14px;}
.youhui .old{display:block}
.payul .old1 span{font-size: 15px;color:#333;}
.payul .old2 span{font-size: 13px;color:#777;}
.payul li span.oldfont{font-size: 13px;}
.hej{text-align: center;line-height: 15px;font-size: 15px;color:#333;}
.orderul{background: #fff;padding-left: 13px;border-bottom: 1px solid #eee;}
.orderul li{border-bottom: 1px solid #eee;padding:10px 0;position: relative;}
.orderul li.paybordr{border-bottom: none;}
.orderul li:last-child{border-bottom: none;}
.orderulhd{float: left;width:65%;position: relative;}
.orderulhd span,.orderulbd span{line-height: 24px;}
.ordersBrand{position: absolute;left:65px;top:0; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;width:100%;}
span.orderbrand{float: left; width:60px; }
span.orderbrand img{width:100%; }
.orderulbd{text-align: right;float: right;width:85px; padding-right: 10px;box-sizing:border-box;position: relative;top:8px;}
span.ordergreen{width:17px;height: 17px;background: url(../Rimg/orderok.png) no-repeat;background-size: contain;margin-top: 3px;margin-right: 5px;position: absolute;top:0;left:18px;border-radius:9px;}
span.ordergray{width:17px;height: 17px;background: url(../Rimg/orderno.png) no-repeat;background-size: contain;margin-top: 3px;position: absolute;top:0;left:18px;}
span.huispan{font-size: 13px;}
.orderCoupon{background: #fff;}
.orderCoupon{/*padding:8px 13px 0;*/position: relative;padding-bottom:10px;}
.orderHead{padding:10px 13px;color:#333;font-size: 15px;/*margin-top: 12px;*/background:#fff;border-bottom: 1px solid #eee;}
.CouponP{padding-left:36px;}
.displayNone{display: none;}
.displayInline{display: inline-block;}
.displayBlock{display: block;}
.Couponspan{/*color:#ff3030;*/position: absolute;top:-22px;right: 20px;color:#333;}
.sqCouponspan{/*color:#ff3030;*/position: absolute;top:-22px;right: 20px;}
ol.Couponlist{width:100%;background: #fff;display: none;padding-left: 36px;box-sizing:border-box;}
ol.Couponlist.couponlistblock{width:100%;background: #fff;display: block;padding-left: 22px;box-sizing:border-box;}
ol.Couponlist li{line-height: 28px;color:#999;}
i.downI{display:inline-block;width:11px;height: 6px;background: url(../Rimg/atdown.png) no-repeat right center;background-size: contain;margin-left: 3%;vertical-align: 2px;}
i.upI{display:inline-block;width:11px;height: 6px;background: url(../Rimg/atup.png) no-repeat right center;background-size: contain;margin-left: 3%;vertical-align: 2px;}
.MessageInfo{padding-top: 13px;background:#fff;margin-top: 7px;border-top: 1px solid #eee;border-bottom: 1px solid #eee;padding-top: 13px;}
.MessageInfo textarea{width:80%;height: 30px;resize:none;border:0;box-sizing:border-box;text-indent:10px;float:right;padding-right:10px;overflow:auto;font-size:15px;line-height:22px;}
.spanliuy{padding-left:13px;}
.orderfooter{background: #fff;padding:11px 13px;width:100%;box-sizing:border-box;/*border-top: 1px solid #eee;*/border-bottom: 1px solid #eee;}
.footp{display: inline-block;}
i.carthj{position: relative; top: 7px;left: 0;}
a.orderStep{float: right;width:30%;height: 45px;border-radius: 3px;text-align: center;line-height: 45px;color:#fff;font-size:17px;}
.stepGray{background: #ccc;}
.stepGreen{background: #00cf9b;/*;margin-right:3%*/}
.stepOrange{background: #f49422;}
.stepGray.jjhs{background: #ccc;margin-right:3%;}
span.count{padding-left: 54px; }
 @media (min-width: 414px) {
				.MessageInfo textarea{
					width:83%;
				}
			}
			@media (min-width: 360px) and (max-width: 410px) {
				.MessageInfo textarea{
					width:80%;
				}
			}
			@media (max-width: 320px) {
				.MessageInfo textarea{
					width:80%;
				}
			}
.heigth80{height: 74px;background: #f2f2f2;}
.Delspan{width:25px;height: 18px;background: url(../Rimg/delete.png) no-repeat center;background-size: 18px 18px;display: inline-block;border-left: 1px solid #eee;padding-left: 6px;position: absolute;right:9px;top:3px;}
span.footerspan{font-size: 15px;color:#ff3030;}
		@media (min-width: 414px) {
				span.footerspan{
					font-size:15px;
				}
			}
			@media (min-width: 360px) and (max-width: 410px) {
			    span.footerspan{
					font-size:15px;
				}
			}
			@media (max-width: 320px) {
				span.footerspan{
					font-size:14px;
				}
			}
span.footerspan{font-size: 15px;color:#ff3030;}
		@media (min-width: 414px) {
				span.footerspan{
					font-size:15px;
				}
			}
			@media (min-width: 360px) and (max-width: 410px) {
			    span.footerspan{
					font-size:15px;
				}
			}
			@media (max-width: 320px) {
				span.footerspan{
					font-size:14px;
				}
			} 
/* --GuOrderok-- */
.zfbpayment{background: #fff;border-top: 1px solid #eee;border-bottom: 1px solid #eee;margin-bottom:10px;}
h3.zfbh3{font-size: 16px;padding :9px 13px;border-bottom: 1px solid #eee;}
.zfbh3:before{content: "";width:15px;height: 15px;background: url(../Rimg/zfb.png) no-repeat;background-size: contain;display: inline-block;vertical-align: -2px;margin-right: 8px;}
.zfbpayment form{padding:0 13px;}
.zfbText{border-bottom: 1px solid #eee;}
.zfbbottom{border-bottom: none;}
.zfbText label{font-size: 15px;letter-spacing: 3px;}
.zfbText input{border:0;padding:10px 0;height: 20px;line-height: 20px;color:#333;text-indent: 10px;font-size: 15px;width:77%;}
.agreementCon{text-align: left;padding-right: 13px;color:#777;font-size: 14px;padding-left: 13px;margin-top: 6px;}
.agreementCon input.checkbox-y{width:18px;height: 18px;-webkit-appearance:checkbox;vertical-align:middle;}
input.checkbox-cur{background: #f2f2f2 url(../Rimg/checkbox.png) no-repeat center center;background-size: 10px 6px;}
.agreementCon a{font-size: 14px;color:#f8b551;}
.orderIcon{padding:18px 13px 10%;}
a.stepIcon{display:block;width:100%;height: 43px;background:#00cf9b;text-align: center;line-height: 43px;font-size: 19px;color:#fff; cursor: pointer;box-shadow: 0 5px 15px rgba(0,0,0,0.08);}
/* --MyOrder-- */
.OrderItem,.OrderYou{background: #fff;padding:0 13px 13px;margin-top: 13px;border-top: 1px solid #eee;border-bottom: 1px solid #eee;}
h5.Orderdata{padding:10px 13px;font-size: 15px;color:#999;border-bottom: 1px solid #eee;}
 p.delp{text-align:left;line-height: 22px;font-size: 14px;color:#777;} 
.Newtype,.Youpin{background: #fff;margin-top: 13px;position: relative;background: #f2f2f2;border-radius: 5px; cursor: pointer;}
.NewImg{float: left;width:67px;background: #f2f2f2;padding:5px 0;box-sizing:border-box;margin-top: 5px;position: relative;}
.NewImg a{display:block;width:100%;}
.NewImg img{width:100%;}
/* .NewInfo{padding-bottom: 15px;} */
.Newfonts{line-height: 22px;padding:8px 0 8px 0;margin-left: 67px;}
.Newfonts h4{font-size: 13px;}
.Newfonts a{display:block;font-size: 13px;color:#333;}
.Newfonts b{font-size: 12px;padding:0 1%;text-align: center;border-radius: 3px;color:#fff;margin-right: 5px;}
i.textI{float: right;padding-right: 8px;}
.Newgeen{width:28px;height:28px;background:url(../Rimg/mynews.png) no-repeat;background-size: contain;position: absolute;top:-5px;left:0;}
.Newblue{width:28px;height:28px;background:url(../Rimg/mygoods.png) no-repeat;background-size: contain;position: absolute;top:-5px;left:0;}
.Neworange{width:28px;height:28px;background:url(../Rimg/myolds.png) no-repeat;background-size: contain;position: absolute;top:-5px;left:0;}
.Oldtype{background: #f2f2f2;border-radius: 5px;margin-top: 13px;}
span.hotfont{font-size: 14px;}
p.listp{font-size: 13px;padding-right: 8px;}
.Gutype{background: #fff;margin-top: 16px;position: relative;background: #f2f2f2;border-radius: 5px;padding-right: 13px;}
.Gutype h4.margin-h4{margin: 6px 0;overflow: hidden;text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.addorders{padding-top: 70px;}
.myorderimg {width:157px;margin:0 auto;}
.orderp{padding-top: 25px;text-align: center;color:#777;font-size: 16px;}
/*---*/
.conponobjBox{margin:0 3%;background:#fff;border-top:1px solid #eee;padding-bottom: 12px;}
.conponTitle{background:url(../Rimg/jjicon.png) no-repeat 26px center;background-size:17px 16px;padding-left:48px;margin-top:11px;}
.priceNum{float:right;color:#ff3030;}
.inputcoupon{padding:3% 0 0 36px;}
.codeCondition {padding:0 0 0 36px;}
input.otextconpon{width:72%;padding:5px 0;height:20px;line-height:20px;border:1px solid #eee;border-radius:3px;color:#333;font-size:15px;text-indent:10px;}
.exitbtn{display:inline-block;background:#00cf9b;height:30px;line-height:30px;border-radius:3px;width:20%;color:#fff;text-align:center;float:right;margin-right: 5px;}
.dafultstat{width:14px;height:14px;border:1px solid #363636;border-radius:10px;display:inline-block;float:left;margin-top:3px;background: url(../Rimg/curbtn.png) no-repeat center;background-size:10px 8px;}
.curStat{background-color:#00cf9b;border-color:#00cf9b;}
.jjconponbox{/*padding:3% 0 3% 3%;*/background: #fff;padding:3% 0 0 3%;}
.jjconponIcon{/*padding-left:25px;*/padding-left:3px;}
.jjconponIcon:before{content: "";width:17px;height: 14px;background: url(../Rimg/cardicon01.png) no-repeat;background-size: contain;display: inline-block;vertical-align: -2px;margin-right: 8px;}
.moreOrder{text-align: center;font-size: 16px;color:#00cf9b;height: 40px;line-height: 40px;margin:10px 0;}
/* --MyDetail-- */
.balanctitle{float: left;}
.balancur{padding-left: 0;}
.balancp{float: right;font-size: 14px;color:#444;margin-top: 2px;}
.balancp span{font-size: 18px;}
.tablewrap span,.tablewrap span{color:#999;}
.tablewrap{margin-bottom: 13px;background: #fff;padding:0 10px;box-sizing:border-box;font-size:14px;line-height: 24px}
.tablewrap td{text-align: left;box-sizing:border-box;}
td.textright{text-align: right}
td.cellf{font-size: 18px;color:#444;}
td.celldata{font-size: 12px;}
td.cellcolor{font-size: 18px;color:#fb6602;}
td.cellgreen{font-size: 18px;color: #6ac352;}
.trlist i{font-style: normal;}
/* --EditAddress02-- */
.confirm-area{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap;  flex-wrap: wrap;font-size: 0.28rem;padding:0.20rem 0;}
.confirm-ads{/*-webkit-box-flex: 1.1; -webkit-flex: 1.1;flex: 1.1;color:#333;font-size: 0.32rem;*/line-height:0.60rem;} 
.confirm-city{-webkit-box-flex: 4; -webkit-flex: 4;flex: 4;color:#777;}
.confrim-cl{text-indent: 0.30rem;line-height:0.60rem;font-family: tahoma, arial, \5b8b\4f53, sans-serif;}
.confirm-detial-ads{height: 0.60rem;line-height: 0.60rem;}
.addaddress{background: #fff;border-bottom: 1px solid #eee;border-top: 1px solid #eee;}
.addinput{border-bottom: 1px solid #eee;padding :5px 0 5px 13px;}
.addinput label{color:#adadad;font-size:15px;}
.addinput input{border:0;text-indent: 9px;font-size: 15px;height: 28px;line-height: 20px;background: #fff; width: 79%;}
.addtext{padding:10px 0 10px 0;}
.addtext input{border:0;border-bottom: 1px solid #bfbfbf;padding-bottom: 10px;width:81%;float: right;background: #fff;}
.addlist textarea{border:0;resize:none;padding-left:0.1rem;height: 80px;width:100%;font-size: 15px;box-sizing:border-box;padding-right: 13px;padding-top: 0.13rem;text-indent: 9px;}
.ninput select,.addtext select{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height: 37px;border: 1px solid #fff;position: relative;color: #333;font-family:"Microsoft Yahei"; font-size: 15px;background: #fff;}
.ninput select,.addtext select{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height: 37px;border: 1px solid #fff;position: relative;color: #333;font-family:"Microsoft Yahei";font-size: 15px; background: #fff;}
.s_province,.s_city,.s_county{position: relative;margin-left: 10%;box-sizing:border-box;background: #fff;border-bottom: 1px solid #eee;width:90%;}
#s_province,#s_city,#s_county{position: relative;background: #fff;}
.s_province{height: 38px;}
.s_city{height: 38px;}
.s_county{height: 38px;}
.s_province:after,.s_city:after,.s_county:after{content: "";position: absolute;top:13px;right:15px;width:6px;height: 9px;background: url(../Rimg/arrw02.png) no-repeat;background-size: contain;} 
.npadding{padding-top: 8px}
.ninput label,.addtext label{color:#adadad;padding-left:13px;font-size: 16px;}
a.golook{width:80px;height: 40px;text-align: center;background: #fff;border-radius: 3px;border: 1px solid #777;margin:20px auto 0;display:block;line-height: 40px;color:#777;font-size: 15px;}
.header{ padding: 5px 0; height: 40px; background:#333;position: relative;}
.home{ display:inline-block; position: absolute;right: 0; top: 5px; height: 27px; line-height: 27px; background-size: contain; float: right; overflow: hidden;}
.searchall {height: 40px; margin: 0 auto;position: relative;width: 100%;}
.searchall h2 { color: #fff;font-size: 21px;font-weight: normal;line-height: 35px; text-align: center;}
.clear { clear: both;}
.clearfix:before,.clearfix:after{content:""; display:table;}
.clearfix:after{clear:both;}
.clearfix{ *zoom:1;/*IE/7/6*/}
.unout{padding: 0 2%;height: 20px;line-height: 20px;border-radius: 3px;color:#333;background: #fff;float:right;border:1px solid #eee;margin-right:4%; margin-top: -33px;}
.nstep{padding:20px 13px 40px 13px;}
a.step_a{display:block;width:100%;height: 44px;background: #ebebf0;text-align: center;line-height: 44px;font-size: 19px;color:#999; cursor: pointer;box-shadow: 0 5px 15px rgba(0,0,0,0.08);}
a.cur_a{background:#00cf9b;color:#fff;}
.save{padding:13px 13px 13px;}
.saveicon{width:100%;font-size: 18px;color:#fff;text-align: center;height: 42px;line-height: 42px;display:block;background: #00cf9b;}
/* --OrderDetails01-- */
 .DetailsTitle{margin-top: 15px;} 
 .Detailmtp{margin-top:0;}
a.Detailshd{width:100%;height: 69px;display:block;padding: 0 20px;box-sizing:border-box;line-height: 69px;font-size: 15px;color:#000;position: relative;}
a.Detailshd:after{content: "";width:12px;height: 21px;background: url(../Rimg/map01.png) no-repeat;background-size: contain;position: absolute;right:20px;top:26px;}
a.noimg:after{background:none;}
a.Detailshd p{display: inline-block;}
.Detailsbody strong{font-size: 12px;padding:0 1%;text-align: center;border-radius: 3px;color:#fff;margin-right: 5px;}
span.Detailzt{font-size: 18px;color:#00cf9b;margin-left: 12%;}
.Detaildiv{padding:0;}
.Detaildiv h5,.DetailsCon h5{font-weight: bold;font-size: 14px;margin-bottom: 4px;background: #fff;padding:5px 13px;}
.Detaildiv h5{background: #fff;padding:10px 13px 0;}
i.mapIcon{width:17px;height: 19px;background: url(../Rimg/map.png) no-repeat;background-size: contain;display: inline-block;margin-right: 4px;vertical-align: -4px;}
.Detailaddress{padding-bottom: 10px;background: #fff;}
.Detailsbody{background: #fff;margin-top: -5px;border-bottom: 1px solid #eee;}
.Detailaddress p{color:#000;font-size: 14px;padding:0 13px 0 28px;line-height: 20px;}
.AddinfoP p{padding-left: 19px;}
.confirmP p{padding-left: 29px;}
.DetailsCon p.code-p{padding:0 13px;color:#000;height: 32px;line-height: 32px;}
.DetailsCon{margin-top: 13px;color:#000;border-top: 1px solid #eee;}
i.Icon-i{width:17px;height: 16px;background: url(../Rimg/ordericon.png) no-repeat;background-size: contain;display: inline-block;margin-right: 4px;vertical-align: -2px;}
.Detailspro{border: 1px solid #eee;border-radius: 3px;margin-top: 10px;margin: 0 13px ;background: #f2f2f2;background: #fff;}
a.Details-a{display:block;width:100%;color:#333;}
.DetailsImg{ width:94px; padding:10px 13px;box-sizing:border-box;float: left}
.DetailsImg img{width:100%;}
.Detailsbd{padding-top: 13px;}
.Detailsbd p{font-size: 15px;}
.Split{height: 60px;margin-top: 8px;}
p.colorp{font-size: 13px;color:#999;}
span.detspan{font-size: 16px;margin-top: 6px;display:block;}
.ul-cell-head{line-height: 24px;margin-top: 4px;padding:0 10px;background: #fff;}
ul.ul-cell-left{width:60%; text-align: left;padding-bottom: 8px;}
ol.ul-cell-right{text-align: right;width:40%;}
b.cell-b{font-size: 16px;/* font-weight: bold; */}
.marginspan{margin-left: 6%;}
.DetailTime{padding:5px 13px;color:#999;box-sizing:border-box;background: #fff;margin-top: 13px;border-top: 1px solid #eee;border-bottom: 1px solid #eee; }
.DetailTime p{font-size: 13px;}
span.timespan{float: right;color:#333;font-size: 13px;text-align: right;}
.total{background: #fff;padding:8px 13px;}
.Detailfooter{height: 55px;background: #fff;position: fixed;bottom:0;left:0;width:100%;box-sizing:border-box;}
.Detailsbtn{ padding-top: 10px; text-align: right;}
a.footermar1,a.footermar,a.footer-a,a.Delete-a{margin-right: 3%;display: inline-block;height: 34px;font-size: 14px;color:#00cf9b;border: 1px solid #00cf9b;text-align: center;line-height: 34px;width: 29%;}
a.cantPay,a.GetClick{background: #00cf9b;color:#fff;}
a.Delete-a{display:none;}
.orderH3{font-size: 14px;color:#333;padding-bottom: 3px;font-weight: bold;}
.OBack{width:100%;height: 65px;}
/* --OrderDetails02-- */
.DetailsPic{background: #f2f2f2;width:80px;padding:12px 0;float: left;margin:7px 10px;}
.DetailsPic img{width:54%;margin:0 auto;}
span.textSpan{text-align: right;font-size: 13px;color:#333;}
/* --OrderStatus-- */
.statustitle{border-top: 1px solid #eee;border-bottom: 1px solid #eee;position: relative;}
.statusnone{border-bottom:none;}
.orderstatus{font-weight: normal;font-size: 17px;background: url(../Rimg/userstutas.png) no-repeat left center;background-size: 15px 17px;padding-left: 21px;}
.statusinfo{padding-bottom: 15%;}
.statusinfo ul{padding: 0 13px;}
.statusinfo ul li{padding-bottom: 13px; position: relative;}
.statusinfo ul li a{font-size: 17px;color:#333;display:block;}
.statusinfo ul li p.grayp{font-size: 16px;color:#333;}
.statusinfo ul li .statusbg{background: #fff;border: 1px solid #eee;margin-left: 13px;padding:8px;border-radius: 5px;}
span.dataSpan{float: right;font-size: 12px;color:#777;}
.statusinfo ul li .greenp{border-color:#00cf9b;}
.statusinfo ul li p{color:#777;font-size: 13px;}
.statusinfo ul li p:first-child{ position: relative; top:-3px;}
.statusinfo ul li:last-child{border-left-color:#d9d9d9;padding:0;}
.statusinfo ul li:before{content: '';background-color: #d9d9d9;width: 9px;height: 9px;border-radius: 50%;margin-right: 10px;position: absolute;top:16px;left:-5px;}
.statusinfo ul li{border-left:1px solid #d9d9d9;}
/* .statusinfo ul li.mheight:after{content: '';position: absolute;top:30px;left:0;height:auto;min-height:75px;width:1px;background:#d9d9d9;} */
.statusinfo ul li.infocur:before{content:"";background:#00cf9b;border: 1px solid #00cf9b;position: absolute;top:16px;left:-6px; }
.statusTel{text-align: center;color:#999;font-size: 14px;line-height: 24px;position: absolute;bottom: 0;left:50%;margin-left: -50%;width:100%;}
p.telphone-p{font-size: 16px;color:#00cf9b;}
p.telphone-p:before{content:"";width:20px;height: 20px;background: url(../Rimg/telphone_icon.png) no-repeat;background-size: contain;display: inline-block;margin-right: 6px;vertical-align: -3px;}
.DetailMask{width:100%;height: 100%;background: rgba(0,0,0,0.2);position: fixed;top:0;left:0;display:none;}
.MaskCon{position: absolute;top:30%;left:50%;margin-left:-30%;width:60%;background: #fff;border-radius: 5px;padding:20px 0;text-align: center;display:none;}
.MaskCon p{font-size: 16px;color:#333;line-height: 28px;margin-bottom: 15px;}
.MaskCon a{font-size: 14px;color:#333;display: inline-block;width:30%;}
.MaskCon .bright{border-right:1px solid #ccc;}
.MaskCon .agreen{color:#00cf9b;}
.explain-a{display:none}
.fontCont{width:94%;height:190px;border: 1px solid #eee;background: #f2f2f2;border-radius: 5px;margin:0 auto;padding-bottom: 15px;box-sizing:border-box;}
.Echart{height: 160px;width:100%;overflow: hidden;background: #f2f2f2;}
.fontCont p{font-size: 12px;color:#333;padding-left: 10%;background: #f2f2f2;margin-top: -10px;}
.fontCont .fontpt12{padding-left: 15%;margin-top: 0;}
.bgOrange{width:10px;height: 10px;background: #f37033;border-radius: 50%;display: inline-block;margin-right: 5px;}
.font12{color: #f37033; }
/*Neworder*/
.buylist{background: #fff;}
.finshhead{background: #fff;}
.finshitems{height: 43px;margin-bottom: 13px;}
.finshitems li{width:33.33%;float:left;line-height: 43px;line-height: 43px;text-align: center;font-size: 17px;color:#333;background: #fff;}
.finshitems li span{height: 40px;display:block;}
.finshitems li.finshcur span{color:#00cf9b;border-bottom: 2px solid #00cf9b;}
.Forderinfo{padding: 0 3% 3%;background:#fff;margin-bottom:7px;}
.finshtime{height: 43px;line-height: 43px;font-size: 15px;border-bottom: 1px solid #eee;}
.finshtime .finshh6{float:left;color:#999;font-size: 14px;}
.finshtime .stay{float:right;color:#00cf9b;font-size:14px;}
.recyclePic{width:63px;padding:3px 2px;background: #fafbfc;}
.recyclePic img{width:100%;}
.recycleinfo{margin-left: 13px;}
.recycleinfo .recycleorange{color:#333;/*margin-left: -7px;*/}
.recycleinfo .recycleItems{text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
.recycleinfo .recycleh5{color:#999;margin-top: 8px;font-size: 14px;letter-spacing: 1px;}
.gujiaTotal{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.Totalp{font-size: 14px;color:#999;}
.fontI12{font-size: 15px;margin-right: 3%;color:#333;}
.fontSpan15{font-size: 16px;}
.shows a{color:#333;background: #fff;display: block;/*margin-bottom: 12px;*/} 
.Nofinsh table{border:0;padding-left: 10px;border-collapse: collapse;box-sizing:border-box;}
.Nofinsh table td{border-bottom: 1px solid #eee;}
.Nofinsh td{padding:6px 0;box-sizing:border-box;}
td.leftline{position: relative;text-align: right;padding-right: 10px;box-sizing:border-box;}
.recyclegreen{color:#333;margin-left: -7px;}
.buyred{color:#ff0000;}
.recycelNew{padding-top:8px;}
span.newbtn{color:#333;line-height: 32px;font-size: 16px;}
.payable{float:right;font-size: 14px;}
.Gopay{padding-right: 10px;background: #fff;padding-bottom: 10px;}
a.Gopaybtn{width:29%;height: 37px;line-height: 37px;float:right;text-align: center;color:#fff;font-size: 16px;letter-spacing: 1px;background:#00cf9b;border-radius: 5px; }
/*--NewDetail--*/
.tablist{height: 50px;background: #fff;margin-bottom: 7px;}
.tablist li{width:50%;text-align: center;height: 50px;line-height: 50px;float:left;font-size: 15px;}
.tablist li span{display: block;width: 35%;border-bottom: 2px solid #fff;margin:0 auto;position: relative;top:-2px;}
.tablist li.tabcur{color:#00cf9b;}
.tablist li.tabcur span{border-bottom: 2px solid #00cf9b;}
#detailaddress{position: relative;}
.detailwrap{background: #fff;padding:12px 10px;margin-bottom: 7px;}
.detailwrap p{font-size: 14px;color:#333;line-height: 22px;}
.detailwrap .padleftp{padding-left: 23px;}
.detailwrap .mapicon:before{content: "";width:14px;height: 18px;background: url(../Rimg/mapicon.png) no-repeat;background-size: contain;display: inline-block;margin-right: 10px;vertical-align: -3px;}
.marleftspan{margin-left: 6px;}
.newdetaillist{border-bottom: 1px solid #eee;border-top: 1px solid #eee;margin-bottom: 7px;}
.recycleCodes{background: #fff;padding-bottom: 10px;}
.Codesp{color:#999;padding-left: 10px;padding-top: 5px;}
.Codeswrap{padding-top: 10px;padding-left: 8px;position: relative;}
.daispan{float: right;padding-right: 10px;color: #00cf9b;}
.CodesPic{width:72px;float: left;}
.CodesPic img{width:100%;}
.Codesfont{margin-left: 73px;width:56%;padding-top: 8px}
.color99{color:#999;padding-bottom: 5px;}
.size15{font-size: 16px;color:#333;}
.size33{color:#333;}
.buyOlds,.recycleOlds{background:#fff;padding:8px 13px;border-bottom: 1px solid #eee;font-size: 15px;}
.refundBtn{width:20%;height: 25px;border-radius: 5px;border: 1px solid #eee;color:#ababab;text-align: center;line-height: 25px;font-size: 14px;position: absolute;top:29px;right: 10px;letter-spacing: 2px;}
.paywrap{background: #fff;padding:5px 10px;border-bottom: 4px solid #f2f2f2;}
table.tableinfo,table.Countinfo{line-height: 24px;}
table.tableinfo td:nth-child(odd),table.Countinfo td:nth-child(odd){color:#999;}
table.tableinfo td:nth-child(even){padding-left: 8px;box-sizizng:border-box;}
.payCount{background: #fff;padding: 5px 0;}
table.Countinfo td:nth-child(odd){padding-left: 10px;box-sizing:border-box;}
table.Countinfo td{padding-bottom: 4px;}
table.Countinfo td.linebottom{border-top: 1px solid #eee;padding-top: 4px;}
table.Countinfo td:nth-child(even){text-align: right;padding-right: 10px;box-sizing:border-box;}
table.Countinfo td.linetop{border-top: 1px solid #eee;padding-top: 5px;color: #333;}
table.Countinfo td.linetop{font-size: 20px;}
table.Countinfo td.tdsize16{font-size: 15px;}
.h70{height:68px;width:100%;background: #f2f2f2;}
.Detailhide{display:none;}
.Detailshow{display:block;}
.Orderhide{display:none;}
.Ordershow{display:block;}
.paypdtop{margin-top: 7px;}
.paymartop{margin-top: 3px;}
.iblock{display:block;color:#333;}
.colorb11{display: inline-block;color:#333;margin-left: 13px;}
#questionbox{padding-bottom:13px;padding-top:15px;}
.questionh5{font-size:15px;color:#777;border-bottom:1px solid #eee;padding:0 10px 5px;}
/* .questionmore{float:right;color:#50b781;} */
.questionitems li{padding:7px 13px;border-bottom:1px solid #eee;position:relative;cursor:pointer;background:#fff;-webkit-tap-highlight-color: transparent;}
.title_p{font-size:14px;color:#333;text-overflow:ellipsis;overflow: hidden;white-space: nowrap;width:86%;margin-left:25px;}
.title_p span{width:15px;height:9px;position:absolute;top:12px;right:13px;}
.question_down{background:url(../Rimg/chekeddown.png) no-repeat right center;background-size:contain;}
.question_up{background:url(../Rimg/chekedup.png) no-repeat right center;background-size:15px 9px;}
.question_con{color:#777;font-size:13px;display:none;padding-top:3px;}
.Q{
    width: 15px;
    height: 15px;
    border-radius: 2px;
    background: #51b780;
    text-align: center;
    line-height: 15px;
    color: #fff;
    font-size: 12px;
   float:left;
    margin-top: 3px;
}
.A{
 width: 15px;
    height: 15px;
    border-radius: 2px;
    background: #999;
    text-align: center;
    line-height: 15px;
    color: #fff;
    font-size: 12px;
    float:left;
    margin-top: 3px;
}
.question_A{
    margin-left:25px;
    color:#999;
}
.storelistdiv{background: #fff;}
ul.listul li{padding:5px 13px;border-bottom: 1px solid #dfdfdf;}
ul.listul li p{font-size: 14px;color:#999;line-height: 26px;}
ul.listul li .area-p{color:#333;font-size: 16px;padding-bottom:5px;}
ul.listul li .map-p:before{content: "";width:16px;height: 18px;background: url(../images/JMap.png) no-repeat center;background-size: contain;display: inline-block;vertical-align: -4px;margin-right: 5px;}
ul.listul li .contact-p:before{content: "";width:16px;height: 16px;background: url(../img/conPel.png) no-repeat center;background-size: contain;display: inline-block;vertical-align: -1px;margin-right: 6px;}
ul.listul li .conTel-p:before{content: "";width:16px;height: 19px;background: url(../img/conTel.png) no-repeat center;background-size: contain;display: inline-block;vertical-align: -4px;margin-right: 5px;}
ul.Qsztips li p.cellspan{margin-left:82px;}
ul.Qsztips li i.fontI{font-style:normal;color: #333;  float: left; font-size: 13px; width: 82px;}
.nearlist{float: right;font-size: 13px;color:#51b780;line-height: 35px;background: url(../images/JMap.png) no-repeat left center;background-size: 8px auto;padding-left: 12px; }
.conadderss{width:91px;float:left;background: url(../images/JMap.png) no-repeat 3px center;background-size: 12px 18px;padding-left:20px;box-sizing:border-box;line-height:24px;}
.coninfo{width:69%;float:left;line-height:24px;}
ul.itemsulbox li p{line-height:24px;}
/*----------ExceptionReport--------------*/ 
.Noreport{border: 1px solid #00cf9c;color:#00cf9c; float: right; padding: 0 1%;border-radius: 3px;cursor: pointer;}
.Anormal{padding:13px 10px 0;}
.AnormalCon{background: #fff;border-radius: 3px;border: 1px solid #ede9e9;}
.AnormalCon h3{font-size: 15px;color:#333;line-height: 30px;padding-left: 13px;}
.AnormalCon table{line-height: 22px;border-bottom:3px dotted #ccc; padding-left: 13px;padding-bottom: 10px;font-size: 13px;text-align: left;}
.Anormalinfo{padding-top: 13px;}
ul.Anormalitem li{float: left;width:31%;text-align: center;position: relative;}
ul.Anormalitem li:last-child{width:38%;}
.Anormal-gt ul .libig{font-size:14px;color:#333;}
.Anormalbg{width:74%;height: 19px;background: #00cf9c;font-size: 12px;color:#fff;line-height: 19px;margin:0 auto 13px;position: relative;}
.Anormalbg:before{content: "";border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #00cf9c;position: absolute;bottom:-5px;left:50%;margin-left: -22px;}
.AnormalW{width:80%;}
span.spanbg{width:17px;height: 17px;background:url(../Rimg/span-j.png) no-repeat;background-size: contain; position: absolute;top:50%;margin-top:7px;right:-8%;}
span.span-j{background:url(../Rimg/span-b.png) no-repeat;background-size: contain; position: absolute;top:50%;margin-top:7px;right:-8%;}
span.fontspan{font-size: 16px;line-height: 32px;}
span.fontbig{font-size: 22px;line-height:32px;width:100%;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;display: inline-block;}
.Anormallist ol{padding-left: 13px;padding-bottom: 13px;box-sizing:border-box;}
.Anormallist ol li{line-height: 22px;color:#777;font-size:13px;}
.Anormallist ol li i{font-style: normal;}
.Anormaldiv{font-size: 13px;}
.Anormalmar{margin-right: 7px;}
span.marleft{margin:0 6px;}
a.look-a{color:#db524b;margin-left: 6px;}
.Anormaltitle{background: #fff;border-radius: 3px;padding-top:13px;padding-bottom:15px;font-size: 12px;color:#00cf9c;}
span.report_no{width:27px;height: 27px;background: url(../Rimg/noimg.png) no-repeat;background-size: contain;display:block;margin:0 auto 8px;}
span.Yesimg{width:27px;height: 27px;background: url(../Rimg/Yesimg.png) no-repeat;background-size: contain;display:block;margin:0 auto 8px;}
.Anormal-gt ul li{line-height: 22px;color:#777;}
.Anormal-lt{padding-right: 5%;color:#333;}
.yellow-a{color:#fcee08;margin-left: 7px;}
.AnormalBtn{background: #f2f2f2;padding:22px 13px 7%;}
a.okA{width:45%;height: 40px;text-align: center;line-height: 40px;font-size: 16px;color: #fff;display:inline-block;background: #00cf9c;border-radius: 3px;border: 1px solid #00cf9c;}
a.contantkf{width:44%;background: #fff;height: 40px;line-height: 40px;padding:0;font-size: 15px;display:inline-block;margin-right: 7%;}
.write_cell{position: relative; display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex; -webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;padding:0 18px 0 22px;}
.write_primary{-webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1;flex: 1;}
.write_top{position: relative;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;padding:0 18px 0 22px;}
.write_lt{font-size: 13px;color:#999;line-height: 20px;}
.write_gt{line-height: 20px;font-size: 13px;}
.lookpic {font-size:13px;color:#00cf9c;margin-left:6px;border-bottom:1px solid #00cf9c;cursor: pointer;}
.zhimabox{width:80%;background: #fff;border-radius: 15px;margin:25% auto 0;padding-bottom: 3%;}
.zhimatop{background: #00ce9b;border-radius: 15px 15px 0 0;text-align: center;color:#fff;font-size: 14px;padding:5% 0;}
.zhimainfo{font-size: 45px;}
.zhimacon{padding: 5% 3% 0 5%;color:#999;}
.zhimacon h6{font-size: 14px;}
.zhimalist{padding:2% 0 1% 7%;}
.zhimalist li{font-size: 15px;color:#333;line-height: 26px;list-style: disc;}
.zhimarecycle{width:98%;height: 43px;line-height: 43px;background:#00ce9b;border-radius: 5px;text-align: center;font-size: 17px;display:block;color:#fff;margin-top: 4%;}
.imeiBox{padding:12px;background: #fff;margin-top: 13px;}
.imeipic{background: url(../Rimg/lookpic.png) no-repeat left center;background-size: 17px 17px;display: inline-block;padding-left: 24px;font-size: 15px;}
.imeihelp{color:#00cf9c;font-size: 14px;float: right;}
/*------*/
#flowBox{ width:100%;color:#999;background:#fff;padding-bottom:2%;}
.flowBoxul li{float:left;width:25%;text-align:center;color:#333;font-size: 13px;}
.flowBoxul{padding-top: 1%;width:85%;margin:0 auto;}
.flowImg{width:72%;margin:0 auto;}
.flowImg img{width:100%;display:inline-block;vertical-align:middle;}
.hrbox{height: 7px;background: #f5f5f5;}
.tellist{display: -webkit-box;display: -webkit-flex; display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.tellist li{-webkit-box-flex: 1;-webkit-flex: 1;flex: 1;text-align: left;} 
.tellist li a{font-size: 14px;color:#333;display:block;position:relative;font-size:0.28rem; text-align: center; padding-top:0.25rem;box-sizing:border-box;position:relative;font-weight: 400;font-family: "PingFang SC";}
.tellist li .n_mobile{width:2.63rem;height:3.91rem;background:url(../Rimg/n_mobile.jpg)no-repeat ;background-size:contain;color:#333;}
.tellist li .n_computer{width:2.56rem;height:1.96rem;background:url(../Rimg/n_computer.jpg)no-repeat;background-size:contain;color:#333;}
.tellist li .n_ipad{width:2.31rem;height:1.96rem;background:url(../Rimg/n_ipad.jpg)no-repeat;background-size:contain;color:#333;}
.tellist li .n_camera{width:2.31rem;height:1.96rem;background:url(../Rimg/n_camera.jpg)no-repeat;background-size:contain;color:#333;}
.tellist li .n_shot{width:2.55rem;height:1.96rem;background:url(../Rimg/n_shot.jpg)no-repeat;background-size:contain;color:#333;}
.telhots{padding:10px 12px 0;font-size: 0.32rem;font-weight: bold;text-align: center;}
.flowboxfour{text-align:center; font-size: 0.32rem; color: #333; padding:10px 0;font-weight:bold;text-align: center;}
.hotmodellist{border-top:1px solid #eee;margin-top:10px;}
.hotmodellist li{width:50%;float:left;}
.hotmodellist li a{width:100%;display:block;padding:18px 0 13px;text-align:center;color:#333;border-right:1px solid #eee;border-bottom:1px solid #eee;box-sizing:border-box;}
.hotmodellist li:nth-child(2n) a{border-right:0;}
.hotmodelPic{width:105px;height:105px;margin:0 auto 9px;}
.hotmodelPic img{width:100%;}
.hotmodelbtn{width:112px;height:30px;margin:0 auto;background:#00cf9c;color:#fff;text-align:center;font-size:14px;line-height:30px;border-radius:3px;}
ul.shcontent li{height:30px;line-height:30px;}
/* .telphone{padding:0 0 13px 12px;background:#f5f5f5;}
.telphonespan{float: left;padding-top: 21px;font-size: 14px;}
.telphonespan:before{content: "";width:2px;height: 14px;background: #00ce9b;display: inline-block;vertical-align: -2px;margin-right: 5px;}
.telphonenum .pubicon{color:#00ce9b;font-size: 16px;display:block;width:130px;float:left;}
.telphonenum{float: left;margin-left:3px;width:52%;padding-top:10px;}
.iconSpan{width:16px;height: 16px;background: url(../Rimg/telphoneicon.png) no-repeat right center;background-size: contain;float:right;margin-top:7px;}
.kefuSpan{width:16px;height: 16px;background: url(../Rimg/linekf.png) no-repeat right center;background-size: contain;float:right;margin-top:7px;}.shbox{width:100%;box-sizing:border-box;margin-left:0;}
.shcontent{float:left;}
.shtel{float:left;width:30%;display:inline-block;margin-top:5%;padding-left:0;box-sizing:border-box;font-size:15px;} */
.twofloorbox .kf_pub{width:17px;height: 17px;display: inline-block;background: url(../Rimg/icon_1.png) no-repeat left center;background-size: contain;border-radius: 20px;vertical-align: -3px;margin-right: 8px;}
.twofloorbox{padding:4% 0 0 0;text-align: center;background:#f5f5f5;}
.twofloorbox .twotelnum{color:#00cf9b;font-size: 14px;line-height: 30px;display: inline-block;}
.twofloorbox .two_left{margin-right: 7%;}
.zmbottombtn{width:100%;position:fixed;bottom:0;left:0;padding:4% 0;z-index:30;}
.gozmbtn{display:block;width:92%;color:#fff;background:#00cf9b;height:42px;line-height:42px;text-align:center;margin:0 auto;font-size:18px;letter-spacing:2px;box-shadow: 0 5px 15px rgba(0,0,0,0.08);}
#flowBox .flowboxlink{display: block;position: relative;}
.flowboxlink:after{content: "";background: url(../Rimg/arrw03.png) no-repeat;background-size: contain;width: 16px;height: 18px;position: absolute;top:50%;margin-top:-13px;right: 2%;}
.bgline { width: 100%;  /*height: 65px;*/line-height: 25px;  text-align: center; background: #f5f5f5;box-sizing: border-box; position: relative;padding: 0 3%;}
.bgline .line0 {   display:block; height: 18px;border-bottom: 1px solid #dcdcdc; width: 100%;}
.bgline p{ margin-top: -14px;}
.bgline .txt { color: #999; font-size: 12px;background: #f5f5f5;}
/*---icloud--*/
.icloudBox:before{content:"";width:0;height:0;border-top:15px solid #00cf9b;border-left:15px solid transparent; border-right:15px solid transparent;position:absolute;bottom:-15px;left:50%;margin-left:-20px;}
.icloudwrap{padding:8% 6%;}
.numlist{width:20px;height:20px;border-radius:10px;background:#00cf9b;text-align:center;line-height:20px;color:#fff;font-size:13px;float:left;margin-top:2px;}
.bindset{margin-left:25px;font-size:16px;color:#333;}
.bindpic{width:83%;margin:3% auto 6%;}
.bindpic img{width:100%;}
.scrollFix{ height: 100%; overflow: hidden; position: relative; }
.scrollFix body{ height: 100%; overflow: hidden; }
.qusetionarrow{float: right;width:16px;height: 10px;background: url(../Rimg/down.png) no-repeat;background-size: contain;margin-top: 4px;}
.hnan5{margin-bottom: 8px;}
.hnan5:before{content: "";top:2px;left:3px;}
.hnanconpon{width: 21px;height: 12px;background: url(../Rimg/llicon.png) no-repeat;background-size: contain;display: inline-block;margin-right: 5px;}
.ExpressTipUl li{color:#333;font-size:14px;line-height:22px;padding:3% 5% 3% 12%;}
.ExpressTipUl .expressPhone{background:url(../Rimg/exphone.png) no-repeat 12px 14px;background-size:20px 16px;border-bottom:1px solid #eee;}
.ExpressTipUl .ExpressCat{background:url(../Rimg/expcat.png) no-repeat 12px 14px;background-size:20px 18px;}
.XsAddressbox{padding:4% 5% 4% 12%;font-size:13px;position:relative;text-align: left;}
.XsAddressbox:before{content:"";width:16px;height:20px;background:url(../Rimg/exadress.png) no-repeat left center;background-size:contain;position:absolute;left:15px;top:50%;margin-top:-28px;}
.Xsorderdetails{color:#00cf9c;font-size:14px;padding:5% 0 10% 0;text-align:center;}
.exIndexbox{padding:3% 0;border-bottom:1px solid #eee;border-top:1px solid #eee;text-align:center;display: -webkit-box;display: -webkit-flex; display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.arrowindexBtn{-webkit-box-flex: 1;-webkit-flex: 1;flex: 1;font-size:16px; color:#333;display:block;box-sizing:border-box;}
.exindexbtn{border-right:1px solid #eee;}
.exindexSpan{width:17px;height:16px;display:inline-block;background:url(../Rimg/exindex.png) no-repeat;background-size:contain;vertical-align:-2px;margin-right:8px;}
.exorderSpan{width:12px;height:16px;display:inline-block;background:url(../Rimg/exorder.png) no-repeat;background-size:contain;vertical-align:-2px;margin-right:8px;}
a.submit30{margin-top:5%;}
.titleTisbox{margin-top:-10px;font-size:14px;text-align:left;}
.carteteTel .small12{color:#333;font-size: 13px;line-height: 18px;padding-top:3%;text-align:left;}
span.blockSpan{color:#00cf9b;margin-left:5px;font-size:16px;}
.homebox{width:100%;margin:0 auto;position:absolute;top:0;left:0;z-index:199;height:42px;box-sizing:border-box;padding:6px 15px 0;box-sizing:border-box;
         -webkit-animation-duration: 1s;
         animation-duration: 1s;
          -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
          -webkit-animation-name: sscolor;
          -webkit-transform-origin: left right;
          transform-origin: left right;
}
.n_Ordercenter{font-size:12px;color:#fff;position:absolute;right:4%;top:6px;}
.n_Ordercenter:before{content:"";width:16px;height:16px;background:url(../Rimg/n_ordercenter.png) no-repeat;background-size:contain;display:block;margin:0 auto;}
.linksearch{width:82%;height:31px;line-height:31px;display:block;}
.linksearch input{width:100%;height:31px;line-height:31px;padding-left:6%;border:0;border-radius:3px;text-indent:10px;color:#333;background: url(../Rimg/rgsearch.png) no-repeat 5px center;background-size:18px 18px;font-size:15px;box-sizing:border-box;}
.homecur{
   position:fixed;top:0;left:0;z-index:199;
   -webkit-animation-duration: 1s;
   animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bgcolor;
  animation-name: bgcolor;
  -webkit-transform-origin: left right;
  transform-origin: left right;
}
@-webkit-keyframes bgcolor {
  from {
    background:rgba(0,207,156,0.2);
  }

  50% {
   background:rgba(0,207,156,0.5);
  }
  80% {
   background:rgba(0,207,156,0.8);
  }

  to {
     background:rgba(0,207,156,1);
  }
}
@-webkit-keyframes bgcolor {
  from {
    background:rgba(0,207,156,0.2);
  }

  50% {
   background:rgba(0,207,156,0.5);
  }
   80% {
   background:rgba(0,207,156,0.8);
  }

  to {
     background:rgba(0,207,156,1);
  }
}
.newOrderokimg{width:100%;}
.newOrderokimg a{display:block;}
.newOrderokimg a img{width:100%;}
.zmrecordbox{padding:0 4%;height:30px;position:relative;background:#fff;overflow:hidden;}
.zmrecordUl{height:30px;position:absolute;top:0;left:4%;width:100%;}
.zmrecordUl li{color:#999;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;/*background:url(../Rimg/noticon.png) no-repeat left center;*/background-size:14px 14px;padding-left:18px;line-height:30px;height:30px;width:88%;}
.zmrecordUl li span{color:#ffae00;margin:0 2px;}
.cancelc_update{border:0;margin-bottom:0;}
.textBlock_update{width:94%;padding-left:20px;box-sizing:border-box;font-size:15px;}
.textBlock_update li{padding:10px 0;}
.textBlock_update li:before{content:"";width:16px;height:16px;background:url(../Rimg/curbtn.png) no-repeat center;background-size:10px 8px;border-radius:50%;border:1px solid #eee;display:inline-block;margin-right:8px;vertical-align:-3px;}
.textBlock_update li.select_cur:before{content:"";width:16px;height:16px;background-color:#00cf9b;border-radius:50%;border:1px solid #00cf9b;display:inline-block;margin-right:8px;vertical-align:-3px;}
.select_p1{font-size:17px;font-weight:bold;}
.alertbox_xs{width:100%;height:100%;position:fixed;top:0;left:0;background:rgba(0,0,0,0.4);z-index:199;}
.alert_box_bg{width:5.26rem;height:6.67rem;background:url(../Rimg/0122_alert_bg.png) no-repeat center;background-size:contain;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}
.alertbox_dqr .alert_box_bg{width:5.22rem;height:6.63rem;background:url(../Rimg/0426_alert_bg.png) no-repeat center;background-size:contain;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}

.alert_bg_btn{width:3.16rem;height:0.92rem;margin:4.84rem auto 0;display:block;cursor:pointer;}
.alert_bg_close{width:0.64rem;height:0.64rem;background:url(../Rimg/0122_alert_close.png) no-repeat;background-size:contain;position:absolute;bottom:-1.12rem;left:50%;margin-left:-0.32rem;border-radius:0.32rem;cursor:pointer;}
.alertbox_dqr .alert_bg_close{width:0.54rem;height:0.88rem;background:url(../Rimg/0414close_up.png) no-repeat;background-size:contain;position:absolute;top:-0.82rem;left:98%;margin-left:-0.32rem;border-radius:0.32rem;cursor:pointer;}
.express-stop-tip{
    background: #f5f5f5;
    color: #666;
    text-align: left;
    padding:7px 10px;
    width: 100%;
    display:none;
    font-size:12px;
    box-sizing:border-box;
    margin-bottom:7px;
}
.sf_str{ padding-left:10px;font-weight:bold;padding-bottom:13px;}
.gmtips_0409{background:#fff9ed url(../Rimg/gmtips_0409.png) no-repeat 0.10rem 0.28rem; background-size:0.46rem 0.46rem;padding:0.16rem 0.20rem 0.16rem 0.60rem;}
#pwd-input{font-size: 28px;border: 0;outline: none;text-align: center;width: 11.26rem;}
/*---0416---*/
.mask_box_0416{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.4);}
.mask_bg_0416{width:4.91rem;height:6.26rem;background:url(../Rimg/mask_get_0417.png) no-repeat;background-size:contain;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);padding-top:1.16rem;box-sizing:border-box;padding-left:0.55rem;box-sizing:border-box;}
.mask_title_0416,.num_0416{font-size:0.36rem;color:#fff;text-align:center;width:4.16rem;margin:0 auto;text-shadow:0 1px 3px rgba(0,0,0,0.4);}
.getbtn_0416{width:2.47rem;height:34px;line-height:32px;border-radius:18px;background:#fff;display:block;font-size:0.34rem;color:#4bc58f;text-shadow:0 1px 3px rgba(0,0,0,0.2);text-align:center;margin:1.24rem auto 0;cursor:pointer;}
.close_0416{width:0.52rem;height:0.88rem;background:url(../Rimg/0414close_up.png) no-repeat;background-size:contain;position:absolute;top:-0.84rem;right:0.15rem;cursor:pointer;}
.hidden_0416{overflow:hidden;}
.num_0416{padding-top:0.22rem}
.getfan_0416{width:1.50rem;height:1.57rem;background:url(../Rimg/mask_fan_0417.png) no-repeat;background-size:contain;margin:0.80rem auto 0;cursor:pointer;}
.mask_bg_0417{padding-top:0.70rem;text-align:center;}
.get_title_0416{font-size:0.48rem;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,0.4);}
.maskcoupon{width:3.17rem;height:1.34rem;background:url(../Rimg/mask_cupon_0417.png) no-repeat;background-size:contain;margin:0.42rem auto 0;color:#fff;}
.maskcoupon_price{font-size:0.80rem;font-weight:bold;margin-right:2px;}
.coupon_tips_0416{text-align:center;font-size:0.26rem;color:#fff;padding-top:0.10rem;}
.get_null_0416{font-size:0.48rem;padding:0.90rem 0 0.50rem;}
/*---0402---*/
.header0328{background:#fff;padding: 7px 10px 5px;}
.heardertext0328{margin:0 auto;width:94%;height:37px;box-sizing:border-box;}
.heardertext input.innerText0328{text-indent: 10px;width:94%;}
.innerText0403{float: left;}
.searchclose{background:#b6b6b6 url(../Rimg/topNo.png) no-repeat center center;background-size:8px 8px;width:18px;height:18px;border-radius:10px;display:inline-block;position:absolute;top:9px;right:12%;}
.headerBd{display: block;background: #fff; height: 0.88rem;width: 100%;border-bottom: 1px solid #ebebeb;position: relative;}
.Bagtitle{
    font-size: 0.34rem;
    color:#fff;
    text-align: center;
    background: #333;
    box-sizing: border-box;
    padding: 13px 0 13px 13px;

}
.ic_objbox{padding:0.28rem 0.28rem 0.28rem 0;border-bottom: 1px solid rgba(0,0,0,0.08);margin-left:0.30rem;}
.ic_objname{color: #222;font-size: 0.40rem;text-align: left;line-height: 28px;overflow: hidden;text-overflow: ellipsis; white-space: nowrap;font-weight: 600;}
.ic_containerobj{padding-left:0.30rem;}
/*.ic_objcon{padding:0.26rem 0 0;height:0.60rem;line-height:0.60rem;}*/
.ic_titleobj{color:#222;font-size:0.32rem;float:left;font-weight:bold;padding-top:0.26rem;height:0.44rem;}
.ic_sideobj{float:right;/*padding-right:0.30rem;*/}
.ic_objxg{font-size:0.28rem;color:#38ADFF;display:inline-block;width:0.80rem;text-align:left;padding-top:0.26rem;height:0.44rem;}
.ic_objdet{font-size:0.28rem;color:#888;padding-right:0.30rem;padding-top:0.26rem;display:inline-block;height:0.44rem;}
.ic_objinfo{padding-top:0.34rem;}
.ic_objitem{/*border-bottom:1px solid rgba(0,0,0,0.08);*/padding-bottom:0.26rem;box-sizing:border-box;}
.inhide{border-bottom:1px solid rgba(0,0,0,0.08);}
.ic_objul li{
    width:5.90rem;
    margin:0 auto 0.20rem;
    border-radius:5px;
    background:rgba(142,142,147,0.12);
    color:#333;
    font-size:0.30rem;
    text-align:center;
    cursor:pointer;
    position:relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 1.03rem;
}
.ic_objul li:last-child{margin-bottom:0;}
.ic_objpicbox{width:5.90rem;margin:0 auto;padding-top:0.80rem;}
.ic_objtip{color:#888;font-size:0.24rem;padding-bottom:0.16rem;}
.ic_objpic{background:rgba(0,0,0,0.04);width:5.90rem;border-radius:5px;margin:0 auto;padding:0.16rem;box-sizing:border-box;}
.ic_objpic img{width:100%;}
.ic_objHd{position:fixed;top:0;left:0;z-index:20;}
.ic_objHd{top:1.00rem;}
.headerobj{display: block; background: #333; width: 100%; /*border-bottom: 1px solid #ebebeb;*/ position: relative;}
.ic_objsmall{
   width:1.06rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ic_obj_b1{
    -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ic_objsmall img{
    height:1.03rem;
    border-radius:5px 0 0 5px;
    border-right:1px solid #fff; 
    width:100%;
}
.ic_objxh{
    padding:0.24rem 0;
    width:1.06rem;
    -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ic_objul .ic_objcur{background:#00cf9c;color:#fff;}
.ic_objul .ic_objcur .ic_objsmall img{border-right-color:#00cf9c;}
.ic_objgo{background:#fff;width:100%;padding:2% 0 ;box-sizing:border-box;position:fixed;bottom:0;left:0;}
.ic_objgo_gj{background:#00cf9c;width:92%;height:0.88rem;display:block;font-size:0.32rem;color:#fff;text-align:center;line-height:0.88rem;font-weight:bold;margin:0 auto;box-shadow: 0 5px 15px rgba(0,0,0,0.08);}
.ic_objgray{width:0.40rem;height:0.40rem;background:url(../Rimg/ic_objgray.png) no-repeat center;background-size:contain;display:block;margin:0 auto;}
.ic_objattr{width:0.40rem;height:0.40rem;background:url(../Rimg/ic_objcur.png) no-repeat center;background-size:contain;display:block;margin:0 auto;}
.ic_objother_dl dt{padding-top:0.36rem;padding-bottom:0.32rem;font-size:0.32rem;color:#222;font-weight:bold;}
.ic_objchecked{font-size:0.24rem;color:#888;font-weight:normal;}
.ic_objother_dl dd{padding:0.24rem 0;width:3.36rem;background:rgba(142,142,147,0.12);border-radius:5px;text-align:center;font-size:0.30rem;color:#333;float:left;margin-bottom:0.20rem;margin-right:0.20rem;}
.ic_objother_dl:after{content:"";display:block;clear:both;}
.ic_objother_dl .ic_objcur{background:#00cf9c;color:#fff;}
.ic_obj_top{position:fixed;top:1.50rem;left:0.30rem;width:7.20rem;background:#fff;height:0.66rem;z-index:10;}
.ic_obj_top .ic_objinfo{  padding-top:0.24rem;}
.getorder_0302{ background:#FFDF88;color:#FE6129;/*width:3.00rem;*/text-align:center;margin:0.08rem 0 0; font-size:0.28rem;display:block;height:0.44rem;line-height:0.44rem;position:absolute;bottom:0.6rem;left:0.32rem;padding:0 0.1rem;margin-left:-0.3rem;}
.statusOpct,.statusOpct0{width:100%;height: 100%;background: rgba(0,0,0,0.4);position: fixed;top:0;left:0;z-index:230;} 
.lookpicbox{width:85%;border-radius: 4px;background: #fff;padding:0.40rem 0.50rem;box-sizing:border-box;position: absolute;left: 50%;top: 50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}	
.lookpich3{font-size: 0.36rem;color:#222;line-height:0.48rem;font-weight: 600;}
.lookpiccon{min-height: 4.36rem;width:4.00rem;margin:0.41rem auto 0;}
.lookpiccon img{width:100%;}
.lookpictext{font-size: 0.26rem;color:#222;line-height: 0.48rem;}
.xyaccount_colse{width:16px; height: 16px;background: url(../Rimg/xyclose.png) no-repeat;background-size: contain;cursor: pointer;position: absolute;top:0.36rem;right: 0.36rem;}
.gmtips_0409{background:#fff9ed url(../Rimg/gmtips_0409.png) no-repeat 0.10rem 0.28rem; background-size:0.46rem 0.46rem;padding:0.16rem 0.20rem 0.16rem 0.60rem;}
.gmtips_text{color:#333;line-height:18px;}
.gmtips_text span{font-weight:bolder;color:#fe6129}
.goindex_tips{color:#e60100;font-size:0.26rem;padding-bottom:0.20rem;text-indent:0.30rem;}
.codetitle:after{content:"";display:block;clear:both;}
.codetitle_lt{float:left;}
/*---517电信节活动弹框--*/
.alert_box_bg_0517{width:5.64rem;height:6.52rem;background:url(../Rimg/0517_tc.png) no-repeat center;background-size:contain;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}
.close_0517{width:0.58rem;height:0.58rem;background:url(../Rimg/0517_tc_close.png) no-repeat;background-size:contain;position:absolute;bottom:-1.25rem;left:50%;margin-left:-0.32rem;border-radius:0.32rem;cursor:pointer;}
/*---61儿童节活动弹框--*/
.alert_box_bg_0601{width:5.64rem;height:7.05rem;background:url(../Rimg/0601_tc.png) no-repeat center;background-size:contain;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}
.close_0601{width:0.58rem;height:0.58rem;background:url(../Rimg/0601_tc_close.png) no-repeat;background-size:contain;position:absolute;bottom:-1.25rem;left:50%;margin-left:-0.32rem;border-radius:0.32rem;cursor:pointer;}
.alert_bg_btn_0601{width:4.64rem;height:0.89rem;margin:5.71rem auto 0;display:block;cursor:pointer;}
/*---65环境日活动弹框--*/
.alert_box_bg_0605{width:5.64rem;height:6.52rem;background:url(../Rimg/0605_tc.png) no-repeat center;background-size:contain;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}
.close_0605{width:0.58rem;height:0.58rem;background:url(../Rimg/0605_tc_close.png) no-repeat;background-size:contain;position:absolute;bottom:-1.25rem;left:50%;margin-left:-0.32rem;border-radius:0.32rem;cursor:pointer;}
.ic_objul li.cannotselect,.ic_objul li.noclick{cursor:default;background:#ccc; color: #999;}
.Hauto{width:100%;height:1.50rem;}
.body_over {
    overflow: hidden;
}
/*---621万能钥匙红包--*/

.hb_alertbox_xs{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
    z-index: 199;
} 
.hb_alertbox_info {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
    z-index: 199;
} 
.hb_alert_box_bg {
    width: 5.30rem;
    height: 6.14rem;
    background: url(/Content/Rimg/wnys_hbtc.png?v=0711) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 4.00rem;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}
.hb_alert_box_open {
    width: 5.30rem;
    height: 6.12rem;
    background: url(/Content/Rimg/wnys_hb_open.png?v=0711) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 4.00rem;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    margin-top: 0.28rem;
}
.hb_down {
    width: 3.4rem;
    height: 0.8rem;
    background: linear-gradient(to bottom, #fffea4, #ffd83b);
    position: absolute;
    top: 78%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #d32e2f;
    font-size: 0.34rem;
    border-radius: 0.5rem;
    line-height: 0.8rem;
    font-weight: bold;
    text-align: center;
    cursor:pointer;
}
.hb_succ_text {
    color: #d32e2f;
    font-size: 0.34rem;
    text-align: center;
    padding-top: 0.5rem;
    line-height: 0.55rem;
}
.hb_price_yy{
    font-size:0.40rem;
    padding-top: 0.4rem;
}
.hb_price {
    font-size: 1.00rem;
    font-weight: bold;
    display:inline-block;
    vertical-align:-2px;
    margin-right:0.1rem;
    
}
.hb_close {
    width: 0.58rem;
    height: 0.58rem;
    background: url(/Content/Rimg/0605_tc_close.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -0.95rem;
    left: 50%;
    margin-left: -0.32rem;
    cursor:pointer;
}
.hb_closes {
    width: 0.58rem;
    height: 0.58rem;
    background: url(/Content/Rimg/0605_tc_close.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -0.72rem;
    left: 50%;
    margin-left: -0.32rem;
   cursor:pointer;
}
.hb_text{
    font-size:0.32rem;
    color:#fdddae;
    text-align:center;
    line-height:0.68rem;
    padding-top:0.55rem;
}

.hb_alert_bg_btn {
    width: 1.73rem;
    height: 1.75rem;
    margin: 0.8rem auto 0;
    display: block;
    cursor: pointer;
}
.hb_tx_box {
    /*width: 5.56rem;
    height: 3.6rem;*/
    background: #fff;
    position: absolute;
    top: 5.17rem;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    padding: 0.4rem 0.2rem 0.3rem 0.18rem;
    z-index: 199;
}
.hb_yzm_btn {
    width: 4.6rem;
    height: 0.78rem;
    background: #d32e2f;
    color: #fff;
    line-height: 0.78rem;
    text-align: center;
    margin: 0.12rem auto 0;
    cursor:pointer;
}
.hb_yzm_btn a {
    color: #fff;
    font-size: 0.3rem;
}
.hb_tx_box input {
    width: 4.58rem;
    height: 0.76rem;
    border: 1px solid #ccc;
    font-size: 0.28rem;
    line-height: 0.76rem;
    color: #333;
    border-radius: 0.1rem;
    margin-bottom: 0.2rem;
    padding: 0 0.2rem;
    outline:none;
}
#hb_yzmnum {
    width: 2.67rem;
}
.hb_exchange {
    width: 1.69rem;
    height: 0.76rem;
    background: #d32e2f;
    border: 1px solid #d32e2f;
    color: #fff;
    font-size: 0.26rem;
    display: block;
    float: right;
    line-height: 0.76rem;
    text-align: center;
    border-radius: 0.1rem;
    cursor:pointer;
}
.hb_exchange a {
    color: #fff;
}
.hb_tx_box input::-moz-placeholder{color:#999; font-size: 0.28rem;font-family: tahoma, arial, \5b8b\4f53, sans-serif;text-indent: 2px;}
.hb_tx_box input::-moz-placeholder{color: #999; font-size: 0.28rem;font-family: tahoma, arial, \5b8b\4f53, sans-serif;text-indent: 2px;}
.hb_tx_box input::-ms-input-placeholder{color: #999; font-size: 0.28rem;font-family: tahoma, arial, \5b8b\4f53, sans-serif;text-indent: 2px;}
.hb_tx_box input::-webkit-input-placeholder{color: #999; font-size: 0.28rem;font-family: tahoma, arial, \5b8b\4f53, sans-serif;text-indent: 2px;}
.sendyzm_wnys {
    width: 1.69rem;
    height: 0.76rem;
    background: #c5c5c5;
    border: 1px solid #c5c5c5;
    color: #fff;
    font-size: 0.26rem;
    display: block;
    float: right;
    line-height: 0.76rem;
    text-align: center;
    border-radius: 0.1rem;
    cursor:pointer;
}
.text_closes{
    width: 0.58rem;
    height: 0.58rem;
    background: url(/Content/Rimg/0605_tc_close.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -2.30rem;
    left: 50%;
    margin-left: -0.32rem;
    z-index:10;
    cursor:pointer;
}

/*---wifi万能钥匙检测红包活动弹框--*/
.alert_box_bg_0623{width:5.64rem;height:6.52rem;background:url(../Rimg/0623_tc.png) no-repeat center;background-size:contain;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}
.alert_bg_btn_0623{width:3.00rem;height:0.67rem;margin:5.00rem auto 0;display:block;cursor:pointer;}

/*---天猫清凉一夏领券弹窗--*/
.tmall_tc {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background: rgba(0,0,0,0.4);
            z-index: 199;
        }
        .tmall_tc_box {
            width: 7.5rem;
            background: #45a4fe url(/Content/Rimg/0629_tc_top.jpg) no-repeat;
            background-size: contain;
            padding: 3.21rem 0 0.72rem;
            position:absolute;
            left:0;
            bottom:0;
        }
        .tmall_tc_box .telephone {
        }
        .tmall_tc_box .telephone input {
            width: 6.42rem;
            border-radius: 0.5rem;
            background: #fff;
            margin: 0 auto;
            font-size: 0.32rem;
            font-weight: bold;
            color: #333;
            text-align: center;
            display: block;
            padding:0.3rem 0 0.3rem;
            border:0;
        }
        .tmall_tc_box .lq_btn {
            display: block;
            width: 6.42rem;
            height: 0.98rem;
            line-height: 0.98rem;
            background: url(/Content/Rimg/0629_tc_btn.png) no-repeat;
            background-size: contain;
            margin: 0.62rem auto 0;
            color: #fff;
            text-align: center;
            font-size: 0.36rem;
            font-weight: bold;
            cursor:pointer;
        }
.brand_oppob{position:relative}
.tellist li .brand_oppo{width:2.20rem;background:#ec4e4e;height:24px;line-height:24px;color:#fff;border-radius:12px;text-align:center;font-size:0.24rem;position:absolute;right:50%;top:0.20rem;margin-right:-1.10rem;z-index:10;}
.wrap_price{width:1.40rem;background:#ec4e4e;height:18px;line-height:18px;color:#fff;border-radius:12px;text-align:center;font-size:0.24rem;position:absolute;right:0.18rem;bottom:0.06rem;z-index:10;}

/*------首页改版--------*/
.type_nav{
    border-radius:10px 10px 0 0;
    width:7.50rem;
    position:relative;
    float:left;
}
.type_ul{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding:0.40rem 0;
}
.type_ul li,.help_ul li{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    text-align:center;
}
.type_ul li a{
    color:#333;
    font-size:0.28rem;
    display:block;
    width:100%;
    cursor:pointer;
}
.type_ul li span{
    width:1.00rem;
    height:0.99rem;
    display:block;
    margin:0 auto 0.10rem;
}
.type_ul li img{
    width:0.8rem;
    height:0.8rem;
}
.type_a1{
    background:url(https://static.igooma.cn/resources/public/img/type_a11.png) no-repeat center;
    background-size:contain;
}
.type_a2{
    background:url(https://static.igooma.cn/resources/public/img/type_a22.png) no-repeat center;
    background-size:contain;
}
.type_a3{
    background:url(https://static.igooma.cn/resources/public/img/type_a33.png) no-repeat center;
    background-size:contain;
}
.type_a4{
    background:url(https://static.igooma.cn/resources/public/img/type_a44.png) no-repeat center;
    background-size:contain;
}
/*回收记录*/
.zmrecordbox{padding:0 4%;height:30px;position:relative;background:#fff;overflow:hidden;width:6.92rem;box-sizing:border-box;border-radius:15px;margin:0 auto;box-shadow:0 1px 12px rgba(0,0,0,0.08);}
.zmrecordbox:before{content:"";width:12px;height:11px;background:url(../Rimg/noticon.png) no-repeat;background-size:contain;position:absolute;top:50%;margin-top:-6px;left:8px;}
.zmrecordUl{height:30px;position:absolute;top:0;left:50%;width:6.92rem;margin-left:-3.46rem;}
.zmrecordUl li{color:#333;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-left:8%;line-height:30px;height:30px;width:88%;}
.zmrecordUl li span{color:#333;margin:0 2px;}

/*-天猫-*/
.tm-mask{
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.6);
    position:fixed;
    top:0;
    left:0;
}
.tm-mask-wrap{
   width:5.80rem;
    height: 7.98rem;
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.tm-title-div{
    width:5.80rem;
    height: 2.22rem;
    background: url(../Rimg/tm-hd.png) no-repeat;
    background-size: contain;
    position: relative;
    z-index: 2;
}
.tm-coupon{
    background:#fff;
    height: 5.86rem;
    margin-top:-1px;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
}
 .tm-coupon-wrap{
    padding-top: 0.40rem;
    height: 3.80rem;
    overflow-y: auto;
   
}
.tm-coupon-list{
    width:5.00rem;
    height: 1.40rem;
    background: url(../Rimg/tm-coupon.png) no-repeat;
    background-size: contain;
    margin:0 auto;
    color:#fff;
    margin-bottom: 0.10rem;
}
.tm-coupon-lt{
    width:1.2rem;
    float:left;
    text-align: center;
    padding-top: 0.48rem;
}
.tm-coupon-ct{
    width:3.60rem;
    float:left;
    padding-top: 0.30rem;
    padding-left: 0.30rem;
    box-sizing: border-box;
}

.tm-icon{
    font-size: 0.28rem;
    display: inline-block;
    vertical-align: top;
}
.tm-price{
    font-size: 0.36rem;
     margin-left:-0.09rem;
}
.tm-text{
    font-size: 0.26rem;
    font-weight: bold;
}
.tm-tips{
    font-size: 0.24rem;
}
.go-usered{
    font-size:0.24rem;
    color:#999;
    text-align: center;
    padding-top:0.10rem;
}
.go-usered-card{
    padding-bottom:0.10rem;
}
.tm-close{
    width:0.46rem;
    height: 0.83rem;
    background: url(../Rimg/tm-close.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: 0.10rem;
    top:0.43rem;
    z-index: 4;
    cursor:pointer;
}
.gm-go-btn{
    width:5.04rem;
    height:0.91rem;
    background:url(../Rimg/tm-go-btn.png) no-repeat;
    background-size:contain;
    display:block;
    font-size:0.32rem;
    color:#924208;
    text-align:center;
    line-height:0.91rem;
    margin:0 auto;
    cursor:pointer;
}
.fonfirm_pages_tips{float:right;font-size:0.28rem;color:#00cf9b;font-weight:normal;padding-top:0.04rem;padding-right:0.3rem;}
.alert_yzm_box{position:fixed;width:100%;height:100%;background:rgba(0,0,0,0.4);top:0;left:0;z-index:30;}
.alert_yzm_box{position:fixed;width:100%;height:100%;background:rgba(0,0,0,0.4);top:0;left:0;z-index:30;}
.alert_yzm_wrap{width:80%;position:absolute;left:50%;margin-left:-40%;top:25%;background:#fff;border-radius:5px;}
.alert_yzm_title{font-size:0.32rem;text-align:center;padding:12px 0;border-bottom:1px solid #eee;cursor:pointer;}
.alert_yzm_text{padding:10px 0;height:20px;line-height:20px;border:1px solid #eee;width:86%;text-align:left;font-size:0.30rem;color:#333;margin:0 auto 22px;display:block;text-indent:10px;}
.alert_yzm_btn{color:#333;border:0;display:block;margin:14px auto 0;width:100%;border-top:1px solid #eee;background:#fff;height:50px;line-height:50px;font-size:0.32rem;letter-spacing:2px;border-radius: 0 0 5px 5px;}
.alert_free_text{width:88%;margin:0 auto;font-size:0.26rem;color:#999;}
.ic_more{cursor:pointer;}
.layui-layer-setwin a{
    padding:10px 0;
}
.scrollFix{ height: 100%; overflow: hidden; position: relative; }
.scrollFix body{ height: 100%; overflow: hidden; }



a.btngoback{margin-right:4%;background:#f6f6f6;border:1px solid #ccc;color:#333}

/*-退回--*/
.newdetaillist{padding:0.32rem 0 0 0.32rem;background: #fff;}
.detailsinfo_h3,.zmdetailed_h3{color:#222;line-height: 0.32rem;font-size:0.28rem;padding-bottom:0.32rem;font-weight: bold;}
.sendbackCon{padding:0.32rem 0 0 0.32rem;/* border-bottom: 1px solid #ebebeb; */}
.sendback_wrap ul li{border-bottom: 1px solid #ebebeb;font-size: 0.28rem;padding:10px 0;}
.sendback_wrap ul .sendback_li{padding:0.24rem 0;}
.sendback_wrap ul .sendback_li a{padding:10px 0;width:100%;display: block;background: url(../Rimg/xy_gobtn.png) no-repeat right 13px;background-size: 7px 13px;}
.sendback_s1{width:78px;float:left;color:#888;font-size: 0.28rem;}
.sendback_p1{float:left;color:#333;width:73%;background: #fff;border:0;font-size: 0.28rem;}
.areasendback_p1{color:#333;width:71%;border:0;resize:none;font-size: 0.26rem;overflow-y:auto;display:block;}
.sendback_info{height:44px;padding-top: 0.20rem;border-bottom: 1px solid #ebebeb;box-sizing:border-box;}
.sendbanc_go{margin-top: 0;background: #FFDA44;width: 91%;}
.sendback_tip{font-size: 13px;color:#888;padding:4% 4% 0;}
.sendback_hot{color:#FF4444;margin-left: 4px;}
.cancelbox_tip{font-size: 14px;color:#888;line-height: 28px;padding:20px 10px 0 16px;}
.detailsinfo_a1{display: block;padding-bottom:0.15rem;color:#333;}
.details_text{font-size:13px;color:#888;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;padding-top: 0.20rem;}
.contactbox{background: url(../Rimg/arrw02.png) no-repeat 96% 3px; background-size: 7px 13px;}
.sendbackbox{padding-top:0.10rem;}
.zmdetailed_line{padding-bottom: 0.20rem;border-top: 1px solid #ebebeb;}
.explainli{font-size:13px;color:#888;padding:4% 0;}
.zmdetailed_li{display: -webkit-box; display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;padding:.20rem 0;}
.zmdetailed_l{-webkit-box-flex: 2;-webkit-flex: 2;flex: 2;font-size: 14px;}
.zmdetailed_r{-webkit-box-flex: 1;-webkit-flex: 1;flex: 1;color:#FF4444;font-size: 16px;line-height: 16px;font-weight: 400;padding-right: 4%;box-sizing:border-box;text-align: right;}

.model_my{
    overflow: hidden;
    padding:0 0 0.4rem 0;
    background:#fff;
    margin: 0.14rem auto 0.4rem;
    width:6.86rem;
    border-radius: 0.2rem;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);

}
.model_my .model_my_h1{
    font-size:0.34rem;
    color:#333;
    text-align: center;
    padding:0.3rem 0;
    font-weight: bold;
}
.model_my_left{
    text-align: center;
   
}
.model_my_right{
    width:5.20rem;
    height:0.8rem;
    border-radius: 0.4rem;
    background:#00cf9c;
    color:#fff;
    font-weight: bold;
    font-size:0.3rem;
    line-height: 0.8rem;
    text-align: center;
    margin:0.36rem auto 0.38rem;
}
.model_my_title{
    font-size: 0.26rem;
    color:#81818d;

}
.model_my_ptitle{
    font-size:0.28rem;
    color:#666;
    padding:0.28rem 0 0.14rem;
}
.model_my_price{
    font-size:0.36rem;
    font-weight: bold;
    color:#ff1919;
}
.model_my_yj{
    font-size:0.24rem;
    color:#01d0c9;
    background:#e6fffe;
    width:50%;
    padding:0.05rem 0 0.05rem;
    text-align: center;
}
.swiper-miditem{
  width:7.5rem;
  height: 1.8rem;
}
.model_sbanner{
  background:#fff;
  width:7.5rem;
  height: 1.8rem;
  border-radius: 0.6rem;
   
}
.model-sbanner-img{
  width:7.5rem;
  height: 1.8rem;
  border-radius: 0.6rem;
   /* box-shadow: 0 4rpx 8rpx 0 rgba(0,0,0,0.08); */
}
.model_my_box:after{
  content: "";
  display: block;
  clear: both;
}
.newFlow{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; 
}
.newFlex{
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  font-size: 0.24rem;
  color:#000;
  text-align: center;
}
.newFlex span{
  width:0.28rem;
  height: 0.28rem;
  color:#fff;
  border-radius: 0.14rem;
  display: inline-block;
  text-align: center;
  line-height: 0.28rem;
  font-size: 0.24rem;
  background: #00cf9b;
  margin-right: 0.06rem;
}
.categoryidTips{
    font-size: 0.36rem;
    color: #333;
    padding-top: 0.4rem;
    text-indent: 0.32rem;
    font-weight: bold;
}
.ytbanner img{
    width: 7.5rem;
    height: 1.8rem;
    margin:0 auto;
}
.zxFlex{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; 
  padding:0 0.1rem 0;
}
.zxinfo{
  padding-top:0.2rem;
    padding-left: 0.3rem;
}
.zxFlex1{
   -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  text-align: center;
}
.zxPic{
  width:3.3rem;
  height: 2rem;
}

.gmFlex{
  text-align: left;
  padding:0.42rem 0.24rem 0.24rem;
  box-shadow: 0 0 2px 4px rgba(0,0,0,0.02);
  box-sizing: border-box;
  border-radius: 0.1rem;
  margin-right: 0.3rem;
}
.gmtips,.gmbz_t1{
  font-size: 0.3rem;
  font-weight: bold;
  color:#333;
}
.gmtype,.gmbz_t2{
  font-size: 0.24rem;
  color:#666;
  padding:0.18rem 0;
}
.gmpages{
  width:1.2rem;
  height: 0.36rem;
  background: #00cf9c;
  font-size: 0.24rem;
  color:#fff;
  border-radius: 0.18rem;
  line-height: 0.36rem;
  text-align: center;
}
.gopageImg{
  width: 1.71rem;
  height: 1.56rem;
  margin-left: 1.50rem;
}
.gmWrap{
  margin:0.3rem 0.18rem 0.4rem;
}

.gmbz{
  padding:0.4rem 0.2rem 0.22rem;
  text-align: left;
  box-shadow: 0 0 2px 4px rgba(0,0,0,0.02);
  box-sizing: border-box;
  background:url(https://static.igooma.cn/resources/public/img/bz.png) no-repeat 2.2rem 0.7rem;
  background-size: 0.54rem 0.54rem;
  margin-bottom: 0.55rem;
  border-radius: 0.1rem;
}
.gmsf{
  border-radius: 0.1rem;
  padding:0.4rem 0.2rem 0.22rem;
  text-align: left;
  box-shadow: 0 0 2px 4px rgba(0,0,0,0.02);
  box-sizing: border-box;
  background:url(https://static.igooma.cn/resources/public/img/sf.png) no-repeat 2.2rem 0.7rem;
  background-size: 0.54rem 0.54rem;
}
.gmbz_t2{
  padding-top: 0.22rem;
}
.formbox{
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 199;
    box-sizing: border-box;
    padding: 0.12rem 0.3rem 0;
    box-sizing: border-box;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: sscolor;
    -webkit-transform-origin: left right;
    transform-origin: left right;
    background: #fff;
    padding:0.25rem 0;
}
.form-wrap{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
    width:6.86rem;
    margin:0 auto;
    background: #f6f8fb;
    border-radius: 0.1rem;
}
.form-user {
    -webkit-flex: 1;
    flex: 1;
    font-size: 0.28rem;
    color: #81818c;
    text-align: left;
    padding-left: 0.6rem;
    height: 0.72rem;
    line-height: 0.72rem;
    box-sizing: border-box;
    background-size: 0.28rem 0.27rem;
}

.gobtn{
    background: #fff;
    padding:0.3rem 0;
    /* position: fixed;
    bottom:0;
    left:0; */
    width:100%;
    box-shadow: 1px 2px 15px rgba(0,0,0,0.1);
}
.gobtn-url{
    width: 90%;
    color: #fff;
    background: #00cf9b;
    height: 0.84rem;
    line-height: 0.84rem;
    text-align: center;
    margin: 0 auto;
    font-size: 0.36rem;
    letter-spacing: 2px;
    box-shadow: 2px 2px 12px rgba(0,0,0,0.2);
    border-radius: 0.42rem;
}
.model_my_right a{
    color:#fff;
}
.contact-wrap{
  width:0.32rem;
  height: 1.02rem;
  background: #00cf9b;
  position: fixed;
  bottom:12%;
  right: 0;
  border-radius: 0.04rem;
  font-size: 0.28rem;
  color:#fff;
  line-height: 0.36rem;
  text-align: center;
  padding: 0.1rem 0.04rem;
}
.contact-wrap a{
    color:#fff;
}
 .contact-num{
   position: relative
}

 .contact-num::after{
    content:"";
    width:0.2rem;
    height: 0.2rem;
    background:url(https://static.igooma.cn/resources/public/img/foot_tel.png) no-repeat;
    background-size:contain;
    display: block;
    margin:0.06rem auto 0;
} 
.oldfooter{position: fixed;bottom:0;left:0;width:100%;height: 60px;border-top: 1px solid #eee;background: #fff;z-index:1999;}
.oldfooter ul{display: -webkit-box;display: -webkit-flex; display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap; flex-wrap: wrap;}
.footerHd li{-webkit-box-flex: 1;-webkit-flex: 1;flex: 1;text-align: center;padding-top: 10px;}
ul.footerHd li a{display:block;width:100%;font-size: 14px;line-height: 28px;color:#999;}
ul.footerHd li i.guRec{width:22px;height: 21px;background: url(../Rimg/windex.png) no-repeat center center;background-size: contain;display:block;margin:0 auto;}
ul.footerHd li i.oldRec{width:25px;height: 21px;background: url(../Rimg/wcart.png) no-repeat center center;background-size: contain;display:block;margin:0 auto;}
ul.footerHd li i.findRec{width:21px;height: 21px;background: url(../Rimg/wfind.png) no-repeat center center;background-size: contain;display:block;margin:0 auto;}
ul.footerHd li i.userRec{width:19px;height: 21px;background: url(../Rimg/wuser.png) no-repeat center center;background-size: contain;display:block;margin:0 auto;}
ul.footerHd li.Ocurrent a{color:#00cf9b;}
ul.footerHd li.Ocurrent i.guRec{width:22px;height: 21px;background: url(../Rimg/hindex.png) no-repeat center center;background-size: contain;display:block;margin:0 auto;}
ul.footerHd li.Ocurrent i.oldRec{width:25px;height: 21px;background: url(../Rimg/hcart.png) no-repeat center center;background-size: contain;display:block;margin:0 auto;}
ul.footerHd li.Ocurrent i.findRec{width:22px;height: 21px;background: url(../Rimg/hfind.png) no-repeat center center;background-size: contain;display:block;margin:0 auto;}
ul.footerHd li.Ocurrent i.userRec{width:22px;height: 21px;background: url(../Rimg/huser.png) no-repeat center center;background-size: contain;display:block;margin:0 auto;}



/*GM12456*/
/*.qds-banner{
    background: url(https://static.igooma.cn/resources/storeH5/img/12456_banner.png) no-repeat;
    width: 7.50rem;
    height: 11.6rem;
    background-size:contain;
}*/
.qds-banner1{
    background: url(https://static.igooma.cn/resources/storeH5/img/12456_banner1.png) no-repeat;
    width: 7.50rem;
    height: 3.90rem;
    background-size:contain;
}
.qds-banner2{
    background: url(https://static.igooma.cn/resources/storeH5/img/12456_banner2.png) no-repeat;
    width: 7.50rem;
    height: 2.83rem;
    background-size:contain;
}
.qds-banner3{
    background: url(https://static.igooma.cn/resources/storeH5/img/12456_banner3.png) no-repeat;
    width: 7.50rem;
    height: 2.37rem;
    background-size:contain;
}
.qds-banner4{
    background: url(https://static.igooma.cn/resources/storeH5/img/12456_banner4.png) no-repeat;
    width: 7.50rem;
    height: 2.50rem;
    background-size:contain;
}

.gq_body{
    background: #ce3925 url(https://static.igooma.cn/resources/storeH5/img/12456_bg11.png) repeat-y;
    width: 7.50rem;
    background-size:100% auto;
   -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0px);
    overflow-y:auto;
    transform: translateZ(0px);
}

.qds-swall{
    position:relative;
}
.qds-swall .jlbox{
    margin-top: -4.2rem;
}
.qds-swall  .title{
    background: url(https://static.igooma.cn/resources/storeH5/img/12456_titlebg.png) no-repeat;
    width: 3.37rem;
    height: 0.71rem;
    background-size:contain;
    margin:0 auto 0.25rem;
    font-size:0.36rem;
    color:#fffebb;
    font-weight:bold;
    text-align:center;
    line-height:0.71rem;
}
.qds-swall .jlsbpx{
    background: url(https://static.igooma.cn/resources/storeH5/img/12456_box1.png) no-repeat;
    width: 7.24rem;
    height: 7.95rem;
    background-size:contain;
    margin:0 auto 0.5rem;
}
.jlsbpx table{
    width:5.86rem;
    margin:0 auto;
    text-align:center;
    padding-top:0.47rem;
}
.jlsbpx table th{
    font-size:0.3rem;
    color:#fffebb;
    padding-bottom:0.15rem;
}
.jlsbpx table tr{
    font-size:0.3rem;
    color:#fff;
    line-height:0.68rem;
}
.jlsbpx table .tr-b {
    background:rgba(255,255,255,0.2)
}
.qds-swall .rulesbpx{
    background: url(https://static.igooma.cn/resources/storeH5/img/12456_box2.png) no-repeat;
    width: 7.24rem;
    height: 7.22rem;
    background-size:contain;
    margin:0 auto 0.6rem;
    font-size:0.28rem;
    color:#fff;
    line-height: 0.5rem;
    padding: 0.5rem 0.4rem 0;
    box-sizing:border-box;
}
.qds-swall .checkbtn{
    display:block;
    background:#fe9a27;
    width:6.40rem;
    height:0.96rem;
    border-radius:0.5rem;
    margin:0 auto;
    font-size:0.38rem;
    color:#fff;
    text-align:center;
    margin:0 auto;
    line-height:0.96rem;
    font-weight:bold;
    box-shadow:0 5px 5px rgba(0,0,0,0.2);
}
.qds-swall .bbg1{
    background: url(https://static.igooma.cn/resources/storeH5/img/12456_sbg1.png) no-repeat;
    width: 1.97rem;
    height: 0.66rem;
    background-size:contain;
    position: absolute;
    top: 9.5rem;
    left: 0;
}
.add:after{
    content:"";
    position:fixed;
    bottom:0;
    width:100%;
    height:24px;
    background-color:transparent;
    padding-bottom:50px;
}

/*.qds-swall .bbg2{
    background: url(https://static.igooma.cn/resources/storeH5/img/12456_sbg2.png) no-repeat;
    width: 3.07rem;
    height: 1.42rem;
    background-size:contain;
    position: absolute;
    top: 17rem;
    right: 0;
}*/
