@charset "utf-8";

body {width: 100%; overflow-x: hidden;}

.vedio-btn{width: 7vw;height: 7vw;background: url(../images/btn-play.png)no-repeat center;    background-size: contain;position: relative;z-index: 2;display: block;margin-left: -2px;margin-top: 3px; cursor:pointer;}
.video-frame{position: absolute;width: 7vw;height: 7vw; left: 45%; top: 56%;z-index: 999;}
.video-frame:after{content: " ";position: absolute;width: 100%;height: 100%;background: url(../images/btn-bg.png)no-repeat center;    background-size: contain;left: 0;top: 0;z-index: 1;}
.video-frame:after{
	-webkit-animation: rotation 5s ease-out infinite;
	animation: rotation 5s ease-out infinite;
}


.btn-music{background: url(../images/BGM.png) no-repeat;color: #fff;width: 82px;padding-top: 79px;cursor: pointer;position: fixed;top: 66%;z-index: 300;right: 0px;}
.btn-music .bm-wrap{background: url(../images/on.png) no-repeat center;color: #fff;width: 100%;height: 100%;position: absolute;cursor: pointer;top: -7px;}
.btn-music .stopmove{background: url(../images/off.png) no-repeat center;color: #fff;width: 100%;height: 100%;position: absolute;cursor: pointer;top: -7px;}


/* 花瓣 */
.guangBg {
    width: 40%;
    height: 20%;
    top: -22%;
    left: 12%;
    position: fixed;
    transform: rotate(180deg);
    z-index: 999;
}
.py {
    display: block;
    width: 51px;
    height: 38px;
    top: -160%;
    left: 84%;
    background-image: url(../images/spot.png);
    background-repeat: no-repeat;
    position: absolute;
    -moz-animation: py 2.5s ease-in infinite;
    -webkit-animation: py 5s ease-in infinite;
    background-position: -67px 0;
}
.py2 {
    background-image: url(../images/spot.png);
    background-repeat: no-repeat;
    width: 39px;
    height: 21px;
    position: absolute;
    -moz-animation: py2 4s ease-in infinite;
    -webkit-animation: py2 4s ease-in infinite;
}
.p2 {
    left: 46%;
    top: 20%;
}
.p3 {
    left: -81%;
    top: 300%;
}
.p4 {
    display: block;
    width: 30px;
    background-position: -30px -27px;
    height: 60px;
    top: 103%;
    left: 59%;
    -moz-animation: py 2.5s ease-in infinite;
    -webkit-animation: py 5s ease-in infinite;
    -o-animation: py 5s ease-in infinite;
    -ms-animation: py 5s ease-in infinite;
}
.p5 {
    left: -43%;
    position: absolute;
    top: 200%;
}
.p6 {
    left: 109%;
    top: 170%;
}
.p7 {
    left: -115%;
    top: 170%;
}
.p8 {
    left: -101%;
    top: 170%;
}
@-moz-keyframes py {
    0% {
        -moz-transform: translate(0, 0);
        -moz-transform: rotate(-100deg)
    }
    100% {
        opacity: 0;
        -moz-transform: translate(200px, -900px)
    }
}
@-webkit-keyframes py {
    0% {
        -webkit-transform: translate(0, 0);
        -webkit-transform: rotate(-100deg)
    }
    100% {
        opacity: .5;
        -webkit-transform: translate(200px, -900px)
    }
}
@-moz-keyframes py2 {
    0% {
        -moz-transform: translate(0, 0);
        -moz-transform: rotate(-100deg)
    }
    100% {
        opacity: 0;
        -moz-transform: translate(0, -800px)
    }
}
@-webkit-keyframes py2 {
    0% {
        -webkit-transform: translate(0, 0);
        -webkit-transform: rotate(-100deg)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(0, -800px)
    }
}

/* 弹窗 common */
.mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    width: 100%;
    height: 100vh;
    background: #000;
    opacity: .7;
}
.close-btn {
    position: absolute;
    right: -50px;
    top: 0;
    width: 30px;
    height: 30px;
    background: url(../images/close-btn.png) no-repeat center;
    transition: all .5s ease;
    cursor: pointer;
}
.pop {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
}
.pop-main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 999;
    padding: 40px 50px;
    background: url(../images/pop-bg.png) no-repeat right bottom #fff;
    border: 1px solid #b3445c;
    border-radius: 20px 0 20px 0;
}
.pop-main::after {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid #b3445c;
    border-radius: 20px 0 20px 0;
    z-index: 1;
}
.pop-title {
    position: relative;
    z-index: 1000;
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 28px;
    font-weight: 600;
    color: #b3445c;
    text-align: center;
}

/* 时装奖励 */

.common-reward .reward-list {
    position: relative;
    z-index: 1000;
    width: 100%;
}
.common-reward .reward-list ul {
    /* display: flex; */
    /* justify-content: center; */
}
.common-reward .reward-list ul li {
    margin-right: 30px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}
.reward-2 .reward-list ul li {
   display: block;
}

.common-reward .reward-list ul li:last-child {
    margin-right: 0;
}
.common-reward .reward-list ul li img {
    width: 110px;
    height: 110px;
}
.common-reward .reward-list ul li:nth-child(1) span{ background-color:#b3445c; color:#fff;}
.common-reward .reward-list ul li span {
    display: block;
    margin: 0px auto 0;
    width: 140px;
    height: 30px;
    font-size: 14px;
    color: #000;
    line-height: 30px;
    background-color: #ececec;
    border-bottom: 1px solid #fff;
    /* border-radius: 24px; */
}

/* 预约奖励 */
.reward-1 .pop-form {
    position: relative;
    z-index: 1000;
    text-align: center;
}
.reward-1 .pop-form label {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    color: #8d8d8d;
}
.reward-1 .pop-form label span {
    color: #333;
}
.reward-1 .pop-form input {
    display: block;
    padding: 10px;
    width: 300px;
    text-align: center;
    border: none;
    outline: none;
    background: #f5e8e8;
}
.reward-1 .pop-form button {
    margin-top: 20px;
    width: 120px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    outline: none;
    border: none;
    border-radius: 4px;
    background-image: linear-gradient(-77deg, #ec2550, #ff7676);
}
.reward-1 .pop-form button:hover {
    background-image: linear-gradient(-77deg, #d62148, #e46a6a);
}

/* 視頻框 */
.video-main{width: 530px; height: 310px;}
.video-main iframe{ width:100%; height:100%;position: relative; z-index: 9999; border-radius: 20px 0 20px 0;}
.reward-4 .pop-main{    padding: 10px 10px;}

/* top nav */
.top-nav {
    position: fixed;
    top: 0;
    z-index: 99;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 80px;
    background-color: #fff;
}
.top-nav .menu {
    display: none;
}
.top-nav .top-logo {
    margin-left: 1%;
    width: 130px;
    height: 80px;
    background: url(../images/logo.png) no-repeat center;
    background-size: contain;
    transition: all .5s ease;
    cursor: pointer;
}
.top-nav .nav-list {
    display: flex;
}
.top-nav .nav-list li {
    position: relative;
    display: block;
    padding: 0 30px;
}
.top-nav .nav-list li:first-child {
    padding-left: 0;
}
.top-nav .nav-list li:last-child {
    padding-right: 0;
}
.top-nav .nav-list li::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 12px;
    background-color: #a28144;
}
.top-nav .nav-list li:last-child::after {
    display: none;
}
.top-nav .nav-list li a {
    position: relative;
    display: block;
    font-size: 20px;
    color: #ab8279;
    cursor: pointer;
    transition: all .3s ease;
}
.top-nav .nav-list li a:hover, .top-nav .nav-list li.on a {
    font-weight: 600;
    color: #8d6022;
    transition: all .3s ease;
}
.top-nav .nav-list li a::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 2px;
    background-color: #8d6022;
    transition: all .5s ease;
}
.top-nav .nav-list li a:hover::after, .top-nav .nav-list li.on a::after {
    width: 30px;
    transition: all .5s ease;
}
.top-right {
    display: flex;
    align-items: center;
    margin-right: 1%;
}
.top-right .query-btn {
    width: 140px;
    margin-right: 20px;
    font-size: 14px;
}
.top-right a {
    display: block;
    margin-right: 15px;
    width: 28px;
    height: 28px;
    color: rgba(0, 0, 0, .0);
}
.top-right a:last-child {
    margin-right: 0;
}
.top-right a.LINE-icon {
    background: url(../images/LINE.png) no-repeat center;
    background-size: contain;
}
.top-right a.Twitter-icon {
    background: url(../images/Twitter.png) no-repeat center;
    background-size: contain;
}
.top-right a.Facebook-icon {
    background: url(../images/FB.png) no-repeat center;
    background-size: contain;
}
.top-nav.fixed {
    background: rgba(255, 255, 255, 0.88);
    height: 60px;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.28);
    transition: all .5s ease;
}
.top-nav.fixed .nav-list li a {
    height: 60px;
    line-height: 60px;
}
.top-nav.fixed .nav-list li a::after {
    bottom: 10px;
}
.top-nav.fixed .top-logo {
    margin-left: 0;
    transform: scale(.7);
    transition: all .5s ease;
}
.nav-mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 12;

    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .5);
}

/* banner */
.banner {
    position: relative;
    margin-top: 79px;
    width: 100%;
    height: 54vw;
    /* background: url(../images/banner.jpg) no-repeat center; */
    overflow: hidden;
}
/* video */
.banner_vedio {
    position: absolute;
    width: 100%;
    height: 100%;
}
.banner_vedio video {
    position: absolute;
    left: 0;
    top: 0
}
.in_video {
    z-index: 1
}
.main_video {
    opacity: 0;
    transition: all .5s;
    z-index: 2
}
.active.main_video {
    opacity: 1
}
.vedio:after{
	-webkit-animation: rotate 8s linear infinite;
	animation: rotate 8s linear infinite;
}
@-webkit-keyframes rotate{
	0%,100%{-webkit-transform:rotate(0);}
	100%{-webkit-transform:rotate(360deg);}
}
@keyframes rotate{
	0%,100%{transform:rotate(0)}
	100%{transform:rotate(360deg)}
}

.banner .slogan-1 {
    position: absolute;
    top: 1.56vw;
    left: 0;
    width: 46vw;
    height: 37.5vw;
    background: url(../images/slogan-1.png) no-repeat center;
    background-size: contain;
    z-index: 10;
}
/* .banner .slogan-2 {
    position: absolute;
    bottom: 24%;
    left: 0;
    width: 816px;
    height: 251px;
    background: url(../images/slogan-2.png) no-repeat center;
    background-size: contain;
    z-index: 10;
} */
.banner .slogan-3 {
    position: absolute;
    bottom: 5.2vw;
    right: 0;
    width: 17vw;
    height: 34vw;
    background: url(../images/slogan-3.png) no-repeat center;
    background-size: contain;
    z-index: 10;
}
.banner .down-wrap {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 6vw;
    left: 10vw;
    width: 34vw;
    height: 8.85vw;
    background: url(../images/bg-inf.png) no-repeat center;
    background-size: contain;
    z-index: 10;
}
.banner .down-wrap .qrcode {
    position: relative;
    margin-left: 1.56vw;
    width: 7.1vw;
    height: 6.35vw;
    background: url(../images/qrcode.png) no-repeat center;
    background-size: contain;
}
.banner .down-wrap .qrcode:after {
    content: " ";
    position: absolute;
    width: 6.25vw;
    height: 2px;
    background: #fff;
    box-shadow: 0px 2px 5px #c022ff;
    top: 0;
    right: 0;
    -webkit-animation: moving 3s linear infinite;
    animation: moving 3s linear infinite;
}
@-webkit-keyframes moving {
    0%,100% {
        -webkit-transform: translate(0, 0px);
    }
    50% {
        -webkit-transform: translate(0, 100px);
    }
}
@keyframes moving {
    0%,100% {
        transform: translate(0, 0px);
    }
    50% {
        transform: translate(0, 100px);
    }
}
.banner .down-wrap .store-list {
    position: relative;
    margin: 0 4vw 0 3vw;
}
.banner .down-wrap .store-list a {
    display: block;
    width: 6.3vw;
    height: 2vw;
    color: rgba(0, 0, 0, .0);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.banner .down-wrap .store-list a.link-appstore {
    background-image: url(../images/down-appstore.png);
}
.banner .down-wrap .store-list a.link-googleplay {
    background-image: url(../images/down-googleplay.png);
}
.banner .down-wrap .store-list a.link-apk {
    background-image: url(../images/down-apk.png);
}
.banner .down-wrap .store-list a:not(:last-child) {
    margin-bottom: .4vw;
}
.before-login {
    /* display: none; */
    position: relative;
    width: 7.4vw;
    height: 6.84vw;
    background-image: linear-gradient(0deg, #000, #5c5c5c);
    border-radius: 4px;
}
.before-login ul li {
    text-align: center;
}
.before-login ul li:first-child {
    padding: .6vw 0;
    margin-bottom: .5vw;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .4);
}
.before-login ul li a.before-login-1 {
    display: none;
}
.before-login ul li a {
    display: block;
    margin: 0 auto .5vw;
    width: 6.25vw;
    height: 1.6vw;
    background-color: #fff;
    border-radius: 4px;
    color: rgba(0, 0, 0, .0);
    background-repeat: no-repeat;
    background-position: center;
}
.before-login ul li a.before-login-1 {
    background-image: url(../images/reservation-1.png);
}

.before-login ul li a.before-login-2 {
    background-image: url(../images/reservation-2.png);
}
.before-login ul li a.before-login-3 {
    background-image: url(../images/reservation-3.png);
    background-size: 30%;
}
.before-login::after {
    content: '';
    display: block;
    position: absolute;
    top: .3vw;
    right: -2.4vw;
    width: .72vw;
    height: 6.25vw;
    background: url(../images/lines.png) no-repeat center;
    background-size: contain;
}
.store-list::after {
    content: '';
    display: block;
    position: absolute;
    top: .3vw;
    right: -2.2vw;
    width: .72vw;
    height: 6.25vw;
    background: url(../images/lines.png) no-repeat center;
    background-size: contain;
}
/* .store-list::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -1.8vw;
    width: .72vw;
    height: 6.25vw;
    background: url(../images/lines.png) no-repeat center;
    background-size: contain;
} */
.subscribe-btn {
    position: relative;
    margin-left: 3.6vw;
    width: 7.3vw;
    height: 7.3vw;
    background: url(../images/reservation-btnTop.png) no-repeat center;
    background-size: contain;
    cursor: pointer;
    animation: scaleDraw 3s ease-in-out infinite;
    -webkit-animation: scaleDraw 3s ease-in-out infinite;
}
@keyframes scaleDraw {
    0% {
        transform: scale(.95);
    }
    25% {
        transform: scale(1);
    }
    50% {
        transform: scale(.95);
    }
    75% {
        transform: scale(1);
    }
    100% {
        transform: scale(.95);
    }
}

/* section-common */
.section {
    padding: 80px 0;
    width: 100%;
    position: relative;
}
.section .section-title {
    margin: 0 auto;
    width: 1177px;
    height: 90px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* section-1 */
.section-1 {
    width: 100%;
    background: url(../images/section-1-bg.jpg) no-repeat center top;
    background-size: cover;
}
.section-1 .section-title {
    margin-bottom: 60px;
    background-image: url(../images/title-1.png);
}
.section-1 .p-item .swiper-slide {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.section-1 .p-item .name {
    margin-top: 120px;
    margin-left: -144px;
    width: 351px;
    height: 346px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.section-1 .p-item .name a {
    position: absolute;
    width: 36px;
    height: 36px;
    background: url(../images/audio-btn.png) no-repeat center;
    background-size: contain;
    color: rgba(0, 0, 0, .0);
    cursor: pointer;
}
.section-1 .p-item .name-1 {
    position: relative;
    background-image: url(../images/figure/f1-n.png);
}
.section-1 .p-item .name-2 {
    position: relative;
    background-image: url(../images/figure/f2-n.png);
}
.section-1 .p-item .name-3 {
    position: relative;
    background-image: url(../images/figure/f3-n.png);
}
.section-1 .p-item .name-4 {
    position: relative;
    background-image: url(../images/figure/f4-n.png);
}
.section-1 .p-item .name-5 {
    position: relative;
    background-image: url(../images/figure/f5-n.png);
}
.section-1 .p-item .name-6 {
    position: relative;
    background-image: url(../images/figure/f6-n.png);
}
.section-1 .p-item .name-1 a {
    right: 50px;
    top: 186px;
}
.section-1 .p-item .name-2 a {
    right: 60px;
    top: 122px;
}
.section-1 .p-item .name-3 a {
    right: 50px;
    top: 136px;
}
.section-1 .p-item .name-4 a {
    right: 50px;
    top: 136px;
}
.section-1 .p-item .name-5 a {
    right: 60px;
    top: 122px;
}
.section-1 .p-item .name-6 a {
    right: 60px;
    top: 122px;
}
.section-1 .p-item .describe {
    position: relative;
    margin-top: 120px;
    padding: 0 15px;
    height: 400px;
    font-size: 16px;
    color: #5f3f18;
    writing-mode: vertical-rl;
    writing-mode: tb-lr;
    line-height: 40px;
    letter-spacing: 4px;
    border-right: 1px solid #5f3f18;
}
.section-1 .p-item .describe span {
    padding-bottom: 5px;
    font-size: 30px;
}
.section-1 .p-item .describe::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -30px;
    width: 26px;
    height: 100px;
    background: url(../images/decoration-1.png) no-repeat center;
    background-size: contain;
}
.section-1 .p-item .describe::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: -60px;
    width: 26px;
    height: 100px;
    background: url(../images/decoration-1.png) no-repeat center;
    background-size: contain;
}
.section-1 .p-item .describe i {
    display: block;
    position: absolute;
    bottom: -80px;
    right: -100px;
    width: 198px;
    height: 58px;
    background: url(../images/decoration-2.png) no-repeat center;
    background-size: contain;
}
.section-1 .p-item .figure {
    position: relative;
    z-index: 10;
    margin: 0 70px 0 60px;
    width: 715px;
    height: 756px;
    text-align: center;
    background: url(../images/f-bg.png) no-repeat center;
    background-size: contain;
}
.section-1 .ranking-wrap {
    position: relative;
    width: 977px;
    height: 460px;
    margin: -360px auto 0;
    background: url(../images/lines-2.png) no-repeat center;
    background-size: contain;
    overflow: unset;
}
.section-1 .ranking-wrap .swiper-wrapper {
    position: absolute;
    justify-content: center;
    align-items: flex-end;
}
.section-1 .ranking-wrap .swiper-slide {
    /* margin-right: 60px; */
    width: 86px !important;
    height: 86px !important;
    border: 2px solid #eba880;
    background-color: #fff;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90%;
    cursor: pointer;
}
.section-1 .ranking-wrap .swiper-slide:nth-child(1) {
    position: absolute;
    left: 100px;
    bottom: 100px;
    background-image: url(../images/ranking/r-1.png);
}
.section-1 .ranking-wrap .swiper-slide:nth-child(2) {
    position: absolute;
    left: 224px;
    bottom: 14px;
    background-image: url(../images/ranking/r-2.png);
}
.section-1 .ranking-wrap .swiper-slide:nth-child(3) {
    position: absolute;
    left: 367px;
    bottom: -36px;
    background-image: url(../images/ranking/r-3.png);
}
.section-1 .ranking-wrap .swiper-slide:nth-child(4) {
    position: absolute;
    right: 367px;
    bottom: -36px;
    background-image: url(../images/ranking/r-4.png);
}
.section-1 .ranking-wrap .swiper-slide:nth-child(5) {
    position: absolute;
    right: 224px;
    bottom: 14px;
    background-image: url(../images/ranking/r-5.png);
}
.section-1 .ranking-wrap .swiper-slide:nth-child(6) {
    position: absolute;
    right: 100px;
    bottom: 100px;
    background-image: url(../images/ranking/r-6.png);
}
.section-1 .ranking-wrap .swiper-slide:last-child {
    margin-right: 0;
}
.section-1 .ranking-wrap .swiper-slide.swiper-slide-thumb-active {
    border: 2px solid #b3445c;
    transform: scale(1.2);
}
#intro .swiper-button-next {
    right: 50px;
    width: 88px;
    height: 102px;
    background: url(../images/btn-next.png) no-repeat center;
    background-size: contain;
}
#intro .swiper-button-prev {
    left: 50px;
    width: 88px;
    height: 102px;
    background: url(../images/btn-pre.png) no-repeat center;
    background-size: contain;
}
#intro .swiper-button-next::after, #intro .swiper-button-prev::after {
    display: none;
}
#intro .swiper-button-next:focus, #intro .swiper-button-prev:focus {
    border: none;
    outline: none;
}
/* section-2 */
.section-2 {
    width: 100%;
    background: url(../images/section-2-bg.jpg) no-repeat center top;
    background-size: cover;
}
.section-2 .section-title {
    margin-bottom: 60px;
    background-image: url(../images/title-2.png);
}
.section-2-main {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 1200px;
    height: 700px;
    background: url(../images/section-2-mainBG.png) no-repeat center;
    background-size: contain;
}
.section-2-main .tweets-news {
    margin-right: 46px;
    width: 540px;
}
.section-2-main .hw-news {
    width: 540px;
}
.section-2-main .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    width: 540px;
    height: 60px;
    background-color: #cca866;
}
.section-2-main .top h3 {
    display: flex;
    align-items: center;
    font-size: 17px;
    color: #5f3f18;
}
.section-2-main .top h3 i {
    display: block;
    width: 34px;
    height: 27px;
    background: url(../images/Twitter-Logo.png) no-repeat center;
    background-size: contain;
}
.section-2-main .top span {
    font-size: 16px;
    color: #eee9cb;
}
.section-2-main .top a {
    display: block;
    margin-top: 5px;
    width: 124px;
    height: 37px;
    font-size: 16px;
    color: #5f3f18;
    text-align: center;
    line-height: 34px;
    background: url(../images/more-btn.png) no-repeat center;
    background-size: contain;
    transition: all .4s ease;
}
.section-2-main .top a:hover {
    background: url(../images/more-btn-h.png) no-repeat center;
    background-size: contain;
}
.section-2-main .tweets-iframe {
    margin-top: 20px;
    width: 100%;
    height: 526px;
    border: 2px solid #b2783f;
    background-color: #FFF;
    overflow: auto scroll;
}
.section-2-main .hw-news-list {
    margin-top: 20px;
    width: 100%;
    height: 526px;
    border: 2px solid #b2783f;
    background-color: #cca866;
}
.section-2-main .hw-news-list li {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.section-2-main .hw-news-list li:last-child {
    margin-bottom: 0;
}
.section-2-main .hw-news-list li a {
    display: block;
    padding: 20px;
    color: #fff;
    font-size: 16px;
    background-color: #cca866;
}
.section-2-main .hw-news-list li a:hover {
    background-color: #d9b36c;
}
.section-2-main .hw-news-list li a span {
    line-height: 16px;
}
.section-2-main .hw-news-list li a h4 {
    width: 100%;
    margin-top: 15px;
    font-weight: 600;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 嵌套 */
div#twitter-contents {
    height: 526px;
}

/* section-3 */
.section-3 {
    width: 100%;
    background: url(../images/section-3-bg.jpg) no-repeat center top;
}
.section-3 .section-title {
    margin-bottom: 60px;
    background-image: url(../images/title-3.png);
}
.section-3 .prop {
    margin: -60px auto 0;
    width: 1314px;
    height: 585px;
    background: url(../images/section-3-img1.png) no-repeat center;
    background-size: contain;
}
.section-3 .step-1 {
    margin-bottom: 60px;
}
.section-3 .step-title {
    margin: 0 auto 30px;
    width: 1090px;
    height: 76px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.section-3 .step-1 .step-title {
    background-image: url(../images/section-3-img2.png);
}
.section-3 .btn-list {
    display: flex;
    justify-content: center;
}
.section-3 .like-btn, .section-3 .twitter-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
    transition: all .4s ease;
}
.section-3 .like-btn {
    margin-right: 60px;
    background-image: url(../images/btn-1.png);
}
.section-3 .like-btn:hover {
    opacity: .85;
}
.section-3 .like-btn i {
    margin-right: 12px;
    width: 16px;
    height: 16px;
    background: url(../images/like-icon.png) no-repeat center;
    background-size: contain;
}
.section-3 .like-btn span {
    margin-left: 5px;
}
.section-3 .twitter-btn {
    background-image: url(../images/btn-2.png);
}
.section-3 .twitter-btn a {
    display: block;
    color: #fff;
}
.section-3 .twitter-btn:hover {
    opacity: .85;
}
.section-3 .twitter-btn i {
    margin-right: 10px;
    width: 18px;
    height: 15px;
    background: url(../images/twitter-icon.png) no-repeat center;
    background-size: contain;
}
.section-3 .step-2 .step-title {
    background-image: url(../images/section-3-img3.png);
}
.section-3 .login-from {
    margin: 0 auto;
    width: 410px;
}
input::-webkit-input-placeholder {
    color: #deada3;
}
input:-moz-placeholder {
    color: #deada3;
}
input::-moz-placeholder{
    color: #deada3;
}
input:-ms-input-placeholder {
    color: #deada3;
}
.section-3 .login-from input {
    padding: 8px;
    width: 100%;
    outline: none;
    background-color: #fffdfa;
    border: 1px solid #d6a871;
    border-radius: 4px;
}
.section-3 .login-from input.v-code {
    width: 260px;
}
.section-3 .login-from label {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}
.section-3 .login-from a {
    height: 40px;
    font-size: 16px;
    color: #fff;
    outline: none;
    border: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: all .4s ease;
	display:block;
	line-height: 40px;
    text-align: center;
}

.section-3 .login-from a.codeBtn {
    width: 130px;
    background-image: url(../images/btn-3.png);
}
.section-3 .login-from a.codeBtn:hover {
    opacity: .85;
}
.section-3 .login-from a.codeBtn-b {
    background-image: url(../images/btn-3-b.png);
}
.section-3 .login-from a.loginBtn {
    width: 410px;
    background-image: url(../images/btn-4.png);
}
.section-3 .login-from a.loginBtn:hover {
    opacity: .85;
}

/* section-4 */
.section-4 {
    width: 100%;
    background: url(../images/section-4-bg.jpg) no-repeat center top;
}
.section-4 .section-title {
    margin-bottom: 60px;
    background-image: url(../images/title-4.png);
}
.section-4 .section-4-main {
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.section-4 .left {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: 100px;
    width: 400px;
}
.section-4 .draw-item {
    position: relative;
    width: 400px;
    height: 660px;
    background: url(../images/draw-bg.png) no-repeat center;
    background-size: contain;
}
.section-4 .draw-parts {
    display: flex;
    position: relative;
}
.section-4 .draw-parts ul {
    margin: 60px 0 0 45px;
}
.section-4 .draw-parts ul li {
    margin-bottom: 15px;
    width: 64px;
    height: 64px;
}
.section-4 .draw-parts ul li img {
    width: 100%;
    height: auto;
}
.section-4 .draw-parts .clothing {
    margin-top: 58px;
    width: 250px;
}
.section-4 .draw-parts .clothing img {
    width: 100%;
    height: auto;
}
.section-4 .draw-parts p {
    position: absolute;
    right: 45px;
    top: 70px;
    width: 26px;
    font-size: 26px;
    line-height: 34px;
    color: #b3445c;
}
.section-4 .capsule {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 10px;
    margin: auto;
    width: 318px;
    height: 258px;
    background: url(../images/css_sprites.png) no-repeat center top;
    animation: tiger-anim2 1.5s steps(21);
    animation-play-state: paused;
}
.section-4 .capsule.capsule-run {
    animation-play-state: running;
}
@keyframes tiger-anim2 {
    100% {
        background-position: 0 -5418px;
    }
}

@-webkit-keyframes tiger-anim2 {
    100% {
        background-position: 0 -5418px;
    }
}
.section-4 .draw-btn {
    position: relative;
    margin-top: 22px;
    width: 260px;
    height: 90px;
    background: url(../images/draw-btn.png) no-repeat center;
    background-size: contain;
    cursor: pointer;
}
.present{
	display: none;
   /* width: 260px;*/
    text-align: center;
}
.present a{
	display: inline-block;
    padding: 1px 4px;
    background: #53a3f0;
    border-radius: 6px;
    letter-spacing: 1px;
    color: #fff;
    margin-left: 6px;
    cursor: pointer;
}

.section-4 .draw-btn span {
    position: absolute;
    left: 110px;
    top: 14px;
    font-size: 14px;
    color: #5f3f18;
}
.section-4 .draw-btn span i {
    font-style: normal;
}
.section-4 .draw-btn::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 85px;
    height: 89px;
    background: url(../images/draw-btn-affter.png) no-repeat center;
    background-size: contain;
    animation: rotation 5s linear infinite;
}
@-webkit-keyframes rotation{
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
.section-4 .draw-details {
    margin-top: 40px;
    width: 568px;
}
.section-4 .draw-details h4 {
    margin-bottom: 14px;
    font-size: 20px;
    font-weight: 600;
    color: #684b45;
}
.section-4 .line-1 {
    margin-bottom: 40px;
}
.section-4 .line-1 .twitter-share {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    background: url(../images/btn-5.png) no-repeat center;
    background-size: contain;
    transition: all .4s ease;
}
.section-4 .line-1 .twitter-share i {
    display: block;
    margin-right: 10px;
    width: 18px;
    height: 15px;
    background: url(../images/twitter-icon.png) no-repeat center;
    background-size: contain;
}
.section-4 .line-1 .twitter-share:hover {
    opacity: .85;
}
.section-4 .line-2 {
    margin-bottom: 40px;
}
.section-4 .line-2 label {
    display: flex;
    width: 100%;
}
.section-4 .line-2 label input {
    padding: 8px;
    margin: 0 20px 5px 0;
    width: 400px;
    color: #d6a871;
    outline: none;
    background-color: #fffdfa;
    border: 1px solid #d6a871;
    border-radius: 4px;
}
.section-4 .line-2 label button {
    width: 100px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    outline: none;
    border: none;
    background: url(../images/btn-6.png) no-repeat center;
    background-size: contain;
    transition: all .4s ease;
}
.section-4 .line-2 label button:hover {
    opacity: .85;
}
.section-4 .line-2 p {
    font-size: 14px;
    color: #684b45;
}
.section-4 .line-3 {
    margin-bottom: 40px;
}
.section-4 .line-3 ul li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 28px;
    font-size: 14px;
    color: #684b45;
    line-height: 22px;
}
.section-4 .line-3 ul li::after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 18px;
    height: 20px;
    background: url(../images/decoration-3.png) no-repeat center;
    background-size: contain;
}
.query-btn {
    width: 180px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    outline: none;
    border: none;
    background: url(../images/btn-7.png) no-repeat center;
    background-size: contain;
    transition: all .4s ease;
    cursor: pointer;
}
.query-btn:hover {
    opacity: .85;
}

/* section-5 */
.section-5 {
    position: relative;
    width: 100%;
    height: 1000px;
    overflow: hidden;
    background: url(../images/section-5-bg.jpg) no-repeat center top;
}
.section-5-main .sp {
    width: 514px;
    height: 920px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/section-5-img1.png) no-repeat left top;
    background-size: contain;
}
.section-5-main .due-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: 0 auto;
    width: 1200px;
}
.section-5-main .due-date {
    position: relative;
    margin-top: 80px;
    text-align: right;
}
.section-5-main .due-date::after {
    content: '';
    display: block;
    position: absolute;
    top: -14px;
    left: -72px;
    width: 78px;
    height: 73px;
    background: url(../images/decoration-5.png) no-repeat center;
    background-size: contain;
}
.section-5-main .due-date b {
    font-size: 60px;
    font-weight: 600;
    line-height: 60px;
    color: #684b45;
}
.section-5-main .due-date span {
    position: relative;
    display: inline-block;
    padding: 5px;
    min-width: 100px;
    color: #fff;
    background-color: #d6a871;
	text-align:center;
}
.section-5-main .due-date span::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    width: 100%;
    height: 1px;
    background-color: #d6a871;
}
.section-5-main .due-date p {
    position: relative;
    margin-top: 20px;
    font-size: 26px;
    color: #684b45;
}
.section-5-main .due-date p::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -35px;
    bottom: 0;
    margin: auto;
    width: 25px;
    height: 23px;
    background: url(../images/decoration-4.png) no-repeat center;
    background-size: contain;
}
.section-5-main .due-reach {
    margin-top: 114px;
}
.section-5-main .due-reach .list {
    display: flex;
    justify-content: center;
    width: 100%;
}
.section-5-main .due-reach .list li {
    position: relative;
    margin-right: 100px;
    width: 178px;
    height: 348px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.section-5-main .due-reach .list li:last-child {
    margin-right: 0;
}
.section-5-main .due-reach .list li.reach1 {
    background-image: url(../images/reward/reward-1.png);
}
.section-5-main .due-reach .list li.reached {
    background-image: url(../images/reward/reward-1-c.png);
}
.section-5-main .due-reach .list li.reached::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -40px;
    bottom: 0;
    margin: auto;
    width: 107px;
    height: 65px;
    background: url(../images/a-sign.png) no-repeat center;
    background-size: contain;
}
.section-5-main .due-reach .list li.reach2 {
    background-image: url(../images/reward/reward-2.png);
}
.section-5-main .due-reach .list li.reach3 {
    background-image: url(../images/reward/reward-3.png);
}
.section-5-main .due-reach .list li.reach4 {
    background-image: url(../images/reward/reward-4.png);
}
.section-5-main .due-reach .explain{ width: 590px;  margin: 40px auto 0;}
.section-5-main .bar {
    position: relative;
    margin: 10px 0 0 78px;
    width: 856px;
    height: 23px;
}
.section-5-main .bar div {
    position: absolute;
    top: 0;
    left: 0;
    height: 23px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
}
.section-5-main .bar .bar-2 {
    width: 856px;
    background-image: url(../images/progress-bar.png);
}
.section-5-main .bar .bar-3 {
    width: 30%;
    background-image: url(../images/progress-bar-act.png);
}

/* section-6 */
.section-6 {
    padding-bottom: 120px;
    width: 100%;
    background: url(../images/section-6-bg.jpg) no-repeat center top;
    overflow-x: hidden;
}
.section-6 .section-title {
    margin-bottom: 60px;
    background-image: url(../images/title-6.png);
}
#section-6-main {
	position: relative;
	width: 1200px;
	margin: 0 auto
}
#section-6-main .swiper-container {
	padding-bottom: 60px;
}
#section-6-main .swiper-slide {
	width: 900px;
	height: 416px;
}
#section-6-main .swiper-slide-img {
    width: 100%;
    height: 416px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    /* filter: grayscale(100%); */
}
#section-6-main .swiper-slide-img.img1 {
    background-image: url(../images/screenshots1.png);
}
#section-6-main .swiper-slide-img.img2 {
    background-image: url(../images/screenshots2.png);
}
#section-6-main .swiper-slide-img.img3 {
    background-image: url(../images/screenshots3.png);
}
#section-6-main .swiper-slide-img.img4 {
    background-image: url(../images/screenshots4.png);
}
#section-6-main .swiper-slide-img.img5 {
    background-image: url(../images/screenshots5.png);
}
#section-6-main .swiper-slide-active .swiper-slide-img {
    /* filter: grayscale(0); */
    box-shadow: -5px 0 10px #84131345, 5px 0 10px #00000045;
}
#section-6-main .swiper-pagination {
	width: 100%;
	bottom: -40px;
}
#section-6-main .swiper-pagination span {
    margin-right: 30px;
    width: 160px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: 0;
    background: none;
    cursor: pointer;
    opacity: .7;
    transition: all .4s ease;
}
#section-6-main .swiper-pagination span:nth-child(1) {
    background-image: url(../images/screenshots-btn1.png);
}
#section-6-main .swiper-pagination span:nth-child(2) {
    background-image: url(../images/screenshots-btn2.png);
}
#section-6-main .swiper-pagination span:nth-child(3) {
    background-image: url(../images/screenshots-btn3.png);
}
#section-6-main .swiper-pagination span:nth-child(4) {
    background-image: url(../images/screenshots-btn4.png);
}
#section-6-main .swiper-pagination span:nth-child(5) {
    background-image: url(../images/screenshots-btn5.png);
}
#section-6-main .swiper-pagination span:hover, #section-6-main .swiper-pagination span.swiper-pagination-bullet-active {
    opacity: 1;
}
#section-6-main .swiper-pagination span:focus {
    border: none;
    outline: none;
}

#section-6-main .swiper-button-next {
    right: 50px;
    width: 88px;
    height: 102px;
    background: url(../images/btn-next-r.png) no-repeat center;
    background-size: contain;
}
#section-6-main .swiper-button-prev {
    left: 50px;
    width: 88px;
    height: 102px;
    background: url(../images/btn-next-l.png) no-repeat center;
    background-size: contain;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after,.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{ display:none;}


/* section-7 */
.section-7 {
    width: 100%;
    max-height: 1080px;
    overflow: hidden;
    background: url(../images/section-7-bg.jpg) no-repeat center top;
}
.section-7 .section-title {
    margin-bottom: 60px;
    background-image: url(../images/title-7.png);
}
.section-7 .roleBox {
    display: flex;
    justify-content: center;
    position: relative;
}
.section-7 .roleLeft {
    position: relative;
    width: 574px;
}
.section-7 .roleLeft li {
    position: absolute;
}
/* .section-7 .roleLeft li:nth-child(3) {
    left: -50px;
} */
.section-7 .roleLeft li:nth-child(4) {
    left: -50px;
}
.section-7 .roleLeft li:nth-child(6) {
    left: -50px;
}
.section-7 .roleLeft li:nth-child(7) {
    left: -50px;
}
.section-7 .roleLeft li:nth-child(9) {
    left: -50px;
}
.section-7 .roleLeft li:nth-child(11) {
    left: -50px;
}
.section-7 .roleLeft img {
    display: block;
    opacity: 0;
    transform: scale(.9);
    transition: all 1s cubic-bezier(0.22, 0.6, 1, 1);
}
.section-7 .roleLeft li.act img {
    display: block;
    opacity: 1;
    transform: scale(1);
}
.roleRight ul {
    display: flex;
    flex-wrap: wrap;
    width: 220px;
}
.roleRight ul li {
    margin-right: 36px;
    margin-top: 22px;
    cursor: pointer;
    transform: scale(.95);
    transition: all .4s ease;
}
.roleRight ul li:hover, .roleRight ul li.act {
    transform: scale(1);
}
.roleRight ul li:nth-child(2n) {
    margin-right: 0;
}
.roleRight ul li p {
    margin: 3px auto 0;
    width: 66px;
    height: 18px;
    font-size: 12px;
    color: #fff;
    line-height: 18px;
    text-align: center;
    background-color: #a28144;
    border-radius: 4px;
}

/* footer */
footer {
    width: 100%;
    background-color: #543940;
}
.footer-w {
    display: flex;
    margin: 0 auto;
    padding: 40px 0 30px;
    width: 63%;
    color: #fff;
    border-bottom: 1px solid #704c56;
}
.footer-w .icon {
    margin-right: 20px;
    width: 120px;
    height: 120px;
    background: url(../images/icon.png) no-repeat center;
    background-size: contain;
}
.footer-w .line-1 {
    display: flex;
    margin-right: 200px;
}
.footer-w .line-1 li {
    margin-bottom: 12px;
}
.footer-w li {
    display: flex;
}
.footer-w li span {
    display: block;
    width: 80px;
}
.footer-w li i {
    color: #cdcdcd;
    font-style: normal;
}
.footer-w .line-2 i {
    line-height: 32px;
    margin-top: -5px;
}
.pact {
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding: 16px 0;
    width: 63%;
}
.pact a {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-right: 60px;
    color: #fff;
}
.pact a:hover {

    text-decoration: underline;
}
.pact a::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 12.1px;;
    border-color: transparent transparent transparent #fff;
}
.footer-logo {
    margin-left: 280px;
    color: #fff;
    font-size: 12px;
    display: flex;
    align-items: center;
}
.footer-logo img{
	float: left;
	margin-top: 5px;
	margin-right: 5px;
}

/* 协议 */
.rule-main {
    padding: 80px 0 50px;
    width: 100%;
    height: 100%;
    background: url(../images/section-7-bg.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}
.rule-title {
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 60px 0;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    color: #684b45;
}
.rule-title::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -60px;
    width: 50px;
    height: 47px;
    background: url(../images/decoration-5.png) no-repeat center;
    background-size: contain;
}
.w960 {
    margin: 0 auto;
    width: 960px;
}
.w960 ol>li {
    font-size: 14px;
    list-style-type: decimal;
    line-height: 32px;
}
.w960 ol>li p {
    font-weight: normal;
}
.rule-conText p {
    margin: 0 0 30px 0;
    line-height: 32px;
    font-size: 14px;
}
.rule-conText ol>li {
    font-weight: normal;
}
.rule-conText .common-con b {
    display: block;
    margin: 20px 0 0 0;
}
.rule-conText .common-con ol li {
    margin-left: 30px;
}


@media (max-width: 1460px) {
    .section-1 .p-item .figure {
        margin: 0 30px 0 30px;
    }
    #intro .swiper-button-next {
        right: 10px;
    }
    #intro .swiper-button-prev {
        left: 10px;
    }
    .footer-w {
        width: 90%;
    }
    .pact {
        width: 90%;
    }
    .before-login ul li a {
        height: 1.4vw;
    }
}

@media (max-width: 1386px) {
    /* .banner .slogan-1 {
        width: 36vw;
        height: 30vw;
    } */
    .section-1 .p-item .figure {
        width: 615px;
        height: 650px;
    }
    .section-1 .p-item .figure img {
        width: 85%;
    }
}

@media (max-width: 1044px) {
    .top-nav .top-logo {
        margin-left: 1%;
        width: 132px;
        height: 46px;
    }
    .top-nav .nav-list li a {
        font-size: 16px;
    }
    .top-right {
        margin-right: 1%;
    }
    .top-right a {
        margin-right: 10px;
    }
    .top-right .query-btn {
        /*display: none;*/
		    width: 180px;
    }
	.btn-music {
		    top: 25px;
    right: 9.5%;
    width: 40px;
    height: 40px;
    padding-top: 40px;
    background-size: contain;
	}
	.btn-music .stopmove{
	    width: 100%;
    height: 100%;
    background-size: 71%;	
		}
    .top-nav .nav-list li {
        padding: 0 20px;
    }

    .banner {
        height: 54vw;
    }
    .before-login ul li a {
        background-size: 60%;
    }
    /* .banner .slogan-1 {
        width: 412px;
        height: 260px;
    } */
    /* .banner .slogan-2 {
        width: 488px;
        height: 150px;
    } */
    /* .banner .slogan-3 {
        width: 199px;
        height: 400px;
    }
    .banner .down-wrap {
        transform: scale(.8);
        bottom: 2%;
        left: 0;
    } */

    .section {
        padding: 60px 0;
    }

    .section .section-title {
        width: 100%;
    }

    .section-1 .p-item .name {
        /* margin-top: 52px; */
        margin-left: -75px;
        width: 250px;
        height: 246px;
    }
    .section-1 .p-item .name-1 a {
        right: 25px;
        top: 126px;
    }
    .section-1 .p-item .name-2 a {
        right: 42px;
        top: 70px;
    }
    .section-1 .p-item .name-3 a {
        right: 26px;
        top: 95px;
    }
    .section-1 .p-item .name-4 a {
        right: 26px;
        top: 90px;
    }
    .section-1 .p-item .name-5 a {
        right: 28px;
        top: 74px;
    }
    .section-1 .p-item .name-6 a {
        right: 30px;
        top: 76px;
    }
    .section-1 .p-item .describe {
        width: 133px;
        /* margin-top: 52px; */
        margin-right: 30px;
        font-size: 14px;
        line-height: 34px;
    }
    .section-1 .p-item .figure {
        margin: 0 15px 0 15px;
    }
    .section-1 .ranking-wrap {
        transform: scale(.8);
    }
    #intro .swiper-button-next {
        display: none;
    }
    #intro .swiper-button-prev {
        display: none;
    }

    .section-2-main {
        width: 960px;
        height: 560px;
    }
    .section-2-main .tweets-news {
        margin-right: 2%;
        width: 47%;
    }
    .section-2-main .hw-news {
        width: 47%;
    }
    .section-2-main .top {
        width: 100%;
    }
    .section-2-main .tweets-iframe {
        height: 400px;
    }
    .section-2-main .hw-news-list {
        height: 400px;
    }
    .section-2-main .hw-news-list li a {
        padding: 10px;
    }
    .section-2-main .top h3 {
        font-size: 20px;
    }

    .section-3 .prop {
        width: 1000px;
        height: 445px;
    }

    .section-3 .step-title {
        width: 1000px;
    }

    .section-4 .section-4-main {
        padding: 0 30px;
    }
    .section-4 .left {
        margin-right: 50px;
    }

    .section-5 {
        height: auto;
    }
    .section-5-main {
        transform: scale(.8);
    }
    .section-5-main .due-info {
        width: 960px;
    }
    .section-5-main .sp {
        left: -150px;
        bottom: -160px;
    }

    .section-6 {
        padding-bottom: 100px;
    }
    #section-6-main {
        width: 960px;
    }
    #section-6-main .swiper-slide {
        width: 800px;
        height: 370px;
    }
    #section-6-main .swiper-slide img {
        width: 100%;
        height: auto;
    }

    .footer-w .line-1 {
        margin-right: 100px;
    }
    .footer-logo{
        margin-left: 180px;
    }
    .footer-w, .pact {
        width: 95%;
    }
}

@media (max-width: 800px) {
    .top-nav {
        display: block;
        height: 88px;
        line-height: 88px;
    }
    .top-nav .top-logo {
        height: 88px;
    }
    .top-nav .menu {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 3%;
        margin: auto;
        width: 40px;
        height: 34px;
    }
    .top-nav .menu span {
        display: block;
        margin-bottom: 10px;
        width: 100%;
        height: 4px;
        background-color: #ff7676;
    }
    .top-nav .menu span:last-child {
        margin-bottom: 0;
    }
    .top-right {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 16%;
        margin: auto;
        height: 40px;
    }
    .top-right a {
        width: 40px;
        height: 40px;
    }
    .top-nav .nav-list {
        display: block;
        height: 0;
        overflow: hidden;
        background-color: #fff;
        transition: all .6s ease;
    }
    .top-nav .nav-list.navShow {
        height: 406px;;
    }
    .top-nav .nav-list li {
        padding: 0;
        font-size: 28px;
        text-align: center;
        border-top: 1px solid #e1e1e1;
    }
    .top-nav .nav-list li:last-child {
        border-bottom: 1px solid #e1e1e1;
    }
    .top-nav .nav-list li a {
        height: 80px;
        line-height: 80px;
        font-size: 28px;
    }
    .top-nav .nav-list li a::after {
        display: none;
    }
    .top-nav.fixed {
        height: 88px;
        line-height: 88px;
        background: #fff;
        box-shadow: none;
        border-bottom: 2px solid #d08c9b;
    }
    .top-nav.fixed .top-logo {
        margin-left: 1%;
        transform: scale(1);
    }
    .top-nav.fixed .nav-list li a {
        height: 80px;
        line-height: 80px;
    }

    /* banner */
    .banner {
        margin-top: 88px;
        height: 100vh;
        background: url(../images/banner-m.jpg) no-repeat center;
    }
    .banner .slogan-1 {
        left: -1%;
        top: 12%;
        bottom: -5%;
        margin: auto;
        width: 72%;
        height: 33%;
    }
    .banner .slogan-3 {
        right: 2%;
        top: 24%;
        bottom: 0;
        width: 32%;
        height: 32%;
    }
    .banner .down-wrap {
        bottom: 6%;
        left: 0;
        right: 0;
        margin: auto;
        width: 722px;
        height: 260px;
        background: url(../images/bg-inf-m.png) no-repeat center;
        background-size: contain;
    }
    .banner .down-wrap .qrcode {
        display: none;
    }
    .banner .down-wrap .store-list {
        width: auto;
        margin: 0 4vw 0 6vw;
    }
    .banner .down-wrap .store-list a {
        width: 28vw;
        height: 5vh;
    }
    .banner .down-wrap .store-list a:not(:last-child) {
        margin-bottom: .8vw;
    }
    .before-login {
        width: auto;
        height: auto;
    }
    .before-login ul li a {
        margin: 0 10px 16px;
        width: 28vw;
        height: 4vh;
        background-size: 60%;
    }
    .before-login ul li a.before-login-1 {
        border: 1px solid #c51e74;
    }
    .before-login ul li a.before-login-2 {
        border: 1px solid #00a2f5;
    }
    .before-login ul li a.before-login-3 {
        border: 1px solid #f8c42a;
    }
    .before-login::after {
        right: -50px;
        width: 30px;
        height: 200px;
    }
    .before-login ul li:first-child {
        margin-bottom: 18px;
        padding: 20px 0;
        font-size: 22px;
        line-height: 13px;
    }
    .subscribe-btn {
        /* position: absolute;
        top: 46px;
        right: 27px;
        width: 28vw;
        height: 5vh;
        margin-left: 0;
        background: url(../images/reservation-btnTop-m.png) no-repeat center;
        background-size: contain;
        animation: none; */
        margin-left: 7vw;
        width: 18vw;
        height: 18vw;
    }
    .store-list::after {
        display: none;
    }

    /* section-common */
    .section {
        width: 100%;
        overflow: hidden;
    }
    .section .section-title {
        width: 100%;
        height: 90px;
    }

    /* .section-1 */
    .section-1 {
        border-bottom: 10px solid #d4a3ad;
        background-position: -200px top;
    }
    .section-1 .p-item .name {
        position: absolute;
        top: 0;
        right: 2%;
        margin-top: 0;
        margin-left: 0;
        z-index: 12;
        /* width: 351px; */
        /* height: 346px; */
    }
    .section-1 .p-item .figure {
        margin: 0 auto;
        width: 100%;
        height: 1000px;
        background: url(../images/f-bg-m.png) no-repeat center;
    }
    .section-1 .p-item .figure img {
        position: relative;
        z-index: 2;
        width: 90%;
        height: auto;
    }
    .section-1 .ranking-wrap {
        display: none;
    }
    .section-1 .p-item .describe {
        position: absolute;
        bottom: 0%;
        padding: 2%;
        width: 90%;
        height: auto;
        font-size: 28px;
        writing-mode: unset;
        line-height: 46px;
        background-color: rgba(255, 255, 255, .7);
        border: 1px solid #ff7676;
        z-index: 12;
    }
    .section-1 .p-item .name-1 a {
        transform: scale(.9);
    }
    #intro .swiper-button-next {
        display: block;
        right: 0;
    }
    #intro .swiper-button-prev {
        display: block;
        left: 0;
    }
    .section-1 .p-item .describe::before, .section-1 .p-item .describe::after {
        display: none;
    }

    /* .section-2 */
    .section-2 {
        border-bottom: 10px solid #d4a3ad;
    }
    .section-2-main {
        flex-wrap: wrap;
        padding: 4%;
        width: 90%;
        height: auto;
        background: url(../images/section-2-mainBG-m.png) no-repeat center top;
        background-size: cover;
        border-left: 2px solid #d8bf91;
        border-right: 2px solid #d8bf91;
    }
    .section-2-main .tweets-news {
        width: 100%;
        margin-right: 0;
    }
    .section-2-main .top h3 {
        font-size: 18px;
    }
    .section-2-main .top span {
        font-size: 24px;
    }
    .section-2-main .tweets-iframe {
        height: 650px;
    }
    .section-2-main .hw-news {
        width: 100%;
        margin-top: 40px;
    }
    .section-2-main .top a {
        transform: scale(1.2);
    }
    .section-2-main .hw-news-list {
        height: 650px;
    }
    .section-2-main .hw-news-list li a {
        font-size: 28px;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }
    .section-2-main .hw-news-list li a span {
        font-size: 24px;
    }
    .section-2-main .hw-news-list li a h4 {
        margin-top: 10px;
        height: 48px;
        line-height: 48px;
    }

    .section-3 {
        border-bottom: 10px solid #d4a3ad;
        background-position: -60px 20px;
    }
    .section-3 .prop {
        margin: -30px auto 0;
        width: 100%;
        height: 473px;
        background: url(../images/section-3-img1-m.png) no-repeat center;
    }
    .section-3 .step-1 {
        margin-top: 40px;
    }
    .section-3 .step-title {
        width: 100%;
    }

    .section-3 .like-btn, .section-3 .twitter-btn {
        transform: scale(1.4);
    }
    .section-3 .like-btn {
        margin-right: 80px;
    }
    .section-3 .login-from {
        width: 80%;
        font-size: 24px;
    }
    .section-3 .login-from input {
        height: 60px;
        line-height: 60px;
    }
    .section-3 .login-from a {
        height: 60px;
    }
    .section-3 .login-from a.codeBtn {
        width: 195px;
        height: 60px;
        font-size: 24px;
    }
    .section-3 .login-from a.loginBtn {
        width: 100%;
        font-size: 24px;
    }
    .section-3 .login-from input.v-code {
        width: 60%;
    }

    .section-4 {
        border-bottom: 10px solid #d4a3ad;
    }
    .section-4 .section-4-main {
        padding: 0;
        flex-wrap: wrap;
    }
    .section-4 .left {
        margin-right: 0;
        width: 100%;
    }
    .section-4 .draw-item {
        width: 80%;
        height: 900px;
    }
    .section-4 .draw-parts {
        justify-content: center;
    }
    .section-4 .draw-parts .clothing {
        width: 62%;
    }
    .section-4 .draw-parts ul {
        position: absolute;
        left: 76px;
        top: 60px;
        margin: 0;
    }
    .section-4 .draw-parts ul li {
        width: 80px;
        height: 80px;
    }
    .section-4 .draw-parts p {
        right: 100px;
        font-size: 32px;
        line-height: 46px;
    }
    .section-4 .draw-btn {
        margin-top: 60px;
        transform: scale(1.5);
    }
	.present{
		margin: 40px auto 0;
		width: 100%;
		transform: scale(1.5);		
	}
    .section-4 .draw-details {
        margin-top: 70px;
        width: 90%;
    }
    .section-4 .draw-details h4 {
        font-size: 28px;
    }
    .section-4 .line-1 .twitter-share {
        width: 270px;
        height: 60px;
        font-size: 24px;
    }
    .section-4 .line-1 .twitter-share i {
        width: 30px;
        height: 30px;
    }
    .section-4 .line-2 label input {
        width: 70%;
        height: 60px;
        line-height: 60px;
        font-size: 24px;
    }
    .section-4 .line-2 label button {
        width: 150px;
        height: 60px;
        font-size: 24px;
    }
    .section-4 .line-2 p {
        font-size: 24px;
    }
    .section-4 .line-3 ul li {
        padding-left: 36px;
        font-size: 24px;
        line-height: 40px;
    }
    .section-4 .line-3 ul li::after {
        top: 10px;
        width: 24px;
        height: 24px;
    }
    .section-4 .draw-details .query-btn {
        width: 270px;
        height: 60px;
        font-size: 24px;
        line-height: 60px;
    }

    .section-5 {
        border-bottom: 10px solid #d4a3ad;
    }
    .section-5-main {
        transform: scale(1);
    }
    .section-5-main .due-info {
        width: 100%;
    }
    .section-5-main .sp {
        left: -40px;
		bottom: -60px;
		width: 370px;
		height: 690px;
    }
    .section-5-main .due-date {
        margin-top: 30px;
        margin-right: 60px;
        transform: scale(1);
    }
    .section-5-main .due-reach {
        width: 100%;
        margin: 60px auto 0;
    }
    .section-5-main .due-reach .list li {
        width: 142px;
        height: 278px;
        margin-right: 30px;
    }
    .section-5-main .bar {
        /* width: 100%; */
        margin: 20px 0 0 -54px;
        transform: scale(0.62);
    }

    .section-6 {
        border-bottom: 10px solid #d4a3ad;
    }
    #section-6-main {
        width: 100%;
    }
    #section-6-main .swiper-container {
        padding-bottom: 0;
    }
    #section-6-main .swiper-slide {
        width: 640px;
        height: 940px;
    }
    #section-6-main .swiper-slide-img {
        width: 96%;
        height: 930px;
        background-size: 100%;
        margin: 0 auto;
    }
    #section-6-main .swiper-slide-img.img1 {
        background-image: url(../images/screenshots1-m.jpg);
    }
    #section-6-main .swiper-slide-img.img2 {
        background-image: url(../images/screenshots2-m.jpg);
    }
    #section-6-main .swiper-slide-img.img3 {
        background-image: url(../images/screenshots3-m.jpg);
    }
    #section-6-main .swiper-slide-img.img4 {
        background-image: url(../images/screenshots4-m.jpg);
    }
    #section-6-main .swiper-slide-img.img5 {
        background-image: url(../images/screenshots5-m.jpg);
    }
    /* #section-6-main .swiper-slide-active .swiper-slide-img {
        filter: grayscale(0);
    } */
    #section-6-main .swiper-pagination span {
        margin-right: 16px;
    }
    #section-6-main .swiper-pagination {
        display: none;
    }

    .section-7 {
        max-height: none;
        background-size: cover;
    }
    .roleRight {
        margin-right: 3%;
    }
    .roleRight ul {
        padding: 0 10px 30px 10px;
        width: 300px;
        justify-content: center;
        background-color: #d4a3ad29;
    }
    .roleRight ul li {
        text-align: center;
    }
    .roleRight ul li p {
        width: 120px;
        height: 30px;
        line-height: 30px;
        font-size: 24px;
    }
    .section-7 .roleLeft li {
        left: -60px;
    }
    /* .section-7 .roleLeft li:nth-child(3) {
        left: -100px;
    } */
    .section-7 .roleLeft li:nth-child(9) {
        left: -90px;
    }

    .footer-w .icon {
        display: none;
    }
    .footer-w, .pact {
        padding: 3%;
        width: 100%;
        font-size: 22px;
    }
    .footer-w .line-1 {
        margin-right: 10%;
    }
    .footer-w li {
        flex-wrap: wrap;
    }
    .footer-w li span {
        width: 100px;
    }
    .footer-w .line-2 i {
        padding-top: 5px;
        line-height: 40px;
    }
    .pact {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer-logo {
        margin-left: 0;
        margin-top: 20px;
        font-size: 20px;
    }
    .pact a {
        margin-right: 20px;
    }

    .rule-title {
        font-size: 36px;
    }
    .w960 {
        width: 90%;
    }
    .rule-conText p {
        font-size: 24px;
        line-height: 40px;
    }
    .rule-conText .common-con b {
        font-size: 24px;
    }
    .w960 ol>li {
        font-size: 24px;
        line-height: 40px;
    }
    .rule-conText .common-con b {
        margin: 20px 0 10px;
    }
    .rule-conText .common-con ol li {
        margin-left: 50px;
    }
    .rule-conText2 ol li {
        margin-left: 30px;
    }

    .pop-title {
        font-size: 32px;
        line-height: 32px;
    }
    .common-reward .reward-list ul li {
        width: 100%;
    }
    .common-reward .reward-list ul li img {
        width: 130px;
        height: 130px;
    }
    .common-reward .reward-list ul li span {
        width: 202px;
        height: 34px;
        font-size: 22px;
        line-height: 34px;
    }
    .pop-main {
        width: 86%;
        padding: 40px 15px;
    }
	
	.video-main{width: 100%; height: 440px;}
	
	.close-btn {
		right: 0;
		left: 0;
		margin: auto;
		top: -60px;
		transform: scale(1.5);
	}
	.video-frame {
		left: 71%;
		top: 61%;
		width: 14vw;
		height: 14vw;
	}
	.vedio-btn {
		width: 14vw;
		height: 14vw;
	}
    .common-reward.reward-3 .reward-list ul {
        flex-wrap: wrap;
        justify-content: end;
    }
    .common-reward .reward-list ul li {
        margin: 0 0 11px 0;
    }
    .common-reward .reward-list ul li:nth-child(3) {
        margin-right: 0;
    }
    .top-right .query-btn {
        width: 200px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
    }
}