.hc-header {
  height: 90px;
}
@media (max-width: 768px) {
  .hc-header {
    height: 65px;
  }
}
.header-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  z-index: 102;
  background: #000000;
}
@media (max-width: 768px) {
  .header-top {
    display: none;
  }
}
.lang-change-list {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
}
.lang-change-top {
  padding-top: 30px;
  margin-bottom: 30px;
}
.lang-change-top h3 {
  font-size: 16px;
  color: #444;
}
.lang-change-table {
  display: table;
  width: 100%;
  margin-left: -15px;
  margin-right: -15px;
}
.lang-table-col {
  display: table-cell;
  width: 20%;
}
.lang-table-col .lang-table-wrap {
  padding: 0 15px;
  line-height: 24px;
}
.lang-table-col .lang-table-wrap h3 {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid rgba(68, 68, 68, 0.15);
  padding-bottom: 15px;
}
.lang-table-col .lang-table-wrap ul {
  padding-top: 12px;
  margin-bottom: 24px;
}
.lang-table-col .lang-table-wrap ul li {
  padding: 5px 0;
}
.lang-table-col .lang-table-wrap ul li a {
  color: #808080;
  font-size: 12px;
}
.lang-table-col .lang-table-wrap ul li a:hover {
  color: #c7000b;
}
.lang-change {
  float: right;
  color: #fff;
  line-height: 30px;
  font-size: 12px;
  color: #999999;
}
.lang-change span {
  display: inline-block;
  margin: 0 6px 0 7px;
}
.lang-change i {
  transform-origin: center center;
  transition: all 0.3s;
}
.lang-change.is-open i.hc-icon-arrow_down {
  transform: rotate(180deg);
}
.header-btm {
  position: fixed;
  top: 30px;
  left: 0;
  width: 100%;
  height: 60px;
  background: #FFFFFF;
  z-index: 100;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .header-btm {
    top: 0;
    height: 65px;
  }
  .header-btm .hc-nav-center,
  .header-btm .hc-nav-right {
    display: none;
  }
}
.hc-nav {
  position: relative;
}
@media (max-width: 768px) {
  .hc-nav {
    margin-left: -4px;
  }
}
.hc-logo,
.hc-nav-right {
  position: absolute;
  top: 0;
  height: 100%;
}
.hc-nav-menu {
  float: right;
  margin-right: 10px;
  margin-top: 17px;
}
.hc-nav-menu span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #000;
  margin: 6px 0;
  transition: all 0.2s;
}
.hc-nav-menu span:nth-child(1) {
  transform-origin: right top;
}
.hc-nav-menu span:nth-child(3) {
  transform-origin: right bottom;
}
.hc-nav-menu.active span:nth-child(1) {
  transform: rotate(-45deg);
}
.hc-nav-menu.active span:nth-child(2) {
  opacity: 0;
}
.hc-nav-menu.active span:nth-child(3) {
  transform: rotate(45deg);
}
.hc-logo {
  width: 52px;
  left: 0;
}
@media (max-width: 768px) {
  .hc-logo {
    width: 49px;
  }
}
.hc-logo img {
  margin-top: 10px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
@media (max-width: 768px) {
  .hc-logo img {
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .hc-header.is-open .header-btm {
    height: 100%;
    box-shadow: none;
  }
  .hc-header.is-open .header-btm:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 65px;
    z-index: -1;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
  }
  .hc-header.is-open .header-btm .hc-nav-center {
    position: absolute;
    top: 65px;
    left: 4px;
    margin: 0;
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
    display: block;
    height: calc(100vh - 110px);
  }
  .hc-header.is-open .header-btm .hc-nav-center li {
    padding: 10px;
    display: block;
    margin-right: 0;
  }
  .hc-header.is-open .header-btm .hc-nav-center li.active i {
    transform: rotate(180deg);
  }
  .hc-header.is-open .header-btm .hc-nav-center li i {
    margin-left: 10px;
  }
  .hc-header.is-open .header-btm .hc-nav-center li .hc-nav-drop_card {
    display: none;
    position: relative;
    visibility: visible;
    overflow: visible;
    opacity: 1;
    transform: none;
    left: auto;
  }
  .hc-header.is-open .header-btm .hc-nav-center li .hc-nav-drop_card ul {
    box-shadow: none;
    background-color: transparent;
    border: none;
    padding: 0;
  }
  .hc-header.is-open .header-btm .hc-nav-center li .hc-nav-drop_card ul::after {
    display: none;
  }
  .hc-header.is-open .header-btm .hc-nav-center li .hc-nav-drop_card ul li {
    padding: 10px;
  }
  .hc-header.is-open .header-btm .hc-nav-center li .hc-nav-drop_card ul li a {
    font-size: 16px;
    text-align: left;
    line-height: 24px;
    padding: 0;
  }
  .hc-header.is-open .header-btm .hc-nav-lang_mobile {
    position: fixed;
    bottom: 0;
    height: 45px;
    left: 0;
    width: 100%;
    display: block;
    background-color: #f3f5f8;
    transition: height 0.3s;
  }
  .hc-header.is-open .header-btm .hc-nav-lang_mobile.active {
    height: 345px;
  }
  .hc-header.is-open .header-btm .hc-nav-lang_mobile.active i {
    transform: rotate(180deg);
  }
  .hc-header.is-open .header-btm .hc-nav-lang_mobile .nav-lang_text {
    background-color: #666A75;
    color: #fff;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #f3f5f8;
    height: 45px;
  }
  .hc-header.is-open .header-btm .hc-nav-lang_mobile .nav-lang_text i {
    transform-origin: center center;
    margin-left: 5px;
  }
  .hc-header.is-open .header-btm .hc-nav-lang_mobile .nav-lang_wrapper {
    width: 100%;
    height: 300px;
    overflow: hidden;
    overflow-y: auto;
  }
  .hc-header.is-open .header-btm .hc-nav-lang_mobile .nav-lang_wrapper h3 {
    padding: 10px 30px;
    color: #444;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
  }
  .hc-header.is-open .header-btm .hc-nav-lang_mobile .nav-lang_list {
    width: 100%;
    height: 300px;
    overflow: hidden;
    overflow-y: auto;
  }
  .hc-header.is-open .header-btm .hc-nav-lang_mobile .nav-lang_list ul {
    padding-top: 10px;
    border-top: 1px solid #ccc;
    margin: 5px 30px 10px;
  }
  .hc-header.is-open .header-btm .hc-nav-lang_mobile .nav-lang_list li {
    padding: 6px 0;
  }
  .hc-header.is-open .header-btm .hc-nav-lang_mobile .nav-lang_list li a {
    color: #444;
    line-height: 24px;
  }
}
.hc-nav-lang_mobile {
  display: none;
}
.hc-nav-center {
  margin: 0 100px 0 91px;
}
.hc-nav-center ul {
  padding-top: 20px;
}
.hc-nav-center li {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
  position: relative;
}
.hc-nav-center li i {
  margin-left: 5px;
  transition: all 0.3s;
  transform-origin: center center;
}
.hc-nav-center li > a {
  line-height: 21px;
  font-size: 16px;
  color: #444444;
  position: relative;
}
@media (max-width: 1200px) {
  .hc-nav-center li {
    margin-right: 10px;
  }
  .hc-nav-center li > a {
    font-size: 14px;
  }
}
@media (min-width: 769px) {
  .hc-nav-center li:hover i {
    transform: rotate(180deg);
  }
  .hc-nav-center li:hover .hc-nav-drop_card {
    visibility: visible;
    overflow: visible;
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
.hc-nav-drop_card {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 10px);
  padding-top: 10px;
  opacity: 0;
  transition: all 0.3s;
  overflow: hidden;
}
.hc-nav-drop_card ul {
  display: block;
  padding: 5px 0;
  background: #F5F9FC;
  border: 1px solid #E4EAF0;
  border-radius: 3px;
  box-shadow: 9px 9px 19px 0 rgba(110, 127, 147, 0.25), -1px -1px 7px 3px #ffffff;
}
.hc-nav-drop_card ul:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 6px;
  width: 5px;
  height: 5px;
  margin-left: -3px;
  border: 1px solid #E4EAF0;
  border-left: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transform-origin: center center;
  background: #F5F9FC;
  z-index: 2;
  transform: rotate(-45deg);
}
.hc-nav-drop_card ul li {
  display: block;
  margin: 0;
}
.hc-nav-drop_card ul li a {
  display: block;
  line-height: 21px;
  font-size: 14px;
  padding: 4px 20px;
  text-align: center;
  white-space: nowrap;
}
.hc-nav-drop_card ul li a:hover {
  background-color: rgba(233, 233, 233, 0.4);
}
.hc-nav-right {
  right: 0;
  width: 100px;
  font-size: 12px;
  color: #444444;
  padding-top: 22px;
  text-align: right;
  white-space: nowrap;
}
.hc-nav-right > a,
.hc-nav-right .hc-nav-signup {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  color: #444444;
  position: relative;
}
.hc-nav-right > a:hover,
.hc-nav-right .hc-nav-signup:hover {
  color: #C7000B;
}
.hc-nav-right .hc-nav-signup {
  margin-right: 0;
  cursor: pointer;
}
.hc-nav-right .hc-nav-signup:hover {
  color: #C7000B;
}
.hc-nav-right .hc-nav-signup:hover > i {
  transform: rotate(180deg);
}
.hc-nav-right .hc-nav-signup:hover .hc-nav-dropbox {
  visibility: visible;
  width: 70px;
  height: auto;
  overflow: visible;
  transform: translateY(0);
  opacity: 1;
  top: 100%;
}
.hc-nav-right .hc-nav-signup > i {
  margin-left: 8px;
  transform-origin: center center;
  transition: transform 0.3s;
}
.hc-nav-right .hc-nav-dropbox {
  visibility: hidden;
  position: absolute;
  top: -1000px;
  right: 0;
  padding-top: 10px;
  width: 0;
  height: 0;
  overflow: hidden;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
}
.hc-nav-right .hc-nav-dropbox:after {
  content: '';
  position: absolute;
  right: 25px;
  top: 6px;
  width: 5px;
  height: 5px;
  border: 1px solid #E4EAF0;
  border-left: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transform-origin: center center;
  background: #F5F9FC;
  z-index: 2;
  transform: rotate(-45deg);
}
.hc-nav-right .hc-nav-dropbox ul {
  display: block;
  padding: 2px 8px;
  background: #F5F9FC;
  border: 1px solid #E4EAF0;
  border-radius: 3px;
  box-shadow: 9px 9px 19px 0 rgba(110, 127, 147, 0.25), -1px -1px 7px 3px #FFFFFF;
}
.hc-nav-right .hc-nav-dropbox ul li {
  padding: 6px 0;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 16px;
  border-bottom: 1px solid rgba(68, 68, 68, 0.05);
}
.hc-nav-right .hc-nav-dropbox ul li:nth-last-child(1) {
  border-bottom: 0;
}
.hc-nav-right .hc-nav-dropbox ul li a {
  color: #333333;
}
.hc-nav-right .hc-nav-dropbox ul li a:hover {
  color: #C7000B;
}
.popup-login {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
}
.popup-login.active {
  visibility: visible;
  overflow: visible;
  width: 100%;
  height: 100%;
}
.popup-login.active .popup-login-container {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.popup-login .popup-login-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  width: 460px;
  height: 481px;
  background: #F5F9FC;
  border: 1px solid #E4EAF0;
  box-shadow: 9px 9px 19px 0 rgba(110, 127, 147, 0.25), -1px -1px 7px 3px #FFFFFF;
  border-radius: 6px;
  box-sizing: border-box;
  opacity: 0;
  transition: all 0.5s ease;
}
@media (max-width: 768px) {
  .popup-login .popup-login-container {
    width: 335px;
    height: auto;
  }
}
.popup-login .popup-login-close {
  position: absolute;
  top: 15px;
  right: 20px;
  cursor: pointer;
}
.popup-login .popup-login-close i {
  width: 15px;
  height: 15px;
}
.popup-login .popup-login-top {
  padding-top: 30px;
}
@media (max-width: 768px) {
  .popup-login .popup-login-top {
    padding-top: 26px;
  }
}
.popup-login .popup-login-top h2 {
  font-size: 20px;
  color: #333333;
  letter-spacing: 1px;
  text-align: center;
  line-height: 26px;
}
@media (max-width: 768px) {
  .popup-login .popup-login-top h2 {
    font-size: 14px;
    line-height: 22px;
  }
}
.popup-login .popup-login-top .popup-tab-head {
  margin-top: 26px;
  font-size: 0;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .popup-login .popup-login-top .popup-tab-head {
    margin-top: 23px;
  }
}
.popup-login .popup-login-top .popup-tab-head a {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 18px;
  color: #333333;
  letter-spacing: 1px;
  text-align: center;
  line-height: 24px;
  padding: 8px 0;
}
@media (max-width: 768px) {
  .popup-login .popup-login-top .popup-tab-head a {
    font-size: 14px;
    padding: 7px 0;
  }
}
.popup-login .popup-login-top .popup-tab-head a.active {
  color: #C0000A;
  position: relative;
}
.popup-login .popup-login-top .popup-tab-head a.active:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #C7000B;
  border-radius: 3px;
}
.popup-login .popup-login-center {
  background: #FFFFFF;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
}
.popup-login .popup-login-center .popup-login-tab-body {
  padding: 30px 57px;
  display: none;
}
@media (max-width: 768px) {
  .popup-login .popup-login-center .popup-login-tab-body {
    padding: 30px 15px;
  }
}
.popup-login .popup-login-center .popup-login-tab-body.active {
  display: block;
}
.popup-login .popup-login-center .popup-input-group {
  height: 42px;
  margin-bottom: 20px;
}
.popup-login .popup-login-center .popup-input-group .input-wrapper {
  background: #FFFFFF;
  border: 1px solid #444444;
  border-radius: 4px;
  position: relative;
  height: 42px;
  box-sizing: border-box;
  overflow: hidden;
}
.popup-login .popup-login-center .popup-input-group .input-wrapper input {
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  text-indent: 15px;
  color: #444444;
}
.popup-login .popup-login-center .popup-input-group .input-wrapper input::-moz-placeholder {
  font-size: 16px;
  letter-spacing: 1px;
  opacity: 0.5;
}
.popup-login .popup-login-center .popup-input-group .input-wrapper input:-ms-input-placeholder {
  font-size: 16px;
  letter-spacing: 1px;
  opacity: 0.5;
}
.popup-login .popup-login-center .popup-input-group .input-wrapper input::placeholder {
  font-size: 16px;
  letter-spacing: 1px;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .popup-login .popup-login-center .popup-input-group .input-wrapper input {
    font-size: 14px;
  }
  .popup-login .popup-login-center .popup-input-group .input-wrapper input::-moz-placeholder {
    font-size: 14px;
  }
  .popup-login .popup-login-center .popup-input-group .input-wrapper input:-ms-input-placeholder {
    font-size: 14px;
  }
  .popup-login .popup-login-center .popup-input-group .input-wrapper input::placeholder {
    font-size: 14px;
  }
}
.popup-login .popup-login-center .popup-input-group.popup-input-group-col {
  font-size: 0;
  white-space: nowrap;
}
.popup-login .popup-login-center .popup-input-group.popup-input-group-col .input-wrapper {
  display: inline-block;
  vertical-align: top;
  width: 211px;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .popup-login .popup-login-center .popup-input-group.popup-input-group-col .input-wrapper {
    width: 169px;
  }
}
.popup-login .popup-login-center .popup-input-group.popup-input-group-col button {
  display: inline-block;
  vertical-align: top;
  outline: none;
  border: 1px solid #C7000B;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  color: #C7000B;
  letter-spacing: 0.88px;
  line-height: 40px;
  box-sizing: border-box;
  background: #fff;
  padding: 0;
  margin: 0;
  width: 124px;
  cursor: pointer;
}
.popup-login .popup-login-center .popup-radio-group {
  font-size: 16px;
  color: #333333;
  letter-spacing: 1px;
  line-height: 21px;
}
@media (max-width: 768px) {
  .popup-login .popup-login-center .popup-radio-group {
    font-size: 12px;
    line-height: 16px;
  }
}
.popup-login .popup-login-center .popup-radio-group label {
  display: inline-block;
  vertical-align: top;
}
.popup-login .popup-login-center .popup-radio-group span {
  display: inline-block;
  vertical-align: top;
}
.popup-login .popup-login-center .popup-radio-group input[type="checkbox"] {
  display: none;
}
.popup-login .popup-login-center .popup-radio-group input[type="checkbox"] + span {
  position: relative;
  padding-left: 22px;
}
.popup-login .popup-login-center .popup-radio-group input[type="checkbox"] + span:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  border-radius: 50%;
  border: 1px solid #C7000B;
  cursor: pointer;
}
@media (max-width: 768px) {
  .popup-login .popup-login-center .popup-radio-group input[type="checkbox"] + span:before {
    top: -3px;
  }
}
.popup-login .popup-login-center .popup-radio-group input[type="checkbox"]:checked + span:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 3px;
  width: 12px;
  height: 12px;
  overflow: hidden;
  border-radius: 50%;
  background: #C7000B;
  cursor: pointer;
}
@media (max-width: 768px) {
  .popup-login .popup-login-center .popup-radio-group input[type="checkbox"]:checked + span:after {
    top: 2px;
  }
}
.popup-login .popup-login-center .popup-radio-group a {
  color: #151515;
  text-decoration: underline;
}
.popup-login .popup-login-center .popup-button-group {
  margin-top: 21px;
  text-align: center;
}
@media (max-width: 768px) {
  .popup-login .popup-login-center .popup-button-group {
    margin-top: 20px;
  }
}
.popup-login .popup-login-center .popup-button-group button {
  display: inline-block;
  vertical-align: top;
  width: 140px;
  height: 42px;
  background: #C7000B;
  border-radius: 4px;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 1px;
  line-height: 42px;
  outline: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.popup-login .popup-login-bottom {
  height: 65px;
}
@media (max-width: 768px) {
  .popup-login .popup-login-bottom {
    height: 60px;
  }
}
.popup-login .popup-login-bottom p {
  text-align: center;
  font-size: 16px;
  color: #333333;
  letter-spacing: 1px;
  line-height: 65px;
}
@media (max-width: 768px) {
  .popup-login .popup-login-bottom p {
    font-size: 14px;
    line-height: 60px;
  }
}
.popup-login .popup-login-bottom p a {
  color: #C7000B;
  text-decoration: underline;
}
.section-footer {
  background-color: #FFFFFF;
  padding-top: 15px;
  padding-bottom: 19px;
}
.section-footer:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 768px) {
  .section-footer {
    padding-top: 19px;
  }
}
.section-attention {
  float: left;
  margin-top: 7px;
  font-size: 12px;
  color: #333333;
  line-height: 24px;
}
.section-attention span {
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
}
.section-attention a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  position: relative;
}
.section-attention a:hover .section-attention-popup {
  display: block;
}
.section-attention a .section-attention-popup {
  display: none;
  position: absolute;
  top: 0;
  transform: translate(-50%, -100%);
  left: 50%;
  padding-bottom: 10px;
}
.section-attention a .section-attention-popup .section-attention-popup_wrapper {
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 2px 7px 0 rgba(47, 65, 202, 0.25);
  border-radius: 8px;
}
.section-attention a .section-attention-popup .section-attention-popup_wrapper img {
  width: 138px;
}
.footer-link {
  float: right;
}
@media (max-width: 768px) {
  .footer-link {
    float: none;
  }
}
.footer-link .footer-link-top {
  text-align: right;
}
.footer-link .footer-link-top ul {
  font-size: 0;
}
@media (max-width: 768px) {
  .footer-link .footer-link-top ul {
    text-align: center;
  }
}
.footer-link .footer-link-top li {
  display: inline-block;
  vertical-align: top;
  padding: 0 8px;
  position: relative;
}
.footer-link .footer-link-top li:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 12px;
  width: 1px;
  background-color: #333;
}
.footer-link .footer-link-top li:nth-last-child(1):after {
  display: none;
}
.footer-link .footer-link-top li a {
  font-size: 12px;
  color: #333333;
  line-height: 17px;
}
.footer-link .footer-link-btm {
  margin-top: 5px;
  font-size: 12px;
  color: #999999;
  line-height: 17px;
}
@media (max-width: 768px) {
  .footer-link .footer-link-btm {
    margin-top: 8px;
    text-align: center;
    line-height: 14px;
  }
}
/* loading 开始*/
.hc-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 99999;
}
.hc-loading .hc-loading-ccontainer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60vh;
  max-width: 342px;
}
@media (max-width: 768px) {
  .hc-loading .hc-loading-ccontainer {
    width: 276px;
  }
}
.hc-loading .hc-loading-circle {
  padding-top: 100%;
  background-image: url('../images/home/loading-circle.png');
  background-size: cover;
  -webkit-animation: circle 10s linear infinite;
          animation: circle 10s linear infinite;
}
.hc-loading .hc-loading-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60vh;
  z-index: 2;
}
@media (max-width: 768px) {
  .hc-loading .hc-loading-wrapper {
    width: 70vw;
  }
}
.hc-loading img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 149px;
  display: block;
  transform-origin: center center;
}
@media (max-width: 768px) {
  .hc-loading img {
    width: 110px;
  }
}
@-webkit-keyframes circle {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(72deg);
  }
  40% {
    transform: rotate(144deg);
  }
  60% {
    transform: rotate(216deg);
  }
  80% {
    transform: rotate(288deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes circle {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(72deg);
  }
  40% {
    transform: rotate(144deg);
  }
  60% {
    transform: rotate(216deg);
  }
  80% {
    transform: rotate(288deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes circle-reverse {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(-72deg);
  }
  40% {
    transform: rotate(-144deg);
  }
  60% {
    transform: rotate(-216deg);
  }
  80% {
    transform: rotate(-288deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes circle-reverse {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(-72deg);
  }
  40% {
    transform: rotate(-144deg);
  }
  60% {
    transform: rotate(-216deg);
  }
  80% {
    transform: rotate(-288deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
/* loading 结束*/
/* 顶部KV 开始*/
.hc-hero {
  padding-bottom: 20px;
  background-image: linear-gradient(90deg, #F1F5F8 1%, #FFFFFF 57%);
  position: relative;
}
@media (max-width: 768px) {
  .hc-hero {
    height: auto;
  }
}
@media (max-width: 768px) {
  .hc-hero .hc-swiper-pagination {
    position: static;
    top: auto;
    bottom: auto;
    left: auto;
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .hc-hero-swiper.swiper-container {
    padding-bottom: 10px;
    height: 133vw;
  }
}
@media (max-width: 600px) {
  .hc-hero-swiper.swiper-container {
    padding-bottom: 10px;
    height: 143vw;
  }
}
.hc-hero-swiper .hc-hero-item {
  height: 604px;
  background-image: url('../images/home/hero-bg.png');
  background-position: right -30px;
  background-size: auto 634px;
  background-repeat: no-repeat;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.hc-hero-swiper .hc-hero-item img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hc-hero-swiper .hc-hero-item.type-2 {
  padding-top: 90px;
}
@media (max-width: 768px) {
  .hc-hero-swiper .hc-hero-item.type-2 .hero-item-left {
    width: 100%;
  }
  .hc-hero-swiper .hc-hero-item.type-2 .hero-item-left .hero-item-title {
    width: 44.2%;
  }
  .hc-hero-swiper .hc-hero-item.type-2 .hero-item-left .hero-item-info {
    margin-top: 95px;
    text-align: center;
  }
  .hc-hero-swiper .hc-hero-item.type-2 .hero-item-left .hero-item-info h2 {
    width: 100%;
    font-size: 28px;
    letter-spacing: 5px;
    line-height: 37px;
  }
  .hc-hero-swiper .hc-hero-item.type-2 .hero-item-left .hero-item-info p {
    margin-top: 5px;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 3px;
  }
  .hc-hero-swiper .hc-hero-item.type-2 .hero-item-left .hero-item-info p i {
    width: 48px;
    height: 30px;
  }
  .hc-hero-swiper .hc-hero-item.type-2 .hero-item-left .hero-item-info p i::before {
    width: 20px;
  }
  .hc-hero-swiper .hc-hero-item.type-2 .hero-item-right {
    display: none;
  }
}
.hc-hero-swiper .hc-hero-item.animate-hero-container {
  perspective: 500px;
}
@media (max-width: 768px) {
  .hc-hero-swiper .hc-hero-item {
    height: 100%;
    padding-top: 38px;
    background-size: 70% auto;
    background-position: 150% 0%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    position: relative;
  }
}
@media (min-width: 769px) and (max-width: 1100px) {
  .hc-hero-swiper .hc-hero-item {
    height: 500px;
    background-size: auto 524px;
  }
}
.hc-hero-swiper .hero-item-cont {
  margin: 0 auto;
  white-space: nowrap;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
}
.hc-hero-swiper .hero-item-cont.cont-type2 {
  width: 100%;
  max-width: 1020px;
  position: static;
  left: auto;
  top: auto;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .hc-hero-swiper .hero-item-cont.cont-type2 {
    margin-top: -38px;
    padding: 15% 0 0;
    box-sizing: border-box;
    display: block;
  }
}
.hc-hero-swiper .hero-item-cont.cont-type2 .hero-item-info h2 {
  letter-spacing: 11px;
}
@media (max-width: 768px) {
  .hc-hero-swiper .hero-item-cont.cont-type2 .hero-item-info h2 {
    letter-spacing: 7px;
  }
}
@media (max-width: 768px) {
  .hc-hero-swiper .hero-item-cont.cont-type2 .hero-item-info p {
    letter-spacing: 2px;
  }
}
@media (max-width: 768px) {
  .hc-hero-swiper .hero-item-cont.cont-type2 .hero-item-title {
    width: 51%;
  }
}
.hc-hero-swiper .hero-item-cont.cont-type2 .hero-item-info p i {
  width: 43px;
}
@media (max-width: 768px) {
  .hc-hero-swiper .hero-item-cont.cont-type2 .hero-item-info p i {
    width: 15px;
  }
}
.hc-hero-swiper .hero-item-tips {
  margin-top: 35px;
}
.hc-hero-swiper .hero-item-tips .hero-tips-title {
  max-width: 350px;
  border-bottom: 1px solid #444;
}
.hc-hero-swiper .hero-item-tips .hero-tips-title h2 {
  color: #444444;
  font-size: 14px;
  line-height: 40px;
  font-weight: bold;
}
.hc-hero-swiper .hero-item-tips .hero-tips-title h2 i {
  margin-right: 6px;
}
.hc-hero-swiper .hero-item-tips ul {
  margin-top: 10px;
}
.hc-hero-swiper .hero-item-tips ul li a {
  font-size: 12px;
  color: #444444;
  line-height: 24px;
}
@media (min-width: 769px) {
  .hc-hero-swiper .hero-item-tips ul li:hover a {
    color: #c7000b;
    text-decoration: underline;
  }
}
@media (max-width: 768px) {
  .hc-hero-swiper .hero-item-tips {
    position: absolute;
    bottom: 20%;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
  }
  .hc-hero-swiper .hero-item-tips .hero-tips-title {
    max-width: none;
  }
}
.hc-hero-swiper .hero-item-left {
  display: inline-block;
  vertical-align: middle;
  width: 317px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(0, -50%);
  margin-left: -682px;
  transform-origin: right center;
  opacity: 1;
  transition: opacity 0.3s linear;
}
.hc-hero-swiper .hero-item-left img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
@media (max-width: 1390px) {
  .hc-hero-swiper .hero-item-left {
    transform: translate(0, -50%) scale(0.8);
  }
}
@media (max-width: 1290px) {
  .hc-hero-swiper .hero-item-left {
    transform: translate(0, -50%) scale(0.7);
  }
}
@media (max-width: 1200px) {
  .hc-hero-swiper .hero-item-left {
    transform: translate(0, -50%) scale(0.6);
  }
}
@media (max-width: 1100px) {
  .hc-hero-swiper .hero-item-left {
    transform: translate(0, -50%) scale(0.5);
    margin-left: -600px;
  }
}
@media (max-width: 900px) {
  .hc-hero-swiper .hero-item-left {
    transform: translate(0, -50%) scale(0.3);
  }
}
@media (max-width: 768px) {
  .hc-hero-swiper .hero-item-left {
    width: 51%;
    left: 20px;
    top: 10%;
    transform: none;
    margin-left: 0;
  }
}
.hc-hero-swiper .hero-item-right {
  width: 662px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .hc-hero-swiper .hero-item-right {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-top: 50px;
  }
}
.hc-hero-swiper .hero-item-right img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.hc-hero-swiper .hero-item-title {
  width: 301px;
}
@media (max-width: 768px) {
  .hc-hero-swiper .hero-item-title {
    width: 97.4%;
  }
}
.hc-hero-swiper .hero-item-info {
  margin-top: 54px;
}
@media (max-width: 768px) {
  .hc-hero-swiper .hero-item-info {
    margin-top: 23px;
  }
}
.hc-hero-swiper .hero-item-info h2 {
  font-size: 28px;
  color: #333333;
  letter-spacing: 11px;
  line-height: 37px;
}
@media (max-width: 500px) {
  .hc-hero-swiper .hero-item-info h2 {
    width: 97.4%;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 7px;
  }
}
.hc-hero-swiper .hero-item-info p {
  font-size: 16px;
  color: #333333;
  letter-spacing: 3px;
  line-height: 30px;
}
@media (max-width: 500px) {
  .hc-hero-swiper .hero-item-info p {
    font-size: 9px;
    line-height: 15px;
    margin-top: 3px;
    letter-spacing: 2px;
  }
}
.hc-hero-swiper .hero-item-info p i {
  display: inline-block;
  vertical-align: top;
  height: 30px;
  position: relative;
  width: 48px;
}
@media (max-width: 500px) {
  .hc-hero-swiper .hero-item-info p i {
    height: 15px;
    width: 15px;
  }
}
.hc-hero-swiper .hero-item-info p i::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 19px;
  height: 1px;
  margin-left: -10px;
  background-color: #000000;
}
@media (max-width: 768px) {
  .hc-hero-swiper .hero-item-info p i::after {
    width: 8px;
    margin-left: -4px;
  }
}
.hc-hero-swiper .hero-item-info .hero-item-btnbox {
  margin-top: 20px;
  font-size: 0;
}
@media (max-width: 768px) {
  .hc-hero-swiper .hero-item-info .hero-item-btnbox {
    margin-top: 40px;
  }
}
.hc-hero-swiper .hero-item-info .hero-item-btnbox .hero-item-btn {
  display: inline-block;
  vertical-align: top;
  background: #F5F8FA;
  border: 1px solid #D8E0EA;
  box-shadow: 3px 3px 5px 0 rgba(110, 127, 147, 0.34), -2px -2px 5px 2px #FFFFFF;
  border-radius: 19px;
  padding: 10px 20px;
  min-width: 78px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  color: #333333;
  letter-spacing: 1px;
  text-align: center;
  margin-right: 15px;
  transition: all 0.2s;
}
@media (max-width: 768px) {
  .hc-hero-swiper .hero-item-info .hero-item-btnbox .hero-item-btn {
    display: block;
    margin: 0 auto;
    width: 170px;
    margin-bottom: 15px;
  }
}
.hc-hero-swiper .hero-item-info .hero-item-btnbox .hero-item-btn:hover {
  color: #fff;
  background: #ED2933;
  border: 1px solid #FFFFFF;
  box-shadow: inset -2px -3px 4px 0 #F89898, inset 3px 3px 5px 0 rgba(3, 3, 3, 0.3);
}
.hero-livebox {
  width: 662px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
@media (min-width: 769px) and (max-width: 1100px) {
  .hero-livebox {
    width: 500px;
  }
}
@media (max-width: 768px) {
  .hero-livebox {
    display: block;
    margin-left: 0;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    width: auto;
  }
}
.hero-livebox img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.hero-livebox .livebox-iframe-box {
  width: 100%;
  position: relative;
  padding-top: 56.3636%;
}
@media (max-width: 768px) {
  .hero-livebox .livebox-iframe-box {
    padding-top: 56.1194%;
  }
}
.hero-livebox .livebox-iframe-box img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-livebox .livebox-iframe-box iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-livebox .livebox-panel {
  height: 36px;
  line-height: 36px;
  font-size: 12px;
  color: #000000;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1px 6px 0 rgba(28, 69, 124, 0.15);
}
@media (max-width: 768px) {
  .hero-livebox .livebox-panel {
    height: auto;
  }
}
.hero-livebox .livebox-panel .livebox-panel-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 0 20px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .hero-livebox .livebox-panel .livebox-panel-wrap {
    position: relative;
    padding: 15px 10px;
    text-align: center;
    height: auto;
    line-height: 1.5;
  }
  .hero-livebox .livebox-panel .livebox-panel-wrap p {
    line-height: 1.5;
    white-space: normal;
  }
  .hero-livebox .livebox-panel .livebox-panel-wrap a {
    margin-top: 15px;
  }
}
.hero-livebox .livebox-panel p,
.hero-livebox .livebox-panel a {
  display: inline-block;
  vertical-align: top;
  color: #000000;
}
.hero-livebox .livebox-panel a {
  float: right;
}
@media (max-width: 768px) {
  .hero-livebox .livebox-panel a {
    float: none;
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: underline;
  }
}
.hero-livebox .livebox-panel a i {
  margin-right: 7px;
}
.hc-swiper-pagination {
  position: relative;
  margin-top: 20px;
  text-align: center;
  width: 100%;
}
.hc-swiper-pagination .swiper-pagination-bullet {
  margin: 0 3.5px;
  background: #EEEFFF;
  background: rgba(48, 99, 183, 0.9);
  border: none;
  transition: all 0.3s;
  box-shadow: 1px 1px 2px 0 rgba(110, 127, 147, 0.22), inset 0 0 5px 0 rgba(48, 99, 183, 0.26);
}
.hc-swiper-pagination .swiper-pagination-bullet-active {
  width: 25px;
  background: #ED2933;
  box-shadow: inset -2px -3px 4px 0 #F89898, inset 3px 3px 5px 0 rgba(3, 3, 3, 0.3);
  border-radius: 5px;
}
@media (max-width: 768px) {
  .hc-swiper-pagination {
    margin: 0;
    padding-top: 10px;
  }
}
.hc-hero-outlink {
  font-weight: bold;
  margin-top: 14px;
  font-size: 12px;
  color: #333333;
  letter-spacing: 1px;
  text-align: center;
  line-height: 18px;
}
@media (max-width: 768px) {
  .hc-hero-outlink {
    margin-top: 50px;
    padding: 0 20px;
    text-align: left;
  }
}
.hc-hero-outlink li,
.hc-hero-outlink b {
  display: inline-block;
  vertical-align: top;
  margin-right: 40px;
}
.hc-hero-outlink li a,
.hc-hero-outlink b a {
  color: #333333;
}
.hc-hero-outlink li a:hover,
.hc-hero-outlink b a:hover {
  color: #C7000B;
  text-decoration: underline;
}
.hc-hero-outlink b {
  font-weight: bold;
}
@media (max-width: 768px) {
  .hc-hero-outlink b {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #333333;
    letter-spacing: 1px;
    line-height: 18px;
    padding-bottom: 15px;
    margin-right: 0;
    border-bottom: 1px solid #979797;
  }
}
@media (max-width: 768px) {
  .hc-hero-outlink ul {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .hc-hero-outlink li {
    margin-top: 15px;
    margin-right: 0;
    width: 50%;
  }
  .hc-hero-outlink li:nth-child(odd) {
    text-align: right;
  }
  .hc-hero-outlink li a {
    font-size: 12px;
    color: #666666;
  }
}
.hero-animation-top {
  width: 301px;
  position: absolute;
  z-index: 4;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, -60%) scale(2.5);
  transform-origin: bottom center;
}
@media (min-width: 1700px) {
  .hero-animation-top {
    transform: translate(-50%, -40%) scale(2);
  }
}
@media (max-width: 768px) {
  .hero-animation-top {
    width: 100%;
    transform: translate(-50%, -40%) scale(1);
  }
}
.hero-animation-top img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.hero-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transform-style: preserve-3d;
  display: flex;
  align-items: center;
  background-color: #EFF4F8;
}
.hero-animation .hero-animation-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/meeting/hero-ani-bg.jpg');
  background-size: cover;
  background-position: center center;
  transform-origin: center center;
}
@media (max-width: 768px) {
  .hero-animation .hero-animation-bg {
    background-image: url('../images/meeting/hero-ani-bg-m.jpg');
  }
}
.hero-animation .hero-animation-btm {
  position: absolute;
  z-index: 5;
  top: 50%;
  transform: translateY(-70%);
  width: 100%;
  left: 0;
  display: flex;
  align-items: flex-end;
  transform-origin: center center;
}
@media (max-width: 768px) {
  .hero-animation .hero-animation-btm {
    display: none;
  }
}
.hero-animation .hero-animation-btm .hero-city-block {
  width: 20%;
}
.hero-animation .hero-animation-btm .hero-city-block img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.hero-animation .hero-animation-btm .hero-city-bg {
  margin-right: 0.5%;
  perspective: 500px;
}
.hero-animation .hero-animation-btm .hero-city-bg img {
  transform-origin: center center;
}
.hero-animation .hero-animation-btm .hero-city-1 {
  width: 8.75%;
}
.hero-animation .hero-animation-btm .hero-city-2 {
  width: 9.375%;
}
.hero-animation .hero-animation-btm .hero-city-3 {
  width: 8.125%;
}
.hero-animation .hero-animation-btm .hero-city-4 {
  width: 12.5%;
}
.hero-animation .hero-animation-btm .hero-city-5 {
  width: 9.86%;
}
.hero-animation .hero-animation-btm .hero-city-6 {
  width: 7.5%;
}
.hero-animation .hero-animation-btm .hero-city-7 {
  width: 13.8%;
}
.hero-animation .hero-animation-btm .hero-city-8 {
  width: 5.625%;
}
/* 顶部KV 结束*/
/* 热门推荐 开始*/
.section-module-recommend {
  padding-top: 40px;
  position: relative;
  margin-bottom: 0!important;
}
@media (max-width: 768px) {
  .section-module-recommend {
    padding-top: 30px;
    padding-bottom: 1px;
  }
}
.section-hero-title {
  text-align: center;
}
.section-hero-title h2 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 21px;
  letter-spacing: 1px;
}
.section-recommend-cont {
  margin-left: -20px;
  margin-right: -20px;
  position: relative;
}
.section-recommend-cont .section-recommend-tabs {
  margin-top: 20px;
  padding: 0 20px;
  font-size: 0;
}
.section-recommend-cont .section-recommend-tabs .recommend-tabs-btn {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  padding: 0 20px;
  line-height: 36px;
  font-size: 12px;
  color: #000000;
  text-align: center;
  border-radius: 36px;
  background: #EFF4F8;
  box-shadow: -2px -2px 5px 2px #FFFFFF, 3px 3px 5px 0px rgba(110, 127, 147, 0.34);
  border: 1px solid #D8E0EA;
  transition: all 0.1s ease;
}
.section-recommend-cont .section-recommend-tabs .recommend-tabs-btn:nth-last-child(1) {
  margin-right: 0;
}
.section-recommend-cont .section-recommend-tabs .recommend-tabs-btn.active,
.section-recommend-cont .section-recommend-tabs .recommend-tabs-btn:hover {
  color: #fff;
  background: #ED2933;
  border: 1px solid #FFFFFF;
  box-shadow: inset -2px -3px 4px 0 #F89898, inset 3px 3px 5px 0 rgba(3, 3, 3, 0.3);
}
.section-recommend-cont .section-recommend-scrollbar-wrapper {
  width: 89.3%;
  overflow: hidden;
  border-radius: 5px;
  margin: 0 auto;
  transform: rotate(0deg);
}
.section-recommend-cont .section-recommend-scrollbar {
  background-image: linear-gradient(180deg, #E9EFF3 0%, #D7E3E9 100%);
  border: 1px solid #FFFFFF;
  box-shadow: inset 0 1px 5px 1px rgba(140, 170, 210, 0.5);
  height: 8px;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  transform: rotate(0deg);
}
.section-recommend-cont .section-recommend-scrollbar .swiper-scrollbar-drag {
  background: #ED2933;
  border: 0 solid rgba(255, 255, 255, 0.61);
  box-shadow: inset -2px -3px 4px 0 #F89898, inset 3px 3px 5px 0 rgba(3, 3, 3, 0.3);
  border-radius: 5px;
  cursor: pointer;
}
.section-recommend-cont .section-recommend-container {
  margin-top: 20px;
  padding: 20px 10px;
}
@media (max-width: 768px) {
  .section-recommend-cont .section-recommend-container {
    padding: 20px 15px;
  }
}
.section-recommend-cont .swiper-slide {
  width: 25%;
  font-size: 0;
}
@media (max-width: 768px) {
  .section-recommend-cont .swiper-slide {
    width: 277px;
  }
}
@media (min-width: 769px) {
  .section-recommend-cont .swiper-slide.swiper-slide-prev {
    opacity: 0;
  }
}
.section-recommend-cont .recommend-card {
  padding: 0 10px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  width: 100%;
}
@media (max-width: 768px) {
  .section-recommend-cont .recommend-card {
    padding: 0 5px;
  }
}
.section-recommend-cont .recommend-card-wrapper {
  display: block;
  padding: 10px;
  color: #000;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 4px 4px 9px 3px rgba(36, 72, 113, 0.08);
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.section-recommend-cont .recommend-card-wrapper.no-padding {
  padding: 0;
}
.section-recommend-cont .recommend-top {
  height: 20px;
}
.section-recommend-cont .recommend-top .recommend-tag {
  padding: 0 6px;
  line-height: 18px;
  background: #FFFFFF;
  border-radius: 3px;
  border: 1px solid #979797;
  font-size: 12px;
}
.section-recommend-cont .recommend-top b {
  font-size: 12px;
  color: #333333;
  line-height: 20px;
  float: right;
  position: relative;
}
.section-recommend-cont .recommend-top b:before {
  content: '';
  position: absolute;
  left: -7px;
  width: 4px;
  height: 4px;
  background: #333333;
  top: 50%;
  margin-top: -2px;
  border-radius: 4px;
}
.section-recommend-cont .recommend-top b.is-live {
  color: #C7000B;
}
.section-recommend-cont .recommend-top b.is-live:before {
  background-color: #ED2933;
}
.section-recommend-cont .recommend-middle {
  margin-top: 15px;
}
.section-recommend-cont .recommend-middle h3 {
  max-height: 38px;
  font-size: 14px;
  color: #333333;
  line-height: 19px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
@media (min-width: 769px) {
  .section-recommend-cont .recommend-middle h3:hover {
    font-weight: bold;
  }
}
.section-recommend-cont .recommend-btm {
  margin-top: 13px;
}
.section-recommend-cont .recommend-btm span {
  font-size: 12px;
  color: #666666;
  line-height: 16px;
  margin-right: 10px;
}
.section-recommend-cont .recommend-btm span:nth-last-child(1) {
  margin-right: 0;
}
.section-recommend-cont .recommend-left {
  width: 40.83%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-size: cover;
}
.section-recommend-cont .recommend-left .recommend-left-tag {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(0, 0, 0, 0.67);
  border-radius: 3px;
  overflow: hidden;
  padding: 0 6px;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 20px;
}
.section-recommend-cont .recommend-left .recommend-play {
  position: absolute;
  left: 8px;
  bottom: 8px;
  width: 24px;
  height: 24px;
  border: none;
  outline: none;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
}
.section-recommend-cont .recommend-left .recommend-play i {
  border-width: 4px 6px;
  border-color: transparent transparent transparent #000;
  margin-top: 4px;
  margin-left: 8px;
}
.section-recommend-cont .recommend-right {
  padding: 10px 10px 12px 45%;
}
.section-recommend-cont .recommend-right .recommend-right-top {
  font-size: 12px;
  color: #666666;
  line-height: 16px;
}
.section-recommend-cont .recommend-right .recommend-right-middle {
  margin-top: 10px;
}
.section-recommend-cont .recommend-right .recommend-right-middle h3 {
  height: 48px;
  font-size: 12px;
  color: #333333;
  line-height: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
@media (min-width: 769px) {
  .section-recommend-cont .recommend-right .recommend-right-middle h3:hover {
    font-weight: bold;
  }
}
.section-recommend-cont .recommend-right .recommend-right-btm {
  margin-top: 12px;
}
.section-recommend-cont .recommend-right .recommend-right-btm span {
  font-size: 12px;
  color: #666666;
  line-height: 16px;
}
.section-recommend-cont .recommend-btns .recommend-button-prev {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  margin-left: -575px;
}
.section-recommend-cont .recommend-btns .recommend-button-next {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 530px;
}
.section-recommend-cont .recommend-pagination {
  display: inline-block;
  vertical-align: top;
  line-height: 45px;
  font-size: 12px;
  color: #333;
  margin: 0 35px;
}
/* 热门推荐 结束*/
/* 大咖观点 开始*/
.section-viewpoint {
  height: 570px;
  position: relative;
}
@media (max-width: 768px) {
  .section-viewpoint {
    height: auto;
    padding-top: 287.76%;
  }
}
.section-viewpoint .section-viewpoint-cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-viewpoint .viewpoint-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url('../images/meeting/viewpoint-bg.png');
  background-size: 720px auto;
  background-position: center center;
  background-repeat: no-repeat;
  transition: opacity 0.6s ease;
}
@media (max-width: 768px) {
  .section-viewpoint .viewpoint-bg {
    background-size: 100% auto;
  }
}
.section-viewpoint .viewpoint-popups {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
}
.section-viewpoint .viewpoint-card {
  position: absolute;
  width: 200px;
  height: 240px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 200%);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #D8D8D8;
  border-radius: 11px;
  overflow: hidden;
  transition: left 0.6s ease, top 0.6s ease, width 0.6s ease, height 0.6s ease, transform 1s ease 1s;
}
@media (max-width: 768px) {
  .section-viewpoint .viewpoint-card {
    border-radius: 8px;
    transform: translate(-50%, 500%);
  }
}
.section-viewpoint .hidden-popup-info {
  display: none;
}
.section-viewpoint .viewpoint-box {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 24px;
  padding-top: 32px;
  transition: padding 0.6s ease;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.section-viewpoint .viewpoint-name {
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 21px;
}
.section-viewpoint .viewpoint-desc {
  margin-top: 8px;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 21px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  max-height: 42px;
}
.section-viewpoint .viewpoint-view-more {
  display: none;
}
.section-viewpoint .viewpoint-more-btn {
  position: absolute;
  bottom: 24px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 3;
}
.section-viewpoint .viewpoint-more-btn a {
  font-size: 12px;
  color: #333;
  letter-spacing: 1px;
  line-height: 18px;
  display: inline-block;
  vertical-align: top;
}
.section-viewpoint .viewpoint-more-btn a i {
  margin-left: 6px;
}
@media (min-width: 769px) {
  .section-viewpoint .viewpoint-more-btn a:hover {
    color: #C7000B;
    text-decoration: underline;
  }
  .section-viewpoint .viewpoint-more-btn a:hover i {
    background-image: url('../images/home/icon-more-red.png');
  }
}
.section-viewpoint-magic.active .viewpoint-bg {
  opacity: 0.3;
}
.section-viewpoint-magic.active .section-viewpoint .viewpoint-popups {
  overflow: visible;
}
.section-viewpoint-magic.active .section-viewpoint .viewpoint-card {
  width: 140px;
  height: 168px;
  transform: translate(-50%, -50%);
  transition: left 0.6s ease 1s, top 0.6s ease 1s, width 0.6s ease 1s, height 0.6s ease 1s, transform 1s ease;
}
@media (max-width: 768px) {
  .section-viewpoint-magic.active .section-viewpoint .viewpoint-card {
    width: 35.8%;
    height: auto;
  }
  .section-viewpoint-magic.active .section-viewpoint .viewpoint-card .viewpoint-wrapper {
    position: relative;
    padding-top: 120%;
  }
}
.section-viewpoint-magic.active .section-viewpoint .viewpoint-card .viewpoint-box {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  transition: padding 0.6s ease 1s;
}
.section-viewpoint-magic.active .section-viewpoint .viewpoint-card .viewpoint-name {
  font-size: 12px;
  line-height: 16px;
}
.section-viewpoint-magic.active .section-viewpoint .viewpoint-card .viewpoint-desc {
  margin-top: 5px;
  font-size: 12px;
  line-height: 16px;
}
@media (min-width: 769px) {
  .section-viewpoint-magic.active .section-viewpoint .viewpoint-card:hover {
    background-image: none!important;
  }
  .section-viewpoint-magic.active .section-viewpoint .viewpoint-card:hover .viewpoint-box {
    top: 0;
    right: 0;
    padding-top: 15px;
    transition: all 0.5s ease;
    background: linear-gradient(144deg, #BCD2E3 0%, #E4F0F9 33%, #C2D6E6 62%, #BCD2E3 100%);
  }
  .section-viewpoint-magic.active .section-viewpoint .viewpoint-card:hover .viewpoint-view-more {
    display: block;
    position: absolute;
    bottom: 15px;
    left: 10px;
    font-size: 12px;
    color: #333333;
    line-height: 16px;
  }
  .section-viewpoint-magic.active .section-viewpoint .viewpoint-card:hover .viewpoint-desc,
  .section-viewpoint-magic.active .section-viewpoint .viewpoint-card:hover .viewpoint-name {
    color: #333333;
    overflow: visible;
    max-height: none;
    -webkit-line-clamp: 100;
  }
}
.section-viewpoint-magic.active .section-viewpoint .viewpoint-card.card-seat-1 {
  left: 7%;
  top: 30%;
}
@media (max-width: 768px) {
  .section-viewpoint-magic.active .section-viewpoint .viewpoint-card.card-seat-1 {
    top: 13%;
    left: 16%;
  }
}
.section-viewpoint-magic.active .section-viewpoint .viewpoint-card.card-seat-2 {
  left: 13%;
  top: 62%;
}
@media (max-width: 768px) {
  .section-viewpoint-magic.active .section-viewpoint .viewpoint-card.card-seat-2 {
    top: 10%;
    left: 78%;
  }
}
.section-viewpoint-magic.active .section-viewpoint .viewpoint-card.card-seat-3 {
  left: 30%;
  top: 16%;
}
@media (max-width: 768px) {
  .section-viewpoint-magic.active .section-viewpoint .viewpoint-card.card-seat-3 {
    top: 30%;
    left: 22%;
  }
}
.section-viewpoint-magic.active .section-viewpoint .viewpoint-card.card-seat-4 {
  left: 30%;
  top: 70%;
}
@media (max-width: 768px) {
  .section-viewpoint-magic.active .section-viewpoint .viewpoint-card.card-seat-4 {
    top: 28%;
    left: 73%;
  }
}
.section-viewpoint-magic.active .section-viewpoint .viewpoint-card.card-seat-5 {
  left: 48%;
  top: 55%;
}
@media (max-width: 768px) {
  .section-viewpoint-magic.active .section-viewpoint .viewpoint-card.card-seat-5 {
    top: 48%;
    left: 17%;
  }
}
.section-viewpoint-magic.active .section-viewpoint .viewpoint-card.card-seat-6 {
  left: 55%;
  top: 10%;
}
@media (max-width: 768px) {
  .section-viewpoint-magic.active .section-viewpoint .viewpoint-card.card-seat-6 {
    top: 46%;
    left: 67%;
  }
}
.section-viewpoint-magic.active .section-viewpoint .viewpoint-card.card-seat-7 {
  left: 70.5%;
  top: 25%;
}
@media (max-width: 768px) {
  .section-viewpoint-magic.active .section-viewpoint .viewpoint-card.card-seat-7 {
    top: 65%;
    left: 27%;
  }
}
.section-viewpoint-magic.active .section-viewpoint .viewpoint-card.card-seat-8 {
  left: 67%;
  top: 60%;
}
@media (max-width: 768px) {
  .section-viewpoint-magic.active .section-viewpoint .viewpoint-card.card-seat-8 {
    top: 67%;
    left: 75%;
  }
}
.section-viewpoint-magic.active .section-viewpoint .viewpoint-card.card-seat-9 {
  left: 90%;
  top: 15%;
}
@media (max-width: 768px) {
  .section-viewpoint-magic.active .section-viewpoint .viewpoint-card.card-seat-9 {
    top: 82%;
    left: 17%;
  }
}
.section-viewpoint-magic.active .section-viewpoint .viewpoint-card.card-seat-10 {
  left: 87%;
  top: 56%;
}
@media (max-width: 768px) {
  .section-viewpoint-magic.active .section-viewpoint .viewpoint-card.card-seat-10 {
    top: 85%;
    left: 67%;
  }
}
.section-popup-viewpoint {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 150;
}
.section-popup-viewpoint .section-popup-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1020px;
  width: 100%;
}
@media (max-width: 768px) {
  .section-popup-viewpoint .section-popup-wrapper {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: none;
  }
}
@media (max-width: 768px) {
  .section-popup-viewpoint .swiper-slide {
    min-height: calc(100% - 40px);
  }
}
.section-popup-viewpoint .section-popup-viewpoint_colse {
  position: absolute;
  right: 53px;
  top: -50px;
  width: 20px;
  height: 20px;
  background-image: url('../images/meeting/icon-close-w.png');
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
  cursor: pointer;
}
@media (max-width: 768px) {
  .section-popup-viewpoint .section-popup-viewpoint_colse {
    top: 30px;
    right: 30px;
  }
}
.section-popup-viewpoint .section-popup-viewpoint_pagination {
  position: absolute;
  bottom: 20px;
  text-align: center;
  color: #FFFFFF;
  line-height: 31px;
  width: 100%;
  left: 0;
}
.section-popup-viewpoint .section-popup-viewpoint_pagination b,
.section-popup-viewpoint .section-popup-viewpoint_pagination span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
}
.section-popup-viewpoint .section-popup-viewpoint_pagination b {
  font-size: 24px;
}
.section-popup-viewpoint .section-popup-viewpoint_pagination span {
  opacity: 0.5;
  font-size: 16px;
}
@media (max-width: 768px) {
  .section-popup-viewpoint .section-popup-viewpoint_pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 29px;
  }
  .section-popup-viewpoint .section-popup-viewpoint_pagination b {
    font-size: 22px;
  }
  .section-popup-viewpoint .section-popup-viewpoint_pagination span {
    font-size: 14px;
    margin-top: 3px;
  }
}
.section-popup-viewpoint .section-popup-viewpoint_prev,
.section-popup-viewpoint .section-popup-viewpoint_next {
  position: absolute;
  top: 40%;
  width: 20px;
  height: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media (max-width: 768px) {
  .section-popup-viewpoint .section-popup-viewpoint_prev,
  .section-popup-viewpoint .section-popup-viewpoint_next {
    position: static;
    width: 12px;
    height: 24px;
    top: 0;
  }
}
.section-popup-viewpoint .section-popup-viewpoint_prev {
  left: 0;
  background-image: url('../images/meeting/icon-arrow-left-w.png');
}
@media (max-width: 768px) {
  .section-popup-viewpoint .section-popup-viewpoint_prev {
    left: auto;
    margin-right: 30px;
  }
}
.section-popup-viewpoint .section-popup-viewpoint_next {
  right: 0;
  background-image: url('../images/meeting/icon-arrow-right-w.png');
}
@media (max-width: 768px) {
  .section-popup-viewpoint .section-popup-viewpoint_next {
    right: auto;
    margin-left: 30px;
  }
}
.section-popup-viewpoint .section-popup-cont {
  padding: 0 12%;
  color: #fff;
}
@media (max-width: 768px) {
  .section-popup-viewpoint .section-popup-cont {
    padding: 50px 0 50px;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;
  }
}
.section-popup-viewpoint .viewpoint-table {
  overflow: hidden;
}
@media (max-width: 768px) {
  .section-popup-viewpoint .viewpoint-table {
    padding: 0 30px;
  }
}
@media (max-width: 374px) {
  .section-popup-viewpoint .viewpoint-table {
    transform-origin: center center;
    transform: scale(0.9);
  }
}
.section-popup-viewpoint .viewpoint-video {
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .section-popup-viewpoint .viewpoint-video {
    height: 100%;
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    bottom: 0;
  }
}
.section-popup-viewpoint .viewpoint-poster {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .section-popup-viewpoint .viewpoint-poster {
    width: 100%;
  }
}
.section-popup-viewpoint .viewpoint-poster .viewpoint-poster-imgbox {
  width: 640px;
  height: 360px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .section-popup-viewpoint .viewpoint-poster .viewpoint-poster-imgbox {
    width: 100%;
    padding-top: 56.25%;
    height: 0;
  }
}
.section-popup-viewpoint .viewpoint-poster img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.section-popup-viewpoint .viewpoint-poster:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 180px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.section-popup-viewpoint .viewpoint-poster:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  left: -2%;
  width: 104%;
  height: 80%;
  opacity: 0.91;
  border: 1px solid;
  -o-border-image: linear-gradient(214deg, #98db9d, #a4d5b8, #acc5dd, #be8ceb, #e96168) 1 1;
     border-image: linear-gradient(214deg, #98db9d, #a4d5b8, #acc5dd, #be8ceb, #e96168) 1 1;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .section-popup-viewpoint .viewpoint-poster:before {
    width: calc(100% + 10px);
    left: -5px;
  }
}
.section-popup-viewpoint .viewpoint-poster .viewpoint-poster-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-image: url('../images/meeting/icon-play-w.png');
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.4);
  box-shadow: 0px 11px 27px 0px rgba(22, 22, 22, 0.27);
}
@media (max-width: 768px) {
  .section-popup-viewpoint .viewpoint-poster .viewpoint-poster-play {
    width: 40px;
    height: 40px;
  }
}
.section-popup-viewpoint .viewpoint-poster .video-info {
  position: absolute;
  bottom: 30px;
  left: 40px;
  z-index: 2;
}
@media (max-width: 768px) {
  .section-popup-viewpoint .viewpoint-poster .video-info {
    bottom: 20px;
    left: 22px;
  }
}
.section-popup-viewpoint .viewpoint-poster .video-info h3 {
  font-size: 32px;
  line-height: 32px;
}
@media (max-width: 768px) {
  .section-popup-viewpoint .viewpoint-poster .video-info h3 {
    font-size: 28px;
  }
}
.section-popup-viewpoint .viewpoint-poster .video-info p {
  margin-top: 12px;
  font-size: 16px;
  line-height: 18px;
}
@media (max-width: 768px) {
  .section-popup-viewpoint .viewpoint-poster .video-info p {
    margin-top: 6px;
    font-size: 14px;
  }
}
.section-popup-viewpoint .viewpoint-table-left {
  float: left;
  width: 23%;
}
@media (max-width: 768px) {
  .section-popup-viewpoint .viewpoint-table-left {
    float: none;
    width: 100%;
  }
}
.section-popup-viewpoint .viewpoint-table-left .viewpoint-table-imgbox {
  padding: 0 10px;
  position: relative;
}
.section-popup-viewpoint .viewpoint-table-left .viewpoint-table-imgbox img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  position: relative;
  z-index: 2;
}
.section-popup-viewpoint .viewpoint-table-left .viewpoint-table-imgbox:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  padding-top: 88.88%;
  background-image: #000;
  box-sizing: border-box;
}
.section-popup-viewpoint .viewpoint-table-left .viewpoint-table-imgbox:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  padding-top: 88.88%;
  opacity: 0.91;
  border: 1px solid;
  -o-border-image: linear-gradient(214deg, #98db9d, #a4d5b8, #acc5dd, #be8ceb, #e96168) 1 1;
     border-image: linear-gradient(214deg, #98db9d, #a4d5b8, #acc5dd, #be8ceb, #e96168) 1 1;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .section-popup-viewpoint .viewpoint-table-left .viewpoint-table-imgbox {
    max-width: 160px;
    margin: 0 auto;
  }
}
.section-popup-viewpoint .viewpoint-table-right {
  float: left;
  overflow: hidden;
  margin-left: 11%;
  width: 65%;
}
@media (max-width: 768px) {
  .section-popup-viewpoint .viewpoint-table-right {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 21px;
  }
}
.section-popup-viewpoint .viewpoint-table-name {
  font-size: 32px;
  color: #FFFFFF;
  line-height: 32px;
}
@media (max-width: 768px) {
  .section-popup-viewpoint .viewpoint-table-name {
    text-align: center;
    font-size: 28px;
  }
}
.section-popup-viewpoint .viewpoint-table-desc {
  margin-top: 12px;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 17px;
}
@media (max-width: 768px) {
  .section-popup-viewpoint .viewpoint-table-desc {
    text-align: center;
    margin-top: 12px;
    font-size: 14px;
    line-height: 18px;
  }
}
.section-popup-viewpoint .viewpoint-table-words {
  margin-top: 78px;
  font-size: 21px;
  color: #FFFFFF;
  line-height: 32px;
  position: relative;
  padding-bottom: 23px;
}
.section-popup-viewpoint .viewpoint-table-words::before {
  content: '';
  position: absolute;
  width: 25px;
  height: 23px;
  top: -38px;
  left: 0;
  background-image: url('../images/meeting/icon-words-before.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.section-popup-viewpoint .viewpoint-table-words::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 23px;
  bottom: 0;
  right: 0;
  background-image: url('../images/meeting/icon-words-after.png');
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .section-popup-viewpoint .viewpoint-table-words {
    margin-top: 55px;
    font-size: 18px;
    line-height: 32px;
    padding-bottom: 35px;
  }
  .section-popup-viewpoint .viewpoint-table-words::before {
    width: 22px;
    height: 20px;
    top: -35px;
  }
  .section-popup-viewpoint .viewpoint-table-words::after {
    width: 22px;
    height: 20px;
  }
}
/* 大咖观点 结束*/
/* 大咖观点 开始*/
.section-meeting-advert {
  margin-bottom: 70px;
}
.section-meeting-advert .swiper-container {
  font-size: 0;
  padding-bottom: 40px;
}
.section-meeting-advert .meeting-advert-pagination {
  bottom: 12px;
}
.section-meeting-advert .meeting-advert-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #3063B7;
  box-shadow: 1px 1px 2px 0px rgba(110, 127, 147, 0.22), 0px 0px 5px 0px rgba(48, 99, 183, 0.26);
  border: 1px solid #FFFFFF;
  transition: width 0.3s ease;
}
.section-meeting-advert .meeting-advert-pagination .swiper-pagination-bullet-active {
  width: 25px;
  height: 8px;
  background: #ED2933;
  box-shadow: inset -2px -3px 4px 0 #F89898, inset 3px 3px 5px 0 rgba(3, 3, 3, 0.3);
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.61);
}
.section-meeting-advert .swiper-slide {
  width: calc(33.333% - 10px);
  margin-right: 15px;
}
.section-meeting-advert .meeting-advert-box {
  padding-top: 42.42%;
  position: relative;
  cursor: pointer;
}
@media (max-width: 768px) {
  .section-meeting-advert .meeting-advert-box {
    padding-top: 60.18%;
  }
}
.section-meeting-advert .meeting-advert-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #D8D8D8;
  border-radius: 10px;
  overflow: hidden;
}
.section-meeting-advert .meeting-advert-img img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .section-meeting-advert .meeting-advert-img {
    border-radius: 5px;
  }
}
.section-meeting-advert .meeting-advert-tag {
  position: absolute;
  left: 5px;
  bottom: 5px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  font-size: 10px;
  color: #333333;
  padding: 0 8px;
  line-height: 16px;
}
@media (max-width: 768px) {
  .section-meeting-advert .meeting-advert-tag {
    background-color: rgba(255, 255, 255, 0.67);
  }
}
.section-meeting-advert .hidden-advert-info {
  display: none;
}
.section-popup-advert {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 150;
}
.section-popup-advert .section-popup-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1020px;
  width: 100%;
}
@media (max-width: 768px) {
}
.section-popup-advert .section-popup-advert_colse {
  position: absolute;
  right: 53px;
  top: -50px;
  width: 20px;
  height: 20px;
  background-image: url('../images/meeting/icon-close-w.png');
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
  cursor: pointer;
}
@media (max-width: 768px) {
  .section-popup-advert .section-popup-advert_colse {
    top: 50px;
    right: 30px;
  }
}
.section-popup-advert .section-popup-advert_pagination {
  position: absolute;
  bottom: 40px;
  text-align: center;
  color: #FFFFFF;
  line-height: 31px;
  width: 100%;
  left: 0;
}
.section-popup-advert .section-popup-advert_pagination b,
.section-popup-advert .section-popup-advert_pagination span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
}
.section-popup-advert .section-popup-advert_pagination b {
  font-size: 24px;
}
.section-popup-advert .section-popup-advert_pagination span {
  opacity: 0.5;
  font-size: 16px;
}
@media (max-width: 768px) {
  .section-popup-advert .section-popup-advert_pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 29px;
  }
  .section-popup-advert .section-popup-advert_pagination b {
    font-size: 22px;
  }
  .section-popup-advert .section-popup-advert_pagination span {
    font-size: 14px;
    margin-top: 3px;
  }
}
.section-popup-advert .section-popup-advert_prev,
.section-popup-advert .section-popup-advert_next {
  position: absolute;
  top: 40%;
  width: 20px;
  height: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10;
  cursor: pointer;
}
@media (max-width: 768px) {
  .section-popup-advert .section-popup-advert_prev,
  .section-popup-advert .section-popup-advert_next {
    position: static;
    width: 12px;
    height: 24px;
    top: 0;
  }
}
.section-popup-advert .section-popup-advert_prev.swiper-button-disabled,
.section-popup-advert .section-popup-advert_next.swiper-button-disabled {
  opacity: 0.3;
}
.section-popup-advert .section-popup-advert_prev {
  left: 0;
  background-image: url('../images/meeting/icon-arrow-left-w.png');
}
@media (max-width: 768px) {
  .section-popup-advert .section-popup-advert_prev {
    left: auto;
    margin-right: 30px;
  }
}
.section-popup-advert .section-popup-advert_next {
  right: 0;
  background-image: url('../images/meeting/icon-arrow-right-w.png');
}
@media (max-width: 768px) {
  .section-popup-advert .section-popup-advert_next {
    right: auto;
    margin-left: 30px;
  }
}
.section-popup-advert .section-popup-cont {
  color: #fff;
}
@media (max-width: 768px) {
  .section-popup-advert .section-popup-cont {
    padding: 0 20px;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;
  }
}
.section-popup-advert .swiper-slide img {
  display: block;
  margin: 0 auto;
  width: 62.745%;
}
@media (max-width: 768px) {
  .section-popup-advert .swiper-slide img {
    width: 100%;
  }
}
.section-popup-advert .swiper-slide img + a {
  display: block;
  margin: 30px auto 0;
  text-align: center;
  font-size: 12px;
  letter-spacing: 1px;
  color: #FFFFFF;
  line-height: 16px;
}
.section-popup-advert .swiper-slide img + a i {
  margin-left: 10px;
}
/* 大咖观点 结束*/
/* 相关报道 开始*/
.section-module.report-module {
  margin-bottom: 80px;
}
.section-report {
  margin-top: 20px;
  margin-left: -20px;
  margin-right: -20px;
}
.section-report .section-report-wrapper {
  padding: 0 10px;
}
@media (max-width: 768px) {
  .section-report .section-report-wrapper {
    padding: 0;
  }
}
.section-report .report-table {
  display: flex;
}
@media (max-width: 768px) {
  .section-report .report-table {
    padding: 0 20px;
    flex-direction: column;
  }
}
.section-report .report-table-col {
  flex: 1;
  padding: 0 10px;
}
@media (max-width: 768px) {
  .section-report .report-table-col {
    padding: 0;
    margin-bottom: 20px;
  }
  .section-report .report-table-col:nth-last-child(1) {
    margin-bottom: 0;
  }
}
.section-report .swiper-container {
  padding: 20px 0;
}
.section-report .swiper-slide {
  width: 50%;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .section-report .swiper-slide {
    width: 100%;
  }
}
.section-report .report-item {
  background: linear-gradient(151deg, #E9EFF3 0%, #F5F8FA 29%, #F8FAFB 52%, #F4F7F9 79%, #E9EFF3 100%);
  box-shadow: 0px 4px 16px 0px rgba(87, 121, 161, 0.1), -3px -3px 10px 2px rgba(255, 255, 255, 0.83), 5px 5px 10px 3px rgba(7, 77, 157, 0.09);
  border-radius: 15px;
  overflow: hidden;
}
.section-report .report-item:nth-child(2) {
  margin-top: 20px;
}
.section-report .report-imgbox img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.section-report .report-box.report-size-large {
  padding: 15px 20px 52px;
}
@media (max-width: 768px) {
  .section-report .report-box.report-size-large {
    padding: 15px 20px 20px;
  }
}
.section-report .report-box.report-size-large .report-time {
  margin-top: 6px;
}
.section-report .report-box.report-size-large .report-title {
  margin-top: 8px;
}
.section-report .report-box.report-size-large .report-info {
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  height: 168px;
  margin-bottom: 2px;
}
@media (max-width: 768px) {
  .section-report .report-box.report-size-large .report-info {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    height: 63px;
  }
}
.section-report .report-box.report-size-small {
  padding: 15px 20px 16px;
}
@media (max-width: 768px) {
  .section-report .report-box.report-size-small {
    padding: 20px;
  }
}
.section-report .report-box.report-size-small .report-time {
  margin-top: 7px;
}
@media (max-width: 768px) {
  .section-report .report-box.report-size-small .report-time {
    margin-top: 6px;
  }
}
.section-report .report-box.report-size-small .report-intro {
  margin-top: 13px;
}
@media (max-width: 768px) {
  .section-report .report-box.report-size-small .report-intro {
    margin-top: 9px;
  }
}
.section-report .report-box.report-size-middle {
  padding: 20px 20px 26px;
}
@media (max-width: 768px) {
  .section-report .report-box.report-size-middle {
    padding: 15px 20px 20px;
  }
}
.section-report .report-box.report-size-middle .report-time {
  margin-top: 5px;
}
@media (max-width: 768px) {
  .section-report .report-box.report-size-middle .report-time {
    margin-top: 6px;
  }
}
.section-report .report-box.report-size-middle .report-intro {
  margin-top: 15px;
}
@media (max-width: 768px) {
  .section-report .report-box.report-size-middle .report-intro {
    margin-top: 8px;
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    max-height: 52px;
    -webkit-line-clamp: 2;
  }
}
.section-report .report-source {
  font-size: 12px;
  color: #333333;
  line-height: 16px;
  text-shadow: 0px 4px 16px rgba(87, 121, 161, 0.1);
}
.section-report .report-time {
  font-size: 12px;
  color: #666666;
  line-height: 16px;
  text-shadow: 0px 4px 16px rgba(87, 121, 161, 0.1);
}
.section-report .report-title {
  font-size: 18px;
  color: #333333;
  line-height: 26px;
  text-shadow: 0px 4px 16px rgba(87, 121, 161, 0.1);
}
@media (max-width: 768px) {
  .section-report .report-title {
    font-size: 16px;
  }
}
.section-report .report-info {
  font-size: 14px;
  color: #333333;
  line-height: 21px;
  text-shadow: 0px 4px 16px rgba(87, 121, 161, 0.1);
}
.section-report .report-intro {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  max-height: 72px;
  text-shadow: 0px 4px 16px rgba(87, 121, 161, 0.1);
}
@media (max-width: 768px) {
  .section-report .report-intro {
    line-height: 21px;
    max-height: 63px;
  }
}
.section-report .report-btns {
  margin-top: 16px;
  padding-bottom: 4px;
  text-align: center;
}
.section-report .report-pagination {
  display: inline-block;
  vertical-align: top;
  line-height: 45px;
  font-size: 12px;
  color: #333;
  margin: 0 35px;
}
@media (max-width: 768px) {
  .section-report .report-pagination {
    margin: 0 8px;
  }
}
.section-report .report-more-btn {
  margin-top: 25px;
  width: 100%;
  text-align: center;
  z-index: 3;
}
.section-report .report-more-btn a {
  font-size: 12px;
  color: #333;
  letter-spacing: 1px;
  line-height: 18px;
  display: inline-block;
  vertical-align: top;
}
.section-report .report-more-btn a i {
  margin-left: 6px;
}
@media (min-width: 769px) {
  .section-report .report-more-btn a:hover {
    color: #C7000B;
    text-decoration: underline;
  }
  .section-report .report-more-btn a:hover i {
    background-image: url('../images/home/icon-more-red.png');
  }
}
/* 相关报道 结束*/
/* 精彩掠影 开始*/
.highlights-module {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  margin-bottom: 0!important;
  background-color: #EFF4F8;
  background-image: url('../images/meeting/highlights-bg.png');
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.highlights-module:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 52px;
  opacity: 1;
  background-image: url('../images/home/section-bg.png');
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .highlights-module:before {
    height: 43px;
    background-size: auto 100%;
  }
}
@media (min-width: 1440px) {
  .highlights-module {
    background-size: 1390px auto;
  }
}
@media (max-width: 768px) {
  .highlights-module {
    padding-top: 40px;
    padding-bottom: 1px;
    margin-bottom: 39px!important;
    background-image: url('../images/meeting/highlights-bg-m.png');
    background-position: bottom center;
    background-size: 95% auto;
  }
}
.section-highlights {
  margin-top: 39px;
  overflow: hidden;
  border-radius: 15px;
  transform: rotate(0deg);
}
.section-highlights .section-highlights-wrapper {
  position: relative;
  background: rgba(255, 255, 255, 0.19);
  box-shadow: 0px 2px 8px 6px rgba(141, 160, 255, 0.1);
  border-radius: 15px;
  overflow: hidden;
}
.section-highlights .section-highlights-left {
  width: 50%;
  position: relative;
}
@media (max-width: 768px) {
  .section-highlights .section-highlights-left {
    width: 100%;
    padding-top: 74.92%;
  }
  .section-highlights .section-highlights-left .swiper-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.section-highlights .section-highlights-left img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.section-highlights .section-highlights-left .highlights-left-imgbox {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.section-highlights .section-highlights-left .highlights-left-imgbox img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .section-highlights .section-highlights-left .highlights-left-imgbox {
    padding-top: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.section-highlights .section-highlights-left .highlights-left-pagination {
  z-index: 3;
  bottom: 16px;
  text-align: left;
  padding-left: 30px;
}
.section-highlights .section-highlights-left .highlights-left-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #3063B7;
  box-shadow: 1px 1px 2px 0px rgba(110, 127, 147, 0.22), 0px 0px 5px 0px rgba(48, 99, 183, 0.26);
  border: 1px solid #FFFFFF;
  transition: width 0.3s ease;
  box-sizing: border-box;
}
.section-highlights .section-highlights-left .highlights-left-pagination .swiper-pagination-bullet-active {
  width: 25px;
  height: 8px;
  background: #ED2933;
  box-shadow: 3px 3px 5px 0px rgba(3, 3, 3, 0.3), inset -2px -3px 4px 0px #F89898;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.section-highlights .section-highlights-right {
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-color: #FFFFFF;
}
@media (max-width: 768px) {
  .section-highlights .section-highlights-right {
    position: static;
    width: 100%;
    padding-top: 104.1%;
    position: relative;
    overflow: hidden;
  }
}
.section-highlights .section-highlights-right .swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: linear;
}
.section-highlights .section-highlights-right .swiper-container {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 30px;
  height: 100%;
}
@media (max-width: 768px) {
  .section-highlights .section-highlights-right .swiper-container {
    left: 0;
  }
}
.section-highlights .section-highlights-right .swiper-wrapper {
  flex-direction: column;
}
.section-highlights .section-highlights-right .swiper-slide {
  height: auto;
}
.section-highlights .section-highlights-right .swiper-slide-imgbox {
  width: 29.4%;
}
.section-highlights .section-highlights-right .swiper-slide-imgbox img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.section-highlights .section-highlights-right .swiper-slide-imgbox.seat-1 {
  float: right;
  margin-right: 10%;
}
.section-highlights .section-highlights-right .swiper-slide-imgbox.seat-2 {
  float: left;
}
.section-highlights .section-highlights-right .swiper-slide-imgbox.seat-3 {
  float: left;
  margin-left: 25%;
}
.section-highlights .section-highlights-right .swiper-slide-imgbox.seat-4 {
  float: right;
  margin-right: 5%;
}
.section-highlights .section-highlights-right .swiper-slide-imgbox.seat-5 {
  float: left;
  margin-left: 5%;
}
@-webkit-keyframes slide1 {
  0% {
    transform: translateY(175%);
    opacity: 0;
    top: 50%;
  }
  5%,
  95% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translateY(-525%);
  }
}
@keyframes slide1 {
  0% {
    transform: translateY(175%);
    opacity: 0;
    top: 50%;
  }
  5%,
  95% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translateY(-525%);
  }
}
.highlights-more-btn {
  margin-top: 25px;
  width: 100%;
  text-align: center;
  z-index: 3;
}
.highlights-more-btn a {
  font-size: 12px;
  color: #333;
  letter-spacing: 1px;
  line-height: 18px;
  display: inline-block;
  vertical-align: top;
}
.highlights-more-btn a i {
  margin-left: 6px;
}
@media (min-width: 769px) {
  .highlights-more-btn a:hover {
    color: #C7000B;
    text-decoration: underline;
  }
  .highlights-more-btn a:hover i {
    background-image: url('../images/home/icon-more-red.png');
  }
}
/* 精彩掠影 结束*/
/* 分会场 开始*/
.section-breakout {
  margin-top: 40px;
  margin-left: -20px;
  margin-right: -20px;
}
@media (max-width: 768px) {
  .section-breakout {
    margin-top: 30px;
  }
}
.section-breakout .breakout-tab-top {
  padding: 0 20px;
}
.section-breakout .breakout-tab-top ul {
  font-size: 0;
}
.section-breakout .breakout-tab-top li {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}
@media (max-width: 768px) {
  .section-breakout .breakout-tab-top li {
    margin-right: 15px;
    margin-bottom: 10px;
  }
  .section-breakout .breakout-tab-top li:nth-last-child(1) {
    margin-right: 0;
  }
}
.section-breakout .breakout-tab-top li a {
  display: block;
  min-width: 105px;
  padding: 0 20px;
  height: 36px;
  line-height: 36px;
  background: #EFF4F8;
  box-shadow: -2px -2px 5px 2px #FFFFFF, 3px 3px 5px 0px rgba(110, 127, 147, 0.34);
  border-radius: 36px;
  border: 1px solid #D8E0EA;
  font-size: 12px;
  color: #000000;
  text-align: center;
}
@media (max-width: 768px) {
  .section-breakout .breakout-tab-top li a {
    min-width: 0;
    padding: 0 15px;
  }
}
.section-breakout .breakout-tab-top li.active a {
  font-weight: bold;
  color: #fff;
  background: #ED2933;
  border: 1px solid #FFFFFF;
  box-shadow: inset -2px -3px 4px 0 #F89898, inset 3px 3px 5px 0 rgba(3, 3, 3, 0.3);
}
@media (min-width: 769px) {
  .section-breakout .breakout-tab-top li:hover a {
    font-weight: bold;
    color: #fff;
    background: #ED2933;
    border: 1px solid #FFFFFF;
    box-shadow: inset -2px -3px 4px 0 #F89898, inset 3px 3px 5px 0 rgba(3, 3, 3, 0.3);
  }
}
.section-breakout .breakout-tab-btm {
  margin-top: 20px;
  padding: 0 13px;
}
@media (max-width: 768px) {
  .section-breakout .breakout-tab-btm {
    padding: 0 17.5px;
  }
}
.section-breakout .breakout-tab-btm .breakout-tab-cont {
  display: none;
}
.section-breakout .breakout-tab-btm .breakout-tab-cont.active {
  display: block;
}
.section-breakout .breakout-tab-btm .breakout-tab-block {
  padding: 20px 0 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .section-breakout .breakout-tab-btm .breakout-tab-block {
    padding-top: 0;
  }
}
.section-breakout .breakout-tab-btm .breakout-item {
  width: 25%;
  padding: 0 7px;
  box-sizing: border-box;
  margin-bottom: 20px;
  height: 100%;
}
@media (max-width: 768px) {
  .section-breakout .breakout-tab-btm .breakout-item {
    width: 50%;
    padding: 0 2.5px;
  }
  .section-breakout .breakout-tab-btm .breakout-item .hc-icon-middle-time {
    width: 10px;
    height: 10px;
  }
  .section-breakout .breakout-tab-btm .breakout-item .hc-icon-middle-location {
    width: 10px;
    height: 12px;
  }
}
.section-breakout .breakout-tab-btm .breakout-item-wrap {
  background: #FFFFFF;
  box-shadow: 0px 4px 12px 4px rgba(36, 72, 113, 0.08);
  border-radius: 15px;
  overflow: hidden;
}
.section-breakout .breakout-tab-btm .breakout-item-imgbox {
  padding-top: 58.33%;
  background-size: cover;
  background-repeat: no-repeat;
}
.section-breakout .breakout-tab-btm .breakout-item-cont {
  padding: 15px 20px 24px;
}
@media (max-width: 768px) {
  .section-breakout .breakout-tab-btm .breakout-item-cont {
    padding: 10px;
  }
}
.section-breakout .breakout-tab-btm .breakout-item-title a {
  display: block;
  font-size: 14px;
  color: #333333;
  line-height: 19px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  height: 38px;
}
@media (max-width: 768px) {
  .section-breakout .breakout-tab-btm .breakout-item-title a {
    height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    -webkit-line-clamp: 1;
  }
}
.section-breakout .breakout-tab-btm .breakout-item-title a:hover {
  font-weight: bold;
}
.section-breakout .breakout-tab-btm .breakout-item-time {
  margin-top: 15px;
  font-size: 12px;
  line-height: 16px;
}
.section-breakout .breakout-tab-btm .breakout-item-time i {
  margin-right: 4px;
}
.section-breakout .breakout-tab-btm .breakout-item-time b {
  margin-left: 10px;
}
@media (max-width: 768px) {
  .section-breakout .breakout-tab-btm .breakout-item-time {
    margin-top: 5px;
    font-size: 10px;
    line-height: 14px;
  }
  .section-breakout .breakout-tab-btm .breakout-item-time b {
    margin-left: 5px;
  }
}
.section-breakout .breakout-tab-btm .breakout-item-info {
  overflow: hidden;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .section-breakout .breakout-tab-btm .breakout-item-info {
    margin-top: 5px;
  }
}
.section-breakout .breakout-tab-btm .breakout-item-info i {
  float: left;
  overflow: hidden;
}
.section-breakout .breakout-tab-btm .breakout-item-info:after {
  content: '';
  clear: both;
}
.section-breakout .breakout-tab-btm .breakout-item-info span {
  margin-left: 15px;
  font-size: 12px;
  color: #666666;
  line-height: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  height: 32px;
}
@media (max-width: 768px) {
  .section-breakout .breakout-tab-btm .breakout-item-info span {
    display: block;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: auto;
    width: calc(100% - 15px);
    font-size: 10px;
    line-height: 14px;
  }
}
.section-breakout .breakout-tab-block.is-overflow + .breakout-more-btn {
  display: block;
}
.section-breakout .breakout-tab-block.is-overflow .breakout-item:nth-child(n+9) {
  display: none;
}
.section-breakout .breakout-more-btn {
  margin-top: 30px;
  width: 100%;
  text-align: center;
  z-index: 3;
  display: none;
}
@media (max-width: 768px) {
  .section-breakout .breakout-more-btn {
    margin-top: 20px;
  }
}
.section-breakout .breakout-more-btn a {
  font-size: 12px;
  color: #333;
  letter-spacing: 1px;
  line-height: 18px;
  display: inline-block;
  vertical-align: top;
}
.section-breakout .breakout-more-btn a i {
  margin-left: 6px;
}
@media (min-width: 769px) {
  .section-breakout .breakout-more-btn a:hover {
    color: #C7000B;
    text-decoration: underline;
  }
  .section-breakout .breakout-more-btn a:hover i {
    background-image: url('../images/home/icon-more-red.png');
  }
}
/* 分会场 结束*/
/* 直播日历 开始*/
.section-bg {
  background: linear-gradient(360deg, #FFFFFF 0%, #FFFFFF 54%, #F1F5F8 91%, #ECF1F4 95%, #DCE5EB 100%);
}
.section-module-calendar {
  padding-top: 60px;
  margin-bottom: 80px;
  position: relative;
}
.section-module-calendar:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 52px;
  opacity: 1;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .section-module-calendar:before {
    height: 43px;
    background-size: auto 100%;
    background-image: none;
  }
}
@media (max-width: 768px) {
  .section-module-calendar {
    padding-top: 40px;
    padding-bottom: 1px;
  }
}
@media (max-width: 768px) {
  .section-module.section-module-calendar {
    margin-bottom: 39px;
  }
}
.section-calendar-scrollbar {
  background-image: linear-gradient(180deg, #E9EFF3 0%, #D7E3E9 100%);
  border: 1px solid #FFFFFF;
  box-shadow: inset 0 1px 5px 1px rgba(140, 170, 210, 0.5);
  border-radius: 5px;
  height: 8px;
  margin: 20px auto 0;
  overflow: hidden;
  max-width: 510px;
}
.section-calendar-scrollbar .swiper-scrollbar-drag {
  background: #ED2933;
  border: 0 solid rgba(255, 255, 255, 0.61);
  box-shadow: inset -2px -3px 4px 0 #F89898, inset 3px 3px 5px 0 rgba(3, 3, 3, 0.3);
  border-radius: 5px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .section-calendar-scrollbar {
    display: none;
  }
}
.calendar-item-show_more {
  display: none;
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(239, 244, 248, 0) 0%, rgba(239, 244, 248, 0.9) 55%, #EFF4F8 100%);
}
.calendar-btn-show_more {
  font-size: 12px;
  color: #333333;
  line-height: 16px;
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .calendar-btn-show_more:active {
    color: #C7000B;
  }
  .calendar-btn-show_more:active .hc-icon-show_more {
    background-image: url('../images/home/icon-more-red.png');
  }
}
.calendar-item-show_more_close {
  text-align: center;
  margin-top: 20px;
  display: none;
}
.calendar-item-show_more_close a {
  color: #333333;
  font-size: 12px;
  line-height: 16px;
}
.calendar-item-show_more_close a i {
  margin-left: 2px;
  margin-top: -1px;
}
@media (max-width: 768px) {
  .calendar-item-show_more_close:active {
    color: #C7000B;
  }
  .calendar-item-show_more_close:active .hc-icon-show_more {
    background-image: url('../images/home/icon-more-red.png');
  }
}
.section-calendar {
  margin-left: -7.5px;
  margin-right: -7.5px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .section-calendar {
    margin-top: 40px;
  }
}
.section-calendar .section-tabs {
  padding: 0 7.5px;
  display: flex;
  align-items: center;
}
.section-calendar .section-tabs .swiper-container {
  padding: 0;
}
.section-calendar .section-tabs .calendar-button-prev,
.section-calendar .section-tabs .calendar-button-next {
  flex-shrink: 0;
}
.section-calendar .section-tabs .section-calendar-swiper {
  flex-grow: 1;
}
.section-calendar .section-tabs .section-tabs-time {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  line-height: 29px;
  text-align: center;
}
.section-calendar .section-tabs .section-tabs-time span {
  font-size: 12px;
  color: #000000;
  line-height: 16px;
  margin-left: 6px;
}
.section-calendar .calendar-btns {
  margin-top: 30px;
  text-align: center;
}
.section-calendar .calendar-btns .calendar-btn-view_more {
  display: inline-block;
  vertical-align: top;
  width: 112px;
  height: 33px;
  border-radius: 4px;
  border: 1px solid #666666;
  font-size: 12px;
  line-height: 33px;
  color: #333333;
}
.section-calendar .swiper-container {
  padding: 20px 0;
}
.section-calendar .swiper-slide {
  width: 33.333%;
  padding: 0 7.5px;
  box-sizing: border-box;
}
.section-calendar .swiper-slide .calendar-item {
  height: 600px;
  background: #EFF4F8;
  box-shadow: -2px -2px 7px 2px #FFFFFF, 3px 3px 5px 0px rgba(110, 127, 147, 0.21);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .section-calendar .swiper-slide .calendar-item.is-overflow {
    max-height: 541px;
    height: auto;
  }
  .section-calendar .swiper-slide .calendar-item.is-overflow .calendar-item-show_more {
    display: block;
  }
  .section-calendar .swiper-slide .calendar-item.is-overflow .calendar-item-show_more_close {
    display: none;
  }
}
.section-calendar .swiper-slide .calendar-item.is-down .calendar-item-show_more {
  display: none;
}
.section-calendar .swiper-slide .calendar-item.is-down .calendar-item-show_more_close {
  display: block;
}
@media (max-width: 768px) {
  .section-calendar .swiper-slide {
    width: 100%;
  }
  .section-calendar .swiper-slide .calendar-item {
    height: auto;
  }
}
.section-calendar .calendar-item-title {
  padding: 25px 20px 15px;
  position: relative;
  background: linear-gradient(180deg, #EFF4F8 0%, #EFF4F8 100%);
}
@media (max-width: 768px) {
  .section-calendar .calendar-item-title {
    display: none;
  }
}
.section-calendar .calendar-item-title h3 {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  line-height: 29px;
}
.section-calendar .calendar-item-title h3 span {
  font-size: 12px;
  color: #000000;
  line-height: 16px;
  margin-left: 6px;
}
.section-calendar .calendar-item-title .calendar-item-title-more {
  position: absolute;
  right: 20px;
  top: 25px;
  font-size: 12px;
  color: #333333;
  line-height: 29px;
}
.section-calendar .calendar-item-title .calendar-item-title-more i {
  margin-left: 5px;
}
@media (min-width: 769px) {
  .section-calendar .calendar-item-title .calendar-item-title-more:hover {
    color: #C7000B;
    text-decoration: underline;
  }
  .section-calendar .calendar-item-title .calendar-item-title-more:hover i {
    background-image: url('../images/home/icon-more-red.png');
  }
}
.section-calendar .calendar-item-cont {
  position: absolute;
  top: 69px;
  bottom: 0;
  left: 4px;
  right: 4px;
  overflow: hidden;
  overflow-y: auto;
}
.section-calendar .calendar-item-cont.scroll_bg {
  background: linear-gradient(#EFF4F8, transparent 100%), linear-gradient(rgba(36, 72, 113, 0.05), transparent 100%);
  background-size: 100% 30px, 100% 20px;
  background-repeat: no-repeat;
  background-attachment: local, scroll;
}
@media (max-width: 768px) {
  .section-calendar .calendar-item-cont {
    top: 0;
    overflow: visible;
    position: relative;
    left: 0;
    right: 0;
    padding: 20px 4px 10px;
    background-image: none;
  }
}
.section-calendar .calendar-item-cont::-webkit-scrollbar {
  width: 4px;
  border-radius: 2px;
  overflow: hidden;
}
.section-calendar .calendar-item-cont::-webkit-scrollbar-thumb {
  background: rgba(50, 53, 75, 0.3);
  border-radius: 2px;
  height: 60px;
}
.section-calendar .calendar-item-cont::-webkit-scrollbar-track {
  background: transparent;
}
.section-calendar .calendar-item-cont .calendar-list {
  padding: 0 16px;
}
.section-calendar .calendar-item-cont .calendar-list-day {
  font-size: 12px;
  font-weight: bold;
  color: #A7BAC6;
  line-height: 16px;
  padding: 0 0 10px;
}
.section-calendar .calendar-item-cont .hidden-calendar-popup_info {
  display: none;
}
.section-calendar .calendar-item-cont .calendar-list-item {
  min-height: 120px;
  background: #FFFFFF;
  box-shadow: 4px 4px 9px 3px rgba(36, 72, 113, 0.08);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
  box-sizing: border-box;
  padding: 1px;
}
@media (min-width: 769px) {
  .section-calendar .calendar-item-cont .calendar-list-item:hover {
    background-image: linear-gradient(321deg, #ff3030, rgba(255, 63, 255, 0.93), rgba(144, 86, 255, 0.82), rgba(106, 127, 255, 0.72), rgba(124, 206, 255, 0.64), rgba(255, 255, 255, 0));
  }
  .section-calendar .calendar-item-cont .calendar-list-item:hover .calendar-list-cont {
    background: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
  }
  .section-calendar .calendar-item-cont .calendar-list-item:hover .calendar-list-tag {
    color: #C7000B;
  }
  .section-calendar .calendar-item-cont .calendar-list-item:hover .calendar-list-tag:before {
    background-color: #C7000B;
  }
  .section-calendar .calendar-item-cont .calendar-list-item:hover .calendar-list-time {
    color: #333;
  }
  .section-calendar .calendar-item-cont .calendar-list-item:hover .calendar-list-info p a {
    font-weight: bold;
  }
  .section-calendar .calendar-item-cont .calendar-list-item:hover .calendar-list-info p a.mix-color {
    font-weight: bold;
    background: linear-gradient(216deg, #98DB9D 0%, #45C278 21%, #3B89D4 57%, #AA66E7 78%, #E96168 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -ms-background-clip: text;
    -ms-text-fill-color: transparent;
  }
  .section-calendar .calendar-item-cont .calendar-list-item:hover .calendar-list-btns_play {
    color: #C7000B;
  }
  .section-calendar .calendar-item-cont .calendar-list-item:hover .calendar-list-btns_play .hc-icon-live_play {
    background-image: url('../images/meeting/icon-live-play-act.png');
  }
  .section-calendar .calendar-item-cont .calendar-list-item:hover .calendar-list-btns_view {
    opacity: 1;
  }
}
.section-calendar .calendar-item-cont .calendar-list-item.active {
  background-image: linear-gradient(321deg, #ff3030, rgba(255, 63, 255, 0.93), rgba(144, 86, 255, 0.82), rgba(106, 127, 255, 0.72), rgba(124, 206, 255, 0.64), rgba(255, 255, 255, 0));
}
.section-calendar .calendar-item-cont .calendar-list-item.active .calendar-list-cont {
  background: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
}
.section-calendar .calendar-item-cont .calendar-list-item.active .calendar-list-tag {
  color: #C7000B;
}
.section-calendar .calendar-item-cont .calendar-list-item.active .calendar-list-tag:before {
  background-color: #C7000B;
}
.section-calendar .calendar-item-cont .calendar-list-item.active .calendar-list-time {
  color: #333;
}
.section-calendar .calendar-item-cont .calendar-list-item.active .calendar-list-info p a {
  font-weight: bold;
}
.section-calendar .calendar-item-cont .calendar-list-item.active .calendar-list-info p a.mix-color {
  font-weight: bold;
  background: linear-gradient(216deg, #98DB9D 0%, #45C278 21%, #3B89D4 57%, #AA66E7 78%, #E96168 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -ms-background-clip: text;
  -ms-text-fill-color: transparent;
}
.section-calendar .calendar-item-cont .calendar-list-item.active .calendar-list-btns_play {
  color: #C7000B;
}
.section-calendar .calendar-item-cont .calendar-list-item.active .calendar-list-btns_play .hc-icon-live_play {
  background-image: url('../images/meeting/icon-live-play-act.png');
}
.section-calendar .calendar-item-cont .calendar-list-item.active .calendar-list-btns_view {
  opacity: 1;
}
.section-calendar .calendar-item-cont .calendar-list-cont {
  padding: 9px 14px;
}
.section-calendar .calendar-item-cont .calendar-list-title {
  overflow: hidden;
}
.section-calendar .calendar-item-cont .calendar-list-time {
  font-size: 12px;
  color: #666666;
  line-height: 16px;
  letter-spacing: 1px;
}
.section-calendar .calendar-item-cont .calendar-list-tag {
  float: right;
  position: relative;
  font-size: 12px;
  color: #666666;
  line-height: 16px;
}
.section-calendar .calendar-item-cont .calendar-list-tag::before {
  content: '';
  position: absolute;
  left: -9px;
  top: 50%;
  width: 4px;
  height: 4px;
  background: #666666;
  margin-top: -2px;
  border-radius: 4px;
}
.section-calendar .calendar-item-cont .calendar-list-info {
  margin-top: 10px;
}
.section-calendar .calendar-item-cont .calendar-list-info p a {
  display: block;
  font-size: 14px;
  color: #333333;
  line-height: 19px;
  max-height: 38px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.section-calendar .calendar-item-cont .calendar-list-btns {
  margin-top: 18px;
}
.section-calendar .calendar-item-cont .calendar-list-btns .calendar-list-btns_play {
  font-size: 12px;
  color: #A7BAC6;
  line-height: 16px;
}
.section-calendar .calendar-item-cont .calendar-list-btns .calendar-list-btns_play i {
  margin-right: 6px;
}
.section-calendar .calendar-item-cont .calendar-list-btns .calendar-list-btns_view {
  float: right;
  font-size: 12px;
  color: #666666;
  line-height: 16px;
  opacity: 0.5;
}
.section-calendar .calendar-item-cont .calendar-list-btns .calendar-list-btns_view i {
  margin-left: 3px;
}
.calendar-popup {
  display: none;
  position: absolute;
  z-index: 99;
  width: 33.33%;
  max-width: 339px;
  padding-left: 16px;
  padding-top: 20px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .calendar-popup {
    z-index: 10000;
    position: fixed;
    top: 0!important;
    left: 0!important;
    right: 0!important;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
  }
}
.calendar-popup-window {
  height: 560px;
  background: #FFFFFF;
  box-shadow: 1px 1px 7px 5px rgba(36, 72, 113, 0.2);
  border-radius: 10px;
  position: relative;
}
.calendar-popup-window .calendar-popup-arrow {
  position: absolute;
  left: -22px;
  top: 10%;
  width: 23px;
  height: 36px;
  background-image: url(../images/home/icon-arrow-white-left.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 3;
}
.calendar-popup-window .calendar-popup-arrow.is-right {
  left: auto;
  right: -22px;
  transform-origin: center center;
  transform: rotate(180deg);
}
.calendar-popup-window .calendar-popup-wrapper .calendar-item-cont_list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 100%;
  overflow: hidden;
  overflow-y: auto;
  background: #FFFFFF;
}
@media (max-width: 768px) {
  .calendar-popup-window .calendar-popup-wrapper .calendar-item-cont_list {
    top: 37px;
  }
}
.calendar-popup-window .calendar-popup-wrapper .calendar-item-cont_list::-webkit-scrollbar {
  width: 4px;
  height: 1px;
}
.calendar-popup-window .calendar-popup-wrapper .calendar-item-cont_list::-webkit-scrollbar-thumb {
  background: rgba(50, 53, 75, 0.3);
  border-radius: 3px;
}
.calendar-popup-window .calendar-popup-wrapper .calendar-item-cont_list::-webkit-scrollbar-track {
  background: transparent;
}
.calendar-popup-window .calendar-popup-wrapper .calendar-item-cont {
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 768px) {
  .calendar-popup-window .calendar-popup-wrapper .calendar-item-cont {
    position: fixed;
    top: 0;
    left: 0!important;
    bottom: 0;
    right: 0!important;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 999;
  }
}
.calendar-popup-window .calendar-popup-wrapper .calendar-item-block {
  position: absolute;
  right: 4px;
  top: 30px;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  background-color: #FFFFFF;
}
@media (max-width: 768px) {
  .calendar-popup-window .calendar-popup-wrapper .calendar-item-block {
    left: 20px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    height: 500px;
    background: #FFFFFF;
    box-shadow: 2px 2px 16px 5px rgba(36, 72, 113, 0.2);
    border-radius: 10px;
    overflow: hidden;
  }
}
.calendar-popup-window .calendar-popup-wrapper .calendar-item-cont_close {
  position: absolute;
  right: 10px;
  top: -19px;
  z-index: 10;
  cursor: pointer;
}
@media (max-width: 768px) {
  .calendar-popup-window .calendar-popup-wrapper .calendar-item-cont_close {
    top: 15px;
    right: 15px;
  }
}
@media (min-width: 769px) {
  .calendar-popup-window .calendar-popup-wrapper .calendar-card:hover .calendar-card-title,
  .calendar-popup-window .calendar-popup-wrapper .calendar-card:hover .calendar-card-title span,
  .calendar-popup-window .calendar-popup-wrapper .calendar-card:hover .calendar-card-cont-title h5 {
    color: #ED2933;
  }
  .calendar-popup-window .calendar-popup-wrapper .calendar-card:hover .hc-icon-clock {
    background-image: url('../images/meeting/icon-clock-red.png');
  }
}
.calendar-popup-window .calendar-popup-wrapper .calendar-card-wrap {
  padding: 0 20px;
}
.calendar-popup-window .calendar-popup-wrapper .calendar-card-title {
  line-height: 17px;
  font-size: 12px;
  color: #000000;
  letter-spacing: 0.83px;
}
.calendar-popup-window .calendar-popup-wrapper .calendar-card-title span {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .calendar-popup-window .calendar-popup-wrapper .calendar-card-title span {
    margin-left: 5px;
    font-size: 10px;
  }
}
.calendar-popup-window .calendar-popup-wrapper .calendar-card-cont-title {
  position: relative;
  padding-bottom: 10px;
}
.calendar-popup-window .calendar-popup-wrapper .calendar-card-cont-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  opacity: 0.36;
  background-image: linear-gradient(-25deg, #EFF1F2 0%, #EBEEF0 100%);
  box-shadow: inset 0 -1px 3px 0 rgba(229, 229, 229, 0.5), inset 0 1px 3px 0 rgba(21, 21, 186, 0.23);
  border-radius: 0px;
}
.calendar-popup-window .calendar-popup-wrapper .calendar-card-cont-title h5 {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 1px;
  color: #000000;
  font-weight: bold;
  cursor: pointer;
}
@media (max-width: 768px) {
  .calendar-popup-window .calendar-popup-wrapper .calendar-card-cont-title {
    margin-top: 7px;
    padding-bottom: 8px;
  }
  .calendar-popup-window .calendar-popup-wrapper .calendar-card-cont-title h5 {
    font-weight: normal;
  }
}
.calendar-popup-window .calendar-popup-wrapper .calendar-card-cont {
  padding-top: 10px;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .calendar-popup-window .calendar-popup-wrapper .calendar-card-cont {
    padding-bottom: 25px;
    padding-top: 8px;
  }
}
.calendar-popup-window .calendar-popup-wrapper .calendar-card-item {
  margin-bottom: 10px;
}
.calendar-popup-window .calendar-popup-wrapper .calendar-card-item h6 {
  font-size: 12px;
  color: #333333;
  letter-spacing: 1px;
  line-height: 16px;
}
@media (max-width: 768px) {
  .calendar-popup-window .calendar-popup-wrapper .calendar-card-item h6 {
    font-size: 14px;
    line-height: 19px;
  }
}
.calendar-popup-window .calendar-popup-wrapper .calendar-card-item p {
  font-size: 12px;
  color: rgba(102, 102, 102, 0.8);
  letter-spacing: 1px;
  margin-top: 5px;
  line-height: 14px;
}
@media (max-width: 768px) {
  .calendar-popup-window .calendar-popup-wrapper .calendar-card-item p {
    font-size: 12px;
    line-height: 16px;
  }
}
/* 直播日历 结束*/
/* 大会议程 开始*/
.section-agenda {
  padding-top: 60px;
  padding-bottom: 43px;
  position: relative;
  background-color: #EFF4F8;
}
.section-agenda:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 52px;
  opacity: 1;
  background-image: url('../images/home/section-bg.png');
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .section-agenda:before {
    height: 43px;
    background-size: auto 100%;
  }
}
@media (max-width: 768px) {
  .section-agenda {
    padding-top: 40px;
    padding-bottom: 1px;
  }
}
.agenda-tabs {
  margin-top: 30px;
}
.agenda-tabs.act-shadow {
  box-shadow: 11px 3px 19px 0 rgba(110, 127, 147, 0.25);
}
@media (max-width: 768px) {
  .agenda-tabs {
    background: #EFF4F8;
    border: 1px solid #E4EAF0;
    box-shadow: 11px 3px 19px 0 rgba(110, 127, 147, 0.25), -1px -1px 7px 3px #FFFFFF;
    border-radius: 20px;
    overflow: hidden;
  }
}
.agenda-circle {
  content: '';
  position: absolute;
  top: 1px;
  width: 32px;
  height: 31px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left bottom;
}
.agenda-tab-head {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .agenda-tab-head {
    padding: 25px 15px 0;
    display: flex;
  }
  .agenda-tab-head button {
    flex-shrink: 0;
  }
}
.agenda-tab-head ul {
  display: table;
  margin: 0 -16px;
}
@media (max-width: 768px) {
  .agenda-tab-head ul {
    margin: 0;
    display: block;
    flex-grow: 1;
  }
}
.agenda-tab-head li {
  display: table-cell;
  padding: 0 16px;
}
@media (max-width: 768px) {
  .agenda-tab-head li {
    display: none;
    padding: 0 12px;
  }
}
.agenda-tab-head li .tab-head-wrap {
  padding: 16px 20px;
  cursor: pointer;
  background: #EFF4F8;
  border: 1px solid #E4EAF0;
  box-shadow: 11px 3px 19px 0 rgba(110, 127, 147, 0.25), -1px -1px 7px 3px #FFFFFF;
  border-radius: 10px;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .agenda-tab-head li .tab-head-wrap:hover {
    border: 1px solid transparent;
    background: #E6EBEF;
    box-shadow: inset 4px 4px 8px 0 rgba(48, 99, 183, 0.21);
  }
}
@media (max-width: 768px) {
  .agenda-tab-head li .tab-head-wrap {
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
  }
}
.agenda-tab-head li p {
  opacity: 0.7;
  font-family: MicrosoftYaHei;
  font-size: 12px;
  color: #748B9A;
  letter-spacing: 1px;
  line-height: 16px;
}
.agenda-tab-head li .agenda-tab-connect {
  content: '';
  position: absolute;
  top: 100%;
  left: 16px;
  right: 16px;
  height: 40px;
  display: none;
  margin-top: -10px;
  background: #EFF4F8;
  border-left: 1px solid #E4EAF0;
}
.agenda-tab-head li .agenda-tab-connect:after {
  content: '';
  position: absolute;
  top: 1px;
  width: 32px;
  height: 31px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left bottom;
  right: -32px;
  background-image: url('../images/home/tab-bg.png');
}
.agenda-tab-head li .agenda-tab-connect:before {
  content: '';
  position: absolute;
  top: 1px;
  width: 32px;
  height: 31px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left bottom;
  left: -32px;
  background-image: url('../images/home/tab-bg-left.png');
}
.agenda-tab-head li:nth-child(1) .agenda-tab-connect:before {
  display: none;
}
.agenda-tab-head li:nth-last-child(1) .agenda-tab-connect {
  z-index: 2;
}
.agenda-tab-head li:nth-last-child(1) .agenda-tab-connect:after {
  z-index: 1;
  width: 1px;
  border-right: 1px solid #E4EAF0;
  height: 100%;
  background-image: none;
  right: 0;
}
.agenda-tab-head li.active {
  position: relative;
}
.agenda-tab-head li.active p {
  color: #000000;
  opacity: 1;
}
@media (max-width: 768px) {
  .agenda-tab-head li.active {
    display: block;
  }
}
@media (min-width: 769px) {
  .agenda-tab-head li.active .tab-head-wrap {
    background: #EFF4F8;
    border: 1px solid #E4EAF0;
    box-shadow: -1px -1px 7px 3px #FFFFFF;
  }
  .agenda-tab-head li.active .agenda-tab-connect {
    display: block;
  }
}
.agenda-tab-head .tab-head-time {
  display: flex;
  justify-content: space-between;
}
.agenda-tab-head .tab-head-title {
  margin-top: 5px;
}
@media (max-width: 768px) {
  .agenda-tab-head .tab-head-title {
    margin-top: 6px;
    color: #000000;
  }
}
.agenda-tab-cont {
  margin-top: 20px;
  min-height: 100px;
  background: #EFF4F8;
  border: 1px solid #E4EAF0;
  box-shadow: 11px 3px 19px 0 rgba(110, 127, 147, 0.25), -1px -1px 7px 3px #FFFFFF;
  border-radius: 20px;
  padding: 62px 40px;
  position: relative;
  z-index: 1;
}
.agenda-tab-cont.is-first {
  border-radius: 0 20px 20px 20px;
}
.agenda-tab-cont.is-last {
  border-radius: 20px 0 20px 20px;
}
@media (max-width: 768px) {
  .agenda-tab-cont {
    padding: 52px 15px;
    margin-top: 0;
    border: none;
    box-shadow: none;
    border-radius: 0;
  }
  .agenda-tab-cont.is-first {
    border-radius: 0;
  }
  .agenda-tab-cont.is-last {
    border-radius: 0;
  }
}
.agenda-wrap {
  display: none;
}
.agenda-wrap.active {
  display: block;
}
.agenda-wrap.agenda-wrap-empty_style {
  min-height: 300px;
}
.agenda-wrap.agenda-wrap-empty_style.active {
  display: flex;
  align-items: center;
  justify-content: center;
}
.agenda-wrap.agenda-wrap-empty_style:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/home/theme-bg.png');
  background-size: 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
  z-index: -1;
}
.agenda-empty {
  padding: 20px 20px 30px;
  background: #FFFFFF;
  box-shadow: 3px 3px 9px 3px rgba(36, 72, 113, 0.08);
  border-radius: 15px;
  max-width: 770px;
  margin: 0 auto;
}
.agenda-empty .agenda-empty-title {
  font-size: 16px;
  color: #000000;
  letter-spacing: 1px;
  line-height: 21px;
  font-weight: bold;
}
.agenda-empty .agenda-empty-time {
  margin-top: 10px;
  font-size: 16px;
  color: #444444;
  letter-spacing: 1px;
  line-height: 22px;
}
.agenda-empty .agenda-empty-time span {
  margin-right: 30px;
}
.agenda-empty .agenda-empty-desc {
  font-size: 14px;
  color: rgba(68, 68, 68, 0.8);
  letter-spacing: 1px;
  line-height: 22px;
  margin-top: 30px;
}
.agenda-item {
  background: #FFFFFF;
  box-shadow: 3px 3px 9px 3px rgba(36, 72, 113, 0.08);
  border-radius: 15px;
  position: relative;
  margin-bottom: 64px;
}
.agenda-item:nth-last-child(1) {
  margin-bottom: 0;
}
.agenda-item:hover .hc-icon-time {
  background-image: url('../images/home/icon-time-act.png');
}
.agenda-item:hover .item-time span {
  font-weight: bold;
  color: #ED2933;
}
.agenda-item:hover .item-info-title {
  font-weight: bold;
  color: #000;
}
.agenda-item .item-time {
  position: absolute;
  top: -35px;
  left: -22px;
  background: #EFF4F8;
  border: 1px solid #E4EAF0;
  box-shadow: 3px 3px 5px 0 rgba(110, 127, 147, 0.21), -2px -2px 7px 2px #FFFFFF;
  border-radius: 22.5px 22.5px 0 22.5px;
  padding: 12px 15px 12px 20px;
  box-sizing: border-box;
  height: 45px;
  font-size: 0;
}
.agenda-item .item-time span {
  display: inline-block;
  vertical-align: middle;
  line-height: 16px;
  font-size: 12px;
  color: #A7BAC6;
  letter-spacing: 1px;
  margin-left: 10px;
}
@media (max-width: 768px) {
  .agenda-item .item-time {
    left: 15px;
  }
  .agenda-item .item-time .hc-icon-time {
    background-image: url('../images/home/icon-time-act.png');
  }
  .agenda-item .item-time span {
    font-weight: bold;
    color: #ED2933;
  }
}
.agenda-item .item-info .item-info-title {
  padding: 20px 16px 14px 44px;
  font-size: 16px;
  color: #333333;
  letter-spacing: 1px;
  line-height: 21px;
  position: relative;
}
@media (max-width: 768px) {
  .agenda-item .item-info .item-info-title {
    padding: 43px 20px 15px;
    line-height: 22px;
    font-size: 14px;
    font-weight: bold;
  }
}
.agenda-item .item-info .item-info-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  opacity: 0.36;
  background-image: linear-gradient(-25deg, #EFF1F2 0%, #EBEEF0 100%);
  box-shadow: inset 0 -1px 3px 0 rgba(229, 229, 229, 0.5), inset 0 1px 3px 0 rgba(21, 21, 186, 0.23);
  border-radius: 0px;
}
.agenda-item .item-info .item-info-list {
  padding: 18px 32px 0;
}
@media (max-width: 768px) {
  .agenda-item .item-info .item-info-list {
    padding: 20px 0 5px;
  }
}
.agenda-item .item-info .item-info-list ul {
  font-size: 0;
}
.agenda-item .item-info .item-info-list ul li {
  width: 33.33%;
  display: inline-block;
  padding: 0 20px;
  box-sizing: border-box;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .agenda-item .item-info .item-info-list ul li {
    width: 100%;
    margin-bottom: 25px;
  }
}
.agenda-item .item-info .item-info-list ul li .info-avator {
  display: inline-block;
  vertical-align: top;
  border-radius: 45px;
  width: 45px;
}
@media (max-width: 768px) {
  .agenda-item .item-info .item-info-list ul li .info-avator {
    border-radius: 50px;
    width: 50px;
  }
}
.agenda-item .item-info .item-info-list ul li .info-cont {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 60px);
  margin-left: 15px;
}
@media (max-width: 768px) {
  .agenda-item .item-info .item-info-list ul li .info-cont {
    width: calc(100% - 67px);
    margin-left: 17px;
  }
}
.agenda-item .item-info .item-info-list ul li .info-cont-name {
  font-size: 12px;
  color: #333333;
  letter-spacing: 1px;
  line-height: 16px;
}
@media (max-width: 768px) {
  .agenda-item .item-info .item-info-list ul li .info-cont-name {
    font-size: 14px;
  }
}
.agenda-item .item-info .item-info-list ul li .info-cont-desc {
  margin-top: 5px;
  font-size: 12px;
  color: rgba(102, 102, 102, 0.8);
  letter-spacing: 1px;
  line-height: 14px;
}
@media (max-width: 768px) {
  .agenda-item .item-info .item-info-list ul li .info-cont-desc {
    line-height: 16px;
    margin-top: 2px;
  }
}
.section-summit {
  margin-top: 30px;
}
.summit-wrap {
  background: #EFF4F8;
  border: 1px solid #DCE2E9;
  box-shadow: 9px 9px 15px -4px rgba(82, 95, 110, 0.19), -4px -4px 10px 2px rgba(255, 255, 255, 0.82);
  border-radius: 10px;
  position: relative;
}
@media (max-width: 768px) {
  .summit-wrap {
    box-shadow: none;
    border: none;
    border-radius: 0;
  }
}
.summit-head {
  background: #FFFFFF;
  box-shadow: 0 4px 12px 4px rgba(36, 72, 113, 0.08);
  border-radius: 10px;
  height: 107px;
  box-sizing: border-box;
}
.summit-head .summit-title {
  padding: 12px 19px 14px;
  position: relative;
}
.summit-head .summit-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0.36;
  height: 1px;
  background-image: linear-gradient(-25deg, #EFF1F2 0%, #EBEEF0 100%);
  box-shadow: inset 0 -1px 3px 0 rgba(229, 229, 229, 0.5), inset 0 1px 3px 0 rgba(21, 21, 186, 0.23);
  border-radius: 0px;
}
.summit-head .summit-title h3 {
  position: absolute;
  top: 12px;
  left: 19px;
  font-size: 22px;
  color: #000000;
  letter-spacing: 1.1px;
  line-height: 29px;
}
.summit-head .summit-title p {
  font-size: 12px;
  color: #000000;
  letter-spacing: 1px;
  text-align: center;
  line-height: 29px;
  font-weight: bold;
}
.summit-head .summit-column ul {
  font-size: 0;
  white-space: nowrap;
}
.summit-head .summit-column ul li {
  text-indent: 39px;
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  line-height: 50px;
  white-space: normal;
  font-size: 12px;
  color: #000000;
  letter-spacing: 1px;
}
.summit-head .summit-column ul li b {
  font-size: 22px;
  color: #333333;
  letter-spacing: 1px;
  font-weight: bold;
  margin-right: 6px;
}
.summit-cont .summit-list ul {
  display: table;
  width: 100%;
}
@media (max-width: 768px) {
  .summit-cont .summit-list ul {
    display: block;
  }
}
.summit-cont .summit-list ul li {
  display: table-cell;
  width: 33.33%;
  vertical-align: top;
  border-right: 1px solid #D4DAE1;
  padding: 19px 20px 9px;
}
@media (max-width: 768px) {
  .summit-cont .summit-list ul li {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: none;
    background: #EFF4F8;
    border: 1px solid #DCE2E9;
    box-shadow: 9px 9px 15px -4px rgba(82, 95, 110, 0.19), -4px -4px 10px 2px rgba(255, 255, 255, 0.82);
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 0;
  }
}
.summit-cont .summit-list ul li .summit-item-head {
  background: #FFFFFF;
  box-shadow: 0 4px 12px 4px rgba(36, 72, 113, 0.08);
  border-radius: 10px;
}
.summit-cont .summit-list ul li .summit-item-head_top {
  padding: 14px 15px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.summit-cont .summit-list ul li .summit-item-head_top span {
  font-size: 16px;
  color: #000000;
  letter-spacing: 1px;
  line-height: 21px;
}
.summit-cont .summit-list ul li .summit-item-head_top b {
  font-size: 12px;
  color: #000000;
  letter-spacing: 1px;
  line-height: 16px;
  font-weight: bold;
}
.summit-cont .summit-list ul li .summit-item-head_top::after {
  content: '';
  opacity: 0.36;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(-25deg, #EFF1F2 0%, #EBEEF0 100%);
  box-shadow: inset 0 -1px 3px 0 rgba(229, 229, 229, 0.5), inset 0 1px 3px 0 rgba(21, 21, 186, 0.23);
  border-radius: 1.5px;
}
.summit-cont .summit-list ul li .summit-item-head_btm {
  padding: 10px 20px;
  position: relative;
  font-size: 10px;
  color: #000000;
  letter-spacing: 0.83px;
}
.summit-cont .summit-list ul li .summit-item-head_btm b {
  font-size: 16px;
  color: #333333;
  letter-spacing: 0.73px;
  line-height: 21px;
  font-weight: bold;
  margin-right: 4px;
}
.summit-cont .summit-list ul li .summit-item {
  padding: 18px 20px;
  margin-bottom: 12px;
  cursor: pointer;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .summit-cont .summit-list ul li .summit-item {
    margin-bottom: 4px;
  }
}
.summit-cont .summit-list ul li .summit-item:nth-child(3) .summit-item-cont::before {
  top: 60%;
}
.summit-cont .summit-list ul li .summit-item:nth-child(4) .summit-item-cont::before {
  top: auto;
  bottom: 7%;
}
.summit-cont .summit-list ul li .summit-item:nth-last-child(1) {
  margin-bottom: 0;
}
.summit-cont .summit-list ul li .summit-item .summit-item-time {
  font-size: 12px;
  color: #666666;
  letter-spacing: 1px;
  line-height: 16px;
  transition: all 0.3s;
}
.summit-cont .summit-list ul li .summit-item .summit-item-title {
  margin-top: 10px;
  font-size: 14px;
  color: #333333;
  letter-spacing: 1px;
  line-height: 19px;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .summit-cont .summit-list ul li .summit-item:hover {
    background: #FFFFFF;
    box-shadow: 4px 4px 9px 3px rgba(36, 72, 113, 0.08);
    border-radius: 8px;
  }
  .summit-cont .summit-list ul li .summit-item:hover .summit-item-time {
    color: #000000;
  }
}
.summit-cont .summit-list ul li .summit-item.active {
  background: #FFFFFF;
  box-shadow: 4px 4px 9px 3px rgba(36, 72, 113, 0.08);
  border-radius: 8px;
}
@media (max-width: 768px) {
  .summit-cont .summit-list ul li .summit-item.active {
    background: transparent;
    box-shadow: none;
    border-radius: 0;
  }
}
.summit-cont .summit-list ul li .summit-item.active .summit-item-time {
  color: #000000;
}
.summit-cont .summit-list ul li .summit-item.active .summit-item-title {
  color: #000000;
  font-weight: bold;
}
.summit-cont .summit-list ul li .summit-item.active .summit-item-cont {
  transform: translateY(0);
  visibility: visible;
  height: auto;
  opacity: 1;
}
@media (max-width: 768px) {
  .summit-cont .summit-list ul li .summit-item.active .summit-item-cont {
    height: 100%;
  }
}
.summit-cont .summit-list ul li:nth-child(1) .summit-item-cont {
  left: 31%;
}
.summit-cont .summit-list ul li:nth-child(2) .summit-item-cont {
  left: 64%;
}
.summit-cont .summit-list ul li:nth-child(3) .summit-item-cont {
  right: 31%;
}
.summit-cont .summit-list ul li:nth-child(3) .summit-item-cont::before {
  left: auto;
  right: -2px;
  background-image: url('../images/home/icon-arrow-white-right.png');
}
.summit-cont .summit-list ul li:nth-child(3) .summit-item-block {
  left: 0;
  right: 20px;
}
@media (max-width: 768px) {
  .summit-cont .summit-list ul li:nth-child(3) .summit-item-block {
    left: 20px;
  }
}
.summit-cont .summit-item-cont_list {
  position: absolute;
  top: 33px;
  left: 0;
  right: 4px;
  bottom: 0;
  max-height: calc(100% - 33px);
  overflow: hidden;
  overflow-y: auto;
  background: #FFFFFF;
}
@media (max-width: 768px) {
  .summit-cont .summit-item-cont_list {
    max-height: calc(100% - 37px);
  }
}
.summit-cont .summit-item-cont_list::-webkit-scrollbar {
  width: 5px;
  height: 1px;
}
.summit-cont .summit-item-cont_list::-webkit-scrollbar-thumb {
  background: #B3B2B2;
  border-radius: 2.5px;
}
.summit-cont .summit-item-cont_list::-webkit-scrollbar-track {
  background: transparent;
}
.summit-cont .summit-item-cont {
  position: absolute;
  top: 10px;
  width: calc(33% + 13px);
  bottom: 10px;
  visibility: hidden;
  height: 0;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.4s, transform 0.4s;
}
@media (max-width: 768px) {
  .summit-cont .summit-item-cont {
    position: fixed;
    top: 0;
    left: 0!important;
    bottom: 0;
    right: 0!important;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 999;
  }
}
.summit-cont .summit-item-cont::before {
  content: '';
  position: absolute;
  left: -2px;
  top: 30%;
  width: 23px;
  height: 36px;
  background-image: url('../images/home/icon-arrow-white-left.png');
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 3;
}
@media (max-width: 768px) {
  .summit-cont .summit-item-cont::before {
    display: none;
  }
}
.summit-cont .summit-item-block {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 20px;
  box-shadow: 1px 1px 7px 5px rgba(36, 72, 113, 0.2);
  border-radius: 10px;
  padding: 33px 0 0;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #FFFFFF;
}
@media (max-width: 768px) {
  .summit-cont .summit-item-block {
    left: 20px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    height: 500px;
    background: #FFFFFF;
    box-shadow: 2px 2px 16px 5px rgba(36, 72, 113, 0.2);
    border-radius: 10px;
    padding-top: 37px;
  }
}
.summit-cont .summit-item-cont_close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.summit-cont .summit-card-wrap {
  padding: 0 20px;
}
.summit-cont .summit-card-title {
  line-height: 17px;
  font-size: 10px;
  color: #000000;
  letter-spacing: 0.83px;
}
.summit-cont .summit-card-title span {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .summit-cont .summit-card-title span {
    margin-left: 10px;
  }
}
.summit-cont .summit-card-cont-title {
  margin-top: 5px;
  font-size: 12px;
  color: #000000;
  letter-spacing: 1px;
  line-height: 16px;
  position: relative;
  padding-bottom: 8px;
}
.summit-cont .summit-card-cont-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  opacity: 0.36;
  background-image: linear-gradient(-25deg, #EFF1F2 0%, #EBEEF0 100%);
  box-shadow: inset 0 -1px 3px 0 rgba(229, 229, 229, 0.5), inset 0 1px 3px 0 rgba(21, 21, 186, 0.23);
  border-radius: 0px;
}
@media (max-width: 768px) {
  .summit-cont .summit-card-cont-title {
    font-size: 14px;
    line-height: 19px;
  }
}
.summit-cont .summit-card-cont {
  padding-top: 8px;
  padding-bottom: 25px;
}
@media (max-width: 768px) {
  .summit-cont .summit-card-cont {
    padding-bottom: 35px;
  }
}
.summit-cont .summit-card-item {
  margin-bottom: 10px;
}
.summit-cont .summit-card-item h6 {
  font-size: 12px;
  color: #333333;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .summit-cont .summit-card-item h6 {
    font-size: 14px;
    line-height: 19px;
  }
}
.summit-cont .summit-card-item p {
  font-size: 10px;
  color: rgba(102, 102, 102, 0.8);
  letter-spacing: 1px;
  margin-top: 5px;
  line-height: 14px;
}
@media (max-width: 768px) {
  .summit-cont .summit-card-item p {
    font-size: 12px;
    line-height: 16px;
  }
}
.section-more_agenda {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .section-more_agenda {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.more_agenda-tab-head {
  margin-left: -10px;
  position: relative;
}
@media (max-width: 768px) {
  .more_agenda-tab-head {
    margin: 0;
    display: flex;
    padding: 0 20px;
  }
  .more_agenda-tab-head > button {
    flex-shrink: 0;
  }
}
.more_agenda-head-btns {
  position: absolute;
  right: 0;
  top: -52px;
  text-align: right;
}
.more_agenda-head-btns button {
  margin: 0 8px;
}
.more_agenda-head-swiper {
  padding: 10px 0!important;
}
.more_agenda-head-swiper .swiper-slide {
  padding: 0 20px 0 10px;
  width: auto;
}
@media (max-width: 768px) {
  .more_agenda-head-swiper .swiper-slide {
    padding: 0 5px!important;
  }
}
.more_agenda-head-swiper .swiper-slide.selected .agenda-day {
  color: #fff;
  background: #ED2933;
  border: 1px solid #FFFFFF;
  box-shadow: inset -2px -3px 4px 0 #F89898, inset 3px 3px 5px 0 rgba(3, 3, 3, 0.3);
}
@media (max-width: 768px) {
  .more_agenda-head-swiper .swiper-slide.selected .agenda-day {
    color: #ED2933;
    border-color: transparent;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
  }
}
.more_agenda-head-swiper .swiper-slide.selected .agenda-day b {
  color: #fff;
}
@media (max-width: 768px) {
  .more_agenda-head-swiper .swiper-slide.selected .agenda-day b {
    color: #ED2933;
  }
}
@media (max-width: 768px) {
  .more_agenda-head-swiper {
    padding: 0 5px;
  }
}
.agenda-day {
  width: 140px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: #EFF4F8;
  border: 1px solid #D8E0EA;
  box-shadow: 3px 3px 5px 0 rgba(110, 127, 147, 0.34), -2px -2px 5px 2px #FFFFFF;
  border-radius: 19px;
  transition: all 0.3s;
  font-size: 12px;
  color: #000000;
  letter-spacing: 1px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .agenda-day {
    width: 72px;
    border-color: transparent;
    box-shadow: none;
    border-radius: 0;
  }
}
.agenda-day b {
  transition: all 0.3s;
  color: #333;
  font-weight: bold;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .agenda-day b {
    margin-right: 4px;
  }
}
@media (min-width: 769px) {
  .agenda-day:hover {
    background: #BFC7D0;
    color: #fff;
    box-shadow: inset 3px 3px 5px 0 rgba(129, 134, 143, 0.61);
  }
  .agenda-day:hover b {
    color: #fff;
  }
}
.more_agenda-tab-cont {
  margin-top: 29px;
}
.more_agenda-table {
  display: none;
}
.more_agenda-table-head {
  display: table;
  margin-bottom: 30px;
  height: 16px;
  width: 100%;
}
@media (max-width: 768px) {
  .more_agenda-table-head {
    display: none;
  }
}
.table-body-item {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
.table-body-item:nth-last-child(1) {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .table-body-item {
    display: block;
    padding: 25px 20px 20px;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 0;
  }
  .table-body-item:nth-child(odd) {
    background-color: rgba(255, 255, 255, 0.8);
  }
}
.table-head-time,
.table-head-cont,
.table-head-type,
.table-body-time,
.table-body-cont,
.table-body-type {
  display: table-cell;
}
@media (max-width: 768px) {
  .table-head-time,
  .table-head-cont,
  .table-head-type,
  .table-body-time,
  .table-body-cont,
  .table-body-type {
    display: block;
  }
}
.table-head-time,
.table-head-type,
.table-head-cont {
  font-size: 12px;
  color: #666666;
  letter-spacing: 1px;
  line-height: 16px;
  height: 16px;
  border-left: 1px solid #666666;
  padding-left: 7px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .table-head-time,
  .table-head-type,
  .table-head-cont {
    color: #333;
    border: none;
  }
}
.table-head-time,
.table-body-time {
  width: 171px;
}
@media (max-width: 768px) {
  .table-head-time,
  .table-body-time {
    width: 100%;
  }
}
.table-head-type,
.table-body-type {
  width: 70px;
}
@media (max-width: 768px) {
  .table-head-type,
  .table-body-type {
    width: auto;
    position: absolute;
    background: #F1F5F8;
    border: 1px solid #FFFFFF;
    box-shadow: 1px 1px 5px 0 rgba(110, 127, 147, 0.22), -3px -1px 5px 2px rgba(255, 255, 255, 0.78);
    border-radius: 6px;
    right: 20px;
    top: 20px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 16px;
  }
}
.table-head-cont,
.table-body-cont {
  width: calc(100% - 241px);
}
@media (max-width: 768px) {
  .table-head-cont,
  .table-body-cont {
    width: 100%;
    font-size: 14px;
    line-height: 19px;
    margin-top: 20px;
  }
}
.more_agenda-table-body {
  font-size: 14px;
  color: #333333;
  letter-spacing: 1px;
  line-height: 19px;
}
.more_agenda-table-body a {
  color: #333333;
}
@media (max-width: 768px) {
  .more_agenda-table-body {
    margin-top: 20px;
  }
}
.table-body-cont:hover a {
  font-weight: bold;
  text-decoration: underline;
}
.more_agenda-more-btn {
  text-align: center;
  margin-top: 35px;
}
@media (max-width: 768px) {
  .more_agenda-more-btn {
    margin-top: 40px;
  }
}
.more_agenda-more-btn a {
  font-size: 12px;
  color: #666666;
  letter-spacing: 1px;
  line-height: 18px;
  display: inline-block;
  vertical-align: top;
}
.more_agenda-more-btn a i {
  margin-left: 6px;
}
.more_agenda-more-btn a:hover {
  color: #C7000B;
  text-decoration: underline;
}
.more_agenda-more-btn a:hover i {
  background-image: url('../images/home/icon-more-red.png');
}
@media (max-width: 768px) {
  .more_agenda-more-btn a {
    color: #333;
  }
}
.section-advert {
  margin: 0 -5px;
}
@media (max-width: 768px) {
  .section-advert {
    margin: 0 -6px;
  }
}
.section-advert-table {
  display: table;
  width: 100%;
}
@media (max-width: 768px) {
  .section-advert-table {
    margin: 0;
    display: block;
  }
}
.section-advert-table .advert-table-left {
  display: table-cell;
  width: 52%;
  vertical-align: top;
}
@media (max-width: 768px) {
  .section-advert-table .advert-table-left {
    width: 100%;
    display: block;
  }
}
.section-advert-table .advert-table-right {
  display: table-cell;
  width: 48%;
  vertical-align: top;
}
@media (max-width: 768px) {
  .section-advert-table .advert-table-right {
    margin-top: 12px;
    width: 100%;
    display: block;
  }
}
.section-advert-table .table-right-row {
  display: table-row;
  width: 100%;
}
@media (max-width: 768px) {
  .section-advert-table .table-right-row {
    width: 100%;
    display: flex;
  }
}
.section-advert-table .table-right-row:nth-child(1) .advert-imgbox {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .section-advert-table .table-right-row:nth-child(1) .advert-imgbox {
    margin-bottom: 12px;
  }
}
.section-advert-table .table-right-item {
  display: table-cell;
  width: 50%;
}
@media (max-width: 768px) {
  .section-advert-table .table-right-item {
    display: block;
  }
}
.section-advert-table .advert-imgbox {
  display: block;
  padding: 0 5px;
  position: relative;
}
@media (max-width: 768px) {
  .section-advert-table .advert-imgbox {
    padding: 0 6px;
  }
}
.section-advert-table .advert-imgbox .advert-tag {
  position: absolute;
  left: 10px;
  bottom: 5px;
  opacity: 0.67;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  width: 36px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 10px;
  color: #333333;
  letter-spacing: 0;
}
.section-advert-table img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-module {
  /*margin-bottom: 110px;*/
  padding-bottom: 110px;
    background: #EFF4F8;
}
@media (max-width: 768px) {
  .section-module {
    margin-bottom: 80px;
  }
}
/* 大会议程 结束*/
/* 线上展厅 开始*/
.section-online {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.section-online img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.section-online .section-online-link {
  font-size: 0;
  line-height: 16px;
  margin-top: 25px;
}
.section-online .section-online-link span {
  font-size: 12px;
  color: #ED2933;
  display: inline-block;
  vertical-align: top;
  margin: 0 9px;
}
.section-online .section-online-link:hover a span {
  text-decoration: underline;
}
.section-online .section-online-cont {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.section-online .section-online-cont h2 {
  font-weight: bold;
  font-size: 28px;
  color: #213149;
  letter-spacing: 0;
  text-align: center;
  line-height: 37px;
  margin-bottom: 16px;
}
.section-online .section-online-cont p {
  font-size: 16px;
  color: #333333;
  letter-spacing: 1px;
  text-align: center;
  line-height: 21px;
}
/* 线上展厅 结束*/
/* 在线直播 开始*/
.common-title-img_live {
  position: absolute;
  left: 100%;
  top: -13px;
  height: 66px;
  left: 8px;
}
@media (max-width: 768px) {
  .common-title-img_live {
    height: 43px;
    top: -6px;
    left: 1px;
  }
}
.live-more-btn {
  margin-top: 15px;
  width: 100%;
  text-align: center;
  z-index: 3;
}
.live-more-btn a {
  font-size: 12px;
  color: #333;
  letter-spacing: 1px;
  line-height: 18px;
  display: inline-block;
  vertical-align: top;
}
.live-more-btn a i {
  margin-left: 6px;
}
@media (min-width: 769px) {
  .live-more-btn a:hover {
    color: #C7000B;
    text-decoration: underline;
  }
  .live-more-btn a:hover i {
    background-image: url('../images/home/icon-more-red.png');
  }
}
.section-live {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .section-live {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.section-live-table:after {
  content: '';
  display: table;
  clear: both;
}
.live-table-left {
  float: left;
  width: 250px;
}
@media (max-width: 768px) {
  .live-table-left {
    float: none;
    width: 100%;
  }
}
.live-table-right {
  margin-left: 280px;
}
@media (max-width: 768px) {
  .live-table-right {
    margin-left: 0;
    float: none;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    margin-top: 10px;
  }
}
.live-left-info {
  font-size: 14px;
  color: #666666;
  letter-spacing: 1px;
  line-height: 19px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .live-left-info {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .live-left-menu {
    overflow: hidden;
    overflow-x: auto;
  }
}
@media (max-width: 768px) {
  .live-left-menu ul {
    white-space: nowrap;
    font-size: 0;
    padding: 0 20px;
    text-align: left;
    position: relative;
    display: block;
    width: 708px;
  }
  .live-left-menu ul::after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 2px;
    height: 2px;
    width: 100%;
    background-color: #D4DAE1;
  }
}
.live-left-menu li {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .live-left-menu li {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
  }
}
.live-left-menu li a {
  font-size: 16px;
  color: #333333;
  letter-spacing: 1px;
  line-height: 21px;
}
.live-left-menu li a:hover {
  font-weight: bold;
}
.live-left-menu li.active {
  position: relative;
  text-indent: 26px;
}
@media (max-width: 768px) {
  .live-left-menu li.active {
    text-indent: 0;
  }
}
.live-left-menu li.active a {
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .live-left-menu li.active a {
    font-size: 16px;
    line-height: 21px;
    position: relative;
  }
  .live-left-menu li.active a::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 100%;
    height: 2px;
    transform: translateX(-50%);
    border-radius: 2.5px;
    background: #FD666C;
  }
}
.live-left-menu li.active:before {
  content: '';
  position: absolute;
  left: 0;
  width: 16px;
  height: 5px;
  background: #FD666C;
  border-radius: 2.5px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .live-left-menu li.active:before {
    display: none;
  }
}
.live-table-right_block {
  padding-top: 58%;
  position: relative;
}
@media (max-width: 768px) {
  .live-table-right_block {
    padding: 0;
  }
}
.live-change {
  margin-top: 19px;
  text-align: center;
  font-size: 12px;
  color: #748B9A;
  letter-spacing: 0;
  line-height: 16px;
  text-decoration: underline;
}
.live-change i {
  margin-right: 6px;
}
.live-change a {
  color: #748B9A;
}
.live-table-box {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  display: none;
}
@media (max-width: 768px) {
  .live-table-box {
    position: relative;
  }
}
.live-table-box.active {
  display: flex;
}
@media (max-width: 768px) {
  .live-table-box.active {
    display: block;
  }
}
.live-table-box.live-col-1 .live-box-item {
  background-size: cover;
}
.live-table-box.live-col-1 .live-box-item .live-box-item_info {
  display: none;
}
@media (max-width: 768px) {
  .live-table-box.live-col-1 .live-box-item .live-box-item_info {
    display: flex;
  }
}
.live-table-box.live-col-1 .live-box-item:before {
  display: none;
}
@media (max-width: 768px) {
  .live-table-box.live-col-1 .live-box-item:before {
    display: block;
    height: calc(100% - 45px);
    background-size: 100%;
  }
}
.live-table-box.live-col-1 .live-box-item:after {
  position: absolute;
  right: 0;
  left: auto;
  bottom: 0;
  width: 38.78%;
  height: 100%;
  background: inherit;
  background-size: inherit;
  background-position: right top;
  filter: blur(4px);
}
@media (max-width: 768px) {
  .live-table-box.live-col-1 .live-box-item:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.18);
    background-position: 0 0;
  }
}
.live-table-box .live-box-item {
  flex: 1;
  overflow: hidden;
  transition: 0.3s;
  line-height: 0;
  position: relative;
  background-size: auto 100%;
}
@media (max-width: 768px) {
  .live-table-box .live-box-item {
    padding-top: 56.12%;
    margin-bottom: 20px;
  }
}
.live-table-box .live-box-item img {
  width: 200%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.5s;
}
.live-table-box .live-box-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 87%;
  background-color: rgba(0, 0, 0, 0.18);
  background: inherit;
  background-size: auto 114.9425%;
  z-index: 2;
}
@media (max-width: 768px) {
  .live-table-box .live-box-item:before {
    height: calc(100% - 45px);
    background-size: 100%;
  }
}
.live-table-box .live-box-item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.18);
  background: inherit;
  background-size: inherit;
  filter: blur(4px);
}
.live-table-box .live-box-item .live-play {
  outline: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 0;
  background: #FFFFFF;
  box-shadow: 0 5px 12px 0 rgba(22, 22, 22, 0.27);
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -1px;
}
.live-table-box .live-box-item .live-play i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  border-width: 3px 6px;
  margin-left: 4px;
  border-color: transparent transparent transparent #333;
}
@media (max-width: 768px) {
  .live-table-box .live-box-item .live-link-mobile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-image: url('../images/home/icon-playbtn-w.png');
    background-size: 90px 90px;
    background-position: center center;
    background-repeat: no-repeat;
  }
}
.live-table-box .live-box-item .live-box-item_info_2 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 38.78%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.18);
  z-index: 2;
}
.live-table-box .live-box-item .live-box-item_info_2 .live-box-desc {
  position: absolute;
  bottom: 19px;
  left: 0;
  display: block;
}
.live-table-box .live-box-item .live-box-item_info_2 .live-box-desc a {
  margin-top: 23px;
}
.live-table-box .live-box-item .live-box-item_info_2 .live-box-desc a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .live-table-box .live-box-item .live-box-item_info_2 {
    display: none;
  }
}
.live-table-box .live-box-item .live-box-item_info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 56px;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.18);
  display: flex;
  align-items: center;
  transition: all 0.2s;
}
@media (max-width: 768px) {
  .live-table-box .live-box-item .live-box-item_info {
    height: 45px;
  }
}
.live-table-box .live-box-item div p {
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 1px;
  line-height: 1.5;
  text-indent: 9px;
}
@media (max-width: 768px) {
  .live-table-box .live-box-item div p {
    color: #FFFFFF;
    letter-spacing: 0.5px;
    text-indent: 15px;
  }
}
.live-table-box .live-box-item div .live-box-desc {
  display: none;
}
.live-table-box .live-box-item div .live-box-desc h3 {
  color: #fff;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 1px;
  padding-top: 16px;
  padding-left: 20px;
  line-height: 24px;
  max-width: 240px;
}
.live-table-box .live-box-item div .live-box-desc a {
  display: block;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 1px;
  line-height: 18px;
  padding-left: 20px;
  line-height: 30px;
}
.live-table-box .live-box-item div .live-box-desc a span {
  display: inline-block;
  vertical-align: middle;
}
.live-table-box .live-box-item div .live-box-desc a:hover {
  text-decoration: underline;
}
.live-table-box .live-box-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.live-table-box .live-box-wrap > img {
  height: 90%;
}
@media (min-width: 769px) {
  .live-table-box .live-box-item:hover {
    flex: 1 1 27.5%;
    background-size: 100% 100%;
    background-size: cover;
  }
  .live-table-box .live-box-item:hover:before {
    height: 60.4%;
    background-size: auto 165.5629%;
  }
  .live-table-box .live-box-item:hover .live-box-item_info {
    height: 39.6%;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
  }
  .live-table-box .live-box-item:hover .live-box-item_info .live-box-desc {
    padding-bottom: 20px;
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  .live-table-box .live-box-item:hover .live-box-item_info > p {
    display: none;
  }
  .live-table-box .live-box-item:hover img {
    width: 100%;
    height: 100%;
  }
}
/* 在线直播 结束*/
/* 热门话题 开始*/
.section-topic .topic-wrapper {
  display: flex;
}
@media (max-width: 768px) {
  .section-topic .topic-wrapper {
    display: block;
  }
}
.section-topic .topic-left {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  box-sizing: border-box;
  padding-right: 26px;
  padding-top: 40px;
}
@media (max-width: 768px) {
  .section-topic .topic-left {
    width: 100%;
    padding-right: 0;
    padding-top: 40px;
  }
  .section-topic .topic-left ul {
    display: flex;
    background: #EFF4F8;
    border: 1px solid #E4EAF0;
    box-shadow: 4px 3px 15px 0 rgba(110, 127, 147, 0.25), -1px -1px 7px 3px #FFFFFF;
    border-radius: 10px;
    padding: 0 10px;
    align-items: center;
    box-sizing: border-box;
    height: 68px;
  }
}
.section-topic .topic-left li {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .section-topic .topic-left li {
    margin-top: 0;
    flex: 1;
  }
}
.section-topic .topic-left li h3 {
  font-size: 22px;
  color: #333333;
  letter-spacing: 1px;
  line-height: 29px;
  cursor: pointer;
}
.section-topic .topic-left li h3 i {
  margin-left: 12px;
}
@media (max-width: 768px) {
  .section-topic .topic-left li h3 {
    font-size: 16px;
    line-height: 21px;
    text-align: center;
  }
  .section-topic .topic-left li h3 i {
    display: none!important;
  }
}
.section-topic .topic-left li p {
  display: none;
  margin-bottom: 20px;
  margin-top: 10px;
  line-height: 19px;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.88px;
}
@media (max-width: 768px) {
  .section-topic .topic-left li p {
    display: none!important;
  }
}
.section-topic .topic-left li.active h3 {
  font-weight: bold;
}
@media (max-width: 768px) {
  .section-topic .topic-left li.active h3 {
    color: #C7000B;
  }
}
.section-topic .topic-left li.active h3 i {
  display: none;
}
.section-topic .topic-left li.active p {
  display: block;
}
.section-topic .topic-left .topic-left-desc-mobile {
  font-size: 14px;
  color: #333333;
  letter-spacing: 1px;
  margin: 20px 0;
  line-height: 19px;
}
.section-topic .topic-right {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 300px);
}
@media (max-width: 768px) {
  .section-topic .topic-right {
    display: block;
    width: 100%;
  }
}
.section-topic .topic-right-container {
  padding-top: 60%;
  position: relative;
  transform: translateY(-40px);
}
@media (max-width: 768px) {
  .section-topic .topic-right-container {
    padding-top: 166.567%;
  }
}
.section-topic .topic-right-container li {
  position: absolute;
  width: 17.3%;
  max-width: 128px;
  top: 50%;
  left: 50%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container li {
    width: 26.8%;
    max-width: 500px;
  }
}
.section-topic .topic-right-container li .topic-scale-cont {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 190%;
  height: 226%;
  border-radius: 50%;
  display: none;
  transform-origin: center center;
  transform: translate(-50%, -50%) scale(0.4424);
}
.section-topic .topic-right-container li .topic-scale-cont h5 {
  font-size: 22px;
  color: #000000;
  letter-spacing: 0.85px;
  text-align: center;
  line-height: 29px;
}
.section-topic .topic-right-container li .topic-scale-cont p {
  margin-top: 20px;
  line-height: 16px;
  font-size: 12px;
  color: #666666;
  letter-spacing: 1px;
  max-height: 80px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  align-self: center;
}
@media (max-width: 1200px) {
  .section-topic .topic-right-container li .topic-scale-cont p {
    max-height: 48px;
    -webkit-line-clamp: 3;
  }
}
.section-topic .topic-right-container li .topic-scale-cont .topic-view-more {
  margin-top: 30px;
  font-size: 12px;
  color: #C7000B;
  letter-spacing: 1px;
  line-height: 18px;
  display: block;
  text-align: center;
  text-decoration: underline;
}
.section-topic .topic-right-container li .topic-scale-cont .topic-view-more i {
  margin-left: 6px;
}
.section-topic .topic-right-container li .topic-circle {
  display: block;
  padding-top: 100%;
  position: relative;
  transition: all 0.3s;
  transform-origin: center center;
}
@media (min-width: 769px) {
  .section-topic .topic-right-container li .topic-circle.will-enlarge:hover {
    transform: scale(2.26);
    z-index: 10;
  }
  .section-topic .topic-right-container li .topic-circle.will-enlarge:hover .topic-scale-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .section-topic .topic-right-container li .topic-circle.will-enlarge:hover .topic-circle-block {
    border: none;
    background-image: url('https://www.i9935.com/template/Home/Shiwaic1/PC/Static/img/images/topic-bg.png');
    background-size: 100% 100%;
  }
  .section-topic .topic-right-container li .topic-circle.will-enlarge:hover .topic-circle-block span {
    display: none;
  }
}
.section-topic .topic-right-container li .topic-circle-block {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  box-sizing: border-box;
  background-image: linear-gradient(-36deg, #F9FBFC 12%, #F1F4F6 52%, #D6DCE1 96%);
  border: 2px solid #FFFFFF;
  box-shadow: 3px 3px 7px 2px rgba(110, 127, 147, 0.22), -4px -1px 5px 2px rgba(255, 255, 255, 0.78);
}
.section-topic .topic-right-container li .topic-circle-block span {
  font-size: 16px;
  color: #333333;
  letter-spacing: 1px;
  line-height: 21px;
}
@media (max-width: 1200px) {
  .section-topic .topic-right-container li .topic-circle-block span {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .section-topic .topic-right-container li .topic-circle-block span {
    font-size: 16px;
    display: block;
    max-width: 80%;
    text-align: center;
  }
}
.section-topic .topic-right-container .topic-right-box {
  display: none;
}
.section-topic .topic-right-container .topic-right-box.active {
  display: block;
}
.section-topic .topic-right-container .topic-box-1 li:nth-child(1) {
  left: 2%;
  top: 26%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-1 li:nth-child(1) {
    left: 2%;
    top: 21%;
  }
}
.section-topic .topic-right-container .topic-box-1 li:nth-child(2) {
  left: 0;
  top: 64%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-1 li:nth-child(2) {
    left: 0;
    top: 52%;
  }
}
.section-topic .topic-right-container .topic-box-1 li:nth-child(3) {
  left: 23%;
  top: 0;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-1 li:nth-child(3) {
    left: 23%;
    top: 10%;
  }
}
.section-topic .topic-right-container .topic-box-1 li:nth-child(4) {
  left: 18%;
  top: 46%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-1 li:nth-child(4) {
    left: 11%;
    top: 37%;
  }
}
.section-topic .topic-right-container .topic-box-1 li:nth-child(5) {
  left: 16%;
  top: 75%;
}
.section-topic .topic-right-container .topic-box-1 li:nth-child(6) {
  left: 35%;
  top: 27%;
}
.section-topic .topic-right-container .topic-box-1 li:nth-child(7) {
  left: 41%;
  top: 54%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-1 li:nth-child(7) {
    left: 30%;
  }
}
.section-topic .topic-right-container .topic-box-1 li:nth-child(8) {
  left: 58%;
  top: 13%;
}
.section-topic .topic-right-container .topic-box-1 li:nth-child(9) {
  left: 59%;
  top: 43%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-1 li:nth-child(9) {
    top: 49%;
  }
}
.section-topic .topic-right-container .topic-box-1 li:nth-child(10) {
  left: 61%;
  top: 73%;
}
.section-topic .topic-right-container .topic-box-1 li:nth-child(11) {
  left: 77%;
  top: 33%;
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(1) {
  left: 0%;
  top: -5%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-2 li:nth-child(1) {
    top: 10%;
  }
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(2) {
  left: 5%;
  top: 30%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-2 li:nth-child(2) {
    left: 1%;
  }
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(3) {
  left: 0;
  top: 70%;
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(4) {
  left: 23%;
  top: 9%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-2 li:nth-child(4) {
    left: 29%;
  }
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(5) {
  left: 17%;
  top: 56%;
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(6) {
  left: 31%;
  top: 37%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-2 li:nth-child(6) {
    left: 29%;
  }
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(7) {
  left: 35%;
  top: 73%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-2 li:nth-child(7) {
    left: 29%;
  }
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(8) {
  left: 44%;
  top: 13%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-2 li:nth-child(8) {
    top: 20%;
    left: 50%;
  }
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(9) {
  left: 48%;
  top: 50%;
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(10) {
  left: 60%;
  top: 1%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-2 li:nth-child(10) {
    top: 90%;
  }
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(11) {
  left: 64%;
  top: 35%;
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(12) {
  left: 67%;
  top: 70%;
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(13) {
  left: 81%;
  top: 20%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-2 li:nth-child(13) {
    top: 87%;
    left: 10%;
  }
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(14) {
  left: 83%;
  top: 52%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-2 li:nth-child(14) {
    left: 76%;
  }
}
.section-topic .topic-right-container .topic-box-3 li:nth-child(1) {
  left: 0%;
  top: -5%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-3 li:nth-child(1) {
    top: 5%;
  }
}
.section-topic .topic-right-container .topic-box-3 li:nth-child(2) {
  left: 5%;
  top: 30%;
}
.section-topic .topic-right-container .topic-box-3 li:nth-child(3) {
  left: 5%;
  top: 70%;
}
.section-topic .topic-right-container .topic-box-3 li:nth-child(4) {
  left: 26%;
  top: 13%;
}
.section-topic .topic-right-container .topic-box-3 li:nth-child(5) {
  left: 22%;
  top: 56%;
}
.section-topic .topic-right-container .topic-box-3 li:nth-child(6) {
  left: 43%;
  top: 3%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-3 li:nth-child(6) {
    left: 63%;
    top: 10%;
  }
}
.section-topic .topic-right-container .topic-box-3 li:nth-child(7) {
  left: 44%;
  top: 36%;
}
.section-topic .topic-right-container .topic-box-3 li:nth-child(8) {
  left: 46%;
  top: 68%;
}
.section-topic .topic-right-container .topic-box-3 li:nth-child(9) {
  left: 72%;
  top: 10%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-3 li:nth-child(9) {
    top: 30%;
  }
}
.section-topic .topic-right-container .topic-box-3 li:nth-child(10) {
  left: 63%;
  top: 50%;
}
.topic-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.8);
  transition: opacity 0.2s;
  opacity: 1;
  visibility: hidden;
}
.topic-popup.active {
  z-index: 999;
  visibility: visible;
  height: 100%;
  opacity: 1;
  transform: translateY(0);
}
.topic-popup.active .topic-popup-container {
  transform: translate(-50%, -50%);
}
.topic-popup .topic-popup-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  background-image: url('../images/home/topic-bg.png');
  background-size: 100% 100%;
  width: 267px;
  height: 267px;
  transition: transform 0.2s;
}
.topic-popup .topic-popup-container .topic-popup-close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.topic-popup .topic-popup-container .topic-popup-close i {
  width: 15px;
  height: 15px;
}
.topic-popup .topic-popup-container .topic-popup-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.topic-popup .topic-popup-container .topic-scale-cont {
  max-width: 212px;
}
.topic-popup .topic-popup-container .topic-scale-cont h5 {
  font-size: 16px;
  color: #000000;
  letter-spacing: 0.62px;
  text-align: center;
  line-height: 21px;
}
.topic-popup .topic-popup-container .topic-scale-cont p {
  margin-top: 20px;
  font-size: 12px;
  line-height: 16px;
  color: #666666;
  letter-spacing: 1px;
  max-height: 80px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.topic-popup .topic-popup-container .topic-scale-cont .topic-view-more {
  margin-top: 30px;
  font-size: 12px;
  color: #C7000B;
  letter-spacing: 1px;
  line-height: 18px;
  display: block;
  text-align: center;
  text-decoration: underline;
}
.topic-popup .topic-popup-container .topic-scale-cont .topic-view-more i {
  margin-left: 6px;
}
.is-en .section-topic .topic-left li h3,
.is-en .section-topic .topic-left li p,
.is-en .section-topic .topic-left .topic-left-desc-mobile,
.is-en .topic-popup .topic-popup-container .topic-scale-cont h5,
.is-en .topic-popup .topic-popup-container .topic-scale-cont p,
.is-en .topic-popup .topic-popup-container .topic-scale-cont .topic-view-more,
.is-en .section-topic .topic-right-container li .topic-scale-cont h5,
.is-en .section-topic .topic-right-container li .topic-scale-cont p {
  letter-spacing: 0;
}
.is-en .section-topic .topic-right-container li .topic-scale-cont h5 {
  max-width: 84%;
  margin: 0 auto;
}
.is-en .section-topic .topic-right-container li .topic-circle-block span {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .is-en .section-topic .topic-right-container li .topic-circle-block span {
    font-size: 12px;
    line-height: 16px;
  }
}
/* 20210827修改 start*/
.section-topic .topic-right-container li {
  width: 19.3%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container li {
    width: 31%;
  }
  .section-topic .topic-right-container li .topic-circle-block span {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 768px) {
  .section-topic .topic-right-container {
    padding-top: 193.731%;
  }
}
.section-topic .topic-right-container li .topic-circle-block span {
  margin-top: 2px;
  margin-left: 2px;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-1 li {
    width: 28%;
  }
}
.section-topic .topic-right-container .topic-box-1 li:nth-child(1) {
  left: 3%;
  top: 28%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-1 li:nth-child(1) {
    left: 17%;
    top: 20%;
  }
}
.section-topic .topic-right-container .topic-box-1 li:nth-child(2) {
  left: 7%;
  top: 68%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-1 li:nth-child(2) {
    left: 3%;
    top: 36%;
  }
}
.section-topic .topic-right-container .topic-box-1 li:nth-child(3) {
  left: 22%;
  top: 10%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-1 li:nth-child(3) {
    left: 27%;
    top: 46%;
  }
}
.section-topic .topic-right-container .topic-box-1 li:nth-child(4) {
  left: 39%;
  top: 65%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-1 li:nth-child(4) {
    left: 8%;
    top: 61%;
  }
}
.section-topic .topic-right-container .topic-box-1 li:nth-child(5) {
  left: 43%;
  top: 27%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-1 li:nth-child(5) {
    left: 60%;
    top: 14%;
  }
}
.section-topic .topic-right-container .topic-box-1 li:nth-child(6) {
  left: 65%;
  top: 18%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-1 li:nth-child(6) {
    left: 50%;
    top: 30%;
  }
}
.section-topic .topic-right-container .topic-box-1 li:nth-child(7) {
  left: 64%;
  top: 52%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-1 li:nth-child(7) {
    left: 64%;
    top: 45%;
  }
}
.section-topic .topic-right-container .topic-box-1 li:nth-child(8) {
  left: 86%;
  top: 46%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-1 li:nth-child(8) {
    left: 48%;
    top: 58%;
  }
}
.section-topic .topic-right-container .topic-box-1 li:nth-child(9) {
  left: 7%;
  top: -6%;
  width: 13.6%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-1 li:nth-child(9) {
    width: 11%;
    top: 15%;
  }
}
.section-topic .topic-right-container .topic-box-1 li:nth-child(10) {
  left: 22%;
  top: 44%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-1 li:nth-child(10) {
    top: 52%;
    left: 1%;
    width: 14.7%;
  }
}
.section-topic .topic-right-container .topic-box-1 li:nth-child(11) {
  left: 53%;
  top: 7%;
  width: 12.1%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-1 li:nth-child(11) {
    width: 17.4%;
    top: 35%;
    left: 32%;
  }
}
.section-topic .topic-right-container .topic-box-1 li:nth-child(12) {
  left: 57%;
  top: 83%;
  width: 12.1%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-1 li:nth-child(12) {
    width: 14.7%;
    top: 29%;
    left: 80%;
  }
}
.section-topic .topic-right-container .topic-box-1 li:nth-child(13) {
  left: 78%;
  top: 77%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-1 li:nth-child(13) {
    width: 18.89%;
    top: 73%;
    left: 38%;
  }
}
.section-topic .topic-right-container .topic-box-1 li:nth-child(14) {
  left: 86%;
  top: 0%;
  width: 12.1%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-1 li:nth-child(14) {
    display: none;
  }
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-2 li {
    width: 29.25%;
  }
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(1) {
  left: 0%;
  top: 2%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-2 li:nth-child(1) {
    top: 10%;
  }
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(2) {
  left: 5%;
  top: 34%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-2 li:nth-child(2) {
    left: 15%;
    top: 24%;
  }
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(3) {
  left: -1%;
  top: 83%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-2 li:nth-child(3) {
    left: 4%;
    top: 39%;
  }
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(4) {
  left: 18%;
  top: 12%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-2 li:nth-child(4) {
    left: 9%;
    top: 55%;
  }
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(5) {
  left: 14%;
  top: 62%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-2 li:nth-child(5) {
    left: 0%;
    top: 75%;
  }
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(6) {
  left: 33%;
  top: -8%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-2 li:nth-child(6) {
    left: 38%;
    top: 13%;
  }
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(7) {
  left: 28%;
  top: 39%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-2 li:nth-child(7) {
    left: 44%;
    top: 30.5%;
  }
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(8) {
  left: 48%;
  top: 13%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-2 li:nth-child(8) {
    left: 35%;
    top: 46%;
  }
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(9) {
  left: 46%;
  top: 50%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-2 li:nth-child(9) {
    left: 37%;
    top: 67%;
  }
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(10) {
  left: 37%;
  top: 79%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-2 li:nth-child(10) {
    left: 29%;
    top: 83%;
  }
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(11) {
  left: 67%;
  top: 3%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-2 li:nth-child(11) {
    left: 68%;
    top: 7%;
  }
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(12) {
  left: 63%;
  top: 35%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-2 li:nth-child(12) {
    left: 73%;
    top: 37%;
  }
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(13) {
  left: 66%;
  top: 75%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-2 li:nth-child(13) {
    left: 64%;
    top: 53%;
  }
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(14) {
  left: 85%;
  top: 21%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-2 li:nth-child(14) {
    left: 68%;
    top: 71%;
  }
}
.section-topic .topic-right-container .topic-box-2 li:nth-child(15) {
  left: 80%;
  top: 52%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-2 li:nth-child(15) {
    left: 59%;
    top: 87%;
  }
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-3 li {
    width: 29.25%;
  }
}
.section-topic .topic-right-container .topic-box-3 li:nth-child(1) {
  left: 5%;
  top: 30%;
}
.section-topic .topic-right-container .topic-box-3 li:nth-child(4) {
  left: 22%;
  top: 56%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-3 li:nth-child(4) {
    left: 20%;
    top: 64%;
  }
}
.section-topic .topic-right-container .topic-box-3 li:nth-child(8) {
  left: 72%;
  top: 10%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-3 li:nth-child(8) {
    width: 28%;
    left: 65%;
    top: 70%;
  }
}
.section-topic .topic-right-container .topic-box-3 li:nth-child(2) {
  width: 9.65%;
  left: 5%;
  top: 70%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-3 li:nth-child(2) {
    width: 16.4%;
    left: 1%;
    top: 55%;
  }
}
.section-topic .topic-right-container .topic-box-3 li:nth-child(3) {
  width: 12.11%;
  top: 28%;
  left: 26%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-3 li:nth-child(3) {
    width: 11.9%;
    left: 15%;
    top: 18%;
  }
}
.section-topic .topic-right-container .topic-box-3 li:nth-child(5) {
  top: 0;
  left: 43%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-3 li:nth-child(5) {
    left: 40%;
    top: 14%;
  }
}
.section-topic .topic-right-container .topic-box-3 li:nth-child(6) {
  width: 23.7%;
  max-width: 171px;
  top: 33%;
  left: 41%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-3 li:nth-child(6) {
    width: 16.4%;
    left: 60%;
    top: 33%;
  }
}
.section-topic .topic-right-container .topic-box-3 li:nth-child(7) {
  width: 12.11%;
  left: 53%;
  top: 75%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-3 li:nth-child(7) {
    width: 39.4%;
    left: 28%;
    top: 42%;
  }
}
.section-topic .topic-right-container .topic-box-3 li:nth-child(9) {
  left: 67%;
  top: 52%;
}
@media (max-width: 768px) {
  .section-topic .topic-right-container .topic-box-3 li:nth-child(9) {
    left: 71%;
    top: 45%;
  }
}
/* 20210827修改 end*/
/* 热门话题 结束*/
/* 合作伙伴 开始*/
@media (max-width: 768px) {
  .section-module-partner {
    margin-top: -80px;
    padding-top: 40px;
    position: relative;
  }
  .section-module-partner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 1;
    background-image: url('../images/home/section-bg.png');
    background-repeat: no-repeat;
    height: 43px;
    background-size: auto 100%;
  }
}
.section-cooperate {
  margin-top: 30px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .section-cooperate {
    margin-top: 0;
  }
}
.section-cooperate ul {
  font-size: 0;
}
@media (max-width: 768px) {
  .section-cooperate ul {
    margin-top: 10px;
  }
}
.section-cooperate ul li {
  display: inline-block;
  vertical-align: top;
  width: 16.6%;
  height: 60px;
  text-align: center;
  line-height: 60px;
  margin-bottom: 30px;
  transform-origin: center center;
  transition: transform 500ms ease-out;
}
@media (max-width: 768px) {
  .section-cooperate ul li {
    width: 33.33%;
    margin-bottom: 0;
    margin-top: 20px;
    height: auto;
    line-height: 1;
  }
}
@media (min-width: 769px) {
  .section-cooperate ul li:hover {
    transform: scale(1.1);
  }
}
.section-cooperate ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.section-cooperate ul li img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-width: 100%;
  height: 60px;
  -o-object-fit: fill;
     object-fit: fill;
}
@media (max-width: 768px) {
  .section-cooperate ul li img {
    width: 100%;
    height: auto;
  }
}
.section-cooperate-more {
  display: block;
  font-size: 12px;
  color: #556C8D;
  text-align: center;
  line-height: 18px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .section-cooperate-more {
    margin-top: 30px;
    color: #333;
  }
}
.section-cooperate-more i {
  margin-left: 6px;
}
.section-cooperate-more:hover {
  color: #C7000B;
  text-decoration: underline;
}
.section-cooperate-more:hover i {
  background-image: url('../images/home/icon-more-red.png');
}
/*20210828 合作伙伴修改 start*/
.section-cooperate-btm {
  margin-top: 30px;
  height: 24px;
  position: relative;
}
@media (max-width: 768px) {
  .section-cooperate-btm {
    height: 16px;
  }
}
.section-cooperate-btm .section-cooperate-tips {
  float: left;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
}
@media (max-width: 768px) {
  .section-cooperate-btm .section-cooperate-tips {
    font-size: 12px;
    line-height: 16px;
  }
}
.section-cooperate-btm .section-cooperate-swiper-pagination {
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  text-align: center;
  width: 100%;
  height: 100%;
}
.section-cooperate-btm .section-cooperate-swiper-pagination .swiper-pagination-bullet {
  outline: none;
  background: #3063B7;
  box-shadow: 1px 1px 2px 0px rgba(110, 127, 147, 0.22), 0px 0px 5px 0px rgba(48, 99, 183, 0.26);
  border: 1px solid #FFFFFF;
  margin: 7px 3.5px 0;
  transition: width 0.3s ease;
}
@media (max-width: 768px) {
  .section-cooperate-btm .section-cooperate-swiper-pagination .swiper-pagination-bullet {
    margin: 3px 3.5px 0;
  }
}
.section-cooperate-btm .section-cooperate-swiper-pagination .swiper-pagination-bullet-active {
  width: 25px;
  background: #ED2933;
  box-shadow: inset -2px -3px 4px 0 #F89898, inset 3px 3px 5px 0 rgba(3, 3, 3, 0.3);
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.61);
}
.section-cooperate-more {
  margin-top: 30px;
}
/*20210828 合作伙伴修改 end*/
/* 合作伙伴 结束*/
/* 地图 开始*/
.map-bg {
  height: 517px;
  position: relative;
  z-index: 3;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url('../images/home/map.png');
  background-size: auto 750px;
  background-position: center top;
  z-index: 1;
}
@media (max-width: 768px) {
  .map-bg {
    height: 100vw;
    margin-left: -20px;
    margin-right: -20px;
    background-image: url('../images/home/map-mobile.png');
    background-size: cover;
  }
}
.map-bg .map-bg-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 750px;
}
.map-bg::before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(3, 12, 57, 0.6) 0%, rgba(3, 12, 57, 0.23) 12%, rgba(3, 12, 57, 0.05) 27%, rgba(3, 12, 57, 0.02) 57%, rgba(3, 12, 57, 0.05) 69%, rgba(3, 12, 57, 0.23) 85%, rgba(3, 12, 57, 0.65) 100%);
}
@media (max-width: 768px) {
  .section-map {
    padding: 0 20px;
  }
}
.section-map.section-map-en .map-bg {
  background-image: url('../images/home/map-en.jpg');
}
@media (max-width: 768px) {
  .section-map.section-map-en .map-bg {
    background-image: url('../images/home/map-mobile-en.jpg');
  }
}
.map-container {
  max-width: 1020px;
  box-sizing: border-box;
  margin: 0 auto;
  transform: translateY(-95px);
  background: #EFF4F8;
  box-shadow: 9px 9px 15px 5px rgba(82, 95, 110, 0.11);
  border-radius: 20px;
  padding: 40px 50px 45px;
  margin-bottom: -95px;
  position: relative;
  z-index: 4;
  transition: transform 1s;
}
.map-container.active {
  transform: translateY(-370px);
  margin-bottom: -275px;
}
@media (max-width: 768px) {
  .map-container {
    transform: translateY(-60px);
    margin-bottom: -60px;
    padding: 50px 27px 40px;
  }
  .map-container.active {
    transform: translateY(-95vw);
    margin-bottom: -95vw;
  }
}
.map-container > h2 {
  font-size: 28px;
  color: #333333;
  letter-spacing: 5px;
  line-height: 37px;
  text-align: center;
}
@media (max-width: 768px) {
  .map-container > h2 {
    font-size: 20px;
    color: #333333;
    letter-spacing: 3.57px;
    line-height: 26px;
  }
}
.map-container .map-info {
  margin-top: 29px;
}
.map-container .map-info ul {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .map-container .map-info ul {
    flex-direction: column;
  }
}
.map-container .map-info ul li {
  font-size: 14px;
  color: #333333;
  letter-spacing: 3px;
  line-height: 22px;
  padding: 0 50px;
}
@media (max-width: 768px) {
  .map-container .map-info ul li {
    margin-bottom: 20px;
    padding: 0;
  }
  .map-container .map-info ul li i {
    margin: 0 8px;
  }
}
.map-container .map-info ul li:nth-child(2) {
  position: relative;
}
.map-container .map-info ul li:nth-child(2)::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 19px;
  margin-top: -10px;
  background-color: #000;
}
@media (max-width: 768px) {
  .map-container .map-info ul li:nth-child(2)::before {
    display: none;
  }
}
.map-container .map-info ul li:nth-child(2)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 19px;
  margin-top: -10px;
  background-color: #000;
}
@media (max-width: 768px) {
  .map-container .map-info ul li:nth-child(2)::after {
    display: none;
  }
}
.map-container .map-btns {
  margin-top: 35px;
  text-align: center;
}
@media (max-width: 768px) {
  .map-container .map-btns {
    margin-top: 20px;
    display: flex;
  }
}
.map-container .map-btns > a {
  display: inline-block;
  vertical-align: top;
  background: #F5F8FA;
  border: 1px solid #D8E0EA;
  box-shadow: 3px 3px 5px 0 rgba(110, 127, 147, 0.34), -2px -2px 5px 2px #FFFFFF;
  border-radius: 38px;
  width: 108px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 12px;
  color: #333333;
  letter-spacing: 1px;
  margin: 0 7.5px;
}
@media (max-width: 768px) {
  .map-container .map-btns > a {
    height: 42px;
    line-height: 42px;
    border-radius: 42px;
    width: 131px;
  }
}
@media (min-width: 769px) {
  .map-container .map-btns > a:hover {
    color: #fff;
    background: #ED2933;
    border: 1px solid #FFFFFF;
    box-shadow: inset -2px -3px 4px 0 #F89898, inset 3px 3px 5px 0 rgba(3, 3, 3, 0.3);
  }
}
/* 地图 结束*/
/* 邀请函 开始*/
.section-invitation {
  max-width: 869px;
  width: 100%;
  margin: 23px auto 0;
  height: 600px;
  cursor: pointer;
  overflow: hidden;
}
@media (max-width: 768px) {
  .section-invitation {
    height: 60vh;
  }
}
.section-invitation .invitation-wrapper {
  height: 100%;
  width: calc(100% + 20px);
  overflow: hidden;
  overflow-y: auto;
}
.section-invitation .invitation-wrapper .invitation-box ::-webkit-scrollbar {
  display: none;
}
.section-invitation .invitation-wrapper .swiper-slide {
  height: auto;
  box-sizing: border-box;
}
.section-invitation .invitation-wrapper img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
/* 邀请函 结束*/
/* 联系 开始*/
.section-connect {
  margin-top: 39px;
}
@media (max-width: 768px) {
  .section-connect {
    margin-top: 10px;
  }
}
.section-connect .section-connect-wrapper {
  margin: 0 -25px;
}
@media (max-width: 768px) {
  .section-connect .section-connect-wrapper {
    margin: 0;
  }
}
.section-connect ul {
  font-size: 0;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .section-connect ul {
    white-space: normal;
  }
}
.section-connect li {
  padding: 0 25px;
  display: inline-block;
  vertical-align: top;
  width: 25%;
  box-sizing: border-box;
  white-space: normal;
}
@media (max-width: 768px) {
  .section-connect li {
    display: block;
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
}
.section-connect li > h4 {
  font-size: 16px;
  color: #444444;
  line-height: 21px;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(68, 68, 68, 0.15);
}
@media (max-width: 768px) {
  .section-connect li > h4 {
    width: 242px;
  }
}
.section-connect li .section-connect-list {
  padding-top: 4px;
}
.section-connect li .section-connect-list p {
  margin-top: 10px;
  font-size: 12px;
  color: #333333;
  line-height: 14px;
}
.section-connect li .section-connect-list p a {
  color: #333333;
}
.section-connect li .section-connect-list p a:hover {
  text-decoration: underline;
  color: #C7000B;
}
/* 联系 结束*/
/* app扫码 开始*/
.section-app {
  margin-top: -7px;
  height: 200px;
  background-image: url('../images/home/footer-app-bg-cn.jpg');
  background-position: center top;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-color: #b1b6ba;
  position: relative;
}
.section-app .section-app-qrcode {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
}
.section-app .section-app-qrcode .app-qrcode-box {
  color: #FFFFFF;
  margin: 0 35px;
}
.section-app .section-app-qrcode .app-qrcode-box h3 {
  line-height: 24px;
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 9px;
}
.section-app .section-app-qrcode .app-qrcode-box p {
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 17px;
}
.section-app .section-app-qrcode .app-qrcode-box img {
  margin-top: 11px;
  width: 71px;
}
.section-app-mobile {
  margin-bottom: 60px;
  padding: 0 20px;
}
.section-app-mobile .section-app-item {
  position: relative;
  margin-bottom: 20px;
}
.section-app-mobile .section-app-item:nth-last-child(1) {
  margin-bottom: 0;
}
.section-app-mobile .section-app-item > img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.section-app-mobile .section-app-item .section-app-item-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 28px 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-app-mobile .section-app-item .section-app-item-box h2 {
  font-weight: bold;
  line-height: 24px;
  font-size: 18px;
  color: #FFFFFF;
}
.section-app-mobile .section-app-item .section-app-item-box p {
  margin-top: 10px;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 17px;
}
.section-app-mobile .section-app-item .section-app-item-box img {
  display: inline-block;
  vertical-align: top;
  width: 26.35%;
  flex-shrink: 0;
}
/*20210827 app二维码修改 start*/
.section-container {
  overflow: visible;
}
body {
  overflow-x: hidden;
}
.section-app {
  background-color: transparent;
  background-image: url('../images/home/footer-app-bg-cn.jpg');
}
[data-lang="en"] .section-app {
  background-image: url('../images/home/footer-app-bg-en.jpg');
}
/*20210827 app二维码修改 end*/
/* app扫码 结束*/
/* 外链部分 开始*/
.section-outlinks-box {
  margin-top: 90px;
  margin-bottom: 50px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .section-outlinks-box {
    margin-top: 60px;
  }
}
.section-outlinks-box li {
  padding: 0 22px;
  font-size: 14px;
  color: #444444;
  text-align: center;
  line-height: 21px;
  float: left;
}
@media (max-width: 768px) {
  .section-outlinks-box li {
    padding: 0;
    margin-top: 20px;
    font-size: 16px;
    margin-right: 30px;
  }
  .section-outlinks-box li:nth-child(1) {
    float: none;
    font-size: 14px;
    display: block;
    text-align: left;
    line-height: 17px;
    margin: 0;
  }
}
.section-outlinks-box li a {
  font-size: 16px;
  color: #444444;
  text-align: center;
  line-height: 21px;
  text-decoration: underline;
  font-weight: bold;
}
.section-outlinks-box li a:hover {
  color: #C7000B;
}
/* 外链部分 结束*/
/* 侧边导航 开始*/
.sidebar-nav {
  position: fixed;
  top: 50%;
  left: 0;
  z-index: 100;
  transform: translateY(-50%);
  display: none;
}
@media (max-width: 768px) {
  .sidebar-nav {
    display: none!important;
  }
}
.sidebar-nav li {
  margin-bottom: 27px;
  padding-left: 37px;
  position: relative;
}
.sidebar-nav li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 23px;
  width: 4px;
  height: 4px;
  opacity: 0.15;
  background: #32354B;
  border-radius: 50%;
  transform: translateY(-50%);
}
.sidebar-nav li a {
  opacity: 0.2;
  font-size: 12px;
  color: #32354B;
  letter-spacing: 1px;
  line-height: 18px;
  display: block;
  padding-left: 10px;
  transition: all 0.3s;
}
.sidebar-nav li a:hover {
  color: #000000;
  opacity: 1;
}
.sidebar-nav li:hover::before {
  width: 10px;
  height: 10px;
  left: 20px;
  background: #F1F5F8;
  border: 0;
  opacity: 1;
  box-shadow: 1px 1px 2px 0 rgba(110, 127, 147, 0.34), -2px -2px 5px 2px #FFFFFF;
}
.sidebar-nav li.active::before {
  width: 10px;
  height: 10px;
  left: 20px;
  background: #ED2933;
  opacity: 1;
  box-shadow: inset -1px -1px 2px 0 #F89898, inset 2px 2px 3px 0 rgba(3, 3, 3, 0.3);
}
.sidebar-nav li.active a {
  color: #C7000B;
  opacity: 1;
}
/* 侧边导航 结束*/
/* 侧边分享 开始*/
.sideber-share {
  position: fixed;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 90;
}
.sideber-share.is-open .sideber-share-visible .sideber-share-item .sideber-share-box {
  display: none;
}
.sideber-share-top,
.sideber-share-btm {
  width: 60px;
  background-image: linear-gradient(164deg, #FFFFFF 0%, #E9EDF5 49%, #FFFFFF 100%);
  box-shadow: 0 2px 7px 0 rgba(47, 65, 202, 0.25);
  border-radius: 8px;
  padding: 8px 0;
}
.sideber-share-hide {
  display: none;
  border-top: 1px solid #C6C6C6;
}
.sideber-share-top {
  margin-bottom: 10px;
}
.sideber-share-back {
  height: 6px;
  margin-top: 12px;
  cursor: pointer;
  background-image: url('../images/home/share/icon-arrow-up.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
}
.sideber-share-item {
  margin-bottom: 7px;
  position: relative;
}
.sideber-share-item.sideber-share-pointer {
  cursor: pointer;
}
.sideber-share-item p {
  line-height: 16px;
  font-size: 12px;
  color: #000000;
  text-align: center;
}
.sideber-share-item:hover p {
  font-weight: bold;
}
.sideber-share-item:hover .sideber-share-hover_box {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
  transform: translateY(0);
}
.sideber-share-hover_box {
  position: absolute;
  right: 100%;
  padding-right: 10px;
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  transform: translateY(20px);
  transition: transform 0.5s, opacity 0.5s;
  top: 0;
}
.sideber-share-hover_box.share-qrcode {
  top: -8px;
}
.sideber-share-hover_box.share-media .share-hover_box-wrapper {
  padding: 10px;
}
.sideber-share-hover_box.share-media .share-hover_box-wrapper li {
  margin-bottom: 6px;
  position: relative;
}
.sideber-share-hover_box.share-media .share-hover_box-wrapper li .media-popup {
  display: none;
  position: absolute;
  right: 100%;
  top: 0;
  padding-right: 20px;
}
.sideber-share-hover_box.share-media .share-hover_box-wrapper li .media-popup .media-popup-wrapper {
  background-color: #fff;
  padding: 5px;
  border-radius: 5px;
}
.sideber-share-hover_box.share-media .share-hover_box-wrapper li .media-popup .media-popup-wrapper img {
  width: 120px;
}
.sideber-share-hover_box.share-media .share-hover_box-wrapper li:hover .media-popup {
  display: block;
}
.sideber-share-hover_box.share-media .share-hover_box-wrapper li:nth-last-child(1) {
  margin-bottom: 0;
}
.sideber-share-hover_box .share-hover_box-wrapper {
  background: #FFFFFF;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 10px 15px 12px;
  text-align: center;
  position: relative;
}
.sideber-share-hover_box .share-hover_box-wrapper:after {
  content: '';
  position: absolute;
  right: -7px;
  top: 20px;
  width: 8px;
  height: 12px;
  background-image: url('../images/home/share/share-triangle.png');
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right top;
  z-index: 2;
}
.sideber-share-hover_box .share-hover_box-wrapper img {
  display: inline-block;
  vertical-align: top;
  width: 100px;
}
.sideber-share-hover_box .share-hover_box-wrapper h3 {
  font-size: 14px;
  color: #444444;
  line-height: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}
.sideber-share-hover_box .share-hover_box-wrapper h4 {
  font-size: 14px;
  color: #444444;
  line-height: 20px;
  margin-top: 10px;
  font-weight: bold;
}
.sideber-share-box {
  height: 36px;
  position: relative;
}
.sideber-share-box i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* 侧边分享 结束*/
.ie-tip {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F1F5F8;
  z-index: 999999;
}
.ie-tip img {
  float: left;
  width: 380px;
}
.ie-tip p {
  margin-left: 380px;
}
.live-table-right_block {
  border-radius: 10px;
  overflow: hidden;
}
.section-title {
  position: relative;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .section-title {
    margin-top: 30px;
  }
}
.section-title h4 {
  font-size: 24px;
  color: #333333;
  letter-spacing: 1px;
  line-height: 31px;
  padding-left: 0;
  position: relative;
}
.section-title h4:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 3px;
  height: 19px;
  margin-top: -9px;
  background: #FD666C;
  box-shadow: 0 2px 2px 0 #FD666C;
  border-radius: 1.5px;
  display: none;
}
@media (max-width: 768px) {
  .section-title h4:after {
    display: none;
  }
}
@media (max-width: 768px) {
  .section-title h4 {
    font-size: 18px;
    line-height: 24px;
    padding-left: 0;
  }
}
.section-title p {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  font-size: 12px;
  color: #32354B;
  letter-spacing: 0;
  line-height: 16px;
}
.section-title p i {
  margin-right: 6px;
}
.section-title p a {
  text-decoration: underline;
  color: #748B9A;
  letter-spacing: 0;
  margin-left: 15px;
}
.section-title p a:hover {
  color: #C7000B;
  text-decoration: underline;
}
/*20210830 修改锚点*/
.seat-point {
  position: relative;
  top: -90px;
}
@media (max-width: 768px) {
  .seat-point {
    top: -65px;
  }
}
/*20210831 登录修改*/
.hc-nav-right {
  width: auto;
  min-width: 100px;
}
.js-status-logout,
.hc-nav-right > a.js-status-logout {
  display: none;
}
.hc-nav-center li.nav-hidden-pc {
  display: none;
}
@media (min-width: 769px) {
  .hc-nav-center li.nav-hidden-pc {
    display: none !important;
  }
}
.hc-nav-center {
  margin: 0 120px 0 91px;
}
@media (max-width: 768px) {
  .hc-nav-center li.nav-hidden-pc {
    display: block;
  }
  .hc-nav-center li.nav-hidden-pc.js-status-logout {
    display: none;
  }
  .hc-nav-center li.nav-hidden-pc.js-status-logout.act {
    display: block;
  }
  .hc-nav-center li.nav-hidden-pc.js-status-login {
    display: none;
  }
  .hc-nav-center li.nav-hidden-pc.js-status-login.act {
    display: block;
  }
}
@media (max-width: 768px) {
  .hc-icon-button_right:hover {
    background-image: url(../images/home/icon-btn-next.png);
  }
  .hc-icon-button_left:hover {
    background-image: url(../images/home/icon-btn-prev.png);
  }
}
.hc-icon-button_left.hide-always,
.hc-icon-button_right.hide-always {
  display: none!important;
}
.live-table-box .live-box-item div p {
  text-indent: 0;
  padding: 0 9px;
  max-height: 36px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .live-table-box .live-box-item div p {
    -webkit-line-clamp: 1;
    max-height: 18px;
  }
}
.section-module.section-module-high {
  position: relative;
  z-index: 10;
}
.hc-icon-show_more {
  width: 12px;
  height: 8px;
  background-image: url('../images/home/icon-morelink.png');
  background-repeat: no-repeat;
  background-size: 100%;
  margin-top: -1px;
  transform-origin: center center;
  transform: rotate(90deg);
}
.hc-icon-show_more_up {
  width: 12px;
  height: 8px;
  background-image: url('../images/home/icon-morelink.png');
  background-repeat: no-repeat;
  background-size: 100%;
  margin-top: -1px;
  transform-origin: center center;
  transform: rotate(-90deg);
}
.hc-icon-arrow_right {
  width: 6px;
  height: 10px;
  background-image: url('../images/meeting/icon-arrow-right.png');
  background-repeat: no-repeat;
  background-size: 100%;
  margin-top: -1px;
  transform-origin: center center;
}
.hc-icon-live_play {
  width: 16px;
  height: 16px;
  background-image: url('../images/meeting/icon-live-play.png');
  background-repeat: no-repeat;
  background-size: 100%;
  margin-top: 1px;
  transform-origin: center center;
  vertical-align: top;
}
.hc-icon-middle-time {
  width: 12px;
  height: 12px;
  background-image: url('../images/meeting/icon-time.png');
  background-repeat: no-repeat;
  background-size: 100%;
  transform-origin: center center;
  vertical-align: middle;
  margin-top: -2px;
}
.hc-icon-middle-location {
  width: 12px;
  height: 14px;
  background-image: url('../images/meeting/icon-location.png');
  background-repeat: no-repeat;
  background-size: 100%;
  transform-origin: center center;
  vertical-align: middle;
}
.hc-icon-review {
  width: 18px;
  height: 18px;
  background-image: url('../images/meeting/icon-review.png');
  background-repeat: no-repeat;
  background-size: 100%;
  transform-origin: center center;
  vertical-align: middle;
  margin-top: -2px;
}
.hc-icon-more_left {
  transform-origin: center center;
  transform: rotate(180deg);
  width: 12px;
  height: 8px;
  background-image: url('../images/home/icon-more-red.png');
  background-repeat: no-repeat;
  background-size: 100%;
}
.hc-icon-more_right {
  width: 12px;
  height: 8px;
  background-image: url('../images/home/icon-more-red.png');
  background-repeat: no-repeat;
  background-size: 100%;
}
.hc-icon-more_right_white {
  width: 12px;
  height: 8px;
  background-image: url('../images/meeting/icon-arrow-right_w.png');
  background-repeat: no-repeat;
  background-size: 100%;
}
/*20210916修改 start*/
.hc-hero-swiper .swiper-slide {
  overflow: hidden;
}
.hc-hero-swiper .hc-hero-item {
  position: relative;
  z-index: 2;
}
.hero-item-container {
  max-width: 1020px;
  width: 100%;
}
@media (max-width: 768px) {
  .hero-item-container {
    box-sizing: border-box;
    padding: 68px 20px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.hc-hero-swiper .hc-hero-item.has-img-bg {
  background-image: none;
  padding: 0;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .hc-hero-swiper .hc-hero-item.has-img-bg {
    position: relative;
    text-align: center;
    padding-top: 142.93%;
  }
  .hc-hero-swiper .hc-hero-item.has-img-bg.type-2 .hero-item-left {
    position: absolute;
    top: 90px;
    left: 0;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .hc-hero-swiper .hc-hero-item.has-img-bg .hero-item-left {
    width: 51%;
    left: 20px;
    top: 10%;
    transform: none;
    margin-left: 0;
  }
  .hc-hero-swiper .hc-hero-item.has-img-bg .hero-item-container .hero-item-type2 {
    text-align: left;
  }
  .hc-hero-swiper .hc-hero-item.has-img-bg .hero-item-container .hero-item-title {
    width: 51%;
  }
  .hc-hero-swiper .hc-hero-item.has-img-bg .hero-item-container .hero-item-tips {
    padding: 0 20px;
  }
}
.hc-hero-img_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  text-align: center;
}
.hc-hero-img_bg img,
.hc-hero-img_bg picture {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  width: auto;
}
@media (max-width: 768px) {
  .hc-hero-img_bg img,
  .hc-hero-img_bg picture {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/*20210916修改 end*/
/*20210917修改 start**/
[data-lang="en"] .hc-hero-swiper .hero-item-info h2 {
  letter-spacing: 0;
  font-size: 27px;
  line-height: 32px;
}
@media (max-width: 500px) {
  [data-lang="en"] .hc-hero-swiper .hero-item-info h2 {
    font-size: 14px;
    line-height: 18px;
  }
}
[data-lang="en"] .hc-hero-swiper .hero-item-info p {
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  line-height: 30px;
}
@media (max-width: 500px) {
  [data-lang="en"] .hc-hero-swiper .hero-item-info p {
    font-size: 9px;
    line-height: 15px;
    margin-top: 3px;
  }
  [data-lang="en"] .hc-hero-swiper .hero-item-info p i {
    height: 15px;
    width: 20px;
  }
}
@media (max-width: 768px) {
  .section-meeting-advert .meeting-advert-box {
    padding-top: 41.717%;
  }
}
.section-bg {
  overflow: hidden;
}
.section-bg .section-module {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .section-bg .section-module {
    margin-bottom: 40px;
  }
}
.section-bg .section-module-calendar {
  margin-bottom: 110px;
}
@media (max-width: 768px) {
  .section-bg .section-module-calendar {
    margin-bottom: 80px;
  }
}
.section-module-high {
  padding-top: 110px;
}
@media (max-width: 768px) {
  .section-module-high {
    padding-top: 80px;
  }
}
@media (max-width: 768px) {
  .section-calendar .calendar-item-cont.scroll_bg {
    background: none;
  }
}
.highlights-module {
  padding-bottom: 110px;
}
@media (max-width: 768px) {
  .highlights-module {
    padding-bottom: 1px;
  }
}
.calendar-more-btn {
  margin-top: 25px;
  width: 100%;
  text-align: center;
  z-index: 3;
}
.calendar-more-btn a {
  font-size: 12px;
  color: #333;
  letter-spacing: 1px;
  line-height: 18px;
  display: inline-block;
  vertical-align: top;
}
.calendar-more-btn a i {
  margin-left: 6px;
}
@media (min-width: 769px) {
  .calendar-more-btn a:hover {
    color: #C7000B;
    text-decoration: underline;
  }
  .calendar-more-btn a:hover i {
    background-image: url('../images/home/icon-more-red.png');
  }
}
.section-calendar .calendar-item-cont .calendar-list-item.active .calendar-list-btns_play {
  color: #A7BAC6;
}
.section-calendar .calendar-item-cont .calendar-list-item.active .calendar-list-btns_play .hc-icon-live_play {
  background-image: url(../images/meeting/icon-live-play.png);
}
@media (min-width: 769px) {
  .section-calendar .calendar-item-cont .calendar-list-item:hover .calendar-list-btns_play {
    color: #A7BAC6;
  }
  .section-calendar .calendar-item-cont .calendar-list-item:hover .calendar-list-btns_play .hc-icon-live_play {
    background-image: url(../images/meeting/icon-live-play.png);
  }
}
.section-calendar .calendar-item-cont .calendar-list-btns {
  font-size: 0;
}
.section-calendar .calendar-item-cont .calendar-list-btns .calendar-list-btns_play {
  margin-right: 20px;
}
@media (min-width: 769px) {
  .section-calendar .calendar-item-cont .calendar-list-btns .calendar-list-btns_play:hover {
    color: #C7000B;
  }
  .section-calendar .calendar-item-cont .calendar-list-btns .calendar-list-btns_play:hover .hc-icon-live_play {
    background-image: url(../images/meeting/icon-live-play-act.png);
  }
}
@media (max-width: 768px) {
  .section-calendar .calendar-item-cont .calendar-list-btns .calendar-list-btns_play:active {
    color: #C7000B;
  }
  .section-calendar .calendar-item-cont .calendar-list-btns .calendar-list-btns_play:active .hc-icon-live_play {
    background-image: url(../images/meeting/icon-live-play-act.png);
  }
}
@media (max-width: 1500px) {
  .c-container {
    max-width: 100%;
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .hc-hero-swiper.swiper-container {
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .hero-livebox {
    bottom: 10px;
  }
}
.hero-item-livebox {
  position: relative;
}
.livebox-screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}
.hero-item-type3 {
  width: 1230px;
  text-align: left;
  padding-left: 190px;
  box-sizing: border-box;
  height: 350px;
  display: flex;
  align-items: flex-end;
}
@media (min-width: 769px) and (max-width: 1100px) {
  .hero-item-type3 {
    transform-origin: center center;
    transform: scale(0.84);
  }
}
@media (max-width: 768px) {
  .hero-item-type3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    justify-content: center;
  }
}
.hero-item-type3-btn {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  padding: 0 33px;
  min-width: 128px;
  height: 40px;
  background: #F5F8FA;
  box-shadow: -2px -2px 5px 2px #FFFFFF, 3px 3px 5px 0px rgba(110, 127, 147, 0.34);
  border-radius: 40px;
  border: 1px solid #D8E0EA;
  line-height: 40px;
  font-size: 12px;
  color: #333333;
  letter-spacing: 1px;
  text-align: center;
  transition: all 0.2s;
}
@media (min-width: 769px) {
  .hero-item-type3-btn:hover {
    color: #fff;
    background: #ED2933;
    border: 1px solid #FFFFFF;
    box-shadow: inset -2px -3px 4px 0 #f89898, inset 3px 3px 5px 0 rgba(3, 3, 3, 0.3);
  }
}
@media (width: 768px) {
  .hero-item-type3-btn {
    margin-bottom: 18%;
    min-width: 180px;
    height: 45px;
    line-height: 45px;
    border-radius: 45px;
    transform-origin: center bottom;
    transform: scale(1.2);
  }
}
@media (max-width: 600px) {
  .hero-item-type3-btn {
    min-width: 180px;
    height: 45px;
    line-height: 45px;
    border-radius: 45px;
    font-size: 14px;
    margin-bottom: 13%;
  }
}
/*20210917修改 end**/
/*20210918修改 start**/
@media (max-width: 374px) {
  .section-popup-viewpoint .viewpoint-table {
    transform-origin: center center;
    transform: scale(1);
  }
  .section-popup-viewpoint .viewpoint-video {
    position: relative;
    margin-top: 30vh;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
}
/*20210918修改 end**/
/*20210921修改 start**/
.section-calendar .calendar-item-cont .calendar-list-info p a {
  min-height: 38px;
}
.calendar-more-btn a {
  font-size: 14px;
}
@media (max-width: 768px) {
  .calendar-more-btn a {
    font-size: 12px;
  }
}
.section-bg .section-module-calendar {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .section-bg .section-module-calendar {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .c-container {
    padding: 0 20px;
  }
}
.hc-hero-swiper .hero-item-info.margin-gap-small {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .hc-hero-swiper .hero-item-info.margin-gap-small {
    margin-top: 100px;
  }
  .hc-hero-swiper .hero-item-info.margin-gap-small h2 {
    font-size: 28px;
    color: #333333;
    line-height: 37px;
    letter-spacing: 5px;
  }
  .hc-hero-swiper .hero-item-info.margin-gap-small p {
    margin-top: 5px;
    font-size: 16px;
    line-height: 30px;
  }
  .hc-hero-swiper .hero-item-info.margin-gap-small p i {
    width: 50px;
    height: 30px;
  }
}
@media (max-width: 600px) {
  .hc-hero-swiper .hero-item-info.margin-gap-small {
    margin-top: 60px;
    text-align: center;
  }
}
@media (max-width: 374px) {
  .hc-hero-swiper .hero-item-info.margin-gap-small {
    margin-top: 30px;
  }
  .hc-hero-swiper .hero-item-info.margin-gap-small p i {
    width: 30px;
  }
}
[data-lang="en"] .hc-hero-swiper .hero-item-info.margin-gap-small h2 {
  font-size: 26px;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  [data-lang="en"] .hc-hero-swiper .hero-item-info.margin-gap-small h2 {
    font-size: 24px;
  }
  [data-lang="en"] .hc-hero-swiper .hero-item-info.margin-gap-small i {
    width: 30px;
  }
}
.hero-item-countdown {
  margin-top: 25px;
}
@media (max-width: 768px) {
  .hero-item-countdown {
    max-width: 700px;
    margin-top: 40px;
  }
}
@media (max-width: 600px) {
  .hero-item-countdown {
    margin-top: 20px;
  }
}
.hero-item-countdown .countdown-title {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
}
@media (max-width: 768px) {
  .hero-item-countdown .countdown-title {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .hero-item-countdown .countdown-title {
    font-size: 14px;
    text-align: center;
  }
}
.hero-item-countdown .countdown-num {
  margin-top: 8px;
  color: #333333;
  font-size: 0;
}
@media (max-width: 600px) {
  .hero-item-countdown .countdown-num {
    text-align: center;
  }
}
.hero-item-countdown .countdown-num span {
  display: inline-block;
  vertical-align: top;
  width: 36px;
  height: 48px;
  line-height: 48px;
  background: #F5F8FA;
  box-shadow: -2px -2px 4px 2px #FFFFFF, 2px 2px 4px 0px rgba(110, 127, 147, 0.34);
  border-radius: 5px;
  border: 1px solid #D8E0EA;
  margin-right: 5px;
  font-size: 32px;
  text-align: center;
}
@media (max-width: 768px) {
  .hero-item-countdown .countdown-num span {
    font-size: 20px;
    width: 24px;
    height: 32px;
    line-height: 32px;
    margin-right: 3px;
    margin-bottom: 10px;
  }
}
.hero-item-countdown .countdown-num i {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 7px;
  margin-right: 20px;
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 768px) {
  .hero-item-countdown .countdown-num i {
    font-size: 14px;
    line-height: 19px;
    margin-left: 3px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.hero-item-countdown .countdown-num .countdown-seconds i {
  margin-right: 0!important;
}
.hc-hero-swiper .hero-btnbox {
  margin-top: 35px;
}
@media (max-width: 768px) {
  .hc-hero-swiper .hero-btnbox {
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  .hc-hero-swiper .hero-btnbox {
    margin-top: 20px;
    text-align: center;
  }
}
.hc-hero-swiper .hero-btnbox .hero-btn {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  min-width: 118px;
  line-height: 36px;
  padding: 0 33px;
  background: #F5F8FA;
  box-shadow: -2px -2px 5px 2px #FFFFFF, 3px 3px 5px 0px rgba(110, 127, 147, 0.34);
  border-radius: 38px;
  border: 1px solid #D8E0EA;
  box-sizing: border-box;
  font-size: 12px;
  color: #333333;
  transition: all 0.2s;
  text-align: center;
}
@media (min-width: 769px) {
  .hc-hero-swiper .hero-btnbox .hero-btn:hover {
    color: #fff;
    background: #ED2933;
    border: 1px solid #FFFFFF;
    box-shadow: inset -2px -3px 4px 0 #f89898, inset 3px 3px 5px 0 rgba(3, 3, 3, 0.3);
  }
}
@media (max-width: 768px) {
  .hc-hero-swiper .hero-btnbox .hero-btn {
    line-height: 41px;
    border-radius: 41px;
    font-size: 14px;
    min-width: 170px;
    margin: 0 5px;
  }
}
@media (min-width: 769px) and (max-width: 1100px) {
  .hc-hero-swiper .hc-hero-item.has-img-bg {
    padding: 0 20px;
  }
}
.section-calendar-scrollbar {
  cursor: pointer;
  transform: rotate(0);
}
/*20210921修改 end**/
/*20210921修改2 直播框问题 start**/
.hero-livebox .livebox-iframe-box iframe {
  -o-object-fit: fill;
     object-fit: fill;
}
/*20210921修改2 end**/
/*20210922修改 start**/
.section-calendar .calendar-item-cont .calendar-list-cont {
  box-sizing: border-box;
  max-width: 100%;
}
.hero-item-type3-btn {
  line-height: 38px;
}
@media (max-width: 768px) {
  .hero-item-type3-btn {
    line-height: 43px;
  }
}
[data-lang="en"] .section-online .section-online-cont {
  max-width: 40%;
}
[data-lang="en"] .section-online .section-online-cont h2 {
  font-size: 20px;
  line-height: 30px;
}
[data-lang="en"] .section-online .section-online-cont p {
  font-size: 14px;
  word-wrap: break-word;
  max-width: 100%;
}
/*20210922修改 end**/
/*20210923修改 start**/
@media (max-width: 1200px) {
  .section-module-recommend .section-container {
    overflow-x: hidden;
  }
  .section-module-recommend .section-container .recommend-btns.hidden-mobile {
    display: none!important;
  }
  .section-module-recommend .section-container .section-recommend-scrollbar.hidden-pc {
    display: block!important;
  }
}
/*20210923修改 end**/