@CHARSET "UTF-8";
@import url("resetv2.css?v=1");
@import url("iconfont/iconfont.css?0541000288");

/* reset================== */
.text-center {
    text-align: center;
}


.space-1 {
    display: inline-block;
    width: 100%;
    height: 10px;
}

.space-2 {
    display: inline-block;
    width: 100%;
    height: 20px;
}

.space-3 {
    display: inline-block;
    width: 100%;
    height: 30px;
}

#screen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 9998;
    filter: alpha(opacity=80);
    opacity: 0.8;
    display: none;
}

body {
    font-family: "Microsoft YaHei", Verdana, Arial !important;
    font-size: 14px;
    background: #fff;
    max-width: 1920px;
    min-width: 1200px;
    margin: 0 auto;
}

.clickable {
    cursor: pointer;
}

.p12 {
    padding: 12px;
}

.ft10 {
    font-size: 10px;
}

.mt13 {
    margin-top: 13px !important;
}

.mt17 {
    margin-top: 17px !important;
}

.mt160 {
    margin-top: 160px !important;
}

.mb8 {
    margin-bottom: 8px !important;
}

.mb16 {
    margin-bottom: 16px !important;
}

.w70 {
    width: 70px !important;
}

.w75 {
    width: 75px !important;
}

.w95 {
    width: 95px !important;
}

.w180 {
    width: 180px;
}

.w200 {
    width: 200px;
}

.w250 {
    width: 250px;
}

.corange {
    color: #ff8500;
}

.cbrown {
    color: #8f6a3e;
}

.bg-orange {
    background: #ff8500;
    border: none !important;
}

.text-over {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    zoom: 1;
}

.clear:after {
    content: "";
    display: block;
    clear: both;
}

#screen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 9998;
    filter: alpha(opacity=80);
    opacity: 0.8;
    display: none;
}

.overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99998;
    width: 100%;
    height: 100%;
    _padding: 0 20px 0 0;
    background: #000;
    display: none;
    opacity: .7 !important;
}

.showbox {
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 99999;
    opacity: 0;
    filter: alpha(opacity=0);
    margin-left: -32px;
    margin-top: -60px;
}

* html .showbox, * html .overlay {
    position: absolute;
}

#AjaxLoading {
    color: #37a;
    font-size: 12px;
    font-weight: bold;
}

#AjaxLoading div.loadingWord {
    width: 64px;
    height: 64px;
    background: url(/js/layer/skin/default/loading-new.gif) no-repeat center center;
}

#AjaxLoading img {
    margin: 0;
    float: left;
    display: inline;
}

.inblock_fix {
    letter-spacing: -4px;
    font-size: 0;
}

.inblock {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    letter-spacing: normal;
    *vertical-align: top;
    zoom: 1;
    *display: inline;
}

body.modal-open {
    overflow: hidden;
}

body.modal-open .modal {
    overflow: auto;
}

body.modal-open #modal-activity {
    overflow: hidden;
}

.icon-reload {
    display: inline-block;
    background: url(/images/reload_03.png) no-repeat;
    width: 17px;
    height: 18px;
    position: relative;
    top: 5px;
    background-size: contain;
}

.link-spanner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

/* header 顶端 */
.wp {
    width: 1200px;
    margin: 0 auto;
}

/* 顶部*/

.header_top {
    height: 50px;
    background: #273247 !important;
}

.header_top.night {
    height: 50px;
    background: rgb(16, 17, 35);
}

.displaytime {
    float: left;
    font-size: 12px;
    line-height: 50px;
    color: #fff;
}

.login_before_wp {
    float: right;
}

.login_before_wp > div {
    float: left;
    position: relative;
    margin: 0 6px 0;
    text-align: left;
}

.login_before_wp .last_item {
    padding: 10px 0;
    margin: 0;
}

.login_before_wp input[type="text"], #header .login_before_wp input[type="password"] {
    width: 150px;
    height: 30px;
    padding: 0 0 0 5px;
    background: #aab7ca !important;
    line-height: 30px;
    color: #fff !important;
    border: none;
    border-radius: 5px;
}

.login_before_wp input[type="text"]:focus,
.login_before_wp input[type="text"]:active,
#header .login_before_wp input[type="password"]:focus,
#header .login_before_wp input[type="password"]:active {
    background: #fff !important;
    color: #697dac !important;
}

.login_before_wp input::-webkit-input-placeholder { /* Chrome */
    color: #fff !important;
}

.login_before_wp input:-ms-input-placeholder { /* IE 10+ */
    color: #fff !important;
}

.login_before_wp input::-moz-placeholder { /* Firefox 19+ */
    color: #fff !important;
    opacity: 1;
}

.login_before_wp input:-moz-placeholder { /* Firefox 4 - 18 */
    color: #fff !important;
    opacity: 1;
}

#header input[type="button"] {
    width: 80px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    border: none;
}


.login_before_wp .codeimg img {
    position: absolute;
    top: 6px;
    right: 2px;
    cursor: pointer;
}

.login_before_wp #loginBtn {
    background: linear-gradient(90deg, #58A7FB 0%, #58DEFB 100%);
    color: #fff;
}

#log-cont {
    padding: 25px 0 0;
}

#reg-cont {
    padding: 25px 0 0;
}

.login_before_wp #regBtn {
    display: inline-block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    background: #E27C75;
    color: #fff;
    font-size: 14px;
}
.login_before_wp a{
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.login_before_wp a:hover{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.login_before_wp .forgetpwd {
    line-height: 30px;
    cursor: pointer;
}

.login_after {
    float: right;
    font-size: 13px;
}

.login_after.tools {
    float: left;
}

.login_after .part5 i {
    font-size: 22px;
}

.login_after .part3 {
    width: 125px;
    position: relative;
}

.login_after.tools i, .login_after .part5 i {
    margin-right: 5px;
}

.login_after li {
    float: left;
    height: 50px;
    line-height: 50px;
    margin-right: 15px;
    background: 0;
}

.relative {
    position: relative !important;
}

.login_after li i {
    vertical-align: sub;
}

.login_after .part3 a {
    height: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    border-radius: 5px;
    line-height: 30px;
    color: #fff;
}


.login_after .btn_onekeytranfer {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: 30px;
    border-radius: 5px;
    line-height: 28px;
    padding: 0 4px;
    color: #fff;
    background: #df3e7b;
    font-size: 12px;
}

.login_after .btn_onekeytranfer:disabled {
    background: #999 !important;
}

.login_after .btn_desk {
    background: #b48c68;
}

.login_after .last_item {
    width: 60px;
    margin-right: 0;
    position: relative;
}

.login_after .btn_logout {
    width: 60px;
    height: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    line-height: 30px;
    color: #fff;
    background: #697dac;
    border-radius: 5px;
    cursor: pointer;
}

.login-name-cont .vip-sprite {
    display: inline-block;
    width: 24px;
    height: 20px;
    background: url(../images/usercenter/home/header-vip.png) no-repeat;
    background-size: 50px;
    vertical-align: middle;
    top: auto;
    left: auto;
}
.login-name-cont .vip-sprite.unlock{
    background: url(../images/usercenter/home/header-vip-unlock.png) no-repeat;
    background-size: 50px;
}
.login-name-cont .vip-sprite.vip-0 {
    background-position: -11px -193px;
}

.login-name-cont .vip-sprite.vip-1 {
    background-position: -11px -103px;
}

.login-name-cont .vip-sprite.vip-2 {
    background-position: -11px -238px;
}

.login-name-cont .vip-sprite.vip-3 {
    background-position: -11px -148px;
}

.login-name-cont .vip-sprite.vip-4 {
    background-position: -11px -238px;
}

.login-name-cont .vip-sprite.vip-5 {
    background-position: -11px -13px;
}

.login-name-cont .vip-sprite.vip-6 {
    background-position: -11px -58px;
}

/* nav */
.main-header__bg-gradient {
    position: relative;
    z-index: 10;
    height: 80px;
    width: 100%;
}

.top_nav.night {
    background: rgba(18, 21, 66, .8);
}

.top_nav.night .navbar .game-dropdown {
    color: #fff;
    background: rgba(25, 14, 49, .9);
}

.top_nav.night .navbar .navbar-list {
    color: #fff;
}

.top_nav .navbar .navbar-list {
    float: left;
    position: relative;
    height: 80px;
    line-height: 80px;
    margin: 0 15px;
    font-size: 16px;
    color: #273247;
    padding: 0 5px;
    border-bottom: 4px solid transparent;
    list-style: none;
    cursor: pointer;
    transition: all .3s;
}
.top_nav .navbar .grey-font{
    font-size: 14px;
    color: #91A0BD;
    line-height: 16px;
    padding-top: 20px;
}
.top_nav .navbar .navbar-list .head-navicon{
    display: inline-block;
    width:24px;
    height:24px;
    background: url(/images/index/head-navicon.png) no-repeat;
}
.downcenter-page .top_nav .navbar .navbar-list .head-navicon,
.promotion-page .top_nav .navbar .navbar-list .head-navicon{
    background: url(/images/index/head-navicon-prom.png?v=6) no-repeat;
}
.downcenter-page .top_nav .navbar .navbar-list .icon_qdzz,
.promotion-page .top_nav .navbar .navbar-list .icon_qdzz,
.top_nav .navbar .navbar-list .icon_qdzz{
    background-position: -18px -20px;
}
.downcenter-page .top_nav .navbar .navbar-list .icon_hy,
.promotion-page .top_nav .navbar .navbar-list .icon_hy,
.top_nav .navbar .navbar-list .icon_hy{
    background-position: -18px -80px;
}
.downcenter-page .top_nav .navbar .navbar-list .icon_app,
.promotion-page .top_nav .navbar .navbar-list .icon_app,
.top_nav .navbar .navbar-list .icon_app{
    background-position:  -18px -140px;
}

.top_nav .navbar .navbar-list:nth-last-of-type(1) {
    margin-right: 0;
}
.top_nav .navbar .navbar-list.zzclub {
    margin-left: 167px;
}
.top_nav .navbar .navbar-list .block {
    display: block;
    position: relative;
}

.top_nav .navbar .navbar-list .triangle {
    display: none;
    content: '';
    position: absolute;
    bottom: 4px;
    left: 50%;
    margin-left: -5px;
    border: 5px solid transparent;
    border-bottom: 5px solid #ea4c89;
    transition: all .2s;
    display: none !important;
}

.top_nav .navbar .navbar-list.active,
.top_nav .navbar .navbar-list:hover {
    border-bottom: 4px solid #58A7FA !important;
    color: #58A7FA !important;
}

.top_nav .navbar .navbar-list.active .triangle,
.top_nav .navbar .navbar-list:hover .triangle {
    display: block;
}

.top_nav .dropdown {
    position: absolute;
    top: 60px;
    left: 41%;
    -ms-transform: translate(-30%, 0);
    -moz-transform: translate(-30%, 0);
    -o-transform: translate(-30%, 0);
    transform: translate(-30%, 0);
    display: none;
    z-index: 999;
    border-radius: 10px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, .5);
    font-size: 14px;
    color: #647488;
    background: #fff;
}

.top_nav .dropdown:after {
    content: '';
    display: block;
    position: absolute;
    left: 30%;
    top: -16px;
    margin-left: -4px;
    border: 8px solid transparent;
    border-bottom: 8px solid #e7edf7;

}

.top_nav .navbar-list:hover .dropdown {
    display: block;
}

.top_nav .dropdown .drop-list {
    float: left;
    width: 14.28%;
    font-size: 16px;
}

.top_nav .dropdown .drop-list h3 {
    position: relative;
}

/*棋牌游戏*/

.top_nav .dropdown li {
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

.top_nav .dropdown li label {
    cursor: pointer;
}

.other-list-context,
.slot-list-context {
    padding: 10px;
}

.fanya-list-context,
.chess-list-context,
.lottery-list-context,
.sport-list-context,
.live-list-context {
    padding-top: 10px;
}

.top_nav .dropdown .drop-list a,
.top_nav .dropdown .drop-list label {
    display: block;
    position: relative;
    color: #647488;
    float: none !important;
    text-align: center !important;
}

.top_nav .dropdown .drop-list button {
    display: block;
    position: relative;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    color: #647488;
    background: none;
    text-align: center;
}

.top_nav .dropdown .drop-list button img {
    right: -15px;
}

.top_nav .dropdown .drop-list button .img {
    right: -20px;
}

.top_nav .dropdown .drop-list button .img1 {
    right: -24px;
}

.top_nav .dropdown li:hover {
    background: #e8edf5;
}

.top_nav .dropdown .drop-list-title {
    text-align: center;
    background: #e7edf7;
    color: #8796b1;
    cursor: default;
    height: 60px;
    line-height: 60px;
}

.top_nav .dropdown .drop-list-title a {
    display: block;
    width: 100%;
    font-size: 16px;
}

.top_nav .dropdown .slot-drop-cont .drop-list-title {
    border-radius: 5px 0 0 5px;
}

.top_nav .dropdown .other-drop-cont .drop-list-title {
    border-radius: 0 5px 5px 0;
}

.js-back-top{
    display: none;
    position: fixed;
    bottom: 23.5vh;
    right: 12vh;
    width: 48px;
    z-index: 10;
    cursor: pointer;
}

/* user login start */
.login-after-cont{
    position: relative;
    padding: 16px 0;
    width: 210px;
}
.login-info-cont{

    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.login-right-cont{
    justify-content: flex-start !important;
    align-items: center;
    flex-wrap: nowrap !important;
}

.login-right-cont .user-icon{
    width: 48px;
}

.login-name-cont{
    position: relative;
    line-height: 1;
    font-size: 14px;
    color: #333;
}
.login-name-cont .vip-area{
    display: inline-block;
    font-size: 12px;
    background: url(/images/index/head-vipbg.png) no-repeat 19px center;
    color: #FFFFFF;
    text-align: left;
    margin-left: -8px;
}
.login-name-cont .vip-area span{
    padding: 0 10px 0 0;
}
.login-name-text{
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    color: #273247;
}
.login-credit-cont{
    position: relative;
    line-height: 1;
    margin-top: 6px;
    text-align: left;
    font-size: 14px;
    color: #E87420;
}
#header .login-credit-cont i{
    color: #91A0BD;
    font-size: 16px;
    font-weight: bold;
}
.header-assets-hide{
    display: none;
}
.login-money-cont{
    margin-left: 8px;
}
.login-credit-cont .icon-open1{
    position: absolute;
    top: 2px;
    right: 28px;
    margin-left: 2px;
    font-size: 14px;
    transition: all .2s;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 12px;
    height: 12px;
    background: url(/images/index/header-uparrow.png) no-repeat center center;
}
.login-after-cont:hover .login-credit-cont .icon-open1{
    display: inline-block;
    color: #fff;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.v-sprite{
    display: inline-block;
    width: 50px;
    height: 16px;
    vertical-align: middle;
    background: url(/images/headerNav/level_sprites.png) no-repeat 1000px 1000px;
}
.v0{
    background-position:  -0 -0;
}
.v1{
    background-position:  -0 -16px;
}
.v2{
    background-position:  -0 -32px;
}
.v3{
    background-position:  -0 -48px;
}
.v4{
    background-position:  -0 -64px;
}
.v5{
    background-position:  -0 -80px;
}
.v6{
    background-position:  -0 -96px;
}

.login-after-drop-down{
    display: none;
    position: absolute;
    top: 62px;
    width: 170px;
    padding: 30px 23px 25px;
    left: 35px;
    color: #333;
    border-radius:0 0 4px 4px;
    background:  url(/images/index/list-bg.png) no-repeat center top;
    background-size: 100% 100%;

}
.login-after-cont:hover .login-after-drop-down{
    display: block;
}
.login-after-drop-down.agent-down {
    width:205px;
    left: 0;
}
.user-tab-list{
    line-height: 1.1;
    font-size: 14px;
    color: #273247;
    margin-bottom: 14px;
    justify-content: space-between !important;
}
.user-tab-list li:hover{
    color: #54689a;
}
.user-tab-list a{
    display: block;
}
.user-icon-sprite{
    display: inline-block;
    width:24px;
    height:24px;
    background:url(/images/index/topnav-icons.png) no-repeat;

}
.login-after-drop-down .icon_c{
    background: url(/images/index/depwithdtf-icon.png) no-repeat -13px -113px;
    background-size: 50px;
    margin-bottom: 3px;
}
.login-after-drop-down .icon_t{
    background: url(/images/index/depwithdtf-icon.png) no-repeat -13px -13px;
    background-size: 50px;
    margin-bottom: 3px;
}
.login-after-drop-down .icon_z{
    background: url(/images/index/depwithdtf-icon.png) no-repeat -13px -63px;
    background-size: 50px;
    margin-bottom: 3px;
}
.login-after-drop-down .icon-zh{
    background-position: -17px -75px;
}
.login-after-drop-down .icon-sz{
    background-position: -17px -191px;
}
.login-after-drop-down .icon-nt{
    background-position: -17px -133px;
}
.user-tab-list a:hover .user-icon-sprite{
    -webkit-animation: jump-data .5s;
    animation: jump-data .5s;
}
@-webkit-keyframes jump-data {
    0% {
        transform: scaleX(1)
    }

    30% {
        transform: scale3d(.8,.8,.8)
    }

    60% {
        transform: scale3d(1.2,1.2,1.2)
    }

    to {
        transform: scaleX(1)
    }
}

@keyframes jump-data {
    0% {
        transform: scaleX(1)
    }

    30% {
        transform: scale3d(.8,.8,.8)
    }

    60% {
        transform: scale3d(1.2,1.2,1.2)
    }

    to {
        transform: scaleX(1)
    }
}
.user-integral-cont{
    padding: 0 0 10px;
    line-height: 1;
    font-size: 12px;
}

.user-integral-cont .u-point{
    display: inline-block;
  /*  vertical-align: middle;
    width: 108px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
    color: #666;
}
.user-integral-cont .u-point2{
    width: 69px;
}
.agent-money-text{
    display:inline-block;
    width: 60px;
    vertical-align: middle;
}

.user-set-item{
    position: relative;
    display: block;
    line-height: 1;
    font-size: 14px;
    color: #435476;
    text-align: left;
}

.user-set-cont{
    border-top: 1px dashed #e5e5e5;
    padding: 10px 0;
    text-align: center;
}
.login-after-drop-down.agent-down .user-set-cont{
    margin-top: 10px;
    padding-top: 20px;
    justify-content: space-between;
}
.account-set-cont{
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding: 5px 0;
    vertical-align: middle;
    font-size: 14px;
}
.unread-coupon-num,
.email-count-num{
    position: absolute;
    top: 0px;
    right: -10px;
    padding: 0 5px;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    border-radius: 19px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    color: #fff;
    background: #d85988;
}
.unread-coupon-num{
    background: #DB3B3B;
}
.set-icon{
    font-size: 20px;
    color: #999;
}

.user-set-cont li:hover{
    color: #54689a;
}

.user-set-cont li:hover .set-icon{
    color: #54689a;
}

.main-nav-header.is-show-dropdown  .nav-sub-item:hover .login-after-cont .user-set-cont li:hover .set-icon,
.main-nav-header.is-show-dropdown  .nav-sub-item.active .login-after-cont .user-set-cont li:hover .set-icon{
    color: #54689a;

}
.login-out-btn{
    height: 30px;
    line-height: 28px;
    border: 1px solid #435476;
    text-align: center;
    font-size: 12px;
    border-radius: 4px;
    color: #435476;
    background: #fff;
    cursor: pointer;
    transition: .1s;
}
.login-out-btn:hover{
    border-color: #E87420;
    color: #E87420;
}
.agent-name-text {
    width: 77px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 5px;
}
.agent-user-set-item .new-top-icon {
    display: inline-block;
    width:24px;
    height: 22px;
}
.agent-user-set-item .icon-tc {
    background:url(/images/index/tc-icon.png) no-repeat center center;
    background-size: 100%;
    width:22px;
    height: 22px;
}
.agent-user-set-item:hover .icon-tc {
    background:url(/images/index/tc-icon-1.png) no-repeat center center;
    background-size: 100%;
}
.agent-user-set-item .icon-xx {
    background:url(/images/index/xx-icon.png) no-repeat center center;
    background-size: 100%;
}
.agent-user-set-item:hover .icon-xx {
    background:url(/images/index/xx-icon-1.png) no-repeat center center;
    background-size: 100%;
}
.agent-user-set-item .icon-zx {
    background:url(/images/index/zx-icon.png) no-repeat center center;
    background-size: 100%;
}
.agent-user-set-item:hover .icon-zx {
    background:url(/images/index/zx-icon-1.png) no-repeat center center;
    background-size: 100%;
}
.agent-user-set-item {
    text-align: center;
    line-height: 1.5;
    display: block;
}
.agent-user-set-item p{
    font-size: 12px;
    color: #333;
    margin-top: 5px;
}
.agent-user-set-item:hover p {
    color:#54689A;
}
/* user login end */

/* 手机图下拉 */
.top_nav .mobile.dropdown {
    width: 350px;
    height: 223px;
    left: -73px;
    padding: 22px 34px 37px;
}

.top_nav .mobile.dropdown > div {
    width: 49%;
}

#header .top_nav .bg-android_icon {
    width: 19px;
    height: 22px;
    display: inline-block;
    vertical-align: sub;
    margin-right: 6px;
    background: url(../images/header_sprites.png) -10px -45px;
}

#header .top_nav .bg-ios_icon {
    width: 17px;
    height: 22px;
    display: inline-block;
    vertical-align: sub;
    margin-right: 8px;
    background: url(../images/header_sprites.png) -10px -87px;
}

/* 公告 */
#newgong {
    position: absolute;
    top: 0;
    z-index: 8;
    width: 100%;
    height: 40px;
    background: rgba(0, 0, 0, .3);
}

#newgong.night {
    background: rgba(0, 2, 58, .5);
}

#newgong.night .newsgao ul li a {
    color: #fff;
}

#newgong #new-center {
    width: 1200px;
    height: 40px;
    margin: 0 auto;
}

#newgong span {
    font-size: 18px;
    color: red;
    font-weight: 600;
    display: inline-block;
    float: left;
    margin: 7px 10px 0 0;
}

#newgong #new-center .demo100,
#newgong #new-center .notice {
    display: inline-block;
}

#newgong #new-center #notice {
    float: left;
    position: relative;
    top: 7px;
    left: 25px;
    margin-right: 50px;
}

#newgong .icon-gonggao {
    color: #fff;
}

#newgong .demolist {
    display: inline-block;
    overflow: hidden;
    width: 1110px;
}


#newgong .demolist .newsgao div {
    float: left;
}
#newgong .newsgao ul li{
    display: inline-block;
}
#newgong .newsgao ul li a {
    display: block;
    width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    line-height: 40px;
    font-size: 14px;
}

/* footer*/
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-detail {
    position: relative;
    color: #999;
}

.footer-detail.night {
    background: #273247 !important;
}

.introduce-cont,
.support-browser-cont,
.regulatory-authority {
    flex: 0 0 15%;
}


.footer-link-title {
    margin-bottom: 25px;
    font-size: 14px;
    color: #fff;
}

.browser-title {
    padding-left: 7px;
}
.foot_links div:first-child.wp {
    line-height: 40px;
}
.foot_links{
    background: #1E1E1E;
}
.foot_links .recom-browsers{
    float: right;
    margin-top: 11px;
    width: 328px;
    height: 18px;
    background: url(/images/recom-browsers.png) no-repeat center center;
}
.footer .foot_links a {
    display: inline-block;
    line-height: 2;
    text-align: left;
    font-size: 12px;
    color: #999;
}
.footer .foot_links span{
    display: inline-block;
    margin: 0 20px;
    background: #999;
    height: 14px;
    width: 1px;
    vertical-align: middle;
}
.footer .foot_links .footer-link-title span{
    display: inline-block;
    margin: 0 8px 0 0;
    width: 4px;
    height: 14px;
    background: #FFFFFF;
    vertical-align: middle;
}
.footer .partners-part{
    padding: 20px 0;
    background: #181818;
}
.footer .partners-part .partners-detail{
    height: 190px;
    background: url(../images/new-footer1.png?v=2) no-repeat center top;
}
.copyright {
    background: #1E1E1E;
}

.footer .copyright .wp div {
    font-size: 12px;
    color: #999;
    text-align: center;
    line-height: 40px;
}

/*右侧导航*/
#qy-service-cont {
    position: fixed;
    top: 40%;
    margin-top: -150px;
    right: 0;
    /*overflow: hidden;*/
    z-index: 9000;
    border-radius: 5px;
    color: #fff;
    background: linear-gradient(180deg, #56C8EC 0%, #5591EB 100%);
    transition: all .5s;
}

#qy-service {
    position: relative;
    width: 50px;
    text-align: center;
    margin-bottom: 0;
    border-radius: 0;
    background: none;
    cursor: pointer;
    transition: all .2s ease-out;
}

#qy-service:hover {
    width: 175px;
}

#qy-service li {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .15);
    overflow: hidden;
}
#qy-service li a{
    display: list-item;
}
#qy-service .s-list {
    display: none;
    position: absolute;
    top: 60px;
    right: 150px;
    transition: all .2s ease-out;
}

#qy-service .s-list .s-item {
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 120px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .15);
    overflow: hidden;
    background: #2c2051;

}

#qy-service .s-list .s-item:nth-of-type(1) {
    border-radius: 5px 0 0 0;
}

#qy-service .s-list .s-item:nth-of-type(2) {
    border-radius: 0 0 0 5px;
}

.tip {
    float: left;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;

}

#qy-service li:nth-of-type(1) {
    border-radius: 5px 5px 0 0;
}

#qy-service li:nth-last-of-type(1) {
    border-radius: 0 0 5px 5px;
}

/*#qy-service:hover li {*/
/*    width: 150px;*/
/*    text-align: left;*/
/*    padding: 0 25px;*/
/*}*/

#qy-service li:hover {
    height: auto;
    overflow: auto;
    border-bottom: 1px solid #2c2051;
    background: #2c2051;
}

#qy-service li:hover .email-title {
    padding: 0 10px;
}

#qy-service .iconfont {
    color: #fff;
    font-size: 20px;
    margin: 0 15px;
    vertical-align: middle;
}
#qy-service .iconfont.icon-app{
    background: url(../images/icon/Subtract.png) no-repeat center top;
    margin: 2px auto;
    width: 20px;
    height: 20px;
    display: block;
}
#qy-service .iconfont.icon-feedback{
    background: url(../images/icon/feedback-icon.png) no-repeat center top;
    background-size: contain;
    width: 22px;
    height: 22px;
    display: inline-block;
}
#qy-service:hover .iconfont {
    margin: 0 5px 0 10px;
}
#qy-service:hover .icon-app{
    margin: -2px 10px;
    display: inline-block;
    vertical-align: sub;
}
/*右侧导航-app下载*/
#qy-service li#app-down {
    height: auto;
    padding: 10px 0;
    line-height: 1.5;
    text-align: center;
    font-size: 12px;
}

#qy-service li#app-down .Qrcode {
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 0px;
}

#qy-service:hover li#app-down .download-cont {
    display: block;
}

.download-cont {
    display: none;
    margin: 10px auto 5px;
    width: 150px;
    background: #fff;
    padding: 14px 0 10px;
    border-radius: 20px;
}
#qy-service li#app-down canvas{
    max-width: 130px;
}
/*.qrcodeDown,*/
/*.Qrcode2,*/
/*.Qrcode {*/
/*    position: relative;*/
/*    width: 130px;*/
/*    height: 130px;*/
/*    margin: 0 auto;*/
/*    padding: 5px;*/
/*    margin-bottom: 12px;*/
/*}*/

/*.Qrcode2 canvas,*/
/*.Qrcode canvas {*/
/*padding: 5px;*/
/*background: #fff;*/
/*}*/

/*#app-down .Qrcode canvas {*/
/*    position: relative;*/
/*    right: 8px;*/
/*}*/

@keyframes move {
    50% {
        top: 110px;
    }
}

/*.Qrcode:after {*/
/*position: absolute;*/
/*left: 5;*/
/*top: 20px;*/
/*content: "";*/
/*width: 100%;*/
/*height: 1px;*/
/*background-color: #fff;*/
/*-webkit-box-shadow: 0 0 6px 3px #f3c666;*/
/*box-shadow: 0 0 6px 3px #f3c666;*/
/*-webkit-animation: scan 2s infinite;*/
/*animation: move 2s infinite;*/
/*}*/

/*右侧导航-email*/
#qy-service li#email-link {
    transition: none;
}

#qy-service li#email-link:hover {
    line-height: 1.5;
    padding: 4px 15px;
}

.contact-email {
    display: none;
    width: 120px;
}

#qy-service li#email-link:hover .contact-email {
    display: block;
    text-align: center;
}

#livebox, #phone-box, #subscribe {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 690px;
    height: 400px;
    display: none;
    background-color: #fff;
    border: none;
}

#phone-box {
    width: 540px;
    height: 250px;
}

#livebox .closebg, #phone-box .closebg, #subscribe .closebg {
    display: block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-family: Arial;
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    background: #666;
    cursor: pointer;
}

#livebox .closebg .closed, #phone-box .closebg .closed, #subscribe .closebg .closed {
    display: block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-indent: -9999px;
    font-family: Arial;
    font-size: 30px;
    color: #fff;
    background: url(../images/close.png) no-repeat center center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#livebox .closed:hover, #phone-box .closed:hover, #subscribe .closed:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

#header {
    background: #fff;
}
.top_nav{
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 999;
    background: #fff;
}
.main-header--hide{
    -webkit-transform: translateY(-80px);
    -moz-transform: translateY(-80px);
    -o-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    transform: translateY(-80px);
    opacity: 0;
}
.downcenter-page .top_nav,
.downcenter-page #header,
.promotion-page .top_nav,
.promotion-page #header,
.tqhome-page .top_nav,
.tqhome-page #header {
    background: none;
}
.downcenter-page .main-header--small,
.promotion-page .main-header--small,
.tqhome-page .main-header--small{
    background: #fff;
}
#header .top {
    max-width: 1200px;
    height: 42px;
    margin: 0 auto;
    position: relative;
}

#header .wp .set, #header .top .set, #header .top .set2, #header .top .set3 {
    float: right;
}

#header .wp .set {
    color: #8f6a3e;
    font-weight: bold;
    position: relative;
}

#header .wp .set div {
    float: left;
    position: relative;
    text-align: left;
}

#header .wp .set div div {
    color: #8f6a3e;
    font-size: 15px;
    margin-top: 8px;
}

#header .top .login {
    max-width: 738px;
    height: 32px;
    float: right;
    padding: 6px 0 0 0;
}

#header .top .set3 {
    position: relative;
    margin-right: 10px;
}

#header .top .set3 a {
    color: white;
}

#header .top .set3 a:hover {
    color: rgb(255, 195, 0);
}

#header .top .set2 {
    background: rgb(99, 73, 49);
    width: 135px;
    height: 42px;
    overflow: hidden;
    transform: skew(-20deg);
    line-height: 42px;
    color: #fff;
    text-align: center;
    z-index: 99;
    position: relative;
}

#header .top .set2 div {
    transform: skew(20deg);
}

#header .top .set2 img {
    transform: skew(0deg);
}

#header .top .set {
    max-width: 520px;
    height: 42px;
    overflow: hidden;
    transform: skew(-20deg);
    background: rgb(255, 195, 0);
    position: relative;
}

#header .top .set a {
    font-size: 15px;
}

#header .top .set ul li {
    transform: skew(20deg);
    display: block;
    height: 45px;
    float: left;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    margin: 0px 5px;
}

#header .top .set a {
    color: #8f6a3e;
}

#header .top .set a:hover {
    color: #fff;
}

#header .top .set .down-li a {
    max-width: 120px;
    height: 30px;
    margin-top: 10px;
    line-height: 30px;
    color: #8f6a3e
}

#header .top .set .down-li a:hover {
    color: #fff;
}

#header .top .set .down-li #ptclient {
    background-color: #ffb567;
}

#header .top .set .down-li #ptvpn {
    background-color: #d0d0d0;
}

#header .top .login .codeimg img {
    position: absolute;
    top: 2px;
    right: 2px;
}

#header .top .login .password a {
    height: 20px;
    padding: 0 4px;
    line-height: 20px;
    position: absolute;
    background: #d4b278;
    top: 2px;
    right: 0;
    color: #fff;
    border-radius: 2px;
}

#header .top .login .forsub input {
    max-width: 100px;
    height: 28px;
    line-height: 28px;
    background: url(../images/loginanbg.gif);
    float: left;
    padding: 0;
    color: #fff;
    cursor: pointer;
}

#header .top .login div {
    position: relative;
    width: 155px;
    height: 32px;
    float: left;
    margin-right: 11px;
}

#header .top .login input {
    width: 155px;
    height: 24px;
    line-height: 24px;
    padding: 0 0 0 5px;
    color: #8f6a3e;
    font-size: 12px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.top_nav .mascot-part{
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 120px;
    height: 120px;
}
.top_nav .mascot-part.mright{
    right: 0;
    left: auto;
}

.login-dropdown {
    display: none;
    position: absolute;
    z-index: 9999;
    width: 100px;
    border-radius: 0 0 10px 10px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, .5);
    background: #a1bdf0;
}

.quick-enter-dropdown {
    width: 100px;

}

.withdrawal {
    left: -20px;
}

.login-dropdown ul li {
    display: block;
    width: 100%;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #647488;
    background: #fff;
    cursor: pointer;
}

.login-dropdown ul li:nth-last-of-type(1) {
    border-radius: 0 0 10px 10px;
}

.login-dropdown ul li:hover {
    background: #e8edf5;
}

.c-dropdown {
    cursor: pointer;
}

.c-dropdown:hover .login-dropdown {
    display: block;
}

#header i {
    font-size: 22px;
}

#header .icon-right-arr,
#header .icon-bottom-arr {
    font-size: 16px;
}

#header i.icon-xinfeng1 {
    font-size: 20px;
}

#header .quick-enter i {
    font-size: 18px;
}

.hover-stop {
    display: none !important;
}

.forgetpwd, .login_after li, .login_after li a {
    color: #98A9CC !important;
}

.header_top.night .login_after.tools li:nth-of-type(3) a {
    color: #f1d461;
}

.hot-icon {
    position: absolute;
    right: -8px;
    top: 8px;
    width: 20px;
    height: 20px;
    background: url(../images/web-icon10.png) no-repeat -220px -44px;
}

.slot-hot-icon {
    right: -14px;
}

.mglive-hot-icon {
    right: 4px;
}

.hot-icon1 {
    right: 0px;
}

.new-icon {
    height: 16px;
    width: 30px;
    right: -12px;
    top: 12px;
    background: url(../images/new.png) no-repeat center 0;
}
.dbslot .new-icon{
    right: -22px;
}
.card .hot-icon {
    position: absolute;
    right: 3px;
    top: 0;
}

.fast-tip-cont {
    text-align: left;
    font-size: 16px;
}

.fast-tip-cont .suggest-cont {
    margin-top: 10px;
    color: #ea4c89;
}

/*底部icon*/

.tk-icon {
    margin-top: -5px;
}

.ui-btn {
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    background: linear-gradient(90deg, #9968fd, #fc49af) no-repeat center top;
    color: #fff !important;

    padding: 5px 25px;

    font-size: 16px;

    cursor: pointer;
    text-decoration: none !important;
}

.ui-btn:hover {
    opacity: .8;
}

.layui-layer.tips-layer {
    border-radius: 10px;
    text-align: center;
    font-size: 16px;
    color: #000;
}

.layui-layer.tips-layer .layui-layer-content {
    text-align: center;
}

.layui-layer.tips-layer .layui-layer-title {
    padding: 0;
    border-radius: 10px 10px 0 0;
    font-size: 16px;
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#9968fd), to(#fc49af)) no-repeat center top;
    background: -webkit-linear-gradient(left, #9968fd, #fc49af) no-repeat center top;
    background: -o-linear-gradient(left, #9968fd, #fc49af) no-repeat center top;
    background: linear-gradient(90deg, #9968fd, #fc49af) no-repeat center top;
}

.layui-layer.tips-layer .layui-layer-btn {
    text-align: center;
}

/*.layui-layer.tips-layer a {*/
/*min-width: 90px;*/
/*height: 32px;*/
/*line-height: 32px;*/
/*border: 0;*/
/*background: #697dac;*/
/*border-radius: 5px;*/
/*font-size: 14px;*/
/*color: #fff;*/
/*}*/
.r-btn {
    display: inline-block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    padding-left: 5px;
    border: none;
    border-radius: 3px;

    background: linear-gradient(0deg, #5e76b4, #4b5f94);
    color: #fff;
}