/*---reset---*/
html,body,dl,dd,ul,ol,h1,h2,h3,h4,h5,h6,p,form,button,input,select,textarea{margin:0;padding:0;font:12px/1.5 Microsoft YaHei,tahoma,'\5b8b\4f53',sans-serif}
h1,h2,h3,h4,h5,h6{font-size:100%}
em,b{font-style:normal}
a, a:hover, a:visited {
    text-decoration: none;
    color: #000;
    outline: 0;
}
img{border:0;display:inline-block;vertical-align: middle;}
button,input,select,textarea{font-size:100%;outline:none}
table{border-collapse:collapse;border-spacing:0}
td,th,ul,ol{padding:0; list-style: none;}

/*---common---*/
*{box-sizing: border-box;}
.none,.hide{display:none;}
.cb{clear:both}
.clearfix{*zoom:1}
.clearfix:after{content:'\20';display:block;height:0;line-height:0;visibility:hidden;clear:both}
.fl{float:left;}
.fr{float:right;}
.fl,.fr{display:inline;}
.tac{text-align:center;}
.tar{text-align: right;}
.t_i{text-indent: -99999px;overflow: hidden;}
.mg-b0{margin-bottom:0;}

/*---sprite---*/
.nav-sp,
.nav-wrapper li i,
.nav-wrapper li span,
.nav-wrapper li:after{
    background: url("//game.gtimg.cn/images/jxqy2/cp/a20180820rst/nav_sprites.png") no-repeat;
}
.s1-sp{background: url("//game.gtimg.cn/images/jxqy2/cp/a20180820rst/s1_sprites.png") no-repeat;}
.s2-sp, .s2 .invite-wrapper .i-tit:after{background: url("//game.gtimg.cn/images/jxqy2/cp/a20180820rst/s2_sprites.png") no-repeat;}
.s3-sp, .tsNav li span, .s3 .tsNav li:after,.tsNav li.on,.s3 .s-right .tol{background: url("//game.gtimg.cn/images/jxqy2/cp/a20180820rst/s3_sprites.png") no-repeat;}
.tit-sp, .sections h2.tit{background: url("//game.gtimg.cn/images/jxqy2/cp/a20180820rst/tit_sprites.png") no-repeat;}
.main-sp{background: url("//game.gtimg.cn/images/jxqy2/cp/a20180820rst/cm_sprites.png") no-repeat;}

.browser-tips{
    width: 100%;
    height: 42px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index:999999;
    text-align: center;
    font-size: 18px;
    color:red;
    line-height:45px;
}

/*---head、footer---*/
.ost_box{position: fixed !important;}
.footer{bottom: 0; width: 100%; position: absolute !important;}
.footer .logo1 {
    background: url(//game.gtimg.cn/images/jxqy2/web201709/corporate-dark.png) no-repeat 0 0;
}
#ams_loginWxDiv{box-sizing: content-box;}

/*---body---*/
html,body,.wrap{
    width: 100%;
    height: 100%;
}
body{overflow-x: hidden; padding-top: 0 !important;}
.wrap{position: relative;}
.ms-wrap{
    width: 84px;
    height: 35px;
    background-position: -114px -110px;
    position: fixed;
    right: 30px;
    top: 68px;
    z-index: 8;
}
.ms-wrap.close{
    background-position: -10px -110px;
}
.btn-ms2{
    width: 35px;
    height: 35px;
    position: absolute;
    right: 0;
    top: 0;
}
.btn-ms{
    display: block;
    width: 32px;
    height: 20px;
    position: relative;
    margin-top: 8px;
    margin-left: 5px;
}
.btn-ms i{
    position: absolute;
    width: 2px;
    height: 16px;
    background-color: #3d537e;
    left: 0;
    bottom: 0;
    -webkit-transform: scale(1,0);
    -moz-transform: scale(1,0);
    -ms-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transform-origin: 0 bottom;
    -moz-transform-origin: 0 bottom;
    -ms-transform-origin: 0 bottom;
    transform-origin: 0 bottom;
}
.btn-ms i.i1{
    left: 2px;
    height: 15px;
    -webkit-animation: scUd .5s linear infinite alternate;
    -moz-animation: scUd .5s linear infinite alternate;
    -ms-animation: scUd .5s linear infinite alternate;
    animation: scUd .5s linear infinite alternate
}
.btn-ms i.i2{
    left: 7px;
    -webkit-animation: scUd .5s linear infinite alternate .5s;
    -moz-animation: scUd .5s linear infinite alternate .5s;
    -ms-animation: scUd .5s linear infinite alternate .5s;
    animation: scUd .5s linear infinite alternate .5s;
}
.btn-ms i.i3{
    left: 12px;
    -webkit-animation: scUd .5s linear infinite alternate .2s;
    -moz-animation: scUd .5s linear infinite alternate .2s;
    -ms-animation: scUd .5s linear infinite alternate .2s;
    animation: scUd .5s linear infinite alternate .2s;
}
.btn-ms i.i4{
    left: 17px;
    -webkit-animation: scUd .5s linear infinite alternate .3s;
    -moz-animation: scUd .5s linear infinite alternate .3s;
    -ms-animation: scUd .5s linear infinite alternate .3s;
    animation: scUd .5s linear infinite alternate .3s;
}
.btn-ms i.i5{
    left: 22px;
    -webkit-animation: scUd .5s linear infinite alternate .4s;
    -moz-animation: scUd .5s linear infinite alternate .4s;
    -ms-animation: scUd .5s linear infinite alternate .4s;
    animation: scUd .5s linear infinite alternate .4s;
}
.ms-wrap.close .btn-ms i{
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -ms-animation-play-state: paused;
    animation-play-state: paused;
}

/*---main---*/
.swiper-main {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

/*导航*/
.nav-wrapper{
    /*width: 128px;*/
    position: fixed;
    left: 65px;
    top: 50%;
    z-index:99;
    font-size: 0;
    margin-top: -186px;
}
.nav-wrapper li{
    width: 128px;
    height: 20px;
    position: relative;
    padding-left: 44px;
    margin-bottom: 44px;
    cursor: pointer;
}
.nav-wrapper li:after{
    content: '';
    width: 1px;
    height: 46px;
    position: absolute;
    top: 20px;
    left: 20px;
    background-position: -250px -83px;
}
.nav-wrapper li i{
    width: 17px;
    height: 17px;
    display:inline-block;
    position: absolute;
    background-position: -250px -149px;
    left: 12px;
    top:2px;
}
.nav-wrapper li span{
    width: 100px;
    height: 23px;
    font-size: 0;
    vertical-align: middle;
    /*display: none;*/
    display:inline-block;
}
.nav-wrapper .item6_link{
	width: 100px;
    height: 23px;
    font-size: 0;
    vertical-align: middle;
    /*display: none;*/
    display:inline-block;
}
.nav-wrapper li.item1 span{
    background-position: -114px -137px;
}
.nav-wrapper li.item2 span{
    background-position: -10px -137px;
}
.nav-wrapper li.item3 span{
    background-position: -126px -96px;
}
.nav-wrapper li.item4 span{
    background-position: -113px -176px;
}
.nav-wrapper li.item5 span{
    background-position: -10px -176px;
}
.nav-wrapper li.item6 span{
    background-position: -116px -246px;
}
.nav-wrapper li.item1.on span,.nav-wrapper li.item1:hover span{
    background-position:  -130px -10px;
}
.nav-wrapper li.item2.on span,.nav-wrapper li.item2:hover span{
    background-position: -10px -53px;
}
.nav-wrapper li.item3.on span,.nav-wrapper li.item3:hover span{
    background-position: -10px -10px;
}
.nav-wrapper li.item4.on span,.nav-wrapper li.item4:hover span{
    background-position: -10px -96px;
}
.nav-wrapper li.item5.on span,.nav-wrapper li.item5:hover span{
    background-position: -130px -52px;
}
.nav-wrapper li.item6.on span,.nav-wrapper li.item6:hover span{
    background-position: -10px -246px;
}
.nav-wrapper li.on i,.nav-wrapper li:hover i{
    width: 37px; height: 21px;
    background-position: -10px -214px;
    left: 2px;
    top: 0;
}
.touch-tips{
    display:block;
    width: 23px; height: 53px;
    background-position: -250px -10px;
    top: 3px;
    position: relative;
    left: 9px;
}


.sections{
    overflow: hidden;
    background:  url("//game.gtimg.cn/images/jxqy2/cp/a20180820rst/bg_trans.png") no-repeat center 824px,url("//game.gtimg.cn/images/jxqy2/cp/a20180820rst/bgs.jpg") no-repeat center -50px;
}
.sections .down_tips{
    width: 45px; height: 36px;
    display:block;
    margin: 13px auto 5px;
    background-position: -122px -164px;
    cursor: pointer;
}
.tips-wrap{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
.sections .cont{
    width: 1200px;
    margin:auto;
    /*height: 100%;*/
    position:relative;
    padding-top: 108px;
}
.sections h2.tit{
    width: 1190px;
    height: 48px;
    margin: auto;
}
.sections .el-ys{
    width: 128px;
    height: 105px;
    position: absolute;
    right: 163px;
    top: 184px;
    background: url("//game.gtimg.cn/images/jxqy2/cp/a20180820rst/yz1.png") no-repeat;
}

/*第一屏*/
.s1{
    background: url("//game.gtimg.cn/images/jxqy2/cp/a20180820rst/imgs/60.jpg") no-repeat center -50px;
}
h1{font-size: 0;}
.logo{
    width: 228px;
    height: 81px;
    background: url("//game.gtimg.cn/images/jxqy2/cp/a20180820rst/logo.png") no-repeat;
    position: absolute;
    left: 108px;
    top: 66px;
    z-index:3;
}
.s1_ts_tag{
    width: 37px;
    height: 163px;
    position: absolute;
    z-index:4;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    opacity: 0;
    filter:alpha(opacity=0);
}
.s1_ts_tag.isLoaded{
    opacity: 1;
    filter:alpha(opacity=100);
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}
.s1_ts_tag img{margin-left: -90px; display:none;}
.s1_ts_tag.tS1{
    background-position: -370px -10px;
    top: 170px;
    left: 147px;
}
.s1_ts_tag.tS2{
    background-position: -10px -208px;
    top: 460px;
    left: 233px;
}
.s1_ts_tag.tS3{
    background-position: -67px -208px;
    top: 181px;
    right: 214px;
}
.s1_ts_tag.tS4{
    background-position: -124px -208px;
    top: 382px;
    right: 115px;
}
.s1 .ab-right{
    position: absolute;
    right: 0;
    top: 66px;
    z-index:3;
    width: 388px;
}
.s1 .ab-right .btns{
    margin-bottom: 16px;
    display:block;
    position: relative;
}
.s1 .ab-right .home{
    width: 162px; height: 29px;
    background-position: -181px -208px;
}
.s1 .avt_box{
    float:left;
    width: 55px;
    height: 55px;
    margin-right: 7px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden;
}
.s1 .avt_box>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.s1 .login-wrap p{
    line-height: 26px;
    font-size: 14px;
    color:#424242;
}
.s1 .login-wrap .cl30486c{
    color:#30486c;
}

.s1 .stags{
    width: 1920px;
    height: 1080px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    top: -50px;
}
.threesixty .spinner{
    width: 287px;
    height: 31px;
    position: relative;
    background: url("//game.gtimg.cn/images/jxqy2/cp/a20180820rst/jian_k.png") no-repeat center;
}
.threesixty .spinner .cur_pg{
    height: 100%;
    width: 0;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}
.threesixty .spinner span{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index:1;
}
.s1 .book-wrap{
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index:3;
    /*padding-bottom: 3px;*/
}
.threesixty .threesixty_images img{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*cursor: pointer;*/
}
.s1 .btn_wrap{
    margin-top: 10px;
}
.s1 .btn_wrap>a{
    display:inline-block;
    vertical-align: top;
}
.s1 .book-btn{
    width: 340px; height: 79px;
    margin-right: 10px;
    background-position: -10px -10px;
}
.s1 .down_sim{
    width: 206px; height: 79px;
    background-position: -10px -109px;
}

/*第二屏*/
.s2 h2.tit{
    background-position: -10px -146px;
}
.s2 .rst-text{
    margin: 40px auto 0;
    text-align: center;
    color:#5b5b5b;
    font-size: 20px;
    line-height:1;
}
.s2 .rst-text span,
.invitedNum{
    color:#3389f4;
}
.s2 .pg-main{
    width: 1138px;
    height: 24px;
    position: relative;
    margin: 120px auto 110px;
    background: url("//game.gtimg.cn/images/jxqy2/cp/a20180820rst/pg-bg.png") no-repeat;
    z-index:3;
}
.s2 .pg-main .pg-cur{
    width: 196px;
    height: 100%;
    background: url("//game.gtimg.cn/images/jxqy2/cp/a20180820rst/pg-bg-on.png") no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}
.s2 .pg-main .pg-cur:after{
    content: '';
    width: 63px;
    height: 122px;
    position: absolute;
    right: -37px;
    bottom: -14px;
    background: url("//game.gtimg.cn/images/jxqy2/cp/a20180820rst/pg-cur.png") no-repeat;
}
.s2 .steps{
    position: absolute;
    top: 42px;
    left: 0;
    height: 25px;
}
.s2 .st1{
    width: 57px;
    left: 176px;
    background-position: -1015px -46px;
}
.s2 .st1.on{
    background-position: -938px -46px;
}
.s2 .st2{
    width: 72px;
    left: 411px;
    background-position: -754px -46px;
}
.s2 .st2.on{
    background-position: -846px -46px;
}
.s2 .st3{
    width: 76px;
    left: 660px;
    background-position: -370px -46px;
}
.s2 .st3.on{
    background-position: -466px -46px;
}
.s2 .st4{
    width: 76px;
    left: 903px;
    background-position: -562px -46px;
}
.s2 .st4.on{
    background-position: -658px -46px;
}
.s2 .num-list li{
    width: 82px;
    height: 100px;
    position: absolute;
    top: -26px;
    font-size: 0;
    cursor: pointer;
}
.s2 .num-list li.ln1{left: 164px;}
.s2 .num-list li.ln2{left: 405px;}
.s2 .num-list li.ln3{left: 656px;}
.s2 .num-list li.ln4{left: 900px;}
.num-list li img{display:none;}
.num-list li:hover img{display:block;}
.num-list img {
    position: absolute;
    top: 103px;
    left: -167px;
}
.s2 .invite-wrapper .i-tit{
    font-size: 20px;
    color:#3d537e;
    text-align: center;
    position: relative;
    line-height:1;
}
.s2 .invite-wrapper .i-tit:after{
    content: '';
    width: 1027px; height: 1px;
    background-position: -10px -109px;
    position: absolute;
    left: 50%;
    margin-left: -513px;
    top:10px;
}
.s2 .i-tips{
    width: 732px; height: 16px;
    background-position: -370px -10px;
    margin: 25px auto 34px;
}
.s2 .rw-list li{
    float:left;
    margin: 0 35px;
}
.s2 .btn-invite{
    width: 340px;
    height: 79px;
    background-position: -10px -10px;
    display: block;
    margin: 14px auto 0;
}
/*游戏特色*/
.s3 h2.tit{
    background-position: -10px -10px;
}
.s3 .s-right{
    width: 146px; height: 458px;
    position: absolute;
    right: -34px;
    top: -44px;
    background-position: -10px -10px;
    z-index:3;
}
.s3 .tsw2 .s-right{
    background-position: -508px -10px;
}
.s3 .tsw3 .s-right{
    background-position: -176px  -10px;
}
.s3 .tsw4 .s-right{
    background-position: -342px -10px;
}

.s3 .s-right .tol{
    width: 27px;
    height: 78px;
    position: absolute;
    right: 33px;
    top: 266px;
    background-position: -674px -192px;
}
.s3 .s-right .btn-play{
    width: 94px;
    height: 98px;
    background-position: -616px -481px;
    position: absolute;
    bottom:-8px;
    left: 26px;
    animation: rotate 5s linear infinite;
    -webkit-animation: rotate 5s linear infinite;
    -moz-animation: rotate 5s linear infinite;
    -o-animation: rotate 5s linear infinite;
}
.s3 .ts-wrapper{
    margin-top: 46px;
}
.s3 .tsNav li{
    width: 162px;
    height: 43px;
    display:inline-block;
    vertical-align: middle;
    text-align: center;
    line-height:43px;
    margin: 0 20px;
    cursor: pointer;
    position: relative;
}
.s3 .tsNav li:after{
    content: '';
    width: 8px; height: 22px;
    position: absolute;
    right: -30px;
    top: 12px;
    background-position: -674px -374px;
}
.tsNav li span{
    width: 116px;
    height: 24px;
    display:inline-block;
    vertical-align: -7px;
}
.tsNav li.on{background-position: -10px -488px;}
.tsNav li.tn4:after{display:none;}
.tsNav li.tn1 span{ background-position: -462px -488px }
.tsNav li.tn1.on span{ background-position:  -10px -551px; }
.tsNav li.tn2 span{ background-position: -414px -551px; }
.tsNav li.tn2.on span{ background-position: -10px -593px; }
.tsNav li.tn3 span{ background-position: -327px -488px; }
.tsNav li.tn3.on span{ background-position: -192px -488px; }
.tsNav li.tn4 span{ background-position: -280px -551px; }
.tsNav li.tn4.on span{ background-position: -146px -551px; }
.s3 .ts-show-list{margin-top: 12px;}
.s3 .ts-show-list li{
    width: 1103px;
    height: 622px;
    margin: auto;
    display:none;
    background: url("//game.gtimg.cn/images/jxqy2/cp/a20180820rst/s3-main-bg.png") no-repeat;
    padding: 11px;
    position: relative;
}
.s3 .swiper-container{
    width: 100%;
    height: 100%;
}
.s3 .swiper-container img{
    width: 100%;
    height: 100%;
}
.s3 .swiper-button-prev,.s3 .swiper-button-next,
.s3 .swiper-pagination-bullet{
    width: 36px;
    height: 71px;
    background: url("//game.gtimg.cn/images/jxqy2/cp/a20180820rst/s3_sprites.png") no-repeat;
}
.s3 .swiper-button-prev{
    background-position: -674px -10px;
    left: -105px;
}
.s3 .swiper-button-next{
    right: -105px;
    background-position: -674px -101px;
}
.s3 .swiper-pagination-bullet{
    opacity: 1;
    width: 21px; height: 22px;
    background-position: -674px -332px;
}
.s3 .swiper-pagination-bullet-active{
    background-position: -674px -290px;
}
@-webkit-keyframes rotate{from{-webkit-transform: rotate(0deg)}
    to{-webkit-transform: rotate(360deg)}
}
@-moz-keyframes rotate{from{-moz-transform: rotate(0deg)}
    to{-moz-transform: rotate(359deg)}
}
@-o-keyframes rotate{from{-o-transform: rotate(0deg)}
    to{-o-transform: rotate(359deg)}
}
@keyframes rotate{from{transform: rotate(0deg)}
    to{transform: rotate(359deg)}
}
@keyframes scUd {
    0% {
        -webkit-transform: scale(1,0);
        -moz-transform: scale(1,0);
        -ms-transform: scale(1,0);
        transform: scale(1,0);
    }
    100% {
        -webkit-transform: scale(1,1);
        -moz-transform: scale(1,1);
        -ms-transform: scale(1,1);
        transform: scale(1,1);
    }
}
@-webkit-keyframes scUd {
    0% {
        -webkit-transform: scale(1,0);
        -moz-transform: scale(1,0);
        -ms-transform: scale(1,0);
        transform: scale(1,0);
    }
    100% {
        -webkit-transform: scale(1,1);
        -moz-transform: scale(1,1);
        -ms-transform: scale(1,1);
        transform: scale(1,1);
    }
}
@-moz-keyframes scUd {
    0% {
        -webkit-transform: scale(1,0);
        -moz-transform: scale(1,0);
        -ms-transform: scale(1,0);
        transform: scale(1,0);
    }
    100% {
        -webkit-transform: scale(1,1);
        -moz-transform: scale(1,1);
        -ms-transform: scale(1,1);
        transform: scale(1,1);
    }
}
@-ms-keyframes scUd {
    0% {
        -webkit-transform: scale(1,0);
        -moz-transform: scale(1,0);
        -ms-transform: scale(1,0);
        transform: scale(1,0);
    }
    100% {
        -webkit-transform: scale(1,1);
        -moz-transform: scale(1,1);
        -ms-transform: scale(1,1);
        transform: scale(1,1);
    }
}
@-o-keyframes scUd {
    0% {
        -webkit-transform: scale(1,0);
        -moz-transform: scale(1,0);
        -ms-transform: scale(1,0);
        transform: scale(1,0);
    }
    100% {
        -webkit-transform: scale(1,1);
        -moz-transform: scale(1,1);
        -ms-transform: scale(1,1);
        transform: scale(1,1);
    }
}

/*门派秘闻*/
.s4 h2.tit{
    background-position: -10px -78px;
}
.mod-box {
    width: 100%;
    /*height: 936px;*/
    background-size: cover;
    position: relative;
    /*overflow: hidden;*/
}
.container {
    position: relative;
    margin-top: 64px;
}
.slide {
    margin: 0 auto;
    width: 550px;
    /*height: 736px;*/
    position: relative;
}

.slide li {
    position: absolute;
    width: 760px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    /*overflow: hidden;*/
}

.slide li>img {
    width: 100%;
    /*height: 100%;*/
}
.slide li>a{
    position: absolute;
    left: 130px;
}
.nav3,
.nav4{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
.arrow .prev,
.arrow .next {
    position: absolute;
    width: 36px;
    height: 71px;
    top: 220px;
    margin-top: -35px;
    z-index: 9;
    cursor: pointer;

}
.arrow .m-prev,.arrow .m-next{
    width: 288px;
    height: 411px;
    position: absolute;
    top: 95px;
    z-index:10;
    cursor: pointer;
}
.arrow .m-prev {left: -228px;}
.arrow .m-next{right: -300px;}
.arrow .prev {
    left: -275px;
    background-position: -674px -10px;
}
.arrow .next {
    right: -300px;
    background-position: -674px -101px;
}
/*活动说明*/
.s5 h2.tit{
    background-position: -10px -213px;
}
.s5 .b-role{
    position: absolute;
    right: -100px;
    bottom: 94px;
}
.s5 .desc_list{
    margin-top: 50px;
    margin-left: 35px;
}
.desc_list li {
    /* margin-bottom: 25px; */
    line-height: 2.6;
    font-size: 18px;
    color: #5b5b5b;
    position: relative;
    padding-left: 35px;
}
.desc_list li:after {
    content: '';
    width: 17px; height: 17px;
    position: absolute;
    left: 0;
    top: 14px;
    background: url("//game.gtimg.cn/images/jxqy2/cp/a20180820rst/cm_sprites.png") -218px -111px;
}
.comm_module{
    margin-top: 100px;
}
.comm_module h3.tit{
    width: 903px; height: 23px;
    background-position: -10px -280px;
    margin: auto;
}
.comm_list{
    text-align: center;
    margin-top: 50px;
}
.comm_list>li{
    display:inline-block;
    width: 77px;
    height: 108px;
    margin: 0 40px;
    vertical-align: top;
    position: relative;
    text-align: center;
}
.comm_list>li>a{
    width: 100%;
    display: inline-block;
    height: 100%;
}
.comm_list .icon_bg{
    width: 77px;
    height: 77px;
    line-height:77px;
    color:#fff;
    overflow: hidden;
    background: url("//game.gtimg.cn/images/jxqy2/cp/a20180820rst/icon-sq-bg.png") no-repeat;
}
.comm_list .iconfont{font-size: 46px;}
.comm_list p{
    line-height:1;
    font-size: 14px;
    color:#5b5b5b;
    margin-top: 17px;
}
.code_show_wrap{
    width: 160px;
    height: 174px;
    position: absolute;
    left: 50%;
    margin-left: -80px;
    bottom: 120px;
    padding: 8px;
    background: url("//game.gtimg.cn/images/jxqy2/cp/a20180820rst/code_show_bg.png") no-repeat;
    opacity: 0;
    filter:alpha(opacity=0);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transform: translateY(20px)
}
.code_show_wrap>img{
    width: 100%;
}
.comm_list>li:hover .code_show_wrap{
    opacity: 1;
    filter:alpha(opacity=100);
    transform: translateY(0)
}
.group_box{
    width: 144px;
    height: 144px;
    margin:auto;
    border:1px solid #8190a9;
    padding: 18px 10px;
}
.group_box>a{
    font-size: 14px;
    line-height:1;
    margin-bottom: 13px;
    color:#fff;
    border-bottom: 1px solid #fff;
    display: block;
}



/*dialog*/
.modals *{
    box-sizing: content-box;
}
.dialog:focus{
    outline:none;
}
.dialog{
    color:#fff;
    width: 710px;
    height: 430px;
    background-color: #2d466f;
    /*box-sizing: content-box;*/
}
.dialog .tips{
    font-size: 14px;
    color:#b8c5da;
    margin-top: 21px;
    line-height:1;
}
.dia-tit{
    margin:auto;
    background: url("//game.gtimg.cn/images/jxqy2/cp/a20180820rst/dt_sprites.png") no-repeat center;
}
.dialog .dia-con{
    /*width: 100%;*/
    /*height: 100%;*/
    position: absolute;
    left: 0;
    top: 0;
    z-index:2;
}
.dia-role{
    width: 835px;
    height: 929px;
    background: url("//game.gtimg.cn/images/jxqy2/cp/a20180820rst/dia-role1.png") no-repeat center;
    position: absolute;
    left: -350px;
    top: -120px;
}
.dia-close{
    width: 64px;
    height: 64px;
    position: absolute;
    right: -68px;
    top: 0;
    background: url(//game.gtimg.cn/images/jxqy2/cp/a20180820rst/close-btn.png) no-repeat;
}
/*登录*/
.d-login .login-btns{
    /*width: 100%;*/
    /*height: 100%;*/
    /*text-align: center;*/
    /*padding: 30px 0 0 86px;*/
    position: absolute;
    top: 30px;
    left: 220px;
}
.d-login .login-btns>a{
    width: 351px;
    height: 138px;
    display:block;
    margin: 28px auto 0;
}
.d-login .login-btns>a.wechat{
    background: url(//game.gtimg.cn/images/jxqy2/cp/a20180820rst/login-wechat.png) no-repeat;
}
.d-login .login-btns>a.qq{
    background: url(//game.gtimg.cn/images/jxqy2/cp/a20180820rst/login-qq.png) no-repeat;
}
/*未预约*/
.d-book{
    height: 370px;
}
.d-book .dia-con{
    top: 40px;
    left: 220px;
    /*padding: 40px 0 0 108px;*/
}
.d-book .uform{
    width: 383px;
    margin: 38px auto 0;
}
.d-book .zd{
    text-align: center;
    font-size: 0;
    border: 1px solid #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-bottom: 20px;
    overflow: hidden;
}
.d-book .group-item{
    margin-bottom: 16px;
    position: relative;
    font-size: 18px;
    line-height: 42px;
}
.d-book .group-item input{
    height: 42px;
    line-height: 42px;
    padding: 0 23px;
    font-size: 18px;
    width: 100%;
    border: 0;
    outline: none;
    box-sizing: border-box;
    text-align: center;
}
.d-book .group-item input.code{
    padding-right: 200px;
}
.d-book .group-item .send_btn{
    height: 100%;
    width: 143px;
    background-color: #887960;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    color:#fff;
}
.d-book .sub_btn{
    width: 238px;
    height: 52px;
    display: block;
    margin: 27px 0 0 105px;
    background: url(//game.gtimg.cn/images/jxqy2/cp/a20180820rst/submit.png) no-repeat;
}
.d-book .dia-tit{
    width: 400px;
    height: 35px;
    background-position: -10px -236px;
}
.d-book .left_span{
    float:left;
    width: 100px;
    text-align: right;
    margin-right: 5px;

}
.check_i i{
    width: 22px;
    height: 22px;
    display:inline-block;
    border: 4px solid #fff;
    margin-right: 22px;
    vertical-align: -8px;
    cursor:pointer;
}
.check_i.on i{
    background-color: #fff;
}
.right_input{
    display:inline-block;
}
/*已预约*/
.dialog.d-booked{
    width: 715px;
    height: 591px;
}
.d-booked .dia-role{
    width: 834px;
    height: 848px;
    background: url(//game.gtimg.cn/images/jxqy2/cp/a20180820rst/dia-role2.png) no-repeat;
}
.d-booked .dia-con,
.rws .dia-con{
    padding: 58px 0 0 180px;
}

.d-booked .dia-tit,
.rws .dia-tit{
    width: 323px; height: 36px;
    background-position: -10px -123px;
}
/*.d-booked .dia-tit{*/
/*width: 249px;*/
/*background-position: -10px -284px;*/
/*}*/
.d-booked .rwimg,
.rws .rwimg{
    width: 392px;
    margin: 30px 0;
    display: inline-block;
}
/*邀请*/
.d-invite {
    width: 802px;
    height: 437px;
}
.d-invite .i-tit2{
    width: 527px;
    margin: 18px auto;
    font-size: 18px;
    position: relative;
}
.d-invite .i-tit2 span{
    color:#fed90b;
}
.d-invite .i-tit2:before,
.d-invite .i-tit2:after{
    content: '';
    position: absolute;
    height: 0;
    width: 128px;
    border-bottom: 1px solid #97adc0;
    top: 13px;
}
.d-invite .i-tit2:before{
    left: 0;
}
.d-invite .i-tit2:after{right: 0;}

.d-invite .dia-con{
    top: 65px;
    left: 250px;
}
.d-invite .dia-tit{
    width: 403px; height: 36px;
    background-position: -10px -10px;
}
.d-invite .rw-box{
    /*width: 527px;*/
    width: 480px;
    /*height: 181px;*/
    padding: 21px 25px 7px;
    margin: auto;
    background: rgba(16,34,63,.6);
    position: relative;
}
.d-invite .invite-ways {
    width: 490px;
    margin: 60px auto 0;
    text-align: left;
}
.d-invite .tips_wrap{
    width: 418px;
    height: 32px;
    line-height:32px;
    background: rgba(16,34,63,6);
    text-align: center;
    color:#e3e6ec;
    font-size: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 10px auto 0;
}

.invite-ways{text-align:left;}
.invite-ways .code-box{
    overflow: hidden;
    margin-top: 14px;
    padding-bottom: 13px;
    border-bottom: 1px solid #546a8f;
}
.invite-ways .code-box>span,
.invite-ways .copy_btn{
    display: inline-block;
    vertical-align: middle;
}
.invite-ways .code-box .qcode{
    width: 262px;
    line-height:31px;
    border-radius: 5px;
    background: rgba(16,34,63,.6);
    text-align: center;
    color:#fff;
    margin-right: 12px;
}
.invite-ways .copy_btn{
    width: 110px;
    height: 27px;
    background: url("//game.gtimg.cn/images/jxqy2/cp/a20180820rst/btn-copy.png") no-repeat;
    cursor: pointer;
    outline:none;
    border:0;
}
.invite-ways .qcode-wrap{
    width: 120px;
    height: 120px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
}
.invite-ways .qcode-wrap>img,.invite-ways .qcode-wrap>div{
    width: 100%;
}
.invite-ways span{
    color: #b8c5da;
    font-size: 14px;
    vertical-align: middle;
}

.invite-ways span.y_tips_tit {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-right: 20px;
}
.invite-ways span.y_tips_tit2 {
    color: #fff;
    font-size: 18px;
    margin-right: 40px;
}
.invite-ways .w2{
    margin-top: 14px;
    position: relative;
}
.invite-ways .w2 span{
    vertical-align: top;
}
.invite-ways .w2 .y_tips_text{
    width: 230px;
    display: inline-block;
    /*text-align: right;*/
}
.invite-ways .w3 {
    background-color: #22395d;
    width: 320px;
    padding: 8px 18px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    font-size: 14px;
    margin-top: 14px;
    color: #b8c5da;
}
.w3 a{
    color:#3990fd;
    text-decoration: underline;
}
/*领取礼包*/
.d-rewarding .dia-tit{
    width: 320px; height: 36px;
    background-position: -10px -122px;
}
/*已领取礼包*/
.d-rewarded,
.d-tips{
    height: 314px;
}
.d-rewarded .dia-con{
    padding: 120px 0 0 120px;
}
.d-rewarded .dia-role,
.d-tips .dia-role{
    width: 738px;
    height: 615px;
    background: url(//game.gtimg.cn/images/jxqy2/cp/a20180820rst/dia-role3.png) no-repeat;
}
.d-rewarded .dia-tit{
    width: 313px; height: 33px;
    background-position:  -10px -178px;
}

.dial-video{
    width: 700px;
    height: 400px;
}
.d-tips .tipsText{
    position: absolute;
    width: 188px;
    height: 45px;
    top: 50%;
    left: 56%;
    margin: -22.5px 0 0 -94px;
}
.d-tips .dia-con{
    width: 100%;
    height: 100%;
}


/*屏幕适配*/
.w1680 .nav-wrapper{
    left: 25px;
}
.w1680 .s5 .b-role{
    right: -200px;
}
.w1440 .s4 .container{
    margin-top: 108px;
}
.w1440 .screen-main{
    transform: scale(.8) translateY(-80px);
    -webkit-transform: scale(.8) translateY(-80px);
    -moz-transform: scale(.8) translateY(-80px);
    -ms-transform: scale(.8) translateY(-80px);
    -o-transform: scale(.8) translateY(-80px);
}
.w1440 .s4 .screen-main{
    transform: scale(.8) translateY(0);
    -webkit-transform: scale(.8) translateY(0);
    -moz-transform: scale(.8) translateY(0);
    -ms-transform: scale(.8) translateY(0);
    -o-transform: scale(.8) translateY(0);
}
.h768 .screen-main{
    transform: scale(.7) translateY(-200px);
}
.h768 .s4 .screen-main{
    transform: scale(.7) translateY(-30px);
}
.h768 .s5 .b-role {
    width: 380px;
}