/*登录部分*/
.form-wraper {
    text-align: center;
    padding: 24px 36px;
    position: absolute;
    display: block;
    border-radius: 8px;
    left: 50%;
    top: 50%;
    z-index: 1000;
    transform: translate(-50%, -50%);
    background-color: #fff;
}

.form-wraper .login-logo {
    width: 100px;
    margin-bottom: 1rem;
}

.form-wraper .login-close {
    position: absolute;
    right: 0.8rem;
    top: 0.8rem;
}

.passport-login-form #account,
.passport-login-form #password {
    width: 223px;
    height: 23px;
    border-radius: 8px 8px 8px 8px;
    opacity: 1;
    border: 1px solid #ECECEC;
    font-size: 14px;
    font-weight: 400;
    color: #2A4453;
    line-height: 16px;
    padding: 8px 10px;
    margin-bottom: 1rem;
}

.passport-login-form #account:focus,
.passport-login-form #password:focus {
    outline: none;
}

.passport-login-form .btn-login {
    color: #fff;
    text-align: center;
    background-color: #41A3EE;
    border-radius: 20px 20px 20px 20px;
    width: 200px;
    height: 40px;
    margin-top: 1rem;
}


.passport-login-mark {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}

/*主题部分通用*/
.swiper {
    width: 100vw;
    height: 100vh;
    text-align: left;
    font-size: 18px;
    line-height: 34px;
    color: #FFFFFF;
    font-family: "TsangerYuMo03", serif;
}

.swiper-slide .content {
    position: absolute;
    width: 85vw;
    left: 7.5vw;
    top: 20vh;
    z-index: 999;
    @media screen and (min-width: 768px){
        display: flex;
        justify-content: center;
    }
}

.swiper-slide .bottom {
    position: absolute;
    width: 100vw;
    bottom: 0;
}

.swiper-slide .bottom .content-wraper,
.swiper-slide .bottom .bottom-wraper {
    position: relative;
}

.swiper-slide .content .content-wraper .content-center,
.swiper-slide .content .content-wraper .content-bottom{
    margin-top: 2rem;
}

.swiper-slide span.light {
    font-size: 24px;
    color: #FFEC41;
    font-family: "TsangerYuMo04", serif;
    font-weight: Bold;
    /* animation: fadeIn 0.5s infinite; */
}

.swiper-slide p.light {
    color: #FFEC41;
    font-family: "TsangerYuMo04", serif;
    font-weight: Bold;
    /* animation: fadeIn 0.5s infinite; */
}

/*第一页*/
.page1 {
    background: url("/static/report/report2023/imgs/page1/main-bg.png") left top no-repeat;
    background-size: 100% 100%;
}

.page1 .content {
    text-align: center;
    font-weight: normal
}

.page1 .content .content-top {
    text-align: center;
}

.page1 .content .content-top .main-title {
    max-width: 260px;
}

.page1 .content .content-bottom .devide {
    width: 5vw;
    height: 0;
    opacity: 0.5;
    border: 1px solid #FFFFFF;
}

.page1 .bottom {
    width: 100vw;
    bottom: 5vh;
    text-align: center;
}

.page1 .bottom .btn-start {
    min-width: 168px;
    height: 36px;
    color: #FFFFFF;
    background: url("/static/report/report2023/imgs/page1/btn-start-bg.png") center center no-repeat;
    background-size: 100% 100%;
    animation-iteration-count: infinite;
}

.page1 .logo {
    display: block;
    height: 30px;
    position: absolute;
    left: 5vw;
    top: 2vh;
}

.page1 > .moon {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 6vh;
    right: 10vw;
}

.page1 > .character {
    position: absolute;
    bottom: 10vh;
    left: 0;
    right: 0;
    margin: auto;
}

/*第二页*/
.page2 {
    background: url("/static/report/report2023/imgs/main-bg.png") left top no-repeat;
    background-size: 100% 100%;
}

.page2 .content {
    width: 80vw;
    left: 16vw;
    @media screen and (min-width: 768px){
        width: 100vw;
        left: 0;
    }
}

.page2 .content .content-wraper .list {
    position: absolute;
    right: 0;
    top: -5vh;
}

.page2 .content .content-wraper .star {
    position: absolute;
    left: 30vw;
    top: -10vh;
    animation: animate-star 2.5s infinite;
}

.page2 .content .content-wraper .moon {
    width: 40px;
    position: absolute;
    right: 0;
    bottom: 3vh;
}

.page2 .bottom .bottom-wraper .character {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 12vh;
    z-index: 10;
}

.page2 .bottom .bottom-wraper .circle {
    position: absolute;
    left: 0;
    right:0;
    margin: auto;
    bottom: 5vh;
    /* height: 35.73vw; */
}



/*第三页*/
.page3 {
    background: url("/static/report/report2023/imgs/main-bg.png") left top no-repeat;
    background-size: 100% 100%;
}

.page3 .content{
    left:7.47vw;
}

.page3 .bottom .bottom-wraper .ground {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 5vh;
}

.page3 .bottom .bottom-wraper .upload {
    display: block;
    width: 160px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 99px;
    z-index: 10;
}

.page3 > .linear-cooperation {
    display: block;
    width: 86px;
    position: absolute;
    right: 11.2vw;
    top: 17.6vw;
    animation: pulse 2s infinite;
}



/*第4页*/
.page4 {
    background: url("/static/report/report2023/imgs/main-bg.png") left top no-repeat;
    background-size: 100% 100%;
}

.page4 .content .content-wraper .star {
    position: absolute;
    top: -15vh;
    left: 10.67vw;
    animation: animate-star 2.5s infinite;
}

.page4 .content .content-wraper .frame {
    position: absolute;
    top: -10vh;
    right: 0;
}

.page4 .bottom .bottom-wraper .geometry {
    width: 160px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 12vh;
    z-index: 10;
}

.page4 .bottom .bottom-wraper .circle {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 5vh;
}


/*第5页*/
.page5 {
    background: url("/static/report/report2023/imgs/main-bg.png") left top no-repeat;
    background-size: 100% 100%;
}

.page5 .content .content-wraper .abstract {
    position: absolute;
    right: 0;
    top: -10vh;
}

.page5 .bottom .building {
    position: absolute;
    width: 100vw;
    max-height: 30vh;
    left: 0;
    bottom: 0;
    z-index: 10;
}

.page5 .bottom .moon {
    @media screen and (max-width: 768px){
        width: 150px;
    }
    width: 300px;
    position: absolute;
    left: 12vw;
    bottom: 12vh;
}

/*第6页*/
.page6 {
    background: url("/static/report/report2023/imgs/main-bg.png") left top no-repeat;
    background-size: 100% 100%;
}

.page6 .content .content-wraper .clock {
    position: absolute;
    right: 0;
    top: -10vh;
}

.page6 .bottom .bottom-wraper .rocket {
    width: 150px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 8vh;
    z-index: 10;
}

.page6 .bottom .bottom-wraper .circle {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 5vh;
}


/*第7页*/
.page7 {
    background: url("/static/report/report2023/imgs/main-bg.png") left top no-repeat;
    background-size: 100% 100%;
}

.page7 > .moon {
    display: block;
    width: 80px;
    position: absolute;
    left: 5vw;
    top: 5vh;
}

.page7 > .content > .content-wraper > .sand-clock {
    display: block;
    position: absolute;
    right: 0;
    top: -10vh;
    /* animation-iteration-count: infinite; */
}

.page7 .bottom .bottom-wraper .dialog {
    width: 110px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 13vh;
    z-index: 10;
}

.page7 .bottom .bottom-wraper .ground {
    display: block;
    /* width: 90vw; */
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 5vh;
}


/*第8页*/
.page8 {
    background: url("/static/report/report2023/imgs/main-bg.png") left top no-repeat;
    background-size: 100% 100%;
}

.page8 > .content > .content-wraper .coupon {
    display: block;
    /* width: 35vw; */
    position: absolute;
    right: 0;
    top: -20%;
}

.page8 .content .content-wraper .star {
    position: absolute;
    left: 30vw;
    top: -10vh;
}

.page8 .bottom .bottom-wraper .coupon1 {
    width: 150px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 13vh;
    z-index: 10;
}

.page8 .bottom .bottom-wraper .scrap {
    width: 40px;
    position: absolute;
    left: 10vw;
    bottom: 10vh;
    z-index: 10;
}

.page8 .bottom .bottom-wraper .circle {
    display: block;
    /* width: 90vw; */
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 5vh;
}

/*第9页*/
.page9 {
    background: url("/static/report/report2023/imgs/main-bg.png") left top no-repeat;
    background-size: 100% 100%;
}

.page9 > .content {
    top:15vh;
    text-align: center;
}

.page9 > .content > .content-wraper > .hat {
    display: block;
    position: absolute;
    right: -5vw;
    top: -1vh;
}

.page9 .bottom .bottom-wraper .star {
    width: 100px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 20vh;
    animation-iteration-count: infinite;
    z-index: 10;
}

.page9 .bottom .bottom-wraper .light {
    width: 200px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 15vh;
    z-index: 10;
}

.page9 .bottom .bottom-wraper .circle {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 5vh;
}


/*第10页*/
.page10 {
    background: url("/static/report/report2023/imgs/main-bg.png") left top no-repeat;
    background-size: 100% 100%;
}

.page10 .content .content-wraper .abstract {
    position: absolute;
    right: 0;
    top: -10vh;
}

.page10 .bottom .bottom-wraper .pp {
    width: 110px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 12vh;
    z-index: 10;
}

.page10 .bottom .bottom-wraper .circle {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 5vh;
}

/*第11页*/
.page11 {
    background: url("/static/report/report2023/imgs/main-bg.png") left top no-repeat;
    background-size: 100% 100%;
}

.page11 .content {
    text-align: center;
    top: 10vh;
}

.page11 .content .content-center .keywords {
    margin: 1rem 0;
    font-size: 82px;
    font-family: "AlimamaShuHeiTi-Bold", serif;
    font-weight: bold;
    line-height: 82px;
    letter-spacing: 4px;
    background: linear-gradient(180deg, #FFED44 0%, #FEC453 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.page11 .abstract {
    width: 90px;
    position: absolute;
    left: 0;
    top: 152px;
}

.page11 .bottom {
    width: 100vw;
    left: 0;
}
.page11 .bottom .bottom-wraper .diamond {
    position: absolute;
    bottom: -2vh;
}
.page11 .bottom .bottom-wraper .character {
    position: absolute;
    bottom: 160.01px;
    width:  24px;
    left: 50%;
    margin-left:-19.99px ;
}
.page11 .bottom .bottom-wraper .yellow-block {
    position: absolute;
    bottom: 136.99px;
    width: 132px;
}
.page11 .bottom .bottom-wraper .block {
    width: 375px;
    position: absolute;
    bottom: 30px;
}

.x-center{
    left: 0;
    right: 0;
    margin: auto;
}

.page11 .btn-coupon {
    width: 160px;
    position: absolute;
    left: 50%;
    bottom: 5vh;
    margin-left: -80px;
    color: #FFFFFF;
    font-size: 0.8rem;
    background: url("/static/report/report2023/imgs/page11/btn-bg.png") center center no-repeat;
    background-size: 100% 100%;
    animation-iteration-count: infinite;
}

/*优惠券弹窗*/
.coupon-wraper {
    display: none;
}

.coupon-box {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}

.coupon-box .coupon-body {
    width: 80vw;
    position: absolute;
    top: 50%;
    margin-top: -150px;
    left: 10vw;
    background-color: #fff;
    background-size: 100% 100%;
    text-align: center;
    overflow: hidden;
    border-radius: 1rem;
    padding: 1rem 0;
}

.coupon-box .coupon-body .coupon-content .coupon-close {
    position: absolute;
    right: 1rem;
    top: 1rem;
}

.coupon-box .coupon-body .coupon-content .icon-success {
    display: block;
    width: 80px;
    height: 80px;
    margin: 1rem auto;
}

.coupon-body .res-title {
    font-size: 26px;
    font-family: "AlimamaShuHeiTi-Bold", serif;
    font-weight: normal;
    color: #41A3EE;
    padding-bottom: 15px;
}

.coupon-body .res-content {
    font-size: 16px;
    font-family: "TsangerYuMo03", serif;
    font-weight: normal;
    color: #41A3EE;
    line-height: 24px;
}

.coupon-body .res-content span{
    color: #FF784E;
    font-weight: bold;
    font-size: 18px;
}

.coupon-body .btn-to-coupon {
    display: block;
    width: 40vw;
    height: 1.2rem;
    line-height: 1.2rem;
    font-size: 0.88rem;
    color: #fff;
    border-radius: 1rem;
    background-color: #41A3EE;
    z-index: 999;
    margin: 16px auto;
}

.coupon-body .coupon-close {
    display: block;
    position: absolute;
    right: 1rem;
    top: 1rem;
}
