@import url('https://files.sciconf.cn/asset/module/fonticonpicker/css/fontello-7275ca86/css/fontello.css?v=202310231529');
[v-cloak] {
  display: none;
}
html {
  font-size: clamp(10px, calc(100vw / 120), 24px);
}
.theme-color {
  color: var(--web-theme-color);
}
.mt10 {
  margin-top: 0.625rem;
}
.fs16 {
  font-size: 1rem;
}
.fs14 {
  font-size: 0.875rem;
}
.fs12 {
  font-size: 0.75rem;
}
.web-container {
  width: 80%;
  margin: 0 auto;
}
.common-module {
  overflow: hidden;
}
section.module-margin {
  padding: 2rem 0;
  background-color: #fff;
}
section.module-margin:nth-child(2n+1) {
  background-color: #f9f9f9;
}
.common-title {
  position: relative;
}
.common-title h2 {
  font-weight: bold;
  font-size: 2rem;
  margin: 0;
}
.text-more {
  font-size: 0.875rem;
}
.text-more-btn {
  padding: 0.3rem 1.5rem;
  background-color: var(--web-theme-color);
  color: #fff;
  display: inline-block;
  border-radius: 2rem;
}
.text-more-btn:hover {
  color: #fff;
  opacity: 0.8;
}
a:hover {
  color: var(--web-theme-color);
}
.colorfff {
  color: #fff;
}
.colorfff:hover {
  color: #fff;
}
.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;
  overflow-x: hidden;
}
.adv-modal {
  position: fixed;
  top: 6rem;
  border: 1px solid #e0e0e0;
  background: #ffffff;
  z-index: 3;
  left: 10px;
  width: 150px;
}
.banner {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  max-width: 2880px;
  max-height: 1620px;
  margin: 0 auto;
  display: block;
  transition: all 0.3s ease-in-out;
}
.nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  height: 4.375rem;
  line-height: 4.375rem;
  background: rgba(255, 255, 255, 0.3);
  color: var(--web-nav-font-color);
  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: 0 0 18px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
}
.nav-wrapper {
  width: 87.5%;
  margin: 0 auto;
}
.nav .nav-menu,
.nav .lang-mobile {
  display: none;
}
.nav .logo {
  margin-right: 1rem;
  height: 3.125rem;
}
.nav-list {
  width: 100%;
}
.nav-item {
  position: relative;
  line-height: 1.2;
  text-align: center;
  z-index: 1;
  display: flex;
  align-items: center;
}
.nav-item-p {
  padding: 0 1.25rem;
  width: 100%;
  text-align: center;
  height: 4.375rem;
  color: var(--web-nav-font-color);
  overflow: hidden;
  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;
  font-size: 1rem;
}
.nav-item-p.lang {
  border-left: 1px solid #fff;
  height: 1.5rem;
}
.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;
  font-size: 15px;
  line-height: 1.2;
  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 {
  position: absolute;
  transition: all 0.3s ease-in-out;
  bottom: 0;
  left: 0;
  width: 100%!important;
  padding: 0 2.5rem 1.25rem 2.5rem;
  min-height: 8rem;
  background-color: rgba(255, 255, 255, 0.3);
}
.channel-module .scroll-tip {
  position: absolute;
  left: 50%;
  top: -4.5rem;
  color: #fff;
  transform: translateX(-50%);
  text-align: center;
}
.channel-module .scroll-tip .scroll-icon {
  transform: rotate(90deg);
  animation: scroll-icon 2s infinite;
  font-size: 2.5rem;
}
.channel-module .scroll-tip p {
  text-shadow: 0 0 #ddd;
}
.channel-module .channel-item {
  flex: 0 0 calc((100% - 10rem) / 6);
  border-radius: 1.25rem;
  padding: 1rem;
  margin-top: 1.25rem;
  height: 5.3rem;
  box-sizing: border-box;
  position: relative;
  transition: all 0.15s linear;
}
.channel-module .channel-item:not(:last-child) {
  margin-right: 2rem;
}
.channel-module .channel-item:nth-child(6n+1) {
  background: var(--color-item, linear-gradient(135deg, #7697F8 0%, #6E4EEF 100%));
}
.channel-module .channel-item:nth-child(6n+1) i {
  color: var(--color-item, #7697F8);
}
.channel-module .channel-item:nth-child(6n+2) {
  background: var(--color-item, linear-gradient(135deg, #F0BA67 0%, #F09446 100%));
}
.channel-module .channel-item:nth-child(6n+2) i {
  color: var(--color-item, #F0BA67);
}
.channel-module .channel-item:nth-child(6n+3) {
  background: var(--color-item, linear-gradient(134deg, #77D4F9 0%, #4292F0 100%));
}
.channel-module .channel-item:nth-child(6n+3) i {
  color: var(--color-item, #77D4F9);
}
.channel-module .channel-item:nth-child(6n+4) {
  background: var(--color-item, linear-gradient(135deg, #4FDBC8 0%, #3C94C9 100%));
}
.channel-module .channel-item:nth-child(6n+4) i {
  color: var(--color-item, #4FDBC8);
}
.channel-module .channel-item:nth-child(6n+5) {
  background: var(--color-item, linear-gradient(135deg, #59DB4F 0%, #28C09D 100%));
}
.channel-module .channel-item:nth-child(6n+5) i {
  color: var(--color-item, #59DB4F);
}
.channel-module .channel-item:nth-child(6n+6) {
  background: var(--color-item, linear-gradient(135deg, #DB944F 0%, #C95A3C 100%));
}
.channel-module .channel-item:nth-child(6n+6) i {
  color: var(--color-item, #DB944F);
}
.channel-module .channel-item h2 {
  font-weight: bold;
  font-size: 1.25rem;
  color: #fff;
  margin: 0;
}
.channel-module .channel-item .icon-box {
  flex: 0 0 3.5rem;
  height: 3.5rem;
  margin-right: 1rem;
  background: #FFFFFF;
  box-shadow: 0rem 0.08rem 0.15rem 0rem rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
}
.channel-module .channel-item .icon-box i {
  font-size: 1.5rem;
}
.channel-module .channel-item .icon-box i:before {
  margin: 0;
  display: inline;
}
.channel-module .channel-item .icon-box img {
  width: 1.5rem;
  height: 1.5rem;
  object-fit: contain;
}
.channel-module .channel-item:hover {
  transform: scale(1.05);
}
@keyframes scroll-icon {
  0% {
    transform: translateY(0) rotate(90deg);
    opacity: 1;
  }
  50% {
    transform: translateY(-0.5rem) rotate(90deg);
    opacity: 0.5;
  }
  100% {
    transform: translateY(0) rotate(90deg);
    opacity: 1;
  }
}
.fixed-module {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 6rem;
  z-index: 9;
  background-color: rgba(255, 255, 255, 0.3);
}
.fixed-module .date-top {
  width: 100%;
  line-height: 1.2;
  padding: 1rem 0.5rem;
  text-align: center;
  border-radius: 0.6rem 0 0 0.6rem;
  overflow: hidden;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.11);
  font-size: 0.875rem;
  position: relative;
  background-color: var(--web-theme-color);
  color: #fff;
}
.fixed-module .date-top b {
  display: inline-block;
  background: url(https://files.sciconf.cn/public/512/5963/202511/20251111110824_14563.jpg) no-repeat center center;
  background-size: 100% 100%;
  margin: 0.5rem 0 -0.5rem -0.5rem;
  width: 6rem;
  height: 5rem;
  color: var(--web-theme-color);
  font-size: 2rem;
  padding: 0.75rem 0 0 0.35rem;
  font-family: Arial;
  text-align: center;
}
.fixed-module .channel-bottom {
  width: 100%;
  margin-top: 1.5rem;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.75) 100%);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.11);
  border-radius: 0.6rem 0 0 0.6rem;
  padding: 1rem 0;
}
.fixed-module .channel-bottom-item {
  display: block;
  text-align: center;
  padding: 0.5rem;
  transition: all 0.15s linear;
}
.fixed-module .channel-bottom-item:hover {
  background-color: #f7f7f7;
}
.fixed-module .channel-bottom-item-icon {
  width: 2rem;
  color: var(--color-item, --web-theme-color);
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  font-size: 1.8rem;
  object-fit: contain;
}
.fixed-module .channel-bottom-item-title {
  font-size: 0.75rem;
  color: #000;
  margin-top: 0.3rem;
}
.header-hide {
  padding-top: 4.375rem;
}
.header-hide .nav {
  background-color: var(--web-nav-color);
}
.welcome-module {
  padding: 2.5rem 0 4rem;
  background: url(https://files.sciconf.cn/master/512/5963/202511/20251107141032_40209.png!1920) no-repeat center center;
  background-size: 100% 100%;
  position: relative;
}
.welcome-module:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(https://files.sciconf.cn/master/512/5963/202511/20251107141119_86854.png!1920) no-repeat center bottom;
  background-size: 100% auto;
  content: '';
}
.welcome-module .welcome-content {
  position: relative;
  z-index: 1;
  text-align: center;
}
.welcome-module .welcome-content .welcome-header-bg {
  content: '';
  width: 100%;
  height: 9.125rem;
  background: url(https://files.sciconf.cn/master/512/5963/202511/20251107142704_92978.png!1920) no-repeat center center;
  background-size: 100% 100%;
}
.welcome-module .welcome-content .welcome-bottom-bg {
  content: '';
  width: 100%;
  height: 2.625rem;
  background: url(https://files.sciconf.cn/master/512/5963/202511/20251107142846_13532.png!1920) no-repeat center center;
  background-size: 100% 100%;
}
.welcome-module .welcome-content .welcome-title {
  color: #000000;
  font-size: 2rem;
  text-align: center;
  margin: 0;
  position: relative;
  top: 1.2rem;
}
.welcome-module .welcome-content-text {
  background: url(https://files.sciconf.cn/master/512/5963/202511/20251107144040_39201.png!1920) repeat-y center center;
  background-size: 100% 100%;
  text-align: left;
  font-size: 1.125rem;
  min-height: 3rem;
}
.welcome-module .welcome-content-text-content {
  margin-top: -3rem;
  padding: 1rem 2.5rem;
  padding: 0 2.5rem;
}
.merge-box {
  padding: 2rem 0;
}
.date-module {
  background-color: #fafafa;
  padding: 2rem 0;
  overflow: hidden;
}
.date-module .date-list {
  margin-top: 0!important;
}
.date-module .date-list .ant-col:nth-child(5n+1) .date-item {
  background: url(https://files.sciconf.cn/public/512/5963/202511/20251107151723_99107.png!1920) no-repeat center center;
}
.date-module .date-list .ant-col:nth-child(5n+1) .date-item p {
  color: #18c6ce;
}
.date-module .date-list .ant-col:nth-child(5n+2) .date-item {
  background: url(https://files.sciconf.cn/public/512/5963/202511/20251107151737_13525.png!1920) no-repeat center center;
}
.date-module .date-list .ant-col:nth-child(5n+2) .date-item p {
  color: #2888d9;
}
.date-module .date-list .ant-col:nth-child(5n+3) .date-item {
  background: url(https://files.sciconf.cn/public/512/5963/202511/20251107151745_67686.png!1920) no-repeat center center;
}
.date-module .date-list .ant-col:nth-child(5n+3) .date-item p {
  color: #6a23c9;
}
.date-module .date-list .ant-col:nth-child(5n+4) .date-item {
  background: url(https://files.sciconf.cn/public/512/5963/202511/20251107151730_77692.png!1920) no-repeat center center;
}
.date-module .date-list .ant-col:nth-child(5n+4) .date-item p {
  color: #cf891a;
}
.date-module .date-list .ant-col:nth-child(5n+5) .date-item {
  background: url(https://files.sciconf.cn/master/512/5963/202511/20251107151624_23876.png!1920) no-repeat center center;
}
.date-module .date-list .ant-col:nth-child(5n+5) .date-item p {
  color: #bf362a;
}
.date-module .date-item {
  background-size: 100% 100%!important;
  padding: 2rem;
  height: 100%;
}
.date-module .date-item b {
  padding-right: 3rem;
  display: inline-block;
}
.date-module .date-item p {
  font-weight: bold;
  line-height: 1;
  margin-top: 0.5rem;
  font-size: 1.5rem;
}
.ant-col-lg-12 .date-item {
  flex: 0 0 50%;
}
.ant-col-lg-24 .date-item {
  flex: 1;
}
.carousel-banner-module {
  width: 100%;
  font-size: 0;
  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 {
  display: block;
  padding-top: 56.25%;
  position: relative;
}
.carousel-banner-module .carousel-banner-item-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}
.ant-col-lg-12 .text-content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.ant-col-lg-12 .text-content-wrapper {
  padding-top: calc(56.25% - 1.95rem);
  position: relative;
}
.ant-col-lg-24 .text-content-wrapper {
  padding: 0.8rem;
  max-height: 450px;
}
.new-module .new-item {
  padding: 0.875rem 0.875rem 0.875rem 2rem;
  border-radius: 10px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  margin-top: 1.25rem;
}
.new-module .new-item:hover {
  transform: scale(1.02);
}
.new-module .new-item:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(90deg, var(--web-theme-color) 0%, rgba(26, 130, 220, 0.1) 100%);
  opacity: 0.2;
}
.new-module .new-item:before {
  content: '';
  display: inline-block;
  width: 0.25rem;
  height: 1.4rem;
  background: var(--web-theme-color);
  position: absolute;
  left: 1.2rem;
  top: 1rem;
}
.new-module .new-item * {
  position: relative;
  z-index: 1;
}
.carousel-banner-module + .text-module {
  margin-left: 30px;
}
.new2-module .new2-list {
  padding: 0 0.8rem;
}
.new2-module .ant-col:nth-child(n+3) .new2-item {
  border-top: 1px solid #ebedf3;
}
.new2-module .new2-item {
  display: block;
  padding: 1rem 0 1rem 1rem;
  -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: 0.3rem;
  height: 0.3rem;
  background-color: #aaa;
  content: '';
  position: absolute;
  left: 0px;
  top: 1.5rem;
}
.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: #fff;
  box-shadow: 0 0 3px #ddd;
  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: #fff;
  box-shadow: 0 0 3px 2px #ddd;
}
.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 {
  position: relative;
  padding: 1.5rem 0;
  background-color: var(--web-theme-color);
}
.guest-module:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.2;
  background: url(https://files.sciconf.cn/public/512/5963/202511/20251107154309_35333.jpg!1920) no-repeat center bottom;
}
.guest-module .web-container {
  position: relative;
  z-index: 1;
}
.guest-module .carousel-guest-module .slick-slider {
  padding-bottom: 1.25rem;
}
.guest-module .carousel-guest-module {
  margin-top: 1.5rem;
}
.guest-module .guest-item {
  background-color: #ffffff;
  border-radius: 1.25rem;
  display: block;
  padding: 1.5rem;
  height: 100%;
  transition: all 0.3s linear;
}
.guest-module .guest-item:hover {
  transform: scale(1.02);
}
.guest-module .guest-item-img {
  display: block;
  width: 60%;
  margin: 0 auto;
  padding-top: 60%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  border: 1px solid transparent;
}
.guest-module .guest-item-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.guest-module .guest-item-img:hover {
  border: 1px solid var(--web-theme-color);
}
.guest-module .guest-item-title {
  font-size: 1.2rem;
  margin: 1.5rem 0 0;
}
.guest-module .guest-item-org {
  font-size: 0.875rem;
  color: #666666;
}
.goods-module .carousel-goods-module .slick-slider {
  padding-bottom: 30px;
}
.goods-module .goods-list {
  padding: 0.8rem;
}
.goods-module .goods-item {
  overflow: hidden;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  display: block;
  transition: all 0.15s linear;
}
.goods-module .goods-item-image {
  padding-top: 56.25%;
  position: relative;
}
.goods-module .goods-item-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.goods-module .goods-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);
}
.company-module .carousel-company-module .slick-slider {
  padding-bottom: 30px;
}
.company-module .company-list {
  padding: 0.8rem;
}
.company-module .company-item {
  position: relative;
  background-color: #fff;
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  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;
  padding-top: 100%;
}
.company-module .company-item img {
  position: absolute;
  left: 0;
  top: 0;
  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 .carousel-photos-module .slick-slider {
  padding-bottom: 30px;
}
.photos-module .photos-list {
  padding: 0.8rem;
}
.photos-module .photos-item {
  transition: all 0.15s linear;
}
.photos-module .photos-item-image {
  padding-top: 56.25%;
  position: relative;
}
.photos-module .photos-item-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photos-module .photos-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);
}
.friend-module .carousel-friend-module .slick-slider {
  padding-bottom: 30px;
}
.friend-module .friend-list {
  padding: 0.8rem;
}
.friend-module .friend-item img {
  border: 1px solid #e5e5e5;
  width: 100%;
  border-radius: 0.625rem;
  overflow: hidden;
  height: 4rem;
  padding: 0.3rem 1rem;
  -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;
  background-color: #fff;
}
.friend-module .friend-item img:hover {
  border: 1px solid var(--web-theme-color);
}
.editor-info {
  padding: 0.8rem;
}
.call-module {
  background-color: var(--web-theme-color);
  padding: 0.8rem;
}
.call-module .common-title {
  background: none;
  padding: 0.6rem 0;
}
.call-module .common-title:before {
  display: none;
}
.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-banner {
  background: var(--web-theme-color);
  height: 15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.sub-banner:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(https://files.sciconf.cn/public/512/5963/202511/20251107154309_35333.jpg!1920) no-repeat center bottom;
  opacity: 0.3;
}
.sub-banner h2 {
  text-align: center;
  font-size: 2.5rem;
  color: #fff;
}
.body-view {
  padding-top: 20px;
}
.body-view .sub-asidebar {
  flex: 0 0 220px;
  background: linear-gradient(180deg, #F5F8FF 0%, #FFFFFF 100%);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: all 0.15s linear;
}
.body-view .sub-asidebar-title {
  padding: 15px;
  background-color: var(--web-theme-color);
  color: #fff;
}
.body-view .sub-asidebar-item {
  padding: 10px 15px;
  text-align: left;
  color: #333;
  font-size: 16px;
}
.body-view .sub-asidebar-item:hover,
.body-view .sub-asidebar-item.selected {
  background-color: var(--web-theme-color);
  color: #fff;
}
.body-view .sub-header {
  border-bottom: 2px solid var(--web-theme-color);
}
.body-view .sub-header .common-title {
  background: none;
  padding: 0.6rem 0;
}
.body-view .sub-header .common-title:before {
  display: none;
}
.body-view .sub-header .common-title h2 {
  color: var(--web-theme-color);
}
.body-view .sub-new-item {
  padding: 15px 0;
  color: inherit;
}
.body-view .sub-new-item:not(:last-child) {
  border-bottom: 1px dashed #ebedf3;
}
.body-view .sub-new-item:hover * {
  color: var(--web-theme-color);
}
.body-view .sub-common-module {
  padding-top: 1.5rem;
  background-color: transparent;
}
.body-view .sub-common-module:after {
  display: none;
}
.body-view .sub-common-module .guest-item {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1600px) {
  html {
    font-size: clamp(10px, calc(100vw / 100), 24px);
  }
  .new-item:nth-child(5) {
    display: none;
  }
  .channel-module .channel-item {
    flex: 0 0 calc((100% - 7.5rem) / 6);
  }
  .channel-module .channel-item:not(:last-child) {
    margin-right: 1.5rem;
  }
}
@media screen and (max-width: 1260px) {
  body {
    min-width: 1100px;
  }
  .web-container {
    width: 1100px;
  }
  .nav-item-p {
    padding: 0 15px;
  }
}
@media screen and (max-width: 991px) {
  html {
    font-size: clamp(10px, calc(100vw / 55), 30px);
  }
  body {
    min-width: auto;
  }
  .lang {
    display: none;
  }
  .banner {
    height: auto;
  }
  .common-title {
    padding-bottom: 0.5rem;
    margin-bottom: 0;
  }
  .wrapper {
    padding-top: 3.5rem;
  }
  .web-container {
    width: 100%;
    padding: 0 0.75rem;
  }
  .merge-box {
    padding: 1.5rem 0.75rem;
  }
  .nav-wrapper {
    width: 100%;
    padding: 0 0.5rem;
    -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;
    height: 100%;
  }
  .welcome-module {
    padding: 1rem 0;
  }
  .welcome-module:before {
    display: none;
  }
  .welcome-module .welcome-content-text {
    padding: 0.5rem;
  }
  .welcome-module .welcome-content-text-content {
    padding: 0;
  }
  .welcome-module .welcome-content .welcome-header-bg {
    background: none;
    height: 7.5rem;
  }
  .welcome-module .welcome-content .welcome-content-text {
    background: none;
  }
  .welcome-module .welcome-content .welcome-bottom-bg {
    display: none;
  }
  .nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 3.5rem;
    line-height: 3.5rem;
    z-index: 9;
    background: var(--web-nav-color);
  }
  .nav .nav-menu {
    color: var(--web-nav-font-color);
    display: block;
    position: absolute;
    right: 0;
    padding: 0.95rem;
    font-size: 1.6rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .nav .logo {
    height: 3rem;
  }
  .nav .nav-list {
    display: none;
    position: fixed;
    top: 3.5rem;
    left: 0;
    height: calc(100vh - 3.5rem);
    z-index: 1;
    padding: 3rem;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    overflow: auto;
    background: var(--web-nav-color);
  }
  .nav .nav-list .nav-item {
    display: block;
  }
  .nav .nav-list .nav-item-p {
    line-height: 1.2;
    padding: 1rem;
    text-align: left;
    font-size: 1rem;
    height: auto;
  }
  .nav .nav-list .nav-item-second {
    position: static;
    width: 100%;
    font-size: 0.875rem;
    display: block;
  }
  .nav .nav-list .nav-item-second a {
    text-align: left;
    position: relative;
    padding: 0.875rem 0.875rem 0.875rem 1.5rem;
  }
  .nav .nav-list .nav-item-second a:before {
    content: ' - ';
    position: absolute;
    left: 0.875rem;
    top: 0.875rem;
  }
  .channel-module {
    top: inherit;
    bottom: calc(100vh - 100vw / 16 * 9 - 3.5rem);
    padding-bottom: 0.75rem;
  }
  .channel-module .scroll-tip {
    display: none;
  }
  .channel-module .channel-item {
    flex: 0 0 calc((100% - 3rem) / 4);
    zoom: 0.7;
  }
  .channel-module .channel-item:nth-child(n) {
    margin-right: 0!important;
  }
  .channel-module .channel-item:not(:nth-child(4n)) {
    margin-right: 1rem!important;
  }
  .ant-col-lg-12 .text-content-wrapper {
    padding: 0 0 1.5rem 0;
  }
  .ant-col-lg-12 .text-content {
    position: static;
  }
  .new2-module .ant-col:nth-child(n):not(:first-child) .new2-item {
    border-top: 1px solid #ebedf3;
  }
  .photos-module {
    padding: 0;
  }
  .photos-module .photos-item-content {
    padding: 0.5rem;
  }
  .friend-module .carousel-friend-module .slick-slider {
    padding-bottom: 1.2rem;
  }
  .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;
  }
  .body-view .sub-asidebar {
    display: none;
  }
  .body-view .sub-new-item {
    position: relative;
    padding: 1rem 0 1.5rem;
  }
  .body-view .sub-new-item h3 {
    margin-right: 0;
  }
  .body-view .sub-new-item-date {
    position: absolute;
    right: 3px;
    bottom: 0.5rem;
  }
  .body-view .sub-common-module {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 769px) {
  html {
    font-size: clamp(10px, calc(100vw / 30), 30px);
  }
  .channel-module {
    position: static;
    padding-bottom: 1rem;
  }
  .channel-module .channel-item {
    flex: 0 0 calc((100% - 1rem) / 2);
    zoom: 0.8;
  }
  .channel-module .channel-item:nth-child(n) {
    margin-right: 0!important;
  }
  .channel-module .channel-item:not(:nth-child(2n)) {
    margin-right: 1rem!important;
  }
  .fixed-module {
    zoom: 0.7;
  }
  .fixed-module .channel-bottom {
    display: none;
  }
  .sub-banner {
    height: 10rem;
  }
}
