@charset "UTF-8";
blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0
}

table {
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: 400
}

li,
ol,
ul {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400
}

q:after,
q:before {
    content: ''
}

input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    -webkit-appearance: none
}

a {
    text-decoration: none
}

html {
    /*font-size: 1rem*/
    font-size: calc(100vh / 750 * 100);
}

* {
    outline: 0
}

img {
    display: block;
    width: 100%
}

.hide {
    width: 0;
    height: 0;
    overflow: hidden;
    display: block;
    visibility: hidden
}

.clearfix:after {
    content: '';
    display: block;
    height: 0;
    clear: both
}

.t {
    text-indent: -9999em;
    display: block;
    overflow: hidden
}

body,
html {
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: none;
    -webkit-user-select: none;
    scroll-behavior: smooth
}

body {
    padding-bottom: env(safe-area-inset-bottom);
    background-color: #05080b;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

a {
    text-decoration: none;
    blur: expression(this.onFocus=this.blur());
    outline: 0
}

html {
    -webkit-tap-highlight-color: transparent
}

[onclick],
a,
li,
ul {
    -webkit-tap-highlight-color: none;
    -webkit-tap-highlight-color: transparent
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

@font-face {
    font-family: "ALIBABA-PUHUITI-REGULAR";
    src: url("/ossweb-img/font/ALIBABA-PUHUITI-REGULAR.OTF");
}

.flex {
    display: flex;
}

.flex-v {
    flex-direction: column;
}

.flex-1 {
    flex: 1;
}

.flex-align-center {
    align-items: center;
}

.flex-align-end {
    align-items: flex-end;
}

.flex-pack-center {
    justify-content: center;
}

.flex-pack-end {
    justify-content: flex-end;
}

.flex-pack-around {
    justify-content: space-around;
}

.flex-pack-justify {
    justify-content: space-between;
}

.flex-wrap {
    flex-wrap: wrap;
}

.text-center {
    text-align: center;
}

.gray {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray
}

/*loading*/
.loading-section {
    width: 100%;
    min-height: 100vh;
    color: #b9bdc1;
    font-size: 0.252rem;
    position: relative;
    background: url('../ossweb-img/m/loading-bg.jpg') no-repeat center/cover;
    font-family: "黑体";
}

.loading-section .logo-con {
    position: absolute;
    top: 41%;
    left: 50%;
    transform: translate(-50%, -50%) scale(.5);
}

.loading-section .logo-aperture {
    width: 2.61rem;
    height: 2.88rem;
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url("../ossweb-img/m/loading-aperture.png") no-repeat top/100% 100%;
    background-size: cover;
    animation: 1s apertureRotation infinite linear;
}

.loading-section .logo {
    width: 218px;
    height: 175px;
    background: url("../ossweb-img/m/loading-logo.png") no-repeat top/100% 100%;
    /*animation: 1s loadingLogo infinite linear;*/
}

.logo-line {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.logo-line path {
    stroke: #6eb9d9;
    stroke-width: 1;
    fill: #0d141d;
    stroke-dasharray: 500;
    stroke-dashoffset: 500;
}

@keyframes draw {
    0% {
        stroke-dashoffset: 500;
    }
    100% {
        stroke-dashoffset: 0;
    }
}


.loading-section .loading-content {
    position: absolute;
    left: 50%;
    top: 56%;
    transform: translate(-50%, -50%);
    font-family: "ALIBABA-PUHUITI-REGULAR";
}


.loading-section .loading-tips .loading-line {
    display: inline-block;
    width: 1.39rem;
    height: 0.07rem;
    background: url("../ossweb-img/m/loading-line.png") no-repeat top/100% 100%;
}

.loading-section .loading-tips .tips-content {
    width: 4.70rem;
    text-align: center;
    letter-spacing: 0.05rem;
    transform: translateX(0.08rem);
}

.loading-section .loading-tips .right-line {
    transform: rotate(180deg);
}

.loading-section .loading-progress {
    margin-top: 0.24rem;
}

.loading-section .loading-progress .loading-progress-num {
    font-weight: bold;
    font-size: 0.28rem;
    color: #fff;
    text-shadow: 0 0 0.04rem #fff;
    margin-left: 0.08rem;
}

@keyframes loadingLogo {
    0%, 100% {
        background: url("../ossweb-img/m/loading-logo.png") no-repeat top/100% 100%;
    }
    50% {
        background: url("../ossweb-img/m/loading-logo-light.png") no-repeat top/100% 100%;
    }
}

@keyframes apertureRotation {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

/*main*/
.g-wrap {
    max-height: 16.24rem;
    margin: 0 auto;
}

/*导航条*/
.nav {
    position: fixed;
    margin-bottom: env(safe-area-inset-bottom);
    z-index: 10;
    width: 6.8rem;
    height: 0.61rem;
    bottom: 0.1rem;
    left: 50%;
    transform: translateX(-50%);
    background: url(../ossweb-img/m/nav-bg.png) top/100% 100%;
}

.nav .side-nav {
    margin-left: 1%;
    width: 98%;
    height: 100%;
    justify-content: center;
}

.nav .nav-item {
    flex: 1;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav .nav-item a {
    display: block;
    color: #ebebeb;
    font-size: 0.264rem;
    font-family: "ALIBABA-PUHUITI-REGULAR";
    box-sizing: border-box;
    transform: translateY(-0.02rem);
}

.nav .nav-item-selected::after {
    display: block;
    content: "";
    width: 1.7rem;
    height: 0.61rem;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    background: url("../ossweb-img/m/nav-selected-bg.png") no-repeat top/100% 100%;
    background-size: cover;
}

.nav-select-icon {
    display: none;
}

.nav-select-icon-home {
    width: .37rem;
    height: .33rem;
}

.nav-select-icon-world {
    width: .33rem;
    height: .33rem;
}

.nav-select-icon-bg {
    width: .33rem;
    height: .33rem;
}

.nav-select-icon-mil {
    width: .33rem;
    height: .42rem;
}

.nav-shadow {
    animation: navShadow .5s linear forwards;
}

@keyframes navShadow {
    0% {
        transform: translate(-50%, 0);
    }
    100% {
        transform: translate(-50%, 5rem);
    }
}

.nav-shadow2 {
    animation: navShadow2 .3s linear forwards;
}

@keyframes navShadow2 {
    0% {
        transform: translate(-50%, 5rem);
    }
    100% {
        transform: translate(-50%, 0);
    }
}

.music {
    position: fixed;
    z-index: 10;
    top: .36rem;
    right: .36rem;
    width: .36rem;
    height: .36rem;
    background: url(../ossweb-img/m/music.png) no-repeat top/auto 100%;
}

.arrowhead-left {
    position: fixed;
    z-index: 10;
    top: 50%;
    left: .06rem;
    transform: translate(0, -50%) rotate(180deg);
    width: .41rem;
    height: .46rem;
    background: url(../ossweb-img/m/right-arrow.png) no-repeat top/auto 100%;
    animation: arrowhead-left 1s linear infinite;
}

@keyframes arrowhead-left {
    0% {
        transform: translate(0, -50%) rotate(180deg);
    }
    50% {
        transform: translate(-0.1rem, -50%) rotate(180deg);
    }
    100% {
        transform: translate(0, -50%) rotate(180deg);
    }
}

.arrowhead-right {
    position: fixed;
    z-index: 10;
    top: 50%;
    right: .06rem;
    transform: translate(0, -50%);
    width: .31rem;
    height: .40rem;
    background: url(../ossweb-img/m/right-arrow.png) no-repeat top/auto 100%;
    animation: arrowhead-right 1s linear infinite;
}

@keyframes arrowhead-right {
    0% {
        transform: translate(0, -50%);
    }
    50% {
        transform: translate(0.1rem, -50%);
    }
    100% {
        transform: translate(0, -50%);
    }
}

.music-act {
    position: fixed;
    z-index: 10;
    top: .36rem;
    right: .36rem;
    width: .36rem;
    height: .36rem;
    background: url(../ossweb-img/m/music-act.png) no-repeat center/cover;
}

/*home*/
.section {
    /*width: 7.5rem;*/
    min-height: 100vh;
}

.section.section-home {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: .26rem;
    font-weight: 200;
    background: url("../ossweb-img/m/home-video-bg.jpg") no-repeat top/cover;
}

.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-bg-main {
    width: 100%;
    height: 100%;
}

.world-img {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.section-world .world-img-1 {
    background: url("../ossweb-img/m/word-bg.jpg") no-repeat center/cover;
}

.section-world .world-img-2 {
    background: url("../ossweb-img/m/word-bg2.jpg") no-repeat center/cover;
}

.section-world .world-img-3 {
    background: url("../ossweb-img/m/word-bg3.jpg") no-repeat center/cover;
}

.section-world .world-img-4 {
    background: url("../ossweb-img/m/word-bg4.jpg") no-repeat center/cover;
}

.section-world .world-img-5 {
    background: url("../ossweb-img/m/word-bg4.jpg") no-repeat center/cover;
}

.section-home video,
.section-world video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-home .home-con {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 3.5rem;
    position: relative;
}

.section-home .home-con .gameLogo .logo {
    width: 3.11rem;
    height: 2.88rem;
    background: url("../ossweb-img/m/home-logo.png") no-repeat top/100% 100%;
}

.section-home .home-con .gameLogo .cover-img {
    position: absolute;
    top: 1.5rem;
    right: 1.2rem;
    width: .95rem;
    height: .94rem;
    background: url("../ossweb-img/m/play.png") no-repeat top/100% 100%;
}

.section-home .home-con .subscribe-btn {
    margin-top: .78rem;
    margin-bottom: .42rem;
    width: 3.84rem;
    height: .88rem;
    background: url("../ossweb-img/m/home-btn.png") no-repeat top/100% 100%;
}

.section-home .home-con .subscribe-num {
    font-weight: 400;
    text-shadow: 0.05rem 0.05rem .1rem #71caf5, -0.05rem -0.05rem .1rem #71caf5, -0.05rem 0.05rem .1rem #71caf5, 0.05rem -0.05rem .1rem #71caf5;
}

.section-home .home-con .subscribe-people-num {
    letter-spacing: .08rem;
    width: 100%;
    font-family: "ALIBABA-PUHUITI-REGULAR";
}

.section-home .home-con .subscribe-people-con {
    margin-bottom: 0.08rem;
}

/*.section-home .home-con .subscribe-people-con:before {*/
/*    content: "";*/
/*    display: inline-block;*/
/*    width: 1.47rem;*/
/*    height: .07rem;*/
/*    margin-right: .08rem;*/
/*    margin-bottom: .06rem;*/
/*    background: url("../ossweb-img/m/home-left-line.png") no-repeat top/100% 100%;*/
/*}*/

/*.section-home .home-con .subscribe-people-con:after {*/
/*    content: "";*/
/*    display: inline-block;*/
/*    width: 1.47rem;*/
/*    height: .07rem;*/
/*    margin-right: .08rem;*/
/*    margin-bottom: .06rem;*/
/*    transform: rotate(180deg);*/
/*    background: url("../ossweb-img/m/home-left-line.png") no-repeat top/100% 100%;*/
/*}*/

.share-box {
    display: flex;
}

.share-item {
    width: .61rem;
    height: .61rem;
    margin: 0.3rem .12rem 0;
}

.share-dy {
    background: url("../ossweb-img/m/dy.png") no-repeat top/100% 100%;
}

.share-tap {
    background: url("../ossweb-img/m/tap.png") no-repeat top/100% 100%;
}

.share-bili {
    background: url("../ossweb-img/m/bili.png") no-repeat top/100% 100%;
}

.share-qq {
    background: url("../ossweb-img/m/qq.png") no-repeat top/100% 100%;
}

.share-wx {
    background: url("../ossweb-img/m/wx.png") no-repeat top/100% 100%;
}

/*world*/
.section.section-world {
    color: #fff;
    font-size: .18rem;
    font-weight: 200;
    position: relative;
    /*background: url("../ossweb-img/m/word-bg.jpg") no-repeat center/cover;*/
}

.section-world .world-logo {
    position: absolute;
    z-index: 10;
    top: 0.35rem;
    left: 0.35rem;
    width: .68rem;
    height: .65rem;
    background: url("../ossweb-img/m/logo.png") no-repeat top/100% 100%;
}

.world-logo {
    position: absolute;
    z-index: 10;
    top: 0.35rem;
    left: 0.35rem;
    width: .68rem;
    height: .65rem;
    background: url("../ossweb-img/m/logo.png") no-repeat top/100% 100%;
}

.section-world .world-type-list {
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 10;
    bottom: 1.45rem;
}

.section-world .world-type-list ul {
    width: 88%;
    margin-left: 6%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.section-world .world-item {
    width: 1.97rem;
    height: 1.52rem;
    margin-right: 0.34rem;
}

.section-world .world-item:nth-child(3n) {
    margin-right: 0rem;
}

.section-world .world-item:nth-child(4), .section-world .world-item:nth-child(5) {
    margin-top: 0.2rem;
}

.section-world .world-item-title {
    font-size: 0.25rem;
    font-family: "ALIBABA-PUHUITI-REGULAR";
    margin-bottom: 0.03rem;
}

.section-world .world-video-poster img {
    width: 100%;
    height: 100%;
}

.section-world .world-video-poster {
    border: 0.06rem solid transparent;
}

.section-world .world-item-selected {
    border-color: #62c9ff;
}

.section-world .world-video-title-con {
    position: absolute;
    left: 0;
    top: 0.6rem;
    z-index: 10;
}

.section-world .world-video-title-con .world-video-title {

}

.section-world .world-video-title-con .world-title-explore {
    width: 4.37rem;
    height: 5.16rem;
    background: url("../ossweb-img/m/world-explore-title.png") no-repeat top/100% 100%;
}

.section-world .world-video-title-con .world-title-survive {
    width: 4.84rem;
    height: 5.16rem;
    background: url("../ossweb-img/m/world-explore-title2.png") no-repeat top/100% 100%;
}

.section-world .world-video-title-con .world-title-build {
    width: 4.52rem;
    height: 5.16rem;
    background: url("../ossweb-img/m/world-explore-title3.png") no-repeat top/100% 100%;
}

.section-world .world-video-title-con .world-title-collect {
    width: 4.37rem;
    height: 5.16rem;
    background: url("../ossweb-img/m/world-explore-title4.png") no-repeat top/100% 100%;
}

.section-world .world-video-title-con .world-title-big-world {
    width: 4.76rem;
    height: 5.16rem;
    background: url("../ossweb-img/m/world-explore-title5.png") no-repeat top/100% 100%;
}

.section-backdrop {
    color: #fff;
    font-size: .25rem;
    font-weight: 200;
    position: relative;
    background: #000;
    font-family: '黑体';
}

.section-backdrop-main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: url("../ossweb-img/m/bg-bg.jpg") no-repeat center/cover;
}

.section-backdrop-con {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

.section-backdrop .section-story {
    width: 100%;
    height: 100vh;
    position: relative;
    box-sizing: border-box;
}

.section-backdrop .section-story1 .story-title {
    width: 6.15rem;
    height: 1.22rem;
    padding: 2.9rem 0 .3rem;
    margin: 0 auto;
}

.section-backdrop .section-story1 .story-content {
    line-height: .6rem;
}

.section-backdrop .section-story1 .story-content p {
    text-shadow: 0 0 0.15rem #000;
    font-weight: bold;
}

.section-backdrop .section-story1 .story-text-icon {
    margin: 0.5rem auto;
    width: .43rem;
    height: .42rem;
    background: url("../ossweb-img/m/icon-1.png") no-repeat top/100% 100%;
    animation: downES .5s linear infinite alternate;
}

@keyframes downES {
    0% {
        transform: translateY(0)
    }
    100% {
        transform: translateY(.1rem)
    }
}

.section-backdrop .hero-container {
    width: 7.5rem;
    height: 13.34rem;
    margin-top: -1rem;
}

.section-backdrop .left-card {
    background: url(../ossweb-img/m/hero-left-bg.png) no-repeat center/100% auto;
}

.section-backdrop .right-card {
    background: url(../ossweb-img/m/hero-right-bg.png) no-repeat center/100% auto;
}

.section-backdrop .section-story2, .section-backdrop .section-story3,
.section-backdrop .section-story4, .section-backdrop .section-story5,
.section-backdrop .section-story6, .section-backdrop .section-story7 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-backdrop .section-story2 .hero img {
    width: 3.9rem;
    height: 8.6rem;
    margin: 2.6rem auto 0;
}

.hero-introduce .hero-introduce-title {
    display: flex;
    align-items: self-end;
    margin: 0.1rem 0 0.1rem;
}

.hero-introduce .hero-name {
    font-size: .53rem;
    color: #fffff7;
}

.hero-introduce .hero-role {
    font-size: .2rem;
    transform: translateY(-.09rem);
}

.hero-introduce .hero-introduce-content {
    font-size: .2rem;
    line-height: .3rem;
}

.hero-introduce {
    margin-left: .9rem;
}

.story-text-icon {
    margin: 0.3rem auto;
    width: .43rem;
    height: .42rem;
    background: url("../ossweb-img/m/icon-2.png") no-repeat top/100% 100%;
    animation: downES .5s linear infinite alternate;
}

.section-story3 .hero img {
    width: 2.79rem;
    height: 8.1rem;
    margin: 2.6rem auto 0;
}

.section-story3 .hero-introduce {
    margin: 0.5rem 0 0 0.9rem;
}

.section-story4 .hero img {
    width: 5.85rem;
    height: 8.38rem;
    margin: 2.5rem 0 0 0;
}

.section-story4 .hero-introduce {
    margin: 0.5rem 0 0 0.9rem;
}

.section-story5 .hero img {
    width: 7.5rem;
    height: 7.9rem;
    margin: 2.5rem 0 0 0;
}

.section-story5 .hero-introduce {
    margin: 0.5rem 0 0 0.9rem;
}

.section-story6 .hero img {
    width: 4.02rem;
    height: 9.09rem;
    margin: 2.5rem auto 0;
    transform: translateX(-0.2rem);
}

.section-story6 .hero-introduce {
    margin: -0.2rem 0 0 0.9rem;
}

.section-story7 .hero img {
    width: 7.25rem;
    height: 5.3rem;
    margin: 4rem auto 0;
}

.section-story7 .hero-introduce {
    margin: 2rem 0 0 0.9rem;
}

.section-schedule-milestones {
    font-family: "ALIBABA-PUHUITI-REGULAR";
    background: url(../ossweb-img/m/mli-bg.jpg) no-repeat center/cover;
}

.section-schedule-milestones {
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-schedule-milestones .section-schedule-milestones-main {
    width: 7.5rem;
    height: 13.34rem;
}

.section4-title {
    font-size: .31rem;
    color: #d6e1f4;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 2.16rem;
}

.section4-title p {
    letter-spacing: 0.08rem;
    display: inline-block;
}

.section4-title p span {
    color: #fff;
    text-shadow: 0.05rem 0.05rem .1rem #71caf5, -0.05rem -0.05rem .1rem #71caf5, -0.05rem 0.05rem .1rem #71caf5, 0.05rem -0.05rem .1rem #71caf5;
}

/*.section4-title-line::before {*/
/*    content: '';*/
/*    width: 0.95rem;*/
/*    height: 0.06rem;*/
/*    display: inline-block;*/
/*    margin-bottom: 0.1rem;*/
/*    margin-right: 0.08rem;*/
/*    background: url(../ossweb-img/m/mli-line.png) no-repeat top/100% 100%;*/
/*}*/

/*.section4-title-line::after {*/
/*    content: '';*/
/*    width: 0.95rem;*/
/*    height: 0.06rem;*/
/*    display: inline-block;*/
/*    margin-right: 0;*/
/*    margin-bottom: 0.1rem;*/
/*    transform: rotate(180deg);*/
/*    background: url(../ossweb-img/m/mli-line.png) no-repeat top/100% 100%;*/
/*}*/

.section4-box {
    display: flex;
    flex-wrap: wrap;
    width: 7.5rem;
    margin: 0.2rem auto 0;
    background: url(../ossweb-img/m/mli-con-bg.png) no-repeat center/100% 100%;
}

.section4-item {
    width: 2.6rem;
    height: 4rem;
    box-sizing: border-box;
    position: relative;
}

.section4-item:nth-child(2) {
    width: 2.3rem;
}

.section4-item:nth-child(3) {
    width: 2.6rem;
}

.section4-item:nth-child(4) {
    width: 4.9rem;
}

.section4-item-t {
    font-size: .36rem;
    color: #fff;
    opacity: .5;
    position: absolute;
}

.section4-item-box {
    position: absolute;
    width: 1.95rem;
    height: 2.56rem;
    background: url(../ossweb-img/m/res-bg.png) no-repeat center/100% 100%;
}

.section4-item:nth-child(1) .section4-item-box {
    bottom: 0.23rem;
    right: .14rem;
}

.section4-item:nth-child(2) .section4-item-box {
    bottom: 0.23rem;
    right: .19rem;
}

.section4-item:nth-child(3) .section4-item-box {
    bottom: 0.23rem;
    left: .14rem;
}

.section4-item:nth-child(4) .section4-item-box {
    top: .77rem;
    right: .19rem;
    width: 4.23rem;
    height: 2.57rem;
    background: url(../ossweb-img/m/res3-bg.png) no-repeat center/100% 100%;
}

.section4-item:nth-child(5) .section4-item-box {
    top: .77rem;
    left: .14rem;
}

.section4-item:nth-child(1) .section4-item-t {
    top: 0.55rem;
    right: 1.2rem;
}

.section4-item:nth-child(2) .section4-item-t {
    top: 0.55rem;
    right: 1.25rem;
}

.section4-item:nth-child(3) .section4-item-t {
    top: 0.55rem;
    right: 1.5rem;
}

.section4-item:nth-child(4) .section4-item-t {
    top: .12rem;
    left: .44rem;
}

.section4-item:nth-child(5) .section4-item-t {
    top: .12rem;
    left: .14rem;
}

.section4-item-code {
    font-size: .23rem;
    color: #fff;
    opacity: .5;
    margin-left: 1.27rem;
}

.section4-item:nth-child(1) .section4-item-rew {
    width: 1.9rem;
    height: 1.58rem;
    background: url(../ossweb-img/m/res1.png) no-repeat center/100% 100%;
}

.section4-item:nth-child(2) .section4-item-rew,
.section4-item:nth-child(3) .section4-item-rew,
.section4-item:nth-child(5) .section4-item-rew {
    width: 1.63rem;
    height: 1.58rem;
    margin-left: .1rem;
    background: url(../ossweb-img/m/res2.png) no-repeat center/100% auto;
}

.section4-item:nth-child(4) .section4-item-rew {
    margin-top: .2rem;
    margin-left: 0.95rem;
    width: 2.8rem;
    height: 2.27rem;
    background: url(../ossweb-img/m/res3.png) no-repeat center/100% 100%;
}

.section4-item-rewName {
    color: #4b6b8f;
    font-size: .2rem;
    text-align: center;
    transform: translateY(.2rem);
}

.section4-item:nth-child(4) .section4-item-rewName {
    transform: translateY(-.4rem);
    text-align: left;
    text-indent: 0.2rem;
    color: #4b6b8f;
}

.section4-item-pass .section4-item-box {
    background: url(../ossweb-img/m/res-act.png) no-repeat;
    /*background-position-y: -0.14rem;*/
    background-position-x: -0.34rem;
    background-size: auto 2.56rem;
}

.section4-item-pass .section4-item-rewName {
    font-size: .2rem;
    transform: translateY(-.25rem);
    color: #fff;
    opacity: .7;
}

.section4-item-pass.section4-item:nth-child(4) .section4-item-rewName {
    transform: translateY(-.8rem);
}

.section4-item-pass.section4-item:nth-child(4) .section4-item-box {
    top: .77rem;
    right: .19rem;
    width: 4.23rem;
    height: 2.57rem;
    background: url(../ossweb-img/m/res3-bg-act.png) no-repeat center/100% 100%;
}

.section4-item-pass.section4-item:nth-child(4) .section4-item-passIcon {
    display: block;
}

.section4-item-passIcon {
    width: 1.94rem;
    height: .54rem;
    transform: translate(0rem, -.82rem);
    display: none;
    background: url(../ossweb-img/m/pass.png) no-repeat top/100% 100%;
}

.section4-item-pass {
    background: url(../ossweb-img/m/res-bg-act1.png) no-repeat bottom right/ 2.62rem 3.7rem;
}

.section4-item:nth-child(3).section4-item-pass {
    background: url(../ossweb-img/m/res-bg-act4.png) no-repeat bottom right/ 2.62rem 3.7rem;
}

.section4-item:nth-child(4).section4-item-pass {
    background: url(../ossweb-img/m/res-bg-act2.png) no-repeat top right/ 4.9rem 3.7rem;
}

.section4-item:nth-child(5).section4-item-pass {
    background: url(../ossweb-img/m/res-bg-act3.png) no-repeat top right/ 2.62rem 3.7rem;
}

.section4-item-pass .section4-item-t {
    background: linear-gradient(to right bottom, #638bb3, #5bb0ec); /* 线性渐变颜色 */
    -webkit-background-clip: text; /* 将背景裁剪为文本形状 */
    -webkit-text-fill-color: transparent; /* 将文本颜色填充为透明 */
    opacity: 1;
    /*text-shadow: 0 0 0.01rem #fff;*/
}

.section4-submit {
    width: 3.28rem;
    height: .74rem;
    margin: 0.1rem auto 0;
    background: url(../ossweb-img/m/mli-btn.png) no-repeat center/100% 100%;
}

.dialog {
    position: fixed;
    z-index: 100;
    display: none;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
}

.video-dialog .videoContainer {
    width: 100%;
    height: 100%;
    padding-bottom: env(safe-area-inset-bottom); /* 确保视频对话框内容不会被Home Indicator遮挡 */
}

.video-dialog #video-card {
    width: 6.93rem;
    height: 4.1rem;
    padding: 0.22rem 0.21rem 0.25rem 0.21rem;
    box-sizing: border-box;
    position: relative;
    background: url("../ossweb-img/m/video-player-bg.png") #000 no-repeat top/100% 100%;
}

.btn_close {
    display: block;
    width: .54rem;
    height: .54rem;
    position: absolute;
    top: -0.65rem;
    right: 0.17rem;
    z-index: 99;
    cursor: pointer;
    background: url("../ossweb-img/m/close-video-btn.png") 0/100% 100% no-repeat;
}

.login-dialog .loginContainer {
    width: 5.71rem;
    height: 5.63rem;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: url("../ossweb-img/m/book-info-bg.png") no-repeat top/cover;
}

.login-title {
    width: 2.50rem;
    height: .52rem;
    position: absolute;
    top: .29rem;
    left: 50%;
    transform: translateX(-50%);
    background: url("../ossweb-img/m/book-title.png") top/100% 100% no-repeat;
}

.login-equipment-con {
    width: 4.22rem;
    height: .55rem;
    position: absolute;
    top: 1.1rem;
    left: 50%;
    transform: translateX(-50%);
    background: url("../ossweb-img/m/equipment-bg.png") top/100% 100% no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-equipment-item {
    width: 1.35rem;
    height: .48rem;
    margin: 0 .02rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section4-item-pass .light {
    display: block;
}

.light {
    display: none;
    position: absolute;
    left: -0.3rem;
    top: 0;
    width: 2.69rem;
    height: 2.02rem;
    /*background: url("../ossweb-img/m/light.png") no-repeat top/100% 100%;*/
}

.light1 {
    position: absolute;
    width: .4rem;
    height: .4rem;
    left: 0.4rem;
    top: 0.5rem;
    background: url("../ossweb-img/m/light.png") no-repeat;
    background-size: 2.69rem, 2.02rem;
    background-position: -0.4rem -0.5rem;
    animation: light1 1s linear infinite;
}

.light2 {
    position: absolute;
    width: .4rem;
    height: .4rem;
    left: 0;
    top: 0.6rem;
    background: url("../ossweb-img/m/light.png") no-repeat;
    background-size: 2.69rem, 2.02rem;
    background-position: 0 -0.6rem;
    animation: light1 1s linear infinite;
    animation-delay: .5s;
}

.light3 {
    position: absolute;
    width: .4rem;
    height: .4rem;
    left: 1.7rem;
    top: 1.3rem;
    background: url("../ossweb-img/m/light.png") no-repeat;
    background-size: 2.69rem, 2.02rem;
    background-position: -1.7rem -1.3rem;
    animation: light1 1s linear infinite;
    animation-delay: 1s;
}

@keyframes light1 {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.section4-item-pass .light1-1 {
    display: block;
}

.light1-1 {
    display: none;
    position: absolute;
    right: 0.4rem;
    top: 0;
    width: 2.69rem;
    height: 2.59rem;
    /*background: url("../ossweb-img/m/light1.png") no-repeat top/100% 100%;*/
}

.light11 {
    position: absolute;
    width: .4rem;
    height: .4rem;
    left: .98rem;
    top: 0;
    background: url("../ossweb-img/m/light1.png") no-repeat;
    background-size: 2.69rem, 2.59rem;
    background-position: -.98rem 0;
    animation: light1 1s linear infinite;
}

.light12 {
    position: absolute;
    width: .4rem;
    height: .4rem;
    left: .15rem;
    top: 1.1rem;
    background: url("../ossweb-img/m/light1.png") no-repeat;
    background-size: 2.69rem, 2.59rem;
    background-position: -.15rem -1.1rem;
    animation: light1 1s linear infinite;
    animation-delay: .5s;
}

.light13 {
    position: absolute;
    width: .4rem;
    height: .4rem;
    left: .7rem;
    top: 2.1rem;
    background: url("../ossweb-img/m/light1.png") no-repeat;
    background-size: 2.69rem, 2.59rem;
    background-position: -.7rem -2.1rem;
    animation: light1 1s linear infinite;
    animation-delay: 1.5s;
}

.light14 {
    position: absolute;
    width: .4rem;
    height: .4rem;
    left: 2.3rem;
    top: 1.4rem;
    background: url("../ossweb-img/m/light1.png") no-repeat;
    background-size: 2.69rem, 2.59rem;
    background-position: -2.3rem -1.4rem;
    animation: light1 1s linear infinite;
    animation-delay: .8s;
}

.login-equipment-item .img {
    width: auto;
    height: .2rem;
}

.login-equipment-item:nth-child(1) .img {
    width: auto;
    height: .18rem;
}

.login-equipment-item .img-act {
    width: auto;
    height: .41rem;
    display: none;
}

.login-equipment-item-act .img {
    display: none;
}

.login-equipment-item-act .img-act {
    display: block;
}

.login-equipment-item-act {
    background: url("../ossweb-img/m/equipment-pc-act.png") top/100% 100% no-repeat;
}

.login-phone {
    width: 4.22rem;
    height: .51rem;
    position: absolute;
    top: 2.1rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("../ossweb-img/m/phone-input.png") top/100% 100% no-repeat;
}

.phone-input {
    width: 3.8rem;
    height: .4rem;
    border: none;
    outline: none;
    background-color: transparent !important;
    font-size: .22rem;
    color: #a9bbcc !important;
}

.phone-input::placeholder {
    background-color: transparent !important;
    font-size: .22rem;
    color: #a9bbcc !important;
}

.login-sms-box {
    width: 4.22rem;
    height: .51rem;
    position: absolute;
    top: 3.1rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.login-sms {
    width: 2.68rem;
    height: .51rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("../ossweb-img/m/sms-input.png") top/100% 100% no-repeat;
}

.sms-input {
    width: 2.2rem;
    height: .4rem;
    border: none;
    outline: none;
    background-color: transparent;
    font-size: .22rem;
    color: #a9bbcc;
}

.sms-input::placeholder {
    font-size: .22rem;
    color: #a9bbcc;
}

.sms-btn {
    width: 1.39rem;
    height: .51rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #43aff0;
    font-size: .22rem;
    background: url("../ossweb-img/m/get-sms.png") top/100% 100% no-repeat;
}

#smsNum {
    transform: translatey(-0.02rem);
}

.login-btn {
    width: 2.73rem;
    height: .72rem;
    position: absolute;
    top: 4.3rem;
    left: 50%;
    transform: translateX(-50%);
    background: url("../ossweb-img/m/submit.png") top/100% 100% no-repeat;
    cursor: pointer;
}

.tips-dialog .tipsContainer {
    width: 5.71rem;
    height: 3.41rem;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: url("../ossweb-img/m/tips-bg.png") no-repeat top/cover;
}

.tips-text {
    width: 80%;
    height: 1.5rem;
    position: absolute;
    top: 0.9rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: .22rem;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tips-dialog .login-btn {
    width: 2.22rem;
    height: .59rem;
    top: 2.6rem;
}

.qr-wx-dialog .qrContainer {
    width: 5.71rem;
    height: 3.41rem;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: url("../ossweb-img/m/wx-qr.png") no-repeat top/cover;
}

.qr-qq-dialog .qrContainer {
    width: 5.71rem;
    height: 3.41rem;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: url("../ossweb-img/m/qq-qr.png") no-repeat top/cover;
}

.qrContainer img {
    position: absolute;
    top: 0.8rem;
    left: 1.93rem;
    width: 1.88rem;
    height: 1.88rem;
}

#video-card video {
    width: 100%;
    height: 100%;
}

.section-backdrop-shadow {
    animation: showBackdrop .5s linear forwards;
}

@keyframes showBackdrop {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0.3;
    }
}

.section-backdrop-shadow2 {
    animation: showBackdrop2 .5s linear forwards;
}

@keyframes showBackdrop2 {
    0% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
    }
}

@media all and (orientation: landscape) {
    body,
    html {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0
    }

    html::before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: #333;
        z-index: 99999
    }

    html::after {
        content: "\4E3A\4E86\66F4\597D\7684\4F53\9A8C\FF0C\8BF7\5C06\624B\673A\7AD6\8FC7\6765";
        text-align: center;
        font-size: .16rem;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 0;
        height: .3rem;
        width: 100%;
        margin-top: .5rem;
        z-index: 99999
    }

    body::before {
        content: "";
        position: absolute;
        z-index: 99999;
        height: 2rem;
        width: 1rem;
        left: 50%;
        top: 50%;
        margin: -1.4rem 0 0 -.5rem;
        color: #fff;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHQAAAB2CAYAAAAZUrcsAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDAwMjcwNkVEQzczMTFFNjlFMDFGQTEzNkM3N0JBMTMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDAwMjcwNkREQzczMTFFNjlFMDFGQTEzNkM3N0JBMTMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ0NzhCMTlBREM1ODExRTZCNTdFRjQ0Q0I1QzRCODZBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjQ0NzhCMTlCREM1ODExRTZCNTdFRjQ0Q0I1QzRCODZBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+J30rNQAACRRJREFUeNrsXQlsFVUU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);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 1rem auto;
        -webkit-transform: rotateZ(-90deg)
    }
}

.plyr--video .plyr__controls {
    padding-bottom: env(safe-area-inset-bottom); /* 确保视频对话框内容不会被Home Indicator遮挡 */
}

@media screen and (min-width: 768px) {
    .section.section-home {
        background: url(../ossweb-img/m/home-video-bg.jpg) no-repeat !important;
        background-size: cover !important;
        background-position-y: 23% !important;
    }

    /*.section-home .home-con{*/
    /*    transform: scale(0.5) !important;*/
    /*    margin-top: 2rem !important;*/
    /*}*/
    /*.section-world .world-type-list{*/
    /*    transform: scale(0.5) !important;*/
    /*    bottom: 2.3rem !important;*/
    /*}*/
    /*.section-world .world-video-title-con{*/
    /*    transform: scale(0.5) !important;*/
    /*    bottom: 4rem !important;*/
    /*}*/
    /*.section-backdrop .section-story{*/
    /*    transform: scale(0.9) !important;*/
    /*}*/
    /*.section-backdrop .section-story1 .story-title{*/
    /*    padding: 2rem 0 .3rem !important;*/
    /*}*/
    .section-schedule-milestones .section-schedule-milestones-main {
        transform: translateY(-1.2rem) scale(0.9) !important;
    }
}
