@import url(../../../../asset/module/fonticonpicker/css/fontello-7275ca86/css/101de0367ecfcc06bf0147e7a2b46e82_fontello.jpg.css);
[v-cloak] {
  display: none;}
.web-container {
  width: var(--web-width);
  margin: 0 auto;}
.wrapper {
  min-height: 100vh;}
.ant-btn.ant-btn-primary {
  background-color: var(--web-theme-color);
  border-color: var(--web-theme-color);}
.lang {
  background: #fbf8f8;
  height: 35px;
  line-height: 35px;
  font-size: 12px;}
.lang-title {
  padding-left: 38px;
  background: url(../../../images/language.png) left -10px no-repeat;
  margin-right: 5px;}
.lang-name {
  display: inline-block;
  color: #999;
  background-image: url(../../../images/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;
  right: 10px !important;
  width: 150px;}
.banner {
  max-width: 100%;}
.footer {
  padding: 15px;
  margin-top: 30px;
  background-color: #27282d;
  font-size: 13px;
  text-align: center;}
.footer a {
  color: #ffffff;}
.nav {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 50px;
  background: var(--web-nav-color);
  line-height: 50px;
  font-size: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;}
.nav-item {
  position: relative;
  text-align: center;
  padding: 0 15px;}
.nav-item-label {
  height: 50px;
  line-height: 1.2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--web-nav-font-color) !important;
  overflow: hidden;}
.nav-item:hover {
  background: var(--web-nav-active-color);}
.nav-item:hover .nav-item-label {
  color: var(--web-nav-font-active-color) !important;}
.nav-item:hover .nav-item-second {
  display: block;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;}
.nav-item-second {
  position: absolute;
  left: 0;
  top: 50px;
  background: var(--web-nav-color);
  width: 200%;
  text-align: left;
  z-index: 6;
  padding: 0;
  display: none;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-box-shadow: 0 3px 3px var(--web-nav-color);
  box-shadow: 0 3px 3px var(--web-nav-color);}
.nav-item-second-label {
  color: var(--web-nav-font-color) !important;
  padding: 10px;
  overflow: hidden;
  height: auto;
  line-height: 1.2;
  display: block;}
.nav-item-second-label:hover {
  background: var(--web-nav-active-color);
  color: var(--web-nav-font-active-color) !important;}
.nav .nav-active {
  background: var(--web-nav-active-color);}
.nav .nav-active .nav-item-label {
  color: var(--web-nav-font-active-color) !important;}
.common-title {
  width: 100%;
  position: relative;
  padding: 5px 0 5px 15px;}
.common-title h2 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(22px, 2.4vw, 30px);
    font-weight: 700;
    color: #0f1c1a;
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin: 0 0 20px;
    padding-bottom: 12px;
    border-bottom: none;
    position: relative;}



.common-title h2::after{
content: '';
    display: block;
    margin-top: 12px;
    width: 44px;
    height: 3px;
    background: #2d9e8e;
    border-radius: 99px;
}

.content-right-item .common-title h2{
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.01em;
    margin: 0 0 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(45, 158, 142, 0.12);
    position: relative;
}
.content-right-item .common-title h2{
    font-family: var(--font-display);
    font-weight: 700;
    color: var(--ink);
    padding-bottom: 0px;
    border-bottom: 1px solid var(--border-subtle);
}

.common-title:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 4px;
  height: 16px;
  background-image: url(../images/panelt.png);
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;}
.common-title-more {
  color: #999;
  font-weight: normal;
  font-size: 12px;}
.dialog-info .ant-modal-body {
  padding-top: 40px;}
.dialog-info .ant-modal-close-x {
  line-height: 45px;}
.content-left {
  width: 100%;}
.content-right {
  width: 294px;
  min-width: 294px;
  /* border: 1px solid #eeeeee; */
  margin-top: 20px;
  }
.content-right-item {
  background: var(--surface-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 24px 22px;
  box-shadow: var(--shadow-sm);
  transition: box-shadow 0.25s var(--ease-out-expo), transform 0.25s var(--ease-out-expo);
  margin-bottom: 20px;
  }
.content-right-item:last-child {
  border-bottom: 0;}
.content-right-item-card {
  width: 100%;
  padding: 11px 14px;
  margin-bottom: 15px;
  border-radius: var(--radius-sm) !important;
  background: var(--surface-warm) !important;
  border: 1px solid var(--border-subtle) !important;
  color: var(--ink) !important;
  transition: all 0.2s var(--ease-out-expo);
  font-weight: 500 !important;
  font-size: 13.5px !important;
  }
.content-right-item-card:last-child {
  margin-bottom: 0;}
.content-right-item-card:hover {
    background: var(--brand-light) !important;
    border-color: var(--brand-mid) !important;
    color: var(--brand-dark) !important;
    transform: translateX(3px);}
.content-right-item-card i {
  font-size: 16px;
  line-height: 24px;
  background: linear-gradient(135deg, var(--brand), var(--brand-mid));
  color: #fff;
  border-radius: 7px;
  }
.content-right-item-card img {
  max-height: 20px;
  max-width: 20px;
  margin: 0 0.2em;
  line-height: 24px;}
.content-right-item-card-text {
  font-size: 16px;}
.countDown {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;}
.countDown-item-label {
  font-size: 10px;}
.countDown-item-num {
  font-size: 24px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  padding: 8px 0;
  font-family: tahoma;
  background-image: url(../../../c4/images/blue/countdown.png);
  background-position: 55px 0;}
.countDown-item:nth-child(1) .countDown-item-num {
  background-position: 0 0;}
.carousel-banner-module {
  width: 100%;
  height: 395px;
  overflow: hidden;}
.carousel-banner-module .slick-dots {
  display: inline-block !important;
  right: 10px;
  bottom: 21px;
  width: auto;}
.carousel-banner-module .slick-dots li button {
  width: 5px;
  height: 5px;}
.carousel-banner-module .slick-dots li.slick-active button {
  width: 15px;}
.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: 395px;
  display: block;
  position: relative;}
.carousel-banner-module .carousel-banner-item-title {
  position: absolute;
  left: 0px;
  width: 100%;
  bottom: 0px;
  padding-right: 150px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 1em;
  line-height: 36px;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0.55)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 100%);
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 100%);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 100%);
  background-image: linear-gradient(rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8C000000', endColorstr='#8C000000');}
.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;}
.notes-item {
  position: relative;
  padding: 10px 10px 10px 20px;}
.notes-item:first-child {
  margin-top: 0;}
.notes-item h3 {
  margin-bottom: 0;
  font-weight: normal;
  font-size: 14px;
  color: #000;}
.notes-item:before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #999999;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;}
.notes-item-title {
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;}
.notes-item:hover * {
  color: var(--web-theme-color);}
.guest-module .carousel-guest-module .slick-slider {
  padding-bottom: 30px;}
.guest-module .guest-item {
  position: relative;
  -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 {
  width: 120px;
  height: 168px;
  display: block;
  margin: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;}
.guest-module .guest-item .guest-item-shade {
  position: absolute;
  width: 120px;
  height: 168px;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 0;
  -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 .guest-item-shade img {
  width: 40px;
  height: 40px;}
.guest-module .guest-item:hover .guest-item-shade {
  opacity: 1;}
.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);}
.photos-module .carousel-photos-module .slick-slider {
  padding-bottom: 30px;}
.photos-module .photos-item {
  overflow: hidden;}
.photos-module .photos-item img {
  width: 100%;
  height: 216px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-box-shadow: 0px 3px 15px 0 rgba(69, 79, 127, 0.22);
  box-shadow: 0px 3px 15px 0 rgba(69, 79, 127, 0.22);
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear;}
.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);}
.friend-module .carousel-friend-module .slick-slider {
  padding-bottom: 30px;}
.friend-module .friend-item {
  width: -webkit-calc(21%);
  width: -moz-calc(21%);
  width: calc(25% - 4px);
  display: block;
  -moz-box-sizing: border-box;
  -webkit-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 {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  width: 100%;
  height: 55px;
  -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);}
.company-module .carousel-company-module .slick-slider {
  padding-bottom: 30px;}
.company-module .company-item {
  position: relative;
  width: 20%;
  display: block;
  height: 160px;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-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;}
.goods-module .carousel-goods-module .slick-slider {
  padding-bottom: 30px;}
.goods-module .goods-item {
  overflow: hidden;}
.goods-module .goods-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;}
.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);}
.sponsor-list .sponsor-title {
  font-size: 18px;
  margin: 20px 0 25px;
  position: relative;
  text-align: center;
  font-weight: normal;
  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);}
.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;}
.ant-carousel .custom-slick-arrow {
  width: 20px;
  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;}
.body-view .common-title {
  border-bottom: 1px solid #eeeeee;
  padding: 10px 10px 10px 25px;}
.body-view .common-title:before {
  left: 10px;}
.body-view .notes-item {
  border-bottom: 1px dotted #eee;}
@media screen and (max-width: 1140px) {
  .web-container {
    width: 980px;}
  .nav-item {
    padding: 0 10px;}
  .carousel-banner-module {
    height: 335px;}
  .carousel-banner-module .carousel-banner-item {
    height: 335px;}
}


                .flex-item{
                    width: 1100px;
                    margin: 0 auto;}
               .web-container {
                   width:100%;}
                   .nav1{
                   background: var(--web-nav-color);}
                   .nav{
                   width:1100px;
                   margin:0 auto;}