.e-title {
  font-size: 56px;
  line-height: 1.25;
  font-weight: bold;
  color: #000;
}
@media (max-width: 1600px) {
  .e-title {
    font-size: 46px;
  }
}
@media (max-width: 1200px) {
  .e-title {
    font-size: 34px;
    line-height: 1.5;
  }
}
@media (max-width: 992px) {
  .e-title {
    font-size: 24px;
  }
}
.e-description {
  font-size: 20px;
  line-height: 1.6;
  color: #666;
  margin-top: 30px;
  line-height: 1.5;
}
.LANG-cn .e-description {
  line-height: 1.7;
}
@media (max-width: 1600px) {
  .e-description {
    font-size: 16px;
    line-height: 1.95;
    line-height: 1.5 !important;
  }
  .LANG-cn .e-description {
    line-height: 1.95;
  }
}
@media (max-width: 992px) {
  .e-description {
    font-size: 14px;
    line-height: 1.95;
    line-height: 1.5 !important;
  }
  .LANG-cn .e-description {
    line-height: 1.95;
  }
}
.live-titles {
  width: 75%;
}
@media (max-width: 992px) {
  .live-titles {
    width: 100%;
  }
}
.live-titles .live-title {
  font-size: 36px;
  line-height: 1.5;
  color: #333;
  font-weight: bold;
}
@media (max-width: 1600px) {
  .live-titles .live-title {
    font-size: 30px;
    line-height: 1.467;
  }
  .LANG-cn .live-titles .live-title {
    line-height: 1.533;
  }
}
@media (max-width: 1200px) {
  .live-titles .live-title {
    font-size: 24px;
    line-height: 1.5;
  }
  .LANG-cn .live-titles .live-title {
    line-height: 1.583;
  }
}
@media (max-width: 992px) {
  .live-titles .live-title {
    font-size: 20px;
    line-height: 1.6;
  }
  .LANG-cn .live-titles .live-title {
    line-height: 1.7;
  }
}
.live-titles .live-description {
  font-size: 16px;
  line-height: 1.95;
  color: #666;
  margin-top: 5px;
  line-height: 1.5;
}
.LANG-cn .live-titles .live-description {
  line-height: 1.95;
}
@media (max-width: 1600px) {
  .live-titles .live-description {
    font-size: 14px;
    line-height: 1.95;
    line-height: 1.5 !important;
  }
  .LANG-cn .live-titles .live-description {
    line-height: 1.95;
  }
}
@media (max-width: 750px) {
  .live-titles .live-description {
    font-size: 12px;
    line-height: 1.667;
  }
}
.e-title-1 {
  font-size: 42px;
  line-height: 1.5;
  font-weight: bold;
  color: #333;
}
@media (max-width: 1600px) {
  .e-title-1 {
    font-size: 36px;
  }
}
@media (max-width: 1200px) {
  .e-title-1 {
    font-size: 28px;
    line-height: 1.5;
  }
}
@media (max-width: 992px) {
  .e-title-1 {
    font-size: 20px;
  }
}
.bz-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 11;
  border-bottom: 1px solid #ddd;
  background: #fff;
}
.bz-header .main-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 992px) {
  .bz-header .main-header {
    height: 55px;
  }
}
.bz-header .main-header .logo {
  line-height: 1;
  font-size: 0;
}
.bz-header .main-header .logo img {
  width: 133px;
}
@media (max-width: 1600px) {
  .bz-header .main-header .logo img {
    width: 110px;
  }
}
@media (max-width: 992px) {
  .bz-header .main-header .logo img {
    width: 109px;
  }
}
.bz-header .main-header .nav-new {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bz-header .main-header .nav-new .ul {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.bz-header .main-header .nav-new .ul li {
  padding: 0 25px;
}
@media (max-width: 1600px) {
  .bz-header .main-header .nav-new .ul li {
    padding: 0 15px;
  }
}
@media (max-width: 1200px) {
  .bz-header .main-header .nav-new .ul li {
    padding: 0 10px;
  }
}
.bz-header .main-header .nav-new .ul li a {
  display: block;
  height: 100%;
  color: #333;
  font-size: 16px;
  line-height: 64px;
  position: relative;
}
@media (max-width: 1200px) {
  .bz-header .main-header .nav-new .ul li a {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .bz-header .main-header .nav-new .ul li a {
    line-height: 50px;
    font-size: 16px;
  }
}
.bz-header .main-header .nav-new .ul li.active a::after,
.bz-header .main-header .nav-new .ul li:hover a::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #c7000b;
}
.bz-header .main-header .nav-new .guideli {
  display: none;
}
@media (max-width: 992px) {
  .bz-header .main-header .nav-new .guideli {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 150px;
    text-align: center;
    color: #333;
  }
  .bz-header .main-header .nav-new .guideli span {
    font-size: 16px;
    line-height: 1.95;
    padding-right: 5px;
  }
  .LANG-cn .bz-header .main-header .nav-new .guideli span {
    line-height: 1.95;
  }
  .bz-header .main-header .nav-new .guideli .iconfont {
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .bz-header .main-header .nav-new .guideli .iconfont {
    line-height: 1.95;
  }
}
@media (max-width: 750px) {
  .bz-header .main-header .nav-new .guideli {
    bottom: 100px;
  }
}
@media (max-width: 992px) {
  .bz-header .main-header .nav-new {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #fff;
    left: 0;
    top: 55px;
    display: block;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0;
  }
}
.bz-header .main-header #mob-menubtn {
  display: none;
  color: #333;
}
@media (max-width: 992px) {
  .bz-header .main-header #mob-menubtn {
    display: block;
  }
}
.bz-header .main-header #mob-menubtn .icon-menu {
  font-size: 20px;
  line-height: 55px;
}
.bz-header .main-header #close-menubtn {
  display: none;
}
.bz-header .main-header #close-menubtn .iconfont {
  font-size: 20px;
  color: #333;
}
.bz-header .main-header.open {
  background-color: #fff;
}
.bz-header .main-header.open .nav-new {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  opacity: 1;
}
.bz-header .main-header.open .nav-new ul {
  display: block;
  padding-top: 30px;
}
.bz-header .main-header.open .nav-new ul li a {
  color: #333;
  text-align: center;
  line-height: 50px;
}
.bz-header .main-header.open .nav-new ul li.active a,
.bz-header .main-header.open .nav-new ul li:hover a {
  color: #c7000b;
}
.bz-header .main-header.open .nav-new ul li.active a::after,
.bz-header .main-header.open .nav-new ul li:hover a::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 0px;
  background-color: #c7000b;
}
.bz-header .main-header .guide {
  font-size: 16px;
  color: #333;
  white-space: nowrap;
}
.bz-header .main-header .guide .iconfont {
  font-size: 14px;
  padding-left: 5px;
}
@media (max-width: 1200px) {
  .bz-header .main-header .guide {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .bz-header .main-header .guide {
    font-size: 16px;
    display: none;
  }
}
.bz-header.fix {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
.e-module-202212150942 {
  padding-top: 49.375%;
}
@media (max-width: 1600px) {
  .e-module-202212150942 {
    padding-top: 49.375%;
  }
}
@media (max-width: 1200px) {
  .e-module-202212150942 {
    padding-top: 76.375%;
  }
}
@media (max-width: 992px) {
  .e-module-202212150942 {
    padding-top: 133.53%;
    background-color: #f4f4f4;
  }
}
@media (max-width: 750px) {
  .e-module-202212150942 {
    padding-top: 178.53%;
  }
}
.e-module-202212150942 .e-bg .video-bg video {
  width: 100%;
}
@media (max-width: 1200px) {
  .e-module-202212150942 .e-bg {
    display: none;
  }
}
.e-module-202212150942 .wap-bg {
  display: none;
}
@media (max-width: 1200px) {
  .e-module-202212150942 .wap-bg {
    display: block;
    position: absolute;
    width: 50%;
    right: 50px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media (max-width: 992px) {
  .e-module-202212150942 .wap-bg {
    position: absolute;
    width: 80%;
    right: 10%;
    top: 10%;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@media (max-width: 750px) {
  .e-module-202212150942 .wap-bg {
    top: 15%;
  }
}
@media (max-width: 320px) {
  .e-module-202212150942 .wap-bg {
    top: 10%;
  }
}
.e-module-202212150942 .wap-bg .e-lazy::after {
  padding-top: 51.9434629%;
}
.e-module-202212150942 .countdown {
  margin-top: 150px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media (max-width: 1600px) {
  .e-module-202212150942 .countdown {
    margin-top: 80px;
  }
}
@media (max-width: 1200px) {
  .e-module-202212150942 .countdown {
    margin-top: 60px;
  }
}
@media (max-width: 992px) {
  .e-module-202212150942 .countdown {
    margin-top: 100px;
  }
}
@media (max-width: 320px) {
  .e-module-202212150942 .countdown {
    margin-top: 50px;
  }
}
.e-module-202212150942 .countdown p {
  font-size: 20px;
  line-height: 1.6;
  color: #333;
  padding: 10px 60px 5px;
  border: 2px solid rgba(255, 255, 255, 0.75);
  display: inline-block;
  border-radius: 60px 60px 0 0;
  vertical-align: middle;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}
.LANG-cn .e-module-202212150942 .countdown p {
  line-height: 1.7;
}
@media (max-width: 1600px) {
  .e-module-202212150942 .countdown p {
    padding: 5px 40px;
    font-size: 18px;
    line-height: 1.889;
    border-radius: 50px 50px 0 0;
  }
}
@media (max-width: 1200px) {
  .e-module-202212150942 .countdown p {
    padding: 5px 25px;
    font-size: 16px;
    line-height: 1.95;
    border-radius: 30px 30px 0 0;
  }
  .LANG-cn .e-module-202212150942 .countdown p {
    line-height: 1.95;
  }
}
@media (max-width: 992px) {
  .e-module-202212150942 .countdown p {
    font-size: 14px;
    line-height: 1.95;
    line-height: 1.5;
    padding: 5px 30px;
    border-radius: 30px 30px 0 0;
  }
  .LANG-cn .e-module-202212150942 .countdown p {
    line-height: 1.95;
  }
}
.e-module-202212150942 .countdown p span {
  font-size: 48px;
  font-weight: bold;
  vertical-align: middle;
  line-height: 1;
  padding-right: 5px;
}
@media (max-width: 1600px) {
  .e-module-202212150942 .countdown p span {
    font-size: 42px;
  }
}
@media (max-width: 1200px) {
  .e-module-202212150942 .countdown p span {
    font-size: 36px;
  }
}
@media (max-width: 992px) {
  .e-module-202212150942 .countdown p span {
    font-size: 30px;
  }
}
@media (max-width: 320px) {
  .e-module-202212150942 .countdown p span {
    font-size: 24px;
  }
}
.e-module-202212150942 .box-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1200px) {
}
@media (max-width: 992px) {
  .e-module-202212150942 .box-text {
    text-align: center;
    top: 48%;
    height: auto;
  }
}
@media (max-width: 750px) {
  .e-module-202212150942 .box-text {
    top: 40%;
  }
}
@media (max-width: 320px) {
  .e-module-202212150942 .box-text {
    top: 32%;
  }
}
@media (max-width: 750px) {
  .e-module-202212150942 .box-text .e-titles {
    margin-top: 30px;
  }
}
.e-module-202212150942 .box-text .e-titles .title-h2 {
  text-align: left;
}
@media (max-width: 992px) {
  .e-module-202212150942 .box-text .e-titles .title-h2 {
    text-align: center;
  }
}
.e-module-202212150942 .box-text .e-titles .title-h2 p {
  color: #333;
}
.e-module-202212150942 .box-text .e-titles .title-h2 p.title-p1 {
  font-size: 28px;
  line-height: 1.5;
}
@media (max-width: 1600px) {
  .e-module-202212150942 .box-text .e-titles .title-h2 p.title-p1 {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .e-module-202212150942 .box-text .e-titles .title-h2 p.title-p1 {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .e-module-202212150942 .box-text .e-titles .title-h2 p.title-p1 {
    font-size: 18px;
  }
}
.e-module-202212150942 .box-text .e-titles .title-h2 p.title-p2 {
  font-size: 70px;
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 1600px) {
  .e-module-202212150942 .box-text .e-titles .title-h2 p.title-p2 {
    font-size: 58px;
  }
}
@media (max-width: 1200px) {
  .e-module-202212150942 .box-text .e-titles .title-h2 p.title-p2 {
    font-size: 44px;
  }
}
@media (max-width: 992px) {
  .e-module-202212150942 .box-text .e-titles .title-h2 p.title-p2 {
    font-size: 44px;
  }
}
@media (max-width: 750px) {
  .e-module-202212150942 .box-text .e-titles .title-h2 p.title-p2 {
    line-height: 1.1;
    padding-top: 10px;
  }
}
.e-module-202212150942 .box-text .e-titles .title-h2 p.title-p2 .red {
  color: #c7000b;
}
.e-module-202212150942 .box-text .e-titles .title-h2 p.title-p2 .tog {
  font-style: normal;
}
@media (max-width: 750px) {
  .e-module-202212150942 .box-text .e-titles .title-h2 p.title-p2 .tog {
    font-size: 48px;
  }
}
.e-module-202212150942 .box-text .e-btn-box {
  padding-top: 40px;
}
@media (max-width: 1600px) {
  .e-module-202212150942 .box-text .e-btn-box {
    padding-top: 30px;
  }
}
@media (max-width: 1200px) {
  .e-module-202212150942 .box-text .e-btn-box {
    padding-top: 15px;
  }
}
@media (max-width: 992px) {
  .e-module-202212150942 .box-text .e-btn-box {
    padding-top: 30px;
  }
}
@media (max-width: 320px) {
  .e-module-202212150942 .box-text .e-btn-box {
    padding-top: 10px;
  }
}
.e-module-202212150942 .box-text .e-btn-box a {
  padding: 10px 30px;
  display: inline-block;
  border-radius: 50px;
  margin: 0 15px;
}
@media (max-width: 1200px) {
  .e-module-202212150942 .box-text .e-btn-box a {
    padding: 5px 20px;
  }
}
@media (max-width: 750px) {
  .e-module-202212150942 .box-text .e-btn-box a {
    margin: 0 10px;
    padding: 5px 15px;
  }
}
@media (max-width: 320px) {
  .e-module-202212150942 .box-text .e-btn-box a {
    margin: 5px 0;
  }
}
.e-module-202212150942 .box-text .e-btn-box a:first-child {
  background-color: #c7000b;
  border: 2px solid #c7000b;
}
.e-module-202212150942 .box-text .e-btn-box a:first-child span {
  color: #fff;
}
.e-module-202212150942 .box-text .e-btn-box a:first-child:hover {
  background-color: rgba(199, 0, 11, 0.7);
  border: 2px solid transparent;
}
.e-module-202212150942 .box-text .e-btn-box a:last-child {
  background-color: transparent;
  border: 2px solid #c7000b;
}
.e-module-202212150942 .box-text .e-btn-box a:last-child span {
  color: #c7000b;
}
.e-module-202212150942 .box-text .e-btn-box a:last-child:hover {
  background-color: #c7000b;
}
.e-module-202212150942 .box-text .e-btn-box a:last-child:hover span {
  color: #fff;
}
.e-module-202212150942 .box-text .e-btn-box a span {
  font-size: 18px;
  line-height: 1.889;
}
@media (max-width: 1600px) {
  .e-module-202212150942 .box-text .e-btn-box a span {
    font-size: 16px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-202212150942 .box-text .e-btn-box a span {
    line-height: 1.95;
  }
}
@media (max-width: 992px) {
  .e-module-202212150942 .box-text .e-btn-box a span {
    font-size: 14px;
  }
}
.e-module-202212150942 .box-text .desc {
  font-size: 18px;
  line-height: 1.889;
  color: #333;
  padding-top: 10px;
}
@media (max-width: 1600px) {
  .e-module-202212150942 .box-text .desc {
    font-size: 16px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-202212150942 .box-text .desc {
    line-height: 1.95;
  }
}
@media (max-width: 1200px) {
  .e-module-202212150942 .box-text .desc {
    font-size: 14px;
    line-height: 1.95;
    padding-top: 5px;
  }
  .LANG-cn .e-module-202212150942 .box-text .desc {
    line-height: 1.95;
  }
}
@media (max-width: 992px) {
  .e-module-202212150942 .box-text .desc {
    padding-top: 15px;
  }
}
@media (max-width: 750px) {
  .e-module-202212150942 .box-text .desc {
    font-size: 12px;
    line-height: 1.667;
  }
}
@media (max-width: 1600px) {
  .e-module-202212151433.e-block-tb {
    padding-top: 100px;
  }
}
@media (max-width: 1200px) {
  .e-module-202212151433.e-block-tb {
    padding-top: 40px;
  }
}
@media (max-width: 992px) {
  .e-module-202212151433 .invitat {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.e-module-202212151433 .invitat .avatar {
  width: 30%;
  position: absolute;
  left: 0;
}
.e-module-202212151433 .invitat .avatar::after {
  padding-top: 100%;
}
@media (max-width: 992px) {
  .e-module-202212151433 .invitat .avatar {
    position: relative;
    width: 50%;
    margin: 20px auto 0;
    z-index: 2;
  }
  .e-module-202212151433 .invitat .avatar::after {
    padding-top: 114.76793249%;
  }
}
@media (max-width: 750px) {
  .e-module-202212151433 .invitat .avatar {
    width: 60%;
  }
}
.e-module-202212151433 .invitat .avatar .play-con {
  position: absolute;
  right: 60px;
  bottom: 100px;
  z-index: 1;
}
@media (max-width: 1600px) {
  .e-module-202212151433 .invitat .avatar .play-con {
    right: 45px;
    bottom: 80px;
  }
}
@media (max-width: 1200px) {
  .e-module-202212151433 .invitat .avatar .play-con {
    right: 35px;
    bottom: 55px;
  }
}
.e-module-202212151433 .invitat .avatar .play-con .btn-video-icon {
  width: 60px;
  height: 60px;
}
@media (max-width: 1600px) {
  .e-module-202212151433 .invitat .avatar .play-con .btn-video-icon {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1200px) {
  .e-module-202212151433 .invitat .avatar .play-con .btn-video-icon {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 992px) {
  .e-module-202212151433 .invitat .avatar .play-con .btn-video-icon {
    width: 30px;
    height: 30px;
  }
}
.e-module-202212151433 .invitat .avatar .play-con .btn-video-icon .line span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border: 3px solid #c7000b;
  border-radius: 100%;
}
@media (max-width: 1600px) {
  .e-module-202212151433 .invitat .avatar .play-con .btn-video-icon .line span {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1200px) {
  .e-module-202212151433 .invitat .avatar .play-con .btn-video-icon .line span {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 992px) {
  .e-module-202212151433 .invitat .avatar .play-con .btn-video-icon .line span {
    width: 20px;
    height: 20px;
  }
}
.e-module-202212151433 .invitat .avatar .play-con .btn-video-icon .line span:nth-child(1) {
  -webkit-animation: border-line 2s linear 0s infinite;
          animation: border-line 2s linear 0s infinite;
}
.e-module-202212151433 .invitat .avatar .play-con .btn-video-icon .line span:nth-child(2) {
  -webkit-animation: border-line 2s linear 0.7s infinite;
          animation: border-line 2s linear 0.7s infinite;
}
.e-module-202212151433 .invitat .avatar .play-con .btn-video-icon .line span:nth-child(3) {
  -webkit-animation: border-line 2s linear 1.4s infinite;
          animation: border-line 2s linear 1.4s infinite;
}
@-webkit-keyframes border-line {
  0% {
    width: 50px;
    height: 50px;
    opacity: 1;
  }
  100% {
    width: 120px;
    height: 120px;
    opacity: 0;
  }
}
@keyframes border-line {
  0% {
    width: 50px;
    height: 50px;
    opacity: 1;
  }
  100% {
    width: 120px;
    height: 120px;
    opacity: 0;
  }
}
@media (max-width: 1600px) {
  @-webkit-keyframes border-line {
    0% {
      width: 40px;
      height: 40px;
      opacity: 1;
    }
    100% {
      width: 100px;
      height: 100px;
      opacity: 0;
    }
  }
  @keyframes border-line {
    0% {
      width: 40px;
      height: 40px;
      opacity: 1;
    }
    100% {
      width: 100px;
      height: 100px;
      opacity: 0;
    }
  }
}
@media (max-width: 1200px) {
  @-webkit-keyframes border-line {
    0% {
      width: 30px;
      height: 30px;
      opacity: 1;
    }
    100% {
      width: 80px;
      height: 80px;
      opacity: 0;
    }
  }
  @keyframes border-line {
    0% {
      width: 30px;
      height: 30px;
      opacity: 1;
    }
    100% {
      width: 80px;
      height: 80px;
      opacity: 0;
    }
  }
}
@media (max-width: 992px) {
  @-webkit-keyframes border-line {
    0% {
      width: 20px;
      height: 20px;
      opacity: 1;
    }
    100% {
      width: 60px;
      height: 60px;
      opacity: 0;
    }
  }
  @keyframes border-line {
    0% {
      width: 20px;
      height: 20px;
      opacity: 1;
    }
    100% {
      width: 60px;
      height: 60px;
      opacity: 0;
    }
  }
}
.e-module-202212151433 .inv-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}
.e-module-202212151433 .inv-bg::after {
  padding-top: 29.94791667%;
}
@media (max-width: 992px) {
  .e-module-202212151433 .inv-bg {
    top: 12%;
    bottom: auto;
  }
  .e-module-202212151433 .inv-bg::after {
    padding-top: 83.46666667%;
  }
  .e-module-202212151433 .inv-bg img {
    height: 70%;
  }
}
@media (max-width: 750px) {
  .e-module-202212151433 .inv-bg {
    top: 17%;
  }
  .e-module-202212151433 .inv-bg img {
    height: auto;
  }
}
.e-module-202212151433 .invit-con .invit-box {
  padding-left: 35%;
  position: relative;
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
  overflow: hidden;
}
@media (max-width: 992px) {
  .e-module-202212151433 .invit-con .invit-box {
    padding-left: 0;
  }
}
@media (max-width: 750px) {
  .e-module-202212151433 .invit-con .invit-box {
    padding-bottom: 50px;
  }
}
.e-module-202212151433 .invit-con .invit-box h2 {
  color: #333;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .e-module-202212151433 .invit-con .invit-box h2 {
    margin-bottom: 10px;
  }
}
.e-module-202212151433 .invit-con .invit-box p {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #333;
}
.LANG-cn .e-module-202212151433 .invit-con .invit-box p {
  line-height: 1.7;
}
@media (max-width: 1600px) {
  .e-module-202212151433 .invit-con .invit-box p {
    font-size: 16px;
    line-height: 1.95;
    line-height: 1.5;
  }
  .LANG-cn .e-module-202212151433 .invit-con .invit-box p {
    line-height: 1.95;
  }
}
@media (max-width: 1200px) {
  .e-module-202212151433 .invit-con .invit-box p {
    font-size: 14px;
    line-height: 1.95;
    margin-bottom: 10px;
    line-height: 1.5;
  }
  .LANG-cn .e-module-202212151433 .invit-con .invit-box p {
    line-height: 1.95;
  }
}
@media (max-width: 992px) {
  .e-module-202212151433 .invit-con .invit-box .e-btn-box {
    padding-top: 0;
    text-align: center;
  }
}
.e-module-202212151433 .invit-con .invit-box .z_tanchu {
  display: none;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(30%, #fff), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to top, #fff 30%, rgba(255, 255, 255, 0));
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  color: #333;
  font-size: 14px;
  line-height: 0;
  padding-top: 60px;
  padding-bottom: 10px;
}
.e-module-202212151433 .invit-con .invit-box .z_tanchu .text {
  font-size: 18px;
  line-height: 1.889;
  color: #c7000b;
}
@media (max-width: 1600px) {
  .e-module-202212151433 .invit-con .invit-box .z_tanchu .text {
    font-size: 16px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-202212151433 .invit-con .invit-box .z_tanchu .text {
    line-height: 1.95;
  }
}
@media (max-width: 750px) {
  .e-module-202212151433 .invit-con .invit-box .z_tanchu .text {
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-202212151433 .invit-con .invit-box .z_tanchu .text {
    line-height: 1.95;
  }
}
.e-module-202212151433 .invit-con .invit-box .z_tanchu .iconfont {
  font-size: 18px;
  display: block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-left: 5px;
}
.e-module-202212151433 .invit-con .invit-box .z_tanchu .iconfont::before {
  color: #c7000b;
}
@media (max-width: 750px) {
  .e-module-202212151433 .invit-con .invit-box .z_tanchu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.e-module-202212151433 .invit-con .invit-box.active .z_tanchu {
  padding-top: 10px;
}
.e-module-202212151433 .invit-con .invit-box.active .z_tanchu .text {
  color: #666;
}
.e-module-202212151433 .invit-con .invit-box.active .z_tanchu .iconfont {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.e-module-202212151433 .invit-con .invit-box.active .z_tanchu .iconfont::before {
  color: #666;
}
.e-module-202212160957 {
  z-index: 2;
}
.e-module-202212160957 .classbg {
  position: absolute;
  width: 100%;
  right: 0;
  top: 18%;
  width: 95%;
}
.e-module-202212160957 .classbg::after {
  padding-top: 40.88541667%;
}
@media (max-width: 1600px) {
  .e-module-202212160957 .classbg {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .e-module-202212160957 .classbg {
    top: 15%;
    width: 90%;
  }
  .e-module-202212160957 .classbg::after {
    padding-top: 73.6%;
  }
}
@media (max-width: 750px) {
  .e-module-202212160957 .classbg {
    width: 100%;
  }
}
.e-module-202212160957 .e-con {
  margin-top: 20px;
}
.e-module-202212160957 .e-con .act-tablist {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 992px) {
  .e-module-202212160957 .e-con .act-tablist {
    display: block;
    text-align: center;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 5px;
  }
  .e-module-202212160957 .e-con .act-tablist::-webkit-scrollbar {
    display: none;
  }
}
.e-module-202212160957 .e-con .act-tablist .act-tab {
  font-size: 24px;
  line-height: 1.5;
  color: #666;
  margin: 0 20px;
  cursor: pointer;
}
.LANG-cn .e-module-202212160957 .e-con .act-tablist .act-tab {
  line-height: 1.583;
}
.e-module-202212160957 .e-con .act-tablist .act-tab:hover {
  color: #000;
}
.e-module-202212160957 .e-con .act-tablist .act-tab.active {
  color: #c7000b;
  position: relative;
}
.e-module-202212160957 .e-con .act-tablist .act-tab.active::after {
  content: '';
  height: 2px;
  position: absolute;
  bottom: -10px;
  left: 0;
  background-color: #c7000b;
  width: 100%;
  display: inline-block;
}
@media (max-width: 992px) {
  .e-module-202212160957 .e-con .act-tablist .act-tab.active::after {
    bottom: -5px;
  }
}
.e-module-202212160957 .e-con .act-tablist .act-tab.active:hover {
  color: #c7000b;
}
@media (max-width: 1600px) {
  .e-module-202212160957 .e-con .act-tablist .act-tab {
    font-size: 20px;
    line-height: 1.6;
    margin: 0 15px;
  }
  .LANG-cn .e-module-202212160957 .e-con .act-tablist .act-tab {
    line-height: 1.7;
  }
}
@media (max-width: 1200px) {
  .e-module-202212160957 .e-con .act-tablist .act-tab {
    font-size: 16px;
    line-height: 1.95;
    margin: 0 10px;
    display: inline-block;
  }
  .LANG-cn .e-module-202212160957 .e-con .act-tablist .act-tab {
    line-height: 1.95;
  }
}
.e-module-202212160957 .e-con .act-content .act-cons {
  display: none;
  margin-top: 60px;
}
@media (max-width: 1600px) {
  .e-module-202212160957 .e-con .act-content .act-cons {
    margin-top: 50px;
  }
}
@media (max-width: 1200px) {
  .e-module-202212160957 .e-con .act-content .act-cons {
    margin-top: 30px;
  }
}
@media (max-width: 750px) {
  .e-module-202212160957 .e-con .act-content .act-cons {
    margin-top: 20px;
  }
}
.e-module-202212160957 .e-con .act-content .act-cons.active {
  display: block;
}
.e-module-202212160957 .e-con .act-content .act-cons .swiper {
  overflow: hidden;
  padding-top: 10px;
}
.e-module-202212160957 .e-con .act-content .act-cons .swiper .swiper-slide {
  border-radius: 20px;
  background-color: #F8F9FB;
  position: relative;
  height: auto;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
@media (max-width: 1200px) {
  .e-module-202212160957 .e-con .act-content .act-cons .swiper .swiper-slide {
    border-radius: 10px;
  }
}
.e-module-202212160957 .e-con .act-content .act-cons .swiper .swiper-slide:hover {
  cursor: pointer;
  /* x偏移量 | y偏移量 | 阴影模糊半径 | 阴影扩散半径 | 阴影颜色 */
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
  background-color: #fff;
}
@media (max-width: 1200px) {
  .e-module-202212160957 .e-con .act-content .act-cons .swiper .swiper-slide:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}
.e-module-202212160957 .e-con .act-content .act-cons .swiper .swiper-slide a {
  height: 100%;
  display: block;
}
.e-module-202212160957 .e-con .act-content .act-cons .swiper .swiper-slide a .swiper-img {
  width: 100%;
  border-radius: 20px 20px 0 0;
}
.e-module-202212160957 .e-con .act-content .act-cons .swiper .swiper-slide a .swiper-img img {
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 1200px) {
  .e-module-202212160957 .e-con .act-content .act-cons .swiper .swiper-slide a .swiper-img {
    border-radius: 10px 10px 0 0;
  }
}
.e-module-202212160957 .e-con .act-content .act-cons .swiper .swiper-slide a .swiper-con {
  padding: 40px;
}
@media (max-width: 1600px) {
  .e-module-202212160957 .e-con .act-content .act-cons .swiper .swiper-slide a .swiper-con {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .e-module-202212160957 .e-con .act-content .act-cons .swiper .swiper-slide a .swiper-con {
    padding: 20px;
  }
}
.e-module-202212160957 .e-con .act-content .act-cons .swiper .swiper-slide a .swiper-con .ptxt2 {
  color: #333;
  font-size: 14px;
  line-height: 1.95;
  padding: 5px 10px;
  background-color: rgba(199, 0, 11, 0.2);
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 15px;
  line-height: 1.5;
}
.LANG-cn .e-module-202212160957 .e-con .act-content .act-cons .swiper .swiper-slide a .swiper-con .ptxt2 {
  line-height: 1.95;
}
.e-module-202212160957 .e-con .act-content .act-cons .swiper .swiper-slide a .swiper-con h3 {
  font-size: 18px;
  line-height: 1.889;
  color: #333;
  font-weight: bold;
}
@media (max-width: 1600px) {
  .e-module-202212160957 .e-con .act-content .act-cons .swiper .swiper-slide a .swiper-con h3 {
    font-size: 16px;
    line-height: 1.95;
    line-height: 1.5;
  }
  .LANG-cn .e-module-202212160957 .e-con .act-content .act-cons .swiper .swiper-slide a .swiper-con h3 {
    line-height: 1.95;
  }
}
@media (max-width: 1200px) {
  .e-module-202212160957 .e-con .act-content .act-cons .swiper .swiper-slide a .swiper-con h3 {
    font-size: 14px;
    line-height: 1.95;
    line-height: 1.5;
  }
  .LANG-cn .e-module-202212160957 .e-con .act-content .act-cons .swiper .swiper-slide a .swiper-con h3 {
    line-height: 1.95;
  }
}
.e-module-202212160957 .e-con .act-content .act-cons .swiper-button {
  color: #666;
  background-color: #F4F6F8;
  font-size: 26px;
  width: 80px;
  height: 68px;
  text-align: center;
  line-height: 68px;
}
.e-module-202212160957 .e-con .act-content .act-cons .swiper-button:hover {
  color: #C7000B;
}
@media (max-width: 1600px) {
  .e-module-202212160957 .e-con .act-content .act-cons .swiper-button {
    width: 60px;
    height: 48px;
    line-height: 48px;
  }
}
@media (max-width: 1200px) {
  .e-module-202212160957 .e-con .act-content .act-cons .swiper-button {
    display: none;
  }
}
.e-module-202212160957 .e-con .act-content .act-cons .swiper-button.swiper-button-disabled {
  color: #999;
  opacity: 1;
}
.e-module-202212160957 .e-con .act-content .act-cons .swiper-button.swiper-button-prev {
  border-radius: 10px 10px 0px 0;
  left: -5px;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.e-module-202212160957 .e-con .act-content .act-cons .swiper-button.swiper-button-next {
  right: -5px;
  border-radius: 10px 10px 0 0;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}
.e-module-202212160957 .e-con .act-content .act-cons .swiper-pagination {
  margin-top: 35px;
  margin-left: 20px;
  display: none;
}
@media (max-width: 1200px) {
  .e-module-202212160957 .e-con .act-content .act-cons .swiper-pagination {
    margin-top: 0;
    padding-top: 10px;
    position: relative;
    margin-left: 0;
    display: block;
  }
}
.e-module-202212160957 .e-con .act-content .act-cons .swiper-pagination .swiper-pagination-bullet {
  margin-right: 50px;
  width: 8px;
  height: 8px;
  background-color: #666;
  opacity: 1;
}
@media (max-width: 1600px) {
  .e-module-202212160957 .e-con .act-content .act-cons .swiper-pagination .swiper-pagination-bullet {
    margin-right: 40px;
    width: 7px;
    height: 7px;
  }
}
@media (max-width: 1200px) {
  .e-module-202212160957 .e-con .act-content .act-cons .swiper-pagination .swiper-pagination-bullet {
    margin: 0 7px;
    width: 4px;
    height: 4px;
  }
}
.e-module-202212160957 .e-con .act-content .act-cons .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #c7000b;
  position: relative;
}
.e-module-202212160957 .e-con .act-content .act-cons .swiper-pagination span.swiper-pagination-bullet-active::before {
  content: '';
  position: absolute;
  width: 34px;
  height: 26px;
  border-radius: 13px;
  border: 1px solid #c7000b;
  left: 50%;
  margin-left: -17px;
  top: 50%;
  margin-top: -13px;
}
@media (max-width: 1200px) {
  .e-module-202212160957 .e-con .act-content .act-cons .swiper-pagination span.swiper-pagination-bullet-active::before {
    width: 18px;
    height: 14px;
    margin-left: -9px;
    margin-top: -7px;
    border-radius: 7px;
  }
}
.e-module-202212160957 .e-con .act-content .act-cons .e-btn-box {
  text-align: center;
  padding-top: 20px;
}
@media (max-width: 1200px) {
  .e-module-202212160957 .e-con .act-content .act-cons .e-btn-box {
    padding-top: 10px;
  }
}
.e-module-202212160957 .e-con .act-content .act-cons .e-btn-box a span {
  font-size: 20px;
  line-height: 1.7;
}
@media (max-width: 1600px) {
  .e-module-202212160957 .e-con .act-content .act-cons .e-btn-box a span {
    font-size: 16px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-202212160957 .e-con .act-content .act-cons .e-btn-box a span {
    line-height: 1.95;
  }
}
@media (max-width: 1200px) {
  .e-module-202212160957 .e-con .act-content .act-cons .e-btn-box a span {
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-202212160957 .e-con .act-content .act-cons .e-btn-box a span {
    line-height: 1.95;
  }
}
.e-module-202212160957.infrastructure .classbg {
  position: absolute;
  width: 100%;
  left: 0;
  top: 6%;
}
.e-module-202212160957.infrastructure .classbg::after {
  padding-top: 33.02083333%;
}
@media (max-width: 992px) {
  .e-module-202212160957.infrastructure .classbg {
    top: 23%;
    width: 70%;
  }
  .e-module-202212160957.infrastructure .classbg::after {
    padding-top: 92.8%;
  }
}
@media (max-width: 750px) {
  .e-module-202212160957.infrastructure .classbg {
    width: 100%;
  }
}
.e-module-2022161407 .classbg {
  position: absolute;
  width: 100%;
  right: 0;
  top: 15%;
}
.e-module-2022161407 .classbg::after {
  padding-top: 53.02083333%;
}
@media (max-width: 992px) {
  .e-module-2022161407 .classbg {
    top: 10%;
  }
  .e-module-2022161407 .classbg::after {
    padding-top: 250.66666667%;
  }
  .e-module-2022161407 .classbg img {
    height: 53%;
  }
}
@media (max-width: 750px) {
  .e-module-2022161407 .classbg img {
    height: auto;
  }
}
.e-module-2022161407 .box-text {
  width: 100%;
  height: 100%;
  text-align: center;
}
.e-module-2022161407 .box-text .e-btn-box {
  padding-top: 30px;
}
.e-module-2022161407 .box-text .box-con {
  position: relative;
  margin-top: 100px;
}
@media (max-width: 1600px) {
  .e-module-2022161407 .box-text .box-con {
    margin-top: 80px;
  }
}
@media (max-width: 1200px) {
  .e-module-2022161407 .box-text .box-con {
    margin-top: 60px;
  }
}
@media (max-width: 750px) {
  .e-module-2022161407 .box-text .box-con {
    margin-top: 40px;
  }
}
.e-module-2022161407 .box-text .box-con .esc-img::after {
  padding-top: 43.70179949%;
}
@media (max-width: 992px) {
  .e-module-2022161407 .box-text .box-con .esc-img {
    border-radius: 12px;
  }
  .e-module-2022161407 .box-text .box-con .esc-img::after {
    padding-top: 125.13043478%;
  }
}
@media (max-width: 750px) {
  .e-module-2022161407 .box-text .box-con .esc-img::after {
    padding-top: 199.13043478%;
  }
}
.e-module-2022161407 .box-text .box-con .e-btn-box {
  padding-top: 0;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.e-module-2022161407 .box-text .box-con .e-btn-box .e-btn-video-lg {
  display: inline-block;
  color: #fff;
  border-radius: 50px;
  margin: 0;
  padding: 15px 50px;
  background-color: #c7000b;
}
@media (max-width: 1600px) {
  .e-module-2022161407 .box-text .box-con .e-btn-box .e-btn-video-lg {
    padding: 10px 30px;
  }
}
.e-module-2022161407 .box-text .box-con .e-btn-box .e-btn-video-lg span {
  position: relative;
  padding-left: 0px;
  padding-right: 26px;
  font-size: 18px;
  line-height: 1.5 !important;
}
.e-module-2022161407 .box-text .box-con .e-btn-box .e-btn-video-lg span::before {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "iconfont" !important;
  font-style: normal;
  content: "\e7e2";
  font-size: 20px;
  margin-top: 1px;
}
@media (max-width: 1200px) {
  .e-module-2022161407 .box-text .box-con .e-btn-box .e-btn-video-lg span {
    font-size: 16px;
    padding-right: 20px;
  }
  .e-module-2022161407 .box-text .box-con .e-btn-box .e-btn-video-lg span::before {
    font-size: 15px;
    margin-top: 1px;
  }
}
@media (max-width: 992px) {
  .e-module-2022161407 .box-text .box-con .e-btn-box .e-btn-video-lg span {
    font-size: 14px;
  }
  .e-module-2022161407 .box-text .box-con .e-btn-box .e-btn-video-lg span::before {
    font-size: 16px;
    margin-top: 1px;
  }
}
.e-module-2022161407 .box-text .box-con .wireframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
}
.e-module-2022161407 .box-text .box-con .wireframe .wire-con {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 150px;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media (max-width: 1600px) {
  .e-module-2022161407 .box-text .box-con .wireframe .wire-con {
    margin: 0 auto;
    max-width: 1000px;
  }
}
@media (max-width: 1200px) {
  .e-module-2022161407 .box-text .box-con .wireframe .wire-con {
    max-width: 850px;
  }
}
@media (max-width: 992px) {
  .e-module-2022161407 .box-text .box-con .wireframe .wire-con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 450px;
  }
}
@media (max-width: 750px) {
  .e-module-2022161407 .box-text .box-con .wireframe .wire-con {
    margin: 0px 10px;
  }
}
.e-module-2022161407 .box-text .box-con .wireframe .wire-con ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 992px) {
  .e-module-2022161407 .box-text .box-con .wireframe .wire-con ul {
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.e-module-2022161407 .box-text .box-con .wireframe .wire-con ul li {
  border: 2px solid #fff;
  border-radius: 60px;
  overflow: hidden;
  height: 100px;
  width: 400px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0px;
  font-size: 16px;
  line-height: 1.95;
  color: #fff;
  font-weight: bold;
}
.LANG-cn .e-module-2022161407 .box-text .box-con .wireframe .wire-con ul li {
  line-height: 1.95;
}
.e-module-2022161407 .box-text .box-con .wireframe .wire-con ul li span {
  font-size: 28px;
  padding-right: 5px;
}
@media (max-width: 1600px) {
  .e-module-2022161407 .box-text .box-con .wireframe .wire-con ul li {
    width: 320px;
    height: 80px;
    margin: 15px 0px;
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-2022161407 .box-text .box-con .wireframe .wire-con ul li {
    line-height: 1.95;
  }
  .e-module-2022161407 .box-text .box-con .wireframe .wire-con ul li span {
    font-size: 22px;
  }
}
@media (max-width: 1200px) {
  .e-module-2022161407 .box-text .box-con .wireframe .wire-con ul li {
    width: 280px;
    height: 60px;
    margin: 15px 0px;
  }
  .e-module-2022161407 .box-text .box-con .wireframe .wire-con ul li span {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .e-module-2022161407 .box-text .box-con .wireframe .wire-con ul li {
    width: 25%;
    height: 155px;
    line-height: 1.3 !important;
    padding: 0 8px;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}
@media (max-width: 750px) {
  .e-module-2022161407 .box-text .box-con .wireframe .wire-con ul li {
    width: 30%;
    height: 135px;
    font-size: 12px;
    line-height: 1.667;
    line-height: 1.3 !important;
    padding: 0 5px;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .e-module-2022161407 .box-text .box-con .wireframe .wire-con ul li span {
    font-size: 16px;
  }
}
@media (max-width: 320px) {
  .e-module-2022161407 .box-text .box-con .wireframe .wire-con ul li {
    height: 120px;
  }
  .e-module-2022161407 .box-text .box-con .wireframe .wire-con ul li span {
    font-size: 14px;
  }
}
.e-module-2022161407 .box-text .box-con .wireframe .wire-con .pic img {
  position: static;
  width: 380px;
}
@media (max-width: 1600px) {
  .e-module-2022161407 .box-text .box-con .wireframe .wire-con .pic img {
    width: 320px;
  }
}
@media (max-width: 1200px) {
  .e-module-2022161407 .box-text .box-con .wireframe .wire-con .pic img {
    width: 260px;
  }
}
@media (max-width: 992px) {
  .e-module-2022161407 .box-text .box-con .wireframe .wire-con .pic img {
    width: 350px;
  }
}
@media (max-width: 750px) {
  .e-module-2022161407 .box-text .box-con .wireframe .wire-con .pic img {
    width: 230px;
  }
}
@media (max-width: 320px) {
  .e-module-2022161407 .box-text .box-con .wireframe .wire-con .pic img {
    width: 185px;
  }
}
.e-module-2022161407 .box-text .box-con .wireframe .wire-con .pic:after {
  display: none;
}
.e-module-2022161407 .box-text .box-con .wireframe .wire-con .circled {
  border: 2px solid #fff;
  border-radius: 100%;
  width: 430px;
  height: 430px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1600px) {
  .e-module-2022161407 .box-text .box-con .wireframe .wire-con .circled {
    width: 340px;
    height: 340px;
  }
}
@media (max-width: 1200px) {
  .e-module-2022161407 .box-text .box-con .wireframe .wire-con .circled {
    width: 280px;
    height: 280px;
  }
}
@media (max-width: 992px) {
  .e-module-2022161407 .box-text .box-con .wireframe .wire-con .circled {
    width: 340px;
    height: 340px;
    margin-top: 10px;
  }
}
@media (max-width: 750px) {
  .e-module-2022161407 .box-text .box-con .wireframe .wire-con .circled {
    width: 280px;
    height: 280px;
  }
}
@media (max-width: 320px) {
  .e-module-2022161407 .box-text .box-con .wireframe .wire-con .circled {
    width: 260px;
    height: 260px;
  }
}
.e-module-2022161407 .box-text .box-con .wireframe .wire-con .circled p {
  font-size: 20px;
  line-height: 1.6;
  color: #fff;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.LANG-cn .e-module-2022161407 .box-text .box-con .wireframe .wire-con .circled p {
  line-height: 1.7;
}
@media (max-width: 1600px) {
  .e-module-2022161407 .box-text .box-con .wireframe .wire-con .circled p {
    font-size: 16px;
    line-height: 1.95;
    padding-bottom: 15px;
  }
  .LANG-cn .e-module-2022161407 .box-text .box-con .wireframe .wire-con .circled p {
    line-height: 1.95;
  }
}
@media (max-width: 1200px) {
  .e-module-2022161407 .box-text .box-con .wireframe .wire-con .circled p {
    font-size: 14px;
    line-height: 1.95;
    padding-bottom: 10px;
  }
  .LANG-cn .e-module-2022161407 .box-text .box-con .wireframe .wire-con .circled p {
    line-height: 1.95;
  }
}
@media (max-width: 992px) {
  .e-module-2022161407 .box-text .box-con .wireframe .wire-con .circled p {
    font-size: 16px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-2022161407 .box-text .box-con .wireframe .wire-con .circled p {
    line-height: 1.95;
  }
}
@media (max-width: 320px) {
  .e-module-2022161407 .box-text .box-con .wireframe .wire-con .circled p {
    font-size: 12px;
    line-height: 1.667;
  }
}
.e-module-2022161407 .box-text .box-con .wireframe .wire-con .circled span {
  font-size: 24px;
  line-height: 1.5;
  display: block;
  padding-bottom: 10px;
  position: relative;
  color: #fff;
  text-align: left;
  font-weight: bold;
  padding-left: 100px;
  padding-right: 40px;
}
.LANG-cn .e-module-2022161407 .box-text .box-con .wireframe .wire-con .circled span {
  line-height: 1.583;
}
.e-module-2022161407 .box-text .box-con .wireframe .wire-con .circled span:last-child {
  padding-bottom: 0;
}
.e-module-2022161407 .box-text .box-con .wireframe .wire-con .circled span::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  top: 15px;
  left: 75px;
}
@media (max-width: 1600px) {
  .e-module-2022161407 .box-text .box-con .wireframe .wire-con .circled span {
    font-size: 18px;
    line-height: 1.889;
    padding-left: 80px;
    padding-right: 15px;
  }
  .e-module-2022161407 .box-text .box-con .wireframe .wire-con .circled span::before {
    width: 6px;
    height: 6px;
    top: 13px;
    left: 65px;
  }
}
@media (max-width: 1200px) {
  .e-module-2022161407 .box-text .box-con .wireframe .wire-con .circled span {
    font-size: 16px;
    line-height: 1.95;
    padding-bottom: 5px;
    padding-left: 60px;
    padding-right: 15px;
  }
  .LANG-cn .e-module-2022161407 .box-text .box-con .wireframe .wire-con .circled span {
    line-height: 1.95;
  }
  .e-module-2022161407 .box-text .box-con .wireframe .wire-con .circled span::before {
    width: 5px;
    height: 5px;
    top: 13px;
    left: 45px;
  }
}
@media (max-width: 992px) {
  .e-module-2022161407 .box-text .box-con .wireframe .wire-con .circled span {
    font-size: 18px;
    line-height: 1.889;
    line-height: 1.5 !important;
    padding-bottom: 10px;
    padding-left: 75px;
    padding-right: 20px;
  }
  .e-module-2022161407 .box-text .box-con .wireframe .wire-con .circled span::before {
    left: 60px;
  }
}
@media (max-width: 750px) {
  .e-module-2022161407 .box-text .box-con .wireframe .wire-con .circled span {
    font-size: 16px;
    line-height: 1.95;
    line-height: 1.5 !important;
    padding-left: 65px;
  }
  .LANG-cn .e-module-2022161407 .box-text .box-con .wireframe .wire-con .circled span {
    line-height: 1.95;
  }
  .e-module-2022161407 .box-text .box-con .wireframe .wire-con .circled span::before {
    top: 10px;
    left: 52px;
  }
}
@media (max-width: 320px) {
  .e-module-2022161407 .box-text .box-con .wireframe .wire-con .circled span {
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-2022161407 .box-text .box-con .wireframe .wire-con .circled span {
    line-height: 1.95;
  }
}
.e-module-202212190958 .classbg {
  position: absolute;
  width: 100%;
  right: 0;
  top: 16%;
}
.e-module-202212190958 .classbg::after {
  padding-top: 51.71875%;
}
@media (max-width: 992px) {
  .e-module-202212190958 .classbg {
    top: 10%;
  }
  .e-module-202212190958 .classbg::after {
    padding-top: 134.13333333%;
  }
  .e-module-202212190958 .classbg img {
    height: 60%;
  }
}
@media (max-width: 750px) {
  .e-module-202212190958 .classbg img {
    height: auto;
  }
}
@media (max-width: 992px) {
  .e-module-202212190958 .boxs .e-cistern-l {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .e-module-202212190958 .boxs .e-titles {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.e-module-202212190958 .boxs .box-con {
  margin-top: 70px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1200px) {
  .e-module-202212190958 .boxs .box-con {
    display: none;
  }
}
.e-module-202212190958 .boxs .box-con .box-left {
  width: 50%;
}
.e-module-202212190958 .boxs .box-con .box-left .l-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 445px;
}
@media (max-width: 1600px) {
  .e-module-202212190958 .boxs .box-con .box-left .l-top {
    height: 315px;
  }
}
.e-module-202212190958 .boxs .box-con .box-left .l-top .l-top1 {
  width: 59%;
}
.e-module-202212190958 .boxs .box-con .box-left .l-top .l-top1 .e-bg,
.e-module-202212190958 .boxs .box-con .box-left .l-top .l-top1 .hov-con {
  border-radius: 40px 20px 0 0;
}
.e-module-202212190958 .boxs .box-con .box-left .l-top .l-top2 {
  margin-left: 4px;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.e-module-202212190958 .boxs .box-con .box-left .l-top .l-top2 .e-bg,
.e-module-202212190958 .boxs .box-con .box-left .l-top .l-top2 .hov-con {
  border-radius: 20px 40px 0 0;
}
.e-module-202212190958 .boxs .box-con .box-left .l-bot {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 445px;
  margin-top: 4px;
}
@media (max-width: 1600px) {
  .e-module-202212190958 .boxs .box-con .box-left .l-bot {
    height: 315px;
  }
}
.e-module-202212190958 .boxs .box-con .box-left .l-bot .l-bot1 {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.e-module-202212190958 .boxs .box-con .box-left .l-bot .l-bot1 .e-bg,
.e-module-202212190958 .boxs .box-con .box-left .l-bot .l-bot1 .hov-con {
  border-radius: 0 0 40px 40px;
}
.e-module-202212190958 .boxs .box-con .box-left .l-bot .l-bot2 {
  width: 59%;
  margin-left: 4px;
}
.e-module-202212190958 .boxs .box-con .box-left .l-bot .l-bot2 .e-bg,
.e-module-202212190958 .boxs .box-con .box-left .l-bot .l-bot2 .hov-con {
  border-radius: 0 0 0 40px;
}
.e-module-202212190958 .boxs .box-con .box-right {
  width: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 4px;
}
.e-module-202212190958 .boxs .box-con .box-right .r-left {
  width: 51%;
}
.e-module-202212190958 .boxs .box-con .box-right .r-left .r-left1 {
  height: 310px;
}
@media (max-width: 1600px) {
  .e-module-202212190958 .boxs .box-con .box-right .r-left .r-left1 {
    height: 220px;
  }
}
.e-module-202212190958 .boxs .box-con .box-right .r-left .r-left1 .e-bg,
.e-module-202212190958 .boxs .box-con .box-right .r-left .r-left1 .hov-con {
  border-radius: 40px 0 0 0;
}
.e-module-202212190958 .boxs .box-con .box-right .r-left .r-left2 {
  margin-top: 4px;
  height: 580px;
}
@media (max-width: 1600px) {
  .e-module-202212190958 .boxs .box-con .box-right .r-left .r-left2 {
    height: 410px;
  }
}
.e-module-202212190958 .boxs .box-con .box-right .r-left .r-left2 .e-bg,
.e-module-202212190958 .boxs .box-con .box-right .r-left .r-left2 .hov-con {
  border-radius: 0 0 40px 0;
}
.e-module-202212190958 .boxs .box-con .box-right .r-right {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 4px;
}
.e-module-202212190958 .boxs .box-con .box-right .r-right .r-right1 {
  height: 580px;
}
@media (max-width: 1600px) {
  .e-module-202212190958 .boxs .box-con .box-right .r-right .r-right1 {
    height: 410px;
  }
}
.e-module-202212190958 .boxs .box-con .box-right .r-right .r-right1 .e-bg,
.e-module-202212190958 .boxs .box-con .box-right .r-right .r-right1 .hov-con {
  border-radius: 0 40px 0 0;
}
.e-module-202212190958 .boxs .box-con .box-right .r-right .r-right2 {
  margin-top: 4px;
  height: 310px;
}
@media (max-width: 1600px) {
  .e-module-202212190958 .boxs .box-con .box-right .r-right .r-right2 {
    height: 220px;
  }
}
.e-module-202212190958 .boxs .box-con .box-right .r-right .r-right2 .e-bg,
.e-module-202212190958 .boxs .box-con .box-right .r-right .r-right2 .hov-con {
  border-radius: 0 0 40px 40px;
}
.e-module-202212190958 .boxs .box-con .box-item {
  position: relative;
  cursor: pointer;
}
.e-module-202212190958 .boxs .box-con .box-item .hov-con {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.e-module-202212190958 .boxs .box-con .box-item .hov-con .h-cons {
  padding: 30px 40px;
}
@media (max-width: 1600px) {
  .e-module-202212190958 .boxs .box-con .box-item .hov-con .h-cons {
    padding: 20px 30px;
  }
}
.e-module-202212190958 .boxs .box-con .box-item .hov-con .h-cons h3 {
  font-size: 20px;
  line-height: 1.6;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
}
.LANG-cn .e-module-202212190958 .boxs .box-con .box-item .hov-con .h-cons h3 {
  line-height: 1.7;
}
@media (max-width: 1600px) {
  .e-module-202212190958 .boxs .box-con .box-item .hov-con .h-cons h3 {
    font-size: 16px;
    line-height: 1.95;
    line-height: 1.5;
  }
  .LANG-cn .e-module-202212190958 .boxs .box-con .box-item .hov-con .h-cons h3 {
    line-height: 1.95;
  }
}
.e-module-202212190958 .boxs .box-con .box-item .hov-con .h-cons .txts {
  color: #fff;
  font-size: 16px;
  line-height: 1.95;
  margin-top: 15px;
  margin-bottom: 10px;
  line-height: 1.5;
}
.LANG-cn .e-module-202212190958 .boxs .box-con .box-item .hov-con .h-cons .txts {
  line-height: 1.95;
}
@media (max-width: 1600px) {
  .e-module-202212190958 .boxs .box-con .box-item .hov-con .h-cons .txts {
    font-size: 14px;
    line-height: 1.95;
    line-height: 1.5;
    margin-bottom: 0;
    margin-top: 10px;
  }
  .LANG-cn .e-module-202212190958 .boxs .box-con .box-item .hov-con .h-cons .txts {
    line-height: 1.95;
  }
}
@media (max-width: 1600px) {
  .e-module-202212190958 .boxs .box-con .box-item .hov-con .h-cons .e-link-box {
    padding-top: 10px;
  }
}
.e-module-202212190958 .boxs .box-con .box-item .hov-con .h-cons .e-link-box .text {
  color: #fff;
}
.e-module-202212190958 .boxs .box-con .box-item .hov-con .h-cons .e-link-box .iconfont {
  color: #fff;
}
.e-module-202212190958 .boxs .box-con .box-item:hover .hov-con {
  opacity: 1;
}
.e-module-202212190958 .boxs .box-con-wap {
  display: none;
  margin-top: 40px;
}
@media (max-width: 1200px) {
  .e-module-202212190958 .boxs .box-con-wap {
    display: block;
  }
}
.e-module-202212190958 .boxs .box-con-wap .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.e-module-202212190958 .boxs .box-con-wap .swiper-pagination {
  width: 100%;
  text-align: center;
  position: relative;
  margin-top: 15px;
  display: none;
}
@media (max-width: 1200px) {
  .e-module-202212190958 .boxs .box-con-wap .swiper-pagination {
    position: relative;
    margin-left: 0;
    margin-top: 0px;
    text-align: center;
    padding-right: 0;
  }
}
.e-module-202212190958 .boxs .box-con-wap .swiper-pagination .swiper-pagination-bullet {
  margin-right: 50px;
  width: 8px;
  height: 8px;
}
@media (max-width: 1600px) {
  .e-module-202212190958 .boxs .box-con-wap .swiper-pagination .swiper-pagination-bullet {
    margin-right: 40px;
    width: 8px;
    height: 8px;
  }
}
@media (max-width: 1200px) {
  .e-module-202212190958 .boxs .box-con-wap .swiper-pagination .swiper-pagination-bullet {
    margin-right: 14px;
    width: 5px;
    height: 5px;
  }
}
.e-module-202212190958 .boxs .box-con-wap .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #c7000b;
  position: relative;
}
.e-module-202212190958 .boxs .box-con-wap .swiper-pagination span.swiper-pagination-bullet-active::before {
  content: '';
  position: absolute;
  width: 34px;
  height: 26px;
  border-radius: 13px;
  border: 1px solid #c7000b;
  left: 50%;
  margin-left: -17px;
  top: 50%;
  margin-top: -13px;
}
@media (max-width: 1600px) {
  .e-module-202212190958 .boxs .box-con-wap .swiper-pagination span.swiper-pagination-bullet-active::before {
    width: 28px;
    height: 21px;
    margin-left: -14px;
    margin-top: -10px;
    border-radius: 12px;
  }
}
@media (max-width: 1200px) {
  .e-module-202212190958 .boxs .box-con-wap .swiper-pagination span.swiper-pagination-bullet-active::before {
    width: 18px;
    height: 14px;
    margin-left: -9px;
    margin-top: -7px;
    border-radius: 7px;
  }
}
.e-module-202212190958 .boxs .box-con-wap .swiper-slide:hover .jx-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.e-module-202212190958 .boxs .box-con-wap .swiper-slide .jx-img {
  border-radius: 10px;
  overflow: hidden;
}
.e-module-202212190958 .boxs .box-con-wap .swiper-slide .jx-img::after {
  padding-top: 56.25%;
}
.e-module-202212190958 .boxs .box-con-wap .swiper-slide .jx-img img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.e-module-202212190958 .boxs .box-con-wap .swiper-slide .swiper-con {
  background-color: #f5f5f5;
  border-radius: 10px;
  position: relative;
  display: none;
  opacity: 0;
}
@media (max-width: 1200px) {
  .e-module-202212190958 .boxs .box-con-wap .swiper-slide .swiper-con {
    padding: 25px 30px;
    margin-left: 35px;
    margin-right: 35px;
    margin-top: -50px;
  }
}
@media (max-width: 992px) {
  .e-module-202212190958 .boxs .box-con-wap .swiper-slide .swiper-con {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: -40px;
    padding: 15px 20px;
  }
}
.e-module-202212190958 .boxs .box-con-wap .swiper-slide .swiper-con .sw-tit h3 {
  font-weight: bold;
  color: #333;
}
@media (max-width: 1200px) {
  .e-module-202212190958 .boxs .box-con-wap .swiper-slide .swiper-con .sw-tit h3 {
    font-size: 18px;
    line-height: 1.889;
    line-height: 1.5;
  }
}
@media (max-width: 992px) {
  .e-module-202212190958 .boxs .box-con-wap .swiper-slide .swiper-con .sw-tit h3 {
    font-size: 16px;
    line-height: 1.95;
    line-height: 1.5;
  }
  .LANG-cn .e-module-202212190958 .boxs .box-con-wap .swiper-slide .swiper-con .sw-tit h3 {
    line-height: 1.95;
  }
}
.e-module-202212190958 .boxs .box-con-wap .swiper-slide .swiper-con .desc {
  color: #333;
  margin-top: 10px;
}
@media (max-width: 1600px) {
  .e-module-202212190958 .boxs .box-con-wap .swiper-slide .swiper-con .desc {
    font-size: 14px;
    line-height: 1.95;
    line-height: 1.5;
  }
  .LANG-cn .e-module-202212190958 .boxs .box-con-wap .swiper-slide .swiper-con .desc {
    line-height: 1.95;
  }
}
@media (max-width: 1200px) {
  .e-module-202212190958 .boxs .box-con-wap .swiper-slide .swiper-con .e-link-box {
    padding-top: 10px;
  }
}
.e-module-202212190958 .boxs .box-con-wap .swiper-slide-active .swiper-con {
  display: block;
  opacity: 1;
  -webkit-animation: fadeIn ease 1s;
          animation: fadeIn ease 1s;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.e-module-202212190958 .boxs .morenbtn {
  text-align: center;
}
.e-module-202212190958 .boxs .morenbtn .e-btn-bd-red-lg {
  margin-top: 50px;
}
@media (max-width: 1600px) {
  .e-module-202212190958 .boxs .morenbtn .e-btn-bd-red-lg {
    margin-top: 30px;
  }
}
@media (max-width: 1200px) {
  .e-module-202212190958 .boxs .morenbtn .e-btn-bd-red-lg {
    margin-top: 20px;
  }
}
@media (max-width: 992px) {
}
.e-module-202212161707.e-block-tb {
  padding-bottom: 150px;
}
@media (max-width: 1600px) {
}
@media (max-width: 1200px) {
  .e-module-202212161707.e-block-tb {
    padding-bottom: 60px;
  }
}
.e-module-202212161707 .classbg {
  position: absolute;
  width: 100%;
  right: 0;
  top: 20%;
}
.e-module-202212161707 .classbg::after {
  padding-top: 52.65625%;
}
@media (max-width: 1200px) {
  .e-module-202212161707 .classbg {
    width: 107%;
  }
}
@media (max-width: 992px) {
  .e-module-202212161707 .classbg {
    width: 100%;
    top: 6%;
  }
  .e-module-202212161707 .classbg::after {
    padding-top: 148.8%;
  }
}
.e-module-202212161707 .e-con .row {
  overflow: visible;
}
.e-module-202212161707 .e-con .row .high-item {
  position: relative;
  overflow: visible;
}
@media (max-width: 992px) {
  .e-module-202212161707 .e-con .row .high-item {
    margin-bottom: 20px;
  }
}
.e-module-202212161707 .e-con .row .high-item .e-lazy::after {
  padding-top: 39.57783641%;
}
@media (max-width: 992px) {
  .e-module-202212161707 .e-con .row .high-item .e-lazy::after {
    padding-top: 41.44927536%;
  }
}
.e-module-202212161707 .e-con .row .high-item .e-btn-box {
  position: absolute;
  bottom: 0;
  z-index: 2;
  left: 50%;
  -webkit-transform: translate(-50%, 30px);
          transform: translate(-50%, 30px);
  margin: 0;
}
@media (max-width: 1600px) {
  .e-module-202212161707 .e-con .row .high-item .e-btn-box {
    -webkit-transform: translate(-50%, 25px);
            transform: translate(-50%, 25px);
  }
}
@media (max-width: 1200px) {
  .e-module-202212161707 .e-con .row .high-item .e-btn-box {
    -webkit-transform: translate(-50%, 20px);
            transform: translate(-50%, 20px);
  }
}
@media (max-width: 992px) {
  .e-module-202212161707 .e-con .row .high-item .e-btn-box {
    -webkit-transform: translate(-50%, 15px);
            transform: translate(-50%, 15px);
  }
}
.e-module-202212161707 .e-con .row .high-item .e-btn-box a {
  background-color: #fff;
  padding: 13px 44px;
}
@media (max-width: 1600px) {
  .e-module-202212161707 .e-con .row .high-item .e-btn-box a {
    padding: 11px 28px;
  }
}
@media (max-width: 1200px) {
  .e-module-202212161707 .e-con .row .high-item .e-btn-box a {
    padding: 8px 23px;
  }
  .e-module-202212161707 .e-con .row .high-item .e-btn-box a span {
    font-size: 14px;
  }
}
.e-module-202212161707 .e-con .row .high-item .e-btn-box a:hover {
  background-color: #c7000b;
}
.e-module-202212161707 .e-con .row .high-item .high-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.e-module-202212161707 .e-con .row .high-item .high-box .high-con {
  color: #000;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -10px;
}
.e-module-202212161707 .e-con .row .high-item .high-box .high-con h2 {
  font-size: 60px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 1600px) {
  .e-module-202212161707 .e-con .row .high-item .high-box .high-con h2 {
    font-size: 50px;
    line-height: 1.44;
    margin-bottom: 5px;
  }
}
@media (max-width: 1200px) {
  .e-module-202212161707 .e-con .row .high-item .high-box .high-con h2 {
    font-size: 30px;
    line-height: 1.467;
  }
  .LANG-cn .e-module-202212161707 .e-con .row .high-item .high-box .high-con h2 {
    line-height: 1.533;
  }
}
@media (max-width: 992px) {
  .e-module-202212161707 .e-con .row .high-item .high-box .high-con h2 {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 0;
  }
  .LANG-cn .e-module-202212161707 .e-con .row .high-item .high-box .high-con h2 {
    line-height: 1.7;
  }
}
.e-module-202212161707 .e-con .row .high-item .high-box .high-con p {
  font-size: 20px;
  line-height: 1.6;
}
.LANG-cn .e-module-202212161707 .e-con .row .high-item .high-box .high-con p {
  line-height: 1.7;
}
@media (max-width: 1600px) {
  .e-module-202212161707 .e-con .row .high-item .high-box .high-con p {
    font-size: 18px;
    line-height: 1.889;
  }
}
@media (max-width: 1200px) {
  .e-module-202212161707 .e-con .row .high-item .high-box .high-con p {
    font-size: 16px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-202212161707 .e-con .row .high-item .high-box .high-con p {
    line-height: 1.95;
  }
}
@media (max-width: 992px) {
  .e-module-202212161707 .e-con .row .high-item .high-box .high-con p {
    font-size: 14px;
    line-height: 1.95;
    line-height: 1.5 !important;
  }
  .LANG-cn .e-module-202212161707 .e-con .row .high-item .high-box .high-con p {
    line-height: 1.95;
  }
}
.e-module-202212161707 .e-con .row .high-item .high-box .high-con p .red {
  color: #c7000b;
}
.footer {
  background: #f5f5f5;
  font-size: 14px;
  line-height: 1.375;
  margin-top: 60px;
}
@media (max-width: 1600px) {
  .footer {
    margin-top: 40px;
  }
}
@media (max-width: 1200px) {
  .footer {
    margin-top: 20px;
  }
}
.footer .e-cistern-l {
  text-align: right;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 1200px) {
  .footer .e-cistern-l {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .footer .e-cistern-l {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
.footer .e-cistern-l .footer-con {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .footer .e-cistern-l .footer-con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer .e-cistern-l .footer-con .left {
  display: inline-block;
  float: left;
}
@media (max-width: 992px) {
  .footer .e-cistern-l .footer-con .left {
    float: none;
  }
}
.footer .e-cistern-l .footer-con .left > p {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 5px;
  padding-right: 20px;
  font-size: 16px;
  color: #666;
}
@media (max-width: 1600px) {
  .footer .e-cistern-l .footer-con .left > p {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .footer .e-cistern-l .footer-con .left > p {
    padding-right: 10px;
    text-align: center;
  }
}
.footer .e-cistern-l .footer-con .left .share-footer {
  vertical-align: middle;
  display: inline-block;
}
@media (max-width: 992px) {
  .footer .e-cistern-l .footer-con .left .share-footer {
    margin-top: 5px;
  }
}
.footer .e-cistern-l .footer-con .left .share-footer a {
  color: #666;
  border-radius: 100%;
  width: 28px;
  height: 28px;
  display: inline-block;
  margin: 0 5px;
  position: relative;
}
.LANG-cn .footer .e-cistern-l .footer-con .left .share-footer a {
  border: none;
}
.footer .e-cistern-l .footer-con .left .share-footer a::before {
  display: none;
}
.footer .e-cistern-l .footer-con .left .share-footer a .iconfont {
  font-size: 24px;
  left: 1px;
  top: -2px;
  position: absolute;
  color: #999;
}
.footer .e-cistern-l .footer-con .left .share-footer a .pic {
  display: none;
  width: 60px;
  height: 60px;
  position: absolute;
  left: -15px;
  bottom: 36px;
}
.footer .e-cistern-l .footer-con .left .share-footer a .pic img {
  width: 100%;
  display: block;
}
.footer .e-cistern-l .footer-con .left .share-footer a:hover .pic {
  display: block;
}
.footer .e-cistern-l .footer-con .right {
  text-align: right;
  display: inline-block;
}
@media (max-width: 992px) {
  .footer .e-cistern-l .footer-con .right {
    text-align: center;
    margin-top: 30px;
  }
}
.footer .e-cistern-l .footer-con .right .contact a {
  font-size: 16px;
  line-height: 1.95;
  color: #333;
}
@media (max-width: 1600px) {
  .footer .e-cistern-l .footer-con .right .contact a {
    font-size: 14px;
  }
}
.footer .e-cistern-l .footer-con .right > span {
  color: #666;
  line-height: 1.95;
  font-size: 16px;
}
@media (max-width: 1600px) {
  .footer .e-cistern-l .footer-con .right > span {
    font-size: 14px;
  }
}
.sidebar {
  width: 78px;
  height: 78px;
  position: fixed;
  right: 10px;
  bottom: 180px;
  z-index: 10;
}
@media (max-width: 1600px) {
  .sidebar {
    width: 60px;
    height: 60px;
    right: 15px;
  }
}
@media (max-width: 1200px) {
  .sidebar {
    width: 50px;
    height: 50px;
  }
}
.sidebar .e-lazy::after {
  padding-top: 100%;
}
.gotop {
  position: fixed;
  right: 20px;
  bottom: 115px;
  z-index: 100;
  cursor: pointer;
}
.gotop .slide-item3 {
  display: none;
}
.gotop .slide-item3 .slide-btn {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: 1px solid #ddd;
  color: #999;
  text-align: center;
  border-radius: 10px;
  padding-top: 3px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
     -moz-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.gotop .slide-item3 .slide-btn .iconfont {
  font-size: 24px;
  line-height: 0;
}
.gotop .slide-item3 .slide-btn p {
  font-size: 12px;
  line-height: 0;
}
.gotop .slide-item3 .slide-btn:hover {
  color: #c7000b;
}
@media (max-width: 1200px) {
  .gotop .slide-item3 {
    display: none;
  }
}
.e-module-202301110931 .classbg {
  position: absolute;
  width: 100%;
  right: 0;
  top: 12%;
}
.e-module-202301110931 .classbg::after {
  padding-top: 55.78125%;
}
@media (max-width: 992px) {
  .e-module-202301110931 .classbg {
    top: 5%;
  }
  .e-module-202301110931 .classbg::after {
    padding-top: 409.40665702%;
  }
}
@media (max-width: 750px) {
  .e-module-202301110931 .classbg {
    width: 100%;
  }
}
.e-module-202301110931 .e-con .agenda-container .age-con .tab-date {
  width: 100%;
  margin-top: 20px;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}
@media (max-width: 992px) {
  .e-module-202301110931 .e-con .agenda-container .age-con .tab-date {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.e-module-202301110931 .e-con .agenda-container .age-con .tab-date li {
  font-size: 14px;
  line-height: 1.5;
  padding: 8px 32px;
  border: 1px solid #707070;
  background: transparent;
  border-radius: 30px;
  color: #707070;
  margin: 0 10px;
}
.e-module-202301110931 .e-con .agenda-container .age-con .tab-date li.active {
  border: 1px solid #c7000b;
  background: #c7000b;
  color: #fff;
}
.e-module-202301110931 .e-con .agenda-container .age-con .row-item > div {
  background-color: #F8F9FB;
  border-radius: 20px;
  height: 100%;
}
@media (max-width: 992px) {
  .e-module-202301110931 .e-con .agenda-container .age-con .row-item > div {
    background: transparent;
  }
}
.e-module-202301110931 .e-con .agenda-container .age-con .row-item > div h2 {
  font-size: 36px;
  line-height: 1.5;
  font-weight: bold;
  color: #333;
  border-radius: 20px 20px 0 0;
  text-align: center;
  padding: 25px 0 15px;
}
@media (max-width: 1600px) {
  .e-module-202301110931 .e-con .agenda-container .age-con .row-item > div h2 {
    padding: 20px 0 10px;
    font-size: 28px;
    line-height: 1.5;
  }
}
@media (max-width: 1200px) {
  .e-module-202301110931 .e-con .agenda-container .age-con .row-item > div h2 {
    font-size: 18px;
    line-height: 1.889;
  }
}
@media (max-width: 992px) {
  .e-module-202301110931 .e-con .agenda-container .age-con .row-item > div h2 {
    display: none;
  }
}
.e-module-202301110931 .e-con .agenda-container .age-con .row-item > div h2.left-tit {
  background: -webkit-gradient(linear, left top, right top, from(#E9E8FD), color-stop(65%, #FFF8F8), to(#FFF8F7));
  background: linear-gradient(to right, #E9E8FD 0%, #FFF8F8 65%, #FFF8F7 100%);
}
.e-module-202301110931 .e-con .agenda-container .age-con .row-item > div h2.right-tit {
  background: -webkit-gradient(linear, left top, right top, from(#DFF7FF), color-stop(66%, #EFFCFF), to(#FFECF6));
  background: linear-gradient(to right, #DFF7FF 0%, #EFFCFF 66%, #FFECF6 100%);
}
.e-module-202301110931 .e-con .agenda-container .age-con .row-item > div .right-con,
.e-module-202301110931 .e-con .agenda-container .age-con .row-item > div .left-con {
  margin-top: 0px;
  padding: 0 40px 40px;
}
@media (max-width: 1200px) {
  .e-module-202301110931 .e-con .agenda-container .age-con .row-item > div .right-con,
  .e-module-202301110931 .e-con .agenda-container .age-con .row-item > div .left-con {
    padding: 0 20px 20px;
  }
}
@media (max-width: 992px) {
  .e-module-202301110931 .e-con .agenda-container .age-con .row-item > div .right-con,
  .e-module-202301110931 .e-con .agenda-container .age-con .row-item > div .left-con {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .e-module-202301110931 .e-con .agenda-container .age-con .row-item {
    display: none;
  }
  .e-module-202301110931 .e-con .agenda-container .age-con .row-item.active {
    display: block;
  }
}
.e-module-202301110931 .e-con .agenda-container .age-con .row-item:last-child .age-right-con .right-con .age-item:last-child .item-top .address {
  margin-left: 20px;
}
@media (max-width: 1200px) {
  .e-module-202301110931 .e-con .agenda-container .age-con .row-item:last-child .age-right-con .right-con .age-item:last-child .item-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .e-module-202301110931 .e-con .agenda-container .age-con .row-item:last-child .age-right-con .right-con .age-item:last-child .item-top .address {
    margin-left: 0;
  }
}
@media (max-width: 992px) {
  .e-module-202301110931 .e-con .agenda-container .age-con .row-item:last-child .age-right-con .right-con .age-item:last-child .item-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .e-module-202301110931 .e-con .agenda-container .age-con .row-item:last-child .age-right-con .right-con .age-item:last-child .item-top .address {
    margin-left: 20px;
  }
}
@media (max-width: 750px) {
  .e-module-202301110931 .e-con .agenda-container .age-con .row-item:last-child .age-right-con .right-con .age-item:last-child .item-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .e-module-202301110931 .e-con .agenda-container .age-con .row-item:last-child .age-right-con .right-con .age-item:last-child .item-top .address {
    margin-left: 0;
  }
}
.e-module-202301110931 .e-con .agenda-container .age-con .row-item:last-child .age-right-con .right-con .age-item:last-child .item-top .address {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.e-module-202301110931 .e-con .agenda-container .age-con .row-item:last-child .age-right-con .right-con .age-item:last-child .item-t2 {
  padding-bottom: 0;
}
.e-module-202301110931 .e-con .agenda-container .age-con .age-item.e-col-sm-12 {
  padding-top: 10px;
  margin-top: 30px;
}
@media (max-width: 1200px) {
  .e-module-202301110931 .e-con .agenda-container .age-con .age-item.e-col-sm-12 {
    padding-top: 0;
    margin-top: 20px;
  }
}
.e-module-202301110931 .e-con .agenda-container .age-con .item-con {
  background-color: #fff;
  border-radius: 20px;
  padding: 35px 30px;
  position: relative;
  height: 100%;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  display: block;
}
@media (max-width: 1600px) {
  .e-module-202301110931 .e-con .agenda-container .age-con .item-con {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .e-module-202301110931 .e-con .agenda-container .age-con .item-con {
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .e-module-202301110931 .e-con .agenda-container .age-con .item-con {
    padding: 35px 20px 20px;
    border-radius: 12px;
    border: 1px solid #ddd;
  }
}
.e-module-202301110931 .e-con .agenda-container .age-con .item-con:hover {
  cursor: pointer;
  /* x偏移量 | y偏移量 | 阴影模糊半径 | 阴影扩散半径 | 阴影颜色 */
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
}
.e-module-202301110931 .e-con .agenda-container .age-con .item-con:hover .detail-btn .btn-item {
  border: 2px solid #C7000B;
}
.e-module-202301110931 .e-con .agenda-container .age-con .item-con:hover .detail-btn .btn-item span {
  color: #C7000B;
}
.e-module-202301110931 .e-con .agenda-container .age-con .item-con:hover .detail-btn .btn-item .icon2 .e-lazy .icon-grey {
  display: none;
}
.e-module-202301110931 .e-con .agenda-container .age-con .item-con:hover .detail-btn .btn-item .icon2 .e-lazy .icon-red {
  display: block;
}
@media (max-width: 1200px) {
  .e-module-202301110931 .e-con .agenda-container .age-con .item-con:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}
.e-module-202301110931 .e-con .agenda-container .age-con .item-con .tips {
  font-size: 16px;
  line-height: 1.95;
  color: #333;
  display: inline-block;
  padding: 0 34px;
  background-color: #D3E2F9;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 22px 0 22px;
}
.LANG-cn .e-module-202301110931 .e-con .agenda-container .age-con .item-con .tips {
  line-height: 1.95;
}
@media (max-width: 1600px) {
  .e-module-202301110931 .e-con .agenda-container .age-con .item-con .tips {
    font-size: 14px;
    line-height: 1.95;
    padding: 0 25px;
  }
  .LANG-cn .e-module-202301110931 .e-con .agenda-container .age-con .item-con .tips {
    line-height: 1.95;
  }
}
@media (max-width: 992px) {
  .e-module-202301110931 .e-con .agenda-container .age-con .item-con .tips {
    border-radius: 0 11px 0 11px;
  }
}
.e-module-202301110931 .e-con .agenda-container .age-con .item-con .item-top {
  margin-bottom: 0;
}
.e-module-202301110931 .e-con .agenda-container .age-con .item-con .item-top .address {
  display: none;
}
.e-module-202301110931 .e-con .agenda-container .age-con .item-con .item-top.active {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.e-module-202301110931 .e-con .agenda-container .age-con .item-con .item-top.active .address {
  margin-left: 0;
}
.e-module-202301110931 .e-con .agenda-container .age-con .item-con .item-t1 {
  font-size: 16px;
  line-height: 1.95;
  color: #333;
}
.LANG-cn .e-module-202301110931 .e-con .agenda-container .age-con .item-con .item-t1 {
  line-height: 1.95;
}
@media (max-width: 1600px) {
  .e-module-202301110931 .e-con .agenda-container .age-con .item-con .item-t1 {
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-202301110931 .e-con .agenda-container .age-con .item-con .item-t1 {
    line-height: 1.95;
  }
}
@media (max-width: 992px) {
  .e-module-202301110931 .e-con .agenda-container .age-con .item-con .item-t1 {
    display: none;
  }
}
.e-module-202301110931 .e-con .agenda-container .age-con .item-con .item-t2 {
  font-size: 20px;
  line-height: 1.6;
  color: #000;
  font-weight: bold;
  padding-bottom: 60px;
}
.LANG-cn .e-module-202301110931 .e-con .agenda-container .age-con .item-con .item-t2 {
  line-height: 1.7;
}
@media (max-width: 1600px) {
  .e-module-202301110931 .e-con .agenda-container .age-con .item-con .item-t2 {
    font-size: 18px;
    line-height: 1.889;
    line-height: 1.5;
  }
}
@media (max-width: 1200px) {
  .e-module-202301110931 .e-con .agenda-container .age-con .item-con .item-t2 {
    font-size: 16px;
    line-height: 1.95;
    line-height: 1.5;
    padding-bottom: 55px;
  }
  .LANG-cn .e-module-202301110931 .e-con .agenda-container .age-con .item-con .item-t2 {
    line-height: 1.95;
  }
}
@media (max-width: 992px) {
  .e-module-202301110931 .e-con .agenda-container .age-con .item-con .item-t2 {
    padding-bottom: 0px;
  }
}
.e-module-202301110931 .e-con .agenda-container .age-con .item-con .item-t3 {
  font-size: 18px;
  line-height: 1.889;
  line-height: 1.5;
  color: #333;
  display: none;
}
@media (max-width: 1600px) {
  .e-module-202301110931 .e-con .agenda-container .age-con .item-con .item-t3 {
    font-size: 16px;
    line-height: 1.95;
    line-height: 1.5;
  }
  .LANG-cn .e-module-202301110931 .e-con .agenda-container .age-con .item-con .item-t3 {
    line-height: 1.95;
  }
}
@media (max-width: 1200px) {
  .e-module-202301110931 .e-con .agenda-container .age-con .item-con .item-t3 {
    font-size: 14px;
    line-height: 1.95;
    line-height: 1.5;
  }
  .LANG-cn .e-module-202301110931 .e-con .agenda-container .age-con .item-con .item-t3 {
    line-height: 1.95;
  }
}
@media (max-width: 992px) {
  .e-module-202301110931 .e-con .agenda-container .age-con .item-con .item-t3 {
    padding-bottom: 10px;
  }
}
.e-module-202301110931 .e-con .agenda-container .age-con .item-con .detail-btn {
  display: inline-block;
  margin-top: 10px;
  cursor: pointer;
  position: absolute;
  bottom: 40px;
}
@media (max-width: 1600px) {
  .e-module-202301110931 .e-con .agenda-container .age-con .item-con .detail-btn {
    bottom: 30px;
  }
}
@media (max-width: 1200px) {
  .e-module-202301110931 .e-con .agenda-container .age-con .item-con .detail-btn {
    bottom: 20px;
  }
}
.e-module-202301110931 .e-con .agenda-container .age-con .item-con .detail-btn .btn-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 35px;
  border: 2px solid #666;
  border-radius: 40px;
}
@media (max-width: 1600px) {
  .e-module-202301110931 .e-con .agenda-container .age-con .item-con .detail-btn .btn-item {
    padding: 8px 25px;
  }
}
.e-module-202301110931 .e-con .agenda-container .age-con .item-con .detail-btn .btn-item span {
  font-size: 16px;
  line-height: 1.95;
  line-height: 1.5;
  color: #666;
  padding-left: 10px;
}
.LANG-cn .e-module-202301110931 .e-con .agenda-container .age-con .item-con .detail-btn .btn-item span {
  line-height: 1.95;
}
@media (max-width: 1600px) {
  .e-module-202301110931 .e-con .agenda-container .age-con .item-con .detail-btn .btn-item span {
    font-size: 14px;
    line-height: 1.95;
    line-height: 1.5;
  }
  .LANG-cn .e-module-202301110931 .e-con .agenda-container .age-con .item-con .detail-btn .btn-item span {
    line-height: 1.95;
  }
}
@media (max-width: 992px) {
  .e-module-202301110931 .e-con .agenda-container .age-con .item-con .detail-btn {
    position: static;
  }
}
.e-module-202301110931 .e-con .agenda-container .age-con .item-con.item-con-red {
  background-color: #FFF4F4;
}
.e-module-202301110931 .e-con .agenda-container .age-con .item-con.item-con-red .tips {
  background-color: rgba(199, 0, 11, 0.2);
}
.e-module-202301110931 .e-con .agenda-container .age-con .item-con.item-con-green {
  background-color: rgba(227, 246, 241, 0.86);
}
.e-module-202301110931 .e-con .agenda-container .age-con .item-con.item-con-green .tips {
  background-color: rgba(95, 203, 156, 0.42);
  padding: 0 10px;
}
@media (max-width: 1600px) {
  .e-module-202301110931 .e-con .agenda-container .age-con .item-con.item-con-green .tips {
    padding: 0 5px;
  }
}
.e-module-202301110931 .e-con .agenda-container .age-con .pop {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1002;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}
@media (max-width: 992px) {
  .e-module-202301110931 .e-con .agenda-container .age-con .pop {
    background-color: rgba(0, 0, 0, 0);
  }
}
.e-module-202301110931 .e-con .agenda-container .age-con .pop .pop-cons {
  position: relative;
  width: 100%;
  height: 100%;
}
.e-module-202301110931 .e-con .agenda-container .age-con .pop .pop-cons .pop-con {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 66%;
  padding: 80px 100px;
  background-color: #fff;
  border-radius: 20px;
}
@media (max-width: 1600px) {
  .e-module-202301110931 .e-con .agenda-container .age-con .pop .pop-cons .pop-con {
    padding: 80px 100px;
  }
}
@media (max-width: 1200px) {
  .e-module-202301110931 .e-con .agenda-container .age-con .pop .pop-cons .pop-con {
    padding: 50px 70px;
  }
}
@media (max-width: 992px) {
  .e-module-202301110931 .e-con .agenda-container .age-con .pop .pop-cons .pop-con {
    width: 100%;
    height: 100%;
    padding: 30px;
    border-radius: 0;
  }
}
.e-module-202301110931 .e-con .agenda-container .age-con .pop .pop-cons .pop-con .pop-t1,
.e-module-202301110931 .e-con .agenda-container .age-con .pop .pop-cons .pop-con .pop-t3 {
  font-size: 16px;
  line-height: 1.95;
  line-height: 1.5;
  color: #333;
}
.LANG-cn .e-module-202301110931 .e-con .agenda-container .age-con .pop .pop-cons .pop-con .pop-t1,
.LANG-cn .e-module-202301110931 .e-con .agenda-container .age-con .pop .pop-cons .pop-con .pop-t3 {
  line-height: 1.95;
}
@media (max-width: 1600px) {
  .e-module-202301110931 .e-con .agenda-container .age-con .pop .pop-cons .pop-con .pop-t1,
  .e-module-202301110931 .e-con .agenda-container .age-con .pop .pop-cons .pop-con .pop-t3 {
    font-size: 14px;
    line-height: 1.95;
    line-height: 1.5;
  }
  .LANG-cn .e-module-202301110931 .e-con .agenda-container .age-con .pop .pop-cons .pop-con .pop-t1,
  .LANG-cn .e-module-202301110931 .e-con .agenda-container .age-con .pop .pop-cons .pop-con .pop-t3 {
    line-height: 1.95;
  }
}
@media (max-width: 1200px) {
  .e-module-202301110931 .e-con .agenda-container .age-con .pop .pop-cons .pop-con .pop-t1,
  .e-module-202301110931 .e-con .agenda-container .age-con .pop .pop-cons .pop-con .pop-t3 {
    font-size: 14px;
    line-height: 1.95;
    line-height: 1.5;
  }
  .LANG-cn .e-module-202301110931 .e-con .agenda-container .age-con .pop .pop-cons .pop-con .pop-t1,
  .LANG-cn .e-module-202301110931 .e-con .agenda-container .age-con .pop .pop-cons .pop-con .pop-t3 {
    line-height: 1.95;
  }
}
.e-module-202301110931 .e-con .agenda-container .age-con .pop .pop-cons .pop-con .pop-t2 {
  font-size: 28px;
  line-height: 1.5;
  color: #000;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 10px;
}
@media (max-width: 1600px) {
  .e-module-202301110931 .e-con .agenda-container .age-con .pop .pop-cons .pop-con .pop-t2 {
    font-size: 22px;
    line-height: 1.545;
  }
  .LANG-cn .e-module-202301110931 .e-con .agenda-container .age-con .pop .pop-cons .pop-con .pop-t2 {
    line-height: 1.636;
  }
}
@media (max-width: 1200px) {
  .e-module-202301110931 .e-con .agenda-container .age-con .pop .pop-cons .pop-con .pop-t2 {
    font-size: 18px;
    line-height: 1.889;
  }
}
@media (max-width: 992px) {
  .e-module-202301110931 .e-con .agenda-container .age-con .pop .pop-cons .pop-con .pop-t2 {
    font-size: 16px;
    line-height: 1.5;
  }
}
.e-module-202301110931 .e-con .agenda-container .age-con .pop .pop-cons .pop-con .scroll-main {
  max-height: 600px;
  overflow-y: auto;
}
@media (max-width: 1600px) {
  .e-module-202301110931 .e-con .agenda-container .age-con .pop .pop-cons .pop-con .scroll-main {
    max-height: 400px;
  }
}
@media (max-width: 992px) {
  .e-module-202301110931 .e-con .agenda-container .age-con .pop .pop-cons .pop-con .scroll-main {
    max-height: 850px;
  }
}
@media (max-width: 750px) {
  .e-module-202301110931 .e-con .agenda-container .age-con .pop .pop-cons .pop-con .scroll-main {
    max-height: 490px;
  }
}
@media (max-width: 320px) {
  .e-module-202301110931 .e-con .agenda-container .age-con .pop .pop-cons .pop-con .scroll-main {
    max-height: 330px;
  }
}
.e-module-202301110931 .e-con .agenda-container .age-con .pop .pop-cons .pop-con .scroll-main .pop-t3 {
  padding-bottom: 50px;
  margin-right: 10px;
}
@media (max-width: 1600px) {
  .e-module-202301110931 .e-con .agenda-container .age-con .pop .pop-cons .pop-con .scroll-main .pop-t3 {
    padding-bottom: 15px;
  }
}
.e-module-202301110931 .e-con .agenda-container .age-con .pop .pop-cons .pop-con .scroll-main .time-table {
  margin-right: 10px;
}
.e-module-202301110931 .e-con .agenda-container .age-con .pop .pop-cons .pop-con .scroll-main .time-table .scroll-con li {
  padding: 25px 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #dddddd;
}
.e-module-202301110931 .e-con .agenda-container .age-con .pop .pop-cons .pop-con .scroll-main .time-table .scroll-con li:last-child {
  border-bottom: 1px solid #ddd;
}
@media (max-width: 1600px) {
  .e-module-202301110931 .e-con .agenda-container .age-con .pop .pop-cons .pop-con .scroll-main .time-table .scroll-con li {
    padding: 20px 15px;
  }
}
@media (max-width: 1200px) {
  .e-module-202301110931 .e-con .agenda-container .age-con .pop .pop-cons .pop-con .scroll-main .time-table .scroll-con li {
    padding: 15px 10px;
  }
}
@media (max-width: 992px) {
  .e-module-202301110931 .e-con .agenda-container .age-con .pop .pop-cons .pop-con .scroll-main .time-table .scroll-con li {
    display: block;
  }
}
.e-module-202301110931 .e-con .agenda-container .age-con .pop .pop-cons .pop-con .scroll-main .time-table .scroll-con li .left {
  width: 260px;
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
  color: #333;
}
.LANG-cn .e-module-202301110931 .e-con .agenda-container .age-con .pop .pop-cons .pop-con .scroll-main .time-table .scroll-con li .left {
  line-height: 1.7;
}
@media (max-width: 1600px) {
  .e-module-202301110931 .e-con .agenda-container .age-con .pop .pop-cons .pop-con .scroll-main .time-table .scroll-con li .left {
    font-size: 18px;
    line-height: 1.889;
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .e-module-202301110931 .e-con .agenda-container .age-con .pop .pop-cons .pop-con .scroll-main .time-table .scroll-con li .left {
    font-size: 16px;
    line-height: 1.5;
    width: 150px;
  }
}
@media (max-width: 992px) {
  .e-module-202301110931 .e-con .agenda-container .age-con .pop .pop-cons .pop-con .scroll-main .time-table .scroll-con li .left {
    width: 100%;
  }
}
.e-module-202301110931 .e-con .agenda-container .age-con .pop .pop-cons .pop-con .scroll-main .time-table .scroll-con li .right {
  width: calc(100% - 260px);
}
@media (max-width: 1600px) {
  .e-module-202301110931 .e-con .agenda-container .age-con .pop .pop-cons .pop-con .scroll-main .time-table .scroll-con li .right {
    width: calc(100% - 200px);
  }
}
@media (max-width: 1200px) {
  .e-module-202301110931 .e-con .agenda-container .age-con .pop .pop-cons .pop-con .scroll-main .time-table .scroll-con li .right {
    width: calc(100% - 150px);
  }
}
@media (max-width: 992px) {
  .e-module-202301110931 .e-con .agenda-container .age-con .pop .pop-cons .pop-con .scroll-main .time-table .scroll-con li .right {
    width: 100%;
  }
}
.e-module-202301110931 .e-con .agenda-container .age-con .pop .pop-cons .pop-con .scroll-main .time-table .scroll-con li .right .topic-title {
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
  color: #333;
}
.LANG-cn .e-module-202301110931 .e-con .agenda-container .age-con .pop .pop-cons .pop-con .scroll-main .time-table .scroll-con li .right .topic-title {
  line-height: 1.7;
}
@media (max-width: 1600px) {
  .e-module-202301110931 .e-con .agenda-container .age-con .pop .pop-cons .pop-con .scroll-main .time-table .scroll-con li .right .topic-title {
    font-size: 18px;
    line-height: 1.889;
    line-height: 1.5;
  }
}
@media (max-width: 1200px) {
  .e-module-202301110931 .e-con .agenda-container .age-con .pop .pop-cons .pop-con .scroll-main .time-table .scroll-con li .right .topic-title {
    font-size: 16px;
    line-height: 1.5;
  }
}
.e-module-202301110931 .e-con .agenda-container .age-con .pop .pop-cons .pop-con .scroll-main .time-table .scroll-con li .right .name-job {
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  padding-top: 5px;
}
@media (max-width: 1600px) {
}
@media (max-width: 1200px) {
  .e-module-202301110931 .e-con .agenda-container .age-con .pop .pop-cons .pop-con .scroll-main .time-table .scroll-con li .right .name-job {
    font-size: 14px;
    line-height: 1.5;
  }
}
.e-module-202301110931 .e-con .agenda-container .age-con .pop .pop-cons .close-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 1010;
  cursor: pointer;
}
.e-module-202301110931 .e-con .agenda-container .age-con .pop .pop-cons .close-btn .e-lazy {
  width: 40px;
}
.e-module-202301110931 .e-con .agenda-container .age-con .pop .pop-cons .close-btn .e-lazy::after {
  padding-top: 100%;
}
@media (max-width: 1600px) {
  .e-module-202301110931 .e-con .agenda-container .age-con .pop .pop-cons .close-btn {
    width: 30px;
    height: 30px;
    right: 20px;
    top: 20px;
  }
  .e-module-202301110931 .e-con .agenda-container .age-con .pop .pop-cons .close-btn .e-lazy {
    width: 30px;
  }
}
@media (max-width: 992px) {
  .e-module-202301110931 .e-con .agenda-container .age-con .pop .pop-cons .close-btn {
    right: 10px;
    top: 10px;
  }
}
.e-module-202301110931 .e-con .agenda-container .age-con .pop .pop-cons .live-btn {
  display: inline-block;
  top: 100px;
  right: 120px;
  position: absolute;
  z-index: 1010;
  cursor: pointer;
}
@media (max-width: 1600px) {
  .e-module-202301110931 .e-con .agenda-container .age-con .pop .pop-cons .live-btn {
    top: 80px;
  }
}
@media (max-width: 1200px) {
  .e-module-202301110931 .e-con .agenda-container .age-con .pop .pop-cons .live-btn {
    top: 50px;
    right: 90px;
  }
}
.e-module-202301110931 .e-con .agenda-container .age-con .pop .pop-cons .live-btn .btn-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 35px;
  border: 2px solid #C7000B;
  border-radius: 40px;
}
@media (max-width: 1600px) {
  .e-module-202301110931 .e-con .agenda-container .age-con .pop .pop-cons .live-btn .btn-item {
    padding: 3px 20px;
  }
}
.e-module-202301110931 .e-con .agenda-container .age-con .pop .pop-cons .live-btn .btn-item span {
  font-size: 16px;
  line-height: 1.95;
  color: #C7000B;
  padding-left: 10px;
}
.LANG-cn .e-module-202301110931 .e-con .agenda-container .age-con .pop .pop-cons .live-btn .btn-item span {
  line-height: 1.95;
}
.e-module-202301110931 .e-con .agenda-container .age-con .pop .pop-cons .live-btn .btn-item:hover {
  border: 2px solid #C7000B;
  background-color: #C7000B;
}
.e-module-202301110931 .e-con .agenda-container .age-con .pop .pop-cons .live-btn .btn-item:hover span {
  color: #fff;
}
.e-module-202301110931 .e-con .agenda-container .age-con .pop .pop-cons .live-btn .btn-item:hover .icon4 .e-lazy .live-red {
  display: none;
}
.e-module-202301110931 .e-con .agenda-container .age-con .pop .pop-cons .live-btn .btn-item:hover .icon4 .e-lazy .live-white {
  display: block;
}
.e-module-202301110931 .e-con .agenda-container .pop-top,
.e-module-202301110931 .e-con .agenda-container .item-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.e-module-202301110931 .e-con .agenda-container .pop-top .times,
.e-module-202301110931 .e-con .agenda-container .item-top .times,
.e-module-202301110931 .e-con .agenda-container .pop-top .address,
.e-module-202301110931 .e-con .agenda-container .item-top .address {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.e-module-202301110931 .e-con .agenda-container .pop-top .times span,
.e-module-202301110931 .e-con .agenda-container .item-top .times span,
.e-module-202301110931 .e-con .agenda-container .pop-top .address span,
.e-module-202301110931 .e-con .agenda-container .item-top .address span {
  font-size: 18px;
  line-height: 1.889;
  color: #666;
  padding-left: 5px;
  font-weight: bold;
}
@media (max-width: 1600px) {
  .e-module-202301110931 .e-con .agenda-container .pop-top .times span,
  .e-module-202301110931 .e-con .agenda-container .item-top .times span,
  .e-module-202301110931 .e-con .agenda-container .pop-top .address span,
  .e-module-202301110931 .e-con .agenda-container .item-top .address span {
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-202301110931 .e-con .agenda-container .pop-top .times span,
  .LANG-cn .e-module-202301110931 .e-con .agenda-container .item-top .times span,
  .LANG-cn .e-module-202301110931 .e-con .agenda-container .pop-top .address span,
  .LANG-cn .e-module-202301110931 .e-con .agenda-container .item-top .address span {
    line-height: 1.95;
  }
}
.e-module-202301110931 .e-con .agenda-container .pop-top .address,
.e-module-202301110931 .e-con .agenda-container .item-top .address {
  margin-left: 40px;
}
@media (max-width: 1200px) {
  .e-module-202301110931 .e-con .agenda-container .pop-top .address,
  .e-module-202301110931 .e-con .agenda-container .item-top .address {
    margin-left: 20px;
  }
}
.e-module-202301110931 .e-con .agenda-container .icon1 {
  width: 18px;
  height: 18px;
}
@media (max-width: 1600px) {
  .e-module-202301110931 .e-con .agenda-container .icon1 {
    width: 16px;
    height: 16px;
  }
}
.e-module-202301110931 .e-con .agenda-container .icon1 .e-lazy {
  width: 18px;
}
@media (max-width: 1600px) {
  .e-module-202301110931 .e-con .agenda-container .icon1 .e-lazy {
    width: 16px;
  }
}
.e-module-202301110931 .e-con .agenda-container .icon1 .e-lazy::after {
  padding-top: 100%;
}
.e-module-202301110931 .e-con .agenda-container .icon2 {
  width: 16px;
  height: 18px;
}
.e-module-202301110931 .e-con .agenda-container .icon2 .e-lazy {
  width: 16px;
}
.e-module-202301110931 .e-con .agenda-container .icon2 .e-lazy .icon-grey {
  display: block;
}
.e-module-202301110931 .e-con .agenda-container .icon2 .e-lazy .icon-red {
  display: none;
}
.e-module-202301110931 .e-con .agenda-container .icon2 .e-lazy::after {
  padding-top: 112.5%;
}
.e-module-202301110931 .e-con .agenda-container .icon3 {
  width: 16px;
  height: 18px;
}
.e-module-202301110931 .e-con .agenda-container .icon3 .e-lazy {
  width: 16px;
}
.e-module-202301110931 .e-con .agenda-container .icon3 .e-lazy::after {
  padding-top: 128.57142857%;
}
.e-module-202301110931 .e-con .agenda-container .icon4 {
  width: 20px;
  height: 20px;
}
.e-module-202301110931 .e-con .agenda-container .icon4 .e-lazy {
  width: 20px;
}
.e-module-202301110931 .e-con .agenda-container .icon4 .e-lazy .live-red {
  display: block;
}
.e-module-202301110931 .e-con .agenda-container .icon4 .e-lazy .live-white {
  display: none;
}
.e-module-202301110931 .e-con .agenda-container .icon4 .e-lazy::after {
  padding-top: 100%;
}
.videomask .jWVideoFrame .icon-close {
  padding: 3px 7px !important;
}
.e-module-202301121149 .e-con .e-cistern-l .swiper {
  overflow: hidden;
  height: 100%;
}
.e-module-202301121149 .e-con .e-cistern-l .swiper .swiper-slide .sw-con .e-lazy {
  width: 248px;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 1600px) {
  .e-module-202301121149 .e-con .e-cistern-l .swiper .swiper-slide .sw-con .e-lazy {
    width: 180px;
  }
}
@media (max-width: 1200px) {
  .e-module-202301121149 .e-con .e-cistern-l .swiper .swiper-slide .sw-con .e-lazy {
    width: 150px;
  }
}
@media (max-width: 992px) {
  .e-module-202301121149 .e-con .e-cistern-l .swiper .swiper-slide .sw-con .e-lazy {
    width: 124px;
  }
}
.e-module-202301121149 .e-con .e-cistern-l .swiper .swiper-slide .sw-con .e-lazy::after {
  padding-top: 100%;
}
.e-module-202301121149 .e-con .e-cistern-l .swiper .swiper-slide .sw-con h3 {
  font-size: 24px;
  line-height: 1.5;
  color: #333;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
}
.LANG-cn .e-module-202301121149 .e-con .e-cistern-l .swiper .swiper-slide .sw-con h3 {
  line-height: 1.583;
}
@media (max-width: 1600px) {
  .e-module-202301121149 .e-con .e-cistern-l .swiper .swiper-slide .sw-con h3 {
    font-size: 20px;
    line-height: 1.6;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .LANG-cn .e-module-202301121149 .e-con .e-cistern-l .swiper .swiper-slide .sw-con h3 {
    line-height: 1.7;
  }
}
@media (max-width: 1200px) {
  .e-module-202301121149 .e-con .e-cistern-l .swiper .swiper-slide .sw-con h3 {
    font-size: 16px;
    line-height: 1.95;
    line-height: 1.5;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .LANG-cn .e-module-202301121149 .e-con .e-cistern-l .swiper .swiper-slide .sw-con h3 {
    line-height: 1.95;
  }
}
.e-module-202301121149 .e-con .e-cistern-l .swiper .swiper-slide .sw-con p {
  font-size: 18px;
  line-height: 1.889;
  line-height: 1.5;
  color: #666;
  text-align: center;
}
@media (max-width: 1600px) {
  .e-module-202301121149 .e-con .e-cistern-l .swiper .swiper-slide .sw-con p {
    font-size: 16px;
    line-height: 1.95;
    line-height: 1.5;
  }
  .LANG-cn .e-module-202301121149 .e-con .e-cistern-l .swiper .swiper-slide .sw-con p {
    line-height: 1.95;
  }
}
@media (max-width: 1200px) {
  .e-module-202301121149 .e-con .e-cistern-l .swiper .swiper-slide .sw-con p {
    font-size: 14px;
    line-height: 1.95;
    line-height: 1.5;
  }
  .LANG-cn .e-module-202301121149 .e-con .e-cistern-l .swiper .swiper-slide .sw-con p {
    line-height: 1.95;
  }
}
.e-module-202301121149 .e-con .swiper-button {
  color: #666;
  background-color: #F4F6F8;
  font-size: 26px;
  width: 80px;
  height: 68px;
  text-align: center;
  line-height: 68px;
}
.e-module-202301121149 .e-con .swiper-button:hover {
  color: #C7000B;
}
@media (max-width: 1600px) {
  .e-module-202301121149 .e-con .swiper-button {
    width: 60px;
    height: 48px;
    line-height: 48px;
  }
}
@media (max-width: 1200px) {
  .e-module-202301121149 .e-con .swiper-button {
    display: none;
  }
}
.e-module-202301121149 .e-con .swiper-button.swiper-button-disabled {
  color: #999;
  opacity: 1;
}
.e-module-202301121149 .e-con .swiper-button.swiper-button-prev {
  border-radius: 10px 10px 0px 0;
  left: -5px;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.e-module-202301121149 .e-con .swiper-button.swiper-button-next {
  right: -5px;
  border-radius: 10px 10px 0 0;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}
.e-module-202301121149 .e-con .swiper-pagination {
  margin-top: 35px;
  margin-left: 20px;
  display: none;
}
@media (max-width: 1200px) {
  .e-module-202301121149 .e-con .swiper-pagination {
    margin-top: 0;
    padding-top: 10px;
    position: relative;
    margin-left: 0;
    display: block;
  }
}
.e-module-202301121149 .e-con .swiper-pagination .swiper-pagination-bullet {
  margin-right: 50px;
  width: 8px;
  height: 8px;
  background-color: #666;
  opacity: 1;
}
@media (max-width: 1600px) {
  .e-module-202301121149 .e-con .swiper-pagination .swiper-pagination-bullet {
    margin-right: 40px;
    width: 7px;
    height: 7px;
  }
}
@media (max-width: 1200px) {
  .e-module-202301121149 .e-con .swiper-pagination .swiper-pagination-bullet {
    margin: 0 7px;
    width: 4px;
    height: 4px;
  }
}
.e-module-202301121149 .e-con .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #c7000b;
  position: relative;
}
.e-module-202301121149 .e-con .swiper-pagination span.swiper-pagination-bullet-active::before {
  content: '';
  position: absolute;
  width: 34px;
  height: 26px;
  border-radius: 13px;
  border: 1px solid #c7000b;
  left: 50%;
  margin-left: -17px;
  top: 50%;
  margin-top: -13px;
}
@media (max-width: 1200px) {
  .e-module-202301121149 .e-con .swiper-pagination span.swiper-pagination-bullet-active::before {
    width: 18px;
    height: 14px;
    margin-left: -9px;
    margin-top: -7px;
    border-radius: 7px;
  }
}
.e-module-202302070944 .classbg {
  position: absolute;
  width: 100%;
  right: 0;
  top: 13%;
}
.e-module-202302070944 .classbg::after {
  padding-top: 67.70833333%;
}
@media (max-width: 992px) {
  .e-module-202302070944 .classbg {
    display: none;
  }
}
.e-module-202302070944 .e-con .numList {
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .e-module-202302070944 .e-con .numList {
    width: 100%;
  }
}
.e-module-202302070944 .e-con .numList > div {
  text-align: center;
  margin-top: 0;
}
@media (max-width: 992px) {
  .e-module-202302070944 .e-con .numList > div {
    margin-bottom: 30px;
  }
}
.e-module-202302070944 .e-con .numList > div h3 {
  font-size: 60px;
  line-height: 1.4;
  font-weight: bold;
  color: #C7000B;
}
@media (max-width: 1600px) {
  .e-module-202302070944 .e-con .numList > div h3 {
    font-size: 46px;
    line-height: 1.478;
  }
}
@media (max-width: 1200px) {
  .e-module-202302070944 .e-con .numList > div h3 {
    font-size: 34px;
    line-height: 1.471;
  }
  .LANG-cn .e-module-202302070944 .e-con .numList > div h3 {
    line-height: 1.529;
  }
}
@media (max-width: 992px) {
  .e-module-202302070944 .e-con .numList > div h3 {
    font-size: 30px;
    line-height: 1.467;
  }
  .LANG-cn .e-module-202302070944 .e-con .numList > div h3 {
    line-height: 1.533;
  }
}
.e-module-202302070944 .e-con .numList > div h3 span {
  font-size: 20px;
  font-weight: normal;
  padding-left: 5px;
}
@media (max-width: 1600px) {
  .e-module-202302070944 .e-con .numList > div h3 span {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .e-module-202302070944 .e-con .numList > div h3 span {
    font-size: 14px;
  }
}
.e-module-202302070944 .e-con .numList > div h3 span.s1 {
  color: #666;
}
.e-module-202302070944 .e-con .numList > div h3 span.s2 {
  color: #C7000B;
}
.e-module-202302070944 .e-con .numList > div p {
  font-size: 18px;
  line-height: 1.889;
  color: #333;
}
@media (max-width: 1600px) {
  .e-module-202302070944 .e-con .numList > div p {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .e-module-202302070944 .e-con .numList > div p {
    font-size: 14px;
  }
}
.e-module-202302070944 .e-con .booth-pc .booth-pic::after {
  padding-top: 50%;
}
@media (max-width: 992px) {
  .e-module-202302070944 .e-con .booth-pc {
    display: none;
  }
}
.e-module-202302070944 .e-con .booth-pc .booth-con .booth-pc-item {
  position: absolute;
  top: 50%;
  right: 50%;
  margin-top: 13%;
  margin-right: -10%;
}
@media (max-width: 1600px) {
}
.e-module-202302070944 .e-con .booth-pc .booth-con .booth-pc-item .point {
  position: relative;
  cursor: pointer;
}
.e-module-202302070944 .e-con .booth-pc .booth-con .booth-pc-item .point .btn-booth-icon {
  width: 36px;
  height: 36px;
}
@media (max-width: 1600px) {
  .e-module-202302070944 .e-con .booth-pc .booth-con .booth-pc-item .point .btn-booth-icon {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 1200px) {
  .e-module-202302070944 .e-con .booth-pc .booth-con .booth-pc-item .point .btn-booth-icon {
    width: 26px;
    height: 26px;
  }
}
.e-module-202302070944 .e-con .booth-pc .booth-con .booth-pc-item .point .btn-booth-icon .bg {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #C7000B;
  color: #fff;
  font-size: 40px;
  line-height: 32px;
  text-align: center;
}
@media (max-width: 1600px) {
  .e-module-202302070944 .e-con .booth-pc .booth-con .booth-pc-item .point .btn-booth-icon .bg {
    font-size: 36px;
    line-height: 26px;
  }
}
@media (max-width: 1200px) {
  .e-module-202302070944 .e-con .booth-pc .booth-con .booth-pc-item .point .btn-booth-icon .bg {
    font-size: 30px;
    line-height: 22px;
  }
}
.e-module-202302070944 .e-con .booth-pc .booth-con .booth-pc-item .point .btn-booth-icon .line span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border: 1px solid #c7000b;
  border-radius: 100%;
}
@media (max-width: 1600px) {
  .e-module-202302070944 .e-con .booth-pc .booth-con .booth-pc-item .point .btn-booth-icon .line span {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1200px) {
  .e-module-202302070944 .e-con .booth-pc .booth-con .booth-pc-item .point .btn-booth-icon .line span {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 992px) {
  .e-module-202302070944 .e-con .booth-pc .booth-con .booth-pc-item .point .btn-booth-icon .line span {
    width: 20px;
    height: 20px;
  }
}
.e-module-202302070944 .e-con .booth-pc .booth-con .booth-pc-item .point .btn-booth-icon .line span:nth-child(1) {
  -webkit-animation: border-line 2s linear 0s infinite;
          animation: border-line 2s linear 0s infinite;
}
.e-module-202302070944 .e-con .booth-pc .booth-con .booth-pc-item .point .btn-booth-icon .line span:nth-child(2) {
  -webkit-animation: border-line 2s linear 0.7s infinite;
          animation: border-line 2s linear 0.7s infinite;
}
.e-module-202302070944 .e-con .booth-pc .booth-con .booth-pc-item .point .btn-booth-icon .line span:nth-child(3) {
  -webkit-animation: border-line 2s linear 1.4s infinite;
          animation: border-line 2s linear 1.4s infinite;
}
.e-module-202302070944 .e-con .booth-pc .booth-con .booth-pc-item .item-con {
  position: absolute;
  left: 65px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: none;
  opacity: 0;
}
.e-module-202302070944 .e-con .booth-pc .booth-con .booth-pc-item .item-con.active {
  display: block;
  opacity: 1;
  -webkit-animation: fadeIn ease 1s;
          animation: fadeIn ease 1s;
}
@media (max-width: 1600px) {
  .e-module-202302070944 .e-con .booth-pc .booth-con .booth-pc-item .item-con {
    left: 55px;
  }
}
@media (max-width: 1200px) {
  .e-module-202302070944 .e-con .booth-pc .booth-con .booth-pc-item .item-con {
    left: 45px;
  }
}
.e-module-202302070944 .e-con .booth-pc .booth-con .booth-pc-item .item-con .cons {
  position: relative;
}
.e-module-202302070944 .e-con .booth-pc .booth-con .booth-pc-item .item-con .cons .trangle {
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 25px solid #fff;
  border-left: 25px solid transparent;
  position: absolute;
  left: -40px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (max-width: 1600px) {
  .e-module-202302070944 .e-con .booth-pc .booth-con .booth-pc-item .item-con .cons .trangle {
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 20px solid #fff;
    border-left: 20px solid transparent;
    left: -35px;
  }
}
@media (max-width: 1200px) {
  .e-module-202302070944 .e-con .booth-pc .booth-con .booth-pc-item .item-con .cons .trangle {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 15px solid #fff;
    border-left: 15px solid transparent;
    left: -28px;
  }
}
.e-module-202302070944 .e-con .booth-pc .booth-con .booth-pc-item .item-con .cons .point-con {
  padding: 35px 40px;
  width: 488px;
  background-color: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 0 30px rgba(199, 0, 11, 0.2);
          box-shadow: 0 0 30px rgba(199, 0, 11, 0.2);
}
@media (max-width: 1600px) {
  .e-module-202302070944 .e-con .booth-pc .booth-con .booth-pc-item .item-con .cons .point-con {
    padding: 25px 30px;
    width: 350px;
  }
}
@media (max-width: 1200px) {
  .e-module-202302070944 .e-con .booth-pc .booth-con .booth-pc-item .item-con .cons .point-con {
    padding: 15px 20px;
    width: 260px;
  }
}
.e-module-202302070944 .e-con .booth-pc .booth-con .booth-pc-item .item-con .cons .point-con h3 {
  font-size: 28px;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 1600px) {
  .e-module-202302070944 .e-con .booth-pc .booth-con .booth-pc-item .item-con .cons .point-con h3 {
    font-size: 22px;
  }
}
@media (max-width: 1200px) {
  .e-module-202302070944 .e-con .booth-pc .booth-con .booth-pc-item .item-con .cons .point-con h3 {
    font-size: 18px;
  }
}
.e-module-202302070944 .e-con .booth-pc .booth-con .booth-pc-item .item-con .cons .point-con p {
  font-size: 18px;
  line-height: 1.5;
  color: #333;
  padding-top: 5px;
}
@media (max-width: 1600px) {
  .e-module-202302070944 .e-con .booth-pc .booth-con .booth-pc-item .item-con .cons .point-con p {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .e-module-202302070944 .e-con .booth-pc .booth-con .booth-pc-item .item-con .cons .point-con p {
    font-size: 14px;
    padding-top: 0;
  }
}
.e-module-202302070944 .e-con .booth-pc .booth-con .booth-pc-item:nth-child(2) {
  left: 50%;
  top: 8%;
  right: auto;
  margin-left: -18%;
  margin-top: 11%;
}
@media (max-width: 1600px) {
  .e-module-202302070944 .e-con .booth-pc .booth-con .booth-pc-item:nth-child(2) {
    top: 11%;
  }
}
.e-module-202302070944 .e-con .booth-pc .booth-con .booth-pc-item:nth-child(3) {
  left: 50%;
  top: 50%;
  right: auto;
  margin-left: -7%;
  margin-top: -5%;
}
@media (max-width: 1600px) {
  .e-module-202302070944 .e-con .booth-pc .booth-con .booth-pc-item:nth-child(3) {
    margin-left: -7.5%;
    margin-top: -4.5%;
  }
}
.e-module-202302070944 .e-con .booth-pc .booth-con .booth-pc-item:nth-child(3) .item-con,
.e-module-202302070944 .e-con .booth-pc .booth-con .booth-pc-item:last-child .item-con {
  position: absolute;
  top: 65px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media (max-width: 1600px) {
  .e-module-202302070944 .e-con .booth-pc .booth-con .booth-pc-item:nth-child(3) .item-con,
  .e-module-202302070944 .e-con .booth-pc .booth-con .booth-pc-item:last-child .item-con {
    top: 55px;
  }
}
@media (max-width: 1200px) {
  .e-module-202302070944 .e-con .booth-pc .booth-con .booth-pc-item:nth-child(3) .item-con,
  .e-module-202302070944 .e-con .booth-pc .booth-con .booth-pc-item:last-child .item-con {
    top: 45px;
  }
}
.e-module-202302070944 .e-con .booth-pc .booth-con .booth-pc-item:nth-child(3) .item-con .cons,
.e-module-202302070944 .e-con .booth-pc .booth-con .booth-pc-item:last-child .item-con .cons {
  position: relative;
}
.e-module-202302070944 .e-con .booth-pc .booth-con .booth-pc-item:nth-child(3) .item-con .cons .trangle,
.e-module-202302070944 .e-con .booth-pc .booth-con .booth-pc-item:last-child .item-con .cons .trangle {
  border-top: 25px solid transparent;
  border-bottom: 25px solid #fff;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media (max-width: 1600px) {
  .e-module-202302070944 .e-con .booth-pc .booth-con .booth-pc-item:nth-child(3) .item-con .cons .trangle,
  .e-module-202302070944 .e-con .booth-pc .booth-con .booth-pc-item:last-child .item-con .cons .trangle {
    border-top: 20px solid transparent;
    border-bottom: 20px solid #fff;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    top: -35px;
  }
}
@media (max-width: 1200px) {
  .e-module-202302070944 .e-con .booth-pc .booth-con .booth-pc-item:nth-child(3) .item-con .cons .trangle,
  .e-module-202302070944 .e-con .booth-pc .booth-con .booth-pc-item:last-child .item-con .cons .trangle {
    border-top: 15px solid transparent;
    border-bottom: 15px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    top: -28px;
  }
}
.e-module-202302070944 .e-con .booth-pc .booth-con .booth-pc-item:last-child {
  left: 16%;
  top: 50%;
  right: auto;
  margin-top: -10%;
}
@media (max-width: 1600px) {
}
.e-module-202302070944 .e-con .booth-pc .booth-con .booth-pc-item:last-child .item-con {
  left: -30px;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.e-module-202302070944 .e-con .booth-pc .booth-con .booth-pc-item:last-child .item-con .cons .trangle {
  left: 30px;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes border-line {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1;
  }
  100% {
    width: 100px;
    height: 100px;
    opacity: 0;
  }
}
@media (max-width: 1600px) {
  @-webkit-keyframes border-line {
    0% {
      width: 25px;
      height: 25px;
      opacity: 1;
    }
    100% {
      width: 80px;
      height: 80px;
      opacity: 0;
    }
  }
  @keyframes border-line {
    0% {
      width: 25px;
      height: 25px;
      opacity: 1;
    }
    100% {
      width: 80px;
      height: 80px;
      opacity: 0;
    }
  }
}
@media (max-width: 1200px) {
  @-webkit-keyframes border-line {
    0% {
      width: 20px;
      height: 20px;
      opacity: 1;
    }
    100% {
      width: 60px;
      height: 60px;
      opacity: 0;
    }
  }
  @keyframes border-line {
    0% {
      width: 20px;
      height: 20px;
      opacity: 1;
    }
    100% {
      width: 60px;
      height: 60px;
      opacity: 0;
    }
  }
}
.e-module-202302070944 .e-con .booth-wap {
  display: none;
}
@media (max-width: 992px) {
  .e-module-202302070944 .e-con .booth-wap {
    display: block;
  }
}
.e-module-202302070944 .e-con .booth-wap .booth-pic::after {
  padding-top: 70.703125%;
}
.e-module-202302070944 .e-con .booth-wap .booth-wap-con ul {
  padding: 50px 35px 0;
}
.e-module-202302070944 .e-con .booth-wap .booth-wap-con ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
     -moz-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 20px;
}
.e-module-202302070944 .e-con .booth-wap .booth-wap-con ul li:last-child {
  margin-bottom: 0;
}
.e-module-202302070944 .e-con .booth-wap .booth-wap-con ul li .No {
  background-color: #c7000b;
  color: #fff;
  width: 16px;
  height: 16px !important;
  font-size: 12px;
  line-height: 1.667;
  text-align: center;
  line-height: 16px;
  border-radius: 50%;
}
.e-module-202302070944 .e-con .booth-wap .booth-wap-con ul li .booth-wap-li {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 10px;
}
.e-module-202302070944 .e-con .booth-wap .booth-wap-con ul li .booth-wap-li h3 {
  font-size: 16px;
  line-height: 1.95;
  font-weight: bold;
  color: #333;
}
.LANG-cn .e-module-202302070944 .e-con .booth-wap .booth-wap-con ul li .booth-wap-li h3 {
  line-height: 1.95;
}
.e-module-202302070944 .e-con .booth-wap .booth-wap-con ul li .booth-wap-li p {
  font-size: 12px;
  line-height: 1.667;
  color: #333;
}
.live-main {
  position: relative;
}
.live-main .main-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 64px;
  bottom: 0;
  z-index: -1;
}
.live-main .main-bg::after {
  padding-top: 179.47916667%;
}
@media (max-width: 992px) {
  .live-main .main-bg {
    top: 56px;
    bottom: 0;
  }
  .live-main .main-bg::after {
    padding-top: 755.20833333%;
  }
}
.e-module-202302141124 {
  padding-top: 105px;
}
@media (max-width: 1600px) {
  .e-module-202302141124 {
    padding-top: 90px;
  }
}
@media (max-width: 992px) {
  .e-module-202302141124 {
    padding-top: 70px;
  }
}
.e-module-202302141124 .e-con {
  margin-top: 30px;
}
@media (max-width: 1600px) {
  .e-module-202302141124 .e-con {
    margin-top: 20px;
  }
}
.e-module-202302141124 .e-con .live-container .live-iframe {
  border-radius: 20px;
  position: relative;
}
.e-module-202302141124 .e-con .live-container .live-iframe::after {
  padding-top: 56.25%;
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  content: '';
}
.e-module-202302141124 .e-con .live-container .live-iframe .e-lazy {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.e-module-202302141124 .e-con .live-container .live-iframe .e-lazy::after {
  padding-top: 56.25%;
}
.e-module-202302141124 .e-con .live-container .live-iframe .iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 20px;
  border: none;
  z-index: 2;
}
@media (max-width: 992px) {
  .e-module-202302141124 .e-con .live-container .live-iframe .iframe {
    border-radius: 10px;
  }
}
.e-module-202302141124 .e-con .live-container .live-video {
  border-radius: 10px;
  border: 1px solid #ccc;
}
.e-module-202302141124 .e-con .live-container .live-video::after {
  padding-top: 0;
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  content: '';
}
.e-module-202302141124 .e-con .live-container .live-video .e-lazy {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  border: 1px solid #ccc;
}
.e-module-202302141124 .e-con .live-container .live-video .e-lazy::after {
  padding-top: 56.25%;
}
.e-module-202302141124 .e-con .live-container .live-video .e-lazy .iconfont {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 60px;
  color: #fff;
  z-index: 2;
}
@media (max-width: 1200px) {
  .e-module-202302141124 .e-con .live-container .live-video .e-lazy .iconfont {
    font-size: 40px;
  }
}
.e-module-202302141124 .e-con .live-container .live-video .e-lazy .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 9;
}
.e-module-202302141124 .e-con .live-container .tab-live {
  border-radius: 20px;
  border: 1px solid #ddd;
  height: 100%;
}
@media (max-width: 992px) {
  .e-module-202302141124 .e-con .live-container .tab-live {
    border: none;
  }
}
.e-module-202302141124 .e-con .live-container .tab-live .tab-info {
  background: -webkit-gradient(linear, left top, right top, from(#E9E8FD), color-stop(65%, #FFF8F8), to(#FFF8F7));
  background: linear-gradient(to right, #E9E8FD 0%, #FFF8F8 65%, #FFF8F7 100%);
  border-radius: 20px 20px 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media (max-width: 992px) {
  .e-module-202302141124 .e-con .live-container .tab-live .tab-info {
    background: transparent;
  }
}
.e-module-202302141124 .e-con .live-container .tab-live .tab-info li {
  font-size: 16px;
  line-height: 60px;
  color: #333;
  cursor: pointer;
}
.e-module-202302141124 .e-con .live-container .tab-live .tab-info li.active {
  border-bottom: 2px solid #D33941;
}
@media (max-width: 1600px) {
  .e-module-202302141124 .e-con .live-container .tab-live .tab-info li {
    line-height: 50px;
  }
}
@media (max-width: 1200px) {
  .e-module-202302141124 .e-con .live-container .tab-live .tab-info li {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .e-module-202302141124 .e-con .live-container .tab-live .tab-info li {
    font-size: 18px;
    line-height: 40px;
    font-weight: bold;
  }
}
@media (max-width: 992px) {
  .e-module-202302141124 .e-con .live-container .tab-live .tab-info li {
    font-size: 16px;
  }
}
.e-module-202302141124 .e-con .live-container .tab-live .live-item {
  padding: 20px 10px 0 20px;
  position: relative;
  width: 100%;
  display: none;
  background-color: #fff;
}
@media (max-width: 1600px) {
  .e-module-202302141124 .e-con .live-container .tab-live .live-item {
    padding: 20px 5px 0 15px;
  }
}
@media (max-width: 1200px) {
  .e-module-202302141124 .e-con .live-container .tab-live .live-item {
    padding: 15px 5px 0 10px;
  }
}
@media (max-width: 992px) {
  .e-module-202302141124 .e-con .live-container .tab-live .live-item {
    padding: 15px 0;
    background-color: transparent;
  }
}
.e-module-202302141124 .e-con .live-container .tab-live .live-item.active {
  display: block;
}
.e-module-202302141124 .e-con .live-container .tab-live .live-item .live-con {
  padding-top: 5px;
}
@media (max-width: 992px) {
  .e-module-202302141124 .e-con .live-container .tab-live .live-item .live-con {
    max-height: 300px;
    overflow-y: auto;
  }
}
.e-module-202302141124 .e-con .live-container .tab-live .live-item .live-con > p {
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}
@media (max-width: 992px) {
  .e-module-202302141124 .e-con .live-container .tab-live .live-item .live-con > p {
    font-size: 12px;
  }
}
.e-module-202302141124 .e-con .live-container .tab-live .live-item .live-con .timeline-card {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-left: 4px;
  cursor: pointer;
  margin-right: 10px;
}
@media (max-width: 1200px) {
  .e-module-202302141124 .e-con .live-container .tab-live .live-item .live-con .timeline-card {
    margin-right: 5px;
  }
}
.e-module-202302141124 .e-con .live-container .tab-live .live-item .live-con .timeline-card::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #999;
  left: 2px;
  z-index: 0;
}
.e-module-202302141124 .e-con .live-container .tab-live .live-item .live-con .timeline-card .timeline-circle {
  width: 11px;
  height: 11px;
  margin-left: -3px;
  border-radius: 20px;
  border: 3px solid rgba(0, 0, 0, 0);
  position: relative;
  margin-top: -3px;
}
.e-module-202302141124 .e-con .live-container .tab-live .live-item .live-con .timeline-card .timeline-circle::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #999;
  left: 0px;
}
.e-module-202302141124 .e-con .live-container .tab-live .live-item .live-con .timeline-card .live-inner {
  margin-left: 15px;
  position: relative;
  padding-bottom: 20px;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: -5px;
}
@media (max-width: 1600px) {
  .e-module-202302141124 .e-con .live-container .tab-live .live-item .live-con .timeline-card .live-inner {
    margin-left: 10px;
  }
}
@media (max-width: 1200px) {
  .e-module-202302141124 .e-con .live-container .tab-live .live-item .live-con .timeline-card .live-inner {
    margin-left: 5px;
    padding-bottom: 10px;
  }
}
@media (max-width: 992px) {
  .e-module-202302141124 .e-con .live-container .tab-live .live-item .live-con .timeline-card .live-inner {
    margin-left: 10px;
    padding-bottom: 20px;
  }
}
.e-module-202302141124 .e-con .live-container .tab-live .live-item .live-con .timeline-card .live-inner p {
  font-size: 14px;
  line-height: 1.5;
  color: #666;
}
@media (max-width: 992px) {
  .e-module-202302141124 .e-con .live-container .tab-live .live-item .live-con .timeline-card .live-inner p {
    font-size: 12px;
  }
}
.e-module-202302141124 .e-con .live-container .tab-live .live-item .live-con .timeline-card .live-inner h3 {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  margin-top: 5px;
}
@media (max-width: 1200px) {
  .e-module-202302141124 .e-con .live-container .tab-live .live-item .live-con .timeline-card .live-inner h3 {
    font-size: 14px;
    margin-top: 3px;
  }
}
.e-module-202302141124 .e-con .live-container .tab-live .live-item .live-con .timeline-card .live-inner .person {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
@media (max-width: 1200px) {
  .e-module-202302141124 .e-con .live-container .tab-live .live-item .live-con .timeline-card .live-inner .person {
    margin-top: 5px;
  }
}
.e-module-202302141124 .e-con .live-container .tab-live .live-item .live-con .timeline-card .live-inner .person .icon-per {
  width: 20px;
  height: 20px;
}
@media (max-width: 1600px) {
  .e-module-202302141124 .e-con .live-container .tab-live .live-item .live-con .timeline-card .live-inner .person .icon-per {
    width: 16px;
    height: 16px;
  }
}
.e-module-202302141124 .e-con .live-container .tab-live .live-item .live-con .timeline-card .live-inner .person .icon-per .e-lazy {
  width: 20px;
}
@media (max-width: 1600px) {
  .e-module-202302141124 .e-con .live-container .tab-live .live-item .live-con .timeline-card .live-inner .person .icon-per .e-lazy {
    width: 16px;
  }
}
.e-module-202302141124 .e-con .live-container .tab-live .live-item .live-con .timeline-card .live-inner .person .icon-per .e-lazy::after {
  padding-top: 100%;
}
.e-module-202302141124 .e-con .live-container .tab-live .live-item .live-con .timeline-card .live-inner .person .icon-per .e-lazy .per1 {
  display: block;
}
.e-module-202302141124 .e-con .live-container .tab-live .live-item .live-con .timeline-card .live-inner .person .icon-per .e-lazy .per2 {
  display: none;
}
.e-module-202302141124 .e-con .live-container .tab-live .live-item .live-con .timeline-card .live-inner .person span {
  font-size: 14px;
  color: #666;
  margin-left: 6px;
}
@media (max-width: 992px) {
  .e-module-202302141124 .e-con .live-container .tab-live .live-item .live-con .timeline-card .live-inner .person span {
    font-size: 12px;
  }
}
.e-module-202302141124 .e-con .live-container .tab-live .live-item .live-con .timeline-card.active::before {
  background-color: #c7000b;
}
.e-module-202302141124 .e-con .live-container .tab-live .live-item .live-con .timeline-card.active .timeline-circle {
  border: 3px solid #c7000b;
  width: 11px;
  height: 11px;
}
.e-module-202302141124 .e-con .live-container .tab-live .live-item .live-con .timeline-card.active .timeline-circle::before {
  background-color: #fff;
}
.e-module-202302141124 .e-con .live-container .tab-live .live-item .live-con .timeline-card.active .live-inner p,
.e-module-202302141124 .e-con .live-container .tab-live .live-item .live-con .timeline-card.active .live-inner h3,
.e-module-202302141124 .e-con .live-container .tab-live .live-item .live-con .timeline-card.active .live-inner .person span {
  color: #c7000b;
}
.e-module-202302141124 .e-con .live-container .tab-live .live-item .live-con .timeline-card.active .live-inner .person .icon-per .e-lazy .per1 {
  display: none;
}
.e-module-202302141124 .e-con .live-container .tab-live .live-item .live-con .timeline-card.active .live-inner .person .icon-per .e-lazy .per2 {
  display: block;
}
.vjs-big-play-centered .vjs-big-play-button {
  margin-left: -40px;
}
@media (max-width: 992px) {
  .vjs-big-play-centered .vjs-big-play-button {
    margin-left: -20px;
  }
}
.video-js .vjs-big-play-button {
  font-size: 60px;
  width: 0;
  border: none;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "\e674";
  font-family: "iconfont" !important;
  font-size: 60px;
}
@media (max-width: 992px) {
  .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    font-size: 40px;
  }
}
.e-module-202302150945 .e-cistern-l .e-con .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.e-module-202302150945 .e-cistern-l .e-con .swiper .swiper-wrapper {
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .e-module-202302150945 .e-cistern-l .e-con .swiper .swiper-wrapper {
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.e-module-202302150945 .e-cistern-l .e-con .swiper .swiper-wrapper .swiper-slide {
  position: relative;
  text-align: left;
  border-radius: 20px;
}
.e-module-202302150945 .e-cistern-l .e-con .swiper .swiper-wrapper .swiper-slide a .swiper-con {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-color: #F4F6F8;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .e-module-202302150945 .e-cistern-l .e-con .swiper .swiper-wrapper .swiper-slide a .swiper-con {
    border-radius: 10px;
  }
}
@media (max-width: 750px) {
  .e-module-202302150945 .e-cistern-l .e-con .swiper .swiper-wrapper .swiper-slide a .swiper-con {
    display: block;
  }
}
.e-module-202302150945 .e-cistern-l .e-con .swiper .swiper-wrapper .swiper-slide a .swiper-con .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .e-module-202302150945 .e-cistern-l .e-con .swiper .swiper-wrapper .swiper-slide a .swiper-con .mask {
    border-radius: 10px;
  }
}
@media (max-width: 992px) {
  .e-module-202302150945 .e-cistern-l .e-con .swiper .swiper-wrapper .swiper-slide a .swiper-con .mask {
    display: none;
  }
}
.e-module-202302150945 .e-cistern-l .e-con .swiper .swiper-wrapper .swiper-slide a .swiper-con .e-lazy {
  width: 42.5%;
  border-radius: 20px 0 0 20px;
  background-color: #F4F6F8;
}
@media (max-width: 1200px) {
  .e-module-202302150945 .e-cistern-l .e-con .swiper .swiper-wrapper .swiper-slide a .swiper-con .e-lazy {
    border-radius: 10px 0 0 10px;
  }
}
@media (max-width: 750px) {
  .e-module-202302150945 .e-cistern-l .e-con .swiper .swiper-wrapper .swiper-slide a .swiper-con .e-lazy {
    width: 100%;
    border-radius: 10px 10px 0 0;
  }
}
.e-module-202302150945 .e-cistern-l .e-con .swiper .swiper-wrapper .swiper-slide a .swiper-con .con-main {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 25px;
  background-color: #F4F6F8;
  border-radius: 0 20px 20px 0;
}
@media (max-width: 1200px) {
  .e-module-202302150945 .e-cistern-l .e-con .swiper .swiper-wrapper .swiper-slide a .swiper-con .con-main {
    border-radius: 0 10px 10px 0;
  }
}
@media (max-width: 1600px) {
  .e-module-202302150945 .e-cistern-l .e-con .swiper .swiper-wrapper .swiper-slide a .swiper-con .con-main {
    padding: 20px;
  }
}
@media (max-width: 1200px) {
  .e-module-202302150945 .e-cistern-l .e-con .swiper .swiper-wrapper .swiper-slide a .swiper-con .con-main {
    padding: 15px;
  }
}
@media (max-width: 750px) {
  .e-module-202302150945 .e-cistern-l .e-con .swiper .swiper-wrapper .swiper-slide a .swiper-con .con-main {
    border-radius: 0 0 10px 10px;
    padding: 15px 20px 20px;
  }
}
.e-module-202302150945 .e-cistern-l .e-con .swiper .swiper-wrapper .swiper-slide a .swiper-con .con-main h3 {
  font-size: 24px;
  line-height: 1.5;
  color: #333;
  font-weight: bold;
}
.LANG-cn .e-module-202302150945 .e-cistern-l .e-con .swiper .swiper-wrapper .swiper-slide a .swiper-con .con-main h3 {
  line-height: 1.583;
}
@media (max-width: 1600px) {
  .e-module-202302150945 .e-cistern-l .e-con .swiper .swiper-wrapper .swiper-slide a .swiper-con .con-main h3 {
    font-size: 20px;
    line-height: 1.6;
  }
  .LANG-cn .e-module-202302150945 .e-cistern-l .e-con .swiper .swiper-wrapper .swiper-slide a .swiper-con .con-main h3 {
    line-height: 1.7;
  }
}
@media (max-width: 1200px) {
  .e-module-202302150945 .e-cistern-l .e-con .swiper .swiper-wrapper .swiper-slide a .swiper-con .con-main h3 {
    font-size: 18px;
    line-height: 1.889;
    line-height: 1.5;
  }
}
@media (max-width: 750px) {
  .e-module-202302150945 .e-cistern-l .e-con .swiper .swiper-wrapper .swiper-slide a .swiper-con .con-main h3 {
    font-size: 16px;
    line-height: 1.95;
    line-height: 1.5;
  }
  .LANG-cn .e-module-202302150945 .e-cistern-l .e-con .swiper .swiper-wrapper .swiper-slide a .swiper-con .con-main h3 {
    line-height: 1.95;
  }
}
.e-module-202302150945 .e-cistern-l .e-con .swiper .swiper-wrapper .swiper-slide a .swiper-con .con-main .subtit {
  font-size: 18px;
  line-height: 1.889;
  line-height: 1.5;
  color: #333;
  margin-top: 10px;
}
@media (max-width: 1600px) {
  .e-module-202302150945 .e-cistern-l .e-con .swiper .swiper-wrapper .swiper-slide a .swiper-con .con-main .subtit {
    font-size: 16px;
    line-height: 1.95;
    line-height: 1.5;
  }
  .LANG-cn .e-module-202302150945 .e-cistern-l .e-con .swiper .swiper-wrapper .swiper-slide a .swiper-con .con-main .subtit {
    line-height: 1.95;
  }
}
@media (max-width: 1200px) {
  .e-module-202302150945 .e-cistern-l .e-con .swiper .swiper-wrapper .swiper-slide a .swiper-con .con-main .subtit {
    font-size: 14px;
    line-height: 1.95;
    line-height: 1.5;
  }
  .LANG-cn .e-module-202302150945 .e-cistern-l .e-con .swiper .swiper-wrapper .swiper-slide a .swiper-con .con-main .subtit {
    line-height: 1.95;
  }
}
@media (max-width: 750px) {
  .e-module-202302150945 .e-cistern-l .e-con .swiper .swiper-wrapper .swiper-slide a .swiper-con .con-main .subtit {
    font-size: 12px;
    line-height: 1.667;
    line-height: 1.5;
    margin-top: 5px;
  }
}
@media (max-width: 1200px) {
  .e-module-202302150945 .e-cistern-l .e-con .swiper .swiper-wrapper .swiper-slide a .swiper-con .con-main .e-link-box {
    padding-top: 10px;
  }
}
@media (max-width: 750px) {
  .e-module-202302150945 .e-cistern-l .e-con .swiper .swiper-wrapper .swiper-slide a .swiper-con .con-main .e-link-box {
    padding-top: 5px;
  }
}
.e-module-202302150945 .e-cistern-l .e-con .swiper .swiper-wrapper .swiper-slide-active {
  z-index: 2;
}
@media (max-width: 992px) {
  .e-module-202302150945 .e-cistern-l .e-con .swiper .swiper-wrapper .swiper-slide-active a {
    height: auto;
  }
}
.e-module-202302150945 .e-cistern-l .e-con .swiper .swiper-wrapper .swiper-slide-active a .swiper-con .mask {
  display: none;
}
.e-module-202302150945 .e-cistern-l .e-con .swiper-pagination {
  margin-top: 35px;
  margin-left: 20px;
  position: relative;
}
@media (max-width: 1200px) {
  .e-module-202302150945 .e-cistern-l .e-con .swiper-pagination {
    margin-top: 0;
    padding-top: 10px;
    margin-left: 0;
    display: block;
  }
}
.e-module-202302150945 .e-cistern-l .e-con .swiper-pagination .swiper-pagination-bullet {
  margin-right: 50px;
  width: 8px;
  height: 8px;
  background: #666;
  opacity: 1;
}
@media (max-width: 1600px) {
  .e-module-202302150945 .e-cistern-l .e-con .swiper-pagination .swiper-pagination-bullet {
    margin-right: 40px;
    width: 8px;
    height: 8px;
  }
}
@media (max-width: 1200px) {
  .e-module-202302150945 .e-cistern-l .e-con .swiper-pagination .swiper-pagination-bullet {
    margin: 0 7px;
    width: 4px;
    height: 4px;
  }
}
.e-module-202302150945 .e-cistern-l .e-con .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #c7000b;
  position: relative;
}
.e-module-202302150945 .e-cistern-l .e-con .swiper-pagination span.swiper-pagination-bullet-active::before {
  content: '';
  position: absolute;
  width: 34px;
  height: 26px;
  border-radius: 13px;
  border: 1px solid #c7000b;
  left: 50%;
  margin-left: -17px;
  top: 50%;
  margin-top: -13px;
}
@media (max-width: 1600px) {
  .e-module-202302150945 .e-cistern-l .e-con .swiper-pagination span.swiper-pagination-bullet-active::before {
    width: 28px;
    height: 21px;
    margin-left: -14px;
    margin-top: -10px;
    border-radius: 12px;
  }
}
@media (max-width: 1200px) {
  .e-module-202302150945 .e-cistern-l .e-con .swiper-pagination span.swiper-pagination-bullet-active::before {
    width: 18px;
    height: 14px;
    margin-left: -9px;
    margin-top: -7px;
    border-radius: 7px;
  }
}
.slidebars {
  position: fixed;
  right: 20px;
  bottom: 50px;
  z-index: 10;
}
@media (max-width: 1600px) {
  .slidebars {
    right: 10px;
    bottom: 40px;
  }
}
@media (max-width: 1200px) {
  .slidebars {
    bottom: 30px;
  }
}
.slidebars a {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 1600px) {
  .slidebars a {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1200px) {
  .slidebars a {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 992px) {
  .slidebars a {
    width: 32px;
    height: 32px;
  }
}
.slidebars a .e-lazy::after {
  padding-top: 100%;
}
.slidebars a.backtop {
  display: none;
}
.e-module-202302201434.e-block-tb {
  padding-top: 0;
}
.e-module-202302201434 .e-con {
  margin-top: 25px;
}
@media (max-width: 1200px) {
  .e-module-202302201434 .e-con {
    margin-top: 20px;
  }
}
.e-module-202302201434 .e-con .swiper {
  overflow: hidden;
}
.e-module-202302201434 .e-con .swiper .swiper-slide:hover {
  cursor: pointer;
  overflow: hidden;
}
.e-module-202302201434 .e-con .swiper .swiper-slide:hover .swiper-img img {
  border-radius: 10px;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.e-module-202302201434 .e-con .swiper .swiper-slide a .swiper-img {
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
  position: relative;
}
.e-module-202302201434 .e-con .swiper .swiper-slide a .swiper-img::after {
  padding-top: 56.25%;
}
.e-module-202302201434 .e-con .swiper .swiper-slide a .swiper-img img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 10px;
}
.e-module-202302201434 .e-con .swiper .swiper-slide a .swiper-img .icon-shipin-0914::before {
  position: absolute;
  font-size: 30px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  color: #fff;
  right: 25px;
  bottom: 25px;
}
@media (max-width: 1600px) {
  .e-module-202302201434 .e-con .swiper .swiper-slide a .swiper-img .icon-shipin-0914::before {
    right: 20px;
    bottom: 20px;
  }
}
@media (max-width: 1200px) {
  .e-module-202302201434 .e-con .swiper .swiper-slide a .swiper-img .icon-shipin-0914::before {
    right: 10px;
    bottom: 10px;
  }
}
@media (max-width: 750px) {
  .e-module-202302201434 .e-con .swiper .swiper-slide a .swiper-img .icon-shipin-0914::before {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.e-module-202302201434 .e-con .swiper .swiper-slide a p {
  font-size: 16px;
  line-height: 1.95;
  line-height: 1.5;
  color: #000;
  margin-top: 15px;
}
.LANG-cn .e-module-202302201434 .e-con .swiper .swiper-slide a p {
  line-height: 1.95;
}
@media (max-width: 1200px) {
  .e-module-202302201434 .e-con .swiper .swiper-slide a p {
    font-size: 14px;
    line-height: 1.95;
    line-height: 1.5;
    margin-top: 10px;
  }
  .LANG-cn .e-module-202302201434 .e-con .swiper .swiper-slide a p {
    line-height: 1.95;
  }
}
.e-module-202302201434 .e-con .swiper-pagination {
  margin-top: 35px;
  margin-left: 20px;
  position: relative;
}
@media (max-width: 1200px) {
  .e-module-202302201434 .e-con .swiper-pagination {
    margin-top: 0;
    padding-top: 10px;
    margin-left: 0;
    display: block;
  }
}
.e-module-202302201434 .e-con .swiper-pagination .swiper-pagination-bullet {
  margin-right: 50px;
  width: 8px;
  height: 8px;
  background: #666;
  opacity: 1;
}
@media (max-width: 1600px) {
  .e-module-202302201434 .e-con .swiper-pagination .swiper-pagination-bullet {
    margin-right: 40px;
    width: 8px;
    height: 8px;
  }
}
@media (max-width: 1200px) {
  .e-module-202302201434 .e-con .swiper-pagination .swiper-pagination-bullet {
    margin: 0 7px;
    width: 4px;
    height: 4px;
  }
}
.e-module-202302201434 .e-con .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #c7000b;
  position: relative;
}
.e-module-202302201434 .e-con .swiper-pagination span.swiper-pagination-bullet-active::before {
  content: '';
  position: absolute;
  width: 34px;
  height: 26px;
  border-radius: 13px;
  border: 1px solid #c7000b;
  left: 50%;
  margin-left: -17px;
  top: 50%;
  margin-top: -13px;
}
@media (max-width: 1600px) {
  .e-module-202302201434 .e-con .swiper-pagination span.swiper-pagination-bullet-active::before {
    width: 28px;
    height: 21px;
    margin-left: -14px;
    margin-top: -10px;
    border-radius: 12px;
  }
}
@media (max-width: 1200px) {
  .e-module-202302201434 .e-con .swiper-pagination span.swiper-pagination-bullet-active::before {
    width: 18px;
    height: 14px;
    margin-left: -9px;
    margin-top: -7px;
    border-radius: 7px;
  }
}
.e-module-202302201530 .e-con .z_cc {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 60px;
  padding-bottom: 120px;
  margin-top: 100px;
}
@media (max-width: 1600px) {
  .e-module-202302201530 .e-con .z_cc {
    padding: 0 30px;
    padding-bottom: 120px;
  }
}
@media (max-width: 992px) {
  .e-module-202302201530 .e-con .z_cc {
    margin-top: 0;
    padding: 0;
    padding-bottom: 70px;
  }
}
.e-module-202302201530 .e-con .z_cc .swiper-slide {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px;
}
@media (max-width: 1600px) {
  .e-module-202302201530 .e-con .z_cc .swiper-slide {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .e-module-202302201530 .e-con .z_cc .swiper-slide {
    padding: 0 40px;
  }
}
@media (max-width: 750px) {
  .e-module-202302201530 .e-con .z_cc .swiper-slide {
    padding: 0;
  }
}
.e-module-202302201530 .e-con .z_cc .swiper-slide.swiper-slide-prev .li {
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.e-module-202302201530 .e-con .z_cc .swiper-slide.swiper-slide-prev .li .img {
  width: 60%;
  border-radius: 20px;
  overflow: hidden;
}
.e-module-202302201530 .e-con .z_cc .swiper-slide.swiper-slide-prev .li .img::before {
  display: none;
}
.e-module-202302201530 .e-con .z_cc .swiper-slide.swiper-slide-next .li {
  -webkit-box-pack: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.e-module-202302201530 .e-con .z_cc .swiper-slide.swiper-slide-next .li .img {
  width: 60%;
  border-radius: 20px;
  overflow: hidden;
}
.e-module-202302201530 .e-con .z_cc .swiper-slide.swiper-slide-next .li .img::before {
  display: none;
}
.e-module-202302201530 .e-con .z_cc .swiper-slide.swiper-slide-active {
  overflow: initial;
}
.e-module-202302201530 .e-con .z_cc .swiper-slide.swiper-slide-active .li {
  position: absolute;
  width: 160%;
  left: -30%;
  top: -50px;
  margin: 0;
  height: 500px;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#FDF5FF), color-stop(#FFFFFF), to(#E9F9FF));
  background-image: linear-gradient(to bottom right, #FDF5FF, #FFFFFF, #E9F9FF);
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.12);
}
@media (max-width: 992px) {
  .e-module-202302201530 .e-con .z_cc .swiper-slide.swiper-slide-active .li {
    position: relative;
    width: 100%;
    left: 0;
    height: auto;
    top: 0;
  }
}
.e-module-202302201530 .e-con .z_cc .swiper-slide.swiper-slide-active .li .img {
  width: 35%;
}
@media (max-width: 1600px) {
  .e-module-202302201530 .e-con .z_cc .swiper-slide.swiper-slide-active .li .img {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .e-module-202302201530 .e-con .z_cc .swiper-slide.swiper-slide-active .li .img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 750px) {
  .e-module-202302201530 .e-con .z_cc .swiper-slide.swiper-slide-active .li .img {
    height: 160px;
  }
}
.e-module-202302201530 .e-con .z_cc .swiper-slide.swiper-slide-active .li .img::before {
  display: none;
}
.e-module-202302201530 .e-con .z_cc .swiper-slide.swiper-slide-active .li .dt {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.e-module-202302201530 .e-con .z_cc .swiper-slide .li {
  width: 100%;
  height: 350px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  margin: 25px 0;
}
@media (max-width: 992px) {
  .e-module-202302201530 .e-con .z_cc .swiper-slide .li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    margin: 0;
    background-image: -webkit-gradient(linear, left top, right bottom, from(#FDF5FF), color-stop(#FFFFFF), to(#E9F9FF));
    background-image: linear-gradient(to bottom right, #FDF5FF, #FFFFFF, #E9F9FF);
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.12);
  }
}
.e-module-202302201530 .e-con .z_cc .swiper-slide .li .img {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
}
@media (max-width: 992px) {
  .e-module-202302201530 .e-con .z_cc .swiper-slide .li .img {
    width: 100% !important;
    height: auto;
  }
}
@media (max-width: 750px) {
  .e-module-202302201530 .e-con .z_cc .swiper-slide .li .img {
    height: 160px;
  }
}
.e-module-202302201530 .e-con .z_cc .swiper-slide .li .img::before {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.5;
  position: absolute;
  z-index: 2;
}
.e-module-202302201530 .e-con .z_cc .swiper-slide .li .img .e-lazy {
  width: 100%;
  height: 100% !important;
  left: 0;
  top: 0;
  position: absolute;
}
@media (max-width: 992px) {
  .e-module-202302201530 .e-con .z_cc .swiper-slide .li .img .e-lazy {
    position: relative;
    height: auto !important;
  }
  .e-module-202302201530 .e-con .z_cc .swiper-slide .li .img .e-lazy::after {
    display: none;
  }
}
.e-module-202302201530 .e-con .z_cc .swiper-slide .li .img .e-lazy img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .e-module-202302201530 .e-con .z_cc .swiper-slide .li .img .e-lazy img {
    position: relative;
    height: auto;
    -o-object-fit: initial;
       object-fit: initial;
  }
}
.e-module-202302201530 .e-con .z_cc .swiper-slide .li .img .icon-shipin-0914::before {
  position: absolute;
  font-size: 40px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  color: #fff;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.e-module-202302201530 .e-con .z_cc .swiper-slide .li .dt {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  padding: 30px 40px;
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1600px) {
  .e-module-202302201530 .e-con .z_cc .swiper-slide .li .dt {
    padding: 30px 20px;
  }
}
@media (max-width: 992px) {
  .e-module-202302201530 .e-con .z_cc .swiper-slide .li .dt {
    width: 100%;
    height: auto;
    display: block;
    padding: 40px;
  }
}
@media (max-width: 750px) {
  .e-module-202302201530 .e-con .z_cc .swiper-slide .li .dt {
    padding: 20px;
  }
}
.e-module-202302201530 .e-con .z_cc .swiper-slide .li .dt .h1 {
  width: 51px;
  height: 46px;
  margin-bottom: 10px;
  position: relative;
}
@media (max-width: 750px) {
  .e-module-202302201530 .e-con .z_cc .swiper-slide .li .dt .h1 {
    width: 24px;
    height: 22px;
  }
}
.e-module-202302201530 .e-con .z_cc .swiper-slide .li .dt .h1 .e-lazy {
  width: 100%;
  height: 100% !important;
  left: 0;
  top: 0;
  position: absolute;
  background: transparent;
}
.e-module-202302201530 .e-con .z_cc .swiper-slide .li .dt .h1 .e-lazy img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.e-module-202302201530 .e-con .z_cc .swiper-slide .li .dt .font {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
  font-size: 18px;
  line-height: 1.889;
  color: #333333;
  line-height: 1.5 !important;
  margin-bottom: 30px;
  max-height: 280px;
  overflow: auto;
}
@media (max-width: 1600px) {
  .e-module-202302201530 .e-con .z_cc .swiper-slide .li .dt .font {
    font-size: 16px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-202302201530 .e-con .z_cc .swiper-slide .li .dt .font {
    line-height: 1.95;
  }
}
@media (max-width: 992px) {
  .e-module-202302201530 .e-con .z_cc .swiper-slide .li .dt .font {
    padding: 0;
    margin-bottom: 30px;
    max-height: initial;
    overflow: inherit;
  }
}
@media (max-width: 750px) {
  .e-module-202302201530 .e-con .z_cc .swiper-slide .li .dt .font {
    font-size: 14px;
    line-height: 1.95;
    margin-bottom: 15px;
  }
  .LANG-cn .e-module-202302201530 .e-con .z_cc .swiper-slide .li .dt .font {
    line-height: 1.95;
  }
}
.e-module-202302201530 .e-con .z_cc .swiper-slide .li .dt .h2 {
  width: 100%;
  font-size: 16px;
  line-height: 1.95;
  line-height: 1.5;
  color: #666666;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
}
.LANG-cn .e-module-202302201530 .e-con .z_cc .swiper-slide .li .dt .h2 {
  line-height: 1.95;
}
@media (max-width: 1600px) {
  .e-module-202302201530 .e-con .z_cc .swiper-slide .li .dt .h2 {
    font-size: 14px;
    line-height: 1.95;
    line-height: 1.5;
  }
  .LANG-cn .e-module-202302201530 .e-con .z_cc .swiper-slide .li .dt .h2 {
    line-height: 1.95;
  }
}
@media (max-width: 992px) {
  .e-module-202302201530 .e-con .z_cc .swiper-slide .li .dt .h2 {
    padding: 0;
  }
}
@media (max-width: 750px) {
  .e-module-202302201530 .e-con .z_cc .swiper-slide .li .dt .h2 {
    font-size: 12px;
    line-height: 1.667;
  }
}
.e-module-202302201530 .e-con .z_cc .swiper-slide .li .dt .h2 span {
  font-weight: bold;
}
.e-module-202302201530 .e-con .swiper-pagination .swiper-pagination-current {
  color: #c7000b;
}
.e-module-202302201530 .e-con .swiper-button {
  color: #666;
  background-color: #F4F6F8;
  font-size: 26px;
  width: 80px;
  height: 68px;
  text-align: center;
  line-height: 68px;
}
.e-module-202302201530 .e-con .swiper-button:hover {
  color: #C7000B;
}
@media (max-width: 1600px) {
  .e-module-202302201530 .e-con .swiper-button {
    width: 60px;
    height: 48px;
    line-height: 48px;
  }
}
@media (max-width: 1200px) {
  .e-module-202302201530 .e-con .swiper-button {
    display: none;
  }
}
.e-module-202302201530 .e-con .swiper-button.swiper-button-disabled {
  color: #999;
  opacity: 1;
}
.e-module-202302201530 .e-con .swiper-button.swiper-button-prev {
  border-radius: 10px 10px 0px 0;
  left: -5px;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.e-module-202302201530 .e-con .swiper-button.swiper-button-next {
  right: -5px;
  border-radius: 10px 10px 0 0;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}
.e-module-202302220922 {
  position: relative;
}
.e-module-202302220922 .classbg {
  position: absolute;
  left: 0;
  top: 0;
  width: 73%;
}
.e-module-202302220922 .classbg::after {
  padding-top: 107.05630791%;
}
@media (max-width: 992px) {
  .e-module-202302220922 .classbg {
    width: 100%;
    top: 5%;
  }
  .e-module-202302220922 .classbg::after {
    padding-top: 162.13333333%;
  }
}
.e-module-202302220922 .digi .digi-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 992px) {
  .e-module-202302220922 .digi .digi-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.e-module-202302220922 .digi .digi-content .digi-l {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 70px;
}
@media (max-width: 992px) {
  .e-module-202302220922 .digi .digi-content .digi-l {
    padding-top: 0;
  }
}
.e-module-202302220922 .digi .digi-content .digi-l .e-title,
.e-module-202302220922 .digi .digi-content .digi-l .e-description {
  margin-right: 90px;
}
@media (max-width: 1600px) {
  .e-module-202302220922 .digi .digi-content .digi-l .e-title,
  .e-module-202302220922 .digi .digi-content .digi-l .e-description {
    margin-right: 60px;
  }
}
@media (max-width: 1200px) {
  .e-module-202302220922 .digi .digi-content .digi-l .e-title,
  .e-module-202302220922 .digi .digi-content .digi-l .e-description {
    margin-right: 40px;
  }
}
@media (max-width: 992px) {
  .e-module-202302220922 .digi .digi-content .digi-l .e-title,
  .e-module-202302220922 .digi .digi-content .digi-l .e-description {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
}
.e-module-202302220922 .digi .digi-content .digi-l .digi-tablist {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 1600px) {
  .e-module-202302220922 .digi .digi-content .digi-l .digi-tablist {
    margin-top: 40px;
  }
}
@media (max-width: 1200px) {
  .e-module-202302220922 .digi .digi-content .digi-l .digi-tablist {
    margin-top: 20px;
  }
}
@media (max-width: 992px) {
  .e-module-202302220922 .digi .digi-content .digi-l .digi-tablist {
    border: 0;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
}
.e-module-202302220922 .digi .digi-content .digi-l .digi-tablist .digi-tab {
  font-size: 20px;
  line-height: 1.6;
  color: #333;
  margin-right: 60px;
  padding-bottom: 5px;
  cursor: pointer;
}
.LANG-cn .e-module-202302220922 .digi .digi-content .digi-l .digi-tablist .digi-tab {
  line-height: 1.7;
}
@media (max-width: 1600px) {
  .e-module-202302220922 .digi .digi-content .digi-l .digi-tablist .digi-tab {
    font-size: 16px;
    line-height: 1.95;
    line-height: 1.5;
    margin-right: 40px;
  }
  .LANG-cn .e-module-202302220922 .digi .digi-content .digi-l .digi-tablist .digi-tab {
    line-height: 1.95;
  }
}
@media (max-width: 1200px) {
  .e-module-202302220922 .digi .digi-content .digi-l .digi-tablist .digi-tab {
    font-size: 14px;
    line-height: 1.95;
    line-height: 1.5;
    margin-right: 20px;
  }
  .LANG-cn .e-module-202302220922 .digi .digi-content .digi-l .digi-tablist .digi-tab {
    line-height: 1.95;
  }
}
@media (max-width: 992px) {
  .e-module-202302220922 .digi .digi-content .digi-l .digi-tablist .digi-tab {
    font-size: 16px;
    line-height: 1.95;
    line-height: 1.5;
    margin-right: 40px;
  }
  .LANG-cn .e-module-202302220922 .digi .digi-content .digi-l .digi-tablist .digi-tab {
    line-height: 1.95;
  }
}
.e-module-202302220922 .digi .digi-content .digi-l .digi-tablist .digi-tab.active {
  border-bottom: 2px solid #c7000b;
}
.e-module-202302220922 .digi .digi-content .digi-l .digi-tablist .digi-tab:last-child {
  margin-right: 0;
}
.e-module-202302220922 .digi .digi-content .digi-r {
  width: 62%;
}
@media (max-width: 1600px) {
}
@media (max-width: 1200px) {
}
@media (max-width: 992px) {
  .e-module-202302220922 .digi .digi-content .digi-r {
    width: 100%;
  }
}
.e-module-202302220922 .digi .digi-content .digi-r .digi-cons .digi-con {
  display: none;
}
.e-module-202302220922 .digi .digi-content .digi-r .digi-cons .digi-con.active {
  display: block;
}
.e-module-202302220922 .digi .digi-content .digi-r .digi-cons .digi-con .digi-item-lg {
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .e-module-202302220922 .digi .digi-content .digi-r .digi-cons .digi-con .digi-item-lg {
    margin-bottom: 20px;
  }
}
.e-module-202302220922 .digi .digi-content .digi-r .digi-cons .digi-con .digi-item-lg:hover {
  cursor: pointer;
  overflow: hidden;
}
.e-module-202302220922 .digi .digi-content .digi-r .digi-cons .digi-con .digi-item-lg:hover .e-lazy img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.e-module-202302220922 .digi .digi-content .digi-r .digi-cons .digi-con .digi-item-lg p {
  font-size: 22px;
  line-height: 1.545;
  color: #fff;
  z-index: 3;
  position: absolute;
  padding: 0 50px;
  bottom: 25px;
}
.LANG-cn .e-module-202302220922 .digi .digi-content .digi-r .digi-cons .digi-con .digi-item-lg p {
  line-height: 1.636;
}
@media (max-width: 1600px) {
  .e-module-202302220922 .digi .digi-content .digi-r .digi-cons .digi-con .digi-item-lg p {
    padding: 0 30px;
    bottom: 20px;
    font-size: 18px;
    line-height: 1.889;
    line-height: 1.5;
  }
}
@media (max-width: 1200px) {
  .e-module-202302220922 .digi .digi-content .digi-r .digi-cons .digi-con .digi-item-lg p {
    font-size: 16px;
    line-height: 1.95;
    line-height: 1.5;
    padding: 0 20px;
  }
  .LANG-cn .e-module-202302220922 .digi .digi-content .digi-r .digi-cons .digi-con .digi-item-lg p {
    line-height: 1.95;
  }
}
@media (max-width: 992px) {
  .e-module-202302220922 .digi .digi-content .digi-r .digi-cons .digi-con .digi-item-lg p {
    font-size: 14px;
    line-height: 1.95;
    line-height: 1.5;
    position: static;
    padding: 10px 0 0;
    bottom: auto;
    color: #333;
  }
  .LANG-cn .e-module-202302220922 .digi .digi-content .digi-r .digi-cons .digi-con .digi-item-lg p {
    line-height: 1.95;
  }
}
.e-module-202302220922 .digi .digi-content .digi-r .digi-cons .digi-con .digi-item-lg .mask {
  z-index: 2;
  position: absolute;
  height: 100px;
  width: 100%;
  border-radius: 0 0 20px 20px;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.71)));
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.71) 100%);
  bottom: 0;
}
@media (max-width: 1200px) {
  .e-module-202302220922 .digi .digi-content .digi-r .digi-cons .digi-con .digi-item-lg .mask {
    border-radius: 0 0 10px 10px;
  }
}
@media (max-width: 992px) {
  .e-module-202302220922 .digi .digi-content .digi-r .digi-cons .digi-con .digi-item-lg .mask {
    display: none;
  }
}
.e-module-202302220922 .digi .digi-content .digi-r .digi-cons .digi-con .swiper {
  overflow: hidden;
}
@media (max-width: 992px) {
  .e-module-202302220922 .digi .digi-content .digi-r .digi-cons .digi-con .swiper .swiper-wrapper {
    display: block;
  }
}
.e-module-202302220922 .digi .digi-content .digi-r .digi-cons .digi-con .swiper .swiper-wrapper .swiper-slide {
  width: 32%;
}
@media (max-width: 1200px) {
  .e-module-202302220922 .digi .digi-content .digi-r .digi-cons .digi-con .swiper .swiper-wrapper .swiper-slide {
    width: 48%;
  }
}
@media (max-width: 992px) {
  .e-module-202302220922 .digi .digi-content .digi-r .digi-cons .digi-con .swiper .swiper-wrapper .swiper-slide {
    margin-bottom: 20px;
    width: 100%;
  }
  .e-module-202302220922 .digi .digi-content .digi-r .digi-cons .digi-con .swiper .swiper-wrapper .swiper-slide:last-child {
    margin-bottom: 0;
  }
}
.e-module-202302220922 .digi .digi-content .digi-r .digi-cons .digi-con .swiper .swiper-wrapper .swiper-slide .digi-item:hover {
  cursor: pointer;
  overflow: hidden;
}
.e-module-202302220922 .digi .digi-content .digi-r .digi-cons .digi-con .swiper .swiper-wrapper .swiper-slide .digi-item:hover .e-lazy img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.e-module-202302220922 .digi .digi-content .digi-r .digi-cons .digi-con .swiper .swiper-wrapper .swiper-slide .digi-item:hover .e-lazy .play-btn {
  display: block;
}
.e-module-202302220922 .digi .digi-content .digi-r .digi-cons .digi-con .swiper .swiper-wrapper .swiper-slide .digi-item:hover p,
.e-module-202302220922 .digi .digi-content .digi-r .digi-cons .digi-con .swiper .swiper-wrapper .swiper-slide .digi-item:hover .mask {
  display: block;
}
.e-module-202302220922 .digi .digi-content .digi-r .digi-cons .digi-con .swiper .swiper-wrapper .swiper-slide .digi-item .e-lazy .play-btn {
  font-size: 40px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
}
@media (max-width: 1600px) {
  .e-module-202302220922 .digi .digi-content .digi-r .digi-cons .digi-con .swiper .swiper-wrapper .swiper-slide .digi-item .e-lazy .play-btn {
    font-size: 30px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media (max-width: 992px) {
  .e-module-202302220922 .digi .digi-content .digi-r .digi-cons .digi-con .swiper .swiper-wrapper .swiper-slide .digi-item .e-lazy .play-btn {
    font-size: 40px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: block;
  }
}
.e-module-202302220922 .digi .digi-content .digi-r .digi-cons .digi-con .swiper .swiper-wrapper .swiper-slide .digi-item p {
  font-size: 14px;
  line-height: 1.95;
  line-height: 1.2;
  color: #fff;
  z-index: 3;
  position: absolute;
  padding: 0 15px;
  bottom: 10px;
  display: none;
}
.LANG-cn .e-module-202302220922 .digi .digi-content .digi-r .digi-cons .digi-con .swiper .swiper-wrapper .swiper-slide .digi-item p {
  line-height: 1.95;
}
@media (max-width: 1600px) {
  .e-module-202302220922 .digi .digi-content .digi-r .digi-cons .digi-con .swiper .swiper-wrapper .swiper-slide .digi-item p {
    padding: 0 10px;
    font-size: 12px;
    line-height: 1.667;
    line-height: 1.5;
  }
}
@media (max-width: 992px) {
  .e-module-202302220922 .digi .digi-content .digi-r .digi-cons .digi-con .swiper .swiper-wrapper .swiper-slide .digi-item p {
    font-size: 14px;
    line-height: 1.95;
    line-height: 1.5;
    position: static;
    padding: 10px 0 0;
    bottom: auto;
    color: #333;
    display: block;
  }
  .LANG-cn .e-module-202302220922 .digi .digi-content .digi-r .digi-cons .digi-con .swiper .swiper-wrapper .swiper-slide .digi-item p {
    line-height: 1.95;
  }
}
.e-module-202302220922 .digi .digi-content .digi-r .digi-cons .digi-con .swiper .swiper-wrapper .swiper-slide .digi-item .mask {
  z-index: 2;
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  content: "";
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  display: none;
}
@media (max-width: 1200px) {
  .e-module-202302220922 .digi .digi-content .digi-r .digi-cons .digi-con .swiper .swiper-wrapper .swiper-slide .digi-item .mask {
    border-radius: 10px;
  }
}
@media (max-width: 992px) {
  .e-module-202302220922 .digi .digi-content .digi-r .digi-cons .digi-con .swiper .swiper-wrapper .swiper-slide .digi-item .mask {
    display: none;
  }
}
.e-module-202302220922 .digi .digi-content .digi-r .digi-cons .digi-con .e-lazy {
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .e-module-202302220922 .digi .digi-content .digi-r .digi-cons .digi-con .e-lazy {
    border-radius: 10px;
  }
}
.e-module-202302220922 .digi .digi-content .digi-r .digi-cons .digi-con .e-lazy img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.e-module-202302220922 .digi .digi-content .digi-r .digi-cons .digi-con .e-lazy .play-btn {
  position: absolute;
  font-size: 80px;
  line-height: 1;
  color: #fff;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 4;
}
@media (max-width: 1600px) {
  .e-module-202302220922 .digi .digi-content .digi-r .digi-cons .digi-con .e-lazy .play-btn {
    font-size: 60px;
  }
}
@media (max-width: 1200px) {
  .e-module-202302220922 .digi .digi-content .digi-r .digi-cons .digi-con .e-lazy .play-btn {
    font-size: 40px;
  }
}
.e-module-202302220922 .digi .digi-content .digi-r .digi-cons .digi-con .e-lazy::after {
  padding-top: 56.25%;
}
.e-module-202302220922 .digi .digi-content .digi-r .digi-cons .digi-con .swiper-pagination {
  margin-top: 35px;
  margin-left: 20px;
  position: relative;
}
@media (max-width: 1200px) {
  .e-module-202302220922 .digi .digi-content .digi-r .digi-cons .digi-con .swiper-pagination {
    margin-top: 0;
    padding-top: 10px;
    position: relative;
    margin-left: 0;
    display: block;
  }
}
@media (max-width: 992px) {
  .e-module-202302220922 .digi .digi-content .digi-r .digi-cons .digi-con .swiper-pagination {
    display: none;
  }
}
.e-module-202302220922 .digi .digi-content .digi-r .digi-cons .digi-con .swiper-pagination .swiper-pagination-bullet {
  margin-right: 50px;
  width: 8px;
  height: 8px;
  background-color: #666;
  opacity: 1;
}
@media (max-width: 1600px) {
  .e-module-202302220922 .digi .digi-content .digi-r .digi-cons .digi-con .swiper-pagination .swiper-pagination-bullet {
    margin-right: 40px;
    width: 7px;
    height: 7px;
  }
}
@media (max-width: 1200px) {
  .e-module-202302220922 .digi .digi-content .digi-r .digi-cons .digi-con .swiper-pagination .swiper-pagination-bullet {
    margin: 0 7px;
    width: 4px;
    height: 4px;
  }
}
.e-module-202302220922 .digi .digi-content .digi-r .digi-cons .digi-con .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #c7000b;
  position: relative;
}
.e-module-202302220922 .digi .digi-content .digi-r .digi-cons .digi-con .swiper-pagination span.swiper-pagination-bullet-active::before {
  content: '';
  position: absolute;
  width: 34px;
  height: 26px;
  border-radius: 13px;
  border: 1px solid #c7000b;
  left: 50%;
  margin-left: -17px;
  top: 50%;
  margin-top: -13px;
}
@media (max-width: 1200px) {
  .e-module-202302220922 .digi .digi-content .digi-r .digi-cons .digi-con .swiper-pagination span.swiper-pagination-bullet-active::before {
    width: 18px;
    height: 14px;
    margin-left: -9px;
    margin-top: -7px;
    border-radius: 7px;
  }
}
.e-module-202302220922 .media .e-cistern-l .e-con .row .media-item a {
  display: block;
  height: 100%;
  position: relative;
}
.e-module-202302220922 .media .e-cistern-l .e-con .row .media-item a:hover {
  cursor: pointer;
  overflow: hidden;
}
.e-module-202302220922 .media .e-cistern-l .e-con .row .media-item a:hover .e-lazy img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.e-module-202302220922 .media .e-cistern-l .e-con .row .media-item a:hover .ptxt {
  text-decoration: underline;
}
.e-module-202302220922 .media .e-cistern-l .e-con .row .media-item a .e-lazy {
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .e-module-202302220922 .media .e-cistern-l .e-con .row .media-item a .e-lazy {
    border-radius: 10px;
  }
}
.e-module-202302220922 .media .e-cistern-l .e-con .row .media-item a .e-lazy::after {
  padding-top: 133.33333333%;
}
.e-module-202302220922 .media .e-cistern-l .e-con .row .media-item a .e-lazy img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.e-module-202302220922 .media .e-cistern-l .e-con .row .media-item a .ptxt {
  font-size: 20px;
  line-height: 1.6;
  line-height: 1.5;
  color: #fff;
  position: absolute;
  bottom: 20px;
  padding: 0 30px;
  z-index: 3;
}
.LANG-cn .e-module-202302220922 .media .e-cistern-l .e-con .row .media-item a .ptxt {
  line-height: 1.7;
}
@media (max-width: 1600px) {
  .e-module-202302220922 .media .e-cistern-l .e-con .row .media-item a .ptxt {
    font-size: 16px;
    line-height: 1.95;
    line-height: 1.5;
    padding: 0 20px;
  }
  .LANG-cn .e-module-202302220922 .media .e-cistern-l .e-con .row .media-item a .ptxt {
    line-height: 1.95;
  }
}
@media (max-width: 1200px) {
  .e-module-202302220922 .media .e-cistern-l .e-con .row .media-item a .ptxt {
    font-size: 14px;
    line-height: 1.95;
    line-height: 1.5;
  }
  .LANG-cn .e-module-202302220922 .media .e-cistern-l .e-con .row .media-item a .ptxt {
    line-height: 1.95;
  }
}
.e-module-202302220922 .media .e-cistern-l .e-con .row .media-item a .mask {
  z-index: 2;
  position: absolute;
  height: 150px;
  width: 100%;
  border-radius: 0 0 20px 20px;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(64%, rgba(0, 0, 0, 0.72)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.72) 64%, rgba(0, 0, 0, 0.8) 100%);
  bottom: 0;
}
@media (max-width: 1200px) {
  .e-module-202302220922 .media .e-cistern-l .e-con .row .media-item a .mask {
    border-radius: 0 0 10px 10px;
  }
}
.e-module-202302220922 .media .e-cistern-l .e-con .row .media-item2 .item2-con {
  border-radius: 20px;
  background-color: #F8F9FB;
  padding: 30px 0;
  height: 100%;
}
@media (max-width: 1600px) {
  .e-module-202302220922 .media .e-cistern-l .e-con .row .media-item2 .item2-con {
    padding: 20px 0;
  }
}
@media (max-width: 992px) {
  .e-module-202302220922 .media .e-cistern-l .e-con .row .media-item2 .item2-con {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
  }
}
.e-module-202302220922 .media .e-cistern-l .e-con .row .media-item2 .item2-con .item-con {
  padding: 0 30px;
  max-height: 595px;
  overflow: auto;
}
@media (max-width: 1600px) {
  .e-module-202302220922 .media .e-cistern-l .e-con .row .media-item2 .item2-con .item-con {
    max-height: 460px;
    padding: 0 20px;
  }
}
@media (max-width: 1200px) {
  .e-module-202302220922 .media .e-cistern-l .e-con .row .media-item2 .item2-con .item-con {
    max-height: 360px;
  }
}
@media (max-width: 992px) {
  .e-module-202302220922 .media .e-cistern-l .e-con .row .media-item2 .item2-con .item-con {
    max-height: 100%;
    padding: 0;
  }
}
.e-module-202302220922 .media .e-cistern-l .e-con .row .media-item2 .item2-con .item-con li:hover a {
  color: #c7000b;
}
.e-module-202302220922 .media .e-cistern-l .e-con .row .media-item2 .item2-con .item-con li a {
  font-size: 20px;
  line-height: 1.6;
  line-height: 1.5;
  color: #333;
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}
.LANG-cn .e-module-202302220922 .media .e-cistern-l .e-con .row .media-item2 .item2-con .item-con li a {
  line-height: 1.7;
}
@media (max-width: 1600px) {
  .e-module-202302220922 .media .e-cistern-l .e-con .row .media-item2 .item2-con .item-con li a {
    font-size: 16px;
    line-height: 1.95;
    line-height: 1.5;
    padding: 15px 0;
  }
  .LANG-cn .e-module-202302220922 .media .e-cistern-l .e-con .row .media-item2 .item2-con .item-con li a {
    line-height: 1.95;
  }
}
@media (max-width: 1200px) {
  .e-module-202302220922 .media .e-cistern-l .e-con .row .media-item2 .item2-con .item-con li a {
    font-size: 14px;
    line-height: 1.95;
    line-height: 1.5;
    padding: 10px 0;
  }
  .LANG-cn .e-module-202302220922 .media .e-cistern-l .e-con .row .media-item2 .item2-con .item-con li a {
    line-height: 1.95;
  }
}
.e-module-202302220922 .media .e-cistern-l .e-con .row .media-item2 .item2-con .item-con li:first-child a {
  padding-top: 0;
}
.e-module-202302241417 {
  position: relative;
  padding-top: 105px;
}
@media (max-width: 1600px) {
  .e-module-202302241417 {
    padding-top: 90px;
  }
}
@media (max-width: 992px) {
  .e-module-202302241417 {
    padding-top: 70px;
  }
}
.e-module-202302241417 .e-con {
  margin-top: 30px;
}
@media (max-width: 1600px) {
  .e-module-202302241417 .e-con {
    margin-top: 20px;
  }
}
.e-module-202302241417 .e-con .live-container .e-col-xl-9 {
  padding-right: 0;
}
@media (max-width: 992px) {
  .e-module-202302241417 .e-con .live-container .e-col-xl-9 {
    padding-right: 10px;
  }
}
.e-module-202302241417 .e-con .live-container .live-iframe {
  border-radius: 20px;
  position: relative;
}
.e-module-202302241417 .e-con .live-container .live-iframe::after {
  padding-top: 56.25%;
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  content: '';
}
.e-module-202302241417 .e-con .live-container .live-iframe .e-lazy {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.e-module-202302241417 .e-con .live-container .live-iframe .e-lazy::after {
  padding-top: 56.25%;
}
.e-module-202302241417 .e-con .live-container .live-iframe .iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 20px;
  border: none;
  z-index: 2;
}
@media (max-width: 992px) {
  .e-module-202302241417 .e-con .live-container .live-iframe .iframe {
    border-radius: 10px;
  }
}
.e-module-202302241417 .e-con .live-container .tab-live {
  border-radius: 20px;
  border: 1px solid #ddd;
  height: 100%;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 992px) {
  .e-module-202302241417 .e-con .live-container .tab-live {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 10px;
  }
}
@media (max-width: 750px) {
  .e-module-202302241417 .e-con .live-container .tab-live {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.e-module-202302241417 .e-con .live-container .tab-live .scroll-list {
  width: calc(100% - 8px);
  height: calc(100% - 54px - 50px);
  overflow: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 16px;
  position: absolute;
  left: 4px;
  top: 25px;
}
@media (max-width: 992px) {
  .e-module-202302241417 .e-con .live-container .tab-live .scroll-list {
    position: initial;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    padding: 25px 0px;
  }
}
@media (max-width: 750px) {
  .e-module-202302241417 .e-con .live-container .tab-live .scroll-list {
    padding: 15px 0px;
  }
}
.e-module-202302241417 .e-con .live-container .tab-live .scroll-list .d-con {
  width: 100%;
}
@media (max-width: 992px) {
  .e-module-202302241417 .e-con .live-container .tab-live .scroll-list .d-con {
    width: 400px;
    display: inline-block;
    margin-right: 15px;
  }
  .e-module-202302241417 .e-con .live-container .tab-live .scroll-list .d-con:last-child {
    margin-right: 0;
  }
}
@media (max-width: 750px) {
  .e-module-202302241417 .e-con .live-container .tab-live .scroll-list .d-con {
    width: 230px;
  }
}
.e-module-202302241417 .e-con .live-container .tab-live .scroll-list .d-con:hover .bgfff {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#DBF2FF), color-stop(#fff), to(#FFEBEB));
  background-image: linear-gradient(#DBF2FF, #fff, #FFEBEB);
}
.e-module-202302241417 .e-con .live-container .tab-live .scroll-list .d-con.active .bgfff {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#DBF2FF), color-stop(#fff), to(#FFEBEB));
  background-image: linear-gradient(#DBF2FF, #fff, #FFEBEB);
}
.e-module-202302241417 .e-con .live-container .tab-live .scroll-list .d-con .bgfff {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  background: #f4f6f8;
  padding: 15px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 992px) {
  .e-module-202302241417 .e-con .live-container .tab-live .scroll-list .d-con .bgfff {
    margin-bottom: 0;
  }
}
.e-module-202302241417 .e-con .live-container .tab-live .scroll-list .d-con .bgfff .labeling {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.e-module-202302241417 .e-con .live-container .tab-live .scroll-list .d-con .bgfff .labeling .living {
  color: #c7000b;
  border: 1px solid;
  border-radius: 5px;
  vertical-align: middle;
  font-size: 0;
  padding: 0 8px;
  margin-right: 8px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}
.e-module-202302241417 .e-con .live-container .tab-live .scroll-list .d-con .bgfff .labeling .living .living-icon {
  position: relative;
  width: 14px;
  height: 10px;
  font-size: 0;
  display: inline-block;
}
.e-module-202302241417 .e-con .live-container .tab-live .scroll-list .d-con .bgfff .labeling .living .living-icon .living-icon-col {
  display: inline-block;
  height: 100%;
  width: 2px;
  margin: 0 1px;
  background-color: #c7000b;
  border-radius: 2px;
  -webkit-animation: living-icon-ani-data-v-4498f1d0 0.6s linear infinite;
  animation: living-icon-ani-data-v-4498f1d0 0.6s linear infinite;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}
.e-module-202302241417 .e-con .live-container .tab-live .scroll-list .d-con .bgfff .labeling .living .living-icon .living-icon-col:first-child {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
  margin-left: 0;
}
.e-module-202302241417 .e-con .live-container .tab-live .scroll-list .d-con .bgfff .labeling .living .living-icon .living-icon-col:last-child {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  margin-right: 0;
}
.e-module-202302241417 .e-con .live-container .tab-live .scroll-list .d-con .bgfff .labeling .living .text {
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  padding: 1px 0;
}
.e-module-202302241417 .e-con .live-container .tab-live .scroll-list .d-con .bgfff .labeling .playback {
  border: 1px solid #c7000b;
  border-radius: 5px;
  background: #ffffff;
  padding: 0 8px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 24px;
  color: #c7000b;
  font-size: 12px;
  margin-right: 8px;
}
.e-module-202302241417 .e-con .live-container .tab-live .scroll-list .d-con .bgfff .labeling .con-type {
  border: 1px solid #999999;
  background: #ffffff;
  padding: 0 8px;
  border-radius: 5px;
  color: #666;
  font-size: 12px;
  margin-right: 8px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 24px;
}
.e-module-202302241417 .e-con .live-container .tab-live .scroll-list .d-con .bgfff .p-text {
  color: #000;
  font-size: 16px;
  line-height: 1.25;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .e-module-202302241417 .e-con .live-container .tab-live .scroll-list .d-con .bgfff .p-text {
    white-space: initial;
  }
}
@media (max-width: 750px) {
  .e-module-202302241417 .e-con .live-container .tab-live .scroll-list .d-con .bgfff .p-text {
    font-size: 14px;
  }
}
.e-module-202302241417 .e-con .live-container .tab-live .scroll-list .d-con .bgfff .tue {
  color: #666;
  font-size: 14px;
  line-height: 1.14;
  display: block;
  margin-top: 5px;
}
@media (max-width: 750px) {
  .e-module-202302241417 .e-con .live-container .tab-live .scroll-list .d-con .bgfff .tue {
    font-size: 12px;
  }
}
.e-module-202302241417 .e-con .live-container .tab-live .living-now {
  width: 100%;
  height: 54px;
  border-radius: 0 0 20px 20px;
  background: #F4F6F8;
}
@media (max-width: 992px) {
  .e-module-202302241417 .e-con .live-container .tab-live .living-now {
    display: none;
  }
}
.e-module-202302241417 .e-con .live-container .tab-live .living-now a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 1.95;
  color: #c7000b;
}
.LANG-cn .e-module-202302241417 .e-con .live-container .tab-live .living-now a {
  line-height: 1.95;
}
.e-module-202302241417 .e-con .live-container .e-btn-box {
  display: none;
}
@media (max-width: 992px) {
  .e-module-202302241417 .e-con .live-container .e-btn-box {
    display: block;
    margin-top: 10px;
  }
}
.e-module-202302241417 .e-lazy {
  background-color: transparent;
}
.e-module-202302241417 .inv-bg {
  position: absolute;
  top: 64px;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100% !important;
}
.e-module-202302241417 .inv-bg::after {
  padding-top: 29.94791667%;
}
@media (max-width: 992px) {
  .e-module-202302241417 .inv-bg {
    top: 56px;
  }
  .e-module-202302241417 .inv-bg::after {
    padding-top: 83.46666667%;
  }
  .e-module-202302241417 .inv-bg img {
    height: 70%;
  }
}
@media (max-width: 750px) {
  .e-module-202302241417 .inv-bg img {
    height: auto;
  }
}
@-webkit-keyframes living-icon-ani-data-v-4498f1d0 {
  0% {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
  }
  50% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
  }
}
@keyframes living-icon-ani-data-v-4498f1d0 {
  0% {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
  }
  50% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
  }
}
