@import url('fontello.css');
.web-container {
  width: var(--web-width);
  margin: 0 auto;
}
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;
}
.lang {
  background: #fbf8f8;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
}
.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: 99;
  left: 10px !important;
  width: 150px;
}
.banner {
  max-width: 100%;
}
.date-module {
  position: relative;
  margin-top: 15px;
}
.date-module:after {
  content: '';
  width: 100%;
  height: 10px;
  position: absolute;
  left: -7px;
  bottom: -10px;
  background: url(../image/shadow-big.png) left top no-repeat;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}
.date-module-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.05;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  z-index: 0;
  background-color: var(--web-theme-color);
}
.date-module .date-item {
  padding: 15px;
  text-align: center;
  font-size: 15px;
  line-height: 24px;
}
.date-module .date-item-title {
  color: #6a6a6a;
}
.date-module .date-item-date {
  color: var(--web-theme-color);
  font-weight: bold;
}
.nav {
  width: 165px;
  -webkit-box-shadow: 1px 1px 10px 0 hsla(219, 79%, 83%, 0.35);
  box-shadow: 1px 1px 10px 0 hsla(219, 79%, 83%, 0.35);
  border-radius: 10px;
  overflow: auto;
  max-height: -webkit-calc(80vh);
  max-height: -moz-calc(80vh);
  max-height: calc(100vh - 20px);
  min-height: 90vh;
  background: var(--web-nav-color);
}
.nav-item {
  position: relative;
  line-height: 1.2;
}
.nav-item-p {
  display: block;
  padding: 15px;
  text-align: left;
  color: var(--web-nav-font-color);
}
.nav-item-p:hover {
  background: var(--web-nav-active-color);
}
.nav-item-p:hover * {
  color: var(--web-nav-font-active-color);
}
.nav-item.selected .nav-item-p {
  background: var(--web-nav-active-color);
}
.nav-item.selected .nav-item-p * {
  color: var(--web-nav-font-active-color);
}
.nav-item.selected .nav-item-second {
  display: block;
}
.nav-item-cnname {
  font-size: 15px;
}
.nav-item-enname {
  font-size: 11px;
  margin-top: 3px;
  opacity: 0.7;
}
.nav-item .nav-item-second {
  display: none;
  background-color: #f0f1f6;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
.nav-item .nav-item-second a {
  display: block;
  padding: 10px 5px 10px 20px;
  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 .nav-item-second a:hover * {
  color: var(--web-nav-font-active-color);
}
.right-asidebar {
  position: fixed;
  right: 0;
  top: 137px;
  z-index: 11;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.right-asidebar-content {
  width: 170px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 10px 0 rgba(177, 201, 246, 0.35);
  box-shadow: 1px 1px 10px 0 rgba(177, 201, 246, 0.35);
}
.right-asidebar-content .rac-countdown {
  background: var(--web-theme-color);
  width: 100%;
  text-align: center;
  color: #fff;
  overflow: hidden;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding-bottom: 15px;
}
.right-asidebar-content .rac-countdown h2 {
  font-weight: bold;
  font-size: 64px;
  line-height: 1.3;
  margin: 0;
  color: #fff;
}
.right-asidebar-content .rac-countdown h2 i {
  width: 13px;
  height: 35px;
  display: inline-block;
  background: url(../image/days.png) center no-repeat;
  vertical-align: baseline;
  -o-background-size: contain;
  background-size: contain;
  margin-left: 2px;
}
.right-asidebar-content .rac-list {
  padding: 15px;
}
.right-asidebar-content .rac-list .rac-item {
  border-radius: 25px;
  height: 40px;
  text-align: center;
  padding: 0 8px;
  line-height: 1.2;
  overflow: hidden;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.right-asidebar-content .rac-list .rac-item:hover {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}
.right-asidebar-content .rac-list .rac-item:not(:last-child) {
  margin-bottom: 15px;
}
.right-asidebar-content .rac-list .rac-item i {
  display: inline-block;
  font-size: 16px;
}
.right-asidebar-content .rac-list .rac-item i:before {
  margin: 0 0.2em;
}
.right-asidebar-content .rac-list .rac-item img {
  display: inline-block;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
  object-fit: contain;
}
.right-asidebar-content .rac-list .rac-item:nth-child(6n + 1) {
  background-color: #6a71e5;
}
.right-asidebar-content .rac-list .rac-item:nth-child(6n + 2) {
  background-color: #0091ff;
}
.right-asidebar-content .rac-list .rac-item:nth-child(6n + 3) {
  background-color: #ff4966;
}
.right-asidebar-content .rac-list .rac-item:nth-child(6n + 4) {
  background-color: #ffa500;
}
.right-asidebar-content .rac-list .rac-item:nth-child(6n + 5) {
  background-color: #10d3a7;
}
.right-asidebar-content .rac-list .rac-item:nth-child(6n + 6) {
  background-color: #3f4c88;
}
.right-asidebar .asidebar-btn {
  color: #384352;
  cursor: pointer;
  text-shadow: 0 0 1px #fff;
}
.right-asidebar.mini-asidebar .right-asidebar-content {
  width: 65px;
}
.right-asidebar.mini-asidebar .right-asidebar-content .rac-countdown {
  padding: 10px 0;
}
.right-asidebar.mini-asidebar .right-asidebar-content .rac-countdown h2 {
  font-size: 24px;
  color: #fff;
}
.right-asidebar.mini-asidebar .right-asidebar-content .rac-countdown h2 .days-icon {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}
.right-asidebar.mini-asidebar .right-asidebar-content .rac-list {
  padding: 15px;
}
.right-asidebar.mini-asidebar .right-asidebar-content .rac-list .rac-item {
  height: 30px;
  width: 30px;
  line-height: 1;
  padding: 0;
  margin: 0 auto;
  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;
  cursor: pointer;
}
.right-asidebar.mini-asidebar .right-asidebar-content .rac-list .rac-item:not(:last-child) {
  margin-bottom: 10px;
}
.right-asidebar.mini-asidebar .right-asidebar-content .rac-list .rac-item i {
  display: inline-block;
  margin-left: 4px;
  margin-right: 5px;
}
.right-asidebar.mini-asidebar .right-asidebar-content .rac-list .rac-item img {
  display: inline-block;
  margin-left: 7px;
  margin-right: 7px;
}
.right-asidebar.mini-asidebar .right-asidebar-content .rac-list .rac-item:hover {
  width: 180px;
  -webkit-transform: translateX(-150px);
  -moz-transform: translateX(-150px);
  -ms-transform: translateX(-150px);
  -o-transform: translateX(-150px);
  transform: translateX(-150px);
}
.right-asidebar.mini-asidebar .right-asidebar-content .ewm {
  display: none;
}
.sub-content {
  width: -webkit-calc(-80%);
  width: -moz-calc(-80%);
  width: calc(100% - 180px);
}
.common-title {
  color: #393939;
  font-weight: bold;
  margin-top: 30px;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 10px;
}
.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;
}
.carousel-banner-module {
  width: 100%;
  height: 280px;
  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: 280px;
  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 {
  width: 100%;
  height: 100%;
  color: #384352;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 700;
  position: relative;
  background-color: rgba(147, 147, 147, 0.05);
  display: block;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.new-module .new-item:hover {
  border-color: #b2b7cf;
  -webkit-box-shadow: 1px 4px 10px 0 rgba(141, 164, 206, 0.35);
  box-shadow: 1px 4px 10px 0 rgba(141, 164, 206, 0.35);
}
.new-module .new-item-top {
  border-bottom: 1px solid #cfd1d5;
  padding-bottom: 10px;
  color: var(--web-theme-color);
}
.new-module .new-item-num {
  font-size: 26px;
  line-height: 1;
  font-weight: 900;
  font-family: Arial;
}
.new-module .new-item-title {
  font-size: 15px;
  line-height: 22px;
  margin-top: 15px;
}
.new-module .new-item-date {
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
}
.new2-module .new2-item {
  display: block;
  -webkit-box-shadow: 0 5px 12px 0 rgba(42, 58, 114, 0.15);
  box-shadow: 0 5px 12px 0 rgba(42, 58, 114, 0.15);
  border-radius: 3px;
  border: solid 2px #ffffff;
  padding: 15px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #ffffff), to(#f4f5f8));
  background-image: -webkit-linear-gradient(bottom, #ffffff 20%, #f4f5f8 100%);
  background-image: -moz-linear-gradient(bottom, #ffffff 20%, #f4f5f8 100%);
  background-image: -o-linear-gradient(bottom, #ffffff 20%, #f4f5f8 100%);
  background-image: linear-gradient(0deg, #ffffff 20%, #f4f5f8 100%);
  -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;
}
.new2-module .new2-item:hover {
  border-color: #b2b7cf;
}
.new2-module .new2-item h3 {
  height: 42px;
}
.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 .carousel-guest-module .slick-slider {
  padding-bottom: 30px;
}
.guest-module .guest-item img {
  width: 140px;
  height: 140px;
  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);
}
.photos-module .carousel-photos-module .slick-slider {
  padding-bottom: 30px;
}
.photos-module .photos-item {
  overflow: hidden;
}
.photos-module .photos-item img {
  width: 100%;
  height: 185px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-box-shadow: 1px 1px 10px 0 rgba(146, 167, 206, 0.35);
  box-shadow: 1px 1px 10px 0 rgba(146, 167, 206, 0.35);
  -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 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;
  width: 20%;
  display: block;
  height: 160px;
  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;
}
.friend-module .carousel-friend-module .slick-slider {
  padding-bottom: 30px;
}
.friend-module .friend-item {
  width: -webkit-calc(16%);
  width: -moz-calc(16%);
  width: calc(20% - 4px);
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 5px;
}
.friend-module .friend-item:last-child {
  margin-right: 0;
}
.friend-module .friend-item img {
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  width: 100%;
  height: 55px;
  padding: 3px 10px;
  background-color: #fff;
  -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;
}
.sponsor-list .sponsor-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 3px;
  width: 25px;
  background: var(--web-theme-color);
  border-radius: 3px;
}
.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);
}
.footer {
  padding: 15px;
  margin-top: 30px;
  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;
}
