/* 引用第三方字体 */
/* @font-face{
    font-family: fzbw;
    src:url(../font/FZBWKSJW.TTF),
        url(../font/fzbwksjw.woff);
} */
@font-face{
    font-family: fzzzmc;
    src:url("/font/FZFWZHUZGDLMCJW.TTF");
}
/* 清除浮动 */
.clearfix:after {content:"\200B"; display:block; height:0; clear:both; }
.clearfix { *zoom:1; }
*{
    padding: 0;
    margin: 0;
    font-family:"Microsoft YaHei";
    outline: none;
    -moz-outline-style: none; 
}
a{
    text-decoration: none;
    cursor: pointer;
}
em,i{
    font-style: normal;
}
img{
    border: 0;
}
html,body{
    width: 100%;
    min-height: 100%;
    height: auto;
    background: #1a2124;
    height: 100%;
    /* 兼容火狐 */
    scrollbar-color: #6C7680 #0C1E2E;
    scrollbar-width: thin;
}
/*自定义滚动条*/
body::-webkit-scrollbar {
    width : 4px;  
    height: 1px;
}
body::-webkit-scrollbar-thumb {
    border-radius: 4px;
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
    background   : #6C7680;
}
body::-webkit-scrollbar-track {
    box-shadow   : inset 0 0 5px #0C1E2E;
    background   : #0C1E2E;
}
ul{
    list-style-type: none;
}
.van-overflow-hidden{
    overflow: hidden!important;
    height: 100%;
}
.container{
    width: 100%;
    max-width: 2560px;
    margin: 0 auto;
    /*height: 100%;*/
    position: relative;
}


/*header*/
.header{
    width: 100%;
    height: 78px;
    max-width: 2560px;
    background: #000;
    background: rgba(0,0,0,0.5);
    border-bottom: 1px solid #fad4a2;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 5000;
}
@media (min-width: 2560px) {
    .header{
        left: 50%;
        margin-left: -1280px;
    }
}

.hLogo{
    float: left;
    width: 165px;
    height: 90px;
    background: url(../img/common/logo.png) no-repeat center center;
    margin-left:44px;
} 
.hLogo a{
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -999999px;
}
.hNavlist{
    float: left;
    height: 78px;
    margin-left: 92px;
}
.hNavlist li{
    float: left;
    height: 38px;
    margin-top: 20px;
}
.hNavlist li a{
    display: block;
    height: 38px;
    line-height: 38px;
}
.hNavlist li a span{
    display: block;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    color: #ffffff;
}
.hNavlist li a:hover span{
    color: #ffe9c0;
}
.hNavlist li.on a span{
    color: #ffe9c0;
}
.hNavlist em{
    float: left;
    width: 1px;
    height: 18px;
    background: rgba(255,233,192,0.2);
    margin: 30px 22px;
}
@media (max-width: 1500px){
    .hNavlist{
        margin-left: 50px;
    }
    .hNavlist em{
        margin: 30px 10px;
    }
}
.hRight{
    float: right;
    width: 346px;
    height: 78px;
    margin-right: 46px;
    position: relative;
}
.hrDiv{
    display: block;
    height: 16px;
    position: absolute;
    top: 17px;
    right: 36px;
}
.hrStore{
    float: right;
    height: 16px;
    margin-left: 12px;
}
.hrStore i{
    float: left;
    width: 17px;
    height: 16px;
    background: url(../img/common/i2.png) no-repeat center center;
    margin-right: 5px;
}
.hrStore span{
    float: left;
    font-size: 14px;
    color: #ffe9c0;
    line-height: 16px;
}
.hrStore:hover i{
    background: url(../img/common/i2on.png) no-repeat center center;
}
.hrStore:hover span{
    color: #ffd37c;
}
.hrUsername{
    float: right;
}
.hrLogin{
    float: right;
    height: 16px;
}
.hrLogin i{
    float: left;
    width: 14px;
    height: 16px;
    background: url(../img/common/i1.png) no-repeat center center;
    margin-right: 5px;
}
.hrLogin span{
    float: left;
    font-size: 14px;
    color: #ffe9c0;
    line-height: 16px;
}
.hrLogin:hover i{
    background: url(../img/common/i1on.png) no-repeat center center;
}
.hrLogin:hover span{
    color: #ffd37c;
}
.hrPhoneDiv{
    float: right;
    height: 16px;
}
.hrPhoneDiv i{
    float: left;
    width: 14px;
    height: 16px;
    background: url(../img/common/i1.png) no-repeat center center;
    margin-right: 5px;
}
.hrPhoneDiv em{
    float: left;
    font-size: 14px;
    color: #ffe9c0;
    line-height: 16px;
}
.hrPhoneDiv .hlb{
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 5px;
    background: url(../img/index/reg/hlb.png) no-repeat center center;
}
.hrPhoneDiv .hlb:hover{
    background: url(../img/index/reg/hlbon.png) no-repeat center center;
}
.hrPhoneDiv a.hrQuit{
    float: left;
    font-size: 14px;
    color: #ffe9c0;
    line-height: 16px;
    margin-left: 10px;
}
.hrPhoneDiv a.hrQuit:hover{
    color: #ffd37c;
}
.hr_txt{
    display: block;
    position: absolute;
    right: 36px;
    top: 38px;
    color: #fff8eb;
    font-size: 14px;
    line-height: 1;
    border-top: 1px solid rgba(255,234,192,0.2);
    padding-top: 6px;
}

.hr_music{
    display: block;
    width: 20px;
    height: 24px;
    position: absolute;
    top: 33px;
    right: -3px;
}
.hr_music i{
    float: left;
    width: 2px;
    height: 8px;
    background: #fff8eb;
    position: absolute;
    bottom: 0;
    animation:hr_music 0.5s linear infinite;
}
.hr_music.off{
    width: 23px;
    height: 27px;
    right: -6px;
    background: url(../img/common/off.png) no-repeat center center;
}
.hr_music.off i{
    animation-play-state: paused;
    display: none;
}
.hr_music .i1{
    animation-delay: 0;
    left: 0;
    height: 24px;
}
.hr_music .i2{
    animation-delay: 0.1s;
    left: 6px;
    height: 20px;
}
.hr_music .i3{
    animation-delay: 0.2s;
    left: 12px;
    height: 16px;
}
.hr_music .i4{
    animation-delay: 0.3s;
    left: 18px;
    height: 12px;
}
@keyframes hr_music{
    0%{
        height: 8px;
    }
    50%{
        height: 24px;
    }
    100%{
        height: 8px;
    }
}

.footer{
    width: 100%;
    background: #1a2124;
}
.footer div.link{
    width: 100%;
    max-width: 2560px;
    margin: 0 auto;
    height: 54px;
    background: url(../img/index/bg10.jpg) no-repeat center center;
}
.footer ul.link{
    max-width: 1366px;
    margin: 0 auto;
    height: 54px;
    text-align: center;
}
.footer ul.link li{
    display: inline-block;
    font-size: 14px;
    color: #5d7391;
    height: 14px;
    line-height: 1;
    margin-top: 20px;
}
.footer ul.link li a{
    display: inline-block;
    font-size: 14px;
    color: #5d7391;
    margin: 0 16px;
}
.footer ul.link li a:hover{
    color: #90bffe;
}
.footer ul.link li em{
    display: inline-block;
    width: 1px;
    height: 14px;
    background: #5d7391;
    line-height: 1;
    margin-bottom: -3px;
}
.copyright_d{
    display: block;
    width: 1366px;
    margin: 0 auto;
    height: 148px;
}
.copyright_img{
    float: left;
    width: 166px;
    height: 90px;
    background: url(/special/gw3/img/common/logo.png) no-repeat center center;
    margin-left: 164px;
    margin-left: 90px;
    margin-top: 34px;
}
.copyright_s {
    float: left;
    width: 1px;
    height: 80px;
    background: #20384c;
    margin-top: 38px;
    margin-left: 28px;
}
.copyright{
    float: left;
    width: 640px;
    width: 784px;
    margin-top: 38px;
    margin-left: 38px;
    font-size: 14px;
    color: #5d7391;
}
.copyright span{
    display: block;
    font-size: 14px;
    color: #5d7391;
    line-height: 26px;
}
.copyright a{
    font-size: 14px;
    color: #5d7391;
}
.copyright a:hover{
    color: #90bffe;
}
.copyright a img{
    margin-top: 5px;
}
 

.ptrip{
    display: block;
    width: 950px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    background: #5475a2;
    position: fixed;
    left: 50%;
    margin-left: -475px;
    bottom: 0;
    display: none;
    z-index: 14000;
}
.ptrip a{
    display: block;
    color: #fff;
    font-size: 18px;
    text-align: center;
    width: 20px;
    height: 45px;
    line-height: 45px;
    position: absolute;
    top: 0;
    right: 10px;
}



.poplb{
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    background: rgba(0,0,0,0.8);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10000;
    overflow: hidden;
}
.plm{
    display: block;
    width: 1091px;
    height: 573px;
    position: absolute;
    left: 50%;
    margin-left: -545px;
    top: 50%;
    margin-top: -286px;
    background: url(../img/index/reg/bg.png) no-repeat center center;
    background: url(../img/index/reg/bg.png) no-repeat center center, url(../img/index/reg/bg.png) no-repeat center center;
}
.plm.on{
    left: 50%;
}
.plmClose{
    display: block;
    width: 26px;
    height: 26px;
    background: url(../img/index/reg/i1.png) no-repeat center center;
    position: absolute;
    top: 50px;
    right: 150px;
    z-index: 1;
}
.plmClose:hover{
    transform: rotate(180deg);
    transition: transform 0.5s;
}
.plmLb{
    display: block;
    width: 522px;
    height: 150px;
    position: absolute;
    left: 50%;
    margin-left: -606px;
    top: 620px;
    display: none;
}
.plmForm{
    display: block;
    width: 500px;
    position: absolute;
    left: 50%;
    margin-left: -250px;
    top: 50px;
    /*overflow: hidden;*/
}
.plmTitle{
    display: block;
    width: 453px;
    height: 45px;
    background: url(../img/index/reg/plmTitle.png) no-repeat center center;
    margin: 0 auto;
    text-indent: -99999px;
}
.plmfError{
    display: block;
    width: 364px;
    height: 14px;
    line-height: 1;
    margin-left: 68px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 14px;
    color: #ff4f32;
}
.plmfItem{
    display: block;
    width: 364px;
    height: 48px;
    margin-bottom: 25px;
    margin-left: 68px;
    background: url(../img/index/reg/i2.png) no-repeat center center;
}
.plmfItem.on{
    background: url(../img/index/reg/i2on.png) no-repeat center center;
}
.plmfItem label{
    float: left;
    width: 136px;
    line-height: 48px;
    text-align: right;
    color: #fff3ad;
    font-size: 18px;
    margin-right: 5px;
    display: none;
}
.plmfItem input::-webkit-input-placeholder {
    color: #6ba4ff;
}
.plmfItem input:-moz-placeholder {
    color:#6ba4ff;
}
.plmfItem input::-moz-placeholder {
    color:#6ba4ff;
}
.plmfItem input:-ms-input-placeholder {
    color:#6ba4ff;
}
.plmfItem input{
    float: left;
    width: 314px;
    height: 40px;
    line-height: 40px;
    margin-top: 4px;
    border: 0;
    font-size: 16px;
    color: #ffffff;
    margin-left: 40px;
    background: none;
}
.plmfItem.yzm{
    width: 250px;
    background: url(../img/index/reg/i3.png) no-repeat center center;
    margin-bottom: 20px;
    position: relative;
}
.plmfItem.yzm.on{
    background: url(../img/index/reg/i3on.png) no-repeat center center;
}
.plmfItem.yzm input{
    display: block;
    width: 200px;
}
.plmfItem.yzm .getCode{
    display: block;
    width: 100px;
    text-align: center;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #ffffff;
    background: url(../img/index/reg/i4.png) no-repeat center center;
    position: absolute;
    left: 264px;
    top: 0;
}
.plmfItem.yzm .getCode:hover{
    color: #ffffff;
    background: url(../img/index/reg/i4on.png) no-repeat center center;
}
.plmfItem.yzm .getCode.disabled{
    color: #a8c5f1;
    background: url(../img/index/reg/i4no.png) no-repeat center center;
    pointer-events: none;
}
.choose{
    display: block;
    margin-left: 68px;
    font-size: 14px;
    color: #b5d3ff;
}
.choose .Jradio{
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../img/index/reg/i5.png) no-repeat center center;
    background-size: 100%;
    margin-bottom: -2px;
    margin-right: 4px;
    cursor: pointer;
}
.choose .Jradio.choose_active{
    background: url(../img/index/reg/i5on.png) no-repeat center center;
    background-size: 100%;
}
.choose a{
    font-size: 14px;
    color: #b5d3ff;
}
.choose a:hover{
    color: #6bc6ff;
}
.plmfBtn{
    display: block;
    width: 368px;
    height: 62px;
    margin-left: 66px;
    margin-top: 16px;
    text-indent: -99999px;
    background: url(../img/index/reg/plmfBtn.png) no-repeat center center;
}
.plmfBtn:hover{
    background: url(../img/index/reg/plmfBtnon.png) no-repeat center center;
}
.plmTrip{
    display: block;
    width: 564px;
    height: 109px;
    text-align: center;
    text-indent: -9999px;
    margin-left: -88px;
    font-size: 16px;
    color: #ffe6aa;
    margin-top: 42px;
    background: url(../img/index/reg/plmTrip.png) no-repeat center center;
}

.plmSuc{
    display: block;
    width: 694px;
    position: absolute;
    left: 50%;
    margin-left: -347px;
    top: 114px;
    overflow: hidden;
}
.plmsTitle{
    display: block;
    width: 694px;
    margin: 0 auto;
    height: 40px;
    text-indent: -99999px;
    background: url(../img/index/reg/plmsTitle.png) no-repeat center center;
}
.plmsTxt1:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/download/bg2dk.png) no-repeat center center;
    background-size: 100%;
}
.plmsTxt1{
    display: block;
    width: 515px;
    height: 152px;
    text-indent: -999999px;
    background: url(../img/download/bg2dd.png) no-repeat center center;
    background: url(../img/download/bg2dd.png) no-repeat center center, url(../img/download/bg2ddy.png) no-repeat center center;
    margin: 0 auto;
    margin-top: 30px;
    position: relative;
}
.plmsTxt1:hover{
    background: url(../img/download/bg2ddon.png) no-repeat center center;
    background: url(../img/download/bg2ddon.png) no-repeat center center, url(../img/download/bg2ddony.png) no-repeat center center;
}
.plmsTxt1 .i1{
    display: block;
    width: 6px;
    height: 6px;
    background: #ffe9b2;
    border-radius: 50%;
    position: absolute;
    left: 120px;
    top: 73px;
    transition: all 0.5s;
    /*display: none;*/
}
.plmsTxt1 .i2{
    display: block;
    width: 6px;
    height: 6px;
    background: #ffe9b2;
    border-radius: 50%;
    position: absolute;
    right: 120px;
    top: 73px;
    transition: all 0.5s;
    /*display: none;*/
}
.plmsTxt1:hover .i1{
    width: 10px;
    height: 10px;
    left: 7px;
    top: 71px;
}
.plmsTxt1:hover .i2{
    width: 10px;
    height: 10px;
    right: 7px;
    top: 71px;
}

.plmsCode{
    display: block;
    width: 694px;
    margin: 0 auto;
    margin-top: 18px;
    height: 22px;
    line-height: 22px;
    text-align: center;
}
.plmsCode em{
    display: inline-block;
    font-size: 22px;
    color: #ffffff;
    line-height: 22px;
}
.plmsCode span{
    display: inline-block;
    color: #ffe8a0;
    font-size: 22px;
    margin-right: 10px;
    line-height: 22px;
}
.plmsCode a{
    display: inline-block;
    line-height: 22px;
    color: #fff8c6;
    font-size: 16px;
    text-decoration: underline;
}
.plmsCode a:hover{
    color: #ffe27d;
}
.plmsTxt2{
    display: block;
    width: 515px;
    margin: 0 auto;
    height: 18px;
    text-indent: -99999px;
    margin-top: 50px;
    background: url(../img/index/plm/plmsTxt2.png) no-repeat left center;
}
.plmsTxt3{
    display: block;
    width: 486px;
    margin: 0 auto;
    line-height: 22px;
    margin-top: 12px;
    font-size: 16px;
    color: #ced9ea;
}

