html,
body,
ul,
ol,
li,
p,
img,
span,
i,
input,
video {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0
}

html,
body {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    min-width: 1440px;
}

body {
    font-family: Microsoft YaHei;
}

a {
    text-decoration: none;
}

.wrapper {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 auto;
}

.banner {
    background: url(./img/banner.jpg) no-repeat center top;
    width: 100%;
    height: 64.5rem;
    position: relative;
    top: 0;
    left: 0;
}

.part_1 {
    background: url(./img/02.jpg) no-repeat center top;
    width: 100%;
    height: 70.7rem;
    position: relative;
    top: 0;
    left: 0;
}

.part_2 {
    background: url(./img/03.jpg) no-repeat center top;
    width: 100%;
    height: 89.4rem;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
}

.swiper-slide ./img {
    margin-top: 5px;
}

.pic {
    position: relative;
    top: 5px;
}

.part_3 {
    background: url(./img/04.jpg) no-repeat center top;
    width: 100%;
    height: 63.8rem;
    position: relative;
    top: 0;
    left: 0;
}

.part_4 {
    background: url(./img/05.jpg) no-repeat center top;
    width: 100%;
    height: 83.2rem;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
}

.part_5 {
    background: url(./img/06.jpg) no-repeat center top;
    width: 100%;
    height: 21.5rem;
    position: relative;
    top: 0;
    left: 0;
}

.line-1 {
    width: 1280px;
    height: 265px;
    margin: 0 auto;
    clear: both;
}

.line-2 {
    width: 960px;
    height: 265px;
    margin: 0 auto;
    clear: both;
}

.line-3 {
    width: 310px;
    height: 380px;
    margin: 0 auto;
    clear: both;
}

.day {
    width: 320px;
    height: 250px;
    float: left;
}

.day:nth-child(5) {
    margin-left: 160px;
}

.sign_btn {
    display: inline-block;
    width: 115px;
    height: 50px;
    position: relative;
    background: url(./img/sign.png) no-repeat center top;

    top: 200px;
    left: 100px;
}

.sign_active {
    background: url(./img/sign_active.png) no-repeat center top;
    cursor: pointer;

}

.has_sign {
    background: url(./img/hassign.png) no-repeat center top;
}

.pack_btn {
    display: inline-block;
    width: 312px;
    height: 107px;
    position: relative;
    background: url(./img/pack.png) no-repeat center top;
    top: 280px;
    cursor: pointer;
}

.pack_btn_active {
    background: url(./img/pack_active.png) no-repeat center top;
    cursor: pointer;


}

.content {
    position: absolute;
    bottom: 0;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
    height: 36rem;
}

.line-1 .change {
    width: 240px;
    height: 250px;
    float: left;
    text-align: center;
}

.line-2 .change {
    width: 300px;
    height: 300px;
    float: left;
    text-align: center;
}

.change_btn {
    display: inline-block;
    width: 150px;
    height: 45px;
    position: relative;
    background: url(./img/change.png) no-repeat center top;
    top: 32px;
    cursor: pointer;
    z-index: 10;
}

.change_has {
    background: url(./img/change_has.png) no-repeat center top;
    background-size: 100%;
}

.change2_btn {
    display: inline-block;
    width: 208px;
    height: 50px;
    position: relative;
    background: url(./img/change2.png) no-repeat center top;
    top: 36px;
}

.change2_has {
    background: url(./img/change2_has.png) no-repeat center top;
    background-size: 100%;
}

.list {
    width: 950px;
    background: url(./img/list_bg.png) no-repeat center top;
    height: 1200px;
    margin: 50px auto 0;
    padding-top: 149px;
}

.list ul {
    width: 790px;
    margin-left: 125px;
}

.list ul li {
    height: 50px;
    line-height: 50px;
}

.list ul li span {
    display: inline-block;
    color: #d6d5d4;
    text-align: center;
}

.game {
    width: 159px;
}

.server {
    width: 168px;
}

.uname {
    width: 350px;
}

.int {
    width: 98px;
}

.pop {

    /* background-size: 100%; */
    position: fixed;
    top: 50%;
    left: 50%;

    z-index: 1000;
    padding: 20px 0;
    display: none;
}

.bind-pop {
    background: url(./img/bind_bg.png) no-repeat center top;
    width: 578px;
    height: 560px;
    margin-left: -289px;
    margin-top: -280px;
    padding-bottom: 20px;
    background-size: cover;

}

.login-pop {
    background: url(./img/login-bg.png) no-repeat center top;
    width: 578px;
    height: 456px;
    margin-left: -289px;
    margin-top: -190px;
}

.mask {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    z-index: 999;
    top: 0;
    display: none;
}

.lab {
    width: 450px;
    margin-left: 50px;
    height: 44px;
    line-height: 44px;
}

.label {
    font-size: 23px;
    color: #999;
}

.tip {
    /* float: right; */
    color: red;
    font-size: 18px;
    text-align: center;
    padding: 15px
}

.pop select,
input {
    appearance: none;
    width: 448px;
    height: 51px;
    border: none;
    outline: none;
    padding-left: 20px;
    font-size: 20px;

}

select,
.select-server,
.select-game,.rolename {
    background: url(./img/select_bg.png) no-repeat;
}

input {
    background: url(./img/input_bg.png) no-repeat;
    outline: none;
}

.btn {
    width: 100%;
    height: 60px;
    text-align: center;
}

.button {

    display: inline-block;
    width: 354px;
    height: 60px;
    margin-top: 20px;
}

.bind-btn {
    background: url(./img/comfirm.png) no-repeat;
    margin-top: 0px;
}

.login-pop p {
    width: 500px;
    margin: 0;
    text-align: center;
    color: #999;
    font-size: 34px;
    margin: 0 auto;
    border-bottom: 2px solid #ccc;
    padding-bottom: 10px;
}

.login-btn {
    background: url(./img/login-btn.png) no-repeat;
}

.logout {
    background: url(./img/logout.png) no-repeat;
}

.cancel {
    background: url(./img/cancel.png) no-repeat;
}

.comfirm-pop {
    background: url(./img/comfirm_bg.png) no-repeat center top;
    width: 468px;
    height: 240px;
    margin-left: -234px;
    margin-top: -120px;
}

.code-pop {
    background: url(./img/comfirm_bg.png) no-repeat center top;
    width: 468px;
    height: 240px;
    margin-left: -234px;
    margin-top: -120px;
}

.getCode {
    width: 80%;
    margin-left: 10%;
    margin-top: 50px;
}

.sp {
    color: #d3a313;
    font-size: 20px;
}

.code-pop .code {
    font-size: 20px;
    color: #d3a313;
    padding: 13px;
    /* border: 1px solid #d4a61b; */
    box-shadow: 0 0 5px #d4a61b;
    margin: 20px 0;
}

.comfirm-pop .button {
    display: inline-block;
    width: 130px;
    height: 60px;
    margin: 0 40px;
}

.comfirm-pop p {
    text-align: center;
    font-size: 25px;
    color: #ff9500;
    padding: 50px;
}

.user_info {
    position: absolute;
    right: 18%;
    bottom: 20px;
    color: #fff;
    font-size: 20px;
}

.change6 {
    background: url(./img/btn500.png) no-repeat center top;
}

.change7 {
    background: url(./img/btn800.png) no-repeat center top;
}

.change8 {
    background: url(./img/btn1000.png) no-repeat center top;
}

.swiper-container {
    height: 200px;
    width: 230px;
    margin-left: 35px;
}

.close {
    position: absolute;
    right: 15px;
    width: 40px;
    top: 28px;
    cursor: pointer;
}
.choose,.choose_name{
    background: #fff;
    z-index: 1000;
    display: none;
    /* float: left; */
    position: absolute;
    width: 446px;
    border: 2px solid #d2d2d2;
    border-top: none;
}
.choose li{
    padding-left: 20px;
}
.select-game,.rolename {
    padding-left: 20px;
    line-height: 50px;
}

.select-server,
.select-game,.rolename {
    font-size: 20px;
    height: 50px;
}

.banner .point {
    position: absolute;
    right: 8%;
    bottom: 20px;
    color: #fff;
    font-size: 20px;
}

.part_2 .point {
    position: absolute;
    top: 49.5rem;
    /* right: 11rem; */
    color: #fff;
    font-size: 28px;
    /* left: 17%; */
    width: 100%;
    text-align: center;
}

.award {
    position: fixed;
    background: url(./img/award_btn.png) no-repeat;
    top: 10rem;
    right: 0;
    width: 265px;
    height: 265px;
    z-index: 10000;
    background-size: 100%;
}

.award-pop {
    background: url(./img/award_bg.png) no-repeat;
    width: 560px;
    height: 346px;
    margin-left: -280px;
    margin-top: -173px;
}

.award-pop .close {
    position: absolute;
    right: -15px;
    width: 40px;
    top: 40px;
    cursor: pointer;
}

.list-content {
    width: 500px;
    margin: 0 auto;
    margin-top: 75px;
    height: 280px;
    overflow-y: auto;
}

.list-content::-webkit-scrollbar {
    display: none;
    /*隐藏滚动条*/
}

.pack-name {
    color: #737373;
    font-size: 17px;
}

.code {
    font-size: 17px;
    color: #4e9df1;

}

.copy {
    float: right;
    cursor: pointer;
}

.award-pop span {
    display: inline-block;
}

.award-pop ul li {
    overflow: hidden;
    background: url(./img/line.png) no-repeat bottom;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
}

.award-pop ul li ./img {
    vertical-align: middle;

}
.success-pop{
    background: url(./img/comfirm_bg.png) no-repeat center top;
    width: 468px;
    height: 240px;
    margin-left: -234px;
    margin-top: -120px;
}
/* .success-pop .close{
    right: -0.8rem;
    
} */
.msg{
    position: fixed;
    top: 9rem;
    z-index: 1000000;
    width: 100%;
    text-align: center;
}
.msg span{
    border-radius: 5px;
    background: #000;
    opacity: 0.8;
    color: #fff;
    font-size: 21px;
    display: inline-block;
    padding: 6px 15px;
}