@import url('fontello.css');
[v-cloak] {
  display: none;
}
.web-container {
  width: var(--web-width);
  margin: 0 auto;
}
.common-module {
  margin-top: 30px;
}
section.module-box {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 30px 0;
}
section.module-box:nth-of-type(2n) {
  background-color: #fff;
}
.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;
}
.common-title-en {
  font-size: 12px;
  opacity: 0.4;
  margin-top: 5px;
  letter-spacing: 5px;
}
.text-more {
  color: #fff;
  padding: 3px 6px;
  font-size: 11px;
  display: inline-block;
  margin-top: 10px;
  font-weight: normal;
  text-align: center;
  background-color: var(--web-theme-color);
}
.text-more:hover {
  color: #fff;
  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: #fbf8f8;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  position: relative;
  z-index: 11;
}
.lang-title {
  padding-left: 38px;
  background: url(../image/language.png) left -10px no-repeat;
  margin-right: 5px;
}
.lang-name {
  display: inline-block;
  color: #999;
  background-image: url(../image/language.png);
  background-repeat: no-repeat;
}
.lang-name.on {
  color: #000;
}
.lang-cn {
  padding-left: 20px;
  background-position: -10px -42px;
  margin-right: 5px;
}
.lang-en {
  padding-left: 20px;
  background-position: -10px -82px;
}
.adv-modal {
  position: fixed;
  top: 69px;
  border: 1px solid #e0e0e0;
  background: #ffffff;
  z-index: 10;
  right: 10px;
  width: 150px;
}
.banner {
  position: relative;
  overflow: hidden;
}
.banner img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.banner .minisite-qrcode {
  padding: 10px;
  position: absolute;
  bottom: -90px;
  right: 0;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.banner .minisite-qrcode img {
  width: 100px;
  height: 100px;
}
.banner .minisite-qrcode p {
  letter-spacing: 1px;
  margin-bottom: 5px;
  font-size: 12px;
}
.banner .minisite-qrcode:hover {
  bottom: 0;
  cursor: pointer;
}
.nav {
  height: 70px;
  line-height: 70px;
  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: 0 0 18px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
}
.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,
.nav .lang-mobile {
  display: none;
}
.nav .nav-date-content {
  white-space: nowrap;
  height: 35px;
  line-height: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  border-radius: 35px;
  font-size: 15px;
  background: var(--web-nav-active-color);
  color: var(--web-nav-font-active-color);
}
.nav .nav-date-content .days {
  font-size: 20px;
  font-weight: bold;
}
.nav-item {
  position: relative;
  line-height: 1.2;
  text-align: center;
  z-index: 1;
}
.nav-item-p {
  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;
  padding: 0 20px;
  width: 100%;
  height: 70px;
  font-size: 16px;
  text-align: center;
  color: var(--web-nav-font-color);
  overflow: hidden;
  font-weight: 700;
}
.nav-item.selected,
.nav-item:hover {
  background: var(--web-nav-active-color);
}
.nav-item.selected .nav-item-p,
.nav-item:hover .nav-item-p {
  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;
}
.ant-affix .nav {
  height: 50px;
  line-height: 50px;
}
.ant-affix .nav-item-p {
  height: 50px;
}
.ant-affix .nav .nav-date {
  height: 30px;
  line-height: 30px;
  font-size: 13px;
}
.ant-affix .nav .nav-date .days {
  font-size: 16px;
}
.mobile-tabbar {
  display: none;
}
.channel-module .channel-item {
  background: var(--web-theme-color);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  padding: 30px 0;
  cursor: pointer;
}
.channel-module .channel-item-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: 1;
}
.channel-module .channel-item:nth-of-type(2n) .channel-item-bg {
  background-color: rgba(0, 0, 0, 0.3);
}
.channel-module .channel-item-content {
  color: #fff;
  display: block;
  text-align: center;
  position: relative;
  z-index: 2;
}
.channel-module .channel-item .icon-box {
  width: 65px;
  height: 65px;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  text-align: center;
  font-size: 48px;
  line-height: 65px;
  margin: 0 auto 5px;
}
.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: 48px;
  height: 48px;
  -o-object-fit: contain;
  object-fit: contain;
}
.channel-module .channel-item-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}
.channel-module .channel-item-date {
  font-size: 12px;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.7);
}
.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;
}
.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;
}
.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 .custom-slick-arrow {
  margin-top: -32px;
}
.guest-module .guest-item {
  display: block;
  color: #000;
}
.guest-module .guest-item img {
  width: 150px;
  height: 150px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  -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: inherit;
}
.guest-module .guest-item p {
  opacity: 0.7;
}
.date-module {
  padding: 50px 0;
  text-align: center;
  background: url(../image/pic3.jpg) bottom center no-repeat;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}
.date-module .date-bg {
  background-color: var(--web-theme-color);
  opacity: 0.7;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.date-module .date-content {
  position: relative;
  z-index: 2;
}
.date-module .date-content .date-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
.date-module .date-content .date-item p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  position: relative;
  line-height: 40px;
}
.date-module .date-content .date-item p:after {
  content: '';
  display: block;
  position: absolute;
  width: 40px;
  height: 3px;
  left: 50%;
  margin-left: -20px;
  background-color: rgba(255, 255, 255, 0.4);
}
.date-module .date-content .date-item h3 {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 2px;
  margin-top: 10px;
  margin-bottom: 0;
}
.goods-module .carousel-goods-module .slick-slider {
  padding-bottom: 30px;
}
.goods-module .carousel-goods-module .slick-list .slick-slide.slick-active {
  padding-top: 10px;
}
.goods-module .goods-item img {
  width: 100%;
  height: 190px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-box-shadow: 0px 0 15px 0 rgba(69, 79, 127, 0.22);
  box-shadow: 0px 0 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;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
.photos-module .photos-item .relative {
  overflow: hidden;
}
.photos-module .photos-item .relative img {
  display: block;
  width: 100%;
  height: 232px;
  -o-object-fit: cover;
  object-fit: cover;
}
.photos-module .photos-item-content {
  padding: 15px;
  background: #FFF;
}
.photos-module .photos-item .img-bg {
  position: absolute;
  width: 150%;
  height: 100%;
  left: 0;
  bottom: 0;
  background-color: var(--web-theme-color);
  opacity: 0.7;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}
.photos-module .photos-item:hover .img-bg {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.new-module .photos-item .relative img {
  height: 162px;
}
.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: 18px;
  font-weight: normal;
  margin: 20px 0 25px;
  position: relative;
  text-align: center;
  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: url(../image/appoint_bg.jpg) no-repeat center center;
  padding: 30px 0;
}
.call-module .web-container {
  padding: 30px;
  background-color: var(--web-theme-color);
}
.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-asidebar {
  width: 195px;
}
.sub-asidebar-title {
  background-color: var(--web-theme-color);
  font-weight: bold;
  color: #fff;
  padding: 15px;
  word-break: break-word;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 5px;
}
.sub-asidebar-title-en {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: normal;
}
.sub-asidebar-list {
  background-color: #fafafb;
  border: 1px solid #e4e8f1;
  padding: 5px;
}
.sub-asidebar-item {
  padding: 15px;
  color: #000;
}
.sub-asidebar-item-title {
  position: relative;
}
.sub-asidebar-item-entitle {
  color: #999;
  font-size: 11px;
}
.sub-asidebar-item.selected,
.sub-asidebar-item:hover {
  color: #fff;
  background-color: var(--web-theme-color);
}
.sub-asidebar-item.selected *,
.sub-asidebar-item:hover * {
  color: inherit;
}
.sub-asidebar-item.selected .sub-asidebar-item-title:before,
.sub-asidebar-item:hover .sub-asidebar-item-title:before {
  background-color: #fff;
}
.sub-common-module {
  margin-top: 20px;
}
.right-content {
  border-radius: 5px;
  padding: 0 0px 20px 0px;
}
.right-content .common-title {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
}
.right-content .sub-new-item {
  padding: 15px 0;
  color: inherit;
}
.right-content .sub-new-item:not(:last-child) {
  border-bottom: 1px dashed #ebedf3;
}
.right-content .sub-new-item:hover * {
  color: var(--web-theme-color);
}
@media screen and (max-width: 1260px) {
  body {
    min-width: 1100px;
  }
  .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-content {
    padding: 0.5rem;
  }
  .photos-module .photos-item .relative img {
    height: 205px;
  }
  .new-module .photos-item .relative img {
    height: 148px;
  }
}
@media screen and (max-width: 768px) {
  body {
    min-width: auto;
  }
  .fs12 {
    font-size: 0.55rem;
  }
  .fs14 {
    font-size: 0.6rem;
  }
  .fs16 {
    font-size: 0.65rem;
  }
  .lang {
    display: none;
  }
  .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;
    padding-bottom: 2.5rem;
  }
  .body-view {
    padding-bottom: 2rem;
  }
  .web-container {
    width: 100%;
    padding: 0 15px;
  }
  .common-module {
    margin-top: 0.8rem;
  }
  .nav-wrapper {
    height: 100%;
    -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-date {
    height: 100%;
  }
  .mobile-tabbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 0;
    background-color: #fff;
    width: 100%;
    z-index: 11;
    padding: 0.2rem 0 0.3rem;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  }
  .mobile-tabbar .tabbar-item {
    color: #8F929B;
  }
  .mobile-tabbar .tabbar-item .icon-box {
    line-height: 1rem;
    margin: 0.2rem auto 0;
    font-size: 0.8rem;
    display: inline-block;
    overflow-y: hidden;
  }
  .mobile-tabbar .tabbar-item .icon-box img {
    width: 0.8rem;
    height: 0.8rem;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
  }
  .mobile-tabbar .tabbar-item p {
    font-size: 0.5rem;
    line-height: 0.55rem;
    margin-top: 0.15rem;
    text-align: center;
  }
  .nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 1.8rem;
    line-height: 1.8rem;
    z-index: 9;
    font-size: 0.55rem;
  }
  .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 .lang-mobile {
    display: block;
    margin-right: 0.5rem;
  }
  .nav .lang-mobile .ant-divider {
    margin: 0 ;
  }
  .nav .lang-mobile a {
    padding: 0.15rem;
  }
  .nav .lang-mobile a.selected {
    background: var(--web-nav-active-color);
    color: var(--web-nav-font-active-color);
  }
  .nav .lang-mobile * {
    color: var(--web-nav-font-color);
  }
  .nav .nav-list {
    display: none;
    position: absolute;
    right: 0;
    top: 1.8rem;
    width: 100%;
    z-index: 1;
    max-height: 70vh;
    overflow: auto;
    background: var(--web-nav-color);
    padding: 0 15px 15px 15px;
    -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 .nav-list .nav-item {
    text-align: left;
  }
  .nav .nav-list .nav-item:not(:last-child) {
    border-bottom: 1px solid var(--web-nav-active-color);
  }
  .nav .nav-list .nav-item-p {
    line-height: 1.2;
    padding: 0.5rem;
    height: auto;
    text-align: left;
  }
  .nav .nav-list .nav-item-second {
    position: static;
    width: 100%;
    display: block;
    font-size: 0.5rem;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .nav .nav-list .nav-item-second a {
    text-align: left;
    padding-left: 25px;
    position: relative;
  }
  .nav .nav-list .nav-item-second a:before {
    content: ' - ';
    position: absolute;
    left: 12px;
    top: 10px;
  }
  .ant-affix .nav {
    height: 1.8rem;
    line-height: 1.8rem;
  }
  .ant-affix .nav-item {
    height: auto;
  }
  .ant-affix .nav-item-p {
    line-height: 1.8rem;
  }
  .ant-affix .nav .nav-date {
    height: 1.8rem;
    line-height: 1.8rem;
    font-size: 0.55rem;
  }
  .ant-affix .nav .nav-date .days {
    font-size: 0.55rem;
  }
  .channel-module .channel-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .channel-module .channel-item {
    padding: 0.5rem;
    width: 50%;
    -webkit-box-flex: initial;
    -webkit-flex: initial;
    -moz-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
  }
  .channel-module .channel-item:nth-child(n) {
    margin-right: 0;
    margin-bottom: 0;
  }
  .channel-module .channel-item:nth-of-type(n) .channel-item-bg {
    background: transparent;
  }
  .channel-module .channel-item:nth-of-type(4n) .channel-item-bg,
  .channel-module .channel-item:nth-of-type(4n+1) .channel-item-bg {
    background: rgba(0, 0, 0, 0.3);
  }
  .channel-module .channel-item .icon-box {
    width: auto;
    height: auto;
    line-height: 1;
    font-size: 0.8rem;
    margin: 0;
  }
  .channel-module .channel-item .icon-box img {
    width: 0.8rem;
    height: 0.8rem;
  }
  .channel-module .channel-item-title {
    font-size: 0.55rem;
    line-height: 1.5;
    margin-top: 0.2rem;
  }
  .m-layout-box {
    margin-top: 0.5rem;
  }
  .carousel-banner-module {
    height: 8.37rem;
  }
  .carousel-banner-module .carousel-banner-item {
    height: 8.37rem;
  }
  .text-module {
    margin-top: 0.5rem;
  }
  .text-module .text-content {
    height: auto;
  }
  .text-module .text-cntitle {
    font-size: 0.8rem;
  }
  .date-module {
    padding: 1rem 0;
  }
  .date-module .date-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .date-module .date-content .date-item {
    width: 50%;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -moz-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    margin-top: 0.8rem;
  }
  .date-module .date-content .date-item p {
    font-size: 0.55rem;
    line-height: 1.2rem;
  }
  .date-module .date-content .date-item p:after {
    width: 1.5rem;
    height: 0.15rem;
    margin-left: -0.75rem;
  }
  .date-module .date-content .date-item h3 {
    font-size: 0.7rem;
    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;
  }
  .guest-module .custom-slick-arrow {
    margin-top: -32px;
  }
  .guest-module .ant-row {
    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;
    padding-bottom: 0.5rem;
  }
  .guest-module .guest-item {
    padding: 0;
  }
  .guest-module .guest-item img {
    width: 3.5rem;
    height: 3.5rem;
  }
  .goods-module .carousel-goods-module .slick-slider {
    padding-bottom: 0.8rem;
  }
  .goods-module .ant-row {
    margin: -7.5px !important;
  }
  .goods-module .ant-col {
    padding: 7.5px !important;
  }
  .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: 50%;
    height: 7.3rem;
    padding: 0.4rem;
  }
  .company-module .company-item:nth-child(n) {
    border: 1px solid #dcdcdc;
  }
  .company-module .company-item:nth-child(2n) {
    border-left: 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 .ant-row-flex {
    margin: -5px !important;
  }
  .photos-module .ant-col {
    padding: 5px!important;
  }
  .photos-module .photos-item .relative img {
    height: 4.2rem;
  }
  .new-module .photos-item .relative img {
    height: 4.23rem;
  }
  .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;
  }
  .bread {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .sub-asidebar {
    display: none;
  }
  .sub-common-module {
    margin-top: 0.5rem;
  }
  .right-content {
    padding: 0;
  }
  .right-content .common-title {
    padding-bottom: 0.3rem;
  }
  .right-content .sub-new-item {
    position: relative;
    padding: 0.5rem 0 1.5rem;
  }
  .right-content .sub-new-item h3 {
    margin-right: 0;
  }
  .right-content .sub-new-item-date {
    position: absolute;
    right: 3px;
    bottom: 0.5rem;
  }
}
