@CHARSET "UTF-8";
@import url("resetv2.css");
@import url("iconfont/iconfont.css");
@import url("iconfontNew/iconfont.css");

.cfx {
    zoom: 1;
    position: relative;
}

.cfx:after {
    display: block;
    visibility: hidden;
    clear: both;
    overflow: hidden;
    height: 0;
    content: '.';
}

.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;
    max-width: 1920px;
    min-width: 1200px;
    margin: 0 auto;
    background: #F1F1F1F1;
}

@media (max-width: 768px) {
    body {
        max-width: 100%;
        min-width: 100%;
        width: 100%;
    }
}

body.night {
    background: #1C1E27;
}

.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: #f6f4f5;
    display: none;
    opacity: 0 !important;
}

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

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

#AjaxLoading {
    border: 1px solid #8CBEDA;
    color: #37a;
    font-size: 12px;
    font-weight: bold;
}

#AjaxLoading div.loadingWord {
    width: 180px;
    height: 50px;
    line-height: 50px;
    background: #fff;
}

#AjaxLoading img {
    margin: 10px 15px;
    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;
}

.wp {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.z20 {
    position: relative;
    z-index: 20;
}

.header_top {
    height: 50px;
    background: #EEF2F6;
}

.header_top.night {
    height: 50px;
    background: #1E1E1E !important;
    color: #fff;
}

.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 {
    color: #fff !important;
}

.login_before_wp input:-ms-input-placeholder {
    color: #fff !important;
}

.login_before_wp input::-moz-placeholder {
    color: #fff !important;
    opacity: 1;
}

.login_before_wp input:-moz-placeholder {
    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: #D02443;
    color: #fff;
    border-radius: 4px !important;
}

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

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

.login_before_wp #regBtn {
    display: inline-block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    background: #0084FD;
    color: #fff;
    font-size: 14px;
    transition: all .3s;
}

.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 {
    position: relative;
    float: left;
    height: 50px;
    line-height: 50px;
    margin-right: 15px;
    background: 0;
}

.login_after li .c2cWarning {
    position: absolute;
    right: 20px;
    top: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background: #FF4D4D;
    display: none;
}

.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: #d02443;
    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 !important;
    background: #d02443;
    border-radius: 5px;
    cursor: pointer;
}

.login_after .btn_logout.night {
    background: #697dac;
    color: #fff !important;
}

.vip-sprite {
    position: relative;
    top: 5px;
    left: 0;
    display: inline-block;
    width: 32px;
    height: 30px;
}

.vip-sprite.vip-0 {
    background: url(/images/usercenter/vip/level0.png) no-repeat center center / 100% 100%;
}

.vip-sprite.vip-1 {
    background: url(/images/usercenter/vip/level1.png) no-repeat center center / 100% 100%;
}

.vip-sprite.vip-2 {
    background: url(/images/usercenter/vip/level2.png) no-repeat center center / 100% 100%;
}

.vip-sprite.vip-3 {
    background: url(/images/usercenter/vip/level3.png) no-repeat center center / 100% 100%;
}

.vip-sprite.vip-4 {
    background: url(/images/usercenter/vip/level4.png) no-repeat center center / 100% 100%;
}

.vip-sprite.vip-5 {
    background: url(/images/usercenter/vip/level5.png) no-repeat center center / 100% 100%;
}

.vip-sprite.vip-6 {
    background: url(/images/usercenter/vip/level6.png) no-repeat center center / 100% 100%;
}

.vip-sprite.vip-7 {
    background: url(/images/usercenter/vip/level7.png) no-repeat center center / 100% 100%;
}

.vip-sprite.vip-8 {
    background: url(/images/usercenter/vip/level8.png) no-repeat center center / 100% 100%;
}

.vip-sprite.vip-9 {
    background: url(/images/usercenter/vip/level9.png) no-repeat center center / 100% 100%;
}

.vip-sprite.vip-10 {
    background: url(/images/usercenter/vip/level10.png) no-repeat center center / 100% 100%;
}

.top_nav {
    position: relative;
    z-index: 10;
    background: #fff;
    height: 80px;
}

.top_nav.night {
    background: transparent;
}

.top_nav.night .navbar .game-dropdown {
    color: #697DA9;
    background: #EEF2F6;
}

.top_nav .navbar .game-dropdown.night {
    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: #333333;
    padding: 0 5px;
    border-bottom: 4px solid transparent;
    list-style: none;
    cursor: pointer;
    transition: all .3s;
}

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

.top_nav .navbar .navbar-list:nth-last-of-type(1) {
    margin-right: 0;
}

.top_nav .navbar .navbar-list .block {
    display: block;
    position: relative;
    color: #333333;
}

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

.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 #D02443 !important;
    color: #D02443 !important;
}

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

.top_nav .spon-dropdown {
    position: absolute;
    width: 148px;
    left: 40%;
    bottom: -112px;
    transform: translateX(-50%);
    display: none;
}

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

.top_nav .spon-dropdown a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 50px;
    font-weight: 400;
    font-size: 14px;
    background: #FFFFFF;
    color: #697DA9;
}

.top_nav .spon-dropdown a.night {
    color: #FFFFFF;
    background: #232632;
}

.top_nav .spon-dropdown a:hover {
    background: #D02443;
}

.top_nav .spon-dropdown li img {
    width: 26px;
    height: 26px;
    margin: 0 8px 0 15px
}

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

.top_nav .dropdown.night {
    color: #647488;
    background: #1E1E1E;
}

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

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

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

.top_nav .navbar .navbar-list .appdownload {
    width: 432px;
    height: 273px;
    position: absolute;
    top: 68px;
    left: -130px;
    background: url(../images/index/appdownload3.png) no-repeat center center / 100% 100%;
    transform: translateX(-50%);
    z-index: 1000;
    display: none;
}

.top_nav .navbar .navbar-list .appdownload canvas {
    position: absolute;
    right: 31px;
    top: 55px;
}

.top_nav .navbar .navbar-list .appdownload .rightScan {
    width: 146px;
    margin-left: 256px;
}

.top_nav .navbar .navbar-list .appdownload .rightScan p, .top_nav .navbar .navbar-list .appdownload .rightScan h4 {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    margin: 30px auto 10px;
}

.top_nav .navbar .navbar-list .appdownload .rightScan h4 {
    margin-top: 5px;
    line-height: 20px;
}

.top_nav .navbar .navbar-list .appdownload .rightScan .nav-Qrcode {
    width: 137px;
    height: 137px;
    border: 10px solid #fff;
    border-radius: 8px;
}

.top_nav .navbar .navbar-list .appdownload .rightScan canvas {
    width: 120px;
    height: 120px;
}

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

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

.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;
    float: none !important;
    text-align: center !important;
    font-weight: 300;
}

.drop-list a, .drop-list label {
    color: #666;
}

.navbar-list li:hover a, .navbar-list li:hover label {
    color: #fff;
}

.drop-list a.night, .drop-list label.night {
    color: #fff;
}

.top_nav .dropdown .drop-list button {
    display: block;
    position: relative;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    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: #D02443;
    color: #fff;
}

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

.top_nav .dropdown .drop-list-title a.night {
    color: #fff;
}

.top_nav .dropdown .drop-list-title a {
    display: block;
    width: 100%;
    color: #FFFFFF;
}

.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: 350px;
    height: 50px;
    overflow-x: hidden;
    background: transparent;
    overflow-y: hidden;
}

#newgong.night {
    background: rgba(0, 0, 0, .3);
}

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

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

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

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

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

#newgong #new-center #notice {
    position: relative;
    float: left;
    top: 0;
    left: 0;
    width: 24px;
    height: 50px;
    background: #EEF2F6;
}

.night #newgong #new-center #notice {
    background: #1E1E1E;
}

#newgong #new-center #notice i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 18px;
    height: 18px;
    background: url('/images/index/main/ad-day.svg') no-repeat center center / 100% 100%;
}

.night #newgong #new-center #notice i {
    background: url('/images/index/main/ad-night.png') no-repeat center center / 100% 100%;
}

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

#newgong .demolist .newsgao div {
    float: left;
}

#newgong .newsgao ul li a {
    display: block;
    width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    line-height: 50px;
    font-size: 12px;
}

.night #newgong #demo99 {
    background: #1E1E1E;
}

#ued-customer {
    position: fixed;
    top: 508px;
    right: 10px;
    z-index: 9000;
    width: 80px;
    height: 90px;
    cursor: pointer;
    transition: 0.5s;
    -webkit-animation: gogogo 1s infinite linear;
}

#ued-newYear {
    position: fixed;
    top: 575px;
    right: 10px;
    z-index: 9000;
    width: 97px;
    height: 116px;
    cursor: pointer;
    transition: 0.5s;
    -webkit-animation: gogogo 1s infinite linear;
    cursor: pointer;
}

.video-layer {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    display: none;
}

.video-in {
    width: 1010px;
    height: 568px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100001;
}

.close-video {
    width: 36px;
    height: 36px;
    position: absolute;
    bottom: 24px;
    z-index: 100002;
    cursor: pointer;
    left: 50%;
    transform: translateX(-50%);
}

.newYear-video {
    width: 1010px;
    height: 568px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100001;
}

@-webkit-keyframes gogogo {
    0% {
        -webkit-transform: scale(1.0);
    }
    50% {
        -webkit-transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1.0);
    }
}

#ued-service-cont {
    position: fixed;
    top: 154px;
    right: 10px;
    z-index: 9000;
    width: 86px;
    border-radius: 2px;
    background: #fff;
    color: #666666;
    font-weight: 400;
    font-size: 14px;
    display: none;
}

#ued-service-cont ul li {
    position: relative;
    text-align: center;
    cursor: pointer;
    width: 86px;
    height: 54px;
    box-sizing: border-box;
    margin-bottom: 12px;
    text-align: center;
}

#ued-service-cont .pp .pp-qrcode,
#ued-service-cont .down .down-qrcode {
    position: absolute;
    right: 92px;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    border-radius: 20px;
    box-shadow: 0 0 0 1px #eee;
    display: none;
    padding: 5px 15px 5px 15px;
    box-sizing: border-box;
    /* 新增内容自适应的布局 */
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: auto;
    height: auto;
}

#ued-service-cont .pp .pp-qrcode::after,
#ued-service-cont .down .down-qrcode::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid white;
    filter: drop-shadow(1px 0 1px rgba(0, 0, 0, 0.05));
    border-radius: 0 2px 2px 0;
}

/* 如果你要让 canvas 自适应铺在中间区域 */
#ued-service-cont .pp .pp-qrcode canvas,
#ued-service-cont .down .down-qrcode canvas {
    width: 160px;
    height: 160px;
    display: block;
    padding-bottom: 15px;
}

.pp-qrcode p, .down-qrcode p {
    color: #333;
    font-size: 14px;
    padding: 5px;
}

#ued-service-cont .pp .pp-qrcode img, #ued-service-cont .down .down-qrcode img {
    width: 120px;
    height: 120px;
}

#ued-service-cont .down .qr-inner {
    width: 80px;
    height: 80px;
    margin: 10px 0 0 9px;
}

#ued-service-cont .down .qr-inner canvas {
    width: 80px;
    height: 80px;
}

#ued-service-cont ul li:hover {
    color: #D02443;
}

#ued-service-cont ul li:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 1px;
    background: #EEEEEE;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

#ued-service-cont .customer {
    margin-top: 15px;
}

#ued-service-cont ul li:nth-last-child(1) {
    margin-bottom: 0;
}

#ued-service-cont .cooperate:after {
    background: #fff;
}

#ued-service-cont li i {
    margin-bottom: 4px;
    display: inline-block;
    width: 20px;
    height: 20px;
}

.i-customer {
    background: url('../images/icon/customer-n.svg') no-repeat center center / 100% 100%;
}

.night .i-customer {
    background: url('../images/icon/customer-n.svg') no-repeat center center / 100% 100%;
}

.i-pp {
    background: url('../images/icon/hub-d.svg') no-repeat center center / 100% 100%;
}

.night .i-pp {
    background: url('../images/icon/hub-d.svg') no-repeat center center / 100% 100%;
}

.i-down {
    background: url('../images/icon/down.svg') no-repeat center center / 100% 100%;
}

.night .i-down {
    background: url('../images/icon/down.svg') no-repeat center center / 100% 100%;
}

.i-cooperate {
    background: url('../images/icon/cooperate.svg') no-repeat center center / 100% 100%;
}

.night .i-cooperate {
    background: url('../images/icon/cooperate.svg') no-repeat center center / 100% 100%;
}

#ued-service-cont .uty8 .i-uty8 {
    background: url('../images/icon/uty8.svg') no-repeat center center / 100% 100%;
}

#ued-service-cont .uty8:hover .i-uty8 {
    background: url('../images/icon/uty8-h.svg') no-repeat center center / 100% 100%;
}

#ued-service-cont .customer:hover .i-customer {
    background: url('../images/icon/customer-h.svg') no-repeat center center / 100% 100%;
}

#ued-service-cont .pp:hover .i-pp {
    background: url('../images/icon/hub-n.svg') no-repeat center center / 100% 100%;
}

#ued-service-cont .down:hover .i-down {
    background: url('../images/icon/down-h.svg') no-repeat center center / 100% 100%;
}

#ued-service-cont .cooperate:hover .i-cooperate {
    background: url('../images/icon/cooperate-h.svg') no-repeat center center / 100% 100%;
}

#ued-service-cont .pp:hover .pp-qrcode {
    display: block !important;
}

#ued-service-cont .down:hover .down-qrcode {
    display: block !important;
}

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

#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 {
    position: relative;
    max-width: 1920px;
    min-width: 1200px;
    margin: 0 auto;
    background: #232323;
}

#header .header_c2c {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #ECD88B;
    opacity: 0.8;
    z-index: 1;
    cursor: pointer;
    display: none;
}

#header .header_c2c .c2c_inner {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    color: #FF2D55;
    font-size: 15px;
    font-weight: bold;
    overflow: hidden;
}

#header .header_c2c .c2c_inner .scroll {
    display: flex;
    width: 2400px;
    position: absolute;
    left: 20px;
    top: 0px;
    white-space: nowrap;
}

.scroll li {
    width: 800px;
    float: left;
    text-align: left;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
}

#header .header_c2c .c2c_inner .timeWrapper {
    display: inline-block;
}

#header .header_c2c .c2c_inner img {
    width: 18px;
    height: 18px;
    margin: -5px 5px 0 0;
}

#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;
}

.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;
    cursor: pointer;
    background: #F1F1F1F1;
}

.login-dropdown ul li.night {
    background: #273247;
}

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

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

.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 {
    cursor: pointer;
}

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

.login_after .icon-xinfeng1, .login_after .js-email-count {
    color: #FF2D55;
}

.clearWrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: 780px;
    height: 50px;
}

.clearWrapperLogin {
    margin-left: 370px !important;
}

/* 白天模式 */
.clearWrapper a {
    display: flex;
    align-items: center;
    height: 50px;
    color: #333;
    font-size: 12px;
    position: relative;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}

.clearWrapper a:hover {
    color: #000;
    transform: translateX(2px);
}


/* 黑夜模式 */
.night .clearWrapper a {
    color: #999;
}

.night .clearWrapper a:hover {
    color: #fff;
    transform: translateX(2px);
}

.js-change-mode {
    display: flex;
    width: 80px;
    cursor: pointer;
}

.js-change-mode img {
    position: relative;
    left: -3px;
}

.clearLine {
    width: 1px;
    height: 14px;
    background: #999;
    margin: 0 10px;
}

.loginedLevelWrapper {
    position: absolute;
    left: 600px;
    top: 0;
    display: flex;
    width: 160px;
    height: 50px;
    align-items: center;
    justify-content: flex-start;
    font-size: 12px;
    color: #333;
}

.night .loginedLevelWrapper {
    color: #999;
}

.headGuideList {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
    width: 140px;
    height: 320px;
    background: #fff;
    box-shadow: 0px 2px 10px 0px #00000033;
    border-radius: 4px;
    padding: 20px;
    z-index: 100;
    display: none;
}

.night .headGuideList {
    background: #282828;
}

.loginedLevelWrapper:hover .headGuideList {
    display: block;
}

.headGuideList li {
    font-size: 12px;
    color: #333;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 30px;
    margin-bottom: 20px;
    cursor: pointer;
}

.night .headGuideList li {
    color: #fff;
}

.headGuideList li img {
    margin-right: 10px;
}

.headGuideList li:last-child {
    margin-bottom: 0;
}

.loginedLevelWrapper .headerLevel {
    margin: 0 6px;
}

.headerArrow {
    position: absolute;
    right: 0;
    width: 9px;
    height: 6px;
    background: url('/images/index/main/arrow.png') no-repeat center center / 100% 100%;
}

.headerAmountWrapper {
    position: absolute;
    left: 780px;
    top: 50%;
    transform: translateY(-50%);
    width: 160px;
    height: 50px;
}

.headerAmount {
    position: relative;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 160px;
    height: 30px;
    border-radius: 4px 0px 0px 4px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 12px;
}

.night .headerAmount {
    background-color: #282828;
}

.headerAmount label {
    color: #FF2D55;
    font-weight: 500;
}

.headerAmount span {
    color: #333;
}

.night .headerAmount span {
    color: #999;
}

.headerAmount img {
    width: 16px;
    height: 16px;
    margin-right: 4px;
    margin: 0 4px 0 10px;
}

.headerSecondList {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
    padding: 10px 10px 20px 10px;
    border-radius: 4px;
    box-shadow: 0px 2px 10px 0px #00000033;
    background: #fff;
    width: 172px;
    height: 270px;
    z-index: 100;
    display: none;
}

.night .headerSecondList {
    background: #282828;
}

.headerSecondList li {
    margin-bottom: 20px;
    font-size: 12px;
}

.headerSecondList li:first-child {
    font-size: 14px;
    font-weight: 600;
}

.headerSecondList li:last-child {
    margin-bottom: 0;
}

.headerSecondList li a {
    display: flex;
    color: #333;
    font-size: 12px;
    width: 152px;
    height: 12px;
    align-items: center;
    justify-content: space-between;
}

.night .headerSecondList li a {
    color: #fff;
}

.headerSecondList li span {
    display: flex;
    position: relative;
    padding-right: 15px;
    align-items: center;
}

.headerSecondList .spotLine {
    height: 8px;
    border-bottom: 1px dashed #313131;
}

.headerSecondList li .lockTip {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url('/mobile/images/theme/warn-dark.png') no-repeat center center / 100% 100%;
}

.lockTip:hover .lockAlert {
    display: block;
}

.headerSecondList li.nm span::after {
    background: none;
}

.headerSecondList li span::after {
    content: '';
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 9px;
    height: 6px;
    background: url(/images/index/main/arr-r.png) no-repeat center center / auto 100%;
}

.lockAlert {
    position: absolute;
    left: -22px;
    top: 16px;
    width: 305px;
    height: 152px;
    background: url(/images/index/main/lock-alert.png) no-repeat center center / 100% 100%;
    z-index: 100;
    box-sizing: border-box;
    padding: 21px 14px;
    text-align: left;
    font-size: 12px;
    font-style: normal;
    display: none;
}

.night .lockAlert {
    background: url(/images/index/main/night/lock-alert.png) no-repeat center center / 100% 100%;
}

.lockAlert h1 {
    font-weight: 500;
    color: #000000;
    margin-bottom: 20px;
}

.lockAlert p {
    color: #3F434A;
    font-weight: 400;
}

.night .lockAlert h1, .night .lockAlert p {
    color: #fff;
}

.headerAmountWrapper:hover .headerSecondList {
    display: block;
}

.headerMoneyLink {
    position: absolute;
    top: 0;
    right: 85px;
    display: flex;
    width: 170px;
    height: 50px;
    align-items: center;
    justify-content: space-between;
    margin-right: 20px;
}

.headerMoneyLink li {
    width: 50px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    font-size: 14px;
    color: #FFFFFF;
    border-radius: 4px;
}

.headerDeposit {
    border-radius: 0px 4px 4px 0px !important;
    background: #FF2D55;
}

.headerWithdraw {
    background: #0084FD;
}

.headerTrans {
    background: #11AA66;
}

/* 充值 hover */
.headerDeposit:hover {
    background: #ff4d6d;
    box-shadow: 0 0 6px rgba(255, 45, 85, 0.6);
    transform: translateY(-1px);
}

/* 提款 hover */
.headerWithdraw:hover {
    background: #3399ff;
    box-shadow: 0 0 6px rgba(0, 132, 253, 0.5);
    transform: translateY(-1px);
}

/* 转账 hover */
.headerTrans:hover {
    background: #33cc88;
    box-shadow: 0 0 6px rgba(17, 170, 102, 0.5);
    transform: translateY(-1px);
}

.headerLetter {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    height: 50px;
    align-items: center;
    font-size: 12px;
    color: #333333;
}

.night .headerLetter {
    color: #999;
}

.headerLetter li {
    cursor: pointer;
}

.headerLetter i, .headerLetter span {
    color: #FF2D55;
}

.headerLetter i {
    margin-right: 6px;
}

.win-icon {
    position: absolute;
    right: -5px;
    top: 8px;
    width: 20px;
    height: 20px;
    background: url(../images/win.png) no-repeat center center / 100% 100%;
    z-index: 1;
}

.hot-icon {
    position: absolute;
    right: 0;
    top: 8px;
    width: 14px;
    height: 18px;
    background: url(../images/draw-hot.png) no-repeat center center / 100% 100%;
    z-index: 1;
}

.new-price {
    position: absolute;
    right: 0;
    top: 14px;
    width: 22px;
    height: 14px;
    background: url(../images/price.png) no-repeat center center / 100% 100%;
}

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

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

.hot-icon1 {
    right: 0px;
}

.new-icon {
    position: absolute;
    right: 0;
    top: 12px;
    width: 24px;
    height: 18px;
    z-index: 1;
    background: url(../images/new.png) no-repeat center 0;
}

.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;
}

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

.ui-btn {
    height: 45px;
    line-height: 45px;
    background: #D02443;
    border-radius: 5px;
    color: #fff !important;
    padding: 5px 25px;
    font-size: 18px;
    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: #2A93FF
}

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

.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;
}

#ued-webLetters {
    position: fixed;
    position: fixed;
    bottom: 36px;
    right: 10px;
    z-index: 9000;
    width: 314px;
    height: 168px;
    cursor: pointer;
    display: none;
}

.webLetters-header {
    width: 314px;
    height: 48px;
    border-radius: 8px 8px 0px 0px;
    background: linear-gradient(184.28deg, #E22748 15.26%, #BF1130 82.76%);
    color: #fff;
    line-height: 48px;
    padding: 0px 15px;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.right-close {
    width: 20px;
    height: 20px;
}

.webLetters-con {
    padding: 17px 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-radius: 0px 0px 8px 8px;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.night .webLetters-con {
    box-shadow: none;
}

.icon-letter {
    width: 96px;
    height: 84px;
}

.webLetters-inner {
    position: relative;
    width: 120px;
    height: 128px;
    background: url('/images/icon/webLetter.png') no-repeat center center / 100% 100%;
}

.right-cons {
    font-size: 14px;
    color: #333;
    margin-left: 10px;
}

.webLetters-btn {
    width: 100px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    border-radius: 5px;
    background: #D02443;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin-top: 8px;
}

.right-cons .webLetters-num {
    color: #FF3434;
}

.vip-cumster {
    width: 260px;
    height: 80px;
    cursor: pointer;
    position: absolute;
    top: 151px;
    right: 191px;
}

#logo-text {
    position: absolute;
    left: 59px;
    top: 35px;
    letter-spacing: 3px;
    color: #999;
}

.night #logo-text {
    color: #fff;
}