@charset "UTF-8";
@font-face {
  font-family: HuaweiSans;
  src: url("../css/fonts/HuaweiSans-Regular.ttf") format("woff");
}

@media screen and (min-width: 769px) {
  .mb {
    display: none;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Microsoft YaHei, HuaweiSans, Arial, sans-serif;
}

a {
  text-decoration: none;
}

.wrap {
  width: 100%;
  background-image: url("../images/bg_page_pc.jpg");
  background-size: 100% 100%;
  background-position: center 684px;
  background-repeat: no-repeat;
  font-size: 0;
  position: relative;
}

.safeplace {
  position: relative;
  width: 1320px;
  margin: 0 auto;
  transform-origin: center;
}

.safeplace ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #fff;
}

.safeplace ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #ddd;
}

.safeplace ::-webkit-scrollbar-track {
  background-color: transparent;
}

.section-title {
  display: flex;
  justify-content: center;
  margin-bottom: 84px;
}

.section-title span {
  position: relative;
  font-size: 54px;
  line-height: 1;
  font-weight: bold;
  color: #333333;
}

.section-title span::after {
  content: '';
  position: absolute;
  width: 60px;
  height: 4px;
  background: #c7000b;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}

.section-title.reverse span {
  color: #ffffff;
}

.section-title.reverse span::after {
  background: #ffffff;
}

.section-title.award-title {
  padding-top: 100px;
}

.section-title.award-title .award-img {
  width: 617px;
  height: 464px;
  object-fit: cover;
  position: absolute;
  top: -185px;
  left: 275px;
}

.section-title.award-title span {
  z-index: 4;
}

.e-module {
  width: 100%;
  position: relative;
  color: #333;
  background: #ccc;
  padding: 10px 0;
  z-index: 99;
  box-sizing: border-box;
  text-align: center;
  display: none;
}

.e-module p {
  line-height: 1.95;
  padding: 2px 80px 2px 0;
  display: inline-block;
  max-width: none;
  font-size: 14px;
  position: relative;
}

.e-module a {
  text-decoration: underline;
  color: #333;
  position: relative;
  outline-style: none;
  cursor: pointer;
}

.e-module a.close {
  text-decoration: none;
}

.e-module a.close {
  line-height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  opacity: inherit;
}

.e-module a.close img {
  width: 24px;
  height: 24px;
  margin: 3px 0;
}

.float-module {
  padding-left: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(6px);
  border-radius: 0 20px 20px 0;
  position: fixed;
  top: 50%;
  left: 0;
  background-repeat: no-repeat;
  background-size: 0 100%;
  transform: translateY(-50%);
  z-index: 10;
}

.float-module .items {
  width: 220px;
  height: auto;
  transform: scale(0.8);
}

.float-module .item {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 25px;
  color: #333333;
  position: relative;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
  white-space: nowrap;
}

.float-module .item span {
  pointer-events: auto;
  display: inline-block;
}

.float-module .item:hover {
  background: linear-gradient(90deg, #3dbefb 0%, #669efc 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.float-module .item.active {
  background: linear-gradient(90deg, #3dbefb 0%, #669efc 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.float-module .item.active:before {
  width: 60px;
  height: 2px;
  content: '';
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/icon_nav.png") no-repeat;
  background-size: 100% 100%;
}

.header-module {
  padding: 6px;
  border-radius: 55px;
  border: 1px solid #ffffff;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}

.header-module .contain {
  min-width: 1300px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 55px;
}

.header-module .contain .logo {
  width: 120px;
  height: 36px;
  margin-left: 30px;
  object-fit: cover;
}

.header-module .contain .line {
  width: 1px;
  height: 20px;
  margin: 0 40px;
  background: #000000;
}

.header-module .contain .menu-list {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header-module .contain .menu-list .menu-item {
  padding: 15px 56px;
  box-sizing: border-box;
  position: relative;
}

.header-module .contain .menu-list .menu-item span {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  white-space: nowrap;
  position: relative;
  z-index: 100;
}

.header-module .contain .menu-list .menu-item.more {
  position: relative;
}

.header-module .contain .menu-list .menu-item.more .dropdown {
  width: 100%;
  box-sizing: border-box;
  padding: 50px 0 0 0;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 25px;
  border: 1px solid #ffffff;
  backdrop-filter: blur(16px);
  overflow: hidden;
  display: none;
  z-index: 98;
  position: absolute;
  top: 0;
  left: 0;
}

.header-module .contain .menu-list .menu-item.more .dropdown .dropdown-item {
  padding: 10px 20px;
  text-align: center;
  font-size: 14px;
  color: #333333;
  cursor: pointer;
  transition: background-color 0.3s;
  white-space: nowrap;
}

.header-module .contain .menu-list .menu-item.more .dropdown .dropdown-item:hover {
  background-color: #f0f0f0;
  color: #c7000b;
}

.header-module .contain .menu-list .menu-item.more span::after {
  content: '';
  width: 11px;
  height: 5px;
  background: url("../images/down-arrow-black.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(calc(100% + 10px), -50%);
  z-index: 99;
}

.header-module .contain .menu-list .menu-item:hover::after {
  content: '';
  width: 100%;
  height: 100%;
  background: url("../images/menu-item-active.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

.header-module .contain .menu-list .menu-item:hover span {
  color: #c7000b;
}

.header-module .contain .menu-list .menu-item:hover.more .dropdown {
  display: block;
}

.header-module .contain .menu-list .menu-item:hover.more span::after {
  transform: translate(calc(100% + 10px), -50%) rotate(180deg);
  background: url("../images/down-arrow-red.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.header-module .contain .language-box {
  margin-left: auto;
  position: relative;
}

.header-module .contain .language-box .dropdown {
  width: 100%;
  box-sizing: border-box;
  padding: 50px 0 0 0;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 25px;
  border: 1px solid #ffffff;
  backdrop-filter: blur(16px);
  overflow: hidden;
  display: none;
  z-index: 98;
  position: absolute;
  top: 0;
  left: 0;
}

.header-module .contain .language-box .dropdown .dropdown-item {
  width: 100%;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  color: #333333;
  cursor: pointer;
  transition: background-color 0.3s;
}

.header-module .contain .language-box .dropdown .dropdown-item:hover {
  background-color: #f0f0f0;
  color: #c7000b;
}

.header-module .contain .language-box:hover .dropdown {
  display: block;
}

.header-module .contain .language-btn {
  padding: 14px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #000000 0%, #003a7c 100%);
  border-radius: 63px;
  position: relative;
  z-index: 99;
}

.header-module .contain .language-btn img:nth-child(1) {
  width: 21px;
  height: 21px;
  object-fit: cover;
}

.header-module .contain .language-btn span {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  white-space: nowrap;
}

.header-module .contain .language-btn img:nth-child(3) {
  width: 11px;
  height: 5.5px;
  object-fit: cover;
}

.header-module .contain .calender-btn {
  margin-left: 20px;
  padding: 14px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  background: #c7000b;
  border-radius: 63px;
}

.header-module .contain .calender-btn img:nth-child(1) {
  width: 21px;
  height: 21px;
  object-fit: cover;
}

.header-module .contain .calender-btn span {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  white-space: nowrap;
}

.header-module .contain .calender-btn img:nth-child(3) {
  width: 5.5px;
  height: 11px;
  object-fit: cover;
}

.page-pagination {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.page-pagination .swiper-pagination-bullet {
  width: 25px;
  height: 6px;
  background: #d64a52;
  border-radius: 3px;
}

.page-pagination .swiper-pagination-bullet-active {
  width: 40px;
  background: #c7000b;
}

.banner {
  width: 100%;
  position: relative;
  z-index: 1;
}

.banner.en .safeplace.sp {
  width: auto;
}

.banner .banner-img {
  width: 100%;
}

.banner .banner-img.pc {
  display: block;
}

.banner .banner-img.mb {
  display: none;
}

.banner::before {
  content: '';
  width: 100%;
  height: 537px;
  background: url("../images/banner-top-mask.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.banner::after {
  content: '';
  width: 100%;
  height: 1125px;
  display: none;
  background: url("../images/banner-bottom-mask.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 509px;
  left: 0;
  z-index: 2;
}

.banner .banner-text {
  padding: 15px 20px;
  background: linear-gradient(90deg, #98deff 0%, #669efc 100%);
  border-radius: 20px;
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
}

.banner .banner-text span {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
}

.live {
  width: 100%;
  height: 1750px;
  padding-top: 175px;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  background: url("../images/live-back.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.live .live-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.live .live-container .live-title {
  width: 1140px;
  height: auto;
  margin: 0 auto;
}

.live .live-container .live-title.pc {
  display: block;
}

.live .live-container .live-title.mb {
  display: none;
}

.live .live-container .live-contain {
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.live .live-container .live-contain .left {
  width: 860px;
  height: 550px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.live .live-container .live-contain .left .live-type {
  width: 100%;
  height: 60px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  position: absolute;
  top: 0;
  left: 0;
}

.live .live-container .live-contain .left .live-type .live-item {
  width: 50%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666666;
  font-size: 18px;
  font-weight: 400;
  background: #f3f7ff;
  text-align: center;
  border-radius: 10px 10px 0 0;
  border: 1px solid #ffffff;
  cursor: pointer;
}

.live .live-container .live-contain .left .live-type .live-item.active {
  height: 80px;
  font-size: 22px;
  color: #333333;
  font-weight: bold;
  background: #e7edff;
}

.live .live-container .live-contain .left .living {
  width: 100%;
  height: 483.75px;
  margin-top: 60px;
  background: #666666;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  display: none;
  position: relative;
  box-sizing: border-box;
}

.live .live-container .live-contain .left .living iframe {
  width: calc(100% + 2px);
  height: calc(100% + 3px);
  border: none;
  transform: translateX(-1px, -1px);
}

.live .live-container .live-contain .left .living.active {
  display: block;
}

.live .live-container .live-contain .right {
  width: 360px;
  height: 550px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  border: 1px solid #ffffff;
  background: url("../images/live-right-back.png");
  background-color: #ffffff;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.live .live-container .live-contain .right .date-list {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  display: none;
}

.live .live-container .live-contain .right .date-list .date-item {
  width: 100%;
  padding: 18px 22px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #ffffff;
  position: relative;
  cursor: pointer;
}

.live .live-container .live-contain .right .date-list .date-item span {
  color: #666666;
  font-size: 22px;
  font-weight: 400;
  white-space: nowrap;
}

.live .live-container .live-contain .right .date-list .date-item.active {
  background: linear-gradient(to right, #ffffff, #fff5f6);
}

.live .live-container .live-contain .right .date-list .date-item.active::after {
  content: '';
  width: 40px;
  height: 1px;
  background: #c7000b;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}

.live .live-container .live-contain .right .date-list .date-item.active span {
  color: #333333;
  font-weight: bold;
}

.live .live-container .live-contain .right .agenda-list {
  width: 100%;
  height: 550px;
  padding: 20px 10px 20px 20px;
  box-sizing: border-box;
  display: none;
  flex-direction: column;
  align-items: center;
}

.live .live-container .live-contain .right .agenda-list.active {
  display: flex;
}

.live .live-container .live-contain .right .agenda-list .agenda-group {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: none;
  overflow-y: auto;
}

.live .live-container .live-contain .right .agenda-list .agenda-group::-webkit-scrollbar {
  width: 3px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.05);
}

.live .live-container .live-contain .right .agenda-list .agenda-group::-webkit-scrollbar-thumb {
  background: #c7000b;
  border-radius: 3px;
}

.live .live-container .live-contain .right .agenda-list .agenda-group.active {
  display: block;
}

.live .live-container .live-contain .right .agenda-list .agenda-group .agenda-item {
  width: calc(100% - 8px);
  padding: 20px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

.live .live-container .live-contain .right .agenda-list .agenda-group .agenda-item:first-child {
  padding-top: 0;
}

.live .live-container .live-contain .right .agenda-list .agenda-group .agenda-item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.live .live-container .live-contain .right .agenda-list .agenda-group .agenda-item .agenda-title {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  transform: translateX(8px);
  position: relative;
}

.live .live-container .live-contain .right .agenda-list .agenda-group .agenda-item .agenda-title span {
  font-weight: 400;
}

.live .live-container .live-contain .right .agenda-list .agenda-group .agenda-item .agenda-title::before {
  content: '';
  width: 2px;
  height: 16px;
  background: linear-gradient(to right, #c7000b, rgba(199, 0, 11, 0));
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
}

.live .live-container .live-contain .right .agenda-list .agenda-group .agenda-item .agenda-time {
  color: #999999;
  font-size: 12px;
  font-weight: 400;
}

.awards {
  width: 100%;
  padding: 100px 0 70px;
  box-sizing: border-box;
}

.awards .awards-list {
  width: 100%;
}

.awards .awards-list.golden-awards-swiper .awards-item {
  background: url("../images/award-item-back.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.awards .awards-list.golden-awards-swiper .awards-item:hover {
  background: url("../images/award-item-back-active.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.awards .awards-list.golden-awards-swiper .awards-item .award-winner {
  width: 460px;
}

.awards .awards-list .awards-item {
  width: 386px;
  height: auto;
  padding: 30px 25px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #dddddd;
  border-radius: 30px;
}

.awards .awards-list .awards-item:hover {
  background-color: #ffffff;
  border: none;
  box-shadow: 0 10px 30px 0 rgba(0, 102, 210, 0.03);
}

.awards .awards-list .awards-item img {
  width: 95px;
  height: auto;
  object-fit: cover;
}

.awards .awards-list .awards-item .award-name {
  margin-top: 20px;
  margin-bottom: 25px;
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  position: relative;
}

.awards .awards-list .awards-item .award-name::after {
  content: '';
  width: 100%;
  height: 2px;
  background: #c7000b;
  position: absolute;
  bottom: -5px;
  left: 0;
}

.awards .awards-list .awards-item .line {
  width: 60px;
  height: 2px;
  margin: 5px 0 20px;
  background: #c7000b;
  display: none;
}

.awards .awards-list .awards-item .award-winner {
  width: 330px;
  margin: auto 0;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
}

.awards .awards-list .awards-item .award-form {
  margin-top: 20px;
  color: #c7000b;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}

.awards .learn-more {
  width: 240px;
  height: 38px;
  margin: 40px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c7000b;
  border-radius: 6px;
  cursor: pointer;
  border-radius: 10px;
  background: #ffffff;
}

.awards .learn-more span {
  color: #c7000b;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.awards .learn-more .arrow {
  width: 5px;
  height: 10px;
  margin-left: 5px;
  background: url("../images/right-arrow-red.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  flex-shrink: 0;
}

.awards .learn-more:hover {
  background: #c7000b;
}

.awards .learn-more:hover span {
  color: #ffffff;
}

.awards .learn-more:hover .arrow {
  background: url("../images/right-arrow-white.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.awards .awards-prev,
.awards .awards-next,
.awards .golden-awards-prev,
.awards .golden-awards-next,
.awards .frsit-awards-prev,
.awards .frsit-awards-next,
.awards .second-awards-prev,
.awards .second-awards-next,
.awards .third-awards-prev,
.awards .third-awards-next {
  width: 24px;
  height: 48px;
  top: calc(50% + 50px);
  background: url("../images/right-arrow-red.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 999;
}

.awards .awards-prev::after,
.awards .awards-next::after,
.awards .golden-awards-prev::after,
.awards .golden-awards-next::after,
.awards .frsit-awards-prev::after,
.awards .frsit-awards-next::after,
.awards .second-awards-prev::after,
.awards .second-awards-next::after,
.awards .third-awards-prev::after,
.awards .third-awards-next::after {
  display: none;
}

.awards .awards-prev.swiper-button-disabled,
.awards .awards-next.swiper-button-disabled,
.awards .golden-awards-prev.swiper-button-disabled,
.awards .golden-awards-next.swiper-button-disabled,
.awards .frsit-awards-prev.swiper-button-disabled,
.awards .frsit-awards-next.swiper-button-disabled,
.awards .second-awards-prev.swiper-button-disabled,
.awards .second-awards-next.swiper-button-disabled,
.awards .third-awards-prev.swiper-button-disabled,
.awards .third-awards-next.swiper-button-disabled {
  background: url("../images/right-arrow-white.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  opacity: 1;
}

.awards .awards-prev,
.awards .golden-awards-prev,
.awards .frsit-awards-prev,
.awards .second-awards-prev,
.awards .third-awards-prev {
  left: -10px;
  transform: translateX(-100%) rotate(180deg);
}

.awards .awards-next,
.awards .golden-awards-next,
.awards .frsit-awards-next,
.awards .second-awards-next,
.awards .third-awards-next {
  right: -10px;
  transform: translateX(100%);
}

.page-introduct {
  width: 100%;
  padding: 60px 0;
  position: relative;
  z-index: 3;
}

.page-introduct .contain {
  position: relative;
  width: 100%;
  padding-top: 40px;
}

.page-introduct .contain .left {
  cursor: pointer;
  position: absolute;
  width: 768px;
  height: 432px;
  left: 0;
  top: 0;
  border-radius: 30px;
  overflow: hidden;
  z-index: 2;
}

.page-introduct .contain .left:hover .pic {
  transform: scale(1.12);
}

.page-introduct .contain .left .pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease-out;
}

.page-introduct .contain .left .oprate {
  position: absolute;
  width: 74%;
  left: 50%;
  bottom: 48px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.page-introduct .contain .left .oprate .t {
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
}

.page-introduct .contain .left .oprate .line {
  width: 74%;
  height: 1px;
  background-color: #ffffff;
}

.page-introduct .contain .left .oprate .i {
  cursor: pointer;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  background-image: url("../images/icon_play.png");
  background-size: 100% 100%;
  background-position: center;
}

.page-introduct .contain .right {
  position: relative;
  display: block;
  width: 1082px;
  padding: 40px 40px 40px 570px;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #947fff;
  margin-left: auto;
  border-radius: 30px;
  overflow: hidden;
}

.page-introduct .contain .right .text {
  color: rgba(51, 51, 51, 0.75);
  font-size: 18px;
  line-height: 36px;
}

.page-introduct .contain .right .text p {
  margin-bottom: 20px;
}

.page-introduct .contain .right .btns {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.page-introduct .contain .right .btns .btn {
  margin-top: 10px;
  padding: 5px;
  box-sizing: border-box;
  background: url("../images/btn-shadow.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.page-introduct .contain .right .btns .btn .box {
  width: 100%;
  padding: 14px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 12px;
  transition: background 0.3s;
  gap: 10px;
  background: #c7000b;
  color: #ffffff;
}

.page-introduct .contain .right .btns .btn .box:hover {
  background: #d64a52;
}

.page-introduct .contain .right .btns .btn span {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1.4px;
  white-space: nowrap;
}

.page-introduct .contain .right .btns .btn .arrow {
  width: 5px;
  height: 10px;
  background: url("../images/right-arrow-white.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.page-introduct .contain .right.mb {
  display: none;
}

.page-introduct .statistics {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 36px;
}

.page-introduct .statistics .item {
  width: 85px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 126px;
}

.page-introduct .statistics .item .icon {
  width: 90px;
  height: 90px;
  margin-bottom: 20px;
}

.page-introduct .statistics .item .num {
  font-size: 40px;
  color: #333333;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
  transform: translateX(5px);
}

.page-introduct .statistics .item .num .str {
  font-size: 20px;
  vertical-align: bottom;
}

.page-introduct .statistics .item .text {
  font-size: 16px;
  color: #666666;
  line-height: 1.5;
  white-space: nowrap;
  text-align: center;
}

.live-back {
  width: 100%;
  padding: 70px 0;
  box-sizing: border-box;
  background: url("../images/liveback-back.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.live-back .section-title {
  margin-bottom: 88px;
}

.live-back .back-contain {
  width: 100%;
  height: 760px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.live-back .back-contain .live-type {
  width: 100%;
  height: 60px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  position: absolute;
  top: 0;
  left: 0;
}

.live-back .back-contain .live-type .live-item {
  width: 50%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666666;
  font-size: 18px;
  font-weight: 400;
  background: #f3f7ff;
  text-align: center;
  border-radius: 10px 10px 0 0;
  border: 1px solid #ffffff;
  cursor: pointer;
}

.live-back .back-contain .live-type .live-item.active {
  height: 80px;
  font-size: 22px;
  color: #ffffff;
  font-weight: bold;
  background: linear-gradient(90deg, #98deff 0%, #669efc 100%);
}

.live-back .back-contain .living {
  width: 100%;
  height: 705px;
  margin-top: 60px;
  background: #666666;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  display: none;
  position: relative;
  box-sizing: border-box;
}

.live-back .back-contain .living iframe {
  width: calc(100% + 2px);
  height: calc(100% + 3px);
  border: none;
  transform: translateX(-1px, -1px);
}

.live-back .back-contain .living.active {
  display: block;
}

.page-news {
  width: 100%;
  padding: 60px 0;
  box-sizing: border-box;
  position: relative;
}

.page-news .safeplace {
  position: relative;
}

.page-news .news-prev,
.page-news .news-next {
  position: absolute;
  top: 50%;
  width: 24px;
  height: 48px;
  background: url("../images/right-arrow-linghtred.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 11;
  cursor: pointer;
}

.page-news .news-prev:hover,
.page-news .news-next:hover {
  background: url("../images/right-arrow-red.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.page-news .news-prev {
  left: -60px;
  transform: rotate(180deg) translateX(100%);
}

.page-news .news-next {
  right: -60px;
  transform: translateX(100%);
}

.page-news .contain {
  width: calc(100% + 20px);
  padding: 10px;
  box-sizing: border-box;
  transform: translateX(-10px);
  overflow: hidden;
}

.page-news .contain .news-list {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  overflow: visible;
}

.page-news .contain .news-list .news-item {
  width: 420px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(110.13deg, rgba(255, 255, 255, 0.3) 35.1%, rgba(255, 255, 255, 0.6) 67.2%, rgba(255, 255, 255, 0.2) 99.92%);
  border-radius: 30px;
  overflow: hidden;
  transition: transform 0.3s;
}

.page-news .contain .news-list .news-item:hover {
  transform: scale(1.05);
  transition: transform 0.3s;
  background: url("../images/news-back-active.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: #ffffff;
}

.page-news .contain .news-list .news-item:hover .link-btn .box {
  background: #c7000b !important;
  color: #ffffff !important;
}

.page-news .contain .news-list .news-item:hover .link-btn .box .arrow {
  background: url("../images/right-arrow-white.png") !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
}

.page-news .contain .news-list .news-item .news-img {
  width: 100%;
  height: 236px;
  object-fit: cover;
}

.page-news .contain .news-list .news-item .news-content {
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-news .contain .news-list .news-item .news-content .news-intro {
  height: 90px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  overflow: hidden;
}

.page-news .contain .news-list .news-item .news-content .link-btn {
  width: 178px;
  margin-top: 10px;
  box-sizing: border-box;
}

.page-news .contain .news-list .news-item .news-content .link-btn .box {
  width: 100%;
  padding: 14px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 12px;
  transition: background 0.3s;
  gap: 10px;
  background: #ffffff;
  color: #c7000b;
  border: 1px solid #c7000b;
}

.page-news .contain .news-list .news-item .news-content .link-btn span {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1.4px;
}

.page-news .contain .news-list .news-item .news-content .link-btn .arrow {
  width: 5px;
  height: 10px;
  background: url("../images/right-arrow-red.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  flex-shrink: 0;
}

.page-news .news-pagination {
  margin-top: 20px;
}

.page-ageda {
  position: relative;
  width: 100%;
  padding: 70px 0;
}

.page-ageda .bg {
  width: 100%;
  height: 885px;
  object-fit: contain;
  position: absolute;
  top: 57px;
  left: 0;
  z-index: 0;
  pointer-events: none;
  display: block;
}

.page-ageda .bg.pc {
  display: block;
}

.page-ageda .bg.mb {
  display: none;
}

.page-ageda .contain {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-ageda .contain .menu {
  width: 100%;
  flex-shrink: 0;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 58px;
  box-shadow: 0 10px 10px 0 rgba(0, 102, 210, 0.03);
}

.page-ageda .contain .menu .day {
  cursor: pointer;
  position: relative;
  width: 100%;
  flex: 1;
  padding: 44px 0;
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.page-ageda .contain .menu .day .name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: transparent;
  background: linear-gradient(90.83deg, #68ace8 0.63%, #0066d2 99.37%);
  font-size: 80px;
  font-weight: bold;
  line-height: 1;
  transition: color 0.3s;
  background-clip: text;
  -webkit-background-clip: text;
  opacity: 0;
  display: none;
}

.page-ageda .contain .menu .day .date {
  position: relative;
  color: #999999;
  font-size: 24px;
  line-height: 1;
  padding-left: 32px;
}

.page-ageda .contain .menu .day .date::before {
  content: '';
  width: 27px;
  height: 28px;
  background: url("../images/date-icon.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: -5px;
  transform: translate(0, -50%);
}

.page-ageda .contain .menu .day::before {
  content: '';
  position: absolute;
  width: 279px;
  height: 132px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(90deg, #98deff 0%, #669efc 100%);
  box-shadow: 0px 0px 0px 4px #e0e9f2;
  border-radius: 30px;
  opacity: 0;
  transition: opacity 0.3s;
}

.page-ageda .contain .menu .day.active {
  cursor: default;
}

.page-ageda .contain .menu .day.active .name {
  opacity: 0.05;
}

.page-ageda .contain .menu .day.active .date {
  color: #fff;
}

.page-ageda .contain .menu .day.active .date::before {
  content: '';
  background: url("../images/date-icon-white.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.page-ageda .contain .menu .day.active::before {
  opacity: 1;
}

.page-ageda .contain .right {
  width: 100%;
  height: 100%;
  margin-top: 60px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 40px;
  box-shadow: 0 10px 10px 0 rgba(0, 102, 210, 0.03);
}

.page-ageda .contain .right .block {
  width: 100%;
  height: 100%;
  display: none;
}

.page-ageda .contain .right .block.show {
  display: block;
}

.page-ageda .contain .right .block .box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
}

.page-ageda .contain .right .block .tab {
  width: 100%;
  display: none;
  padding-bottom: 30px;
  flex-shrink: 0;
}

.page-ageda .contain .right .block .tab .tabtem {
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
  color: #0066d2;
  padding: 12px 42px;
  border-radius: 22px;
  background: linear-gradient(96.84deg, rgba(104, 172, 232, 0.2) 0.613%, rgba(0, 102, 210, 0.2) 99.387%);
  margin-right: 30px;
}

.page-ageda .contain .right .block .tab .tabtem.active {
  cursor: default;
  color: #ffffff;
  background: linear-gradient(96.84deg, #68ace8 0.613%, #0066d2 99.387%);
}

.page-ageda .contain .right .block .halfblock {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
  position: relative;
}

.page-ageda .contain .right .block .halfblock .collapse-item .agenda-list {
  height: 0;
  transition: height 0.3s;
}

.page-ageda .contain .right .block .halfblock .collapse-item.active .agenda-list {
  height: 100%;
  transition: height 0.3s;
}

.page-ageda .contain .right .block .halfblock::after {
  content: '*具体议程以现场执行为准';
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  position: absolute;
  right: 40px;
  bottom: 20px;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(96.84deg, #68ace8 0.613%, #0066d2 99.387%);
}

.page-ageda .contain .right .block .halfblock.en::after {
  content: '*For reference only. The agenda is subject to change';
}

.page-ageda .contain .right .block .halfblock .template {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.page-ageda .contain .right .block .halfblock .template:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}

.page-ageda .contain .right .block .halfblock .template.long-template {
  width: 100%;
}

.page-ageda .contain .right .block .halfblock .template.long-template .type .title1 {
  max-width: none;
}

.page-ageda .contain .right .block .halfblock .type {
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-top: 40px;
  padding: 0 20px 20px 40px;
  display: flex;
  align-items: flex-end;
  flex-shrink: 0;
}

.page-ageda .contain .right .block .halfblock .type .title1 {
  max-width: 400px;
  font-size: 29px;
  color: #333333;
  font-weight: bold;
  line-height: 1;
  margin-right: 10px;
}

.page-ageda .contain .right .block .halfblock .type .title1 .small {
  font-size: 18px;
}

.page-ageda .contain .right .block .halfblock .type .title2 {
  font-size: 16px;
  color: #666666;
  line-height: 1.2;
  white-space: nowrap;
}

.page-ageda .contain .right .block .halfblock .type.en {
  flex-direction: column;
  align-items: flex-start;
}

.page-ageda .contain .right .block .halfblock .type.en .title1 {
  max-width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
  line-height: 1.5;
}

.page-ageda .contain .right .block .halfblock .type.en .title2 {
  margin-top: auto;
}

.page-ageda .contain .right .block .halfblock .agenda-list {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 20px 35px 60px;
  box-sizing: border-box;
  background: #ffffff;
}

.page-ageda .contain .right .block .halfblock .agenda-list::before {
  content: '';
  display: none;
  position: absolute;
  width: 1px;
  height: calc(100% - 60px);
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(180deg, rgba(217, 227, 255, 0), #d9e3ff 49.479%, rgba(217, 227, 255, 0) 100%);
}

.page-ageda .contain .right .block .halfblock .agenda-list.sp::before {
  display: none;
}

.page-ageda .contain .right .block .halfblock .agenda-list .list {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.page-ageda .contain .right .block .halfblock .agenda-list .li {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}

.page-ageda .contain .right .block .halfblock .agenda-list .li:not(:last-child) {
  margin-bottom: 40px;
}

.page-ageda .contain .right .block .halfblock .agenda-list .li .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #fbfcff;
  background: linear-gradient(96.84deg, #68ace8 4.444%, #0066d2 95.556%), #d9d9d9;
  flex-shrink: 0;
}

.page-ageda .contain .right .block .halfblock .agenda-list .li .time {
  color: transparent;
  background: linear-gradient(90.83deg, #68ace8 0.63%, #0066d2 99.37%);
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 20px;
  line-height: 1.2;
  margin: 0 60px 0 20px;
  white-space: nowrap;
}

.page-ageda .contain .right .block .halfblock .agenda-list .li .title {
  color: #666666;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
}

.page-ageda .contain .right .block .halfblock .agenda-list .li .title span {
  font-weight: 400;
}

.page-ageda .contain .right .block .halfblock .agenda-list .agenda-img {
  width: 590px;
  height: 350px;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}

.page-ageda .contain .right .block .halfblock .guest-swiper {
  width: 100%;
  display: none;
  flex-shrink: 0;
  margin-top: 20px;
}

.page-ageda .contain .right .block .halfblock .guest-swiper .guest-item {
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-ageda .contain .right .block .halfblock .guest-swiper .guest-item .avatar {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #d9d9d9;
}

.page-ageda .contain .right .block .halfblock .guest-swiper .guest-item .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-ageda .contain .right .block .halfblock .guest-swiper .guest-item .name {
  color: #666666;
  font-size: 16px;
  line-height: 1;
  margin: 10px 0;
}

.page-ageda .contain .right .block .halfblock .guest-swiper .guest-item .post {
  color: #666666;
  font-size: 14px;
  line-height: 1;
}

.page-ageda .contain .right .block .agenda-switch {
  width: 100%;
  padding: 20px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
}

.page-ageda .contain .right .block .agenda-switch span {
  font-size: 16px;
  color: #666666;
  font-weight: 400;
}

.page-ageda .contain .right .block .agenda-switch img {
  width: 5px;
  height: 10px;
}

.page-team {
  width: 100%;
  padding: 70px 0;
  box-sizing: border-box;
}

.page-team .contain {
  width: 100%;
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-team .contain .type-list {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.page-team .contain .type-list .type-item {
  width: 400px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  border: 1px solid #ffffff;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}

.page-team .contain .type-list .type-item span {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  color: #666666;
}

.page-team .contain .type-list .type-item.active {
  cursor: default;
  color: #ffffff;
  background: url("../images/team-tab-back.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.page-team .contain .type-list .type-item.active span {
  color: #ffffff;
}

.page-team .contain .team-list {
  width: 100%;
  margin-top: 40px;
  position: relative;
}

.page-team .contain .team-list .group-box {
  width: 100%;
  display: none;
  flex-direction: column;
  align-items: center;
  border: 1px solid #947fff;
  border-radius: 30px;
  overflow: hidden;
}

.page-team .contain .team-list .group-box.active {
  display: flex;
}

.page-team .contain .team-list .rule-group {
  width: 100%;
  padding: 40px 60px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: radial-gradient(74.74% 219.64% at 18.75% 233.93%, #cfafff 0%, rgba(207, 175, 255, 0) 100%), radial-gradient(40.22% 80.36% at 50% 112.5%, rgba(142, 225, 255, 0.5) 0%, rgba(142, 225, 255, 0) 100%), linear-gradient(0deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4));
}

.page-team .contain .team-list .rule-group .rule-name {
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  color: #333333;
}

.page-team .contain .team-list .rule-group .line {
  width: 55px;
  height: 2px;
  margin: 20px 0;
  background: #c7000b;
}

.page-team .contain .team-list .rule-group .row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.page-team .contain .team-list .rule-group .row span {
  font-size: 16px;
  font-weight: 400;
  line-height: 34px;
  color: #333333;
}

.page-team .contain .team-list .rule-group .row span a {
  color: #26a1e7;
  text-decoration: underline;
}

.page-team .contain .team-list .rule-group .row img {
  width: 57px;
  height: 57px;
  object-fit: cover;
  cursor: pointer;
}

.page-team .contain .team-list .rule-group::after {
  content: '*仅供参考，以评委比赛现场宣读细则为准';
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  position: absolute;
  top: 60px;
  right: 60px;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(96.84deg, #68ace8 0.613%, #0066d2 99.387%);
}

.page-team .contain .team-list .rule-group.en::after {
  content: '*For reference only, subject to the detailed rules announced by the judges on site';
}

.page-team .contain .team-list .team-group {
  width: 100%;
  padding: 40px 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  border: 2px solid #ffffff;
  position: relative;
}

.page-team .contain .team-list .team-group::after {
  content: '*排名不分先后';
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  position: absolute;
  top: 60px;
  right: 60px;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(96.84deg, #68ace8 0.613%, #0066d2 99.387%);
}

.page-team .contain .team-list .team-group.en::after {
  content: '*Teams in no particular order';
}

.page-team .contain .team-list .team-group .group-item {
  width: 100%;
  padding: 20px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-team .contain .team-list .team-group .group-item .group-name {
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  color: #333333;
}

.page-team .contain .team-list .team-group .group-item .line {
  width: 55px;
  height: 2px;
  margin: 20px 0;
  background: #c7000b;
}

.page-team .contain .team-list .team-group .group-item .group {
  width: 100%;
  padding-left: 16px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.page-team .contain .team-list .team-group .group-item .group .team-name {
  font-size: 16px;
  font-weight: 400;
  line-height: 34px;
  color: #666666;
  position: relative;
}

.page-team .contain .team-list .team-group .group-item .group .team-name::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(134.15deg, #ff83ff 0.72%, #669efc 99.28%);
  position: absolute;
  top: 11px;
  left: -8px;
  transform: translateX(-100%);
}

.page-teching {
  width: 100%;
  padding: 70px 0;
  box-sizing: border-box;
}

.page-teching .contain {
  width: 100%;
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.page-teching .contain .tips {
  width: 100%;
  padding: 30px 60px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  border: 2px solid #ffffff;
  gap: 12px;
}

.page-teching .contain .tips span {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 34px;
  color: #666666;
}

.page-teching .contain .teching-swiper {
  width: 100%;
  margin-top: 60px;
}

.page-teching .contain .teching-swiper .teching-item {
  width: 232px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-teching .contain .teching-swiper .teching-item .img-box {
  width: 168px;
  height: 190px;
  position: relative;
}

.page-teching .contain .teching-swiper .teching-item .img-box .teching-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-teching .contain .teching-swiper .teching-item .img-box .teching-country {
  padding: 6px 17px;
  box-sizing: border-box;
  background: linear-gradient(90deg, #98deff 0%, #669efc 100%);
  border-radius: 0 10px 0 1px;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
}

.page-teching .contain .teching-swiper .teching-item .teching-name {
  width: 232px;
  height: 40px;
  margin-top: 20px;
  color: #333333;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
}

.page-teching .contain .teching-swiper .teching-item .teching-school {
  width: 232px;
  margin-top: 4px;
  color: #666666;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}

.page-teching .contain .teching-arrow-prev,
.page-teching .contain .teching-arrow-next {
  width: 24px;
  height: 48px;
  background: url("../images/right-arrow-linghtred.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 120px;
  cursor: pointer;
  z-index: 11;
}

.page-teching .contain .teching-arrow-prev:hover,
.page-teching .contain .teching-arrow-next:hover {
  background: url("../images/right-arrow-red.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.page-teching .contain .teching-arrow-prev {
  left: -60px;
  rotate: 180deg;
  transform: translateX(100%);
}

.page-teching .contain .teching-arrow-next {
  right: -60px;
  transform: translateX(100%);
}

.page-teching .contain .teching-pagination {
  margin-top: 20px;
}

.page-honor {
  position: relative;
  width: 100%;
  padding: 70px 0 140px;
}

.page-honor .contain {
  width: 100%;
  display: flex;
  column-gap: 20px;
}

.page-honor .contain .item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex: 1;
}

.page-honor .contain .item .img {
  width: 100%;
}

.page-honor .contain .item .img img {
  width: 100%;
}

.page-honor .contain .item .title {
  color: #333333;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
}

.page-honor .contain .item .text {
  color: #666666;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.page-honor .contain .item .btn {
  cursor: pointer;
  display: inline-block;
  color: #666666;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1.4px;
  padding: 11px 29px;
  border: 1px solid #666666;
  border-radius: 6px;
  transition: all 0.3s;
}

.page-honor .contain .item .btn:hover {
  background: #c7000b;
  color: #ffffff;
  border: 1px solid #c7000b;
}

.page-honor .learn-more {
  width: 180px;
  height: 38px;
  margin: 40px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c7000b;
  border-radius: 6px;
  cursor: pointer;
  border-radius: 10px;
  background: #ffffff;
}

.page-honor .learn-more span {
  color: #c7000b;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.page-honor .learn-more .arrow {
  width: 5px;
  height: 10px;
  margin-left: 5px;
  background: url("../images/right-arrow-red.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  flex-shrink: 0;
}

.page-honor .learn-more:hover {
  background: #c7000b;
}

.page-honor .learn-more:hover span {
  color: #ffffff;
}

.page-honor .learn-more:hover .arrow {
  background: url("../images/right-arrow-white.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.page-honor .winner-list {
  width: 100%;
  padding: 16px 0 16px 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  border-top: 1px dashed #e1ecfa;
}

.page-honor .winner-list .winner-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.page-honor .winner-list .winner-item::before {
  content: '';
  width: 8px;
  height: 8px;
  background: #c7000b;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: -12px;
  transform: translateX(-100%);
}

.page-honor .winner-list .winner-item .winner-name {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.page-honor .winner-list .winner-item .winner-team {
  margin-top: 4px;
  color: #c7000b;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.page-map {
  width: 100%;
  padding: 60px 0;
  box-sizing: border-box;
}

.page-map .map-list {
  width: 100%;
  margin-top: 40px;
  padding: 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(109.26deg, rgba(255, 255, 255, 0.15) 35.55%, rgba(255, 255, 255, 0.3) 68.05%, rgba(255, 255, 255, 0.1) 101.19%);
  border: 1px solid #947fff;
  border-radius: 30px;
}

.page-map .map-list .map-item {
  width: 605px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
}

.page-map .map-list .map-item:hover .map-img img {
  transform: scale(1.5);
  transition: transform 0.3s;
}

.page-map .map-list .map-item .map-img {
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.page-map .map-list .map-item .map-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.page-map .map-list .map-item .map-message {
  width: 100%;
  padding: 30px 25px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-map .map-list .map-item .map-message .line {
  width: 100%;
  height: 1px;
  margin: 20px 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 50.48%, rgba(255, 255, 255, 0) 100%);
}

.page-map .map-list .map-item .map-message .row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.page-map .map-list .map-item .map-message .row img {
  width: 48px;
  height: 48px;
  object-fit: cover;
}

.page-map .map-list .map-item .map-message .row.en {
  align-items: flex-start;
}

.page-map .map-list .map-item .map-message .row.en .col {
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

.page-map .map-list .map-item .map-message .row.en .col span {
  white-space: wrap !important;
}

.page-map .map-list .map-item .map-message .row .col {
  width: 500px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.page-map .map-list .map-item .map-message .row .col span {
  width: 100%;
}

.page-map .map-list .map-item .map-message .row .col span:nth-child(1) {
  font-size: 20px;
  font-weight: bold;
  margin-left: 10px;
  background: linear-gradient(180deg, #5688eb 0%, #26a1e7 100%), linear-gradient(90deg, #98deff 0%, #669efc 100%), linear-gradient(90deg, #3dbefb 0%, #669efc 100%);
  -webkit-background-clip: text;
  /* 仅将背景裁剪为文字形状，适用于WebKit浏览器 */
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* 仅将背景裁剪为文字形状 */
  white-space: nowrap;
}

.page-map .map-list .map-item .map-message .row .col span:nth-child(2) {
  margin-left: 10px;
  font-size: 16px;
  line-height: 20px;
  color: #666666;
  white-space: nowrap;
}

.page-screenage {
  position: relative;
  width: 100%;
  padding: 100px 0;
  background-image: url(../images/bg_screenage_pc.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.page-screenage .video-mod {
  width: 100%;
  overflow: hidden;
}

.page-screenage .video-mod .video-swiper {
  width: 926px;
  overflow: visible !important;
}

.page-screenage .video-mod .video-swiper .video-item {
  width: 100%;
}

.page-screenage .video-mod .video-swiper .video-item .cover {
  position: relative;
  width: 100%;
  height: 520px;
  border-radius: 10px;
  overflow: hidden;
}

.page-screenage .video-mod .video-swiper .video-item .cover .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s;
}

.page-screenage .video-mod .video-swiper .video-item .cover .icon {
  cursor: pointer;
  position: absolute;
  width: 108px;
  height: 108px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.page-screenage .video-mod .video-swiper .video-item .cover::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
}

.page-screenage .video-mod .video-swiper .video-item .title {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  margin-top: 30px;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.page-screenage .video-mod .video-swiper .video-item.swiper-slide-active {
  cursor: pointer;
}

.page-screenage .video-mod .video-swiper .video-item.swiper-slide-active .cover::after {
  display: none;
}

.page-screenage .video-mod .video-swiper .video-item.swiper-slide-active .title {
  opacity: 1;
  transition-delay: 0.1s;
}

.page-screenage .video-mod .video-swiper .video-item.swiper-slide-active:hover .cover .img {
  transform: scale(1.06);
}

.page-screenage .video-mod .video-swiper .video-prev,
.page-screenage .video-mod .video-swiper .video-next {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 10px;
  box-shadow: 0 10px 10px 0 rgba(0, 102, 210, 0.03);
  cursor: pointer;
  z-index: 11;
}

.page-screenage .video-mod .video-swiper .video-prev::after,
.page-screenage .video-mod .video-swiper .video-next::after {
  font-size: 20px;
  font-weight: 500;
  color: #c7000b;
}

.page-screenage .video-mod .video-swiper .video-prev {
  left: -40px;
  transform: translate(-100%, -30px);
}

.page-screenage .video-mod .video-swiper .video-prev::after {
  transform: translateX(-10%);
}

.page-screenage .video-mod .video-swiper .video-next {
  right: -40px;
  transform: translate(100%, -30px);
}

.page-screenage .video-mod .video-swiper .video-next::after {
  transform: translateX(10%);
}

.page-screenage .image-mod {
  width: 100%;
  overflow: hidden;
  margin-top: 60px;
}

.page-screenage .image-mod .image-swiper {
  width: 598px;
  height: 335px;
  overflow: visible !important;
}

.page-screenage .image-mod .image-swiper .image-item {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform: scale(0.8);
  transition: transform 0.3s;
}

.page-screenage .image-mod .image-swiper .image-item .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-screenage .image-mod .image-swiper .image-item.swiper-slide-active {
  transform: scale(1);
}

.page-screenage .image-mod .image-swiper .image-item.long-image-item {
  width: 1214px !important;
}

.page-show {
  position: relative;
  width: 100%;
  padding: 140px 0 120px;
}

.page-show .contain {
  position: relative;
  width: 100%;
}

.page-show .contain .show-swiper {
  width: 100%;
}

.page-show .contain .show-swiper .show-item {
  cursor: pointer;
  width: 400px;
}

.page-show .contain .show-swiper .show-item .pic {
  width: 100%;
  height: 226px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #d9d9d9;
}

.page-show .contain .show-swiper .show-item .pic:hover img {
  transform: scale(1.12);
}

.page-show .contain .show-swiper .show-item .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease-out;
}

.page-show .contain .show-swiper .show-item .title {
  margin-top: 18px;
  width: 100%;
  padding: 0 7px;
  color: #333333;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.page-show .contain .show-prev,
.page-show .contain .show-next {
  position: absolute;
  top: 50%;
  width: 24px;
  height: 48px;
  background: url("../images/right-arrow-linghtred.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 11;
  cursor: pointer;
}

.page-show .contain .show-prev:hover,
.page-show .contain .show-next:hover {
  background: url("../images/right-arrow-red.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.page-show .contain .show-prev {
  left: -60px;
  transform: rotate(180deg) translateX(100%);
}

.page-show .contain .show-next {
  right: -60px;
  transform: translateX(100%);
}

.page-show .contain .show-pagination {
  margin-top: 30px;
}

.page-show .more-btn {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #666666;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1.4px;
  margin: 60px auto;
  width: 240px;
  padding: 11px 0;
  border: 1px solid #666666;
  border-radius: 6px;
}

.page-show .more-btn .arrow {
  width: 4px;
  height: 8px;
  margin-left: 10px;
  background: url("../images/right-arrow-grey.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.page-show .more-btn:hover {
  color: #c7000b;
}

.page-show .more-btn:hover .arrow {
  background: url("../images/right-arrow-red.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.page-review {
  width: 100%;
  height: 740px;
  box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: top center;
}

.page-review .review-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: fadeIn 0.3s forwards;
  animation: fadeIn 0.3s forwards;
}

.page-review .safeplace {
  padding: 60px 0;
  height: 100%;
  box-sizing: border-box;
}

.page-review .safeplace .title span {
  color: white;
}

.page-review .safeplace .title span::after {
  background-color: white;
}

.page-review .safeplace .title .line {
  background-color: white;
}

.page-review .safeplace .session-list {
  width: 200px;
  height: 100%;
  padding: 10px 20px 0 20px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(12px) saturate(180%);
  -webkit-backdrop-filter: blur(12px) saturate(180%);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.page-review .safeplace .session-list:before {
  content: '';
  width: 230px;
  height: 20px;
  position: absolute;
  left: -15px;
  top: -20px;
  background: url("../images/review-nav.png") no-repeat;
  background-size: cover;
}

.page-review .safeplace .session-list .session-item {
  width: 100%;
  height: 68px;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.page-review .safeplace .session-list .session-item span {
  z-index: 3;
}

.page-review .safeplace .session-list .session-item.active {
  font-size: 24px;
  color: white;
}

.page-review .safeplace .session-list .session-item.active:before {
  content: '';
  width: 230px;
  height: 68px;
  background: url("../images/review-back-active.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.page-review .safeplace .session-list .session-item:hover {
  color: white;
}

.page-review .safeplace .session-content {
  width: 100%;
  height: 550px;
  margin-top: 60px;
  padding-left: 240px;
  box-sizing: border-box;
}

.page-review .safeplace .session-content .review-swiper {
  height: 100%;
}

.page-review .safeplace .session-content .review-pagination {
  display: none;
}

.page-review .safeplace .session-content .session-left {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-review .safeplace .session-content .session-left .session-head {
  display: none;
}

.page-review .safeplace .session-content .session-left .session-title {
  color: white;
  font-size: 20px;
  -webkit-animation: textIn 0.4s forwards;
  animation: textIn 0.4s forwards;
}

.page-review .safeplace .session-content .session-left .session-main {
  color: white;
  font-size: 16px;
  margin-top: 20px;
  -webkit-animation: textIn 0.8s forwards;
  animation: textIn 0.8s forwards;
}

.page-review .safeplace .session-content .session-left .row {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  gap: 30px;
}

.page-review .safeplace .session-content .session-left .session-btn,
.page-review .safeplace .session-content .session-left .session-btn-video {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffffff;
  color: white;
  font-size: 16px;
  line-height: 1;
  width: auto;
  padding: 14px 30px;
  box-sizing: border-box;
  border-radius: 23px;
  cursor: pointer;
  -webkit-animation: textIn 1s forwards;
  animation: textIn 1s forwards;
  transition: all 0.3s;
}

.page-review .safeplace .session-content .session-left .session-btn img,
.page-review .safeplace .session-content .session-left .session-btn-video img {
  width: auto;
  height: 12px;
  margin-left: 8px;
}

.page-review .safeplace .session-content .session-left .session-btn:hover,
.page-review .safeplace .session-content .session-left .session-btn-video:hover {
  border: 1px solid #c7000b;
  background-color: #c7000b;
}

.page-review .safeplace .session-content .session-right {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 90px;
  -webkit-animation: textIn 0.8s forwards;
  animation: textIn 0.8s forwards;
}

.page-review .safeplace .session-content .session-right:before {
  content: '';
  display: table;
}

.page-review .safeplace .session-content .session-right .item {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
}

.page-review .safeplace .session-content .session-right .item:nth-child(1) {
  top: 80px;
  left: 75px;
}

.page-review .safeplace .session-content .session-right .item:nth-child(2) {
  left: 290px;
}

.page-review .safeplace .session-content .session-right .item:nth-child(3) {
  top: 80px;
  left: 500px;
}

.page-review .safeplace .session-content .session-right .item:nth-child(4) {
  left: 750px;
}

.page-review .safeplace .session-content .session-right .item .item-num {
  display: inline-flex;
  flex-direction: row;
  align-items: flex-end;
  transition: 0.3s all;
}

.page-review .safeplace .session-content .session-right .item .item-num .num {
  font-size: 30px;
  color: #ffffff;
}

.page-review .safeplace .session-content .session-right .item .line {
  position: absolute;
  left: calc(50% - 3px);
  top: 100%;
  width: 3px;
  height: 200px;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.page-review .safeplace .session-content .session-right .item .item-icon {
  width: auto;
  height: 63px;
  margin-right: 15px;
}

.page-review .safeplace .session-content .session-right .item .item-name {
  font-size: 18px;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}

.page-review .safeplace .session-content .session-right .item:hover .item-num {
  transform: scale(1.2);
}

.page-review .safeplace .review-pagination {
  display: none;
}

.footer {
  width: 100%;
  background-color: #282828;
  height: 110px;
  background-color: #e9e7e7;
}

.footer .foot-main {
  width: 1240px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  color: #333333;
  margin: 0 auto;
}

.footer .foot-main a {
  color: #333333;
}

.footer .foot-main .right {
  text-align: right;
}

.footer .foot-main .right .tip {
  margin-top: 10px;
}

.footer .foot-main .left {
  display: flex;
  align-items: center;
}

.footer .foot-main .left .row-head {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
}

.footer .foot-main .left .row-text {
  font-size: 20px;
  color: #666666;
  position: relative;
}

.footer .foot-main .left .row-text {
  transform: translateY(2px);
  margin-left: 30px;
  display: flex;
  align-items: center;
}

.footer .foot-main .left .row-img {
  margin-right: 20px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.footer .foot-main .left .row-img .row-icon {
  width: 30px;
  height: 30px;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  flex-shrink: 0;
}

.footer .foot-main .left .row-img .erbox {
  width: 150px;
  position: absolute;
  top: -150px;
  left: 50%;
  display: none;
  text-align: center;
  transform: translateX(-50%);
}

.footer .foot-main .left .row-img .erbox.fb {
  width: 310px;
}

.footer .foot-main .left .row-img .erbox.fb .row-er {
  width: 150px;
}

.footer .foot-main .left .row-img .row-er {
  width: 100%;
}

.footer .foot-main .left .row-img:last-child {
  margin-right: 0;
}

.footer .foot-main .left .row-img.weChat .row-icon {
  background-image: url("../images/weChat-icon.png?ver=20230428");
}

.footer .foot-main .left .row-img.weChat:hover .row-icon {
  background-image: url("../images/weChat-icon-hover.png?ver=20230428");
}

.footer .foot-main .left .row-img.weChat:hover .erbox {
  display: inline-block;
}

.footer .foot-main .left .row-img.xinlang .row-icon {
  background-image: url("../images/xinlang-icon.png?ver=20230428");
}

.footer .foot-main .left .row-img.xinlang:hover .row-icon {
  background-image: url("../images/xinlang-icon-hover.png?ver=20230428");
}

.footer .foot-main .left .row-img.xinlang:hover .erbox {
  display: inline-block;
}

.footer .foot-main .left .row-img.toutiao .row-icon {
  background-image: url("../images/toutiao-icon.png?ver=20230428");
}

.footer .foot-main .left .row-img.toutiao:hover .row-icon {
  background-image: url("../images/toutiao-icon-hover.png?ver=20230428");
}

.footer .foot-main .left .row-img.toutiao:hover .erbox {
  display: inline-block;
}

.footer .foot-main .left .row-img.focebook .row-icon {
  background-image: url("../images/focebook-icon.png?ver=20230428");
}

.footer .foot-main .left .row-img.focebook:hover .row-icon {
  background-image: url("../images/focebook-icon-hover.png?ver=20230428");
}

.footer .foot-main .left .row-img.focebook:hover .erbox {
  display: inline-flex;
  justify-content: space-between;
}
