@charset "UTF-8";
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
time,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:focus {
  outline: 0;
}
:disabled {
  background: #fff;
  color: #dee0e5;
}
input,
select,
textarea {
  font-size: 18px;
  padding: 0 24px;
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #898989;
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #898989;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #898989;
}
input::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #898989;
}
input::placeholder,
select::placeholder,
textarea::placeholder {
  color: #898989;
}
@media screen and (max-width: 820px) {
  input,
  select,
  textarea {
    font-size: 15px;
    padding: 0 9px;
  }
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../svg/arrw_1.svg?20180611) no-repeat scroll 96.9% center
    transparent;
}
:root {
  --bg: #fafafa;
  --black-bg: #1b1e25;
  --white-bg: #eaecef;
  --red: #e41827;
  --white: #fff;
  --black: #000000;
  --purple: #353a45;
  --main: #4d4d4d;
}
html {
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
}
body,
html {
  width: 100%;
  height: 100%;
  font-family: "Barlow", sans-serif;
  font-size: 100px;
  line-height: 1.4;
}
@media screen and (max-width: 1280px) {
  body,
  html {
    font-size: 90px;
  }
}
@media screen and (max-width: 1024px) {
  body,
  html {
    line-height: 1.2;
  }
}
@media screen and (max-width: 640px) {
  body,
  html {
    font-size: 100px;
  }
}
body {
  background: var(--bg);
  overflow-x: hidden;
  color: var(--purple);
}
main {
  width: 100%;
  margin: auto;
  overflow: hidden;
}
.desk_use {
  display: block;
}
.mobile_use {
  display: none;
}
@media screen and (max-width: 1024px) {
  .desk_use {
    display: none;
  }
  .mobile_use {
    display: block;
  }
}
.an-join,
.an-join-img,
.an-page,
.an-page-list {
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
  top: 4vw;
}
.an-join-img.active,
.an-join.active,
.an-page-list.active,
.an-page.active {
  opacity: 1;
  top: 0;
}
.btn-top {
  opacity: 0;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 9;
  width: 46px;
  height: 46px;
  background: var(--red);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.btn-top.active {
  opacity: 1;
}
.btn-top img {
  width: 70%;
  display: block;
}
.loading {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: var(--red);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.loading.removeClass {
  opacity: 0;
  pointer-events: none;
}
.loading img {
  width: 40%;
  max-width: 250px;
  -webkit-animation: flicker 1s infinite alternate;
  animation: flicker 1s infinite alternate;
}
@-webkit-keyframes flicker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes flicker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
footer {
  font-size: 0.14rem;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.15);
  background-color: var(--black-bg);
  color: var(--white);
}
@media screen and (max-width: 640px) {
  footer {
    font-size: 0.12rem;
  }
}
@media screen and (max-width: 1024px) {
  footer {
    padding: 0;
  }
}
footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1440px;
  padding: 2.09375em 2.5em;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  footer .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2.6em 0 2.3em 0;
  }
}
footer .f-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  footer .f-left {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
footer .f-left .f-logo {
  margin-right: 1.1428571429em;
}
@media screen and (max-width: 1024px) {
  footer .f-left .f-logo {
    margin-right: 0;
    margin-bottom: 1.6666666667em;
  }
}
@media screen and (max-width: 640px) {
  footer .f-left .f-logo {
    width: 40%;
    margin: 0 auto 1.6666666667em auto;
  }
  footer .f-left .f-logo img {
    width: 100%;
    display: block;
  }
}
footer .f-right {
  font-weight: 500;
}
footer .f-right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  footer .f-right ul {
    width: 85%;
    max-width: 400px;
    margin: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 640px) {
  footer .f-right ul {
    width: 77%;
  }
}
@media screen and (max-width: 360px) {
  footer .f-right ul {
    width: 85%;
  }
}
@media screen and (max-width: 330px) {
  footer .f-right ul {
    width: 90%;
  }
}
footer .f-right li:not(:last-child) {
  margin-right: 2.7777777778vw;
}
@media screen and (max-width: 1024px) {
  footer .f-right li:not(:first-child) {
    border-left: 1px solid #f2f3f5;
    padding-left: 1.4em;
  }
}
footer .f-right li:nth-child(4) {
  border: none;
}
@media screen and (max-width: 1024px) {
  footer .f-right li:nth-child(3) {
    margin-right: 0;
  }
  footer .f-right li:nth-child(-n + 3) {
    margin-bottom: 1.3em;
  }
}
footer .f-right a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: var(--white);
  text-decoration: none;
}
footer .f-right a:hover {
  color: var(--red);
}
@media screen and (max-width: 1024px) {
  footer .f-right a {
    color: #f2f3f5;
  }
}
@media screen and (max-width: 1024px) {
  footer .copyright {
    text-align: center;
    background-color: var(--purple);
    color: #9ca0ab;
    padding: 1.3333333333em 0;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  font-size: 0.16rem;
  line-height: 1.2;
  font-weight: 500;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: var(--white);
  z-index: 10;
}
@media screen and (max-width: 1100px) {
  header {
    height: 48px;
    font-size: 0.15rem;
  }
}
@media screen and (max-width: 768px) {
  header {
    background: var(--white);
  }
}
@media screen and (max-width: 640px) {
  header {
    font-size: 0.16rem;
  }
}
header a {
  color: var(--purple);
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
header a:hover {
  color: var(--red);
}
@media screen and (max-width: 1024px) {
  header a {
    color: #72767e;
  }
}
header .header-box {
  max-width: 1440px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 64px;
  padding: 1em 2.5em;
}
@media screen and (max-width: 1100px) {
  header .header-box {
    height: 100%;
    padding: 0 1.5em;
    height: 48px;
  }
}
header .logo {
  width: 15%;
  max-width: 159px;
}
header .logo a {
  width: 100%;
  display: block;
}
header .logo img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 1100px) {
  header .logo {
    width: 125px;
  }
}
header .menu-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  left: -5.5vw;
}
@media screen and (max-width: 1024px) {
  header .menu-nav {
    display: block;
    border-bottom: 2px solid var(--white-bg);
    padding-bottom: 1em;
    margin-bottom: 1em;
    left: 0;
  }
}
header .menu-nav li:not(:last-child) {
  margin-right: 3.3333333333vw;
}
@media screen and (max-width: 1200px) {
  header .menu-nav li:not(:last-child) {
    margin-right: 2.6388888889vw;
  }
}
header .menu-nav li a.active {
  color: var(--red);
}
header .menu-sporty {
  display: none;
}
@media screen and (max-width: 1024px) {
  header .menu-sporty {
    display: block;
  }
}
header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  header nav {
    width: 98%;
    margin: auto;
    display: block;
    height: calc(100% - 108px);
    overflow-y: auto;
    padding: 0 4%;
  }
  header nav a {
    display: block;
    padding: 0.75em 0;
  }
}
@media screen and (max-width: 1024px) and (max-width: 640px) {
  header nav {
    height: calc(100% - 68px);
  }
}
header nav::-webkit-scrollbar {
  width: 2px;
  height: 4px;
}
header nav::-webkit-scrollbar-track {
  background-color: #f3f3f3;
}
header nav::-webkit-scrollbar-thumb {
  background-color: var(--red);
  height: 2px;
}
header .nav-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  header .nav-box {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 48px;
    left: 0;
    width: 100%;
    display: block;
    height: 100%;
    background: var(--bg);
  }
}
@media screen and (max-width: 640px) {
  header .nav-box {
    height: calc(100% - 48px);
  }
}
header .community {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 6.6666666667vw;
}
header .community a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
}
header .community a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  header .community {
    bottom: 0;
    width: 88%;
    background: var(--bg);
    border-top: 2px solid var(--white-bg);
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
  }
}
@media screen and (max-width: 640px) {
  header .community {
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 640px) {
  header .community {
    margin-left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 48px;
  }
}
header .community li:not(:last-child) {
  margin-right: 3.875em;
}
@media screen and (max-width: 1024px) {
  header .community li:nth-child(3) {
    margin-right: 0;
  }
  header .community li:not(:last-child) {
    margin-right: 1.25em;
  }
}
header .community li:nth-child(n + 4) {
  display: none;
}
@media screen and (max-width: 1024px) {
  header .community li:nth-child(n + 4) {
    display: block;
  }
}
header .menu-wrapper {
  display: none;
  width: 35px;
  height: 35px;
  cursor: pointer;
  z-index: 10;
}
header .menu-wrapper.no {
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  header .menu-wrapper {
    display: block;
    top: 5%;
    right: -0.6%;
    position: relative;
  }
}
@media screen and (max-width: 640px) {
  header .menu-wrapper {
    right: -2%;
  }
}
header .hamburger-menu:after,
header .hamburger-menu:before,
header .menu-wrapper .hamburger-menu {
  width: 24px;
  height: 2px;
  border-radius: 1px;
}
header .hamburger-menu {
  position: relative;
  left: 6px;
  -webkit-transform: translateY(14px);
  transform: translateY(14px);
  -webkit-transition: all 0ms 300ms;
  transition: all 0ms 300ms;
  background: var(--purple);
}
header .hamburger-menu:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  background: var(--purple);
  -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
header .hamburger-menu:after {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  background: var(--purple);
  -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.js-menu-active {
  overflow: hidden;
}
.js-menu-active header {
  background: var(--bg);
}
.js-menu-active .menu-wrapper .hamburger-menu {
  background: rgba(255, 255, 255, 0);
}
.js-menu-active .menu-wrapper .hamburger-menu:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.js-menu-active .menu-wrapper .hamburger-menu:before {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.js-menu-active .nav-box {
  opacity: 1;
  pointer-events: auto;
}
.item-video {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: var(--red);
  font-size: 0.2rem;
}
@media screen and (max-width: 768px) {
  .item-video {
    background-color: none;
  }
}
.item-video .video-bg img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right bottom;
  object-position: right bottom;
  display: block;
}
@media screen and (max-width: 768px) {
  .item-video .video-bg img {
    height: auto;
    -o-object-fit: inherit;
    object-fit: inherit;
  }
}
@media screen and (max-width: 768px) {
  .item-video .video-bg {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
  }
}

@media screen and (max-width: 768px) {
    .premium-free-content-wrap .h2-box {
        padding: 40px 0;
        padding-left: 10px;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, #000 100%);
    }
    .premium-free-content-wrap .h2-box h2{
        font-size: 8.5vw !important;
    }
    .content.premium-free-content-wrap .h2-box {
        left: 50% !important;
    }
}

.item-video .container .h2-box {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 1440px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .item-video .container .h2-box {
    opacity: 0;
    top: 56%;
    left: 53%;
  }
}
@media screen and (max-width: 640px) {
  .item-video .container .h2-box {
    opacity: 0;
    top: 48%;
    left: 53%;
  }
}
@media screen and (max-width: 768px) {
  .item-video .container .h2-box.show-acitve {
    opacity: 1;
    top: 48%;
  }
}
@media screen and (max-width: 640px) {
  .item-video .container .h2-box.show-acitve {
    top: 41%;
  }
}

.item-video .container .h2-box h2 {
  padding: 0 0.37em;
  text-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
  font-size: 5em;
  font-weight: 800;
  color: var(--white);
  line-height: 1.01;
  text-transform: uppercase;
}
@media screen and (max-width: 1260px) {
  .item-video .container .h2-box h2 {
    font-size: 6.5vw;
  }
}
@media screen and (max-width: 768px) {
  .item-video .container .h2-box h2 {
    padding: 0 0.2em;
    font-weight: bold;
    font-size: 9.5vw;
    text-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
  }
}
.item-video .content {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .item-video .content {
    position: static;
    padding-top: 86%;
  }
}
.item-video .video-list {
  position: absolute;
  bottom: 6.35%;
  right: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.item-video .video-list strong {
  font-size: 4.9vw;
  font-weight: 600;
  line-height: 1;
  text-align: left;
  color: #fff;
  margin-bottom: 24px;
  display: none;
}
@media screen and (max-width: 768px) {
  .item-video .video-list strong {
    display: block;
    padding-left: 7%;
  }
}
.item-video .video-list .video-scroll-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .item-video .video-list {
    display: block;
    padding: 24px 0 48px 0;
    position: static;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(10%, #e41827),
      color-stop(110%, #7e0d16)
    );
    background-image: linear-gradient(to bottom, #e41827 10%, #7e0d16 110%);
    position: relative;
    z-index: 1;
    right: 0;
    bottom: 0px;
    border-radius: 10px 10px 0 0;
  }
  .item-video .video-list .video-scroll-box {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    padding: 0px 7%;
  }
}
.item-video .video-name {
  color: #fff;
}
.item-video .video-name h4 {
  font-size: 0.6em;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.1em;
}
.item-video .video-name .video-time {
  font-size: 0.4em;
}
.item-video .img-mark {
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 3;
}
.item-video .video-img {
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 190px;
  height: 126px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin: 0 1px 0 0;
  border-radius: 8px;
  border: solid 0.5px #fff;
  position: relative;
  overflow: hidden;
}
.item-video .video-img:not(:last-child) {
  margin-right: 0.6em;
}
@media screen and (max-width: 768px) {
  .item-video .video-img {
    display: inline-block;
    border: none;
    margin-right: 5% !important;
    width: 35.3vw;
    height: 38vw;
  }
}
@media screen and (max-width: 640px) {
  .item-video .video-img {
    width: 42.3vw;
    height: 50vw;
  }
}
.item-video .video-img .js-video-click {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-backdrop-filter: blur(6.6px);
  backdrop-filter: blur(6.6px);
  -webkit-box-shadow: inset 0 -0.4px 0 0 rgba(255, 255, 255, 0);
  box-shadow: inset 0 -0.4px 0 0 rgba(255, 255, 255, 0);
  background-image: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.13) 7%,
    rgba(255, 255, 255, 0.13) 93%
  );
  width: 100%;
  height: 36px;
  padding: 0 7px;
  position: absolute;
  bottom: 0;
  z-index: 7;
}
.item-video .video-img .js-video-click img {
  width: 16px;
  display: block;
}
@media screen and (max-width: 768px) {
  .item-video .video-img .thumbnail {
    width: 100%;
    height: 100%;
  }
}
.item-video .video-img .thumbnail img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .item-video .video-img .thumbnail img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
}
.item-video .video-img:hover .img-mark {
  opacity: 1;
}
.item-video .video-popup {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
  font-family: HelveticaNeue;
}
.item-video .video-popup.video-open {
  opacity: 1;
  pointer-events: auto;
}
.item-video .popup-container {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.item-video .container-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.item-video .video-player-container {
  position: relative;
  width: 190px;
  -webkit-transition: 1s;
  transition: 1s;
  z-index: 2;
  bottom: -37%;
  right: -50%;
}
.item-video .video-player-container.show-1,
.item-video .video-player-container.show-2,
.item-video .video-player-container.show-3,
.item-video .video-player-container.show-4 {
  bottom: -37%;
  right: -50%;
}
.item-video .video-player-container.show-1.active,
.item-video .video-player-container.show-2.active,
.item-video .video-player-container.show-3.active,
.item-video .video-player-container.show-4.active {
  width: 56.25vw;
  height: auto;
  bottom: 0 !important;
  right: 0 !important;
}
@media screen and (max-width: 1440px) {
  .item-video .video-player-container.show-1.active,
  .item-video .video-player-container.show-2.active,
  .item-video .video-player-container.show-3.active,
  .item-video .video-player-container.show-4.active {
    width: 75vw;
    height: auto;
  }
}
@media screen and (max-width: 1366px) {
  .item-video .video-player-container.show-1.active,
  .item-video .video-player-container.show-2.active,
  .item-video .video-player-container.show-3.active,
  .item-video .video-player-container.show-4.active {
    width: 56.25vw;
  }
}
@media screen and (max-width: 1024px) {
  .item-video .video-player-container.show-1.active,
  .item-video .video-player-container.show-2.active,
  .item-video .video-player-container.show-3.active,
  .item-video .video-player-container.show-4.active {
    width: 80.25vw;
  }
}
.item-video .video-container {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  border: solid 0.5px #fff;
}
@media screen and (max-width: 1024px) {
  .item-video .video-container {
    border-radius: 0;
    border: none;
  }
}
.item-video #media-video {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.item-video .close-video-btn {
  position: absolute;
  right: -3.5%;
  top: -10.5%;
}
@media screen and (max-width: 1800px) {
  .item-video .close-video-btn {
    right: -3.5vw;
    top: -3.5vw;
  }
}
@media screen and (max-width: 1024px) {
  .item-video .close-video-btn {
    right: -4%;
    top: -13.5%;
  }
}
@media screen and (max-width: 991px) {
  .item-video .close-video-btn {
    top: -17.5%;
  }
}
@media screen and (max-width: 640px) {
  .item-video .close-video-btn {
    top: -11.5vw;
    width: 11%;
  }
  .item-video .close-video-btn img {
    width: 100%;
  }
}
.item-video .player-container {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100.1%;
  height: 128px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0)),
    to(rgb(0, 0, 0))
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgb(0, 0, 0) 100%
  );
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 1366px) {
  .item-video .player-container {
    height: 117px;
  }
}
@media screen and (max-width: 1024px) {
  .item-video .player-container {
    opacity: 1;
    height: 11vw;
    border: none;
    border-radius: 0;
    overflow: initial;
  }
}
@media screen and (max-width: 640px) {
  .item-video .player-container {
    height: 14vw;
  }
}
.item-video .play-control,
.item-video .volume-control {
  width: 40px;
  height: 40px;
  display: table;
  cursor: pointer;
}
.item-video .play-button,
.item-video .volume-button-mute {
  vertical-align: middle;
  text-align: center;
  display: none;
}
.item-video .pause-button,
.item-video .volume-button {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.item-video .play-button {
  width: 2.2857142857em;
  height: 2.2857142857em;
  background: url(../images/01_video/play.svg);
  background-size: cover;
}
.item-video .pause-button {
  width: 2.2857142857em;
  height: 2.2857142857em;
  background: url(../images/01_video/pause.svg);
  background-size: cover;
}
.item-video .volume-button {
  width: 2.2857142857em;
  height: 2.2857142857em;
  background: url(../images/01_video/volumn_on.svg);
}
.item-video .volume-button-mute {
  width: 2.2857142857em;
  height: 2.2857142857em;
  background: url(../images/01_video/volumn_off.svg);
}
@media screen and (max-width: 1024px) {
  .item-video .play-control {
    position: fixed;
    top: 46%;
    left: 46%;
    z-index: 1;
  }
  .item-video .play-control .play-button {
    width: 2.2857142857em;
    height: 2.2857142857em;
    background: url(../images/01_video/player_play_m.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .item-video .play-control .pause-button {
    width: 2.2857142857em;
    height: 2.2857142857em;
    background: url(../images/01_video/player_pause_m.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.item-video .progress-hidden {
  position: absolute;
  width: 385px;
  height: 40px;
  margin-left: 20px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .item-video .volume-control {
    position: absolute;
    top: -32.5vw;
    right: 1vw;
  }
}
@media screen and (max-width: 768px) {
  .item-video .volume-control {
    top: -33vw;
    right: 2vw;
  }
}
@media screen and (max-width: 640px) {
  .item-video .volume-control {
    top: -31vw;
  }
}
.item-video .video-top {
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
  position: relative;
  top: 4%;
}
@media screen and (max-width: 1024px) {
  .item-video .video-top {
    width: 88%;
    top: 14%;
  }
}
.item-video .video-top .title {
  color: var(--white);
  font-size: 0.24rem;
}
@media screen and (max-width: 640px) {
  .item-video .video-top .title {
    font-size: 0.12rem;
  }
}
.item-video .video-bottom {
  width: 95%;
  margin: 2vw auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.item-video .indicator {
  right: 0;
  height: 16px;
  font-weight: 300;
  font-size: 0.16rem;
  text-align: center;
  color: var(--white);
  font-weight: 300;
}
@media screen and (max-width: 640px) {
  .item-video .indicator {
    font-size: 0.12rem;
  }
}
.item-video .progress {
  position: relative;
}
.item-video .progress-background {
  position: absolute;
  width: 385px;
  height: 2px;
  background-color: rgba(217, 217, 217, 0.4);
  border-radius: 20px;
  margin-left: 20px;
  margin-top: 20px;
}
.item-video .progress-over {
  position: absolute;
  width: 160px;
  height: 2px;
  background-color: var(--white);
  border-radius: 20px;
  margin-left: 20px;
  margin-top: 20px;
}
.item-who-we-are {
  position: relative;
  background: var(--white);
  font-size: 0.24rem;
  overflow: hidden;
  color: var(--white);
}
@media screen and (max-width: 1024px) {
  .item-who-we-are {
    color: var(--white);
  }
}
@media screen and (max-width: 640px) {
  .item-who-we-are {
    font-size: 0.16rem;
  }
}
.item-who-we-are .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}
.item-who-we-are .content {
  position: absolute;
  top: 0;
  width: 64%;
  height: 100%;
  top: 0%;
  left: 0;
  background: var(--red);
  clip-path: polygon(0 0, 59% 0, 96.5% 100%, 0% 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .item-who-we-are .content {
    width: 100%;
    height: 85%;
    clip-path: none;
    top: initial;
    bottom: 0;
    background-image: url(../images/02_who_we_are/mark_bg.svg);
    background-color: rgba(255, 255, 255, 0);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: cover;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
  }
}
.item-who-we-are img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.item-who-we-are .left-img {
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  top: 4vw;
  left: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
  width: min(1191px, 62.527%);
  height: 38.5416666667vw;
}
.item-who-we-are .left-img:hover {
  top: -1vw !important;
  left: 1vw;
  -webkit-transform: scale(1.063);
  transform: scale(1.063);
}
.item-who-we-are .left-img .mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  .item-who-we-are .left-img {
    width: 100%;
    height: auto;
  }
  .item-who-we-are .left-img .desk {
    display: none;
  }
  .item-who-we-are .left-img .mobile {
    display: block;
  }
}
.item-who-we-are .item-content {
  width: min(518px, 60%);
  position: absolute;
  left: 50%;
  font-weight: 500;
  -webkit-transform: translateX(-74%);
  transform: translateX(-74%);
}
@media screen and (max-width: 1600px) {
  .item-who-we-are .item-content {
    left: 54%;
  }
}
@media screen and (max-width: 1024px) {
  .item-who-we-are .item-content {
    width: 90%;
    position: static;
    -webkit-transform: none;
    transform: none;
    padding-bottom: 8%;
  }
}
.item-who-we-are .item-content h2 {
  font-size: 2em;
  font-weight: bold;
  line-height: 1.3;
  text-align: left;
  color: var(--white);
  margin-bottom: 34px;
}
@media screen and (max-width: 1024px) {
  .item-who-we-are .item-content h2 {
    color: var(--white);
    margin-bottom: 14px;
  }
}
.item-content,
.left-img {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
}
.item-content {
  margin-top: 8vw;
}
@media screen and (max-width: 768px) {
  .item-content {
    margin-top: 0;
    top: 4vw;
    left: 0 !important;
  }
}
.left-img {
  top: 4vw;
}
@media screen and (max-width: 768px) {
  .left-img {
    top: 0 !important;
    opacity: 1 !important;
  }
}
.an-page-are.active .item-content {
  opacity: 1;
  margin-top: 0vw;
}
@media screen and (max-width: 768px) {
  .an-page-are.active .item-content {
    position: relative;
    margin-top: 0;
    top: 0;
    left: 0;
  }
}
.an-page-are.active .left-img {
  opacity: 1;
  top: 0;
}
.item-our-coverage {
  position: relative;
  background: var(--white);
  font-size: 0.24rem;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .item-our-coverage {
    color: var(--white);
  }
}
@media screen and (max-width: 640px) {
  .item-our-coverage {
    font-size: 0.16rem;
  }
}
.item-our-coverage .content {
  position: absolute;
  top: 0;
  width: 64%;
  height: 101%;
  top: -1%;
  right: 0;
  background: #fff;
  clip-path: polygon(40.5% 0, 100% 0, 100% 100%, 6% 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .item-our-coverage .content {
    width: 100%;
    height: 85%;
    clip-path: none;
    top: initial;
    bottom: 0;
    background-image: url(../images/03_our_coverage/mark_bg.svg);
    background-color: rgba(255, 255, 255, 0);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: cover;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
  }
}
.item-our-coverage img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.item-our-coverage .left-img {
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  top: 4vw;
  left: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
  width: min(1191px, 62.527%);
  height: 38.5416666667vw;
}
.item-our-coverage .left-img .mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  .item-our-coverage .left-img {
    width: 100%;
    height: auto;
  }
  .item-our-coverage .left-img .desk {
    display: none;
  }
  .item-our-coverage .left-img .mobile {
    display: block;
  }
}
.item-our-coverage .left-img:hover {
  top: -1vw !important;
  left: -1vw;
  -webkit-transform: scale(1.063);
  transform: scale(1.063);
}
.item-our-coverage .item-content {
  width: min(518px, 60%);
  position: absolute;
  font-weight: 500;
  left: 64%;
  -webkit-transform: translateX(-38%);
  transform: translateX(-38%);
}
@media screen and (max-width: 1600px) {
  .item-our-coverage .item-content {
    left: 60%;
  }
}
@media screen and (max-width: 1024px) {
  .item-our-coverage .item-content {
    width: 90%;
    position: static;
    -webkit-transform: none;
    transform: none;
    padding-bottom: 8%;
  }
}
.item-our-coverage .item-content h2 {
  font-size: 2em;
  font-weight: 900;
  line-height: 1.3;
  text-align: left;
  color: #202831;
  margin-bottom: 34px;
}
@media screen and (max-width: 1024px) {
  .item-our-coverage .item-content h2 {
    color: var(--white);
    margin-bottom: 14px;
  }
}
.an-page-coverage.active .item-content {
  opacity: 1;
  margin-top: 0vw;
}
@media screen and (max-width: 768px) {
  .an-page-coverage.active .item-content {
    position: relative;
    margin-top: 0;
    top: 0;
    left: 0;
  }
}
.an-page-coverage.active .left-img {
  opacity: 1;
  top: 0;
}
.item-programme-schedule {
  position: relative;
  font-size: 0.205rem;
}
@media screen and (max-width: 1366px) {
  .item-programme-schedule {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 640px) {
  .item-programme-schedule {
    font-size: 3.7vw;
  }
}
@media screen and (max-width: 375px) {
  .item-programme-schedule {
    font-size: 3.6vw;
  }
}
.item-programme-schedule .container {
  max-width: 1012px;
  width: 90%;
  position: absolute;
  left: 3%;
  top: 20%;
}
@media screen and (max-width: 1440px) {
  .item-programme-schedule .container {
    top: 25%;
  }
}
@media screen and (max-width: 1024px) {
  .item-programme-schedule .container {
    width: 60%;
  }
}
@media screen and (max-width: 640px) {
  .item-programme-schedule .container {
    width: 90%;
    position: absolute;
    left: 50%;
    top: 11%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.item-programme-schedule .container .content {
  width: 700px;
  margin: 34px 0 0;
  padding: 24px 0 26.1px;
  border-radius: 30px;
  border: solid 4px #313d5e;
  background-color: #162934;
  color: var(--white);
  font-weight: bold;
}
@media screen and (max-width: 1366px) {
  .item-programme-schedule .container .content {
    width: 600px;
  }
}
@media screen and (max-width: 1024px) {
  .item-programme-schedule .container .content {
    width: 100%;
    background-color: rgba(22, 41, 52, 0.8784313725);
  }
}
.item-programme-schedule .container h2 {
  text-transform: uppercase;
  font-size: 2.3414634146em;
  color: var(--white);
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.675em;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 640px) {
  .item-programme-schedule .container h2 {
    text-align: center;
    font-size: 0.3rem;
  }
}
.item-programme-schedule .container h3 {
  font-style: italic;
  font-size: 1.4634146341em;
  padding: 0 0 20px 32px;
  padding: 0 0 0.9756097561em 1.5609756098em;
}
@media screen and (max-width: 768px) {
  .item-programme-schedule .container h3 {
    padding: 0 0 0.9756097561em 20px;
  }
}
.item-programme-schedule .container ul {
  margin: auto;
}
.item-programme-schedule .container li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 28.7px 67.2px 22.1px 87.6px;
  padding: 1.0780487805em 3.2780487805em 1.0780487805em 4.2731707317em;
}
@media screen and (max-width: 1024px) {
  .item-programme-schedule .container li {
    padding: 1.0780487805em 20px;
  }
}
@media screen and (max-width: 640px) {
  .item-programme-schedule .container li {
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
  }
}
.item-programme-schedule .container li b {
  position: relative;
}
@media screen and (max-width: 640px) {
  .item-programme-schedule .container li b {
    margin: 0 20px;
  }
}
.item-programme-schedule .container li:nth-child(2n) {
  background-color: rgba(59, 81, 124, 0.39);
}
.item-programme-schedule .container li:nth-child(odd) {
  background-color: rgba(44, 60, 91, 0.39);
}
.item-programme-schedule .container li span {
  width: 35%;
}
.item-programme-schedule .container li span:first-child {
  text-align: left;
}
.item-programme-schedule .container li span:last-child {
  text-align: right;
}
@media screen and (max-width: 640px) {
  .item-programme-schedule .container li span:first-child {
    width: 39%;
  }
  .item-programme-schedule .container li span:last-child {
    width: 45%;
  }
}
.item-programme-schedule .container .out_link {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-decoration: none;
}
.item-programme-schedule .container .out_link span {
  padding-top: 1.0536585366em;
  display: block;
  width: 100%;
  text-decoration: none;
  text-align: center;
  color: #fff966;
  font-size: 1.0390243902em;
}
@media screen and (max-width: 768px) {
  .item-programme-schedule .container .out_link span {
    width: auto;
    background: #e41827;
    border-radius: 99em;
    display: inline-block;
    text-align: center;
    height: 32px;
    line-height: 32px;
    padding: 0 9px 0 12px;
    color: #fff;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  }
}
.item-programme-schedule .container .out_link span:after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 17px;
  height: 17px;
  background: url(../images/04_programme_schedule/arrw.svg) no-repeat;
  background-size: cover;
  margin-left: 0.5680751174em;
}
@media screen and (max-width: 768px) {
  .item-programme-schedule .container .out_link span:after {
    background: url(../images/04_programme_schedule/arrw_w.svg) no-repeat;
    top: -1px;
    margin-left: 3px;
  }
}
.item-programme-schedule .container .out_link:hover {
  opacity: 0.7;
}
.item-programme-schedule .container .out_link.mobile_out {
  display: none;
}
@media screen and (max-width: 768px) {
  .item-programme-schedule .container .out_link.mobile_out {
    text-align: right;
    display: block;
    text-decoration: none;
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .item-programme-schedule .container .out_link.desk_out {
    display: none;
  }
}
.item-programme-schedule #hero {
  height: 100vh;
  height: 72.083333vw;
  max-height: 1000px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .item-programme-schedule #hero {
    height: 82.083333vw;
    max-height: 1400px;
  }
}
@media screen and (max-width: 1024px) {
  .item-programme-schedule #hero {
    padding: 10% 0 150% 0;
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  .item-programme-schedule #hero {
    padding: 100% 0 62% 0;
  }
}
.item-programme-schedule #hero .layer {
  background-position: bottom center;
  background-size: auto;
  background-repeat: no-repeat;
  width: 100%;
  height: 64.1666666667vw;
  height: 1000px;
  position: fixed;
  z-index: -1;
  top: 9%;
}
@media screen and (max-width: 640px) {
  .item-programme-schedule #hero .layer {
    height: 671px;
  }
}
.item-programme-schedule #hero .desk_use,
.item-programme-schedule #hero .mobile_use {
  width: 100%;
  height: 100%;
}
.item-programme-schedule #hero img {
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  top: 10%;
}
@media screen and (max-width: 1440px) {
  .item-programme-schedule #hero img {
    top: 10%;
  }
}
@media screen and (max-width: 1024px) {
  .item-programme-schedule #hero img {
    top: 10%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right;
    object-position: right;
  }
}
.item-programme-schedule.an-our-values .content,
.item-programme-schedule.an-our-values .mobile_out,
.item-programme-schedule.an-our-values h2 {
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
  top: 4vw;
}
.item-programme-schedule.an-our-values .content {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.item-programme-schedule.an-our-values .mobile_out {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.item-programme-schedule.an-our-values.active .content,
.item-programme-schedule.an-our-values.active .mobile_out,
.item-programme-schedule.an-our-values.active h2 {
  opacity: 1;
  top: 0;
}
.item-our-content {
  position: relative;
  font-size: 0.2rem;
  background-color: var(--bg);
  padding: 4em 2em;
}
@media screen and (max-width: 1024px) {
  .item-our-content {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 4.3em;
  }
}
@media screen and (max-width: 640px) {
  .item-our-content {
    font-size: 0.14rem;
  }
}
.item-our-content .container {
  width: min(1204px, 100%);
  margin: auto;
}
.item-our-content .an-content h2 {
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
  top: 4vw;
  color: #9e9e9e;
  text-align: center;
  font-size: 2.5em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.6em;
}
@media screen and (max-width: 1024px) {
  .item-our-content .an-content h2 {
    margin-bottom: 0.625em;
  }
}
@media screen and (max-width: 640px) {
  .item-our-content .an-content h2 {
    font-size: 0.45rem;
  }
}
.item-our-content .an-content.active .brand-logo,
.item-our-content .an-content.active .swiper,
.item-our-content .an-content.active h2 {
  opacity: 1;
  top: 0;
}
.item-our-content .brand-logo,
.item-our-content .swiper {
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  opacity: 0;
  top: 4vw;
}
@media screen and (max-width: 1193px) {
  .item-our-content .brand-logo,
  .item-our-content .swiper {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    margin-top: -1.6em;
  }
}
@media screen and (max-width: 1193px) and (max-width: 768px) {
  .item-our-content .brand-logo,
  .item-our-content .swiper {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.item-our-content .brand-logo li,
.item-our-content .swiper li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.item-our-content .brand-logo li:not(:last-child),
.item-our-content .swiper li:not(:last-child) {
  margin-bottom: 40px;
}
.item-our-content .brand-logo li img,
.item-our-content .swiper li img {
  width: auto;
}
.item-our-content .brand-logo li img:not(:last-child),
.item-our-content .swiper li img:not(:last-child) {
  margin-right: 5.05%;
}
@media screen and (max-width: 1024px) {
  .marquee {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .marquee-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    white-space: nowrap;
    -webkit-animation: marquee 20s linear infinite;
    animation: marquee 20s linear infinite;
  }
  .marquee-item {
    padding: 0 12px;
  }
}
.item-follow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url(../images/06_follow/bg@2x.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 284px;
}
@media screen and (max-width: 768px) {
  .item-follow {
    background-image: url(../images/06_follow/bg_m.png);
    height: 49vw;
  }
}
.item-follow .container {
  max-width: 910px;
  width: 90%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.item-follow .container h2 {
  font-size: 0.4rem;
  color: var(--white);
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .item-follow .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .item-follow .container h2 {
    font-size: 0.24rem;
    margin-bottom: 1.3333333333em;
    width: 100%;
    text-align: center;
  }
}
.item-follow ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.item-follow li {
  width: 0.64em;
  height: 0.64em;
  border-radius: 99em;
}
.item-follow li:not(:last-child) {
  margin-right: 0.4em;
}
@media screen and (max-width: 1024px) {
  .item-follow li {
    width: 0.54em;
    height: 0.54em;
  }
}
@media screen and (max-width: 640px) {
  .item-follow li {
    width: 10vw;
    height: 10vw;
  }
  .item-follow li:not(:last-child) {
    margin-right: 5vw;
  }
}
.item-follow a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 99em;
}
.item-follow a:hover {
  background: rgba(255, 255, 255, 0.4);
}
.item-follow a img {
  width: 100%;
  display: block;
}
/*# sourceMappingURL=main.css.map */
