.theme-top-tips{
    width: 100%;
    height: 60px;
    background-color: #fff;
}
.theme-top-tips img{
    max-width: 1260px;
    height: 60px;
    margin: 0 auto;
}
.theme-top-con{
    padding-top: 120px;
    margin-bottom: 40px;
}
.theme-top-box{
    padding: 8px;
    width: 1260px;
    height: 288px;
    background-color: #fff;
}
.banner-box{
    width: 645px;
    height: 272px;
}
.banner-box img{
    width: 100%;
    height: 100%;
}
.news-box{
    width: 580px;
    height: 272px;
    overflow: hidden;
    padding-right: 10px;
}
.news-tab .theme-tab-title{
    width: 100%;
    height: 50px;
    font-weight: bolder;
    border-bottom: 1px solid #dbdbdb;
    position:relative;
}
.news-tab .theme-tab-title .tab-title-a{
    width: 48px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    position: relative;
    display: inline-block;
    font-weight: bolder;
}
.news-tab .theme-tab-title .line-bottom {
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 0px;
    left: -10px;
    opacity: 0;
    background-color: #FF961B;
    transition: all .2s;
    -webkit-transition: all .2s;
}
.news-tab .theme-tab-title a.title-this{color:#FF961B;}
.news-tab .theme-tab-title a.title-this .line-bottom{opacity: 1;left:0;}
.news-tab .theme-tab-title a+a{
    margin-left: 50px;
}
.news-tab .theme-tab-title .tab-title-a:hover{
    color:#FF961B;
}
.news-tab .theme-tab-title .tab-title-a:hover .line-bottom{opacity: 1;left:0;}
.news-tab .theme-tab-item{display: none;}
.news-tab .tab-this{display: block;}
.news-tab .theme-tab-item{
    margin-top: 0.6rem;
}
.news-tab .theme-tab-item .news-ul li {
    height: 43px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}
.news-tab .theme-tab-item .news-ul li a {
    width: 498px;
    float: left;
    height: 42px;
    line-height: 40px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}
.news-tab .theme-tab-item .news-ul li a .recommended {
    width: 56px;
    display: inline-block;
}
.news-tab .theme-tab-item .news-ul li a .recommended img{
    display: inline;
    vertical-align: middle;
}
.news-tab .theme-tab-item .news-ul li:hover>.time{
    color:#FF961B;
}
.news-tab .theme-tab-item .news-ul li:hover>a{
    color:#FF961B;
}
.news-tab .theme-tab-item .news-ul li .time{
    font-size: 12px;
    color: #999999;
    float: right;
    font-style: normal;
    font-weight: normal;
    line-height: 40px;
}
.allow-age{
    width: 80px;
    height: 103px;
    right: -86px;
    bottom: 8px;
}
.allow-age img{
    width: 100%;
}
.theme-con-title{
    position: relative;
    line-height: 30px;
    height: 30px;
    font-size: 24px;
    font-weight: bolder;
    color: #383838;
    display: block;
    margin-bottom: 12px;
    padding-left: 40px;
}
.game-box{background-color: #fff;padding: 12px;margin-top: 20px}
.hot-title{
    background-image: url("../../common/images/index/hot-title.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}
.hot-box,.new-box{
    height: auto;
}
.hot-game{
    margin-top: 15px;
    height: auto;
    min-height: 260px;
}
.game-ul li.game-li{
    float: left;
    width: 300px;
    margin-top: 12px;
    overflow: hidden;
    box-sizing: border-box;
    box-shadow: 0px 6px 9px 0px rgb(0 0 0 / 8%);
}
.hot-game .game-ul li.game-li{min-height: 308px;}
.game-ul li.game-li .container{
    width: 100%;
    height: 180px;
    position: relative;
    overflow: hidden;
}
.game-ul li.game-li .container .game-li-img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.game-ul li.game-li .container .game-li-dropdown{
    width: 100%;
    height: 100%;
    padding:72px 0;
    position: absolute;
    left: 0;
    opacity: 0;
    top: -100%;
    z-index: 10;
    text-align: center;
    background-color: rgba(0,0,0,0.6);
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.game-ul li.game-li .container:hover .game-li-dropdown{
    opacity: 1;
    top: 0;
}
.game-ul li.game-li .container .game-li-img img{
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.game-ul li.game-li .container:hover .game-li-img img{
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}
.game-ul li.game-li .game-title{
    font-size: 18px;
    line-height: 38px;
    color:#383838;
    font-weight: bolder;
    padding: 16px 10px 0px 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
}
.game-ul li.game-li .game-intro{
    font-size: 14px;
    padding: 18px 10px 10px 10px;
    max-height: 60px;
    display: block;
    /* white-space: nowrap; */
    /* text-overflow: ellipsis; */
    -o-text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    color: #b6b6b6;
}
.game-ul li.game-li .game-title .line-bottom {
    width: 60px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 10px;
    background-color: #ffba00;
}
.game-ul li.game-li .game-btn{
    display: block;
    width: 149px;
    text-align: center;
    height: 36px;
    line-height: 36px;
    text-indent: 10px;
    color:#fff;
    float: left;
}
.game-ul li.game-li .game-li-verticalline{
    height: 18px;
    width: 2px;
    background-color: #fff;
    float: left;
    margin-top: 9px;
}
.game-ul li.game-li .game-down-btn{
    padding-left: 30px;
    background-image: url(../../common/images/icon-down01.png);
    background-repeat: no-repeat;
    background-position: 42px 10px;
}
.game-ul li.game-li .game-down-btn:hover{
    color:#FFBA00;
    background-image: url(../../common/images/icon-down02.png);
    background-repeat: no-repeat;
}
.game-ul li.game-li .game-desc-btn{
    padding-right: 30px;
    background-image: url(../../common/images/icon-desc01.png);
    background-repeat: no-repeat;
    background-position: 16px 10px;
}
.game-ul li.game-li .game-desc-btn:hover{
    color:#FFBA00;
    background-image: url(../../common/images/icon-desc02.png);
    background-repeat: no-repeat;
}
.new-game{
    margin-top: 30px;
    height: auto;
    min-height: 260px;
}
.new-title{
    background-image: url("../../common/images/index/new-title.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}
.new-game .game-ul li.game-li0{
    width:612px;
}
.new-game .game-ul li.game-li0 .container {
    width: 100%;
    height: 372px;
    position: relative;
    overflow: hidden;
}
.new-game .game-ul li.game-li .container .game-li-dropdown {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    padding: 0;
    opacity: 0;
    top: -100%;
    z-index: 10;
    text-align: center;
    background-color: rgba(0,0,0,0.6);
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.new-game .game-ul li.game-li .container:hover .game-li-dropdown{
    opacity: 1;
    top: 0;
}
.new-game .game-ul li.game-li .game-title{
    margin-top: 54px;
    color:#fff;
    text-align: center;
}

.new-game .game-ul li.game-li0 .game-title{
    margin-top: 150px;
    color:#fff;
    text-align: center;
}
.new-game li.game-li .game-desc-btn {
    padding: 0;
    width: 100%;
    text-align: center;
    text-indent: 20px;
    background-position: 106px 10px;
}
.new-game li.game-li0 .game-desc-btn {
    background-position: 264px 10px;
}

.new-game .game-ul li.game-li .game-desc-btn:hover{
    color:#FFBA00;
    background-image: url(../../common/images/icon-desc02.png);
    background-repeat: no-repeat;
}
.service-con{
    background-color: #fff;
    padding: 12px;
    margin-top: 20px;
    margin-bottom: 20px;
    height: auto;
    min-height: 260px;
}
.service-title{
    background-image: url("../../common/images/index/service-title.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}
.service-box .service-ul{
    width: 33.33%;
    float: left;
}
.service-box .service-ul+.service-ul{
    width: 66.66%;
    float: right;
}
.service-box .service-li{
    float: left;
    width: 50%;
    height: 210px;
    text-align: center;
    overflow: hidden;
}
.service-box .service-ul .ewm-li{
    width: 100%;
}
.service-box .service-ul .ewm-li+.ewm-li{
    display: none;
}
.service-box .ewm-bg {
    width: 150px;
    height: 150px;
    background-image: url(../../common/images/index/ewm-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 6px;
    margin:10px auto;
}
.service-box .ewm-bg .down-ewm-img{
    width: 100%;
}
.service-box .ewm-li .service-text-sm{
    color:#616161;
    font-size: 12px;
    line-height: 20px;
}
.service-btn-box{
    text-align: center;
    margin: 15px auto 30px auto;
}
.service-btn-box>a{display: inline-block;}
.service-btn-box .service-btn{
    width: 220px;
    background-color: #F5F5F6;
    border: 1px solid #EFEFEF;
    height: 50px;
    line-height: 50px;
    margin:0 auto;
    text-indent: 44px;
    font-size: 18px;
}
.service-btn-text{
    margin-top: 8px;
    font-size: 12px;
    color:#989898;
}
.bind-phone{
    background-image: url('../../common/images/icon-bindphone01.png');
    background-repeat: no-repeat;
    background-position: 36px 8px;
}
.bind-phone-a:hover .bind-phone{
    background-image: url('../../common/images/icon-bindphone02.png');
    background-repeat: no-repeat;
    background-position: 36px 8px;
}
.act-cdk{
    background-image: url('../../common/images/icon-actcdk01.png');
    background-repeat: no-repeat;
    background-position: 36px 8px;
}
.act-cdk-a:hover .act-cdk{
    background-image: url('../../common/images/icon-actcdk02.png');
    background-repeat: no-repeat;
    background-position: 36px 8px;
}
.login-pwd{
    background-image: url('../../common/images/icon-login-pwd01.png');
    background-repeat: no-repeat;
    background-position: 36px 8px;
}
.login-pwd-a:hover .login-pwd{
    background-image: url('../../common/images/icon-login-pwd02.png');
    background-repeat: no-repeat;
    background-position: 36px 8px;
}
.bank-pwd{
    background-image: url('../../common/images/icon-bank-pwd01.png');
    background-repeat: no-repeat;
    background-position: 34px 12px;
}
.bank-pwd-a:hover .bank-pwd{
    background-image: url('../../common/images/icon-bank-pwd02.png');
    background-repeat: no-repeat;
    background-position: 34px 12px;
}
.service-btn-box>a:hover .service-btn{
    color:#FFBA00;
    border-color:#FFBA00;
    background-color: #fff;
}
.service-btn-box>a:hover .service-btn-text{
    color:#FFBA00
}
.friendly-link{
    width: 1260px;
    margin: 0 auto 10px auto;
    background-color: #fff;
    padding: 12px;
    margin-top: 20px;
    margin-bottom: 20px;
    height: auto;
}
.friendly-link .fl-left{
    width: 100px;
    padding-left:10px;
    line-height: 30px;
}
.friendly-link .service-title{
    padding-left: 36px;
    background-image: url("../../common/images/index/friendly-link-title.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}
.friendly-link .link-box{
    width: 100%;
    padding:16px 36px;
}
.friendly-link .link-box a{
    width: 12.5%;
    float: left;
    display: inline-block;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
@media screen and (max-width: 1445px){
    .allow-age {
        right: -80px;
    }
}
@media screen and (max-width: 1440px){
    .allow-age {
        display: none;
    }
}