@font-face {
  font-family: 'Lato';
  src: url('https://uploads.ytripos.com/uploaded/FlWfNEh982VCiLYhwp_4d69o0uiY/Lato-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato-Light';
  src: url('https://uploads.ytripos.com/uploaded/Fm65UQj--BvYz79-INTKBjTlmJAZ/Lato-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  overflow-x: auto;
  background: #0D112F;
}

.luxe-web {
  display: none;
}
.luxe-h5 {
  display: none;
}

.vjs-big-play-button span {
  display: none;
}

.vjs-big-play-button {
  background: url(https://uploads.ytripos.com/uploaded/FnYlpNqZdesaGBarQflf5vvrtTA-/play@2x.png?imageView2/2/format/png/interlace/1) center center/100% 100%!important;
  border: none!important;
}


.submit-btn {
  margin-top: 18px;
  width: 270px;
  height: 50px;
  background: linear-gradient( 225deg, #FFD6AA 0%, #ECD8C9 100%);
  border-radius: 1px;
  font-family: Lato, Lato;
  font-weight: bold;
  font-size: 20px;
  color: #0C1B31;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  cursor: pointer;
  text-decoration: none;
}

@media (max-width: 1023px) {
  html {  font-size: calc(100vw / 3.75)!important; }
  .luxe-h5 {
    display: block;
  }
  .wrapper {
    background-size: 100% auto;
    padding-top: 0.2rem;
  }

  .main-poster {
    width: 100%;
  }

  .header {
    display: flex;
    padding: 0 0.2rem;
    align-items: center;
    justify-content: space-between;
  }

  .logo {
    display: flex;
    height: 0.26rem;
  }

  .language {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .language img {
    width: 0.2rem;
    height: 0.2rem;
  }

  .language {
    margin-left: 20px;
    display: flex;
    align-items: center;
  }

  .language-item {
    display: flex;
    align-items: center;
    cursor: pointer;
  }

  .language-item + .language-item {
    margin-left: 0.2rem;
  }


  .language-item.active span {
    opacity: 1;
  }

  .language-item span {
    margin-left: 0.04rem;
    font-size: 0.1rem;
    color: #fff;
    opacity: 0.5;
  }

  .luxe-h5.title {
      margin: 0.3rem auto 0.22rem;
      height: 0.48rem;
      display: block;
  }

  .main {
    width: 100%;
  }

  .main .video-js {
    width: 100%;
    height: 2.11rem;
    display: block;
  }

  .right-col {
    margin-top: 0.35rem;
  }

  .right-col-title {
    display: block;
    height: 0.24rem;
    margin: 0 auto;
  }

  .right-ul {
    margin-top: 0.4rem;
    position: relative;
  }

  .right-ul li {
    position: relative;
    display: flex;
  }

  .right-ul li::after {
    content: '';
    position: absolute;
    left: 36%;
    top: 0.07rem;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #F6D8BA;
  }

  .right-ul li + li {
    margin-top: 32px;
  }

  .right-ul li + li::before {
    content: '';
    position: absolute;
    left: 36%;
    margin-left: 2px;
    top: -0.37rem;
    width: 1px;
    height: 0.49rem;
    background: #F6D8BA;
    opacity: 0.3;
  }

  .right-ul li .time {
    font-family: Lato-light, Lato-light;
    font-weight: 300;
    font-size: 0.13rem;
    color: #FFFFFF;
    line-height: 0.2rem;
    text-align: right;
    font-style: normal;
    width: 1.1rem;
    flex-shrink: 0;
  }

  .right-ul li .time-detail {
    margin-left: 0.55rem;
    flex: 1;
    font-family: Lato, Lato;
    font-weight: 400;
    font-size: 0.14rem;
    color: #FFFFFF;
    line-height: 0.18rem;
    text-align: left;
    font-style: normal;
  }

  .footer {
    margin-top: 0.4rem;
    padding-top: 0.28rem;
    background-color: #050713;
    display: flex;
    flex-direction: column;
  }

  .footer-summary {
    font-size: 0.12rem;
    line-height: 0.22rem;
    color: #fff;
    text-align: center;
    white-space: pre-wrap;
    opacity: 0.82;
  }
  .footer-summary p + p {
    margin-top: 0.13rem;
  }
  .footer-right {
    padding-top: 0.15rem;
    padding-bottom: 0.51rem;
    font-size: 0.1rem;
    color: rgba(255,255,255,0.5);
    line-height: 0.12rem;
    text-align: center;
  }

  .vjs-big-play-button {
    width: 0.56rem!important;
    height: 0.56rem!important;
    margin-top: -0.28rem!important;
    margin-left: -0.28rem!important;
  }

  .zh, .jp {
    .right-ul li + li::before {
      left: 47.5%;
    }
    .right-ul li::after {
      left: 47.5%;
    }
    .right-ul li .time {
      width: 1.50rem;
    }
    .right-ul li .time-detail {
      margin-left: 0.6rem;
    }
  }

  .submit-btn {
    display: block;
    margin-top: 0;
    margin-left: 0;
    width: 100%;
    background: linear-gradient( 225deg, #FFEAD6 0%, #FFD08E 100%);
    font-size: 0.18rem;
    color: #0B161A;
    line-height: 16px;
    height: 0.48rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .submit-btn-container {
    padding: 0.4rem 0.14rem 0;
  }
}

@media (min-width: 1024px) {
  .luxe-web {
    display: block;
  }
  .wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100vh;
    margin: 0 auto;
    background-size: cover;
    min-width: 1440px;
  }
  .header {
    width: 1440px;
    margin: 0 auto;
    flex-shrink: 0;
    height: 110px;
    display: flex;
    align-items: center;
    padding: 0 60px;
    justify-content: space-between;
    flex-wrap: wrap;
    background-size: cover;
  }
  .header-container {
    width: 100%;
    position: relative;
    min-width: 1440px;
  }
  .logo {
    height: 48px;
  }
  .luxe-web.title {
    position: absolute;
    left: 0;
    right: 0;
    margin: 25px auto 0;
    height: 114px;
  }
  .footer {
    width: 1440px;
    margin: 0 auto;
    flex-shrink: 0;
    height: 76px;
    padding: 0 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background-size: cover;
  }
  .footer-container {
    background: url('https://uploads.ytripos.com/uploaded/FvEf4_CZ0N8FAzUR_hL1MSJwKs_E/down.png?imageView2/2/format/webp/interlace/1') center center;
    width: 100%;
  }
  .main {
    position: relative;
    width: 1440px;
    flex: 1;
    display: flex;
    padding: 22px 0;
    margin: 0 auto;
  }

  .main .video-js {
    width: 907px;
    height: 510px;
    display: block;
    flex-shrink: 0;
  }

  .right-col {
    flex: 1;
  }

  .right-col-img {
    display: block;
    height: 482px;
  }

  .right-ul {
    margin-top: 40px;
    position: relative;
  }

  .right-ul li {
    position: relative;
    display: flex;
  }

  .right-ul li::after {
    content: '';
    position: absolute;
    left: 161px;
    top: 9px;
    width: 7px;
    height: 7px;
    border-radius: 7px;
    background: #F6D8BA;
  }

  .right-ul li + li {
    margin-top: 68px;
  }

  .right-ul li + li::before {
    content: '';
    position: absolute;
    left: 164px;
    top: -78px;
    width: 1px;
    height: 88px;
    background: #F6D8BA;
    opacity: 0.3;
  }

  .right-ul li .time {
    font-family: Lato, Lato;
    font-weight: 300;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 20px;
    text-align: right;
    font-style: normal;
    width: 137px;
    flex-shrink: 0;
    margin-top: 2px;
  }

  .right-ul li .time-detail {
    margin-left: 55px;
    flex: 1;
    font-family: Lato, Lato;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: left;
    font-style: normal;
  }

  .vjs-big-play-button {
    width: 124px!important;
    height: 124px!important;
    margin-top: -62px!important;
    margin-left: -62px!important;
  }

  .language {
    margin-right: 4px;
    display: flex;
    align-items: center;
  }

  .language-item {
    display: flex;
    align-items: center;
    cursor: pointer;
  }

  .language-item + .language-item {
    margin-left: 24px;
  }

  .language img {
    width: 24px;
    height: 24px;
    cursor: pointer;
  }

  .language-item.active span {
    opacity: 1;
  }

  .language-item span {
    margin-left: 6px;
    font-size: 16px;
    color: #fff;
    opacity: 0.5;
  }

  .footer-summary {
    font-size: 14px;
    line-height: 14px;
    color: #fff;
  }
  .footer-summary p + p {
    margin-top: 20px;
  }

  .footer-right {
    margin-top: auto;
    margin-bottom: 14px;
    font-size: 12px;
    color: rgba(255,255,255,0.5);
    line-height: 12px;
  }
  .main-poster {
    margin-left: 2px;
    width: 808px;
    height: 570px;
    margin: 0 96px 0 60px;
  }
  .main-poster-logo {
    margin: 6px auto 20px;
    width: 1416px;
    height: 94px;
  }
}
