html {
  font-family: Avenir, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  min-width: 992px;
  height: auto;
  overflow-y: hidden;
  overflow-x: hidden;
}
html {
  -webkit-tap-highlight-color: transparent;
}
html {
  width: 100%;
  min-width: 992px;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* 隐藏滚动条，保持滚动效果 */
/* Firefox 64 */
/* IE 11 */
.video-close-btn > img,.ilus-close-btn > img,.close-more-div > img{
  transition: transform 0.4s ease-in-out;
}
.video-close-btn:hover > img,.ilus-close-btn:hover > img,.close-more-div:hover > img{
  transform: rotate(360deg);
}
html {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
html::-webkit-scrollbar {
  display: none;
}
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  position: relative;
  min-width: 992px;
}
.hide {
  display: none;
}
/* 防止弹框弹出，页面滚动到顶部 */
.van-overflow-hidden {
  overflow: visible !important;
  overflow-x: visible !important;
  overflow-y: visible !important;
}
img {
  -webkit-user-drag: none;
}
/* .tag.active {
  display: flex !important;
}
.tag {
  display: none !important;
} */
@media screen and (max-width: 1920px) {
  .notice-div .notice-content-all .notice-content {
    width: 55rem !important;
  }
  .notice-div .notice-top-title {
    margin-top: 10.7rem !important;
  }
}
@media screen and (min-width: 3840px) {
  .role-des-div .swiper-container .swiper-wrapper .swiper-slide .des-left {
    left: 24%;
  }
  .role-des-div .swiper-container .swiper-wrapper .swiper-slide .des-right {
    right: 13%;
  }
  .news-left {
    width: 52% !important;
    z-index: 100;
    max-width: max-content !important;
    padding-left: 15% !important;
  }
  .notice-div .notice-top-title {
    opacity: 1;
    width: 22rem !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    justify-content: center;
    margin-top: 15.75rem !important;
    position: absolute;
    top: 0;
    right: 27.65rem !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .notice-div .notice-content-all .notice-content {
    width: 57rem !important;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: baseline;
    align-content: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 40.8rem !important;
    margin-top: auto;
    margin-bottom: 10rem !important;
    position: relative;
  }
}
@media screen and (max-width: 4096px) and (min-width: 2560px) {
  html,
  body {
    font-size: 22px;
  }
}
@media screen and (max-width: 2560px) and (min-width: 1920px) {
  html,
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 1700px) {
  html,
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 1700px) and (min-width: 1200px) {
  html,
  body {
    font-size: 12px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  html,
  body {
    font-size: 11px;
  }
}
@media screen and (max-width: 992px) {
  html,
  body {
    font-size: 9px;
  }
}
@media screen and (max-width: 380px) {
  html,
  body {
    font-size: 7px;
  }
}
.width-full {
  width: 100%;
}
.height-full {
  height: 100%;
}
.overflow-ellipsis {
  /* overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; */
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* 弹性 */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.justify-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.justify-content-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.justify-content-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flex-shrink {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.kv-change-all-div {
  overflow: hidden;
}
.kv-change-all {
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background-color: #f26c1c;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-120%, 0) skewX(-20deg);
  transform: translate(-120%, 0) skewX(-20deg);
  -webkit-transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.role-des-div .swiper-container .swiper-wrapper .swiper-slide .des-left .role-details-div .play-icon-div .play-role-see-more-div:hover .kv-change-all {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.main-model-div {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.main-div {
  width: 100%;
  height: 100%;
}
html.lenis,
html.lenis body {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-scrolling iframe {
  pointer-events: none;
}
body {
  margin: 0;
  font-family: 'Noto Sans SC', sans-serif;
}
a {
  text-decoration: none;
}
input,
button,
textarea {
  color: inherit;
  font: inherit;
}
a:focus,
input:focus,
button:focus,
textarea:focus,
[class*='van-']:focus {
  outline: none;
}
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.van-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.van-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.van-multi-ellipsis--l2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}
.van-multi-ellipsis--l3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}
.van-clearfix::after {
  display: table;
  clear: both;
  content: '';
}
[class*='van-hairline']::after {
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: ' ';
  pointer-events: none;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  border: 0 solid #ebedf0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.van-hairline,
.van-hairline--top,
.van-hairline--left,
.van-hairline--right,
.van-hairline--bottom,
.van-hairline--surround,
.van-hairline--top-bottom {
  position: relative;
}
.van-hairline--top::after {
  border-top-width: 1px;
}
.van-hairline--left::after {
  border-left-width: 1px;
}
.van-hairline--right::after {
  border-right-width: 1px;
}
.van-hairline--bottom::after {
  border-bottom-width: 1px;
}
.van-hairline--top-bottom::after,
.van-hairline-unset--top-bottom::after {
  border-width: 1px 0;
}
.van-hairline--surround::after {
  border-width: 1px;
}
@-webkit-keyframes van-slide-up-enter {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes van-slide-up-enter {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@-webkit-keyframes van-slide-up-leave {
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes van-slide-up-leave {
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@-webkit-keyframes van-slide-down-enter {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes van-slide-down-enter {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@-webkit-keyframes van-slide-down-leave {
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes van-slide-down-leave {
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@-webkit-keyframes van-slide-left-enter {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes van-slide-left-enter {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes van-slide-left-leave {
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes van-slide-left-leave {
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes van-slide-right-enter {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes van-slide-right-enter {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@-webkit-keyframes van-slide-right-leave {
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes van-slide-right-leave {
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@-webkit-keyframes van-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes van-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes van-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes van-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes van-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes van-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.loading {
  width: 100%;
  min-height: 100vh;
  background: #090e11 url(https://res.17996cdn.net/gf2/tw/images/home/loading-bg.webp) no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: 1000;
}
.loading #v1 {
  width: 0px;
  height: 0px;
}
.loading #v2 {
  width: 0;
  height: 0;
}
.loading .bg-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 54.375rem;
  font-size: 0;
}
.loading .bg-logo > img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.loading .logo-div {
  position: absolute;
  left: 50%;
  top: 49%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 20.0625rem;
  font-size: 0;
}
.loading .logo-div > img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.loading .line_box {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 50px;
}
.loading .line_box .line_num {
  font-size: 1.25rem;
  letter-spacing: 4px;
  font-weight: 800;
  text-align: center;
  color: #fff;
  font-family: '思源黑体';
  margin-bottom: 15px;
}
.loading .line_box .line_dec {
  font-size: 1rem;
  letter-spacing: 4px;
  font-weight: 800;
  text-align: center;
  color: #607981;
  font-family: '思源黑体';
  margin-top: 10px;
}
.loading .line_box .line_con {
  width: 100%;
  height: 2px;
  background-color: #333;
  position: relative;
}
.loading .line_box .line_con .point1 {
  width: 2px;
  height: 100%;
  position: absolute;
  left: 0.5%;
  top: 0;
  background-color: #fff;
}
.loading .line_box .line_con .point2 {
  width: 2px;
  height: 100%;
  position: absolute;
  right: 0.5%;
  top: 0;
  background-color: #fff;
}
.loading .line_box .line_con .dec_line1 {
  width: 1%;
  height: 2px;
  position: absolute;
  left: 1%;
  top: 0;
  background-color: #727272;
}
.loading .line_box .line_con .dec_line2 {
  width: 1%;
  height: 2px;
  position: absolute;
  right: 1%;
  top: 0;
  background-color: #727272;
}
.loading .line_box .line_con .line1 {
  position: absolute;
  width: 94%;
  left: 3%;
  height: 5px;
  top: -1.5px;
  background-color: #727272;
}
.loading .line_box .line_con .line1 .line2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 5%;
  height: 5px;
  background-color: #d6660d;
}
.loading .line_box .line_con .line1 .line2 span {
  width: 5px;
  height: 5px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #feab37;
  -webkit-box-shadow: 0 0 10px #feab37;
  box-shadow: 0 0 10px #feab37;
}
.s-btn a:hover img,
.gift-navigation:hover,
.swiper-no-swiping:hover {
  filter: brightness(100);
}
.role-des-div .swiper-container .swiper-wrapper .swiper-slide .des-left .role-details-div .play-icon-div .header-div:hover {
  border: 1px solid rgba(250, 250, 250, 0.6);
}
.more-set-swiper-button-next:hover img,
.more-set-swiper-button-prev:hover img {
  filter: brightness(0);
}
.van-loading {
  position: relative;
  color: #c8c9cc;
  font-size: 0;
  vertical-align: middle;
}
.van-loading__spinner {
  position: relative;
  display: inline-block;
  width: 30px;
  max-width: 100%;
  height: 30px;
  max-height: 100%;
  vertical-align: middle;
  -webkit-animation: van-rotate 0.8s linear infinite;
  animation: van-rotate 0.8s linear infinite;
}
.van-loading__spinner--spinner {
  -webkit-animation-timing-function: steps(12);
  animation-timing-function: steps(12);
}
.van-loading__spinner--spinner i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.van-loading__spinner--spinner i::before {
  display: block;
  width: 2px;
  height: 25%;
  margin: 0 auto;
  background-color: currentColor;
  border-radius: 40%;
  content: ' ';
}
.van-loading__spinner--circular {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.van-loading__circular {
  display: block;
  width: 100%;
  height: 100%;
}
.van-loading__circular circle {
  -webkit-animation: van-circular 1.5s ease-in-out infinite;
  animation: van-circular 1.5s ease-in-out infinite;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
}
.van-loading__text {
  display: inline-block;
  margin-left: 8px;
  color: #969799;
  font-size: 14px;
  vertical-align: middle;
}
.van-loading--vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.van-loading--vertical .van-loading__text {
  margin: 8px 0 0;
}
@-webkit-keyframes van-circular {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -40;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -120;
  }
}
@keyframes van-circular {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -40;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -120;
  }
}
.van-loading__spinner--spinner i:nth-of-type(1) {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  opacity: 1;
}
.van-loading__spinner--spinner i:nth-of-type(2) {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  opacity: 0.9375;
}
.van-loading__spinner--spinner i:nth-of-type(3) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0.875;
}
.van-loading__spinner--spinner i:nth-of-type(4) {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
  opacity: 0.8125;
}
.van-loading__spinner--spinner i:nth-of-type(5) {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
  opacity: 0.75;
}
.van-loading__spinner--spinner i:nth-of-type(6) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 0.6875;
}
.van-loading__spinner--spinner i:nth-of-type(7) {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
  opacity: 0.625;
}
.van-loading__spinner--spinner i:nth-of-type(8) {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
  opacity: 0.5625;
}
.van-loading__spinner--spinner i:nth-of-type(9) {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  opacity: 0.5;
}
.van-loading__spinner--spinner i:nth-of-type(10) {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
  opacity: 0.4375;
}
.van-loading__spinner--spinner i:nth-of-type(11) {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
  opacity: 0.375;
}
.van-loading__spinner--spinner i:nth-of-type(12) {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0.3125;
}
.van-fade-enter-active {
  -webkit-animation: 0.3s van-fade-in both ease-out;
  animation: 0.3s van-fade-in both ease-out;
}
.van-fade-leave-active {
  -webkit-animation: 0.3s van-fade-out both ease-in;
  animation: 0.3s van-fade-out both ease-in;
}
.van-slide-up-enter-active {
  -webkit-animation: van-slide-up-enter 0.3s both ease-out;
  animation: van-slide-up-enter 0.3s both ease-out;
}
.van-slide-up-leave-active {
  -webkit-animation: van-slide-up-leave 0.3s both ease-in;
  animation: van-slide-up-leave 0.3s both ease-in;
}
.van-slide-down-enter-active {
  -webkit-animation: van-slide-down-enter 0.3s both ease-out;
  animation: van-slide-down-enter 0.3s both ease-out;
}
.van-slide-down-leave-active {
  -webkit-animation: van-slide-down-leave 0.3s both ease-in;
  animation: van-slide-down-leave 0.3s both ease-in;
}
.van-slide-left-enter-active {
  -webkit-animation: van-slide-left-enter 0.3s both ease-out;
  animation: van-slide-left-enter 0.3s both ease-out;
}
.van-slide-left-leave-active {
  -webkit-animation: van-slide-left-leave 0.3s both ease-in;
  animation: van-slide-left-leave 0.3s both ease-in;
}
.van-slide-right-enter-active {
  -webkit-animation: van-slide-right-enter 0.3s both ease-out;
  animation: van-slide-right-enter 0.3s both ease-out;
}
.van-slide-right-leave-active {
  -webkit-animation: van-slide-right-leave 0.3s both ease-in;
  animation: van-slide-right-leave 0.3s both ease-in;
}
.van-info {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 16px;
  padding: 0 3px;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  font-family: -apple-system-font, Helvetica Neue, Arial, sans-serif;
  line-height: 1.2;
  text-align: center;
  background-color: #ee0a24;
  border: 1px solid #fff;
  border-radius: 16px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  -webkit-transform-origin: 100%;
  transform-origin: 100%;
}
.van-info--dot {
  width: 8px;
  min-width: 0;
  height: 8px;
  background-color: #ee0a24;
  border-radius: 100%;
}
.main_gray {
  -webkit-filter: grayscale(100%) !important;
  -moz-filter: grayscale(100%) !important;
  -ms-filter: grayscale(100%) !important;
  -o-filter: grayscale(100%) !important;
  filter: grayscale(100%) !important;
  -webkit-filter: gray !important;
  filter: gray !important;
}
.main_gray {
  /* webkit */
  /*firefox*/
  /*ie9*/
  /*opera*/
  -webkit-filter: progid:dximagetransform.microsoft.basicimage(grayscale=1);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  /*ie9- */
}
.index-div {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}
.index-div .index-div-scroll {
  width: 100%;
  height: auto;
  position: relative;
}
.notic-swiper-pagination {
  position: absolute;
  bottom: 1.0625rem;
  padding: 0 1.25rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.notic-swiper-pagination .swiper-pagination-bullet {
  background: #45494a;
  opacity: 1;
}
.notic-swiper-pagination .swiper-pagination-bullet-active {
  background: #f26c1c !important;
}
/* top-nav */

.pro-nav {
  visibility: visible;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 3rem;
  height: 4.875rem;
  background-color: rgba(5, 10, 9, 0.9);
  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;
}
.pro-nav .logo-div {
  width: 6.5625rem;
  margin-right: 2.3125rem;
  font-size: 0;
}
.pro-nav .logo-div .logo-img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.pro-nav .nav-title-div {
  position: relative;
}
.pro-nav .nav-title-div .scoll-div {
  position: absolute;
  top: 3.75rem;
  width: 100%;
  height: 0.125rem;
  min-height: 1.5px;
}
.pro-nav .nav-title-div .scoll-div .scoll-run-div {
  position: absolute;
  left: 0.625rem;
  width: 4.0625rem;
  height: 100%;
  background-color: #f26c1c;
}
.pro-nav .nav-title-div .nav-title {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.2rem;
  line-height: 1rem;
  width: 5.3625rem;
  height: 100%;
  line-height: 100%;
  text-align: center;
  margin: 0 1.35rem;
  cursor: pointer;
  position: relative;
}
.pro-nav .cz-title {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.22rem;
  line-height: 1rem;
  width: 5.3625rem;
  height: 100%;
  line-height: 100%;
  text-align: center;
  margin: 0 1.35rem;
  cursor: pointer;
  position: relative;
}
.pro-nav .nav-title-div .nav-title > a,
.pro-nav .cz-title > a {
  width: 100%;
  height: 100%;
  padding-top: 0.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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;
  font-family: 'Noto Sans SC', sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  color: #efefef;
  text-decoration: none;
}
.pro-nav .nav-title-div .nav-title.uk-active > a,
.pro-nav .nav-title-div .nav-title > a:hover,
.pro-nav .cz-title a:hover {
  color: #f26c1c;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.tage {
  width: 3.35rem;
  margin-top: 0.58rem;
  margin-right: -3rem;
}
.pro-nav .nav-title-div .nav-title .nav-second-list {
  width: auto;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  background-color: rgba(5, 10, 9, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0.625rem;
  margin: 0;
}
.pro-nav .nav-title-div .nav-title .nav-second-list .nav-second-title {
  width: auto;
  height: auto;
  font-size: 0.875rem;
  color: #efefef;
  line-height: 0.875rem;
  padding: 0.625rem 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
}
.pro-nav .nav-title-div .nav-title .nav-second-list .nav-second-title:hover {
  font-size: 0.875rem;
  color: #f26c1c;
  line-height: 0.875rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pro-nav .nav-title-div .nav-title .nav-second-list .nav-second-title::after {
  content: '';
  width: 1px;
  height: 50%;
  background-color: #dbdada;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pro-nav .nav-title-div .nav-title .nav-second-list .nav-second-title:last-child::after {
  content: '';
  width: 0;
  height: 0;
  background-color: #dbdada;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pro-nav .nav-title-div .nav-title .nav-second-list .nav-second-title > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.pro-nav .nav-title-div .nav-title::after {
  position: absolute;
  bottom: 0.9375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: '';
  display: block;
  width: 70%;
  height: 0.125rem;
  min-height: 1px;
  background-color: #f26c1c;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.pro-nav .nav-title-div .uk-active::after {
  position: absolute;
  bottom: 0.9375rem;
  content: '';
  display: block;
  width: 100%;
  height: 0.125rem;
  min-height: 1px;
  background-color: #f26c1c;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}
.pro-nav .icon-img {
  height: 1.8125rem;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 0.3125rem;
  cursor: pointer;
}

/* /page1 */

.qq-popup-div {
  min-width: 640px;
}
.age-popup-all-div {
  padding: 0.4375rem 6.875rem;
}
.age-popup-all-div > div {
  font-size: 0.875rem;
  color: #fff;
  line-height: 1.5rem;
  font-family: 'Noto Sans SC', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.age-popup-all-div > .age-div {
  padding-top: 0.625rem;
}
.age-popup-all-div > .age-p-div {
  text-indent: 2em;
}
.home-div {
  width: 100%;
  height: 100vh;
  background-color: #000;
  position: relative;
  bottom: 0;
  z-index: 99;
}
.home-div .bg-img-div {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.home-div .bg-img-div .video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.home-div .bg-img-div .index-bg-div {
  width: 100%;
  height: 100%;
  background: url(https://res.17996cdn.net/gf2/tw/images/home/index_bg.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.home-div .bottom-img-div {
  position: absolute;
  bottom: 0.9375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}
.home-div .bottom-img-div .slogan-div {
  width: 28.9375rem;
  font-size: 0;
  margin: 0 auto;
}
.home-div .bottom-img-div .slogan-div > img {
  display: block;
  margin-bottom: 1.5rem;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.home-div .bottom-img-div .ex2lium-div {
  width: 80.0625rem;
  position: relative;
  font-size: 0;
  margin-bottom: 1.5rem;
}
.home-div .bottom-img-div .ex2lium-div > img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.home-div .bottom-img-div .ex2lium-div .ex2lium-icon-div {
  width: 1.5625rem;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.home-div .bottom-img-div .ex2lium-div .ex2lium-icon-div > img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.home-div .bottom-img-div .pc-down-div {
  width: 21.25rem;
  font-size: 0;
  margin: 0 auto;
  cursor: pointer;
}
.home-div .bottom-img-div .pc-down-div > img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.home-div .age-limit-div {
  width: 4.125rem;
  position: absolute;
  bottom: 5.4375rem;
  left: 4.6875rem;
  cursor: pointer;
}
.home-div .age-limit-div > img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.home-div .download-div {
  opacity: 0;
  z-index: 100;
  position: absolute;
  top: 50%;
  right: 4.375rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top: 2.125rem;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  padding-bottom: 0.9375rem;
  background: url(https://res.17996cdn.net/gf2/tw/images/home/download-bg.png) no-repeat;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.home-div .download-div > img {
  display: block;
}
.home-div .download-div .QR-code-div {
  width: 4.1875rem;
  height: 4.1875rem;
  padding: 0.125rem;
  background-color: #fff;
}
.home-div .download-div .QR-code-div .QR-code-img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.home-div .download-div .QR-code-div .qrcode {
  width: 100%;
  height: 100%;
}
.home-div .download-div .QR-code-div .qrcode > canvas {
  width: 100%;
  height: 100%;
}
.home-div .download-div .QR-code-div .qrcode > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.home-div .download-div .download-img-div {
  width: 3.875rem;
}
.home-div .download-div .download-img-div .download-img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  margin-top: 0.75rem;
  margin-bottom: 0.8125rem;
}
.home-div .download-div .icon-div {
  width: 4.1875rem;
  height: 4.1875rem;
  background: url(../pc/images/icon-bg.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 50%;
  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;
  margin-bottom: 1.1875rem;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  /* cubic-bezier 贝塞尔曲线 */
  /* 从开始到结束的不同速度过渡效果 */
}
.home-div .download-div .icon-div .kv-change {
  position: absolute;
  top: -0.5625rem;
  left: -0.5625rem;
  width: 5.3125rem;
  height: 5.3125rem;
  mix-blend-mode: multiply;
  border-radius: 50%;
  background-color: #f26c1c;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
.home-div .download-div .icon-div .in {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 80% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 80% 100%, 0% 100%);
}
.home-div .download-div .icon-div .out {
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
@font-face {
  font-family: 'GmarketSansTTFMedium';
  src: url(../font/GmarketSansTTFMedium.ttf);
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-display: swap;
}
@-webkit-keyframes btIn-48d53c28 {
  0% {
    /* 裁剪路径 */
    -webkit-clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  70% {
    /* 裁剪路径 */
    -webkit-clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@keyframes btIn-48d53c28 {
  0% {
    /* 裁剪路径 */
    -webkit-clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  70% {
    /* 裁剪路径 */
    -webkit-clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@-webkit-keyframes btOut-48d53c28 {
  0% {
    /* 裁剪路径 */
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  45% {
    -webkit-clip-path: polygon(0% 0%, 85% 0%, 85% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 85% 0%, 85% 100%, 0% 100%);
  }
  75% {
    -webkit-clip-path: polygon(0% 0%, 45% 0%, 35% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 45% 0%, 35% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@keyframes btOut-48d53c28 {
  0% {
    /* 裁剪路径 */
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  45% {
    -webkit-clip-path: polygon(0% 0%, 85% 0%, 85% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 85% 0%, 85% 100%, 0% 100%);
  }
  75% {
    -webkit-clip-path: polygon(0% 0%, 45% 0%, 35% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 45% 0%, 35% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
.home-div .download-div .icon-div .icon-div-ed {
  background: url(https://res.17996cdn.net/gf2/tw/images/home/icon-bg-ed.png) no-repeat;
  background-size: 100% 100%;
  -webkit-animation: subtitleClip 0.3s ease-in;
  animation: subtitleClip 0.3s ease-in;
}
.home-div .download-div .icon-div .pc-img {
  width: 2.125rem;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
}
.home-div .download-div .icon-div .android-img {
  width: 1.8125rem;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
}
.home-div .download-div .icon-div .ios-img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 1.625rem;
  position: absolute;
}
.home-div .download-div .icon-div .tap-img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 3rem;
  position: absolute;
}
.home-div .download-div .icon-div .bili-img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 2.25rem;
  position: absolute;
}
.home-div .download-div .icon-div:last-child {
  margin-bottom: 0;
}
.s-btn {
  gap: 0.8rem;
}
.pre-num {
  color: #fff;
  font-size: 2rem;
  font-weight: 800;
  margin: 0 auto 6%;
  background: url(https://res.17996cdn.net/gf2/tw/images/home/pre-num-bg.png) no-repeat 50% 80%;
  background-size: 100%;
  width: 100%;
  text-align: center;
}
.num-tag {
  font-size: 1.375rem;
  color: #d5b78f;
  margin: 0;
  padding: 0;
  bottom: 2rem;
  font-weight: 400;
}
.alink-box {
  width: 58%;
  max-width: 60vw;
  margin-top: 3%;
  margin-bottom: 3%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 4%;
}
/* .alink-box {
  width: 100%;
  max-width: 15vw;
  margin-top: 3%;
  margin-bottom: 3%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 4%;
} */
.alink-box a {
  flex: 1;
  position: relative;
}
.alink-box img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.alink-box img.tag-en {
  width: 6rem;
  margin-top: -2rem;
  margin-right: -3rem;
}
.alink-box a:hover {
  filter: brightness(1.3);
  transition: 0.4s ease-in-out;
  transition-property: filter, background-color;
}
.uk-modal-dialog {
  text-align: center;
  max-width: 42vw !important;
  width: 50rem !important;
  background: url(https://res.17996cdn.net/gf2/tw/images/home/modal-bg.png) no-repeat center top;
  background-size: 100% 100%;
  aspect-ratio: 1093 / 611;
  box-sizing: border-box;
  padding: 1% 0;
  color: #9c9c9c;
}
.mail-input {
  margin-bottom: 1% !important;
  margin-top: 0 !important;
}
.xx-btn {
  top: -6% !important;
  right: -5% !important;
}
.xx-btn img {
  width: clamp(16px, 1.3vw, 30px);
}
.yy-tit1 {
  padding: 2% 5% 1% 5%;
  color: #454d5c;
  margin-top: 2% !important;
  margin-bottom: 3% !important;
  font-size: clamp(1rem, 1.75vw, 28px);
  font-family: 'Noto Serif TC', serif;
  font-weight: 800;
  max-width: 76%;
  margin-left: auto;
  margin-right: auto;
}

.form-mail {
  padding: 1.6% 3% 1.6% 5%;
  max-width: 76%;
  color: #fff;
  font-size: clamp(0.85rem, 1.24vw, 24px);
  border-radius: 0px;
  text-align: left;
  height: auto;
  max-height: 52px;
  border: 0;
  /* font-family: 'Noto Serif TC', serif; */
  font-weight: 500;
}
.phone-input {
  max-height: 50px;
  background: #161d1e;
  border: 0;
  width: 70%;
  margin: 0 auto 2%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}
.phone-input .uk-select {
  border: 0;
  width: 20%;
  padding: 1.6% 0 1.6% 0;
  color: #7a7a7a;
  font-size: clamp(0.82rem, 1.2vw, 22px);
  /* font-family: 'Noto Serif TC', serif; */
  font-weight: 500;
  background-image: none !important;
  line-height: inherit;
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding-right: 0 !important;
  box-sizing: border-box;
}
.phone-input .uk-input,
.phone-input .uk-select:not([multiple]):not([size]) {
  height: 50px;
  vertical-align: middle;
  display: inline-block;
  background-color: #161d1e;
  color: #7a7a7a;
}
.phone-input .uk-select:not([multiple]):not([size]) {
  background-color: #3d4547;
}
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  outline: 0;
  padding: 1.6% 3% 1.6% 5%;
  background-color: #161d1e;
  color: #7a7a7a;
  border-color: #548ae1;
  max-height: 52px;
}
/* placeholder Ã©Â¢Å“Ã¨â€°Â² */
.uk-input::-webkit-input-placeholder {
  color: #8f99aa;
}
.form-err-email {
  color: red;
  font-size: clamp(1rem, 1.25vw, 18px);
  margin-bottom: -6px;
  display: none;
  /* font-family: 'Noto Serif TC', serif; */
  font-weight: 500;
}
.pre-ok-btn img {
  width: 66%;
}

.pre-ok {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 3.5%;
  margin-top: 3%;
}

.pre-ok img:hover {
  filter: brightness(1.082);
  transition: 0.4s ease-in-out;
  transition-property: filter, background-color;
}
.vod-play.uk-inline-clip {
  overflow: inherit;
}
.tag-btn img {
  width: clamp(45px, 2.2vw, 59px);
}
.radio-btn {
  font-size: clamp(1rem, 1.25vw, 18px);
  /* font-family: 'Noto Serif TC', serif; */
  font-weight: 500;
}
.radio-btn a {
  text-decoration: underline;
  text-underline-offset: 0.4rem;
  color: #d15800;
}
/* .pre-item-1 {
  margin-top: 1rem;
} */
.uk-checkbox,
.uk-radio {
  border-color: #715031;
}
.uk-radio:checked {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A);
}
#modal-pre-ok .uk-modal-dialog {
  text-align: center;
  color: #d3d5d5;
  box-sizing: border-box;
  padding: 3%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  /* font-family: 'Noto Serif TC', serif; */
  font-weight: 400;
}
.pre-text {
  font-size: 1.75rem;
  font-weight: 500;
  color: #d3d5d5;
  margin-bottom: 0.35%;
}
.pre-text2 {
  font-size: clamp(1rem, 18px, 28px);
  font-weight: 800;
  color: #d3d5d5;
}
.pre-line {
  max-width: 60%;
}
.pre-title {
  max-width: 45%;
  margin-bottom: 1%;
}
#modal-pre-ok .uk-modal-dialog .xx-btn {
  top: -15% !important;
  right: -2% !important;
}
#modal-pre-ok .share-link a {
  margin-bottom: 0;
}
#modal-pre-ok .share-link {
  margin-right: auto;
  margin-left: auto;
  margin-top: 3%;
  z-index: 50;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 12%;
  width: 100%;
  max-width: 48%;
  position: relative !important;
}
#modal-pre-ok .uk-modal-dialog .xx-btn img,
#modal-youtube .uk-modal-dialog .yxx-btn img {
  width: clamp(20px, 2vw, 30px);
}
#modal-pre-policy .uk-modal-dialog {
  background: #f5f4eb;
  padding: 3% 2%;
  line-height: 1.65;
  font-size: clamp(1rem, 1.4vw, 18px);
  box-sizing: border-box;
  border-radius: 0;
  color: #333333;
  aspect-ratio: auto;
  border: 3px solid #5f3e1f;
}
#modal-pre-policy .uk-modal-dialog .xx-btn {
  top: -14% !important;
  right: -11% !important;
}
.uk-checkbox:focus,
.uk-radio:focus {
  border-color: #d15800;
}
.uk-checkbox,
.uk-radio {
  display: inline-block;
  height: 16px;
  width: 16px;
  border: 1.5px solid #9c9c9c;
  border-radius: 0;
}
.uk-checkbox:checked:focus,
.uk-checkbox:indeterminate:focus,
.uk-radio:checked:focus,
.uk-checkbox:checked,
.uk-checkbox:indeterminate,
.uk-radio:checked {
  background-color: #d15800;
  border-color: transparent;
}
/* /page2 */

.notice-div {
  overflow: hidden;
  width: 100%;
  height: 70.4375rem;
  background: url(https://res.17996cdn.net/gf2/tw/images/home/notice-bg.png);
  background-size: 100% 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 6;
}
.dc-bg {
  display: none;
  width: 100%;
  max-width: max-content;
}
.gift-line {
  top: auto;
  bottom: 7%;
}
.notice-div .notice-content-div {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
}
.notice-div .line-div {
  width: 79.875rem;
  height: calc(100% - 0.4rem);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.notice-div .line-div > div {
  width: 1px;
  height: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#141616), to(#325156));
  background: linear-gradient(#141616, #325156);
  position: absolute;
  top: 0;
}
.notice-div .line-div .notice-line-0 {
  left: -10rem;
}
.notice-div .line-div .notice-line-1 {
  left: -1px;
}
.notice-div .line-div .notice-line-2 {
  left: 10rem;
}
.notice-div .line-div .notice-line-3 {
  left: 20rem;
}
.notice-div .line-div .notice-line-4 {
  left: 30rem;
}
.notice-div .line-div .notice-line-5 {
  left: 40rem;
}
.notice-div .line-div .notice-line-6 {
  left: 50rem;
}
.notice-div .line-div .notice-line-7 {
  left: 60rem;
}
.notice-div .line-div .notice-line-8 {
  left: 70rem;
}
.notice-div .line-div .notice-line-9 {
  right: -1px;
}
.notice-div .line-div .notice-line-10 {
  right: -10rem;
}
.notice-div .notice-top-title {
  opacity: 1;
  width: 26rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  justify-content: center;
  margin-top: 5.75rem;
  position: absolute;
  top: 0;
  right: 4.65rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.notice-div .notice-top-title .title-name {
  width: 10rem;
  border-left: 1px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  color: #efefef;
  font-size: 1.0625rem;
  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;
  font-family: 'Noto Sans SC', sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}
.notice-div .notice-top-title .title-name:hover {
  background: url(https://res.17996cdn.net/gf2/tw/images/home/title-text-bg.png) no-repeat;
  background-size: 100% 100%;
}
.notice-div .notice-top-title .title-name-active {
  color: #f26c1c;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.notice-div .notice-content-all {
  width: 100%;
  position: relative;
  /* position: absolute;
  top: 16.375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); */
  /* background: url(https://res.17996cdn.net/gf2/tw/images/home/gift-line-3.png) no-repeat ;
  background-size: contain; */
}
.gift-line-3 {
  bottom: 9.35%;
  height: 1.25%;
  width: 100%;
  background: #454545;
  position: relative;
}
.gift-d {
  width: 1rem;
  height: 1rem;
  display: block;
  background: #9e9e9e;
  /* background: #e56204; */
  top: auto;
  bottom: 8.8%;
}
.gift-d.active {
  background: #e56204;
}
.gift-d::after {
  content: '';
  display: block;
  width: 1.35rem;
  height: 1.4rem;
  border: 0.1rem solid #9e9e9e;
  /* border: 0.1rem solid #e56204; */
  position: absolute;
  top: -0.29rem;
  left: -0.255rem;
}
.gift-d.active::after {
  border: 0.1rem solid #e56204;
}
.gift-img {
  margin-bottom: 8rem;
}
.gift-n {
  max-width: 50%;
}
.gift-line-3 .progress {
  position: absolute;
  height: 100%;
  width: 13.5%;
  background: #e56204;
}
.notice-div .notice-content-all .notice-content {
  width: 65rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: baseline;
  align-content: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: 19.8rem;
  margin-top: auto;
  margin-bottom: 12rem;
  position: relative;
}
/* ...newsSwiper */
.newsSwiper {
  width: 100%;
  margin-left: auto;
  background: url(https://res.17996cdn.net/gf2/kr/images/home/news-pbg.png);
  background-position: left top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.newsSwiper .swiper-wrapper {
  height: auto;
  max-width: fit-content;
}
.newsSwiper .swiper-wrapper .swiper-slide img {
  padding: 0.4rem 0.51rem 2rem 1.65rem;
  object-fit: cover;
  width: 100%;
}
.news-left {
  width: 48vw;
  z-index: 100;
  max-width: 1200px;
  padding-left: 1%;
}
.news-swiper-pagination {
  bottom: -8% !important;
  top: var(--swiper-pagination-top, auto) !important;
  left: calc(50% - var(--uk-position-margin-offset)) !important;
  width: max-content !important;
}
.news-swiper-pagination .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  opacity: 1;
  background: url(https://res.17996cdn.net/gf2/kr/images/home/pagination-bullet.png) no-repeat center/100% 100%;
}
.news-swiper-pagination .swiper-pagination-bullet-active {
  background: url(https://res.17996cdn.net/gf2/kr/images/home/pagination-bullet-h.png) no-repeat center/100% 100%;
}
/* .giftSwiper .swiper-slide {
  max-width: 379px;
} */
.giftSwiperPc .gift-navigation {
  z-index: 999;
  cursor: pointer;
  opacity: 0.45;
  width: 2.4rem;
}
.giftSwiperPc .gift-navigation:hover {
  opacity: 1;
  transition: opacity 0.4s;
}
.gift-prev {
  display: none;
}
.giftSwiperPc .gift-next {
  margin-right: 6%;
}
.notice-div .notice-content-all .notice-content .left .notice-img-div {
  width: 28.5rem;
  height: 5.3125rem;
}
.notice-div .notice-content-all .notice-content .left .notice-img-div > img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.notice-div .notice-content-all .notice-content .left .setting-img-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.625rem;
}
.notice-div .notice-content-all .notice-content .left .setting-img-div > div {
  color: #efefef;
  font-family: 'Noto Sans SC', sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-size: 1.75rem;
  font-weight: bold;
  margin-left: 1.0625rem;
}
.notice-div .notice-content-all .notice-content .left .setting-img-div > img {
  width: 3rem;
  -o-object-fit: contain;
  object-fit: contain;
}
.notice-div .notice-content-all .notice-content .left .notice-text {
  width: 100%;
  margin-top: 1.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.notice-div .notice-content-all .notice-content .left .notice-text .left {
  width: 28.5rem;
  font-size: 1rem;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}
.notice-div .notice-content-all .notice-content .left .notice-text .left .text-title {
  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;
  line-height: 3.5625rem;
  padding: 0 1.375rem 0 0.5rem;
  cursor: pointer;
  position: relative;
}
.notice-div .notice-content-all .notice-content .left .notice-text .left .text-title:hover {
  background-color: rgba(11, 21, 22, 0.7);
}
.notice-div .notice-content-all .notice-content .left .notice-text .left .text-title .name {
  color: #ffffff;
  overflow: hidden;
}
.notice-div .notice-content-all .notice-content .left .notice-text .left .text-title .time {
  color: rgba(239, 239, 239, 0.6);
  font-family: 'Noto Sans SC', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.notice-div .notice-content-all .notice-content .left .notice-text .left .text-title .text-active-icon-div {
  position: absolute;
  left: 0;
  top: 50%;
  opacity: 0;
  -webkit-transform: translate(-80%, -50%);
  transform: translate(-80%, -50%);
  width: 1.9375rem;
}
.notice-div .notice-content-all .notice-content .left .notice-text .left .text-title .text-active-icon-div > img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.notice-div .notice-content-all .notice-content .left .notice-text .left .text-title-active {
  background-color: rgba(11, 21, 22, 0.7);
}
.notice-div .notice-content-all .notice-content .right {
  width: 50rem;
}
.notice-div .notice-content-all .notice-content .right .banner-div {
  width: 100%;
  height: 28.125rem;
}
.notice-div .notice-content-all .notice-content .right .banner-div .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.notice-div .notice-content-all .notice-content .right .banner-div .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.notice-div .notice-content-all .notice-content .right .banner-div .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
}
.notice-div .notice-content-all .notice-content .right .banner-div .swiper-container .swiper-wrapper .swiper-slide .notic-kv-change {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  -webkit-transform: skewX(0deg);
  transform: skewX(0deg);
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1);
  cursor: pointer;
}
.notice-div .notice-content-all .notice-content .right .banner-div .swiper-container .swiper-wrapper .swiper-slide .notic-main-img {
  width: 100%;
  height: 100%;
  font-size: 0;
  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;
}
.notice-div .notice-content-all .notice-content .right .banner-div .swiper-container .swiper-wrapper .swiper-slide .notic-main-img > img {
  width: 100%;
  height: 100%;
}
.notice-div .notice-content-all .notice-content .right .rail-div {
  width: 100%;
  margin-top: 0.5rem;
  font-size: 0;
}
.notice-div .notice-content-all .notice-content .right .rail-div > img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.notice-div .notice-content-all .more-text {
  width: 7.5%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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: center;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: 19.85rem;
}

.notice-div .notice-content-all .more-text .more-name-to {
  color: rgba(225, 225, 225, 0.6);
  font-family: 'Noto Sans SC', sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.notice-div .notice-content-all .more-text .more-name-to:hover {
  color: #efefef;
}
.notice-div .notice-content-all .more-text .jdt-bg {
  width: 100%;
}
.notice-div .notice-content-all .more-text .jdt-bg > img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.notice-div .icon-dian1 {
  position: absolute;
  top: 4.6875rem;
  left: 4.1875rem;
}
.notice-div .icon-dian2 {
  position: absolute;
  top: 50%;
  left: 4.1875rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.notice-div .icon-dian3 {
  position: absolute;
  bottom: 4.6875rem;
  left: 4.1875rem;
}
.notice-div .icon-dian4 {
  position: absolute;
  top: 4.6875rem;
  right: 4.1875rem;
}
.notice-div .icon-dian5 {
  position: absolute;
  top: 50%;
  right: 4.1875rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.notice-div .icon-dian6 {
  position: absolute;
  bottom: 4.6875rem;
  right: 4.1875rem;
}
.notice-div .icon-dian7 {
  position: absolute;
  bottom: 5.1rem;
  right: 6.1rem;
}
.notice-div .icon-dian1-img {
  width: 8.0625rem;
}
.notice-div .icon-dian1-img > img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.notice-div .icon-dian2-img {
  width: 1.8125rem;
}
.notice-div .icon-dian2-img > img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.notice-div .icon-dian3-img {
  width: 1.8125rem;
}
.notice-div .icon-dian3-img > img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.notice-div .icon-dian4-img {
  width: 1.8125rem;
}
.notice-div .icon-dian4-img > img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.agl-hover {
  outline: 2px solid rgba(244, 67, 54, 0.99) !important;
  background-color: rgba(244, 67, 54, 0.2) !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.8) !important;
}
.agl-highlight-current {
  outline: 2px solid rgba(255, 87, 34, 0.99) !important;
  background-color: rgba(255, 87, 34, 0.4) !important;
}
.agl-highlight-similar {
  outline: 2px dashed rgba(255, 87, 34, 0.99) !important;
  background-color: rgba(255, 87, 34, 0.4) !important;
}
.agl-highlight-group {
  outline: 4px double rgba(255, 87, 34, 0.99) !important;
  background-color: rgba(255, 87, 34, 0.4) !important;
}
.agl-cover-current {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9 !important;

  outline: 2px solid rgba(33, 33, 33, 0.99) !important;
  background-color: rgba(33, 33, 33, 0.6) !important;
}
.agl-cover-similar {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9 !important;

  outline: 2px dashed rgba(33, 33, 33, 0.99) !important;
  background-color: rgba(33, 33, 33, 0.6) !important;
}
.agl-cover-group {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9 !important;

  outline: 4px double rgba(33, 33, 33, 0.99) !important;
  background-color: rgba(33, 33, 33, 0.6) !important;
}
.agl-cover-focus {
  outline: 3px solid rgba(255, 165, 0, 0.99) !important;
  background-color: rgba(255, 165, 0, 0.4) !important;
}

/* /page3 */
.role-des-div .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .des-right .role-img {
  animation: slideInFromRight_20 400ms ease-out 200ms forwards;
}
.role-des-div .swiper-container .swiper-wrapper .swiper-slide-active .des-left .des-left-an2 {
  animation: slideInFromLeft_20 400ms ease-out 160ms forwards;
}
.role-des-div .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .des-left .role-details-div {
  animation: slideInFromLeft_20 400ms ease-out 220ms forwards;
}
@keyframes slideInFromRight_20 {
  0% {
    opacity: 0;
    transform: translate3d(20%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInFromLeft_20 {
  0% {
    opacity: 0;
    transform: translate3d(-20%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInFromBottom_20 {
  0% {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInFromBottom_100 {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.role-des-div .swiper-container {
  position: relative;
}
.role-des-div .swiper-container .role-des-swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: url(https://res.17996cdn.net/gf2/tw/images/home/pagination-line.png) no-repeat;
  background-size: 0.0625rem 100%;
  background-position: center;
  width: 10px;
  height: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 4.6875rem;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.role-des-div .swiper-pagination-bullets {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.swiper-pagination-bullet-div {
  height: 2.9375rem;
  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;
}
.role-des-div .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
  width: 0.75rem;
  height: 0.75rem;
  background-color: transparent;
  background: url(https://res.17996cdn.net/gf2/tw/images/home/pagination.png) no-repeat;
  background-size: 100% auto;
  background-position: center;
  padding: 1.125rem 0;
  cursor: pointer;
}
.role-des-div .swiper-pagination-bullets .swiper-pagination-bullet-active {
  width: 1.25rem;
  height: 1.3125rem;
  background-color: transparent;
  background: url(https://res.17996cdn.net/gf2/tw/images/home/pagination-active.png) no-repeat;
  background-size: 100% auto;
  background-position: center;
}

.play-ilus-popup {
  background-color: transparent !important;
}
.play-ilus-popup-div {
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover;
}
.play-ilus-popup-div .ilus-img-div {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(https://res.17996cdn.net/gf2/tw/images/home/ilus-bg.png) no-repeat;
  background-size: cover;
}
.play-ilus-popup-div .ilus-img-div .ilus-img {
  width: 50%;
  height: 100%;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 3%;
  box-sizing: border-box;
}
.play-ilus-popup-div .ilus-img-div .ilus-img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.play-ilus-popup-div .ilus-img-div .ilus-close-btn {
  width: 3.5rem;
  height: 3.5rem;
  font-size: 0;
  position: absolute;
  top: 10%;
  right: 20%;
  cursor: pointer;
}
.play-ilus-popup-div .ilus-img-div .ilus-close-btn > img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.play-video-popup-div {
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover;
}
.play-video-popup-div .video-img-div {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(https://res.17996cdn.net/gf2/tw/images/home/ilus-bg.png) no-repeat;
  background-size: cover;
}
.play-video-popup-div .video-img-div .video-img {
  width: 74%;
  height: auto;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #000;
  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;
}
.play-video-popup-div .video-img-div .video-img > video {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.play-video-popup-div .video-img-div .video-img .video-close-btn {
  width: 3.5rem;
  height: 3.5rem;
  font-size: 0;
  position: absolute;
  top: 0;
  right: -0.625rem;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  cursor: pointer;
}
.play-video-popup-div .video-img-div .video-img .video-close-btn > img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.role-des-div .swiper-container .role-swiper-pagination-bullets-new-all {
  height: 60%;
  position: absolute;
  left: 3.125rem;
  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;
}
.role-des-div .swiper-container .role-swiper-pagination-bullets-new-all .role-pagination-new-prev {
  width: 2.25rem;
  font-size: 0;
  position: absolute;
  top: -1.25rem;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  opacity: 0.3;
  cursor: pointer;
}
.role-des-div .swiper-container .role-swiper-pagination-bullets-new-all .role-pagination-new-prev > img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.role-des-div .swiper-container .role-swiper-pagination-bullets-new-all .role-pagination-new-prev:hover {
  opacity: 1;
}
.role-des-div .swiper-container .role-swiper-pagination-bullets-new-all .role-pagination-new-next {
  width: 2.25rem;
  font-size: 0;
  position: absolute;
  bottom: -1.25rem;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  opacity: 0.3;
  cursor: pointer;
}
.role-des-div .swiper-container .role-swiper-pagination-bullets-new-all .role-pagination-new-next > img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.role-des-div .swiper-container .role-swiper-pagination-bullets-new-all .role-pagination-new-next:hover {
  opacity: 1;
}
.role-des-div .swiper-container .role-swiper-pagination-bullets-new-all .role-swiper-pagination-bullets-new {
  width: 6.25rem;
  height: 37.5rem;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.role-des-div .swiper-container .role-swiper-pagination-bullets-new-all .role-swiper-pagination-bullets-new .role-swiper-pagination-bullets-new-scoller {
  width: 100%;
  height: auto;
  position: absolute;
}
.role-des-div .swiper-container .role-swiper-pagination-bullets-new-all .role-swiper-pagination-bullets-new .role-swiper-pagination-bullets-new-scoller .swiper-pagination-bullet-div-new {
  width: 5rem;
  height: 6.25rem;
  margin: 0 auto;
  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;
}
.role-des-div .swiper-container .role-swiper-pagination-bullets-new-all .role-swiper-pagination-bullets-new .role-swiper-pagination-bullets-new-scoller .swiper-pagination-bullet-div-new .swiper-pagination-bullet-new {
  width: 100%;
  font-size: 0;
  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;
  position: relative;
}
.role-des-div .swiper-container .role-swiper-pagination-bullets-new-all .role-swiper-pagination-bullets-new .role-swiper-pagination-bullets-new-scoller .swiper-pagination-bullet-div-new .swiper-pagination-bullet-new > img {
  width: 85%;
  -o-object-fit: contain;
  object-fit: contain;
  transition: transform 0.3s;
}
.role-des-div .swiper-container .role-swiper-pagination-bullets-new-all .role-swiper-pagination-bullets-new .role-swiper-pagination-bullets-new-scoller .swiper-pagination-bullet-div-new .swiper-pagination-bullet-new {
  pointer-events: auto;
}
.role-des-div .swiper-container .role-swiper-pagination-bullets-new-all .role-swiper-pagination-bullets-new .role-swiper-pagination-bullets-new-scoller .swiper-pagination-bullet-div-new .swiper-pagination-bullet-new .swiper-pagination-bullet-active-new1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  border: 1px solid #ffffff;
}
.role-des-div .swiper-container .role-swiper-pagination-bullets-new-all .role-swiper-pagination-bullets-new .role-swiper-pagination-bullets-new-scoller .swiper-pagination-bullet-div-new .swiper-pagination-bullet-new .swiper-pagination-bullet-active-new1 {
  opacity: 1 !important;
}
.role-des-div .swiper-container .role-swiper-pagination-bullets-new-all .role-swiper-pagination-bullets-new .role-swiper-pagination-bullets-new-scoller .swiper-pagination-bullet-div-new.swiper-slide-thumb-active .swiper-pagination-bullet-new .swiper-pagination-bullet-active-new1 {
  width: 5.625rem;
  height: 5.625rem;
  border: 2px solid #f26c1c;
}
.role-des-div .swiper-container .role-swiper-pagination-bullets-new-all .role-swiper-pagination-bullets-new .role-swiper-pagination-bullets-new-scoller .swiper-pagination-bullet-div-new .swiper-pagination-bullet-new .swiper-pagination-bullet-active-new {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 5rem;
  height: 5rem;
}
.role-des-div .swiper-container .role-swiper-pagination-bullets-new-all .role-swiper-pagination-bullets-new .role-swiper-pagination-bullets-new-scoller .swiper-pagination-bullet-div-new .swiper-pagination-bullet-new .swiper-pagination-bullet-active-new > img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}
.role-des-div .swiper-container .role-swiper-pagination-bullets-new-all .role-swiper-pagination-bullets-new .role-swiper-pagination-bullets-new-scoller .swiper-pagination-bullet-div-new.swiper-slide-thumb-active .swiper-pagination-bullet-new > img,
.role-des-div .swiper-container .role-swiper-pagination-bullets-new-all .role-swiper-pagination-bullets-new .role-swiper-pagination-bullets-new-scoller .swiper-pagination-bullet-div-new .swiper-pagination-bullet-new:hover img {
  transform: scale(1.15);
  transition: transform 0.3s;
}
.role-des-div .swiper-container .role-swiper-pagination-bullets-new-all .role-swiper-pagination-bullets-new .role-swiper-pagination-bullets-new-scoller .swiper-pagination-bullet-div-new .swiper-pagination-bullet-new .swiper-pagination-bullet-noactive-new {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 5.625rem;
  height: 5.625rem;
}
.role-des-div .swiper-container .role-swiper-pagination-bullets-new-all .role-swiper-pagination-bullets-new .role-swiper-pagination-bullets-new-scoller .swiper-pagination-bullet-div-new .swiper-pagination-bullet-new .swiper-pagination-bullet-noactive-new > img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}
.role-div {
  width: 100%;
  height: 41.4375rem;
  margin-top: -1.6rem;
  background: url(https://res.17996cdn.net/gf2/tw/images/home/role-bg.png) no-repeat;
  background-size: cover;
  position: relative;
  z-index: 5;
}
.role-div .orange-div {
  width: 10.4375rem;
  position: absolute;
  top: 0;
  right: 0;
}
.role-div .orange-div > img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.role-div .dian-div {
  width: 0.25rem;
  position: absolute;
  top: 25.125rem;
  right: 8rem;
}
.role-div .dian-div > img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.role-div .role-line-div {
  position: absolute;
  bottom: 5.375rem;
  right: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.role-div .role-line-div .line-div {
  width: 68.875rem;
}
.role-div .role-line-div .line-div > img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.role-div .role-line-div .role-img-div {
  width: 25.625rem;
  margin-left: 1rem;
}
.role-div .role-line-div .role-img-div > img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.role-div .bigtext-div {
  position: absolute;
  top: 3.0625rem;
  right: 7.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 0;
}
.role-div .bigtext-div .bigtext-div-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 0;
}
.role-div .bigtext-div .bigtext-div-top .block-img {
  width: 1.5rem;
  margin-bottom: 1rem;
}
.role-div .bigtext-div .bigtext-div-top .block-img > img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.role-div .bigtext-div .bigtext-div-top .girls-img {
  width: 14.75rem;
  margin-bottom: 0.6875rem;
}
.role-div .bigtext-div .bigtext-div-top .girls-img > img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.role-div .bigtext-div .bigtext-div-top .frontline2-img {
  width: 31.75rem;
  margin-bottom: 0.8125rem;
}
.role-div .bigtext-div .bigtext-div-top .frontline2-img > img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.role-div .bigtext-div .bigtext-div-top .exilium1-img {
  width: 20.5625rem;
}
.role-div .bigtext-div .bigtext-div-top .exilium1-img > img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.role-div .bigtext-div .exilium2-img {
  width: 20.3125rem;
  position: relative;
  top: -1rem;
  left: -0.25rem;
}
.role-div .bigtext-div .exilium2-img > img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.role-div .bigtext-div .exilium3-img {
  width: 20.1875rem;
  position: relative;
  top: -0.625rem;
  left: -0.375rem;
}
.role-div .bigtext-div .exilium3-img > img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@-webkit-keyframes subtitleClip-0eb9e010 {
  0% {
    /* 裁剪路径 */
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  }
  45% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 35%, 0% 35%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 35%, 0% 35%);
  }
  75% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 0% 85%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 0% 85%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@keyframes subtitleClip-0eb9e010 {
  0% {
    /* 裁剪路径 */
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  }
  45% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 35%, 0% 35%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 35%, 0% 35%);
  }
  75% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 0% 85%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 0% 85%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
.role-des-div {
  width: 100%;
  height: 60rem;
  position: relative;
  z-index: 6;
  margin-top: -0.0625rem;
}
.role-des-div .swiper-slide-top {
  width: 20.0625rem;
  height: 3.1875rem;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-95%);
  transform: translateY(-95%);
  background: url(https://res.17996cdn.net/gf2/tw/images/home/role-bg-top.png);
}
.role-des-div .swiper-slide-bottom {
  width: 40rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
.role-des-div .swiper-slide-bottom > img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.role-des-div .swiper-container {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background: url(https://res.17996cdn.net/gf2/tw/images/home/role-des-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.role-des-div .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  position: relative;
}
.role-des-div .swiper-container .swiper-wrapper .role-des-row-line {
  position: absolute;
  left: 0;
  top: 5.1875rem;
  width: 100%;
  height: 1px;
  background: url(https://res.17996cdn.net/gf2/tw/images/home/pagination-line.png) no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}
.role-des-div .swiper-container .swiper-wrapper .role-des-row-line .role-des-row-dian {
  width: 0.1875rem;
  height: 0.1875rem;
  background-color: #c9c8ce;
  position: absolute;
  left: 4.6875rem;
  top: 50%;
  -webkit-transform: translate(-40%, -50%);
  transform: translate(-40%, -50%);
}
.role-des-div .swiper-container .swiper-wrapper .swiper-slide {
  z-index: 2;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  left: 0;
  display: none;
}
.role-des-div .swiper-slide-active {
  z-index: 3 !important;
  display: flex !important;
}

.role-des-div .swiper-container .swiper-wrapper .swiper-slide .des-left {
  position: absolute;
  top: 50%;
  left: 21%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  width: 30.8rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -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;
}
.role-des-div .swiper-container .swiper-wrapper .swiper-slide .des-left .des-left-an2 {
  width: 100%;
  height: 50%;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.role-des-div .swiper-container .swiper-wrapper .swiper-slide .des-left .des-left-an2 .role-class {
  width: 9.5rem;
  height: 2.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 2.5rem;
  font-size: 0;
}
.role-des-div .swiper-container .swiper-wrapper .swiper-slide .des-left .des-left-an2 .role-class .role-class-img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.role-des-div .swiper-container .swiper-wrapper .swiper-slide .des-left .des-left-an2 .role-class .left-top-dian {
  width: 0.1875rem;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: -1.25rem;
}
.role-des-div .swiper-container .swiper-wrapper .swiper-slide .des-left .des-left-an2 .role-name-des {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.role-des-div .swiper-container .swiper-wrapper .swiper-slide .des-left .des-left-an2 .role-name-des .charalic-div {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 5rem;
  font-size: 0;
  max-width: 86%;
}
.role-des-div .swiper-container .swiper-wrapper .swiper-slide .des-left .des-left-an2 .role-name-des .charalic-div > img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.role-des-div .swiper-container .swiper-wrapper .swiper-slide .des-left .des-left-an2 .role-name-des .role-name {
  color: #ffffff;
  font-size: 2.9375rem;
  line-height: 2.9375rem;
  font-family: 'Noto Sans SC', sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}
.role-des-div .swiper-container .swiper-wrapper .swiper-slide .des-left .des-left-an2 .role-name-des .des-left-an1 {
  width: 1.875rem;
  height: 100%;
  position: absolute;
  left: -1.25rem;
  top: 0.1875rem;
}
.role-des-div .swiper-container .swiper-wrapper .swiper-slide .des-left .des-left-an2 .role-name-des .des-left-an1 .role-name-des-line {
  width: 0.1875rem;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.role-des-div .swiper-container .swiper-wrapper .swiper-slide .des-left .des-left-an2 .role-name-des .des-left-an1 .role-name-des-dian {
  width: 0.1875rem;
  position: absolute;
  left: 0.625rem;
  top: 0;
}

.role-des-div .swiper-container .swiper-wrapper .swiper-slide .des-left .des-left-an2 .dub-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
  width: 100%;
  position: relative;
  margin-top: 1.5rem;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}
.role-des-div .swiper-container .swiper-wrapper .swiper-slide .des-left .des-left-an2 .dub-div .mic-icon-all-div:first-child {
  order: 1;
}
.role-des-div .swiper-container .swiper-wrapper .swiper-slide .des-left .des-left-an2 .dub-div .mic-icon-all-div {
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  margin-right: 0.15rem;
}
.role-des-div .swiper-container .swiper-wrapper .swiper-slide .des-left .des-left-an2 .dub-div .mic-icon-all-div.mic-zh {
  width: 100%;
}
.role-des-div .swiper-container .swiper-wrapper .swiper-slide .des-left .des-left-an2 .dub-div .mic-icon-all-div .mic-icon-div {
  width: 1rem;
  margin-right: 0.5rem;
  position: relative;
}
.role-des-div .swiper-container .swiper-wrapper .swiper-slide .des-left .des-left-an2 .dub-div .mic-icon-all-div .mic-icon-div .mic-icon {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.role-des-div .swiper-container .swiper-wrapper .swiper-slide .des-left .des-left-an2 .dub-div .mic-icon-all-div .mic-icon-div .mic-icon-active {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  mix-blend-mode: multiply;
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
.mic-icon-all-div:hover .mic-icon-active,
.AudioPlay {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%) !important;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%) !important;
}

.role-des-div .swiper-container .swiper-wrapper .swiper-slide .des-left .des-left-an2 .dub-div .mic-icon-all-div .name-dub {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.role-des-div .swiper-container .swiper-wrapper .swiper-slide .des-left .des-left-an2 .dub-div .mic-icon-all-div .name-dub .span1 {
  color: #fff;
  font-size: 1.2rem;
  font-family: 'Noto Sans SC', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.role-des-div .swiper-container .swiper-wrapper .swiper-slide .des-left .des-left-an2 .dub-div .mic-icon-all-div .name-dub .span2 {
  font-size: 1.25rem;
  font-family: 'Noto Sans SC', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.role-des-div .swiper-container .swiper-wrapper .swiper-slide .des-left .des-left-an2 .dub-div .dub-dian {
  width: 0.1875rem;
  position: absolute;
  left: -1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}
.role-des-div .swiper-container .swiper-wrapper .swiper-slide .des-left .col-line {
  width: 29.875rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1.1875rem 0;
  font-size: 0;
  opacity: 0.3;
}
.role-des-div .swiper-container .swiper-wrapper .swiper-slide .des-left .col-line > img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.role-des-div .swiper-container .swiper-wrapper .swiper-slide .des-left .role-details-div {
  width: 100%;
  height: 50%;
  position: relative;
  opacity: 0;
}
.role-des-div .swiper-container .swiper-wrapper .swiper-slide .des-left .role-details-div .role-details {
  width: 100%;
}
.role-des-div .swiper-container .swiper-wrapper .swiper-slide .des-left .role-details-div .role-details > span {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #fff;
  font-family: 'Noto Sans SC', sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}
.role-des-div .swiper-container .swiper-wrapper .swiper-slide .des-left .role-details-div .play-icon-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 13.125rem;
  opacity: 1;
}

.role-des-div .swiper-container .swiper-wrapper .swiper-slide .des-left .role-details-div .play-icon-div .header-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  width: 9.5625rem;
  height: 2.3125rem;
  border: 1px solid rgba(250, 250, 250, 0.3);
  border-radius: 0.1875rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.role-des-div .swiper-container .swiper-wrapper .swiper-slide .des-left .role-details-div .play-icon-div .header-div .header-div-r {
  width: 6rem;
  height: 6rem;
  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;
  margin-bottom: 0.8125rem;
  position: relative;
}
.role-des-div .swiper-container .swiper-wrapper .swiper-slide .des-left .role-details-div .play-icon-div .header-div .header-div-r .head-img {
  width: 5.125rem;
  font-size: 0;
  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;
}
.role-des-div .swiper-container .swiper-wrapper .swiper-slide .des-left .role-details-div .play-icon-div .header-div .header-div-r .head-img > img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.role-des-div .swiper-container .swiper-wrapper .swiper-slide .des-left .role-details-div .play-icon-div .header-div .header-div-r .huan-head-div {
  position: absolute;
  top: 0;
  left: 0;
  width: 6rem;
  font-size: 0;
  opacity: 0.3;
}
.role-des-div .swiper-container .swiper-wrapper .swiper-slide .des-left .role-details-div .play-icon-div .header-div .header-div-r .huan-head-div > img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.role-des-div .swiper-container .swiper-wrapper .swiper-slide .des-left .role-details-div .play-icon-div .header-div .see-draw {
  width: 4.125rem;
  position: relative;
}
.role-des-div .swiper-container .swiper-wrapper .swiper-slide .des-left .role-details-div .play-icon-div .header-div .see-draw .see-draw-img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.role-des-div .swiper-container .swiper-wrapper .swiper-slide .des-left .role-details-div .play-icon-div .header-div .see-draw .dian {
  width: 0.1875rem;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  left: -1.25rem;
  top: 0.375rem;
}
.role-des-div .swiper-container .swiper-wrapper .swiper-slide .des-left .role-details-div .play-icon-div .header-div .role-see-lihui-div {
  width: 6rem;
  height: 1.375rem;
  padding-right: 0.625rem;
  font-size: 0;
  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;
}
.role-des-div .swiper-container .swiper-wrapper .swiper-slide .des-left .role-details-div .play-icon-div .header-div .role-see-lihui-div > img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.role-des-div .swiper-container .swiper-wrapper .swiper-slide .des-left .role-details-div .play-icon-div .header-div .role-see-video-div {
  width: 5.6875rem;
  height: 1.25rem;
  font-size: 0;
  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;
}
.role-des-div .swiper-container .swiper-wrapper .swiper-slide .des-left .role-details-div .play-icon-div .header-div .role-see-video-div > img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.role-des-div .swiper-container .swiper-wrapper .swiper-slide .des-left .role-details-div .play-icon-div .play-video-div {
  position: absolute;
  bottom: 0;
  left: 11.625rem;
}
.role-des-div .swiper-container .swiper-wrapper .swiper-slide .des-left .role-details-div .play-icon-div .play-role-see-more-div {
  border: none !important;
}
.role-des-div .swiper-container .swiper-wrapper .swiper-slide .des-left .role-details-div .play-icon-div .play-role-see-more-div {
  position: absolute;
  bottom: -5.25rem;
  left: 0;
  background-color: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  width: 9.5625rem;
  height: 2.3125rem;
  border-radius: 0.1875rem;
  overflow: hidden;
}
.role-des-div .swiper-container .swiper-wrapper .swiper-slide .des-left .role-details-div .play-icon-div .play-role-see-more-div .kv-change-all {
  border-radius: 0.1875rem;
}
.role-des-div .swiper-container .swiper-wrapper .swiper-slide .des-left .role-details-div .play-icon-div .play-role-see-more-div .role-see-more-div {
  position: relative;
  z-index: 1;
  width: 5.5625rem;
  height: 1.125rem;
  font-size: 0;
  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;
}
.role-des-div .swiper-container .swiper-wrapper .swiper-slide .des-left .role-details-div .play-icon-div .play-role-see-more-div .role-see-more-div > img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.role-des-div .swiper-container .swiper-wrapper .swiper-slide .des-right {
  position: absolute;
  top: 0;
  right: 9%;
  z-index: 1;
  width: 54.2%;
  height: 100%;
}
.role-des-div .swiper-container .swiper-wrapper .swiper-slide .des-right .role-img {
  opacity: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.role-des-div .swiper-container .swiper-wrapper .swiper-slide .des-right .role-img > img {
  height: 72.375rem;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom;
  object-position: bottom;
}
/* .des-right .role-img {
  opacity: 0 !important;
}
.swiper-slide-active .des-right .role-img {
  opacity: 1 !important;
}
.swiper-slide-active .des-left {
  opacity: 1 !important;
} */
.role-des-div .swiper-container .role-des-swiper-button-prev {
  width: 2.25rem;
  height: 4.25rem;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 16.75rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
  font-size: 0;
  opacity: 0.3;
  display: flex;
}
.role-des-div .swiper-container .role-des-swiper-button-prev:hover,
.role-des-div .swiper-container .role-des-swiper-button-next:hover {
  opacity: 1;
  transition: opacity 0.4s;
}
.role-des-div .swiper-container .role-des-swiper-button-prev > img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.role-des-div .swiper-container .role-des-swiper-button-next {
  width: 2.25rem;
  height: 4.25rem;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  right: 11.75rem;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 0;
  opacity: 0.3;
  display: flex;
}
.role-des-div .swiper-container .role-des-swiper-button-next > img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

/* /page4 */

.set-div {
  width: 100%;
  height: 60rem;
  position: relative;
  overflow: hidden;
}
.set-div .page1-set-div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 1;
  z-index: 1;
}
.set-div .page1-set-div .line-div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  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;
}
.set-div .page1-set-div .line-div > div {
  width: 1px;
  height: 100%;
  background-color: #c7c7c7;
  position: absolute;
  top: 0;
}
.set-div .page1-set-div .line-div .line-0 {
  left: 16.6667%;
}
.set-div .page1-set-div .line-div .line-1 {
  left: 33.3333%;
}
.set-div .page1-set-div .line-div .line-2 {
  left: 50%;
}
.set-div .page1-set-div .line-div .line-3 {
  left: 66.6667%;
}
.set-div .page1-set-div .line-div .line-4 {
  left: 83.3333%;
}
.set-div .page1-set-div .line-row-div {
  width: 100%;
  height: 1px;
  background-color: #c7c7c7;
  position: absolute;
  top: 4.75rem;
}
.set-div .page1-set-div .line-row-div .line-row-dian {
  width: 2px;
  height: 2px;
  background-color: #000;
}
.set-div .page1-set-div .line-row-div .line-row-dian1 {
  position: absolute;
  left: calc((100% - 80rem) / 2);
}
.set-div .page1-set-div .line-row-div .line-row-dian2 {
  position: absolute;
  right: calc((100% - 80rem) / 2);
}
.set-div .page1-set-div .more-div {
  position: absolute;
  bottom: 2.4375rem;
  right: 0;
  width: 33.3333%;
  height: 4.6875rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
}
.set-div .page1-set-div .more-div .more-img {
  cursor: pointer;
  position: absolute;
  bottom: 50%;
  left: 50%;
  -webkit-transform: translate(-100%, 50%);
  transform: translate(-100%, 50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.set-div .page1-set-div .more-div .more-img .more-text-div {
  width: 5.375rem;
  font-size: 0;
  margin-right: 0.9375rem;
}
.set-div .page1-set-div .more-div .more-img .more-text-div > img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.set-div .page1-set-div .more-div .more-img .more-icon-div {
  width: 2.4375rem;
  height: 2.4375rem;
  font-size: 0;
  position: relative;
}
.set-div .page1-set-div .more-div .more-img .more-icon-div > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.set-div .page1-set-div .more-div .more-img .more-icon-div .more-img-active {
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  -webkit-transition: clip-path 0.3s;
  transition: clip-path 0.3s;
}
.set-div .page1-set-div .more-div .more-img:hover .more-img-active {
  clip-path: polygon(0% 0%, 120% 0%, 100% 100%, 0% 100%);
  /* clip-path动画 0.3s*/
  -webkit-transition: clip-path 0.3s;
  transition: clip-path 0.3s;
}
.set-div .page1-set-div .more-div .more-dian {
  width: 2px;
  height: 2px;
  background-color: #000;
}
.set-div .page1-set-div .more-div .more-dian1 {
  position: absolute;
  top: -1px;
  left: 1px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.set-div .page1-set-div .more-div .more-dian2 {
  position: absolute;
  top: -1px;
  left: 50%;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.set-div .page1-set-div .more-div .more-dian3 {
  position: absolute;
  bottom: 0;
  left: 1px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.set-div .page1-set-div .more-div .more-dian4 {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.set-div .page1-set-div .red-ribbon {
  width: 8.1875rem;
  position: absolute;
  top: 0;
  right: 0;
}
.set-div .page1-set-div .red-ribbon > img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.set-div .page1-set-div .brief-div {
  width: 9.0625rem;
  position: absolute;
  top: 2.4375rem;
  right: 2.5rem;
}
.set-div .page1-set-div .brief-div > img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.set-div .page1-set-div .left-bottom-div {
  width: 1.375rem;
  position: absolute;
  left: 4.1875rem;
  bottom: 1.8125rem;
}
.set-div .page1-set-div .left-bottom-div > img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.set-div .page1-set-div .right1-div {
  width: 0.75rem;
  position: absolute;
  right: 5.1875rem;
  top: 19.0625rem;
}
.set-div .page1-set-div .right1-div > img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.set-div .page1-set-div .right2-div {
  width: 0.75rem;
  position: absolute;
  right: 5.1875rem;
  top: 20.75rem;
}
.set-div .page1-set-div .right2-div > img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.set-div .page1-set-div .right3-div {
  width: 0.1875rem;
  position: absolute;
  right: 5.1875rem;
  top: 33.125rem;
}
.set-div .page1-set-div .right3-div > img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.set-div .page1-set-div .right4-div {
  width: 0.1875rem;
  position: absolute;
  right: 5.1875rem;
  top: 44.25rem;
}
.set-div .page1-set-div .right4-div > img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.set-div .page1-set-div .set-top {
  width: 66.6667%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  margin-top: 4.9rem;
  z-index: 10;
}
#component-nav {
  height: 100%;
}
.set-div .page1-set-div .set-top .top-content {
  font-size: 0;
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.set-div .page1-set-div .set-top .top-content .top-content-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 18px;
}
.set-div .page1-set-div .set-top .top-content .top-content-title .set-top-kv-change {
  width: 100%;
  height: 100%;
  background-color: #f26c1c;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-120%, -50%) skewX(-20deg);
  transform: translate(-120%, -50%) skewX(-20deg);
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 2;
}
.set-div .page1-set-div .set-top .top-content .top-content-title .top-icon {
  width: 1.125rem;
  height: 1.125rem;
  min-width: 18px;
  min-height: 18px;
  background-color: #0e191d;
  z-index: 1;
}
.set-div .page1-set-div .set-top .top-content .top-content-title .top-name {
  min-height: 18px;
  padding-left: 0.75rem;
  padding-right: 1.875rem;
  color: #0e191d;
  font-size: 1.125rem;
  line-height: 0;
  font-family: 'Noto Sans SC', sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.set-div .page1-set-div .set-top .uk-active .top-icon {
  background-color: #f26c1c;
}
.set-div .page1-set-div .set-top .uk-active .top-name {
  background-color: #f26c1c;
}
.uk-animation-fast {
  animation-duration: 0.3s;
}
.set-div .page1-set-div .set-content-div {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 4.875rem;
  background: url(https://res.17996cdn.net/gf2/tw/images/home/set-bg.png) no-repeat;
  background-size: cover;
  background-position: bottom center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.set-div .page1-set-div .set-content-div .set-content {
  width: 66.6667%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.set-div .page1-set-div .set-content-div .set-content .set-content-title {
  font-size: 0;
  position: relative;
}
.set-div .page1-set-div .set-content-div .set-content .set-content-title .set-content-title1 {
  color: #0f1a1e;
  font-size: 5rem;
  line-height: 4.5rem;
  font-family: 'Noto Sans SC', sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  margin-top: 3.75rem;
}
.set-div .page1-set-div .set-content-div .set-content .set-content-title .set-content-title2 {
  color: #0f1a1e;
  font-size: 2.5rem;
  line-height: 4.5rem;
  margin-top: 0.75rem;
  font-family: 'Noto Sans SC', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.set-div .page1-set-div .set-content-div .set-content .set-content-title .set-content-title3 {
  color: #0f1a1e;
  font-size: 5rem;
  line-height: 4.5rem;
  margin-top: 0.75rem;
  font-weight: 650;
  font-family: 'Noto Sans SC', sans-serif;
}
.set-div .page1-set-div .set-content-div .set-content .set-content-title .bias-line-icon {
  width: 18px;
  position: absolute;
  top: 33.33%;
  left: -0.9375rem;
  -webkit-transform: translate(-100%, -150%);
  transform: translate(-100%, -150%);
}
.set-div .page1-set-div .set-content-div .set-content .set-content-title .bias-line-icon > img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.set-div .page1-set-div .set-content-div .set-content .set-content-text {
  font-size: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-top: 3.5625rem;
}
.set-div .page1-set-div .set-content-div .set-content .set-content-text .bias-line-icon {
  width: 18px;
  position: absolute;
  top: 0;
  left: -0.9375rem;
  -webkit-transform: translate(-100%, -150%);
  transform: translate(-100%, -150%);
}
.set-div .page1-set-div .set-content-div .set-content .set-content-text .bias-line-icon > img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.set-div .page1-set-div .set-content-div .set-content .set-content-text .set-content-text-main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.set-div .page1-set-div .set-content-div .set-content .set-content-text .set-content-text-main .set-text-title > span {
  background-color: #0f1a1e;
  font-family: 'Noto Sans SC', sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-size: 1.625rem;
  line-height: 1.625rem;
  color: #efefef;
  padding: 0.25rem 0.8125rem;
}
.set-div .page1-set-div .set-content-div .set-content .set-content-text .set-content-text-main .text-main {
  width: 100%;
  min-width: 450px;
  font-size: 1rem;
  font-family: 'Noto Sans SC', sans-serif;
  font-optical-sizing: auto;
  font-weight: 650;
  font-style: normal;
  line-height: 2rem;
  color: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 4rem;
  padding-top: 1.4375rem;
}
.set-div .uk-switcher > :not(.uk-active) {
  display: none !important;
}
.set-div .page1-set-div .set-content-goods-div {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 4.875rem;
  background: url(https://res.17996cdn.net/gf2/tw/images/home/goods-bg.png) no-repeat;
  background-size: cover;
  background-position: bottom center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.set-div .page1-set-div .set-content-goods-div .set-content-goods {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}
.set-div .page1-set-div .set-content-goods-div .set-content-goods .swiper-wrapper {
  position: relative;
}
.set-div .page1-set-div .set-content-goods-div .set-content-goods .swiper-wrapper .goods-swiper {
  width: 50%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.set-div .page1-set-div .set-content-goods-div .set-content-goods .swiper-wrapper .goods-swiper .main-bg {
  opacity: 1;
  width: 33.3333%;
  position: absolute;
  top: 8rem;
  left: calc(33.3333% + 1px);
}
.set-div .page1-set-div .set-content-goods-div .set-content-goods .swiper-wrapper .goods-swiper .main-bg > img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.set-div .page1-set-div .set-content-goods-div .set-content-goods .swiper-wrapper .goods-swiper .main-bg .main-bg-add {
  width: 7.3125rem;
  position: absolute;
  top: -2.9375rem;
  right: -2.9375rem;
}
.set-div .page1-set-div .set-content-goods-div .set-content-goods .swiper-wrapper .goods-swiper .main-bg .main-bg-add > img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.set-div .page1-set-div .set-content-goods-div .set-content-goods .swiper-wrapper .swiper-slide {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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;
  position: relative;
  left: 0;
  top: 0;
  display: none;
}
.set-div .page1-set-div .set-content-goods-div .set-content-goods .swiper-wrapper .swiper-slide-active {
  display: flex;
}
.set-div .page1-set-div .set-content-goods-div .set-content-goods .swiper-wrapper .swiper-slide .set-goods-left {
  width: 50%;
  height: 100%;
  position: relative;
}
.set-div .page1-set-div .set-content-goods-div .set-content-goods .swiper-wrapper .swiper-slide .set-goods-left .main-img {
  width: 57.25rem;
  opacity: 0;
  position: absolute;
  top: 43%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
}
.set-div .page1-set-div .set-content-goods-div .set-content-goods .swiper-wrapper .swiper-slide.swiper-slide-active .set-goods-left .main-img {
  opacity: 1;
}
.set-div .page1-set-div .set-content-goods-div .set-content-goods .swiper-wrapper .swiper-slide .set-goods-left .main-img > img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.set-div .page1-set-div .set-content-goods-div .set-content-goods .swiper-wrapper .swiper-slide .set-goods-right {
  width: 50%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-right: 16.6667%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.set-div .page1-set-div .set-content-goods-div .set-content-goods .swiper-wrapper .swiper-slide .set-goods-right .goods-side-front {
  width: 100%;
  height: 19.75rem;
  position: relative;
}
.set-div .page1-set-div .set-content-goods-div .set-content-goods .swiper-wrapper .swiper-slide .set-goods-right .goods-side-front .img-side-div {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 29.8125rem;
}
.set-div .page1-set-div .set-content-goods-div .set-content-goods .swiper-wrapper .swiper-slide-active .set-goods-right .goods-side-front .img-side-div {
  opacity: 1;
}
.set-div .page1-set-div .set-content-goods-div .set-content-goods .swiper-wrapper .swiper-slide .set-goods-right .goods-side-front .img-side-div > img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.set-div .page1-set-div .set-content-goods-div .set-content-goods .swiper-wrapper .swiper-slide .set-goods-right .goods-side-front .img-front-div {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  width: 100%;
  height: 29.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.set-div .page1-set-div .set-content-goods-div .set-content-goods .swiper-wrapper .swiper-slide-active .set-goods-right .goods-side-front .img-front-div {
  opacity: 1;
}
.set-div .page1-set-div .set-content-goods-div .set-content-goods .swiper-wrapper .swiper-slide .set-goods-right .goods-side-front .img-front-div > img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.set-div .page1-set-div .set-content-goods-div .set-content-goods .swiper-wrapper .swiper-slide .set-goods-right .goods-side-front .goods-swiper-slide-side-img-0 {
  margin-left: -5.3125rem;
}
.set-div .page1-set-div .set-content-goods-div .set-content-goods .swiper-wrapper .swiper-slide .set-goods-right .goods-side-front .goods-swiper-slide-front-img-0 {
  margin-left: -2rem;
}
.set-div .page1-set-div .set-content-goods-div .set-content-goods .swiper-wrapper .swiper-slide .set-goods-right .goods-side-front .goods-swiper-slide-side-img-1 {
  margin-left: 0.5rem;
}
.set-div .page1-set-div .set-content-goods-div .set-content-goods .swiper-wrapper .swiper-slide .set-goods-right .goods-side-front .goods-swiper-slide-front-img-1 {
  margin-left: -2rem;
}
.set-div .page1-set-div .set-content-goods-div .set-content-goods .swiper-wrapper .swiper-slide .set-goods-right .goods-side-front .goods-swiper-slide-side-img-2 {
  margin-left: 0.5rem;
}
.set-div .page1-set-div .set-content-goods-div .set-content-goods .swiper-wrapper .swiper-slide .set-goods-right .goods-side-front .goods-swiper-slide-front-img-2 {
  margin-left: -3.375rem;
}
.set-div .page1-set-div .set-content-goods-div .set-content-goods .swiper-wrapper .swiper-slide .set-goods-right .goods-side-front .goods-swiper-slide-side-img-3 {
  margin-left: 0.5rem;
}
.set-div .page1-set-div .set-content-goods-div .set-content-goods .swiper-wrapper .swiper-slide .set-goods-right .goods-side-front .goods-swiper-slide-front-img-3 {
  margin-left: -4.4375rem;
}
.set-div .page1-set-div .set-content-goods-div .set-content-goods .swiper-wrapper .swiper-slide .set-goods-right .goods-text-div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.set-div .page1-set-div .set-content-goods-div .set-content-goods .swiper-wrapper .swiper-slide .set-goods-right .goods-text-div .goods-name-en {
  opacity: 0;
  width: 39.8125rem;
  height: 7.8125rem;
}
.set-div .page1-set-div .set-content-goods-div .set-content-goods .swiper-wrapper .swiper-slide-active .set-goods-right .goods-text-div .goods-name-en {
  opacity: 1;
}
.set-div .page1-set-div .set-content-goods-div .set-content-goods .swiper-wrapper .swiper-slide .set-goods-right .goods-text-div .goods-name-en > img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.set-div .page1-set-div .set-content-goods-div .set-content-goods .swiper-wrapper .swiper-slide .set-goods-right .goods-text-div .goods-name {
  opacity: 0;
  margin-top: 0.5625rem;
}
.set-div .page1-set-div .set-content-goods-div .set-content-goods .swiper-wrapper .swiper-slide-active .set-goods-right .goods-text-div .goods-name {
  opacity: 1;
}
.set-div .page1-set-div .set-content-goods-div .set-content-goods .swiper-wrapper .swiper-slide .set-goods-right .goods-text-div .goods-name span {
  font-size: 1.875rem;
  line-height: 1.875rem;
  color: #0f1a1e;
  font-family: 'Noto Sans SC', sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}
.set-div .page1-set-div .set-content-goods-div .set-content-goods .swiper-wrapper .swiper-slide .set-goods-right .goods-text-div .goods-des {
  opacity: 0;
  font-size: 1rem;
  line-height: 1.625rem;
  color: #000;
  font-family: 'Noto Sans SC', sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  margin-top: 1.0625rem;
}
.set-div .page1-set-div .set-content-goods-div .set-content-goods .swiper-wrapper .swiper-slide-active .set-goods-right .goods-text-div .goods-des {
  opacity: 1;
}
.set-div .page1-set-div .set-content-goods-div .set-content-goods .swiper-wrapper .goods-prev-next {
  position: absolute;
  right: 16.6667%;
  bottom: 6.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 100;
}
.set-div .page1-set-div .set-content-goods-div .set-content-goods .swiper-wrapper .goods-prev-next .goods-swiper-button-prev {
  cursor: pointer;
  width: 2.75rem;
  height: 2.75rem;
  font-size: 0;
  background-color: #cecece;
  border: 1px solid #b4b6b7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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;
}
.set-div .page1-set-div .set-content-goods-div .set-content-goods .swiper-wrapper .goods-prev-next .goods-swiper-button-prev .goods-triangle-icon {
  width: 0;
  height: 0;
  border-top: 0.4375rem solid transparent;
  border-left: 0 solid transparent;
  border-bottom: 0.4375rem solid transparent;
  border-right: 0.5625rem solid #0e191c;
}
.set-div .page1-set-div .set-content-goods-div .set-content-goods .swiper-wrapper .goods-prev-next .goods-swiper-button-next {
  cursor: pointer;
  width: 2.75rem;
  height: 2.75rem;
  font-size: 0;
  background-color: #cecece;
  border: 1px solid #b4b6b7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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;
}
.set-div .page1-set-div .set-content-goods-div .set-content-goods .swiper-wrapper .goods-prev-next .goods-swiper-button-next .goods-triangle-icon {
  width: 0;
  height: 0;
  border-top: 0.4375rem solid transparent;
  border-left: 0.5625rem solid #0e191c;
  border-bottom: 0.4375rem solid transparent;
  border-right: 0 solid transparent;
}
.set-div .page1-set-div .set-content-goods-div .set-content-goods .swiper-wrapper .goods-swiper-pagination {
  z-index: 3;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 6.875rem;
  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;
}
.set-div .page1-set-div .set-content-goods-div .swiper-pagination-bullet {
  width: 0.75rem !important;
  height: 0.75rem !important;
  margin: 0 1.1875rem !important;
  font-size: 0;
  cursor: pointer;
  background: url(https://res.17996cdn.net/gf2/tw/images/home/goods-swiper-pagination.png);
  background-size: 100% 100%;
  opacity: 1;
}
.set-div .page1-set-div .set-content-goods-div .set-content-goods .swiper-wrapper .goods-swiper-pagination .goods-swiper-pagination-div img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.set-div .page1-set-div .set-content-goods-div .swiper-pagination-bullet-active {
  width: 1.3125rem !important;
  height: 1.3125rem !important;
  margin: 0 0.9375rem !important;
  font-size: 0;
  cursor: pointer;
  background: url(https://res.17996cdn.net/gf2/tw/images/home/goods-swiper-pagination-active.png);
  background-size: 100% 100%;
}
.set-div .page1-set-div .set-content-goods-div .set-content-goods .swiper-wrapper .goods-swiper-pagination .goods-swiper-pagination-active-div img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.more-set-content {
  width: 100%;
  height: 86%;
  background-color: #efefef;
  position: absolute;
  top: 50%;
  bottom: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.more-set-content .swiper-container {
  width: 100%;
  height: 100%;
  background: url(https://res.17996cdn.net/gf2/tw/images/home/more-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.more-set-content .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.more-set-content .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
  left: 0;
  top: 0;
}
.more-set-content .swiper-container .swiper-wrapper .swiper-slide .more-set-main {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  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;
}
.more-set-content .swiper-container .swiper-wrapper .swiper-slide .more-set-main .more-set-bg {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  width: 29.75rem;
}
.more-set-content .swiper-container .swiper-wrapper .swiper-slide .more-set-main .more-set-bg > img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.more-set-content .swiper-container .swiper-wrapper .swiper-slide .more-set-main .more-set-left {
  opacity: 1;
}
.more-set-content .swiper-container .swiper-wrapper .swiper-slide .more-set-main .more-set-left .main-img-div {
  width: 34.375rem;
  max-width: 100%;
  font-size: 0;
}
.more-set-content .swiper-container .swiper-wrapper .swiper-slide .more-set-main .more-set-left .main-img-div > img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.more-set-content .swiper-container .swiper-wrapper .swiper-slide .more-set-main .more-set-right {
  width: 32.0625rem;
}
.more-set-content .swiper-container .swiper-wrapper .swiper-slide .more-set-main .more-set-right .more-set-en-name {
  opacity: 1;
  color: #0f1a1e;
  padding-bottom: 0.9375rem;
  height: 2rem;
}
.more-set-content .swiper-container .swiper-wrapper .swiper-slide .more-set-main .more-set-right .more-set-en-name > img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.more-set-content .swiper-container .swiper-wrapper .swiper-slide .more-set-main .more-set-right .more-set-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  font-size: 0;
  padding-bottom: 1.75rem;
}
.more-set-content .swiper-container .swiper-wrapper .swiper-slide .more-set-main .more-set-right .more-set-name > div {
  color: #e1e4e1;
  font-size: 1.625rem;
  line-height: 2rem;
  background-color: #0f1a1e;
  padding: 0 0.625rem;
  font-family: 'Noto Sans SC', sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}
.more-set-content .swiper-container .swiper-wrapper .swiper-slide .more-set-main .more-set-right .more-set-des {
  opacity: 1;
  font-size: 1rem;
  color: #1a2c33;
  line-height: 2rem;
  font-family: 'Noto Sans SC', sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.more-set-content .text-icon-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 1.9375rem;
  left: 1.3125rem;
  z-index: 1;
}
.more-set-content .text-icon-div .yellow-icon-img-div {
  width: 0.25rem;
  font-size: 0;
}
.more-set-content .text-icon-div .yellow-icon-img-div > img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.more-set-content .text-icon-div .text-icon-img-div {
  margin-left: 0.625rem;
  width: 12.4375rem;
  font-size: 0;
}
.more-set-content .text-icon-div .text-icon-img-div > img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.more-set-content .close-more-div {
  width: 2.4375rem;
  font-size: 0;
  position: absolute;
  top: 2.375rem;
  right: 2.3125rem;
  z-index: 1;
  cursor: pointer;
}
.more-set-content .close-more-div > img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.more-set-content .close-more-line-row1 {
  width: calc(100% - 7.5625rem);
  height: 1px;
  background-color: #9da1a0;
  position: absolute;
  top: 6.625rem;
  left: 0;
  z-index: 1;
  -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}
.more-set-content .close-more-line-row2 {
  width: 7.5625rem;
  height: 1px;
  background-color: #9da1a0;
  position: absolute;
  top: 6.625rem;
  right: 0;
  z-index: 1;
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
.more-set-content .close-more-line-col1 {
  height: calc(100% - 6.625rem);
  width: 1px;
  background-color: #9da1a0;
  position: absolute;
  right: 7.5625rem;
  bottom: 0;
  z-index: 1;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
}
.more-set-content .close-more-line-col2 {
  height: 6.625rem;
  width: 1px;
  background-color: #9da1a0;
  position: absolute;
  right: 7.5625rem;
  top: 0;
  z-index: 1;
  -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
}
.more-set-content .set-line-dian {
  width: 3px;
  height: 3px;
  background-color: #1e2626;
  position: absolute;
  top: 6.5625rem;
  right: 7.5rem;
  z-index: 1;
  opacity: 0;
}
.more-set-content .more-set-swiper-pagination {
  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;
  position: absolute;
  left: 50%;
  bottom: 2.8125rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 3.125rem;
}
.more-set-content .more-set-swiper-pagination .more-set-swiper-pagination-fu-div {
  width: 1.3125rem;
  padding: 0 0.9375rem !important;
  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;
}
.more-set-content .swiper-pagination-bullet {
  position: relative;
  margin: 0 1rem !important;
  width: 0.75rem !important;
  height: 0.75rem !important;
  font-size: 0;
  cursor: pointer;
  background: url(https://res.17996cdn.net/gf2/tw/images/home/goods-swiper-pagination.png);
  background-size: 100% 100%;
  opacity: 1;
}
.more-set-content .more-set-swiper-pagination .more-set-swiper-pagination-fu-div .more-set-swiper-pagination-div img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.more-set-content .swiper-pagination-bullet-active {
  position: relative;
  width: 1.3125rem !important;
  height: 1.3125rem !important;
  font-size: 0;
  cursor: pointer;
  background: url(https://res.17996cdn.net/gf2/tw/images/home/goods-swiper-pagination-active.png);
  background-size: 100% 100%;
}
.more-set-content .more-set-swiper-pagination .more-set-swiper-pagination-fu-div .more-set-swiper-pagination-active-div img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.more-set-content .more-set-swiper-button-prev {
  cursor: pointer;
  width: 1.25rem;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 15.885%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.more-set-content .more-set-swiper-button-prev > img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  opacity: 0.3;
}
.more-set-content .more-set-swiper-button-next {
  cursor: pointer;
  width: 1.25rem;
  font-size: 0;
  position: absolute;
  top: 50%;
  right: 15.885%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.more-set-content .more-set-swiper-button-next > img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  opacity: 0.3;
}

/* / page5  */

.visual-div {
  width: 100%;
  height: 50.0625rem;
  position: relative;
}
.visual-div .visual-content {
  z-index: 1;
  width: 100%;
  height: calc(100% - 0.625rem);
  position: relative;
}
.visual-div .visual-content .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.visual-div .visual-content .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
  flex-direction: row;
}
.visual-div .visual-content .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
}
.visual-div .visual-content .swiper-container .swiper-wrapper .swiper-slide .visual-main-img {
  width: 100%;
  height: 100%;
}
.visual-div .visual-content .swiper-container .swiper-wrapper .swiper-slide .visual-main-img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.visual-div .visual-content .swiper-container .play-btn-div {
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10.625rem;
  height: 10.625rem;
}
.visual-div .visual-content .swiper-container .play-btn-div .play-huan-div {
  position: absolute;
  top: 0;
  left: 0;
  width: 10.625rem;
  font-size: 0;
  cursor: pointer;
  transition: transform 0.3s;
}
.visual-div .visual-content .swiper-container .play-btn-div:hover .play-huan-div {
  transform: scale(1.05, 1.05) !important;
  transition: transform 0.3s;
}

.visual-div .visual-content .swiper-container .play-btn-div .play-huan-div > img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.visual-div .visual-content .swiper-container .play-btn-div .visual-play-icon-div {
  position: absolute;
  top: 0;
  left: 0;
  width: 10.625rem;
  font-size: 0;
  opacity: 0.6;
  transition: ease-out 0.3s;
}
.visual-div .visual-content .swiper-container .play-btn-div:hover .visual-play-icon-div {
  opacity: 1 !important;
  transition: ease-out 0.3s;
}
.visual-div .visual-content .swiper-container .play-btn-div .visual-play-icon-div > img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.visual-div .visual-content .swiper-container .visual-swiper-button-prev {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 11.625rem;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  cursor: pointer;
  font-size: 0;
  opacity: 0.4;
  width: 2.25rem;
  transition: ease-out 0.3s;
}
.visual-div .visual-content .swiper-container .visual-swiper-button-prev:hover,
.visual-div .visual-content .swiper-container .visual-swiper-button-next:hover {
  opacity: 1 !important;
  transition: ease-out 0.3s;
}
.visual-div .visual-content .swiper-container .visual-swiper-button-prev > img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.visual-div .pagination-button-all .visual-swiper-pagination .swiper-slide-thumb-active {
  border-color: #f26c1c !important;
}
.visual-div .visual-content .swiper-container .visual-swiper-button-next {
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 11.625rem;
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  cursor: pointer;
  font-size: 0;
  opacity: 0.4;
  width: 2.25rem;
  transition: ease-out 0.3s;
}
.visual-div .visual-content .swiper-container .visual-swiper-button-next > img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.visual-div .visual-content .black-bg-div {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://res.17996cdn.net/gf2/tw/images/home/black-bg.png) no-repeat;
  background-size: 100% 100%;
  /* //点击穿透 */
  pointer-events: none;
}
.visual-div .visual-org-line {
  width: 100%;
  height: 0.625rem;
  background-color: #f26c1c;
}
.visual-div .accusamus-div {
  z-index: 2;
  width: 20.625rem;
  position: absolute;
  bottom: 1.6875rem;
  right: 8.875rem;
}
.visual-div .accusamus-div > img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.visual-div .video-div {
  z-index: 2;
  position: absolute;
  top: 4.125rem;
  right: 18.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.visual-div .video-div .video-img-div {
  width: 24.4375rem;
  font-size: 0;
}
.visual-div .video-div .video-img-div > img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.visual-div .video-div .video-text-div {
  margin-top: 1.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.visual-div .video-div .video-text-div .text-img-div {
  width: 3.4375rem;
  font-size: 0;
  margin-right: 1.0625rem;
}
.visual-div .video-div .video-text-div .text-img-div > img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.visual-div .video-div .video-text-div .video-icon-img-div {
  width: 2.75rem;
  margin-right: 1.5625rem;
  font-size: 0;
}
.visual-div .video-div .video-text-div .video-icon-img-div > img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.visual-div .dian-icon-div {
  z-index: 2;
  width: 0.1875rem;
}
.visual-div .dian-icon-div > img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.visual-div .dian-icon-div-left {
  position: absolute;
  bottom: 1.6875rem;
  left: 5.1875rem;
}
.visual-div .dian-icon-div-right {
  position: absolute;
  bottom: 1.6875rem;
  right: 5.1875rem;
}
.visual-div .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}
.visual-div .pagination-button-all {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 72.35rem;
  height: 9rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 9.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.visual-div .pagination-button-all .pagination-button-prev,
.visual-div .pagination-button-all .pagination-button-next {
  width: 1.5625rem;
  height: 4.875rem;
  background: rgba(51, 51, 51, 0.6);
  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;
}
.visual-div .pagination-button-all .pagination-button-prev .pagination-button-icon,
.visual-div .pagination-button-all .pagination-button-next .pagination-button-icon {
  width: 0.5625rem;
  height: 0.875rem;
  background: url(https://res.17996cdn.net/gf2/tw/images/home/visual-pagination-default.png) no-repeat;
  background-size: 100% 100%;
}
.visual-div .pagination-button-all .pagination-button-prev {
  margin-right: 0.625rem;
}
.visual-div .pagination-button-all .pagination-button-prev:hover .pagination-button-icon {
  width: 0.5625rem;
  height: 0.875rem;
  background: url(https://res.17996cdn.net/gf2/tw/images/home/visual-pagination-hover.png) no-repeat;
  background-size: 100% 100%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.visual-div .pagination-button-all .pagination-button-next {
  margin-left: 0.625rem;
}
.visual-div .pagination-button-all .pagination-button-next .pagination-button-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.visual-div .pagination-button-all .pagination-button-next:hover .pagination-button-icon {
  width: 0.5625rem;
  height: 0.875rem;
  background: url(https://res.17996cdn.net/gf2/tw/images/home/visual-pagination-hover.png) no-repeat;
  background-size: 100% 100%;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.visual-div .pagination-button-all .visual-swiper-pagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  overflow: hidden;
}
.visual-div .pagination-button-all .visual-swiper-pagination .swiper-pagination-bullet {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 8.6875rem !important;
  height: 4.875rem !important;
  margin: 0;
  padding: 0;
  border-radius: 0;
  margin-right: 0.6875rem;
  margin-left: 0.6875rem;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #fff;
  opacity: 1;
  overflow: hidden;
}
.visual-div .pagination-button-all .visual-swiper-pagination .swiper-pagination-bullet .visual-pag-img {
  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;
  position: relative;
}
.visual-div .pagination-button-all .visual-swiper-pagination .swiper-pagination-bullet .visual-pag-img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: 18% 0;
}
.visual-div .pagination-button-all .visual-swiper-pagination .swiper-pagination-bullet .visual-pag-img .visual-pag-name {
  font-family: 'Noto Sans SC', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 0.7rem;
  line-height: 0.75rem;
  padding: 0.3125rem;
  color: #efefef;
  position: absolute;
  bottom: 0.3125rem;
  right: 0.1125rem;
  background: rgba(0, 0, 0, 0.6);
  /* //禁止换行 ... 代表省略号 */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 92%;
}
.visual-div .pagination-button-all .visual-swiper-pagination .active-nav {
  border-color: #f26c1c;
}

/* / footer */

.footer-div {
  width: 100%;
  padding: 2rem 0;
  background: url(https://res.17996cdn.net/gf2/tw/images/home/footer-bg.png) no-repeat;
  background-size: 100% 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
  font-size: 0.82rem;
  gap: 4rem;
  position: relative;
  max-height: 290px;
}
.footer-div .all-logo-div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
  width: 50rem;
}
.f-os {
  max-width: 48%;
  margin-left: 2%;
}
.footer-div .all-logo-div p {
  margin: 0.5rem 0;
}
.footer-div .all-logo-div .game-logo-div img {
  width: 32.0625rem;
  padding-top: 0;
  -o-object-fit: contain;
  object-fit: contain;
}

.footer-div .all-logo-div .company-logo-div {
  width: 12.25rem;
  padding-top: 2rem;
}
.footer-div .all-logo-div .company-logo-div > img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.footer-div .all-logo-div .copyright-div {
  width: 20.375rem;
  padding-top: 1.125rem;
}
.footer-div .all-logo-div .copyright-div > img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.footer-div .all-logo-div .company-logo-pc-div {
  width: 23.75rem;
  padding-top: 2rem;
}
.footer-div .all-logo-div .company-logo-pc-div > img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.footer-div .footer-text-div {
  font-size: 0.75rem;
  color: #989999;
  min-width: 37rem;
  margin: 0 1rem;
  padding-top: 1.6875rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.82rem;
}
.footer-div .footer-text-div .text-goto-div {
  line-height: 2rem;
  border-bottom: 1px solid #989999;
}
.footer-link {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
}
.footer-div .footer-link > span {
  cursor: pointer;
}
.footer-div .footer-link > a {
  color: #989999;
  margin: 0 4px;
}
.footer-div .footer-text-div .text-rule-div {
  padding-top: 0;
  line-height: 1.125rem;
  font-size: 0.75rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  gap: 1%;
}
.footer-div .footer-text-div .text-rule-div img {
  width: 4.4rem;
}
.footer-div .footer-text-div .text-rule-div a {
  color: #989999;
}
.footer-div .footer-text-div .text-rule-div .age-icon-div {
  margin-left: 2.5rem;
  width: 23px;
  height: 25px;
  background: url(https://res.17996cdn.net/gf2/tw/images/home/fawuico.png) no-repeat;
  cursor: pointer;
}
.footer-div .footer-text-div .text-rule-div .line {
  padding: 0 0.4375rem;
}
.footer-div .footer-text-div .text-rule-div .control-div {
  padding-left: 0.5rem;
}
.footer-div .footer-text-div .text-rule-div .control-div > a {
  color: #989999;
}
.footer-cooperation-popup-div,
.footer-call-popup-div {
  width: 35.0625rem !important;
  height: 21.125rem !important;
}
.footer-cooperation-popup-div,
.footer-call-popup-div {
  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;
  font-family: 'Noto Sans SC', sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}
.footer-cooperation-main-div {
  color: #efefef;
  font-size: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.footer-call-main-div {
  color: #efefef;
  font-size: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.locale-lang {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin: 1px 0;
  border: 2px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  color: #919191;
  background-color: #000;
  padding: 0 1rem;
  max-width: 13rem;
  margin-left: -3rem;
  margin-top: 3.3rem;
  z-index: 100;
}
.locale-lang:hover {
  outline: 0;
  background-color: none;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.32);
}

.locale-lang select {
  border: 0;
  position: relative;
  display: flex;
  background-color: #000;
  width: 7rem;
  overflow: hidden;
  /* height: 2.53rem !important; */
  border-radius: 22px;
  font-size: 1.05rem;
}
.locale-lang .uk-input:focus,
.locale-lang .uk-select:focus,
.locale-lang .uk-textarea:focus {
  outline: 0;
  background-color: initial;
  color: #fff;
  border-color: initial;
}

.icon-wrapper-3s-64u {
  width: auto;
}
.icon-wrapper-3s-64u .icon-1qVZxg {
  height: 22px;
  width: 22px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAiCAYAAAA6RwvCAAAJaUlEQVRYhZWYW0wc5xmGn5md2dmZPWB2l2WJLUzK0Tbg2CuDQrG0ta0kCkKJaiVRkxvLtmjcSL3qra9yU6nqTesKB7mVL51GQYoUh+A4gCyfpJiUQxLDOiKAE7MLy8KezzO9qHcLGBPnvduZ/b///d7/O/0jfPDBB/xCNAPdQDuwF7A/fh4HFoAp4CYwu5ORvr6+Tb+lX0DgNHAmk8l0xWIxVlZWCIfDJBIJAGw2G263m6qqKhwOBxaL5Tbwz6WlpX+ZzWby+TySJGGz2dA07Qnjz0Lkj8C5lZWVlunpaWZmZshkMgCYzWZkWUYQBPL5PLlcDsMwsFgsNDc3d7W3t3fV1NT8CegPBoN/NwzjqZvsROQA8F4ymTz35ZdfMjs7iyAIGIaBpmlomkYymSSdTqNpGrquo2kagiCg6zqTk5OMj4/T0tKy7/jx43/zer37gH+k0+lvt9vM1Nvbu93zk8D5mZmZN69cuUIoFKJYLGI2m6mvrycSibC+vs7LL79MOp0mFAqxe/du8vk8uq4jiiKKomCxWFhaWuKrr77C5XIdcbvdzbIsJw3DuO/z+X6WyJvAezdv3jx27do1isUisizj9/vZt28fL7zwAnV1dciyTFNTE6+88gp2u536+noWFxdJJpOYTKayMYvFgslk4uuvv0YUxV/V1tZ6gLTP59ukzFYi7cD527dv+8fGxhAEAZfLxdtvv013dzc1NTXIssyePXtoa2ujoqICQRAIBAKMjIxgGAa5XI5oNIokSciyjK7rSJKEpmlMT08jSVJdbW1t1fj4+H98Pl/oaTFybnZ21j86Ooooijz33HOcOXOGyspKgsEggiAgCALRaBSr1UowGOTy5cskEglUVUXTNE6ePEkul+Pq1av89NNPuN1uFEXBMAy8Xi/Xr1/H6/X66+vrzwHnShuLG0icT6fT73766adIkoTb7eb06dM4HA5CoRCCIABQinyTyUQikaBQKCAIAqlUinQ6jdPppLe3l56eHk6ePInT6eTRo0dlJ6qqqhgcHCSVSr07MDBwfrujuTI4OGgPh8PY7XZOnTqF1+tleXl505mXkMlkcDqddHR0sHfvXhKJBGtraxw4cADDMKiurubQoUOoqko4HC6nvCRJ5QBvbW1t8fl8f92oyLloNFozPz9PRUUFhmGQSCQQBGFbEkC5diiKwpEjR3jjjTfo6OjA6/WSSqVIpVL8+OOPdHZ2cvr0aUwmE9lstpz+c3NzxOPxmoGBgXc3KvKvsbGx6tXVVaxWK7lcjomJCRRFYc+ePRSLxW3JABSLReLxOIqiUFdXRy6XQ5IkdF0nEAjwxRdfMDExQSwWA6CyspLW1lbm5uYwDIP6+vpan893UQTqdF1vm5ubw2KxoOs6qqqSSqUIh8MoivJUElvVARBFEUEQqKmpIZVKMTIywvz8PLIsI8symUyG0vE/ePCAQqHQPjAwUCcCL62trZFMJpFlGQBd18semkwmdirNG5HP51FVFafTydWrV7l58yZ79+7FarViGAaiKBKPx/nhhx+w2+1Eo1HW19cBXhKBg6FQCFEUNxnVdR3DMMoyPwtKHn/88ccMDQ1RKBTKzpVsptNpXn/9ddrb20kkEoRCIYCDIrA3FAphsVg2SS2KIvfu3UPXdaxW68+S0XUdr9fL1NQUn332GS6Xq9yDtqKmpoaWlhY0TWN5eRmgVgRsyWQSSdpc2xwOBzMzM3z00UeYzeayvCWUpDabzWiahsViIRQKMT8/j8vl2vZISw7euHEDQRCoqKggHo8D2MWNf9q6qLKyktHRUYaHhxEEoexhsVgsV9JMJsPa2hqqqnLlyhWmp6eprKx8qnI2m41AIMCDBw+wWCzlfSUgYbPZyOfzm86z5LHT6eSbb76hqqqK/fv3o6oqhmEQjUb5/PPPiUQiRCIRenp6aGxsJBAI7HiMgiAgSRIPHz4km81is9kA4iKwUF1dTTqdfmKRYRhYrVay2Sw3btzgzp07qKqK3W5nYWGB8fFxQqEQmUyGu3fv8vDhQ+x2+xN2thIpFArMz8+TyWTweDwAiyIw6fF4dvTCZDIRj8cZGhpiZmaG6upqDMMgm83idDppa2tjfX2d77//ftsxcDvIskyxWCwRmRSBa7t27cJqtVIoFLZVRRRFVFVFFEXu3r3LysoKXV1d+P1+enp68Hg8hMNhbDbbjlV4IwqFAjabrRRP10y9vb3roij+NhaLVS8sLKCq6lMXl1r/5OQkgiDQ2NiIz+cjkUiQSCSIxWJIklSusjv1qVgsRltbGw0NDVN9fX1/LmVNf0dHR7mI7QSHw8Hq6ioffvghly5d4uLFi/h8Pl599VWWlpaIx+NIkkShUGB5ebncYzZmZSnzOjo6APrh/03vnqIov3/06JF9eXl5U3HbDmazGZvNhqIozM7OMjU1RWtrK4qiYLVaeeutt2hoaMBut6NpGouLi5hMpvLEH41Gef755zl8+PBSX1/f7zYSAdAaGhp+MzExUR7vfg6CILBr1y7C4TDBYJDdu3fj9/vxeDxUVFTQ2tpKa2srqqoSDAbJZrPouk6hUOCdd95BluW/+Hy+G7B5QntfUZT+o0ePEovFnrnR6bqOy+UiGAwyNDREIpEgm80Si8VYXl7GarXS2dmJoijk83nC4TCvvfYamqb19/X1vV+ys9Xt/kOHDu3L5/P+4eFhqqurn5mMIAh0dnbidrvJZDLY7XZsNhvT09MMDg4Si8VIp9OcOHGCxsbGUR7HxtOITPM4cHO5nH9sbAyn04ksyzsqpOs62WyWw4cP09jYSDAYJBQKMTw8zJ07dygUCui6jt/vp6uraxTo7+vrm96JCMC/gUJ3d3fB4/Gc+OSTTxAEAYfDUb7pbYUgCKiqytraGrdu3WJiYoKZmRkikUg5SHt7e2lqarr+WInBJ2zs8DWgfOUcGRnh/v37mEwmNE3btj6IoohhGKytrZHL5coEmpubOXbsGFartR+4kEqlvrPZbJw9e3bT+p1S41vgD1ar9bve3t5zL7744v7JyUkCgQDxeLw8ApQaZTabJZ1OI4oiLpeLpqYmDh48iNvt/g7oj0QiF4CnFsxn+RpwAbjgdrtPHT9+/OzRo0d/vb6+zsrKCqurq6V5ArvdjsvlKqeu2Wy+BVyKRCKXS/fhraPGLyVSwmXgstlsbvJ4PN0ej+cgUAs4Hr+PAYvAJP/7UBMAcDqdTxjarsH+FzVYJFyhM6EoAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-size: contain;
}
.details-conten-html .__view {
  width: 100% !important;
}
.details-conten-html img {
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.details-conten-html p {
  word-wrap: break-word;
  word-break: break-all;
}
.popup-all {
  background: rgba(0, 0, 0, 0.5);
}
.more-set-popup {
  background: rgba(0, 0, 0, 0.4);
  min-width: 992px;
}
.van-overlay {
  background: #cecece;
}
@-webkit-keyframes loading-rotate {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes loading-rotate {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@-webkit-keyframes loading-wipe {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -40px;
  }
  to {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -120px;
  }
}

@keyframes loading-wipe {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -40px;
  }
  to {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -120px;
  }
}

.__vuescroll .__refresh,
.__vuescroll .__load {
  position: absolute;
  width: 100%;
  color: black;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
}
.__vuescroll .__refresh svg,
.__vuescroll .__load svg {
  margin-right: 10px;
  width: 25px;
  height: 25px;
  vertical-align: sub;
}
.__vuescroll .__refresh svg.active,
.__vuescroll .__load svg.active {
  transition: all 0.2s;
}
.__vuescroll .__refresh svg.active.deactive,
.__vuescroll .__load svg.active.deactive {
  transform: rotateZ(180deg);
}
.__vuescroll .__refresh svg path,
.__vuescroll .__refresh svg rect,
.__vuescroll .__load svg path,
.__vuescroll .__load svg rect {
  fill: #20a0ff;
}
.__vuescroll .__refresh svg.start,
.__vuescroll .__load svg.start {
  stroke: #343640;
  stroke-width: 4;
  stroke-linecap: round;
  -webkit-animation: loading-rotate 2s linear infinite;
  animation: loading-rotate 2s linear infinite;
}
.__vuescroll .__refresh svg.start .bg-path,
.__vuescroll .__load svg.start .bg-path {
  stroke: #f2f2f2;
  fill: none;
}
.__vuescroll .__refresh svg.start .active-path,
.__vuescroll .__load svg.start .active-path {
  stroke: #20a0ff;
  fill: none;
  stroke-dasharray: 90, 150;
  stroke-dashoffset: 0;
  -webkit-animation: loading-wipe 1.5s ease-in-out infinite;
  animation: loading-wipe 1.5s ease-in-out infinite;
}
.qq-popup-div {
  width: 53.8125rem;
  height: 33.625rem;
  position: relative;
  background: url(https://res.17996cdn.net/gf2/tw/images/home/home-bg.png) no-repeat;
  background-size: cover;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Noto Sans SC', sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}
.qq-popup-div .line-active-div {
  width: 100%;
  font-size: 0;
  position: absolute;
  top: -0.5rem;
  left: 0;
}
.qq-popup-div .line-active-div > img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.qq-popup-div .close-btn {
  width: 2.3125rem;
  font-size: 0;
  position: absolute;
  top: 1.75rem;
  right: 2.375rem;
  cursor: pointer;
}
.qq-popup-div .close-btn > img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.qq-popup-div .exilium-div {
  width: 100%;
  font-size: 0;
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.qq-popup-div .exilium-div > img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.qq-popup-div .qq-popup-title {
  width: 100%;
  color: #fff;
  font-size: 1.625rem;
  line-height: 1.625rem;
  padding-top: 3rem;
  padding-bottom: 1.625rem;
  text-align: center;
}
.qq-popup-div .line-div {
  width: 46.75rem;
  font-size: 0;
}
.qq-popup-div .line-div > img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.qq-popup-div .qq-num-all-div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1.375rem;
}
.qq-popup-div .qq-num-all-div .qq-num-div {
  width: 37.1875rem;
  height: 4rem;
  background-color: #1b2424;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.125rem;
  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;
  padding: 0 1.12rem 0 2.4375rem;
  margin-top: 1.25rem;
}
.qq-popup-div .qq-num-all-div .qq-num-div .qq-copy-btn {
  line-height: 1.125rem;
  padding: 0.5rem 2.375rem;
  background-color: #f26c1c;
  border-radius: 0.125rem;
  cursor: pointer;
}
.qq-popup-div .gzh-code-div {
  width: 16.375rem;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.qq-popup-div .gzh-code-div > img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
/* pop */
.pop {
  display: none;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: fixed;
  top: 0pt;
  left: 0pt;
  background-color: rgb(0 0 0 / 50%);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.winBtntips {
  text-align: center;
  padding: 2% 3%;
  width: 35%;
  max-width: 420px;
  z-index: 99;
  background: url(https://res.17996cdn.net/gf2/tw/images/home/set-bg.png) no-repeat;
  background-size: cover;
  background-position: bottom center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  font-size: 16px;
}
.close-icon {
  width: 15px;
  position: absolute;
  top: 5px;
  right: 10px;
}
.alink-box a {
  transition: all 0.4s;
}
.alink-box a:hover {
  transform: translateY(-6px);
  transition: all 0.4s;
}
@media screen and (max-width: 1024px) {
  html,
  body,
  .index-div .index-div-scroll {
    min-width: 100%;
    height: 100%;
  }
  .home-div {
    width: 100%;
    height: 100%;
  }
  .home-div .bottom-img-div {
    width: 100%;
  }
  .loading {
    width: 100%;
    min-height: 100%;
    background: #090e11 url(https://res.17996cdn.net/gf2/tw/images/home/loading-bg-m.webp) no-repeat;
    background-size: 100% 100%;
    position: relative;
    z-index: 1000;
  }
  .loading .bg-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 42rem;
    font-size: 0;
  }
  .logo-div {
    position: absolute;
    top: 1.373%;
    width: 26.466%;
    font-size: 0;
    margin-right: 0;
  }
  .loading .line_box .line_num {
    font-size: 2rem;
    letter-spacing: 4px;
    font-weight: 800;
    text-align: center;
    color: #fff;
    font-family: '思源黑体';
    margin-bottom: 15px;
  }
  .loading .line_box .line_dec {
    font-size: 2rem;
    letter-spacing: 4px;
    font-weight: 800;
    text-align: center;
    color: #607981;
    font-family: '思源黑体';
    margin-top: 10px;
  }
  .home-div .bg-img-div .index-bg-div {
    width: 100%;
    height: 100%;
    background: url(https://res.17996cdn.net/gf2/kr/images/page1/p241224.webp) no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  /* .next-bg {
    display: none;
  } */
  .uk-offcanvas-flip .uk-offcanvas-bar {
    background: none;
  }
  .uk-offcanvas-flip .uk-open > .uk-offcanvas-bar {
    width: 100% !important;
    padding: 0;
  }
  .qq-popup-div {
    min-width: 100%;
  }
  .uk-offcanvas-flip .close-btn {
    width: 2.375rem;
    font-size: 0;
    position: absolute;
    top: 2.9375rem;
    right: 2.9375rem;
    cursor: pointer;
    z-index: 1;
    padding: 0;
  }
  .pro-nav {
    visibility: visible;
    height: auto;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 1.5625rem 5.6% 1.5625rem 6.266%;
    background-color: rgba(5, 10, 9, 0.9);
    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;
  }
  .set-popup-div {
    width: 100%;
    height: 100%;
    background: url(https://res.17996cdn.net/gf2/tw/images/home/home-bg.png) no-repeat;
    background-size: cover;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .set-popup-div a {
    text-decoration: none;
  }
  .set-popup-div .nav-title-div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16.25rem 0;
    width: 88%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    position: relative;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .set-popup-div .nav-title-div .nav-title {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 2.625rem;
    line-height: 2.75rem;
    text-align: center;
    cursor: pointer;
    position: relative;
  }
  .cz-title {
    width: auto !important;
  }
  .tage {
    width: 5rem;
    margin-top: -2.83rem;
    margin-right: -5rem;
  }
  .set-popup-div .nav-title-div .uk-active a {
    color: #f26c1c;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .set-popup-div .nav-title-div .nav-title > div {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    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;
    font-family: 'Noto Sans SC', sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    color: #efefef;
  }
  .set-popup-div .nav-icon-div {
    width: 100%;
    height: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 5.75rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    gap: 2rem;
  }
  .set-popup-div .nav-icon-div .icon-img {
    width: 4.75rem;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 0.3125rem;
    cursor: pointer;
  }
  .justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .home-div .bottom-img-div .slogan-div {
    width: 30.9375rem;
    font-size: 0;
    margin: 0 auto;
  }
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .height-full {
    height: 100%;
  }

  .width-full {
    width: 100%;
  }
  .pro-nav .logo-div {
    position: absolute;
    top: 25.373%;
    width: 17.466%;
    font-size: 0;
  }
  .home-div .bottom-img-div .ex2lium-div {
    width: 85%;
    position: relative;
    font-size: 0;
    margin-bottom: 1.5rem;
  }
  .pro-nav .logo-div .logo-img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .pro-nav .logo-text-div {
    width: 44.151%;
    font-size: 0;
    margin-top: 1.3125rem;
    margin-left: 27.182%;
  }
  .pro-nav .nav-set-down {
    width: 8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .pro-nav .nav-set-down .nav-down-div {
    width: 4rem;
    font-size: 0;
    margin-right: 0.9375rem;
  }
  .pro-nav .nav-set-down .nav-set-div {
    width: 2.875rem;
    font-size: 0;
  }
  .index-div {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    padding-top: 7.58rem;
    box-sizing: border-box;
    background: hsl(0deg 0% 0% / 60%);
  }
  .pre-num {
    color: #fff;
    font-size: 2rem;
    font-weight: 800;
    margin: -1px auto 10%;
    background: url(https://res.17996cdn.net/gf2/tw/images/home/pre-num-bg.png) no-repeat 50% 80%;
    background-size: 100%;
    width: 100%;
    text-align: center;
  }
  .num-tag {
    font-size: 1.475rem;
    color: #d5b78f;
    margin: 0;
    padding: 0;
    bottom: 2.5rem;
    font-weight: 400;
  }
  .alink-box {
    width: 72%;
    max-width: 72vw;
    margin-bottom: 3.5rem;
  }
  /* .alink-box {
    width: 100%;
    max-width: 24rem;
  } */
  .uk-modal-dialog {
    text-align: center;
    max-width: 100% !important;
    width: 50rem !important;
    background: url(https://res.17996cdn.net/gf2/tw/images/home/modal-bg.png) no-repeat center top;
    background-size: 100% 100%;
    aspect-ratio: inherit;
    box-sizing: border-box;
    padding: 7% 0;
    color: #9c9c9c;
  }
  .yy-tit1 {
    padding: 0% 5% 1% 5%;
    color: #454d5c;
    margin-top: 2% !important;
    margin-bottom: 3% !important;
    font-size: clamp(1rem, 1.75vw, 28px);
    font-family: 'Noto Serif TC', serif;
    font-weight: 800;
    max-width: 76%;
    margin-left: auto;
    margin-right: auto;
  }
  .xx-btn {
    top: -14% !important;
    right: -3% !important;
  }
  .phone-input .uk-input,
  .phone-input .uk-select:not([multiple]):not([size]) {
    height: 34px;
  }
  .form-mail,
  .phone-input .uk-select {
    font-size: 14px;
  }
  .phone-input .uk-select {
    border: 0;
    width: 8rem;
  }
  .pre-ok-btn img {
    width: 60%;
  }
  .radio-btn {
    font-size: 12px;
  }
  .phone-input {
    max-height: 34px;
    background: #161d1e;
    border: 0;
  }
  .pre-text {
    font-size: 2rem;
    font-weight: 500;
    color: #d3d5d5;
    margin-bottom: 0.35%;
    margin-top: 1%;
  }
  .pre-title {
    max-width: 42%;
    margin-bottom: 1%;
  }
  .pre-item-1 {
    margin-top: 1rem;
    max-width: 86%;
    background: url(https://res.17996cdn.net/gf2/tw/images/home/mod-tag.png) no-repeat center top;
    background-size: 100% 100%;
    padding: 4% 6%;
    box-sizing: border-box;
    margin-bottom: 1rem;
  }
  #modal-pre-ok .share-link {
    margin-right: auto;
    margin-left: auto;
    margin-top: 2%;
    z-index: 50;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 8%;
    width: 100%;
    max-width: 64%;
    position: relative !important;
  }
  #modal-pre-ok .uk-modal-dialog {
    text-align: center;
    max-width: 100% !important;
    width: 50rem !important;
    background: url(https://res.17996cdn.net/gf2/tw/images/home/modal-bg2.png) no-repeat center top;
    background-size: 100% 100%;
    aspect-ratio: inherit;
    box-sizing: border-box;
    padding: 8% 0;
    color: #9c9c9c;
  }
  #modal-pre-ok .uk-modal-dialog .xx-btn {
    top: auto !important;
    bottom: -8% !important;
    right: auto !important;
  }
  .pre-line {
    max-width: 94%;
    display: block;
    margin: 0 auto;
  }
  .notice-div {
    overflow: hidden;
    width: 100%;
    height: 70.4375rem;
    background: url(https://res.17996cdn.net/gf2/tw/images/home/p2-bg-m.jpg) no-repeat;
    background-size: 100% 100%;
    z-index: 7;
    position: relative;
  }

  /* ... news */
  .MgiftSwiper {
    width: 100%;
    height: 100%;
    touch-action: pan-y;
  }
  .newsSwiper {
    width: 100%;
    margin-left: auto;
    background: url(https://res.17996cdn.net/gf2/kr/images/home/news-pbgm.png);
    background-position: left top;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .news-swiper-pagination .swiper-pagination-bullet {
    width: 1.5rem;
    height: 1.5rem;
  }
  .news-swiper-pagination {
    bottom: -13% !important;
  }
  .MgiftSwiper .swiper-wrapper {
    gap: 3%;
    height: 100%;
    box-sizing: border-box;
  }
  .MgiftSwiper .swiper-wrapper .swiper-slide {
    height: 18rem !important;
    width: 100% !important;
    box-sizing: border-box;
    padding-left: 8rem;
    max-width: 100%;
  }
  .MgiftSwiper .swiper-wrapper .swiper-slide img.gift-img {
    width: 38rem;
    margin-left: 0;
    margin-bottom: 0;
  }
  .notice-div .notice-content-div {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-end;
  }
  .notice-div .notice-content-all .notice-content,
  .notice-div .notice-content-all {
    width: 100%;
    height: 118rem;
  }
  .notice-div .notice-content-all .notice-content {
    margin-top: 3rem;
    max-width: 96%;
    margin-left: auto;
    margin-right: auto;
    height: auto !important;
  }
  .notice-div .notice-content-all .more-text {
    width: 20.5%;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    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: center;
    margin-bottom: 5.5rem;
    margin-left: auto;
    margin-right: 5.85rem;
  }
  .notice-div .notice-top-title {
    opacity: 1;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    justify-content: center;
    position: relative;
    top: 0;
    left: auto;
    right: 0;
    margin-top: 3rem;
    -webkit-transform: inherit;
    transform: inherit;
    z-index: 10;
    padding: 0 2% 0 0;
  }
  .gift-n {
    max-width: 26%;
    left: -4rem;
    margin-top: -2%;
    transform: rotate(90deg);
  }
  .gift-d {
    width: 1.1rem;
    height: 1.1rem;
    display: block;
    background: #9e9e9e;
    top: 50%;
    bottom: auto;
    left: 9.75%;
    transform: rotate(45deg);
  }
  .gift-d::after {
    content: '';
    display: block;
    width: 1.35rem;
    height: 1.4rem;
    border: 0.1rem solid #9e9e9e;
    position: absolute;
    top: -0.25rem;
    left: -0.17rem;
  }
  .dc-bg {
    display: none;
    width: 38rem;
    left: 0;
    margin-left: 8rem;
  }
  .gift-line-3 .progress {
    position: absolute;
    height: 15.5%;
    width: 100%;
    background: #e56204;
  }
  .gift-line-3 {
    bottom: auto;
    height: 100%;
    width: 1.2%;
    left: 5.05rem;
    background: #454545;
  }
  .notice-div .icon-dian1,
  .notice-div .icon-dian4 {
    display: none;
  }
  .role-des-div .swiper-container {
    background: url(https://res.17996cdn.net/gf2/tw/images/home/role-bg-m.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .role-des-div .swiper-container .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  .role-des-div {
    width: 100%;
    height: 83.375rem;
    position: relative;
    z-index: 6;
    margin-top: 0;
  }
  .role-des-div .swiper-container .swiper-wrapper .swiper-slide {
    z-index: 2;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    top: 0;
    left: 0;
  }
  .role-des-div .swiper-container .swiper-wrapper .swiper-slide .des-right {
    z-index: 1;
    width: 100%;
    height: 71%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    right: 0;
  }
  .role-des-div .swiper-container .swiper-wrapper .swiper-slide .des-right .role-img {
    height: 69.9375rem;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .role-des-div .swiper-container .swiper-wrapper .swiper-slide .des-right .role-img > img {
    height: 68.75rem;
    -o-object-fit: contain;
    object-fit: contain;
    margin-top: -15.875rem;
    max-width: fit-content;
  }
  .gift-next,
  .gift-prev {
    z-index: 999;
    transform: rotate(90deg);
    width: 2.3rem;
  }
  .gift-next {
    margin-bottom: 5rem;
  }
  .role-des-div .swiper-container .swiper-wrapper .swiper-slide .des-left {
    z-index: 2;
    opacity: 1;
    width: 88%;
    height: 26%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -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;
    position: absolute;
    bottom: 8.5rem;
    left: 50%;
    top: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .role-des-div .swiper-container .swiper-wrapper .swiper-slide .des-left .role-details-div .role-details > span {
    font-size: 1.375rem;
    line-height: 2.375rem;
    color: #efefef;
    font-family: 'Noto Sans SC', sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
  }
  .role-des-div .swiper-container .swiper-wrapper .swiper-slide .des-left .des-left-an2 .role-name-des .charalic-div {
    display: none;
  }
  .role-des-div .swiper-container .swiper-wrapper .swiper-slide .des-left .role-details-div .play-icon-div {
    position: absolute;
    top: -19rem;
    bottom: auto;
    left: auto;
    right: 1rem;
    opacity: 1;
    gap: 1rem;
  }
  .play-ilus-popup-div .ilus-img-div .ilus-img {
    width: 100%;
  }
  .play-ilus-popup-div .ilus-img-div .ilus-close-btn {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 0;
    position: absolute;
    top: 5%;
    right: 5%;
    cursor: pointer;
  }
  .role-des-div .swiper-container .swiper-wrapper .swiper-slide .des-left .des-left-an2 .role-class {
    width: 15rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 3rem;
    font-size: 0;
  }
  .role-des-div .swiper-container .swiper-wrapper .swiper-slide .des-left .des-left-an2 .role-name-des .role-name {
    color: #ffffff;
    font-size: 4.75rem;
    line-height: 4.75rem;
    font-family: 'Noto Sans SC', sans-serif;
  }
  .role-des-div .swiper-container .swiper-wrapper .swiper-slide .des-left .des-left-an2 .dub-div .mic-icon-all-div .name-dub .span1 {
    color: #fff;
    font-size: 1.5rem;
    font-family: 'Noto Sans SC', sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }
  .play-video-popup-div .video-img-div .video-img {
    width: 94%;
  }
  .play-video-popup-div .video-img-div .video-img .video-close-btn {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 0;
    position: absolute;
    top: -5rem;
    right: 4.375rem;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    cursor: pointer;
  }
  .role-des-div .swiper-container .swiper-wrapper .swiper-slide .des-left .des-left-an2 .dub-div .mic-icon-all-div .name-dub .span2 {
    font-size: 1.5rem;
    font-family: 'Noto Sans SC', sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }
  .role-des-div .swiper-container .swiper-wrapper .swiper-slide .des-left .col-line {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 1.5625rem 0;
    font-size: 0;
  }
  .role-des-div .swiper-container .role-des-swiper-button-prev {
    width: 2.25rem;
    height: 4.25rem;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 27.0625rem;
    left: 2.625rem;
    z-index: 1;
    cursor: pointer;
    font-size: 0;
    opacity: 0.3;
  }
  .role-des-div .swiper-container .swiper-wrapper .swiper-slide .des-left .role-details-div .play-icon-div .header-div .header-div-r {
    width: 6rem;
    height: 6rem;
    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;
    margin-bottom: 0.5125rem;
    position: relative;
  }
  .role-des-div .swiper-container .swiper-wrapper .swiper-slide .des-left .role-details-div .play-icon-div .header-div .see-draw .dian {
    width: 0.1875rem;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    left: -1.25rem;
    top: 0.575rem;
    display: none;
  }
  .role-des-div .swiper-container .swiper-wrapper .swiper-slide .des-left .role-details-div .play-icon-div .header-div .see-draw {
    width: 5.625rem;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
  }
  .role-des-div .swiper-container .role-des-swiper-button-next {
    width: 2.25rem;
    height: 4.25rem;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 27.0625rem;
    right: 2.625rem;
    z-index: 1;
    cursor: pointer;
    font-size: 0;
    opacity: 0.3;
  }
  .role-des-div .swiper-container .swiper-wrapper .swiper-slide .des-left .role-details-div .play-icon-div .header-div {
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    width: auto;
    height: auto;
    position: relative;
    left: 0;
    right: 0;
  }
  .set-div .page1-set-div .set-content-div {
    background: url(https://res.17996cdn.net/gf2/tw/images/home/set-bg-m.png) no-repeat;
    background-size: cover;
    background-position: bottom center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .set-div {
    width: 100%;
    height: 97.5rem;
    min-height: 630px;
    position: relative;
    overflow: hidden;
  }
  .swiper-slide-top,
  .swiper-slide-bottom {
    display: none;
  }
  .set-div .page1-set-div .set-top {
    width: 100%;
    padding: 0 13% 0 12%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
    margin-top: 5.625rem;
  }
  .set-div .page1-set-div .set-top .top-content {
    font-size: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
  }
  .set-div .page1-set-div .set-top .top-content .top-content-title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    min-height: 20px;
  }
  .set-div .page1-set-div .set-top .top-content .top-content-title .top-name {
    min-height: 20px;
    padding-left: 0.75rem;
    padding-right: 1.875rem;
    color: #0e191d;
    font-size: 2.125rem;
    line-height: 0;
    font-family: 'Noto Sans SC', sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .set-div .page1-set-div .set-top .top-content .top-content-title .top-icon {
    width: 2.25rem;
    height: 2.25rem;
    min-width: 20px;
    min-height: 20px;
    background-color: #0e191d;
    z-index: 1;
  }
  .set-div .page1-set-div .set-content-div .set-content .set-content-title {
    font-size: 0;
    position: relative;
    margin-top: 3.125rem;
    display: flex;
    flex-direction: column;
  }
  .set-div .page1-set-div .set-content-div .set-content {
    width: 100%;
    padding: 0 10% 0 12%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .set-div .page1-set-div .set-content-div .set-content .set-content-title .set-content-title1 {
    color: #0f1a1e;
    font-size: 3.625rem;
    line-height: 3.625rem;
    font-family: 'Noto Sans SC', sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }
  .set-div .page1-set-div .set-content-div .set-content .set-content-title .set-content-title2 {
    color: #0f1a1e;
    font-size: 3.625rem;
    line-height: 3.625rem;
    margin-top: 0.625rem;
    font-family: 'Noto Sans SC', sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }
  .set-div .page1-set-div .set-content-div .set-content .set-content-title .set-content-title3 {
    color: #0f1a1e;
    font-size: 3.625rem;
    line-height: 3.625rem;
    margin-top: 0.8125rem;
    font-family: 'Noto Sans SC', sans-serif;
  }
  .set-div .page1-set-div .set-content-div .set-content .set-content-title .bias-line-icon {
    width: 1.125rem;
    position: absolute;
    top: 37.33%;
    left: -0.9375rem;
    -webkit-transform: translate(-100%, -150%);
    transform: translate(-100%, -150%);
  }
  .set-div .page1-set-div .set-content-div .set-content .set-content-text .bias-line-icon {
    width: 1.125rem;
    position: absolute;
    top: 0;
    left: -0.9375rem;
    -webkit-transform: translate(-100%, 40%);
    transform: translate(-100%, 40%) !important;
  }
  .set-div .page1-set-div .set-content-div .set-content .set-content-text .set-content-text-main .set-text-title > span {
    background-color: #0f1a1e;
    font-family: 'Noto Sans SC', sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 1.9375rem;
    line-height: 1.9375rem;
    color: #efefef;
    padding: 0.3125rem 0.9375rem;
  }
  .set-div .page1-set-div .set-content-div .set-content .set-content-text .set-content-text-main .text-main {
    width: 100%;
    font-size: 1.25rem;
    line-height: 2rem;
    font-family: 'Noto Sans SC', sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    color: #1a2c33;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 1.9375rem;
    min-width: 100%;
    padding-right: 0;
  }
  .set-div .page1-set-div .set-content-div .set-content .set-content-text {
    font-size: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: center;
    margin-top: 3rem;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    gap: 3rem;
  }
  .set-div .page1-set-div .more-div {
    position: absolute;
    bottom: 6.0625rem;
    right: 0;
    width: 44.1%;
    height: 4.6875rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
  }
  .set-div .page1-set-div .more-div .more-img .more-text-div {
    width: 7.5625rem;
    font-size: 0;
    margin-right: 1.25rem;
  }
  .set-div .page1-set-div .more-div .more-img .more-icon-div {
    width: 3.4375rem;
    height: 3.4375rem;
    font-size: 0;
    position: relative;
  }
  .set-div .page1-set-div .more-div .more-img {
    cursor: pointer;
    position: absolute;
    bottom: 50%;
    left: 71%;
  }
  .more-set-content .swiper-container .swiper-wrapper .swiper-slide .more-set-main {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    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;
    flex-direction: column;
  }
  .more-set-content .swiper-container .swiper-wrapper .swiper-slide .more-set-main .more-set-left {
    opacity: 1;
    margin-top: -12rem;
  }
  .more-set-content .more-set-swiper-button-next {
    cursor: pointer;
    width: 1.25rem;
    font-size: 0;
    position: absolute;
    top: 33%;
    right: 15.885%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
  }
  .more-set-content .more-set-swiper-button-prev {
    cursor: pointer;
    width: 1.25rem;
    font-size: 0;
    position: absolute;
    top: 33%;
    left: 15.885%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
  }
  .more-set-content .swiper-container .swiper-wrapper .swiper-slide .more-set-main .more-set-right {
    width: 84%;
    margin-top: -1rem;
  }
  .more-set-content .swiper-container .swiper-wrapper .swiper-slide .more-set-main .more-set-right .more-set-des {
    opacity: 1;
    font-size: 1.225rem;
    color: #1a2c33;
    line-height: 1.75rem;
    font-family: 'Noto Sans SC', sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
  }
  .more-set-popup {
    background: rgba(0, 0, 0, 0.4);
    min-width: 100%;
  }
  .more-set-content .swiper-container .swiper-wrapper .swiper-slide .more-set-main .more-set-left .main-img-div {
    width: 30.375rem;
    max-width: 100%;
    font-size: 0;
  }
  .set-div .page1-set-div .set-content-goods-div .set-content-goods .swiper-wrapper .swiper-slide {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    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;
    position: relative;
    left: 0;
    top: 0;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    align-content: center;
    display: none;
  }
  .set-div .page1-set-div .set-content-goods-div .set-content-goods .swiper-wrapper .swiper-slide-active {
    display: flex;
  }
  .set-div .page1-set-div .set-content-goods-div .set-content-goods .swiper-wrapper .swiper-slide .set-goods-right {
    width: 60rem;
    max-width: 88%;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: center;
    padding-right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    align-content: center;
    flex-wrap: nowrap;
  }
  .set-div .page1-set-div .set-content-goods-div .set-content-goods .swiper-wrapper .swiper-slide-active .set-goods-right .goods-text-div .goods-name-en {
    opacity: 1;
    width: 36.5rem;
    max-width: 100%;
    height: 6.875rem;
    padding-top: 2.25rem;
  }
  .set-div .page1-set-div .set-content-goods-div .set-content-goods .swiper-wrapper .swiper-slide .set-goods-left {
    width: 100%;
    -webkit-box-flex: 38.25rem;
    -ms-flex: 38.25rem;
    flex: 38.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .set-div .page1-set-div .set-content-goods-div .set-content-goods .swiper-wrapper .swiper-slide .set-goods-left .main-img {
    width: 100%;
    max-width: 64rem;
    opacity: 0;
    position: absolute;
    top: -52%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0;
  }
  .set-div .page1-set-div .set-content-goods-div .set-content-goods .swiper-wrapper .swiper-slide .set-goods-right .goods-text-div .goods-des {
    opacity: 1;
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #1a2c33;
    font-family: 'Noto Sans SC', sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    margin-top: 1.25rem;
  }
  .set-div .page1-set-div .set-content-goods-div .set-content-goods .swiper-wrapper .goods-swiper {
    width: 60rem;
    height: 28rem;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 31%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .set-div .page1-set-div .set-content-goods-div .set-content-goods .swiper-wrapper .goods-prev-next {
    position: absolute;
    right: 16.6667%;
    bottom: 1.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 600;
  }
  .set-div .page1-set-div .set-content-goods-div .set-content-goods .swiper-wrapper .goods-swiper-pagination {
    z-index: 3;
    width: 55%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 2.475rem;
    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;
    z-index: 600;
  }
  .set-div .page1-set-div .set-content-goods-div .set-content-goods .swiper-wrapper .swiper-slide .set-goods-right .goods-side-front .goods-swiper-slide-side-img-0 {
    margin-left: 0rem;
    height: 29.8125rem;
  }
  .set-div .page1-set-div .set-content-goods-div .set-content-goods .swiper-wrapper .swiper-slide .set-goods-right .goods-side-front {
    width: 100%;
    height: 18.75rem;
    position: relative;
    bottom: -33rem;
  }
  .set-div .page1-set-div .line-div .line-0 {
    left: 10.6667%;
  }
  .set-div .page1-set-div .line-div .line-4 {
    right: 9%;
    left: auto;
  }
  .set-div .page1-set-div .line-div .line-3 {
    left: 55.6667%;
  }
  .footer-div {
    width: 100%;
    padding: 2rem 2rem;
    background: url(https://res.17996cdn.net/gf2/tw/images/home/footer-bg.png) no-repeat;
    background-size: 100% 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 0.82rem;
    gap: 0.4rem;
  }
  .footer-link {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
  }
  .f-os {
    max-width: 56%;
    margin-left: 2%;
  }
  .footer-div .all-logo-div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 3rem;
  }
  .footer-div .all-logo-div p {
    margin: 0.5rem 0;
    text-align: center;
  }
  .set-div .page1-set-div .set-content-goods-div .set-content-goods .swiper-wrapper .goods-prev-next .goods-swiper-button-prev {
    width: 3.2rem;
    height: 3.2rem;
  }
  .set-div .page1-set-div .set-content-goods-div .set-content-goods .swiper-wrapper .goods-prev-next .goods-swiper-button-next {
    width: 3.2rem;
    height: 3.2rem;
  }
  .set-div .page1-set-div .set-content-goods-div .swiper-pagination-bullet {
    width: 1rem !important;
    height: 1rem !important;
  }
  .set-div .page1-set-div .set-content-goods-div .swiper-pagination-bullet-active {
    width: 2rem !important;
    height: 2rem !important;
  }
  .set-div .page1-set-div .line-div .line-0 {
    left: 10.6667%;
  }
  .set-div .page1-set-div .line-div .line-4 {
    right: 9%;
    left: auto;
  }
  .set-div .page1-set-div .line-div .line-3 {
    left: 55.6667%;
  }
  .uk-checkbox,
  .uk-radio {
    display: inline-block;
    height: 14px;
    width: 14px;
    border: 1.5px solid #9c9c9c;
    border-radius: 0;
    margin-bottom: -2px;
  }
  .form-err-email {
    color: red;
    font-size: 12px;
    margin-bottom: -6px;
    display: none;
    font-weight: 500;
  }
  .footer-div .footer-text-div .text-rule-div {
    padding-top: 0;
    line-height: 1.375rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 1%;
  }
  .locale-lang select {
    border: 0;
    position: relative;
    display: flex;
    background-color: #000;
    width: 10rem;
    padding: 0;
    overflow: hidden;
    height: 2.85rem !important;
    border-radius: 22px;
    font-size: 1.2rem !important;
  }
  .icon-wrapper-3s-64u .icon-1qVZxg {
    height: 14px;
    width: 16px;
  }
  .locale-lang {
    max-width: 13rem;
    margin-top: 1rem;
    margin-left: 0rem;
  }
  .footer-div .footer-text-div {
    font-size: 0.75rem;
    color: #989999;
    min-width: 100%;
    margin: 0 auto;
    padding-top: 0.6875rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .footer-div .footer-text-div .text-rule-div img {
    width: 5.4rem;
  }
  .set-div .page1-set-div .set-content-goods-div .set-content-goods .swiper-wrapper .goods-prev-next .goods-swiper-button-prev {
    width: 3.2rem;
    height: 3.2rem;
  }
  .set-div .page1-set-div .set-content-goods-div .set-content-goods .swiper-wrapper .goods-prev-next .goods-swiper-button-next {
    width: 3.2rem;
    height: 3.2rem;
  }
  .set-div .page1-set-div .set-content-goods-div .swiper-pagination-bullet {
    width: 1rem !important;
    height: 1rem !important;
  }
  .set-div .page1-set-div .set-content-goods-div .swiper-pagination-bullet-active {
    width: 2rem !important;
    height: 2rem !important;
  }
  .uk-checkbox,
  .uk-radio {
    display: inline-block;
    height: 14px;
    width: 14px;
    border: 1.5px solid #9c9c9c;
    border-radius: 0;
    margin-bottom: -2px;
  }
  .form-err-email {
    color: red;
    font-size: 12px;
    margin-bottom: -6px;
    display: none;
    /* font-family: 'Noto Serif TC', serif; */
    font-weight: 500;
  }
  .footer-div .footer-text-div .text-rule-div {
    padding-top: 0;
    line-height: 1.375rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 1%;
  }
  .locale-lang select {
    border: 0;
    position: relative;
    display: flex;
    background-color: #000;
    width: 12rem;
    padding: 0;
    overflow: hidden;
    height: 2.85rem !important;
    border-radius: 22px;
    font-size: 1.2rem !important;
  }
  .icon-wrapper-3s-64u .icon-1qVZxg {
    height: 14px;
    width: 16px;
  }
  .locale-lang {
    max-width: 12rem;
  }
  .f-os {
    max-width: 46%;
    margin-left: 2%;
  }
  .role-des-div .swiper-container .swiper-wrapper .swiper-slide .des-left .role-details-div .play-icon-div .play-role-see-more-div {
    position: absolute;
    bottom: -21.25rem;
    left: 4rem;
    background-color: #f2f2f2;
    padding: 0.51rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    width: 9.5625rem;
    height: 2.3125rem;
    border-radius: 0.1875rem;
    overflow: hidden;
  }

  .visual-div {
    width: 100%;
    height: 60.0625rem;
    position: relative;
  }
  .visual-div .visual-content .swiper-container .visual-swiper-button-prev {
    left: 1.625rem;
    margin-top: -2rem;
  }
  .visual-div .visual-content .swiper-container .visual-swiper-button-next {
    right: 1.635rem;
    margin-top: -2rem;
  }
  .visual-div .video-div {
    z-index: 2;
    position: absolute;
    top: 2.125rem;
    left: 2rem;
    right: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .visual-div .video-div .video-img-div {
    width: 19.4375rem;
    font-size: 0;
  }
  .visual-div .accusamus-div {
    display: none;
  }
  .visual-div .visual-content .swiper-container .play-btn-div {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 10.625rem;
    height: 10.625rem;
  }
  .visual-div .pagination-button-all {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 10.775rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 2.1625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .visual-div .pagination-button-all .visual-swiper-pagination {
    width: 100%;
  }

  .visual-div .pagination-button-all .visual-swiper-pagination .swiper-pagination-bullet {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 32% !important;
    height: 7.875rem !important;
    margin: 0;
    padding: 0;
    border-radius: 0;
    margin-right: 0.27875rem;
    margin-left: 0.27875rem;
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid #fff;
    opacity: 1;
    overflow: hidden;
  }
  .visual-div .pagination-button-all .pagination-button-prev,
  .visual-div .pagination-button-all .pagination-button-next {
    width: 1.5625rem;
    height: 7.875rem;
  }
}
