@charset "utf-8";
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.marginauto {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.linenowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.flexAuto {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flexCetween {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.flexAlign {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
}
body {
  position: relative;
  z-index: 2;
}
.common__bgs {
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../images/homebg.jpg) center top no-repeat;
  background-size: cover;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  transition: 0.4s;
}
.header.scroll {
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(0.2rem);
}
.header__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  height: 0.92rem;
}
.logo {
  display: block;
  margin-left: 0.3rem;
  position: relative;
  line-height: 1;
}
.logo img {
  display: inline-block;
  width: auto;
  height: 0.34rem;
  transition: 0.4s;
}
.logo img.hide {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.navs {
  display: flex;
  align-items: center;
}
.navs li {
  position: relative;
}
.navs li:hover a i,
.navs li.active a i {
  margin-right: 0.06rem;
  width: 0.15rem;
  height: 0.15rem;
}
.navs li a {
  display: flex;
  align-items: center;
  padding: 0 0.24rem;
  height: 0.52rem;
  color: #fff;
  font-size: 0.14rem;
}
.navs li a i {
  display: inline-block;
  margin-right: 0.06rem;
  width: 0.15rem;
  height: 0.15rem;
  background: url('../images/ico1.svg') no-repeat center;
  background-size: cover;
  width: 0;
  height: 0;
  margin-right: 0;
  transition: 0.35s;
}
.banner__box {
  position: relative;
  z-index: 2;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner__box:before {
  position: absolute;
  left: 0;
  bottom: 0rem;
  z-index: -1;
  content: "";
  width: 100%;
  height: 29.79vw;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 1.38%, #000000 41.92%);
}
.banner__ai {
  padding: 2.9rem 0 2.08rem;
}
.banner__imgs {
  margin-bottom: 2.86rem;
  text-align: center;
}
.banner__imgs img {
  display: inline-block;
  width: auto;
  height: 3.34rem;
}
.banner__address {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.banner__address span {
  display: inline-flex;
  align-items: center;
  margin-right: 0.1rem;
  color: #fff;
  font-size: 0.18rem;
}
.banner__address span:last-child {
  margin-right: 0;
}
.banner__address span img {
  display: inline-block;
  margin-right: 4px;
  width: 0.2rem;
  height: auto;
}
.common__title {
  display: flex;
  align-items: center;
  line-height: 1;
}
.common__title .common__tt {
  display: block;
  line-height: 1;
  color: #181F27;
  font-size: 0.78rem;
  line-height: 0.9rem;
  font-weight: normal;
  overflow: hidden;
}
.common__title small {
  display: inline-block;
  margin-left: 0.26rem;
  font-size: 0.92rem;
  text-transform: uppercase;
  font-family: "Gilroy-Light";
  color: #D3E5FE;
  line-height: 0;
}
.common__title1 small {
  color: #D3E5FE;
  opacity: 0.2 !important;
}
.peatuers {
  padding-bottom: 1.4rem;
}
.peatuers .common__tt {
  color: #fff;
}
.peatuers small {
  opacity: 0.2;
}
.peatuers__list {
  margin-top: 0.46rem;
  display: flex;
}
.peatuers__list li {
  flex: 1;
  margin-left: -1px;
  padding: 0 0 0.6rem;
  position: relative;
  z-index: 3;
  background: #000000;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.peatuers__list li:hover:before {
  background: url(../images/peatuerbg2.png) center no-repeat;
  background-size: cover;
}
.peatuers__list li:hover b img {
  transform: translateY(-5px);
}
.peatuers__list li:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/peatuerbg1.png) center no-repeat;
  background-size: cover;
  transition: 0.4s;
}
.peatuers__list li b {
  display: flex;
  position: relative;
  width: 100%;
  height: 1.96rem;
  line-height: 1;
}
.peatuers__list li b img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  transition: 0.4s;
}
.peatuers__list li strong {
  display: block;
  padding: 0 0.36rem;
  margin-top: 3px;
  color: #fff;
  font-size: 0.36rem;
  line-height: 0.44rem;
  font-weight: normal;
}
.peatuers__list li p {
  margin-top: 0.12rem;
  padding: 0 0.36rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.14rem;
  line-height: 0.22rem;
}
.peatuers__data {
  margin-top: 1.05rem;
  display: flex;
  justify-content: space-between;
}
.peatuers__data li strong {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 0.62rem;
  font-weight: lighter;
  font-family: "Gilroy-Light";
}
.peatuers__data li p {
  margin-top: 0.12rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.18rem;
  line-height: 0.26rem;
}
.peatuers__data li p span {
  color: #fff;
}
.main {
  margin: 0 0.26rem;
  padding: 1.4rem 0;
  background: #ECF5FF url(../images/mainbg.png) center top no-repeat;
  background-size: cover;
}
.conference__top {
  margin-bottom: 0.46rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.common__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 3;
  width: 2.04rem;
  height: 0.66rem;
  border: 1px solid #2C68FF;
  color: #181F27;
  font-size: 0.16rem;
}
.common__btn a:hover {
  color: #fff;
  border-color: transparent;
}
.common__btn a:hover svg path {
  fill: #fff;
  opacity: 1;
}
.common__btn a:hover:before {
  opacity: 1;
  visibility: visible;
}
.common__btn a:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/bg1.jpg) center no-repeat;
  background-size: cover;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
}
.common__btn a svg {
  margin-left: 0.1rem;
  width: 0.26rem;
}
.common__btn a svg path {
  fill: #586376;
  opacity: 0.6;
  transition: 0.38s;
}
.conference__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.conference__list li {
  position: relative;
  z-index: 1;
  border: 1px solid #CFD7EB;
  margin-top: -1px;
  margin-left: -1px;
  background: #fff;
  transition: 0.3s;
}
.conference__list li:hover {
  background: rgba(87, 126, 255, 0.1);
  border-color: #2c68ff;
  z-index: 2;
}
.conference__list li:hover:before {
  opacity: 1;
  visibility: visible;
}
.conference__list li:hover figure {
  border-color: rgba(44, 104, 255, 0.5);
}
.conference__list li:hover figure:before {
  opacity: 1;
  transform: scale(1);
}
.conference__list li:hover .conference__info {
  border-top-color: #2c68ff;
}
.conference__list li:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(87, 126, 255, 0.1), rgba(87, 126, 255, 0.1)), linear-gradient(217.47deg, rgba(0, 238, 255, 0) 76.45%, rgba(0, 238, 255, 0.2) 111.61%), linear-gradient(20.71deg, rgba(132, 44, 255, 0) 68.4%, rgba(206, 170, 255, 0.2) 113.15%);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.conference__imgs {
  padding: 0.16rem;
}
.conference__imgs figure {
  position: relative;
  padding-bottom: 91.129%;
  text-align: center;
  border: 1px solid rgba(207, 215, 235, 0.8);
  background: #ecf5ff;
  transition: 0.3s;
}
.conference__imgs figure:before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  content: "";
  width: 9px;
  height: 9px;
  background: #2C68FF;
  opacity: 0;
  transform: scale(0);
  transition: 0.3s;
}
.conference__imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  top: auto;
}
.conference__info {
  padding: 0.2rem 0.32rem;
  padding-right: 0.06rem;
  border-top: 1px solid rgba(207, 215, 235, 0.8);
  transition: 0.3s;
}
.conference__info strong {
  display: block;
  margin-bottom: 0.08rem;
  color: #181F27;
  font-size: 0.24rem;
  line-height: 0.32rem;
  font-weight: normal;
  font-family: "PingFang-medium";
}
.conference__info p {
  color: #586376;
  font-size: 0.14rem;
  line-height: 0.22rem;
}
.agendas {
  margin-top: 1.2rem;
}
.agenda__item {
  margin-bottom: 0.7rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.agenda__year {
  width: 3.4rem;
  font-size: 0.92rem;
  line-height: 0.5;
}
.agenda__year time {
  font-family: "Gilroy-Light";
  line-height: 1;
}
.agenda__year img {
  display: inline-block;
  height: 0.9rem;
}
.agenda__main {
  flex: 1;
  width: 0;
}
.main__forum {
  padding: 0.35rem 0.65rem 0.45rem 0.65rem;
  position: relative;
  z-index: 2;
  border: 1px solid #2C68FF;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(50px);
}
.main__forum:hover:after {
  opacity: 1;
  visibility: visible;
}
.main__forum:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 9px;
  height: 9px;
  background: #2C68FF;
}
.forum__info {
  position: relative;
  margin-bottom: 0.32rem;
}
.forum__info strong {
  display: block;
  margin-bottom: 0.08rem;
  color: #944BF1;
  font-size: 0.38rem;
  line-height: 1.684;
  font-weight: 600;
  font-family: "PingFang-medium";
}
.forum__info small {
  display: block;
  position: absolute;
  right: -0.3rem;
  top: 0;
  line-height: 1;
  background-image: linear-gradient(0deg, #CAC4FF, #CAC4FF), linear-gradient(296.37deg, rgba(9, 157, 253, 0) 5.89%, #508DFF 86.14%), linear-gradient(92.81deg, rgba(31, 105, 255, 0.5) 26.72%, rgba(206, 161, 255, 0.5) 94.5%), radial-gradient(29.84% 69.52% at 25.26% 16.92%, rgba(72, 97, 255, 0.8) 0%, rgba(80, 141, 255, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, radial-gradient(52.73% 101.84% at -17.63% 126.15%, rgba(240, 247, 255, 0.6) 0%, rgba(255, 255, 255, 0) 88.09%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, linear-gradient(0deg, rgba(91, 37, 255, 0.1), rgba(91, 37, 255, 0.1));
  -webkit-background-clip: text;
  color: transparent;
  font-size: 0.4rem;
  text-transform: uppercase;
}
.forum__info p {
  color: #586376;
  font-size: 0.14rem;
  line-height: 0.22rem;
  width: 77.25%;
}
.forum__info p span {
  color: #944BF1;
}
.forum__info time {
  display: block;
  margin-top: 0.2rem;
  line-height: 1;
  color: #944BF1;
  font-size: 0.24rem;
  line-height: 0.4rem;
  font-weight: 600;
}
.forum__list {
  border: 1px solid #CFD7EB;
}
.forum__list li {
  display: flex;
}
.forum__list li:last-child .forum__text {
  border-bottom: none;
}
.forum__time {
  box-sizing: border-box;
  padding-left: 0.24rem;
  padding-top: 0.24rem;
  width: 1.48rem;
  color: #181F27;
  font-weight: 600;
  font-size: 0.18rem;
  line-height: 0.24rem;
}
.forum__time b {
  font-weight: normal;
}
.forum__text {
  flex: 1;
  padding: 0.24rem 0.32rem;
  position: relative;
  width: 0;
  border-bottom: 1px solid #CFD7EB;
  border-left: 1px solid #CFD7EB;
}
.forum__text:before {
  position: absolute;
  left: -0.05rem;
  top: 0.3rem;
  content: "";
  width: 0.09rem;
  height: 0.09rem;
  background: #CCD4EA;
}
.forum__text strong {
  display: block;
  margin-bottom: 0.08rem;
  color: #181F27;
  font-size: 0.18rem;
  line-height: 0.24rem;
  font-weight: 600;
  font-family: "PingFang-medium";
}
.forum__text p {
  color: #586376;
  font-size: 0.14rem;
  line-height: 0.22rem;
}
.agenda__li {
  display: flex;
  flex-wrap: wrap;
}
.agenda__li > li {
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.32rem 0.48rem 0;
  min-height: 2.84rem;
  margin-top: -1px;
  z-index: 2;
  width: 50%;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(50px);
  border: 1px solid #2C68FF;
  cursor: pointer;
}
.agenda__li > li.blue:hover .agenda__tops strong {
  color: #2C68FF;
}
.agenda__li > li.blue .agenda__tops span {
  color: #2C68FF;
}
.agenda__li > li.blue .agenda__ai span,
.agenda__li > li.blue .agenda__ai time {
  color: #2C68FF;
  border-color: #2C68FF;
}
.agenda__li > li.blue .agenda__btns {
  background: #2C68FF;
}
.agenda__li > li.green:hover .agenda__tops strong {
  color: #3DB4B4;
}
.agenda__li > li.green .agenda__tops span {
  color: #3DB4B4;
}
.agenda__li > li.green .agenda__ai span,
.agenda__li > li.green .agenda__ai time {
  color: #3DB4B4;
  border-color: #3DB4B4;
}
.agenda__li > li.green .agenda__btns {
  background: #3DB4B4;
}
.agenda__li > li:nth-child(2n+2) {
  border-left: none;
}
.agenda__li > li:hover:after {
  opacity: 1;
  visibility: visible;
}
.agenda__li > li:hover .agenda__btns {
  opacity: 1;
  visibility: visible;
}
.agenda__li > li:hover .agenda__tops strong {
  color: #944BF1;
}
.agenda__li > li:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 9px;
  height: 9px;
  background: #2C68FF;
}
.agenda__li > li:after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(87, 126, 255, 0.1), rgba(87, 126, 255, 0.1)), linear-gradient(217.47deg, rgba(0, 238, 255, 0) 76.45%, rgba(0, 238, 255, 0.2) 111.61%), linear-gradient(20.71deg, rgba(132, 44, 255, 0) 68.4%, rgba(206, 170, 255, 0.2) 113.15%), radial-gradient(211.78% 124.47% at 50% 50%, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.agenda__tops span {
  display: block;
  margin-bottom: 4px;
  color: #944BF1;
  font-size: 0.14rem;
  line-height: 0.22rem;
  font-family: "PingFang-medium";
}
.agenda__tops strong {
  display: block;
  margin-bottom: 0.08rem;
  color: #181F27;
  font-size: 0.24rem;
  line-height: 0.32rem;
  font-weight: 600;
  transition: 0.3s;
  font-family: "PingFang-medium";
}
.agenda__tops p {
  color: #586376;
  font-size: 0.14rem;
  line-height: 0.22rem;
  min-height: 0.44rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.agenda__down {
  margin-top: 0.4rem;
}
.agenda__ai {
  display: flex;
  align-items: center;
  margin-bottom: 0.45rem;
  flex-wrap: wrap;
}
.agenda__ai time {
  display: inline-block;
  margin-right: 0.15rem;
  color: #944BF1;
  font-size: 0.24rem;
  line-height: 0.32rem;
  font-family: "PingFang-medium";
  font-weight: 600;
}
.agenda__ai span {
  display: inline-flex;
  align-items: center;
  padding: 0 0.16rem;
  height: 0.28rem;
  border: 1px solid #944BF1;
  color: #944BF1;
  font-size: 0.14rem;
}
.agenda__hide {
  margin-top: -0.1rem;
  display: none;
}
.agenda__hide .forum__list li .forum__time {
  padding-left: 0.13rem;
  color: #944BF1;
  width: 1.17rem;
  font-size: 0.14rem;
}
.agenda__btns {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 3;
  padding: 0 0.16rem;
  display: flex;
  align-items: center;
  height: 0.4rem;
  background: #944BF1;
  color: #fff;
  font-size: 0.14rem;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  display: none;
}
.agenda__btns.active img {
  transform: rotate(180deg);
}
.agenda__btns img {
  display: inline-block;
  margin-left: 0.08rem;
  width: 0.12rem;
  height: auto;
  transform: rotate(-90deg);
  transition: 0.3s;
}
.pop__agenda {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.4s ease;
  background: rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(15px);
}
.pop__agenda.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: visible;
}
.pop__bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.pop__agenda--wr {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.pop__agenda--wr .agenda__main {
  position: relative;
  box-sizing: border-box;
  padding: 0.32rem 0.48rem 0.48rem;
  background: linear-gradient(0deg, #ECF5FF, #ECF5FF), linear-gradient(0deg, rgba(87, 126, 255, 0.1), rgba(87, 126, 255, 0.1)), linear-gradient(217.47deg, rgba(0, 238, 255, 0) 76.45%, rgba(0, 238, 255, 0.2) 111.61%), linear-gradient(20.71deg, rgba(132, 44, 255, 0) 68.4%, rgba(206, 170, 255, 0.2) 113.15%), radial-gradient(211.78% 124.47% at 50% 50%, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
}
.pop__agenda--wr .agenda__tops p {
  min-height: auto;
}
.pop__agenda--wr .forum__list {
  background: rgba(255, 255, 255, 0.5);
}
.agenda__close {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #944BF1;
  z-index: 3;
  width: 0.5rem;
  height: 0.5rem;
  cursor: pointer;
}
.agenda__close:hover span {
  transform: rotate(180deg);
}
.agenda__close span {
  display: inline-block;
  width: 0.16rem;
  height: 0.16rem;
  background: url(../images/close.svg) center no-repeat;
  background-size: cover;
  transition: 0.35s;
}
.activity {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.activity__left {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 3.4rem;
}
.activity__tt {
  display: block;
  line-height: 1;
  color: #181F27;
  font-size: 0.48rem;
  font-weight: normal;
  font-family: "PingFang-medium";
}
.activity__btn {
  display: flex;
  align-items: center;
}
.activity__btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  width: 0.58rem;
  height: 0.58rem;
  border: 1px solid #939DAD;
  transition: 0.4s;
  cursor: pointer;
}
.activity__btn span:hover {
  border-color: #2C68FF;
}
.activity__btn span:hover svg path {
  fill: #2C68FF;
  opacity: 1;
}
.activity__btn span svg {
  width: 0.15rem;
}
.activity__btn span svg path {
  fill: #586376;
  opacity: 0.6;
  transition: 0.4s;
}
.activity__wraps {
  padding-left: 1px;
  width: calc(100% - 3.4rem);
  border-right: 1px solid #2C68FF;
  overflow: hidden;
}
.activity__swiper {
  transition: 0s;
  width: 100%;
}
.activity__swiper > .swiper-wrapper {
  width: 100% !important;
}
.activity-slide {
  box-sizing: border-box;
  padding: 0.16rem 0.16rem 0;
  height: auto;
  width: 50%;
  border: 1px solid #2C68FF;
  background: rgba(255, 255, 255, 0.7);
  border-right: none;
}
.activity-slide:hover figure img {
  transform: scale(1.06);
}
.activity-slide:hover .acticity__info strong {
  color: #2C68FF;
}
.activity-slide figure {
  position: relative;
  display: block;
  padding-bottom: 56.513%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.activity-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.activity-slide figure img {
  transition: 0.68s;
}
.acticity__info {
  padding: 0.2rem 0.24rem 0.36rem;
}
.acticity__info strong {
  display: block;
  margin-bottom: 0.1rem;
  color: #181F27;
  font-size: 0.24rem;
  line-height: 0.4rem;
  font-weight: 600;
  font-family: "PingFang-medium";
  transition: 0.4s;
}
.acticity__info p {
  color: #586376;
  font-size: 0.14rem;
  line-height: 0.22rem;
}
.review {
  padding: 1.4rem 0;
}
.review .common__title .common__tt {
  color: #fff;
}
.review__wrap {
  margin-top: 0.46rem;
}
.review__btn {
  display: flex;
}
.review__btn li {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  flex: 1;
  margin-left: -1px;
  height: 0.58rem;
  border: 1px solid #595959;
  cursor: pointer;
  color: #FFFFFF;
  font-size: 0.16rem;
  background: rgba(0, 0, 0, 0.8);
}
.review__btn li:hover:before,
.review__btn li.active:before {
  opacity: 1;
  visibility: visible;
}
.review__btn li:before {
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: -1px;
  right: -1px;
  z-index: -1;
  content: "";
  background: url(../images/bg1.jpg) center no-repeat;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.review__item {
  display: none;
}
.review__item:first-child {
  display: block;
}
.review__list {
  display: flex;
  border-left: 1px solid #595959;
}
.review-slide {
  box-sizing: border-box;
  margin-top: -1px;
  padding: 0.16rem;
  display: flex;
  flex-direction: column;
  height: auto;
  width: 33.333%;
  border: 1px solid #595959;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(30px);
  border-left: none;
}
.review-slide a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.review-slide:hover figure img {
  transform: scale(1.05);
}
.review-slide figure {
  position: relative;
  display: block;
  padding-bottom: 56.651%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.review-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.review-slide figure img {
  transition: 0.65s;
}
.review__text {
  padding: 0.2rem 0.24rem;
  position: relative;
  z-index: 2;
  flex: 1;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.review__text:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2) url(../images/bg3.png) center no-repeat;
  background-size: cover;
}
.review__text small {
  display: block;
  margin-bottom: 0.08rem;
  color: #FFFFFF;
  opacity: 0.7;
  font-size: 0.14rem;
  line-height: 0.22rem;
}
.review__text strong {
  display: block;
  color: #FFFFFF;
  font-size: 0.24rem;
  line-height: 0.32rem;
  font-family: "PingFang-medium";
  font-weight: normal;
  min-height: 0.64rem;
}
.tichets {
  padding: 1.24rem 0 1.56rem;
  margin: 0 0.3rem;
  position: relative;
  z-index: 3;
  background: #ECF5FF;
}
.tichets:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/bg2.png) center top no-repeat;
  background-size: cover;
}
.tichets__wrap {
  margin-bottom: 1.2rem;
}
.tichets__list {
  margin-top: 0.46rem;
  display: grid;
  gap: 0 0.2rem;
  grid-template-columns: repeat(2, 1fr);
}
.tichets__list li {
  display: flex;
  flex-direction: column;
  position: relative;
  background: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  background: url(../images/ticketsbg.png) center no-repeat;
  background-size: 100% 100% !important;
}
.tichets__tops {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 0.3rem 0.43rem 0.24rem;
}
.tichets__tops:before {
  content: "";
  position: absolute;
  left: 0.12rem;
  right: 0.12rem;
  bottom: 0;
  border-bottom: 1px dashed #CFD7EB;
}
.tichets__title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.tichets__title strong {
  display: block;
  color: #181F27;
  font-size: 0.36rem;
  line-height: 0.44rem;
  font-weight: normal;
  font-family: "PingFang-medium";
}
.tichets__title img {
  display: inline-block;
  width: 0.52rem;
  height: auto;
  line-height: 0;
}
.tichets__tag p {
  padding-left: 0.28rem;
  margin-bottom: 0.09rem;
  color: #181F27;
  font-size: 0.16rem;
  line-height: 0.26rem;
  background: url(../images/sele.svg) left center no-repeat;
  background-size: 0.17rem auto;
}
.tichets__tag p:last-child {
  margin-bottom: 0;
}
.tichets__price {
  padding: 0.24rem 0.43rem 0.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tichets__price strong {
  display: block;
  line-height: 1;
  color: #181F27;
  font-size: 0.24rem;
  font-weight: normal;
  font-family: "Gilroy-Light";
}
.tichets__price strong b {
  display: inline-block;
  margin-right: 0.1rem;
  font-weight: normal;
  background-image: linear-gradient(109.3deg, #7CDCFF -28.17%, #5E8FF2 41.18%, #9A4CED 99.48%);
  -webkit-background-clip: text;
  color: transparent;
  font-size: 0.6rem;
}
.support__item {
  display: none;
}
.support__item:first-child {
  display: block;
}
.tichets__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.83rem;
  height: 0.61rem;
  font-size: 0.18rem;
  background: url(../images/bg1.jpg) center no-repeat;
  background-size: cover;
  transition: 0.3s;
}
.support__tops {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.46rem;
}
.support__btn {
  display: flex;
}
.support__btn li {
  margin-right: 0.08rem;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  padding: 0 0.3rem;
  height: 0.42rem;
  border: 1px solid #C9CFE3;
  color: #181F27;
  font-size: 0.16rem;
  font-family: "PingFang-medium";
  font-weight: bold;
  cursor: pointer;
  transition: 0.32s;
}
.support__btn li:hover,
.support__btn li.active {
  color: #fff;
}
.support__btn li:hover:before,
.support__btn li.active:before {
  opacity: 1;
  visibility: visible;
}
.support__btn li:before {
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  content: "";
  background: url(../images/bg1.jpg) center no-repeat;
  background-size: cover;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: 0.38s;
}
.support__btn li:last-child {
  margin-right: 0;
}
.support__list {
  display: grid;
  gap: 0.13rem;
  grid-template-columns: repeat(7, 1fr);
}
.support__list li:hover figure {
  transform: translateY(-5px);
}
.support__list li figure {
  transition: 0.4s;
  border: 1px solid #CFD7EB;
  background: #ffffff;
}
.support__list li figure img {
  display: block;
  width: 100%;
  height: auto;
}
.home__about {
  margin: auto;
  padding: 2.7rem 0 2.46rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 12rem;
}
.about__logo img {
  display: inline-block;
  width: auto;
  height: 1.32rem;
}
.about__infos {
  flex: 1;
  margin-left: 0.6rem;
  width: 0;
}
.about__infos strong {
  display: block;
  margin-bottom: 0.32rem;
  line-height: 1.1;
  color: #fff;
  font-size: 0.78rem;
  font-weight: bold;
  font-family: "PingFang-medium";
}
.about__texts {
  color: #FFFFFF;
  font-size: 0.14rem;
  line-height: 0.22rem;
  opacity: 0.7;
}
.about__texts p {
  margin-bottom: 0.08rem;
}
.about__texts p:last-child {
  margin-bottom: 0;
}
.footer {
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.38rem;
  width: 13.2rem;
}
.footer__icp > img {
  display: inline-block;
  width: auto;
  height: 0.32rem;
}
.footer__icp p {
  margin-top: 0.1rem;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  font-size: 0.16rem;
  line-height: 0.24rem;
}
.footer__icp p img {
  display: inline-block;
  margin-right: 0.1rem;
  width: 0.21rem;
}
.footer__address {
  display: flex;
}
.address__item {
  margin-right: 0.8rem;
}
.address__item:last-child {
  margin-right: 0;
}
.address__item p {
  margin-bottom: 0.05rem;
  color: #fff;
  font-size: 0.16rem;
  line-height: 0.24rem;
}
.address__item a {
  display: block;
  color: #FFFFFF;
  font-size: 0.16rem;
  line-height: 0.24rem;
  min-height: 0.24rem;
}
.address__item a:last-child {
  text-decoration: underline;
}
