﻿*{
    padding: 0;
    margin: 0;
}
html, body{
    position: relative;
    height: 100%;
    overflow: hidden;
    font-family: 'Helvetica Neue',Helvetica,'PingFang SC','Hiragino Sans GB','Microsoft YaHei','微软雅黑',Arial,sans-serif;
}
a{
    text-decoration: none;
}
li{
    list-style: none;
}
.bd_logo{
    position: fixed;
    left: 25px;
    top: 10px;
    z-index: 99;
}
.bd-xz{
    position: absolute;
    left: 50%;
    top: 24px;
    margin-left: 448px;
    z-index: 9999;
}
.wrap,.swiper-slide{
    width: 100%;
    height: 100%;
}

.page1{
    /* background: url(../tg_img/bg1.jpg) no-repeat;
    background-size: cover;
    background-position: center; */
}
.video{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.page-cont{
    width: 1200px;
    position: relative;
}
.slogan{
    width: 720px;
    display: block;
    margin-left: 480px;
    margin-top: 0px;
}
.dl{
    width: 297px;
    margin-left: 690px;
    margin-top: 0px;
}
.registerbtn{
    height: 72px;
    background: url(../tg_img/zc.png) no-repeat;
    background-position: 2px 0px;
    cursor: pointer;
}
.arrow{
    width: 128px;
    height: 105px;
    background: url(../tg_img/arrow.png) no-repeat;
    background-position: 0px 0px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -64px;
    -webkit-animation: arrow 1.5s ease-in infinite both;
    animation: arrow 1.5s ease-in infinite both;
}
@-webkit-keyframes arrow{
    0%{
        transform: translateY(0px);
        opacity: 1;
    }
    100%{
        transform: translateY(0px);
        opacity: 0;
    }
}
@keyframes arrow{
    0%{
        transform: translateY(0px);
        opacity: 1;
    }
    100%{
        transform: translateY(20px);
        opacity: 0;
    }
}

@media screen and (max-width: 1600px) {
    .nav {
        left: 10px;
        top: 0;
    }
    .logo{
        left: 180px;
    }
}
.page2{
    background: url(../tg_img/bg2.jpg) no-repeat;
    background-size: cover;
}
.title{
    display: block;
    margin: 0 auto;
}
.tz{
    width: 1091px;
    margin: 20px auto 0;
}
.btns{
    width: 670px;
    margin: 25px auto 0;
}
.btns li{
    width: 140px;
    height: 163px;
    cursor: pointer;
}


.pop{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
}
.copytip{
    width: 100px;
    height: 40px;
    border-radius: 10px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    background: #000;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -20px;
    z-index: 999;
    display: none;
}
.loginbox{
    width: 531px;
    height: 362px;
    background: url(../tg_img/loginbg.png) no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -250px;
    margin-top: -231px;
}
.logincont{
    width: 498px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.logincont input{
    width: 390px;
    margin-bottom: 38px;
}
.logincont input#loginpass{
    margin-bottom: 0;
}
.logincont  .logintip{
    width: 390px;
    text-align: left;
    color: #f20000;
    margin-left: 0;
    font-size: 14px;
    margin-bottom: 20px;
}
.sure{
    width: 172px;
    height: 62px;
    background: url(../tg_img/loginreg.png);
    background-position: 0 -309px;
    cursor: pointer;
}
.sure:hover{
    background-position: 0 -384px;
}
.nouser{
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
}
.nouser span{
    color: #ffd792;
    cursor: pointer;
    padding-bottom: 2px;
    border-bottom: 1px solid #ffd792;
}
.gcreateinp{
    display: block;
    width: 460px;
    height: 44px;
    background: #fff;
    border: 0;
    outline: medium;
    font-size: 16px;
    text-indent: 10px;
    margin-bottom: 20px;
}
.close{
    width: 32px;
    height: 32px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.regbox{
    width: 501px;
    height: 528px;
    background: url(../tg_img/regbg.png) no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -250px;
    margin-top: -231px;
}
.regchange{
    width: 190px;
    height: 30px;
    background: url(../tg_img/loginreg.png) no-repeat;
    background-position: -0px -187px;
    margin-left: 45px;
    margin-top: 30px;
    margin-bottom: 24px;
}
.regchange-act{
    background-position: -0px -230px;
}
.regchange span{
    display: block;
    width: 50%;
    height: 100%;
    float: left;
    cursor: pointer;
}
.regcont{
    width: 458px;
    height: 100%;
}
.flex-col-center{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.flex-row-center{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.flex-row-start{
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}
.flex-row-between{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.inpbox{
    width: 366px;
    background: #fff;
    margin-left: 45px;
}
.inpbox .gcreateinp{
    width: 260px;
    margin-bottom: 0;
    font-size: 14px;
}
.inpbox span{
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 10px;
}
.inptip{
    margin-left: 45px;
    font-size: 12px;
    color: #fff;
    line-height: 25px;
    visibility: hidden;
}
.getbtn{
    width: 90px;
    height: 28px;
    background: #5a0707;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 28px;
    margin-left: 8px;
    cursor: pointer;
}
.eye{
    width: 20px;
    height: 17px;
    background: url(../tg_img/loginreg.png) no-repeat;
    background-position: -0px -277px;
    margin-left: 79px;
    cursor: pointer;
}
.eye-act{
    background-position: -41px -277px;
}
.jsxy{
    width: 366px;
    margin-top: 16px;
    margin-left: 45px;
    font-size: 13px;
    color: #fff;
    margin-bottom: 0px;
}
.accepttip{
    margin-bottom: 20px;
}
.dot{
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    border: 1px solid #f1e3b5;
    cursor: pointer;
    margin-right: 10px;
    position: relative;
}
.dot-act:after{
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #f1e3b5;
    left: 4px;
    top: 4px;
}
.ljdl{
    color: #f1e3b5;
}
.ljdl span{
    color: #fff;
    padding-bottom: 1px;
    border-bottom: 1px solid #fff;
    cursor: pointer;
}
.register{
    width: 172px;
    height: 62px;
    background: url(../tg_img/loginreg.png) no-repeat;
    background-position: 0px 0px;
    margin: 0 auto;
    cursor: pointer;
}
.register:hover{
    background-position: 0px -75px;
}
.regbox2{
    height: 528px;
    background: url(../tg_img/regbg1.png) no-repeat;
}
.poptip{
    width: 616px;
    height: 204px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -308px;
    margin-top: -102px;
    background: url(../tg_img/poptip.png) no-repeat;
}
.poptip-text{
    width: 574px;
    height: 100%;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}
.registersucc{
    width: 616px;
    height: 307px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -308px;
    margin-top: -153px;
    background: url(../tg_img/succ.png) no-repeat;
}
.giftcode{
    font-size: 14px;
    color: #000;
    margin-left: 150px;
    margin-top: 176px;
}
.xz{
    width: 50px;
    height: 50px;
    display: block;
    margin-left: 188px;
    margin-top: 20px;
}
.createrole{
    width: 616px;
    height: 204px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -308px;
    margin-top: -102px;
    background: url(../tg_img/create.png) no-repeat;
}
.gocreate{
    width: 78px;
    height: 29px;
    margin-left: 304px;
    margin-top: 122px;
    cursor: pointer;
}


.music-widget-wrap{left: 330px;top: 35px;width: 100px;position: absolute;z-index:2;}
.music-widget{position: absolute;right: 0;top: 0}
.music-widget:after{content: '.';display: block;height: 0;visibility: hidden;clear: both;overflow: hidden}
.music-widget .circle{float: left;margin-top: -6px;display: block;width: 32px;height: 32px;position: relative;background-repeat: no-repeat}
.music-widget .circle span{float: left;display: block;width: 4px;height: 15px;background: #e23a3f;position: absolute;bottom: 8px}
.music-widget .circle .col-1{height: 9px;left: 8px}
.music-widget .circle .col-2{height: 12px;left: 14px}
.music-widget .circle .col-3{height: 15px;left: 20px}
.music-widget .text{float: left;margin-left: 10px;color: #fff;font-size: 14px;font-weight: 400}
.music-widget.muted .circle{background-repeat: no-repeat}
.music-widget.muted .circle span{visibility: hidden}
.music-widget .circle{background-position: 0 0}
.music-widget.muted .circle{background-position: -32px 0}
.music-widget.muted .circle,.music-widget .circle{background-size: 64px 32px;background-image: url(../tg_img/music.png)}

