body {
  color: #080808;
  font-size: 0.14rem;
  font-family: "OPPOSans-Regular", "PingFang SC", "Microsoft YaHei",
    "Helvetica Neue", "Helvetica", "Arial";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  background: rgb(18, 18, 26);
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

* {
  font-size: 16;
  margin: 0;
  padding: 0;
  text-decoration: none;
  box-sizing: border-box;
}


@font-face {
  font-family: "Char_mon_man";
  src: url("./font/Champ-Black.woff");
}
@font-face {
  font-family: "Champ";
  src: url("./font/Champ-Text.woff");
}
@font-face {
  font-family: "OPPOSans-B";
  src: url("./font/OPPOSans-B.woff");
}

@font-face {
  font-family: "OPPOSans-R";
  src: url("./font/OPPOSans-R.woff");
}

.text {
  top: 50.5%;
  position: absolute;
  z-index: 1;
  top: 47.118%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  will-change: transform;
}

.top {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  height: 100%;
  overflow: hidden;
  will-change: transform;

  -webkit-animation-name: fadeInOut;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-duration: 4s;
  -webkit-animation-direction: alternate;
}

@-webkit-keyframes fadeInOut {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.top_video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: calc(50% + 1px / 2);
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  will-change: transform;
  background: url(img/1_00150.jpg) no-repeat center;
  background-size: cover;
}

.content {
  width: 100%;
  padding: 120 1.6rem;
  position: relative;
  /* margin: auto; */
}

.p1 {
  position: relative;
  font-family: OPPOSans;
  font-style: normal;
  font-weight: bold;
  font-size: 80px;
  line-height: 106px;
  text-align: center;
  color: rgb(255 255 255 / 90%);
  padding: 120px 0px;
}

.video-wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
  background: transparent;
}

video.lrg-16x12.lazyloaded {
  background-size: cover;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 0.09rem 0;
}

ul h4 {
  margin: 0px;
}

ul p {
  margin: 0px;
  margin-bottom: px;
}

.p_img {
  width: 100%;
  padding-bottom: 0.09rem;
}

.p1200 {
  width: 1200px;
  margin: 0 auto;
  padding: 80 0;
}

.text_img {
  width: 1630;
  padding-bottom: 0.01rem;
}

.m_apng {
  display: block;
}

.wsw {
  margin: 0 auto;
  text-align: center;
  /* padding-top: 280px; */
  /* padding-bottom: 440px; */
  width: 820px;
}

.wsw_photo {
  width: 112px;
  padding: 20px 0;
}

.wsw h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 72px;
  text-align: center;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  font-family: "OPPOSans-R";
}

.wsw p,
.wsw p a {
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  font-family: "OPPOSans-R";
  font-style: normal;
  font-weight: normal;
  padding: 12px;
  letter-spacing: 0.06em;
}

.wsw a:hover {
  text-decoration: underline;
}

.wsw_svg_l {
  display: flex;
  -webkit-display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  min-height: 22px;
  width: 100%;
  transition: transform 0.3s cubic-bezier(0.555, 0.205, 0.295, 0.975);
  padding: 51.2;
}

.wsw_svg {
  width: 32px;
  height: 32px;
  margin: 0 4px;
}

.wsw_svg_infoItem {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.3);
  padding-right: 24px;
  font-family: "OPPOSans-R";
  line-height: 22px;
}

.wsw_svg_infoItem a {
  color: rgba(255, 255, 255, 0.3);
}

.wsw_svg_iconWrapper {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 8px;
  text-align: center;
}

.wsw_svg_infoItem img {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 4px;
  text-align: center;
  color: rgba(255, 255, 255, 0.2);
}

.poj_top {
  margin-top: 100px;
}

.down {
  position: fixed;
  right: 20px;
  bottom: 5%;
  display: flex;
  font-size: 14px;
  border-radius: 48px;
  transform: translate(0px, 50%);
  background: #fff;
  background: rgba(129, 129, 129, 0.2);
  backdrop-filter: blur(50px);
}

.down_icon {
  color: #fff;
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background-position: 0 0;
}

.down a {
  height: 20px;
  color: #fff;
  font-weight: 600;
  line-height: 20px;
}

.down a:hover {
  text-decoration: underline;
}

.down_pop:hover {
  background: #333;
  border-radius: 4px;
}

.down_text {
  margin: 10px 4px 10px 20px;
}

.down_pop {
  margin: 10px 20px 10px 4px;
}

.down img {
  width: 20px;
  height: 20px;
  line-height: 20px;
}

.p-text1{
  color: white;
  font-size: 46px;
  font-family: "OPPOSans-B";
}
.p-text2{
  color: white;
  margin: 12px 0px 24px;
  opacity: 0.7;
  font-size: 14px;
  font-family: "OPPOSans-R";
}

  .copyrightLayout{
    position:fixed;
    width:100%;
    bottom:0px;
    left:0;
  }
@media (max-width: 1919px) {
  .content {
    width: 100%;
  }

  .p1200 {
    width: 90%;
  }
}

@media (max-width: 1619px) {
  .content {
    width: 100%;
    padding: 100 1rem;
  }

  .p1200 {
    width: 90%;
  }

  .text_img {
    width: 100%;
  }

  .text {
    width: 80%;
  }
}

@media (max-width: 1219px) {
  .content {
    width: 100%;
    padding: 80 0.18rem;
  }

  .p1200 {
    width: 90%;
  }
}

@media (max-width: 769px) {
  .content {
    width: 100%;
    padding: 0.18rem;
  }

  .p1200 {
    width: 90%;
  }

  video.lrg-16x12.lazyloaded,
  .top_video,
  .m_apng_pc {
    display: block;
  }

  .m_apng {
    display: block;
  }

  .p_img {
    padding-bottom: 0.09rem;
  }

  .top_video.m_apng.p_img {
    height: 60%;
  }

  .wsw {
    text-align: left;
    width: auto;
    /* padding-top: 2rem; */
    padding-bottom: 4rem;
  }

  .wsw_photo {
    width: 3rem;
    padding: 0.2rem 0;
  }

  .wsw h2 {
    font-size: 0.92rem;
    text-align: left;
    letter-spacing: 0;
  }

  .wsw p,
  .wsw a,
  .wsw p a {
    font-size: 0.28rem;
    text-align: left;
    line-height: 1.6;
  }

  .wsw_svg_infoItem {
    width: 100%;
    padding: 0.06rem 0;
    font-size: 0.28rem;
  }

  .wsw_svg_l {
    display: inline-table;
    padding: 40px 0;
  }

  .svg_m {
    display: none;
  }

  .wsw_svg_iconWrapper {
    width: 0.28rem;
    height: 0.28rem;
  }

  .wsw_svg_infoItem img {
    width: 0.28rem;
    height: 0.28rem;
  }

  .poj_top {
    margin-top: 0.4rem;
  }
}

.icon1 {
  width: 2rem;
  padding: 0.2rem 0;
}

.w100 {
  width: 100%;
}

.name_view {
  width: max-content;
  margin: auto !important;
  position: relative;
}

.name_img {
  width: 0.6rem;
  height: 0.3rem;
  position: absolute;
  top: -0.1rem;
  right: -0.2rem;
  z-index: -4;
}

.tab_row {
  width: 100vw;
  height: 80px;
  background: rgba(18, 18, 26, 0.75);
  box-shadow: inset 0px 0px 0px 0px rgba(255, 255, 255, 0.3);
  position: sticky;
  top: 0;
  z-index: 111;
  backdrop-filter: blur(30px);
  padding: 0 80px 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #f5f5f7;
}

.tab_row .left {
  display: block;
  cursor: pointer;
  width: 130px;
  height: 130px;
  transform: scale(0.3);
}

.tab_row .right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.tab_row .right .tab_item {
  font-size: 13px;
  margin-left: 6vw;
  cursor: pointer;
  color: #f5f5f7;
  transition: all 0.3s;
  opacity: 0.7;
}

.tab_row .right .tab_item:hover {
  color: #fff;
  opacity: 1;
}

* {
  cursor: url("https://qiniu.zhaosai.top/gb2.svg"), auto;
}

.tab_home {
  width: 100vw;
  height: calc(100vh - 364px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.home_content {
  height: 600px;
  width: 1860px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.home_content .text_row div {
  color: rgb(255 255 255 / 90%);
  font-family: Champ;
  font-size: 150px;
  font-style: normal;
  font-weight: 400;
  line-height: 180px;
  /* 150% */
  letter-spacing: -1.2px;
  text-transform: uppercase;
}

.home_content .text_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.text_2 {
  margin-left: 125px;
  margin-right: 26px;
}

/* .text_3 {
  margin-left: auto;
} */

.home_content .text_row .to_text {
  color: #080808;
  text-align: center;
  font-family: Char_mon_man;
  font-size: 80px;
  font-style: normal;
  font-weight: 900;
  line-height: 80px;
  /* 100% */
  letter-spacing: -0.96px;
  text-transform: uppercase;
  cursor: pointer;
}

.home_content .text_row .to_c {
  display: flex;
  width: 380px;
  height: 136px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 102px;
  background: #E9FFB8;

  margin-left: 0px;
}

.home_content .text_row .to_b {
  display: flex;
  width: 380px;
  height: 136px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 102px;
  background: #CFB9FF;
  margin-left: 0px;
}

.to_hover:hover {
  cursor: pointer;
}

.to_hover:hover>.to_img {
  transform: scale(1);
  height: 70px;
  opacity: 1;
}

.to_img {
  height: 0px;
  transform: scale(0.8);
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}

.text_2024 {
  color: #fff;

  font-family: Champ;
  font-size: 144px;
  font-style: normal;
  font-weight: 400;
  line-height: 180px;
  /* 150% */
  letter-spacing: -1.2px;
  text-transform: uppercase;
  position: relative;
  margin-left: 51px;
}

.home_content .text_row .text_2024 .text_2024_icon {
  position: absolute;
  right: -45px;
  top: 25px;
  width: 51px;
  height: 51px;
  flex-shrink: 0;
  color: #fff;
  font-family: Char_mon_man;
  font-size: 50px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  /* 100% */
  letter-spacing: -0.5px;
  text-transform: uppercase;
}

.zebra_area {
  display: flex;
  width: 620px;
  height: 136px;
  padding: 0px 316.8px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  border-radius: 100px;
  border: 1.2px #E0CAFC;
  /* background: #e0cafc; */
  overflow: hidden;
  background-size: 50px 50px;

  cursor: pointer;
  position: relative;
}

.zebra_line_row {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 136px;
  overflow: hidden;
  width: 198%;
  transform: translate(-24px);

  cursor: pointer;
}

.zebra_line {
  width: 25px;
  height: 400px;
  background: #cfb9ff;
  transform: rotate(45deg);
  cursor: pointer;
}

.zebra_area:hover .zebra_text {
  animation: fadeIn-animation 0.4s linear 0.3s forwards;
}

.zebra_area:hover .zebra_line {
  animation: fill-animation 3s linear forwards;
}

.home_content .text_row .zebra_area .zebra_text {
  color: #080808;
  text-align: center;
  font-family: Char_mon_man;
  font-size: 80px;
  font-style: normal;
  font-weight: 900;
  line-height: 80px;
  /* 100% */
  letter-spacing: -0.8px;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  z-index: 1;
  opacity: 0;
}

.avatar_line {
  width: 160px;
  height: 160px;
  position: absolute;
  z-index: 1;
  opacity: 0;
}

.avatar_area:hover>.avatar_line {
  opacity: 1;
  animation: rotateAnimation 6s linear infinite;
}

.avatar_area {
  width: 160px;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-left: 120px;
}

.avatar {
  display: flex;
  width: 138px;
  height: 138px;
  padding: 8px;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  border-radius: 100px;
  background: #E9FFB8;

  cursor: pointer;

  z-index: 2;
}

.avatar_img {
  width: 118px;
  height: 118px;
  cursor: pointer;
}

.textAn1 {
  transform: translateY(180px);
  animation: textAn 1s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}

.textAn2 {
  transform: translateY(180px);

  animation: textAn 1s cubic-bezier(0.25, 0.1, 0.25, 1) 0.1s forwards;
}

.textAn3 {
  transform: translateY(180px);
  animation: textAn 1s cubic-bezier(0.25, 0.1, 0.25, 1) 0.2s forwards;
}

@-webkit-keyframes textAn {
  0% {
    transform: translateY(180px);
  }

  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes rotateAnimation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes fill-animation {
  0% {
    width: 25px;
  }

  100% {
    flex: 1;
  }
}

@-webkit-keyframes fadeIn-animation {
  0% {
    margin-top: 30px;
    opacity: 0;
  }

  100% {
    margin-top: 0px;
    opacity: 1;
  }
}

.tab_item0,
.tab_item1,
.tab_item2,
.tab_item3 {
  display: none;
}

@media screen and (max-width: 900px) {
  .h5view {
    box-sizing: border-box;
    padding: 150px 5vw;
  }

  .home_content {
    width: 100vw;
    height: 100vh;
    padding: 0;
    transform: translate(-50%, -50%) scale(1) !important;
    /* position: relative; */
    /* transform: none !important; */
  }

  .home_content .text_row {
    width: 100%;
    height: 1.8rem;
    flex-wrap: wrap;
  }

  .home_content .text_row div {
    font-size: 1.2rem;
    line-height: normal;
    margin: 0;
  }

  .home_content .text_row .to_c {
    margin: 0;
    width: fit-content;
    height: fit-content;
    /* padding: 10px 20px; */
    /* font-size: 70px; */
  }

  .home_content .text_row .to_text {
    line-height: 1rem;
    font-size: 0.6rem;
    padding: 0.1rem 0.36rem;
    font-weight: bold;
    text-align: center;
    transform: translateX(3px);
  }

  .to_hover:hover>.to_img {
    height: 30px;
  }

  .home_content .text_row .to_b {
    width: fit-content;
    height: fit-content;
    margin-left: 0.3rem;
    
  }

  .zebra_line_row {
    width: 100%;
    height: 1rem;
    margin: 0px auto;
    margin-top: 10px;
    border-radius: 1rem;
  }

  .zebra_area {
    width: 100vw;
    margin: 0 auto;
    height: 1rem;
  }

  .zebra_line {
    width: 1%;
    background-color: #CFB9FF;
  }

  .avatar,
  .avatar_area {
    width: 1rem;
    height: 1rem;
  }

  .avatar_img {
    width: 1rem;
    height: 1rem;
  }

  .h5view {
    height: 80vh;
  }

  .home_content .text_row .text_2024 .text_2024_icon {
    right: -25px;
    top: 10px;
    width: 25px;
    height: 25px;
  }
  
  .tab_home {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
}