@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: #0C1B31;
}

.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;
}

@media (max-width: 1023px) {
  html {  font-size: calc(100vw / 3.75)!important; }
  .luxe-h5 {
    display: block;
  }
  .wrapper {
    background: #040404 url('https://uploads.ytripos.com/uploaded/FvQYJ7DfTNOiXVTn7gy-qwejGNCn/bj.png') center top;
    background-size: 100% auto;
    padding-top: 0.2rem;
  }

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

  .logo {
    display: flex;
    width: 1rem;
    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 {
      width: 3rem;
      margin: 0.48rem auto 0.24rem;
      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: #16181A;
    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;
    }
  }
}

@media (min-width: 1024px) {
  .luxe-web {
    display: block;
  }
  .wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100vh;
    margin: 0 auto;
    background: url('https://uploads.ytripos.com/uploaded/FsYAyivk_bDB9d4znm6exdd_kgtP/back.webp?imageView2/2/format/webp/interlace/1') center center;
    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 {
    background: url('https://uploads.ytripos.com/uploaded/FngwS5LNBNSN0x2rJIs0d_jIteqb/top-bj.webp?imageView2/2/format/webp/interlace/1') center center;
    width: 100%;
  }
  .logo {
    height: 52px;
  }
  .luxe-web.title {
    margin-top: 5px;
    margin-left: 55px;
    height: 70px;
  }
  .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: 64px 60px;
    margin: 0 auto;
  }

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

  .right-col {
    margin: 8px;
    flex: 1;
  }

  .right-col-title {
    display: block;
    height: 47px;
    margin-left: 94px;
  }

  .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 {
    display: flex;
    align-items: center;
  }

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

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

  .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;
  }
}
