html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0 none;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}
html {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content:"";
  content: none;
}
a img {
  border: 0 none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: "OPPOSans-B";
  src: url(../font/OPPOSans-B.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "OPPOSans-H";
  src: url(../font/OPPOSans-H.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "OPPOSans-M";
  src: url(../font/OPPOSans-M.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "OPPOSans-R";
  src: url(../font/OPPOSans-R.ttf) format("truetype");
  font-display: swap;
}

body {
  font-size: 16px;
  font-family:
    "OPPOSans-M", Roboto, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
  -ms-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}

html,
body{
  overflow:hidden;
  position:fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width:100%;
  height:100%;
}

.logo {
  position: fixed;
  top: 0.3rem;
  left: 0.5rem;
  width: 1.84rem;
  height: 1.39rem;
  z-index: 20260499;
  animation: logo_show 0.5s ease-in-out;
}
@keyframes logo_show {
  0% {
    top: -0.3rem;
    opacity: 0;
  }
  100% {
    top: 0.3rem;
    opacity: 1;
  }
}
.age_12 {
  position: fixed;
  right: 0.5rem;
  bottom: 2rem;
  width: 0.72rem;
  height: 0.91rem;
  z-index: 20260499;
  animation: age_12_show 0.5s ease-in-out;
}
@keyframes age_12_show {
  0% {
    bottom: -0.5rem;
    opacity: 0;
  }
  100% {
    bottom: 2rem;
    opacity: 1;
  }
}

.download_list {
  position: fixed;
  right: -2.22rem;
  top: 11.11%;
  width: 2.96rem;
  height: 5.97rem;
  z-index: 20260498;
}
@keyframes show_download_list {
  0% {
    right: -2.22rem;
  }
  100% {
    right: 0;
  }
}
@keyframes hide_download_list {
  0% {
    right: 0;
  }
  100% {
    right: -2.22rem;
  }
}
.download_list.show {
  animation: show_download_list 0.3s ease-in-out 1 forwards;
}
.download_list.hide {
  animation: hide_download_list 0.3s ease-in-out 1 forwards;
}
.side_download {
  width: 100%;
  height: 100%;
}
.download_list .side_download_arrow {
  position: absolute;
  top: 1.08rem;
  left: 0.04rem;
  width: 0.3rem;
  height: 0.56rem;
  padding: 0.4rem 0.14rem 0.4rem 0.26rem;
  cursor: pointer;
  box-sizing: content-box;
}
.download_list.show .side_download_arrow_open {
  display: block;
}
.download_list.show .side_download_arrow_close {
  display: none;
}
.download_list .side_download_arrow_open {
  display: none;
}
.download_list .side_download_arrow_close {
  display: block;
}
.download_list .download_items {
  position: absolute;
  top: 0.4rem;
  right: 0.32rem;
}
.download_list .download_items .item {
  display: block;
  width: 1.6rem;
  height: 0.64rem;
  overflow: hidden;
  margin-bottom: 0.16rem;
  line-height: 999em;
  font-size: 0;
}
.download_list .download_items .qrcode_for_download {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 auto;
  transform: translateY(0.2rem);
}
.download_list .download_item_info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 1.2rem;
  right: 1.9rem;
  width: 2.76rem;
  height: 1.58rem;
  overflow: hidden;
  padding-right: 0.1rem;
  background: url(../images/pc/download_android.png) no-repeat 0 0;
  background-size: 2.66rem 1.58rem;
  z-index: 3;
}
.download_list .download_item_info .item {
  width: 2.3rem;
  height: 0.6rem;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  line-height: 0.64rem;
  font-size: 0.24rem;
  color: #fff;
}
.download_list .download_item_info .item:hover {
  color: #000;
  background: url(../images/pc/download_item_hover.png) no-repeat 0 0;
  background-size: 100% 100%;
  transition: all 0.3s linear;
}

.scroll_page {
  position: absolute;
  top: 0;
  z-index: 2026040;
  width: 100%;
  min-width: 1280px;
  height: 100%;
  overflow: hidden;
}
.scroll_page::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0.95rem;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 20260400;
  pointer-events: none;
}
.section {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  color: #fff;
  overflow: hidden;
}

.section .content {
  display: none;
  width: 100%;
  min-width: 1280px;
  height: 100%;
  margin: 0 auto;
  color: #000;
}

.long-section .content {
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 40px;
  -webkit-overflow-scrolling: touch;
}

.section1 .content {
  display: block;
  position: relative;
  z-index: 1;
  color: white;
  text-align: center;
}
.section1 .icon_play_video {
  position: absolute;
  top: 37%;
  left: 52.5%;
  transform: translate(-60%, 0) scale(1);
  width: 1.3rem;
  height: 1.3rem;
  cursor: pointer;
  z-index: 1;
}
.section1 .icon_play_video:hover {
  animation: icon_play_video_breath 0.6s 100ms infinite ease-in-out;
}
@keyframes icon_play_video_breath {
  0% {
    
    transform: translate(-60%, 0) scale(1);
  }
  60% {
    
    transform: translate(-60%, 0) scale(1.03);
  }
  100% {
    
    transform: translate(-60%, 0) scale(1);
  }
}
.section1 .download_btns {
  position: absolute;
  top: 51%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, 0);
  z-index: 3;
  animation: show_download_btns 0.8s ease-in-out 1 forwards;
}
@keyframes show_download_btns {
  0% {
    top: 62%;
    opacity: 0;
  }
  100% {
    top: 51%;
    opacity: 1;
  }
}
.section1 .download_btns .btn_item {
  flex: 0 0 5.74rem;
  height: 2.33rem;
  margin-right: -0.1rem;
  cursor: pointer;
}
.section1 .download_btns .btn_item:hover {
  animation: btn_breath 0.6s 100ms infinite ease-in-out;
}
@keyframes btn_breath {
  0% {
    
    transform: scale(1);
  }
  60% {
    
    transform: scale(1.03);
  }
  100% {
    
    transform: scale(1);
  }
}
.section1 .download_btns .btn_item:last-child {
  margin-right: 0;
  margin-left: -0.2rem;
}
.section1 .title {
  position: absolute;
  top: 56%;
  left: 50%;
  width: 19.1rem;
  height: 4.41rem;
  transform: translate(-50%, 0);
  z-index: 1;
  opacity: 0;
  animation: show_title 0.6s linear 1 forwards;
}
@keyframes show_title {
  0% {
    top: 62%;
    opacity: 0;
  }
  100% {
    top: 56%;
    opacity: 1;
  }
}
.section1 .game_info {
  position: absolute;
  left: 0.5rem;
  bottom: 0.5rem;
  font-size: 0.2rem;
  text-align: left;
  line-height: 1.5;
  font-family: "OPPOSans-M";
  opacity: 0.7;
  z-index: 1;
  animation: show_game_info 0.5s linear 1 forwards;
}
@keyframes show_game_info {
  0% {
    bottom: -0.5rem;
    opacity: 0;
  }
  100% {
    bottom: 0.5rem;
    opacity: 0.7;
  }
}
.section1 .game_info a {
  text-decoration: none;
  color: #fff;
}
.section1 .game_info p:hover a:hover {
  color: #efefef;
}
.section1 .game_info p :nth-child(2) {
  margin-left: 0.1rem;
}

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

.section1 .bg-video {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateX(-50%);
}

.section2 {
  background: #fbd3c9 no-repeat center center;
  background-size: 100% 100%;
}
.section2 .title {
  position: absolute;
  top: 22.22%;
  left: 50%;
  width: 19.16rem;
  height: 2rem;
  padding: 0.64rem 13.62rem 0 0.44rem;
  font-size: 1.2rem;
  font-family: "OPPOSans-H";
  color: #fff;
  background: url(../images/pc/feature/bg_title.png) no-repeat 0 0;
  background-size: 5.54rem 1.99rem;
  text-shadow: 0 2px 3px rgba(0, 0, 0, .1);
  transform: translateX(-50%);
  animation: fadeInLeft_title 0.6s ease-in-out 1 forwards;
  z-index: 1;
}
@keyframes fadeInLeft_title {
  0% {
    transform: translateX(-60%);
    opacity: 0;
  }
  100% {
    transform: translateX(-50%);
    opacity: 1;
  }
}
.section2 .slide_box {
  position: absolute;
  top: 20%;
  left: 50%;
  width: 19.16rem;
  min-height: 8rem;
  transform: translateX(-50%);
  z-index: 3;
}
.section2 .slide_box .slide_info {
  width: 5.2rem;
  height: 4.22rem;
  overflow: hidden;
  padding-top: 2.6rem;
  animation: fadeInLeft_info 0.8s ease-in-out 1 forwards;
}
@keyframes fadeInLeft_info {
  0% {
    transform: translateX(-0.4rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.section2 .slide_box .info {
  position: relative;
  font-size: 0.3rem;
  line-height: 1.7;
  font-family: "OPPOSans-H";
}
.section2 .slide_box .info span {
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 0.48rem;
  letter-spacing: 0.02rem;
}

.section2 .slide_box .info span.stroke {
  color: transparent;
  -webkit-text-stroke: 3px #ffffff;
  filter: drop-shadow(0 0 1px #fff);
}
.section2 .slide_box .info span.fill {
  color: #fc6900;
}
.section2 .slide_box .slide_item {
  position: absolute;
  top: -0.8rem;
  left: 5.6rem;
  width: 14.24rem;
  height: 8.5rem;
  display: none;
}
.section2 .slide_box .slide_item .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: 0 0;
  animation: fadeInRight_slide 0.6s ease-in-out 1 forwards;
  z-index: 4;
}
@keyframes fadeInRight_slide {
  0% {
    transform: translateX(0.8rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.section2 .slide_box .slide_item.slide_1 {
  display: block;
}
.section2 .slide_box .slide_item .item_2 {
  left: 7.5rem;
  top: 0;
  opacity: 0;
  animation: fadeInRight_slide 0.8s 0.2s ease-in-out 1 forwards;
  z-index: 5;
}
.section2 .slide_box .slide_item.slide_1 .item_2 {
  top: -4%;
  left: 7.9rem;
  width: 7.18rem;
  height: 8.93rem;
}
.section2 .slide_box .slide_item.slide_2 .item_2 {
  left: 7.5rem;
  top: -15%;
  width: 10.06rem;
  height: 9.73rem;
}
.section2 .slide_box .slide_item.slide_3 .item_2 {
  left: 6.78rem;
  top: -13%;
  width: 8.12rem;
  height: 10.26rem;
}
.section2 .slide_box .slide_item.slide_4 .item_2 {
  left: 6.54rem;
  top: -6.5%;
  width: 8.48rem;
  height: 8.85rem;
}
.section2 .slide_box .slide_item.slide_5 .item_2 {
  top: -21.5%;
  width: 13.69rem;
  height: 10.34rem;
}
.section2 .slide_box .slide_control {
  display: flex;
  align-items: center;
  width: 5.54rem;
  padding: 0 0 0 0.4rem;
  transform-origin: 0 0;
  animation: fadeInLeft_control 0.9s ease-in-out 1 forwards;
  z-index: 6;
}
@keyframes fadeInLeft_control {
  0% {
    transform: translateX(-0.4rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.section2 .slide_box .dots_box {
  width: 4.8rem;
  overflow: hidden;
  margin: 0 0 0 0.6rem;
}
.section2 .slide_box .dots {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-width: 3rem;
  overflow: hidden;
}
.section2 .slide_box .dots .dot {
  flex: 0 0 0.2rem;
  height: 0.2rem;
  margin-right: 0.55rem;
  cursor: pointer;
  background: url(../images/pc/feature/dot.png) no-repeat center center;
  background-size: 100% 100%;
}

.section2 .slide_box .dots .dot.dot_active {
  flex: 0 0 0.32rem;
  height: 0.34rem;
  background: url(../images/pc/feature/dot_active.png) no-repeat center center;
  background-size: 100% 100%;
}
.section2 .slide_box .arrow {
  position: relative;
  flex: 0 0 0.7rem;
  height: 1rem;
  cursor: pointer;
  z-index: 9;
}

.section3 {
  background: rgb(118, 197, 241);
}
.section3 .world_list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.section3 .world_item {
  position: relative;
  flex: 1 3.5rem;
  width: 100%;
  
  overflow: hidden;
  cursor: pointer;
}
.section3 .world_item:first-child {
  flex: 1 4rem;
}
.section3 .world_list .world_item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 0.1rem solid transparent;
  z-index: 10;
  transition: border-color 0.2s linear;
}
.section3 .world_list .world_item .icon_border {
  position: absolute;
  width: 0.4rem;
  height: 0.3rem;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.2s linear;
}
.section3 .world_list .world_item .icon_border.icon_tl {
  top: 0.1rem;
  left: 0.1rem;
}
.section3 .world_list .world_item .icon_border.icon_tr {
  top: 0.1rem;
  right: 0.1rem;
}
.section3 .world_list .world_item .icon_border.icon_bl {
  bottom: 0.1rem;
  left: 0.1rem;
}
.section3 .world_list .world_item .icon_border.icon_br {
  bottom: 0.1rem;
  right: 0.1rem;
}
.section3 .world_item .world_img {
  display: block;
  width: 100%;
}
.section3 .world_item .world_img_title {
  position: absolute;
  top: 44%;
  left: 75%;
  width: 3.46rem;
  height: 0.59rem;
  opacity: 1;
}
.section3 .world_item .world_img_title_hover {
  width: 5.83rem;
  height: 0.71rem;
  transform: translate(-1.185rem, -0.06rem);
  opacity: 0;
}
.section3 .world_item:first-child .world_img_title {
  top: 51%;
}
.section3 .world_item:nth-child(2n) .world_img_title {
  left: 12%;
}
.section3 .world_item.world_item_active .world_img_title,
.section3 .world_item:hover .world_img_title {
  opacity: 0;
}
.section3 .world_item.world_item_active .world_img_title_hover,
.section3 .world_item:hover .world_img_title_hover {
  opacity: 1;
}
.section3 .world_item .world_title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.36rem;
  font-family: "OPPOSans-M";
  letter-spacing: 0.04rem;
  color: #fff;
  opacity: 0.5;
  z-index: 3;
}
.section3 .world_list .world_item .world_title {
  display: none !important;
  top: 45%;
  left: 77.5%;
  width: auto;
  height: 0.55rem;
  font-size: 0.54rem;
  font-family: "OPPOSans-H";
  font-weight: normal;
  letter-spacing: 0;
  color: #000;
  opacity: 1;
  transition: color 0.2s linear;
}
.section3 .world_list .world_item .world_title span.fill {
  position: relative;
  font-family: "OPPOSans-H";
  font-weight: normal;
  color: #fff;
  text-shadow: 0 0.02rem 0.06rem rgba(0, 0, 0, 0.2);
  z-index: 3;
  transition: color 0.2s linear;
}
.section3 .world_list .world_item .world_title span.stroke {
  position: absolute;
  top: 0;
  left: 50%;
  font-family: "OPPOSans-H";
  font-weight: normal;
  white-space: nowrap;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.2s linear;
}
.section3 .world_list .world_item .world_title::after,
.section3 .world_list .world_item .world_title::before {
  position: absolute;
  content: "";
  width: 0.26rem;
  height: 0.6rem;
  overflow: hidden;
  margin: 0 0.3rem;
  background: url(../images/pc/world/icon_title.png) no-repeat center center;
  background-size: 100% 0.26rem;
  transition: background-size 0.2s linear;
}
.section3 .world_list .world_item .world_title::before {
  left: -0.66rem;
}
.section3 .world_list .world_item .world_title::after {
  right: -0.66rem;
}
.section3 .world_list .world_item:first-child .world_title {
  top: 52%;
}
.section3 .world_list .world_item:nth-child(2n) .world_title {
  left: 14.6%;
}
.section3 .world_list .world_item.world_item_active::before,
.section3 .world_list .world_item:hover::before {
  border-color: #fff;
}
.section3 .world_list .world_item.world_item_active .icon_border,
.section3 .world_list .world_item:hover .icon_border {
  opacity: 1;
}

.section3 .world_list .world_item.world_item_active .world_title span.stroke,
.section3 .world_list .world_item:hover .world_title span.stroke {
  color: transparent;
  -webkit-text-stroke: 0.08rem #ffffff;
  filter: drop-shadow(0.02rem 0.02rem 0.01rem rgba(0, 0, 0, .2));
  opacity: 1;
}
.section3 .world_list .world_item.world_item_active .world_title span.fill,
.section3 .world_list .world_item:hover .world_title span.fill {
  color: inherit;
  text-shadow: none;
}
.section3 .world_list .world_item.world_item_active .world_title::before,
.section3 .world_list .world_item:hover .world_title::before {
  left: -1.86rem;
  width: 1.42rem;
  height: 0.6rem;
  background-image: url(../images/pc/world/icon_title_l_hover.png);
  background-size: 100% 0.6rem;
}
.section3 .world_list .world_item.world_item_active .world_title::after,
.section3 .world_list .world_item:hover .world_title::after {
  right: -1.86rem;
  width: 1.42rem;
  height: 0.6rem;
  background-image: url(../images/pc/world/icon_title_r_hover.png);
  background-size: 100% 0.6rem;
}

.section3.long-section ::-webkit-scrollbar {
  width: 0;
}
.section3.long-section ::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 0;
}
.section3.long-section ::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 0;
}
.section3.long-section ::-webkit-scrollbar-thumb:hover {
  background-color: transparent;
}

.section4 {
  background: #b8eefd no-repeat center center;
  background-size: 100% 100%;
}
.section4 .role_show_container {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  pointer-events: none;
}
.section4 .role_show {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.section4 .role_show.show {
  opacity: 1;
  animation: role_show_move 0.5s ease-in-out;
}
.section4 .role_avatar_cache {
  display: none;
}
@keyframes role_show_move {
  0% {
    transform: translateX(10%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.section4 .role_type {
  position: absolute;
  top: 0;
  left: 0.2rem;
  bottom: 0;
  width: 1.72rem;
  height: 100%;
  padding-top: 2.84rem;
  background: url(../images/pc/role/line.png) repeat-y top center;
  background-size: 0.05rem;
}
@keyframes show_role_item {
  0% {
    transform: translateX(-4rem);
    opacity: 0;
  }
  50% {
    transform: translateX(-2rem);
    opacity: 0.3;
  }
  80% {
    transform: translateX(0.1rem);
    opacity: 0.8;
  }
  90% {
    transform: translateX(-0.1rem);
    opacity: 0.9;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.section4 .role_item {
  width: 1.7rem;
  height: 1.74rem;
  overflow: hidden;
  line-height: 999em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.14rem 1.2rem;
  cursor: pointer;
  animation: show_role_item 0.6s linear forwards;
  opacity: 0;
}
.section4 .role_item:nth-child(2) {
  animation-delay: 0.1s;
}
.section4 .role_item:nth-child(3) {
  animation-delay: 0.2s;
}
.section4 .role_item.role_item_active {
  background-size: 1.7rem 1.74rem;
  cursor: default;
  pointer-events: none;
}
.section4 .role_item.role_type_sprite {
  background-image: url(../images/pc/role/role_sprite.png);
}
.section4 .role_item.role_type_sprite.role_item_active {
  background-image: url(../images/pc/role/role_sprite_curr.png);
}
.section4 .role_item.role_type_mount {
  background-image: url(../images/pc/role/role_mount.png);
}
.section4 .role_item.role_type_mount.role_item_active {
  background-image: url(../images/pc/role/role_mount_curr.png);
}
.section4 .role_item.role_type_npc {
  background-image: url(../images/pc/role/role_npc.png);
}
.section4 .role_item.role_type_npc.role_item_active {
  background-image: url(../images/pc/role/role_npc_curr.png);
}

.section4 .modality_list {
  position: absolute;
  top: 0;
  right: 14%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 1.4rem;
  height: 4.28rem;
  overflow: hidden;
  background: url(../images/pc/role/modality_normal.png) no-repeat top center;
  background-size: 0.9rem 4.06rem;
  transform-origin: top center;
  animation: modality_shake 1s 0.3s ease-in-out forwards;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}
@keyframes modality_shake {
  0% {
    transform: translateX(200%) rotate(0deg);
    opacity: 0;
  }
  40% {
    transform: translateX(-50%) rotate(0deg);
    opacity: .8;
  }
  50% {
    transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
  65% {
    transform: translateX(0) rotate(4deg);
  }
  75% {
    transform: translateX(0) rotate(-4deg);
  }
  85% {
    transform: translateX(0) rotate(2deg);
  }
  95% {
    transform: translateX(0) rotate(-1deg);
  }
  100% {
    transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
}
.section4 .modality_item {
  flex: 0 0 1.44rem;
  width: 1.4rem;
  height: 1.44rem;
  overflow: hidden;
  line-height: 999em;
  transform: translateY(0.1rem);
}
.section4 .modality_item:hover,
.section4 .modality_item.active {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section4 .modality_item.modality_item_comic {
  transform: translateY(0.01rem);
}
.section4 .modality_item.modality_item_square:hover,
.section4 .modality_item.modality_item_square.active {
  background-image: url(../images/pc/role/modality_square_curr.png);
}
.section4 .modality_item.modality_item_comic:hover,
.section4 .modality_item.modality_item_comic.active {
  background-image: url(../images/pc/role/modality_comic_curr.png);
}
@keyframes show_role_avatar_box {
  0% {
    transform: translateX(-50%) translateY(2rem);
    opacity: 0;
  }
  100% {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
  }
}
.section4 .role_avatar_box {
  position: absolute;
  top: 74%;
  left: 50%;
  display: flex;
  align-items: center;
  width: 16.7rem;
  transform: translate(-50%, 0);
  z-index: 10;
}
.section4 .role_avatar_box.show {
  animation: show_role_avatar_box 0.5s ease-in-out;
}
.section4 .role_avatar_box .arrow {
  flex: 0 0 0.7rem;
  height: 1rem;
  cursor: pointer;
}
.section4 .role_avatar_box .role_avatar_list {
  flex: 0 0 14.2rem;
  height: 1.92rem;
  overflow: hidden;
  margin: 0 0.6rem;
  padding-top: 0.06rem;
}
.section4 .role_avatar_box .role_avatars {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  height: 1.9rem;
}
.section4 .role_avatar_box .role_avatar_list .item {
  flex: 0 0 1.5rem;
  height: 1.8rem;
  margin-right: 0.6rem;
  background: url(../images/pc/role/bg_avatar.png) no-repeat 0 0;
  background-size: 1.5rem 1.8rem;
  cursor: pointer;
}
.section4 .role_avatar_box .role_avatar_list .item:hover {
  transform: translate(0, -0.06rem);
  transition: transform 0.2s linear;
}
.section4 .role_avatar_box .role_avatar_list .item:last-child {
  margin-right: 0;
}
.section4 .role_avatar_box .role_avatar_list .item.active {
  flex: 0 0 1.54rem;
  height: 1.9rem;
  background-image: url(../images/pc/role/bg_avatar_curr.png);
  background-size: 1.54rem 1.9rem;
  transform: translate(0, -0.06rem);
}
.section4 .role_avatar_box .role_avatar_list .role_avatar {
  width: 1.32rem;
  height: 1.28rem;
  overflow: hidden;
  margin: 0.06rem auto 0;
}
.section4 .role_avatar_box .role_avatar_list .item.active .role_avatar {
  width: 1.4rem;
  height: 1.3rem;
}
.section4 .role_avatar_box .role_avatar_list .avatar {
  display: block;
  width: 100%;
  
}
.section4 .role_avatar_box .role_avatar_list .role_name {
  display: block;
  width: 1.4rem;
  height: 0.44rem;
  overflow: hidden;
  margin: 0 auto;
  line-height: 0.46rem;
  text-align: center;
  font-weight: normal;
  font-size: 0.24rem;
  font-family: "OPPOSans-M";
  color: #fff;
}
.section4 .role_avatar_box .role_avatar_list .active .role_name {
  font-family: "OPPOSans-H";
  color: #000;
  text-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff,
               2px 2px 1px #fff, -2px -2px 1px #fff, 2px -2px 1px #fff, -2px 2px 1px #fff;
}
@keyframes show_role_info {
  0% {
    transform: translateX(-2rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.section4 .role_info_box {
  position: absolute;
  top: 13%;
  left: 13%;
  width: 8.6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  z-index: 8;
}
.section4 .role_info_box.show {
  animation: show_role_info 0.5s ease-in-out;
}
.section4 .role_info_name {
  display: flex;
  align-items: center;
  margin-bottom: 0.6rem;
}
.section4 .role_info_name .name {
  font-size: 1.2rem;
  font-family: "OPPOSans-H";
  letter-spacing: 0.04rem;
  color: #fff;
  text-shadow: 0 0.06rem 0.02rem #3c8ff8;
}
.section4 .role_info_name .other_info {
  position: relative;
  display: flex;
  align-items: center;
  height: 0.75rem;
  margin-left: 0.4rem;
  font-family: "OPPOSans-B";
  font-size: 0.28rem;
  color: #000;
  cursor: pointer;
}
.section4 .role_audio {
  position: absolute;
  top: -11.5rem;
  left: 0;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}
.section4 .role_info_name .other_info span {
  display: flex;
  align-items: center;
  height: 100%;
  background: url(../images/pc/role/info_name_bg.png) repeat-x 0 0;
  background-size: auto 0.75rem;
}
.section4 .role_info_name .other_info .play_cv_icon {
  position: absolute;
  top: 0.05rem;
  right: 0.18rem;
  width: 0.63rem;
  height: 0.59rem;
  z-index: 9;
}
.section4 .role_info_name .other_info::after,
.section4 .role_info_name .other_info::before {
  content: "";
  width: 0.34rem;
  height: 100%;
  overflow: hidden;
  background-image: url(../images/pc/role/info_name_left.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}
.section4 .role_info_name .other_info::after {
  width: 1.14rem;
  background-image: url(../images/pc/role/info_name_right.png);
}
.section4 .role_info_detail {
  display: flex;
  flex-direction: column;
  flex: 0 0 5.8rem;
  overflow: auto;
  margin-right: 2rem;
  padding-right: 0.4rem;
}

.section4 .role_info_detail::-webkit-scrollbar {
  width: 4px;
}
.section4 .role_info_detail::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}
.section4 .role_info_detail::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
}
.section4 .role_info_detail::-webkit-scrollbar-thumb:hover {
  background-color: rgba(255, 255, 255, 1);
}
.section4 .role_info_detail .title {
  display: flex;
  flex: 0 0 0.45rem;
  height: 0.45rem;
  margin-top: 0.34rem;
  margin-bottom: 0.16rem;
  font-size: 0.24rem;
  font-family: "OPPOSans-B";
  color: #3c8ff8;
}
.section4 .role_info_detail.role_info_detail :first-child {
  margin-top: 0;
}
.section4 .role_info_detail .title span {
  display: flex;
  align-items: center;
  height: 100%;
  padding-bottom: 0.04rem;
  background: url(../images/pc/role/info_title_bg.png) repeat-x 0 0;
  background-size: auto 0.45rem;
}
.section4 .role_info_detail .title::before,
.section4 .role_info_detail .title::after {
  content: "";
  width: 0.5rem;
  height: 100%;
  overflow: hidden;
  background: url(../images/pc/role/info_title_left.png) no-repeat 0 0;
  background-size: 100% 0.45rem;
}
.section4 .role_info_detail .title::after {
  width: 0.42rem;
  background-image: url(../images/pc/role/info_title_right.png);
}
.section4 .role_info_detail .detail {
  padding-left: 0.16rem;
  font-size: 0.24rem;
  line-height: 1.425;
  font-family: "OPPOSans-M";
  color: #000;
}
.section4 .role_info_detail .gift_list {
  display: flex;
}
.section4 .role_info_detail .gift_item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex: 0 0 1.48rem;
  min-height: 1.4rem;
  padding-bottom: 0.44rem;
  margin-right: 0.2rem;
  background: url(../images/pc/role/bg_gift.png) no-repeat top center;
  background-size: 1.36rem 1.36rem;
}
.section4 .role_info_detail .gift_item .gift_img {
  width: 1rem;
  margin-top: 0.2rem;
}
.section4 .role_info_detail .gift_item .gift_name {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 0.44rem;
  line-height: 0.44rem;
  text-align: center;
  font-size: 0.24rem;
  color: #000;
  z-index: 2;
}

.section5 {
  background: #e5ad7c no-repeat center center;
  background-size: 100% 100%;
}
.section5 .title {
  position: absolute;
  top: 22.22%;
  left: 50%;
  width: 19.16rem;
  height: 2rem;
  padding: 0.64rem 13.62rem 0 0.44rem;
  font-size: 1.2rem;
  font-family: "OPPOSans-H";
  color: #fff;
  background: url(../images/pc/market/bg_title.png) no-repeat 0 0;
  background-size: 5.54rem 1.94rem;
  text-shadow: 0 2px 3px rgba(0, 0, 0, .1);
  transform: translateX(-50%);
  animation: fadeInLeft_title 0.6s ease-in-out 1 forwards;
  z-index: 2;
}
.section5 .intro {
  position: absolute;
  top: calc(22.22% + 2.3rem);
  left: 50%;
  width: 19.16rem;
  height: 2rem;
  overflow: hidden;
  padding: 0 13.62rem 0 0.44rem;
  font-size: 0.3rem;
  line-height: 1.7;
  font-family: "OPPOSans-H";
  opacity: 0;
  transform: translateX(-50%);
  animation: fadeInLeft_title 0.6s 0.2s ease-in-out 1 forwards;
  z-index: 2;
}
.section5 .intro span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0 13.62rem 0 0.44rem;
  letter-spacing: 0.02rem;
}
.section5 .intro span.stroke {
  color: transparent;
  -webkit-text-stroke: 3px #ffffff;
  filter: drop-shadow(0 0 1px #fff);
}
.section5 .intro span.fill {
  color: #fc6900;
}
.section5 .download_market {
  position: absolute;
  top: calc(22.22% + 2.3rem + 1.4rem);
  left: 50%;
  width: 19.16rem;
  padding-left: 0.4rem;
  transform: translateX(-50%);
  animation: fadeInLeft_title 0.6s 0.4s ease-in-out 1 forwards;
  opacity: 0;
  z-index: 10;
}
.section5 .download_btn {
  width: 4.74rem;
  height: 1.34rem;
  cursor: pointer;
}
.section5 .download_btn:hover {
  animation: btn_breath 0.6s 100ms infinite ease-in-out;
}
.section5 .screenshot_box {
  position: absolute;
  top: 12%;
  right: 15%;
  width: 12.56rem;
  height: 9.35rem;
  z-index: 20;
  animation: role_show_move 0.5s ease-in-out;
}
.section5 .screenshot_box .arrow {
  position: absolute;
  top: 47%;
  transform: translateY(-50%);
  width: 0.67rem;
  height: 0.95rem;
  cursor: pointer;
  z-index: 10;
}
.section5 .screenshot_box .arrow_left {
  left: 0;
}
.section5 .screenshot_box .arrow_right {
  right: 0;
}
.section5 .screenshot_list {
  position: relative;
  width: 100%;
  height: 100%;
}
.section5 .screenshot_list .screenshots {
  position: relative;
  width: 100%;
  height: 100%;
}
.section5 .screenshot_list .screenshots .item {
  position: absolute;
  top: 0%;
  left: 50%;
  width: 4.1rem;
  height: 8.43rem;
  transform: translate(-50%, 0);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, left 0.3s ease-in-out;
  opacity: 0;
  z-index: 1;
}
.section5 .screenshot_list .screenshots .item.active {
  width: 4.8rem;
  height: 9.08rem;
  padding: 0.2rem 0.45rem 0.45rem 0.25rem;
  margin-left: -0.4rem;
  z-index: 3;
  opacity: 1;
  background: url(../images/pc/market/item_shadow.png) no-repeat top center;
  background-size: cover;
  transform: translate(-50%, 0) scale(1);
  filter: brightness(100%);
}
.section5 .screenshot_list .screenshots .item.prev {
  z-index: 2;
  opacity: 1;
  transform: translate(-150%, 0) scale(0.6);
  filter: brightness(50%);
}
.section5 .screenshot_list .screenshots .item.next {
  z-index: 2;
  opacity: 1;
  transform: translate(50%, 0) scale(0.6);
  filter: brightness(50%);
}
.section5 .screenshot_list .item .screenshot {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section5 .screenshot_box .list_control {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section5 .screenshot_box .controls {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section5 .screenshot_box .control_dot {
  width: 0.2rem;
  height: 0.2rem;
  margin: 0 0.1rem;
  background: url(../images/pointer.png) no-repeat center center;
  background-size: 0.2rem 0.2rem;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.section5 .screenshot_box .control_dot:hover {
  transform: scale(1.2);
}
.section5 .screenshot_box .control_dot.active {
  width: 0.32rem;
  height: 0.34rem;
  background-image: url(../images/pointer_active.png);
  background-size: 0.32rem 0.34rem;
}

.section6 {
  background: #62bdfc no-repeat center center;
  background-size: 100% 100%;
}
.qrcode_list_box {
  width: 15rem;
  overflow: hidden;
  margin: 2.5rem auto 0.2rem;
}
.section6 .qrcode_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 17rem;
  margin-left: -2.1rem;
}
.section6 .qrcode_item {
  flex: 0 0 3.56rem;
  height: 3.7rem;
  margin-left: 2.1rem;
  margin-bottom: 0.2rem;
  background: url(../images/pc/contact/qrcode_bg.png) no-repeat 0 0;
  background-size: 3.56rem 3.7rem;
  cursor: pointer;
}
.section6 .qrcode_item .qrcode {
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  margin: 0.42rem 0 0.28rem 0.56rem;
}
.section6 .qrcode_item .name {
  position: relative;
  display: block;
  width: 2.2rem;
  height: 0.48rem;
  overflow: hidden;
  margin-left: 0.7rem;
  line-height: 0.48rem;
  text-align: center;
  font-weight: normal;
  font-size: 0.28rem;
  color: #8a521b;
}
.section6 .qrcode_item .name span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-family: "OPPOSans-H";
  letter-spacing: 0.02rem;
}
.section6 .qrcode_item .name span.stroke {
  color: transparent;
  -webkit-text-stroke: 3px #ffffff;
  filter: drop-shadow(0 0 1px #fff);
}
.section6 .qrcode_item .name span.fill {
  color: #8a521b;
}

.nav-btn {
  position: absolute;
  bottom: 0.2rem;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.22rem;
  font-family: 'OPPOSans-B';
  letter-spacing: 1.5em;
  color: #fff;
  transform: translateX(-50%);
  z-index: 202604991;
  animation: showNavBtn 1s linear 1 forwards;
}
@keyframes showNavBtn {
  0% {
    opacity: 0;
  }
  50% {
    transform: translate(-50%, 100px);
    opacity: 0;
  }
  80% {
    transform: translate(-50%, -10px);
  }
  90% {
    transform: translate(-50%, 10px);
  }
  100% {
    transform: translateY(-50%, 0px);
    opacity: 1;
  }
}
.nav-btn .scroll_arrow {
  flex: 0 0 0.9rem;
  width: 0.9rem;
  height: 1.32rem;
  margin-left: -1em;
  margin-right: 0.5em;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 0.9rem 3.96rem;
  transform: scale(.5);
}
.nav-btn.next-btn .scroll_arrow {
  background-image: url(../images/scroll_arrow_down.png);
  animation: scroll_arrow_animate steps(3) 0.6s infinite;
}
.nav-btn.home-btn .scroll_arrow {
  background-image: url(../images/scroll_arrow_up.png);
  animation: scroll_arrow_animate steps(3) 0.6s infinite;
}
@keyframes scroll_arrow_animate {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -3.96rem;
  }
}

.inner_page .page_nav,
.scroll_nav {
  position: fixed;
  top: 0.25rem;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(-50%);
  margin-left: 0.6rem;
  z-index: 20260499;
}
.inner_page .page_nav li,
.scroll_nav li {
  flex: 0 0 2.1rem;
  height: 0.51rem;
  margin-right: 0.6rem;
  text-align: center;
  line-height: 0.5rem;
  font-size: 0.26rem;
  cursor: pointer;
  animation: nav_show 0.5s ease-in-out 1 forwards;
}
/* .inner_page .page_nav li {
  color: #fff;
} */
.inner_page .page_nav li:last-child,
.scroll_nav li:last-child {
  margin-right: 0;
}
.inner_page .page_nav li:hover,
.scroll_nav li:hover {
  font-family: 'OPPOSans-B';
  transition: color 0.24s linear;
}

.inner_page .page_nav li:hover,
.scroll_nav li:hover {
  color: #fff;
}
.inner_page .page_nav li.curr_page,
.scroll_nav .curr_page {
  color: #fff;
  background: url(../images/pc/bg_nav.png) no-repeat 0 0;
  background-size: 2.1rem 0.5rem;
}
@keyframes nav_show {
  0% {
    transform: translateY(-0.4rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

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

.popup_layer {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10.16rem;
  height: 5.9rem;
  background: url(../images/pc/popup/bg_normal.png) no-repeat 0 0;
  background-size: 100% 100%;
  z-index: 202604991;
  display: none;
}
.popup_layer .close {
  position: absolute;
  top: 0.16rem;
  right: -1rem;
  width: 0.92rem;
  height: 0.92rem;
  z-index: 2;
  cursor: pointer;
}

.popup_download_list .title {
  padding: 0.92rem 0.12rem 0.56rem 0;
  text-align: center;
  font-size: 0.6rem;
  font-family: "OPPOSans-H";
  letter-spacing: 0.04rem;
  color: #fff;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}
.popup_download_list .list {
  padding-right: 0.12rem;
}
.popup_download_list .list .item {
  display: block;
  width: 7.04rem;
  height: 1.34rem;
  margin: 0 auto 0.24rem;
  line-height: 1.4rem;
  text-align: center;
  font-size: 0.4rem;
  font-family: "OPPOSans-H";
  text-decoration: none;
  color: #fff;
  background: url(../images/pc/popup/btn_normal.png) no-repeat 0 0;
  background-size: 100%;
  transition: all 0.24s linear;
  cursor: pointer;
}
.popup_download_list .list .item:hover {
  color: #613100;
  background-image: url(../images/pc/popup/btn_hover.png);
  text-shadow: 0 -1px 1px rgba(97, 49, 0, .7);
}

.popup_layer.popup_video {
  width: 18.30rem;
  height: 9.9rem;
  background-image: url(../images/pc/popup/border_video.png);
}
.popup_layer.popup_video .close {
  top: 0;
  right: -1.2rem;
}
.popup_layer.popup_video .video_content {
  width: 100%;
  height: 100%;
  overflow: hidden;
  mask: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAByYAAAPeCAMAAAB+8Y32AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyVpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ4IDc5LjE2NDAzNiwgMjAxOS8wOC8xMy0wMTowNjo1NyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjAgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTdCMEI0NzMyRTQzMTFGMTlDNzk4RTZFQTE0NjE2OUYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTdCMEI0NzQyRTQzMTFGMTlDNzk4RTZFQTE0NjE2OUYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFN0IwQjQ3MTJFNDMxMUYxOUM3OThFNkVBMTQ2MTY5RiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFN0IwQjQ3MjJFNDMxMUYxOUM3OThFNkVBMTQ2MTY5RiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv3zPVkAAAAGUExURf///////1V89WwAAAACdFJOU/8A5bcwSgAADEJJREFUeNrs1bERACAQw7Cw/9LU/MECRBrBjbMAgIdIAAA2CQA2CQA2CQA2CQA2CQA2CQA2CQA2CQDlmwwAfM0mAcAmAcAmAcAmAcAmAcAmAcAmAcAmAcAmbRIAmzRHALgP0yYBwCYBwCYBwCYBwCYBwCYBwCYBwCYBwCYBoGmTAgHAOUybBACbBACbBACbBACbBACbBACbBACbBACbBACbBACbtEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEmbBACbBACbBACbBACbBACbBACbBACbBACbBACbBACbtEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEmbBACbBACbBACbBACbBACbBACbBACbBACbBACbBACbBABsEgBsEgBsEgBsEgBsEgBsEgBsEgBsEgBsEgBsEgBs0iYBwCYBwCYBwCYBwCYBwCYBwCYBwCYBwCYBwCYBwCZtEgBsEgBsEgBsEgBsEgBsEgBsEgBsEgBsEgBsEgBsEgCwSQCwSQCwSQCwSQCwSQCwSQCwSQCwSQCwSQCwSQCwSZsEAJsEAJsEAJsEAJsEAJsEAJsEAJsEAJsEAJsEAJu0SQCwSQCwSQCwSQCwSQCwSQCwSQCwSQCwSQCwSQCwSQDAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJm0SAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGzSJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgEAmwQAmwQAmwQAmwQAmwQAmwQAmwQAmwQAmwQAmwQAm7RJALBJALBJALBJALBJALBJALBJALBJALBJALBJALBJmwQAmwQAmwQAmwQAmwQAmwQAmwQAmwQAmwQAmwQAm5QFAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGzSJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJm0SAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGzSJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJm0SAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGzSJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJm0SAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGzSJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJm0SAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGzSJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJm0SAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGzSJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJm0SAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGwSALBJALBJALBJALBJALBJALBJALBJALBJALBJALBJALBJmwQAmwQAmwQAmwQAmwQAmwQAmwQAmwQAmwQAmwQAm7RJALBJALBJALBJALBJALBJALBJALBJALBJALBJALBJAMAmAcAmAcAmAcAmAcAmAcAmAcAmAcAmAcAmAcAmAcAmbRIAbBIAbBIAbBIAbBIAbBIAbBIAbBIAbBIAbBIAbNImAcAmAcAmAcAmAcAmAcAmAcAmAcAmAcAmAcAmAcAmAQCbBACbBACbBACbBACbBACbBACbBACbBACbBACbBACbtEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEmbBACbBACbBACbBACbBACbBACbBACbBACbBACbBACbBABsEgBsEgBsEgBsEgBsEgBsEgBsEgBsEgBsEgBsEgBs0iYBwCYBwCYBwCYBwCYBwCYBwCYBwCYBwCYBwCYBwCZtEgBsEgBsEgBsEgBsEgBsEgBsEgBsEgBsEgBsEgBsUhYAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEmbBACbBACbBACbBACbBACbBACbBACbBACbBACbBACbtEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEmbBACbBACbBACbBACbBACbBACbBACbBACbBACbBACbBACbtEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEmbBACbBACbBACbBACbBACbBACbBACbBACbBACbBACbtEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEmbBACbBACbBACbBACbBACbBACbBACbBACbBACbBACbtEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEmbBACbBACbBACbBACbBACbBACbBACbBACbBACbBACbBACbtEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEmbBACbBACbBACbBACbBACbBACbBACbBACbBACbBACbtEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAwCYBwCYBwCYBwCYBwCYBwCYBwCYBwCYBwCYBwCYBwCZtEgBsEgBsEgBsEgBsEgBsEgBsEgBsEgBsEgBsEgBs0iYBwCYBwCYBwCYBwCYBwCYBwCYBwCYBwCYBwCYBwCYBAJsEAJsEAJsEAJsEAJsEAJsEAJsEAJsEAJsEAJsEAJu0SQCwSQCwSQCwSQCwSQCwSQCwSQCwSQCwSQCwSQCwSZsEAJsEAJsEAJsEAJsEAJsEAJsEAJsEAJsEAJsEAJsEAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGzSJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJm0SAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGwSALBJALBJALBJALBJALBJALBJALBJALBJALBJALBJALBJmwQAmwQAmwQAmwQAmwQAmwQAmwQAmwQAmwQAmwQAm7RJALBJALBJALBJALBJALBJALBJALBJALBJALBJALBJWQDAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJm0SAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGzSJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJm0SAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGzSJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJm0SAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGzSJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJm0SAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGzSJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJm0SAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGzSJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJm0SAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGzSJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgEAmwQAmwQAmwQAmwQAmwQAmwQAmwQAmwQAmwQAmwQAm7RJALBJALBJALBJALBJALBJALBJALBJALBJALBJALBJmwQAmwQAmwQAmwQAmwQAmwQAmwQAmwQAmwQAmwQAmwQAbBIAbBIAbBIAbBIAbBIAbBIAbBIAbBIAbBIAbBIAbNImAcAmAcAmAcAmAcAmAcAmAcAmAcAmAcAmAcAmAcAmbRIAbBIAbBIAbBIAbBIAbBIAbBIAbBIAbBIAbBIAbBIAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEmbBACbBACbBACbBACbBACbBACbBACbBACbBACbBACbtEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAwCYBwCYBwCYBwCYBwCYBwCYBwCYBwCYBwCYBwCYBwCbnJg0TAHMcR7RJALBJALBJALBJALBJALBJALBJALBJALBJAKjcpGEC0DxHmwQAmwQAmwQAmwQAmwQAmwQAmwQAmwQAmwQAmwQAbBIAbBIAbBIAbBIAbBIAbBIAbBIAbBIAbBIACmwBBgApLd9xyz3H4wAAAABJRU5ErkJggg==") no-repeat 0 0;
  -webkit-mask: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAByYAAAPeCAMAAAB+8Y32AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyVpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ4IDc5LjE2NDAzNiwgMjAxOS8wOC8xMy0wMTowNjo1NyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjAgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTdCMEI0NzMyRTQzMTFGMTlDNzk4RTZFQTE0NjE2OUYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTdCMEI0NzQyRTQzMTFGMTlDNzk4RTZFQTE0NjE2OUYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFN0IwQjQ3MTJFNDMxMUYxOUM3OThFNkVBMTQ2MTY5RiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFN0IwQjQ3MjJFNDMxMUYxOUM3OThFNkVBMTQ2MTY5RiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv3zPVkAAAAGUExURf///////1V89WwAAAACdFJOU/8A5bcwSgAADEJJREFUeNrs1bERACAQw7Cw/9LU/MECRBrBjbMAgIdIAAA2CQA2CQA2CQA2CQA2CQA2CQA2CQA2CQDlmwwAfM0mAcAmAcAmAcAmAcAmAcAmAcAmAcAmAcAmbRIAmzRHALgP0yYBwCYBwCYBwCYBwCYBwCYBwCYBwCYBwCYBoGmTAgHAOUybBACbBACbBACbBACbBACbBACbBACbBACbBACbBACbtEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEmbBACbBACbBACbBACbBACbBACbBACbBACbBACbBACbtEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEmbBACbBACbBACbBACbBACbBACbBACbBACbBACbBACbBABsEgBsEgBsEgBsEgBsEgBsEgBsEgBsEgBsEgBsEgBs0iYBwCYBwCYBwCYBwCYBwCYBwCYBwCYBwCYBwCYBwCZtEgBsEgBsEgBsEgBsEgBsEgBsEgBsEgBsEgBsEgBsEgCwSQCwSQCwSQCwSQCwSQCwSQCwSQCwSQCwSQCwSQCwSZsEAJsEAJsEAJsEAJsEAJsEAJsEAJsEAJsEAJsEAJu0SQCwSQCwSQCwSQCwSQCwSQCwSQCwSQCwSQCwSQCwSQDAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJm0SAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGzSJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgEAmwQAmwQAmwQAmwQAmwQAmwQAmwQAmwQAmwQAmwQAm7RJALBJALBJALBJALBJALBJALBJALBJALBJALBJALBJmwQAmwQAmwQAmwQAmwQAmwQAmwQAmwQAmwQAmwQAm5QFAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGzSJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJm0SAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGzSJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJm0SAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGzSJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJm0SAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGzSJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJm0SAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGzSJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJm0SAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGzSJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJm0SAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGwSALBJALBJALBJALBJALBJALBJALBJALBJALBJALBJALBJmwQAmwQAmwQAmwQAmwQAmwQAmwQAmwQAmwQAmwQAm7RJALBJALBJALBJALBJALBJALBJALBJALBJALBJALBJAMAmAcAmAcAmAcAmAcAmAcAmAcAmAcAmAcAmAcAmAcAmbRIAbBIAbBIAbBIAbBIAbBIAbBIAbBIAbBIAbBIAbNImAcAmAcAmAcAmAcAmAcAmAcAmAcAmAcAmAcAmAcAmAQCbBACbBACbBACbBACbBACbBACbBACbBACbBACbBACbtEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEmbBACbBACbBACbBACbBACbBACbBACbBACbBACbBACbBABsEgBsEgBsEgBsEgBsEgBsEgBsEgBsEgBsEgBsEgBs0iYBwCYBwCYBwCYBwCYBwCYBwCYBwCYBwCYBwCYBwCZtEgBsEgBsEgBsEgBsEgBsEgBsEgBsEgBsEgBsEgBsUhYAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEmbBACbBACbBACbBACbBACbBACbBACbBACbBACbBACbtEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEmbBACbBACbBACbBACbBACbBACbBACbBACbBACbBACbBACbtEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEmbBACbBACbBACbBACbBACbBACbBACbBACbBACbBACbtEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEmbBACbBACbBACbBACbBACbBACbBACbBACbBACbBACbtEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEmbBACbBACbBACbBACbBACbBACbBACbBACbBACbBACbBACbtEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEmbBACbBACbBACbBACbBACbBACbBACbBACbBACbBACbtEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAwCYBwCYBwCYBwCYBwCYBwCYBwCYBwCYBwCYBwCYBwCZtEgBsEgBsEgBsEgBsEgBsEgBsEgBsEgBsEgBsEgBs0iYBwCYBwCYBwCYBwCYBwCYBwCYBwCYBwCYBwCYBwCYBAJsEAJsEAJsEAJsEAJsEAJsEAJsEAJsEAJsEAJsEAJu0SQCwSQCwSQCwSQCwSQCwSQCwSQCwSQCwSQCwSQCwSZsEAJsEAJsEAJsEAJsEAJsEAJsEAJsEAJsEAJsEAJsEAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGzSJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJm0SAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGwSALBJALBJALBJALBJALBJALBJALBJALBJALBJALBJALBJmwQAmwQAmwQAmwQAmwQAmwQAmwQAmwQAmwQAmwQAm7RJALBJALBJALBJALBJALBJALBJALBJALBJALBJALBJWQDAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJm0SAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGzSJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJm0SAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGzSJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJm0SAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGzSJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJm0SAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGzSJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJm0SAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGzSJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJm0SAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGwSAGzSJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgHAJgEAmwQAmwQAmwQAmwQAmwQAmwQAmwQAmwQAmwQAmwQAm7RJALBJALBJALBJALBJALBJALBJALBJALBJALBJALBJmwQAmwQAmwQAmwQAmwQAmwQAmwQAmwQAmwQAmwQAmwQAbBIAbBIAbBIAbBIAbBIAbBIAbBIAbBIAbBIAbBIAbNImAcAmAcAmAcAmAcAmAcAmAcAmAcAmAcAmAcAmAcAmbRIAbBIAbBIAbBIAbBIAbBIAbBIAbBIAbBIAbBIAbBIAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEmbBACbBACbBACbBACbBACbBACbBACbBACbBACbBACbtEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAsEkAwCYBwCYBwCYBwCYBwCYBwCYBwCYBwCYBwCYBwCYBwCbnJg0TAHMcR7RJALBJALBJALBJALBJALBJALBJALBJALBJAKjcpGEC0DxHmwQAmwQAmwQAmwQAmwQAmwQAmwQAmwQAmwQAmwQAbBIAbBIAbBIAbBIAbBIAbBIAbBIAbBIAbBIACmwBBgApLd9xyz3H4wAAAABJRU5ErkJggg==") no-repeat 0 0;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
}
.popup_layer.popup_video .video_item {
  width: 100%;
}
.popup_layer.popup_video .icon_play_video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.3rem;
  height: 1.3rem;
  z-index: 3;
  cursor: pointer;
}
.popup_layer.popup_notSupport_show {
  display: block;
  background: none;
}
.popup_layer.popup_notSupport_show .popup_tips {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10.05rem;
  height: 5.07rem;
  overflow: hidden;
  text-align: center;
  font-size: 0.48rem;
  font-family: "OPPOSans-M";
  line-height: 1.5;
  color: #fff;
  background: url(../images/mobile/popup/bg_tips.png) no-repeat center center;
  background-size: 10.05rem 5.07rem;
}

.inner_page .section ~ .scroll_nav {
  display: none;
}
.inner_page .section .back_layer {
  position: absolute;
  top: 1.4rem;
  left: 50%;
  width: 17.92rem;
  height: 0.4rem;
  transform: translateX(-50%);
  z-index: 25;
}
.inner_page .section .back_icon {
  display: block;
  width: 1.09rem;
  height: 0.35rem;
  cursor: pointer;
}

.section_privacy {
  background: url(../images/pc/innerPage/bg_privacy.jpg) no-repeat 0 0;
  background-size: 100% 100%;
}
.section_privacy .long-content {
  position: absolute;
  top: 2rem;
  left: 50%;
  width: 17.92rem;
  height: calc(100vh - 2rem);
  overflow: hidden;
  padding: 0.6rem;
  background-color: #fff;
  transform: translateX(-50%);
}
.section_privacy .news_wrapper {
  width: 100%;
  height: 100%;
  overflow: auto;
  padding-right: 0.4rem;
  font-size: 0.26rem;
  line-height: 1.5;
  color: #000;
}

.section_privacy .news_wrapper::-webkit-scrollbar {
  width: 4px;
}
.section_privacy .news_wrapper::-webkit-scrollbar-track {
  background-color: #f2f2f2;
  border-radius: 3px;
}
.section_privacy .news_wrapper::-webkit-scrollbar-thumb {
  background-color: #00a2ff;
  border-radius: 3px;
}
.section_privacy .news_wrapper::-webkit-scrollbar-thumb:hover {
  background-color: #0088cc;
}

.section_privacy .news_wrapper .title {
  margin-bottom: 0.2rem;
  font-size: 0.6rem;
  font-family: "OPPOSans-B";
  text-align: center;
}
.section_privacy .news_wrapper .update_time {
  margin-bottom: 0.6rem;
  text-align: center;
  font-size: 0.22rem;
  font-family: "OPPOSans-R";
  color: rgba(0, 0, 0, 0.6);
}
.section_privacy .news_wrapper .news_content > * {
  margin-bottom: 0.6rem;
  font-family: "OPPOSans-R";
  font-size: 0.26rem;
}
.section_privacy .news_wrapper .news_content h3 {
  font-family: "OPPOSans-B";
}

.section_world .world_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
}
.section_world .world_wrapper::after,
.section_world .world_wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section_world .world_wrapper::after {
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.section_world .world_wrapper::before {
  background: url(../images/pc/innerPage/bg_world_top.png) repeat-x top center;
  z-index: 3;
}
.section.section_world .world_wrapper .world_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  opacity: 0;
}
.section.section_world .world_wrapper .world_img_hide {
  animation: hide_world_img 0.4s ease-in 1 forwards;
}
@keyframes hide_world_img {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.section.section_world .world_wrapper .world_img_show {
  z-index: 2;
  animation: show_world_img 0.7s ease-out 1 forwards;
}
@keyframes show_world_img {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.section_world .side_type_menu {
  position: absolute;
  top: 0;
  left: 0.16rem;
  bottom: 0;
  width: 2.8rem;
  height: 100%;
  padding-top: 2.4rem;
  background: url(../images/pc/innerPage/line.png) repeat-y 0.24rem top;
  background-size: 0.05rem 0.86rem;
  z-index: 10;
}
.section_world .type_menu_box {
  position: relative;
  width: 2.77rem;
  height: 6.6rem;
  overflow: hidden;
}
.section_world .type_menu_box .item {
  position: relative;
  width: 100%;
  height: 0.9rem;
  margin-bottom: 0.04rem;
  text-align: center; 
}
.section_world .type_menu_box .item.active {
  background: url(../images/pc/innerPage/world_menu_active.png) no-repeat 0 0;
  background-size: 100% 0.9rem;
}
.section_world .type_menu_box .item.active.item_1 {
  background-image: url(../images/world_active/menu_1.png);
}
.section_world .type_menu_box .item.active.item_2 {
  background-image: url(../images/world_active/menu_2.png);
}
.section_world .type_menu_box .item.active.item_3 {
  background-image: url(../images/world_active/menu_3.png);
}
.section_world .type_menu_box .item.active.item_4 {
  background-image: url(../images/world_active/menu_4.png);
}
.section_world .type_menu_box .item.active.item_5 {
  background-image: url(../images/world_active/menu_5.png);
}
.section_world .type_menu_box .item.active.item_6 {
  background-image: url(../images/world_active/menu_6.png);
}
.section_world .type_menu_box .item.active.item_7 {
  background-image: url(../images/world_active/menu_7.png);
}
.section_world .type_menu_box .item.active.item_8 {
  background-image: url(../images/world_active/menu_8.png);
}
.section_world .type_menu_box .item.active.item_9 {
  background-image: url(../images/world_active/menu_9.png);
}
.section_world .type_menu_box .item.active.item_10 {
  background-image: url(../images/world_active/menu_10.png);
}
.section_world .type_menu_box .item span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-left: 0.6rem;
  line-height: 1.04rem;
  font-size: 0.3rem;
  letter-spacing: 0.02rem;
  font-family: "OPPOSans-B";
  color: #fff;
  cursor: pointer;
}
.section_world .type_menu_box .item:hover span {
  transform: translateX(0.06rem);
  transition: transform .2s linear;
}
.section_world .type_menu_box .item.active:hover span {
  transform: none;
}
.section_world .type_menu_box .item.active:hover span,
.section_world .type_menu_box .item.active span {
  display: none;
}
.section_world .type_menu_box .item.active span.stroke {
  color: transparent;
  -webkit-text-stroke-width: 0.03rem;
}
.section_world .side_type_menu .menu_arrow {
  width: 0.5rem;
  height: 0.36rem;
  margin-left: 1.4rem;
  cursor: pointer;
}
.section_world .side_type_menu .menu_up {
  margin-bottom: 0.2rem;
}
.section_world .side_type_menu .menu_up_mobile {
  display: none;
}
.section_world .side_type_menu .menu_down {
  margin-top: 0.2rem;
}
.section_world .side_type_menu .menu_down_mobile {
  display: none;
}
.section_world .world_info {
  position: absolute;
  top: 1.4rem;
  left: 50%;
  width: 17.92rem;
  padding: 0 0.4rem;
  text-align: right;
  line-height: 1.5;
  color: #fff;
  transform: translateX(-50%);
  opacity: 0;
  z-index: 5;
}
.section_world .world_info_show {
  animation: show_world_info 0.6s 0.2s ease-in-out 1 forwards;
}
@keyframes show_world_info {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.section_world .world_info .world_name_svg {
  width: 10rem;
  height: 3rem;
}
.section_world #world_name_mask_text,
.section_world .world_info .world_name_svg #world_name {
  font-family: "OPPOSans-H";
  font-size: 120px;
}
.section_world .world_title_pattern {
  mix-blend-mode: overlay;
  opacity: 0.5;
}
.section_world .world_title_pattern.world_title_1 {
  opacity: 1;
}
.section_world .world_title_pattern.world_title_2 {
  opacity: 1;
}
.section_world .world_title_pattern.world_title_3 {
  opacity: 0.6;
}
.section_world .world_title_pattern.world_title_4 {
  opacity: 0.8;
}
.section_world .world_title_pattern.world_title_5 {
  opacity: 0.8;
}
.section_world .world_title_pattern.world_title_6 {
  opacity: 0.8;
}
.section_world .world_title_pattern.world_title_7 {
  opacity: 0.6;
}
.section_world .world_title_pattern.world_title_8 {
  opacity: 1;
}
.section_world .world_title_pattern.world_title_9 {
  opacity: 0.6;
}
.section_world .world_title_pattern.world_title_10 {
  opacity: 1;
}
.section_world .world_info .world_desc {
  font-family: "OPPOSans-M";
  font-size: 0.26rem;
}
.section_world .world_control {
  position: absolute;
  top: 40%;
  left: 50%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 17.92rem;
  transform: translateX(-50%);
  z-index: 8;
}
.section_world .show_world_popup {
  display: none;
}
.section_world .world_control .arrow {
  flex: 0 0 0.7rem;
  height: 1rem;
  cursor: pointer;
}
.section_world .world_control .control_dot_box {
  position: relative;
  flex: 0 0 100%;
  display: flex;
  justify-content: center;
  margin-top: 4rem;
  z-index: 8;
}
.section_world .world_control .control_dot {
  width: 0.2rem;
  height: 0.2rem;
  margin: 0 0.1rem;
  background: url(../images/pointer.png) no-repeat center center;
  background-size: 0.2rem 0.2rem;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.section_world .world_control .control_dot:hover {
  transform: scale(1.2);
}
.section_world .world_control .control_dot.active {
  width: 0.32rem;
  height: 0.34rem;
  background-image: url(../images/pointer_active.png);
  background-size: 0.32rem 0.34rem;
  transform: translateY(-0.06rem);
}
.section_world .world_control .control_dot.active.item_1 {
  background-image: url(../images/world_active/pointer_active_1.png);
}
.section_world .world_control .control_dot.active.item_2 {
  background-image: url(../images/world_active/pointer_active_2.png);
}
.section_world .world_control .control_dot.active.item_3 {
  background-image: url(../images/world_active/pointer_active_3.png);
}
.section_world .world_control .control_dot.active.item_4 {
  background-image: url(../images/world_active/pointer_active_4.png);
}
.section_world .world_control .control_dot.active.item_5 {
  background-image: url(../images/world_active/pointer_active_5.png);
}
.section_world .world_control .control_dot.active.item_6 {
  background-image: url(../images/world_active/pointer_active_6.png);
}
.section_world .world_control .control_dot.active.item_7 {
  background-image: url(../images/world_active/pointer_active_7.png);
}
.section_world .world_control .control_dot.active.item_8 {
  background-image: url(../images/world_active/pointer_active_8.png);
}
.section_world .world_control .control_dot.active.item_9 {
  background-image: url(../images/world_active/pointer_active_9.png);
}
.section_world .world_control .control_dot.active.item_10 {
  background-image: url(../images/world_active/pointer_active_10.png);
}

.copyright_hint {
  position: fixed;
  bottom: 0.5rem;
  right: 0.5rem;
  padding-top: 0.44rem;
  line-height: 0.4rem;
  font-family: "OPPOSans-H";
  font-size: 0.24rem;
  color: #fff;
  background: url(../images/pixel_arrow_down.png) no-repeat top center;
  background-size: 0.5rem 0.36rem;
  z-index: 202605082;
  cursor: pointer;
}
.copyright_hint.copyright_hint_open {
  background-image: url(../images/pixel_arrow_up.png);
}
.copyright {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.66rem;
  font-size: 0.2rem;
  line-height: 0.4rem;
  font-family: "OPPOSans-R";
  color: rgba(255, 255, 255, 0.6);
  background: #000;
  z-index: 202605080;
}
.copyright.copyright_show {
  animation: copyrightShow 0.3s ease-in-out 1 forwards;
}
@keyframes copyrightShow {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.copyright_hide {
  animation: copyrightHide 0.3s ease-in-out 1 forwards;
}
@keyframes copyrightHide {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(100%);
    opacity: 0;
  }
}
.copyright a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
}
.copyright a:hover {
  color: #fff;
}

.mobile_header-container {
  display: none;
  position: relative;
  z-index: 20260401;
}

.index_nav,
.mobile_popup,
.mobile_header,
.section1 .game_info_mobile,
.section1 .mobile_download_btns,
.section2 .slide_box .slide_item .item_mobile,
.section2 .slide_box .arrow_left_mobile,
.section2 .slide_box .arrow_right_mobile,
.section3 .world_item .world_img_mobile,
.section4 .role_avatar_box .arrow_left_mobile,
.section4 .role_avatar_box .arrow_right_mobile,
.section5 .screenshot_box .arrow_left_mobile,
.section5 .screenshot_box .arrow_right_mobile,
.section6 .title,
.section_world .world_control .arrow_next_mobile,
.section_world .world_control .arrow_prev_mobile,
.section5 .screenshot_list .item .screenshot_mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .scroll_page::before {
    display: none;
  }
  .section .content {
    min-width: auto;
  }
  .index_nav ~ .scroll_nav {
    opacity: 0;
  }
  .section .content {
    max-width: 100%;
  }
  .scroll_page {
    min-width: auto;
  }
  .mobile_header-container {
    display: block;
  }
  .logo {
    width: 1.66rem;
    height: 1.25rem;
    top: 0.18rem;
    left: 0.6rem;
    animation: show_logo 0.8s ease-in-out 1 forwards;
  }
  @keyframes show_logo {
    0% {
      transform: translateY(-100%);
      opacity: 0;
    }
    60% {
      transform: translateY(15%);
      opacity: 0.8;
    }
    90% {
      transform: translateY(-5%);
      opacity: 0.9;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
  .age_12 {
    right: 0.6rem;
    bottom: 0.9rem;
    width: 0.72rem;
    height: 0.91rem;
  }
  .mobile_header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 1.63rem;
    background: url(../images/mobile/topBg/1.png) no-repeat center center;
    background-size: 100% 1.63rem;
    z-index: 20260401;
  }
  .mobile_header.mobile_header_show {
    animation: show_mobile_header 0.6s ease-in-out 1 forwards;
  }
  @keyframes show_mobile_header {
    0% {
      transform: translateY(-100%);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
  .mobile_header .btn_top_download {
    flex: 0 0 2.88rem;
    height: 1.05rem;
    margin-right: 0.6rem;
  }
  .mobile_header .icon_top_menu {
    flex: 0 0 1.25rem;
    height: 1.03rem;
    margin-right: 0.6rem;
  }
  .mobile_header .icon_top_menu_close {
    flex: 0 0 0.99rem;
    height: 1.08rem;
    margin-right: 0.86rem;
  }
  .index_nav.page_nav_show,
  .inner_page .page_nav.page_nav_show {
    transform: translateX(0);
    opacity: 1;
  }
  .index_nav {
    display: flex;
    align-items: center;
    z-index: 202604992;
  }
  .index_nav,
  .inner_page .page_nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding-top: 2.4rem;
    background: url(../images/mobile/pageBg/menu.jpg) no-repeat top center;
    background-size: 100% 100%;
    transform: translateX(150%);
    opacity: 0;
    transition: transform .2s ease-in, opacity .2s ease-in;
  }
  .inner_page .page_nav {
    margin-left: 0;
  }
  .index_nav li {
    text-align: center;
    animation: nav_show 0.5s ease-in-out 1 forwards;
    cursor: pointer;
  }
  .index_nav li,
  .inner_page .page_nav li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 2.6rem;
    width: 100%;
    margin-right: 0;
    font-size: .72rem;
    font-family: "OPPOSans-H";
    color: #fff;
  }
  .index_nav li:hover,
  .inner_page .page_nav li:hover {
    color: #814405;
    background-color: rgba(255, 255, 255, .1);
    transition: background-color .2s linear, color .2s linear;
  }
  .index_nav li.curr_page,
  .inner_page .page_nav li.curr_page {
    flex: 0 0 3.38rem;
    padding-top: 0.8rem;
    color: #814405;
    background: transparent url(../images/mobile/top_menu_active.png) no-repeat 0 0;
    background-size: cover;
  }
  .inner_page.scroll_page .section .back_layer {
    top: 2.6rem;
    left: 0.6rem;
    right: 0.6rem;
    display: flex;
    width: auto;
    min-width: auto;
    height: 0.54rem;
    transform: none;
  }
  .inner_page .section .back_icon {
    width: 1.65rem;
    height: 0.54rem;
  }
  
  .section_privacy {
    background-image: url(../images/mobile/pageBg/privacy.jpg);
  }
  .section_privacy .long-content {
    top: 3.7rem;
    left: initial;
    width: auto;
    height: calc(100vh - 3.7rem);
    padding: 0.6rem 0.6rem 2.4rem;
    margin: 0 0.6rem;
    transform: none;
  }
  .section_privacy .news_wrapper .title {
    font-size: 0.7rem;
  }
  .section_privacy .news_wrapper .update_time {
    font-size: 0.3rem;
  }
  .section_privacy .news_wrapper {
    padding-right: 0.6rem;
    font-size: 0.36rem;
  }
  .section_privacy .news_wrapper .news_content > * {
    margin-bottom: 0.6rem;
  }
  
  .section_world .world_info {
    top: 2.6rem;
    width: 100%;
    min-width: auto;
    padding: 0 0.6rem;
  }
  .section_world .world_info .world_name_svg {
    width: 8.2rem;
    
    margin-left: 0;
    margin-top: -0.3rem;
  }
  .section_world #world_name_mask_text,
  .section_world .world_info .world_name_svg #world_name {
    font-size: 130px;
  }
  .section_world .world_title_pattern.world_title_1 {
    opacity: 1;
  }
  .section_world .world_title_pattern.world_title_2 {
    opacity: 1;
  }
  .section_world .world_title_pattern.world_title_3 {
    opacity: 0.8;
  }
  .section_world .world_title_pattern.world_title_4 {
    opacity: 0.8;
  }
  .section_world .world_title_pattern.world_title_5 {
    opacity: 0.8;
  }
  .section_world .world_title_pattern.world_title_6 {
    opacity: 1;
  }
  .section_world .world_title_pattern.world_title_7 {
    opacity: 0.8;
  }
  .section_world .world_title_pattern.world_title_8 {
    opacity: 0.8;
  }
  .section_world .world_title_pattern.world_title_9 {
    opacity: 0.8;
  }
  .section_world .world_title_pattern.world_title_10 {
    opacity: 1;
  }
  .section_world .world_control {
    top: initial;
    bottom: 35%;
    min-width: auto;
    width: 100%;
    padding: 0 0.6rem;
  }
  .section_world .world_control :not(picture) .arrow {
    display: none;
  }
  .section_world .world_control .arrow.arrow_next_mobile,
  .section_world .world_control .arrow.arrow_prev_mobile,
  .section_world .world_control picture .arrow {
    display: block;
    flex: 0 0 1.26rem;
    width: 1.26rem;
    height: 1.68rem;
  }
  .section_world .world_control .control_dot_box {
    margin-top: 3rem;
  }
  .section_world .world_control .control_dot {
    width: 0.52rem;
    height: 0.54rem;
    background-image: url(../images/mobile/pointer.png);
    background-size: 0.31rem 0.31rem;
    background-position: top center;
  }
  .section_world .world_control .control_dot.active {
    width: 0.52rem;
    height: 0.54rem;
    background-size: 0.52rem 0.54rem;
  }
  .section_world .show_world_popup {
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 7rem;
    height: 9rem;
    z-index: 9;
  }
  .section_world .side_type_menu {
    top: initial;
    bottom: 20%;
    display: flex;
    width: 100%;
    height: 2.24rem;
    padding: 0 0.6rem;
    background: url(../images/mobile/line.png) repeat-x left 1.8rem;
    background-size: 14.51rem 0.06rem;
  }
  .section_world .side_type_menu :not(picture) .menu_down {
    display: none;
  }
  .section_world .side_type_menu :not(picture) .menu_up {
    display: none;
  }
  .section_world .side_type_menu .menu_down_mobile,
  .section_world .side_type_menu .menu_up_mobile,
  .section_world .side_type_menu picture .menu_arrow {
    display: block;
    flex: 0 0 0.45rem;
    width: 0.45rem;
    height: 0.84rem;
    margin: 0.4rem 0 0;
  }
  .section_world .type_menu_box {
    flex: 1;
    margin: 0 0.12rem;
  }
  .section_world .type_menu_list {
    display: flex;
  }
  .section_world .type_menu_box .item {
    flex: 1;
    height: 2.24rem;
    margin-bottom: 0;
  }
  .section_world .type_menu_box .item:nth-child(1),
  .section_world .type_menu_box .item:nth-child(2),
  .section_world .type_menu_box .item:nth-child(6),
  .section_world .type_menu_box .item:nth-child(7) {
    display: none;
  }
  .section_world .type_menu_box .item.active {
    flex: 0 0 3.46rem;
    height: 2.24rem;
    background-image: url(../images/mobile/world_item_active.png);
    background-size: 100% 100%;
    opacity: 1 !important;
  }
  .section_world .type_menu_box .item.active.item_1 {
    background-image: url(../images/world_active/mobile_menu_1.png);
  }
  .section_world .type_menu_box .item.active.item_2 {
    background-image: url(../images/world_active/mobile_menu_2.png);
  }
  .section_world .type_menu_box .item.active.item_3 {
    background-image: url(../images/world_active/mobile_menu_3.png);
  }
  .section_world .type_menu_box .item.active.item_4 {
    background-image: url(../images/world_active/mobile_menu_4.png);
  }
  .section_world .type_menu_box .item.active.item_5 {
    background-image: url(../images/world_active/mobile_menu_5.png);
  }
  .section_world .type_menu_box .item.active.item_6 {
    background-image: url(../images/world_active/mobile_menu_6.png);
  }
  .section_world .type_menu_box .item.active.item_7 {
    background-image: url(../images/world_active/mobile_menu_7.png);
  }
  .section_world .type_menu_box .item.active.item_8 {
    background-image: url(../images/world_active/mobile_menu_8.png);
  }
  .section_world .type_menu_box .item.active.item_9 {
    background-image: url(../images/world_active/mobile_menu_9.png);
  }
  .section_world .type_menu_box .item.active.item_10 {
    background-image: url(../images/world_active/mobile_menu_10.png);
  }
  .section_world .type_menu_box .item span {
    padding-left: 0;
    text-align: center;
    font-size: 0.45rem;
    line-height: 1.54rem;
  }
  .section_world .type_menu_box .item:hover span {
    transform: none;
  }
  .section_world .type_menu_box .item.active span.stroke {
    -webkit-text-stroke-width: 0.05rem;
  }
  
  .popup_layer.popup_download_list {
    display: none !important;
  }
  .mobile_popup.mobile_popup_show {
    position: fixed;
    top: 45%;
    left: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    padding: 0.6rem;
    transform: translate(-50%, -50%);
    z-index: 202604992;
  }
  .mobile_popup .popup_tips {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10.05rem;
    height: 5.07rem;
    overflow: hidden;
    text-align: center;
    font-size: 0.48rem;
    line-height: 1.5;
    color: #fff;
    background: url(../images/mobile/popup/bg_tips.png) no-repeat center center;
    background-size: 10.05rem 5.07rem;
  }
  .popup_layer .popup_download_list {
    display: none;
  }
  .mobile_popup .popup_download_list {
    width: 10.05rem;
    height: 7.77rem;
    background: url(../images/mobile/popup/bg_download.png) no-repeat center center;
    background-size: 10.05rem 7.77rem;
  }
  .mobile_popup .popup_download_list .title {
    padding: 1rem 0 0 0;
    margin-bottom: 0.6rem;
    font-size: 0.9rem;
    letter-spacing: 0;
  }
  .mobile_popup .popup_download_list .list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .mobile_popup .popup_download_list .item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 2rem;
    width: 9.04rem;
    margin-bottom: 0.3rem;
    padding-top: 0.2rem;
    font-size: 0.48rem;
    color: #fff;
    background: url(../images/mobile/popup/btn_download.png) no-repeat 0 0;
    background-size: 9.04rem 1.91rem;
  }
  .mobile_popup .popup_download_list .item:hover,
  .mobile_popup .popup_download_list .item:active {
    color: #814405;
    background-image: url(../images/mobile/popup/btn_download_hover.png);
    background-size: 9.04rem 2rem;
    text-shadow: -1px -1px 1px rgba(97, 49, 0, .4);
  }
  .mobile_popup .popup_show_world {
    width: 10.06rem;
    height: 5.68rem;
    overflow: hidden;
    background: url(../images/mobile/popup/popup_mask_border.png) no-repeat 0 0;
    background-size: 10.06rem 5.68rem;
  }
  .mobile_popup .popup_world_img {
    width: 100%;
    height: 100%;
    mask: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+4AAAI4BAMAAAAG2q4LAAAAFVBMVEVHcEzg4OCdnZ13d3cAAADS0tIzMzMhtu2qAAAAAXRSTlMAQObYZgAAA7dJREFUeAHt27FNw1AQx+ELcvrABogNMAMEcVCnYgLiOTMYBVJeRWGLNJa5930r/KS/rrlYtLv/r4htAQAAAAAAAB5GSng+xC2GrIGZ7ndRGkfd0V13dEd3dEd3dEd3dEd3Ntoddk/j1UtSw9g8xrIsiVc736VBd3TXHd3RHd3RHd3RHd3RHd3Z3ANslsTbzHvskPTgYOe7dNTdXYfu6I7u6I7u6I7u6I7u6I7u6I7u6I7u6I7u6I7u6I7uuqM7uqM7uqM7uqM7uqM7uqM7uqM7uqM7uqM7uqM7uuuO7uiO7uiO7uiO7uiO7uiO7uiO7uiO7uiO7uiO7uiO7rqjO7qjO7qjO7qjO7qjO7qjO7qjO7qjO7qjO7qjO7rrju7oju7oju7oju7oju7oju7oju7oju7oju7oju7oju66ozu6ozu6ozu6ozu6ozu6ozu6ozu6oztddkd3dEd3dEd33dEd3dEd3dEd3dEd3dEd3dEd3dEd3dEd3dEd3dEd3dFdd3RHd3RHd3RHd3RHd3RHd3RHd3RHd3RHd3RHd3RHd93RHd3RHd3RHd3RHd3RHd3RHd3RHd3RHd3RHd3RHd3RXXd0R3d0R3d0R3d0R3d0R3d0R3d0R3d0R3d0R3d0R3fd0R3d0R3d0R3d0R3d0R3d0R3d0R3d0R3d0R3d0R3d0V13dEd3dEd3dEd3dEd3dEd3dEd3dEd3dEd3dEd3dEd33dEd3dEd3dEd3dEd3dEd3dEd3dEd3dEd3dEd3dEd3dFdd3RHd3RHd3RHd3RHd3RHd3RHd3RHd3RHd3RHd3RHd93RHd3RHd3RHd3RHd3RHd3RHd3RHd3RHd3RHd3RHd3RXXd0R3d0R3d0R3d0R3d0R3d0R3d0R3d0R3d0R3d0R3fd0R3d0R3d0R3d0R3d0R3d0R3d0R3d0R3d0R3d0R3d0V13dEd3dEd3dEd3dEd3dEd3dEd3dEd3dEd3dEd3dEd33dEd3dEd3dEd3dEd3dEd3dEd3dEd3dEd3dEd3dEd3dFdd3RHd3RHd3RHd3RHd3RHd3RHd3RHd3RHd3RHd3RHd93RHd3RHd3RHd3RHd3RHd3RHd3RHd3RHd3RHd3RHd3RXXd0R3d0R3d0R3d0R3d0R3d0R3d0R3d0R3d0R3d05xK/7acmS+Kj5T3HjCyJdzvPKt3RHd3RHd3RHd3RHd3RHd3Rne9Y9jldfWUNTM0p/mTIGjjZeVbpju7oju7oju7oju7oju7oju5c4hb7qQTOsQYAAAAAAAAAfgAlo6Xeqqh/vAAAAABJRU5ErkJggg==");
    -webkit-mask: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+4AAAI4BAMAAAAG2q4LAAAAFVBMVEVHcEzg4OCdnZ13d3cAAADS0tIzMzMhtu2qAAAAAXRSTlMAQObYZgAAA7dJREFUeAHt27FNw1AQx+ELcvrABogNMAMEcVCnYgLiOTMYBVJeRWGLNJa5930r/KS/rrlYtLv/r4htAQAAAAAAAB5GSng+xC2GrIGZ7ndRGkfd0V13dEd3dEd3dEd3dEd3Ntoddk/j1UtSw9g8xrIsiVc736VBd3TXHd3RHd3RHd3RHd3RHd3Z3ANslsTbzHvskPTgYOe7dNTdXYfu6I7u6I7u6I7u6I7u6I7u6I7u6I7u6I7u6I7u6I7uuqM7uqM7uqM7uqM7uqM7uqM7uqM7uqM7uqM7uqM7uuuO7uiO7uiO7uiO7uiO7uiO7uiO7uiO7uiO7uiO7uiO7rqjO7qjO7qjO7qjO7qjO7qjO7qjO7qjO7qjO7qjO7rrju7oju7oju7oju7oju7oju7oju7oju7oju7oju7oju66ozu6ozu6ozu6ozu6ozu6ozu6ozu6oztddkd3dEd3dEd33dEd3dEd3dEd3dEd3dEd3dEd3dEd3dEd3dEd3dEd3dFdd3RHd3RHd3RHd3RHd3RHd3RHd3RHd3RHd3RHd3RHd93RHd3RHd3RHd3RHd3RHd3RHd3RHd3RHd3RHd3RHd3RXXd0R3d0R3d0R3d0R3d0R3d0R3d0R3d0R3d0R3d0R3fd0R3d0R3d0R3d0R3d0R3d0R3d0R3d0R3d0R3d0R3d0V13dEd3dEd3dEd3dEd3dEd3dEd3dEd3dEd3dEd3dEd33dEd3dEd3dEd3dEd3dEd3dEd3dEd3dEd3dEd3dEd3dFdd3RHd3RHd3RHd3RHd3RHd3RHd3RHd3RHd3RHd3RHd93RHd3RHd3RHd3RHd3RHd3RHd3RHd3RHd3RHd3RHd3RXXd0R3d0R3d0R3d0R3d0R3d0R3d0R3d0R3d0R3d0R3fd0R3d0R3d0R3d0R3d0R3d0R3d0R3d0R3d0R3d0R3d0V13dEd3dEd3dEd3dEd3dEd3dEd3dEd3dEd3dEd3dEd33dEd3dEd3dEd3dEd3dEd3dEd3dEd3dEd3dEd3dEd3dFdd3RHd3RHd3RHd3RHd3RHd3RHd3RHd3RHd3RHd3RHd93RHd3RHd3RHd3RHd3RHd3RHd3RHd3RHd3RHd3RHd3RXXd0R3d0R3d0R3d0R3d0R3d0R3d0R3d0R3d0R3d05xK/7acmS+Kj5T3HjCyJdzvPKt3RHd3RHd3RHd3RHd3RHd3Rne9Y9jldfWUNTM0p/mTIGjjZeVbpju7oju7oju7oju7oju7oju5c4hb7qQTOsQYAAAAAAAAAfgAlo6Xeqqh/vAAAAABJRU5ErkJggg==");
    mask-size: 10.06rem 5.68rem;
    -webkit-mask-size: 10.06rem 5.68rem;
  }
  .mobile_popup .close {
    width: 1.08rem;
    height: 1.08rem;
    margin-bottom: 0.12rem;
  }
  .popup_layer.popup_video {
    flex-direction: column;
    width: 10.06rem;
    height: 5.68rem;
    background-image: url(../images/mobile/popup/popup_mask_border.png);
  }
  .popup_layer.popup_video .video_content {
    mask-image: url(../images/mobile/popup/popup_mask.png);
    -webkit-mask-image: url(../images/mobile/popup/popup_mask.png);
  }
  .popup_layer.popup_notSupport_show .close,
  .popup_layer.popup_video .close {
    top: -1.2rem;
    right: 0;
    width: 1.08rem;
    height: 1.08rem;
  }
  .mask {
    background: rgba(0, 0, 0, .7);
  }
  .nav-btn {
    bottom: 0.55rem;
    padding-left: 1.5em;
    font-size: 0.33rem;
  }
  
  .download_list,
  .section1 .title,
  .section1 .download_btns,
  .section1 .bg-video {
    display: none;
  }
  .section1 {
    background: #6078f2 no-repeat top center;
    background-size: 100% auto;
  }
  .section1::after,
  .section1::before {
    position: absolute;
    left: 0;
    right: 0;
    content: "";
    width: 100%;
    background-repeat: no-repeat;
    z-index: 1;
  }
  .section1::before {
    top: 1.4rem;
    height: 16.42rem;
    background-image: url(../images/mobile/pageBg/page_1_role.png);
    background-position: 0 0;
    background-size: 100% 16.42rem;
    z-index: 1;
    transition: top 0.3s ease-in-out;
  }
  .section1::after {
    bottom: 0;
    height: 13.6rem;
    background-image: url(../images/mobile/pageBg/page_1_mask.png);
    background-position: 0 0;
    background-size: 100% 13.6rem;
    z-index: 2;
    transition: bottom 0.3s ease-in-out;
  }
  .section1 .content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 2.05rem;
    z-index: 3;
  }
  .section1 .icon_play_video {
    position: static;
    transform: none;
    display: block;
    width: 2rem;
    height: 2rem;
    margin: 7rem auto auto;
  }
  .section1 .icon_play_video:hover,
  .section1 .icon_play_video {
    animation: showItemFormUp 0.5s linear 1 forwards;
  }
  @keyframes showItemFormUp {
    0% {
      transform: translate(0, -100px);
    }
    100% {
      transform: translate(0, 0);
    }
  }
  @keyframes showItemFormDown {
    0% {
      transform: translate(0, 100px);
    }
    100% {
      transform: translate(0, 0);
    }
  }
  .section1 .mobile_download_btns {
    position: static;
    display: flex;
    flex-direction: column;
    width: 8.11rem;
    margin: 0 auto auto;
    transform: none;
    animation: showItemFormDown 0.5s linear 1 forwards;
  }
  .section1 .mobile_download_btns .btn_item {
    flex: 0 0 3.01rem;
    width: 8.11rem;
    height: auto;
    margin-right: 0;
  }
  .section1 .mobile_download_btns .btn_item:last-child {
    margin-left: 0;
    margin-top: -1.2rem;
  }
  .section1 .game_info {
    display: none;
  }
  .section1 .game_info.game_info_mobile {
    display: block;
  }
  .section1 .game_info {
    position: static;
    height: auto;
    text-align: center;
    font-size: 0.28rem;
    transform: none;
    animation: showItemFormDown 0.7s linear 1 forwards;
    opacity: 1;
  }
  .section1 .game_info p {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 92vw;
    height: 0.5rem;
    margin: 0 auto 0.2rem;
    background: linear-gradient(90deg, rgba(4, 28, 185, 0) 0%, rgba(4, 28, 185, 0.4) 20%, rgba(4, 28, 185, 0.4) 80%, rgba(4, 28, 185, 0) 100%);
  }
  .section1 .game_info p :nth-child(2) {
    margin-left: 0.4rem;
  }
  .section1 .game_info.game_info_mobile p :nth-child(3) {
    margin-left: 0.4rem;
  }
  .section1 .game_info.game_info_mobile a {
    text-decoration: underline;
  }
  .section1 .game_info.game_info_mobile a:hover {
    opacity: 1;
  }
  
  .section2 {
    background: #fa9938 no-repeat bottom center;
    background-size: 100% auto;
  }
  .section2 .title,
  .section2 .slide_box,
  .section2 .slide_box .slide_item,
  .section2 .slide_box .slide_item .item {
    position: static;
    width: auto;
  }
  .section2 .slide_box {
    transform: none;
  }
  .section2 .title {
    height: 2.52rem;
    padding: 0.6rem 0.5rem 0;
    margin-top: 2.1rem;
    margin-left: 0.1rem;
    font-size: 1.4rem;
    background-image: url(../images/mobile/feature/bg_title.png);
    background-size: 6.29rem 2.39rem;
    animation: showItemFormUp 0.5s linear 1 forwards;
  }
  .section2 .slide_box .slide_info {
    position: relative;
    width: 9rem;
    height: 1.7rem;
    padding-top: 0;
    padding-left: 0.3rem;
    animation: showItemFormUp 0.5s linear 1 forwards;
    z-index: 5;
  }
  .section2 .slide_box .info {
    font-size: 0.48rem;
    line-height: 1.6;
  }
  .section2 .slide_box .slide_images {
    position: relative;
    margin-top: 0.2rem;
  }
  .section2 .slide_box .slide_item .item,
  .section2 .slide_box :not(picture) .arrow_left,
  .section2 .slide_box :not(picture) .arrow_right {
    display: none;
  }
  .section2 .slide_box .slide_item {
    height: auto;
  }
  .section2 .slide_box .slide_item .item.item_mobile {
    display: block;
    width: 100%;
    padding: 0 0.4rem;
    transform: none;
    animation: showFormLeft 0.5s linear 1 forwards;
  }
  @keyframes showFormLeft {
    0% {
      transform: translateX(-100px);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }
  @keyframes showFormRightMargin {
    0% {
      margin-right: -100px;
      opacity: 0;
    }
    100% {
      margin-right: 0;
      opacity: 1;
    }
  }
  .section2 .slide_box .slide_item.slide_item .item_2 {
    position: absolute;
    left: initial;
    right: 0;
    bottom: 0;
    padding: 0;
    opacity: 1;
    transform-origin: right bottom;
    animation: showFormRightMargin 0.5s ease-in-out 1 forwards;
    z-index: 2;
  }
  .section2 .slide_box .slide_item.slide_1 .item_mobile.item_2 {
    top: -0.7rem;
    right: -0.45rem;
    width: 5.77rem;
    height: 7.16rem;
  }
  .section2 .slide_box .slide_item.slide_2 .item_mobile.item_2 {
    top: -1.5rem;
    right: -2.15rem;
    width: 8.07rem;
    height: 7.8rem;
  }
  .section2 .slide_box .slide_item.slide_3 .item_mobile.item_2 {
    top: -1.5rem;
    right: -0.4rem;
    width: 6.52rem;
    height: 8.23rem;
  }
  .section2 .slide_box .slide_item.slide_4 .item_mobile.item_2 {
    top: -0.8rem;
    right: -0.3rem;
    width: 6.61rem;
    height: 7.19rem;
  }
  .section2 .slide_box .slide_item.slide_5 .item_mobile.item_2 {
    top: -1.7rem;
    right: -5.45rem;
    width: 11.111rem;
    height: 8.31rem;
  }
  .section2 .slide_box .arrow_left_mobile,
  .section2 .slide_box .arrow_right_mobile,
  .section2 .slide_box picture .arrow {
    display: block;
    flex: 0 0 2.52rem;
    height: 3.36rem;
  }
  .section2 .slide_box .slide_control {
    width: 100%;
    padding: 0;
    margin: 0.6rem auto 0;
    transform-origin: top center;
    animation: showItemFormDownScale 0.5s linear 1 forwards;
  }
  @keyframes showItemFormDownScale {
    0% {
      transform: translate(0, 100px) scale(0.5);
      opacity: 0;
    }
    100% {
      transform: translate(0, 0) scale(0.5);
      opacity: 1;
    }
  }
  .section2 .slide_box .dots_box {
    flex: 1;
  }
  .section2 .slide_box .dots .dot {
    flex: 0 0 0.62rem;
    height: 0.62rem;
    margin-right: 0.81rem;
  }
  .section2 .slide_box .dots .dot.dot_active {
    flex: 0 0 1.02rem;
    height: 1.04rem;
  }
  
  .section3 .world_item :not(picture) .world_img {
    display: none;
  }
  .section3 .world_item picture .world_img {
    display: block;
    width: 11.26rem;
    height: auto;
  }
  .section3 .world_item {
    flex: 0 0 3.96rem;
    height: 3.96rem;
  }
  .section3 .world_list .world_item .world_title {
    left: 66%;
    font-size: 0.64rem;
    line-height: 1.5;
    letter-spacing: 0.02rem;
    white-space: nowrap;
  }
  .section3 .world_list .world_item:hover .world_title {
    line-height: 0.9;
  }
  .section3 .world_list .world_item:first-child .world_title {
    top: 64%;
  }
  .section3 .world_list .world_item:first-child {
    
    margin-top: 1.63rem;
  }
  .section3 .world_item:first-child .world_img_mobile {
    height: 4.56rem;
    margin-top: -0.6rem;
  }
  .section3 .world_list .world_item:nth-child(2n) .world_title {
    left: 13%;
  }
  
  .section3 .world_item .world_img_title,
  .section3 .world_item:hover .world_img_title {
    display: block;
    opacity: 1;
    left: 61%;
    transform: scale(1.32);
  }
  .section3 .world_item:nth-child(2n) .world_img_title {
    left: 8.5%;
  }
  .section3 .world_item:first-child .world_img_title {
    top: 44%;
  }
  .section3 .world_item .world_img_title_hover {
    opacity: 0;
  }
  .section3 .world_item.world_item_active:nth-child(2n) .world_img_title_hover,
  .section3 .world_item:hover:nth-child(2n) .world_img_title_hover {
    left: -1.8%;
  }
  .section3 .world_item.world_item_active .world_img_title_hover,
  .section3 .world_item:hover .world_img_title_hover {
    display: none;
    opacity: 0;
    left: 51%;
  }
  .section3 .world_item .world_title {
    font-size: 0.48rem;
  }
  .section3  .long-content ~ .world_item .world_title {
    align-items: flex-start;
    padding-top: 1rem;
  }
  .section3 .world_item .world_img_mobile {
    display: block;
    width: 11.26rem;
    height: 3.96rem;
  }
  .section3 .world_item.world_item_active .world_img_title,
  .section3 .world_item:hover .world_img_title {
    opacity: 1;
  }
  .section3 .world_item.world_item_active .world_img_title,
  .section3 .world_item.world_item_active:hover .world_img_title,
  .section3 .world_item:hover .world_img_title {
    display: none;
  }
  .section3 .world_item.world_item_active .world_img_title.world_img_title_hover,
  .section3 .world_item:hover .world_img_title.world_img_title_hover {
    display: block;
    transform: scale(1.28);
  }
  
  .section4 {
    background: #bbeeff no-repeat 0 -0.5rem;
    background-size: 100% auto;
  }
  .section4 .content {
    position: relative;
  }
  .section4 .content::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 8.32rem;
    background: linear-gradient(to top, rgba(171, 235, 254, 1) 0%, rgba(171, 235, 254, 1) 50%, rgba(171, 235, 254, 0) 100%);
    z-index: 1;
  }
  .section4 .role_show_container,
  .section4 .role_show {
    top: 50%;
    transform: translateY(-40%);
  }
  .section4 .role_show.show {
    opacity: 1;
    animation: role_show_move_mobile 0.4s ease-in-out;
  }
  @keyframes role_show_move_mobile {
    0% {
      transform: translateX(10%) translateY(-40%);
      opacity: 0;
    }
    100% {
      transform: translateX(0)translateY(-40%);
      opacity: 1;
    }
  }
  .section4 .role_type {
    display: none !important;
    top: initial;
    left: 0;
    right: 0;
    bottom: calc(27% - 2rem);
    display: flex;
    justify-content: center;
    width: 100%;
    height: 1.33rem;
    padding: 0;
    background: none;
    animation: showItemFormDown 0.6s linear 1 forwards;
    z-index: 5;
  }
  .section4 .role_item.role_item {
    width: 3.31rem;
    height: 1.26rem;
    margin: 0 0.1rem;
    line-height: 1.26rem;
    text-align: center;
    font-size: 0.48rem;
    font-family: "OPPOSans-B";
    color: #fff;
    background-image: url(../images/mobile/role/role_type_normal.png);
    background-size: 3.31rem 1.26rem;
    text-shadow: 1px 1px 1px #158ffd, -1px -1px 1px #158ffd;
    animation: none;
    opacity: 1;
  }
  .section4 .role_item.role_item.role_item_active:hover,
  .section4 .role_item.role_item.role_item_active {
    height: 1.33rem;
    color: #814405;
    background-image: url(../images/mobile/role/role_type_active.png);
    background-size: 3.31rem 1.33rem;
    text-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff, 2px 2px 1px #fff, -2px -2px 1px #fff;
    opacity: 1;
  }
  .section4 .role_info_detail :nth-child(2) ~ dt,
  .section4 .role_info_detail :nth-child(2) ~ dd {
    display: none;
  }
  .section4 .modality_list {
    top: -1.7rem;
    right: 0.2rem;
    width: 2.11rem;
    height: 9.6rem;
    background-image: url(../images/mobile/role/modality.png);
    background-size: 2.11rem 9.6rem;
    z-index: 99;
  }
  .section4 .modality_item {
    flex: 0 0 2.11rem;
    width: 2.11rem;
    height: 2.17rem;
    transform: none;
  }
  .section4 .modality_item.modality_item_square:hover {
    background: none;
  }
  .section4 .modality_item.modality_item_square.active {
    background-image: url(../images/mobile/role/modality_square.png);
    background-size: 2.11rem 2.17rem;
  }
  .section4 .modality_item.modality_item_comic:hover {
    background: none;
  }
  .section4 .modality_item.modality_item_comic.active {
    background-image: url(../images/mobile/role/modality_comic.png);
    background-size: 2.11rem 2.17rem;
  }
  .section4 .role_info_box {
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 2.35rem;
    padding: 0 0.6rem;
    z-index: 12;
  }
  .section4 .role_info_box.show {
    animation: showItemFormUp 0.5s ease-in-out 1 forwards;
  }
  .section4 .role_info_name {
    flex-wrap: wrap;
    margin-bottom: 0.46rem;
  }
  .section4 .role_info_name .name {
    margin-right: 0.2rem;
    font-size: 1.4rem;
    letter-spacing: 0;
    text-shadow: 0.06rem 0.08rem 0.02rem #3d6af4;
  }
  .section4 .role_info_name .other_info {
    height: 1.13rem;
    margin-left: 0;
    margin-top: 0.1rem;
    font-size: 0.42rem;
  }
  .section4 .role_info_name .other_info span {
    background-size: auto 1.13rem;
  }
  .section4 .role_info_name .other_info::before {
    width: 0.52rem;
  }
  .section4 .role_info_name .other_info::after {
    width: 1.62rem;
  }
  .section4 .role_info_detail {
    flex: 1;
    margin-right: 0;
    padding-right: 0;
  }
  .section4 .role_info_detail .title {
    height: 0.68rem;
    flex: 0 0 0.68rem;
    font-size: 0.38rem;
  }
  .section4 .role_info_detail .title span {
    background-size: auto 0.68rem;
  }
  .section4 .role_info_detail .title::before {
    width: 0.72rem;
    background-size: auto 0.68rem;
  }
  .section4 .role_info_detail .title::after {
    width: 0.66rem;
    background-size: auto 0.68rem;
  }
  .section4 .role_info_name .other_info .play_cv_icon {
    width: 0.9rem;
    height: 0.9rem;
    right: 0.26rem;
  }
  .section4 .role_info_detail .detail {
    margin-bottom: 0.4rem;
    padding-left: 0.24rem;
    padding-right: 1.8rem;
    font-size: 0.3rem;
    line-height: 0.45rem;
  }
  .section4 .role_avatar_box {
    bottom: 11%;
    top: initial;
    width: 100%;
    padding: 0 0.4rem;
  }
  .section4 .role_avatar_box :not(picture) .arrow {
    display: none;
  }
  .section4 .role_avatar_box .arrow.arrow_left_mobile,
  .section4 .role_avatar_box .arrow.arrow_right_mobile,
  .section4 .role_avatar_box picture .arrow {
    display: block;
    flex: 0 0 1.26rem;
    height: 1.68rem;
    margin-top: 0.12rem;
  }
  .section4 .role_avatar_box .role_avatar_list {
    flex: 1;
    height: 2rem;
    padding-top: 0.12rem;
    margin: 0 0.4rem;
  }
  .section4 .role_avatar_box .role_avatar_list .item {
    flex: 0 0 1.5rem;
    height: 1.8rem;
    margin-right: 0.35rem;
    background-size: 1.5rem 1.8rem;
  }
  .section4 .role_avatar_box .role_avatar_list .item.active {
    flex: 0 0 1.54rem;
    height: 1.9rem;
    background-size: 1.54rem 1.9rem;
  }
  .section4 .role_avatar_box .role_avatars {
    height: 2rem;
  }
  .section4 .role_avatar_box .role_avatar_list .item .role_avatar {
    width: 1.38rem;
    height: 1.26rem;
  }
  .section4 .role_avatar_box .role_avatar_list .item.active .role_avatar {
    width: 1.4rem;
    height: 1.32rem;
  }
  .section4 .role_avatar_box .role_avatar_list .role_name {
    width: 100%;
    height: 0.42rem;
    font-size: 0.28rem;
    line-height: 1.7;
  }
  .section4 .role_avatar_box .role_avatar_list .active .role_name {
    font-family: "OPPOSans-H";
  }
  
  .section5 {
    background: #f99b37 no-repeat bottom center;
    background-size: 100% auto;
  }
  .section5 .content {
    flex-direction: column;
    align-items: center;
  }
  .section5 .title {
    position: static;
    width: 100%;
    height: 2.05rem;
    margin-top: 1.6rem;
    margin-bottom: 0.3rem;
    padding: 0.6rem 0 0;
    font-size: 1.4rem;
    text-align: center;
    background-image: url(../images/mobile/market/bg_title.png);
    background-position: center;
    background-size: 7.41rem 2.05rem;
    transform: none;
    animation: showItemFormUp 0.5s linear 1 forwards;
  }
  .section5 .intro,
  .section5 .download_market,
  .section5 .screenshot_box {
    position: static;
    width: 100%;
    top: initial;
    left: initial;
    right: initial;
    padding: 0 0.6rem;
    transform: none;
    animation: none;
    opacity: 1;
  }
  .section5 .intro {
    position: relative;
    height: 0.7rem;
    overflow: hidden;
    font-size: 0.4rem;
    text-align: center;
    animation: showItemFormUp 0.7s linear 1 forwards;
  }
  .section5 .intro span {
    left: 0.6rem;
    right: 0.6rem;
    width: auto;
    padding: 0;
  }
  .section5 .download_market {
    margin-bottom: 0.12rem;
    text-align: center;
    animation: showItemFormUp 0.5s linear 1 forwards;
  }
  .section5 .download_btn {
    width: 7.09rem;
    height: 2rem;
  }
  .section5 .screenshot_box {
    height: 11rem;
    animation: showItemFormDown 0.5s linear 1 forwards;
  }
  .section5 .screenshot_list .item .screenshot {
    display: none;
  }
  .section5 .screenshot_list .item .screenshot.screenshot_mobile {
    display: block;
  }
  .section5 .screenshot_list .screenshots {
    pointer-events: none;
  }
  .section5 .screenshot_list .screenshots .item {
    width: 3.81rem;
    height: 7.85rem;
    margin-top: 0.5rem;
  }
  .section5 .screenshot_list .screenshots .item.active {
    width: 4.76rem;
    height: 9.82rem;
    margin-top: 0;
    margin-left: -0.4rem;
    background-size: contain;
  }
  .section5 .screenshot_box :not(picture) .arrow {
    display: none;
  }
  .section5 .screenshot_box .arrow.arrow_left_mobile,
  .section5 .screenshot_box .arrow.arrow_right_mobile,
  .section5 .screenshot_box picture .arrow {
    display: block;
    top: 44%;
    width: 1.26rem;
    height: 1.68rem;
  }
  .section5 .screenshot_box .arrow.arrow_left_mobile {
    left: 0.6rem;
  }
  .section5 .screenshot_box .arrow.arrow_right_mobile {
    right: 0.6rem;
  }
  .section5 .screenshot_box .list_control {
    bottom: 1.4rem;
  }
  .section5 .screenshot_box .control_dot {
    width: 0.52rem;
    height: 0.54rem;
    background-size: 0.31rem 0.31rem;
  }
  .section5 .screenshot_box .control_dot.active {
    width: 0.52rem;
    height: 0.54rem;
    background-size: 0.52rem 0.54rem;
  }
  .section5 .screenshot_box picture .arrow_left {
    left: 1.25rem;
  }
  .section5 .screenshot_box picture .arrow_right {
    right: 1.25rem;
  }
  
  .section6 {
    background: #5d7af3 no-repeat bottom center;
    background-size: 100% auto;
  }
  .section6 .title {
    display: block;
    width: 7.41rem;
    height: 2.02rem;
    margin: 2.06rem auto 0.6rem;
    padding: 0.64rem 0 0 0.4rem;
    font-size: 1.4rem;
    font-family: "OPPOSans-H";
    text-align: center;
    color: #fff;
    background: url(../images/mobile/bg_contact_title.png) no-repeat center;
    background-size: 7.41rem 2.02rem;
    text-shadow: 0 2px 3px rgba(0, 0, 0, .1);
    animation: showItemFormUp 0.5s linear 1 forwards;
  }
  .section6 .qrcode_list {
    width: auto;
    margin-left: 0;
    padding: 0 0.8rem 0 0.6rem;
  }
  .section6 .qrcode_list_box {
    width: auto;
    margin-top: 0;
  }
  .section6 .qrcode_item {
    flex: 0 0 3.83rem;
    height: 3.99rem;
    margin-left: 0.6rem;
    background-size: 3.83rem 3.99rem;
    animation: showItemFormDown 0.3s ease-in-out 1 forwards;
  }
  .section6 .qrcode_item:nth-child(3),
  .section6 .qrcode_item:nth-child(4) {
    animation: showItemFormDown 0.6s ease-in 1 forwards;
  }
  .section6 .qrcode_item:nth-child(5),
  .section6 .qrcode_item:nth-child(6) {
    animation: showItemFormDown 0.8s ease-in 1 forwards;
  }
  .section6 .qrcode_item .qrcode {
    width: 2.24rem;
    height: 2.24rem;
    margin: 0.5rem 0 0.3rem 0.7rem;
  }
  .section6 .qrcode_item .name {
    width: 2.24rem;
    height: 0.68rem;
    margin-left: 0.8rem;
    line-height: 0.7rem;
    font-size: 0.34rem;
  }
  .section6 .long-content {
    height: calc(100vh - 7rem);
    overflow-y: auto;
  }

  .copyright_hint {
    display: flex;
    align-items: center;
    bottom: 0;
    right: 0;
    width: 2.5rem;
    height: 0.7rem;
    padding: 0 0 0 0.47rem;
    font-size: 0.24rem;
    background: url(../images/mobile/copyright_bg.png) no-repeat 0 0;
    background-size: 2.5rem 0.7rem;
    transition: bottom 0.3s ease-in-out;
  }
  .copyright_hint.copyright_hint_open {
    bottom: 11rem;
    background-image: url(../images/mobile/copyright_bg.png);
  }
  .copyright_hint::before {
    content: "";
    display: block;
    width: 0.5rem;
    height: 0.3rem;
    margin-right: 0.16rem;
    background: url(../images/mobile/copyright_arrow.png) no-repeat 0 0;
    background-size: 0.5rem 0.3rem;
  }
  .copyright_hint.copyright_hint_open::before {
    transform: rotate(-180deg);
  }
  .copyright {
    height: 11rem;
    padding: 0.7rem 1rem;
    font-size: 0.34rem;
    line-height: 1rem;
    text-align: center;
    word-break: keep-all;
    background-color: #0d0d0d;
  }
}
@media screen and (max-height: 599px) and (max-width: 768px) {
  .section1::before {
    top: -1.1rem;
  }
  .section1::after {
    bottom: -2rem;
  }
}

@media screen and (min-height: 600px) and (max-height: 750px) and (max-width: 768px) {
  .section1::before {
    top: 0.5rem;
  }
  .section1::after {
    bottom: -0.5rem;
  }
}
