html {
  /* 主题色 */
  --web-theme-color: #5181f1;
  /* 导航背景色 */
  --web-nav-color: #ffffff;
  /* 导航选中颜色 */
  --web-nav-active-color: #d50000;
  /* 导航文字颜色 */
  --web-nav-font-color: #595757;
  /* 导航文字选中颜色 */
  --web-nav-font-active-color: #ffffff;
  /* 页面可是区域宽度 */
  --web-width: 1200px;
}


[v-cloak] {
  display: none;
}
.web-container {
  width: var(--web-width);
  margin: 0 auto;
}
.common-module {
  margin-top: 30px;
}
section.module-box {
  padding: 13px 0;
  background-color: #fff;
}
section.module-box:nth-child(2n+1) {
  background-color: #f2f3f9;
  background-image: -webkit-gradient(linear, left top, right top, from(#f2f3f9), to(#fcfdfe));
  background-image: -webkit-linear-gradient(left, #f2f3f9 0%, #fcfdfe 100%);
  background-image: -moz-linear-gradient(left, #f2f3f9 0%, #fcfdfe 100%);
  background-image: -o-linear-gradient(left, #f2f3f9 0%, #fcfdfe 100%);
  background-image: linear-gradient(90deg, #f2f3f9 0%, #fcfdfe 100%);
}
.common-title {
  color: #393939;
  font-weight: bold;
  padding-bottom: 20px;
  text-align: center;
  position: relative;
}
.common-title h2 {
  font-size: 24px;
  line-height: 24px;
  margin: 0;
  color: #b90000;
}
.link-box {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  padding: 25px;
  transition: transform 0.3s, box-shadow 0.3s;
  backdrop-filter: blur(10px);
  text-align: center;
}

.link-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}
/* 下划线动画效果 */
.underline-animation {
  position: relative;
  display: inline-block;
  padding: 12px 25px;
  color: #b90000;
  font-size: 1.2rem;
  text-decoration: none;
  overflow: hidden;
  transition: color 0.3s;
  border-radius: 8px;
  margin: 15px 0;
  background: rgba(255, 255, 255, 0.05);
}

.underline-animation::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #ff8a00, #da1b60);
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.5s ease;
}

.underline-animation:hover {
  color: #ff8a00;
}

.underline-animation:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.common-title-en {
  font-size: 12px;
  opacity: 0.4;
  margin-top: 5px;
  letter-spacing: 5px;
}
.text-more {
  color: #fff;
  font-size: 11px;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  color: var(--web-theme-color);
}
.text-more:hover {
  opacity: 0.8;
}
a:hover {
  color: var(--web-theme-color);
}
.ant-btn.ant-btn-primary {
  background-color: var(--web-theme-color);
  border-color: var(--web-theme-color);
}
.wrapper {
  min-height: 100vh;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lang {
  background: #fff;
  height: 60px;
  line-height: 60px;
}
.lang-title {
  margin-right: 5px;
}
.lang .logo img {
  max-height: 60px;
}
.lang .countdown-date {
  font-size: 0.6rem;
}
.lang .countdown-date b {
  font-size: 0.75rem;
  font-weight: bold;
}
.lang-name {
  display: inline-block;
  color: #999;
  background-repeat: no-repeat;
}
.lang-name.on {
  color: #000;
}
.lang-line {
  padding: 0 0.3rem;
}
.adv-modal {
  position: fixed;
  top: 69px;
  border: 1px solid #e0e0e0;
  background: #ffffff;
  z-index: 3;
  right: 10px;
  width: 150px;
}
.banner {
  position: relative;
  overflow: hidden;
  background: #b90000;
}
.banner img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.nav {
  height: 60px;
  line-height: 60px;
  background: var(--web-nav-color);
  color: var(--web-nav-font-color);
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(9, 79, 120, 0.08);
  box-shadow: 0px 3px 8px 0px rgba(9, 79, 120, 0.08);
  border-top: 1px solid #F5F5F5;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.nav-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.nav .nav-menu {
  display: none;
}
.nav-item {
  position: relative;
  line-height: 1.2;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 60px;
}
.nav-item-p {
  display: block;
  padding: 0 20px;
  width: 100%;
  font-size: 16px;
  text-align: center;
  height: 44px;
  line-height: 44px;

  color: var(--web-nav-font-color);
  overflow: hidden;
}
.nav-item.selected .nav-item-p,
.nav-item:hover .nav-item-p {
  background: var(--web-nav-active-color);
  color: var(--web-nav-font-active-color);
}
.nav-item .nav-item-second {
  width: 200%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  display: none;
  background: var(--web-nav-color);
  -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
}
.nav-item .nav-item-second a {
  display: block;
  text-align: left;
  padding: 10px 15px;
  line-height: 1.2;
  font-size: 15px;
  color: var(--web-nav-font-color);
}
.nav-item .nav-item-second a:hover {
  background: var(--web-nav-active-color);
  color: var(--web-nav-font-active-color);
}
.nav-item:hover .nav-item-second {
  display: block;
}
.channel-module .channel-item {
  position: relative;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  padding: 40px 10px;
  background-repeat: no-repeat;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.channel-module .channel-item:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.channel-module .channel-item:not(:last-child) {
  margin-right: 20px;
}
.channel-module .channel-item:nth-child(7n + 1) {
  background-image: url("/the11/img/bg-t08.jpg");
}
.channel-module .channel-item:nth-child(7n + 2) {
  background-image: url("/the11/img/bg-t09.jpg");
}
.channel-module .channel-item:nth-child(7n + 3) {
  background-image: url("/the11/img/bg-t10.jpg");
}
.channel-module .channel-item:nth-child(7n + 4) {
  background-image: url("/the11/img/bg-t11.jpg");
}
.channel-module .channel-item:nth-child(7n + 5) {
  background-image: url("/the11/img/bg-t05.jpg");
}
.channel-module .channel-item:nth-child(7n + 6) {
  background-image: url("/the11/img/bg-t06.jpg");
}
.channel-module .channel-item:nth-child(7n + 7) {
  background-image: url("/the11/img/bg-t07.jpg");
}
.channel-module .channel-item .icon-box {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  margin: 0 auto;
  line-height: 65px;
  text-align: center;
  position: relative;
  font-size: 65px;
  margin: 0 auto 5px;
  color: #fff;
}
.channel-module .channel-item .icon-box i {
  font-size: inherit;
}
.channel-module .channel-item .icon-box i:before {
  width: auto;
}
.channel-module .channel-item .icon-box img {
  width: 65px;
  height: 65px;
  -o-object-fit: contain;
  object-fit: contain;
}
.channel-module .channel-item-title {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  margin-top: 10px;
  font-weight: bold;
}
.text-module .text-cntitle {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.text-module .text-content {
  display: block;
  font-size: 15px;
  color: #000;
  height: 280px;
  overflow: auto;
  line-height: 25px;
}
.text-module .text-content  p{
  text-indent: 20px;
}
.carousel-banner-module {
  width: 100%;
  height: 330px;
  overflow: hidden;
}
.carousel-banner-module .custom-slick-arrow {
  margin-top: -35px !important;
  display: none !important;
}
.carousel-banner-module:hover .custom-slick-arrow {
  display: block !important;
}
.carousel-banner-module .carousel-banner-item {
  height: 330px;
  display: block;
}
.carousel-banner-module img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}
.new-module .new-item {
  padding: 15px 15px 10px 35px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  top: 0;
  border: 1px solid #f2f2f2;
  background-color: #fff;
  font-family: 'FontAwesome';
}
.new-module .new-item:before {
  position: absolute;
  left: 20px;
  top: 23px;
  content: "";
  width: 5px;
  height: 5px;
  background-color: var(--web-theme-color);
}
.new-module .new-item:hover {
  top: -8px;
  -webkit-box-shadow: 0px 4px 10px 0 rgba(31, 67, 155, 0.2);
  box-shadow: 0px 4px 10px 0 rgba(31, 67, 155, 0.2);
}
.new2-module .ant-col:nth-child(n+3) .new2-item {
  border-top: 1px solid #ebedf3;
}
.new2-module .new2-item {
  display: block;
  border-radius: 3px;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear;
  position: relative;
}
.new2-module .new2-item:before {
  width: 5px;
  height: 5px;
  background-color: #aaa;
  content: '';
  position: absolute;
  left: 0px;
  top: 24px;
}
.new2-module .new2-item:hover * {
  color: var(--web-theme-color);
}
.new2-module .new2-item:hover:before {
  background-color: var(--web-theme-color);
}
.ant-carousel .custom-slick-arrow {
  width: 25px;
  line-height: 60px;
  height: 45px;
  background-color: #e4e0e0;
  opacity: 1;
  border-radius: 3px;
  text-align: center;
  margin-top: -45px;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear;
  z-index: 9;
}
.ant-carousel .custom-slick-arrow:hover {
  background-color: #b4afaf;
}
.ant-carousel .custom-dots li button {
  background: var(--web-theme-color) !important;
  opacity: 0.5;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.ant-carousel .custom-dots li button.slick-active {
  opacity: 1;
}
.guest-module {
  background: var(--web-theme-color) url(/the11/img/bg-line.png) top center repeat-y !important;
  -o-background-size: 100% 100%!important;
  background-size: 100% 100%!important;
  position: relative;
}
.guest-module .carousel-guest-module .slick-slider {
  padding-bottom: 30px;
}
.guest-module .common-title h2 {
  color: #fff;
}
.guest-module .common-title .text-more {
  color: #fff;
  opacity: 0.8;
}
.guest-module .guest-item {
  position: relative;
  z-index: 2;
  color: #fff;
}
.guest-module .guest-item img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  border: 1px solid transparent;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.guest-module .guest-item img:hover {
  border: 1px solid var(--web-theme-color);
}
.guest-module .guest-item h3 {
  color: #fff;
}
.guest-module .guest-item p {
  opacity: 0.8;
}
section.date-module {
  padding: 30px 0 50px;
}
section.date-module .date-content {
  position: relative;
  z-index: 2;
}
section.date-module .date-content .date-item {
  width: -webkit-calc(-35%);
  width: -moz-calc(-35%);
  width: calc(25% - 60px);
  position: relative;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(37, 39, 88, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(37, 39, 88, 0.05);
  cursor: pointer;
}
section.date-module .date-content .date-item:not(:first-child) {
  margin-left: 20px;
}
section.date-module .date-content .date-item-wrap {
  padding-top: 50%;
}
section.date-module .date-content .date-item-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
section.date-module .date-content .date-item:hover {
  background: var(--web-theme-color) url(/the11/img/bg-line.png) top center repeat-y;
}
section.date-module .date-content .date-item:hover * {
  color: #fff !important;
}
section.date-module .date-content .date-item p {
  font-size: 14px;
  margin-top: 0.4rem;
  color: #8B8C9C;
  letter-spacing: 0.1em;
}
section.date-module .date-content .date-item h3 {
  margin: 0;
  color: #252758;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.04em;
  line-height: 1em;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.goods-module .goods-type {
  margin-bottom: 15px;
}
.goods-module .goods-type a {
  color: #000;
  font-size: 16px;
  padding: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.goods-module .goods-type a.selected {
  color: var(--web-theme-color);
  font-weight: bold;
  position: relative;
}
.goods-module .goods-type a.selected:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -13px;
  width: 26px;
  height: 5px;
  border-radius: 40px;
  background-color: var(--web-theme-color);
}
.goods-module .goods-type a:not(:last-child) {
  margin-right: 15px;
}
.goods-module .goods-item {
  overflow: hidden;
}
.goods-module .goods-item img {
  width: 100%;
  height: 190px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-box-shadow: 0px 3px 15px 0 rgba(69, 79, 127, 0.22);
  box-shadow: 0px 3px 15px 0 rgba(69, 79, 127, 0.22);
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.goods-module .goods-item img:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.company-module .carousel-company-module .slick-slider {
  padding-bottom: 30px;
}
.company-module .company-item {
  position: relative;
  background-color: #fff;
  width: 16.666%;
  display: block;
  height: 196px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
  border-right: 0;
  overflow: hidden;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.company-module .company-item:last-child {
  border-right: 1px solid #dcdcdc;
}
.company-module .company-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
}
.company-module .company-item-info {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.68);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.company-module .company-item-info p {
  padding: 5px;
}
.company-module .company-item-btn {
  font-size: 12px;
  display: inline-block;
  padding: 4px 10px;
  background-color: var(--web-theme-color);
  border-radius: 22px;
  color: #fff;
}
.company-module .company-item:hover .company-item-info {
  opacity: 1;
}
.photos-module {
  position: relative;
}
.photos-module .photos-item {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.photos-module .photos-item-more {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  font-size: 16px;
  color: #fff;
  font-family: "spartan_mbbold";
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.photos-module .photos-item .relative {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.photos-module .photos-item .relative img {
  display: block;
  width: 100%;
  height: 205px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.photos-module .photos-item:hover .relative img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.friend-module .carousel-friend-module .slick-slider {
  padding-bottom: 30px;
}
.friend-module .friend-item {
  width: -webkit-calc(12%);
  width: -moz-calc(12%);
  width: calc(20% - 8px);
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 10px;
}
.friend-module .friend-item:last-child {
  margin-right: 0;
}
.friend-module .friend-item img {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  width: 100%;
  height: 65px;
  padding: 5px 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.friend-module .friend-item img:hover {
  border: 1px solid var(--web-theme-color);
}
.sponsor-list .sponsor-title {
  font-size: 0.7rem;
  font-weight: normal;
  margin: 0.7rem 0 1.2rem;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sponsor-list .sponsor-title:before,
.sponsor-list .sponsor-title:after {
  content: '';
  display: inline-block;
  height: 2px;
  width: 80px;
  border-radius: 2px;
  margin: 0 10px;
}
.sponsor-list .sponsor-title:before {
  left: 0;
  background: linear-gradient(to left, #aaa 0%, #fff 100%);
}
.sponsor-list .sponsor-title:after {
  right: 0;
  background: linear-gradient(to right, #aaa 0%, #fff 100%);
}
.sponsor-list .sponsor-image {
  padding-top: 50%;
  position: relative;
  display: block;
  border: 1px solid #dcdcdc;
  transition: all 0.15s linear;
  border-radius: 5px;
  overflow: hidden;
}
.sponsor-list .sponsor-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  object-fit: contain;
  object-position: center center;
  background-color: #FFF;
}
.sponsor-list .sponsor-image:hover {
  border-color: var(--web-theme-color);
}
.call-module {
  background-color: var(--web-theme-color);
  padding: 30px;
}
.footer {
  padding: 15px;
  background-color: #27282d;
  font-size: 13px;
}
.footer a {
  color: #fff;
}
.dialog-info .ant-modal-body {
  padding-top: 40px;
}
.dialog-info .ant-modal-close-x {
  line-height: 45px;
}
.ant-breadcrumb {
  color: #384352;
}
.ant-breadcrumb * {
  color: inherit !important;
}
.sub-header {
  padding-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
}
.sub-common-module {
  margin-top: 20px;
}
.sub-guest-module {
  background: #fff !important;
}
.sub-guest-module .sub-guest-item h3 {
  color: #000;
}
.sub-guest-module .sub-guest-item p {
  color: #666;
}
.sub-new-list .sub-new-item {
  padding: 15px 0;
  color: inherit;
}
.sub-new-list .sub-new-item b {
  line-height: 1;
  color: var(--web-theme-color);
}
.sub-new-list .sub-new-item:not(:last-child) {
  border-bottom: 1px dashed #ebedf3;
}
.sub-new-list .sub-new-item:hover * {
  color: var(--web-theme-color);
}
@media screen and (max-width: 1260px) {
  .web-container {
    width: 1100px;
  }
  .nav-item-p {
    padding: 0 15px;
  }
  .carousel-banner-module {
    height: 300px;
  }
  .carousel-banner-module .carousel-banner-item {
    height: 300px;
  }
  .text-module .text-content {
    height: 250px;
  }
  .goods-module .goods-item img {
    height: 166px;
  }
  .company-module .company-item {
    height: 174px;
  }
  .photos-module .photos-item .relative img {
    height: 187px;
  }
}
@media screen and (max-width: 768px) {
  .fs12 {
    font-size: 0.55rem;
  }
  .fs14 {
    font-size: 0.6rem;
  }
  .fs16 {
    font-size: 0.65rem;
  }
  .lang {
    position: fixed;
    left: 15px;
    max-width: 80%;
    top: 0.15rem;
    z-index: 11;
    line-height: 1;
    height: 1.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #FFFFFF;
  }
  .lang-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
  }
  .lang-tab * {
    opacity: 0.8;
    color: var(--web-nav-font-color) !important;
  }
  .lang-tab .lang-name.on {
    font-weight: bold;
    opacity: 1;
  }
  .lang .web-container {
    padding: 0;
  }
  .lang .countdown-date {
    display: none;
  }
  .lang .logo {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0.2rem;
    background-color: #fff;
  }
  .lang .logo img {
    max-width: 100%;
    height: 1rem;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center left;
    object-position: center left;
  }
  .common-title {
    padding-bottom: 0.5rem;
  }
  .common-title h2 {
    font-size: 0.8rem;
    line-height: 1;
  }
  .common-title-en {
    font-size: 0.5rem;
    margin-top: 0.2rem;
    letter-spacing: 0.2rem;
  }
  section.module-box {
    padding: 1.2rem 0 0.8rem;
  }
  body {
    font-size: 0.6rem;
  }
  .wrapper {
    padding-top: 1.8rem;
  }
  .body-view {
    padding-bottom: 2rem;
  }
  .web-container {
    width: 100%;
    padding: 0 15px;
  }
  .common-module {
    margin-top: 0.8rem;
  }
  .nav-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 1.8rem;
    line-height: 1.8rem;
    z-index: 9;
    font-size: 0.55rem;
  }
  .nav-item {
    height: auto;
    display: block;
  }
  .nav-item-p {
    border-radius: 0;
  }
  .nav .nav-menu {
    color: var(--web-nav-font-color);
    display: block;
    position: absolute;
    right: 0;
    padding: 0.5rem;
    font-size: 0.8rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .nav .nav-date-content {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
  }
  .nav .nav-date-content .days {
    font-size: 14px;
  }
  .nav .nav-list {
    display: none;
    position: absolute;
    right: 0;
    top: 1.8rem;
    width: 8rem;
    z-index: 1;
    max-height: 70vh;
    overflow: auto;
    background: var(--web-nav-color);
  }
  .nav .nav-list .nav-item-p {
    line-height: 1.2;
    padding: 0.5rem;
    text-align: left;
    font-size: 0.6rem;
    height: auto;
  }
  .nav .nav-list .nav-item-second {
    position: static;
    width: 100%;
    font-size: 0.5rem;
    display: block;
    background: var(--web-nav-active-color);
  }
  .nav .nav-list .nav-item-second a {
    text-align: left;
    position: relative;
    padding: 0.3rem 0.3rem 0.3rem 1rem;
  }
  .nav .nav-list .nav-item-second a:before {
    content: ' - ';
    position: absolute;
    left: 0.5rem;
    top: 0.25rem;
  }
  .carousel-meeting-box {
    padding-top: 15px!important;
  }
  .channel-module .channel-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -0.5rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .channel-module .channel-item {
    width: -webkit-calc(49.75%);
    width: -moz-calc(49.75%);
    width: calc(50% - 0.25rem);
    padding: 1rem 0.5rem 1.5rem 0.5rem;
    border-radius: 0.7rem;
    -webkit-box-flex: initial;
    -webkit-flex: initial;
    -moz-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    margin-top: 0.5rem;
  }
  .channel-module .channel-item:nth-child(n) {
    margin-right: 0;
  }
  .channel-module .channel-item:nth-child(2n-1) {
    margin-right: 0.5rem;
  }
  .channel-module .channel-item-icon {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
  }
  .channel-module .channel-item .icon-box {
    font-size: 1.8rem;
  }
  .channel-module .channel-item .icon-box img {
    width: 1.8rem;
    height: 1.8rem;
  }
  .channel-module .channel-item-title {
    font-size: 0.75rem;
    line-height: 1.2;
    margin-top: 0rem;
  }
  .carousel-banner-module {
    height: 8.37rem;
    -webkit-animation-name: none;
    -moz-animation-name: none;
    -o-animation-name: none;
    animation-name: none;
  }
  .carousel-banner-module .carousel-banner-item {
    height: 8.37rem;
  }
  .text-module {
    margin-top: 0.8rem;

  }
  .text-module .text-content {
    height: auto;
  }
  .text-module .text-cntitle {
    font-size: 0.8rem;
  }
  .text-module .img-cntitle {

  }
  section.date-module .date-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  section.date-module .date-content .date-item {
    width: -webkit-calc(49.75%);
    width: -moz-calc(49.75%);
    width: calc(50% - 0.25rem);
    -webkit-box-flex: initial;
    -webkit-flex: initial;
    -moz-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    margin-top: 0.8rem;
  }
  section.date-module .date-content .date-item:nth-child(n) {
    margin-left: 0;
  }
  section.date-module .date-content .date-item:nth-child(2n) {
    margin-left: 0.5rem;
  }
  section.date-module .date-content .date-item p {
    font-size: 0.55rem;
    line-height: 1.2rem;
  }
  section.date-module .date-content .date-item h3 {
    font-size: 0.8rem;
    margin-top: 0.2rem;
  }
  .new2-module .ant-col:nth-child(n):not(:first-child) .new2-item {
    border-top: 1px solid #ebedf3;
  }
  .new2-module .new2-item {
    padding: 0.5rem 0.5rem 0 0.5rem;
  }
  .new2-module .new2-item:before {
    width: 0.2rem;
    height: 0.2rem;
    top: 0.8rem;
  }
  .goods-module .goods-item img {
    height: 4.8rem;
  }
  .company-module .carousel-company-module .slick-slider {
    padding-bottom: 1.5rem;
  }
  .company-module .company-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .company-module .company-item {
    width: 33.33%;
    height: 4.92rem;
    padding: 0.4rem;
  }
  .company-module .company-item:nth-child(n) {
    border: 1px solid #dcdcdc;
  }
  .company-module .company-item:nth-child(3n+2),
  .company-module .company-item:nth-child(3n+3) {
    border-left: 0;
  }
  .company-module .company-item:nth-child(n+4) {
    border-top: 0;
  }
  .company-module .company-item-btn {
    font-size: 0.5rem;
    padding: 0.15rem 0.4rem;
    border-radius: 0.8rem;
  }
  .photos-module {
    padding: 0;
  }
  .photos-module-content {
    padding: 0.5rem;
  }
  .photos-module .photos-item .relative img {
    height: 4.2rem;
  }
  .friend-module .carousel-friend-module .slick-slider {
    padding-bottom: 1.2rem;
  }
  .friend-module .friend-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .friend-module .friend-item {
    width: -webkit-calc(49.75%);
    width: -moz-calc(49.75%);
    width: calc(50% - 0.25rem);
  }
  .friend-module .friend-item:nth-child(n) {
    margin-right: 0.5rem;
  }
  .friend-module .friend-item:nth-child(2n) {
    margin-right: 0;
  }
  .friend-module .friend-item img {
    height: 65px;
    padding: 0.2rem 0.5rem;
  }
  .call-module {
    padding: 0;
  }
  .call-module .web-container {
    padding: 0.8rem 0.5rem;
  }
  .ant-breadcrumb {
    font-size: 0.6rem;
  }
  .sub-header {
    margin-top: 1.5rem;
    padding-top: 1rem;
  }
  .bread {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: absolute;
    left: 15px;
    top: -0.5rem;
  }
  .sub-common-module {
    margin-top: 0.5rem;
  }
  .sub-new-list .sub-new-item {
    position: relative;
    padding: 0.5rem 0 1.5rem;
  }
  .sub-new-list .sub-new-item h3 {
    margin-right: 0;
  }
  .sub-new-list .sub-new-item-date {
    position: absolute;
    right: 3px;
    bottom: 0.5rem;
  }
}
.footer {
  color: #fff;
  background-color: var(--web-nav-active-color);
  position: relative;
}

.footer * {
  position: relative;
  z-index: 2;
  color: #fff;
}

.footer:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}