.z-sequence {
  width: 100%;
}
body #oc-wrapper {
  overflow: unset;
}
#main-wrapper {
  font-size: 16px;
  font-weight: normal;
  font-family: OPPOSans-Regular, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'STHeiti', 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}
#main-wrapper * {
  box-sizing: border-box;
}
#main-wrapper a {
  text-decoration: none;
}
#main-wrapper img {
  display: block;
  max-width: initial;
}
#main-wrapper canvas img {
  display: none;
}
#main-wrapper video {
  display: block;
  max-width: initial;
}
#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 .vertical-center {
  height: 100%;
  display: flex;
  align-items: center;
}
#main-wrapper .vertical-center > * {
  width: 100%;
}
#main-wrapper .horizontal-center {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
#main-wrapper .horizontal-center > * {
  height: 100%;
}
#main-wrapper .text-center {
  text-align: center;
}
#main-wrapper .g--sticky-container {
  position: relative;
}
.g--container {
  margin: 0 auto;
  width: 1312px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .g--container {
    width: 896px;
  }
}
@media (orientation: portrait) and (max-width: 720px) {
  .g--container {
    width: 88.88888888888889vw;
  }
}
@media (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  .g--container {
    width: 93.75vw;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  .g--pt-hidden {
    display: none !important;
  }
}
@media (orientation: portrait) and (min-width: 1025px), (orientation: landscape) and (min-width: 1024px) {
  .g--ls-hidden {
    display: none !important;
  }
}
@media (orientation: portrait) and (max-width: 720px) {
  .g--mb-hidden {
    display: none !important;
  }
}
@media (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  .g--pc-hidden {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .g--pc-hidden {
    display: none !important;
  }
}
@media (min-width: 1440px) {
  .g--pc-hidden {
    display: none !important;
  }
}
@media (min-width: 1440px) {
  .g--pc-hidden {
    display: none !important;
  }
}
#main-wrapper #popup-mask {
  z-index: 500;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(150vh);
          transform: translateY(150vh);
  background-color: #000;
}
#main-wrapper #popup-mask.show {
  -webkit-transform: translateY(0vh);
          transform: translateY(0vh);
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
#main-wrapper #popup-mask.fold {
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
#main-wrapper #popup-mask video {
  z-index: 1;
  width: 100%;
}
#main-wrapper #popup-mask video:focus {
  outline: none;
}
#main-wrapper #popup-mask .close {
  z-index: 2;
  position: absolute;
  top: 30px;
  right: 20px;
  width: 42px;
  height: 42px;
  cursor: pointer;
}
#main-wrapper #popup-mask .close::before {
  background: #fff;
  content: '';
  position: absolute;
  width: 3px;
  height: 40px;
  border-radius: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 21px;
}
#main-wrapper #popup-mask .close::after {
  background: #fff;
  content: '';
  position: absolute;
  width: 3px;
  height: 40px;
  border-radius: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 21px;
}
#main-wrapper #popup-mask.light {
  background-color: #fff;
}
#main-wrapper #popup-mask.light .close::before,
#main-wrapper #popup-mask.light .close::after {
  background-color: #000;
}
#main-wrapper .z-font-headline1,
#main-wrapper .z-font-headline1 * {
  font-size: 68px;
  line-height: 1.411764705882353;
  letter-spacing: -0.011764705882353em;
  font-family: OPPOSans-Regular;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper .z-font-headline1,
  #main-wrapper .z-font-headline1 * {
    font-size: 46px;
  }
}
@media (min-width: 721px) and (max-width: 1024px) {
  #main-wrapper .z-font-headline1,
  #main-wrapper .z-font-headline1 * {
    font-size: 52px;
    line-height: 1.230769230769231;
    letter-spacing: 0em;
  }
}
@media (max-width: 720px) {
  #main-wrapper .z-font-headline1,
  #main-wrapper .z-font-headline1 * {
    font-size: 52px;
    line-height: 1.230769230769231;
    letter-spacing: 0em;
  }
}
#main-wrapper .z-font-headline2,
#main-wrapper .z-font-headline2 * {
  font-size: 68px;
  line-height: 1.411764705882353;
  letter-spacing: -0.011764705882353em;
  font-family: OPPOSans-Regular;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper .z-font-headline2,
  #main-wrapper .z-font-headline2 * {
    font-size: 46px;
  }
}
@media (min-width: 721px) and (max-width: 1024px) {
  #main-wrapper .z-font-headline2,
  #main-wrapper .z-font-headline2 * {
    font-size: 52px;
    line-height: 1.538461538461539;
    letter-spacing: 0em;
  }
}
@media (max-width: 720px) {
  #main-wrapper .z-font-headline2,
  #main-wrapper .z-font-headline2 * {
    font-size: 36px;
    line-height: 1.555555555555556;
    letter-spacing: -0.005em;
  }
}
#main-wrapper .z-font-headline3,
#main-wrapper .z-font-headline3 * {
  font-size: 42px;
  line-height: 1.523809523809524;
  letter-spacing: -0.004761904761905em;
  font-family: OPPOSans-Regular;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper .z-font-headline3,
  #main-wrapper .z-font-headline3 * {
    font-size: 29px;
  }
}
@media (min-width: 721px) and (max-width: 1024px) {
  #main-wrapper .z-font-headline3,
  #main-wrapper .z-font-headline3 * {
    font-size: 36px;
    line-height: 1.555555555555556;
    letter-spacing: -0.005em;
  }
}
@media (max-width: 720px) {
  #main-wrapper .z-font-headline3,
  #main-wrapper .z-font-headline3 * {
    font-size: 28px;
    line-height: 1.571428571428571;
    letter-spacing: -0.003571428571429em;
  }
}
#main-wrapper .z-font-headline3-l,
#main-wrapper .z-font-headline3-l * {
  font-size: 42px;
  line-height: 1.428571428571429;
  letter-spacing: -0.004761904761905em;
  font-family: OPPOSans-Regular;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper .z-font-headline3-l,
  #main-wrapper .z-font-headline3-l * {
    font-size: 29px;
  }
}
@media (min-width: 721px) and (max-width: 1024px) {
  #main-wrapper .z-font-headline3-l,
  #main-wrapper .z-font-headline3-l * {
    font-size: 36px;
    line-height: 1.555555555555556;
    letter-spacing: -0.005em;
  }
}
@media (max-width: 720px) {
  #main-wrapper .z-font-headline3-l,
  #main-wrapper .z-font-headline3-l * {
    font-size: 28px;
    line-height: 1.571428571428571;
    letter-spacing: -0.003571428571429em;
  }
}
#main-wrapper .z-font-desc1,
#main-wrapper .z-font-desc1 * {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: -0.00585em;
  font-family: OPPOSans-Bold;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper .z-font-desc1,
  #main-wrapper .z-font-desc1 * {
    font-size: 14px;
  }
}
@media (min-width: 721px) and (max-width: 1024px) {
  #main-wrapper .z-font-desc1,
  #main-wrapper .z-font-desc1 * {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: -0.00585em;
  }
}
@media (max-width: 720px) {
  #main-wrapper .z-font-desc1,
  #main-wrapper .z-font-desc1 * {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: -0.00585em;
  }
}
#main-wrapper .z-font-desc1-r,
#main-wrapper .z-font-desc1-r * {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: -0.00585em;
  font-family: OPPOSans-Regular;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper .z-font-desc1-r,
  #main-wrapper .z-font-desc1-r * {
    font-size: 14px;
  }
}
@media (min-width: 721px) and (max-width: 1024px) {
  #main-wrapper .z-font-desc1-r,
  #main-wrapper .z-font-desc1-r * {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: -0.00585em;
  }
}
@media (max-width: 720px) {
  #main-wrapper .z-font-desc1-r,
  #main-wrapper .z-font-desc1-r * {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: -0.00585em;
  }
}
#main-wrapper .z-font-desc2,
#main-wrapper .z-font-desc2 * {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: -0.00585em;
  font-family: OPPOSans-Regular;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper .z-font-desc2,
  #main-wrapper .z-font-desc2 * {
    font-size: 14px;
  }
}
@media (min-width: 721px) and (max-width: 1024px) {
  #main-wrapper .z-font-desc2,
  #main-wrapper .z-font-desc2 * {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: -0.00625em;
  }
}
@media (max-width: 720px) {
  #main-wrapper .z-font-desc2,
  #main-wrapper .z-font-desc2 * {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: -0.00625em;
  }
}
#main-wrapper .z-font-desc2s,
#main-wrapper .z-font-desc2s * {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: -0.00585em;
  font-family: OPPOSans-Regular;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper .z-font-desc2s,
  #main-wrapper .z-font-desc2s * {
    font-size: 14px;
  }
}
@media (min-width: 721px) and (max-width: 1024px) {
  #main-wrapper .z-font-desc2s,
  #main-wrapper .z-font-desc2s * {
    font-size: 12px;
    line-height: 2;
    letter-spacing: -0.00425em;
  }
}
@media (max-width: 720px) {
  #main-wrapper .z-font-desc2s,
  #main-wrapper .z-font-desc2s * {
    font-size: 12px;
    line-height: 2;
    letter-spacing: -0.00425em;
  }
}
#main-wrapper .z-font-desc3,
#main-wrapper .z-font-desc3 * {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: -0.00625em;
  font-family: OPPOSans-Regular;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper .z-font-desc3,
  #main-wrapper .z-font-desc3 * {
    font-size: 12px;
  }
}
@media (min-width: 721px) and (max-width: 1024px) {
  #main-wrapper .z-font-desc3,
  #main-wrapper .z-font-desc3 * {
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: -0.00625em;
  }
}
@media (max-width: 720px) {
  #main-wrapper .z-font-desc3,
  #main-wrapper .z-font-desc3 * {
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: -0.00625em;
  }
}
#main-wrapper .z-font-desc4,
#main-wrapper .z-font-desc4 * {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: -0.00625em;
  font-family: OPPOSans-Regular;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper .z-font-desc4,
  #main-wrapper .z-font-desc4 * {
    font-size: 12px;
  }
}
@media (min-width: 721px) and (max-width: 1024px) {
  #main-wrapper .z-font-desc4,
  #main-wrapper .z-font-desc4 * {
    font-size: 12px;
    line-height: 1.666666666666667;
    letter-spacing: -0.00425em;
  }
}
@media (max-width: 720px) {
  #main-wrapper .z-font-desc4,
  #main-wrapper .z-font-desc4 * {
    font-size: 12px;
    line-height: 1.666666666666667;
    letter-spacing: -0.00425em;
  }
}
#main-wrapper .z-font-desc5,
#main-wrapper .z-font-desc5 * {
  font-size: 14px;
  line-height: 1.714285714285714;
  letter-spacing: -0.004285714285714em;
  font-family: OPPOSans-Regular;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper .z-font-desc5,
  #main-wrapper .z-font-desc5 * {
    font-size: 12px;
  }
}
@media (min-width: 721px) and (max-width: 1024px) {
  #main-wrapper .z-font-desc5,
  #main-wrapper .z-font-desc5 * {
    font-size: 12px;
    line-height: 2;
    letter-spacing: -0.00425em;
  }
}
@media (max-width: 720px) {
  #main-wrapper .z-font-desc5,
  #main-wrapper .z-font-desc5 * {
    font-size: 12px;
    line-height: 2;
    letter-spacing: -0.00425em;
  }
}
#main-wrapper .z-font-desc5s,
#main-wrapper .z-font-desc5s * {
  font-size: 14px;
  line-height: 1.714285714285714;
  letter-spacing: -0.004285714285714em;
  font-family: OPPOSans-Medium;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper .z-font-desc5s,
  #main-wrapper .z-font-desc5s * {
    font-size: 12px;
  }
}
@media (min-width: 721px) and (max-width: 1024px) {
  #main-wrapper .z-font-desc5s,
  #main-wrapper .z-font-desc5s * {
    font-size: 14px;
    line-height: 1.714285714285714;
    letter-spacing: -0.004285714285714em;
  }
}
@media (max-width: 720px) {
  #main-wrapper .z-font-desc5s,
  #main-wrapper .z-font-desc5s * {
    font-size: 14px;
    line-height: 1.714285714285714;
    letter-spacing: -0.004285714285714em;
  }
}
#main-wrapper .z-font-remark,
#main-wrapper .z-font-remark * {
  font-size: 12px;
  line-height: 1.666666666666667;
  letter-spacing: -0.004166666666667em;
  font-family: OPPOSans-Regular;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper .z-font-remark,
  #main-wrapper .z-font-remark * {
    font-size: 12px;
  }
}
@media (min-width: 721px) and (max-width: 1024px) {
  #main-wrapper .z-font-remark,
  #main-wrapper .z-font-remark * {
    font-size: 12px;
    line-height: 1.666666666666667;
    letter-spacing: -0.00425em;
  }
}
@media (max-width: 720px) {
  #main-wrapper .z-font-remark,
  #main-wrapper .z-font-remark * {
    font-size: 12px;
    line-height: 1.666666666666667;
    letter-spacing: -0.004166666666667em;
  }
}
#main-wrapper .g--black {
  color: #000;
}
#main-wrapper .g--white {
  color: #fff;
}
#main-wrapper .g--black-grey1 {
  color: rgba(0,0,0,0.6);
}
#main-wrapper .g--black-grey2 {
  color: rgba(0,0,0,0.5);
}
#main-wrapper .g--white-grey {
  color: rgba(255,255,255,0.6);
}
.title {
  font-size: 42px;
  line-height: 1.428571428571429;
  letter-spacing: -0.004761904761905em;
  font-family: OPPOSans-Regular;
  margin: 0 auto 0;
  color: #000;
  text-align: center;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .title {
    font-size: 29px;
  }
}
@media (min-width: 721px) and (max-width: 1024px) {
  .title {
    font-size: 36px;
    line-height: 1.555555555555556;
    letter-spacing: -0.005em;
  }
}
@media (max-width: 720px) {
  .title {
    font-size: 28px;
    line-height: 1.571428571428571;
    letter-spacing: -0.003571428571429em;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  .title {
    text-align: left;
  }
}
@media (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  .title {
    color: #000;
    letter-spacing: -0.18px;
    text-align: center;
  }
}
.subtitle {
  font-size: 42px;
  line-height: 1.428571428571429;
  letter-spacing: -0.004761904761905em;
  font-family: OPPOSans-Regular;
  margin: 0 auto 0;
  opacity: 0.6;
  color: #000;
  text-align: center;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .subtitle {
    font-size: 29px;
  }
}
@media (min-width: 721px) and (max-width: 1024px) {
  .subtitle {
    font-size: 36px;
    line-height: 1.555555555555556;
    letter-spacing: -0.005em;
  }
}
@media (max-width: 720px) {
  .subtitle {
    font-size: 28px;
    line-height: 1.571428571428571;
    letter-spacing: -0.003571428571429em;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  .subtitle {
    text-align: left;
  }
}
@media (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  .subtitle {
    opacity: 0.6;
    color: #000;
    letter-spacing: -0.18px;
    text-align: center;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 720px) {
  .subtitle {
    margin: -6px auto 0;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  .subtitle {
    margin: -8px auto 0;
  }
}
.title-info {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: -0.00585em;
  font-family: OPPOSans-Regular;
  margin: 28px auto 80px;
  color: #000;
  letter-spacing: 0px;
  text-align: center;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .title-info {
    font-size: 14px;
  }
}
@media (min-width: 721px) and (max-width: 1024px) {
  .title-info {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: -0.00625em;
  }
}
@media (max-width: 720px) {
  .title-info {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: -0.00625em;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .title-info {
    margin: 19px auto 55px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .title-info {
    letter-spacing: 0px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  .title-info {
    text-align: left;
  }
}
@media (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  .title-info {
    margin: 20px auto 80px;
    text-align: center;
    color: #000;
    letter-spacing: -0.1px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 720px) {
  .title-info {
    margin: 20px auto 80px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  .title-info {
    margin: 28px auto 112px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 720px) {
  .title-info {
    letter-spacing: 0px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  .title-info {
    letter-spacing: 0px;
  }
}
#kv {
  width: 100%;
  height: calc(100vh - 93px);
  height: calc((var(--vh, 1vh) * 100) - 93px);
  background: #efefef;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) and (orientation: portrait) {
  #kv {
    height: calc(100vh - 54px);
    height: calc((var(--vh, 1vh) * 100) - 54px);
  }
}
#kv .wrapper {
  position: relative;
}
@media (min-width: 1920px) {
  #kv .wrapper {
    width: 1312px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #kv .wrapper {
    width: 994px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #kv .wrapper {
    width: 896px;
  }
}
#kv .wrapper .inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#kv .wrapper .inner .top {
  height: auto;
  will-change: opacity, transform;
}
@media (min-width: 1920px) {
  #kv .wrapper .inner .top {
    width: 752px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #kv .wrapper .inner .top {
    width: 570px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #kv .wrapper .inner .top {
    width: 490px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  #kv .wrapper .inner .top {
    width: 560px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 720px) {
  #kv .wrapper .inner .top {
    width: 316px;
  }
}
@media (min-width: 1920px) {
  #kv .wrapper .inner .bottom {
    margin-top: 80px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #kv .wrapper .inner .bottom {
    margin-top: 54px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #kv .wrapper .inner .bottom {
    margin-top: 56px;
  }
}
#kv .wrapper .inner .bottom .h1 {
  font-family: OPPOSans-Bold;
  font-size: 20px;
  line-height: 32px;
  height: 60px;
  margin-bottom: 24px;
  display: flex;
  align-items: flex-end;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #kv .wrapper .inner .bottom .h1 {
    font-size: 14px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #kv .wrapper .inner .bottom .h1 {
    line-height: 22px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #kv .wrapper .inner .bottom .h1 {
    height: 41px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #kv .wrapper .inner .bottom .h1 {
    margin-bottom: 16px;
  }
}
#kv .wrapper .inner .bottom .h1 .sense {
  width: 133px;
  height: 60px;
  margin-right: 8px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #kv .wrapper .inner .bottom .h1 .sense {
    width: 91px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #kv .wrapper .inner .bottom .h1 .sense {
    height: 41px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #kv .wrapper .inner .bottom .h1 .sense {
    margin-right: 5px;
  }
}
@media (min-width: 1920px) {
  #kv .wrapper .inner .bottom .h2 {
    font-size: 32px;
    line-height: 56px;
    letter-spacing: -0.18;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #kv .wrapper .inner .bottom .h2 {
    font-size: 24px;
    line-height: 40px;
    letter-spacing: -0.1;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #kv .wrapper .inner .bottom .h2 {
    font-size: 22px;
    line-height: 36px;
    letter-spacing: -0.1;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  #kv .wrapper .inner .bottom .h2 {
    font-size: 28px;
    line-height: 40px;
    letter-spacing: -0.12;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 720px) {
  #kv .wrapper .inner .bottom .h2 {
    font-size: 19px;
    line-height: 32px;
    letter-spacing: -0.08;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  #kv .wrapper .inner .bottom {
    margin-top: 342px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 720px) {
  #kv .wrapper .inner .bottom {
    margin-top: 220px;
  }
}
#kv .wrapper .inner .bottom a {
  font-size: 20px;
  line-height: 2;
  border-bottom: 1px solid #000;
}
#kv .wrapper .shadow,
#kv .wrapper .phone {
  position: absolute;
  height: auto;
}
@media (min-width: 1920px) {
  #kv .wrapper .shadow,
  #kv .wrapper .phone {
    width: 1919px;
    top: 52px;
    left: 336px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #kv .wrapper .shadow,
  #kv .wrapper .phone {
    width: 1453px;
    top: 34px;
    left: 256px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #kv .wrapper .shadow,
  #kv .wrapper .phone {
    width: 1250px;
    top: 40px;
    left: 229px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  #kv .wrapper .shadow,
  #kv .wrapper .phone {
    width: 1517px;
    top: 0;
    left: 34px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 720px) {
  #kv .wrapper .shadow,
  #kv .wrapper .phone {
    width: 702px;
    top: 78px;
    left: -55px;
  }
}
#kv .wrapper .shadow {
  top: 0;
  left: 0;
}
@media (min-width: 1920px) {
  #kv .wrapper .shadow {
    width: 1616px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #kv .wrapper .shadow {
    width: 1217px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #kv .wrapper .shadow {
    width: 1020px;
    top: 18px;
    left: 24px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  #kv .wrapper .shadow {
    width: 1230px;
    top: 124px;
    left: -170px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 720px) {
  #kv .wrapper .shadow {
    width: 630px;
    top: 110px;
    left: -180px;
  }
}
#kv .wrapper .shadow.hidden,
#kv .wrapper .inner .bottom.hidden {
  opacity: 0;
}
#kv .wrapper .phone {
  z-index: 1;
}
#kv .wrapper .inner .bottom {
  transition-delay: 0.2s;
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  #kv .wrapper {
    width: 720px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 720px) {
  #kv .wrapper {
    width: 320px;
  }
}
#kv img[data-srcset] {
  transition: opacity 0.4s ease-in;
  transition-delay: 0.4s;
}
#kv .phone[data-srcset] {
  transition-delay: 0s;
}
#kv .go-top {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #kv .go-top {
    bottom: 14px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #kv .go-top {
    right: 14px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #kv .go-top {
    width: 37px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #kv .go-top {
    height: 37px;
  }
}
#kv .go-top .arrow {
  width: 14px;
  height: 14px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #kv .go-top .arrow {
    width: 10px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #kv .go-top .arrow {
    height: 10px;
  }
}
#broadcast {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#broadcast .section-title {
  margin: 182px 0;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #broadcast .section-title {
    margin: 124px 0;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #broadcast .section-title {
    width: calc(100vw - 40px);
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 720px) {
  #broadcast .section-title {
    margin: 96px 0;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  #broadcast .section-title {
    margin: 134px 0;
  }
}
#broadcast .live {
  position: relative;
  width: 1312px;
  height: 738px;
  background: #000;
  margin-bottom: 128px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #broadcast .live {
    width: 896px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #broadcast .live {
    height: 504px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #broadcast .live {
    margin-bottom: 87px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #broadcast .live {
    width: calc(100vw - 40px);
  }
}
#broadcast .live .play-wrapper {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 32px;
  text-align: center;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #broadcast .live .play-wrapper {
    bottom: 22px;
  }
}
#broadcast .live .play-wrapper .play {
  font-family: OPPOSans-Medium;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 12px 27px;
  font-size: 16px;
  white-space: nowrap;
  cursor: pointer;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #broadcast .live .play-wrapper .play {
    padding: 8px 18px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #broadcast .live .play-wrapper .play {
    font-size: 11px;
  }
}
#broadcast .live .play-wrapper .play .arrow {
  width: 14px;
  height: 18px;
  margin-right: 20px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #broadcast .live .play-wrapper .play .arrow {
    width: 10px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #broadcast .live .play-wrapper .play .arrow {
    height: 12px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #broadcast .live .play-wrapper .play .arrow {
    margin-right: 14px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 720px) {
  #broadcast .live {
    height: 180px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  #broadcast .live {
    height: 252px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 720px) {
  #broadcast .live {
    margin-bottom: 80px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  #broadcast .live {
    margin-bottom: 112px;
  }
}
#corners {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f7f7f7;
  width: 100%;
}
@media (orientation: portrait) and (max-width: 720px) and (max-width: 720px) {
  #corners div.title {
    line-height: 36px;
  }
}
@media (orientation: portrait) and (max-width: 720px) and (min-width: 721px) and (max-width: 1024px) {
  #corners div.title {
    line-height: 50px;
  }
}
@media (orientation: portrait) and (max-width: 720px) and (max-width: 720px) {
  #corners div.subtitle {
    margin-top: 2px;
  }
}
@media (orientation: portrait) and (max-width: 720px) and (min-width: 721px) and (max-width: 1024px) {
  #corners div.subtitle {
    margin-top: 3px;
  }
}
#corners .phone {
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) and (orientation: portrait) {
  #corners .phone {
    width: auto;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 720px) {
  #corners .phone {
    height: 353px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  #corners .phone {
    height: 494px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 720px) {
  #corners .phone {
    margin-left: 320px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  #corners .phone {
    margin-left: 448px;
  }
}
#corners .inner {
  margin: 80px 0 128px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #corners .inner {
    margin: 55px 0 87px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #corners .inner {
    width: calc(100vw - 40px);
  }
}
#corners .inner .h1,
#corners .inner .h2 {
  margin-top: -18px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #corners .inner .h1,
  #corners .inner .h2 {
    margin-top: -12px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #corners .inner .h1,
  #corners .inner .h2 {
    text-align: left;
    margin-top: 0;
  }
}
#corners .inner .h2 {
  opacity: 0.6;
}
#corners .inner .p {
  margin-top: 28px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #corners .inner .p {
    margin-top: 19px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #corners .inner .p {
    text-align: left;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 720px) {
  #corners .inner .p {
    margin-top: 20px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  #corners .inner .p {
    margin-top: 28px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 720px) {
  #corners .inner {
    margin: 64px 0 100px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  #corners .inner {
    margin: 90px 0 140px;
  }
}
div#smooth {
  padding: 128px 0;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  div#smooth {
    padding: 87px 0;
  }
}
@media (orientation: portrait) and (max-width: 720px) and (max-width: 720px) {
  div#smooth .title {
    margin-top: 64px;
  }
}
@media (orientation: portrait) and (max-width: 720px) and (min-width: 721px) and (max-width: 1024px) {
  div#smooth .title {
    margin-top: 90px;
  }
}
@media (orientation: portrait) and (max-width: 720px) {
  div#smooth .title-info {
    margin-bottom: 0;
  }
}
div#smooth .info,
div#smooth .image-wrapper {
  margin: 0 auto;
  width: 1312px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  div#smooth .info,
  div#smooth .image-wrapper {
    width: 896px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  div#smooth .info,
  div#smooth .image-wrapper {
    width: 100%;
  }
}
div#smooth .info video,
div#smooth .image-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
div#smooth .info .bg,
div#smooth .image-wrapper .bg {
  width: 100%;
}
div#smooth .info .label-wrapper,
div#smooth .image-wrapper .label-wrapper {
  display: flex;
  justify-content: space-between;
  margin: 32px auto;
  width: 45%;
  color: #000;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  div#smooth .info .label-wrapper,
  div#smooth .image-wrapper .label-wrapper {
    margin: 22px auto;
  }
}
@media (orientation: portrait) and (max-width: 720px) {
  div#smooth .info .label-wrapper,
  div#smooth .image-wrapper .label-wrapper {
    margin-bottom: 0;
    width: 100%;
  }
  div#smooth .info .label-wrapper .left,
  div#smooth .image-wrapper .label-wrapper .left,
  div#smooth .info .label-wrapper .right,
  div#smooth .image-wrapper .label-wrapper .right {
    flex: 1;
    text-align: left;
  }
}
@media (orientation: portrait) and (max-width: 720px) and (max-width: 720px) {
  div#smooth .info .label-wrapper,
  div#smooth .image-wrapper .label-wrapper {
    margin-top: 4px;
  }
}
@media (orientation: portrait) and (max-width: 720px) and (min-width: 721px) and (max-width: 1024px) {
  div#smooth .info .label-wrapper,
  div#smooth .image-wrapper .label-wrapper {
    margin-top: 6px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  div#smooth .video-container {
    position: relative;
    width: 100%;
    height: calc((100vw - 40px) * 0.5625);
  }
  div#smooth .video-container .video-poster {
    width: 100%;
    height: 100%;
  }
  div#smooth .video-container .play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 720px) {
  div#smooth {
    padding: 114px 0 80px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  div#smooth {
    padding: 160px 0 80px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 720px) {
  div#smooth .play {
    width: 30px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  div#smooth .play {
    width: 42px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 720px) {
  div#smooth .play {
    height: 30px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  div#smooth .play {
    height: 42px;
  }
}
#main-wrapper #charging {
  overflow: hidden;
  position: relative;
  padding: 128px 0 0;
  width: 100%;
  background: #f7f7f7;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper #charging {
    padding: 87px 0 0;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #main-wrapper #charging .grid {
    width: 1094px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper #charging .grid {
    width: 770px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) and (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper #charging .grid {
    width: 747px;
  }
}
@media (orientation: portrait) and (max-width: 720px) {
  #main-wrapper #charging .title-info {
    margin-bottom: 0;
  }
}
#main-wrapper #charging .image-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 419px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper #charging .image-wrapper {
    height: 286px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #main-wrapper #charging .image-wrapper {
    height: 349px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper #charging .image-wrapper {
    height: 246px;
  }
}
@media (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  #main-wrapper #charging .image-wrapper {
    height: 24.9vw;
  }
}
#main-wrapper #charging .image-wrapper.g--mb-hidden .inner {
  -webkit-perspective: 650px;
          perspective: 650px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper #charging .image-wrapper.g--mb-hidden .inner {
    -webkit-perspective: 444px;
            perspective: 444px;
  }
}
@media (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  #main-wrapper #charging .image-wrapper.g--mb-hidden .inner {
    -webkit-perspective: 52vw;
            perspective: 52vw;
  }
}
#main-wrapper #charging .image-wrapper .inner {
  position: absolute;
  left: 50%;
  z-index: 10;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0 auto;
  width: 1312px;
  height: 419px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper #charging .image-wrapper .inner {
    width: 896px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper #charging .image-wrapper .inner {
    height: 286px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #main-wrapper #charging .image-wrapper .inner {
    width: 1094px;
    height: 349px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper #charging .image-wrapper .inner {
    width: 770px;
    height: 246px;
  }
}
@media (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  #main-wrapper #charging .image-wrapper .inner {
    width: 74.6%;
    height: 24.8vw;
  }
}
#main-wrapper #charging .image-wrapper .inner img {
  min-height: 1px;
}
#main-wrapper #charging .image-wrapper .inner .canvas-wrapper {
  overflow: hidden;
  z-index: 15;
  width: 98%;
  height: 92%;
  -webkit-transform: rotateX(10deg) scaleX(0.92) translateZ(10px);
          transform: rotateX(10deg) scaleX(0.92) translateZ(10px);
  border-radius: 18px;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  opacity: 0;
  transition: opacity 0.3s;
}
#main-wrapper #charging .image-wrapper .inner .canvas-wrapper canvas,
#main-wrapper #charging .image-wrapper .inner .canvas-wrapper video {
  width: 100%;
  height: 100%;
}
@media (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  #main-wrapper #charging .image-wrapper .inner .canvas-wrapper {
    -webkit-transform: rotateX(14deg) scaleX(0.95) translateZ(8px);
            transform: rotateX(14deg) scaleX(0.95) translateZ(8px);
  }
}
#main-wrapper #charging .image-wrapper .inner .phone,
#main-wrapper #charging .image-wrapper .inner .border {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}
#main-wrapper #charging .image-wrapper .inner .border {
  z-index: 20;
}
@media (min-width: 1440px) and (max-width: 1919px) and (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper #charging .image-wrapper .inner {
    width: 747px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) and (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper #charging .image-wrapper .inner {
    height: 238px;
  }
}
#main-wrapper #charging .image-wrapper .cable {
  position: absolute;
  right: calc(50% + 656px);
  top: 45%;
  width: 815px;
  height: auto;
  min-height: 20px;
  -webkit-transform: translate(9%, -50%);
          transform: translate(9%, -50%);
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper #charging .image-wrapper .cable {
    right: calc(50% + 448px);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper #charging .image-wrapper .cable {
    width: 557px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #main-wrapper #charging .image-wrapper .cable {
    right: calc(50% + 550px);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper #charging .image-wrapper .cable {
    right: calc(50% + 386px);
  }
}
@media (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  #main-wrapper #charging .image-wrapper .cable {
    width: 363px;
    right: 87.3%;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) and (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper #charging .image-wrapper .cable {
    right: calc(50% + 376px);
  }
}
#main-wrapper #charging .image-wrapper.g--pc-hidden {
  overflow: hidden;
  margin: 80px auto 0;
  width: 67.2vw;
  height: 178.7vw;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper #charging .image-wrapper.g--pc-hidden {
    margin: 55px auto 0;
  }
}
#main-wrapper #charging .image-wrapper.g--pc-hidden .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 144.8vw;
  margin: 0 auto;
  -webkit-transform: none;
          transform: none;
}
#main-wrapper #charging .image-wrapper.g--pc-hidden .canvas-wrapper {
  position: absolute;
  top: 2%;
  z-index: 5;
  border-radius: 5vw;
  width: 95%;
  height: 96%;
  opacity: 1;
  transition: 0.3s;
  -webkit-transform: none;
          transform: none;
}
#main-wrapper #charging .image-wrapper.g--pc-hidden .canvas-bg {
  position: absolute;
  top: 2%;
  overflow: hidden;
  border-radius: 7vw;
  width: 66vw;
  height: 140vw;
  background: #000;
}
#main-wrapper #charging .image-wrapper.g--pc-hidden .phone {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
          transform: none;
}
#main-wrapper #charging .image-wrapper.g--pc-hidden .cable {
  position: absolute;
  z-index: 1;
  top: 144.8vw;
  right: auto;
  left: 50%;
  width: 10.4vw;
  -webkit-transform: translate(-50%, -6%);
          transform: translate(-50%, -6%);
}
@media (min-width: 1440px) and (max-width: 1919px) and (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper #charging .image-wrapper {
    height: 238px;
  }
}
#main-wrapper #charging .logo-grid {
  display: flex;
  align-items: center;
  margin-top: 96px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper #charging .logo-grid {
    margin-top: 66px;
  }
}
@media (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  #main-wrapper #charging .logo-grid {
    margin-top: 33px;
    margin-left: calc(12.7%);
    margin-bottom: 97px;
  }
}
#main-wrapper #charging .logo-grid .logo {
  display: inline-block;
  width: 79px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper #charging .logo-grid .logo {
    width: 54px;
  }
}
@media (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  #main-wrapper #charging .logo-grid .logo {
    width: 42px;
  }
}
@media (orientation: portrait) and (max-width: 720px) and (max-width: 720px) {
  #main-wrapper #charging .logo-grid .logo {
    width: 67px;
  }
}
@media (orientation: portrait) and (max-width: 720px) and (min-width: 721px) and (max-width: 1024px) {
  #main-wrapper #charging .logo-grid .logo {
    width: 94px;
  }
}
#main-wrapper #charging .logo-grid .logo-text {
  display: inline-block;
  margin-left: 20px;
  color: #000;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper #charging .logo-grid .logo-text {
    margin-left: 14px;
  }
}
@media (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  #main-wrapper #charging .logo-grid .logo-text {
    margin-left: 15px;
  }
}
@media (orientation: portrait) and (max-width: 720px) and (max-width: 720px) {
  #main-wrapper #charging .logo-grid .logo-text {
    margin-left: 12px;
  }
}
@media (orientation: portrait) and (max-width: 720px) and (min-width: 721px) and (max-width: 1024px) {
  #main-wrapper #charging .logo-grid .logo-text {
    margin-left: 17px;
  }
}
@media (orientation: portrait) and (max-width: 720px) and (max-width: 720px) {
  #main-wrapper #charging .logo-grid {
    margin-top: 37px;
  }
}
@media (orientation: portrait) and (max-width: 720px) and (min-width: 721px) and (max-width: 1024px) {
  #main-wrapper #charging .logo-grid {
    margin-top: 52px;
  }
}
#main-wrapper #charging .detail-wrapper {
  display: flex;
  justify-content: space-between;
  margin: 96px auto 0;
  width: 1312px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper #charging .detail-wrapper {
    margin: 66px auto 0;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper #charging .detail-wrapper {
    width: 896px;
  }
}
#main-wrapper #charging .detail-wrapper .left {
  white-space: nowrap;
}
#main-wrapper #charging .detail-wrapper .left .logo {
  margin-top: 49px;
  width: 80px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper #charging .detail-wrapper .left .logo {
    margin-top: 33px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper #charging .detail-wrapper .left .logo {
    width: 55px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 720px) {
  #main-wrapper #charging .detail-wrapper .left .logo {
    margin-top: 32px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  #main-wrapper #charging .detail-wrapper .left .logo {
    margin-top: 45px;
  }
}
#main-wrapper #charging .detail-wrapper .right {
  margin-left: 298px;
  color: #000;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper #charging .detail-wrapper .right {
    margin-left: 204px;
  }
}
#main-wrapper #charging .text-wrapper {
  margin-top: 128px;
  padding: 128px 0;
  background: #fff;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper #charging .text-wrapper {
    margin-top: 87px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper #charging .text-wrapper {
    padding: 87px 0;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #main-wrapper #charging .text-wrapper {
    margin-top: 0;
    padding: 96px 0;
  }
}
#main-wrapper #charging .text-wrapper .text {
  margin: 0 auto 0;
  width: 1312px;
  opacity: 0.5;
  color: #000;
  font-size: 0.12rem;
  font-weight: normal;
  line-height: 0.24rem;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper #charging .text-wrapper .text {
    width: 896px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 720px) {
  #main-wrapper #charging .text-wrapper .text {
    width: calc(100% - 40px);
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  #main-wrapper #charging .text-wrapper .text {
    width: calc(100% - 56px);
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 720px) {
  #main-wrapper #charging {
    padding: 80px 0 0;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  #main-wrapper #charging {
    padding: 112px 0 0;
  }
}
#main-wrapper .main {
  overflow-x: hidden;
}
#main-wrapper img[data-srcset] {
  opacity: 0;
}
#main-wrapper img[data-srcset].loaded {
  opacity: 1;
}
#main-wrapper .grid {
  margin: 0 auto 0;
  width: 1312px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper .grid {
    width: 896px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 720px) {
  #main-wrapper .grid {
    width: calc(100% - 40px);
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  #main-wrapper .grid {
    width: calc(100% - 56px);
  }
}
nav#navbar {
  z-index: 500;
}
#footer .back-top-btn.fixed {
  display: none;
}

