@font-face {
  font-family: 'OPPOSans-B';
  src: url(https://assorted.downloads.oppo.com/static/assets/products/reno3-pro-eeu-black/styles/fonts/OPPOSans-B-fb8636baa85c454f004143d33d1fe40a.ttf) format('truetype'), url(https://assorted.downloads.oppo.com/static/assets/products/reno3-pro-eeu-black/styles/fonts/OPPOSans-B-ed1951f5e0d47f92eb561ed3773d1a76.woff) format('woff');
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: 'OPPOSans-M';
  src: url(https://assorted.downloads.oppo.com/static/assets/products/reno3-pro-eeu-black/styles/fonts/OPPOSans-M-08f2c958880ab2ce3e3b4dfa92ae49e8.ttf) format('truetype'), url(https://assorted.downloads.oppo.com/static/assets/products/reno3-pro-eeu-black/styles/fonts/OPPOSans-M-dbe789e189b0bd6628758ce0c6227f56.woff) format('woff');
  font-style: normal;
  font-weight: 200;
}
.main-container,
.sub-container,
.narrow-container {
  margin: auto;
}
@media (max-width: 568px) {
  .pure-sm-hidden {
    display: none !important;
  }
  .main-container {
    width: 100%;
  }
  .sub-container {
    width: 9.3em;
  }
  .narrow-container {
    width: 9.3em;
  }
}
@media (min-width: 569px) and (max-width: 1024px) {
  .pure-md-hidden {
    display: none !important;
  }
  .pure-sm-visible {
    display: none !important;
  }
  .main-container {
    width: 87.5vw;
  }
  .sub-container {
    width: 73.69vw;
  }
  .narrow-container {
    width: 65.625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1920px) {
  .pure-lg-hidden {
    display: none !important;
  }
  .pure-sm-visible {
    display: none !important;
  }
  .main-container {
    width: 960px;
  }
  .sub-container {
    width: 771px;
  }
  .narrow-container {
    width: 720px;
  }
}
@media (min-width: 1921px) {
  .pure-xl-hidden {
    display: none !important;
  }
  .pure-sm-visible {
    display: none !important;
  }
  .main-container {
    width: 1600px;
  }
  .sub-container {
    width: 1348px;
  }
  .narrow-container {
    width: 1200px;
  }
}
.fade-in {
  opacity: 0;
  -webkit-animation: fade 0.3s ease-in 0s 1 normal forwards;
          animation: fade 0.3s ease-in 0s 1 normal forwards;
}
.fade-out {
  opacity: 1;
  -webkit-animation: fade-reverse 0.3s ease-out 0s 1 normal forwards;
          animation: fade-reverse 0.3s ease-out 0s 1 normal forwards;
}
.fade-in-up {
  opacity: 0;
  -webkit-animation: fade-in-up 0.4s cubic-bezier(0.05, 0.66, 0.47, 0.94) 0s 1 normal forwards, fade 0.3s linear 0s 1 normal forwards;
          animation: fade-in-up 0.4s cubic-bezier(0.05, 0.66, 0.47, 0.94) 0s 1 normal forwards, fade 0.3s linear 0s 1 normal forwards;
}
.fade-in-up-2 {
  opacity: 0;
  -webkit-animation: fade-in-up 0.4s cubic-bezier(0.05, 0.66, 0.47, 0.94) 0.1s 1 normal forwards, fade 0.3s linear 0.1s 1 normal forwards;
          animation: fade-in-up 0.4s cubic-bezier(0.05, 0.66, 0.47, 0.94) 0.1s 1 normal forwards, fade 0.3s linear 0.1s 1 normal forwards;
}
.fade-in-up-3 {
  opacity: 0;
  -webkit-animation: fade-in-up 0.4s cubic-bezier(0.05, 0.66, 0.47, 0.94) 0.2s 1 normal forwards, fade 0.3s linear 0.2s 1 normal forwards;
          animation: fade-in-up 0.4s cubic-bezier(0.05, 0.66, 0.47, 0.94) 0.2s 1 normal forwards, fade 0.3s linear 0.2s 1 normal forwards;
}
.fade-in-up-4 {
  opacity: 0;
  -webkit-animation: fade-in-up 0.4s cubic-bezier(0.05, 0.66, 0.47, 0.94) 0.3s 1 normal forwards, fade 0.3s linear 0.3s 1 normal forwards;
          animation: fade-in-up 0.4s cubic-bezier(0.05, 0.66, 0.47, 0.94) 0.3s 1 normal forwards, fade 0.3s linear 0.3s 1 normal forwards;
}
.fade-in-up-delay-1 {
  opacity: 0;
  -webkit-animation: fade-in-up 0.4s cubic-bezier(0.05, 0.66, 0.47, 0.94) 4.6s 1 normal forwards, fade 0.3s linear 4.6s 1 normal forwards;
          animation: fade-in-up 0.4s cubic-bezier(0.05, 0.66, 0.47, 0.94) 4.6s 1 normal forwards, fade 0.3s linear 4.6s 1 normal forwards;
}
.fade-in-up-delay-2 {
  opacity: 0;
  -webkit-animation: fade-in-up 0.4s cubic-bezier(0.05, 0.66, 0.47, 0.94) 4.7s 1 normal forwards, fade 0.3s linear 4.7s 1 normal forwards;
          animation: fade-in-up 0.4s cubic-bezier(0.05, 0.66, 0.47, 0.94) 4.7s 1 normal forwards, fade 0.3s linear 4.7s 1 normal forwards;
}
.fade-out-up {
  opacity: 1;
  -webkit-animation: fade-out-up 0.4s cubic-bezier(0.05, 0.66, 0.47, 0.94) 0s 1 normal forwards, fade-reverse 0.3s linear 0s 1 normal forwards;
          animation: fade-out-up 0.4s cubic-bezier(0.05, 0.66, 0.47, 0.94) 0s 1 normal forwards, fade-reverse 0.3s linear 0s 1 normal forwards;
}
.anime-1 {
  -webkit-animation: content-up-show 0.7s cubic-bezier(0.05, 0.66, 0.47, 0.94) 0s 1 normal forwards;
          animation: content-up-show 0.7s cubic-bezier(0.05, 0.66, 0.47, 0.94) 0s 1 normal forwards;
}
.anime-2 {
  -webkit-animation: content-down-none 0.7s cubic-bezier(0.05, 0.66, 0.47, 0.94) 0s 1 normal forwards;
          animation: content-down-none 0.7s cubic-bezier(0.05, 0.66, 0.47, 0.94) 0s 1 normal forwards;
}
.anime-3 {
  -webkit-animation: content-up-show-1 0.7s cubic-bezier(0.05, 0.66, 0.47, 0.94) 0s 1 normal forwards;
          animation: content-up-show-1 0.7s cubic-bezier(0.05, 0.66, 0.47, 0.94) 0s 1 normal forwards;
}
.anime-4 {
  -webkit-animation: content-down-none-1 0.7s cubic-bezier(0.05, 0.66, 0.47, 0.94) 0s 1 normal forwards;
          animation: content-down-none-1 0.7s cubic-bezier(0.05, 0.66, 0.47, 0.94) 0s 1 normal forwards;
}
@-webkit-keyframes content-up-show {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes content-up-show {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes content-down-none {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(50px);
    opacity: 0;
  }
}
@keyframes content-down-none {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(50px);
    opacity: 0;
  }
}
@-webkit-keyframes content-up-show-1 {
  from {
    transform: translateY(80px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes content-up-show-1 {
  from {
    transform: translateY(80px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes content-down-none-1 {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(80px);
    opacity: 0;
  }
}
@keyframes content-down-none-1 {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(80px);
    opacity: 0;
  }
}
@-webkit-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fade-reverse {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fade-reverse {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fade-in-up {
  from {
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fade-in-up {
  from {
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-webkit-keyframes fade-out-up {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-30px);
  }
}
@keyframes fade-out-up {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-30px);
  }
}
.main-container,
.sub-container,
.narrow-container {
  margin: auto;
}
@media (max-width: 568px) {
  .pure-sm-hidden {
    display: none !important;
  }
  .main-container {
    width: 100%;
  }
  .sub-container {
    width: 9.3em;
  }
  .narrow-container {
    width: 9.3em;
  }
}
@media (min-width: 569px) and (max-width: 1024px) {
  .pure-md-hidden {
    display: none !important;
  }
  .pure-sm-visible {
    display: none !important;
  }
  .main-container {
    width: 87.5vw;
  }
  .sub-container {
    width: 73.69vw;
  }
  .narrow-container {
    width: 65.625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1920px) {
  .pure-lg-hidden {
    display: none !important;
  }
  .pure-sm-visible {
    display: none !important;
  }
  .main-container {
    width: 960px;
  }
  .sub-container {
    width: 771px;
  }
  .narrow-container {
    width: 720px;
  }
}
@media (min-width: 1921px) {
  .pure-xl-hidden {
    display: none !important;
  }
  .pure-sm-visible {
    display: none !important;
  }
  .main-container {
    width: 1600px;
  }
  .sub-container {
    width: 1348px;
  }
  .narrow-container {
    width: 1200px;
  }
}
.main-wrapper {
  letter-spacing: -0.3px;
}
.main-wrapper .h1 {
  font-family: 'OPPOSans-B';
}
.main-wrapper .h2,
.main-wrapper .h3,
.main-wrapper .h4,
.main-wrapper .h5,
.main-wrapper .h6,
.main-wrapper .p8,
.main-wrapper .p9,
.main-wrapper .p10 {
  font-family: 'OPPOSans-B';
}
.main-wrapper .bold {
  font-family: 'OPPOSans-B';
}
.main-wrapper .medium {
  font-family: 'OPPOSans-M';
}
.main-wrapper .btn {
  font-family: 'OPPOSans-M';
}
.main-wrapper .h1,
.main-wrapper .h2,
.main-wrapper .h3,
.main-wrapper .h4,
.main-wrapper .h5,
.main-wrapper .h6,
.main-wrapper .h6-media {
  color: #dbdbdb;
}
.main-wrapper .p1,
.main-wrapper .p2,
.main-wrapper .p3,
.main-wrapper .p4,
.main-wrapper .p5,
.main-wrapper .p6 {
  font-family: 'OPPOSans-M';
  color: #666;
}
.main-wrapper .p7 {
  font-family: 'OPPOSans-M';
  font-size: 60px;
  color: #4a4a4a;
  letter-spacing: 0;
  line-height: 60px;
}
.main-wrapper .dark {
  color: #333;
}
.main-wrapper .white {
  color: #fff;
}
.main-wrapper .lightwhite {
  color: #ccc;
}
.main-wrapper .grey {
  color: #666;
}
.main-wrapper .grey-1 {
  color: #acacac;
}
.main-wrapper .grey-2 {
  color: #ececec;
}
.main-wrapper .lightgrey {
  color: #dbdbdb;
}
.main-wrapper .lightGrey-2 {
  color: #cbcbcb;
}
.main-wrapper .lightGrey-3 {
  color: #999;
}
.main-wrapper .black {
  color: #000;
}
.main-wrapper .nowrap {
  white-space: nowrap;
}
@media (max-width: 568px) {
  .main-wrapper .h1 {
    font-size: 48px;
    line-height: 54px;
    letter-spacing: -1px;
  }
  .main-wrapper .h1.h1-other {
    font-size: 48px;
    line-height: 54px;
    letter-spacing: -1px;
  }
  .main-wrapper .h2 {
    font-size: 42px;
    line-height: 42px;
    letter-spacing: 0;
  }
  .main-wrapper .h2.h2-title {
    font-size: 34px;
    line-height: 46px;
    letter-spacing: -1px;
  }
  .main-wrapper .h3 {
    font-size: 34px;
    line-height: 46px;
    letter-spacing: 0;
  }
  .main-wrapper .h4 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
  }
  .main-wrapper .h5 {
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0;
  }
  .main-wrapper .h6 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
  }
  .main-wrapper .h6-media {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 0;
  }
  .main-wrapper .h7 {
    font-size: 36px;
    line-height: 50px;
    letter-spacing: 0;
  }
  .main-wrapper .h7.h7-mobile {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
  }
  .main-wrapper .h8 {
    font-size: 16px;
    line-height: 60px;
    letter-spacing: 0;
  }
  .main-wrapper .h9 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0;
  }
  .main-wrapper .p1 {
    font-size: 84px;
    line-height: 118px;
  }
  .main-wrapper .p1.p1-sm {
    font-size: 34px;
    line-height: 40px;
    letter-spacing: -1px;
  }
  .main-wrapper .p2 {
    font-size: 16px;
    line-height: 27px;
  }
  .main-wrapper .p3 {
    font-size: 16px;
    line-height: 30px;
  }
  .main-wrapper .p4 {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.3px;
  }
  .main-wrapper .p5 {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
  }
  .main-wrapper .p6 {
    font-size: 16px;
    line-height: 27px;
  }
  .main-wrapper .p6.mobile-1 {
    font-size: 12px;
    line-height: 16px;
  }
  .main-wrapper .p6.mobile-2 {
    font-size: 11px;
    line-height: 16px;
  }
  .main-wrapper .p8 {
    font-size: 24px;
    line-height: 32px;
  }
  .main-wrapper .p9 {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: -0.3;
    font-family: 'OPPOSans-M';
  }
  .main-wrapper .p10 {
    font-size: 14px;
    line-height: 27px;
    letter-spacing: -0.3;
  }
  .main-wrapper .btn {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (min-width: 569px) and (max-width: 1024px) {
  .main-wrapper .h1 {
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 0;
  }
  .main-wrapper .h2 {
    font-size: 34px;
    line-height: 34px;
    letter-spacing: 0;
  }
  .main-wrapper .h3 {
    font-size: 34px;
    line-height: 48px;
    letter-spacing: 0;
  }
  .main-wrapper .h4 {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
  }
  .main-wrapper .h4.h4-md {
    font-size: 14px;
    line-height: 21px;
  }
  .main-wrapper .h5 {
    font-size: 17px;
    line-height: 34px;
    letter-spacing: 0;
  }
  .main-wrapper .h6 {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0;
  }
  .main-wrapper .h7 {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
  }
  .main-wrapper .p1 {
    font-size: 120px;
    line-height: 170px;
  }
  .main-wrapper .p1.p1-other {
    font-size: 50px;
    line-height: 60px;
  }
  .main-wrapper .p2 {
    font-size: 14px;
    line-height: 24px;
  }
  .main-wrapper .p3 {
    font-size: 14px;
    line-height: 24px;
  }
  .main-wrapper .p4 {
    font-size: 10px;
    line-height: 14px;
  }
  .main-wrapper .p5 {
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 0;
  }
  .main-wrapper .p6 {
    font-size: 14px;
    line-height: 24px;
  }
  .main-wrapper .p6.mobile-1 {
    font-size: 12px;
    line-height: 18px;
  }
  .main-wrapper .p6.mobile-2 {
    font-size: 11px;
    line-height: 16px;
  }
  .main-wrapper .p8 {
    font-size: 16px;
    line-height: 26px;
  }
  .main-wrapper .p9 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.267;
  }
  .main-wrapper .p10 {
    font-size: 14px;
    line-height: 27px;
    letter-spacing: -0.3;
  }
  .main-wrapper .btn {
    font-size: 12px;
    line-height: 14px;
  }
  .main-wrapper .tips {
    font-size: 10px;
    line-height: 14px;
  }
}
@media (min-width: 1025px) and (max-width: 1920px) {
  .main-wrapper .h1 {
    font-size: 70px;
    line-height: 80px;
    letter-spacing: -1px;
  }
  .main-wrapper .h1.h1-other {
    font-size: 70px;
    line-height: 80px;
    letter-spacing: -1px;
  }
  .main-wrapper .h2 {
    font-size: 42px;
    line-height: 42px;
    letter-spacing: 0;
  }
  .main-wrapper .h3 {
    font-size: 36px;
    line-height: 48px;
    letter-spacing: -0.86px;
  }
  .main-wrapper .h4 {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0;
  }
  .main-wrapper .h5 {
    font-size: 21px;
    line-height: 42px;
    letter-spacing: 0;
  }
  .main-wrapper .h6 {
    font-size: 21px;
    letter-spacing: 0;
  }
  .main-wrapper .h7 {
    font-size: 29px;
    line-height: 41px;
    letter-spacing: 0;
  }
  .main-wrapper .p1 {
    font-size: 200px;
    line-height: 280px;
  }
  .main-wrapper .p1.p1-sm {
    font-size: 100px;
    line-height: 110px;
    letter-spacing: -1.25px;
  }
  .main-wrapper .p2 {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: -0.23px;
  }
  .main-wrapper .p3 {
    font-size: 12px;
    line-height: 24px;
  }
  .main-wrapper .p4 {
    font-size: 12px;
    line-height: 12px;
  }
  .main-wrapper .p5 {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0;
  }
  .main-wrapper .p6 {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: -0.23px;
  }
  .main-wrapper .p6.mobile-1 {
    font-size: 12px;
    line-height: 18px;
  }
  .main-wrapper .p6.mobile-2 {
    font-size: 11px;
    line-height: 16px;
  }
  .main-wrapper .p8 {
    font-size: 20px;
    line-height: 28px;
  }
  .main-wrapper .p9 {
    font-size: 24px;
    line-height: 48px;
    letter-spacing: -0.4;
  }
  .main-wrapper .p10 {
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 0;
    font-family: 'OPPOSans-M';
  }
  .main-wrapper .btn {
    font-size: 14px;
    line-height: 20px;
  }
  .main-wrapper .tips {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (min-width: 1921px) {
  .main-wrapper .h1 {
    font-size: 140px;
    line-height: 160px;
    letter-spacing: 0;
  }
  .main-wrapper .h2 {
    font-size: 72px;
    line-height: 72px;
    letter-spacing: 0;
  }
  .main-wrapper .h3 {
    font-size: 72px;
    line-height: 100px;
    letter-spacing: 0;
  }
  .main-wrapper .h4 {
    font-size: 36px;
    line-height: 50px;
    letter-spacing: 0;
  }
  .main-wrapper .h5 {
    font-size: 36px;
    line-height: 72px;
    letter-spacing: 0;
  }
  .main-wrapper .h6 {
    font-size: 36px;
    line-height: 30px;
    letter-spacing: 0;
  }
  .main-wrapper .h7 {
    font-size: 48px;
    line-height: 67px;
    letter-spacing: 0;
  }
  .main-wrapper .p1 {
    font-size: 400px;
    line-height: 560px;
  }
  .main-wrapper .p1.p1-other {
    font-size: 180px;
    line-height: 240px;
  }
  .main-wrapper .p2 {
    font-size: 24px;
    line-height: 40px;
  }
  .main-wrapper .p2.p2-45 {
    line-height: 45px;
  }
  .main-wrapper .p3 {
    font-size: 24px;
    line-height: 38px;
  }
  .main-wrapper .p4 {
    font-size: 16px;
    line-height: 20px;
  }
  .main-wrapper .p5 {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
  }
  .main-wrapper .p5.p5-option {
    font-size: 18px;
    line-height: 20px;
  }
  .main-wrapper .p6 {
    font-size: 24px;
    line-height: 40px;
  }
  .main-wrapper .p6.mobile-1 {
    font-size: 20px;
    line-height: 24px;
  }
  .main-wrapper .p6.mobile-2 {
    font-size: 11px;
    line-height: 16px;
  }
  .main-wrapper .p8 {
    font-size: 36px;
    line-height: 50px;
  }
  .main-wrapper .p9 {
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -0.8;
  }
  .main-wrapper .p10 {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.386;
  }
  .main-wrapper .btn {
    font-size: 24px;
    line-height: 30px;
  }
  .main-wrapper .tips {
    font-size: 18px;
    line-height: 30px;
  }
}
#kv {
  background-color: #fff;
  opacity: 0;
}
#kv .content {
  position: relative;
}
#kv .content .text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#kv .content .phone-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#kv .content .phone-container .phone {
  margin: 0 auto;
}
#kv .content .phone-container .sub-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  #kv {
    min-height: 100vh;
    padding-top: calc((100vh - 20em - 112px) / 2);
  }
  #kv .text {
    width: 33.8667em;
  }
  #kv .phone-container {
    position: absolute;
    top: 5.7em;
    width: 32.8889em;
  }
  #kv .phone-container .phone {
    width: 32.8889em;
  }
}
@media (min-width: 569px) and (max-width: 1024px) {
  #kv {
    min-height: calc(100vh - 118px);
    padding-top: calc((100vh - 10em) / 2 - 118px);
  }
  #kv .text {
    width: 23.6667em;
  }
  #kv .phone-container {
    top: 3.8em;
    width: 23em;
  }
  #kv .phone-container .phone {
    width: 23em;
  }
}
@media (max-width: 568px) {
  #kv {
    min-height: calc(100vh - 89px);
    padding-top: calc((100vh - 10em - 88px) / 2);
  }
  #kv .text {
    width: 12em;
  }
  #kv .kv-title {
    white-space: nowrap;
  }
  #kv .phone-container {
    top: 1.9em;
    width: 12.2em;
  }
  #kv .phone-container .phone {
    width: 12.2em;
  }
  #kv .phone-container .sub-title {
    margin-top: 1em;
  }
  #kv .phone-container .sub-title.bottom-none {
    opacity: 0;
    -ms-transform: translateY(15px);
        transform: translateY(15px);
  }
  #kv .phone-container .sub-title .inline {
    display: inline-block;
  }
}
.main-container,
.sub-container,
.narrow-container {
  margin: auto;
}
@media (max-width: 568px) {
  .pure-sm-hidden {
    display: none !important;
  }
  .main-container {
    width: 100%;
  }
  .sub-container {
    width: 9.3em;
  }
  .narrow-container {
    width: 9.3em;
  }
}
@media (min-width: 569px) and (max-width: 1024px) {
  .pure-md-hidden {
    display: none !important;
  }
  .pure-sm-visible {
    display: none !important;
  }
  .main-container {
    width: 87.5vw;
  }
  .sub-container {
    width: 73.69vw;
  }
  .narrow-container {
    width: 65.625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1920px) {
  .pure-lg-hidden {
    display: none !important;
  }
  .pure-sm-visible {
    display: none !important;
  }
  .main-container {
    width: 960px;
  }
  .sub-container {
    width: 771px;
  }
  .narrow-container {
    width: 720px;
  }
}
@media (min-width: 1921px) {
  .pure-xl-hidden {
    display: none !important;
  }
  .pure-sm-visible {
    display: none !important;
  }
  .main-container {
    width: 1600px;
  }
  .sub-container {
    width: 1348px;
  }
  .narrow-container {
    width: 1200px;
  }
}
.main-wrapper {
  letter-spacing: -0.3px;
}
.main-wrapper .h1 {
  font-family: 'OPPOSans-B';
}
.main-wrapper .h2,
.main-wrapper .h3,
.main-wrapper .h4,
.main-wrapper .h5,
.main-wrapper .h6,
.main-wrapper .p8,
.main-wrapper .p9,
.main-wrapper .p10 {
  font-family: 'OPPOSans-B';
}
.main-wrapper .bold {
  font-family: 'OPPOSans-B';
}
.main-wrapper .medium {
  font-family: 'OPPOSans-M';
}
.main-wrapper .btn {
  font-family: 'OPPOSans-M';
}
.main-wrapper .h1,
.main-wrapper .h2,
.main-wrapper .h3,
.main-wrapper .h4,
.main-wrapper .h5,
.main-wrapper .h6,
.main-wrapper .h6-media {
  color: #dbdbdb;
}
.main-wrapper .p1,
.main-wrapper .p2,
.main-wrapper .p3,
.main-wrapper .p4,
.main-wrapper .p5,
.main-wrapper .p6 {
  font-family: 'OPPOSans-M';
  color: #666;
}
.main-wrapper .p7 {
  font-family: 'OPPOSans-M';
  font-size: 60px;
  color: #4a4a4a;
  letter-spacing: 0;
  line-height: 60px;
}
.main-wrapper .dark {
  color: #333;
}
.main-wrapper .white {
  color: #fff;
}
.main-wrapper .lightwhite {
  color: #ccc;
}
.main-wrapper .grey {
  color: #666;
}
.main-wrapper .grey-1 {
  color: #acacac;
}
.main-wrapper .grey-2 {
  color: #ececec;
}
.main-wrapper .lightgrey {
  color: #dbdbdb;
}
.main-wrapper .lightGrey-2 {
  color: #cbcbcb;
}
.main-wrapper .lightGrey-3 {
  color: #999;
}
.main-wrapper .black {
  color: #000;
}
.main-wrapper .nowrap {
  white-space: nowrap;
}
@media (max-width: 568px) {
  .main-wrapper .h1 {
    font-size: 48px;
    line-height: 54px;
    letter-spacing: -1px;
  }
  .main-wrapper .h1.h1-other {
    font-size: 48px;
    line-height: 54px;
    letter-spacing: -1px;
  }
  .main-wrapper .h2 {
    font-size: 42px;
    line-height: 42px;
    letter-spacing: 0;
  }
  .main-wrapper .h2.h2-title {
    font-size: 34px;
    line-height: 46px;
    letter-spacing: -1px;
  }
  .main-wrapper .h3 {
    font-size: 34px;
    line-height: 46px;
    letter-spacing: 0;
  }
  .main-wrapper .h4 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
  }
  .main-wrapper .h5 {
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0;
  }
  .main-wrapper .h6 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
  }
  .main-wrapper .h6-media {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 0;
  }
  .main-wrapper .h7 {
    font-size: 36px;
    line-height: 50px;
    letter-spacing: 0;
  }
  .main-wrapper .h7.h7-mobile {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
  }
  .main-wrapper .h8 {
    font-size: 16px;
    line-height: 60px;
    letter-spacing: 0;
  }
  .main-wrapper .h9 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0;
  }
  .main-wrapper .p1 {
    font-size: 84px;
    line-height: 118px;
  }
  .main-wrapper .p1.p1-sm {
    font-size: 34px;
    line-height: 40px;
    letter-spacing: -1px;
  }
  .main-wrapper .p2 {
    font-size: 16px;
    line-height: 27px;
  }
  .main-wrapper .p3 {
    font-size: 16px;
    line-height: 30px;
  }
  .main-wrapper .p4 {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.3px;
  }
  .main-wrapper .p5 {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
  }
  .main-wrapper .p6 {
    font-size: 16px;
    line-height: 27px;
  }
  .main-wrapper .p6.mobile-1 {
    font-size: 12px;
    line-height: 16px;
  }
  .main-wrapper .p6.mobile-2 {
    font-size: 11px;
    line-height: 16px;
  }
  .main-wrapper .p8 {
    font-size: 24px;
    line-height: 32px;
  }
  .main-wrapper .p9 {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: -0.3;
    font-family: 'OPPOSans-M';
  }
  .main-wrapper .p10 {
    font-size: 14px;
    line-height: 27px;
    letter-spacing: -0.3;
  }
  .main-wrapper .btn {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (min-width: 569px) and (max-width: 1024px) {
  .main-wrapper .h1 {
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 0;
  }
  .main-wrapper .h2 {
    font-size: 34px;
    line-height: 34px;
    letter-spacing: 0;
  }
  .main-wrapper .h3 {
    font-size: 34px;
    line-height: 48px;
    letter-spacing: 0;
  }
  .main-wrapper .h4 {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
  }
  .main-wrapper .h4.h4-md {
    font-size: 14px;
    line-height: 21px;
  }
  .main-wrapper .h5 {
    font-size: 17px;
    line-height: 34px;
    letter-spacing: 0;
  }
  .main-wrapper .h6 {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0;
  }
  .main-wrapper .h7 {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
  }
  .main-wrapper .p1 {
    font-size: 120px;
    line-height: 170px;
  }
  .main-wrapper .p1.p1-other {
    font-size: 50px;
    line-height: 60px;
  }
  .main-wrapper .p2 {
    font-size: 14px;
    line-height: 24px;
  }
  .main-wrapper .p3 {
    font-size: 14px;
    line-height: 24px;
  }
  .main-wrapper .p4 {
    font-size: 10px;
    line-height: 14px;
  }
  .main-wrapper .p5 {
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 0;
  }
  .main-wrapper .p6 {
    font-size: 14px;
    line-height: 24px;
  }
  .main-wrapper .p6.mobile-1 {
    font-size: 12px;
    line-height: 18px;
  }
  .main-wrapper .p6.mobile-2 {
    font-size: 11px;
    line-height: 16px;
  }
  .main-wrapper .p8 {
    font-size: 16px;
    line-height: 26px;
  }
  .main-wrapper .p9 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.267;
  }
  .main-wrapper .p10 {
    font-size: 14px;
    line-height: 27px;
    letter-spacing: -0.3;
  }
  .main-wrapper .btn {
    font-size: 12px;
    line-height: 14px;
  }
  .main-wrapper .tips {
    font-size: 10px;
    line-height: 14px;
  }
}
@media (min-width: 1025px) and (max-width: 1920px) {
  .main-wrapper .h1 {
    font-size: 70px;
    line-height: 80px;
    letter-spacing: -1px;
  }
  .main-wrapper .h1.h1-other {
    font-size: 70px;
    line-height: 80px;
    letter-spacing: -1px;
  }
  .main-wrapper .h2 {
    font-size: 42px;
    line-height: 42px;
    letter-spacing: 0;
  }
  .main-wrapper .h3 {
    font-size: 36px;
    line-height: 48px;
    letter-spacing: -0.86px;
  }
  .main-wrapper .h4 {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0;
  }
  .main-wrapper .h5 {
    font-size: 21px;
    line-height: 42px;
    letter-spacing: 0;
  }
  .main-wrapper .h6 {
    font-size: 21px;
    letter-spacing: 0;
  }
  .main-wrapper .h7 {
    font-size: 29px;
    line-height: 41px;
    letter-spacing: 0;
  }
  .main-wrapper .p1 {
    font-size: 200px;
    line-height: 280px;
  }
  .main-wrapper .p1.p1-sm {
    font-size: 100px;
    line-height: 110px;
    letter-spacing: -1.25px;
  }
  .main-wrapper .p2 {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: -0.23px;
  }
  .main-wrapper .p3 {
    font-size: 12px;
    line-height: 24px;
  }
  .main-wrapper .p4 {
    font-size: 12px;
    line-height: 12px;
  }
  .main-wrapper .p5 {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0;
  }
  .main-wrapper .p6 {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: -0.23px;
  }
  .main-wrapper .p6.mobile-1 {
    font-size: 12px;
    line-height: 18px;
  }
  .main-wrapper .p6.mobile-2 {
    font-size: 11px;
    line-height: 16px;
  }
  .main-wrapper .p8 {
    font-size: 20px;
    line-height: 28px;
  }
  .main-wrapper .p9 {
    font-size: 24px;
    line-height: 48px;
    letter-spacing: -0.4;
  }
  .main-wrapper .p10 {
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 0;
    font-family: 'OPPOSans-M';
  }
  .main-wrapper .btn {
    font-size: 14px;
    line-height: 20px;
  }
  .main-wrapper .tips {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (min-width: 1921px) {
  .main-wrapper .h1 {
    font-size: 140px;
    line-height: 160px;
    letter-spacing: 0;
  }
  .main-wrapper .h2 {
    font-size: 72px;
    line-height: 72px;
    letter-spacing: 0;
  }
  .main-wrapper .h3 {
    font-size: 72px;
    line-height: 100px;
    letter-spacing: 0;
  }
  .main-wrapper .h4 {
    font-size: 36px;
    line-height: 50px;
    letter-spacing: 0;
  }
  .main-wrapper .h5 {
    font-size: 36px;
    line-height: 72px;
    letter-spacing: 0;
  }
  .main-wrapper .h6 {
    font-size: 36px;
    line-height: 30px;
    letter-spacing: 0;
  }
  .main-wrapper .h7 {
    font-size: 48px;
    line-height: 67px;
    letter-spacing: 0;
  }
  .main-wrapper .p1 {
    font-size: 400px;
    line-height: 560px;
  }
  .main-wrapper .p1.p1-other {
    font-size: 180px;
    line-height: 240px;
  }
  .main-wrapper .p2 {
    font-size: 24px;
    line-height: 40px;
  }
  .main-wrapper .p2.p2-45 {
    line-height: 45px;
  }
  .main-wrapper .p3 {
    font-size: 24px;
    line-height: 38px;
  }
  .main-wrapper .p4 {
    font-size: 16px;
    line-height: 20px;
  }
  .main-wrapper .p5 {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
  }
  .main-wrapper .p5.p5-option {
    font-size: 18px;
    line-height: 20px;
  }
  .main-wrapper .p6 {
    font-size: 24px;
    line-height: 40px;
  }
  .main-wrapper .p6.mobile-1 {
    font-size: 20px;
    line-height: 24px;
  }
  .main-wrapper .p6.mobile-2 {
    font-size: 11px;
    line-height: 16px;
  }
  .main-wrapper .p8 {
    font-size: 36px;
    line-height: 50px;
  }
  .main-wrapper .p9 {
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -0.8;
  }
  .main-wrapper .p10 {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.386;
  }
  .main-wrapper .btn {
    font-size: 24px;
    line-height: 30px;
  }
  .main-wrapper .tips {
    font-size: 18px;
    line-height: 30px;
  }
}
#design-1 {
  background-color: #fff;
}
#design-1 .flex-wrap-1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
#design-1 .flex-wrap-1 .item {
  width: fill-content;
}
#design-1 .flex-wrap-1 .flex-wrap-2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
}
#design-1 .flex-wrap-1 .flex-wrap-2 .content,
#design-1 .flex-wrap-1 .flex-wrap-2 .sub {
  line-height: 1.25;
}
#design-1 .content-1 {
  text-align: center;
  margin: 0 auto;
  opacity: 1;
  transition-duration: 0.6s;
  transition-timing-function: linear;
  transition-property: transform, opacity;
}
@media (max-width: 568px) {
  #design-1 .content-1 {
    text-align: left;
  }
}
#design-1 .content-1.bottom-none {
  -ms-transform: translateY(80px);
      transform: translateY(80px);
  opacity: 0;
}
#design-1 .content-1.top-none {
  -ms-transform: translateY(-80px);
      transform: translateY(-80px);
  opacity: 0;
}
#design-1 .content-1 .p2 {
  margin-bottom: 8px;
}
#design-1 .sticky-container .content-2 {
  width: 100vw;
  position: relative;
}
#design-1 .sticky-container .content-2 .main-title {
  z-index: 1;
  transition-duration: 0.1s;
  transition-timing-function: linear;
  transition-property: transform, opacity;
}
#design-1 .sticky-container .content-2 .phone {
  position: absolute;
  z-index: 4;
}
#design-1 .sticky-container .content-2 .container {
  z-index: 6;
  position: absolute;
}
#design-1 .sticky-container .content-2 .container .sub-container {
  display: inline-block;
}
#design-1 .sticky-container .content-2 .container .sub-container .content {
  display: inline;
}
#design-1 .sticky-container .content-2 .container .sub-container .sub {
  display: inline;
}
#design-1 .sticky-container .content-2 .container .sub-container.right {
  float: right;
}
#design-1 .sticky-container .content-2 .shadow {
  position: absolute;
  z-index: 2;
}
#design-1 .sticky-container .content-3 .text-1 {
  margin: 0 auto;
}
#design-1 .sticky-container .content-3 .container {
  width: 100%;
  background-image: linear-gradient(180deg, #fff 0%, #f7f7f7 100%);
}
#design-1 .sticky-container .content-3 .container.bottom-none {
  opacity: 1;
}
#design-1 .sticky-container .content-3 .container .phone-container {
  margin: 0 auto;
  overflow: hidden;
}
#design-1 .sticky-container .content-3 .container .phone-container .phone {
  width: 100%;
}
@media (min-width: 1024px) {
  #design-1 .content-1 {
    margin-bottom: 9.0667em;
  }
  #design-1 .content-1.bottom-none {
    -ms-transform: translateY(80px);
        transform: translateY(80px);
    opacity: 0;
  }
  #design-1 .content-1.top-none {
    -ms-transform: translateY(-80px);
        transform: translateY(-80px);
    opacity: 0;
  }
  #design-1 .sticky-container {
    margin-top: 40vh;
  }
  #design-1 .sticky-container .content-2 {
    width: 37.6889em;
    height: 10.6667em;
    margin: 0 auto;
  }
  #design-1 .sticky-container .content-2 .main-title {
    translateY: -40px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
  }
  #design-1 .sticky-container .content-2 .phone {
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 33.3333em;
    z-index: 2;
  }
  #design-1 .sticky-container .content-2 .shadow {
    top: 1.2em;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 33.3333em;
  }
  #design-1 .sticky-container .content-2 .container {
    left: 0;
    right: 0;
    margin: auto;
    bottom: 1.1333em;
    width: 12em;
  }
  #design-1 .sticky-container .content-2 .container .sub-container {
    width: 6em;
  }
  #design-1 .sticky-container .content-3 {
    margin-top: 1.9111em;
  }
  #design-1 .sticky-container .content-3 .text-1 {
    width: 39em;
    margin-bottom: 2.6444em;
  }
  #design-1 .sticky-container .content-3 .phone-container {
    padding-top: 1em;
    width: 20em;
    height: 16.1111em;
  }
}
@media (min-width: 569px) and (max-width: 1024px) {
  #design-1 .content-1 {
    margin-bottom: 212px;
  }
  #design-1 .content-1.bottom-none {
    -ms-transform: translateY(80px);
        transform: translateY(80px);
    opacity: 0;
  }
  #design-1 .content-1.top-none {
    -ms-transform: translateY(-80px);
        transform: translateY(-80px);
    opacity: 0;
  }
  #design-1 .sticky-container {
    margin-top: 40vh;
  }
  #design-1 .sticky-container .content-2 {
    width: 28.52em;
    height: 8.08em;
    margin: 0 auto;
  }
  #design-1 .sticky-container .content-2 .main-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
  }
  #design-1 .sticky-container .content-2 .phone {
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 24.52em;
  }
  #design-1 .sticky-container .content-2 .shadow {
    top: 1em;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 24.52em;
  }
  #design-1 .sticky-container .content-2 .container {
    left: 0;
    right: 0;
    margin: auto;
    bottom: 6px;
    width: 12.56em;
  }
  #design-1 .sticky-container .content-2 .container .sub-container {
    width: 6em;
  }
  #design-1 .sticky-container .content-3 {
    width: 100%;
    margin-top: 82px;
  }
  #design-1 .sticky-container .content-3 .text-1 {
    width: 52vw;
    margin-bottom: 70px;
  }
  #design-1 .sticky-container .content-3 .phone-container {
    width: 15.12em;
    height: 11.44em;
  }
}
@media (max-width: 568px) {
  #design-1 {
    width: 100vw;
    margin: 0 auto;
  }
  #design-1 .content-1 {
    padding: 0 10vw;
    margin-bottom: 222px;
  }
  #design-1 .content-1.bottom-none {
    -ms-transform: translateY(80px);
        transform: translateY(80px);
    opacity: 0;
  }
  #design-1 .content-1.top-none {
    -ms-transform: translateY(-80px);
        transform: translateY(-80px);
    opacity: 0;
  }
  #design-1 .sticky-container .content-2 {
    height: 700px;
  }
  #design-1 .sticky-container .content-2 .main-title {
    width: 100vw;
    text-align: center;
  }
  #design-1 .sticky-container .content-2 .phone-mobile-container {
    left: 5vw;
    position: absolute;
    top: 0;
    width: 307px;
    height: 540px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }
  #design-1 .sticky-container .content-2 .phone-mobile-container .phone-mobile {
    height: 540px;
    display: inline-block;
    -ms-transform: translateY(80px) translateX(-50px);
        transform: translateY(80px) translateX(-50px);
  }
  #design-1 .sticky-container .content-2 .phone-mobile-container .phone-mobile.phone-1 {
    margin-right: 5px;
  }
  #design-1 .sticky-container .content-2 .shadow {
    top: 1.2em;
  }
  #design-1 .sticky-container .content-2 .flex-wrap-1 {
    width: 65vw !important;
  }
  #design-1 .sticky-container .content-2 .container {
    width: 80vw;
    margin-left: 10vw;
    bottom: 36px;
  }
  #design-1 .sticky-container .content-2 .container .sub-container {
    width: 40vw;
  }
  #design-1 .sticky-container .content-3 {
    padding: 0 10vw;
  }
  #design-1 .sticky-container .content-3 .text-1 {
    margin-bottom: 49px;
  }
  #design-1 .sticky-container .content-3 .text-1 .p-2 {
    margin-top: 30px;
  }
  #design-1 .sticky-container .content-3 .container {
    -ms-transform: translateX(calc(9.333em - 100vw));
        transform: translateX(calc(9.333em - 100vw));
  }
  #design-1 .sticky-container .content-3 .container .phone-container {
    -ms-transform: translateX(calc(100vw - 9.333em));
        transform: translateX(calc(100vw - 9.333em));
    width: 504px;
    height: 374px;
  }
  #design-1 .sticky-container .content-3 .container .phone-container .phone {
    -ms-transform-origin: 0 50% 0;
        transform-origin: 0 50% 0;
  }
}
.main-container,
.sub-container,
.narrow-container {
  margin: auto;
}
@media (max-width: 568px) {
  .pure-sm-hidden {
    display: none !important;
  }
  .main-container {
    width: 100%;
  }
  .sub-container {
    width: 9.3em;
  }
  .narrow-container {
    width: 9.3em;
  }
}
@media (min-width: 569px) and (max-width: 1024px) {
  .pure-md-hidden {
    display: none !important;
  }
  .pure-sm-visible {
    display: none !important;
  }
  .main-container {
    width: 87.5vw;
  }
  .sub-container {
    width: 73.69vw;
  }
  .narrow-container {
    width: 65.625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1920px) {
  .pure-lg-hidden {
    display: none !important;
  }
  .pure-sm-visible {
    display: none !important;
  }
  .main-container {
    width: 960px;
  }
  .sub-container {
    width: 771px;
  }
  .narrow-container {
    width: 720px;
  }
}
@media (min-width: 1921px) {
  .pure-xl-hidden {
    display: none !important;
  }
  .pure-sm-visible {
    display: none !important;
  }
  .main-container {
    width: 1600px;
  }
  .sub-container {
    width: 1348px;
  }
  .narrow-container {
    width: 1200px;
  }
}
.main-wrapper {
  letter-spacing: -0.3px;
}
.main-wrapper .h1 {
  font-family: 'OPPOSans-B';
}
.main-wrapper .h2,
.main-wrapper .h3,
.main-wrapper .h4,
.main-wrapper .h5,
.main-wrapper .h6,
.main-wrapper .p8,
.main-wrapper .p9,
.main-wrapper .p10 {
  font-family: 'OPPOSans-B';
}
.main-wrapper .bold {
  font-family: 'OPPOSans-B';
}
.main-wrapper .medium {
  font-family: 'OPPOSans-M';
}
.main-wrapper .btn {
  font-family: 'OPPOSans-M';
}
.main-wrapper .h1,
.main-wrapper .h2,
.main-wrapper .h3,
.main-wrapper .h4,
.main-wrapper .h5,
.main-wrapper .h6,
.main-wrapper .h6-media {
  color: #dbdbdb;
}
.main-wrapper .p1,
.main-wrapper .p2,
.main-wrapper .p3,
.main-wrapper .p4,
.main-wrapper .p5,
.main-wrapper .p6 {
  font-family: 'OPPOSans-M';
  color: #666;
}
.main-wrapper .p7 {
  font-family: 'OPPOSans-M';
  font-size: 60px;
  color: #4a4a4a;
  letter-spacing: 0;
  line-height: 60px;
}
.main-wrapper .dark {
  color: #333;
}
.main-wrapper .white {
  color: #fff;
}
.main-wrapper .lightwhite {
  color: #ccc;
}
.main-wrapper .grey {
  color: #666;
}
.main-wrapper .grey-1 {
  color: #acacac;
}
.main-wrapper .grey-2 {
  color: #ececec;
}
.main-wrapper .lightgrey {
  color: #dbdbdb;
}
.main-wrapper .lightGrey-2 {
  color: #cbcbcb;
}
.main-wrapper .lightGrey-3 {
  color: #999;
}
.main-wrapper .black {
  color: #000;
}
.main-wrapper .nowrap {
  white-space: nowrap;
}
@media (max-width: 568px) {
  .main-wrapper .h1 {
    font-size: 48px;
    line-height: 54px;
    letter-spacing: -1px;
  }
  .main-wrapper .h1.h1-other {
    font-size: 48px;
    line-height: 54px;
    letter-spacing: -1px;
  }
  .main-wrapper .h2 {
    font-size: 42px;
    line-height: 42px;
    letter-spacing: 0;
  }
  .main-wrapper .h2.h2-title {
    font-size: 34px;
    line-height: 46px;
    letter-spacing: -1px;
  }
  .main-wrapper .h3 {
    font-size: 34px;
    line-height: 46px;
    letter-spacing: 0;
  }
  .main-wrapper .h4 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
  }
  .main-wrapper .h5 {
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0;
  }
  .main-wrapper .h6 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
  }
  .main-wrapper .h6-media {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 0;
  }
  .main-wrapper .h7 {
    font-size: 36px;
    line-height: 50px;
    letter-spacing: 0;
  }
  .main-wrapper .h7.h7-mobile {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
  }
  .main-wrapper .h8 {
    font-size: 16px;
    line-height: 60px;
    letter-spacing: 0;
  }
  .main-wrapper .h9 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0;
  }
  .main-wrapper .p1 {
    font-size: 84px;
    line-height: 118px;
  }
  .main-wrapper .p1.p1-sm {
    font-size: 34px;
    line-height: 40px;
    letter-spacing: -1px;
  }
  .main-wrapper .p2 {
    font-size: 16px;
    line-height: 27px;
  }
  .main-wrapper .p3 {
    font-size: 16px;
    line-height: 30px;
  }
  .main-wrapper .p4 {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.3px;
  }
  .main-wrapper .p5 {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
  }
  .main-wrapper .p6 {
    font-size: 16px;
    line-height: 27px;
  }
  .main-wrapper .p6.mobile-1 {
    font-size: 12px;
    line-height: 16px;
  }
  .main-wrapper .p6.mobile-2 {
    font-size: 11px;
    line-height: 16px;
  }
  .main-wrapper .p8 {
    font-size: 24px;
    line-height: 32px;
  }
  .main-wrapper .p9 {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: -0.3;
    font-family: 'OPPOSans-M';
  }
  .main-wrapper .p10 {
    font-size: 14px;
    line-height: 27px;
    letter-spacing: -0.3;
  }
  .main-wrapper .btn {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (min-width: 569px) and (max-width: 1024px) {
  .main-wrapper .h1 {
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 0;
  }
  .main-wrapper .h2 {
    font-size: 34px;
    line-height: 34px;
    letter-spacing: 0;
  }
  .main-wrapper .h3 {
    font-size: 34px;
    line-height: 48px;
    letter-spacing: 0;
  }
  .main-wrapper .h4 {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
  }
  .main-wrapper .h4.h4-md {
    font-size: 14px;
    line-height: 21px;
  }
  .main-wrapper .h5 {
    font-size: 17px;
    line-height: 34px;
    letter-spacing: 0;
  }
  .main-wrapper .h6 {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0;
  }
  .main-wrapper .h7 {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
  }
  .main-wrapper .p1 {
    font-size: 120px;
    line-height: 170px;
  }
  .main-wrapper .p1.p1-other {
    font-size: 50px;
    line-height: 60px;
  }
  .main-wrapper .p2 {
    font-size: 14px;
    line-height: 24px;
  }
  .main-wrapper .p3 {
    font-size: 14px;
    line-height: 24px;
  }
  .main-wrapper .p4 {
    font-size: 10px;
    line-height: 14px;
  }
  .main-wrapper .p5 {
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 0;
  }
  .main-wrapper .p6 {
    font-size: 14px;
    line-height: 24px;
  }
  .main-wrapper .p6.mobile-1 {
    font-size: 12px;
    line-height: 18px;
  }
  .main-wrapper .p6.mobile-2 {
    font-size: 11px;
    line-height: 16px;
  }
  .main-wrapper .p8 {
    font-size: 16px;
    line-height: 26px;
  }
  .main-wrapper .p9 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.267;
  }
  .main-wrapper .p10 {
    font-size: 14px;
    line-height: 27px;
    letter-spacing: -0.3;
  }
  .main-wrapper .btn {
    font-size: 12px;
    line-height: 14px;
  }
  .main-wrapper .tips {
    font-size: 10px;
    line-height: 14px;
  }
}
@media (min-width: 1025px) and (max-width: 1920px) {
  .main-wrapper .h1 {
    font-size: 70px;
    line-height: 80px;
    letter-spacing: -1px;
  }
  .main-wrapper .h1.h1-other {
    font-size: 70px;
    line-height: 80px;
    letter-spacing: -1px;
  }
  .main-wrapper .h2 {
    font-size: 42px;
    line-height: 42px;
    letter-spacing: 0;
  }
  .main-wrapper .h3 {
    font-size: 36px;
    line-height: 48px;
    letter-spacing: -0.86px;
  }
  .main-wrapper .h4 {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0;
  }
  .main-wrapper .h5 {
    font-size: 21px;
    line-height: 42px;
    letter-spacing: 0;
  }
  .main-wrapper .h6 {
    font-size: 21px;
    letter-spacing: 0;
  }
  .main-wrapper .h7 {
    font-size: 29px;
    line-height: 41px;
    letter-spacing: 0;
  }
  .main-wrapper .p1 {
    font-size: 200px;
    line-height: 280px;
  }
  .main-wrapper .p1.p1-sm {
    font-size: 100px;
    line-height: 110px;
    letter-spacing: -1.25px;
  }
  .main-wrapper .p2 {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: -0.23px;
  }
  .main-wrapper .p3 {
    font-size: 12px;
    line-height: 24px;
  }
  .main-wrapper .p4 {
    font-size: 12px;
    line-height: 12px;
  }
  .main-wrapper .p5 {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0;
  }
  .main-wrapper .p6 {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: -0.23px;
  }
  .main-wrapper .p6.mobile-1 {
    font-size: 12px;
    line-height: 18px;
  }
  .main-wrapper .p6.mobile-2 {
    font-size: 11px;
    line-height: 16px;
  }
  .main-wrapper .p8 {
    font-size: 20px;
    line-height: 28px;
  }
  .main-wrapper .p9 {
    font-size: 24px;
    line-height: 48px;
    letter-spacing: -0.4;
  }
  .main-wrapper .p10 {
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 0;
    font-family: 'OPPOSans-M';
  }
  .main-wrapper .btn {
    font-size: 14px;
    line-height: 20px;
  }
  .main-wrapper .tips {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (min-width: 1921px) {
  .main-wrapper .h1 {
    font-size: 140px;
    line-height: 160px;
    letter-spacing: 0;
  }
  .main-wrapper .h2 {
    font-size: 72px;
    line-height: 72px;
    letter-spacing: 0;
  }
  .main-wrapper .h3 {
    font-size: 72px;
    line-height: 100px;
    letter-spacing: 0;
  }
  .main-wrapper .h4 {
    font-size: 36px;
    line-height: 50px;
    letter-spacing: 0;
  }
  .main-wrapper .h5 {
    font-size: 36px;
    line-height: 72px;
    letter-spacing: 0;
  }
  .main-wrapper .h6 {
    font-size: 36px;
    line-height: 30px;
    letter-spacing: 0;
  }
  .main-wrapper .h7 {
    font-size: 48px;
    line-height: 67px;
    letter-spacing: 0;
  }
  .main-wrapper .p1 {
    font-size: 400px;
    line-height: 560px;
  }
  .main-wrapper .p1.p1-other {
    font-size: 180px;
    line-height: 240px;
  }
  .main-wrapper .p2 {
    font-size: 24px;
    line-height: 40px;
  }
  .main-wrapper .p2.p2-45 {
    line-height: 45px;
  }
  .main-wrapper .p3 {
    font-size: 24px;
    line-height: 38px;
  }
  .main-wrapper .p4 {
    font-size: 16px;
    line-height: 20px;
  }
  .main-wrapper .p5 {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
  }
  .main-wrapper .p5.p5-option {
    font-size: 18px;
    line-height: 20px;
  }
  .main-wrapper .p6 {
    font-size: 24px;
    line-height: 40px;
  }
  .main-wrapper .p6.mobile-1 {
    font-size: 20px;
    line-height: 24px;
  }
  .main-wrapper .p6.mobile-2 {
    font-size: 11px;
    line-height: 16px;
  }
  .main-wrapper .p8 {
    font-size: 36px;
    line-height: 50px;
  }
  .main-wrapper .p9 {
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -0.8;
  }
  .main-wrapper .p10 {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.386;
  }
  .main-wrapper .btn {
    font-size: 24px;
    line-height: 30px;
  }
  .main-wrapper .tips {
    font-size: 18px;
    line-height: 30px;
  }
}
.bottom-none {
  -ms-transform: translateY(20px);
      transform: translateY(20px);
  opacity: 0;
}
.top-none {
  opacity: 0 !important;
}
.moti,
.moti-2 {
  opacity: 0;
  transition-duration: 0.8s;
  transition-timing-function: ease-in;
  transition-property: transform, opacity;
}
.active {
  opacity: 1;
}
#design-2 {
  background-color: #fff;
  transition-duration: 0.8s;
  transition-timing-function: ease-in;
  transition-property: transform, opacity, background-color;
}
#design-2.black {
  background-color: #000;
}
#design-2 .content-1 {
  margin: 0 auto;
}
#design-2 .content-1 .phone-container {
  position: relative;
}
#design-2 .content-1 .phone-container .phone {
  position: absolute;
  opacity: 0;
  transition-duration: 1s;
  transition-timing-function: ease-in;
  transition-property: transform, opacity;
}
#design-2 .content-1 .phone-container .phone.visible {
  opacity: 1;
  transition-duration: 1s;
  transition-timing-function: ease-out;
  transition-property: transform, opacity;
}
#design-2 .content-1 img {
  width: 100%;
  position: absolute;
}
#design-2 .content-1 .switch-button-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
#design-2 .content-1 .switch-button-container .option {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  cursor: normal;
}
#design-2 .content-1 .switch-button-container .option.option-right {
  margin-left: 80px;
}
#design-2 .content-1 .switch-button-container .option .title {
  white-space: nowrap;
}
#design-2 .content-1 .switch-button-container .option .sub {
  border-radius: 50%;
}
#design-2 .content-1 .switch-button-container .option .sub-1 {
  background-image: linear-gradient(227deg, #86ebff 2%, #6a33b7 59%, #d0373c 99%);
}
#design-2 .content-1 .switch-button-container .option .sub-2 {
  background-image: linear-gradient(58deg, #3023ae 0%, #53a0fd 47%, #b4ffbe 100%);
}
#design-2 .content-1 .switch-button-container .option .sub-3 {
  background-image: linear-gradient(225deg, #818899 1%, #0d0d0d 100%);
}
#design-2 .content-1 .switch-button-container .option .sub-4 {
  background-image: linear-gradient(225deg, #cbf4f8 0%, #d1cbfa 100%);
}
#design-2 .content-2 {
  position: relative;
  color: #fff;
}
#design-2 .content-2 .title {
  color: #fff;
}
@media (min-width: 1921px) {
  #design-2 {
    padding-top: 136px;
  }
  #design-2 .content-1 {
    width: 1200px;
  }
  #design-2 .content-1 .text-1 {
    margin-bottom: 42px;
  }
  #design-2 .content-1 .text-2 {
    width: 1055px;
    margin-bottom: 85px;
  }
  #design-2 .content-1 .phone-container {
    width: 1200px;
    height: 491px;
  }
  #design-2 .content-1 .switch-button-container {
    margin-bottom: 147px;
  }
  #design-2 .content-1 .switch-button-container .option .title {
    margin-bottom: 13px;
  }
  #design-2 .content-1 .switch-button-container .option .sub {
    width: 38px;
    height: 38px;
  }
  #design-2 .content-2 {
    width: 1600px;
    height: 746px;
    margin: 0 auto 150px auto;
    padding: 200px 0px 0px 200px;
  }
  #design-2 .content-2 .container {
    position: absolute;
    z-index: 2;
  }
  #design-2 .content-2 .container .content {
    margin-top: 42px;
    width: 601px;
  }
  #design-2 .content-2 .content-pic {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 1600px;
    height: 746px;
    border-radius: 10px;
    z-index: 1;
  }
}
@media (min-width: 1025px) and (max-width: 1920px) {
  #design-2 {
    padding-top: 94px;
  }
  #design-2 .content-1 {
    width: 719px;
  }
  #design-2 .content-1 .text-1 {
    margin-bottom: 26px;
  }
  #design-2 .content-1 .text-2 {
    width: 660px;
    margin-bottom: 49px;
  }
  #design-2 .content-1 .phone-container {
    width: 719px;
    height: 274px;
  }
  #design-2 .content-1 .switch-button-container {
    margin-bottom: 92px;
  }
  #design-2 .content-1 .switch-button-container .option .title {
    margin-bottom: 10px;
  }
  #design-2 .content-1 .switch-button-container .option .sub {
    width: 22px;
    height: 22px;
  }
  #design-2 .content-2 {
    width: 960px;
    height: 448px;
    margin: 0 auto 100px auto;
    padding: 120px 0px 0px 120px;
  }
  #design-2 .content-2 .container {
    position: absolute;
    z-index: 2;
  }
  #design-2 .content-2 .container .content {
    margin-top: 26px;
    width: 370px;
  }
  #design-2 .content-2 .content-pic {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 960px;
    height: 448px;
    border-radius: 10px;
    z-index: 1;
  }
}
@media (min-width: 569px) and (max-width: 1024px) {
  #design-2 {
    padding-top: 143px;
  }
  #design-2 .content-1 {
    width: 20.12em;
  }
  #design-2 .content-1 .text-1 {
    margin-bottom: 20px;
  }
  #design-2 .content-1 .text-2 {
    width: 72vw;
    margin-bottom: 70px;
  }
  #design-2 .content-1 .phone-container {
    width: 20.12em;
    height: 8.8em;
  }
  #design-2 .content-1 .switch-button-container {
    margin-bottom: 70px;
  }
  #design-2 .content-1 .switch-button-container .option .title {
    margin-bottom: 8px;
  }
  #design-2 .content-1 .switch-button-container .option .sub {
    width: 16px;
    height: 16px;
  }
  #design-2 .content-2 {
    width: 26.88em;
    height: 12.52em;
    min-height: 300px;
    margin: 0 auto 80px auto;
    padding: 2.24em 0em 0em 3.36em;
  }
  #design-2 .content-2 .container {
    position: absolute;
    z-index: 2;
  }
  #design-2 .content-2 .container .title {
    font-size: 28px;
  }
  #design-2 .content-2 .container .content {
    margin-top: 0.8em;
    width: 42vw;
  }
  #design-2 .content-2 .content-pic {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 26.88em;
    height: 12.52em;
    min-height: 300px;
    border-radius: 10px;
    z-index: 1;
  }
}
@media (max-width: 568px) {
  #design-2 {
    padding-top: 100px;
    position: relative;
    padding-bottom: 60px;
  }
  #design-2.bottom-none {
    opacity: 1;
  }
  #design-2.top-none {
    opacity: 1;
    background-color: #000;
  }
  #design-2 .content-1 {
    width: 9.3333em;
  }
  #design-2 .content-1 .text-1 {
    margin-bottom: 40px;
    line-height: 49px;
  }
  #design-2 .content-1 .text-2 {
    margin-bottom: 50px;
  }
  #design-2 .content-1 .phone-container {
    position: absolute;
    left: 0;
    width: 12em;
    height: 6.67em;
  }
  #design-2 .content-1 .phone-container .phone {
    width: 100%;
  }
  #design-2 .content-1 .switch-button-container {
    z-index: 2;
    margin-top: 9em;
    margin-bottom: 106px;
  }
  #design-2 .content-1 .switch-button-container .option .title {
    margin-bottom: 10px;
  }
  #design-2 .content-1 .switch-button-container .option .sub {
    width: 24px;
    height: 24px;
  }
  #design-2 .container {
    width: 9.3em;
    margin: 0 auto;
  }
  #design-2 .container .title {
    line-height: 49px;
  }
  #design-2 .container .content {
    margin-top: 40px;
  }
  #design-2 .content-pic {
    transition-duration: 0.8s;
    transition-timing-function: ease-out;
    transition-property: transform, opacity;
    width: 10.7667em;
    height: 13.2em;
    margin: 40px auto 0px auto;
    border-radius: 10px;
  }
  #design-2 .content-pic.black {
    background-color: #000;
  }
}
.video-mask {
  z-index: 10;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -ms-transform: translateY(150vh);
      transform: translateY(150vh);
  background-color: #000;
}
.video-mask.show {
  -ms-transform: translateY(0vh);
      transform: translateY(0vh);
  transition: transform 1s;
}
.video-mask.fold {
  transition: transform 1s;
}
.video-mask .video-wrapper {
  width: 100%;
  margin-top: 23vw;
  height: 77vw;
}
.video-mask .video-wrapper video {
  width: 100%;
  height: 150vw;
}
.video-mask .close {
  position: absolute;
  right: 2.667vw;
  top: 8.667vw;
  width: 8vw;
  color: #fff;
}
.video-mask .close img {
  width: 100%;
  height: auto;
}
#video-1 {
  margin-top: -1px;
  background-color: #000;
  color: #fff;
}
#video-1 .header img {
  width: 100%;
  height: 100%;
}
#video-1 .header .title-group {
  margin: auto;
  text-align: center;
  white-space: nowrap;
}
#video-1 .header .img-group {
  position: relative;
}
#video-1 .container .section-1,
#video-1 .container .section-2,
#video-1 .container .section-3 {
  position: relative;
}
#video-1 .container .img-group {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (min-width: 1025px) and (max-width: 1920px) {
  #video-1 .container .img-group {
    border-radius: 12px;
  }
}
@media (min-width: 569px) and (max-width: 1024px) {
  #video-1 .container .img-group {
    border-radius: 8.4px;
  }
}
@media (max-width: 568px) {
  #video-1 .container .img-group {
    border-radius: 0;
  }
}
#video-1 .container .img-group img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#video-1 .container .img-1,
#video-1 .container .text-1 {
  opacity: 1;
}
#video-1 .container .img-2,
#video-1 .container .img-3,
#video-1 .container .img-4,
#video-1 .container .text-2,
#video-1 .container .text-3,
#video-1 .container .text-4 {
  opacity: 0;
}
#video-1 .container .img-1 {
  z-index: 5;
}
#video-1 .container .img-2 {
  z-index: 4;
}
#video-1 .container .img-3 {
  z-index: 3;
}
#video-1 .container .img-4 {
  z-index: 2;
}
#video-1 .container .text-group {
  position: absolute;
  border-radius: 8px;
}
@media (min-width: 1025px) and (max-width: 1920px) {
  #video-1 .container .text-group {
    border-radius: 4.8px;
  }
}
@media (min-width: 569px) and (max-width: 1024px) {
  #video-1 .container .text-group {
    border-radius: 3px;
  }
}
@media (max-width: 568px) {
  #video-1 .container .text-group {
    border-radius: 0;
  }
}
#video-1 .container .text-group .content-1,
#video-1 .container .text-group .content-2,
#video-1 .container .text-group .content-3,
#video-1 .container .text-group .content-4 {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: rgba(0,0,0,0.35);
}
@media (min-width: 1025px) and (max-width: 1920px) {
  #video-1 .container .text-group .content-1,
  #video-1 .container .text-group .content-2,
  #video-1 .container .text-group .content-3,
  #video-1 .container .text-group .content-4 {
    border-radius: 4.8px;
  }
}
@media (min-width: 569px) and (max-width: 1024px) {
  #video-1 .container .text-group .content-1,
  #video-1 .container .text-group .content-2,
  #video-1 .container .text-group .content-3,
  #video-1 .container .text-group .content-4 {
    border-radius: 3px;
  }
}
@media (max-width: 568px) {
  #video-1 .container .text-group .content-1,
  #video-1 .container .text-group .content-2,
  #video-1 .container .text-group .content-3,
  #video-1 .container .text-group .content-4 {
    border-radius: 3px;
  }
}
#video-1 .container .section-1 .sticky-container {
  height: 300vh;
}
#video-1 .container .section-3 .img-container .mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
#video-1 .container .section-3 .img-container .mask.none {
  width: 0%;
  transition: width;
}
#video-1 .container .section-3 .img-container .img-item {
  position: relative;
}
#video-1 .container .section-3 .img-container .item-1 img {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media (min-width: 1025px) and (max-width: 1920px) {
  #video-1 .container .section-3 .img-container .item-1 img {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
  }
}
@media (min-width: 569px) and (max-width: 1024px) {
  #video-1 .container .section-3 .img-container .item-1 img {
    border-top-left-radius: 8.4px;
    border-bottom-left-radius: 8.4px;
  }
}
@media (max-width: 568px) {
  #video-1 .container .section-3 .img-container .item-1 img {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
#video-1 .container .section-3 .img-container .item-2 img {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (min-width: 1025px) and (max-width: 1920px) {
  #video-1 .container .section-3 .img-container .item-2 img {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
  }
}
@media (min-width: 569px) and (max-width: 1024px) {
  #video-1 .container .section-3 .img-container .item-2 img {
    border-top-right-radius: 8.4px;
    border-bottom-right-radius: 8.4px;
  }
}
@media (max-width: 568px) {
  #video-1 .container .section-3 .img-container .item-2 img {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
#video-1 .container .section-3 .img-container .item-2 img {
  width: 100%;
  height: 100%;
}
#video-1 .container .section-3 .img-container .desc-2 {
  z-index: 2;
  position: absolute;
}
@media (min-width: 1025px) {
  #video-1 {
    padding-bottom: 10.8889em;
  }
  #video-1 .header {
    padding-top: 11.1111em;
  }
  #video-1 .header .desc {
    margin-top: 1.1111em;
    width: 23.7778em;
  }
  #video-1 .header .img-group {
    width: 30em;
  }
  #video-1 .container .desc {
    margin-top: 0.4em;
  }
  #video-1 .container .img-group {
    width: 100%;
    height: 20em;
  }
  #video-1 .container .text-group {
    width: 5em;
    height: 1em;
    top: 18.2222em;
    left: calc(50% - 2.5em);
  }
  #video-1 .container .section-1 {
    margin-top: 3.3333em;
  }
  #video-1 .container .section-1 .content {
    margin-top: 0.5em;
  }
  #video-1 .container .section-2 {
    margin-top: 4.4444em;
  }
  #video-1 .container .section-2 .content {
    margin-top: 1.8889em;
  }
  #video-1 .container .section-3 {
    margin-top: 5.8889em;
  }
  #video-1 .container .section-3 .img-container {
    margin: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }
  #video-1 .container .section-3 .img-container .img-item {
    position: relative;
  }
  #video-1 .container .section-3 .img-container .img-item img {
    max-width: 16.1556em;
    width: 16.1556em;
    height: auto;
  }
  #video-1 .container .section-3 .img-container .item-1 {
    margin-right: 0.5556em;
  }
  #video-1 .container .section-3 .img-container .desc-2 {
    top: 12.4444em;
    left: 6.0222em;
  }
}
@media (min-width: 569px) and (max-width: 1024px) {
  #video-1 {
    padding-bottom: 140px;
  }
  #video-1 .header {
    padding-top: 150px;
  }
  #video-1 .header .desc {
    width: 18.48em;
    margin-top: 0.8em;
  }
  #video-1 .header .title-group {
    width: 13.44em;
  }
  #video-1 .header .img-group {
    width: 22.8em;
  }
  #video-1 .header .content {
    margin-top: -6em;
  }
  #video-1 .container .desc {
    margin-top: 0.6em;
    width: 18.48em;
  }
  #video-1 .container .img-group {
    width: 100%;
    height: 15.2em;
  }
  #video-1 .container .text-group {
    width: 138px;
    height: 27px;
    top: 13.6em;
    left: calc(50% - 69px);
    text-align: center;
  }
  #video-1 .container .section-1 {
    margin-top: 120px;
  }
  #video-1 .container .section-1 .content {
    margin-top: 1em;
  }
  #video-1 .container .section-2 {
    margin-top: 4em;
  }
  #video-1 .container .section-2 .content {
    margin-top: 1.6em;
  }
  #video-1 .container .section-3 {
    margin-top: 4em;
  }
  #video-1 .container .section-3 .img-container {
    margin: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }
  #video-1 .container .section-3 .img-container .img-item {
    position: relative;
  }
  #video-1 .container .section-3 .img-container .img-item img {
    max-width: 12.2em;
    width: 12.2em;
    height: auto;
  }
  #video-1 .container .section-3 .img-container .item-1 {
    margin-right: 0.48em;
  }
  #video-1 .container .section-3 .img-container .desc-2 {
    top: 9.6em;
    left: 4.06em;
  }
}
@media (max-width: 568px) {
  #video-1 {
    padding-bottom: 6.6667em;
  }
  #video-1 .header-mobile {
    padding-top: 5em;
  }
  #video-1 .header-mobile img {
    width: 100%;
    height: 100%;
  }
  #video-1 .header-mobile .title-wrapper {
    margin: auto;
    width: 9.3333em;
    height: 3.2em;
    text-align: center;
  }
  #video-1 .header-mobile .img-wrapper {
    width: 11.5em;
    height: 10.12em;
    margin-top: 20px;
  }
  #video-1 .header-mobile .desc {
    margin-top: 1em;
  }
  #video-1 .container .desc {
    margin-top: 0.6em;
  }
  #video-1 .container .section-1 {
    margin-top: -1.6667em;
  }
  #video-1 .container .section-1 .sticky-item {
    width: 100%;
  }
  #video-1 .container .section-1 .img-group {
    height: 9.4em;
  }
  #video-1 .container .section-1 .content {
    width: 8.6333em;
    margin: 1.2em auto 0 auto;
  }
  #video-1 .container .section-1 .text-group {
    width: 128px;
    height: 24px;
    text-align: center;
    top: 8em;
    left: calc(50% - 64px);
  }
  #video-1 .container .section-2 {
    width: 100%;
    margin-top: 6em;
  }
  #video-1 .container .section-2 .img-group {
    height: 16.6667em;
  }
  #video-1 .container .section-2 .content {
    width: 9.3333em;
    opacity: 1 !important;
    margin: 1.2em auto 0 auto;
  }
  #video-1 .container .section-3 {
    width: 100%;
    margin-top: 7.3333em;
  }
  #video-1 .container .section-3 .img-container .img-item {
    overflow: visible;
  }
  #video-1 .container .section-3 .img-container .img-item img {
    max-width: 12.5em;
    width: 12.5em;
    height: 9.365em;
  }
  #video-1 .container .section-3 .img-container .item-1 {
    margin-bottom: 2.5333em;
  }
  #video-1 .container .section-3 .img-container .desc-2 {
    top: 9.6667em;
    left: 1.6em;
  }
}
@media (min-width: 1025px) and (min-width: 1025px) and (max-width: 1920px) {
  .title-group {
    width: 25em;
  }
}
@media (min-width: 1025px) and (min-width: 1921px) {
  .title-group {
    width: 31em;
  }
}
#video-2 {
  margin-top: -1px;
  background-color: #000;
  padding-bottom: 5.56em;
  color: #fff;
}
#video-2 .no-wrap {
  white-space: nowrap;
}
#video-2 .title {
  white-space: nowrap;
}
#video-2 .video-groups {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
@media (min-width: 1025px) and (max-width: 1920px) {
  #video-2 .video-groups {
    border-radius: 12px;
  }
}
@media (min-width: 569px) and (max-width: 1024px) {
  #video-2 .video-groups {
    border-radius: 8.4px;
  }
}
@media (max-width: 568px) {
  #video-2 .video-groups {
    border-radius: 0;
  }
}
#video-2 .video-groups video {
  width: 100%;
  height: 100%;
}
#video-2 .video-groups img {
  width: 100%;
  height: 100%;
}
#video-2 .video-groups .play {
  width: 60px;
  height: 60px;
  position: absolute;
  z-index: 3;
  display: none;
}
#video-2 .video-groups .mask {
  display: none;
}
#video-2 .video-groups .mask .black-mask {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.3;
  background-color: #000;
  z-index: 2;
}
@media (min-width: 1921px) {
  #video-2 .header .desc {
    margin-top: 42px;
  }
  #video-2 .section {
    margin-top: 160px;
  }
  #video-2 .section .desc {
    margin-top: 18px;
  }
  #video-2 .video-groups {
    margin-top: 40px;
    height: 760px;
  }
}
@media (min-width: 1025px) and (max-width: 1920px) {
  #video-2 .header .desc {
    margin-top: 26px;
  }
  #video-2 .section {
    margin-top: 100px;
  }
  #video-2 .section .desc {
    margin-top: 10px;
  }
  #video-2 .video-groups {
    margin-top: 26px;
    height: 450px;
  }
}
@media (min-width: 569px) and (max-width: 1024px) {
  #video-2 .header .desc {
    margin-top: 0.8em;
  }
  #video-2 .section {
    margin-top: 3.6em;
  }
  #video-2 .section .desc {
    margin-top: 0.6em;
  }
  #video-2 .video-groups {
    margin-top: 1.04em;
    height: 12.72em;
  }
}
@media (max-width: 568px) {
  #video-2 .narrow-container {
    width: 10.1667em;
  }
  #video-2 .title {
    white-space: normal;
  }
  #video-2 .header .desc {
    margin-top: 1.3333em;
  }
  #video-2 .section {
    margin-top: 4.3333em;
  }
  #video-2 .sub-container {
    width: 100vw;
  }
  #video-2 .desc {
    margin-top: 0.6667em;
  }
  #video-2 .video-groups {
    margin-top: 1.3333em;
  }
  #video-2 .video-groups .play {
    top: calc(50% - 30px);
    left: calc(50% - 30px);
  }
  #video-2 .mask {
    width: 100vw;
    height: 178vw;
  }
}
#video-3 {
  background: #000;
}
#video-3 .pc-sticky {
  width: 100%;
  height: 720vh;
  display: -ms-flexbox;
  display: flex;
}
#video-3 .pc-sticky .sticky-item {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
#video-3 .pc-sticky .background {
  position: absolute;
  z-index: 3;
  max-width: unset;
}
#video-3 .pc-sticky .section1 {
  z-index: 5;
  position: relative;
  padding: 29vh 0 25vh 0;
}
@media (min-width: 569px) and (max-width: 1024px) {
  #video-3 .pc-sticky .section1 {
    padding-top: 18vh;
  }
}
#video-3 .pc-sticky .section1 .text {
  margin-top: 25px;
  margin-bottom: 12vh;
}
#video-3 .pc-sticky .section1 .content {
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 569px) and (max-width: 1024px) {
  #video-3 .pc-sticky .section1 .content {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
#video-3 .pc-sticky .section1 .part {
  -ms-flex: 1;
      flex: 1;
  padding-right: 60px;
}
@media (min-width: 569px) and (max-width: 1024px) {
  #video-3 .pc-sticky .section1 .part {
    padding-right: 0;
  }
}
#video-3 .pc-sticky .section1 .part .p2 {
  margin-top: 25px;
}
@media (min-width: 569px) and (max-width: 1024px) {
  #video-3 .pc-sticky .section1 .part .p2 {
    margin-top: 10px;
    margin-bottom: 38px;
  }
}
#video-3 .pc-sticky .phone {
  position: absolute;
  z-index: 4;
}
#video-3 .pc-sticky .play {
  position: absolute;
  top: calc(50vh - 25px);
  left: calc(50vw - 25px);
  width: 50px;
  z-index: 5;
}
@media (min-width: 1921px) {
  #video-3 .pc-sticky .play {
    top: calc(50vh - 35px);
    left: calc(50vw - 35px);
    width: 70px;
  }
}
@media (min-width: 569px) and (max-width: 1024px) {
  #video-3 .pc-sticky .play {
    top: calc(50vh - 20px);
    left: calc(50vw - 20px);
    width: 40px;
  }
}
#video-3 .pc-sticky .background1,
#video-3 .pc-sticky .background2 {
  position: absolute;
  z-index: 2;
}
#video-3 .pc-sticky .videoapp .part1,
#video-3 .pc-sticky .videoapp .part2 {
  position: absolute;
  top: calc(50vh - 8vw);
  left: 25%;
  width: 25%;
}
#video-3 .pc-sticky .videoapp .part1 .title,
#video-3 .pc-sticky .videoapp .part2 .title {
  white-space: nowrap;
}
#video-3 .pc-sticky .videoapp .part1 .text,
#video-3 .pc-sticky .videoapp .part2 .text {
  margin-top: 40px;
  letter-spacing: 0;
}
@media (min-width: 569px) and (max-width: 1024px) {
  #video-3 .pc-sticky .videoapp .part1,
  #video-3 .pc-sticky .videoapp .part2 {
    top: calc(50vh - 15vw);
    left: 18%;
    width: 30%;
  }
}
#video-3 .mobile-sticky {
  width: 100%;
  height: 3000px;
}
#video-3 .mobile-sticky .sticky-item {
  width: 100%;
  height: 100vh;
}
#video-3 .mobile-sticky .video {
  max-width: 189vh;
  height: 100vh;
  position: absolute;
  z-index: 2;
  top: 0;
  left: calc(50vw - 89vh);
}
#video-3 .mobile-sticky .mobile-phone {
  position: absolute;
  top: calc(50vh - 75vw);
  left: 12.5vw;
  width: 75vw;
  height: 163vw;
  z-index: 3;
}
#video-3 .mobile-sticky .play {
  position: absolute;
  top: calc(50vh - 25px);
  left: calc(50vw - 25px);
  width: 50px;
  z-index: 3;
}
#video-3 .mobile-sticky .background1 {
  position: absolute;
  top: calc(50vh - 75vw + 3px);
  left: calc(12.5vw + 10px);
  width: calc(75vw - 20px);
  z-index: 1;
}
#video-3 .mobile-sticky .section2 {
  z-index: 3;
  position: relative;
  top: 1000px;
}
#video-3 .mobile-sticky .section2 .title {
  white-space: nowrap;
}
#video-3 .mobile-sticky .section2 .text {
  margin-top: 36px;
}
#video-3 .mobile-sticky .section2 .part {
  margin-top: 33px;
}
#video-3 .mobile-sticky .section2 .part .p2 {
  margin-top: 10px;
}
#video-3 .mobile-content {
  margin-top: 60px;
}
#video-3 .mobile-content .phone {
  width: 9.3em;
  height: 20.2em;
  margin-top: 150px;
  position: absolute;
  z-index: 3;
}
#video-3 .mobile-content .background2 {
  width: calc(9.3em - 20px);
  height: calc(20.2em - 2px);
  margin-top: 153px;
  margin-left: 10px;
  position: relative;
  z-index: 2;
}
#video-3 .mobile-content .text,
#video-3 .mobile-content .text2 {
  margin-top: 40px;
}
#video-3 .mobile-content .title,
#video-3 .mobile-content .title2 {
  white-space: nowrap;
}
#video-3 .mobile-content .title2 {
  margin-top: 60px;
}
#media-2 {
  background: #000;
  margin-top: -1px;
  padding-top: 7em;
}
#media-2 sup {
  top: -45px;
}
@media (min-width: 1025px) and (max-width: 1920px) {
  #media-2 sup {
    top: -30px;
  }
}
@media (min-width: 569px) and (max-width: 1024px) {
  #media-2 sup {
    top: -20px;
  }
}
@media (max-width: 568px) {
  #media-2 sup {
    top: -26px;
  }
}
@media (min-width: 1025px) and (max-width: 1920px) {
  #media-2 .line-height {
    line-height: 18px;
  }
}
#media-2 .grey-dolby {
  color: #d9d9d9;
}
#media-2 .more {
  cursor: pointer;
}
#media-2 .pc {
  padding-bottom: 60px;
}
#media-2 .pc .sticky-container {
  height: 200vh;
}
#media-2 .pc .sticky-item {
  width: 100%;
  height: 100vh;
}
#media-2 .pc .sticky-item .frame {
  z-index: 4;
  width: 100%;
  position: absolute;
  top: 35vh;
}
#media-2 .pc .sticky-item .phone,
#media-2 .pc .sticky-item .voice {
  z-index: 3;
  width: calc(100% - 10px);
  left: 5px;
  position: absolute;
  top: calc(35vh + 5px);
}
@media (min-width: 569px) and (max-width: 1024px) {
  #media-2 .pc .sticky-item .phone,
  #media-2 .pc .sticky-item .voice {
    width: calc(100% - 20px);
    left: 10px;
  }
}
#media-2 .pc .sticky-item .phoneshadow,
#media-2 .pc .sticky-item .voiceshadow {
  z-index: 3;
  max-width: 140%;
  width: 140%;
  left: -20%;
  position: absolute;
}
@media (min-width: 1921px) {
  #media-2 .pc .sticky-item .phoneshadow,
  #media-2 .pc .sticky-item .voiceshadow {
    top: calc(35vh + 552px);
  }
}
@media (min-width: 1025px) and (max-width: 1920px) {
  #media-2 .pc .sticky-item .phoneshadow,
  #media-2 .pc .sticky-item .voiceshadow {
    top: calc(35vh + 331px);
  }
}
@media (min-width: 569px) and (max-width: 1024px) {
  #media-2 .pc .sticky-item .phoneshadow,
  #media-2 .pc .sticky-item .voiceshadow {
    top: calc(35vh + 298px);
  }
}
@media (max-width: 1024px) and (min-height: 1000px) {
  #media-2 .pc .sticky-item .phoneshadow,
  #media-2 .pc .sticky-item .voiceshadow {
    top: calc(35vh + 222px);
  }
}
#media-2 .pc .block {
  display: inline-block;
}
#media-2 .pc .pic {
  width: 100%;
}
#media-2 .pc .pic1 {
  width: 100vw;
  height: 62.5vw;
}
#media-2 .pc .onpic {
  margin-top: -20vh;
}
@media (min-width: 569px) and (max-width: 1024px) {
  #media-2 .pc .onpic {
    margin-top: -12vh;
  }
}
#media-2 .pc .tuv {
  margin-top: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
#media-2 .pc .tuv .tuvicon {
  width: 60px;
}
@media (min-width: 1025px) and (max-width: 1920px) {
  #media-2 .pc .tuv .tuvicon {
    width: 36px;
  }
}
@media (min-width: 569px) and (max-width: 1024px) {
  #media-2 .pc .tuv .tuvicon {
    width: 26px;
  }
}
#media-2 .pc .tuv .tuv1 {
  width: 30%;
  margin-left: 70px;
}
@media (min-width: 569px) and (max-width: 1024px) {
  #media-2 .pc .tuv .tuv1 {
    margin-left: 1.2em;
  }
}
#media-2 .pc .tuv .tuv2 {
  width: 55%;
}
#media-2 .pc .tuv .tuv2 .more {
  color: #1bc8c7;
}
#media-2 .pc .tuv .tuv2 .icon {
  width: 12px;
  margin-left: 2px;
}
@media (min-width: 1921px) {
  #media-2 .pc .tuv .tuv2 .icon {
    width: 18px;
  }
}
#media-2 .pc .text2 {
  position: relative;
  top: 22%;
  width: 90%;
  left: 5%;
}
#media-2 .pc .text3 {
  position: relative;
  top: 6%;
  z-index: 4;
  width: 90%;
  left: 5%;
}
@media (min-width: 1025px) and (max-width: 1920px) {
  #media-2 .pc .text3 {
    top: 10%;
  }
}
#media-2 .pc .text4 {
  position: relative;
  top: 8%;
  z-index: 4;
  width: 90%;
  left: 5%;
}
@media (min-width: 1025px) and (max-width: 1920px) {
  #media-2 .pc .text4 {
    top: 12%;
  }
}
#media-2 .pc .contrast {
  position: relative;
  height: 100%;
  margin: auto;
}
#media-2 .pc .contrast .hdr,
#media-2 .pc .contrast .dolby {
  z-index: 4;
  position: absolute;
  width: 95%;
  left: 5%;
}
@media (min-width: 1921px) {
  #media-2 .pc .contrast .hdr,
  #media-2 .pc .contrast .dolby {
    top: calc(35vh + 600px);
  }
}
@media (min-width: 1025px) and (max-width: 1920px) {
  #media-2 .pc .contrast .hdr,
  #media-2 .pc .contrast .dolby {
    top: calc(35vh + 390px);
  }
}
@media (min-width: 569px) and (max-width: 1024px) {
  #media-2 .pc .contrast .hdr,
  #media-2 .pc .contrast .dolby {
    top: calc(35vh + 350px);
  }
}
#media-2 .pc .contrast .hdr1 {
  width: 6.4em;
  vertical-align: middle;
}
#media-2 .pc .contrast .dolby1 {
  width: 8em;
  vertical-align: middle;
}
#media-2 .pc .contrast .hdr2 {
  width: 40%;
  margin-left: 25%;
  vertical-align: middle;
}
@media (min-width: 1025px) and (max-width: 1920px) {
  #media-2 .pc .contrast .hdr2 {
    line-height: 18px;
  }
}
#media-2 .pc .params {
  margin-left: 30%;
  margin-right: -20%;
  vertical-align: middle;
}
@media (min-width: 569px) and (max-width: 1024px) {
  #media-2 .pc .params {
    margin-left: 25%;
  }
}
#media-2 .pc .dolby-anime .left {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
#media-2 .pc .dolby-anime .left,
#media-2 .pc .dolby-anime .maskleft {
  width: 50%;
  position: absolute;
  top: 33%;
  left: -24%;
}
#media-2 .pc .dolby-anime .right,
#media-2 .pc .dolby-anime .maskright {
  width: 50%;
  position: absolute;
  top: 33%;
  right: -24%;
}
#media-2 .pc .dolby-anime .maskleft,
#media-2 .pc .dolby-anime .maskright {
  z-index: 2;
}
#media {
  background: #000;
  margin-top: -1px;
  z-index: 1;
  padding-bottom: 120px;
}
@media (min-width: 1025px) and (max-width: 1920px) {
  #media {
    padding-bottom: 70px;
  }
}
@media (min-width: 569px) and (max-width: 1024px) {
  #media {
    padding-bottom: 40px;
  }
}
@media (max-width: 568px) {
  #media {
    padding-bottom: 0;
  }
}
#media .video-groups {
  margin-top: 60px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
@media (min-width: 1025px) and (max-width: 1920px) {
  #media .video-groups {
    border-radius: 12px;
  }
}
@media (min-width: 569px) and (max-width: 1024px) {
  #media .video-groups {
    border-radius: 8.4px;
  }
}
@media (max-width: 568px) {
  #media .video-groups {
    border-radius: 0;
  }
}
#media .video-groups video {
  width: 100%;
  height: 100%;
}
#media .video-groups img {
  width: 100%;
  height: 100%;
}
#media .video-groups .play {
  width: 18%;
  height: 18%;
  position: absolute;
  top: 41%;
  left: 41%;
  z-index: 3;
  display: none;
}
#media .video-groups .mask {
  display: none;
}
#media .video-groups .mask .black-mask {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.3;
  background-color: #000;
  z-index: 2;
}
@media (max-width: 568px) {
  #media sup {
    top: -26px;
  }
}
#media .white-1 {
  color: rgba(255,255,255,0.7);
}
#media .grey-other-1 {
  color: #acacac;
}
#media .grey-other-2 {
  color: #ececec;
}
#media .flex-wrapper {
  display: -ms-flexbox;
  display: flex;
}
#media .media-sticky {
  width: 100%;
  height: 440vh;
}
#media .media-sticky .sticky-item {
  width: 100%;
  height: 100vh;
}
@media (min-width: 1024px) {
  #media .media-sticky .sticky-item .anime > img,
  #media .media-sticky .sticky-item #anime-container > img {
    -ms-transform-origin: center;
        transform-origin: center;
    -ms-transform: scale(0.8) translateY(48px);
        transform: scale(0.8) translateY(48px);
  }
}
#media .media-sticky .phone {
  width: 20vw;
  z-index: 2;
  position: absolute;
  top: calc(50vh - 21.8vw);
  left: 40vw;
}
@media (min-width: 569px) and (max-width: 1024px) {
  #media .media-sticky .phone {
    width: 20vw;
    left: 40vw;
  }
}
@media (max-width: 1024px) and (min-height: 1000px) {
  #media .media-sticky .phone {
    top: calc(50vh - 34.88vw);
    width: 32vw;
    left: 34vw;
  }
}
#media .media-sticky .background {
  position: absolute;
  border-radius: 15px;
  width: calc(20vw - 28px);
  top: calc(50vh - 21.8vw + 12px);
  left: calc(40vw + 14px);
}
@media (max-width: 1920px) and (min-width: 1441px) {
  #media .media-sticky .background {
    width: calc(20vw - 20px);
    top: calc(50vh - 21.8vw + 8px);
    left: calc(40vw + 10px);
  }
}
@media (max-width: 1440px) and (min-width: 1025px) {
  #media .media-sticky .background {
    width: calc(20vw - 16px);
    top: calc(50vh - 21.8vw + 10px);
    left: calc(40vw + 8px);
  }
}
@media (min-width: 569px) and (max-width: 1024px) {
  #media .media-sticky .background {
    width: calc(20vw - 10px);
    top: calc(50vh - 21.8vw + 3px);
    left: calc(40vw + 5px);
  }
}
@media (max-width: 1024px) and (min-height: 1000px) {
  #media .media-sticky .background {
    width: calc(32vw - 10px);
    top: calc(50vh - 34.88vw + 3px);
    left: calc(34vw + 5px);
  }
}
#media .media-sticky #anime-container img {
  position: absolute;
  border-radius: 15px;
  width: calc(20vw - 28px);
  top: calc(50vh - 21.8vw + 12px);
  left: calc(40vw + 14px);
  height: auto;
}
@media (max-width: 1920px) and (min-width: 1441px) {
  #media .media-sticky #anime-container img {
    width: calc(20vw - 20px);
    top: calc(50vh - 21.8vw + 8px);
    left: calc(40vw + 10px);
  }
}
@media (max-width: 1440px) and (min-width: 1025px) {
  #media .media-sticky #anime-container img {
    width: calc(20vw - 16px);
    top: calc(50vh - 21.8vw + 10px);
    left: calc(40vw + 8px);
  }
}
@media (min-width: 569px) and (max-width: 1024px) {
  #media .media-sticky #anime-container img {
    width: calc(20vw - 10px);
    top: calc(50vh - 21.8vw + 3px);
    left: calc(40vw + 5px);
  }
}
@media (max-width: 1024px) and (min-height: 1000px) {
  #media .media-sticky #anime-container img {
    width: calc(32vw - 10px);
    top: calc(50vh - 34.88vw + 3px);
    left: calc(34vw + 5px);
  }
}
#media .media-sticky .title {
  position: absolute;
  top: 40vh;
  width: 100%;
  text-align: center;
  z-index: 1;
}
@media (min-width: 569px) and (max-width: 1024px) {
  #media .media-sticky .title {
    top: calc(50vh - 55px);
  }
}
#media .media-sticky .params {
  margin-bottom: 1.5em;
}
#media .media-sticky .params .param {
  display: inline-block;
}
#media .media-sticky .params .unit {
  display: inline-block;
}
@media (min-width: 569px) and (max-width: 1024px) {
  #media .media-sticky .params {
    margin-bottom: 25px;
  }
}
#media .media-sticky .params1,
#media .media-sticky .params3,
#media .media-sticky .params4,
#media .media-sticky .params5,
#media .media-sticky .params7,
#media .media-sticky .params8 {
  margin-bottom: 1.2em;
}
@media (min-width: 569px) and (max-width: 1024px) {
  #media .media-sticky .params1,
  #media .media-sticky .params3,
  #media .media-sticky .params4,
  #media .media-sticky .params5,
  #media .media-sticky .params7,
  #media .media-sticky .params8 {
    margin-bottom: 18.4px;
  }
}
#media .media-sticky .left {
  position: absolute;
  top: 25vh;
  left: 23vw;
}
@media (min-width: 569px) and (max-width: 1024px) {
  #media .media-sticky .left {
    top: 32vh;
    left: 16vw;
  }
}
@media (max-width: 1024px) and (min-height: 1000px) {
  #media .media-sticky .left {
    left: 12vw;
  }
}
#media .media-sticky .right {
  position: absolute;
  top: 25vh;
  right: 25vw;
}
@media (min-width: 569px) and (max-width: 1024px) {
  #media .media-sticky .right {
    top: 32vh;
    right: 20vw;
  }
}
@media (max-width: 1024px) and (min-height: 1000px) {
  #media .media-sticky .right {
    right: 14vw;
  }
}
#media .screen {
  padding-top: 6vw;
}
#media .screen .hz90 {
  width: 100%;
  border-radius: 20px;
}
#media .screen .title1 {
  margin-top: 72px;
}
#media .screen .text1 {
  margin-top: 37px;
}
@media (min-width: 1921px) {
  #media .screen .text1 {
    width: 990px;
  }
}
@media (min-width: 569px) and (max-width: 1024px) {
  #media .screen .text1 {
    margin-top: 1em;
    width: 18.48em;
  }
}
#media .mobile-media {
  padding: 30vh 0 3em 0;
  background: #000;
}
#media .mobile-media .phone {
  width: 76vw;
  height: 165vw;
  margin: auto;
  position: relative;
}
#media .mobile-media .background {
  position: absolute;
  margin: auto;
  margin-top: 10px;
  width: calc(76vw - 20px);
  left: calc(12vw + 10px);
}
#media .mobile-media #anime-container img {
  position: absolute;
  margin: auto;
  margin-top: 10px;
  width: calc(76vw - 20px);
  left: calc(12vw + 10px);
}
#media .mobile-media .mobile-title {
  width: 100%;
  text-align: center;
}
#media .mobile-media .mobile-params {
  height: 468px;
}
#media .mobile-media .type-margin {
  margin-top: -10px;
}
#media .mobile-media .sub-container {
  margin-top: 30px;
}
#media .mobile-media .sub-container .left,
#media .mobile-media .sub-container .right {
  width: 50%;
  float: left;
  white-space: nowrap;
}
@media (max-width: 568px) {
  #media .mobile-media .sub-container .left .params1,
  #media .mobile-media .sub-container .left .params3,
  #media .mobile-media .sub-container .left .params4 {
    margin-bottom: 27.5px;
  }
}
#media .mobile-media .sub-container .right {
  padding-left: 5vw;
}
@media (max-width: 568px) {
  #media .mobile-media .sub-container .right .params1,
  #media .mobile-media .sub-container .right .params3 {
    margin-bottom: 27.5px;
  }
}
#media .mobile-media .sub-container .params {
  margin-bottom: 40px;
}
@media (max-width: 568px) {
  #media .mobile-media .sub-container .params {
    margin-bottom: 31px;
  }
}
#media .mobile-media .sub-container .params .param {
  display: block;
}
#media .mobile-media .sub-container .params .unit {
  display: inline-block;
}
#media .mobile-media .hz90 {
  width: 100vw;
  height: 50vw;
}
#media .mobile-media .title2 {
  margin-top: 60px;
  white-space: nowrap;
}
@media (max-width: 568px) {
  #media .mobile-media .title2 {
    white-space: normal;
  }
}
#media .mobile-media .text2 {
  margin-top: 27px;
}
#media .mobile {
  background: #000;
}
#media .mobile .pic1 {
  width: 100vw;
  height: 125vw;
  position: relative;
  z-index: 2;
}
#media .mobile .tuv {
  margin: -50px 0 60px 0;
  position: relative;
  z-index: 3;
}
#media .mobile .tuv .icon {
  width: 40px;
  height: 40px;
}
#media .mobile .tuv .tuv1 {
  margin-top: 20px;
}
#media .mobile .tuv .tuv2 {
  margin-top: 10px;
}
#media .mobile .more {
  color: #1bc8c7;
  font-size: 15px;
  line-height: 15px;
  margin-top: 10px;
}
#media .mobile .learn {
  display: inline-block;
  width: 15px;
  margin-left: 2px;
  margin-top: -2.5px;
}
#media .mobile .pic {
  width: 100vw;
  height: 48vw;
}
#media .mobile .back {
  white-space: nowrap;
  margin: 50px 0 -15px 0;
  width: 100%;
  text-align: center;
}
#media .mobile .back1 {
  white-space: nowrap;
  margin: 50px 0 -15px 0;
  width: 100%;
  text-align: center;
  font-size: 50px;
}
#media .mobile .hdr .hdr1 {
  margin-top: 5px;
}
#media .mobile .hdr .icon {
  width: 130px;
  height: 28px;
  margin-top: 40px;
}
#media .mobile .text5 {
  margin-top: 170px;
}
#media .mobile .text5 .nowrap {
  white-space: nowrap;
}
#media .mobile .text6 {
  margin-top: 27px;
}
#media .mobile .flex-wrapper {
  display: -ms-flexbox;
  display: flex;
}
#media .mobile .flex-wrapper > div {
  -ms-flex: 1;
      flex: 1;
}
#media .mobile .dolby {
  width: 200px;
  height: 21px;
  margin-bottom: 140px;
}
#media .mobile .hdrphone,
#media .mobile .dolbyphone {
  margin-top: 60px;
}
@media (max-width: 568px) {
  #media .params1,
  #media .params3 {
    height: 60px;
  }
  #media .params2 {
    height: 80px;
  }
}
#breeno {
  z-index: 1;
  position: relative;
  background-color: #fff;
  transition: background-color 0.5s linear;
  margin-top: -1em;
}
#breeno .row {
  display: -ms-flexbox;
  display: flex;
}
#breeno .panel img {
  margin: auto;
  display: block;
}
#breeno .panel .image-group {
  width: 100%;
  overflow: hidden;
}
#breeno .panel .image-group .wrapper {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
#breeno .panel {
  overflow: hidden;
}
#breeno .panel .title {
  height: 3em;
}
#breeno .panel-1 {
  background: linear-gradient(#2a1c15, #282828);
}
#breeno .panel-2 {
  background: linear-gradient(#2a1522, #282828);
}
#breeno .panel-2 .mask-wrapper {
  height: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  overflow: hidden;
}
#breeno .panel-3 {
  background: linear-gradient(#151f2a, #282828);
}
#breeno .panel-4 {
  background: linear-gradient(#17152a, #282828);
}
#breeno .footer {
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  border: 2px solid #979797;
  border-radius: 28.5px;
  margin-top: 4.5em;
}
@media (min-width: 1025px) and (max-width: 1920px) {
  #breeno .footer {
    border: 1px solid #979797;
    border-radius: 18px;
    margin-top: 6vh;
  }
}
@media (min-width: 569px) and (max-width: 1024px) {
  #breeno .footer {
    border: 1px solid #979797;
    border-radius: 16px;
    margin-top: 6vh;
  }
}
@media (max-width: 568px) {
  #breeno .footer {
    border: 2px solid #666;
    border-radius: 32px;
  }
}
#breeno .footer .button-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
#breeno .footer .btn-3 {
  white-space: nowrap;
}
#breeno .panel-2 .img-wrapper {
  position: relative;
  margin: auto;
}
@media (min-width: 1921px) {
  #breeno .footer {
    margin-top: 40px;
    width: 391px;
    height: 57px;
  }
  #breeno .footer .link {
    width: 18px;
    height: 18px;
    margin-left: 18px;
  }
}
@media (min-width: 1025px) and (max-width: 1920px) {
  #breeno .footer {
    margin-top: 26px;
    width: 266px;
    height: 36px;
  }
  #breeno .footer .link {
    width: 12px;
    height: 12px;
    margin-left: 10px;
  }
}
@media (min-width: 569px) and (max-width: 1024px) {
  .footer {
    margin-top: 0.96em;
    width: 10.28em;
    min-width: 240px;
    height: 1.28em;
  }
  .footer .link {
    width: 0.5em;
    height: 0.5em;
    margin-left: 0.5em;
  }
}
@media (min-width: 569px) {
  #breeno {
    padding-top: calc((27.513em - 100vh) / 2);
    padding-bottom: 3.2em;
  }
  #breeno .row {
    margin-bottom: 0.3556em;
  }
  #breeno .panel {
    position: relative;
    width: 14.8em;
    height: 21.333em;
    padding: 1.4222em 1.6222em;
  }
  #breeno .panel:first-child {
    margin-right: 0.3556em;
  }
  #breeno .panel .description {
    margin-top: 0.5611em;
  }
  #breeno .panel .content {
    position: absolute;
    left: 0;
    width: 100%;
    height: 9.6em;
    bottom: 0;
  }
  #breeno .panel .content .image-group .image {
    width: 100%;
  }
  #breeno .panel .content .image-group .image img {
    width: 100%;
    max-width: 100%;
  }
  #breeno .panel .img-wrapper {
    width: 5.1227em;
  }
  #breeno .panel .mask-wrapper img {
    width: 5.1227em;
    max-width: 5.1227em;
  }
  #breeno .description {
    margin-bottom: 5.289em;
  }
  #breeno .description .p2 {
    margin-top: 0.9333em;
  }
  #breeno .panel-2 .description {
    margin-bottom: 0.5em;
  }
  #breeno .panel-2 img {
    height: 9.6em;
  }
}
@media (min-width: 1025px) and (max-width: 1920px) {
  #breeno .panel .content {
    bottom: -1.5em;
  }
  #breeno .panel .content .img-wrapper {
    width: 6.58em;
  }
  #breeno .panel .content .img-wrapper img {
    max-width: 6.58em;
    width: 6.58em;
  }
}
@media (min-width: 569px) and (max-width: 1024px) {
  #breeno .panel {
    width: 11.6em;
    height: 18.8em;
    padding: 1em;
  }
  #breeno .panel .content {
    height: 10.2em;
  }
  #breeno .panel .content .img-wrapper {
    width: 6.08em;
  }
  #breeno .panel .content .img-wrapper img {
    max-width: 6.08em;
    width: 6.08em;
    height: 10.2em;
  }
  #breeno .panel-2 .image-group .image {
    width: 6.08em;
    height: 10.2em;
  }
}
@media (max-width: 1024px) and (min-height: 1000px) {
  #breeno .panel {
    width: 11.6em;
    height: 24.8em;
    padding: 1em;
  }
  #breeno .panel .content {
    height: 10.2em;
  }
  #breeno .panel .content .img-wrapper {
    width: 6.08em;
  }
  #breeno .panel .content .img-wrapper img {
    max-width: 6.08em;
    width: 6.08em;
    height: 10.2em;
  }
  #breeno .panel-2 .image-group .image {
    width: 6.08em;
    height: 10.2em;
  }
}
.main-wrapper {
  letter-spacing: -0.3px;
}
.main-wrapper .h1 {
  font-family: 'OPPOSans-B';
}
.main-wrapper .h2,
.main-wrapper .h3,
.main-wrapper .h4,
.main-wrapper .h5,
.main-wrapper .h6,
.main-wrapper .p8,
.main-wrapper .p9,
.main-wrapper .p10 {
  font-family: 'OPPOSans-B';
}
.main-wrapper .bold {
  font-family: 'OPPOSans-B';
}
.main-wrapper .medium {
  font-family: 'OPPOSans-M';
}
.main-wrapper .btn {
  font-family: 'OPPOSans-M';
}
.main-wrapper .h1,
.main-wrapper .h2,
.main-wrapper .h3,
.main-wrapper .h4,
.main-wrapper .h5,
.main-wrapper .h6,
.main-wrapper .h6-media {
  color: #dbdbdb;
}
.main-wrapper .p1,
.main-wrapper .p2,
.main-wrapper .p3,
.main-wrapper .p4,
.main-wrapper .p5,
.main-wrapper .p6 {
  font-family: 'OPPOSans-M';
  color: #666;
}
.main-wrapper .p7 {
  font-family: 'OPPOSans-M';
  font-size: 60px;
  color: #4a4a4a;
  letter-spacing: 0;
  line-height: 60px;
}
.main-wrapper .dark {
  color: #333;
}
.main-wrapper .white {
  color: #fff;
}
.main-wrapper .lightwhite {
  color: #ccc;
}
.main-wrapper .grey {
  color: #666;
}
.main-wrapper .grey-1 {
  color: #acacac;
}
.main-wrapper .grey-2 {
  color: #ececec;
}
.main-wrapper .lightgrey {
  color: #dbdbdb;
}
.main-wrapper .lightGrey-2 {
  color: #cbcbcb;
}
.main-wrapper .lightGrey-3 {
  color: #999;
}
.main-wrapper .black {
  color: #000;
}
.main-wrapper .nowrap {
  white-space: nowrap;
}
@media (max-width: 568px) {
  .main-wrapper .h1 {
    font-size: 48px;
    line-height: 54px;
    letter-spacing: -1px;
  }
  .main-wrapper .h1.h1-other {
    font-size: 48px;
    line-height: 54px;
    letter-spacing: -1px;
  }
  .main-wrapper .h2 {
    font-size: 42px;
    line-height: 42px;
    letter-spacing: 0;
  }
  .main-wrapper .h2.h2-title {
    font-size: 34px;
    line-height: 46px;
    letter-spacing: -1px;
  }
  .main-wrapper .h3 {
    font-size: 34px;
    line-height: 46px;
    letter-spacing: 0;
  }
  .main-wrapper .h4 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
  }
  .main-wrapper .h5 {
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0;
  }
  .main-wrapper .h6 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
  }
  .main-wrapper .h6-media {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 0;
  }
  .main-wrapper .h7 {
    font-size: 36px;
    line-height: 50px;
    letter-spacing: 0;
  }
  .main-wrapper .h7.h7-mobile {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
  }
  .main-wrapper .h8 {
    font-size: 16px;
    line-height: 60px;
    letter-spacing: 0;
  }
  .main-wrapper .h9 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0;
  }
  .main-wrapper .p1 {
    font-size: 84px;
    line-height: 118px;
  }
  .main-wrapper .p1.p1-sm {
    font-size: 34px;
    line-height: 40px;
    letter-spacing: -1px;
  }
  .main-wrapper .p2 {
    font-size: 16px;
    line-height: 27px;
  }
  .main-wrapper .p3 {
    font-size: 16px;
    line-height: 30px;
  }
  .main-wrapper .p4 {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.3px;
  }
  .main-wrapper .p5 {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
  }
  .main-wrapper .p6 {
    font-size: 16px;
    line-height: 27px;
  }
  .main-wrapper .p6.mobile-1 {
    font-size: 12px;
    line-height: 16px;
  }
  .main-wrapper .p6.mobile-2 {
    font-size: 11px;
    line-height: 16px;
  }
  .main-wrapper .p8 {
    font-size: 24px;
    line-height: 32px;
  }
  .main-wrapper .p9 {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: -0.3;
    font-family: 'OPPOSans-M';
  }
  .main-wrapper .p10 {
    font-size: 14px;
    line-height: 27px;
    letter-spacing: -0.3;
  }
  .main-wrapper .btn {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (min-width: 569px) and (max-width: 1024px) {
  .main-wrapper .h1 {
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 0;
  }
  .main-wrapper .h2 {
    font-size: 34px;
    line-height: 34px;
    letter-spacing: 0;
  }
  .main-wrapper .h3 {
    font-size: 34px;
    line-height: 48px;
    letter-spacing: 0;
  }
  .main-wrapper .h4 {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
  }
  .main-wrapper .h4.h4-md {
    font-size: 14px;
    line-height: 21px;
  }
  .main-wrapper .h5 {
    font-size: 17px;
    line-height: 34px;
    letter-spacing: 0;
  }
  .main-wrapper .h6 {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0;
  }
  .main-wrapper .h7 {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
  }
  .main-wrapper .p1 {
    font-size: 120px;
    line-height: 170px;
  }
  .main-wrapper .p1.p1-other {
    font-size: 50px;
    line-height: 60px;
  }
  .main-wrapper .p2 {
    font-size: 14px;
    line-height: 24px;
  }
  .main-wrapper .p3 {
    font-size: 14px;
    line-height: 24px;
  }
  .main-wrapper .p4 {
    font-size: 10px;
    line-height: 14px;
  }
  .main-wrapper .p5 {
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 0;
  }
  .main-wrapper .p6 {
    font-size: 14px;
    line-height: 24px;
  }
  .main-wrapper .p6.mobile-1 {
    font-size: 12px;
    line-height: 18px;
  }
  .main-wrapper .p6.mobile-2 {
    font-size: 11px;
    line-height: 16px;
  }
  .main-wrapper .p8 {
    font-size: 16px;
    line-height: 26px;
  }
  .main-wrapper .p9 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.267;
  }
  .main-wrapper .p10 {
    font-size: 14px;
    line-height: 27px;
    letter-spacing: -0.3;
  }
  .main-wrapper .btn {
    font-size: 12px;
    line-height: 14px;
  }
  .main-wrapper .tips {
    font-size: 10px;
    line-height: 14px;
  }
}
@media (min-width: 1025px) and (max-width: 1920px) {
  .main-wrapper .h1 {
    font-size: 70px;
    line-height: 80px;
    letter-spacing: -1px;
  }
  .main-wrapper .h1.h1-other {
    font-size: 70px;
    line-height: 80px;
    letter-spacing: -1px;
  }
  .main-wrapper .h2 {
    font-size: 42px;
    line-height: 42px;
    letter-spacing: 0;
  }
  .main-wrapper .h3 {
    font-size: 36px;
    line-height: 48px;
    letter-spacing: -0.86px;
  }
  .main-wrapper .h4 {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0;
  }
  .main-wrapper .h5 {
    font-size: 21px;
    line-height: 42px;
    letter-spacing: 0;
  }
  .main-wrapper .h6 {
    font-size: 21px;
    letter-spacing: 0;
  }
  .main-wrapper .h7 {
    font-size: 29px;
    line-height: 41px;
    letter-spacing: 0;
  }
  .main-wrapper .p1 {
    font-size: 200px;
    line-height: 280px;
  }
  .main-wrapper .p1.p1-sm {
    font-size: 100px;
    line-height: 110px;
    letter-spacing: -1.25px;
  }
  .main-wrapper .p2 {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: -0.23px;
  }
  .main-wrapper .p3 {
    font-size: 12px;
    line-height: 24px;
  }
  .main-wrapper .p4 {
    font-size: 12px;
    line-height: 12px;
  }
  .main-wrapper .p5 {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0;
  }
  .main-wrapper .p6 {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: -0.23px;
  }
  .main-wrapper .p6.mobile-1 {
    font-size: 12px;
    line-height: 18px;
  }
  .main-wrapper .p6.mobile-2 {
    font-size: 11px;
    line-height: 16px;
  }
  .main-wrapper .p8 {
    font-size: 20px;
    line-height: 28px;
  }
  .main-wrapper .p9 {
    font-size: 24px;
    line-height: 48px;
    letter-spacing: -0.4;
  }
  .main-wrapper .p10 {
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 0;
    font-family: 'OPPOSans-M';
  }
  .main-wrapper .btn {
    font-size: 14px;
    line-height: 20px;
  }
  .main-wrapper .tips {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (min-width: 1921px) {
  .main-wrapper .h1 {
    font-size: 140px;
    line-height: 160px;
    letter-spacing: 0;
  }
  .main-wrapper .h2 {
    font-size: 72px;
    line-height: 72px;
    letter-spacing: 0;
  }
  .main-wrapper .h3 {
    font-size: 72px;
    line-height: 100px;
    letter-spacing: 0;
  }
  .main-wrapper .h4 {
    font-size: 36px;
    line-height: 50px;
    letter-spacing: 0;
  }
  .main-wrapper .h5 {
    font-size: 36px;
    line-height: 72px;
    letter-spacing: 0;
  }
  .main-wrapper .h6 {
    font-size: 36px;
    line-height: 30px;
    letter-spacing: 0;
  }
  .main-wrapper .h7 {
    font-size: 48px;
    line-height: 67px;
    letter-spacing: 0;
  }
  .main-wrapper .p1 {
    font-size: 400px;
    line-height: 560px;
  }
  .main-wrapper .p1.p1-other {
    font-size: 180px;
    line-height: 240px;
  }
  .main-wrapper .p2 {
    font-size: 24px;
    line-height: 40px;
  }
  .main-wrapper .p2.p2-45 {
    line-height: 45px;
  }
  .main-wrapper .p3 {
    font-size: 24px;
    line-height: 38px;
  }
  .main-wrapper .p4 {
    font-size: 16px;
    line-height: 20px;
  }
  .main-wrapper .p5 {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
  }
  .main-wrapper .p5.p5-option {
    font-size: 18px;
    line-height: 20px;
  }
  .main-wrapper .p6 {
    font-size: 24px;
    line-height: 40px;
  }
  .main-wrapper .p6.mobile-1 {
    font-size: 20px;
    line-height: 24px;
  }
  .main-wrapper .p6.mobile-2 {
    font-size: 11px;
    line-height: 16px;
  }
  .main-wrapper .p8 {
    font-size: 36px;
    line-height: 50px;
  }
  .main-wrapper .p9 {
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -0.8;
  }
  .main-wrapper .p10 {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.386;
  }
  .main-wrapper .btn {
    font-size: 24px;
    line-height: 30px;
  }
  .main-wrapper .tips {
    font-size: 18px;
    line-height: 30px;
  }
}
.fade-in {
  opacity: 0;
  -webkit-animation: fade 0.3s ease-in 0s 1 normal forwards;
          animation: fade 0.3s ease-in 0s 1 normal forwards;
}
.fade-out {
  opacity: 1;
  -webkit-animation: fade-reverse 0.3s ease-out 0s 1 normal forwards;
          animation: fade-reverse 0.3s ease-out 0s 1 normal forwards;
}
.fade-in-up {
  opacity: 0;
  -webkit-animation: fade-in-up 0.4s cubic-bezier(0.05, 0.66, 0.47, 0.94) 0s 1 normal forwards, fade 0.3s linear 0s 1 normal forwards;
          animation: fade-in-up 0.4s cubic-bezier(0.05, 0.66, 0.47, 0.94) 0s 1 normal forwards, fade 0.3s linear 0s 1 normal forwards;
}
.fade-in-up-2 {
  opacity: 0;
  -webkit-animation: fade-in-up 0.4s cubic-bezier(0.05, 0.66, 0.47, 0.94) 0.1s 1 normal forwards, fade 0.3s linear 0.1s 1 normal forwards;
          animation: fade-in-up 0.4s cubic-bezier(0.05, 0.66, 0.47, 0.94) 0.1s 1 normal forwards, fade 0.3s linear 0.1s 1 normal forwards;
}
.fade-in-up-3 {
  opacity: 0;
  -webkit-animation: fade-in-up 0.4s cubic-bezier(0.05, 0.66, 0.47, 0.94) 0.2s 1 normal forwards, fade 0.3s linear 0.2s 1 normal forwards;
          animation: fade-in-up 0.4s cubic-bezier(0.05, 0.66, 0.47, 0.94) 0.2s 1 normal forwards, fade 0.3s linear 0.2s 1 normal forwards;
}
.fade-in-up-4 {
  opacity: 0;
  -webkit-animation: fade-in-up 0.4s cubic-bezier(0.05, 0.66, 0.47, 0.94) 0.3s 1 normal forwards, fade 0.3s linear 0.3s 1 normal forwards;
          animation: fade-in-up 0.4s cubic-bezier(0.05, 0.66, 0.47, 0.94) 0.3s 1 normal forwards, fade 0.3s linear 0.3s 1 normal forwards;
}
.fade-in-up-delay-1 {
  opacity: 0;
  -webkit-animation: fade-in-up 0.4s cubic-bezier(0.05, 0.66, 0.47, 0.94) 4.6s 1 normal forwards, fade 0.3s linear 4.6s 1 normal forwards;
          animation: fade-in-up 0.4s cubic-bezier(0.05, 0.66, 0.47, 0.94) 4.6s 1 normal forwards, fade 0.3s linear 4.6s 1 normal forwards;
}
.fade-in-up-delay-2 {
  opacity: 0;
  -webkit-animation: fade-in-up 0.4s cubic-bezier(0.05, 0.66, 0.47, 0.94) 4.7s 1 normal forwards, fade 0.3s linear 4.7s 1 normal forwards;
          animation: fade-in-up 0.4s cubic-bezier(0.05, 0.66, 0.47, 0.94) 4.7s 1 normal forwards, fade 0.3s linear 4.7s 1 normal forwards;
}
.fade-out-up {
  opacity: 1;
  -webkit-animation: fade-out-up 0.4s cubic-bezier(0.05, 0.66, 0.47, 0.94) 0s 1 normal forwards, fade-reverse 0.3s linear 0s 1 normal forwards;
          animation: fade-out-up 0.4s cubic-bezier(0.05, 0.66, 0.47, 0.94) 0s 1 normal forwards, fade-reverse 0.3s linear 0s 1 normal forwards;
}
.anime-1 {
  -webkit-animation: content-up-show 0.7s cubic-bezier(0.05, 0.66, 0.47, 0.94) 0s 1 normal forwards;
          animation: content-up-show 0.7s cubic-bezier(0.05, 0.66, 0.47, 0.94) 0s 1 normal forwards;
}
.anime-2 {
  -webkit-animation: content-down-none 0.7s cubic-bezier(0.05, 0.66, 0.47, 0.94) 0s 1 normal forwards;
          animation: content-down-none 0.7s cubic-bezier(0.05, 0.66, 0.47, 0.94) 0s 1 normal forwards;
}
.anime-3 {
  -webkit-animation: content-up-show-1 0.7s cubic-bezier(0.05, 0.66, 0.47, 0.94) 0s 1 normal forwards;
          animation: content-up-show-1 0.7s cubic-bezier(0.05, 0.66, 0.47, 0.94) 0s 1 normal forwards;
}
.anime-4 {
  -webkit-animation: content-down-none-1 0.7s cubic-bezier(0.05, 0.66, 0.47, 0.94) 0s 1 normal forwards;
          animation: content-down-none-1 0.7s cubic-bezier(0.05, 0.66, 0.47, 0.94) 0s 1 normal forwards;
}
@-webkit-keyframes content-up-show {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes content-up-show {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes content-down-none {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(50px);
    opacity: 0;
  }
}
@keyframes content-down-none {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(50px);
    opacity: 0;
  }
}
@-webkit-keyframes content-up-show-1 {
  from {
    transform: translateY(80px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes content-up-show-1 {
  from {
    transform: translateY(80px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes content-down-none-1 {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(80px);
    opacity: 0;
  }
}
@keyframes content-down-none-1 {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(80px);
    opacity: 0;
  }
}
@-webkit-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fade-reverse {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fade-reverse {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fade-in-up {
  from {
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fade-in-up {
  from {
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-webkit-keyframes fade-out-up {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-30px);
  }
}
@keyframes fade-out-up {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-30px);
  }
}
#performance-1 {
  background-color: #000;
  color: #fff;
  margin-top: -1px;
}
@media (min-width: 1025px) and (max-width: 1920px) {
  #performance-1 .p4-line-height {
    line-height: 18px;
  }
}
#performance-1 sup {
  top: -40px;
}
@media (min-width: 1025px) and (max-width: 1920px) {
  #performance-1 sup {
    top: -23px;
  }
}
@media (min-width: 569px) and (max-width: 1024px) {
  #performance-1 sup {
    top: -17px;
  }
}
@media (max-width: 568px) {
  #performance-1 sup {
    top: -23px;
  }
}
#performance-1 .white-1 {
  color: #cbcbcb;
}
@media (max-width: 568px) {
  #performance-1 .white-1 {
    color: rgba(255,255,255,0.7);
  }
}
#performance-1 .white-2 {
  color: #666;
}
@media (max-width: 568px) {
  #performance-1 .white-2 {
    color: #acacac;
  }
}
#performance-1 .white-3 {
  color: #cbcbcb;
}
@media (max-width: 568px) {
  #performance-1 .white-3 {
    color: #ececec;
  }
}
#performance-1 .white-4 {
  color: #dbdbdb;
}
@media (max-width: 568px) {
  #performance-1 .white-4 {
    color: #fff;
  }
}
#performance-1 .header .title-group {
  margin: auto;
  white-space: nowrap;
  text-align: center;
}
#performance-1 .header .img-wrapper {
  z-index: 2;
  margin: auto;
}
#performance-1 .header .item-group {
  margin: auto;
}
#performance-1 .header .content {
  margin: auto;
}
#performance-1 .header img {
  width: 100%;
  height: 100%;
}
#performance-1 .container .section-1 {
  position: relative;
}
#performance-1 .container .section-1 .title-s {
  white-space: nowrap;
}
#performance-1 .container .section-1 .sticky-container {
  height: 195vh;
}
#performance-1 .container .section-1 .module-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (min-width: 1025px) and (max-width: 1920px) {
  #performance-1 .container .section-1 .module-wrapper {
    border-radius: 12px;
  }
}
@media (min-width: 569px) and (max-width: 1024px) {
  #performance-1 .container .section-1 .module-wrapper {
    border-radius: 8.4px;
  }
}
@media (max-width: 568px) {
  #performance-1 .container .section-1 .module-wrapper {
    border-radius: 0;
  }
}
#performance-1 .container .section-1 .module-wrapper .none {
  opacity: 0;
  transition: opacity 0.3s;
}
#performance-1 .container .section-1 .module-wrapper .download-group {
  position: absolute;
  background-color: #fff;
  border-radius: 5px;
  opacity: 0;
}
@media (min-width: 1025px) and (max-width: 1920px) {
  #performance-1 .container .section-1 .module-wrapper .download-group {
    border-radius: 3px;
  }
}
@media (min-width: 569px) and (max-width: 1024px) {
  #performance-1 .container .section-1 .module-wrapper .download-group {
    border-radius: 2.1px;
  }
}
@media (max-width: 568px) {
  #performance-1 .container .section-1 .module-wrapper .download-group {
    border-radius: 5px;
  }
}
#performance-1 .container .section-1 .module-wrapper .download-group.show {
  opacity: 1;
  transition: opacity 0.5s;
}
#performance-1 .container .section-1 .module-wrapper .download-group .progress-content {
  display: -ms-flexbox;
  display: flex;
}
#performance-1 .container .section-1 .module-wrapper .download-group .progress-content .number {
  margin-left: auto;
}
#performance-1 .container .section-1 .module-wrapper .download-group .progress-group {
  position: relative;
}
#performance-1 .container .section-1 .module-wrapper .download-group .progress-group .progress-1,
#performance-1 .container .section-1 .module-wrapper .download-group .progress-group .progress-2 {
  border-radius: 20px;
  position: absolute;
  width: 100%;
  height: 100%;
}
#performance-1 .container .section-1 .module-wrapper .download-group .progress-group .progress-1 {
  opacity: 0;
  background-image: linear-gradient(to right, #565656, #999);
}
#performance-1 .container .section-1 .module-wrapper .download-group .progress-group .progress-1.show {
  opacity: 1;
  transition: opacity 0.5s;
}
#performance-1 .container .section-1 .module-wrapper .download-group .progress-group .progress-2 {
  opacity: 1;
  width: 0;
  background-color: #2ad181;
  z-index: 2;
}
#performance-1 .container .section-1 .module-wrapper .download-group .progress-group .progress-2.full {
  width: 100%;
  transition: width 1s;
}
#performance-1 .container .section-1 .module-wrapper .download-group .progress-group .progress-2.show {
  opacity: 1;
  transition: opacity 0.5s;
}
#performance-1 .container .section-1 .module-wrapper .content {
  position: absolute;
}
#performance-1 .container .section-1 img {
  width: 100%;
  height: 100%;
}
#performance-1 .container .section-2 {
  position: relative;
  height: 200vh !important;
}
#performance-1 .container .section-2 .sticky-container {
  height: 200vh;
}
#performance-1 .container .section-2 .swiper-container {
  position: relative;
  overflow: visible;
}
#performance-1 .container .section-2 .swiper-container .swiper-2 {
  opacity: 0;
}
#performance-1 .container .section-2 .swiper-container .swiper-1 {
  opacity: 1;
}
#performance-1 .container .section-2 .swiper-container .swiper-bg {
  background-color: #191919;
}
#performance-1 .container .section-2 .swiper-container .img-wrapper {
  position: relative;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
@media (min-width: 1025px) and (max-width: 1920px) {
  #performance-1 .container .section-2 .swiper-container .img-wrapper {
    border-radius: 12px;
  }
}
@media (min-width: 569px) and (max-width: 1024px) {
  #performance-1 .container .section-2 .swiper-container .img-wrapper {
    border-radius: 8.4px;
  }
}
@media (max-width: 568px) {
  #performance-1 .container .section-2 .swiper-container .img-wrapper {
    border-radius: 10px;
  }
}
#performance-1 .container .section-2 .swiper-container .img-wrapper .swiper {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
#performance-1 .container .section-2 .swiper-container .img-wrapper .swiper-1 .content-wrapper-1 {
  position: relative;
}
#performance-1 .container .section-2 .swiper-container .img-wrapper .swiper-2 .content-wrapper-2 {
  position: relative;
}
#performance-1 .container .section-2 .swiper-container .img-wrapper .swiper-2 .content-wrapper-2 .title-num-1,
#performance-1 .container .section-2 .swiper-container .img-wrapper .swiper-2 .content-wrapper-2 .title-num-2,
#performance-1 .container .section-2 .swiper-container .img-wrapper .swiper-2 .content-wrapper-2 .title-num-3,
#performance-1 .container .section-2 .swiper-container .img-wrapper .swiper-2 .content-wrapper-2 .title-num-4 {
  position: absolute;
}
#performance-1 .container .section-2 .swiper-container .img-wrapper .swiper-2 .content-wrapper-2 .mask {
  z-index: 2;
  -ms-transform-origin: 100% 0;
      transform-origin: 100% 0;
}
#performance-1 .container .section-2 .swiper-container .img-wrapper img {
  position: absolute;
  width: 100%;
}
#performance-1 .container .section-2 .swiper-container .img-wrapper .btns {
  z-index: 4;
}
#performance-1 .container .section-2 .swiper-container .img-wrapper .next {
  right: 0;
}
#performance-1 .container .section-2 .swiper-container .point-item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
#performance-1 .container .section-2 .swiper-container .point-item .point {
  border-radius: 50%;
}
#performance-1 .container .section-2 .swiper-container .point-item .point-1 {
  background-color: #dbdbdb;
}
#performance-1 .container .section-2 .swiper-container .point-item .point-2 {
  background-color: #4a4a4a;
}
#performance-1 .container .section-2 .swiper-container .point-item .point-3 {
  background-color: #4a4a4a;
}
#performance-1 .container .section-2 .swiper-container .content-container {
  position: relative;
}
#performance-1 .container .section-2 .swiper-container .content-container .content {
  position: absolute;
}
#performance-1 .container .section-3 .content .progress-1 {
  background-image: linear-gradient(to right, #285eaf, #63d3fd);
}
#performance-1 .container .section-3 .content .progress-2 {
  background-image: linear-gradient(to right, #565656, #999);
}
#performance-1 .item-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media (min-width: 1025px) {
  #performance-1 {
    padding-bottom: 4.4444em;
  }
  #performance-1 .header {
    padding-top: 3em;
  }
  #performance-1 .header .img-wrapper {
    width: 35.5556em;
    height: 15.1111em;
  }
  #performance-1 .header .item-group {
    width: 20.8889em;
    padding-top: 2.2222em;
  }
  #performance-1 .header .item-group .item {
    height: 2.5556em;
  }
  #performance-1 .header .content {
    margin-top: 2.2222em;
  }
  #performance-1 .header .desc-2,
  #performance-1 .header .desc-3 {
    margin-top: 0.8444em;
  }
  #performance-1 .container {
    margin-top: 5.5556em;
  }
  #performance-1 .container .section-1 .module-wrapper .download-group {
    width: 10.2222em;
    height: 2.5556em;
  }
  #performance-1 .container .section-1 .module-wrapper .download-group-1 {
    top: 11.5776em;
    left: 4.4444em;
  }
  #performance-1 .container .section-1 .module-wrapper .download-group-2 {
    top: 8.1778em;
    left: 4.4444em;
  }
  #performance-1 .container .section-1 .module-wrapper .progress-content {
    width: 8.4444em;
    margin-top: 0.8222em;
    margin-left: 0.8889em;
  }
  #performance-1 .container .section-1 .module-wrapper .progress-group {
    width: 8.4444em;
    height: 0.1556em;
    margin-top: 0.2667em;
    margin-left: 0.8889em;
  }
  #performance-1 .container .section-1 .module-wrapper .content {
    top: 6em;
    left: 4em;
  }
  #performance-1 .container .section-1 .module-wrapper .desc {
    width: 13.7778em;
    margin-top: 0.9333em;
  }
  #performance-1 .container .section-2 {
    margin-top: 6.6667em;
  }
  #performance-1 .container .section-2 .swiper-container .img-wrapper {
    height: 15.5556em;
  }
  #performance-1 .container .section-2 .swiper-container .img-wrapper .swiper-1 .content-wrapper-1 {
    width: 17.7778em;
    height: 8.2222em;
  }
  #performance-1 .container .section-2 .swiper-container .img-wrapper .swiper-2 .content-wrapper-2 {
    position: relative;
    width: 17.7778em;
    height: 9.3333em;
  }
  #performance-1 .container .section-2 .swiper-container .img-wrapper .swiper-2 .content-wrapper-2 .title-num-1 {
    right: 16.6667em;
  }
  #performance-1 .container .section-2 .swiper-container .img-wrapper .swiper-2 .content-wrapper-2 .title-num-2 {
    right: 16.6667em;
    top: 4em;
  }
  #performance-1 .container .section-2 .swiper-container .img-wrapper .swiper-2 .content-wrapper-2 .title-num-3 {
    right: 16.6667em;
    bottom: 0;
  }
  #performance-1 .container .section-2 .swiper-container .img-wrapper .swiper-2 .content-wrapper-2 .title-num-4 {
    right: 0;
    bottom: 0;
  }
  #performance-1 .container .section-2 .swiper-container .img-wrapper .swiper-2 .content-wrapper-2 .img-wrapper-sub {
    position: absolute;
    width: 14.8222em;
    height: 8.0444em;
    top: 0.3333em;
    left: 2.0667em;
  }
  #performance-1 .container .section-2 .swiper-container .img-wrapper .swiper-2 .content-wrapper-2 .green-wrapper {
    position: absolute;
    width: 14.8222em;
    height: 100%;
    overflow: hidden;
  }
  #performance-1 .container .section-2 .swiper-container .img-wrapper .swiper-2 .content-wrapper-2 .red-wrapper {
    position: absolute;
    width: 14.8222em;
    height: 100%;
    overflow: hidden;
  }
  #performance-1 .container .section-2 .swiper-container .img-wrapper .swiper-2 .content-wrapper-2 .green {
    width: 14.8222em;
    height: auto;
  }
  #performance-1 .container .section-2 .swiper-container .img-wrapper .swiper-2 .content-wrapper-2 .red {
    width: 11.1155em;
    height: auto;
  }
  #performance-1 .container .section-2 .swiper-container .img-wrapper .btns {
    width: 1.3333em;
    height: 1.3333em;
    top: calc(50% - 0.6667em);
  }
  #performance-1 .container .section-2 .swiper-container .img-wrapper .prev {
    left: 4.4444em;
  }
  #performance-1 .container .section-2 .swiper-container .img-wrapper .next {
    right: 4.4444em;
  }
  #performance-1 .container .section-2 .point-item {
    width: 1.2222em;
    height: 0.2222em;
    margin: 1.1111em auto 0 auto;
  }
  #performance-1 .container .section-2 .point-item .point {
    width: 0.2222em;
    height: 0.2222em;
  }
  #performance-1 .container .section-2 .content-container {
    height: 4.9444em;
  }
  #performance-1 .container .section-2 .content-container .content {
    top: 1.1111em;
  }
  #performance-1 .container .section-2 .content-container .desc {
    margin-top: 0.4em;
  }
  #performance-1 .container .section-3 {
    margin-top: 13.3333em;
  }
  #performance-1 .container .section-3 .desc {
    margin-top: 1.1111em;
  }
  #performance-1 .container .section-3 .item-group {
    margin-top: 0.8889em;
    width: 23.7778em;
  }
  #performance-1 .container .section-3 .item-group .item {
    height: 2.5556em;
  }
  #performance-1 .container .section-3 .content {
    margin-top: 1.7778em;
  }
  #performance-1 .container .section-3 .content .content-2 {
    margin-top: 2.7778em;
  }
  #performance-1 .container .section-3 .content .none {
    transition: width 0.6s;
  }
  #performance-1 .container .section-3 .content .progress-1 {
    width: 0;
    height: 0.3333em;
    margin: 0.2222em 0 0.8889em 0;
    border-radius: 0.4444em;
  }
  #performance-1 .container .section-3 .content .progress-1.stretch-1 {
    width: 16.6667em;
    transition: width 1s;
  }
  #performance-1 .container .section-3 .content .content-1 .progress-2 {
    width: 0;
    height: 0.3333em;
    margin-top: 0.2222em;
    border-radius: 0.4444em;
  }
  #performance-1 .container .section-3 .content .content-1 .progress-2.stretch-2 {
    width: 11.0111em;
    transition: width 1s;
  }
  #performance-1 .container .section-3 .content .content-2 .progress-2 {
    width: 0;
    height: 0.3333em;
    margin-top: 0.2222em;
    border-radius: 0.4444em;
  }
  #performance-1 .container .section-3 .content .content-2 .progress-2.stretch-2 {
    width: 2.7778em;
    transition: width 1s;
  }
}
@media (min-width: 1025px) and (max-width: 1920px) {
  #performance-1 .container .section-1 .module-wrapper .desc {
    width: 318px;
  }
}
@media (min-width: 569px) and (max-width: 1024px) {
  #performance-1 {
    padding-bottom: 6em;
  }
  #performance-1 .header .img-wrapper {
    width: 26.88em;
    height: 11.4em;
  }
  #performance-1 .header .item-group {
    width: 20.16em;
    padding-top: 2.8em;
  }
  #performance-1 .header .item-group .item {
    height: 2.4em;
  }
  #performance-1 .header .content {
    margin-top: 4em;
  }
  #performance-1 .header .desc-2,
  #performance-1 .header .desc-3 {
    margin-top: 0.8444em;
  }
  #performance-1 .container {
    margin-top: 4.8em;
  }
  #performance-1 .container .section-1 .sticky-container {
    height: 220vh;
  }
  #performance-1 .container .section-1 .sticky-container .module-wrapper .download-group {
    width: 7.8em;
    height: 2em;
  }
  #performance-1 .container .section-1 .sticky-container .module-wrapper .download-group-1 {
    top: 6.2em;
    left: 3.4em;
  }
  #performance-1 .container .section-1 .sticky-container .module-wrapper .download-group-2 {
    top: 8.7em;
    left: 3.4em;
  }
  #performance-1 .container .section-1 .sticky-container .module-wrapper .progress-content {
    width: 6.4em;
    margin-top: 0.45em;
    margin-left: 0.68em;
  }
  #performance-1 .container .section-1 .sticky-container .module-wrapper .progress-group {
    width: 6.4em;
    height: 0.14em;
    margin-top: 0.3em;
    margin-left: 0.68em;
  }
  #performance-1 .container .section-1 .sticky-container .module-wrapper .content {
    top: 5em;
    left: 2.8em;
  }
  #performance-1 .container .section-1 .sticky-container .module-wrapper .desc {
    width: 20.16em;
    margin-top: 0.8em;
  }
  #performance-1 .container .section-2 {
    margin-top: 8em;
  }
  #performance-1 .container .section-2 .swiper-container .img-wrapper {
    height: 11.76em;
  }
  #performance-1 .container .section-2 .swiper-container .img-wrapper .swiper-1 .content-wrapper-1 {
    width: 9.6em;
    height: 4.44em;
  }
  #performance-1 .container .section-2 .swiper-container .img-wrapper .swiper-2 .content-wrapper-2 {
    position: relative;
    width: 9.6em;
    height: 5.44em;
  }
  #performance-1 .container .section-2 .swiper-container .img-wrapper .swiper-2 .content-wrapper-2 .title-num-1 {
    right: 9em;
  }
  #performance-1 .container .section-2 .swiper-container .img-wrapper .swiper-2 .content-wrapper-2 .title-num-2 {
    right: 9em;
    top: 2.16em;
  }
  #performance-1 .container .section-2 .swiper-container .img-wrapper .swiper-2 .content-wrapper-2 .title-num-3 {
    right: 9em;
    bottom: 0;
  }
  #performance-1 .container .section-2 .swiper-container .img-wrapper .swiper-2 .content-wrapper-2 .title-num-4 {
    right: 0;
    bottom: 0;
  }
  #performance-1 .container .section-2 .swiper-container .img-wrapper .swiper-2 .content-wrapper-2 .img-wrapper-sub {
    position: absolute;
    width: 8em;
    height: 4.32em;
    top: 0.18em;
    left: 1.12em;
  }
  #performance-1 .container .section-2 .swiper-container .img-wrapper .swiper-2 .content-wrapper-2 .green-wrapper {
    position: absolute;
    width: 8em;
    height: 100%;
    overflow: hidden;
  }
  #performance-1 .container .section-2 .swiper-container .img-wrapper .swiper-2 .content-wrapper-2 .red-wrapper {
    position: absolute;
    width: 8em;
    height: 100%;
    overflow: hidden;
  }
  #performance-1 .container .section-2 .swiper-container .img-wrapper .swiper-2 .content-wrapper-2 .green {
    width: 8em;
    height: auto;
  }
  #performance-1 .container .section-2 .swiper-container .img-wrapper .swiper-2 .content-wrapper-2 .red {
    width: 6em;
    height: auto;
  }
  #performance-1 .container .section-2 .swiper-container .img-wrapper .btns {
    width: 1em;
    height: 1em;
    top: calc(50% - 0.5em);
  }
  #performance-1 .container .section-2 .swiper-container .img-wrapper .prev {
    left: 3.6em;
  }
  #performance-1 .container .section-2 .swiper-container .img-wrapper .next {
    right: 3.6em;
  }
  #performance-1 .container .section-2 .swiper-container .point-item {
    width: 1.3em;
    height: 0.28em;
    margin: 1.2em auto 0 auto;
  }
  #performance-1 .container .section-2 .swiper-container .point-item .point {
    width: 0.2em;
    height: 0.2em;
  }
  #performance-1 .container .section-2 .swiper-container .content-container {
    height: 4.5em;
  }
  #performance-1 .container .section-2 .swiper-container .content-container .content {
    top: 1.2em;
  }
  #performance-1 .container .section-2 .swiper-container .content-container .desc {
    margin-top: 0.6em;
  }
  #performance-1 .container .section-3 {
    margin-top: 11.2em;
  }
  #performance-1 .container .section-3 .desc {
    margin-top: 1.2em;
  }
  #performance-1 .container .section-3 .item-group {
    margin-top: 1.6em;
    width: 17.92em;
  }
  #performance-1 .container .section-3 .item-group .item {
    height: 2.4em;
  }
  #performance-1 .container .section-3 .item-mobile {
    margin-top: 1.8em;
  }
  #performance-1 .container .section-3 .content {
    margin-top: 3.2em;
  }
  #performance-1 .container .section-3 .content .content-2 {
    margin-top: 1.6em;
  }
  #performance-1 .container .section-3 .content .progress-1 {
    width: 0em;
    height: 0.4em;
    margin: 0.4em 0 0.8em 0;
    border-radius: 0.8em;
  }
  #performance-1 .container .section-3 .content .progress-1.stretch-1 {
    width: 12.4em;
    transition: width 1s;
  }
  #performance-1 .container .section-3 .content .content-1 .progress-2 {
    width: 0em;
    height: 0.4em;
    margin-top: 0.4em;
    border-radius: 0.8em;
  }
  #performance-1 .container .section-3 .content .content-1 .progress-2.stretch-2 {
    width: 8.2667em;
    transition: width 1s;
  }
  #performance-1 .container .section-3 .content .content-2 .progress-2 {
    width: 0em;
    height: 0.4em;
    margin-top: 0.4em;
    border-radius: 0.8em;
  }
  #performance-1 .container .section-3 .content .content-2 .progress-2.stretch-2 {
    width: 2.2667em;
    transition: width 1s;
  }
}
@media (max-width: 568px) {
  #performance-1 {
    padding-bottom: 1.6667em;
  }
  #performance-1 .header {
    padding-top: 5.3333em;
  }
  #performance-1 .header .title-group img {
    width: 100%;
  }
  #performance-1 .header .item-group {
    margin-top: 1.6667em;
  }
  #performance-1 .header .content {
    margin-top: 2.3333em;
  }
  #performance-1 .header .content .desc-1,
  #performance-1 .header .content .desc-2,
  #performance-1 .header .content .desc-3 {
    margin-top: 20px;
  }
  #performance-1 .container {
    margin-top: 4em;
  }
  #performance-1 .container .section-1 .sticky-container {
    height: 250vh;
  }
  #performance-1 .container .section-1 .sticky-container .module-wrapper {
    height: 100vh;
    width: 100vw;
  }
  #performance-1 .container .section-1 .sticky-container .module-wrapper img {
    object-fit: cover;
  }
  #performance-1 .container .section-1 .sticky-container .module-wrapper .download-group {
    width: 10.1667em;
    height: 3em;
    top: 68.347vh;
    left: 1.2667em;
  }
  #performance-1 .container .section-1 .sticky-container .module-wrapper .progress-content {
    width: 7.9em;
    margin-top: 0.6667em;
    margin-left: 1.1333em;
  }
  #performance-1 .container .section-1 .sticky-container .module-wrapper .progress-group {
    width: 7.9em;
    height: 0.2333em;
    margin-left: 1.1333em;
    margin-top: 0.4em;
  }
  #performance-1 .container .section-1 .sticky-container .module-wrapper .content {
    top: 7.1667em;
    left: 1.6667em;
  }
  #performance-1 .container .section-1 .sticky-container .module-wrapper .desc {
    margin-top: 1.3333em;
  }
  #performance-1 .container .section-1 .sticky-container .module-wrapper .desc > :not(:first-child) {
    margin-top: 0.5em;
  }
  #performance-1 .container .section-2 {
    margin-top: 6.6667em;
  }
  #performance-1 .container .section-2 .sticky-container .sticky-item {
    height: 100vh;
  }
  #performance-1 .container .section-2 .swiper-container {
    overflow: hidden;
  }
  #performance-1 .container .section-2 .swiper-container .img-wrapper {
    margin: auto;
    width: 9.3333em;
    height: 11.3333em;
  }
  #performance-1 .container .section-2 .swiper-container .img-wrapper .swiper-1 .content-wrapper-1 {
    width: 3.8em;
    height: 8.2333em;
  }
  #performance-1 .container .section-2 .swiper-container .img-wrapper .swiper-2 .content-wrapper-2 {
    position: relative;
    width: 8.3333em;
    height: 6.6667em;
  }
  #performance-1 .container .section-2 .swiper-container .img-wrapper .swiper-2 .content-wrapper-2 .title-num-1 {
    right: 6.8333em;
    top: -0.3em;
  }
  #performance-1 .container .section-2 .swiper-container .img-wrapper .swiper-2 .content-wrapper-2 .title-num-2 {
    right: 6.8333em;
    top: 2.5em;
  }
  #performance-1 .container .section-2 .swiper-container .img-wrapper .swiper-2 .content-wrapper-2 .title-num-3 {
    right: 6.8333em;
    bottom: 0;
  }
  #performance-1 .container .section-2 .swiper-container .img-wrapper .swiper-2 .content-wrapper-2 .title-num-4 {
    right: 0;
    bottom: 0;
  }
  #performance-1 .container .section-2 .swiper-container .img-wrapper .swiper-2 .content-wrapper-2 .img-wrapper-sub {
    position: absolute;
    width: 6.1333em;
    height: 5.4667em;
    top: 0.1667em;
    left: 1.7667em;
  }
  #performance-1 .container .section-2 .swiper-container .img-wrapper .swiper-2 .content-wrapper-2 .green-wrapper {
    position: absolute;
    width: 6.1333em;
    overflow: hidden;
  }
  #performance-1 .container .section-2 .swiper-container .img-wrapper .swiper-2 .content-wrapper-2 .red-wrapper {
    position: absolute;
    width: 6.1333em;
    height: 100%;
    overflow: hidden;
  }
  #performance-1 .container .section-2 .swiper-container .img-wrapper .swiper-2 .content-wrapper-2 .green {
    width: 6.1333em;
    height: 5.4667em;
  }
  #performance-1 .container .section-2 .swiper-container .img-wrapper .swiper-2 .content-wrapper-2 .red {
    width: 6.1333em;
    height: 5.4667em;
  }
  #performance-1 .container .section-2 .swiper-container .img-wrapper .btns {
    width: 0.6667em;
    height: 0.6667em;
    top: calc(50% - 1.1167em);
  }
  #performance-1 .container .section-2 .swiper-container .img-wrapper .prev {
    left: 0em;
  }
  #performance-1 .container .section-2 .swiper-container .img-wrapper .next {
    right: 0em;
  }
  #performance-1 .container .section-2 .swiper-container .point-item {
    width: 1.08em;
    height: 0.2333em;
    margin: 1em auto 0 auto;
  }
  #performance-1 .container .section-2 .swiper-container .point-item .point {
    width: 0.1667em;
    height: 0.1667em;
  }
  #performance-1 .container .section-2 .swiper-container .content-container .content {
    top: 1.5em;
  }
  #performance-1 .container .section-2 .swiper-container .content-container .desc {
    margin-top: 0.5em;
  }
  #performance-1 .container .section-3 {
    margin-top: 5.3333em;
  }
  #performance-1 .container .section-3 .desc {
    margin-top: 1.6667em;
  }
  #performance-1 .container .section-3 .item-group {
    margin-top: 2em;
  }
  #performance-1 .container .section-3 .item-mobile {
    margin-top: 1.5em;
  }
  #performance-1 .container .section-3 .content {
    margin-top: 1.8333em;
  }
  #performance-1 .container .section-3 .content .content-2 {
    margin-top: 2.1333em;
  }
  #performance-1 .container .section-3 .content .progress-1 {
    width: 0em;
    height: 0.3333em;
    margin: 0.3333em 0 0.3333em 0;
    border-radius: 0.6667em;
  }
  #performance-1 .container .section-3 .content .progress-1.stretch-1 {
    width: 9.3333em;
    transition: width 1s;
  }
  #performance-1 .container .section-3 .content .content-1 .progress-2 {
    width: 0em;
    height: 0.3333em;
    margin-top: 0.3333em;
    border-radius: 0.6667em;
  }
  #performance-1 .container .section-3 .content .content-1 .progress-2.stretch-2 {
    width: 6.2222em;
    transition: width 1s;
  }
  #performance-1 .container .section-3 .content .content-2 .progress-2 {
    width: 0em;
    height: 0.3333em;
    margin-top: 0.3333em;
    border-radius: 0.6667em;
  }
  #performance-1 .container .section-3 .content .content-2 .progress-2.stretch-2 {
    width: 1.5556em;
    transition: width 1s;
  }
  #performance-1 .item-group {
    width: 9.3333em;
    margin: auto;
    display: -ms-flexbox;
    display: flex;
  }
  #performance-1 .item-group .item {
    -ms-flex: 1;
        flex: 1;
    height: 2.5em;
  }
}
#performance-2 {
  margin-top: -1px;
  z-index: 2;
  background-color: #000;
  overflow: visible;
}
@media (min-width: 1025px) and (max-width: 1920px) {
  #performance-2 .p4-line-height {
    line-height: 18px;
  }
}
@media (max-width: 568px) {
  #performance-2 .white-1 {
    color: rgba(255,255,255,0.7);
  }
}
#performance-2 .grey-other-1 {
  color: #acacac;
}
#performance-2 .grey-other-2 {
  color: #ececec;
}
#performance-2 .wrapper {
  position: relative;
}
#performance-2 .wrapper .img-group {
  z-index: 1;
  margin: auto;
  position: relative;
  height: auto;
}
#performance-2 .wrapper .img-group img {
  position: absolute;
}
#performance-2 .wrapper .content-bg-1 {
  width: 100%;
  white-space: nowrap;
  text-align: center;
}
#performance-2 .wrapper .phone-wrapper {
  position: absolute;
  z-index: 1;
  -ms-transform-origin: 0 0;
      transform-origin: 0 0;
}
#performance-2 .wrapper .phone-wrapper img {
  width: 100%;
  height: 100%;
}
#performance-2 .wrapper .phone-wrapper .finger {
  opacity: 0;
}
#performance-2 .wrapper .phone-wrapper .finger-shadow {
  opacity: 0;
}
#performance-2 .wrapper .content-1 {
  position: absolute;
}
#performance-2 .wrapper .content-2 {
  position: absolute;
}
#performance-2 .wrapper .content-3 {
  position: absolute;
}
#performance-2 .wrapper .items {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
#performance-2 .position {
  position: absolute;
}
@media (min-width: 1025px) {
  #performance-2 .sticky-container {
    height: 340vh;
  }
  #performance-2 .sticky-container .sticky-item {
    width: 100%;
    height: 100vh;
  }
  #performance-2 .wrapper .desc {
    margin-top: 1.953vw;
  }
  #performance-2 .wrapper .img-group .img-1 {
    width: 51.523vw;
    height: 4.805vw;
    left: 24.219vw;
    z-index: 17;
  }
  #performance-2 .wrapper .img-group .img-2 {
    width: 44.844vw;
    height: 3.086vw;
    left: 27.617vw;
    z-index: 16;
  }
  #performance-2 .wrapper .img-group .img-3 {
    width: 50.195vw;
    height: 4.219vw;
    left: 24.922vw;
    z-index: 15;
  }
  #performance-2 .wrapper .img-group .img-4 {
    width: 38.906vw;
    height: 3.359vw;
    left: 27.617vw;
    z-index: 14;
  }
  #performance-2 .wrapper .img-group .img-5 {
    width: 25.781vw;
    height: 1.875vw;
    left: 29.297vw;
    z-index: 13;
  }
  #performance-2 .wrapper .img-group .img-6 {
    width: 4.023vw;
    height: 0.938vw;
    left: 35.859vw;
    z-index: 12;
  }
  #performance-2 .wrapper .img-group .img-7 {
    width: 52.07vw;
    height: 5.703vw;
    left: 23.984vw;
    z-index: 11;
  }
  #performance-2 .wrapper .img-group .img-8 {
    width: 11.055vw;
    height: 2.617vw;
    left: 30.82vw;
    z-index: 10;
  }
  #performance-2 .wrapper .img-group .img-9 {
    width: 4.258vw;
    height: 0.938vw;
    left: 35.547vw;
    z-index: 9;
  }
  #performance-2 .wrapper .img-group .img-10 {
    width: 14.57vw;
    height: 3.984vw;
    left: 27.344vw;
    z-index: 8;
  }
  #performance-2 .wrapper .img-group .img-11 {
    width: 16.055vw;
    height: 4.219vw;
    left: 26.25vw;
    z-index: 7;
  }
  #performance-2 .wrapper .img-group .img-12 {
    z-index: 6;
    width: 12.422vw;
    height: 2.773vw;
    left: 28.203vw;
  }
  #performance-2 .wrapper .img-group .img-13 {
    width: 8.164vw;
    height: 2.344vw;
    left: 32.227vw;
    z-index: 5;
  }
  #performance-2 .wrapper .img-group .img-14 {
    width: 33.047vw;
    height: 3.398vw;
    left: 30.273vw;
    z-index: 4;
  }
  #performance-2 .wrapper .img-group .img-15 {
    width: 9.258vw;
    height: 1.836vw;
    left: 63.047vw;
    z-index: 3;
  }
  #performance-2 .wrapper .img-group .img-16 {
    width: 12.227vw;
    height: 2.109vw;
    left: 28.789vw;
    z-index: 2;
  }
  #performance-2 .wrapper .img-group .img-17 {
    width: 51.445vw;
    height: 4.844vw;
    left: 24.336vw;
    z-index: 1;
  }
  #performance-2 .wrapper .content-bg-1 {
    text-align: center;
  }
  #performance-2 .wrapper .content-bg-2 {
    left: 39.063vw;
  }
  #performance-2 .wrapper .phone-wrapper {
    width: 51.954vw;
    height: 5.742vw;
    left: 23.875vw;
  }
  #performance-2 .wrapper .phone-wrapper .phone-shadow {
    width: 56vw;
    margin-left: -2vw;
    margin-top: -0.9vw;
  }
  #performance-2 .wrapper .phone-wrapper .phone-2 {
    width: 51.954vw;
    margin-top: -5.8vw;
  }
  #performance-2 .wrapper .phone-wrapper .phone-2 img {
    width: 100%;
    height: auto;
  }
  #performance-2 .wrapper .phone-wrapper .finger {
    width: 2.5vw;
    position: absolute;
    top: 1.5vw;
    left: 38.3vw;
    z-index: 2;
  }
  #performance-2 .wrapper .phone-wrapper .finger-shadow {
    width: 3vw;
    position: absolute;
    top: 1.7vw;
    left: 38.1vw;
  }
  #performance-2 .wrapper .content-2,
  #performance-2 .wrapper .content-3 {
    top: 68.972vh;
    left: 30.469vw;
  }
  #performance-2 .wrapper .content-2 {
    width: 23.4444em;
  }
  #performance-2 .wrapper .content-3 {
    width: 30.4444em;
  }
  #performance-2 .wrapper .content-1 {
    top: 63.972vh;
    left: 30.469vw;
    width: 23.4444em;
  }
  #performance-2 .wrapper .items {
    left: 72.359vw;
    height: 10.938vw;
  }
  #performance-2 .wrapper .items .desc {
    margin-top: 0;
  }
  #performance-2 .wrapper .items .item {
    height: 3.906vw;
  }
}
@media (min-width: 1025px) and (max-width: 1920px) {
  #performance-2 .items {
    height: 11.938vw !important;
  }
  #performance-2 .content-1 .desc-nomargin {
    margin-top: 0;
  }
  #performance-2 .content-1 .desc {
    width: 669px;
  }
  #performance-2 .content-2 .desc {
    width: 669px;
  }
  #performance-2 .content-3 .desc {
    width: 641px;
  }
}
@media (min-width: 569px) and (max-width: 1024px) {
  #performance-2 .sticky-container {
    height: 340vh;
  }
  #performance-2 .sticky-container .sticky-item {
    width: 100%;
    height: 100vh;
  }
  #performance-2 .wrapper .desc {
    margin-top: 1.953vw;
  }
  #performance-2 .wrapper .img-group .img-1 {
    width: 58.203vw;
    height: 5.469vw;
    left: 20.964vw;
    z-index: 17;
  }
  #performance-2 .wrapper .img-group .img-2 {
    width: 50.651vw;
    height: 3.516vw;
    left: 24.609vw;
    z-index: 16;
  }
  #performance-2 .wrapper .img-group .img-3 {
    width: 56.641vw;
    height: 4.818vw;
    left: 21.615vw;
    z-index: 15;
  }
  #performance-2 .wrapper .img-group .img-4 {
    width: 43.88vw;
    height: 3.906vw;
    left: 21.484vw;
    z-index: 14;
  }
  #performance-2 .wrapper .img-group .img-5 {
    width: 29.167vw;
    height: 2.083vw;
    left: 23.438vw;
    z-index: 13;
  }
  #performance-2 .wrapper .img-group .img-6 {
    width: 4.427vw;
    height: 1.042vw;
    left: 30.859vw;
    z-index: 12;
  }
  #performance-2 .wrapper .img-group .img-7 {
    width: 58.854vw;
    height: 6.51vw;
    left: 20.573vw;
    z-index: 11;
  }
  #performance-2 .wrapper .img-group .img-8 {
    width: 12.5vw;
    height: 2.995vw;
    left: 28.776vw;
    z-index: 10;
  }
  #performance-2 .wrapper .img-group .img-9 {
    width: 4.818vw;
    height: 1.042vw;
    left: 34.115vw;
    z-index: 9;
  }
  #performance-2 .wrapper .img-group .img-10 {
    width: 16.536vw;
    height: 4.557vw;
    left: 24.87vw;
    z-index: 8;
  }
  #performance-2 .wrapper .img-group .img-11 {
    width: 18.229vw;
    height: 4.818vw;
    left: 23.568vw;
    z-index: 7;
  }
  #performance-2 .wrapper .img-group .img-12 {
    width: 14.063vw;
    height: 3.125vw;
    left: 26.042vw;
    z-index: 6;
  }
  #performance-2 .wrapper .img-group .img-13 {
    width: 9.245vw;
    height: 2.604vw;
    left: 29.167vw;
    z-index: 5;
  }
  #performance-2 .wrapper .img-group .img-14 {
    width: 37.24vw;
    height: 3.906vw;
    left: 28.125vw;
    z-index: 4;
  }
  #performance-2 .wrapper .img-group .img-15 {
    width: 10.417vw;
    height: 2.083vw;
    left: 65.234vw;
    z-index: 3;
  }
  #performance-2 .wrapper .img-group .img-16 {
    width: 13.802vw;
    height: 2.474vw;
    left: 33.333vw;
    z-index: 2;
  }
  #performance-2 .wrapper .img-group .img-17 {
    width: 58.073vw;
    height: 5.469vw;
    left: 21.484vw;
    z-index: 1;
  }
  #performance-2 .wrapper .content-bg-1 {
    text-align: center;
  }
  #performance-2 .wrapper .content-bg-2 {
    top: 8.594vw;
    left: 39.063vw;
  }
  #performance-2 .wrapper .phone-wrapper {
    left: 20.531vw;
    width: 59.198vw;
    height: 6.641vw;
  }
  #performance-2 .wrapper .phone-wrapper .phone-shadow {
    width: 63vw;
    margin-left: -2vw;
    margin-top: -0.9vw;
  }
  #performance-2 .wrapper .phone-wrapper .phone-2 {
    width: 59.198vw;
    margin-top: -6.5vw;
  }
  #performance-2 .wrapper .phone-wrapper .phone-2 img {
    width: 100%;
    height: auto;
  }
  #performance-2 .wrapper .phone-wrapper .finger {
    width: 3vw;
    position: absolute;
    top: 1.5vw;
    left: 43.4vw;
    z-index: 2;
  }
  #performance-2 .wrapper .phone-wrapper .finger-shadow {
    width: 3.5vw;
    position: absolute;
    top: 2.1vw;
    left: 43.3vw;
  }
  #performance-2 .wrapper .content-1,
  #performance-2 .wrapper .content-2,
  #performance-2 .wrapper .content-3 {
    top: 64.972vh;
    left: 22.469vw;
  }
  #performance-2 .wrapper .content-1 {
    width: 18.48em;
  }
  #performance-2 .wrapper .content-2,
  #performance-2 .wrapper .content-3 {
    width: 19.2em;
  }
  #performance-2 .wrapper .items {
    left: 78.125vw;
    height: 160px;
  }
}
@media (max-width: 568px) {
  #performance-2 .sticky-container {
    height: 340vh;
  }
  #performance-2 .sticky-container .sticky-item {
    width: 100%;
    height: 120vh;
  }
  #performance-2 .wrapper .narrow-container {
    width: 10.7em;
  }
  #performance-2 .wrapper .desc {
    margin-top: 5.333vw;
    width: 74.667vw;
  }
  #performance-2 .wrapper .phone-wrapper {
    width: 72.267vw;
    left: 13.333vw;
    top: 0;
  }
  #performance-2 .wrapper .phone-wrapper .phone-shadow {
    width: 76.5vw;
    margin-left: -2vw;
    margin-top: -1vw;
  }
  #performance-2 .wrapper .phone-wrapper .phone-2 {
    width: 72.267vw;
    margin-top: -8vw;
  }
  #performance-2 .wrapper .phone-wrapper .phone-2 img {
    width: 100%;
    height: auto;
  }
  #performance-2 .wrapper .phone-wrapper .finger {
    width: 3.5vw;
    position: absolute;
    top: 1vw;
    left: 53.155vw;
    z-index: 2;
  }
  #performance-2 .wrapper .phone-wrapper .finger-shadow {
    width: 4.5vw;
    position: absolute;
    top: 2.5vw;
    left: 52.67vw;
  }
  #performance-2 .wrapper .content-1,
  #performance-2 .wrapper .content-2,
  #performance-2 .wrapper .content-3 {
    top: 49.261vh;
    left: 10.667vw;
  }
  #performance-2 .wrapper .content-bg-2 {
    left: 21.333vw;
  }
  #performance-2 .wrapper .img-group .img-1 {
    width: 71.467vw;
    height: 6.667vw;
    left: 13.6vw;
    z-index: 17;
  }
  #performance-2 .wrapper .img-group .img-2 {
    width: 62.133vw;
    height: 4.267vw;
    left: 18.133vw;
    z-index: 16;
  }
  #performance-2 .wrapper .img-group .img-3 {
    width: 69.6vw;
    height: 5.867vw;
    left: 14.4vw;
    z-index: 15;
  }
  #performance-2 .wrapper .img-group .img-4 {
    width: 53.867vw;
    height: 4.533vw;
    left: 18.133vw;
    z-index: 14;
  }
  #performance-2 .wrapper .img-group .img-5 {
    width: 35.733vw;
    height: 2.667vw;
    left: 20.533vw;
    z-index: 13;
  }
  #performance-2 .wrapper .img-group .img-6 {
    width: 5.333vw;
    height: 1.333vw;
    left: 29.6vw;
    z-index: 12;
  }
  #performance-2 .wrapper .img-group .img-7 {
    width: 72.267vw;
    height: 8vw;
    left: 13.333vw;
    z-index: 11;
  }
  #performance-2 .wrapper .img-group .img-8 {
    width: 15.467vw;
    height: 3.467vw;
    left: 24vw;
    z-index: 10;
  }
  #performance-2 .wrapper .img-group .img-9 {
    width: 5.867vw;
    height: 1.333vw;
    left: 30.667vw;
    z-index: 9;
  }
  #performance-2 .wrapper .img-group .img-10 {
    width: 20.267vw;
    height: 5.333vw;
    left: 19.2vw;
    z-index: 8;
  }
  #performance-2 .wrapper .img-group .img-11 {
    width: 22.133vw;
    height: 5.867vw;
    left: 17.6vw;
    z-index: 7;
  }
  #performance-2 .wrapper .img-group .img-12 {
    width: 17.333vw;
    height: 3.733vw;
    left: 20.533vw;
    z-index: 6;
  }
  #performance-2 .wrapper .img-group .img-13 {
    width: 11.467vw;
    height: 3.2vw;
    left: 24.533vw;
    z-index: 5;
  }
  #performance-2 .wrapper .img-group .img-14 {
    width: 45.867vw;
    height: 4.533vw;
    left: 23.2vw;
    z-index: 4;
  }
  #performance-2 .wrapper .img-group .img-15 {
    width: 12.8vw;
    height: 2.667vw;
    left: 68.8vw;
    z-index: 3;
  }
  #performance-2 .wrapper .img-group .img-16 {
    width: 17.067vw;
    height: 2.667vw;
    left: 38.667vw;
    z-index: 2;
  }
  #performance-2 .wrapper .img-group .img-17 {
    width: 71.467vw;
    height: 6.667vw;
    left: 14.2vw;
    z-index: 1;
  }
  #performance-2 .wrapper .item-mobile {
    margin-top: 12.333vw;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 64vw;
  }
  #performance-2 .wrapper .item-mobile .item {
    width: 25.6vw;
  }
}
#coloros {
  transition: background-color 0.3s linear;
}
#coloros .sticky-container {
  position: relative;
  height: 220vh;
  background-color: #fff;
  transition: background-color 0.5s linear;
}
#coloros .sticky-container .sticky-item {
  position: relative;
  height: 100vh;
  overflow: hidden;
  margin: auto;
}
#coloros .sticky-container .sticky-item .main-title-wrapper {
  position: relative;
  z-index: 1;
  transition: opacity 0.3s linear, transform 0.2s linear;
}
#coloros .sticky-container .sticky-item .main-title-wrapper .main-title {
  opacity: 0;
  transition: opacity 0.5s linear;
  display: column;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: -1em;
}
#coloros .sticky-container .sticky-item .main-title-wrapper .main-title .h1,
#coloros .sticky-container .sticky-item .main-title-wrapper .main-title .h2 {
  margin-bottom: 2vh;
}
#coloros .sticky-container .sticky-item .main-title-wrapper .no-wrap {
  white-space: nowrap;
}
#coloros .sticky-container .sticky-item .image-group {
  z-index: 1;
  position: absolute;
  top: 6vh;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.5s linear;
}
#coloros .sticky-container .sticky-item .image-group .wrapper {
  width: 100vw;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}
@media (max-width: 568px) {
  #coloros .sticky-container .sticky-item .image-group .wrapper {
    width: 200vw;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
#coloros .sticky-container .sticky-item .image-group .image {
  display: block;
  position: relative;
  transition: opacity 0.2s linear;
}
#coloros .sticky-container .sticky-item .image-group .image img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.2s linear;
}
#coloros .sticky-container .sticky-item .image-group .image-2 .sequence {
  position: absolute;
}
#coloros .sticky-container .sticky-item .image-group .image-2 .sequence .frame {
  transition: none;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
}
#coloros .sticky-container .sticky-item .scroll-container {
  position: absolute;
  top: -8vh;
  left: 0;
  width: 100%;
  height: 50vh;
  z-index: 0;
}
@media (max-width: 568px) {
  #coloros .sticky-container .sticky-item .scroll-container {
    top: 5px;
  }
}
#coloros .sticky-container .sticky-item .scroll-container .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50vh;
  transition: opacity 0.5s linear, transform 0.1s cubic-bezier(0, 0.6, 0.2, 1);
}
@media (max-width: 568px) {
  #coloros {
    padding-bottom: 5em;
  }
  #coloros .h3 {
    font-size: 9vw;
  }
  #coloros .letter-spacing {
    letter-spacing: -1px;
  }
  #coloros .sub-container {
    width: 10.1333em;
  }
  #coloros .sticky-container {
    height: 200vh;
    background-color: transparent;
  }
  #coloros .sticky-container .sticky-item {
    width: 100%;
    overflow: hidden;
    z-index: 1;
  }
  #coloros .sticky-container .sticky-item .main-title-wrapper {
    position: relative;
    z-index: 1;
  }
  #coloros .sticky-container .sticky-item .main-title-wrapper .main-title {
    margin-top: 100px;
    transition: opacity 0.3s linear, transform 0.2s linear;
  }
  #coloros .sticky-container .sticky-item .main-title-wrapper .main-title .h1 {
    transition: transform 0.1s linear;
  }
  #coloros .sticky-container .sticky-item .image-group {
    z-index: 1;
    top: 52vh;
    background-color: transparent;
  }
  #coloros .sticky-container .sticky-item .image-group.dark {
    transition: background-color 0.5s linear;
    background-color: #000;
  }
  #coloros .sticky-container .sticky-item .image-group .mask {
    background: linear-gradient(rgba(0,0,0,0), #000);
    height: 50px;
    position: absolute;
    top: -50px;
    width: 100%;
    left: 0;
  }
  #coloros .sticky-container .sticky-item .image-group .image {
    height: 17.8em;
    width: 8.3em;
  }
  #coloros .sticky-container .sticky-item .image-group .image-1 {
    margin-left: -6.7em;
    margin-right: 0.5em;
  }
  #coloros .sticky-container .sticky-item .image-group .image-2 {
    margin-right: 0.5em;
  }
  #coloros .sticky-container .sticky-item .image-group .image-2 .sequence {
    -ms-transform: translate(-50%, -10%);
        transform: translate(-50%, -10%);
    margin-left: 50%;
    width: 7.7em;
    height: 5em;
    bottom: 0.259em;
  }
  #coloros .sticky-container .scroll-container {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    height: 50vh;
    z-index: 0;
  }
  #coloros .sticky-container .scroll-container .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50vh;
    transition: opacity 0.5s linear, transform 0.1s cubic-bezier(0, 0.6, 0.2, 1);
  }
  #coloros .sticky-container .scroll-container .content .p2 {
    margin-top: 1em;
    line-height: 25px;
  }
  #coloros .sticky-container .scroll-container .content-5 {
    top: 48vh;
  }
  #coloros .content-2 {
    margin-top: 0.4em;
    background-image: linear-gradient(180deg, #17152a 0%, #171717 100%);
  }
  #coloros .content-2 .header {
    padding-top: 3.5333em;
  }
  #coloros .content-2 .desc {
    margin-top: 0.9667em;
  }
  #coloros .content-2 .tips {
    margin-top: 0.4em;
  }
  #coloros .content-2 .content .img-wrapper {
    position: relative;
    margin-top: 3vh;
  }
  #coloros .content-2 .content .mask-wrapper {
    height: 100%;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
  }
  #coloros .content-2 .content img {
    max-width: 10.1em;
    width: 10.1em;
  }
  #coloros .content-3 {
    margin-top: 0.4em;
    background-image: linear-gradient(180deg, #151f2a 0%, #171717 99%);
  }
  #coloros .content-3 .header {
    padding-top: 3.1333em;
  }
  #coloros .content-3 .desc {
    margin-top: 1.1em;
  }
  #coloros .content-3 .content img {
    width: 100%;
    margin-top: 3vh;
  }
  #coloros .footer {
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    cursor: pointer;
    border: 2px solid #979797;
    border-radius: 28.5px;
    width: 9.4333em;
    height: 1.7333em;
    margin-top: 6vh;
  }
  #coloros .footer .button-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  #coloros .footer .button-wrapper .link {
    width: 0.3333em;
    height: 0.3333em;
    margin-left: 0.5em;
  }
}
@media (min-width: 1025px) {
  #coloros .sticky-container .sticky-item {
    width: 38.5333em;
  }
  #coloros .sticky-container .sticky-item .image-group .image {
    height: 58.8vh;
    width: 27.54vh;
  }
  #coloros .sticky-container .sticky-item .image-group .image-1,
  #coloros .sticky-container .sticky-item .image-group .image-2 {
    margin-right: 2.6667em;
  }
}
@media (min-width: 569px) and (max-width: 1024px) {
  #coloros .sticky-container .sticky-item {
    width: 28.5333em;
  }
  #coloros .sticky-container .sticky-item .image-group .image {
    height: 58.8vh;
    width: 27.54vh;
  }
  #coloros .sticky-container .sticky-item .image-group .image-1,
  #coloros .sticky-container .sticky-item .image-group .image-2 {
    margin-right: 2.6667em;
  }
}
@media (max-width: 1024px) and (min-height: 1000px) {
  #coloros .sticky-container .sticky-item {
    width: 21.52em;
  }
  #coloros .sticky-container .sticky-item .image-group .image {
    height: 13.4em;
    width: 6.12em;
  }
  #coloros .sticky-container .sticky-item .image-group .image-1,
  #coloros .sticky-container .sticky-item .image-group .image-2 {
    margin-right: 1.52em;
  }
}
#remark {
  padding-top: 1px;
  margin-top: -1px;
  background-color: #000;
}
#remark .main-container {
  border-top: 1px solid #666;
  padding-bottom: 300px;
}
@media (max-width: 568px) {
  #remark .main-container {
    width: 10em;
  }
}
@media (max-width: 568px) {
  #remark .main-container .p5 {
    padding-top: 50px;
    font-size: 12px;
    line-height: 20px;
  }
}
@media (min-width: 569px) and (max-width: 1024px) {
  #remark .main-container .p5 {
    padding-top: 50px;
    font-size: 13px;
    line-height: 22px;
  }
}
@media (min-width: 1025px) and (max-width: 1920px) {
  #remark .main-container .p5 {
    padding-top: 100px;
    font-size: 14px;
    line-height: 24px;
  }
}
@media (min-width: 1921px) {
  #remark .main-container .p5 {
    padding-top: 100px;
    font-size: 18px;
    line-height: 26px;
  }
}
.main-container,
.sub-container,
.narrow-container {
  margin: auto;
}
@media (max-width: 568px) {
  .pure-sm-hidden {
    display: none !important;
  }
  .main-container {
    width: 100%;
  }
  .sub-container {
    width: 9.3em;
  }
  .narrow-container {
    width: 9.3em;
  }
}
@media (min-width: 569px) and (max-width: 1024px) {
  .pure-md-hidden {
    display: none !important;
  }
  .pure-sm-visible {
    display: none !important;
  }
  .main-container {
    width: 87.5vw;
  }
  .sub-container {
    width: 73.69vw;
  }
  .narrow-container {
    width: 65.625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1920px) {
  .pure-lg-hidden {
    display: none !important;
  }
  .pure-sm-visible {
    display: none !important;
  }
  .main-container {
    width: 960px;
  }
  .sub-container {
    width: 771px;
  }
  .narrow-container {
    width: 720px;
  }
}
@media (min-width: 1921px) {
  .pure-xl-hidden {
    display: none !important;
  }
  .pure-sm-visible {
    display: none !important;
  }
  .main-container {
    width: 1600px;
  }
  .sub-container {
    width: 1348px;
  }
  .narrow-container {
    width: 1200px;
  }
}
.main-wrapper {
  letter-spacing: -0.3px;
}
.main-wrapper .h1 {
  font-family: 'OPPOSans-B';
}
.main-wrapper .h2,
.main-wrapper .h3,
.main-wrapper .h4,
.main-wrapper .h5,
.main-wrapper .h6,
.main-wrapper .p8,
.main-wrapper .p9,
.main-wrapper .p10 {
  font-family: 'OPPOSans-B';
}
.main-wrapper .bold {
  font-family: 'OPPOSans-B';
}
.main-wrapper .medium {
  font-family: 'OPPOSans-M';
}
.main-wrapper .btn {
  font-family: 'OPPOSans-M';
}
.main-wrapper .h1,
.main-wrapper .h2,
.main-wrapper .h3,
.main-wrapper .h4,
.main-wrapper .h5,
.main-wrapper .h6,
.main-wrapper .h6-media {
  color: #dbdbdb;
}
.main-wrapper .p1,
.main-wrapper .p2,
.main-wrapper .p3,
.main-wrapper .p4,
.main-wrapper .p5,
.main-wrapper .p6 {
  font-family: 'OPPOSans-M';
  color: #666;
}
.main-wrapper .p7 {
  font-family: 'OPPOSans-M';
  font-size: 60px;
  color: #4a4a4a;
  letter-spacing: 0;
  line-height: 60px;
}
.main-wrapper .dark {
  color: #333;
}
.main-wrapper .white {
  color: #fff;
}
.main-wrapper .lightwhite {
  color: #ccc;
}
.main-wrapper .grey {
  color: #666;
}
.main-wrapper .grey-1 {
  color: #acacac;
}
.main-wrapper .grey-2 {
  color: #ececec;
}
.main-wrapper .lightgrey {
  color: #dbdbdb;
}
.main-wrapper .lightGrey-2 {
  color: #cbcbcb;
}
.main-wrapper .lightGrey-3 {
  color: #999;
}
.main-wrapper .black {
  color: #000;
}
.main-wrapper .nowrap {
  white-space: nowrap;
}
@media (max-width: 568px) {
  .main-wrapper .h1 {
    font-size: 48px;
    line-height: 54px;
    letter-spacing: -1px;
  }
  .main-wrapper .h1.h1-other {
    font-size: 48px;
    line-height: 54px;
    letter-spacing: -1px;
  }
  .main-wrapper .h2 {
    font-size: 42px;
    line-height: 42px;
    letter-spacing: 0;
  }
  .main-wrapper .h2.h2-title {
    font-size: 34px;
    line-height: 46px;
    letter-spacing: -1px;
  }
  .main-wrapper .h3 {
    font-size: 34px;
    line-height: 46px;
    letter-spacing: 0;
  }
  .main-wrapper .h4 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
  }
  .main-wrapper .h5 {
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0;
  }
  .main-wrapper .h6 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
  }
  .main-wrapper .h6-media {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 0;
  }
  .main-wrapper .h7 {
    font-size: 36px;
    line-height: 50px;
    letter-spacing: 0;
  }
  .main-wrapper .h7.h7-mobile {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
  }
  .main-wrapper .h8 {
    font-size: 16px;
    line-height: 60px;
    letter-spacing: 0;
  }
  .main-wrapper .h9 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0;
  }
  .main-wrapper .p1 {
    font-size: 84px;
    line-height: 118px;
  }
  .main-wrapper .p1.p1-sm {
    font-size: 34px;
    line-height: 40px;
    letter-spacing: -1px;
  }
  .main-wrapper .p2 {
    font-size: 16px;
    line-height: 27px;
  }
  .main-wrapper .p3 {
    font-size: 16px;
    line-height: 30px;
  }
  .main-wrapper .p4 {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.3px;
  }
  .main-wrapper .p5 {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
  }
  .main-wrapper .p6 {
    font-size: 16px;
    line-height: 27px;
  }
  .main-wrapper .p6.mobile-1 {
    font-size: 12px;
    line-height: 16px;
  }
  .main-wrapper .p6.mobile-2 {
    font-size: 11px;
    line-height: 16px;
  }
  .main-wrapper .p8 {
    font-size: 24px;
    line-height: 32px;
  }
  .main-wrapper .p9 {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: -0.3;
    font-family: 'OPPOSans-M';
  }
  .main-wrapper .p10 {
    font-size: 14px;
    line-height: 27px;
    letter-spacing: -0.3;
  }
  .main-wrapper .btn {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (min-width: 569px) and (max-width: 1024px) {
  .main-wrapper .h1 {
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 0;
  }
  .main-wrapper .h2 {
    font-size: 34px;
    line-height: 34px;
    letter-spacing: 0;
  }
  .main-wrapper .h3 {
    font-size: 34px;
    line-height: 48px;
    letter-spacing: 0;
  }
  .main-wrapper .h4 {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
  }
  .main-wrapper .h4.h4-md {
    font-size: 14px;
    line-height: 21px;
  }
  .main-wrapper .h5 {
    font-size: 17px;
    line-height: 34px;
    letter-spacing: 0;
  }
  .main-wrapper .h6 {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0;
  }
  .main-wrapper .h7 {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
  }
  .main-wrapper .p1 {
    font-size: 120px;
    line-height: 170px;
  }
  .main-wrapper .p1.p1-other {
    font-size: 50px;
    line-height: 60px;
  }
  .main-wrapper .p2 {
    font-size: 14px;
    line-height: 24px;
  }
  .main-wrapper .p3 {
    font-size: 14px;
    line-height: 24px;
  }
  .main-wrapper .p4 {
    font-size: 10px;
    line-height: 14px;
  }
  .main-wrapper .p5 {
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 0;
  }
  .main-wrapper .p6 {
    font-size: 14px;
    line-height: 24px;
  }
  .main-wrapper .p6.mobile-1 {
    font-size: 12px;
    line-height: 18px;
  }
  .main-wrapper .p6.mobile-2 {
    font-size: 11px;
    line-height: 16px;
  }
  .main-wrapper .p8 {
    font-size: 16px;
    line-height: 26px;
  }
  .main-wrapper .p9 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.267;
  }
  .main-wrapper .p10 {
    font-size: 14px;
    line-height: 27px;
    letter-spacing: -0.3;
  }
  .main-wrapper .btn {
    font-size: 12px;
    line-height: 14px;
  }
  .main-wrapper .tips {
    font-size: 10px;
    line-height: 14px;
  }
}
@media (min-width: 1025px) and (max-width: 1920px) {
  .main-wrapper .h1 {
    font-size: 70px;
    line-height: 80px;
    letter-spacing: -1px;
  }
  .main-wrapper .h1.h1-other {
    font-size: 70px;
    line-height: 80px;
    letter-spacing: -1px;
  }
  .main-wrapper .h2 {
    font-size: 42px;
    line-height: 42px;
    letter-spacing: 0;
  }
  .main-wrapper .h3 {
    font-size: 36px;
    line-height: 48px;
    letter-spacing: -0.86px;
  }
  .main-wrapper .h4 {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0;
  }
  .main-wrapper .h5 {
    font-size: 21px;
    line-height: 42px;
    letter-spacing: 0;
  }
  .main-wrapper .h6 {
    font-size: 21px;
    letter-spacing: 0;
  }
  .main-wrapper .h7 {
    font-size: 29px;
    line-height: 41px;
    letter-spacing: 0;
  }
  .main-wrapper .p1 {
    font-size: 200px;
    line-height: 280px;
  }
  .main-wrapper .p1.p1-sm {
    font-size: 100px;
    line-height: 110px;
    letter-spacing: -1.25px;
  }
  .main-wrapper .p2 {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: -0.23px;
  }
  .main-wrapper .p3 {
    font-size: 12px;
    line-height: 24px;
  }
  .main-wrapper .p4 {
    font-size: 12px;
    line-height: 12px;
  }
  .main-wrapper .p5 {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0;
  }
  .main-wrapper .p6 {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: -0.23px;
  }
  .main-wrapper .p6.mobile-1 {
    font-size: 12px;
    line-height: 18px;
  }
  .main-wrapper .p6.mobile-2 {
    font-size: 11px;
    line-height: 16px;
  }
  .main-wrapper .p8 {
    font-size: 20px;
    line-height: 28px;
  }
  .main-wrapper .p9 {
    font-size: 24px;
    line-height: 48px;
    letter-spacing: -0.4;
  }
  .main-wrapper .p10 {
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 0;
    font-family: 'OPPOSans-M';
  }
  .main-wrapper .btn {
    font-size: 14px;
    line-height: 20px;
  }
  .main-wrapper .tips {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (min-width: 1921px) {
  .main-wrapper .h1 {
    font-size: 140px;
    line-height: 160px;
    letter-spacing: 0;
  }
  .main-wrapper .h2 {
    font-size: 72px;
    line-height: 72px;
    letter-spacing: 0;
  }
  .main-wrapper .h3 {
    font-size: 72px;
    line-height: 100px;
    letter-spacing: 0;
  }
  .main-wrapper .h4 {
    font-size: 36px;
    line-height: 50px;
    letter-spacing: 0;
  }
  .main-wrapper .h5 {
    font-size: 36px;
    line-height: 72px;
    letter-spacing: 0;
  }
  .main-wrapper .h6 {
    font-size: 36px;
    line-height: 30px;
    letter-spacing: 0;
  }
  .main-wrapper .h7 {
    font-size: 48px;
    line-height: 67px;
    letter-spacing: 0;
  }
  .main-wrapper .p1 {
    font-size: 400px;
    line-height: 560px;
  }
  .main-wrapper .p1.p1-other {
    font-size: 180px;
    line-height: 240px;
  }
  .main-wrapper .p2 {
    font-size: 24px;
    line-height: 40px;
  }
  .main-wrapper .p2.p2-45 {
    line-height: 45px;
  }
  .main-wrapper .p3 {
    font-size: 24px;
    line-height: 38px;
  }
  .main-wrapper .p4 {
    font-size: 16px;
    line-height: 20px;
  }
  .main-wrapper .p5 {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
  }
  .main-wrapper .p5.p5-option {
    font-size: 18px;
    line-height: 20px;
  }
  .main-wrapper .p6 {
    font-size: 24px;
    line-height: 40px;
  }
  .main-wrapper .p6.mobile-1 {
    font-size: 20px;
    line-height: 24px;
  }
  .main-wrapper .p6.mobile-2 {
    font-size: 11px;
    line-height: 16px;
  }
  .main-wrapper .p8 {
    font-size: 36px;
    line-height: 50px;
  }
  .main-wrapper .p9 {
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -0.8;
  }
  .main-wrapper .p10 {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.386;
  }
  .main-wrapper .btn {
    font-size: 24px;
    line-height: 30px;
  }
  .main-wrapper .tips {
    font-size: 18px;
    line-height: 30px;
  }
}
#inside {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 997;
  overflow-y: scroll;
  overflow-x: hidden;
  letter-spacing: -0.3px;
}
#inside .close-btn {
  z-index: 998;
  position: fixed;
  background-color: rgba(0,0,0,0.4);
  border-radius: 50%;
}
@media (min-width: 1025px) {
  #inside .close-btn {
    width: 1.3333em;
    height: 1.3333em;
    top: 1.6667em;
    right: 1.6667em;
  }
}
@media (min-width: 569px) and (max-width: 1024px) {
  #inside .close-btn {
    width: 0.8em;
    height: 0.8em;
    top: 1.6667em;
    right: 2.6667em;
  }
}
@media (max-width: 568px) {
  #inside .close-btn {
    width: 30px;
    height: 30px;
    top: 0.4em;
    right: 0.4em;
  }
}
#inside .close-btn img {
  width: 100%;
  height: 100%;
}
#inside .h3 {
  letter-spacing: -1px;
}
#inside .section-1 {
  position: relative;
}
#inside .section-1 img {
  width: 100%;
  height: 100%;
}
#inside .section-1 .wrapper-1 {
  position: relative;
}
#inside .section-1 .wrapper-1 .content {
  position: absolute;
}
#inside .section-1 .wrapper-2 {
  background-color: #f2f2f2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
#inside .section-2 {
  position: relative;
  background-image: linear-gradient(to bottom, #fff2f2, #f2f2f2);
}
#inside .section-2 .sub {
  display: -ms-flexbox;
  display: flex;
}
#inside .section-2 .sub img {
  width: 100%;
  height: 100%;
}
#inside .section-2 .sub .sub-1-1 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#inside .section-2 .sub .sub-2-1,
#inside .section-2 .sub .sub-2-2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
}
#inside .section-2 .sub .sub-2-1 {
  background-image: linear-gradient(to right, #fad961, #f76b1c);
  border-radius: 8px 0 0 8px;
}
@media (min-width: 1025px) and (max-width: 1920px) {
  #inside .section-2 .sub .sub-2-1 {
    border-radius: 4px 0 0 4px;
  }
}
@media (min-width: 569px) and (max-width: 1024px) {
  #inside .section-2 .sub .sub-2-1 {
    border-radius: 4px 0 0 4px;
  }
}
@media (max-width: 568px) {
  #inside .section-2 .sub .sub-2-1 {
    border-radius: 6px 0 0 6px;
  }
}
#inside .section-2 .sub .sub-2-2 {
  background-image: linear-gradient(to right, #495368, #0d0d0d);
  border-radius: 0 8px 8px 0;
}
@media (min-width: 1025px) and (max-width: 1920px) {
  #inside .section-2 .sub .sub-2-2 {
    border-radius: 0 4px 4px 0;
  }
}
@media (min-width: 569px) and (max-width: 1024px) {
  #inside .section-2 .sub .sub-2-2 {
    border-radius: 0 4px 4px 0;
  }
}
@media (max-width: 568px) {
  #inside .section-2 .sub .sub-2-2 {
    border-radius: 0 6px 6px 0;
  }
}
#inside .section-3 {
  position: relative;
  background-image: linear-gradient(to bottom, #f2fbff, #f2f2f2);
}
#inside .section-4 {
  position: relative;
  background-image: linear-gradient(to bottom, #f8fff4, #f2f2f2);
}
#inside .section-5 {
  position: relative;
  background-color: #f2f2f2;
}
#inside .test-color {
  color: #151515;
}
#inside .wrapper {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
}
#inside .wrapper .center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
#inside .wrapper .center .img-wrapper {
  margin-left: auto;
  -ms-flex-align: center;
      align-items: center;
}
@media (min-width: 1025px) {
  #inside .section-2,
  #inside .section-3,
  #inside .section-4 {
    height: 37.484vw;
  }
  #inside .section-2 .desc,
  #inside .section-3 .desc,
  #inside .section-4 .desc {
    margin-top: 1.563vw;
  }
  #inside .section-5 {
    height: 17.813vw;
  }
  #inside .wrapper .left {
    -ms-flex: 1;
        flex: 1;
  }
  #inside .wrapper .right {
    -ms-flex: 1;
        flex: 1;
  }
  #inside .section-1 .wrapper-1 {
    width: 100%;
  }
  #inside .section-1 .wrapper-1 .content {
    top: 12.695vw;
    left: 28vw;
  }
  #inside .section-1 .wrapper-2 {
    width: 100%;
    height: 19.258vw;
  }
  #inside .section-1 .wrapper-2 .content {
    width: 36.719vw;
  }
  #inside .section-2 {
    margin-top: 6.836vw;
  }
  #inside .section-2 .wrapper .desc {
    width: 21.094vw;
  }
  #inside .section-2 .wrapper .sub {
    margin-top: 1.172vw;
  }
  #inside .section-2 .wrapper .sub-1 {
    width: 21.094vw;
  }
  #inside .section-2 .wrapper .sub-1 .sub-1-1 {
    width: 3.008vw;
    height: 3.008vw;
  }
  #inside .section-2 .wrapper .sub-1 .sub-1-2 {
    margin-left: 1.172vw;
  }
  #inside .section-2 .wrapper .sub-2 {
    width: 17.5vw;
    min-width: 220px;
    min-height: 42px;
  }
  #inside .section-2 .wrapper .sub-2 .sub-2-1 {
    width: 6.5vw;
    min-width: 95px;
  }
  #inside .section-2 .wrapper .sub-2 .sub-2-2 {
    width: 8.5vw;
    min-width: 125px;
  }
  #inside .section-2 .img-wrapper {
    width: 11.17vw;
    height: 24.297vw;
  }
  #inside .section-3 {
    margin-top: 3.906vw;
  }
  #inside .section-3 .desc {
    width: 20.508vw;
  }
  #inside .section-3 .img-wrapper {
    width: 11.17vw;
    height: 24.297vw;
  }
  #inside .section-4 {
    margin-top: 3.906vw;
  }
  #inside .section-4 .desc {
    width: 20.508vw;
  }
  #inside .section-4 .img-wrapper {
    width: 11.17vw;
    height: 24.297vw;
  }
  #inside .section-5 {
    margin-top: 3.906vw;
    margin-bottom: 3.906vw;
  }
  #inside .section-5 .text {
    margin-top: 1.172vw;
  }
}
@media (min-width: 1921px) {
  #inside .section-1 .wrapper-1 .content {
    width: unset;
  }
  #inside .section-5 {
    height: 21.813vw;
  }
}
@media (min-width: 1025px) and (max-width: 1920px) {
  #inside .section-2 .left .desc,
  #inside .section-3 .left .desc,
  #inside .section-4 .left .desc,
  #inside .section-2 .left .sub,
  #inside .section-3 .left .sub,
  #inside .section-4 .left .sub {
    width: 100%;
  }
  #inside .section-5 .left .desc,
  #inside .section-5 .left .sub {
    width: 100%;
  }
}
@media (min-width: 569px) and (max-width: 1024px) {
  #inside .section-2,
  #inside .section-3,
  #inside .section-4 {
    height: 50.391vw;
  }
  #inside .section-2 .desc,
  #inside .section-3 .desc,
  #inside .section-4 .desc {
    margin-top: 2.083vw;
  }
  #inside .section-5 {
    height: 33.854vw;
  }
  #inside .section-5 .wrapper .left {
    -ms-flex: 1;
        flex: 1;
  }
  #inside .section-5 .wrapper .right {
    -ms-flex: 1;
        flex: 1;
  }
  #inside .wrapper .right {
    margin-left: auto;
  }
  #inside .section-1 .wrapper-1 {
    width: 100%;
  }
  #inside .section-1 .wrapper-1 .content {
    top: 17.057vw;
    left: 24.5vw;
  }
  #inside .section-1 .wrapper-2 {
    width: 100%;
    height: 39.339vw;
  }
  #inside .section-1 .wrapper-2 .content {
    width: 51vw;
  }
  #inside .section-2 {
    margin-top: 8.333vw;
    height: 60.319vw;
  }
  #inside .section-2 .wrapper .desc {
    width: 38.542vw;
  }
  #inside .section-2 .wrapper .sub {
    margin-top: 1.302vw;
  }
  #inside .section-2 .wrapper .sub-1 {
    width: 37.76vw;
  }
  #inside .section-2 .wrapper .sub-1 .sub-1-1 {
    width: 5.99vw;
    height: 5.99vw;
  }
  #inside .section-2 .wrapper .sub-1 .sub-1-2 {
    margin-left: 20px;
  }
  #inside .section-2 .wrapper .sub-2 {
    width: 27.344vw;
    height: 4.557vw;
  }
  #inside .section-2 .wrapper .sub-2 .sub-2-1 {
    width: 11.719vw;
  }
  #inside .section-2 .wrapper .sub-2 .sub-2-2 {
    width: 15.625vw;
  }
  #inside .section-2 .img-wrapper {
    width: 15.625vw;
    height: 33.854vw;
  }
  #inside .section-3 {
    margin-top: 46px;
  }
  #inside .section-3 .desc {
    width: 32.552vw;
  }
  #inside .section-3 .img-wrapper {
    width: 15.625vw;
    height: 33.854vw;
  }
  #inside .section-4 {
    margin-top: 5.99vw;
  }
  #inside .section-4 .left .title {
    width: 67%;
  }
  #inside .section-4 .desc {
    width: 34.245vw;
  }
  #inside .section-4 .img-wrapper {
    width: 15.625vw;
    height: 33.854vw;
  }
  #inside .section-5 {
    height: 46.854vw;
    margin-top: 5.99vw;
    margin-bottom: 5.99vw;
  }
  #inside .section-5 .text {
    margin-top: 0.781vw;
  }
}
@media (max-width: 568px) {
  #inside {
    margin-top: 0vw;
  }
  #inside .narrow-container {
    width: 74.667vw;
  }
  #inside .section-2 {
    height: 344.667vw;
  }
  #inside .section-3 {
    height: 315.933vw;
  }
  #inside .section-4 {
    height: 288.933vw;
  }
  #inside .section-5 {
    height: 195vw;
    min-height: 637.8px;
  }
  #inside .desc {
    margin-top: 8vw;
  }
  #inside .wrapper {
    display: block;
  }
  #inside .section-1 .wrapper-1 {
    width: 100%;
  }
  #inside .section-1 .wrapper-1 .content {
    top: 40vw;
    left: 13.333vw;
  }
  #inside .section-1 .wrapper-2 {
    width: 100%;
    height: 131.467vw;
  }
  #inside .section-1 .wrapper-2 .content {
    width: 74.667vw;
  }
  #inside .section-2 {
    margin-top: 4vw;
    overflow: hidden;
  }
  #inside .section-2 .wrapper {
    padding-top: 24vw;
  }
  #inside .section-2 .wrapper .sub {
    margin-top: 5.333vw;
  }
  #inside .section-2 .wrapper .sub-1-1 {
    width: 15.467vw;
    height: 15.467vw;
  }
  #inside .section-2 .wrapper .sub-1-2 {
    margin-left: 5.333vw;
    width: 52.267vw;
  }
  #inside .section-2 .wrapper .sub-2 {
    margin: auto;
    margin-top: 5.333vw;
    width: 50.667vw;
    height: 11.467vw;
  }
  #inside .section-2 .wrapper .sub-2 .sub-2-1 {
    width: 21.333vw;
    min-width: 83px;
  }
  #inside .section-2 .wrapper .sub-2 .sub-2-2 {
    width: 29.333vw;
    min-width: 110px;
  }
  #inside .section-2 .img-wrapper {
    padding-top: 8.533vw;
    margin: auto;
    width: 74.667vw;
    height: 148.8vw;
  }
  #inside .section-3,
  #inside .section-4 {
    margin-top: 4vw;
    overflow: hidden;
  }
  #inside .section-3 .wrapper,
  #inside .section-4 .wrapper {
    padding-top: 24vw;
  }
  #inside .section-3 .wrapper .img-wrapper,
  #inside .section-4 .wrapper .img-wrapper {
    padding-top: 10.667vw;
    margin: auto;
    width: 74.667vw;
    height: 148.8vw;
  }
  #inside .section-5 {
    margin-top: 4vw;
    margin-bottom: 4vw;
  }
  #inside .section-5 .wrapper {
    padding-top: 21.333vw;
  }
  #inside .section-5 .wrapper .text-container {
    margin-top: 8vw;
  }
  #inside .section-5 .wrapper .text-container .text {
    margin-top: 9.333vw;
  }
  #inside .section-5 .wrapper .text-container .text-item {
    border-left: 1.6vw solid #1bc9be;
    padding-left: 5vw;
  }
  #inside .title {
    white-space: nowrap;
  }
  #inside .section-4 .title {
    white-space: unset;
  }
}
@media (min-width: 1025px) and (min-width: 1025px) and (max-width: 1920px) {
  .section-2,
  .section-3,
  .section-4 {
    min-height: 500px;
  }
}
@media (min-width: 1025px) and (max-width: 1920px) and (min-width: 1025px) and (max-width: 1440px) {
  .wrapper-2 {
    height: 24.258vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1920px) and (min-width: 1441px) and (max-width: 1920px) {
  .wrapper-2 {
    height: 18.258vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1920px) and (min-width: 1441px) and (max-width: 1920px) {
  .section-2,
  .section-3,
  .section-4 {
    height: 31.258vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1920px) and (min-width: 1025px) and (max-width: 1440px) {
  .section-5 {
    height: 26.258vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1920px) and (min-width: 1441px) and (max-width: 1920px) {
  .section-5 {
    height: 20.258vw !important;
  }
}
* {
  box-sizing: border-box;
}
img {
  display: block;
}
[z-src-bg] {
  background-size: cover;
}
.main-wrapper {
  font-size: 16px;
}
.main-wrapper * {
  font-family: 'OPPOSans-B', 'OPPOSans-M', 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'STHeiti', 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  box-sizing: border-box;
}
.main-wrapper img {
  display: block;
}
.main-wrapper video {
  display: block;
}
.main-wrapper [z-src-bg] {
  background-size: cover;
}
.main-wrapper br {
  font-family: 'Open Sans', '-apple-system', 'BlinkMacSystemFont', 'Helvetica Neue', 'Helvetica', 'Roboto', 'Arial', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft Yahei', 'Microsoft Jhenghei', 'sans-serif';
}
.main-wrapper sup {
  cursor: pointer;
}
@media (min-width: 1921px) {
  .main-wrapper sup {
    font-size: 20px;
  }
}
@media (min-width: 1025px) and (max-width: 1920px) {
  .main-wrapper sup {
    font-size: 8px;
  }
}
@media (min-width: 569px) and (max-width: 1024px) {
  .main-wrapper sup {
    font-size: 8px;
  }
}
@media (max-width: 568px) {
  .main-wrapper sup {
    font-size: 6px;
  }
}
.sticky-container {
  position: relative;
}
.sticky-container .sticky-item {
  position: relative;
}
.vertical-center {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.vertical-center > * {
  width: 100%;
}
.text-center {
  text-align: center;
}

