:root {
  --vw: 1vw;
}

/* 100px / 3840px * 100 */
html {
  font-size: calc(var(--vw) * 2.60416666) !important;
}

/* 弹窗 */

@media screen and (max-width: 1600px) {
  .common-notification {
    font-size: 14px;
  }
}
body,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  margin: 0;
  padding: 0px;
}

body {
  font: 12px / 1.5 "Hiragino Sans GB", system-ui, sans-serif;
  color: #9b9b9b;
  background: #262626;
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%
}

img {
  border: none;
  padding: 0;
  margin: 0
}

em,
i,
b {
  font-style: normal
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0
}

a {
  text-decoration: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

.pr {
  position: relative
}

.pa {
  position: absolute
}

.ovh {
  overflow: hidden
}

.db {
  display: block
}

.none {
  display: none
}

.ht {
  display: block;
  overflow: hidden;
  text-indent: -999em
}

.tc {
  text-align: center
}

.wp {
  width: 100%;
}

.wb {
  width: 1200px;
}

.pvt {
  vertical-align: top;
}

.pvt100 {
  vertical-align: top;
  width: 100%;
}

@font-face {
  font-family: 'NotoSansSCM';
  src: url('../fonts/NotoSansSC-Medium.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NotoSansSCL';
  src: url('../fonts/NotoSansSC-Light.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Syne';
  src: url('../fonts/Syne-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.f_refrigerator {
  font-family: 'NotoSansSCM';
}

/* 导航栏 */
.nav {
  position: fixed;
  display: flex !important;
  justify-content: space-between;
  z-index: 10;
  height: 2rem;
  background: #fff;
  box-sizing: border-box;
  border-bottom: .04rem solid #bcbcbc;
}

.left-nav {
  display: flex;
  align-items: center;
  width: 50%;
  box-sizing: border-box;
}

.right-nav {
  width: 50%;
  display: flex;
  align-items: center;
  font-size: 0.4rem;
  justify-content: right;
}

.logo1 {
  width: 6.29rem;
  height: 1.18rem;
  margin-left: .35rem;
}

#caCommonFooter {
  color: #9aada0;
  text-align: center;
}

.logo2 {
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.logo-wrapper {
  display: flex;
  align-items: center;
}

@keyframes moveUp {
  to {
    transform: translateY(-6rem);
  }
}

@keyframes scaleDown {
  to {
    transform: translateY(-6rem) scale(0.8);
  }
}

.main-img1 {
  position: relative;
}
.txtAni{
  opacity: 0;
  transform: scale(1);
  transition: opacity 1s ease-in-out;
  animation: moveUp .5s ease-out 2s forwards,
    scaleDown 0.5s ease-out 2s forwards;
}

.main-img1 h3 {
  font-family: "NotoSansSCM";
  font-size: .81rem;
  color: #262526;
  text-align: center;
  font-weight: normal;
  margin-bottom: .8rem;
}

.main-img1 p {
  width: 13.5rem;
  margin: 0 auto 2rem;
  font-family: "NotoSansSCL";
  font-size: .5rem;
  color: #262526;
  text-align: left;
}

.nav-list {
  display: flex;
  align-items: center;
  position: relative;
  align-items: center;
  color: #000;
  width: 100%;
  justify-content: space-between;
}

.nav-list::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  width: 0.02rem;
  height: 0.63rem;
  background-color: rgba(255, 255, 255, 0.3);
}

.nav-item {
  margin: 0 0.40rem;
  position: relative;
  cursor: pointer;
  padding: 0.08rem 0;
  font-family: "NotoSansSCM";
  transition: color 0.1s;
}

.nav-item-search {
  width: .51rem;
  height: .56rem;
  background: url(../images/search_ico.png) center center/.51rem .56rem no-repeat;
}
.lang{
  display: flex;
  justify-content: right;
  align-items: center;
}
.lang::after{
  content: "";
  width: .5rem;
  height: .27rem;
  background: url(../images/lang_ico.png) center center/.5rem .27rem no-repeat;
  margin-left: .1rem;
}
.nav-item-lang {
  width: .5rem;
  height: .27rem;
  background: url(../images/lang_ico.png) center center/.5rem .27rem no-repeat;
}
.nav-item-img img {
  width: 100%;
}

.nav-item:not(:last-child):hover,
.nav-item.active {
  color: #c54324;
}



.nav-item::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.02rem;
  width: 0;
  height: 0.02rem;
  transition: width 0.3s ease-in-out;
  background-color: #c54324;
}
.nav-item:nth-child(6)::after,
.nav-item:nth-child(7)::after {
  content: none; /* 或者使用 display: none; */
}
.nav-item:not(:last-child):hover::before,
.nav-item.active::before {
  background-color: rgba(197, 67, 36, 0.8);
  animation: blinkAnimation 1s infinite;
}

.nav-item:not(:last-child):hover::after,
.nav-item.active::after {
  background-color: #c54324;
  width: 100%;
}

.page-swiper {
  width: 100%;
  height: 100vh;
}
.swiper-slide-active{
  position: relative;
  z-index: 99;
}
.nested-pagination{
  position: absolute;
  bottom: 1rem !important;
  top: auto !important;
  left: 50% !important;
  width: 100%;
  height: .2rem;
  display: flex;
  justify-content: center;
  transform: translateX(-50%);
}
.video-container{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background: #000;
}
.video-container video{
  width: 100%;
  object-fit: cover;
}
.swiper-pagination-bullet{
  width: .2rem;
  height: .2rem;
  background: #fff;
  border-radius: 50%;
  margin: 0 .4rem !important;
}
.guide-list {
  position: fixed;
  right: 1.28rem;
  bottom: 2.86rem;
  z-index: 1;
}

.page-swiper .swiper-slide:last-child {
  height: auto !important;
}
.nested-swiper {
    width: 100%;
    height: 100%; /* 根据需求调整高度 */
}
.nested-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f0f0;
    border-radius: 8px;
    font-size: 18px;
    color: #333;
}
.wegame-entry,
.guide-list .btn-item {
  position: relative;
  margin-bottom: 0.26rem;
  width: 3.8rem;
  height: 0.86rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #c3cbc5;
  font-size: 0.32rem;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.6);
  border: 0.02rem solid rgb(63, 63, 63);
  z-index: 0;
}

.bind-entry {
  cursor: pointer;
  display: block;
  margin-bottom: 0.36rem;
}

.bind-entry img {
  display: block;
  width: 3.81rem;
  height: auto;
}

.participate-test-entry {
  cursor: pointer;
  overflow: hidden;
}

.participate-test-entry::before {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 100%;
  background-color: #a34132;
  transition: all 0.5s cubic-bezier(0.4, 0, 0, 1);
  z-index: -1;
}

.participate-test-entry:hover::before {
  top: 0;
}

.participate-test-entry .icon-edit {
  width: 0.51rem;
  height: auto;
  margin-right: 0.38rem;
}

.participate-test-entry .icon-go {
  width: 0.33rem;
  height: auto;
  margin-left: 0.32rem;
}

.wegame-entry {
  position: absolute;
  right: 1.28rem;
  bottom: 1.74rem;
}

.wegame-entry .icon-wegame {
  width: 2.19rem;
  height: auto;
  margin-right: 0.13rem;
}

/* 首页 */

.section-features,
.section-act,
.section-news,
.section-home {
  height: 100vh;
}

.section-footer {
  height: auto;
}

.section-home {
  background: #efeff0;
}

.section-home .main {
  width: 13rem;
  margin: 0 auto;
  height: 100%;
  padding-top: 2rem;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.imglist {
  width: 75%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: calc(50% - 1rem);
  transform: translateX(-50%);
}

.imgitem {
  width: 23%;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  text-align: center;
  font-family: "NotoSansSCL";
  font-size: .5rem;
}

.imgitem img {
  width: 100%;
}

.p3_left {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  opacity: 0;
  background: url(../images/p3_left.jpg) center/cover no-repeat;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  z-index: 99;
}

.p3_right {
  position: absolute;
  right: 0;
  top: 50%;
  width: 50%;
  display: flex;
  flex-direction: column;
  line-height: .6rem;
  transform: translateY(-50%);
  color: #262526;
}

.p3_right img {
  width: 50%;
  display: block;
  margin: 0 auto;
}

.p3_right .line1 {
  width: 66%;
  display: block;
  margin: 0 auto 1rem;
  font-size: .5rem;
  font-family: 'NotoSansSCL';
}

.p3_right .line1 span {
  display: block;
  font-size: .8rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.p3_right .line2 {
  width: 66%;
  display: block;
  font-size: .5rem;
  margin: 0 auto;
  font-family: 'NotoSansSCL';
}

.section-news {
  color: #aab3ae;
  background: #efefef;
  box-sizing: border-box;
  position: relative;
}

.section-news .main {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -46%, 0);
  width: 25.29rem;
}

.feature-pagination {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 5vh;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.2rem;
}
.feature-pagination .pagination-item {
  position: relative;
  width: .16rem;
  height: 0.16rem;
  background-color: #fff;
  cursor: pointer;
  border-radius: 50%;
  margin: 0 .2rem;
}

.feature-pagination .pagination-item.active {
  background-color: #a34132;
}

.features-wrapper {
  width: 100%;
  overflow: hidden;
}

.features-list {
  width: 300%;
  display: flex;
  flex-wrap: nowrap;
  transition: all 0.5s ease-out;
  transform: translate3d(0, 0, 0);
}


.feature-3,
.feature-2,
.feature-1 {
  position: relative;
  width: 100%;
  height: 100vh;
}

.feature-img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100vh;
  object-fit: cover;
}

.feature-item {
  position: absolute;
  left: 3.93rem;
  top: 30.4380vh;
}

.feature-item .title {
  position: relative;
  margin-bottom: 1.3rem;
  font-size: 1.5rem;
  font-weight: bold;
  color: #d2dbd3;
  line-height: 1.0667;
}

.feature-item .detail {
  width: 12.4rem;
  font-size: 0.4rem;
  color: #b2b7b1;
  line-height: 1.8;
}

.footter{
  height: 8rem;
  width: 95%;
  margin: 0 auto;
  border-bottom: .04rem solid #adadad;
  display: flex;
  justify-content: space-between;
}
.footer_logo{
  width: 1rem;
  height: 1.14rem;
  background: url(../images/footer_logo.png) left center/ 1rem 1.14rem no-repeat;
  margin-top: 1rem;
  box-sizing: border-box;
}
.footer_right{
  text-align: left;
  margin-right: 1.2rem;
  font-family: "NotoSansSCL";
  font-size: .37rem;
  color: #fff;
}
.follow{
  margin: .8rem 0 .3rem;
  font-size: .7rem;
}
.follow_list{
  display: flex;
  justify-content: space-between;
  width: 7rem;
}
.follow img{
  width: 3.2rem;
  height: 3.2rem;
  border-radius: .1rem;
  margin-top: .4rem;
  display: block;
}
.adress{
  margin-bottom: .1rem;
  color: #fff;
}
.adress span{
  color: #ccc;
}
.copyright{
  text-align: left;
  font-family: "Syne";
  font-size: .46rem;
  color: #fff;
  line-height: 1.9rem;
  width: 95%;
  margin: 0 auto;
}
.pop{
  width: 7.2rem;
  min-height: 2rem;
  display: flex;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  display: none;
  z-index: 999;
  background: #fff;
  opacity: 0;
  border-radius: .3rem;
}
.pop p{
  text-align: center;
  color: #000;
  font-family: 'NotoSansSCM';
  font-size: .5rem;
  width: 100%;
}
.close{
  background: url(../images/close_btn.png) center center/.83rem .83rem no-repeat;
  width: .83rem;
  height: .83rem;
  position: absolute;
  right: -.9rem;
  top: -.9rem;
}
.cover_box{
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 998;
  left: 0;
  top: 0;
  display: none;
  opacity: 0;
}
