@font-face {
  font-family: 'font';
  src: url('/assets/activity/2025518/images/font-c9ae1628f6d0b69d03c33cff01a3a24f.ttf');
}

* {
  margin: 0;
  padding: 0;
}

.customBar::-webkit-scrollbar {
  width: 5px;
  height: 1px;
  border-radius: 5px;
}
.customBar::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background: #0b76fe;
}
.customBar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #add4ff;
  border-radius: 5px;
}


#app:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url('https://nfs.nxin.com/nxsj/20250429182321/background_image.png') no-repeat;
  background-size: 100% auto;
  background-position: 0 0.2rem;
  /*filter: blur(30px);*/
  /*backdrop-filter: blur(30px);*/
  /*-webkit-backdrop-filter: blur(30px);*/
}

.appInner {
  position: relative;
  z-index: 1;
}

.line_1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.line_2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.line_5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

html,
body,
#app {
  position: relative;
  height: 100%;
  background: rgb(29, 115, 254);
}

.titleBox {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.2rem 0.4rem 0.2rem 0.6rem;
  /*background: rgba(29, 115, 254, .17);*/
  background: rgba(209, 231, 255, 0.77);
  box-sizing: border-box;
  z-index: 11;
}
.titleBox .left {
  flex-shrink: 0;
}

.commonTitleImg {
  display: block;
  height: 0.38rem;
  margin: 0.7rem auto 0.38rem;
}
.commonImg {
  display: block;
  width: 100%;
}
.commonImgProduct {
  display: block;
  width: 100%;
  cursor: pointer;
}

.nxinLogo {
  width: 1.14rem;
  margin-right: 0.2rem;
}
.logo518 {
  width: 0.69rem;
}
.logo{
  width: 1.83rem;
  margin-right: 0.2rem;
}
.title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.3rem;
  font-weight: bold;
  font-family: Source Han Sans CN;
}
.btnNav {
  flex-shrink: 0;
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  position: relative;
  cursor: pointer;
}
.btnNav .line {
  top: 0.12rem;
}
.btnNav .line,
.btnNav .line:before,
.btnNav .line:after {
  content: '';
  position: absolute;
  display: block;
  outline: none;
  width: 100%;
  height: 0.04rem;
  border-radius: 1px;
  background-color: #fff;
  overflow: visible;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background: #fff;
}

.btnNav .line:before {
  top: -0.1rem;
}

.btnNav .line:after {
  top: 0.1rem;
}
.btnNav.open .line {
  background: transparent;
}
.btnNav.open .line:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.btnNav.open .line:after {
  top: 0;
  -webkit-transform: rotate(-4deg);
  transform: rotate(45deg);
}
.titleBox.on .menuBox {
  /*opacity: 1;*/
  display: flex;
}

.menuBox {
  position: absolute;
  right: 0.85rem;
  /*display: flex;*/
  font-size: 0.24rem;
  color: #333;
  transition: opacity .3s;
  /*opacity: 0;*/
  cursor: pointer;
  display: none;
}
.menuItem {
  color: #000;
  text-decoration: none;
}
.menuItem + .menuItem {
  margin-left: 0.15rem;
}
.menuItem.active {
  font-weight: 500;
}

.contentBox {
  width: 14.94rem;
  margin: 0 auto;
  padding-bottom: 1.74rem;
}

.box1 {
  position: relative;
  height: 8.44rem;
  margin: 0.5rem auto 0.2rem;
  overflow: hidden;
}
.box1 .poster {
  display: block;
  width: 100%;
  height: auto;
}
.box2 {
  display: flex;
  margin-bottom: 0.2rem;
}
.box2 div {
  width: 0.87rem;
  color: #fff;
  text-align: center;
  border-radius: 0.22rem;
  font-size: 0.24rem;
  cursor: pointer;
  padding: 0.04rem 0;
  background: #1D73FE;
}
.agenda_playbackBtn {
  position: absolute;
  right: 17%;
  width: 1.67rem !important;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #fff;
  text-align: center;
  border-radius: 0.22rem;
  font-size: 0.24rem;
  cursor: pointer;
  padding: 0.04rem 0;
  background: none !important;
}
.box2 div.active {
  background: #96c7fe;
}
.box2 div + div {
  margin-left: 0.2rem;
}
.box2 div + div {
  margin-left: 0.2rem;
}
.box3 {
  background: #97c6fe;
  overflow: hidden;
}
.pathScrollBox {
  max-height: 5.88rem;
  margin: 0.22rem 0.15rem;
  overflow: hidden auto;
}
/* .pathScrollBox::-webkit-scrollbar {
  width: 5px;
  height: 1px;
  border-radius: 5px;
}
.pathScrollBox::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background: #0b76fe;
}
.pathScrollBox::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #add4ff;
  border-radius: 5px;
} */
.pathHead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.69rem;
  color: #fff;
  font-size: 0.28rem;
  background: #1D73FE;
  text-align: center;
}
.column1 {
  width: 18%;
  font-family: 'font';
  font-size: 0.33rem;
  color: #1d73fe;
  text-align: center;
}
.column2 {
  width: 30%;
}
.column2 > span {
  position: relative;
}
.playbackBtn,
.living {
  position: absolute;
  top: 50%;
  left: 105%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  color: #707070;
  font-size: 0.18rem;
  font-weight: 400;
}
.playbackBtn img {
  display: block;
  width: 0.28rem;
}
.agenda_playbackBtn img {
  display: block;
  width: 0.28rem;
  height: 0.28rem;
}

.playbackBtn > span {
  white-space: nowrap;
  margin-left: 0.08rem;
}
.agenda_playbackBtn > span {
  white-space: nowrap;
  margin-left: 0.08rem;
}

.column3 {
  width: 46%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s;
}
.column3:hover {
  -webkit-line-clamp: unset; /* 取消最大行数限制 */
  white-space: normal;       /* 恢复正常换行 */
  overflow: visible;         /* 允许内容溢出显示 */
  position: relative;        /* 确保内容显示在其他元素上方 */
  z-index: 1;
}
.column4 {
  width: 24%;
}
.column5 {
  width: 18%;
}
.column5 img {
  width: 0.29rem;
  /* transition: transform .3s; */
}
.itemHead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.8rem;
  background: #d1e8ff;
  text-align: center;
  cursor: pointer;
  font-size: 0.28rem;
  font-weight: bold;
}
.pathItem:not(:last-child) {
  margin-bottom: 0.03rem;
}
.pathItem.open {
  margin-bottom: 0.16rem;
}
.pathItem.open .itemBody {
  display: block;
}
.pathItem.open .column5 img {
  transform: rotate(180deg);
}
.itemBody {
  display: none;
  font-size: 0.24rem;
  font-weight: 400;
  background: #fff;
}
.itemMain {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.8rem;
  text-align: center;
}
.itemMain + .itemMain {
  border-top: 1px solid #b9e5fb;
}
.absoluteTitle {
  position: relative;
  text-align: right;
  font-size: 0.32rem;
  margin: 0.75rem 0 0.38rem;
}
.absoluteTitle img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1.78rem;
  margin: 0;
}
.absoluteTitle > span {
  cursor: pointer;
}
.nav-a {
  color: #fff;
  text-decoration: none;
}
.box4 {
  display: flex;
  flex-wrap: wrap;
}
.goodsItem {
  position: relative;
  width: calc((100% - 0.64rem) / 5);
  border-radius: 0.04rem;
  background: #fff;
  padding: 0 0.2rem 0.2rem;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .goodsItem:not(:nth-child(5n + 1)) {
    margin-left: 0.16rem;
  }
  .goodsItem:nth-child(n + 6) {
    margin-top: 0.16rem;
  }
}
.goodsAvatar {
  display: block;
  width: 100%;
  margin: 0.15rem auto;
}
.goodsTitle {
  font-size: 0.18rem;
  color: #000;
  line-height: 1.5;
  height: 3em;
  margin-bottom: 0.08rem;
}
.goodsItem .price {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #e60012;
}
.price1 {
  font-weight: 500;
  font-size: 0.28rem;
  margin-right: 0.06rem;
}
.price2 {
  font-size: 0.16rem;
  color: #959595;
}
.disBox {
  position: absolute;
  top: -8px;
  right: 0.2rem;
  width: 72px;
  height: 45px;
  color: #fff;
  font-size: 12px;
  background: url('/assets/activity/2025518/images/d_dis-086b436f5097fb82f7e58a117951960c.png') no-repeat;
  background-size: 100% 100%;
  /* padding: 0.1rem 0.06rem 0.1rem 0; */
  padding: 10px 6px 10px 0;
  box-sizing: border-box;
  text-align: center;
}

.box5 {
  display: flex;
}
.box5Left {
  position: relative;
  flex-shrink: 0;
  width: 47.52%;
  height: 4.18rem;
  overflow: hidden;
}
.box5Right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1;
  background: #d1e8ff;
  padding: 0.38rem 0.3rem;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  transform: translateX(-4px);
  z-index: 1;
}
.newsItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.28rem;
  color: #000;
  line-height: 2;
  cursor: pointer;
}
.newsTime {
  flex-shrink: 0;
  font-size: 0.2rem;
  margin-left: 0.15rem;
}
.box5Swiper {
  width: 100%;
  height: 100%;
}
.box5Swiper img {
  width: 99%;
  height: 100%;
}
.box5Pagination .swiper-pagination-bullet {
  background: #a591ff;
  transition: width .3s;
}
.box5Pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  width: 0.4rem;
  border-radius: 0.12rem;
}
.topBoxPagination .swiper-pagination-bullet {
  background: #a591ff;
  transition: width .3s;
}
.topBoxPagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  width: 0.4rem;
  border-radius: 0.12rem;
}
.box9 {
  position: relative;
  background: #fff;
  padding: 0.8rem 0 0.6rem 0.6rem;
}
.box9Left {
  width: 7.8rem;
  font-size: 0.18rem;
}
.box9Left .desc {
  line-height: 1.5;
  margin-bottom: 0.44rem;
}
.box9Left .desc2 {
  color: #888;
  line-height: 1.5;
}
.box9Right {
  position: absolute;
  top: 0.7rem;
  right: 1.2rem;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 0.18rem;
}
.box9Right img {
  display: block;
  width: 1.75rem;
  margin: 0 auto;
}
.box9Right .img2 {
  display: block;
  width: 1.75rem;
  margin: 0 auto;
}
.code2Box {
  margin-left: 0.89rem;
}


.living i {
  background: #0a77fe;
  width: 0.04rem;
  height: 0.23rem;
  display: inline-block;
  margin-left: 0.03rem;
  border-radius: 10px;
}
.living > span {
  white-space: nowrap;
  color: #000;
  margin-left: 0.08rem;
}
.living i.l1 {
  -webkit-animation: .8s .1s living linear infinite backwards normal;
  animation: .8s .1s living linear infinite backwards normal;
  -webkit-animation-delay: -1.1s;
}
.living i.l2 {
  -webkit-animation: .8s .3s living linear infinite backwards normal;
  animation: .8s .3s living linear infinite backwards normal;
  -webkit-animation-delay: -1.3s;
}
.living i.l3 {
  -webkit-animation: .8s .6s living linear infinite backwards normal;
  animation: .8s .6s living linear infinite backwards normal;
  -webkit-animation-delay: -1.6s;
}

@keyframes living {
  0% {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 0 120px;
    -ms-transform-origin: 0 0.2rem;
    transform-origin: 0 0px;
  }
  50% {
    -webkit-transform: scaleY(.95);
    -ms-transform: scaleY(.95);
    transform: scaleY(.3);
    -webkit-transform-origin: 0 0.2rem;
    -ms-transform-origin: 0 0.2rem;
    transform-origin: 0 0.2rem;
  }
  100% {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 0 0.2rem;
    -ms-transform-origin: 0 0.2rem;
    transform-origin: 0 0.2rem;
  }
}

.videoDom {
  width: 100%;
  height: 100%;
}
.countDown {
  /* display: flex; */
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 5.09rem;
  height: 0.64rem;
  background: url('/assets/activity/2025518/images/down-f1e61574ab758c345f4562a1d9cdba49.png') no-repeat;
  background-size: 100% 100%;
  color: #fff;
  font-size: 0.25rem;
  font-weight: 500;
  display: none;
  z-index: 10;
}
.timeImage {
  width: 0.48rem;
  margin-right: 0.1rem;
}



@media screen and (max-width: 768px) {
  #app:after {
    background-position: 0 1rem;
  }
  .contentBox {
    width: 95%;
    padding-bottom: 1.32rem;
  }
  .titleBox {
    padding: 0.35rem 0.2rem;
    z-index: 11;
  }
  .nxinLogo {
    width: auto;
    height: 0.28rem;
    margin-right: 0.1rem;
  }
  .logo518 {
    width: auto;
    height: 0.28rem;
  }
  .logo{
    width: auto;
    height: 0.28rem;
    margin-right: 0.1rem;
  }
  .titleBox .title {
    width: 4.5rem;
    font-size: 0.26rem;
    color: #323333;
    text-align: center;
  }
  .box1 {
    height: 3.8rem;
  }
  .box2 div {
    padding: 0.05em 0.1rem;
  }
  .goodsItem {
    width: calc((100% - 0.24rem) / 2);
  }
  .goodsItem:not(:nth-child(odd)) {
    margin-left: 0.24rem;
  }
  .goodsItem:nth-child(n + 3) {
    margin-top: 0.24rem;
  }
  .box5 {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .box5Left,
  .box5Right {
    width: 100%;
  }
  .box5Left {
    height: 4.18rem;
    cursor: pointer;
  }
  .box5Right {
    padding: 0.25rem 0.3rem;
    transform: translateX(0);
  }
  .newsItem + .newsItem {
    margin-top: 0.15rem;
  }
  .box9 {
    padding: 0.4rem 0.33rem 1.03rem;
  }
  .box9 .box9Left {
    width: auto;
    font-size: 14px;
  }
  .box9Left .desc2 {
    color: #00479D;
  }
  .code2Box {
    margin-left: 0.3rem;
  }
  .box9Right {
    top: auto;
    right: 0.25rem;
    bottom: 0.01rem;
  }
  .box9Right img {
    width: 1.12rem;
  }
  .disBox {
    width: 1.44rem;
    height: 0.9rem;
    font-size: 10px;
  }
  .goodsTitle {
    font-size: 0.28rem;
    margin-bottom: 0.08rem;
  }
  .goodsItem .price1 {
    font-size: 0.32rem;
  }
  .playbackBtn > span {
    display: none;
  }
  .agenda_playbackBtn > span {
    margin-right: -0.7rem;
  }
  .living > span {
    display: none;
  }

  .menuBox {
    flex-direction: column;
    top: 95%;
    right: 0.1rem;
    z-index: 10;
    background: #fff;
    padding: 0 0.32rem;
    border-radius: 0.06rem;
  }
  .menuBox:after {
    position: absolute;
    top: -0.1rem;
    right: 0.1rem;
    content: '';
    width: 0;
    height: 0;
    border-left: 0.15rem solid transparent;
    border-right: 0.15rem solid transparent;
    border-bottom: 0.15rem solid #fff;
    border-radius: 50%;
  }
  .menuItem {
    margin-left: 0 !important;
    padding: 0.26rem 0;
  }
  .menuItem:first-child {
    display: none;
  }
  .menuItem:nth-child(n + 3) {
    border-top: 1px solid #ccc;
  }
  /*znt 分享浮窗*/
  .activity_link {
    position: fixed;
    background: linear-gradient(to bottom, #3db5fe, #5f47d6);
    border: 5px solid rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    top: 50%;
    right: 2.5%;
    padding: 0.2rem 0;
    z-index: 10;
    background-clip: padding-box;
  }

  .activity_link a {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    padding: 0.1rem;
    text-align: center;
    text-decoration: none;
  }
  .activity_link a:last-child {
    border-bottom: 0;
  }

  .activity_link a img {
    width: 0.45rem;
  }

  .f22_rem {
    font-size: 0.27rem;
  }

  .white {
    color: #fff;
  }
}

.signBox {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 500px;
  background: #fff;
  padding: 55px 50px 105px;
  z-index: 99999;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  border-radius: 4px;
  display: none;
  transition: opacity 1s ease, transform 1s ease;

}
.signBox .visible{
  opacity: 1;
  transform: scale(1);
}

.signBox .iconClose {
  position: absolute;
  top: 12px;
  right: 15px;
  width: 12px;
  cursor: pointer;
  padding: 10px;
  opacity: 0.7;
}

.signBox .iconClose:hover {
  opacity: 1;
}

.signBox h1 {
  font-weight: 500;
  color: #3a3d3f;
  font-size: 26px;
  margin-bottom: 35px;
}

.signBox .signTitle {
  display: flex;
  margin-bottom: 8px;
  color: #3a3d3f;
}

.signBox .signTitle .star {
  color: #d2122d;
  font-size: 12px;
  line-height: 22px;
  margin-right: 4px;
}

.signBox .signTitle .titleText {
  font-size: 18px;
}

.signBox .inputBox {
  position: relative;
  width: 350px;
  height: 38px;
  line-height: 38px;
  border: .5px solid;
  border-color: rgba(58, 61, 63, .4);
  border-radius: 4px;
  color: rgb(58, 61, 63);
  outline: none;
  padding: 0 8px;
  box-sizing: border-box;
  margin-bottom: 22px;
}

.signBox select option:checked {
  color: red;
  /* appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none; */
}


.signBox .inputBox:focus {
  border-color: rgba(58, 61, 63, .8);
}

.signBox .inputBox::placeholder {
  color: #bbb;
}

.signBox .submitBtn {
  position: absolute;
  bottom: 5%;
  width: 50%;
  height: 42px;
  background: #367ef5;
  outline: none;
  border: none;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  word-spacing: 8px;
}

@media screen and (max-width: 768px) {
  .signBox {
    width: 90%;
    height: 95%;
    padding: 1rem 0.3rem 0.9rem;
  }

  .signBox h1 {
    font-size: 0.52rem;
    margin-bottom: 0.4rem;
  }

  .signBox .signTitle {
    margin-bottom: 0.1rem;
  }

  .signBox .signTitle .star {
    line-height: 0.4rem;
  }
  .signBox .signTitle .titleText {
    font-size: 0.32rem;
  }

  .signBox .iconClose {
    width: 0.24rem;
  }
  .signBox .signItem {
    width: 90%;
  }
  .signBox .inputBox {
    width: 100%;
    height: 0.7rem;
    font-size: 0.28rem;
    line-height: 0.7rem;
    margin-bottom: 0.38rem;
  }
  .signBox .submitBtn {
    width: 60%;
    height: 0.8rem;
    max-height: 42px;
    font-size: 0.4rem;
  }
}
.activity_link_right {position: fixed;background:rgba(0,12,148,0.5); top:30%;right: 10px;z-index:10;}
.activity_link_right a {display: block;border-bottom:  1px solid #090037;color: #fff;padding: 10px 5px;text-align: center;position: relative;}
.activity_link_right a:last-child {border-bottom: 0;}
.activity_link_right a img {width: 30px;margin-bottom: 5px;}
.activity_link_right a:hover {background-color: #000c94;}
.activity_link_right .activity_pt { background: url(/assets/activity/2025518/images/activity_pt_bg-6674499c634e63f728ab171d377bd3af.png) no-repeat center ;}
.activity_link_right .activity_link_right_qr {position: absolute;background-color: #fff;top:0;left: -170px;padding: 10px;z-index: 100;text-align: center;display: none;}
.activity_link_right .activity_link_right_qr img {width: 140px;}
.activity_link_right .activity_link_right_qr p {line-height: 15px;font-size: 14px;}
.activity_link_right .activity_link_right_qr:after {content: "";position: absolute;top: 25px;right: -20px;border-left: 10px solid #fff;border-top: 10px solid transparent;border-bottom: 10px solid transparent;border-right: 10px solid transparent;}
.activity_link_right a:hover .activity_link_right_qr {display: block;}