@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) !important;
}
.mt10 {
  margin-top: 0.625rem;
}
.fs16 {
  font-size: 1rem;
}
.fs14 {
  font-size: 0.875rem;
}
.fs12 {
  font-size: 0.75rem;
}
.web-container {
  width: 75% !important;
  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;
}
.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;
}
.sub-banner {
  width: 100%;
  position: relative;
  height: 8rem;
  object-fit: cover;
}
.sub-banner img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.sub-banner .sub-page-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: var(--web-nav-active-color);
  text-align: center;
}
.sub-banner .sub-page-title .big-title {
  font-size: 2rem;
  font-family: SourceHanSansCN-Bold;
  font-weight: bold;
  line-height: 1;
}
.sub-banner .sub-page-title .small-title {
  font-size: 1rem;
  margin-top: 1rem;
}
.sub-banner .sub-page-title .small-title div {
  white-space: nowrap;
  margin: 0 1rem;
}
.breadcrumb-search {
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.breadcrumb-search .ant-breadcrumb span .ant-breadcrumb-link {
  border-bottom: 1px solid #666666;
  color: #666666;
}
.breadcrumb-search .ant-breadcrumb span .ant-breadcrumb-link:hover {
  color: var(--web-nav-active-color);
  border-bottom: 1px solid var(--web-nav-active-color);
}
.breadcrumb-search .ant-breadcrumb span:last-child .ant-breadcrumb-link {
  border-bottom: none;
  color: #333333;
}
.breadcrumb-search .ant-breadcrumb a:hover {
  color: var(--web-theme-color) !important;
}
.breadcrumb-search .search {
  width: 22rem;
  border-radius: 20px;
}
.breadcrumb-search .search .ant-input {
  border-radius: 20px;
}
.breadcrumb-search .search .ant-input:focus {
  caret-color: #b89d68 !important;
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid var(--web-nav-active-color) !important;
}
.breadcrumb-search .search .ant-input:hover {
  border: 1px solid var(--web-nav-active-color) !important;
}
.sub-title {
  font-size: 2rem;
  margin-bottom: 4rem;
  font-family: MicrosoftYaHei-Bold;
  color: #000000;
  text-align: center;
  font-weight: bold;
}
.sub-tag {
  font-size: 1rem;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  color: #FFFFFF;
  background-color: var(--web-nav-active-color);
  font-weight: bold;
  font-family: MicrosoftYaHei-Bold;
  display: inline-block;
  margin-bottom: 1.5rem;
}
.three-title {
  position: relative;
  margin-bottom: 4rem;
}
.three-title .three-title-text {
  font-size: 2rem;
  font-family: MicrosoftYaHei-Bold;
  color: #000000;
  text-align: center;
  font-weight: bold;
  padding: 0 15%;
  box-sizing: border-box;
}
.three-title .line-btn {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.three-title .line-btn span {
  margin-top: -0.1rem;
}
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;
}
.nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0);
  color: var(--web-nav-font-color);
  z-index: 666;
  -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;
  padding: 0 3.81rem;
}
.nav .nav-search {
  display: none;
}
.nav-wrapper {
  width: 100%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0);
  margin-top: 3.13rem;
  height: 4rem;
}
.nav .lang-mobile {
  display: none;
}
.nav .logo {
  margin-right: 2.43rem;
  height: 3.125rem;
}
.nav-list {
  width: 100%;
  height: 3rem;
}
.nav-item {
  position: relative;
  line-height: 1;
  text-align: center;
  z-index: 1;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.nav-item-p {
  padding: 0 1.25rem;
  width: 100%;
  text-align: center;
  height: 3.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;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
}
.nav-item .nav-sub-list {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #FFFFFF;
  border-radius: 20px;
  transition: all 0.3s ease;
  visibility: hidden;
  opacity: 0;
  z-index: 666;
  padding: 1rem;
  min-width: 10rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.nav-item .nav-sub-list .nav-sub-item {
  width: 100%;
  padding: 1rem;
  color: #000000;
  font-size: 1rem;
  display: block;
  white-space: nowrap;
  text-align: left;
  box-sizing: border-box;
}
.nav-item .nav-sub-list .nav-sub-item.sub-selected,
.nav-item .nav-sub-list .nav-sub-item:hover {
  color: #FFFFFF;
  background-color: var(--web-nav-active-color);
  border-radius: 5px;
}
.nav-item.selected .nav-item-p,
.nav-item:hover .nav-item-p {
  transition: all 0.3 linear;
  color: var(--web-nav-font-active-color);
  border-bottom: 2px solid var(--web-nav-font-active-color);
}
.nav-item.selected .nav-sub-list,
.nav-item:hover .nav-sub-list {
  opacity: 1;
  visibility: visible;
}
.nav .right-content .search-content {
  width: 30rem;
}
.nav .right-content .search-state {
  border: 1px solid var(--web-nav-active-color);
  border-radius: 30px;
  padding: 0.3rem;
  margin-right: 0.5rem;
}
.nav .right-content .search-state .close {
  margin-right: 0.5rem;
}
.nav .right-content .no-search {
  transition: all 0.3s linear;
  cursor: pointer;
  margin-right: 0.5rem;
}
.nav .right-content .no-search:hover {
  color: var(--web-nav-active-color) !important;
}
.header-search {
  height: 3rem;
  color: #ffffff;
}
.header-search:focus {
  caret-color: #FFFFFF !important;
  border: none;
  outline: none !important;
  box-shadow: none !important;
}
a {
  color: #ffffff;
}
.header-hide {
  padding-top: 6.375rem;
}
.header-hide .default-logo {
  display: none;
}
.header-hide .active-logo {
  display: block !important;
}
.header-hide .nav {
  background-color: #FFFFFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.header-hide .nav-wrapper {
  margin-top: 0 !important;
  height: 6.7rem !important;
}
.header-hide .nav-item-p {
  color: #000000 !important;
}
.header-hide .right-content {
  color: #000000;
}
.header-hide .nav-item:hover {
  color: var(--web-theme-color) !important;
}
.header-hide .close {
  color: #000000;
}
.header-hide .selected {
  color: #000000 !important;
  font-weight: bold !important;
}
.header-hide .header-search {
  height: 3rem;
  color: #000000;
}
.header-hide .header-search:focus {
  caret-color: #000000 !important;
  border: none;
  outline: none !important;
  box-shadow: none !important;
}
.line-btn {
  color: var(--web-theme-color);
  border: 1px solid var(--web-theme-color);
  padding: 0.5rem 1rem;
  border-radius: 30px;
  transition: all 0.3s linear;
  display: flex;
  align-items: center;
}
.line-btn a {
  color: var(--web-theme-color);
  transition: all 0.3 linear;
  font-size: 1rem;
}
.line-btn:hover {
  color: #FFFFFF;
  background-color: var(--web-theme-color);
}
.line-btn:hover a {
  color: #FFFFFF;
}
.scroll-tip {
  position: fixed;
  left: 50%;
  bottom: 5%;
  color: #fff;
  transform: translateX(-50%);
  text-align: center;
}
.scroll-tip .scroll-icon {
  transform: rotate(90deg);
  animation: scroll-icon 2s infinite;
  font-size: 2.5rem;
}
.scroll-tip p {
  text-shadow: 0 0 #ddd;
}
@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;
  }
}
.solid-btn {
  color: #ffffff;
  background-color: var(--web-theme-color);
  padding: 0.63rem 1rem;
  border-radius: 30px;
  transition: all 0.3s linear;
  display: flex;
  align-items: center;
}
.solid-btn a {
  color: #FFFFFF;
  transition: all 0.3 linear;
  font-size: 1rem;
}
.solid-btn:hover {
  color: #ffffff;
  background-color: #907541 !important;
}
.btn-content {
  margin-top: 3.81rem;
}
.btn-content .line-btn {
  margin-right: 1rem;
  font-size: 1.31rem !important;
}
.btn-content .line-btn a {
  font-size: 1.31rem;
}
.common-title {
  position: relative;
  height: 3.32rem;
}
.common-title .cn-title {
  padding-bottom: 0.38rem;
  color: #2d1b0d;
}
.common-title .en-text {
  position: absolute;
  left: 6.75rem;
  color: #2d1b0d;
  bottom: -0.2rem;
  font-size: 0.88rem;
  white-space: nowrap;
}
.common-title .en-text-bg {
  background-image: linear-gradient(90deg, #b89d68 0%, #ffffff 100%);
  opacity: 0.2;
  position: absolute;
  left: 0;
  bottom: -0.38rem;
  width: 27.38rem;
  height: 1.69rem;
  z-index: -1;
}
.common-title .big-title {
  letter-spacing: 0.3rem;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1;
}
.common-title .small-title {
  letter-spacing: 0.16rem;
  font-family: MicrosoftYaHei-Bold;
  font-size: 1.63rem;
  font-weight: bold;
}
.common-title-m {
  margin: 3rem 0;
}
#indexModule {
  position: relative;
}
.text-content {
  position: absolute;
  left: 10%;
  top: 4%;
  z-index: 1;
  padding-bottom: 2rem;
  transition: all 0.3s linear;
}
.text-content .tag {
  font-size: 1.5rem;
  color: var(--web-theme-color);
}
.text-content .tag span {
  margin: 0 1.5rem;
}
.text-content .tag div {
  display: flex;
}
.text-content .home-title {
  color: #FFFFFF;
  margin-top: 4.25rem;
}
.text-content .home-title .cn {
  font-size: 4.4rem;
  line-height: 1;
  margin-top: 1.56rem;
}
.text-content .home-title .en {
  font-size: 4.63rem;
  line-height: 1;
}
.text-content .en-home-title {
  font-size: 2.5rem;
  color: #ffffff;
  width: 50rem;
  word-break: break-all;
  margin-top: 2.75rem;
  letter-spacing: 0.05rem;
  font-family: Gilroy-Light;
  line-height: 1.5;
}
.banner {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
}
#award {
  position: relative;
  width: 100%;
  margin-top: -5px;
}
#award .award-bg {
  width: 100%;
}
#award .award-content {
  color: #FFFFFF;
  position: absolute;
  width: 80%;
  height: 100%;
  left: 10%;
  top: 0;
  padding-top: 7.5%;
  box-sizing: border-box;
}
#award .award-title-text-content {
  padding-left: 4rem;
}
#award .award-title {
  font-size: 2.13rem;
}
#award .award-title-en {
  font-size: 0.88rem;
}
#award p {
  font-size: 1rem;
  text-indent: 2em;
  padding-right: 40%;
  margin-top: 1rem;
  padding-left: 4rem;
  line-height: 1.88rem;
  font-family: MicrosoftYaHei;
}
#award .line-btn {
  margin-top: 4rem;
  margin-left: 4rem;
}
#news {
  background-color: #FFFFFF;
  margin-bottom: 3.82rem;
}
#news .news-list {
  width: 100%;
}
#news .news-list .new-item {
  width: calc(33.333% - 1.71rem);
  margin-right: 2.56rem;
  transition: all 0.3s linear;
  margin-bottom: 2.56rem;
  border-bottom: 0.13rem solid var(--web-nav-active-color);
}
#news .news-list .new-item .news-pic {
  width: 100%;
  height: 18.25rem;
  border-radius: 20px;
  overflow: hidden;
  object-fit: cover;
}
#news .news-list .new-item .news-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s linear;
}
#news .news-list .new-item:nth-of-type(3n) {
  margin-right: 0;
}
#news .news-list .new-item .news-title {
  margin-top: 1.81rem;
  margin-bottom: 1.75rem;
  font-size: 1.13rem;
  height: 3.5rem;
  color: #000000;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.7;
  transition: all 0.3s linear;
}
#news .news-list .new-item .news-sub-title {
  transition: all 0.3s linear;
  height: 2.88rem;
  font-size: 0.88rem;
  color: #000000;
  font-family: MicrosoftYaHei;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.7;
}
#news .news-list .new-item .news-btn {
  margin: 1.94rem 0;
}
#news .news-list .new-item .news-btn .news-date {
  font-size: 0.88rem;
  font-family: MicrosoftYaHei;
  color: var(--web-nav-active-color);
}
#news .news-list .new-item:hover .news-title,
#news .news-list .new-item:hover .news-sub-title {
  color: var(--web-nav-active-color) !important;
}
#news .news-list .new-item:hover .news-pic img {
  transform: scale(1.2);
}
#timerShaft {
  width: 100%;
  min-height: 20rem;
  background-image: url('../images/time-bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center      ;
}
#timerShaft .web-container {
  height: 100%;
}
#timerShaft .timer-content {
  width: 100%;
  height: 100%;
}
#timerShaft .common-title {
  width: 11rem;
}
#timerShaft .common-title .cn-title {
  color: var(--web-nav-active-color);
}
#timerShaft .common-title .en-text {
  color: var(--web-nav-active-color);
}
#timerShaft .common-title .en-text-bg {
  background: none;
}
#timerShaft .stepFlex {
  display: flex;
}
#timerShaft .stepFlex .step-item {
  position: relative;
  flex: 1;
  text-align: center;
  margin-top: 1rem;
}
#timerShaft .stepFlex .step-item:last-child .greyline {
  display: none;
}
#timerShaft .stepFlex .greyCircle {
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
  z-index: 2;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
}
#timerShaft .stepFlex .greyCircle img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
#timerShaft .stepFlex .greyline {
  height: 1px;
  border: 1px dashed var(--web-nav-active-color);
  width: calc(100% - 4.125rem);
  top: 0.625rem;
  left: calc(50% - -2.125rem);
  position: absolute;
}
#timerShaft .stepFlex .step-text {
  margin-top: 2.19rem;
  color: #ffffff;
  font-size: 1rem;
}
#timerShaft .stepFlex .step-text .step-title {
  font-size: 1rem;
  line-height: 1;
}
#timerShaft .stepFlex .step-text .step-sub-title {
  line-height: 1;
  font-weight: bold;
  margin-top: 0.88rem;
}
#announce {
  padding-bottom: 3.88rem;
}
#announce .web-container {
  position: relative;
}
#announce .swiper-slide {
  cursor: pointer;
  transition: width 0.4s ease;
  /* 手风琴动画关键 */
  width: 20%;
  position: relative;
  height: 30rem;
}
#announce .swiper-slide .img-content {
  width: 100%;
  height: 30rem;
  object-fit: cover;
  border-radius: 20px;
  overflow: hidden;
  position: absolute;
}
#announce .swiper-slide .img-content img {
  height: 100%;
  width: auto;
  overflow: hidden;
  position: absolute;
  left: -252%;
  top: 0;
}
#announce .swiper-slide .slide-title {
  position: absolute;
  left: 2rem;
  top: 2rem;
  color: #FFFFFF;
  font-size: 1.2rem;
}
#announce .swiper-slide .slide-title div {
  width: 1.2rem;
  line-height: 1.5rem;
}
#announce .swiper-slide .slide-text-content {
  width: 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border-radius: 0 20px 20px 0;
  display: none;
  color: #FFFFFF;
  text-align: right;
  padding-top: 3rem;
  padding-right: 3rem;
}
#announce .swiper-slide .slide-text-content .slide-content-title {
  font-size: 2rem;
  text-align: center;
  text-align: left;
}
#announce .swiper-slide .slide-text-content .slide-content-text {
  font-size: 1rem;
  text-align: left;
  margin-top: 2rem;
}
#announce .swiper-slide .slide-text-content .line-btn {
  color: #FFFFFF;
  border: 1px solid #ffffff;
  width: 7.5rem;
  margin-top: 2rem;
}
#announce .swiper-slide .slide-text-content .line-btn a {
  color: #ffffff;
}
#announce .swiper-slide .slide-text-content .line-btn:hover {
  border: 1px solid var(--web-nav-active-color);
}
#announce .button-next,
#announce .button-prev {
  position: absolute;
  top: 50%;
  width: 3.75rem;
  height: 3.75rem;
  line-height: 3.5rem;
  border-radius: 50%;
  border: 1px solid var(--web-nav-active-color);
  text-align: center;
  font-size: 1.5rem;
  color: var(--web-nav-active-color);
  transform: translateY(0, -50%);
  transition: all 0.3s linear;
  cursor: pointer;
}
#announce .button-next:hover,
#announce .button-prev:hover {
  background-color: var(--web-nav-active-color);
  color: #FFFFFF;
}
#announce .button-prev {
  left: -5rem;
}
#announce .button-next {
  right: -5rem;
}
#adv {
  width: 100%;
  position: relative;
  margin-bottom: 5rem;
  border-radius: 20px;
  overflow: hidden;
}
#adv img {
  width: 100%;
}
#adv div {
  position: absolute;
  color: var(--web-nav-active-color);
  font-family: SourceHanSansCN-Bold;
  font-size: 2.13rem;
  letter-spacing: 1.06rem;
  font-weight: bold;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#honor .honor-item {
  object-fit: cover;
  transition: all 0.3s linear;
  overflow: hidden;
  border-radius: 20px;
  cursor: pointer;
  position: relative;
  display: block;
  margin-right: 1.88rem;
  margin-bottom: 1.88rem;
}
#honor .honor-item:nth-of-type(2n) {
  margin-right: 0;
}
#honor .honor-item:hover img {
  transform: scale(1.1);
}
#honor .honor-item .honor-title {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  letter-spacing: 0.1rem;
  font-size: 1rem;
  color: #FFFFFF;
  font-family: MicrosoftYaHei;
  padding: 1.81rem 1.94rem;
  background-color: rgba(0, 0, 0, 0.1);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.8));
  z-index: 66;
}
#honor .item-16 {
  width: calc(66.66% - 0.94rem);
}
#honor .item-16 .honer-item-content {
  position: relative;
  width: 100%;
  padding-bottom: 38%;
}
#honor .item-16 .honer-item-content img {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
  transition: all 0.3s linear;
}
#honor .item-8 {
  width: calc(33.33% - 0.94rem);
}
#honor .item-8 .honer-item-content {
  position: relative;
  width: 100%;
  padding-bottom: 77%;
}
#honor .item-8 .honer-item-content img {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
  transition: all 0.3s linear;
}
#org {
  margin-top: 4.6rem;
  background: #ffffff;
  width: 100%;
  overflow: hidden;
  padding-bottom: 5rem;
}
#org .sponsor {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px dashed var(--web-nav-active-color);
}
#org .sponsor:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#org .sponsor .label {
  margin-right: 3rem;
  color: var(--web-nav-active-color);
  font-size: 1rem;
  font-weight: bold;
}
#org .sponsor .swiper .swiper-wrapper {
  align-items: center;
  justify-content: left;
}
#org .sponsor .swiper .swiper-wrapper .swiper-slide {
  position: relative;
}
#org .sponsor .swiper .swiper-wrapper .swiper-slide a {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 40%;
}
#org .sponsor .swiper .swiper-wrapper .swiper-slide a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
#contact {
  padding-bottom: 4rem;
}
#contact .ant-row-flex .ant-col {
  cursor: pointer;
  position: relative;
}
#contact .ant-row-flex .ant-col ul {
  margin-bottom: 0;
  height: 7rem;
}
#contact .ant-row-flex .ant-col ul li {
  font-size: 0.88rem;
  line-height: 1.63rem;
  color: #000000;
}
#contact .ant-row-flex .ant-col ul li span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#contact .ant-row-flex .ant-col .contact-style {
  width: 100%;
  padding: 0.94rem 0 0.94rem 1.38rem;
  font-size: 0.88rem;
  background-color: var(--web-theme-color);
  color: #FFFFFF;
  border-radius: 20px;
  margin-top: 1rem;
}
#contact .ant-row-flex .ant-col .contact-detail {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: var(--web-theme-color);
  transition: all 0.3s linear;
  overflow: hidden;
  padding: 1.25rem 0;
  opacity: 0;
  text-align: center;
  color: #FFFFFF;
}
#contact .ant-row-flex .ant-col .contact-detail .title {
  font-size: 0.88rem;
  font-weight: bold;
  font-family: MicrosoftYaHei;
}
#contact .ant-row-flex .ant-col .contact-detail .qrcode {
  width: 20%;
  margin: 0 auto;
  margin-top: 1rem;
}
#contact .ant-row-flex .ant-col .contact-detail .qrcode img {
  width: 100%;
}
#contact .ant-row-flex .ant-col .contact-detail .qrcode-tips {
  font-size: 0.88rem;
  margin-top: 0.3rem;
}
#contact .ant-row-flex .ant-col:hover .contact-detail {
  visibility: visible;
  opacity: 1;
}
.call-module {
  background-color: #2D1B0D;
  padding: 2.5rem 0;
}
.call-module .call-logo {
  width: 8.81rem;
  height: 14.81rem;
}
.call-module .qrcode {
  width: 11.44rem;
  height: 11.44rem;
}
.call-module ul {
  list-style: none;
  padding-left: 0;
  margin-left: 9.38rem;
  margin-bottom: 0;
}
.call-module ul:first-child {
  margin-left: 0;
}
.call-module ul li {
  margin-bottom: 1rem;
  line-height: 1;
  color: var(--web-nav-active-color);
}
.call-module ul li:first-child {
  font-size: 1rem;
  font-weight: bold;
  padding-bottom: 1.5rem;
  line-height: 1;
  margin-bottom: 0;
}
.call-module ul li a {
  color: var(--web-nav-active-color);
  font-size: 0.88rem;
  padding-bottom: 0.5rem;
}
.call-module ul li a:hover {
  border-bottom: 1px solid var(--web-nav-active-color);
}
.footer {
  width: 100%;
  padding: 1.56rem 0;
  background-color: #24160A;
  font-size: 0.88rem;
  color: var(--web-nav-active-color);
}
.footer a {
  color: var(--web-nav-active-color);
}
.banner-mobile {
  display: none;
}
.right-btn-content {
  position: fixed;
  right: 2rem;
  top: 20%;
  transform: translateY(-20%);
  color: #FFFFFF;
  z-index: 999;
}
.right-btn-content img {
  width: 1.5rem;
  margin-bottom: 0.5rem;
}
.right-btn-content .right-fixd-btn {
  background-color: var(--web-theme-color);
  color: #FFFFFF;
  width: 5.63rem;
  height: 5.63rem;
  border-radius: 0.63rem;
  margin-bottom: 0.5rem;
  align-content: center;
  transition: all 0.3s linear;
}
.right-btn-content .right-fixd-btn:hover {
  background-color: #907541 !important;
}
.right-btn-content .right-fixd-btn div {
  font-size: 1rem;
  flex: 1;
  width: 100%;
  min-width: 100%;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .sub-tag {
    margin-bottom: 0.88rem !important;
    padding: 0.25rem 0.5rem !important;
    font-size: 0.88rem;
  }
  .search-content {
    width: 18rem !important;
  }
  .nav-item-p {
    padding: 0 0.88rem !important;
  }
  html {
    font-size: clamp(10px, calc(100vw / 100), 24px) !important;
  }
  #award .line-btn {
    margin-top: 2rem !important;
  }
}
@media screen and (max-width: 1000px) {
  html {
    font-size: clamp(10px, calc(100vw / 80), 24px) !important;
  }
  .nav-item-p {
    padding: 0 0.5rem !important;
  }
  .search-content {
    display: none;
  }
  .right-content {
    width: 10rem !important;
  }
  #award p {
    font-size: 0.88rem;
    margin-top: 0.5rem;
    line-height: 1.5rem;
  }
  #award .line-btn {
    margin-top: 1rem !important;
  }
  .nav .logo {
    margin-right: 1.4rem !important;
  }
}
@media screen and (max-width: 768px) {
  #indexModule .text-content {
    width: calc(100% - 20%);
    top: 8%;
  }
  #indexModule .text-content .tag span {
    margin: 0 0.5rem;
  }
  #indexModule .text-content .en {
    font-size: 2.5rem;
  }
  #indexModule .text-content .cn {
    font-size: 3rem;
  }
  #indexModule .text-content .en-home-title {
    width: 100%;
    font-size: 1.5rem;
  }
  .award-content {
    padding-top: 3.5% !important;
  }
}
@media screen and (max-width: 600px) {
  #honor .honor-item .honor-title {
    padding: 0.81rem 0.94rem !important;
  }
  .scroll-tip {
    display: none !important;
  }
  html {
    font-size: clamp(10px, calc(100vw / 30), 30px) !important;
  }
  .solid-btn,
  .line-btn {
    padding: 0.4rem 0.8rem;
  }
  .common-title-m {
    margin: 2rem 0;
  }
  .common-title {
    zoom: 0.8 !important;
  }
  .web-container {
    width: 100%;
    padding: 0 2rem !important;
    overflow: hidden;
    box-sizing: border-box;
  }
  .lang-mobile {
    display: block !important;
  }
  .nav-search {
    margin-bottom: 1rem;
    display: flex !important;
  }
  .nav-search .ant-input {
    border: 1px solid var(--web-nav-active-color);
    flex: 1;
  }
  .nav-search .ant-input:focus {
    caret-color: #b89d68 !important;
    outline: none !important;
    box-shadow: none !important;
  }
  .default-logo {
    display: none;
  }
  .active-logo {
    display: block !important;
  }
  .logo {
    margin-right: 0.5rem !important;
    height: 2.125rem !important;
  }
  .nav,
  .header-hide {
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    padding: 0 2rem;
  }
  .nav .nav-menu,
  .header-hide .nav-menu {
    font-size: 1.5rem;
    color: var(--web-nav-active-color);
    margin-left: 0.5rem;
  }
  .nav .nav-wrapper,
  .header-hide .nav-wrapper {
    margin-top: 0;
    margin-bottom: 0;
    height: 4rem !important;
  }
  .nav .nav-list,
  .header-hide .nav-list {
    position: fixed;
    top: 4rem;
    left: 0;
    z-index: 666;
    padding: 0 3rem;
    padding-top: 1rem;
    overflow: auto;
    background-color: #ffffff;
    flex-wrap: wrap;
    box-sizing: border-box;
    height: calc(100vh - 4rem);
    transition: all 0.3s linear;
    display: none;
  }
  .nav .nav-list .nav-item,
  .header-hide .nav-list .nav-item {
    width: 100%;
    position: relative;
    display: block;
  }
  .nav .nav-list .nav-item .nav-item-p,
  .header-hide .nav-list .nav-item .nav-item-p {
    padding: 0 1rem;
    width: 100%;
    text-align: center;
    color: var(--web-nav-active-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;
    border-bottom: 0.2rem solid rgba(255, 255, 255, 0);
    flex: 1;
  }
  .nav .nav-list .nav-item .nav-sub-list,
  .header-hide .nav-list .nav-item .nav-sub-list {
    position: relative !important;
    display: none;
    color: var(--web-nav-active-color) !important;
    min-width: 100%;
    width: 100%;
    visibility: visible;
    opacity: 1;
    left: 1;
    top: 1;
    padding-top: 0 !important;
    box-shadow: none;
  }
  .nav .nav-list .nav-item .nav-sub-list .nav-sub-item,
  .header-hide .nav-list .nav-item .nav-sub-list .nav-sub-item {
    color: var(--web-nav-active-color) !important;
    box-shadow: none;
  }
  .nav .nav-list .nav-item .nav-sub-list .nav-sub-item.sub-selected,
  .header-hide .nav-list .nav-item .nav-sub-list .nav-sub-item.sub-selected {
    color: #FFFFFF !important;
    background-color: var(--web-nav-active-color);
    border-radius: 5px;
  }
  .nav .nav-list .nav-item .nav-sub-list .nav-sub-item:hover,
  .header-hide .nav-list .nav-item .nav-sub-list .nav-sub-item:hover {
    background-color: var(--web-nav-active-color);
    color: #ffffff !important;
    border-radius: 5px;
  }
  .nav .nav-list .nav-item.selected .nav-item-p,
  .header-hide .nav-list .nav-item.selected .nav-item-p,
  .nav .nav-list .nav-item:hover .nav-item-p,
  .header-hide .nav-list .nav-item:hover .nav-item-p {
    transition: all 0.3 linear;
    color: var(--web-nav-active-color) !important;
    background-color: #ffffff !important;
  }
  .nav .nav-list .nav-item .lang-mobile,
  .header-hide .nav-list .nav-item .lang-mobile {
    display: block !important;
  }
  .nav .right-content,
  .header-hide .right-content {
    flex: 1;
  }
  .nav .right-content .search-content,
  .header-hide .right-content .search-content {
    width: 10rem;
    padding-right: 0.5rem !important;
    display: none;
  }
  .nav .right-content .no-search,
  .header-hide .right-content .no-search {
    transition: all 0.3s linear;
    cursor: pointer;
    color: var(--web-nav-active-color);
  }
  .nav .right-content .no-search:hover,
  .header-hide .right-content .no-search:hover {
    color: var(--web-nav-active-color) !important;
  }
  .nav .right-content .close,
  .header-hide .right-content .close {
    color: var(--web-nav-active-color);
  }
  .header-hide {
    padding: 0 !important;
  }
  .news-list {
    width: 100%;
    display: block !important;
  }
  .news-list .new-item {
    width: 100% !important;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  #indexModule .banner {
    display: none;
  }
  #indexModule .banner-mobile {
    display: block;
    width: 100%;
    height: 100vh;
    background: url('../images/mobile-home-bg.png');
    background-size: 100% 100%;
    background-repeat: 100% 100%;
  }
  #indexModule .text-content {
    width: calc(100% - 20%);
    top: 4%;
  }
  #indexModule .text-content .tag span {
    margin: 0 0.5rem;
  }
  #indexModule .text-content .en {
    font-size: 2.5rem;
  }
  #indexModule .text-content .cn {
    font-size: 3rem;
  }
  #indexModule .text-content .en-home-title {
    width: 100%;
    font-size: 1.5rem;
  }
  #award {
    margin-top: -1rem;
    background: url('../images/bg2.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: #2d1b0d;
    padding: 1.88rem 0;
  }
  #award .award-bg {
    display: none;
  }
  #award .award-title-text-content {
    padding-left: 0;
  }
  #award .award-content {
    margin-top: 0;
    position: relative;
    margin-left: 0;
    width: 100%;
    left: 0;
  }
  #award .award-content .line-btn {
    margin-top: 1.88rem !important;
    margin-left: 0;
  }
  #award p {
    padding: 0;
  }
  #timerShaft .timer-content {
    display: block !important;
    padding: 2rem 0;
  }
  #timerShaft .stepFlex {
    margin-left: 2rem;
    display: block;
    padding: 0;
    margin-top: 2rem;
  }
  #timerShaft .stepFlex .step-item {
    width: 70%;
    position: relative;
    height: 10rem;
  }
  #timerShaft .stepFlex .step-item:last-child {
    height: auto;
    margin-bottom: 1rem;
  }
  #timerShaft .stepFlex .step-item .step-text {
    text-align: left !important;
    margin-top: 0;
  }
  #timerShaft .stepFlex .step-item .greyCircle {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    width: 1.25rem;
    border-radius: 50%;
  }
  #timerShaft .stepFlex .step-item .greyCircle img {
    width: 100%;
    height: 100%;
    vertical-align: top;
  }
  #timerShaft .stepFlex .step-item .greyline {
    border: 1px dashed var(--web-nav-active-color);
    width: 1px;
    height: calc(100% - 1rem);
    position: absolute;
    top: 2rem;
    left: calc(100% - 0.1rem);
  }
  #honor .item-16 {
    width: 100%;
    margin-right: 0 !important;
  }
  #honor .item-8 {
    width: 100%;
    margin-right: 1.88rem !important;
    margin-right: 0;
  }
  #honor .item-8:nth-child(1n) {
    margin-right: 0 !important;
  }
  #org .sponsor {
    display: block;
  }
  #org .sponsor .label {
    margin-bottom: 1rem;
  }
  .call-module .call-content {
    flex-wrap: wrap;
    justify-content: center;
  }
  .call-module .call-content > div {
    width: 100%;
    min-width: 100%;
    flex: 1;
    margin: 1.5rem 0;
    margin-top: 2rem;
  }
  .call-module .call-list {
    margin-left: 2rem;
  }
  #announce .accordionSwiper {
    padding: 0 1rem;
  }
  #announce .button-next,
  #announce .button-prev {
    width: 2rem;
    height: 2rem;
    border: none;
    text-align: center;
    line-height: 2rem;
  }
  #announce .button-prev {
    left: 0.5rem;
    z-index: 66;
  }
  #announce .button-next {
    right: 0.5rem;
    z-index: 66;
  }
  #announce .swiper-slide {
    box-sizing: border-box;
    width: calc(50% - 10px);
  }
  #contact .ant-row-flex .ant-col ul {
    min-height: 6.5rem;
    height: auto !important;
  }
  .sub-banner {
    margin-top: 4rem;
  }
  .sub-banner .big-title {
    font-size: 1.5rem !important;
    line-height: 1.2 !important;
  }
  .breadcrumb-search {
    display: block;
    margin-bottom: 2rem;
  }
  .breadcrumb-search .search {
    margin-top: 1rem;
    width: 100%;
  }
  .sub-title {
    font-size: 1.5rem !important;
    margin-bottom: 2rem;
  }
  .sub-tag {
    margin-bottom: 1rem !important;
    padding: 0.25rem 0.5rem !important;
  }
  .three-title {
    margin-bottom: 2rem;
    display: block;
    position: relative;
  }
  .three-title .three-title-text {
    font-size: 1.5rem;
    font-family: MicrosoftYaHei-Bold;
    color: #000000;
    text-align: center;
    font-weight: bold;
    padding: 0 !important;
  }
  .three-title .line-btn {
    display: none;
  }
}
