@charset "utf-8";
/* CSS Document */
/*全局样式*/

body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,div {margin:0;padding:0;box-sizing:border-box;-moz-box-sizing:border-box; /* Firefox */-webkit-box-sizing:border-box; /* Safari */}
ol, ul, li { list-style:none;}
a{text-decoration:none;}
body { background:#02071b; font-family:"微软雅黑";}
img{ max-width:100%;}
.clear { clear: both;}
img{ max-width:100%; max-height:100%;}
.hide{ display:none;}
.show{ display:block;}
.text{ }
*, *::before, *::after{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* firefox*/
    -webkit-box-sizing: border-box;
    /* chrome safari*/
    -ms-box-sizing: border-box;
    /* IE8一下 */
    -o-box-sizing: border-box;
    /* presto opera*/
}

.wl_flex{
    display:-webkit-box;/*Chrome4+,Safari3.1,iOSSafari3.2+*/
    display:-moz-box;/*Firefox17-*/
    display:-webkit-flex;/*Chrome21+,Safari6.1+,iOSSafari7+,Opera15/16*/
    display:-moz-flex;/*Firefox18+*/
    display:-ms-flexbox;/*IE10*/
    display:flex;
}
.wl_align_center{
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.wl_align-items-start{
    -ms-flex-align: start;
    align-items: flex-start;
}
.wl_justify_between{
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.wl_justify-content{
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.wl_justify-content-start{
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.wl_justify-content-end{
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.wl_flex1{
    -webkit-box-flex: 1!important;
    -webkit-flex: 1!important;
    flex: 1!important;
}

/*head*/
.head{ width:100%; background:#FFFFFF; height:0.5rem; z-index:999;}
.head .logo{ width:1rem; height:0.2rem; background:url(/index/images/language/BXlogo.png) no-repeat bottom; background-size:contain;margin: 0 auto; position: relative; top: 0.05rem}
.head .header-txt{font-size: 14px;position: absolute;top: 0.075rem;right: 20%;}

/*banner*/
.banner{background: #FFFFFF}
.touchSlider{width:95%; height: 2rem;overflow: hidden;position: relative;z-index: 0;border-radius: 0.05rem;margin: 0.1rem auto;}
.touchSlider .content{width: 100%;overflow: hidden;}
.touchSlider .content li{float: left;position: relative;}
.touchSlider .number{position: absolute;width: 86px;height:8px;left:50%;bottom:5px;margin-left:-29px; overflow: hidden;text-align: center;z-index: 1;}
.touchSlider .number li{display: inline-block;margin: 0px 3px;width: 8px;height: 8px;float:left;border-radius: 5px;background: #fff;font-size: 0px;}
.touchSlider .number li.current{width: 8px;background: #34b9eb;}

#tutorlist{width: 100%;position: relative;height: 1.5rem;}
#tutor{overflow:hidden;position: absolute;height: 100%;}
#tutor li{float: left;}
#tutorlist .more{float: left;font-size: 0.1rem; position: absolute; top: 0.05rem; right: 0.2rem;z-index: 999;}
#tutorlist .more a{color: #fff;display: block;text-decoration: underline;}

#banner{width: 100%;float: left;height:auto;text-align: center;position: relative;padding-bottom: 0.8rem;}
#banner .inner{width: 3.04rem;background: #1b1f2e;border-radius: 0.08rem;height: auto;margin: 0 auto;position: relative;margin-top: 0.8rem;padding-bottom: 0.2rem;}
#banner .inner .head{width:0.94rem;height: 0.94rem;border: 0.07rem solid #262b3e;border-radius: 50%;position: absolute;top:-0.7rem;left: 0;right: 0;margin: 0 auto;overflow: hidden;background-size:contain;}
#banner .inner .head img{display: block;}
#banner .inner h2{font-size: 0.14rem;text-align: center;color: #fff;padding-top: 0.5rem;}
#banner .inner p{font-size: 0.1rem;text-align: center;color: #fff;padding-top: 0.05rem;}
#banner .b_text{width: 2.64rem;background: #1b1f2e;border-radius: 0.08rem;height: auto;margin: 0 auto;margin-top: 0.05rem;padding: 0.2rem 0.2rem 0.5rem;
    font-size: 0.1rem;color: #fff;text-align: left;text-indent: 0.2rem;line-height: 0.15rem;}
.lx{width: 0.01rem;height: 0.15rem;background: #101320;background-size:contain;margin:0.03rem auto 0;}
#banner .pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 170px;
    width: 100%;
    z-index:999;
}
#banner .swiper-pagination-bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    opacity:1;
    border-radius: 10px;
    background: #3b41a4;
    margin: 0 3px;
    cursor: pointer;
    transition: width 0.3s ease-in-out;

}
#banner .swiper-pagination-bullet-active{
    background: #474ec6;
    width:18px;
}

/*公告*/
.news-two{width: 100%;}
.new-two-box{display: flex;flex-direction: row;border-radius: 30px;width: calc(100% - 20px);padding: 7px 0;margin: 0 auto;align-items: center}
.new-two-box .new-two-left{width: 24px;height: 24px;position: relative;}
.new-two-box .new-two-left i{position: absolute;top: 0;font-size: 24px;color: #C9C9C9}
.new-two-box .new-two-right{width: calc(100% - 50px);color: #91a0be;}
.new-two-box .new-two-right .new-two-list{overflow: hidden;height: 24px;position: relative}
.marquee{position: absolute;top: 2px}
.marquee .new-two-list-box{color: whitesmoke;font-weight: 100;font-size: 14px}
.news-list-ico{width: 24px;height: 24px;line-height: 24px;text-align: center}
.news-list-ico i{font-size: 20px;color: #ffffff}

/*GU信息模块*/
.trade{padding: 30px 10px!important;overflow: hidden;font-size: 14px;}
.trade_list li{text-align: center}
.trade ul li .usdt {color: whitesmoke!important;font-size: 14px;}
.trade ul li a{display: block}
.trade ul li h4{color: #00c087;font-size: 16px;margin-top: 5px;font-weight: 100}
.trade ul li span{font-size: 14px;margin-top: 5px;display: block;}
.trade .swiper-pagination-bullet{margin: 0!important;width: 20px!important;height: 2.5px!important;border-radius: 0px!important;}
.trade .swiper-pagination-bullet-active{background-color: #ffffff;!important;}
.trade .swiper-pagination-bullet{background: #fff!important;}

/*交易按钮*/
.trans-navi{width: 95%;height: 0.5rem;padding: 0.1rem 2.5%;background:#FFFFFF;}
.trans-navi .group{width:41.7%;float: left;color: #000000;}
.trans-navi .group p{font-size: 0.09rem;text-align: center;padding-top: 0.04rem;}
.trans-navi .group .easy_btn{width: 100%;height: 0.35rem;background: #e08f28;border-radius: 0.3rem;text-align: center;font-size: 0.12rem;line-height: 0.35rem;position: relative;}
.trans-navi .group .easy_btn a{color: #fff;display: block;}
.trans-navi .group .easy_btn span{position: absolute;font-size: 0.1rem;color: red;top: -0.08rem;right: -0.08rem;font-weight: bold;background: url(../images/tr_label.png)no-repeat;width: 0.3rem;height: 0.2rem;
    background-size:contain;}
.trans-navi .coin{background: url(../images/coin.png) center no-repeat;background-size:contain;width: 16.5%;float: left;height: 0.36rem;}
.trans-navi .group .hard_btn{width: 100%;height: 0.35rem;background: #474ec6;border-radius: 0.3rem;text-align: center;font-size: 0.12rem;line-height: 0.35rem;}
.trans-navi .group .hard_btn a{color: #fff;display: block;}
/*导航栏*/
.nav-group{width: 95%;height: auto;padding: 6% 2.5%;background:#FFFFFF;}
.nav-group p{font-size: 0.1rem;text-align: center;padding-top: 0.04rem;}
.nav-group ul li{width: 33.33%;float: left;text-align: center;margin-bottom: 0.1rem;}
.nav-group ul li a{color: #000000;display: block;}
.nav-group .icon_us{width: 0.5rem;background: url(../images/icon_us.png) no-repeat;height: 0.5rem;background-size:contain;margin: 0 auto;}
.nav-group .icon_guide{width: 0.5rem;background: url(../images/icon_guide.png) no-repeat;height: 0.5rem;background-size:contain;margin: 0 auto;}
.nav-group .icon_down{width: 0.5rem;background: url(../images/icon_down.png) no-repeat;height: 0.5rem;background-size:contain;margin: 0 auto;}
.nav-group .icon_per{width: 0.5rem;background: url(../images/icon_per.png) no-repeat;height: 0.5rem;background-size:contain;margin: 0 auto;}
.nav-group .icon_jion{width: 0.5rem;background: url(../images/icon_jion.png) no-repeat;height: 0.5rem;background-size:contain;margin: 0 auto;}
.nav-group .icon_con{width: 0.5rem;background: url(../images/icon_con.png) no-repeat;height: 0.5rem;background-size:contain;margin: 0 auto;}
/*广告*/
.ad{padding:10px 10px 0px 10px;margin-bottom: 10px}
.ad .ad_img{width: 100%; height: 70px;background-size:contain;display: block;border-radius: 3px;}

/*快捷菜单*/
.features-box{padding: 0 10px;display: flex;flex-direction: row;justify-content: space-between;}
.features-box .features-left{width: 48%; height: 87.38px; padding: 0 2%;background: #000033;display: flex;flex-direction: row;justify-content: space-between;align-items: center;}
.features-box .features-left-txt span{display: block;font-size: 16px;font-weight: bold;color: white;}
.features-box .features-left-txt em{font-size: 12px;color: white;width: 92%;display: block;}
.features-box .features-left-right{height: 87.38px;display: flex;align-items: center}
.features-box .features-left-right img{width: 47px;height: 39px;}
.features-right{width: 46%;}
.features-right .features-right-top{background: #000033;margin-bottom: 10px;display: flex;flex-direction: row;align-items: center;padding: 10px 5%;}
.features-right .features-right-top img{width: 18px;height: 18px;margin-right: 10px;}
.features-right .features-right-top span{font-size: 12px;color: white;}

/*排行榜*/
.highlists{width: 100%}
.highlists .nav{padding-left: 0;margin-bottom: 0;list-style: none;}
.highlists-topbox{width: 100%;padding: 0px 10px;}
.highlists .nav-tabs{height: 45px;border-bottom: 0px solid #f5f5f5}
.highlists .nav-tabs>li{margin-bottom: 0;width: 50%;float: left;text-align: center;}
.highlists .nav>li{position: relative;display: block;}
/*.highlists .nav-tabs>li>a:hover{border-color: #eee #eee #ddd;}*/
.nav>li>a:focus, .nav>li>a:hover{text-decoration: none;}
.highlists .nav>li>a{font-size: 16px;}
.highlists .nav>li>a{position: relative;display: block;padding: 0px 10px;}
.highlists .nav-tabs>li>a{color: #3c435d;}
.highlists .nav-tabs>li>a{margin-right: 2px;height: 45px;line-height: 45px;border-radius: 4px 4px 0 0;}
.highlists .nav-active a{color: #ffffff !important;}
.highlists .nav-active::after{content: "";position: absolute;width: 35%;bottom: 0;height: 2px;background: #03997e;left: 32.5%;right: 32.5%;z-index: 2}
.highlists .tab-content{padding: 0 0 15px;}
.highlists .tab-content>.active{display: block;}
.highlists .tab-content>.tab-pane{/*display: block;*/}
.highlists .fade.in{opacity: 1;}
.tab-content .fade{opacity: 0;-webkit-transition: opacity .15s linear;-o-transition: opacity .15s linear;transition: opacity .15s linear;}
.tab-pane .performer-classify{color: #8897ad;width: 100%;padding: 5px 15px;}
.tab-pane .ft12{font-size: 12px;}
.tab-pane .between{-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.tab-pane .flex{display: -webkit-box;display: -ms-flexbox;display: flex;}
.highlists .tab-content .performer-classify li{width: 30%;margin-bottom: 0 !important;padding: 0!important;border: none!important;}
.highlists .tab-content .performer-classify li:last-child {width: 30%;}
.highlists .tab-content .tc{text-align: center;}
.highlists .tab-content .tr{text-align: right;}
.highlists .tab-content ul li{padding: 5px 10px 5px;overflow: hidden;margin-top: 5px;line-height: 30px}
.highlists .tab-content ul li a{height: 16px}
.highlists .tab-content ul li b:first-of-type{font-size: 14px;color: whitesmoke;}
.highlists .tab-content ul li b{color: #333;font-size: 14px;float: left;}
.highlists .tab-content ul li b{width: 33.33%;}
.highlists .tab-content ul li b:first-of-type span{font-weight: bold;}
.highlists .tab-content ul li span{color: #7d818a;font-size: 14px;}
.highlists .tab-content ul li .btn-default{background: #00c087;color: #fff;border-color: #00c087;border-radius: 4px;padding: 0px;float: right;}
.highlists .tab-content ul li .btn-default{width: 80px; height: 30px; line-height: 30px; border: none;border-radius: 4px;font-size: 14px;position: relative;overflow: hidden;white-space: nowrap;}
.highlists .tab-content ul li .btn-default{border-color: transparent !important;}
/*中间内容切换*/

 /*名师早评*/
.switch{width: 100%;height: auto;padding: 1% 0;background:#202435;}
.news{width: 100%;height: 0.45rem;border-bottom: 0.001rem solid #262a3c;}
.news li{cursor: pointer; width: 33.33%;text-align: center;float: left;height: 0.45rem;font-size: 0.12rem;color: #fff;line-height: 0.45rem;font-weight: bold;}
.news li a{color: #fff;}
.news li.cour{color: #6ed3f4;border-bottom: 4px solid #6ed3f4;font-size: 0.14rem;}
.switch .news-box{display: none;width: 95%;min-height:50px;margin: 0 auto;padding: 4% 2.5%;}
.switch .pro_show{display: block;}
.introduction{width: 100%;}
.introduction .man-intru{width: 93%;margin-left:7%;position: relative;}
.introduction .man-intru .photo{width: 0.8rem;height: 1rem;float: left;margin-right: 4%;-moz-box-shadow:4px 3px 14px #171b29; -webkit-box-shadow:4px 3px 14px #171b29; box-shadow:4px 3px 14px #171b29;}
.introduction .man-intru .name{float: left;width:1.2rem;color: #fff;padding-top: 0.2rem;}
.introduction .man-intru .name h3{font-weight: bold;font-size: 0.2rem;}
.introduction .man-intru .name p{font-size: 0.1rem;}
.introduction .text{width:92%;margin: 0 auto;background:#191d2b;height: auto;background-size:contain;padding: 0 4%;}
.introduction .text p{font-size: 0.1rem;color: #fff;padding: 0.1rem 0;line-height: 0.2rem;}
.introduction .text_img{width: 0.08rem;height: 0.08rem;background-size:contain;}
.introduction ul{padding: 0.1rem 0}
.introduction ul li{width: 100%;padding: 0.05rem 0;height: 0.3rem;}
.introduction ul li .title{font-size: 0.12rem;color: #fff;}
.introduction img{margin-right: 0.1rem;}
.introduction ul li .list{font-size: 0.1rem;color: #fff;padding-left: 0.2rem;}
.introduction ul li .list .tit{width: 1.5rem;overflow: hidden;text-overflow: ellipsis;white-space:nowrap;float: left;}
.introduction ul li .list .link{width: 0.5rem;height: 0.15rem;border-radius: 0.02rem;border: 0.005rem solid #f8b551;float: right;text-align: center;color: #f8b551;line-height: 0.15rem;}
/*实时数据*/
.news-box table { width: 100%; text-align: left; border-collapse: collapse;font-size: 0.1rem;color: #fff}
.news-box .tab-title{font-weight: bold;height: 0.5rem;border-bottom: 0.01rem solid #262a3c;}
.news-box .tr-tit{height: 0.5rem;border-bottom: 0.01rem solid #262a3c;font-size: 0.1rem;}
.colore-f24343{color: #f24343;}
.colore-50dab5{color: #50dab5;}
/*最新公告*/
.news-box .post{width: 90%;height: auto;padding: 1% 2.5%;border-left: 0.008rem solid #33353f;margin: 0 auto;}
.news-box .post li{font-size: 0.12rem;color: #fff;margin-left: -0.13rem;height: 0.3rem;line-height: 0.3rem;padding: 0.05rem 0;}
.news-box .post li a{color: #fff;}
.news-box .post .po_img{float:left;margin-right: 0.08rem;width: 0.1rem;height: 0.1rem;background-size:contain;margin-top: 0.1rem;}
.news-box .post span{float: left;color: #f8b551;margin-right: 0.08rem;}
.news-box .post .po_tit{float: left;overflow: hidden;text-overflow: ellipsis;white-space:nowrap;}

/*优惠活动*/
.Promotions{width: 100%;height: auto;padding: 4% 0;background:#262b3e;}
.Promotions .title{width: 2rem;margin: 0 auto;font-size: 0.15rem;color: #fff;text-align: center;font-weight: bold;}
.Promotions .contanet{width: 90%;margin: 0 auto;padding: 4% 0;}
.contanet .box{width: 100%;height: 1.2rem;position: relative;}
.contanet .box .list{width:100%;height: auto;margin: 0 auto;overflow: hidden;}
.contanet .box .list li{position: absolute;top: 0;left: 0;margin-left: 10%; list-style: none;transition: all 0.3s ease-out;width: 70%;height:1rem;text-align: center;margin: 0 auto;}
.contanet .box .list img{width: 100%;height:100%;border-radius: 0.03rem;-moz-box-shadow:4px 3px 14px #171b29;-moz-box-shadow:3px 5px 17px #171b29; -webkit-box-shadow:3px 5px 17px #171b29; box-shadow:3px 5px 17px #171b29;}
.p1{transform:translate3d(12%,0,0) scale(0.81);}
.p2{transform:translate3d(0,0,0) scale(0.81);transform-origin:0 50%;opacity: 0.8;z-index: 2;}
.p3{transform:translate3d(22%,0,0) scale(1);z-index: 3;opacity: 1;}
.p4{transform:translate3d(43%,0,0) scale(0.81);transform-origin:100% 50%;opacity: 0.8;z-index: 2;}
.p5{transform:translate3d(0,0,0) scale(0.81);}
.p6{transform:translate3d(43%,0,0) scale(0.81);}

/*政策*/
.Copyright{width: 95%;background: #202435;padding: 1% 2.5%;height: auto;padding-bottom: 0.55rem;}
.Copyright .policy{width: 100%;margin: 0.1rem auto}
.Copyright .policy li{width: 20%;float: left;text-align: center;font-size: 0.08rem;}
.Copyright .policy li a{color: #afb0c3;}
.Copyright .explain{border: 1px solid #3e3f4b;padding: 2% ;width: 96%;height: auto;}
.Copyright .explain p{padding-bottom: 0.05rem;color: #4e4f5e;font-size: 0.1rem;text-align: center;}
.Copyright .attention{width: 80%;margin: 6% auto;height: 0.3rem;}
.Copyright .attention .text{font-size: 0.1rem;color: #494a59;float: left;width: 0.6rem;height: 0.3rem;line-height: 0.3rem;font-weight: bold;}
.Copyright .attention .a-box{width: 1.7rem;float: left;}
.Copyright .attention .a-box li{float: left;width: 0.3rem;height: 0.3rem;margin: 0 0.02rem;}
.a-box .weixin{background: url(../images/icon96.png) no-repeat;background-size:contain;}
.a-box .weibo{background: url(../images/icon97.png) no-repeat;background-size:contain;}
.a-box .qq{background: url(../images/icon95.png) no-repeat;background-size:contain;}
.a-box .f{background: url(../images/icon50.png) no-repeat;background-size:contain;}
.a-box .in{background: url(../images/icon98.png) no-repeat;background-size:contain;}

/*底部导航*/
.bottom-nav{height: auto;width: 120%;position: fixed;bottom: 0;left: 0;z-index: 500; background-color: #191f35;}
.bottom-nav ul li{width: 20%!important;float: left;text-align: center;height: 50px;padding: 0;}
.bottom-nav ul li i{width: 24px;height: 24px;margin: 5px auto 0;display: block}
.bottom-nav ul li p{color: rgb(162, 166, 165)}
.bottom-nav ul li .cur p{color: rgb(3, 151, 125)}
.bottom-nav ul li p:after{color: #000000}
.bottom-nav ul li a{font-size: 0.1rem;display: block;margin: 0 auto;}
.bottom-nav .icon_lg{background-size:contain;width: 0.38rem;}
.bottom-nav .icon_login{background-size:contain;width: 0.38rem;}
.bottom-nav .icon_open{background-size:contain;width: 0.38rem;}
.bottom-nav .icon_gold{background-size:contain;width: 0.38rem;}
.bottom-nav .icon_service{background-size:contain;width: 0.38rem;}
.bottom-nav .butcour{}

.bottom-nav ul li #index i{
    background: url(../images/MONEX/footerico_index.png) no-repeat;
    background-size: 100%;
}
.bottom-nav ul li #index.cur i{
    background: url(../images/MONEX/footerico_index01.png) no-repeat;
    background-size: 100%;
}
.bottom-nav ul li #quotes i{
    background: url(../images/MONEX/footerico_quotes.png) no-repeat;
    background-size: 100%;
}
.bottom-nav ul li #quotesn.cur i{
    background: url(../images/MONEX/footerico_quotes01.png) no-repeat;
    background-size: 100%;
}
.bottom-nav ul li #trade i{
    background: url(../images/MONEX/footerico_trade.png) no-repeat;
    background-size: 100%;
}
.bottom-nav ul li #trade.cur i{
    background: url(../images/MONEX/footerico_trade01.png) no-repeat;
    background-size: 100%;
}
.bottom-nav ul li #assets i{
    background: url(../images/MONEX/footerico_wallet.png) no-repeat;
    background-size: 100%;
}
.bottom-nav ul li #assets.cur i{
    background: url(../images/MONEX/footerico_wallet01.png) no-repeat;
    background-size: 100%;
}
.bottom-nav ul li #my i{
    background: url(../images/MONEX/footerico_my.png) no-repeat;
    background-size: 100%;
}
.bottom-nav ul li #my.cur i{
    background: url(../images/MONEX/footerico_my01.png) no-repeat;
    background-size: 100%;
}


/*内页-关于我们*/
.inner-head{ width:100%; background: #191f35; height:0.5rem; z-index:999;line-height: 0.5rem;text-align: center;font-size: 0.16rem;color: #ffffff;position: fixed}
.inner-head .inner-head-nav{width: 100%;height: 0.5rem;line-height: 0.5rem;position: relative}
.inner-head .return_img{float: left;margin-top: 0.15rem;width: 0.22rem;height: 0.22rem;background-size:contain;}
.about-us{width: 100%;height: auto;padding: 1% 0;background:#0b1622;}
.about-tabbox{width: 100%;height: /*0.45rem*/ calc(0.45rem + 1px);line-height: 0.45rem;overflow-x: scroll}
.about{height: 0.45rem;line-height: 0.45rem;border-bottom: 0.001rem solid #1e2a3d;margin: 0;padding: 0;font-size: 0;}
.about li{cursor: pointer; width: 25%;text-align: center;height: 0.45rem;font-size: 0.12rem;color: rgb(144, 162, 176);line-height: 0.45rem;font-weight: bold;box-sizing: border-box;display: inline-block;overflow:hidden;white-space: nowrap;text-overflow: ellipsis;}
.about li.courrt{color: rgb(88, 139, 247);border-bottom: 4px solid rgb(11, 22, 34);font-size: 0.14rem;}
.about-us .about-box{display: none;width: 90%;margin: 0 auto;padding: 8% 5%;margin-bottom: 50px;}
.about-us .about_show{display: block;}
/*品牌故事*/
.about-us p{font-size: 0.11rem;color: #ffffff;line-height: 0.2rem;padding-bottom: 0.1rem;}
.about-us .story .inner_img{width: 3rem;height: 1.4rem;margin: 0 auto;}
/*了解秒合约、了解合约*/
.find-easy .video {width: 100%;border-radius: 3px;max-height: 260px;}
/*监管保障*/
.Supervision{text-align: center;}
.Supervision .hsbc_img{width: 2.2rem;height: 1.4rem;background-size:contain;margin: 0 auto;}
.Supervision .fsa_img{width: 3rem;height: 0.8rem;background-size:contain;margin: 0 auto;}

/*登录页*/
.head .nav{float: left;width: 0.3rem;height: 0.22rem;margin-top: 0.06rem;margin-left: 0.05rem;background: url(../images/for1.png) no-repeat center;background-size: contain;}
.pop{ width:100%; float:left; z-index:9999; }
.pop .pop-shut{ margin-top: -0.31rem; width:0.4rem; height:0.3rem; background:url(../images/for2.png) no-repeat #FFFFFF center; background-size:contain;border-bottom: 1px solid #f2f2f2;}
.pop .list{ width:100%; font-size:0.12rem; background:#FFFFFF; color:#000000; position:relative; top:0;}
.pop .list-1{ height:0.3rem; line-height:0.3rem; background:url(../images/lest12.png) no-repeat bottom; padding-left:8%; background-size:contain;border-bottom: 1px solid #F2F2F2}
.pop .list-1 a{color:#000000}
.login-box{width: 100%;height: auto;padding: 15% 30px;}
.login-box .title{font-size: 0.2rem;color: #000000;text-align: center;}
.login-box .account{width: 100%;height: calc(0.88rem + 20px);margin: 0rem auto;background: #FFFFFF;}
.login-box .account .number{height: 0.44rem;background: #191f35;border-radius: 6px;margin-bottom: 20px}
.login-box .account .number:last-child{
    margin-bottom: 0;
}
.login-box .account .number .user{float: left;width: 0.4rem;height: 0.45rem; line-height: 0.45rem; text-align: center}
.login-box .account .number .passw{float: left;width: 0.4rem;height: 0.45rem; line-height: 0.45rem; text-align: center}
.login-box .account .number .r-name{width: calc(100% - 0.4rem);height: 0.45rem;line-height: 0.45rem;float: left;border: none;background: none;outline: none;text-indent: 0.05rem;color: #000000;font-size: 0.12rem;}
.login_btn{ width: 100%;margin: 0 auto; height: 0.5rem;background: #03997e;border-radius: 0.04rem;line-height: 0.5rem;text-align: center;font-size: 0.2rem;}
.sub_btn{border: none;background: none;color: #fff;font-size: 0.18rem;outline: none;cursor: pointer;width: 100%;height: 0.4rem;line-height: 0.4rem;}
.login-box .forget{font-size: 0.12rem;color:#000000;text-align: center;margin: 0.1rem auto;}
.login-box .login_ps{font-size: 0.12rem;color:red;text-align: center;margin: 0.1rem auto;}
.login-box .col_blu{color: #545a7a;}
.login-box .col_orange{color: #03997e;}
.login-box .link{font-size: 0.13rem;color:#4f5269;text-align: center;margin: 0.1rem auto;}
.login-form-header{width: 100%;height: 0.7rem;margin: 0.3rem auto;}
.login-form-header .bigtitle{width: 100%;height: 0.4rem;line-height: 0.4rem;color: #03997e;font-size: 0.32rem}
.login-form-header .mintitle{width: 100%;height: 0.3rem;line-height: 0.3rem;color: #ffffff;font-size: 0.16rem}
.longin_operation{width: 100%;height: 0.2rem;margin: 0.1rem auto 1rem; font-size: 0.14rem;}
.login-box .lr_icobox{width: 0.4rem;height: 0.45rem;}
.login-box .lr_icobox i{color: #575d7d;font-size: 0.2rem}

/*注册页*/
.register-box{width: 100%;background: none;height: auto;padding: 0 30px;}
.register-box .title{font-size: 0.2rem;color: #000000;text-align: center;margin-bottom: 0.15rem;}
.register-box .name{border-radius: 0.06rem;border: 0.01rem solid #737a92;width: 55%;height: 0.4rem;background: #191c2c;margin-right: 2%;float: left;}
.register-box .name .user{float: left;width: 0.36rem;height: 0.4rem;border-right: 1px solid #6e748a; background: url(../images/user_img.png) no-repeat; background-size:contain;border-top-left-radius: 0.05rem;border-bottom-left-radius: 0.05rem;}
.register-box .name .r-name{height: 0.4rem;line-height: 0.4rem;width: 1.1rem;float: left;border: none;background: none;outline: none;text-indent: 0.05rem;color: #fff;font-size: 0.12rem;}
.register-box .name1{border-radius: 0.06rem;border: 0.01rem solid #737a92;width: 41.5%;height: 0.4rem;background: #191c2c;float: left;}
.register-box .name1 .r-name1{height: 0.4rem;line-height: 0.4rem;width: 1.1rem;float: left;border: none;background: none;outline: none;text-indent: 0.05rem;color: #fff;font-size: 0.12rem;}
.register-box .date{border-radius: 0.04rem;width: 99%;height: 0.45rem;background: #191f35;float: left;margin-bottom: 0.1rem;}
.register-box .date:last-child{
    margin-bottom: 0;
}
.register-box .date .email{float: left;width: 0.36rem;height: 0.45rem;}
.register-box .date .passw{float: left;width: 0.36rem;height: 0.45rem; }
.register-box .date .phone{float: left;width: 0.36rem;height: 0.45rem;}
.register-box .date .r-input{width: calc(100% - 0.36rem);height: 0.45rem;line-height: 0.45rem;float: left;border: none;background: none;outline: none;text-indent: 0.05rem;color: #000000;font-size: 0.12rem;}
.register-box .date .r-code{width: calc(100% - 0.36rem);height: 0.45rem;line-height: 0.45rem;float: left;border: none;background: none;outline: none;text-indent: 0.05rem;color: #000000;font-size: 0.12rem;}
.register-box .date .code{width: 0.8rem;height: 0.45rem;line-height: 0.45rem;background: #191f35;text-align: center;float: right;font-size: 0.1rem;color: #03997e;margin: 0;border-radius: 0.04rem;cursor: pointer;border:0;}
.register-box .terms{width: 99%;height: auto;float: left;padding: 0.1rem 0;}
.register-box .terms a{color: #03997e;}
.checkbox{width: 0.14rem;height: 0.14rem;float: left;margin-top: 0.015rem;background: none;border: 1px solid #03997e}
.register-box .terms .r-gree{margin-left: 0.1rem;font-size: 0.1rem;color: #666666;float: left;}
.register_btn{ width: 100%;margin:0px auto 20px;background: #03997e;border-radius: 0.04rem;height: 0.45rem;line-height: 0.45rem;text-align: center;font-size: 0.2rem;}
.sub_btn{border: none;background: none;color: #fff;font-size: 0.18rem;outline: none;cursor: pointer;width: 100%;height: 0.5rem;line-height: 0.5rem;}

.register-box .forget{font-size: 0.12rem;color:#888888;text-align: center;margin: 0.1rem auto;}
.register-box .col_blu{color: #6bb0ff;}
.register-box .col_orange{color: #3292ff;}
.register-box .link{font-size: 0.13rem;color:#4f5269;text-align: center;margin: 0.1rem auto;}
.register-box .login_ps{font-size: 0.12rem;color:red;text-align: center;margin: 0.1rem auto;}
.register-form-header{width: 100%;height: 0.7rem;margin: 0.3rem auto;}
.register-form-header .bigtitle{width: 100%;height: 0.4rem;line-height: 0.4rem;color: #03997e;font-size: 0.32rem}
.register-form-header .mintitle{width: 100%;height: 0.3rem;line-height: 0.3rem;color: #ffffff;font-size: 0.16rem}
.register-box .lr_icobox{width: 0.36rem;height: 0.45rem;}
.register-box .lr_icobox i{color: #575d7d;font-size: 0.2rem}
.register-box .register-code-box{width: 70%;height: 0.45rem;float: left;background: #191f35;border-radius: 0.04rem}

/*个人中心*/
.central{background: url(../images/cneter_bg.jpg) no-repeat;background-size:contain;width: 100%;height: 2.2rem;}
.central .avatar{width: 2.2rem; height: 2.2rem; margin: 0 auto;text-align: center;}
.central .avatar .av_img{width: 0.8rem;height: 0.8rem;margin: 0 auto;border-radius: 50%;overflow: hidden;padding: 0.1rem 0}
.central .avatar h2{font-size: 0.15rem;color: #fff;margin-top: -0.4rem;padding: 0.1rem 0}
.central .avatar .modify{width: 0.7rem;height: 0.25rem;margin: 0 auto;border: 0.01rem solid #fff;border-radius: 0.02rem;font-size: 0.12rem;line-height: 0.25rem;color: #fff;}
.central .avatar .modify a{display: block;color: #fff;}
.inform{width: 86%;background: #262b3e;height:4rem;padding: 0 7%;position: relative;}
.inform .sheet{background: url(../images/acc_bg.png) no-repeat;width:86%;background-size:contain;height: 1.16rem;position: absolute;top: -0.5rem;margin-bottom: 0.2rem;}
.inform .sheet .list{width: 90%;margin: 0.13rem auto;}
.inform .sheet .list span{float: left;margin-right: 0.05rem;}
.inform .sheet .list .num_img{width: 0.17rem;height: 0.2rem;background: url(../images/icon_img1.png) no-repeat;background-size:contain;float: left;margin-right: 0.05rem;}
.inform .sheet .list .inte_img{width: 0.17rem;height: 0.2rem;background: url(../images/icon_img2.png) no-repeat;background-size:contain;float: left;margin-right: 0.05rem;}
.inform .sheet .list .num_text{float: left;font-size: 0.1rem;color: #fff;height: 0.25rem;line-height: 0.25rem;}
.inform .sheet .money{width: 90%;margin: 0.05rem auto;}
.inform .sheet .money .mon_img{width: 0.2rem;height: 0.2rem;background: url(../images/icon_img3.png) no-repeat;background-size:contain;float: left;margin-right: 0.05rem;}
.inform .sheet .money .mon_text{float: left;font-size: 0.1rem;color: #fff;height: 0.25rem;line-height: 0.25rem;}
.colore-cca754{color: #d69530;}
.inform .sheet .money .mon_text .go_btn{width: 0.5rem;height: 0.2rem;border-radius: 0.02rem;border: 0.01rem solid #d69530;line-height: 0.2rem;text-align: center;padding: 0.02rem 0.06rem;}
.inform .sheet .money .mon_text span{float: left;margin-right: 0.06rem;}
.inform .sheet .money .mon_text a{color: #d69530;}
.inform .q-navi{width: 100%;padding-top: 0.85rem;}
.inform .q-navi a{display: block;background: #474ec6;height: 0.27rem;border-radius: 0.03rem;margin-bottom: 0.15rem;padding: 0.05rem;line-height: 0.27rem;}
.inform .q-navi .qimg{width: 0.18rem;background-size:contain;float: left;margin-right: 0.06rem;margin-top: 0.03rem;}
.inform .q-navi .q-text{font-size: 0.13rem;color: #fff;height: 0.25rem;line-height: 0.25rem;float: left;}
.inform .q-navi .jimg{width: 0.16rem;background-size:contain;float: right;margin-right: 0.06rem;margin-top: 0.05rem;}

/*联系我们*/
.contact-us{width: 80%;background: #262b3e;height:auto;padding: 0 10%;margin-bottom: 1rem;}
.contact-us ul li{border-bottom: 0.01rem solid #353948;padding: 0.18rem 0;}
.contact-us .c_img{width: 0.8rem;height: 0.8rem;background-size:contain;float: left;margin-right: 0.1rem;margin-top: 0.03rem;}
.contact-us .c_text{float: left;font-size: 0.12rem;color: #fff;padding-top: 0.1rem;}
.contact-us .c_text .bold{font-size: 0.16rem;}

/*操作指导*/
.operate-guide{width: 86%;background: #262b3e;height:auto;padding: 10% 7% 100px 7% ;margin: 0 auto; }
.operate-guide .menu_list{width: 100%;}
.operate-guide .menu_list ul li{display: block;text-align:left;height: 0.36rem;line-height: 0.36rem;width: 100%;margin-bottom: 0.25rem;}
.operate-guide .menu_list ul li a{display: block;border-radius: 0.03rem;height: 0.36rem;line-height: 0.36rem;}
.operate-guide .menu_list ul li .fuMenu{color: #F2F2F2;font-size: 0.14rem;padding-left: 12%;cursor: pointer;height: 0.36rem;line-height: 0.36rem;text-align: left;width: 88%;background: #474ec6;float: left;border-radius: 0.03rem;}
.operate-guide .menu_list ul li .xiala{float: left;margin-left: -0.32rem;margin-top: 0.1rem;background-size:contain;width: 0.1rem;height: 0.15rem;}
.operate-guide .menu_list ul li .qimg{float: left;margin-left: -97%;margin-top: 0.06rem;width: 0.2rem;height: 0.22rem;background-size:contain;}
.operate-guide .menu_list ul li .div1 {width: 100%;height: auto;float: left;margin-bottom: 0.2rem;}
.operate-guide .menu_list ul li .div1 .zcd{color: #fff;font-size: 0.13rem;height: 0.365rem;background-color: #303667;margin-bottom: 0.008rem;cursor: pointer;line-height: 0.36rem;text-align: left;width: 95%;padding-left: 5%;}
.operate-guide .menu_list ul li .div1 .zcd .z_img{float: right;margin-right: 0.2rem;margin-top: 0.1rem;background-size:contain;width: 0.1rem;height: 0.15rem;}

/*操作指导-取款指导*/
.withdrawal-ins{width: 100%;background: #262b3e;height:auto;padding: 6% 4%; margin: 0 auto 0.4rem;}
.withdrawal-ins .path{width: 100%;}
.withdrawal-ins .path .lead{width: 0.06rem;height: 0.18rem;background: #f8b551;background-size:contain;float: left;margin-right: 0.05rem;}
.withdrawal-ins .path span{font-size: 0.14rem;color: #fff;float: left;margin: 0 0.04rem}
.withdrawal-ins .path .bold{font-weight: bold;}
.withdrawal-ins .step-box{width: 100%;margin: 0.1rem auto; overflow: hidden;}
.withdrawal-ins .step-box li{width: 100%;padding: 0.15rem 0;height: auto;}
.withdrawal-ins .step-box .dot{margin: 0rem auto;font-size: 0.1rem;color: #fff;width: 100%;}
.withdrawal-ins .step-box .dot .txt{font-size: 0.12rem;color: #fff;line-height: 0.3rem;}
.withdrawal-ins .step-box .dot .txt i{font-style:normal;color: #f8b551;}
.withdrawal-ins .step-box .dot .st{width: 0.6rem;height: 0.3rem;border-radius: 0.2rem;background: #474ec6;text-align: center;font-size: 0.14rem;float: left;line-height: 0.3rem;color: #fff;margin-right: 0.05rem;
    border-bottom-right-radius: 0;}
.withdrawal-ins .step-box .dot .st_img{width: 100%;padding: 0.1rem 0;}
.withdrawal-ins .main_visual{ width:100%;overflow:hidden;position:relative;margin:0 auto;padding-bottom: 0.1rem;}
.withdrawal-ins .main_visual .main_image{height:3.8rem; width:100%; overflow:hidden;position:relative;margin:0 auto 0.2rem;}
.withdrawal-ins .main_visual .main_image li{width: 100%;text-align: center;}
.withdrawal-ins .main_visual .main_image li img{width: 100%}
.withdrawal-ins .main_visual .main_image li .img_1{display:block;width:100%;height:3.8rem;text-align: center;background-size:contain;}
.withdrawal-ins .main_visual .main_image .btn_prev{ width:0.2rem; height:0.4rem; background:url(../images/btn_prev.png) left no-repeat; position:absolute ; top:1.4rem; left:0.05rem;background-size:contain;}
.withdrawal-ins .main_visual .main_image .btn_next{ width:0.2rem; height:0.4rem; background:url(../images/btn_next.png) right no-repeat;position:absolute; top:1.4rem; right:0.05rem;background-size:contain;}

/*学习中心*/
.withdrawal-ins .learn-box{width: 100%;margin: 0.1rem auto; overflow: hidden;padding-bottom: 0.5rem;}
.withdrawal-ins .learn-box .l_nav{width: 100%;background: #474ec6;height: 0.43rem;border-top-left-radius: 0.04rem;border-top-right-radius: 0.04rem;}
.withdrawal-ins .learn-box .l_nav li{width: 33.3%;float: left;text-align: center;font-size: 0.12rem;color: #fff;line-height: 0.43rem;font-weight: bold;position: relative;}
.withdrawal-ins .learn-box .l_nav li a{color: #fff;}
.withdrawal-ins .learn-box .l_nav li span{position: absolute;background: url(../images/icon_news.png) no-repeat;width: 0.29rem;height: 0.075rem;background-size:contain;top: 0.03rem;right: 0.03rem;}
.withdrawal-ins .learn-box .l_nav li.l_curt{background: #f8b551;height: 0.43rem;}
.withdrawal-ins .learn-box .l_nav .lb{border-top-left-radius: 0.04rem;}
.withdrawal-ins .learn-box .l_nav .rb{border-top-right-radius: 0.04rem;}
.withdrawal-ins .learn-box .l_box{width: 93.3%;border: 0.01rem solid #474ec6;height: auto;padding: 3%}
.withdrawal-ins .learn-box .l_show{display: block;}
.withdrawal-ins .learn-box .l_box ul li{border-bottom: dotted 0.01rem #919399;height: 0.3rem;line-height: 0.3rem;font-size: 0.12rem;width: 100%;overflow: hidden;
    text-overflow: ellipsis;white-space: nowrap;}
.withdrawal-ins .learn-box .l_box ul li a{color: #fff;display: block;}
.withdrawal-ins .learn-box .l_box ul li a.c_hv{color: #f8b551;}
.withdrawal-ins .learn-box .l_box .pagination {border-radius:0.03rem;font-size: 0.12rem;margin: 0 auto;margin-top:0.2rem;}
.withdrawal-ins .learn-box .l_box .pagination span{line-height: 0.2rem;float: left;padding-right: 0.1rem}
.withdrawal-ins .learn-box .l_box .pagination>li {display: inline;}
.withdrawal-ins .learn-box .l_box .pagination>li:first-child>a{margin-left: 0;}
.withdrawal-ins .learn-box .l_box .pagination>.disabled>a{color: #777;cursor: not-allowed;background-color: #fff;border-color: #ddd;}
.withdrawal-ins .learn-box .l_box .pagination>.active>a{z-index: 2;color: #fff;cursor: default;background-color: #33865d;}
.withdrawal-ins .learn-box .l_box .pagination>li>a{position: relative;float: left;padding: 0.04rem 0.06rem;margin-left: -1px;line-height: 1.42857143;color: #606060;text-decoration: none;background-color: #fff;border: 1px solid #ddd;}
.withdrawal-ins .learn-box .video-boxs{width: 100%}
.withdrawal-ins .learn-box .video-boxs ul a{width: 46%;float: left;min-height: 0.84rem;margin: 0.05rem 0.04rem;}
.withdrawal-ins .learn-box .video-boxs ul a .v_pl{width: 100%;height: 0.62rem;overflow: hidden;margin: 0 auto;position: relative;}
.withdrawal-ins .learn-box .video-boxs ul a .v_pl img{text-align: center;display: block;width: 100%;}
.withdrawal-ins .learn-box .video-boxs ul a .v_pl .ply_btn{cursor: pointer;background: url(../images/vdi_py.png) no-repeat center;height: 43px;position: absolute;top: 30%;width: 100%;text-align: center;
    background-size:contain;}
.withdrawal-ins .learn-box .video-boxs ul a .v_txt{background: #595959;min-height: 0.22rem;font-size: 0.1rem;text-align: center;line-height: 20px;color: #fff;}
.withdrawal-ins .learn-box .video-boxs .vid_wx_box{width:2.2rem;margin: 40px auto 20px auto;}
.withdrawal-ins .learn-box .video-boxs .vid_wx_box .vid_wx{width: 0.88rem;height: 0.88rem;background-size:contain;float: left;}
.withdrawal-ins .learn-box .video-boxs .vid_wx_box .vid_txt{float: left;padding-top: 0.2rem;padding-left: 0.1rem;}
.withdrawal-ins .learn-box .video-boxs .vid_wx_box .vid_txt p{font-size: 0.1rem;color: #fff;padding-left: 0.1rem;line-height: 0.18rem;}

/*一键充值*/
.register-box .bar {width: 100%;height: auto;margin-top: 0.06rem;color: #fff;font-size: 0.12rem;}
.register-box .login_ps{font-size: 0.12rem;color:red;text-align: center;margin: 0.1rem auto;}
.register-box .bar .rech-text{float: left;width: 0.7rem;line-height: 0.35rem;text-align: left;}
.register-box .bar .rech-input{border-radius: 0.06rem;border: 0.01rem solid #737a92;width:2.05rem;line-height: 0.35rem; background: #191c2c;float: left;outline: none;font-size: 0.12rem;text-indent: 0.05rem;color: #fff;}
.register-box .bar .rech-input .dollar {float: left;width: 0.32rem;height: 0.35rem;border-right: 1px solid #6e748a;background:#26293e;background-size: contain;border-top-left-radius: 0.06rem;border-bottom-left-radius: 0.06rem;text-align: center;color:#adaeb5;}
.register-box .bar .rech-input .rech-put{line-height: 0.35rem;width: 1.7rem;float: left;border: none;background: none;outline: none;text-indent: 0.05rem;color: #fff;font-size: 0.12rem;}
.register-box .bar .swop{border-radius: 0.06rem; width: 2.05rem;height: auto;color: #fff;font-size: 0.12rem;float: left;line-height: 0.35rem; background: #2d2f3d}
.register-box .swop .rate{border-radius: 0.06rem;width:0.8rem;line-height: 0.35rem; background: none;float: left;outline: none;font-size: 0.12rem;text-indent: 0.05rem;color: #ff0000;border: none;}
.register-box .swop .huil{font-size: 0.08rem;float: right;color: #616471;margin-right: 0.1rem;}
.register-box .bar .pay{float: left;width: 2.05rem;}
.register-box .bar .pay li{float: left;width: 0.93rem;height: 0.35rem;line-height: 0.35rem;font-size: 0.1rem;text-align: center;background: #fff;color: #333;margin: 0 0.04rem;margin-bottom: 0.1rem;background-size: contain;border-radius: 0.04rem;}
.register-box .bar .pay li.cuurt{border: 0.01rem;float: left;width: 0.93rem;height: 0.35rem;line-height: 0.35rem;background: url(../images/pay_cuurt.png) no-repeat;border-radius: 0.03rem;background-size:contain;}
.register-box .bar .pay .p_img{width: 0.16rem;height: 0.16rem;background-size: contain;vertical-align: middle;margin-right: 5px;}
.disabled{filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);-webkit-filter: grayscale(100%);pointer-events: none;}

/*找回密码*/
.register-box .retrieve{height: 2.5rem;width: 100%;margin: 0 auto;}
.icon-zuobian{font-size: 20px!important;}
.newinput-code-box{width: 55%;height: 0.45rem;float: left;background: #191f35;border-radius: 0.04rem}

/*快速取款*/
.quk-withdrawal{background: #fff;border-radius: 0.06rem;width: 90%;margin: 0 auto;min-height:200px;margin-bottom:0.5rem;}

/*隐私条款*/
.withdrawal-ins .path .vert{width: 0.06rem;height: 0.18rem;background: #00a0e9;background-size:contain;float: left;margin-right: 0.05rem;}
.withdrawal-ins .step-box p{font-size: 0.11rem;color: #fff;line-height: 0.2rem;}
.withdrawal-ins .step-box h3{font-size: 0.14rem;color: #fff;padding-bottom: 0.1rem;}

/*文章详情*/
.withdrawal-ins .step-box .n_title{width: 100%;font-size: 0.18rem;color: #fff;}
.withdrawal-ins .step-box .time{font-size: 0.08rem;color: #6e717b;padding: 0.1rem 0;}
.withdrawal-ins .step-box .content{width:100%;min-height:300px; background-color: #262b3e !important;}
.withdrawal-ins .step-box .content img{max-width:100%;}
.withdrawal-ins .step-box .n_img{width: 100%;}

/*合伙加盟*/
.join-box{width: 84%;height: auto;padding: 8% 8%;}
.join-box .join{width: 90%;height: 0.4rem;margin: 0 auto;}
.join-box .join li{float: left;height: 0.4rem;width: 50%;cursor: pointer;font-size: 0.16rem;background: #262b3e;line-height: 0.4rem;color: #fff;text-align: center;}
.join-box .join li.j_cuurt{background: #474ec6;height: 0.4rem;}
.join-box .join li.lb {border-top-left-radius: 0.05rem;border-bottom-left-radius: 0.05rem;}
.join-box .join li.rb {border-top-right-radius: 0.05rem;border-bottom-right-radius: 0.05rem;}
.join-box .join-pro{display: none;}
.join-box .join_show{display: block;}
.join-box .join-pro h2{font-size: 0.16rem;color: #fff;text-align: center;padding: 0.2rem 0 0.1rem 0;font-weight: normal;}

.join-box .input_bg {outline: none;width: 48.4%;height: 0.42rem;background: #191c2c;border: solid 0.008rem #737a92;text-indent:0.05rem;float: left; font-size: 0.13rem;border-radius: 0.04rem;margin-bottom: 0.15rem;color: #e6e6e6}
.join-box .input_bg2 {outline: none;width: 100%;height: 0.42rem;background: #191c2c;border: solid 0.008rem #737a92;text-indent:0.05rem;float: left; font-size: 0.13rem;border-radius: 0.04rem;margin-bottom: 0.15rem;color: #e6e6e6}
.join-box .input_bg3 {width: 100%;height: 0.4rem;border: 0;float: left; font-size: 0.13rem;}
.join-box .mail {outline: none;width: 100%;height: 0.42rem;background: #191c2c;border: solid 0.008rem #737a92;text-indent:0.05rem;float: left; font-size: 0.13rem;border-radius: 0.04rem;margin-bottom: 0.15rem;color: #e6e6e6}
.join-box .code {outline: none;width:66.5%;height:0.4rem;border:none;float: left;text-indent:0.05rem;margin-left:0.04rem;font-size: 0.13rem;background: none;color: #e6e6e6}
.join-box .obtain {font-family:"微软雅黑"; float: left;width:30%;margin: 0.02rem;height:0.38rem;border-radius:0.04rem;
    background:#474ec6;border: 0;color: #FFF;cursor: pointer;outline: none;font-size: 0.13rem;cursor: pointer;background-size:contain;}
.join-box .input_bg3 .checkbox{margin-top:0.1rem;width:0.15rem;height:0.15rem;float: left;background: #fff;color: #333}
.join-box .input_bg3 .clause {color: #fff;display:block;font-size: 0.1rem;line-height: 0.34rem;margin-left:0.02rem;float: left;}
.join-box .input_bg3 .clause a {color: #489eff;text-decoration: underline;}
.p1_btn{background:#474ec6;  margin: 0 auto; text-align: center; width:2.7rem;height: 0.45rem; background-size:contain;border-radius: 0.05rem; }
.btn-found{text-align: center; width:2.7rem;height: 0.45rem;background: none;cursor: pointer;outline: none;border: none;display: block;color: #fff;font-size: 0.15rem;}

/* app下载 */
.android_icon{width:150px;height:150px;background:url(../images/AndroidIcon.jpg);border-radius: 8px;margin:100px auto 0 auto;box-shadow: 3px 3px 4px #888888;}
.android_name{width:100%;line-height: 50px;font-size: 18px;text-align: center;}
.android_button{width:60%;height:50px;border-radius: 5px;background:#1aac19;color:#fff;line-height: 50px;text-align: center;font-size: 16px;margin:30px auto;}
.contact-us .app-box{ width: 100%; height: auto; margin:auto; }
.contact-us .app-box .app-icon{ width:120px; height:120px; margin:0.34rem auto 15px auto; display: block;  }
.contact-us .app-box .app-text{ font-size: 0.15rem; text-align: center; color: #fff; }
.contact-us .app-box .app-text span{ color:#e9aa30; }
.contact-us .app-box .app-btn{ width: 1.7rem; height: 0.44rem; border-radius: 0.8rem; margin:0.2rem auto 0 auto; background:#1599d6; display: block;}
.contact-us .app-box .app-btn .app-img{ width: 0.21rem; height: 0.21rem; float: left; display: block;  margin:0.1rem 0.05rem 0 0.52rem;}
.contact-us .app-box .app-btn span{ font-size: 0.18rem; color: #fff;line-height: 0.44rem; float: left; }
.contact-us .app-box .app-line{ width: 100%; height: 1px; background: #353948; margin-top: 0.32rem; }
.contact-us .app-box .app-btn2{ width: 1.7rem; height: 0.44rem; border-radius: 0.8rem; margin:0.2rem auto 0 auto; background:#b5b5b5; display: block; font-size: 0.18rem; color: #fff;line-height: 0.44rem; text-align: center;}

/* 弹框 */
.member-remark{position: fixed;top: 0;left:0;z-index: 10000;padding-top: 0;width: 100%;height: 100%;background: rgba(49, 48, 48, .7);}
.member-remark .member_popups{position: fixed;top: 20% !important;left:50%;margin-left:-40%;z-index: 9999; width:80%; background-size:100%; }
.member-remark .member_popups img{width:100%;}
.member-remark .member_popups .shut-down{color:#fff; line-height:0.16rem; font-size:0.12rem; color:#fdf3d0; position: absolute;top:-30px;right:0.6rem;}
.member-remark .member_popups .earn_gif{position: absolute;top: 0.8rem;left: 1.6rem;width: 0.5rem;height: 0.5rem;background-size:contain;}
.member-remark .member_popups .member-button{ width:0.16rem; height:0.16rem;position:absolute;right:0.4rem;top: -30px;background: url(../images/shut_btn.png) no-repeat;background-size: contain;}
.member-remark .member_popups .advisory-group{width:100%; height:0.5rem;position: absolute;bottom:0;left:0;}
.advisory{ display:block;width:2.3rem; height:0.5rem;}
.member-remark .member_popups .account{position:absolute; bottom:0.22rem; left:0.1rem; right: 0; width:1.8rem;margin: 0 auto;}
.member-remark .member_popups .account .consu {width: 0.8rem;height: 0.28rem;margin:0 0.05rem;background: url(../images/btn-h.png) no-repeat;background-size:contain;float: left;
    line-height: 0.23rem;color: #fff;text-align: center;font-size: 0.1rem;}
.member-remark .member_popups .account .free {width: 0.8rem;height: 0.28rem;margin:0 0.05rem;background: url(../images/btn-l.png) no-repeat;background-size:contain;float: left;
    line-height: 0.23rem;color: #fff;text-align: center;font-size: 0.1rem;}

/*博易下载*/
.download{background: #1b243f;width: 100%;height: auto;padding-bottom: 0.2rem;}
.download h2{color: #fff;font-size: 0.16rem;text-align: center;padding: 0.15rem 0;}
.download .d_box{width: 85%;margin: 0 auto;}
.download .anyp{width: 50%;height:auto;background-size:contain;float: left;text-align: center;}
.download .anyp .icon_anyp{width: 0.56rem;height: 0.56rem;margin: 0 auto;}
.download .anyp img{display: block;}
.download .anyp p{font-size: 0.12rem;color: #fff;padding-top: 0.1rem;}
.download .a_btn{float: left;width:50%;height: 0.4rem;background: #00a0e9;border-radius: 0.4rem;margin-top: 0.15rem;background-size:contain;text-align: center;line-height: 0.4rem;}
.download .a_btn img{vertical-align: middle;}
.download .a_btn .icon_xiaj{width: 0.21rem;height: 0.19rem;background-size:contain;margin-right: 0.05rem;}
.download .a_btn a{font-size: .012rem;display: block;line-height: 0.4rem;font-size: 0.14rem;color: #fff;}

/* ============分页样式============= */
.pages{width:100%;height:30px;margin:5px;color:#666;font-family:Tahoma;text-align: center;}
.pages div{display: inline-block;}
.pages a{display:block;float:left;padding:2px 7px;height:24px;border-right:1px #cccccc solid;background:#fff;text-decoration:none;color:#808080;font-size:12px;  line-height:24px;}
.pages a:hover{background:#33865d;color:#fff;cursor: pointer;}
.pages .a_on{background:#33865d;color:#fff;}
.pages span{float:left;height:30px;line-height:30px;margin-right:10px;font-size:12px;}
.pages div span .page{width:33px;height:28px;margin:0;border:1px solid rgba(34,36,38,.15);display:block;float:left;padding:0 3px;border-right:0;border-top-left-radius:5px;border-bottom-left-radius:5px;outline:none;}
.pages div span .jump{width:40px;height:30px;border:1px solid rgba(34,36,38,.15);display:block;float:left;background:#fff;cursor: pointer;color:#666;border-top-right-radius:5px;border-bottom-right-radius:5px;outline:none;}
.pages div span .jump:hover{color:#000;}

/* ============资产页面样式============= */
.zcbg{background: #FFFFFF;}
.zcbg .header-title{padding: 10px 0;text-align: center;font-size: 18px;font-weight: bold;}
.zcbg .header-bg{position: relative;}
.zcbg .header-bg .header-zichan-box{position: absolute;top: 20px;margin: 0 8%;}
.header-bg .header-zichan-box .header-zichan-title{color: #b0c9fe;font-size: 16px;}
.header-bg .header-zichan-box .header-zichan-ftitle{margin-top: 18px;font-size: 24px;color: #fff;font-weight: bold;}
.zcbg .header-bg img{width: 100%;height: 148px;}
.zc_menu{display: flex;flex-direction: row;padding-bottom: 30px;}
.zc_menu a{text-align: center;width: 25%;}
.zc_menu a img{width: 30px;height: 30px;}
.zc_menu a .mt5{margin-top: 5px;font-size: 13px;color: #000000}
.zc_line{width: 100%;height: 10px;background: #f4f8fb;}
.zcbg .account{display: flex;flex-direction: row;}
.zcbg .account span{width: 33.33%;text-align: center;padding: 15px 0;color: #90a2b0;font-size: 12px}
.zcbg .active{color: #588bf7 !important;border-bottom: 2px solid #588bf7;}
.level_con{line-height: 24px;overflow: hidden}
.level_con li a{color: inherit;display: block;border: 1px solid #f1f1f1;padding: 10px;background: #fff;border-radius: 2px;font-size: 12px;color: #000000}
.level_con .flex{display: -webkit-box;display: -ms-flexbox;display: flex;}
.level_con .between{-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.level_con .flex .f16{font-size: 16px;}
.level_con .flex1{-webkit-box-flex: 1;-ms-flex: 1;flex: 1;}
.level_con .flex1 .ft12{font-size: 12px;}
.level_con .flex1 .blue2{color: #728DAF;}
.level_con li a .flex1>p{font-size: 14px;}
.level_con .mr5{margin-right: 5px;}
.level_con .tr{text-align: right;}
.level_con .flex1 .white_gray{color: #7d818a;}

/* ============资产页面样式 - 充币============= */
.headerbar{border: none !important;height: 50px;line-height: 50px; padding: 0;}
.bar-header .close{position: absolute;top: 0px;left: 0px;bottom: 0px;height: 50px;width: 0.4rem;font-size: 25px;cursor: pointer;line-height: 40px;text-align: center;color: white;display: -webkit-box;display: -moz-box;display: -webkit-flex;display: -moz-flex;display: flex;-webkit-box-pack: center;-moz-box-pack: center;-webkit-align-items: center;-moz-align-items: center;align-items: center;-webkit-box-align: center;-moz-box-align: center;-webkit-justify-content: center;-moz-justify-content: center;justify-content: center;}
.bar-header .clearfix{zoom: 1;}
.headerbar .header-item{height: 50px;line-height: 50px;color: white !important;font-size: 15px;font-weight: 600;text-align: center}
.cb_box{border-radius: 10px;margin: 60% 3% 20px;background: #fff;}
.cb_box .box-title{padding: 5px 5%;font-size: 16px;font-weight: bold;color: #1f3f59;border-bottom: 1px solid #eee;}
.cb_box .box-list{border-bottom: 1px solid #eee;padding: 5px 5%;display: flex;flex-direction: row;justify-content: space-between;align-items: center;}
.cb_box .box-list .box-left{display: flex;flex-direction: row;align-items: center;font-size: 12px}
.cb_box .box-list .box-left img{margin-right: 20px;width: 30px;height: 30px;}
.cb_box .box-list .box-right img{width: 15px;height: 15px;}
.cb_otc{margin-bottom: 100px;}
.cb_otc a img{display: block;margin: 10px auto 0;width: 50%;}

/* ============资产页面样式 - 充币·充币详情============= */
#cbxq .mt10{margin-top: 10px;}
#cbxq .mt40{margin-top: 40px;}
#cbxq .plr10{padding-left: 10px;padding-right: 10px;}
#cbxq .plr15{padding-left: 15px;padding-right: 15px;}
#cbxq .tc{text-align: center;}
#cbxq .ft12{font-size: 12px;}
#cbxq .ft14{font-size: 14px;}
#cbxq .blue{color: #588bf7;}
#cbxq .colorGrey{color: #7d818a;}
#cbxq .codes{width: 160px;margin: 50px auto 20px auto;}
#cbxq #code{width: 220px;height: 220px;border: 10px solid #fff;}

/* ============资产页面样式 - 提币============= */
#tibi .plr15{padding-left: 15px;padding-right: 15px;}
#tibi .mt20{margin-top: 20px;}
#tibi .ft14{font-size: 14px;}
#tibi .between{-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
#tibi .flex{display: -webkit-box;display: -ms-flexbox;display: flex;}
#tibi .alcenter{-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
#tibi .tc{text-align: center;}
#tibi .white_gray{color: #7d818a;}
#tibi .all_in{color: #91a0be;}
#tibi .tibi-biz{margin-bottom: 10px;}
#tibi .tibi-biz h1 {font-size: 18px;color: #1c1d31;}
#tibi .selectbiz{padding: 10px 3%;border-radius: 5px;border: 1px solid #dcdfe6;}
#tibi .selectbiz select{width: 100%;color: #606266;font-size: 14px;border: none}
#tibi .tibi-address input{width: 100%;padding: 10px 3%;background: #f7f7fa;border: 0;outline: 0;-webkit-appearance: none;}
#tibi .tibi-sl{width: 94%;padding: 10px 3%;background: #f7f7fa;}
#tibi .tibi-sl input{border: 0;outline: 0;-webkit-appearance: none;background: none}
#tibi .tibi-balance{color: #8d9dbc;margin-top: 10px;display: flex;flex-direction: row;}
#tibi .tibi-fee{display: flex;flex-direction: row;justify-content: space-between;width: 94%;padding: 10px 3%;background: #f7f7fa;}
#tibi .mention{width: 100%;height: 50px;line-height: 50px;color: #fff;background: #588bf7;border-radius: 30px;font-size: 20px;border: none}

/* ============资产页面样式 - 兑换============= */
#bbdh-from .mb10{margin-bottom: 10px;}
#bbdh-from .mr10{margin-right: 10px;}
#bbdh-from .ml10{margin-left: 10px;}
#bbdh-from .ml12{margin: 0 12px;}
#bbdh-from .ft10{font-size: 10px;}
#bbdh-from .tc{text-align: center;}
#bbdh-from .white{color: white}
#bbdh-from .between{-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
#bbdh-from .flex{display: -webkit-box;display: -ms-flexbox;display: flex;}
#bbdh-from .bg{background-color: #fff;padding-bottom: 10px;padding-top: 10px;}
#bbdh-from .tl{width: 40%;text-align: left;border: 1px solid #ddd;height: 38px;border-radius: 5px;}
#bbdh-from .tl select{width: 90%;display: inline-block;position: relative;color: #606266;font-size: 14px;padding: 10px;border: none}
#bbdh-from .line{height: 10px;background: #f4f8fb;}
#bbdh-from .tab-logo{width: 30px;height: 30px;margin-top: 5px;}
#bbdh-from .duihuan{padding: 20px 3%;border-bottom: 1px solid #eee;}
#bbdh-from .duihuan h1{color: #90a2b0;font-size: 16px;}
#bbdh-from .duihuan .duihuan-row{display: flex;flex-direction: row;margin-top: 20px;justify-content: space-between;}
#bbdh-from .duihuan .duihuan-row em{font-size: 20px;font-style: normal;font-weight: 500;}
#bbdh-from .duihuan .duihuan-row input{width: 55%;font-size: 20px;border: 0;outline: 0;-webkit-appearance: none;}
#bbdh-from .duihuan  .duihuan-row span {color: #588bf7;font-size: 12px}
#bbdh-from .huilv{display: flex;flex-direction: row;margin-top: 15px;}
#bbdh-from .huilv article{display: flex;flex-direction: column;text-align: center;width: 33.33%;}
#bbdh-from .huilv span{font-size: 12px;color: #90a2b0;}
#bbdh-from .huilv em{font-size: 12px;color: #62759a;}
#bbdh-from .btns{height: 40px;line-height: 40px;border-radius: 2px;background-color: #588bf7;margin-top: 40px;}
#bbdh-from .btns input{width: 100%;height: 40px;line-height: 40px;background-color: rgba(0, 0, 0, 0);border: none;outline: none;text-align: center}
.bbdhorder-list .ft10{font-size: 10px;}
.bbdhorder-list .tc{text-align: center;}
.bbdhorder-list .alcenter {-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.bbdhorder-list .between{-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.bbdhorder-list .flex{display: -webkit-box;display: -ms-flexbox;display: flex;}
.bbdhorder-list .width1{width: 23%;}
.bbdhorder-list .width2 {width: 15%;}
.bbdhorder-list .width3{width: 26.5%;}
.bbdhorder-list{width: 100%;margin-top: 10px;}
.bbdhorder-list .order-list-text{width: 100%;line-height: 40px;background-color: #fff;padding-left: 10px;font-size: 12px}
.bbdhorder-list ul {width: 100%;background-color: #fff;margin-top: 10px;}
.bbdhorder-list ul li{word-break: break-all;border-bottom: 1px solid #f1f1f1;padding: 10px 0;}

/* ============资产页面样式 - 划转============= */
#hz-from .ml10{margin-left: 10px;}
#hz-from .flex{display: -webkit-box;display: -ms-flexbox;display: flex;}
#hz-from .huazhuan{padding: 15px 10px;box-sizing: border-box;font-size: 12px;background-color: #191f35;border-radius: 6px}
#hz-from .huazhuan .huazhuan-nav{font-size: 12px;box-sizing: border-box}
#hz-from .huazhuan .huazhuan-nav-box{padding-left: 15px;box-sizing: border-box}
#hz-from .bizhong{background: #fff;border-radius: 10px;margin: 10px 3%;padding: 10px 3%;align-items: center;}
#hz-from .bizhong-ml{width: 60%;border: 1px solid #588bf7;padding: 10px;border-radius: 5px;}
#hz-from .bizhong-ml select{width: 90%;display: inline-block;position: relative;color: #606266;font-size: 14px;border: none}
#hz-from .hz-num{border-radius: 6px;margin: 10px 0;width: 100%;background-color: #191f35;padding: 10px}
#hz-from .hz-num .hz-title{font-size: 14px;color: #fff;margin-bottom: 10px}
#hz-from .hz-num .hz-row{width: 100%;height: 30px;background-color: #323852;border-radius: 6px;padding: 0px 10px}
#hz-from .hz-num .hz-row em{font-size: 20px;font-style: normal;font-weight: 500; color: #9fbedc;}
#hz-from .hz-num .hz-row .huazhuan-num{background-color: rgba(0, 0, 0, 0);font-size: 14px;border: 0;outline: 0;height: 30px;color: #ffffff}
#hz-from .hz-num .hz-row span{font-size: 14px;color: #03997e;}
#hz-from .hz-num .hz-balance{color: #9fbedc;font-size: 14px}
.hz-submit input{ width: 100%; text-align: center;margin: 50px auto 0px;height: 50px;line-height: 50px;color: #fff;background: #03997e;border-radius: 6px;font-size: 16px; border: none}
.coin-exchange-content{width: 100%;padding: 15px}
.coin-exchange-content .coin-exchange-databox{width: 100%;background-color: #191f35;border-radius: 6px;padding: 10px}

.wl_column{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.huanzhuan-bj em{
    width: 5px;
    height: 5px;
    border-radius: 50%;
    box-sizing: border-box;
    display: block;
}
.huanzhuan-bj .bgBlue{
    background: #1881d2;
}
.huanzhuan-bj  .bgred{
    background: #d74e5a;
}
.huanzhuan-shu{
    margin-top: 5px;
    margin-bottom: 5px;
    height: 20px;
    border-left: 1px solid #ccd5da;
    font-size: 12px;
    box-sizing: border-box;
}
.huanzhuan-nav-r{
    margin-left: 10px;
    box-sizing: border-box;
}
.huanzhuan-nav-r .huanzhuan-nav-r-box{
    height: 40px;
    line-height: 40px;
}
.huanzhuan-nav-r .border-bottom{
    border-bottom: 1px solid #15293d;
}
.huanzhuan-nav-r-box .huanzhuan-nav-r-box-l{
    color: #6d808e;
    font-size: 12px;
    padding-right: 10px;
    box-sizing: border-box;
}
.huanzhuan-nav-r-box .huanzhuan-nav-r-box-r .layui-form-item{
    margin-bottom: 0;
}
.huanzhuan-nav-r-box .huanzhuan-nav-r-box-r .layui-input-block{
    margin-left: 0;
    border: none;
}
.huanzhuan-nav-r-box .huanzhuan-nav-r-box-r .layui-input{
    border: none;
}
.huanzhuan-nav-r-box .huanzhuan-nav-r-box-r .layui-form-select dl dd.layui-this{
    background: #1881d2;
    color: #ffffff;
}
/* ============资产页面样式 - 划转·划转记录============= */
#BorrowingRecord .flex{display: -webkit-box;display: -ms-flexbox;display: flex;}
div#record{overflow: hidden;}
div#record div{padding: 50% 0;}
#BorrowingRecord .list{width: 100%;margin-top: 10px;}
#BorrowingRecord .list li{justify-content: space-between;line-height: 30px;border-bottom: 1px solid #f1f1f1;}
#BorrowingRecord .blue2{color: #728DAF;}
#BorrowingRecord .list li p{width: 29%;text-align: center;}
#BorrowingRecord .list li p:last-child{width: 46%;}
div#record div p{width: 40%;position: relative;top: 0px;left: 30%;text-align: center;color: #bfbfbf;}
div#record div p img{width: 70px;margin: 0 20px;}

/* ============资产页面样式 - 合约账户============= */
#heyuezhanghu .mt5{margin-top: 5px;}
#heyuezhanghu .mt10{margin-top: 10px;}
#heyuezhanghu .mb20{margin-bottom: 20px;}
#heyuezhanghu .pd85{padding-bottom: 85px;}
#heyuezhanghu .plr15{padding-left: 15px;padding-right: 15px;}
#heyuezhanghu .plr20{padding-left: 20px;padding-right: 20px;}
#heyuezhanghu .gtop{padding-top: 10px;}
#heyuezhanghu .alcenter{-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
#heyuezhanghu .between{-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
#heyuezhanghu .flex{display: -webkit-box;display: -ms-flexbox;display: flex;}
#heyuezhanghu .flex1{-webkit-box-flex: 1;-ms-flex: 1;flex: 1;}
#heyuezhanghu .hide{display: none;}
#heyuezhanghu .bgWhite{}
#heyuezhanghu .blue{color: #588bf7;}
#heyuezhanghu .white_gray{color: #7d818a;}
#heyuezhanghu .colorGrey{color: #7d818a}
#heyuezhanghu .ft12{font-size: 12px; color: #9fbedc;}
#heyuezhanghu .ft14{font-size: 14px; color: #9fbedc;}
#heyuezhanghu .ft20{font-size: 20px; color: #9fbedc;}
#heyuezhanghu .tl{text-align: left;}
#heyuezhanghu .tc{text-align: center;}
#heyuezhanghu .tr{text-align: right;}
#heyuezhanghu .bold{font-weight: bold;}
#heyuezhanghu .titlebox li, .listbox li span{flex: 1;}
#heyuezhanghu .listbox li{margin-top: 10px;}
#heyuezhanghu .recordnone{min-height: 150px;}
#heyuezhanghu .recordnone img{width: 80px;}
#heyuezhanghu .recordnone p{font-size: 14px}
#heyuezhanghu .record_li {padding: 10px 0;}
#heyuezhanghu .ul_list_box{overflow-y: scroll;}
#heyuezhanghu .btbox{position: fixed;bottom: 0;left: 0;z-index: 99;width: 100%;padding: 10px 0;background: #102030;}
#heyuezhanghu .btbox a{display: block;flex: 1;text-align: center;}
#heyuezhanghu .btbox a{width: 33.3%}
#heyuezhanghu .btbox a img{width: 30px;height: 30px;margin: 0 auto;}
#heyuezhanghu .btbox a p{color: #9fbedc;font-size: 14px}
#heyuezhanghu .iconbox{width: 30px;height: 30px;text-align: center;margin: 0 auto;border-radius: 2px;}


/*===== MONEX 新样式 =====*/

/*===== 新增全局样式 =====*/
.text-overflow{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.text-overflow2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.text-overflow3{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.text-overflow4{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

/*===== 首页 =====*/
.head-newnav{width: 100%;height: 50px;padding: 0 10px}
.head-newnav .MONEX-header-username{height: 25px;line-height: 25px;color: #ffffff;font-size: 16px}
.head-newnav .buttons-left{height: 50px;}
.head-newnav .buttons-left .left-buttons{display: block;height: 50px}
.left-buttons .back-button{text-align: left;line-height: 50px;}
.left-buttons .back-button>i{color: #FFFFFF;font-size: 20px;}
.head-newnav .buttons-left .MONEX-header-userimg{width: 30px;height: 30px;border-radius: 50%;overflow: hidden}
.MONEX-banner{width: 100%;margin: 50px 0px 0px;overflow: hidden}
.MONEX-banner .mySwiper{width: 90%;height: 150px}
.MONEX-banner .mySwiper .swiper-slide{width: 100%;height: 150px}
.MONEX-banner .mySwiper .swiper-slide img{width: 100%;height: 150px}
.MONEX-menu-box{width: 100%;height: auto;padding: 10px 10px 0px}
.MONEX-menu-boxs{float: left;width: 33%;height: 80px;text-align: center;margin-bottom: 10px;display: block}
.MONEX-menu-boxs .MONEX-menu-boxsnav{width: 100%;height: 80px}
.MONEX-menu-boxs .MONEX-menu-ico{width: 55px;height: 55px;border-radius: 50%;overflow: hidden;margin-bottom: 5px}
.MONEX-menu-boxs .MONEX-menu-menuname{width: 100%;height: 20px;line-height: 20px;color: #ffffff;font-size: 14px}
.MONEX-menu2-box{width: 100%;height: 55px;padding: 0 10px}
.MONEX-menu2-box .MONEX-menu2-boxs{width: calc(33.3% - 10px);height: 55px;background: #131f35;border-radius: 6px;padding: 10px}
.MONEX-menu2-box .MONEX-menu2-boxs .tp1{width: 100%;height: 20px;line-height: 20px;font-size: 14px;color: #ffffff}
.MONEX-menu2-box .MONEX-menu2-boxs .tp2{width: 100%;height: 15px;line-height: 15px;font-size: 12px;color: #39405c}
.MONEX-index-fgx{width: 100%;height: 10px;background: #191f39;}
.announcement-swiper-box{width: 100%;height: 100%;background: #191f35;padding: 0.15rem}
.announcement-swiper{width: 100%;height: 100%;position: relative}
.announcement-swiper .swiper-container{width: 100%;height: 100%;font-size: 14px}
#HCloseBtn{z-index: 9}
.announcement-swiper .swiper-slide{
    text-align: center;
    font-size: 18px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-fslexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.announcement-content-swiper .swiper-slide{
    font-size: 18px;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display:block;
    line-height:100px;
    color: #fff;
}
.announcement-swiper .swiper-container-vertical>.swiper-scrollbar{
    width: 0 !important;
}
.announcement-content-swiper .swiper-slide p{width: 100%;line-height: 0.2rem;font-size: 0.14rem;text-align: left;}
.announcement-content-swiper .swiper-slide .announcement-title{width: 100%;height: auto;padding: 0.1rem 0.05rem;border-bottom: 1px solid #02071b;}
.announcement-content-swiper .swiper-slide .announcement-title .announcement-ptitle{width: 100%;max-height: 0.6rem;line-height: 0.3rem;color: #ffffff;font-size: 0.24rem;text-align: center;margin-bottom: 0.05rem}
.announcement-content-swiper .swiper-slide .announcement-title .announcement-information{width: 100%;height: 0.2rem;line-height: 0.2rem;}
.announcement-content-swiper .swiper-slide .announcement-title .announcement-information p{font-size: 0.12rem;margin-right: 0.1rem;color: #cccccc}
.announcement-content-swiper .swiper-slide .announcement-article{width: 100%;padding: 0.1rem 0rem 0rem;line-height: 0.25rem;text-align: left;font-size: 0.14rem}
.announcement-content-swiper .swiper-slide .announcement-article span{color: #f9f9f9!important;}

/* 帮助中心 by 首页 */
.help-center-content{width: 100%;height: auto;padding: 0.12rem}
.help-center-content .help-center-contentlink{display: block;width: 100%;height: 0.55rem;margin-bottom: 0.1rem}
.help-center-content .help-center-contentlink:last-child{margin-bottom: 0}
.help-center-content .help-center-contentlink .help-center-databoxs{width: 100%;height: 0.55rem;background: #191f35;padding: 0.1rem 0.15rem;border-radius: 0.06rem}
.help-center-databoxs .help-center-databoxsl{-webkit-box-flex: 1;-ms-flex: 1;-webkit-flex: 1;flex: 1;max-width: calc(100% - 0.2rem);height: 0.35rem}
.help-center-databoxs .help-center-databoxsl .title{width: 100%;height: 0.2rem;line-height: 0.2rem;font-size: 0.16rem;color: #ffffff}
.help-center-databoxs .help-center-databoxsl .date{width: 100%;height: 0.15rem;line-height: 0.15rem;font-size: 0.12rem;color: #575d7d}
.help-center-databoxs .help-center-databoxsr{-webkit-box-flex: 1;-ms-flex: 1;-webkit-flex: 1;flex: 1;max-width: 0.2rem;height: 0.2rem;line-height: 2rem;}
.help-center-databoxs .help-center-databoxsr i{color: #ffffff;font-size: 0.2rem;display: block;width: 0.2rem;height: 0.2rem;line-height: 0.2rem}

/* 内容详情 by 帮助中心 */
.help-center-navheaderbox{width: 100%;max-height: 1.05rem;min-height: 0.75rem;padding: 0.1rem 0rem;}
.help-center-navheaderbox .title{width: 100%;max-height: 0.6rem;min-height: 0.3rem;line-height: 0.3rem;color: #ffffff;font-size: 0.22rem}
.help-center-navheaderbox .date{width: 100%;height: 0.25rem;line-height: 0.25rem;color: #b4bbc5;font-size: 0.14rem}
.help-center-navs{width: 100%;height: auto;color: #f9f9f9;font-size: 0.14rem;padding-top: 0.6rem;}
.help-center-navs p{width: 100%;line-height: 0.2rem;color: #f9f9f9!important;}
.help-center-navs span{color: #f9f9f9!important;}

/* OTC 贷款 by 首页 */
.loan-content{width: 100%;min-height: 2.1rem;position: relative}
.loan-content-bg{width: 100%;height: 2.1rem;position: absolute;top: -20%;left: 0;right: 0;z-index: 1}
.loan-content-bg img{width: 100%;height: 100%}
.loan-content-amount{width: 100%;height: 0.65rem;position: absolute;top: 0.3em;left: 0;right: 0;z-index: 2}
.loan-content-amount .loan-content-amounttext{width: 100%;height: 0.2rem;line-height: 0.2rem;text-align: center;font-size: 0.12rem;color: #ffffff;margin-bottom: 0.05rem}
.loan-content-amount .loan-content-amountnum{width: 100%;height: 0.4rem;line-height: 0.4rem;text-align: center;font-size: 0.3rem;color: #ffffff;}
.loan-content-billbox{width: 100%;height: 0.5rem;position: absolute;bottom: 0.45rem;left: 0;right: 0;z-index: 2}
.loan-content-billbox .loan-content-billboxnav{width: 100%;height: 0.5rem;}
.loan-content-billboxnav .loan-content-billboxnavs{-webkit-box-flex: 1;-ms-flex: 1;-webkit-flex: 1;flex: 1;max-width: 50%;min-width: 50%;height: 0.5rem}
.loan-content-billboxnavs .loan-content-billboxnvalink{display: block;width: 100%;height: 0.5rem;}
.loan-content-billboxnavs .loan-content-billboxnvalink .title{width: 100%;height: 0.25rem;line-height: 0.25rem;color: #ffffff;text-align: center;font-size: 0.14rem}
.loan-content-billboxnavs .loan-content-billboxnvalink .num{width: 100%;height: 0.25rem;line-height: 0.25rem;color: #555e7d;text-align: center;font-size: 0.14rem}
.loan-content-precautions{position: absolute;bottom: -0.225rem;left: 6%;right: 6%;z-index: 2;width: 88%;height: 0.45rem;box-shadow: 0px 2px 15px rgba(0,0,0,0.5);padding: 0.125rem 0.1rem;background: #191f35}
.loan-content-precautions .loan-content-precautionslink{display: block;width: 100%;height: 0.2rem;position: relative}
.loan-content-precautions .loan-content-precautions-nav{width: 100%;height: 0.2rem;}
.loan-content-precautions .loan-content-precautions-nav span{display: block;height: 0.2rem;line-height: 0.2rem;max-width: 65%;font-size: 0.14rem;color: #ffffff;padding-left: 0.1rem;}
.loan-content-precautions .loan-content-precautions-nav i{color: #ffffff}
.loan-content-precautions .loan-content-precautions-nav::before{display: block;position: absolute;left: 0;top: 0.02rem;width: 0.02rem;height: 0.16rem;background: #03997e;border-radius: 0.04rem;content: "";}
.loan-btnbox{width: 88%;height: auto;margin: 1.2rem auto 0rem;}
.loan-btnbox .loan-btn-link{display: block;width: 100%;height: 0.55rem;}
.loan-btnbox .loan-btn-link .loan-btn{width: 100%;height: 0.55rem;line-height: 0.55rem;text-align: center;color: #ffffff;font-size: 0.16rem;background: #03997e;border-radius: 0.04rem}
.loan-btnbox .loan-btn-link2{display: block;width: 100%;height: 0.3rem;line-height: 0.3rem;text-align: center;font-size: 0.12rem;color: #ffffff}
.loan-btnbox .loan-btn-link2 span{color: #1a5191;margin: 0rem 0.025rem}

/* 立即借款 by OTC 贷款 */
.loan-now-content{width: 100%;height: auto;padding: 0.125rem}
.loan-now-content .loan-now-content-header{width: 100%;padding: 0.1rem 0.1rem 0rem;background: #191e34;border-radius: 0.06rem}
.loan-now-content .loan-now-content-header .loan-now-content-unit{width: 100%;height: 0.2rem;line-height: 0.2rem;color: #474a69;font-size: 0.12rem;text-align: left}
.loan-now-content .loan-now-content-header .loan-now-content-numbox{width: 100%;height: 0.6rem;padding-bottom: 0.1rem;border-bottom: 1px solid #31384b}
.loan-now-content-numbox .loan-now-content-numnav{width: 100%;height: 0.5rem;overflow: hidden}
.loan-now-content-numbox .loan-now-content-numnav .loan-now-content-numinput{-webkit-box-flex: 1;-ms-flex: 1;-webkit-flex: 1;flex: 1;max-width: 60%;min-width: 60%;height: 0.5rem;color: #ffffff;font-size: 0.32rem;background: none;border: none;outline: none}
.loan-now-content-numbox .loan-now-content-numnav .loan-now-content-allbtn{max-width: 40%;width: auto;height: 0.2rem;padding: 0 0.1rem;color: #1d7e73;font-size: 0.13rem;background: rgba(29,126,115,0.2);border-radius: 0.24rem;border: none;cursor: pointer;outline: none}
.loan-now-content .loan-now-content-header .loan-now-content-availablebox{width: 100%;min-height: 0.25rem;max-height: 0.5rem;line-height: 0.25rem;font-size: 0.13rem;color: #474a69;}
.loan-now-content .loan-now-content-datebox{width: 100%;height: 0.7rem;padding: 0.1rem 0.1rem;background: #191e34;border-radius: 0.06rem;margin: 0.15rem 0rem}
.loan-now-content-datebox .loan-now-content-date{width: 100%;height: 0.25rem;}
.loan-now-content-date .loan-now-content-datel{max-width: 40%;height: 0.25rem;line-height: 0.25rem;color: #474a69;font-size: 0.14rem;text-align: left}
.loan-now-content-date .loan-now-content-dater{max-width: 50%;height: 0.25rem;line-height: 0.25rem;color: #f5f5f5;font-size: 0.14rem;}
.loan-now-content-datebox .loan-now-content-idbox{width: 100%;height: 0.25rem;}
.loan-now-content-idbox .loan-now-content-idboxl{max-width: 40%;height: 0.25rem;line-height: 0.25rem;color: #474a69;font-size: 0.14rem;text-align: left}
.loan-now-content-idbox .loan-now-content-idboxr{max-width: 50%;height: 0.25rem;line-height: 0.25rem;color: #f5f5f5;font-size: 0.14rem;}
.loan-now-content .loan-now-content-databox{width: 100%;height: auto;background: #191e34;border-radius: 0.06rem;padding: 0.1rem}
.loan-now-content-databox .loan-now-content-datatitle{width: 100%;height: 0.3rem;line-height: 0.3rem;text-align: left;color: #ffffff;font-size: 0.14rem;margin-bottom: 0.1rem}
.loan-now-content-databox .loan-now-content-datalist{width: 100%}
.loan-now-content-databox .loan-now-content-datalist .loan-now-content-datas{width: 100%;height: 0.3rem;}
.loan-now-content-datas .loan-now-content-datasl{max-width: 60%;height: 0.25rem;line-height: 0.25rem;color: #474a69;font-size: 0.14rem;text-align: left}
.loan-now-content-datas .loan-now-content-datasr{max-width: 40%;height: 0.25rem;line-height: 0.25rem;color: #f5f5f5;font-size: 0.14rem;}
.loan-now-content-datas .loan-now-content-datasr2{display: block;max-width: 50%;height: 0.25rem;line-height: 0.25rem;color: #03987a;font-size: 0.14rem;}
.loan-now-content .loan-now-content-check{width: 100%;height: 0.35rem;color: #ffffff;font-size: 0.12rem;margin-top: 0.05rem}
.loan-now-content .loan-now-content-check .loan-now-content-checkr{max-height: 0.3rem;line-height: 0.15rem}
.loan-now-content .loan-now-content-check .loan-now-content-checkr a{color: #03987a}
.loan-now-content-check .layui-form-checkbox i{color: #02071a}
.loan-now-content-check .layui-form-checkbox[lay-skin=primary] i{border: 1px solid #03987a;background-color: transparent;border-radius: 50%}
.loan-now-content-check .layui-form-checkbox[lay-skin=primary]:hover i{color: #02071a}
.loan-now-content-check .layui-form-checked[lay-skin=primary] i{background-color: #03987a!important;}
.loan-now-content-submitbox{width: 100%;height: 0.55rem;margin-top: 0.2rem}
.loan-now-content-submitbox .layui-btn{width: 100%;height: 0.55rem;border-radius: 0.06rem;font-size: 0.16rem}

/* 我的账单 by OTC 贷款 */
.loan-bill-content{width: 100%;padding: 0.15rem}
.loan-bill-content .loan-bill-box{width: 100%;padding: 0.1rem;background: #191e34;border-radius: 0.06rem 0.06rem 0rem 0rem;margin-bottom: 0.2rem;position: relative}
.loan-bill-content .loan-bill-box .loan-bill-nav{width: 100%;}
.loan-bill-nav .loan-bill-boxs{width: 100%;height: 0.4rem}
.loan-bill-nav .loan-bill-boxs .loan-bill-boxsl{max-width: 40%;height: 0.4rem;line-height: 0.4rem;color: #474a69;font-size: 0.14rem;text-align: left}
.loan-bill-nav .loan-bill-boxs .loan-bill-boxsr{max-width: 50%;height: 0.4rem;line-height: 0.4rem;color: #f5f5f5;font-size: 0.14rem;}
.loan-bill-nav .loan-bill-boxs2{width: 100%}
.loan-bill-nav .loan-bill-boxs2 .loan-bill-boxs2l{-webkit-box-flex: 1;-ms-flex: 1;-webkit-flex: 1;flex: 1;max-width: 67.5%;}
.loan-bill-nav .loan-bill-boxs2 .loan-bill-boxs2l .loan-bill-boxs2l-top{width: 100%;height: 0.25rem;line-height: 0.25rem;color: #474a69;font-size: 0.12rem;text-align: left}
.loan-bill-nav .loan-bill-boxs2 .loan-bill-boxs2l .loan-bill-boxs2l-bom{width: 100%;height: 0.4rem;line-height: 0.4rem;color: #f5f5f5;font-size: 0.28rem;text-align: left}
.loan-bill-nav .loan-bill-boxs2 .loan-bill-boxs2r{max-width: 30%;}
.loan-bill-nav .loan-bill-boxs2 .loan-bill-boxs2r .loan-bill-boxs2r-link{display: block;height: 0.35rem}
.loan-bill-boxs2r .loan-bill-boxs2r-link .loan-bill-btn{height: 0.35rem;line-height: 0.35rem;background-color: #019980;cursor: pointer;text-align: center;font-size: 0.14rem;color: #f5f5f5;padding: 0rem 0.1rem;border-radius: 0.04rem}
.loan-bill-content-precautions{width: 100%;height: 0.45rem;box-shadow: 0px 0px 10px rgba(2,7,27,0.5);padding: 0.125rem 0.1rem;background: #191e34;border-radius: 0.06rem}
.loan-bill-content-precautions .loan-bill-content-precautionslink{display: block;width: 100%;height: 0.2rem;position: relative}
.loan-bill-content-precautions .loan-bill-content-precautions-nav{width: 100%;height: 0.2rem;}
.loan-bill-content-precautions .loan-bill-content-precautions-nav span{display: block;height: 0.2rem;line-height: 0.2rem;max-width: 65%;font-size: 0.14rem;color: #ffffff;padding-left: 0.1rem;}
.loan-bill-content-precautions .loan-bill-content-precautions-nav i{color: #ffffff}
.loan-bill-content-precautions .loan-bill-content-precautions-nav::before{display: block;position: absolute;left: 0;top: 0.02rem;width: 0.02rem;height: 0.16rem;background: #03997e;border-radius: 0.04rem;content: "";}
.loan-bill-content .loan-bill-flexbox{position: absolute;bottom: -0.09rem;left: 0;right: 0;width: 100%;height: 0.18rem;z-index: 2}
.loan-bill-content .loan-bill-flexbox img{width: 100%;height: 100%}

/* 总计额度 by OTC 贷款 */
.loan-bill-nav .loan-bill-boxs2 .loan-bill-boxs2l-new .loan-bill-boxs2l-top{width: 100%;height: 0.25rem;line-height: 0.25rem;color: #f5f5f5;font-size: 0.12rem;text-align: left}
.loan-bill-nav .loan-bill-boxs2 .loan-bill-boxs2l-new .loan-bill-boxs2l-bom{width: 100%;height: 0.4rem;line-height: 0.4rem;color: #f5f5f5;font-size: 0.28rem;text-align: left}
.loan-amount-box{width: 100%}
.loan-amount-box .loan-amount-boxs{-webkit-box-flex: 1;-ms-flex: 1;-webkit-flex: 1;flex: 1;max-width: 50%;}
.loan-amount-box .loan-amount-boxs .loan-amount-boxs-top{width: 100%;height: 0.2rem;line-height: 0.2rem;color: #f5f5f5;font-size: 0.14rem;text-align: left}
.loan-amount-box .loan-amount-boxs .loan-amount-boxs-bom{width: 100%;height: 0.2rem;line-height: 0.2rem;color: #474a69;font-size: 0.12rem;text-align: left}
.loan-amount-servelinks{width: 100%;height: 0.3rem;line-height: 0.3rem;text-align: center;margin-top: 0.2rem}
.loan-amount-servelinks a{color: #474a69;font-size: 0.14rem;display: block;margin-right: 0.2rem}
.loan-amount-servelinks a:last-child{margin-right: 0;}

/* 历史记录 by OTC 贷款 */
.loan-history-box{width: 100%;padding: 0.1rem;background: #03997c;border-radius: 0.06rem;margin-bottom: 0.2rem;margin-bottom: 0.2rem}
.loan-history-box .loan-history-nav{width: 100%;}
.loan-history-nav .loan-history-boxs{width: 100%;height: 0.3rem;border-bottom: 1px solid #2cb29a;}
.loan-history-nav .loan-history-boxs:last-child{border-bottom: none;}
.loan-history-nav .loan-history-boxs .loan-history-boxsl{max-width: 40%;height: 0.3rem;line-height: 0.3rem;color: #f5f5f5;font-size: 0.14rem;text-align: left}
.loan-history-nav .loan-history-boxs .loan-history-boxsr{max-width: 50%;height: 0.3rem;line-height: 0.3rem;color: #f5f5f5;font-size: 0.14rem;}
.loan-history-nav .loan-history-boxs2{width: 100%;margin-bottom: 0.15rem}
.loan-history-nav .loan-history-boxs2 .loan-history-boxs2l{-webkit-box-flex: 1;-ms-flex: 1;-webkit-flex: 1;flex: 1;max-width: 67.5%;}
.loan-history-nav .loan-history-boxs2 .loan-history-boxs2l .loan-history-boxs2l-top{width: 100%;height: 0.4rem;line-height: 0.4rem;color: #f5f5f5;font-size: 0.12rem;text-align: left}
.loan-history-nav .loan-history-boxs2 .loan-history-boxs2l .loan-history-boxs2l-top span{font-size: 0.28rem;margin-right: 0.05rem}
.loan-history-nav .loan-history-boxs2 .loan-history-boxs2l .loan-history-boxs2l-bom{width: 100%;height: 0.25rem;line-height: 0.25rem;color: #f5f5f5;font-size: 0.12rem;text-align: left}
.loan-history-nav .loan-history-boxs2 .loan-history-boxs2r{max-width: 30%;}
.loan-history-nav .loan-history-boxs2 .loan-history-boxs2r .loan-history-boxs2r-link{display: block;height: 0.35rem}
.loan-history-boxs2r .loan-history-boxs2r-link .loan-history-btn{height: 0.35rem;line-height: 0.35rem;background-color: #f5f5f5;cursor: pointer;text-align: center;font-size: 0.14rem;color: #019980;padding: 0rem 0.15rem;border-radius: 0.04rem}
.loan-history-listbox{width: 100%;}
.loan-history-listbox .loan-history-listheader{width: 100%;height: 0.3rem;line-height: 0.3rem;color: #f5f5f5;font-size: 0.14rem;text-align: left}
.loan-history-listbox .loan-history-listheader span{color: #474a69;}
.loan-history-listbox .loan-history-tabbox{width: 100%;height: 0.3rem;line-height: 0.3rem;font-size: 0.14rem;margin: 0.05rem 0rem 0.1rem}
.loan-history-listbox .loan-history-tabbox .loan-history-tab{width: 100%;height: 0.3rem;white-space: nowrap;overflow-x: scroll;}
.loan-history-listbox .loan-history-tabbox .loan-history-tab::-webkit-scrollbar {
    width: 0 !important;
}
.loan-history-listbox .loan-history-tabbox .loan-history-tab::-webkit-scrollbar {
    width: 0 !important;height: 0;
}
.loan-history-listbox .loan-history-tabbox .loan-history-tabnav{height: 0.3rem;line-height: 0.3rem;}
.loan-history-tabbox .loan-history-tabnav .loan-history-tabboxs{-webkit-box-flex: 1;-ms-flex: 1;-webkit-flex: 1;flex: 1;max-width: 18%;min-width: 18.25%;height: 0.3rem;line-height: 0.3rem;margin-right: 2%;background: #162232;color: #474a69;position: relative;border-radius: 0.04rem;text-align: center;font-size: 0.12rem;overflow: hidden;transition: background,color 0.5s}
.loan-history-tabbox .loan-history-tabnav .loan-history-tabboxs.active{background: rgba(3,153,124,0.3)!important;color: #03997c!important;transition: background,color 0.5s }
.loan-history-tabbox .loan-history-tabnav .loan-history-tabboxs .subscript{display: none;position: absolute;bottom: 0;right: 0;width: 0.18rem;height: 0.18rem;line-height: 0.18rem}
.loan-history-tabbox .loan-history-tabnav .loan-history-tabboxs .subscript i{font-size: 0.18rem}
.loan-history-tabbox .loan-history-tabnav .loan-history-tabboxs.active .subscript{display: block}
.loan-history-listbox .loan-history-list{width: 100%;}
.loan-history-list .loan-history-listnav{width: 100%}
.loan-history-list .loan-history-listnav .loan-history-datas{width: 100%;background: #191e34;padding: 0.1rem;border-radius: 0.06rem;margin-bottom: 0.1rem}
.loan-history-list .loan-history-listnav .loan-history-dataslink{display: block;width: 100%}
.loan-history-datas .loan-history-datastop{width: 100%;height: 0.25rem;padding-bottom: 0.05rem;border-bottom: 1px solid #30364c}
.loan-history-datas .loan-history-datastop .loan-history-datastopnav{width: 100%;height: 0.2rem;}
.loan-history-datas .loan-history-datastop .loan-history-datastopnav .left{max-width: 55%;height: 0.2rem;line-height: 0.2rem;color: #f5f5f5;text-align: left;font-size: 0.14rem}
.loan-history-datas .loan-history-datastop .loan-history-datastopnav .right{max-width: 40%;height: 0.2rem;line-height: 0.2rem;text-align: right;font-size: 0.14rem}
.loan-history-datas .loan-history-datastop .loan-history-datastopnav .right.green{color: #03997c}
.loan-history-datas .loan-history-datastop .loan-history-datastopnav .right.red{color: #894a52}
.loan-history-datas .loan-history-datascen{width: 100%;padding: 0.05rem 0rem 0rem}
.loan-history-datas .loan-history-datascen .loan-history-datascennav{width: 100%;min-height: 0.2rem;max-height: 0.4rem}
.loan-history-datas .loan-history-datascen .loan-history-datascennav .left{max-width: 55%;min-height: 0.2rem;max-height: 0.4rem;line-height: 0.2rem;color: #474a69;text-align: left;font-size: 0.12rem}
.loan-history-datas .loan-history-datascen .loan-history-datascennav .right{max-width: 40%;min-height: 0.2rem;max-height: 0.4rem;line-height: 0.2rem;color: #474a69;text-align: right;font-size: 0.12rem}

/* 订单详情 by OTC 贷款 */
.loan-orderdetails-content{width: 100%;}
.loan-orderdetails-content .loan-orderdetails-state{width: 100%;height: 0.55rem;line-height: 0.55rem;padding: 0rem 0.1rem;font-size: 0.16rem;text-align: left}
.loan-orderdetails-content .loan-orderdetails-state.green{background: rgba(11,150,127,0.2);color: #07a185}
.loan-orderdetails-content .loan-orderdetails-state.red{background: rgba(137,74,82,0.2);color: #894a52}
.loan-orderdetails-content .loan-orderdetails-process{width: 100%;padding: 0.1rem 0.1rem 0rem;background: #191e34;margin-bottom: 0.1rem}
.loan-orderdetails-databox{width: 100%;background: #191e34;margin-bottom: 0.1rem;padding: 0.1rem 0rem 0.05rem}
.loan-orderdetails-databox .loan-orderdetails-dataheader{width: 100%;height: 0.55rem;padding: 0rem 0.1rem 0.1rem;border-bottom: 1px solid #32364f}
.loan-orderdetails-databox .loan-orderdetails-dataheader .loan-orderdetails-dataheaderl{-webkit-box-flex: 1;-ms-flex: 1;-webkit-flex: 1;flex: 1;max-width: 40%;min-width: 40%;height: 0.45rem;overflow: hidden}
.loan-orderdetails-dataheaderl .loan-orderdetails-datalogo{width: 0.3rem;height: 0.3rem;margin-right: 0.1rem;overflow: hidden}
.loan-orderdetails-dataheaderl .loan-orderdetails-datalogo img{width: 0.3rem;height: 0.3rem;}
.loan-orderdetails-dataheaderl .loan-orderdetails-dataname{height: 0.45rem;line-height: 0.45rem;text-align: left;font-size: 0.16rem;color: #07a185}
.loan-orderdetails-databox .loan-orderdetails-dataheader .loan-orderdetails-dataheaderr{-webkit-box-flex: 1;-ms-flex: 1;-webkit-flex: 1;flex: 1;max-width: 60%;min-width: 60%;height: 0.45rem;overflow: hidden}
.loan-orderdetails-databox .loan-orderdetails-dataheader .loan-orderdetails-datanum{width: 100%;height: 0.45rem;line-height: 0.45rem;color: #f5f5f5;font-size: 0.12rem;text-align: right}
.loan-orderdetails-databox .loan-orderdetails-dataheader .loan-orderdetails-datanum .num{font-size: 0.24rem}
.loan-orderdetails-databox .loan-orderdetails-datanav{width: 100%;padding: 0.05rem 0.1rem}
.loan-orderdetails-datanav .loan-orderdetails-dataul{width: 100%}
.loan-orderdetails-datanav .loan-orderdetails-dataul .loan-orderdetails-datali{width: 100%;height: 0.3rem}
.loan-orderdetails-datanav .loan-orderdetails-dataul .loan-orderdetails-datalil{-webkit-box-flex: 1;-ms-flex: 1;-webkit-flex: 1;flex: 1;max-width: 45%;min-width: 45%;height: 0.3rem;line-height: 0.3rem;color: #474a69;text-align: left}
.loan-orderdetails-datanav .loan-orderdetails-dataul .loan-orderdetails-datalir{-webkit-box-flex: 1;-ms-flex: 1;-webkit-flex: 1;flex: 1;max-width: 55%;min-width: 55%;height: 0.3rem;line-height: 0.3rem;color: #474a69;text-align: right}
.loan-orderdetails-content .loan-orderdetails-bottom{width: 100%;background: #191e34;margin-bottom: 0.1rem;padding: 0rem}
.loan-orderdetails-bottom .loan-orderdetails-bottomherder{width: 100%;padding: 0.1rem;border-bottom: 1px solid #32364f}
.loan-orderdetails-bottomherder .loan-orderdetails-bottomul{width: 100%}
.loan-orderdetails-bottomherder .loan-orderdetails-bottomul .loan-orderdetails-bottomli{width: 100%;height: 0.3rem}
.loan-orderdetails-bottomherder .loan-orderdetails-bottomul .loan-orderdetails-bottomli .loan-orderdetails-bottomlil{-webkit-box-flex: 1;-ms-flex: 1;-webkit-flex: 1;flex: 1;max-width: 35%;min-width: 35%;height: 0.3rem;line-height: 0.3rem;color: #474a69;text-align: left;font-size: 0.14rem}
.loan-orderdetails-bottomherder .loan-orderdetails-bottomul .loan-orderdetails-bottomli .loan-orderdetails-bottomlir{-webkit-box-flex: 1;-ms-flex: 1;-webkit-flex: 1;flex: 1;max-width: 65%;min-width: 65%;height: 0.3rem;line-height: 0.3rem;color: #474a69;text-align: right;font-size: 0.14rem}
.loan-orderdetails-bottomherder .loan-orderdetails-bottomul .loan-orderdetails-bottomli .loan-orderdetails-bottomlir .num{-webkit-box-flex: 1;-ms-flex: 1;-webkit-flex: 1;flex: 1;height: 0.3rem;line-height: 0.3rem;color: #474a69;font-size: 0.14rem;}
.loan-orderdetails-bottomherder .loan-orderdetails-bottomul .loan-orderdetails-bottomli .loan-orderdetails-bottomlir .num p{width: 100%;height: 0.3rem;line-height: 0.3rem;padding-right: 0.1rem}
.loan-orderdetails-bottomherder .loan-orderdetails-bottomul .loan-orderdetails-bottomli .loan-orderdetails-bottomlir .loan-orderdetails-copybtn{height: 0.15rem;line-height: 0.15rem;padding: 0rem 0.05rem;color: #f5f5f5;background: none;border: 1px solid #f5f5f5;border-radius: 0.04rem;font-size: 0.12rem;}
.loan-orderdetails-bottom .loan-orderdetails-btnlinkbox{width: 100%;height: 0.5rem;}
.loan-orderdetails-bottom .loan-orderdetails-btnlinkbox .loan-orderdetails-btnlinkboxs{-webkit-box-flex: 1;-ms-flex: 1;-webkit-flex: 1;flex: 1;width: 100%;height: 0.5rem;display: block}
.loan-orderdetails-bottom .loan-orderdetails-btnlinkbox .loan-orderdetails-btnlinkboxs:nth-child(2){border-left: 1px solid #32364f}
.loan-orderdetails-bottom .loan-orderdetails-btnlinkbox .loan-orderdetails-btnlinkboxs .loan-orderdetails-btnlinkboxnav{width: 100%;height: 0.5rem;line-height: 0.5rem;text-align: center;font-size: 0.16rem;color: #07a185}


/*===== 矿机理财 by MONEX =====*/
.mining-machine-content{width: 100%;height: calc(100% - 50px);overflow-y: scroll;}
.mining-machine-content .mining-machine-autodiv{width: 100%;height:100%;position: relative;padding: 0.1rem 0.15rem;overflow-y: scroll}
.mining-machine-autodiv .mining-machine-bgbox{position: absolute;top: 0;left: 0;right: 0;width: 100%;height: 100%;z-index: 1}
.mining-machine-autodiv .mining-machine-bgbox img{width: 100%;height: 100%}
.mining-machine-autodiv .mining-machine-sloganbox{position: relative;z-index: 2;width: 100%;max-height: 0.8rem;min-height: 0.6rem;margin: 0.3rem auto}
.mining-machine-autodiv .mining-machine-sloganbox .bigtitle{width: 100%;height: 0.4rem;line-height: 0.4rem;font-size: 0.22rem;text-align: center;color: #f5f5f5;}
.mining-machine-autodiv .mining-machine-sloganbox .mintitle{width: 100%;max-height: 0.4rem;min-height: 0.2rem;line-height: 0.2rem;font-size: 0.14rem;text-align: left;color: #f5f5f5;}
.mining-machine-autodiv .mining-machine-features{position: relative;z-index: 2;width: 100%;padding: 0.1rem 0rem;background: #191f35;border-radius: 0.06rem;margin-bottom: 0.15rem}
.mining-machine-features .features-title{width: 100%;height: 0.35rem;line-height: 0.35rem;text-align: center;color: #07a185;font-size: 0.16rem;padding: 0rem 0.2rem;}
.mining-machine-features .features-mintitlebox{width: 100%;height: 0.45rem;margin: 0.15rem auto 0.25rem;}
.features-mintitlebox .features-mintitleboxs{-webkit-box-flex: 1;-ms-flex: 1;-webkit-flex: 1;flex: 1;max-width: 100%;min-width: 50%;height: 0.45rem;}
.features-mintitlebox .features-mintitleboxs .bigp{width: 100%;height: 0.25rem;line-height: 0.25rem;text-align: center;color: #f5f5f5;font-size: 0.16rem;padding: 0rem 0.05rem;}
.features-mintitlebox .features-mintitleboxs .minp{width: 100%;height: 0.2rem;line-height: 0.2rem;text-align: center;color: #474a69;font-size: 0.14rem;padding: 0rem 0.05rem;}
.mining-machine-features .features-exhibitbox{width: 100%;height: auto;padding: 0rem 0.2rem;}
.features-exhibitbox .features-exhibitnav{width: 100%;height: auto}
.features-exhibitbox .features-exhibitnav .features-exhibitnavs{-webkit-box-flex: 1;-ms-flex: 1;-webkit-flex: 1;flex: 1;max-width: 100%;min-width: 33.3%;height: auto;text-align: center}
.features-exhibitnavs .features-exhibitico{width: 0.5rem;height: 0.5rem;background: rgba(7,161,133,0.2);border-radius: 50%;margin: 0rem auto 0.1rem}
.features-exhibitnavs .features-exhibitico i{font-size: 0.3rem;color: #07a185;}
.features-exhibitnavs .features-exhibitp{width: 100%;max-height: 0.4rem;min-width: 0.2rem;line-height: 0.2rem;text-align: center;font-size: 0.14rem;color: #474a69;padding: 0rem 0.05rem;}
.mining-machine-autodiv .mining-machine-example{position: relative;z-index: 2;width: 100%;padding: 0.1rem 0.1rem;background: #191f35;border-radius: 0.06rem;margin-bottom: 0.15rem}
.mining-machine-example .example-title{width: 100%;height: 0.35rem;line-height: 0.35rem;text-align: center;color: #07a185;font-size: 0.16rem;padding: 0rem;margin-bottom: 0.15rem}
.mining-machine-example .example-futitle{width: 100%;line-height: 0.3rem;text-align: left;color: #f5f5f5;font-size: 0.14rem;}
.mining-machine-example .example-illustrate{width: 100%}
.mining-machine-example .example-illustrate p{width: 100%;height: auto;line-height: 0.2rem;color: #474a69;font-size: 0.14rem}
.mining-machine-autodiv .mining-machine-formula{position: relative;z-index: 2;width: 100%;padding: 0.1rem 0.1rem;background: #191f35;border-radius: 0.06rem;margin-bottom: 0.15rem}
.mining-machine-formula .formula-futitle{width: 100%;height: 0.3rem;line-height: 0.3rem;text-align: left;color: #f5f5f5;font-size: 0.14rem;}
.mining-machine-formula .formula-illustrate{width: 100%}
.mining-machine-formula .formula-illustrate p{width: 100%;height: auto;line-height: 0.2rem;color: #474a69;font-size: 0.14rem}
.mining-machine-autodiv .btngobox{position: relative;z-index: 2;width: 100%;height: 0.5rem;}
.btngobox .btngobox-link{display: block;width: 100%;height: 0.5rem}
.btngobox .btngobox-link .btngo{width: 100%;height: 0.5rem;line-height: 0.5rem;text-align: center;background: #03997e;border-radius: 0.06rem;color: #f5f5f5;padding: 0rem 0.1rem;font-size: 0.16rem}

/* 理财产品 by 矿机理财 */
.mining-machine-productcontent{width: 100%;padding: 0.1rem 0.15rem;}
.mining-machine-productcontent .mining-machine-productheader{width: 100%;padding: 0.2rem 0.1rem 0.1rem;background: #03997e;border-radius: 0.06rem;margin-bottom: 0.15rem}
.mining-machine-productheader .mining-machine-producttopbox{width: 100%;height: 0.6rem;border-bottom: 1px solid #49a69b}
.mining-machine-productheader .mining-machine-producttopbox .mining-machine-producttopl{-webkit-box-flex: 1;-ms-flex: 1;-webkit-flex: 1;flex: 1;max-width: 100%;min-width: 65%;height: 0.6rem;padding-bottom: 0.1rem}
.mining-machine-producttopl .mining-machine-producttoptxt{width: 100%;height: 0.2rem;color: #ffffff;font-size: 0.12rem;text-align: left}
.mining-machine-producttopl .mining-machine-producttoptxt i{font-size: 0.20rem;margin-left: 0.05rem}
.mining-machine-producttopl .mining-machine-producttopnum{width: 100%;height: 0.3rem;line-height: 0.3rem;font-size: 0.12rem;color: #ffffff;text-align: left}
.mining-machine-producttopl .mining-machine-producttopnum span{font-size: 0.2rem;margin-right: 0.05rem}
.mining-machine-productheader .mining-machine-producttopbox .mining-machine-producttopr{height: 0.3rem;}
.mining-machine-producttopr .view-delegation-link{display: block;height: 0.3rem}
.mining-machine-producttopr .view-delegation-link .btn-view-delegation{height: 0.3rem;line-height: 0.3rem;padding: 0rem 0.1rem;background: #ffffff;color: #03997e;border-radius: 0.04rem;font-size: 0.14rem}
.mining-machine-productheader .mining-machine-productbombox{width: 100%;height: 0.5rem;padding-top: 0.1rem;}
.mining-machine-productbombox .mining-machine-productbomnav{width: 100%;height: 0.4rem}
.mining-machine-productbombox .mining-machine-productbomnav .mining-machine-productbomboxs{-webkit-box-flex: 1;-ms-flex: 1;-webkit-flex: 1;flex: 1;max-width: 100%;min-width: 33.3%;height: 0.4rem}
.mining-machine-productbombox .mining-machine-productbomnav .mining-machine-productbomboxs .minp{width: 100%;height: 0.2rem;line-height: 0.2rem;text-align: center;font-size: 0.12rem;color: #ffffff}
.mining-machine-productbombox .mining-machine-productbomnav .mining-machine-productbomboxs .bigp{width: 100%;height: 0.2rem;line-height: 0.2rem;text-align: center;font-size: 0.14rem;color: #ffffff}
.mining-machine-productlist{width: 100%}
.mining-machine-productlist .mining-machine-productul{width: 100%}
.mining-machine-productul .mining-machine-productli{width: 100%;padding: 0.1rem;background: #191f35;border-radius: 0.06rem;margin-bottom: 0.15rem}
.mining-machine-productul .mining-machine-productli .mining-machine-productlitop{width: 100%;height: 0.35rem;margin-bottom: 0.05rem}
.mining-machine-productli .mining-machine-productlitop .mining-machine-productlitopl{width: 60%;height: 0.35rem}
.mining-machine-productli .mining-machine-productlitop .mining-machine-productlitopl .mining-machine-productlilogo{width: 0.35rem;height: 0.35rem;overflow: hidden;border-radius: 0.06rem;position: relative}
.mining-machine-productli .mining-machine-productlitop .mining-machine-productlitopl .mining-machine-productlilogo img{width: 0.35rem;height: 0.35rem;position: absolute;top: 0;left: 0}
.mining-machine-productli .mining-machine-productlitop .mining-machine-productlitopl .mining-machine-productliname{width: calc(100% - 0.35rem);height: 0.35rem;line-height: 0.35rem;padding: 0rem 0.05rem;text-align: left;font-size: 0.16rem;color: #ffffff}
.mining-machine-productli .mining-machine-productlitop .mining-machine-productlitopr{max-width: 40%;height: 0.25rem;}
.mining-machine-productli .mining-machine-productlitop .mining-machine-productlitopr .productbuylink{display: block;height: 0.25rem}
.mining-machine-productli .mining-machine-productlitop .mining-machine-productlitopr .productbuybtn{height: 0.25rem;line-height: 0.25rem;background: #03997e;border-radius: 0.04rem;padding: 0rem 0.15rem;color: #ffffff;font-size: 0.14rem}
.mining-machine-productli .mining-machine-productlibom{width: 100%;height: 0.5rem;padding-top: 0.1rem;}
.mining-machine-productlibom .mining-machine-productlibomnav{width: 100%;height: 0.4rem}
.mining-machine-productlibom .mining-machine-productlibomnav .mining-machine-productlibomboxs{-webkit-box-flex: 1;-ms-flex: 1;-webkit-flex: 1;flex: 1;max-width: 100%;min-width: 25%;height: 0.4rem}
.mining-machine-productlibom .mining-machine-productlibomnav .mining-machine-productlibomboxs .minp{width: 100%;height: 0.2rem;line-height: 0.2rem;text-align: center;font-size: 0.12rem;color: #474a69}
.mining-machine-productlibom .mining-machine-productlibomnav .mining-machine-productlibomboxs .bigp{width: 100%;height: 0.2rem;line-height: 0.2rem;text-align: center;font-size: 0.12rem;color: #03997e}
.mining-machine-productlibom .mining-machine-productlibomnav .mining-machine-productlibomboxs:nth-child(1) .minp{text-align: left!important;}
.mining-machine-productlibom .mining-machine-productlibomnav .mining-machine-productlibomboxs:nth-child(1) .bigp{text-align: left!important;}
.mining-machine-productlibom .mining-machine-productlibomnav .mining-machine-productlibomboxs:nth-child(4) .minp{text-align: right!important;}
.mining-machine-productlibom .mining-machine-productlibomnav .mining-machine-productlibomboxs:nth-child(4) .bigp{text-align: right!important;}

/* 委托订单 by 矿机理财 */
.mining-machine-orderschedule{width: 100%;height: 0.1rem;margin: 0.05rem auto}
.mining-machine-orderschedule .layui-progress{height: 0.075rem;background-color: #323852}
.mining-machine-orderschedule .layui-progress-bar{height: 0.075rem;background-color: #03997e}
.mining-machine-orderdatebox{width: 100%;height: 0.4rem}
.mining-machine-orderdatebox .mining-machine-orderdateboxs{-webkit-box-flex: 1;-ms-flex: 1;-webkit-flex: 1;flex: 1;max-width: 100%;min-width: 33.3%;height: 0.4rem}
.mining-machine-orderdatebox .mining-machine-orderdateboxs .op1{width: 100%;height: 0.2rem;line-height: 0.2rem;font-size: 0.12rem;color: #474a69}
.mining-machine-orderdatebox .mining-machine-orderdateboxs .op2{width: 100%;height: 0.2rem;line-height: 0.2rem;font-size: 0.12rem;color: #03997e}
.mining-machine-orderdatebox .mining-machine-orderdateboxs:nth-child(1) .op1{text-align: left!important;}
.mining-machine-orderdatebox .mining-machine-orderdateboxs:nth-child(1) .op2{text-align: left!important;}
.mining-machine-orderdatebox .mining-machine-orderdateboxs:nth-child(2) .op1{text-align: right!important;}
.mining-machine-orderdatebox .mining-machine-orderdateboxs:nth-child(2) .op2{text-align: right!important;}
.redemption-ul{width: 100%}
.redemption-ul .redemption-li{width: 100%;height: 30px}
.redemption-ul .redemption-li .redemption-dateboxs{-webkit-box-flex: 1;-ms-flex: 1;-webkit-flex: 1;flex: 1;max-width: 100%;min-width: 50%;height: 30px;color: #ffffff}
.redemption-ul .redemption-li .redemption-dateboxs .minp{width: 100%;height: 30px;line-height: 30px;text-align: right;font-size: 0.14rem;padding-left: 10px}
.redemption-ul .redemption-li .redemption-dateboxs:nth-child(1) .minp{color: #474a69!important;text-align: left!important;padding-left: 0!important;padding-right: 10px!important;}

/* 产品详情 by 矿机理财 */
.mining-machine-detailscontent{width: 100%;padding: 0.15rem;}
.mining-machine-detailscontent .mining-machine-detailsheader{width: 100%;padding: 0.125rem 0.1rem;background-color: #191f35;border-radius: 0.06rem;margin-bottom: 0.15rem}
.mining-machine-detailsheader .mining-machine-detailsheadernav{width: 100%;height: 0.45rem}
.mining-machine-detailsheader .mining-machine-detailsheadernav .mining-machine-detailsheadernavl{width: 0.55rem;height: 0.45rem;overflow: hidden}
.mining-machine-detailsheader .mining-machine-detailsheadernav .mining-machine-detailsheadernavl .icobox{width: 0.45rem;height: 0.45rem;border-radius: 0.06rem;margin-right: 0.1rem;overflow: hidden}
.mining-machine-detailsheader .mining-machine-detailsheadernav .mining-machine-detailsheadernavl .icobox img{width: 0.45rem;height: 0.45rem;}
.mining-machine-detailsheader .mining-machine-detailsheadernav .mining-machine-detailsheadernavr{width: calc(100% - 0.55rem);}
.mining-machine-detailsheader .mining-machine-detailsheadernav .mining-machine-detailsheadernavr .minp{width: 100%;height: 0.15rem;color: #474a69}
.mining-machine-detailsheader .mining-machine-detailsheadernav .mining-machine-detailsheadernavr .minp span{height: 0.15rem;line-height: 0.15rem;font-size: 0.12rem}
.mining-machine-detailsheader .mining-machine-detailsheadernav .mining-machine-detailsheadernavr .bigp{width: 100%;height: 0.25rem;}
.mining-machine-detailsheader .mining-machine-detailsheadernav .mining-machine-detailsheadernavr .bigp p{max-width: 50%;height: 0.25rem;line-height: 0.25rem;text-align: left;font-size: 0.16rem}
.mining-machine-detailsheader .mining-machine-detailsheadernav .mining-machine-detailsheadernavr .bigp p:nth-child(1){color: #ffffff;padding-right: 0.05rem}
.mining-machine-detailsheader .mining-machine-detailsheadernav .mining-machine-detailsheadernavr .bigp p:nth-child(2){color: #03997e;padding-left: 0.05rem;text-align: right!important;}
.mining-machine-detailscontent .mining-machine-detailsmodule{width: 100%;padding: 0.025rem 0.1rem;background-color: #191f35;border-radius: 0.06rem;margin-bottom: 0.15rem}
.mining-machine-detailsmodule .mining-machine-detailsmoduleul{width: 100%}
.mining-machine-detailsmodule .mining-machine-detailsmoduleli{width: 100%;height: 0.35rem}
.mining-machine-detailsmodule .mining-machine-detailsmoduleli .dataps{-webkit-box-flex: 1;-ms-flex: 1;-webkit-flex: 1;flex: 1;max-width: 100%;min-width: 50%;height: 0.35rem;line-height: 0.35rem;font-size: 0.14rem}
.mining-machine-detailsmodule .mining-machine-detailsmoduleli .dataps:nth-child(1){color: #474a69;text-align: left;padding-right: 0.05rem}
.mining-machine-detailsmodule .mining-machine-detailsmoduleli .dataps:nth-child(2){color: #ffffff;text-align: right;padding-left: 0.05rem}
.mining-machine-detailscontent .mining-machine-detailsmodule2{width: 100%;padding: 0.1rem;background-color: #191f35;border-radius: 0.06rem;margin-bottom: 0.15rem}
.mining-machine-detailsmodule2 .detailsmoduleli-herder{width: 100%;height: 0.35rem}
.mining-machine-detailsmodule2 .detailsmoduleli-herder span{height: 0.35rem;line-height: 0.35rem;color: #ffffff;font-size: 0.16rem;font-weight: 300}
.mining-machine-detailsmodule2 .detailsmoduleli-herder .detailsmoduleli-herder-link{display: block;height: 0.35rem;line-height: 0.35rem;color: #03997e;font-size: 0.14rem}
.mining-machine-detailsmodule2 .detailsmoduleli-numbox{width: 100%;height: 0.6rem;border-bottom: 1px solid #323852}
.mining-machine-detailsmodule2 .detailsmoduleli-numbox i{font-size: 0.4rem;color: #ffffff;margin-right: 0.1rem}
.mining-machine-detailsmodule2 .detailsmoduleli-numbox .usdtnum{width: calc(100% - 0.5rem);height: 0.4rem;line-height: 0.4rem;background: none;border: none;outline: none;font-size: 0.14rem;color: #ffffff}
.mining-machine-detailsmodule2 .detailsmoduleli-tips{width: 100%;padding: 0.05rem 0rem;}
.mining-machine-detailsmodule2 .detailsmoduleli-tips p{width: 100%;max-height: 0.6rem;min-width: 0.15rem;line-height: 0.15rem;color: #474a69;font-size: 0.12rem}
.mining-machine-detailsmodule2 .detailsmoduleli-tips p span{color: #03997e;}
.mining-machine-detailscontent .mining-machine-detailsbottom{position: fixed;bottom: 0;left: 0;right: 0;z-index: 999;width: 100%;height: 1rem;background-color: #02071b;padding: 0rem 0.15rem;}
.mining-machine-detailscontent .mining-machine-detailsbottom .loan-now-content-checkr{width: calc(100% - 0.28rem);max-height: 0.4rem;line-height: 0.2rem;font-size: 0.12rem;color: #ffffff}
.mining-machine-detailscontent .mining-machine-detailsbottom .loan-now-content-checkr a{color: #03997e;}


/*===== 新币申购 by MONEX =====*/
/* 新币申购 */
.sgd-subscription-content{width: 100%;padding: 0.15rem;}
.sgd-subscription-content .sgd-ul{width: 100%}
.sgd-ul .sgd-li{width: 100%;padding: 0.1rem;background-color: #191f35;border-radius: 0.06rem;margin-bottom: 0.15rem}
.sgd-ul .sgd-li .sgd-li-header{width: 100%;height: 0.5rem}
.sgd-ul .sgd-li .sgd-li-header .sgd-li-ico{width: 0.5rem;height: 0.5rem;border-radius: 0.04rem;overflow: hidden}
.sgd-ul .sgd-li .sgd-li-header .sgd-li-ico img{width: 0.5rem;height: 0.5rem;}
.sgd-ul .sgd-li .sgd-li-header .sgd-li-datebox{width: calc(100% - 0.5rem);padding-left: 0.1rem}
.sgd-ul .sgd-li .sgd-li-header .sgd-li-dateboxs{width: 100%;height: 0.25rem}
.sgd-ul .sgd-li .sgd-li-header .sgd-li-dateboxs .sgd-name{color: #ffffff;font-size: 0.16rem;}
.sgd-ul .sgd-li .sgd-li-header .sgd-li-dateboxs .sgd-buy-link{display: block;height: 0.25rem}
.sgd-ul .sgd-li .sgd-li-header .sgd-li-dateboxs .sgd-buy-link .sgd-buy-btn{height: 0.25rem;line-height: 0.25rem;font-size: 0.14rem;padding: 0rem 0.1rem;border-radius: 0.04rem;}
.sgd-ul .sgd-li .sgd-li-header .sgd-li-dateboxs .sgd-buy-link .sgd-buy-btn.green{color: #ffffff;background: #019a7c;}
.sgd-ul .sgd-li .sgd-li-header .sgd-li-dateboxs .sgd-buy-link .sgd-buy-btn.grey{color: #5e6180;background: #33384e}
.sgd-ul .sgd-li .sgd-li-header .sgd-li-dateboxs .sgd-label{height: 0.225rem;line-height: 0.225rem;padding: 0em 0.08rem;font-size: 0.14rem;border-radius: 0.02rem}
.sgd-ul .sgd-li .sgd-li-header .sgd-li-dateboxs .sgd-label.blue{border: 1px solid #355882;color: #355882}
.sgd-ul .sgd-li .sgd-li-header .sgd-li-dateboxs .sgd-label.grey{border: 1px solid #535770;color: #535770}
.sgd-ul .sgd-li .sgd-li-header .sgd-li-dateboxs .sgd-days{max-width: 50%;text-align: right;height: 0.25rem;line-height: 0.25rem;padding-left: 0.05rem;font-size: 0.14rem;color: #535770}
.sgd-ul .sgd-li .sgd-li-header .sgd-li-dateboxs .sgd-days span{color: #019a7c}
.sgd-ul .sgd-li .sgd-li-date2box{width: 100%;height: 0.25rem}
.sgd-li-date2box .sgd-li-date2boxs{-webkit-box-flex: 1;-ms-flex: 1;-webkit-flex: 1;flex: 1;height: 0.25rem}
.sgd-li-date2box .sgd-li-date2boxs:nth-child(1){max-width: 100%;min-width: 60%}
.sgd-li-date2box .sgd-li-date2boxs:nth-child(1) .sgd-name2{width: 100%;height: 0.25rem;line-height: 0.25rem;margin-right: 0.05rem;color: #ffffff;font-size: 0.14rem;padding-right: 0.05rem;text-align: left}
.sgd-li-date2box .sgd-li-date2boxs:nth-child(1) .sgd-name2 span{color: #535770}
.sgd-li-date2box .sgd-li-date2boxs:nth-child(2){max-width: 100%;min-width: 40%}
.sgd-li-date2box .sgd-li-date2boxs:nth-child(2) .sgd-remaining{width: 100%;height: 0.25rem;line-height: 0.25rem;margin-right: 0.05rem;color: #535770;font-size: 0.14rem;padding-left: 0.05rem;text-align: right}
.sgd-ul .sgd-li .sgd-progress-bar{width: 100%;}
.sgd-progress-bar .layui-progress{height: 10px;background-color: #333750!important;}
.sgd-progress-bar .layui-bg-green{background: #009a7e!important;height: 10px!important;}
.sgd-progress-bar .layui-bg-grey{background: #33384e!important;}
.sgd-progress-bar .layui-bg-grey .layui-progress-text{color: #5e6180!important;}
.sgd-progress-bar .layui-progress-text{display: block;width: 100%;height: 10px;line-height: 10px!important;top: 0!important;text-align: center;color: #ffffff}

/* 立即申购 by 新币申购 */
.sgd-subscription-nowcontent{width: 100%;padding: 0.1rem 0.15rem;}
.sgd-subscription-nowcontent .sgd-subscription-nowheader{width: 100%;padding: 0rem 0.1rem 0.1rem;background-color: #191f35;border-radius: 0.06rem;margin-bottom: 0.15rem}
.sgd-subscription-nowheader .sgd-subscription-nowheadertop{width: 100%;padding: 0.15rem 0rem;border-bottom: 1px solid #323852}
.sgd-subscription-nowheader .sgd-subscription-nowheadertop .sgd-subscription-nowheadertopnav{width: 100%;height: 0.5rem}
.sgd-subscription-nowheadertopnav .sgd-subscription-nowheadertopico{width: 0.5rem;height: 0.5rem;margin-right: 0.1rem;overflow: hidden;border-radius: 0.04rem}
.sgd-subscription-nowheadertopnav .sgd-subscription-nowheadertopico img{width: 0.5rem;height: 0.5rem}
.sgd-subscription-nowheadertopnav .issue-price-box{width: calc(100% - 0.6rem);}
.sgd-subscription-nowheadertopnav .issue-price-box .issue-price-minp{width: 100%;height: 0.15rem;line-height: 0.15rem;text-align: left;color: #474a69;font-size: 0.12rem}
.sgd-subscription-nowheadertopnav .issue-price-box .issue-price-bigp{width: 100%;height: 0.3rem;line-height: 0.3rem;text-align: left;color: #03997e;font-size: 0.2rem}
.sgd-subscription-nowheader .sgd-subscription-nowheadercen{width: 100%;padding: 0.1rem 0rem;border-bottom: 1px solid #323852}
.sgd-subscription-nowheaderul{width: 100%}
.sgd-subscription-nowheaderul .sgd-subscription-nowheaderli{width: 100%;height: 0.25rem}
.sgd-subscription-nowheaderul .sgd-subscription-nowheaderli .sgd-subscription-nowheaderdates{-webkit-box-flex: 1;-ms-flex: 1;-webkit-flex: 1;flex: 1;max-width: 100%;min-width: 50%;height: 0.25rem;}
.sgd-subscription-nowheaderul .sgd-subscription-nowheaderli .sgd-subscription-nowheaderdates:nth-child(1) .nowheaderdates-label{width: 100%;height: 0.25rem;line-height: 0.25rem;text-align: left;color: #474a69;font-size: 0.14rem;}
.sgd-subscription-nowheaderul .sgd-subscription-nowheaderli .sgd-subscription-nowheaderdates:nth-child(2) .nowheaderdates-num{width: 100%;height: 0.25rem;line-height: 0.25rem;text-align: right;color: #ffffff;font-size: 0.14rem;}
.sgd-subscription-nowheaderul .sgd-subscription-nowheaderli .sgd-subscription-nowheaderdates:nth-child(2) .nowheaderdates-num span{margin-right: 0.1rem}
.sgd-subscription-nowheader .sgd-subscription-nowheaderbot{width: 100%;padding: 0.1rem 0rem 0rem;}
.sgd-subscription-nowcontent .sgd-subscription-nowinputbox{width: 100%;padding: 0.1rem;background-color: #191f35;border-radius: 0.06rem;}
.sgd-subscription-nowinputbox .nowinput-label{width: 100%;height: 0.2rem;line-height: 0.2rem;text-align: left;font-size: 0.14rem;color: #474a69;}
.sgd-subscription-nowinputbox .sgd-subscription-nowinputnav{width: 100%;height: 0.3rem;padding: 0rem 0.15rem;background: #323852;border-radius: 0.06rem;margin-top: 0.05rem}
.sgd-subscription-nowinputbox .sgd-subscription-nowinputnav .subscription-input{width: 100%;background: none;border: none;outline: none;color: #ffffff;font-size: 0.14rem}
.sgd-subscription-nowinputbox .sgd-subscription-nowinputnav .subscription-all{background: none;border: none;outline: none;font-size: 0.14rem;color: #03997e;}
.sgd-subscription-nowbottom{width: 100%;height: 0.8rem;padding: 0.2rem 0.15rem;background: #02071b;position: fixed;bottom: 0;left: 0;right: 0;z-index: 999}

/* 我的申购 by 新币申购 */
.sgd-subscription-mycontent{width: 100%;padding: 0.15rem}
.sgd-subscription-mycontent .sgd-subscription-mytabbox{width: 100%;height: 0.4rem;}
.sgd-subscription-mytabbox .sgd-subscription-mytabboxtabs{-webkit-box-flex: 1;-ms-flex: 1;-webkit-flex: 1;flex: 1;width: 50%;height: 0.4rem;}
.sgd-subscription-mytabbox .sgd-subscription-mytabboxtabs span{display: block;width: 100%;height: 0.4rem;line-height: 0.4rem;text-align: center;padding: 0rem 0.1rem;color: #ffffff;background: #101529;border: 1px solid #10152b;border-radius: 0rem 0.06rem 0.06rem 0rem;background: #101529;overflow: hidden;box-sizing: border-box!important;-moz-box-sizing: border-box!important; /* firefox*/-webkit-box-sizing: border-box!important; /* chrome safari*/-ms-box-sizing: border-box!important; /* IE8一下 */-o-box-sizing: border-box!important; /* presto opera*/font-size: 0.14rem;transition: background,border .5s}
.sgd-subscription-mytabbox .sgd-subscription-mytabboxtabs.active span{background: #03997e!important;border: 1px solid #03997e!important;transition: background,border .5s}
.sgd-subscription-mytabbox .sgd-subscription-mytabboxtabs:nth-child(1) span{border-radius: 0.06rem 0rem 0rem 0.06rem!important;}
.sgd-subscription-mycontent .sgd-subscription-mylist{width: 100%;transition: display .5s}
.sgd-subscription-mylist .sgd-subscription-myul{width: 100%}
.sgd-subscription-mylist .sgd-subscription-myul .sgd-subscription-myli{width: 100%;}
.sgd-subscription-myli .sgd-subscription-myico{width: 0.5rem;height: 0.55rem;border-radius: 0.04rem;overflow: hidden;margin-right: 0.1rem;}
.sgd-subscription-myli .sgd-subscription-myico img{width: 0.5rem;height: 0.5rem;}
.sgd-subscription-myli .sgd-subscription-data{width: calc(100% - 0.6rem);padding: 0.15rem 0rem;border-bottom: 1px solid #20243d}
.sgd-subscription-myli:last-child .sgd-subscription-data{border: none}
.sgd-subscription-myli .sgd-subscription-data .sgd-subscription-datas{width: 100%;min-height: 0.25rem;max-height: 0.5rem}
.sgd-subscription-myli .sgd-subscription-data .sgd-subscription-datas .sgd-subscription-datasnav{-webkit-box-flex: 1;-ms-flex: 1;-webkit-flex: 1;flex: 1;min-height: 0.25rem;max-height: 0.5rem}
.sgd-subscription-myli .sgd-subscription-data .sgd-subscription-datas .sgd-subscription-datasnav:nth-child(1){max-width: 100%;min-width: 35%;}
.sgd-subscription-myli .sgd-subscription-data .sgd-subscription-datas .sgd-subscription-datasnav:nth-child(2){max-width: 100%;min-width: 65%;}
.sgd-subscription-myli .sgd-subscription-data .sgd-subscription-datas .sgd-subscription-datasnav p{width: 100%;min-height: 0.25rem;max-height: 0.5rem;line-height: 0.25rem;color: #ffffff;font-size: 0.14rem}
.sgd-subscription-myli .sgd-subscription-data .sgd-subscription-datas .sgd-subscription-datasnav:nth-child(1) p{text-align: left;padding-right: 0.05rem}
.sgd-subscription-myli .sgd-subscription-data .sgd-subscription-datas .sgd-subscription-datasnav:nth-child(2) p{text-align: right;padding-left: 0.05rem}


/*===== 资产（新）by MONEX =====*/
.assets-new-content{width: 100%}
.assets-new-content .assets-new-header{width: 100%;height: 1.6rem;position: relative}
.assets-new-header .assets-new-headerbg{position: absolute;top: 0;left: 0;right: 0;z-index: 1;width: 100%;height: 1.6rem}
.assets-new-header .assets-new-headerbg img{width: 100%;height: 1.6rem}
.assets-new-header .assets-new-bigdata{position: absolute;left: 0;right: 0;bottom: 30%;z-index: 2;width: 100%;height: 0.55rem;padding: 0rem 0.1rem}
.assets-new-header .assets-new-bigdata .bigp{width: 100%;height: 0.35rem;line-height: 0.4rem;text-align: center;color: #ffffff;font-size: 0.24rem}
.assets-new-header .assets-new-bigdata .minp{width: 100%;height: 0.2rem;line-height: 0.2rem;text-align: center;color: #3b425c;font-size: 0.12rem}
.assets-new-header .assets-new-mindata{position: absolute;left: 0;right: 0;bottom: 20%;z-index: 2;width: 100%;height: 0.55rem;padding: 0rem 0.1rem}
.assets-new-header .assets-new-mindata .assets-new-mindatabox{-webkit-box-flex: 1;-ms-flex: 1;-webkit-flex: 1;flex: 1;max-width: 100%;min-width: 50%;height: 0.55rem;}
.assets-new-mindata .assets-new-mindatabox .assets-new-mindatanav{width: 100%;height: 0.15rem;padding: 0rem 0.1rem}
.assets-new-mindata .assets-new-mindatabox .assets-new-mindatanav .minp{width: 100%;height: 0.2rem;line-height: 0.2rem;text-align: center;color: #aca1ff;font-size: 0.12rem}
.assets-new-mindata .assets-new-mindatabox .assets-new-mindatanav .bigp{width: 100%;height: 0.35rem;line-height: 0.35rem;text-align: center;color: #ffffff;font-size: 0.20rem}
.assets-new-nav{width: 100%;padding: 0.15rem}
.assets-new-nav .assets-new-menubox{width: 100%;padding: 0.15rem 0rem;background: #191f35;border-radius: 0.06rem}
.assets-new-menubox .assets-new-menuboxs{-webkit-box-flex: 1;-ms-flex: 1;-webkit-flex: 1;flex: 1;max-width: 100%;min-width: 25%;height: 0.65rem;}
.assets-new-menubox .assets-new-menuboxs .assets-new-menulink{display: block;width: 100%;height: 0.65rem;text-align: center;padding: 0rem 0.05rem;}
.assets-new-menulink .icon-nav{width: 100%;height: 0.45rem;text-align: center}
.assets-new-menulink .icon{width: 0.45rem;height: 0.45rem;margin: 0 auto 0.05rem;position: relative}
.assets-new-menulink .icon img{width: 0.45rem;height: 0.45rem;position: absolute;top: 0;left: 0}
.assets-new-menulink .minp{width: 100%;height: 0.15rem;line-height: 0.15rem;color: #ffffff;text-align: center;font-size: 0.14rem}
.assets-new-nav .assets-new-tabbox{width: 100%;background: #191f35;border-radius: 0.06rem;margin: 0.15rem auto}
.assets-new-nav .assets-new-tabbox .assets-new-tabul{width: 100%;height: 0.35rem}
.assets-new-nav .assets-new-tabbox .assets-new-tabul .assets-new-tabboxs{-webkit-box-flex: 1;-ms-flex: 1;-webkit-flex: 1;flex: 1;max-width: 100%;min-width: 33.3%;height: 0.35rem}
.assets-new-nav .assets-new-tabbox .assets-new-tabul .assets-new-tabboxs p{width: 100%;height: 0.35rem;line-height: 0.35rem;text-align: center;color: #ffffff;font-size: 0.14rem;position: relative}
.assets-new-nav .assets-new-tabbox .assets-new-tabul .assets-new-tabboxs p::before{display: none;transition: display .5s}
.assets-new-nav .assets-new-tabbox .assets-new-tabul .assets-new-tabboxs.active p::before{display: block;position: absolute;left: 30%;right: 30%;bottom: 0rem;width: 40%;height: 0.02rem;background: #03997e;border-radius: 0.04rem;content: "";transition: display,background .5s}
.assets-new-nav .assets-new-assetslistbox{width: 100%;}
.assets-new-assetslistbox .assets-new-assetslist{width: 100%;}
.assets-new-assetslistbox .assets-new-assetslist .assets-new-assetsli{width: 100%;padding: 0rem 0.1rem;height: 0.5rem;background: #191f35;border-radius: 0.06rem;margin-bottom: 0.15rem}
.assets-new-assetsli .assets-new-assetsli-tbbox{width: 0.8rem;height: 0.3rem;overflow: hidden}
.assets-new-assetsli .assets-new-assetsli-tbbox .icon{width: 0.3rem;height: 0.3rem;margin-right: 0.05rem;}
.assets-new-assetsli .assets-new-assetsli-tbbox .img-icon{width: 0.3rem;height: 0.3rem;margin-right: 0.05rem;}
.assets-new-assetsli .assets-new-assetsli-tbbox .name{width: 0.45rem;height: 0.2rem;line-height: 0.2rem;text-align: center;color: #ffffff;font-size: 0.14rem}
.assets-new-assetsli .assets-new-assetsli-databox{width: calc(100% - 0.8rem);}
.assets-new-assetsli .assets-new-assetsli-databox .assets-new-assetsli-databoxs{-webkit-box-flex: 1;-ms-flex: 1;-webkit-flex: 1;flex: 1;max-width: 100%;min-width: 33.3%;height: 0.35rem}
.assets-new-assetsli .assets-new-assetsli-databox .assets-new-assetsli-databoxs .minp{width: 100%;height: 0.15rem;line-height: 0.15rem;text-align: center;color: #3a415b;font-size: 0.12rem;padding: 0rem 0.05rem}
.assets-new-assetsli .assets-new-assetsli-databox .assets-new-assetsli-databoxs .bigp{width: 100%;height: 0.2rem;line-height: 0.2rem;text-align: center;color: #ffffff;font-size: 0.14rem;padding: 0rem 0.05rem}
@media only screen and (max-width: 400px){
    .assets-new-assetsli .assets-new-assetsli-databox .assets-new-assetsli-databoxs .bigp{width: 100%;height: 0.2rem;line-height: 0.2rem;text-align: center;color: #ffffff;font-size: 0.12rem;padding: 0rem 0.05rem}
}

/*===== 充值 by MONEX =====*/
.coin-chongbi-content .bi-ico{width: 30px;line-height: 30px;border-radius: 6px;overflow: hidden;margin-right: 10px}
.coin-chongbi-content .bi-ico img{width: 30px;line-height: 30px}
.coin-chongbi-content .bi-name{font-size: 18px;color: #ffffff}
.coin-chongbibox{width: 100%;padding: 10px 0px}
.coin-chongbibox .coin-chongbi-labelbox{width: 100%;height: 20px;line-height: 20px;text-align: left;font-size: 14px;text-align: left;color: #ffffff}
.coin-chongbibox .coin-chongbi-addressbox{width: 100%;border-bottom: 1px solid #323852;padding: 10px 0px}
.coin-chongbi-content .chewmdv{border-radius: 6px;overflow: hidden;margin-bottom: 15px}
.coin-chongbi-content .codebox{padding: 20px 0px}
.coin-chongbi-content .codebox .codes{width: 160px}
.codebox .codes .code{margin-bottom: 15px}
.coin-chongbi-content .codebox .code-downloadbtn{width: 100%;height: 35px;}
.coin-chongbi-content .codebox .code-downloadbtn .downloadbtn{width: 100%;height: 35px;background: #03997e;border: none;outline: none;color: #ffffff;font-size: 14px;border-radius: 4px}
.coin-chongbi-content .code-inputbox{width: 100%;padding: 10px;background: #191f35;border-radius: 6px}
.coin-chongbi-content .playbtn{width: 100%;height: 55px;color: #ffffff;background: #03997e;font-size: 14px;border: none;outline: none}
.chongbi-downloadul{width: 100%}
.chongbi-downloadul .chongbi-downloadli{width: 100%;height: 85px;margin-bottom: 10px}
.chongbi-downloadul .chongbi-downloadli .grids-item{ display: block;width: 85px;line-height: 85px}
.chongbi-downloadul .chongbi-downloadli .chongbi-downloadnav{width: 85px;line-height: 85px;background: #323852;border-radius: 6px}
.chongbi-downloadul .chongbi-downloadli .chongbi-downloadnav i{font-size: 50px;color: #3a415b}
.Imgview{width: 100%}
.Imgview .grids-icon{width: 100%}
.Imgview .grids-icon img{width: 50%}
.recharge-new-content{width: 100%}
.recharge-new-content .recharge-new-header{width: 100%;padding: 0.15rem 0.25rem}
.recharge-new-header .recharge-new-tips{width: 100%}
.recharge-new-header .recharge-new-tips p{width: 100%;line-height: 0.25rem;color: #f5f5f5;font-size: 0.14rem;text-align: left}
.recharge-new-content .recharge-new-txtbox{width: 100%;height: 0.45rem;line-height: 0.45rem;padding: 0rem 0.15rem;text-align: center;color: #f5f5f5;font-size: 0.24rem;margin-bottom: 0.1rem}
.recharge-new-content .recharge-new-menubox{width: 100%;padding: 0rem 0.15rem;}
.recharge-new-menubox .recharge-new-menuboxs{width: 100%;margin-bottom: 0.15rem}
.recharge-new-menubox .recharge-new-menuboxs .recharge-new-menuboxnav{width: 46.5%;background: #191f35;border-radius: 0.12rem;padding: 0.15rem 0.1rem;}
.recharge-new-menuboxnav .recharge-new-menuboxlink{display: block;width: 100%}
.recharge-new-menuboxnav .recharge-new-menuboxlink .recharge-new-menuiconbox{width: 100%;height: 0.4rem;margin-bottom: 0.2rem}
.recharge-new-menuiconbox .icon{width: 0.4rem;height: 0.4rem;margin-right: 0.1rem}
.recharge-new-menuiconbox .icon img{width: 0.4rem;height: 0.4rem;}
.recharge-new-menuiconbox .name{width: calc(100% - 0.5rem);height: 0.25rem;line-height: 0.25rem;color: #3a415b;text-align: left;font-size: 0.16rem}
.recharge-new-menuboxnav .recharge-new-menuboxlink .recharge-new-menugo{width: 100%;height: 0.25rem}
.recharge-new-menugo p{height: 0.25rem;line-height: 0.25rem;color: #088170;font-size: 0.14rem}
.recharge-new-menugo i{font-size: 0.16rem;color: #088170;}

/*===== 新个人中心 by MONEX =====*/
/* 设置中心 by 个人中心 */
.set-up-content{width: 100%;padding: 0.15rem 0rem}
.set-up-content .set-up-top{width: 100%;background-color: #191f35}
.set-up-ul{width: 100%;padding: 0rem 0.15rem}
.set-up-ul .set-up-li{width: 100%;height: 0.55rem;border-bottom: 1px solid #323852}
.set-up-ul .set-up-li .set-up-lilink{display: block;width: 100%;height: 0.55rem}
.set-up-ul .set-up-li .set-up-lilink .set-up-linav{width: 100%;height: 0.55rem}
.set-up-li .set-up-lilink .set-up-linav .set-up-libos{-webkit-box-flex: 1;-ms-flex: 1;-webkit-flex: 1;flex: 1;height: 0.55rem;}
.set-up-li .set-up-lilink .set-up-linav .set-up-libos:nth-child(1){max-width: 100%;min-width: 40%;}
.set-up-li .set-up-lilink .set-up-linav .set-up-libos:nth-child(1) p{width: 100%;height: 0.55rem;line-height: 0.55rem;text-align: left;font-size: 0.14rem;color: #ffffff;padding-left: 0.05rem}
.set-up-li .set-up-lilink .set-up-linav .set-up-libos:nth-child(2){max-width: 100%;min-width: 60%;text-align: right;font-size: 0.14rem;color: #ffffff}
.set-up-li .set-up-lilink .set-up-linav .set-up-libos:nth-child(2) span{display: block;margin-right: 0.1rem;height: 0.2rem;line-height: 0.2rem}
.set-up-li .set-up-lilink .set-up-linav .set-up-libos:nth-child(2) i{font-size: 0.2rem}
.set-up-content .set-up-cen{width: 100%;background-color: #191f35;margin: 0.15rem auto}
.set-up-content .set-up-btnbox{width: 100%;padding: 0rem 0.2rem}
.set-up-btnbox .set-up-btnlink{width: 100%;height: 0.5rem;display: block}
.set-up-btnbox .set-up-btnlink .set-up-btn{width: 100%;height: 0.5rem;line-height: 0.5rem;text-align: center;color: #ffffff;font-size: 0.14rem;background-color: #e74d4d;border-radius: 0.05rem}

/* 语言切换 by 设置中心 */
.set-up-content .switch-language-box{width: 100%;background-color: #191f35}
.switch-language-box .set-up-ul .set-up-li:last-child{border-bottom: none}
.set-up-content .switch-language-box .switch-language-boxs{-webkit-box-flex: 1;-ms-flex: 1;-webkit-flex: 1;flex: 1;height: 0.55rem;}
.set-up-content .switch-language-box .switch-language-boxs:nth-child(1){max-width: 100%;min-width: 70%;}
.set-up-content .switch-language-box .switch-language-boxs:nth-child(1) p{width: 100%;height: 0.55rem;line-height: 0.55rem;text-align: left;font-size: 0.14rem;color: #ffffff;padding-left: 0.05rem}
.set-up-content .switch-language-box .switch-language-boxs:nth-child(2){max-width: 100%;min-width: 30%;text-align: right;font-size: 0.14rem;color: #ffffff;text-align: left}
.set-up-content .switch-language-box .layui-form-radio{margin: 0}
.set-up-content .switch-language-box .layui-form-radio>i{margin-right: 0px;color: #323852}
.set-up-content .switch-language-box .layui-form-radio>i:hover, .layui-form-radioed>i {color: #03997e!important;}

/* 线路切换 by 设置中心 */
.switch-link-box{width: 100%}
.switch-link-ul{width: 100%}
.switch-link-ul .switch-link-li{width: 100%;height: 0.4rem;background: #191f35;border-radius: 0.06rem;padding: 0rem 0.1rem;margin-bottom: 0.15rem;transition: background .5s}
.switch-link-ul .switch-link-li.active{background: #03997e;transition: background .5s}
.switch-link-ul .switch-link-li .switch-link-state{width: 0.25rem;height: 0.4rem;margin-right: 0.1rem}
.switch-link-ul .switch-link-li .switch-link-state i{display: none;font-size: 0.2rem;color: #ffffff;}
.switch-link-ul .switch-link-li.active .switch-link-state i{display: block!important;}
.switch-link-ul .switch-link-li .switch-link-data{width: calc(100% - 0.35rem);font-size: 0.16rem;color: #ffffff}

/* 设置登录密码（新） by 设置中心 */
.set-up-content .change-pwd-box{width: 100%;background-color: #191f35}
.change-pwd-box .set-up-ul .set-up-li:last-child{border-bottom: none}
.set-up-content .change-pwd-box .change-pwd-boxs{-webkit-box-flex: 1;-ms-flex: 1;-webkit-flex: 1;flex: 1;height: 0.55rem;}
.set-up-content .change-pwd-box .change-pwd-boxs:nth-child(1){max-width: 100%;min-width: 30%;}
.set-up-content .change-pwd-box .change-pwd-boxs:nth-child(1) p{width: 100%;height: 0.55rem;line-height: 0.55rem;text-align: left;font-size: 0.14rem;color: #ffffff;padding-left: 0.05rem}
.set-up-content .change-pwd-box .change-pwd-boxs:nth-child(2){max-width: 100%;min-width: 70%;text-align: right;font-size: 0.14rem;color: #ffffff;text-align: left}
.set-up-content .change-pwd-box .change-pwd-boxs:nth-child(2) .change-input{width: 100%;height: 0.55rem;background: none;border: none;outline: none;color: #ffffff}
.set-up-content .change-pwd-box .change-pwd-boxs:nth-child(2) .change-pwd-code{width: 100%;height: 0.55rem}

/* 个人信息 by 个人中心 */
.set-up-content .user-avatar{width: 0.3rem;height: 0.3rem;border-radius: 0.02rem;overflow: hidden;margin-right: 0.1rem}
.set-up-content .user-avatar img{width: 0.3rem;height: 0.3rem;}
.set-up-content .user-data-scorebox{display: block;height: 0.15rem;line-height: 0.15rem;padding: 0rem 0.1rem;font-size: 0.12rem;color: #747685;border-radius: 0.24rem;margin-right: 0.1rem;background: -moz-linear-gradient(top, rgba(225, 225, 225, 1) 10%, rgba(184, 196, 255, 1));background: -webkit-linear-gradient(top, rgba(225, 225, 225, 1) 10%,rgba(184, 196, 255, 1));background: -o-linear-gradient(top, rgba(225, 225, 225, 1) 10%,rgba(184, 196, 255, 1));background: -ms-linear-gradient(top, rgba(225, 225, 225, 1) 10%,rgba(184, 196, 255, 1));background: linear-gradient(to bottom, rgba(225, 225, 225, 1) 10%,rgba(184, 196, 255, 1));}

/* 编辑昵称 by 个人信息 */
.set-up-content .change-usernameinput{width: 70%;background: none;border: none;outline: none;color: #ffffff;font-size: 0.14rem}
.set-up-content .icon-qingchu{color: #575d7d}
.set-up-content .change-username-btnbox{width: 100%;padding: 0rem 0.15rem}
.change-username-btnbox .change-username-label{width: 100%;height: 0.15rem;line-height: 0.15rem;color: #474a69;font-size: 0.12rem;text-align: left;margin-bottom: 0.25rem}
.change-username-btnbox .change-username-btn{width: 100%;height: 0.5rem;line-height: 0.5rem;padding: 0rem 0.1rem;background: #03997e;color: #ffffff;font-size: 0.16rem;border: none;outline: none;border-radius: 0.06rem;position: absolute;top: 0;left: 0;right: 0;z-index: 2}

/* 我要分享 by 个人中心 */
.code-content{width: 100%;height: calc(100% - 0.5rem)}
.code-content .code-box{width: 80%;}
.code-box .code-box-header{width: 100%;height: 0.45rem;line-height: 0.45rem;color: #ffffff;font-size: 0.3rem;text-align: center;margin-bottom: 0.4rem}
.code-box-codebox{width: 100%;position: relative}
.code-box-codebox img{width: 100%;}
.code-box-codebox .code-box-text{position: absolute; top: 0; left: 0; right: 0; z-index: 2; width: 100%;padding: 6.8% 8% 0%}
.code-box-codebox .code-box-text .code-box-textnav{padding: 0.15rem 0rem;border-bottom: 1px dashed #3f415a}
.code-box-codebox .code-box-text .ercode-p1{width: 100%;height: 0.3rem;line-height: 0.3rem;color: white;font-size: 0.16rem;text-align:center;text-align: center;padding: 0rem 0.1rem}
.code-box-codebox .code-box-text .ercode-p2{width: 100%;height: 0.35rem;line-height: 0.35rem;color: #03997c;font-size: 0.26rem;text-align:center;text-align: center;padding: 0rem 0.1rem}
.code-box-codebox .code-box-text .ercode-p3{width: 100%;height: 0.2rem;line-height: 0.2rem;color: #3f415a;font-size: 0.12rem;text-align:center;text-align: center;padding: 0rem 0.1rem}
.code-box-codebox .code-box-code{position: absolute; top: 45%; left: 0; right: 0; z-index: 2; width: 100%; height: 1.35rem}
.code-box-codebox .erweima{width: 1.35rem;height: 1.35rem;margin: 0 auto;background: white}
