﻿* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}

a {
    color: #999;
    text-decoration: none;
}

ul li {
    list-style: none;
}

body {
    width: 100%;
    min-width: 1200px;
    font-size: 14px;
    font-family: Arial;
}

.wrap {
    position: relative;
    width: 100%;
    height: 5393px;
    background-color: #28211f;
    overflow: hidden;
}

.bg {
    position: absolute;
    width: 1920px;
    top: 0;
    left: 50%;
    margin-left: -960px;
    z-index: 0;
}

.bg>img {
    display: block;
}

.main {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}

.part1 {
    position: relative;
    top: 0px;
    left: -452px;
    width: 1920px;
    height: 934px;
}

.part1 .slogan {
    position: absolute;
    top: 84px;
    left: 50%;
    transform: translate(-50%);
}

.container {
    position: absolute;
    top: 790px;
    left: 50%;
    transform: translate(-50%);
    width: 1101px;
    height: 108px;
    padding-left: 30px;
    background: url(../images/container_bg.png);
    box-sizing: border-box;
    overflow: hidden;
}

.container ul {
    width: 2600px;
}

.container ul li {
    float: left;
    width: 173px;
    height: 108px;
}

/* 轮播图 */
.swiper {
    position: absolute;
    top: 789px;
    left: -6px;
    width: 1101px;
    height: 108px;
    background: url(../images/container_bg.png);
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.pre_btn {
    position: absolute;
    top: 826px !important;
    left: 334px !important;
    width: 82px !important;
    height: 82px !important;
    background: url(../images/pre.png);
    cursor: pointer;
}

.pre_btn:hover {
    background: url(../images/pre2.png);
}

.next_btn {
    position: absolute;
    top: 826px !important;
    left: 1491px !important;
    width: 82px !important;
    height: 82px !important;
    background: url(../images/next.png);
    cursor: pointer;
}

.next_btn:hover {
    background: url(../images/next2.png);
}

@media (max-width: 760px) {
    .swiper-button-next {
        right: 20px;
        transform: rotate(90deg);
    }

    .swiper-button-prev {
        left: 20px;
        transform: rotate(90deg);
    }
}

/* 轮播图 */

.part2 {
    position: relative;
    top: 0px;
    left: -452px;
    width: 1920px;
    height: 1014px;

}

.part2 .part2_title {
    position: absolute;
    top: 4px;
    left: 50%;
    transform: translate(-50%);
    width: 674px;
    height: 125px;
    background: url(../images/part2_title.png);
}

.part2 .rules {
    position: absolute;
    top: 135px;
    left: 50%;
    transform: translate(-50%);
    padding: 0px 13px 0px 13px;
    width: 1201px;
    height: 112px;
    font-size: 24px;
    font-weight: 700;
    color: #c96d38;
    box-sizing: border-box;
}

.part2 .rules span {
    color: #f8a84b;
}

.part2 .tips {
    position: absolute;
    top: 922px;
    left: 50%;
    transform: translate(-50%);
    width: 461px;
    height: 51px;
    font-size: 24px;
    color: #c96d38;
    text-align: center;
    font-weight: 700;
    line-height: 51px;
    background: url(../images/part2_tips_bg.png);
}

.part2 .flop {
    position: relative;
    top: 237px;
    left: 470px;
    width: 824px;
    height: 810px;
    background: url(../images/flop_bg.png);
}

.part3 {
    position: relative;
    top: 0px;
    left: -452px;
    width: 1920px;
    height: 2657px;
}

.part3>div[class^='content'] {
    position: relative;
    top: 0px;
    left: 50%;
    transform: translate(-50%);
    width: 1204px;
    height: 550px;
    margin-bottom: 84px;
    text-align: center;
    overflow: hidden;
    background: url(../images/part3_content1_bg.png);
}

.content1 {
    margin-top: 23px;

}

.content_title1 {
    width: 902px;
    height: 88px;
    margin-top: 54px;
    margin-left: 139px;
    background: url(../images/part3_content1_title.png);
}

.content_title2 {
    position: relative;
    width: 793px;
    height: 62px;
    margin: 43px auto 0;
    font-size: 30px;
    color: #ffcc00;
    font-weight: 800;
    line-height: 62px;
    background-color: #c96d38;
    border-radius: 5px;
}

.content_title2::after {
    position: absolute;
    top: -39px;
    left: -81px;
    content: '';
    width: 155px;
    height: 110px;
    background: url(../images/melon.gif);
}

.content_title2::before {
    position: absolute;
    top: -39px;
    right: -81px;
    content: '';
    width: 155px;
    height: 110px;
    background: url(../images/melon.gif);
}

.content_time {
    position: relative;
    width: 414px;
    height: 30px;
    margin: 29px auto 16px;
    padding-right: 10px;
    font-size: 20px;
    color: #631714;
    background-color: #f89e43;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: right;
    border-radius: 5px;
    box-sizing: border-box;
}

.content_time::after {
    position: absolute;
    top: -36px;
    left: -16px;
    content: '';
    width: 85px;
    height: 85px;
    background: url(../images/clock.gif);
}

.ms1 {
    width: 450px;
    margin: 0 auto;
    font-size: 30px;
    color: #c96d38;
    font-weight: 800;
    border-bottom: 3px solid #c96d38;
}

.ms2 {
    margin-top: 14px;
    font-size: 24px;
    color: #c96d38;
    font-weight: 700;
}

.content_btn {
    display: block;
    width: 434px;
    height: 66px;
    margin: 22px auto 0;
    font-size: 36px;
    background: url(../images/content1_btn.png);
    cursor: pointer;
}

.content_btn:hover {
    background: url(../images/content12_btn.png);
}

.content2_title1 {
    width: 885px;
    height: 82px;
    margin-top: 58px;
    background: url(../images/part3_content2_title.png);
}

.content2_title2 {
    width: 749px;
}

.content2_ms {
    width: 800px;
    margin: 8px auto 0;
    text-align: center;
    font-size: 23px;
    color: #c96d38;
    line-height: 42px;
    font-weight: 600;
}

.content2_ms span {
    display: inline-block;
    width: 175px;
    height: 37px;
    font-size: 26px;
    font-weight: 800;
    color: #c96d38;
    border-bottom: 3px solid #c96d38;
}

.content2_btn {
    width: 500px;
    height: 66px;
    color: #7f3d1c;
    background: url(../images/content2_btn.png);
}

.content2_btn:hover {
    background: url(../images/content22_btn.png);
}

.content3 {
    height: 524px !important;
    background: url(../images/part3_content3_bg.png) !important;
}

.content3_title1 {
    width: 836px;
    height: 82px;
    margin-top: 60px;
    margin-left: 171px;
    background: url(../images/part3_content3_title.png);
}

.content3_title2 {
    width: 633px;
}


.content3_ms {
    font-size: 24px;
    color: #c96d38;
    font-weight: 700;
}

.content3_ms span {
    width: 196px;
    margin-top: 13px;
    font-size: 29px;
    color: #c96d38;
    border-bottom: 3px solid #c96d38;
}

.content3_btn {
    width: 500px;
    height: 66px;
    margin-top: 42px;
    background: url(../images/content3_btn.png);
}

.content3_btn:hover {
    background: url(../images/content32_btn.png);
}

.content4 {
    height: 717px !important;
    background: url(../images/part3_content4_bg.png) !important;
}

.content4_title1 {
    width: 798px;
    height: 89px;
    margin-top: 55px;
    margin-left: 187px;
    background: url(../images/part3_content4_title.png);
}

.content4_title2 {
    width: 694px;
    letter-spacing: 1px;
}

.content4_ms {
    width: 1002px;
    margin: 22px auto;
    font-size: 24px;
    color: #c96d38;
    font-weight: 700;
}

.content4_ms span {
    width: 238px;
    font-size: 27px;
    color: #c96d38;
    border-bottom: 3px solid #c96d38;
}

.content4_btn {
    width: 415px;
    height: 66px;
    margin-top: 38px;
    background: url(../images/content4_btn.png);
}

.content4_btn:hover {
    background: url(../images/content42_btn.png);
}

.btns {
    width: 728px;
    height: 101px;
    margin: 47px auto;
}

.btns .dc_btn {
    float: left;
    display: inline-block;
    width: 339px;
    height: 101px;
    background: url(../images/discord_btn.png);
}

.btns .dc_btn:hover {
    background: url(../images/discord2_btn.png);
}

.fk_btn {
    float: right;
    display: inline-block;
    width: 339px;
    height: 100px;
    background: url(../images/facebook_btn.png);
}

.fk_btn:hover {
    background: url(../images/facebook2_btn.png);
}

.content5 {
    height: 482px !important;
    padding-top: 29.5px;
    background: #da4b00 !important;
    border-radius: 8px;
    overflow: visible !important;
    box-sizing: border-box;
}

.content5 .box {
    width: 1148px;
    height: 423px;
    margin: 0 auto;
    padding: 28px 0px 0px 29px;
    border: 5px dashed #fff;
    text-align: left;
    border-radius: 20px;
    box-sizing: border-box;
}

.content5::after {
    content: '';
    position: absolute;
    bottom: -48px;
    right: -93px;
    width: 238px;
    height: 150px;
    background: url(../images/flower.png);
}

.content5 .box h1 {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
}

.content5 .box p {
    line-height: 37px;
    font-size: 24px;
    color: #fff;
}

.content5 .box p a {
    color: #fff;
    text-decoration: underline;
}

.mask {
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 99;
}

.again_pop {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    display: none;
    width: 704px;
    height: 336px;
    font-size: 60px;
    color: #fff;
    text-align: center;
    line-height: 336px;
    font-weight: 700;
    background: url(../images/pop_bg.png);
    z-index: 100;
}

.again_pop_close {
    position: absolute;
    top: 28px;
    right: 22px;
    width: 47px;
    height: 47px;
    background: url(../images/close.png);
    cursor: pointer;
}

div[class$='close']:hover {
    background: url(../images/close2.png);
}

.prize_pop {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    display: none;
    width: 704px;
    height: 336px;
    font-size: 60px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    text-align: center;
    background: url(../images/pop_bg.png);
    z-index: 100;
}

.prize_pop_close {
    position: absolute;
    top: 28px;
    right: 22px;
    width: 47px;
    height: 47px;
    background: url(../images/close.png);
    cursor: pointer;
}

.prize_pop h2 {
    margin: 55px 0 8px 0;
    font-size: 30px;
    color: #f5cb09;
}

.prize_pop p {
    line-height: 35px;
    font-size: 24px;
    color: #fff;
}

.points_btn {
    display: block;
    width: 434px;
    height: 66px;
    margin: 38px auto;
    background: url(../images/points_btn.png);
}

.points_btn:hover {
    background: url(../images/points2_btn.png);
}

.vip_pop {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    display: none;
    width: 704px;
    height: 336px;
    font-size: 60px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    text-align: center;
    background: url(../images/pop_bg.png);
    z-index: 100;

}

.vip_pop_close {
    position: absolute;
    top: 28px;
    right: 22px;
    width: 47px;
    height: 47px;
    background: url(../images/close.png);
    cursor: pointer;
}

.vip_pop h1 {
    margin-top: 54px;
    font-size: 30px;
    color: #f5cb09;
}

.vip_pop p {
    font-size: 24px;
    color: #fff;
}

.vip_pop .vip_pop_btns {
    position: absolute;
    top: 237px;
    left: 50%;
    transform: translate(-50%);
    width: 588px;
    height: 49px;
}

.vip_pop .vip_pop_btns .btn1,
.btn2 {
    float: left;
    display: block;
    width: 294px;
    height: 49px;
    background: url(../images/vip_pop_btn1.png);
    cursor: pointer;
}

.btn1:hover {
    background: url(../images/vip_pop_btn12.png) !important;
}

.btn2 {
    background: url(../images/vip_pop_btn2.png);
}

.btn2:hover {
    background: url(../images/vip_pop_btn22.png);
}


.part4 {
    position: relative;
    top: 669px;
    left: -452px;
    width: 1920px;
    height: 96px;
}


/* 底部 */
.footer {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: 815px;
    height: 96px;
    font-size: 16px;
    z-index: 5;
}

.left {
    position: absolute;
    top: 29px;
    left: 0px;
    width: 200px;
    box-sizing: border-box;
}

.right {
    position: absolute;
    top: 23px;
    left: 148px;
    width: 615px;
    height: 96px;
    line-height: 25px;
    color: #fff;
    box-sizing: border-box;
}

.right a {
    color: #fff;
}

.right a:hover {
    color: rgb(151, 142, 255);
}

@media screen and (max-width: 1800px) {
    .wrap {
        height: 5177.28px;
    }

    .bg,
    .main {
        -webkit-transform: scale(0.96);
        -moz-transform: scale(0.96);
        -ms-transform: scale(0.96);
        -o-transform: scale(0.96);
        transform: scale(0.96);
        -webkit-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

    .bg,
    .main {
        -webkit-transform-origin: center 0;
        -moz-transform-origin: center 0;
        -ms-transform-origin: center 0;
        -o-transform-origin: center 0;
        transform-origin: center 0;
    }
}

@media screen and (max-width: 1700px) {
    .wrap {
        height: 4961.56px;
    }

    .bg,
    .main {
        -webkit-transform: scale(0.92);
        -moz-transform: scale(0.92);
        -ms-transform: scale(0.92);
        -o-transform: scale(0.92);
        transform: scale(0.92);
    }

    .bg img {
        margin-top: -1px;
    }

    .bg,
    .main {
        -webkit-transform-origin: center 0;
        -moz-transform-origin: center 0;
        -ms-transform-origin: center 0;
        -o-transform-origin: center 0;
        transform-origin: center 0;
    }

}

@media screen and (max-width: 1600px) {
    .wrap {
        height: 4745.84px;
    }

    .bg,
    .main {
        -webkit-transform: scale(0.88);
        -moz-transform: scale(0.88);
        -ms-transform: scale(0.88);
        -o-transform: scale(0.88);
        transform: scale(0.88);
    }

    .bg,
    .main {
        -webkit-transform-origin: center 0;
        -moz-transform-origin: center 0;
        -ms-transform-origin: center 0;
        -o-transform-origin: center 0;
        transform-origin: center 0;
    }

}

@media screen and (max-width: 1500px) {
    .wrap {
        height: 4530.12px;
    }

    .bg,
    .main {
        -webkit-transform: scale(0.84);
        -moz-transform: scale(0.84);
        -ms-transform: scale(0.84);
        -o-transform: scale(0.84);
        transform: scale(0.84);
    }

    .bg,
    .main {
        -webkit-transform-origin: center 0;
        -moz-transform-origin: center 0;
        -ms-transform-origin: center 0;
        -o-transform-origin: center 0;
        transform-origin: center 0;
    }

}

@media screen and (max-width: 1400px) {
    .wrap {
        height: 4314.4px;
    }

    .bg,
    .main {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
    }

    .bg,
    .main {
        -webkit-transform-origin: center 0;
        -moz-transform-origin: center 0;
        -ms-transform-origin: center 0;
        -o-transform-origin: center 0;
        transform-origin: center 0;
    }

}

@media screen and (max-width: 1300px) {
    .wrap {
        height: 4098.68px;
    }

    .bg,
    .main {
        -webkit-transform: scale(0.76);
        -moz-transform: scale(0.76);
        -ms-transform: scale(0.76);
        -o-transform: scale(0.76);
        transform: scale(0.76);
    }

    .bg,
    .main {
        -webkit-transform-origin: center 0;
        -moz-transform-origin: center 0;
        -ms-transform-origin: center 0;
        -o-transform-origin: center 0;
        transform-origin: center 0;
    }

}

@media screen and (max-width: 1200px) {
    .wrap {
        height: 3882.96px;
    }

    .bg,
    .main {
        -webkit-transform: scale(0.72);
        -moz-transform: scale(0.72);
        -ms-transform: scale(0.72);
        -o-transform: scale(0.72);
        transform: scale(0.72);
    }

    .bg,
    .main {
        -webkit-transform-origin: center 0;
        -moz-transform-origin: center 0;
        -ms-transform-origin: center 0;
        -o-transform-origin: center 0;
        transform-origin: center 0;
    }

}