a{ color: #333;}
.navbar-toggle { margin-left: 10px; padding: 0.7em; display: inline-block; cursor: pointer; -webkit-transition: all 300ms ease; transition: all 300ms ease; }
.scan .rq-cell.active { display:block !important; }
.code-reg { height: 50px; position: absolute; right: 10px; top: 7px; border-radius: 30px; }
.burger li { width: 30px; height: 4px; background-color: #fff; margin: 5px 0; border-radius: 3px; }
nav[canvas] { background: rgba(0, 0, 0, 0.2); height: 90px; line-height: 90px; text-align: center; border-bottom: 1px solid rgba(0, 0, 0, 0.1) }
body.openmenu { width: 100%; position: fixed; overflow: hidden }
nav[canvas] { background: none; width: 100%; border-bottom: none; position: fixed; z-index: 99 }
.xs-100 { padding: 0 !important }
.nav-box { width: 100%; height: 68px; position: fixed; top: 0; left: 0; z-index: 999; background-color: #fff; border-bottom: 1px solid rgba(255,255,255,.1); -webkit-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; -o-transition-property: transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-transform: translateY(0%); -ms-transform: translateY(0%); transform: translateY(0%); }
.nav a { height: 32px; padding: 0 20px; margin-top: 30px; line-height: 30px; background-color: #181206; display: inline-block; /*border: 1px solid #bf9b53;*/ color: #ffe0a0; border-right: 0; float: left; font-size: 15px; }
.nav a:hover, .nav a.on { background: #bf9b53; color: #fff; }
#hamburgermenu { height: 100%; width: 0;background: url(../img/left-bj.png) #2c5fbe no-repeat; position: fixed; top: 0; left: 0; z-index: 99999999 !important; overflow: hidden; -webkit-box-shadow: 3px 0 7px rgba(0, 0, 0, 0.55); -moz-box-shadow: 3px 0 7px rgba(0, 0, 0, 0.55); box-shadow: 3px 0 7px rgba(0, 0, 0, 0.55) }
#hamburgermenu ul { margin-top: 45px; z-index: 101; overflow-y: auto; overflow-x: hidden }
#hamburgermenu li { display: block; margin-bottom: 1px; position: relative; }
#hamburgermenu li.this { background: #f89520; } 
.b1 { border-radius: 80px; }
#hamburgermenu li:first-child { background: none; }
#hamburgermenu li a { display: block; min-width: 130px; padding: 10px 20px; color: #fff; font-size: 1rem; text-decoration: none; text-align: left; line-height: normal }
#hamburgermenu .logo { display:inline-block !important; text-align: center !important; }
#hamburgermenu li:nth-child(2) { margin-top:2rem; }
.overlay1 { position: fixed; z-index: 1000; background-color: rgba(0, 0, 0, 0.5); bottom: 0; right: 0; left: 0 }
.openmenu .overlay1 { top: 0 }
#hamburgermenu li:not(:first-child) a:hover { color: #fff; background: #2c2c2c }
#hamburgermenu .icon-arrow1 { width: 16px; height: 8px; background: url(../img/arraw.png) no-repeat 0 0; position: absolute; right: 25px; top: 20px; transform: rotate(90deg); -ms-transform: rotate(90deg); -moz-transform: rotate(90deg); -webkit-transform: rotate(90deg); -o-transform: rotate(90deg); }
@media (max-width: 768px) {
.topic-logo { float: right }
.topic-logo img { width: 50% }
.wp { width: 100% } 
.top-bar, .nav-box { display: none !important }
.modal-open .modal { padding-top: 5% !important; }
.scan .modal-dialog .close{position: relative; right: 0 !important;;height: 5rem;}
.scan .modal-dialog .close span{font-size: 40px;}
.modal-dialog { width:95%!important; margin: 0 auto; }
.code-reg { width: 40%; }
.ui-form-item { padding: 0 5px 20px 100px; }
.ui-ipt { width: 210px; }
.ui-form .ui-label { margin-left: -210px; }
.scan .modal-bd, .reg-box { padding: 23px 8px; }
.scan li, .ul-account a { margin: 0 3px; }
.f16 { font-size: 14px; }
.footer { display:none; }
}
@media (min-width: 1200px) {
.visible-lg { display: block !important }
table.visible-lg { display: table !important }
tr.visible-lg { display: table-row !important }
td.visible-lg, th.visible-lg { display: table-cell !important }
.visible-lg-block { display: block !important }
.visible-lg-inline { display: inline !important }
.visible-lg-inline-block { display: inline-block !important }
.hidden-lg { display: none !important }
}
@media only screen and (max-width: 320px) {
.ui-ipt { width: 180px; }
}
@media (max-width: 767px) {
.hidden-xs { display: none !important }
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm { display: none !important }
}
@media (min-width: 768px) and (max-width: 1199px) {
.hidden-md { display: none !important }
}
.rotate-ani{
    display: inline-block;
    animation: rotate-ani 2s linear infinite;
    -webkit-animation: rotate-ani 2s linear infinite;
}

@keyframes rotate-ani {
    0%{
        transform: rotate(0);
    }
    100%{
        transform: rotate(360deg);
    }
}
@-webkit-keyframes rotate-ani {
    0%{
        -webkit-transform: rotate(0);
    }
    100%{
        -webkit-transform: rotate(360deg);
    }
}
.header .toplink { margin-top: 30px; overflow: hidden; float: right; margin-right: 130px; }
.toplink li { float:left;  height:68px; line-height:68px; border-bottom: 2px solid #eeeeee; font-size: 16px; padding: 0 20px; }
.toplink a { color: #333; transition: .5s all; }
.toplink li:hover, .toplink .this, .toplink .active { border-bottom: 2px solid #2c60be; }
.toplink li:hover a, .toplink .this a, .toplink .active a { color:#2c60be; }
.toplink { margin-left: 110px; }
.top-head { margin-right: 30px; position: relative; }
.top-head .i-btn { margin-left: 20px; line-height: 68px; display: inline-block; color: #333; position: relative; font-size: 15px; }
.top-head .i-btn:hover { color: #2c60be; }
.top-head .user-info { margin-top: 16px; }
.nav-box .user-box .info, .user-down .pb1 { border: 1px solid #c6c6c6; }
.pr { position: relative; }
.user-box .info { padding: 0 65px 0 16px; margin-right: 18px; border: 1px solid #c6c6c6; line-height: 34px; background: #f6f6f6; position: relative; border-radius: 80px; }
.nav-box .user-box .pic i { color: rgba(51, 51, 51, 0.7); font-weight: 600; }
.user-box .pic .iconfont{position: absolute; right: -20px;top: 5px;font-size: 18px; transition: all .3s; -webkit-transform: rotate(180deg);color: rgba(255, 255, 255, 0.7);}
.pic-level:hover .iconfont, .user-box-hover .pic .iconfont{ -webkit-transform: rotate(360deg); transform: rotate(360deg);}  
.user-box .info a span { color: #e87420; font-weight: 700; }
.user-box .info i, .user-pro-box i { display: inline-block; background: url(../img/user-ico.png) no-repeat; }
.user-box .info .refresh_btn { width: 14px; height: 14px; background-position: -20px 0; position: absolute; right: 45px; top: 10px; }
.user-box .info .user-deposit { width: 44px; height: 44px; line-height: 44px; color: #fff; font-size: 15px; font-weight: 700; background: #355ec2; border-radius: 50%; top: -6px; right: -6px; position: absolute; }
.user-down { width:400px; position: absolute; top:50px; right:-20px; display: none; z-index: 9999; }
.user-down-box { margin-top: 13px; border-radius: 8px; padding:16px 18px; background: #fff; overflow: hidden; box-shadow: rgba(0,0,0,0.5) 0 0 7px 0; }
.user-down .up { width:0; height:0; right:28px; position: absolute; top:3px; display: block; border-bottom: 10px solid #fff; border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 0 solid transparent; }
.user-down .user-top { border-bottom: 1px solid #f2f2f2; }
.user-down .user-top p { height: 25px; margin-bottom: 16px; line-height: 25px; }
.user-down .pb1 { display: inline-block; padding: 0 18px; }
.user-down .name { font-size: 18px; color: #333; }
.user-down .money-box a { margin-right:6px; }
.user-down .pb1:hover { background: #375ec3; border: 1px solid #375ec3; color: #fff; }
.user-pro-box a { width: 70px; margin:16px 22px 0 0; display: inline-block; text-align: center; position: relative; }
.user-pro-box a:last-child { margin:16px 0 0 0; }
.user-pro-box span { line-height:27px; display: inline-block; }
.user-pro-box i { width: 50px; height: 50px; }
.user-pro-box .yhj { background-position:-38px 0; }
.user-pro-box .fs { background-position:-88px 0; }
.user-pro-box .letter { background-position:-138px 0; }
.user-pro-box .mall { background-position:-188px 0; }
.zan-letter-badge, .letter-badge { position: absolute; width:10px; height: 10px; border-radius: 50%; background: red; right:0; top:-5px; }
.letter-badge { width: 20px; height: 20px; line-height: 20px; color:#fff; font-weight:400; }
/*头部a
========*/
.red { color: #f05259; }
.bg1 { background-color: #ee2722; }
.bg2 { background-color: #0086cd; }
.bg3 { background-color: #daa733; }
.top-bar { height: 50px; line-height: 50px; background: #1f1f1f; box-shadow: 1px 3px 8px rgba(0, 0, 0, .3); }
.top-bar .link span { padding: 0 10px; color: #585858; }
.top-bar .link a:hover { color: #ffdb50; }
.header { height: 100px; width: 1200px; margin: 0 auto; position: relative; }
.header-inner { width: 1200px; margin: 0 auto; overflow: hidden; padding-top: 20px; }
.toplink span { margin-right: 20px; }
.top-bar .toplink a { display: inline-block; height: 26px; width: 84px; line-height: 26px; margin-right: 20px; text-align: center; color: #fff; transition: .3s all; }
.top-bar .toplink a:hover { background-color: #ff0f00; color: #fff; }
.tit img { margin: 160px 0 0 250px; -webkit-animation-name: anim-scale; animation-name: anim-scale; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: backwards; animation-fill-mode: backwards; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; }
.link a { color: #999; margin: 0 12px; }
.header-wrapper { width: 1200px; margin: 0 auto; }
.top-login { position: relative; display: inline-block; }
.top-reg, #headertop .toplist { margin-right: 10px; }
.top-reg input { width: 130px; height: 24px; border: none; background-color: #333; font-size: 12px; color: #fff; padding-left: 4px; margin-left: 10px; }
.top-reg .img-code { position: absolute; width: 46px; height: 20px; top: 10px; right: 2px; }
.toplist li { float: left; margin-left: 6px; }
.index_register .bg-ce1, .toplist .i-btn { display: inline-block; width: 90px; transition: all .4s; border-radius:15px; color: #fff; margin-right: 5px; line-height: 30px; height: 30px; background: #f89520; }
/*.toplist .i-btn:hover { opacity: .7; }*/
.toplist .login { margin-left: 0 }
.toplist .info { width: auto; }
.toplist .i-btn.sm { min-width: 44px; }
.toplist .bg-ce1 { background-image: -webkit-linear-gradient(15deg, #bc8eff, #54cbff) !important; }
.toplist .bg-cs { background: #30bf37; }
#sidebar { display: none; }
/* * 页尾 * ================================*/

.footer { display:none; }
.footer1 { line-height:50px; background: #000; background: rgba(0,0,0,0.6); text-align:center; color:#c4a67a; }
/*
/*登录扫码样式*/
.mb60 { margin-bottom: 60px }
.scan .modal-dialog { width: 500px }
.scan .modal-dialog .close { color: #666; font-size: 37px; font-family: 'Microsoft Yahei';right: -16%;}
.scan .modal-bd, .reg-box { border-radius: 10px; padding: 50px 100px ; overflow: hidden;width:600px;background: #f0f0f0;box-shadow: 0 10px 20px rgba(0,0,0,.1);}
.scan li{width: 50%; display: inline-block}
.ul-account a {width: 100%; display: block }
.scan .ul-account a { line-height: 43px; color: #333; font-size: 24px; border-bottom:1px solid #dbdee5;}
.scan li.active a { color: #2c60be; border-bottom: 1px solid #2c60be }

.scan .rq-cell.blue,.ui-input-pass.blue,.account-box .rq-cell.blue{box-shadow: 0 0 2px #0033ff;}
.scan .short-cell{position: relative}
.scan .rq-cell-helf{width: 60%}
.scan .big-cell {height: 64px;line-height: 64px;border: 0;}
.scan .rq-cell { height: 56px; margin-bottom: 34px; display: flex; line-height: 56px; position: relative; background: #fff; border-radius: 5px;border:1px solid #dbdee5;}
.scan .rq-cell.active { display: block!important }
.scan .rq-cell input { width: 70%; height: 100%; background: #fff; display: block; font-size: 16px; color: #333; white-space: nowrap; border: 0; outline: 0 }
.scan .btn-login {  box-shadow: 0 6px 20px rgba(0,30,255,.3);width: 100%!important; background-image: linear-gradient(-180deg, #2C60BE 0%, #465BC9 100%) !important; color: #fff!important; border-radius: 5px!important; font-size: 16px!important; transition: all .4s }
.scan .btn-login:hover, .code:hover{ opacity: .7;}
.scan .icon { width: 18px; height: 22px; margin: 15px 15px 0 25px; display: inline-block; background: url(../img/san-ico.png) no-repeat }
.scan .user-icon { width: 22px;background-position: 0 -78px ;margin: 15px 11px 0 25px;}
.scan .phone-icon { background-position: 0 -34px; }
.scan .pass-icon { background-position: 0 -100px }
.scan .code-icon { width: 22px;background-position: 0 -56px; margin: 15px 11px 0 25px;}
.scan .code-icon-ps {margin: 15px 15px 0 25px;}
.scan .code-reg-icon { width: 25px; height: 30px; background-position: 0 -122px }
.scan .tab-panel.active { animation: slide-down .5s ease-out }
.scan .s-l-icon { width: 41px; height: 148px; display: inline-block; background: url(../images/register/l-s-icon.png) no-repeat; position: absolute; right: -141px; top: 25px }
.scan .user-login { background-position: -41px 0 }
.scan .scan-login { background-position: 0 0 }
.scan .passorshow { width: 30px; height: 15px; background-position: 0 -154px; margin: 0; position: absolute; right: 15px; top: 25px }
.scan .passorshow-open { width: 33px; height: 23px; background-position: 0 -169px; top: 16px }
.scan .code { width: 150px; height: 54px; line-height: 48px;background-image: linear-gradient(-180deg, #2C60BE 0%, #465BC9 100%) !important;color: #fff; position: absolute; right: 0px; top: 1px; border-radius: 5px }
.scan .login-tit { font-size: 24px; color: #333; line-height: 37px }
.scan-box .tit { line-height: 33px; font-size: 16px }
.reg-succ { margin:320px auto; padding: 50px 85px; color: #333;background-color: #f6f6f6 !important;}
.reg-succ h3 { margin: 20px 0 40px; font-size: 24px;}
.reg-succ p { font-size: 16px; line-height: 33px }
.reg-succ p.perfect-link{background: #fff6dd;padding: 6px 0;}
.cca{color: #333333 !important;}
.c-blue{}
.reg-succ .tyj { margin: 100px 24px 0 0; display: inline-block; position: relative;width: 50% }
.reg-succ .tyj img { width: 100%}
.reg-succ .reg-ewm { position: absolute; right: 16px; top: 16px; color: #fff }
.scan .login-link{text-align: right;color: #333333; display: block;}
.scan .login-link span{color: #2c60be;}
.regSuccess-infor{margin: 5% auto 2%;width: 60%;}
.regSuccess-infor p{display: inline-block;margin: 0 3%;}
.regSuccess-infor a{display:block;background: #ffffff;border: 1px solid #dbdee5;padding: 0 10px;border-radius: 5px;color: #71a0f2; }
.imgCode2-bg{
    width: 150px;
    height: 54px;
    line-height: 48px;
    background: #fff;
    color: #fff;
    position: absolute;
    right: 0px;
    top: 1px;
    border-radius: 5px;
    border: 1px solid #dbdee5;}


#qrBox { margin-top: 50px; position: relative; left: -75px; }
#qrBox .canvas { position: relative; left: 0; }
#sx-box { width: 180px; height: 180px; position: absolute; left: 50%; margin-left: -90px; top: 0; bottom: 0; background: #666; background: rgba(102, 102, 102, .95); filter: alpha(opacity=95) \9; text-align: center; }
#j-ewm { color: #fff; margin: 50px 0 16px; font-size: 18px; }
#sx-box .btn-refresh { height: 32px; line-height: 32px; display: inline-block; padding: 0 20px; background: #f89520; border-radius: 60px; color: #fff; cursor: pointer; }
#qrBox .c3 { display: block; margin: 25px 0 50px; }
#qrBox .c3 a { padding: 0 5px; font-weight: 700; }
#qrBox .appScan { display: inline-block; position: absolute; top: -15px; right: -70px; }
@keyframes slide-down { 0% {
 opacity: 0;
 transform: translateX(100%);
}
 100% {
 opacity: 1;
 transform: translateX(0);
}
}
.layui-layer-title { font-size: 16px !important; }
.layui-layer-btn .layui-layer-btn0 { height: 34px !important; line-height: 34px !important; border-color: #f89520 !important; background-color: #f89520 !important; }
.login-pass { width: 400px; margin: 0 auto; }
.login-pass label { width: 100px; text-align: right; display: inline-block; font-size: 16px; color: #333; }
.login-pass .input-group { margin-bottom: 15px; }
.login-pass .input-group input { width: 70%; background: #f0f0f0; padding: 0 10px; height: 44px; line-height: 44px; border-radius: 5px; border: none; }
@media only screen and (max-width: 767px) {
.footer { width: 100% !important; }
.footer .text-center { width: 100% !important; white-space: initial !important; }
.scan .modal-bd, .reg-box { padding: 30px 5px;width: 100%; }
.scan .ul-account a { padding: 0; }
.layui-layer-dialog { width: 100%!important; left: 0%!important; }
.scan .scan-login { display: none; }
.scan .s-l-icon { top: 36px; display: none; }
}
