@import url(reset.css?v=01);

body {
    font-family: Arial, Microsoft YaHei;
    font-size: 14px;
    color: #fede9a;
    overflow-x: hidden;
    background: #181b20
}

a {
    text-decoration: none
}

input {
    border: none;
    margin: 0;
    padding: 0
}

.hide {
    display: none;
}

.AddFavorite {
    position: absolute;
    right: -100px;
    top: 0;
    line-height: 40px;
    color: #d8ad56
}

.AddFavorite:hover {
    opacity: .8;
    color: #fff;
}

.wrapper {
    width: 1200px;
    margin: 0 auto
}

.prize-pool-winpart{
    position: relative;
    height: 80px;
    background: url("/images/prize-poolbg.jpg") no-repeat center top;
}
.prize-pool-winpart .ppwin-left{
    padding-top: 10px;
}
.prize-pool-winpart .ppwin-right{
    width: 630px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: url(/images/ppwin-rightbg.png) no-repeat 0 13px;
}
.prize-pool-winpart .recent-winners{
    height: 24px;
    width: 260px;
    overflow: hidden;
    margin: 46px 0 0 33px;
    background: #FFFFFF;
    border-radius: 25px;
    padding: 0 10px;
}
.prize-pool-winpart .recent-winners li{
    font-size: 12px;
    line-height: 24px;
    color: #111111;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.prize-pool-winpart .ppwin-gobtn{
    position: relative;
    padding: 10px 20px 0 0;
}
.prize-pool-winpart .ppwin-gobtn .goto-btn{
    display: block;
}
.prize-pool-winpart .ppwin-gobtn .close-ppwin{
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    background: url(/images/banner/close-ppwin.png) no-repeat center center;
    background-size: 18px auto;
    cursor: pointer;
}
.prize-pool-winpart .ppwin-gobtn .ppwin-tipinfo{
    position: absolute;
    top: 28px;
    right: 9px;
    width: 151px;
    height: 27px;
    line-height: 30px;
    font-size: 12px;
    color: #111111;
    padding-left: 11px;
    background: url(/images/banner/ppwin-tipinfo.png) no-repeat center top;
}
.prize-pool-winpart .ppwin-gobtn .ppwin-tipinfo a{
    font-weight: 600;
    font-size: 14px;
    text-decoration-line: underline;
    color: #5D94E8;
    margin: 0 3px;
}
.prize-pool-winpart .ppwin-gobtn .ppwin-tipinfo a:hover{
    color: #EB3F4E;
}

#headerbg {
    width: 100%;
    background: rgba(0, 0, 0, 1);
    box-sizing: inherit;
    font-family: Arial, Microsoft YaHei;
}

.top-wrapper {
    background: rgba(0, 0, 0, 1);
    border-bottom: 1px solid #403816
}

#header {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

#header .top {
    height: 42px;
    line-height: 42px
}

.notice-wrapper {
    float: left;
    width: 475px
}

/*登陆后*/

.logined-notice-wrapper {
    /*width: 680px;*/
    width: 495px;
}

#header .top .time {
    width: 210px;
    height: 42px;
    line-height: 42px;
    float: left;
    font-size: 9pt;
    color: #a16045
}

.ml10 {
    margin-left: 10px;
    color: #fff
}

.ml40 {
    margin-left: 40px;
    color: #fff
}

#header .top .login {
    color: #fff;
    height: 42px;
    line-height: 42px;
    float: right;
    margin-top: -1px
}

#header .login table {
    height: 42px
}

#header .top .login input {
    padding-left: 5px;
    height: 30px;
    line-height: 30px;
    width: 130px;
    background: #fff;
    color: #666;
    margin-right: 4px;
    font-size: 9pt;
    border-radius: 2px
}

#header .top .login input#password,
#header .top .login input#showPwd {
}

#header .top .login input.code {
    width: 65px;
    float: none;
    margin-left: 9px
}

#header .top .login img {
    cursor: pointer;
    margin-top: 0;
    height: 30px
}

#header .top .login input.sub {
    width: 100px;
    margin: 0 4px 0 0;
    background: #cbaa67;
    border: none;
    color: #fff;
    padding: 0;
    cursor: pointer;
    transition: 0.3s
}

#header .top .login a.forget {
    font-size: 9pt;
    color: #fff;
    text-decoration: none;
    margin-right: 10px
}

#header .top .login a.register,
#header .top a.luntan {
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    border-radius: 3px;
    background: #b62d01;
    display: inline-block;
    text-align: center;
    transition: 0.3s
}

.login a.register {
    position: relative;
    top: 1px
}

#header .top a.luntan {
    width: 40px;
    background: #db9316;
    margin-left: 5px
}

#header a.load1 {
    padding: 0 10px;
    height: 23px;
    line-height: 23px;
    color: #fff;
    border-radius: 3px;
    background: #f50000;
    display: inline-block;
    text-align: center;
    margin-left: 5px
}

#header .top .login a.register:hover,
#header .top .login input.sub:hover {
    text-decoration: none;
    opacity: 0.9
}

#header .top .time p {
    padding-left: 10px;
    width: 310px
}

#header table td {
    position: relative
}

#header .top .login .td_r {
    /*width: 130px*/
}

.td_r label {
    position: absolute;
    left: 5px;
    top: 0;
    color: #666;
    font-size: 9pt
}

#header .top .login .forget_pwd {
    position: absolute;
    font-size: 9pt;
    line-height: 24px;
    padding: 0 0 0 4px;
    color: #666;
    background: #bebebe;
    right: 7px;
    top: 10px;
    border-radius: 4px
}

.loginafter .white-color {
    margin-right: 2px;
}

.white-color {
    color: #eee;
}

.zan-letter {
    cursor: pointer;
    display: inline-block;
}

.zan-letter-icon {
    position: relative;
    top: 3px;
}

.zan-letter .badge {
    display: none;
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: red;
    right: 0;
    top: -5px;
}

.zan-letter.active .white-color {
    margin: 0 0 0 3px;

}

.loginafter .iconfont {
    font-size: 20px;
}

.refresh-btn {
    cursor: pointer;
}

.refresh-btn span {
    /*font-weight: 600;*/
    color: #CFB887;
}

.loginafter .refresh-btn .iconfont {
    font-size: 18px;
}

.user-center-top a {
    background: #222222;
    border-radius: 21px;
    font-size: 16px;
    color: #999999;
    padding: 4px 17px;
    margin: 0 2px;
    transition: all .3s;
    border: 1px solid #222;
}
.user-center-top a.top-deposit {
    background-image: linear-gradient(51deg, #96896E 0%, #E0D1B3 100%);
    border-radius: 21px;
    color: #111111;
    border:0;
}

.user-center-top a:hover {
    /*background: #96896E;*/
    border: 1px solid #CFB887;
    color: #CFB887;
}
.user-center-top a.top-deposit:hover {
    border:0;
    background-image: linear-gradient(51deg, #E0D1B3  0%, #96896E  100%);
    color: #111111;
}

.logout {
    color: #eee;
}

#header .top .login .forget_pwd:hover {
    text-decoration: none
}

/* 浮动窗口*/
.float-btn {
    position: fixed;
    display: block;
    left: 0;
    bottom: 10%;
    z-index: 999;
    width: 190px;
    height: 178px;
    background: url(../images/banner/red.png) no-repeat;
}

.float-btn a {
    display: inline-block;
    width: 156px;
    height: 158px;
    margin-top: 30px;
}

.float-close {
    display: inline-block;
    height: 32px;
    width: 32px;
    float: right;
    margin-top: 20px;
    margin-right: 5px;
    position: absolute;
    right: 5px;
    z-index: 9999;
}

.loginafter {
    float: right;
    font-size: 14px;
    color: #fede9a;
    height: 42px;
    overflow: hidden;
}

.loginafter dl,
.loginafter ul {
    float: left
}

.loginafter ul li {
    display: inline;
    margin-right: 8px
}

.loginafter dl dt {
    display: inline;
    padding: 2px 0 0 20px;
    background: url("../images/user.png") no-repeat left center
}

.loginafter dl dd {
    display: inline;
    margin-right: 5px
}

.loginafter dl dd.email {
    padding: 2px 0 0 25px;
    background: url("../images/email.png") no-repeat left center
}

.loginafter dl dd a {
    color: #fff
}

.loginafter dl dd.center a,
.loginafter dl dd.qiandao a {
    color: #270e0a;
    padding: 1px 5px;
    margin-left: 3px;
    background-color: #ffcc2a;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff797), color-stop(100%, #c69f2a));
    background-image: -webkit-linear-gradient(#fff797, #c69f2a);
    background-image: linear-gradient(#fff797, #c69f2a);
    -khtml-border-radius: 3px;
    border-radius: 3px
}

.nav {
    position: relative;
    background: #0B0B0C;

}

.nav a {
    color: #fede9a;
    font-size: 18px
}


.sub-nav-box a {
    font-size: 14px;
    color: #999;
}

.main-nav {
    width: 1200px;
    margin: 0 auto
}

.main-nav li {
    float: left;
    width: auto;
    height: 90px;
    border-bottom: 3px solid #000;
    box-sizing: initial;
    margin: 0 6px 0 3px;
    padding:0 5px;
}


.main-nav li .c-li{
    line-height: 90px;
}
.main-nav li .c-li:hover{
    color: #C5B186;
}



.main-nav li a {
    display:inline-block;
    height: 100%;
    border: 1px solid transparent;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    font-size: 16px;
    color: #C8C8C8;
}

.main-nav li span {
    display: block;
    width: 58px;
    height: 42px;
    background: url("/images/icons-nav18.png?v=3.0") no-repeat;
    margin: 18px auto 8px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s
}

.main-nav li.special-li{
    float:right;
    width:317px;
    border: 0;
    margin: 0;
    padding: 0
}
.sub-li .icon-box{
    display:inline-block;
     margin-right:5px;
    vertical-align: -5px;
}
.main-nav li.special-li .icon-box{
    margin-bottom:5px;
}
.main-nav li.special-li:hover,.main-nav li.special-li a:hover{
    border:0;
}

.main-nav li.special-li a{
    font-size: 15px;
    color: #C8C8C8;
    height: 70px;
    text-align: center;
    padding: 20px 0 0 20px;
    line-height: 20px;
    border: 0;
}
.main-nav li.special-li a:hover{
    color: #C5B186;
}
.special-li a i{
    display:inline-block;
    width:22px;
    height:22px;
    margin-bottom:5px;
    font-size: 20px;
    line-height: 21px;
}
.special-li a i.i-club{
    background: url(/images/home_nav_vip_pre.svg) no-repeat;

}
.icon-box .svg-icon{
    fill:#C8C8C8;
}
.main-nav li.special-li a:hover .svg-icon{
    fill:#C5B186;
}
.special-li a i.i-brand{
    background: url(/images/home_nav_brand.svg) no-repeat;
}
.special-li a i.i-youhui{
    background: url(/images/home_nav_youhui.svg) no-repeat;
}
.special-li a i.i-download{
    background: url(/images/home_nav_download.svg) no-repeat;
}


.logo img {
    height: 51px;
    margin: 17px 0 0;
}

.main-nav li.i-tiger span {
    background-position: 7px 5px;
    width: 64px;
}

.main-nav li.i-fish span {
    background-position: 8px -51px;
}

.main-nav li.i-real span {
    background-position: 5px -103px;
}

.main-nav li.i-sport span {
    background-position: 8px -152px;
}

.main-nav li.i-chess span {
    background-position: 8px -307px;
}

.main-nav li.i-brand span {
    background-position: 8px -203px;
}

.main-nav li.i-youhui span {
    background-position: 10px -255px;
}

.main-nav li.has-hover:hover {
    border-bottom: 3px solid #d3b066;
    background: #111;
}

.main-nav li:first-child:hover {
    border-bottom: 3px solid #000;
    background: #000;
}


.sub-nav-box {
    display: none;
    position: absolute;
    z-index: 99996;
    left: 0;
    top: 109px;
    width: 100%;
    height: 465px;
    background: rgba(0, 0, 0, .88);
}

.sub-nav-box li {
    position: relative;
}

.sub-nav .wrapper {
    position: relative
}

.sub-nav ul {
    width: 166px;
    position: absolute;
    top: 0;
}

.sub-nav ul.sport-box {
    width: 142px;
}

.sub-nav a {
    display: inline-block;
    line-height: 30px;
    position: relative;
    margin-top: 1px;
    padding: 0 10px;
    /*width:130px;*/
}

.sub-nav a:hover {
    color: #d7b97d;
    background: #000;
    border-radius: 5px;
}

.sub-nav ul:before {
    /*float:right;*/
    /*content:'';*/
    /*height: 300px;*/
    /*width: 1px;*/
    /*border-right: 1px solid #000;*/
    /*margin: 22px 15px 0 0;*/
}

/*.sub-nav ul:nth-child(6):before {*/
    /*border: 0;*/
    /*margin: 0;*/
/*}*/

/*.sub-nav ul:first-child {*/
    /*left: 190px;*/
/*}*/

/*.sub-nav ul:nth-child(2) {*/
    /*!*width: 246px;*!*/
    /*left: 356px;*/
    /*padding-left: 10px;*/
/*}*/

/*.sub-nav ul:nth-child(3) {*/
    /*!*width: 168px;*!*/
    /*left: 532px;*/
/*}*/

/*.sub-nav ul:nth-child(4) {*/
    /*left: 698px;*/
/*}*/

/*.sub-nav ul:nth-child(5) {*/
    /*left: 854px;*/
    /*!*width: 210px;*!*/
/*}*/

/*.sub-nav ul:nth-child(6) {*/
    /*left: 1020px;*/
    /*!*width: 210px*!*/
/*}*/

.sub-nav ul span, .hoticon, .newicon,
.sub-nav ul li.i-prom span {
    display: inline-block;
    vertical-align: middle;
    width: 27px;
    height: 24px;
    background: url(/images/icons-nav18.png?v=9) no-repeat -56px 0;
}

.hoticon {
    position: absolute;
    left: -29px;
    top: 5px;
    background-position: -126px 0;
    vertical-align: inherit;
    width: 29px;
    z-index: 100;
}

.newicon {
    position: absolute;
    left: -29px;
    top: 5px;
    background-position: -152px 0;
    vertical-align: inherit;
    width: 29px;
    z-index: 100;
}

.sub-nav ul li.sport {
    position: relative;
}

.sub-nav ul li.ptsw span {
    background-position: -56px -30px;
}

.sub-nav ul li.bbin {
    position: relative;
}

.sub-nav ul li.bbin span {
    background-position: -56px -395px;
    width: 30px;
    height: 21px;
}

.sub-nav ul li.sunbet span {
    background-position: -54px -500px;
    width: 36px;
    height: 28px;
}

.sub-nav ul li.mglive span {
    background-position: -124px -171px;
}

.sub-nav ul.tiger li.dt span,
.sub-nav ul.chess-box li.dtchess span {
    background-position: -59px -58px;
}

.sub-nav ul.chess-box li.lcchess span {
    background-position: -125px -440px;
    height: 34px;
}

.sub-nav ul.tiger li.mgs span {
    background-position: -56px -86px;
}

.sub-nav ul.tiger li.ameba span {
    background-position: -127px -288px;
}

.sub-nav ul.tiger li.png span {
    background-position: -57px -174px;
    width: 30px;
}

.sub-nav ul.tiger li.qt span {
    background-position: -57px -116px;
}

.sub-nav ul.tiger li.nt span {
    background-position: -56px -145px;
}

.sub-nav ul.tiger li.ttg span,
.sub-nav ul:nth-child(2) li.ttg span {
    background-position: -56px -230px;
}

.sub-nav ul.tiger li.xin span {
    background-position: -56px -203px;
    width: 30px;
}

.sub-nav ul.tiger li.cq9 span {
    background-position: -124px -203px;
}

.sub-nav ul.tiger li.pg span {
    background-position: -125px -235px;
}

.sub-nav ul.tiger li.lg span {
    background-position: -128px -259px;
}

.sub-nav ul.tiger li.ygg span {
    background-position: -128px -316px;
    width: 24px;
}

.sub-nav ul li.agqjchess span,
.sub-nav ul li.agqj span,
.sub-nav ul li.ag span {
    width: 31px;
    background-position: -56px -348px;
}

.sub-nav ul li.pbsport span {
    width: 31px;
    background-position: -56px -416px;
}


.sub-nav ul li.mwg span {
    background-position: -57px -288px;
    width: 30px;
    margin-right: -2px;
}

.sub-nav ul li.kaiyuan span {
    background-position: -56px -475px;
}

.sub-nav ul li.as span {
    background-position: -56px -528px;
}

.sub-nav ul li.blqp span {
    background-position: -129px -395px;
    width: 23px;
}

.sub-nav ul li.hlqp span {
    background-position: -123px -415px;
}

.sub-nav ul li.bitgame span {
    background-position: -124px -144px;
}

.sub-nav ul li.qly span {
    background-position: -56px -373px;
    width: 30px;
    margin-right: -2px;
}

.sub-nav ul li.hyg span {
    background-position: -56px -317px;
}

.sub-nav ul li.ebet span {
    background-position: -54px -261px;
    width: 36px;
    margin-right: -2px;
}
.sub-nav ul li.dg span {
    background-position: -120px -548px;
    width: 32px;
    margin-right: -2px;
}
.sub-nav ul li.fanya span {
    background-position: -54px -568px;
    width: 32px;
    margin-top: -2px;
    height: 26px;
}
.sub-nav ul li.sport-im span {
    background-position: -127px -570px;
    /*width: 32px;*/
}

.sub-nav ul li.sport-xj span {
    background-position: -129px -504px;
    width: 25px;
}

.sub-nav ul li.sport-nxj span {
    background-position: -129px -527px;
    width: 25px;
}

.sub-nav ul li.pp span {
    background-position: -129px -476px;
    width: 25px;
}

.sub-nav ul li.concert span {
    background-position: -124px -30px;
}

.sub-nav ul li.g2e span {
    background-position: -124px -61px;
}

.sub-nav ul li.i-hot span {
    background-position: -126px 0;
}

.sub-nav ul li.i-new span {
    background-position: -152px 0;
}

.sub-nav ul li.sport a {
    width: 76px;
    padding-top: 6px;
    padding-left: 10px;
}

.sub-nav ul li.sport span {
    background-position: -124px -88px;
    width: 58px;
    position: absolute;
    right: 0;
    top: 6px;
}

.sub-nav ul li.i-prom span {
    background: none;
}

/*hover*/
.sub-nav ul li.pt:hover span {
    background-position: -94px 0;
}

.sub-nav ul li.ptsw:hover span {
    background-position: -94px -30px;
}

.sub-nav ul li.bbin:hover span {
    background-position: -94px -395px;
}

.sub-nav ul li.sunbet:hover span {
    background-position: -92px -500px;
}

.sub-nav ul li.mglive:hover span {
    background-position: -154px -171px;
}

.sub-nav ul.tiger li.dt:hover span,
.sub-nav ul.chess-box li.dtchess:hover span {
    background-position: -95px -58px;
}

.sub-nav ul.chess-box li.lcchess:hover span {
    background-position: -151px -440px;
}

.sub-nav ul.tiger li.mgs:hover span {
    background-position: -94px -86px;
}

.sub-nav ul.tiger li.ameba:hover span {
    background-position: -151px -288px;
}

.sub-nav ul.tiger li.png:hover span {
    background-position: -95px -174px;
}

.sub-nav ul.tiger li.qt:hover span {
    background-position: -95px -116px;
}

.sub-nav ul.tiger li.nt:hover span {
    background-position: -95px -145px;
}

.sub-nav ul.tiger li.ttg:hover span,
.sub-nav ul:nth-child(2) li.ttg:hover span {
    background-position: -95px -230px;
}

.sub-nav ul.tiger li.xin:hover span {
    background-position: -94px -203px;
}

.sub-nav ul.tiger li.cq9:hover span {
    background-position: -151px -203px;
}

.sub-nav ul.tiger li.pg:hover span {
    background-position: -151px -235px;
}

.sub-nav ul.tiger li.lg:hover span {
    background-position: -151px -259px;
}

.sub-nav ul.tiger li.ygg:hover span {
    background-position: -151px -316px;
}

.sub-nav ul li.agqjchess:hover span,
.sub-nav ul li.agqj:hover span,
.sub-nav ul li.ag:hover span {
    background-position: -94px -348px;
}

.sub-nav ul li.pbsport:hover span {
    width: 31px;
    background-position: -95px -416px;
}

.sub-nav ul li.sport-xj:hover span {
    background-position: -153px -504px;
}

.sub-nav ul li.sport-nxj:hover span {
    background-position: -155px -527px;
}

.sub-nav ul li.pp:hover span {
    background-position: -154px -476px;
}

.sub-nav ul li.fanya:hover span {
    background-position: -91px -568px;
}
.sub-nav ul li.sport-im:hover span {
    background-position: -153px -570px;
}
.sub-nav ul li.mwg:hover span {
    background-position: -95px -288px;
}

.sub-nav ul li.kaiyuan:hover span {
    background-position: -95px -475px;
}

.sub-nav ul li.as:hover span {
    background-position: -94px -528px;
}

.sub-nav ul li.blqp:hover span {
    background-position: -153px -395px;
}

.sub-nav ul li.hlqp:hover span {
    background-position: -151px -415px;
}

.sub-nav ul li.bitgame:hover span {
    background-position: -152px -144px;
}

.sub-nav ul li.qly:hover span {
    background-position: -95px -373px;
    width: 30px;
    margin-right: -2px;
}

.sub-nav ul li.hyg:hover span {
    background-position: -95px -317px;
}

.sub-nav ul li.ebet:hover span {
    background-position: -92px -261px;
}
.sub-nav ul li.dg:hover span {
    background-position: -149px -548px;
}
.sub-nav ul li.concert:hover span {
    background-position: -152px -30px;
}

.sub-nav ul li.g2e:hover span {
    background-position: -152px -61px;
}

.sub-nav ul li.sport:hover span {
    background-position: -125px -114px;
}

.champion {
    padding: 10px;
    color: #fede9a;
}



#contentbg {
    width: 100%;
    min-width: 1200px;
    padding-bottom: 50px
}

#contentbg .middlebg {
    width: 100%;
    overflow: hidden
}

#contentbg .middlebg .topbg {
    width: 100%;
    overflow: hidden;
    padding-top: 550px
}

#contentbg .content {
    width: 1200px;
    margin: 0 auto;
}

#contentbg .content .main {
    overflow: hidden;
    margin: 10px auto 42px
}

.content .navlists {
    margin-top: 30px
}

#contentbg .content .main .left {
    position: relative;
    width: 245px;
    float: left;
    background: #282624
}

#contentbg .main .sidebar {
    width: 20%;
    border: 1px solid #bf9b53;
    float: left;
    background: #282624
}

#contentbg .content .main .right {
    width: 933px;
    float: left;
    margin-left: 20px;
    background: #282624
}

#contentbg .content .main .list {
    display: none
}

#contentbg .main .topnav {
    width: 100%;
    height: 57px;
    margin-top: 15px;
    border: 1px solid #bf9b53
}

.clearfix:after,
.clearfix:before {
    content: '';
    display: table
}

.clearfix:after {
    clear: both
}

@-webkit-keyframes tip {
    0%,
    to {
        transform: translateY(0);
        -webkit-transform: translateY(0)
    }
    25% {
        transform: translateY(10%);
        -webkit-transform: translateY(10%)
    }
    75% {
        transform: translateY(-10%);
        -webkit-transform: translateY(-10%)
    }
}

.layer-firefox .layui-layer-title {
    border: none;
    background-color: #261613;
    color: #fff
}

.layer-firefox .layui-layer-content {
    background-color: #eee;
    color: #000;
    font-size: 14px;
    padding: 10px;
    white-space: normal;
    line-height: 26px
}

.layer-firefox .layui-layer-content a {
    color: #000;
    font-size: 1pc;
    text-decoration: underline
}

.layui-layer-ico {
    background-position: -31px -7px
}

.downList li {
    width: 148px;
    float: left
}

.pic-box {
    background-color: #300f01;
    overflow: hidden;
    height: 90px
}

.top-wp {
    width: 750pt;
    margin: 0 auto;
    position: relative
}

.top-wp .close-top {
    display: block;
    width: 21px;
    height: 21px;
    background: url("../images/close.png") no-repeat center center;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.top-wp .close-top:hover {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.side {
    width: 82px;
    position: fixed;
    right: -4px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    z-index: 9002;
    background: #181818;
    /*background-image: -webkit-linear-gradient(290deg, #b4a17a 50%, #474135);*/
    background-image: linear-gradient(to top, #b4a17a 0%, #474135 100%);

    border: 2px solid #b4a17a;
    border-right: 0;
    border-radius: 8px;
}

.side-new {
    width: 82px;
    position: fixed;
    right: -4px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    z-index: 9002;
    background: #181818;
    /*background-image: -webkit-linear-gradient(290deg, #b4a17a 50%, #474135);*/
    background-image: linear-gradient(to bottom, #b4a17a 0%, #474135 100%);

    /*border:2px solid #b4a17a;*/
    border-right: 0;
    border-radius: 8px;
}

.side-new ul {
    margin: 2px 0 2px 2px;
    padding-right: 4px;
}

.side-new ul li {
    width: 78px;
    height: 80px;
    position: relative;
    /*overflow:hidden;*/
}

.side-new ul li a {
    display: block;
    width: 78px;
    height: 80px;
    /*overflow:hidden;*/
    background: #181818;
}

.side-new ul li.app-dlist {
    height: 98px;
}

.side-new ul li.app-dlist a {
    height: 98px;
}

.side-new .side-title {
    text-align: center;
    color: #777;
    font-size: 12px;
    line-height: 1;
}

.side-new li.app-dlist .side-title {
    line-height: 15px;
}

.side-new li:first-child, .side-new li:first-child a {
    border-radius: 8px 0 0 0;
}

.side-new li:last-child, .side-new li:last-child a {
    border-radius: 0 0 0 8px;
}

.side li {
    width: 78px;
    height: 80px;
    float: left;
    position: relative;
    background: #181818;
}

.side li:first-child {
    border-radius: 8px 0 0 0;
}

.side li:last-child {
    border-radius: 0 0 0 8px;
}

.side .sidebox {
    position: absolute;
    width: 68px;
    top: 0;
    right: 0;
    height: 70px;
    text-indent: 5px;
    color: #fff;
    font-size: 16px;
    font-family: "Microsoft Yahei";
    overflow: hidden;
    /*background: #ac832a*/
}

.right-text {
    padding-top: 25px;
    transition: all .3s;
}

.side li:nth-child(4) .right-text,
.side li:nth-child(5) .right-text {
    /*padding-top: 15px;*/
    padding-top: 13px;
    line-height: 24px;
}

.dark-fixed {
    color: #333;
}

.ewm-fixed {
    width: 30%;
    padding: 15px;
}

.app-text {
    padding: 10px 0 0 57px;
    background: #ac832a;
}

#goToHelp {
    position: relative;
    top: 30px;
    left: -5px;
    color: #fff;
    text-decoration: underline;
}

.yellow {
    color: yellow;
}

.side .sidetop {
    display: inline-block
}
.side i, .side-new .sidebox{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.side i, .side-new .i-line {
    display: inline-block;
    float: left;
    margin: 10px 0 0 16px;
    background: url("../images/side-icon3.png?v=1.0") no-repeat center
}

.side-new i {
    display: inline-block;
    background: url("../images/side-icon3.png?v=1.0") no-repeat center;
    margin-bottom: 5px;
}

.side-new .i-line {
    height: 2px;
    width: 55px;
    background-position: 0 -125px;
    margin: 2px 0 0 10px;
    position: absolute;
    bottom: 0;
}

.side-new li:hover, .side-new li:hover a, .side-new li:hover .side-title {
    color: #e5c37d;
}

.side-new li:hover .right-text {
    display: block;
}

.side-new .right-text {
    position: absolute;
    right: 80px;
    top: 0;
    width: 240px;
    display: none;
}

.side-new .weixin .right-text {
    width: 190px;
    top: -20px;
}

.side-new .right-text-box {
    background: #2e2e2e;
    border-radius: 6px;
    padding: 10px;
    min-height: 55px;
    float: right;
    width: 205px;
}

.side-new .right-text-box > img{
    margin: 5px auto;
}

.side-new .dark-fixed {
    color: #fff;
}

.side-new .weixin .right-text-box, .side-new .weixingzh .right-text-box {
    width: 170px;
    padding: 15px;
    box-sizing: border-box;
}

.side-new .weixin img, .side-new .weixingzh img {
    margin: 0;
    width: 140px;
    height: 140px;
}

.side-new .weixin canvas {
    margin: 0;
    width: 120px;
    height: 120px;
    border: 10px solid #fff;
}

.side-new .i-arrow {
    width: 9px;
    height: 16px;
    background-position: -40px 0;
    float: right;
    margin: 30px 0 0;
}

/*new side*/
.side-new .z-ico {
    width: 40px;
    height: 34px;
    background-position: 2px 0;
}
.side-new .mq-ico {
    width: 40px;
    height: 34px;
    background-position: 0 -134px;
}
.side-new .w-ico {
    width: 47px;
    height: 36px;
    margin-left: 16px;
    background-position: 5px -39px
}

.side-new .y-ico {
    background: url(../images/dl.gif?v=1.0) no-repeat center;
    width: 70px;
    height: 55px;
}

.side .z-ico {
    width: 40px;
    height: 34px;
    background-position: 0 0;
}

.side .g-ico {
    width: 40px;
    height: 34px;
    margin-top: 20px;
    margin-left: 16px;
    background-position: -60px -150px
}

.side .d-ico {
    width: 39px;
    height: 38px;
    margin-left: 16px;
    background-position: -120px -150px
}

.side .q-ico {
    width: 36px;
    height: 38px;
    background-position: -180px -150px
}

.side .w-ico {
    width: 47px;
    height: 36px;
    margin-left: 16px;
    background-position: 0 -39px
}

.side .y-ico {
    width: 39px;
    height: 43px;
    margin: 5px 0 0 17px;
    background-position: 0 -72px
}

.side .y2-ico {
    background-position: -390px -100px
}

.side .l-ico {
    width: 54px;
    height: 31px;
    margin: 9pt 0 0 10px;
    background-position: 0 -228px
}

.side .t-ico {
    font-size: 15px;
    margin: -10px 0 0 2px;
    background: 0 0
}

.side .t-ico b {
    font-size: 2pc;
    color: #fff;
    font-weight: 700;
    font-family: Microsoft Yahei
}

.side .top-ico {
    width: 56px;
    height: 2pc;
    margin: 0 0 0 7px;
    background-position: 0 -260px
}

.side .weixin p {
    display: inline-block;
    line-height: 24px;
    position: relative;
    top: 11px;
    margin-left: -9px;
    margin-right: 12px
}

.weixin p span:last-child {
    padding-left: 4px
}

.weixin img {
    margin-top: -4px;
    vertical-align: middle
}

.side .s-box {
    width: 68px;
    height: 70px;
    float: left;
    position: relative
}

.side .s-box .s {
    position: absolute;
    left: 5px;
    bottom: -20px;
    font-size: 9pt
}



.partner {
    line-height: 64px;
    font-size: 16px;
    border-bottom: 1px solid #383524;
}

/* ===================================== 底部 start*/
.footer{
    background: #0b0b0c
}
.bottom-bar{
    background: #28282B;
    height:40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #999999;
}
.link-bar a{
    display:inline-block;
    height:40px;
    line-height: 40px;
    font-size: 16px;
    color: #999999;
    padding:0 15px;
}
.f-copyright{
    text-align: center;
    font-size: 14px;
    color: #5B5B5B;
    padding:20px 0;
}
.footer-img-box{
    overflow: hidden;
    padding:30px 0 10px;
    font-size: 16px;
    color: #999999;
    line-height: 30px;
    width:1200px;
    margin:0 auto;
}

.footer-img-box li{
    width:33%;
    display:inline-block;
    float:left;
}
.footer-img-box li.first{
    width:43%;
}
.footer-img-box li.last{
    width:19%;
}

/* ===================================== 底部 end*/


#qrcodeImg, .mask-box {
    position: relative;
}

.mask-box {
    width: 220px;
    height: 180px;
    margin: 0 20px;
    padding: 20px;
    text-align: center;
}

.mask-box .mask,
#qrcodeImg .mask {
    position: absolute;
    top: 20px;
    width: 84%;
    height: 84%;
    background: #000;
    background: rgba(0, 0, 0, 0.85);
    /*opacity: .8;*/
    font-size: 14px;
    color: #fff;
}

#qrcodeImg div.mask {
    width: 100%;
    height: 100%;
    top: 0;
}

.mask-box .mask p,
#qrcodeImg .mask p {
    text-align: center;
    padding-top: 40%;
}

.broswer a span {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    background: url("/images/icons.png?v=1.0") no-repeat 0 -100px
}

.broswer p {
    margin-top: 20px
}

.broswer a:nth-of-type(2) span {
    background-position: -60px -100px
}

.broswer a:nth-of-type(3) span {
    background-position: -120px -100px
}

.broswer a:nth-of-type(4) span {
    background-position: -180px -100px
}

.broswer .cpr {
    padding-left: 40px
}

.b-tit {
    font-size: 16px;
}

.foot-links a {
    margin-right: 10px;
}

.about-us .fr {
    text-align: center;
}

.about-us .fr p {
    margin-top: 10px;
}

.about-us .fr span {
    margin-top: 10px;
    color: #e7d79c
}

.about-us .fl p {
    line-height: 28px;
}

#footer .about-us h4 {
    text-align: left;
    font-size: 14px;
}

.copyright {
    color: #897d62;
    text-align: center;
    line-height: 60px;
    background: #040000;
}

.copyright span {
    margin-left: 15px;
}

#registerbox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 760px;
    height: 593px;
    display: none
}

#registerbox .box {
    width: 760px;
    height: 593px;
    position: relative
}

#registerbox h2 {
    display: block;
    width: 490px;
    height: 75px
}

#iframebox,
#registerbox h2 {
    position: absolute;
    top: 0;
    left: 0
}

#iframebox {
    width: 700px;
    height: 500px;
    z-index: 9999;
    display: none;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

#iframebox .box {
    width: 700px;
    height: 500px;
    position: relative
}

.closebg {
    z-index: 10000000000;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    background: #781803
}

#reg-welcome-box .closebg,
#registerbox .closebg {
    width: 44px;
    height: 44px;
    top: 0;
    right: -45px;
    background: 0 0
}

.closebg,
.closebg .closed {
    display: block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-family: Arial;
    font-size: 30px;
    color: #fff;
    cursor: pointer
}

.closebg .closed {
    text-indent: -9999px;
    background: url("../images/close.png") no-repeat center center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

#reg-welcome-box .closebg .closed,
#registerbox .closebg .closed {
    width: 44px;
    height: 44px;
    background: url("../images/reg-close.png") no-repeat center center
}

.closebg .closed:hover {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

#livebox,
#phone-box {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 690px;
    height: 540px;
    display: none;
    background-color: #1c0e0b;
    border: 2px solid #4d261c
}

#livebox {
    height: 25pc
}

#livebox,
#phone-box {
    background-color: #fff;
    border: none
}

#phone-box {
    width: 540px;
    height: 250px;
    margin-top: -125px;
    margin-left: -270px;
    top: 50%;
    left: 50%;
    position: fixed;
}

#tishibox {
    position: absolute;
    z-index: 9999;
    width: 50pc;
    height: 550px;
    border-radius: 6px;
    display: none;
    left: 50%;
    top: 55%;
    margin-left: -25pc;
    margin-top: -275px;
    position: fixed;
    background: #fff url("../images/yinhao.gif") no-repeat center 10%
}

#tishibox .daxiao {
    margin-top: 30px;
    font-size: 37px;
    color: red;
    text-align: center
}

#tishibox .box {
    margin: 180px 20px 0
}

#tishibox .box strong {
    font-weight: 700;
    font-size: 25px;
    color: #333
}

#tishibox .box p {
    font-size: 1pc;
    color: #333;
    line-height: 33px
}

#centerbox1 .box {
    position: relative
}

#centerbox1 h2,
#livebox h2 {
    display: block;
    width: 490px;
    height: 75px;
    position: absolute;
    top: 0;
    left: 0
}

#centerbox2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 690px;
    height: 5in;
    display: none;
    border: 2px solid #4d261c
}

#centerbox2 .box {
    width: 690px;
    height: 5in;
    position: relative
}

#centerbox2 h2 {
    display: block;
    width: 490px;
    height: 75px
}

#centerbox2 h2,
#centerbox3 {
    position: absolute;
    top: 0;
    left: 0
}

#centerbox3 {
    z-index: 9999;
    width: 690px;
    height: 5in;
    display: none;
    border: 2px solid #4d261c
}

#centerbox3 .box {
    width: 690px;
    height: 5in;
    position: relative
}

#centerbox3 h2 {
    display: block;
    width: 490px;
    height: 75px;
    position: absolute;
    top: 0;
    left: 0
}

#screen,
#screen5 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 9997;
    filter: alpha(opacity=80);
    opacity: 0.8;
    display: none
}

#screenFixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 9997;
}

.flipmenu,
.flipmenu_box {
    position: relative
}

.flipmenu_box {
    overflow: hidden;
    padding: 0;
    margin: 0
}

.flipmenu_link,
.flipmenu_link_active,
.flipmenu_link_over {
    text-decoration: none;
    text-transform: uppercase;
    color: #8f6a3e;
    cursor: pointer;
    white-space: pre;
    position: absolute
}

.flipmenu_link {
    top: 0;
    left: 0
}

#reg-welcome-box,
#reg-welcome-box1 {
    display: none;
    position: absolute;
    left: 50%;
    top: 25%;
    margin-left: -300px;
    width: 760px;
    height: 593px;
    background: url("../images/reg-bj.png") no-repeat 0 0;
    z-index: 99999
}

#reg-welcome-box1 {
    width: 710px;
    height: 485px;
    left: 50%;
    top: 20%;
    margin-left: -355px;
    background: url("../images/taskbg1.png") no-repeat 0 0;
    border-radius: 0
}

#reg-welcome-box1 h3 {
    margin: 130px 0 30px;
    color: #842119;
    font: 700 21px/31px "Microsoft Yahei";
    text-align: center;
    -webkit-animation: zoomIn 1.2s;
    animation: zoomIn 1.2s
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

#reg-welcome-box .btn-center {
    display: inline-block;
    padding: 0 10px;
    font: 400 1pc/33px "Microsoft Yahei";
    color: #fff;
    background: #d72835;
    margin-left: 10px
}

#reg-welcome-box p {
    font: 400 21px/37px "Microsoft Yahei";
    color: #381403;
    margin-left: 85px
}

#reg-welcome-box .reg-bottom p {
    margin-left: 0;
    line-height: 35px
}

#reg-welcome-box .reg-bottom .t1 {
    padding-top: 35px
}

.reg-bottom .number {
    color: #fe0618;
    font-weight: bolder
}

.reg-bottom {
    height: 210px;
    padding-left: 460px;
    background: url("../images/reg-bottom.jpg") no-repeat 120% 0;
    overflow: hidden
}

.pageA {
    color: red
}

.reg-box .btn {
    width: 110px;
    height: 43px;
    display: inline-block;
    color: #fff;
    text-align: center;
    background: #bf9b53;
    position: absolute;
    right: 40px;
    top: 360px;
    font: 400 24px/43px "Microsoft Yahei";
    border-radius: 6px
}

.reg-box .btn:hover {
    background: #521611
}

#reg-welcome-box1 .close {
    width: 42px;
    height: 42px;
    background: url("../images/close11.png") no-repeat 0 0;
    position: absolute;
    top: 50px;
    right: -50px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

#tishi {
    display: none;
    width: 2in;
    height: 143px;
    border-radius: 6px;
    background: url("../images/qd.png") no-repeat 0 0;
    position: absolute;
    top: 37px;
    right: 21%;
    z-index: 9996
}

#tishi p {
    margin: 70px 10px 0;
    text-align: center;
    font-size: 18px;
    color: #666
}

.fl_open_wrap_g5 {
    position: fixed;
    z-index: 99999;
    left: 0;
    bottom: 0;
    width: 10pc;
    height: 220px;
    overflow: hidden
}

.fl_open_wrap_g5 .fl_open_wrap_cntr {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../images/aside-app-download.png") no-repeat 0 0;
    cursor: pointer
}

.fl_pop_wrap_g5 {
    display: none;
    position: fixed;
    z-index: 99998;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10pc;
    overflow: hidden
}

.fl_pop_wrap_g5 .fl_pop_wrap_cntr {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #000
}

.fl_pop_wrap_g5 .fl_pop_wrap_cntr_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.9;
    filter: alpha(opacity=90)
}

.fl_pop_wrap_g5 .fl_pop_box {
    position: relative;
    width: 750pt;
    height: 150px;
    margin: auto;
    color: #333
}

.fl_pop_wrap_g5 .fl_pop_box .day {
    position: absolute;
    bottom: 11px;
    left: 445px;
    font-size: 36px;
    line-height: 40px;
    color: #ad0c0c
}

.fl_pop_wrap_g5 .fl_pop_box .day input {
    background: 0 0;
    height: 39px;
    width: 49px;
    color: #ffe400;
    font-size: 36px;
    line-height: 39px;
    margin: -9pt 10px 0 8px
}

.fl_pop_wrap_g5 .fl_pop_box .day input#time_h {
    padding-left: 4px
}

.fl_pop_wrap_g5 .fl_wrap_close {
    position: absolute;
    top: 10px;
    right: -40px;
    font-size: 38px;
    line-height: 1.2;
    font-family: Simsun;
    color: #ffde00;
    outline: 0
}

#tishi .ti {
    margin: 10px 0 0 20px
}

#tishi i {
    width: 27px;
    height: 20px;
    display: block;
    background: url("../images/jiantou.png") no-repeat 0 0;
    position: absolute;
    right: 30px;
    top: -20px
}

#tishi .ti p {
    font-size: 1pc;
    line-height: 25px;
    color: #c00;
    font-weight: 700;
    text-align: center
}

#j_pro_tip1 .modal-dialog {
    margin: 150px auto
}

#j_pro_tip1 .modal-logo {
    background: url("../images/index_alert/tk-logo.png?v=12") no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -82px;
    top: -130px;
    height: 145px;
    width: 165px
}

#j_pro_tip1 .close {
    background: url("../images/index_alert/tk-close.png") no-repeat 0 0;
    position: absolute;
    width: 27px;
    height: 47px;
    top: -47px;
    right: 10px;
    opacity: 1
}

#j_pro_tip1 .later {
    color: #fff;
    font-size: 1pc;
    line-height: 25px
}

#j_pro_tip1 .modal-hd {
    border-bottom: 1px solid #a9854e;
    text-align: center
}

#j_pro_tip1 .modal-hd .modal-title {
    color: #fff
}

#j_pro_tip1 .modal-content {
    background-color: #4c2c25
}

#reg-welcome-box1 .close:hover {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

#getGift {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    z-index: 10000
}

/*登录弹框样式*/

.layer-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.layer-wrapper .input-group {
    margin-top: 10px;
}

.layer-wrapper input {
    outline: none;
    border-radius: 4px;
    text-indent: 1em;
    border: 1px solid #ddd;
    line-height: 30px;
    height: 30px;
}

/*.layer-wrapper label {*/
/*display: inline-block;*/
/*line-height:30px;*/
/*height:30px;*/
/*}*/

/*所有弹框样式*/
.top-class {
    min-width: 300px;
}

.top-class .layui-layer-title,
.top-class2 .layui-layer-title {
    text-indent: 60px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    background: rgb(216, 173, 86);
    background: #cbaa67;
}

.top-class .layui-layer-btn a:first-child,
.top-class2 .layui-layer-btn a:first-child {
    background: #ac832a;
    border-color: #ac832a;
}

.top-class3 .layui-layer-btn {
    /*padding:0;*/
}

.top-class3 .layui-layer-btn a {
    padding: 0;
    min-width: 100px;
    /*width:50%;*/
    height: 35px;
    line-height: 35px;
}

.top-class3 .layui-layer-btn a:first-child {
    background-color: #f1f1f1;
    border-color: #f1f1f1;
}

.top-class3 .layui-layer-btn a .gray {
    display: block;
    background-color: #f1f1f1;
    border-color: #f1f1f1;
    color: #333;
    border-radius: 3px;
}

.top-class3 .layui-layer-btn a .orange {
    display: block;
    background-color: #ac832a;
    color: #fff !important;
    border-radius: 3px;
}

.top-class3 .h3 {
    font-size: 18px;
    color: #000;
    padding-bottom: 12px;
}

.top-class3 .red {
    color: #dd7802;
}

.top-class3 .la-tips {
    font-size: 12px;
    color: #666;
    padding: 12px 0 0 0;
}

.top-class3 .my-input {
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    width: 80%;
    color: #333;
}

.top-class .layui-layer-btn,
.top-class2 .layui-layer-btn {
    text-align: center;
}
.upay-qrcode{
    text-align: center;
}
.red-btns .layui-layer-btn a:first-child {
    background: #f1f1f1;
    border-color: #f1f1f1;
    color: #333;
}

.red-btns .layui-layer-btn a {
    background: #ac832a;
    border-color: #ac832a;
    color: #fff;
}

.alert-tips {
    padding: 20px;
}

.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.go-to-integral {
    display: none;
    height: 120px;
    background: url("/images/index/jfsc_05.jpg?v=1") no-repeat center;
    position: relative;
}

.go-to-integral a {
    display: block;
    height: 100%;
}

.go-to-integral .icon-x {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    padding: 10px;
    line-height: 20px;
    border-radius: 50%;
    border: 2px solid #fff;
    color: #fff;
    font-size: 22px;
    text-align: center;
    cursor: pointer;
}

.icon-disc {
    opacity: .8;
    transition: all .3s ease-in;
}

.icon-disc:hover {
    opacity: 1;
    transform: scale(1.05);
}

.login .btn-class {
    display: inline-block;
    width: 100px;
    margin: 0 5px 0 0;
    border: none;
    color: #fff;
    padding: 0;
    cursor: pointer;
    transition: 0.3s;
    text-align: center;
    border-radius: 5px;
    line-height: 30px;
    height: 30px;
}

.login .login-btn {
    /*background-image: linear-gradient(to right, #b58f53, #79512e);*/
    /*background-image: -webkit-linear-gradient(to right, #b58f53, #79512e);*/
    width: 65px;
    /*border: 1px solid #CFB887;*/
    border-radius: 50px;
    font-size: 14px;
    /*color: #CFB887;*/
    margin-right:10px;
    background-image: linear-gradient(51deg, #96896E 0%, #E0D1B3 100%);
    color: #111111;
}

.login .register-btn {
    /*background-image: linear-gradient(to right, #fc6730, #f1293d);*/
    /*background-image: -webkit-linear-gradient(to right, #fc6730, #f1293d);*/
    width: 65px;
    background-image: linear-gradient(45deg, #FC7341 0%, #F63550  100%);
    border-radius: 50px;
}

.login .btn-class:hover {
    opacity: .9;
}
.login .login-btn:hover{
    background-image: linear-gradient(51deg, #E0D1B3 0%, #96896E 100%);

}

input::-webkit-input-placeholder {
    color: #666;
}

.red {
    color: red;
}

.left .guide {
    display: inline-block;
    padding-top: 10px;
}

.left .guide:hover {
    text-decoration: underline;
}

.register-text {
    margin-top: 34px;
    text-align: right;
}

.register-text a:hover {
    text-decoration: underline;
}

.layui-layer-dialog.index-alert-wrapper .layui-layer-content {
    padding: 0;
}

.AddFavorite {
    color: #d8ad56;
}

.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);
    }
}

.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.6;
}

/* agent login important notice */
.lagent-logimptnot-lay.layui-layer {
    border-radius: 12px;
}

.lagent-logimptnot-lay .layui-layer-title {
    padding: 0 50px;
    height: 110px;
    line-height: 110px;
    background: url("/images/index_alert/indialog-ntopbg.png?v=9") no-repeat center center;
    border-bottom: none;
    font-size: 26px;
    color: #ECCAA9;
    border-radius: 10px 10px 0 0;
    text-align: center;
}
.lagent-logimptnot-lay.vip-upgrade-lay .layui-layer-title {
    height: 138px;
    line-height: normal;
    background: url("/images/index_alert/vipmsg-upgradebg.png?v=9") no-repeat center center;
}
.vip-upgrade-lay .layui-layer-title img{
    height: 95px;
}
.vip-upgrade-lay .layui-layer-title .title{
    font-size: 16px;
    line-height: 36px;
    color: #FFE9CB;
}
.lagent-logimptnot-lay.layui-layer-page .layui-layer-content {
    padding: 30px;
    min-height: 200px;
    max-height: 390px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-bottom: 15px;
}
.lagent-logimptnot-lay.layui-layer-page.vip-upgrade-lay .layui-layer-content {
    min-height: 165px;
}
.lagent-logimptnot-lay .layui-layer-setwin a {
    width: 40px;
    height: 40px;
    background: url("/images/close.png?v=9") no-repeat center center;
    background-size: 16px auto;
}

.lagent-logimptnot-lay .tip-title {
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #333333;
}
.lagent-logimptnot-lay .content-info.tl{
    text-align: left;
}
.lagent-logimptnot-lay .content-info {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    text-align: center;
}
.lagent-logimptnot-lay .import-title{
    font-size: 20px;
    color: #111111;
    line-height: 58px;
    text-align: center;
}
.lagent-logimptnot-lay .money-tips{
    text-align: center;
    font-size: 16px;
    color: #333333;
}
.lagent-logimptnot-lay .footer-tips{
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    margin-top: 10px;
    text-align: right;
}

    /*  新导航   =============================== start */
.common-header-bar{
    background: #0B0B0C;
    height:42px;
}
.login a{
    font-size: 14px;
    color: #999999;
}
.common-nav-right{
    float:right;
}
.common-nav-right .a{
    display:inline-block;
    padding:0 20px;
    font-size: 15px;
    color: #C8C8C8;
}
.common-nav-right .a:hover{
    color: #C5B186;
}
.sub-nav-box-new{
    top:92px;
    background: #222222;
    height:210px;
}
.sub-li-pic{

}

.sub-nav-box-new ul{
    width:100%;
    left:0 !important;
}
.sub-nav-box-new ul:first-child{
    left:0;
}
.sub-nav-box-new li{
  display:inline-block;
    /*margin:0 10px;*/
    width:160px;
    height:50px;
    line-height: 50px;
}
.sub-nav-box-new li a{
    width:140px;
    height:50px;
    line-height: 50px;
    padding:0 10px;
    box-sizing: content-box;
}
.sub-nav-box-new .sub-li{
    padding-left: 245px;
    width: 955px;
    padding-top:30px;
    box-sizing: content-box;
}
.sub-nav-box-new .sub-li i{
    font-size:20px;
}
.sub-nav-box-new .sub-li i.iconhome_nav_slot_pp{
    font-size:30px;
}
.sub-nav-box-new .sub-li i.iconhome_nav_slot_qt,
.sub-nav-box-new .sub-li i.iconhome_nav_slot_lg,
.sub-nav-box-new .sub-li i.iconhome_nav_slot_sw,
.sub-nav-box-new .sub-li i.iconhome_nav_slot_mg
{
    font-size:26px;
}
.sub-nav-box-new .sub-li i.iconhome_nav_slot_ndt{
    display: inline-block;
    width: 26px;
    height: 26px;
    vertical-align: text-bottom;
    background: url("/images/index/new/dt.png?v=6") no-repeat center center;
    background-size: contain;
}
.index-tj-box i.iconhome_nav_slot_ndt{
    display: inline-block;
    width: 19px;
    height: 19px;
    vertical-align: text-bottom;
    background: url("/images/index/new/wdt.png?v=6") no-repeat center center;
    background-size: contain;
}
.sub-nav-box-new .sub-li-pic{
    padding-left: 210px;
    width: max-content;
    padding-top: 10px;
}
.sub-li .icon-box .svg-icon{
 fill:#999;
}
.sub-li .first-li,.sub-li-pic .first-li{
    height:190px;
    background: #141414;
    font-size: 15px;
    color: #999999;
    line-height: 41px;
    padding:20px 20px 0;
    position: absolute;
    left:0;
    top:0;
    min-width: 155px;
    text-align: left;
    box-sizing: content-box;
}
.sub-li-pic li{
    font-size: 14px;
    color: #999999;
    text-align: center;
    line-height: 30px;
    height:150px;
    width:120px;
    padding-top:10px;
}
.sub-nav-box-new .sub-li-pic li a{
    display:block;
    height:160px;
    width:120px;
    padding:0;
}
.sub-li-pic li a:hover{
    background: none;
}
.sub-li-pic li img{
    display:block;
    width:102px;
    margin:0 auto;
    /*padding-bottom:10px ;*/
}
.sub-nav-box-new .first-li .h3{
    font-size: 20px;
    color: #E0D1B3;
    font-weight: normal;
}
.sub-nav-box-new .first-li .bigtxt{
    font-size: 36px;
    color: #E0D1B3;
    background: none;
    width:auto;
    line-height: 41px;
    padding:0 3px 0 0 ;
    vertical-align: -5px
}
.sub-nav-box-new .first-li .fuhao{
    font-size: 23px;
    color: #E0D1B3;
}
.sub-nav-box-new .first-li .font59{
    font-size:56px;
}
.sub-nav-box-new li .icon-plat{
    display:inline-block;
    height:25px;
    width:35px;
   background: url(/images/header/home_nav_slot_pt.svg) no-repeat;
    background-size: 35px;
    vertical-align: -7px;
}
.sub-nav-box-new li .i-pt{
    display:inline-block;
    height:25px;
    width:35px;
   background: url(/images/header/home_nav_slot_pt.svg) no-repeat;
    background-size: 32px;
    vertical-align: -7px;
}
.sub-nav-box-new li .i-dt{
   background: url(/images/header/home_nav_slot_dt.svg) no-repeat left center;
    background-size: 26px;
    height:26px;
}
.sub-nav-box-new li .i-cq9{
   background: url(/images/header/home_nav_slot_cq9.svg) no-repeat left center;
    background-size: 39px;
    width:39px;
}
.sub-nav-box-new li .i-sw{
   background: url(/images/header/home_nav_slot_sw.svg) no-repeat left center;
    background-size: 25px;
}
.sub-nav-box-new li .i-pp{
    background: url(/images/header/home_nav_slot_pp.svg) no-repeat left center;
    background-size: 24px;
    vertical-align: -3px;
    height: 32px;
}
.sub-nav-box-new li .i-mg{
   background: url(/images/header/home_nav_slot_mg.svg) no-repeat left center;
    background-size: 26px;
    height:30px;
}
.sub-nav-box-new li .i-pg{
   background: url(/images/header/home_nav_slot_pg.svg) no-repeat left center;
    background-size: 32px;
}
.sub-nav-box-new li .i-qt{
   background: url(/images/header/home_nav_slot_qt.svg) no-repeat left center;
    background-size: 29px;
}
.sub-nav-box-new li .i-bbin{
   background: url(/images/header/home_nav_slot_bbin.svg) no-repeat left center;
    background-size: 39px;
    width:39px;
}
.sub-nav-box-new li .i-png{
   background: url(/images/header/home_nav_slot_png.svg) no-repeat left center;
    background-size: 39px;
    width:39px;
}
.sub-nav-box-new li .i-lg{
   background: url(/images/header/home_nav_slot_lg.svg) no-repeat left center;
    background-size: 28px;
    height:30px;
}
.sub-nav-box-new li .i-xin{
   background: url(/images/header/home_nav_slot_xin.svg) no-repeat left center;
    background-size: 35px;
}

.sub-nav-box-new li:hover .icon-box .svg-icon,
.sub-nav-box-new li a:hover .icon-box .svg-icon
{
    fill: #C5B186;
}

.top-icon-notice{
    display: inline-block;
    /*width: 25px;*/
    /*height: 42px;*/
    width: 20px;
    height: 16px;
    vertical-align: -2px;
    background: url(/images/header/home_nav_laba.svg) no-repeat left center;
    background-size: 20px;
    margin-right:5px;
}
.i-hot{
    position: absolute;
    top: 5px;
    vertical-align: inherit;
    width: 22px;
    height:22px;
    z-index: 100;
    background:url(/images/header/home_nav_hot.svg) no-repeat;
    background-size: 20px;
}
.i-newicon{
    display:inline-block;
    height:22px;
    position: absolute;
    /*left: -29px;*/
    top: 5px;
    background:url(/images/header/home_nav_new.svg) no-repeat;
    background-size: 20px;
    vertical-align: inherit;
    width: 22px;
    z-index: 100;
}
.sub-li-pic .i-hot{
    position: relative;
    width: 22px;
    height: 22px;
    display: inline-block;
}
.sub-li-pic .i-newicon{
    position: relative;
    width: 22px;
    height: 22px;
    display: inline-block;
}

.loginafter ul li.hover-show-div{
    font-size: 14px;
    color: #999999;
}
.xl-div{
    display:none;
    position: absolute;
    top: 43px;
    /*background: #222;*/
    background: rgba(11,11,12,0.90);
    box-shadow: -2px 2px 4px 0 rgba(0,0,0,0.07);
    border-radius: 5px;
    padding: 10px 0;
    z-index: 999;
    font-size: 12px;
    color: #999999;
    width:162px;
    margin-left:-10px;
}
.xl-div:before{
    /*content:'';*/
    /*display:inline-block;*/
    /*position: absolute;*/
    /*top:-20px;*/
    /*width: 0;*/
    /*height: 0;*/
    /*border: 10px solid transparent;*/
    /*border-bottom: 10px solid #bbad91;*/
}
.xl-div .user-photo{
    width:34px;
    height: 34px;
    border-radius: 50px;
    float:left;
    margin:0 5px 0 10px;
}
.user-p-box{
    height:36px;
    padding:10px 0;
    border-bottom: 1px solid #3D3B34;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: inherit;
    box-sizing: content-box;
}
.user-p-box .xl-r{
    float: left;
    line-height: 18px;
    padding-left: 5px;
}
.xl-div .user-a{
    display:block;
    height:29px;
    line-height: 29px;
    margin:5px 0;
    color: #999;
}
.xl-div .user-a .zan-letter-icon{
    margin:0 15px;
    top:5px;
}
.xl-div .user-a .i-msg{
    width:18px;
    height:16px;
    background: url(/newPay/imgs/letter.png) no-repeat;
    background-size: 16px;
}
.xl-div .user-a-btn{
    display:block;
    height:32px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #CFB887;
    border-radius: 2px;
    margin:0 10px 10px;
    font-size: 12px;
    color: #CFB887;
}
.loginafter ul li.hover-show-div:hover {
    color: #CFB887;
}
.loginafter ul li.hover-show-div.active .xl-div{
    display:block;
}
.i-mycenter{
    display:inline-block;
    width:20px;
    height:20px;
    background: url(/images/header/home_nav_account.svg) no-repeat left center;
    background-size: 15px;
    vertical-align: -5px;
    margin:0 15px;
}
.i-msg{
    display:inline-block;
    width:22px;
    height:16px;
    background: url(/newPay/imgs/letter.png) no-repeat;
    background-size: 22px;
}
.normal-color{color:#999;}
.top-iconfont.i-mycenter{
    margin:0 5px;
    background-size: 20px;
}
.i-my-xima{
    display:inline-block;
    width:20px;
    height:20px;
    background: url(/images/header/home_nav_xima.svg) no-repeat left center;
    vertical-align: -5px;
    margin:0 15px;
    background-size: 15px;
}
.common-header-bar .i-line{
    display: inline-block;
    width: 1px;
    height: 20px;
    margin: 0 5px 0 10px;
    background: #3D3B34;
    vertical-align: -6px;
}

/*  新导航   =============================== end */
.modify-reminder{
    height: 280px;
}
.modify-reminder .title-content {
    position: relative;
    color: #E2BF74;
    background: #222222;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    width: 540px;
    padding-left: 40px;
    border-bottom: 1px solid #504F4D;
}
.modify-reminder .body-content {
    width: 540px;
    padding: 38px 40px 40px 40px;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 34px;
    color: #666;
}
.modify-reminder .btn-wp {
    display: flex;
    justify-content: center;
}
.modify-reminder .btn-wp button {
    width: 197px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    background: #C4C4C4;
    border: none;
    border: 2px;
    margin: 0 15px;
}
.modify-reminder .btn-wp .to-modify {
    background: #BDA062;
    border: none;
    color: #fff;
}
.modify-pw .title-content {
    color: #BDA062;
    font-size: 24px;
    line-height: 60px;
    width: 500px;
    text-align: center;
    border-bottom: 4px solid #222222;
    position: relative;
}
.modify-pw .body-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.modify-pw .body-content .reminder {
    font-size: 14px;
    font-weight: bold;
    color: #666666;
}
.modify-pw .body-content .content {
    display: flex;
    width: 410px;
    align-items: center;
    line-height: 50px;
    border-bottom: 1px solid #eeeeee;
    margin-top: 20px;
}
.modify-pw .body-content .pw-input {
    height: 50px;
    width: 410px;
    font-size: 16px;
    border: none;
    background: #fff;
}
.modify-pw .modifyPasswordBtn {
    width: 380px;
    height: 50px;
    border: none;
    background: #BDA062;
    color: #fff;
    border-radius: 5px;
    margin: 30px 0 20px 0;
    font-size: 16px;
}
.layui-layer{
    color: #FFFFFF;
}
