@charset "UTF-8";
body {
    background: #fff;
    font-family: "Arial", "微软雅黑";
}

.view-wap {
    width: 1600px;
    margin: 0 auto
}

#header {
    position: relative;
    display: inline-block;
    width: 100%;
}

#header .tools {
    height: 36px;
    line-height: 36px;
    margin-top: 50px;
}

#header .tools .btn-usercenter {
    display: inline-block;
    width: 65px;
    height: 65px;
    padding: 0;
    background: url(../images/icon-user.png) center no-repeat #6156bb;
    border-radius: 65px;
    overflow: hidden;
    vertical-align: center;
    text-align: left;
    vertical-align: middle;
}

#header .tools .btn-usercenter:hover {
    background-color: #3595d5
}

.favorite {
    background: url(../images/index_03.png) left center no-repeat;
    padding-left: 20px;
}

.navwap {
    display: inline-block;
    width: 100%;
    min-height: 125px;
    background: #34288a;
    position: relative;
    z-index: 3; /* IE6和部分IE7内核的浏览器(如QQ浏览器)下颜色被覆盖 */
}

.navwap.indexnav {
    background: url(../images/headerbg.png) left top repeat-x;
    height: 250px
}

.nav {
    margin-top: 50px;
}

.nav li {
    display: inline-block;
    float: left
}

.nav li a, #header .tools a, #header .tools {
    line-height: 55px;
    font-family: "微软雅黑";
    font-size: 20px;
    color: #FFF;
    font-weight: lighter;
    padding: 0 20px;
    height: 55px;
    display: inline-block
}

.nav li a:hover, .nav li a.current {
    border-bottom: 2px solid #9a1403;
    text-decoration: none;
}

.logo {
    width: 236px;
    height: 118px;
    margin-top: 5px;
    float: left;
    margin-right: 50px
}

.logo a {
    width: 236px;
    height: 118px;
    background: url(../images/logo.png) center no-repeat;
    display: block;
    text-indent: -9999px;
    margin-left: 7px
}

.download-div {
    width: 410px;
    height: 418px;
    background: url(../images/hei_bg.png) no-repeat;
    background-size: 100% 100%;
    position: fixed;
    z-index: 9999;
    right: 0;
    bottom: 80px;
    padding: 40px;
}

.btn-down-mobile, .btn-down-pc, .btn-refill {
    width: 326px;
    height: 70px;
    background: url(../images/download-phone.png) center no-repeat;
    text-indent: -99999px;
    display: inline-block;
    cursor: pointer;
    margin-top: 10px !important;
}

.btn-down-pc {
    background: url(../images/download-pc.png) left top;
}

.btn-down-mobile:hover {
    background: url(../images/download-phone.png) left -70px;
}

.btn-down-pc:hover {
    background: url(../images/download-pc.png) left -70px;
}

.btn-down-new {
    width: 152px;
    height: 60px;
    background: url(../images/download-new.png) center no-repeat;
    text-indent: -99999px;
    display: inline-block;
    cursor: pointer;
    margin-top: 10px !important;
}

.btn-down-old {
    width: 152px;
    height: 60px;
    background: url(../images/download-old.png) center no-repeat;
    text-indent: -99999px;
    display: inline-block;
    cursor: pointer;
    margin-top: 10px !important;
}
input[type=text],
input[type=password],
input[type=number],
input[type=date],
select
{
    padding: 3px 10px;
    margin: 1px 2px;
    height: 35px;
    font-size: 15px;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #CCC;
    box-shadow: 1px 1px 2px 0 #d1d9f5 inset;
    color:#666;
}

.btn-refill {
    width: 253px;
    background: url(../images/btn-refill.png) left top no-repeat;
    border: 0
}

.btn-refill:hover {
    background: url(../images/btn-refill.png) left -70px;
}

.btn-group {
    display: inline-block;
    height: 35px;
    vertical-align: middle;
}

.btn-group > * {
    float: left;
    margin: 0 !important;
    height: 100% !important;
    border: 1px solid #BBB;
    border-right-width: 0 !important;
}

.btn-group > *:first-child {
    border-radius: 4px 0 0 4px;
}

.btn-group > *:last-child {
    border-radius: 0 4px 4px 0;
    border-right-width: 1px !important;
}

.btn-group > input {
    padding-left: 10px;
    padding-right: 6px;
}

.codepic {
    margin-right: 10px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    position: absolute;
    display: block;
    bottom: 30px;
    width: 326px;
}

.codepic img {
    margin-bottom: 5px;
}

.disabled, a[disabled], button[disabled] {
    pointer-events: none !important;
    filter: grayscale(50%);
}

#ewm_new {
    float: left;
    width: 155px;
    height: 138px;
    padding: 0 20px;
    overflow: hidden;
    background: url(../images/erweima_border.png) center no-repeat;
}

#ewm_new img {
    width: 118px;
    height: 110px;
    border: 0;
    margin-top: 15px;
}

#ewm_old {
    float: right;
    width: 155px;
    height: 138px;
    padding: 0 20px;
    overflow: hidden;
    background: url(../images/erweima_border.png) center no-repeat;
}

#ewm_old img {
    width: 118px;
    height: 110px;
    border: 0;
    margin-top: 15px;
}

.a-reg, .a-recharge {
    display: inline-block;
    background: url(../images/icon01.png) 5px 5px no-repeat;
    padding-left: 40px;
    line-height: 40px;
    margin-right: 15px;
    font-size: 16px;
    color: #fff
}

.a-recharge {
    background: url(../images/icon02.png) 5px 5px no-repeat;
}

#index-dl.download-div {
    position: fixed;
    bottom: 160px;
    right: 10%;
}

#content {
    margin: 0 auto;
    margin-top: 20px;
    font-family: "微软雅黑";
    font-size: 14px;
    position: relative
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mr20 {
    margin-right: 20px;
}

.mr10 {
    margin-right: 10px;
}

.mt45 {
    margin-top: 45px;
}

.mr40 {
    margin-right: 40px;
}

.ml114 {
    margin-left: 114px;
}

.ml270 {
    margin-left: 270px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb15 {
    margin-bottom: 15px;
}

.ml15 {
    margin-left: 15px
}

.mb5 {
    margin-top: 5px;
}

.f18 {
    font-size: 18px;
    line-height: 30px;
}

.f24 {
    font-size: 24px;
    font-weight: normal;
}

.hide {
    display: none;
}

.tc {
    text-align: center
}

.tr {
    text-align: right
}

.w60 {
    width: 60px !important;
    display: inline-block;
}

.w70 {
    width: 70px !important;
    display: inline-block;
}

.w80 {
    width: 80px !important;
    display: inline-block;
}

.w100 {
    width: 100px !important;
    display: inline-block;
}

.w120 {
    width: 120px !important;
    display: inline-block;
}

.w150 {
    width: 150px !important;
    display: inline-block;
}

.w180 {
    width: 180px !important;
    display: inline-block;
}

.w200 {
    width: 200px !important;
    display: inline-block;
}

.w250 {
    width: 250px !important;
    display: inline-block;
}

.w300 {
    width: 300px !important;
    display: inline-block;
}

.w350 {
    width: 350px !important;
    display: inline-block;
}

.w400 {
    width: 400px !important;
    display: inline-block;
}

#footer {
    width: 100%;
    display: inline-block;
    clear: both;
    margin-top: 60px;
    border-top: 2px solid #8f70d9
}

#footer .view-wap {
    padding: 20px;
    color: #464646;
    line-height: 26px;
    text-align: center;
    font-size: 14px
}

.center {
    text-align: center
}

.select:not(:-internal-list-box) {
    overflow: visible !important;
}

select {
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em 0em 0em 0em;
    font: 13.3333px Arial;
}

select {
    -webkit-appearance: menulist;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    color: black;
    background-color: white;
    cursor: default;
    border-width: 1px;
    border-style: solid;
    border-color: initial;
    border-image: initial;
}

.ipt1, .ipt2, .area-help, .user-form .form-textarea {
    background: #fff;
    border: 1px solid #ccc;
    font-size: 12px;
    color: #333;
    height: 30px;
    line-height: 1.125;
    vertical-align: middle;
    width: 180px;
    padding-left: 4px;
    padding-right: 4px;
    height: 30px \9;
    *margin: -2px 0 0;
    padding: 6px 4px 4px 4px \9;
    font-size: 14px;
    font-family: "微软雅黑"
}

.area-help {
    padding: 10px;
    overflow: auto;
    width: 850px;
    height: 165px;
    margin: 30px 0 25px;
}

.none {
    display: none;
}


.btn-common, .btn-down {
    padding: 10px 25px;
    background: linear-gradient(#ffae00, #ff8400);
    text-decoration: none;
    border-radius: 9px;
    color: #fff;
    display: inline-block;
    border: none;
    text-align: center;
    font-size: 16px;
    font-family: "微软雅黑";
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffae00', endColorstr='#ff8400', GradientType=0)
}

.btn-down {
    width: 100%;
    border-radius: 6px;
    text-align: center;
    padding: 15px;
    font-size: 20px;
    background: url(../images/1hover.png) 30px center no-repeat #ff7800;
}

.btn-common:hover, .btn-down:hover {
    background: linear-gradient(#ff8400, #ffae00);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8400', endColorstr='#ffae00', GradientType=0)
}

.Validform_checktip {
    margin-left: 8px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    color: #999;
    font-size: 12px;
}

.Validform_right {
    color: #71b83d;
    padding-left: 20px;
    background: url(../images/right.png) no-repeat left center;
}

.Validform_wrong {
    color: red;
    padding-left: 20px;
    white-space: nowrap;
    background: url(../images/error.png) no-repeat left center;
}

.Validform_loading {
    padding-left: 20px;
    background: url(../images/onLoad.gif) no-repeat left center;
}

#Validform_msg {
    color: #7d8289;
    font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif;
    width: 280px;
    -webkit-box-shadow: 2px 2px 3px #aaa;
    -moz-box-shadow: 2px 2px 3px #aaa;
    background: #fff;
    position: absolute;
    top: 0px;
    right: 50px;
    z-index: 99999;
    display: none;
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999');
}

#Validform_msg .iframe {
    position: absolute;
    left: 0px;
    top: -1px;
    z-index: -1;
}

#Validform_msg .Validform_title {
    line-height: 25px;
    height: 25px;
    text-align: left;
    font-weight: bold;
    padding: 0 8px;
    color: #fff;
    position: relative;
    background-color: #000;
}

#Validform_msg a.Validform_close:link, #Validform_msg a.Validform_close:visited {
    line-height: 22px;
    position: absolute;
    right: 8px;
    top: 0px;
    color: #fff;
    text-decoration: none;
}

#Validform_msg a.Validform_close:hover {
    color: #cc0;
}

#Validform_msg .Validform_info {
    padding: 8px;
    border: 1px solid #000;
    border-top: none;
    text-align: left;
}


.form-textarea {
    vertical-align: middle;
    border: 1px solid #ccc;
    height: 96px;
    padding: 4px;
    width: 500px;
    font: 14px/20px auto;
}

.smallbutton-common, .btn-ok, .form-button-phone {
    background: #eaf9f9;
    font-family: "微软雅黑";
    overflow: visible;
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;

    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    outline: none;
    margin-left: 5px;
    margin-right: 5px;
    width: 85px;
    height: 31px;
    border: 1px solid #cadde5;
    border-radius: 6px;
    color: #333;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    line-height: 30px;
}

.red {
    color: #ff0000
}

.dack {
    color: #ccc
}

.green {
    color: #3c0
}

.yellow {
    color: #ff6600
}

.gray {
    color: #ccc
}

.blue {
    color: #00bdff;
}

.greyed {
    filter: grayscale(0.95);
}

.smallbtn {
    height: 30px;
    line-height: 30px;
    background: linear-gradient(#ffae00, #ff8400);
    border: none;
    border-radius: 6px;
    color: #fff;
    font-family: "微软雅黑";
    font-size: 14px;
    padding: 0 15px;
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffae00', endColorstr='#ff8400', GradientType=0);
}

.smallbtn:hover {
    background: linear-gradient(#ff8400, #ffae00);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8400', endColorstr='#ffae00', GradientType=0);
}

.tablebg {
    border: 1px solid #ececec;
    background: #f9f9f9
}

.form-tit {
    width: 30%;
    display: inline-block;
    text-align: right;
    padding-top: 10px
}

.flex-middle {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    align-content: space-around;
}

.floating-code {
    position: fixed;
    top: 40px;
    left: 10px;
    width: 162px;
    background: url(../images/codetitle.jpg) left top no-repeat #fff;
    z-index: 11111;
    padding: 5px;
    padding-top: 70px;
}

#popcode {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    padding: 5px;
    font-size: 16px;
    top: -10px
}

#popcode .popcode-infor {
    background: #FFF;
    padding: 10px
}

#popcode .popcode-infor .btn-submit {
    width: 65px;
    height: 30px;
    margin: 10px;
    margin-left: 64px;
}

.button-closed {
    font-weight: bold;
    color: #fff;
    padding: 10px;
    background-color: #F00;
    display: inline-block;
    line-height: 0;
    margin-left: 315px;
}


@media screen and (max-width: 1280px) {
    #content, .view-wap {
        width: 1200px;
    }

    .nav li a, #header .tools a, #header .tools {
        padding: 0 13px
    }

    #content .contact-left, #content .contact-right {
        font-size: 14px;
    }

    .contact-left img {
        width: 109px
    }

    .contact-right .qqservice img {
        width: 150px;
    }

    #content .contact-right p {
        margin-top: 108px
    }

    #header .tools .login {
        display: none !important;
    }

    .swiper-slide.swiper-slide-active img {
        width: 366px;
        height: 157px;
    }

    .news-warp .list-wap li {
        height: 28px;
        overflow: hidden
    }

    .news-warp .list-wap li a {
        float: left;
        line-height: 28px;
        font-size: 14px
    }

    .news-warp .list-wap li span.date {
        line-height: 28px;
    }

    .event-div .event-bar {
        height: 190px;
    }

    .game-div.products li a img {
        width: 220px;
        height: 125px;
    }

    #content h2, #content .tab-top a {
        font-size: 24px
    }
}

@media screen and (min-width: 1280px) {
    #header {
        width: auto;
    }

    #content, .view-wap {
        width: 1600px;
    }
}

@media screen and (min-width: 1600px) {
    #header {
        width: 100%;
    }
}


* {
    box-sizing: border-box
}

body {
    font: 12px Arial, "宋体";
    background: #fff;
    -webkit-text-size-adjust: 100%;
    min-width: 1200px;
}

li {
    list-style: none;
}

img {
    border: 0;
    vertical-align: middle;
}

p {
    word-wrap: break-word;
}

em, i, th, b {
    font-style: normal;
    font-weight: normal;
}

.fl {
    float: left;
}

/*样式*/
.levitate {
    width: 502px;
    height: 281px;
    background: url(../images/black_bg.png) no-repeat;
    background-size: 100% 100%;
    position: fixed;
    z-index: 9999;
    right: 0;
    bottom: 80px;
    padding: 40px;
    right: 10%;
}

.levi_left {
    width: 170px;
}

.levtleft_tit {
    font-size: 20px;
    padding-top: 10px;
    color: #fff;
    font-weight: bold;
}

.ewm {
}

.ewm img {
    width: 160px;
    height: 160px;
}

.levi_right {
    float: right;
    width: 244px;
}

.btn_a {
    background: url(../images/btn_a.png) no-repeat;
    width: 254px;
    height: 77px;
    display: block;
}

.btn_b {
    background: url(../images/btn_b.png) no-repeat;
    width: 254px;
    height: 77px;
    display: block;
    margin-top: 8px;
}

.a-reg, .a-recharge {
    display: inline-block;
    background: url(../images/icon01.png) 5px 5px no-repeat;
    padding-left: 40px;
    line-height: 40px;
    margin-right: 15px;
    font-size: 16px;
    color: #fff
}

.a-recharge {
    background: url(../images/icon02.png) 5px 5px no-repeat;
}


.table-common{border-top: 1px #d8d8d8 solid;border-left:1px #d8d8d8 solid;color:#333 ;text-align:center;width:100%; line-height:36px; font-size:14px;background: #FFF;}
.table-common th,.table-common td{border-bottom: 1px #d8d8d8 solid;border-right:1px #d8d8d8 solid;height:30px}
.table-common thead{box-shadow: 0 -1px 2px 0 #d9d9da;background:#2d365c;color:#fff;font-size: 14px}
.table-common thead th{padding: 4px 0;font-weight: bold; background-color:#eff0f4; color:#333; font-size: 15px;}
.table-common a{ color:#ff6600}
.table-common img{ padding-top:12px;}

.common-row{width: 100%;margin: 5px auto 5px;display: inline-block;}


/* 图片预览浮窗 */
#image-view{position:absolute;left:0;top:0;width:100%;height:100%;}
#image-view em{position:absolute;top:0;left:0;width:100%;height:100%;background:#4b4b4b;opacity:0.8;}
#image-view .box{position:relative;margin:auto;display: flex; flex-direction: column; justify-content: space-around;align-items:center;align-content: space-around;}
#image-view .box .ctn{background:#FFF;border-radius: 5px;text-align:center;}
#image-view .box .ctn img{max-width: 100%; max-height: 100%;border-radius: 5px;}

#qr-view{position: fixed;top: 40%;left: 45%;padding: 20px;border: 1px solid #999;display: inline-block;box-shadow: 1px 2px 10px #bdbcbc;background: #FFF;}

.popfixed{
    position: fixed;
    top:0;
    bottom: 0;
    left:0;
    right: 0;
    text-align: center;
    background: rgba(0,0,0,0.2);
    z-index: 10000;
}
.popfixed::after{
    content: "";
    display:inline-block;
    height: 100%;
    width:0;
    vertical-align: middle;
}
.popbox{
    display:inline-block;
    width:420px;
    padding-bottom: 10px;
    vertical-align: middle;
    background-color: #fff;
    font-size: 18px;
    text-align: left;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 1px solid #EBEEF5;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
}

.poptop{
    position: relative;
    width: 100%;
    height: 70px;
}

.popclose {
    position:absolute;
    top: 0;
    right: 0;
    width:40px;
    height:40px;
}

.poptitle {
    position:absolute;
    top: 20px;
    left: -8px;
    height: 50px;
    width:auto;
}

.popcontent{
    padding: 10px 15px;
    color: #606266;
    font-size: 14px;
}