.bz-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 11;
  border-bottom: 1px solid #ddd;
  background: #fff;
}
.bz-header .main-header {
  display: flex;
  height: 64px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1600px) {
  .bz-header .main-header {
    height: 56px;
  }
}
@media (max-width: 1280px) {
  .bz-header .main-header {
    height: 50px;
  }
}
@media (max-width: 1200px) {
  .bz-header .main-header {
    height: 56px;
  }
}
.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: 1280px) {
  .bz-header .main-header .logo img {
    width: 90px;
  }
}
@media (max-width: 1200px) {
  .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: flex;
  justify-content: flex-end;
}
.bz-header .main-header .nav-new .ul {
  height: 100%;
  display: flex;
}
.bz-header .main-header .nav-new .ul li {
  padding: 0 20px;
}
@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: 1600px) {
  .bz-header .main-header .nav-new .ul li a {
    font-size: 14px;
    line-height: 56px;
  }
}
@media (max-width: 1280px) {
  .bz-header .main-header .nav-new .ul li a {
    font-size: 12px;
    line-height: 50px;
  }
}
@media (max-width: 1200px) {
  .bz-header .main-header .nav-new .ul li a {
    font-size: 12px;
    line-height: 56px;
  }
}
@media (max-width: 992px) {
  .bz-header .main-header .nav-new .ul li a {
    font-size: 16px;
  }
}
.bz-header .main-header .nav-new .ul li.active a,
.bz-header .main-header .nav-new .ul li:hover a {
  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;
    bottom: 150px;
    text-align: center;
    color: #333;
    left: 40px;
    right: 40px;
  }
  .bz-header .main-header .nav-new .guideli a {
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
    background-color: #c7000b;
    display: block;
    padding: 5px 25px;
    border-radius: 50px;
    z-index: 1;
    overflow: hidden;
  }
  .bz-header .main-header .nav-new .guideli a .iconfont {
    font-size: 14px;
    padding-left: 5px;
  }
}
@media (max-width: 750px) {
  .bz-header .main-header .nav-new .guideli {
    bottom: 100px;
    left: 20px;
    right: 20px;
  }
}
@media (max-width: 992px) {
  .bz-header .main-header .nav-new {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #fff;
    left: 0;
    top: 56px;
    display: block;
    transform: translateX(100%);
    transition: all 0.2s;
    opacity: 0;
  }
}
.bz-header .main-header .nav-new .wap-bg {
  display: none;
}
@media (max-width: 992px) {
  .bz-header .main-header .nav-new .wap-bg {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: -56px;
  }
  .bz-header .main-header .nav-new .wap-bg .e-lazy::after {
    padding-top: 178%;
  }
}
.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;
  z-index: 1;
}
.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 {
  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 {
  margin-left: 60px;
}
@media (max-width: 1600px) {
  .bz-header .main-header .guide {
    margin-left: 30px;
  }
}
.bz-header .main-header .guide a {
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
  background-color: #282828;
  display: block;
  padding: 5px 25px;
  border-radius: 50px;
  transition: color 0.3s linear;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.bz-header .main-header .guide a::before {
  border-radius: 40px;
  content: '';
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translateX(-100%);
  transition: transform 0.3s ease-in, background-color 0.3s linear;
  width: 100%;
  background-color: #c7000b;
  z-index: -1;
}
.bz-header .main-header .guide a .iconfont {
  font-size: 14px;
  padding-left: 5px;
}
@media (max-width: 1600px) {
  .bz-header .main-header .guide a {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .bz-header .main-header .guide a {
    font-size: 12px;
  }
  .bz-header .main-header .guide a .iconfont {
    font-size: 12px;
  }
}
@media (max-width: 1200px) {
  .bz-header .main-header .guide a {
    font-size: 14px;
    background-color: #c7000b;
  }
  .bz-header .main-header .guide a .iconfont {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .bz-header .main-header .guide a {
    background-color: transparent;
    color: #282828;
    font-weight: bold;
    margin-left: 0;
  }
  .bz-header .main-header .guide a .iconfont {
    font-size: 18px;
  }
  .bz-header .main-header .guide a span {
    display: none;
  }
  .bz-header .main-header .guide a::before {
    display: none;
  }
}
@media (min-width: 1200px) {
  .bz-header .main-header .guide a:hover {
    background-color: #c7000b;
    transition: background-color 0s linear 300ms;
  }
  .bz-header .main-header .guide a:hover::before {
    transition: transform 0.3s ease-out, background-color 0.3s linear;
    transform: translateX(0);
    z-index: -1;
  }
}
@media (max-width: 992px) {
  .bz-header .main-header .guide {
    position: absolute;
    right: 60px;
    z-index: 2;
  }
}
@media (max-width: 750px) {
  .bz-header .main-header .guide {
    right: 40px;
  }
}
.open-screen {
  position: fixed;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}
.open-screen .e-lazy {
  width: 350px;
  background: transparent;
}
.open-screen .e-lazy::after {
  padding-top: 28.6%;
}
@media (max-width: 992px) {
  .open-screen .e-lazy {
    width: 175px;
  }
}
.footer {
  background: #f5f5f5;
  font-size: 14px;
  line-height: 1.375;
}
.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: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .footer .e-cistern-l .footer-con {
    flex-direction: column;
  }
}
.footer .e-cistern-l .footer-con .left {
  display: flex;
  align-items: center;
}
.footer .e-cistern-l .footer-con .left > p {
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
  font-size: 16px;
  color: #333;
}
@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: flex;
  align-items: center;
}
@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%;
  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: 42px;
  color: #666;
}
@media (max-width: 1600px) {
  .footer .e-cistern-l .footer-con .left .share-footer a .iconfont {
    font-size: 30px;
  }
}
.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: #999;
  line-height: 1.95;
  font-size: 16px;
}
@media (max-width: 1600px) {
  .footer .e-cistern-l .footer-con .right > span {
    font-size: 14px;
  }
}
.slidebars {
  position: fixed;
  right: -100%;
  bottom: 50px;
  z-index: 10;
  transition: all 1s;
}
.slidebars.active {
  right: 0;
}
@media (max-width: 1600px) {
  .slidebars {
    bottom: 40px;
  }
}
@media (max-width: 1200px) {
  .slidebars {
    bottom: 30px;
  }
}
.slidebars a {
  width: 54px;
  height: 50px;
  display: block;
  margin-bottom: 10px;
  border-radius: 25px 0 0 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1280px) {
  .slidebars a {
    width: 40px;
    height: 36px;
  }
}
.slidebars a.download {
  background-color: #c7000b;
}
.slidebars a.download .e-lazy {
  width: 24px;
}
.slidebars a.download .e-lazy::after {
  padding-top: 100%;
}
@media (max-width: 1600px) {
  .slidebars a.download .e-lazy {
    width: 20px;
  }
}
.slidebars a.download .xiazai {
  position: fixed;
  bottom: 180px;
  right: -100%;
  z-index: 99;
  background: linear-gradient(to right, #D90C18, #EC2CE6, #8439F5);
  border-radius: 60px 0 0 60px;
  max-width: 400px;
  padding: 15px;
  transition: all 1s;
}
@media (max-width: 1600px) {
  .slidebars a.download .xiazai {
    padding: 10px;
  }
}
@media (max-width: 1280px) {
  .slidebars a.download .xiazai {
    bottom: 140px;
  }
}
@media (max-width: 750px) {
  .slidebars a.download .xiazai {
    max-width: 100%;
    border-radius: 0;
    bottom: 0;
  }
}
.slidebars a.download .xiazai.active {
  right: 0;
}
.slidebars a.download .xiazai.hide {
  right: -100%;
}
.slidebars a.download .xiazai > div {
  display: flex;
  align-items: center;
}
.slidebars a.download .xiazai > div .down-icon {
  border: 10px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  width: 80px;
  height: 80px;
}
@media (max-width: 1200px) {
  .slidebars a.download .xiazai > div .down-icon {
    width: 60px;
    height: 60px;
    border: 5px solid rgba(255, 255, 255, 0.4);
  }
}
@media (max-width: 750px) {
  .slidebars a.download .xiazai > div .down-icon {
    border: 10px solid rgba(255, 255, 255, 0.4);
    width: 80px;
    height: 80px;
  }
}
.slidebars a.download .xiazai > div .down-icon .down-img {
  background-color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slidebars a.download .xiazai > div .down-icon .down-img .e-lazy {
  width: 36px;
}
.slidebars a.download .xiazai > div .down-icon .down-img .e-lazy::after {
  padding-top: 100%;
}
@media (max-width: 1200px) {
  .slidebars a.download .xiazai > div .down-icon .down-img {
    width: 50px;
    height: 50px;
  }
  .slidebars a.download .xiazai > div .down-icon .down-img .e-lazy {
    width: 28px;
  }
}
@media (max-width: 750px) {
  .slidebars a.download .xiazai > div .down-icon .down-img {
    width: 60px;
    height: 60px;
  }
  .slidebars a.download .xiazai > div .down-icon .down-img .e-lazy {
    width: 36px;
  }
}
.slidebars a.download .xiazai > div .down-txt {
  color: #fff;
  margin-left: 15px;
}
.slidebars a.download .xiazai > div .down-txt .down-p1 {
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 1600px) {
  .slidebars a.download .xiazai > div .down-txt .down-p1 {
    font-size: 16px;
  }
}
.slidebars a.download .xiazai > div .down-txt .down-p2 {
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .slidebars a.download .xiazai > div .down-txt .down-p2 {
    font-size: 12px;
  }
}
.slidebars a.download:hover .xiazai {
  right: 0;
}
.slidebars a.zixun {
  background-color: #c7000b;
}
.slidebars a.zixun .e-lazy {
  width: 24px;
}
.slidebars a.zixun .e-lazy::after {
  padding-top: 100%;
}
@media (max-width: 1280px) {
  .slidebars a.zixun .e-lazy {
    width: 20px;
  }
}
.slidebars a.backtop {
  width: 54px;
  height: 50px;
  background-color: #fff;
  border: 1px solid #bec1cb;
  color: #666;
  text-align: center;
  flex-direction: column;
}
@media (max-width: 1280px) {
  .slidebars a.backtop {
    width: 40px;
    height: 36px;
  }
}
.slidebars a.backtop .e-lazy {
  width: 20px;
}
.slidebars a.backtop .e-lazy::after {
  padding-top: 61.11%;
}
@media (max-width: 1280px) {
  .slidebars a.backtop .e-lazy {
    width: 16px;
  }
}
.slidebars a.backtop p {
  font-size: 12px;
  line-height: 1;
  padding-top: 5px;
}
@media (max-width: 1280px) {
  .slidebars a.backtop p {
    font-size: 10px;
    padding-top: 3px;
  }
}
.videomask .jWVideoFrame .icon-close {
  padding: 3px 7px !important;
  line-height: 1.5;
}
.videomask .jWVideoFrame .icon-close::before {
  line-height: 1.5;
}
.translateY1 {
  transition: 1s;
}
.m-title {
  margin-bottom: 60px;
}
.m-title h2 {
  font-size: 45px;
  line-height: 1.325;
  font-weight: bold;
  color: #fff;
  width: 52%;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .m-title {
    margin-bottom: 40px;
  }
  .m-title h2 {
    font-size: 36px;
  }
}
@media (max-width: 1280px) {
  .m-title h2 {
    font-size: 30px;
  }
}
@media (max-width: 1200px) {
  .m-title h2 {
    font-size: 26px;
  }
}
@media (max-width: 992px) {
  .m-title {
    margin-bottom: 20px;
  }
  .m-title h2 {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .m-title h2 {
    font-size: 20px;
  }
}
.e-module-202312151534 {
  height: 100vh;
  z-index: 1;
  margin-top: 65px;
  background-color: #efefef;
}
@media (max-width: 1600px) {
  .e-module-202312151534 {
    margin-top: 56px;
  }
}
@media (max-width: 1280px) {
  .e-module-202312151534 {
    margin-top: 50px;
  }
}
@media (max-width: 1200px) {
  .e-module-202312151534 {
    margin-top: 56px;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 {
    margin-top: 0;
    height: auto;
  }
}
.e-module-202312151534 .e-con {
  margin-top: 0;
}
.e-module-202312151534 .e-con .e-bg {
  position: relative;
  background-position: center center;
}
.e-module-202312151534 .e-con .e-bg:after {
  display: block;
  width: 100%;
  content: '';
}
.e-module-202312151534 .e-con .e-bg .e-lazy:after {
  padding: 0;
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .e-bg {
    display: none;
  }
}
.e-module-202312151534 .e-con .swiper-container {
  height: 100%;
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container {
    background-color: #f8f8f8;
  }
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  cursor: default;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide.animate .e-box .e-cistern-l .text .title,
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide.animate .e-box .e-cistern-l .text .subtitle,
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide.animate .e-box .e-cistern-l .text .subdetail,
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide.animate .e-box .e-cistern-l .text .e-btn-box,
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide.animate .e-box .e-cistern-l .text .countdown,
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide.animate .e-box .e-cistern-l .text .title-p {
  opacity: 1;
  transform: translateY(0);
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box {
    padding: 0 0;
    position: static;
  }
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box::after {
    height: 200px;
    width: 100%;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -200px;
    background: linear-gradient(0deg, #f8f8f8 0, rgba(0, 0, 0, 0) 100%);
  }
}
@media (max-width: 750px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box::after {
    height: 60px;
    top: -60px;
  }
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .wap-kv {
  display: none;
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .wap-kv {
    display: block;
    width: 70%;
  }
}
@media (max-width: 750px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .wap-kv {
    width: 90%;
  }
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .wap-kv .e-lazy {
  height: 100% !important;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .wap-kv .e-lazy::after {
  padding-top: 104.3%;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .wap-kv .e-lazy img {
  height: 100%;
  width: auto;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l {
  height: 100%;
  display: flex;
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l {
    padding: 0 80px;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 0;
    height: auto;
  }
}
@media (max-width: 750px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 0;
  }
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin-left: 63%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
@media (max-width: 1600px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text {
    margin-left: 62%;
  }
}
@media (max-width: 1200px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text {
    width: auto;
    margin-left: 60%;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text {
    width: 100%;
    margin-left: 0;
    display: block;
    margin-top: 40px;
    margin-bottom: 60px;
  }
}
@media (max-width: 750px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text {
    width: auto;
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .countdown,
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .title-p,
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .title,
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text img,
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .free-btn {
  opacity: 0 !important;
  transform: translateX(-200px) !important;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 1200px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .countdown,
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .title-p,
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .title,
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text img,
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .free-btn {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text img {
  width: 194px;
}
@media (max-width: 1600px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text img {
    width: 144px;
  }
}
@media (max-width: 1280px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text img {
    width: 110px;
  }
}
@media (max-width: 1200px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text img {
    width: 100px;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text img {
    width: 110px;
  }
}
@media (max-width: 750px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text img {
    width: 90px;
  }
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .title {
  font-size: 68px;
  line-height: 1.382;
  opacity: 0;
  transform: translateY(300px);
  transition: all 0.4s ease-out 0s;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .title span {
  font-size: 58px;
  line-height: 1.2;
  font-weight: bold;
  display: block;
  color: #282828;
  padding-top: 30px;
}
@media (max-width: 1600px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .title span {
    font-size: 45px;
    padding-top: 25px;
  }
}
@media (max-width: 1280px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .title span {
    font-size: 38px;
  }
}
@media (max-width: 1200px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .title span {
    font-size: 34px;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .title span {
    padding-bottom: 10px;
  }
}
@media (max-width: 750px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .title span {
    font-size: 28px;
    padding-top: 10px;
    padding-bottom: 0;
  }
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .title-p {
  opacity: 0;
  transition: all 0.5s ease-out 0s;
  transform: translateY(300px);
  padding: 20px 0 30px;
}
@media (max-width: 1600px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .title-p {
    padding: 15px 0 20px;
  }
}
@media (max-width: 1280px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .title-p {
    padding: 10px 0;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .title-p {
    padding: 5px 0 10px;
  }
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .title-p .title-p1 {
  font-size: 32px;
  line-height: 1.469;
  color: #282828;
}
@media (max-width: 1600px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .title-p .title-p1 {
    font-size: 24px;
    line-height: 1.5;
  }
  .LANG-cn .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .title-p .title-p1 {
    line-height: 1.583;
  }
}
@media (max-width: 1280px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .title-p .title-p1 {
    font-size: 20px;
    line-height: 1.6;
  }
  .LANG-cn .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .title-p .title-p1 {
    line-height: 1.7;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .title-p .title-p1 {
    font-size: 18px;
    line-height: 1.889;
  }
}
@media (max-width: 750px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .title-p .title-p1 {
    font-size: 14px;
    line-height: 1.95;
    line-height: 1.5 !important;
  }
  .LANG-cn .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .title-p .title-p1 {
    line-height: 1.95;
  }
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .title-p .title-p1 span {
  color: #c7000b;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .title-p .title-p2 {
  font-size: 22px;
  line-height: 1.545;
  color: #666;
}
.LANG-cn .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .title-p .title-p2 {
  line-height: 1.636;
}
@media (max-width: 1600px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .title-p .title-p2 {
    font-size: 18px;
    line-height: 1.889;
  }
}
@media (max-width: 1280px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .title-p .title-p2 {
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .title-p .title-p2 {
    line-height: 1.95;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .title-p .title-p2 {
    font-size: 18px;
    line-height: 1.889;
  }
}
@media (max-width: 750px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .title-p .title-p2 {
    font-size: 14px;
    line-height: 1.95;
    line-height: 1.5 !important;
  }
  .LANG-cn .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .title-p .title-p2 {
    line-height: 1.95;
  }
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .title-p .title-p2 span {
  color: #c7000b;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .countdown {
  opacity: 0;
  transition: all 0.6s ease-out 0s;
  transform: translateY(300px);
  display: flex;
  width: 100%;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .countdown p {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.5;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .countdown p span:first-child {
  font-size: 42px;
  font-weight: bold;
  color: #333;
}
@media (max-width: 1600px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .countdown p span:first-child {
    font-size: 36px;
  }
}
@media (max-width: 1280px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .countdown p span:first-child {
    font-size: 28px;
  }
}
@media (max-width: 750px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .countdown p span:first-child {
    font-size: 18px;
  }
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .countdown p span:last-child {
  font-size: 12px;
  line-height: 1.667;
  color: #282828;
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .countdown p span:last-child {
    font-size: 10px;
  }
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .countdown em {
  color: #282828;
  font-style: normal;
  font-size: 32px;
  padding-left: 15px;
}
@media (max-width: 1600px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .countdown em {
    font-size: 28px;
  }
}
@media (max-width: 1280px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .countdown em {
    font-size: 22px;
  }
}
@media (max-width: 750px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .countdown em {
    font-size: 13px;
    padding-left: 5px;
  }
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .free-btn {
  opacity: 0;
  transition: all 0.7s ease-out 0s;
  transform: translateY(300px);
  margin-top: 30px;
}
@media (max-width: 1600px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .free-btn {
    margin-top: 20px;
  }
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .free-btn a {
  font-size: 18px;
  color: #c7000b;
  white-space: nowrap;
  background-color: transparent;
  border: 2px solid #c7000b;
  display: block;
  padding: 7px 30px;
  font-weight: bold;
  border-radius: 50px;
  transition: color 0.3s linear;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .free-btn a::before {
  border-radius: 40px;
  content: '';
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translateX(-100%);
  transition: transform 0.3s ease-in, background-color 0.3s linear;
  width: 100%;
  background-color: #c7000b;
  z-index: -1;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .free-btn a .e-lazy {
  width: 24px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  background: transparent;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .free-btn a .e-lazy::after {
  padding-top: 58.3%;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .free-btn a .e-lazy .icon-btn1 {
  display: block;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .free-btn a .e-lazy .icon-btn2 {
  display: none;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .free-btn a .e-lazy img {
  width: 86%;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .free-btn a .iconfont {
  font-size: 16px;
  padding-left: 5px;
  font-weight: bold;
}
@media (max-width: 1600px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .free-btn a {
    font-size: 14px;
    padding: 5px 25px;
  }
}
@media (max-width: 1280px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .free-btn a {
    font-size: 12px;
  }
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .free-btn a .iconfont {
    font-size: 12px;
  }
}
@media (max-width: 1200px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .free-btn a {
    font-size: 14px;
    background-color: #c7000b;
    color: #fff;
  }
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .free-btn a .iconfont {
    font-size: 14px;
  }
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .free-btn a .e-lazy .icon-btn1 {
    display: none;
  }
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .free-btn a .e-lazy .icon-btn2 {
    display: block;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .free-btn a {
    background-color: #c7000b;
    color: #fff;
    font-weight: bold;
    margin-left: 0;
  }
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .free-btn a .iconfont {
    font-size: 14px;
  }
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .free-btn a::before {
    display: none;
  }
}
@media (min-width: 1200px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .free-btn a:hover {
    background-color: #c7000b;
    transition: background-color 0s linear 300ms;
    color: #fff;
  }
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .free-btn a:hover::before {
    transition: transform 0.3s ease-out, background-color 0.3s linear;
    transform: translateX(0);
    z-index: -1;
  }
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .free-btn a:hover .e-lazy .icon-btn1 {
    display: none;
  }
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .free-btn a:hover .e-lazy .icon-btn2 {
    display: block;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .free-btn {
    width: 100%;
    text-align: center;
  }
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l:after {
  display: inline-block;
  height: 100%;
  content: "";
  vertical-align: middle;
  width: 0;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-1 .e-box .e-cistern-l .text {
  padding-top: 1%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-2 .e-box .e-cistern-l .text {
  padding-top: 2%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-3 .e-box .e-cistern-l .text {
  padding-top: 3%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-4 .e-box .e-cistern-l .text {
  padding-top: 4%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-5 .e-box .e-cistern-l .text {
  padding-top: 5%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-6 .e-box .e-cistern-l .text {
  padding-top: 6%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-7 .e-box .e-cistern-l .text {
  padding-top: 7%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-8 .e-box .e-cistern-l .text {
  padding-top: 8%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-9 .e-box .e-cistern-l .text {
  padding-top: 9%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-10 .e-box .e-cistern-l .text {
  padding-top: 10%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-11 .e-box .e-cistern-l .text {
  padding-top: 11%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-12 .e-box .e-cistern-l .text {
  padding-top: 12%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-13 .e-box .e-cistern-l .text {
  padding-top: 13%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-14 .e-box .e-cistern-l .text {
  padding-top: 14%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-15 .e-box .e-cistern-l .text {
  padding-top: 15%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-16 .e-box .e-cistern-l .text {
  padding-top: 16%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-17 .e-box .e-cistern-l .text {
  padding-top: 17%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-18 .e-box .e-cistern-l .text {
  padding-top: 18%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-19 .e-box .e-cistern-l .text {
  padding-top: 19%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-20 .e-box .e-cistern-l .text {
  padding-top: 20%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-21 .e-box .e-cistern-l .text {
  padding-top: 21%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-22 .e-box .e-cistern-l .text {
  padding-top: 22%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-23 .e-box .e-cistern-l .text {
  padding-top: 23%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-24 .e-box .e-cistern-l .text {
  padding-top: 24%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-25 .e-box .e-cistern-l .text {
  padding-top: 25%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-26 .e-box .e-cistern-l .text {
  padding-top: 26%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-27 .e-box .e-cistern-l .text {
  padding-top: 27%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-28 .e-box .e-cistern-l .text {
  padding-top: 28%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-29 .e-box .e-cistern-l .text {
  padding-top: 29%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-30 .e-box .e-cistern-l .text {
  padding-top: 30%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-31 .e-box .e-cistern-l .text {
  padding-top: 31%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-32 .e-box .e-cistern-l .text {
  padding-top: 32%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-33 .e-box .e-cistern-l .text {
  padding-top: 33%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-34 .e-box .e-cistern-l .text {
  padding-top: 34%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-35 .e-box .e-cistern-l .text {
  padding-top: 35%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-36 .e-box .e-cistern-l .text {
  padding-top: 36%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-37 .e-box .e-cistern-l .text {
  padding-top: 37%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-38 .e-box .e-cistern-l .text {
  padding-top: 38%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-39 .e-box .e-cistern-l .text {
  padding-top: 39%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-40 .e-box .e-cistern-l .text {
  padding-top: 40%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-41 .e-box .e-cistern-l .text {
  padding-top: 41%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-42 .e-box .e-cistern-l .text {
  padding-top: 42%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-43 .e-box .e-cistern-l .text {
  padding-top: 43%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-44 .e-box .e-cistern-l .text {
  padding-top: 44%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-45 .e-box .e-cistern-l .text {
  padding-top: 45%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-46 .e-box .e-cistern-l .text {
  padding-top: 46%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-47 .e-box .e-cistern-l .text {
  padding-top: 47%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-48 .e-box .e-cistern-l .text {
  padding-top: 48%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-49 .e-box .e-cistern-l .text {
  padding-top: 49%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-50 .e-box .e-cistern-l .text {
  padding-top: 50%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-51 .e-box .e-cistern-l .text {
  padding-top: 51%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-52 .e-box .e-cistern-l .text {
  padding-top: 52%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-53 .e-box .e-cistern-l .text {
  padding-top: 53%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-54 .e-box .e-cistern-l .text {
  padding-top: 54%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-55 .e-box .e-cistern-l .text {
  padding-top: 55%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-56 .e-box .e-cistern-l .text {
  padding-top: 56%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-57 .e-box .e-cistern-l .text {
  padding-top: 57%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-58 .e-box .e-cistern-l .text {
  padding-top: 58%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-59 .e-box .e-cistern-l .text {
  padding-top: 59%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-60 .e-box .e-cistern-l .text {
  padding-top: 60%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-61 .e-box .e-cistern-l .text {
  padding-top: 61%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-62 .e-box .e-cistern-l .text {
  padding-top: 62%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-63 .e-box .e-cistern-l .text {
  padding-top: 63%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-64 .e-box .e-cistern-l .text {
  padding-top: 64%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-65 .e-box .e-cistern-l .text {
  padding-top: 65%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-66 .e-box .e-cistern-l .text {
  padding-top: 66%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-67 .e-box .e-cistern-l .text {
  padding-top: 67%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-68 .e-box .e-cistern-l .text {
  padding-top: 68%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-69 .e-box .e-cistern-l .text {
  padding-top: 69%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-70 .e-box .e-cistern-l .text {
  padding-top: 70%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-71 .e-box .e-cistern-l .text {
  padding-top: 71%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-72 .e-box .e-cistern-l .text {
  padding-top: 72%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-73 .e-box .e-cistern-l .text {
  padding-top: 73%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-74 .e-box .e-cistern-l .text {
  padding-top: 74%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-75 .e-box .e-cistern-l .text {
  padding-top: 75%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-76 .e-box .e-cistern-l .text {
  padding-top: 76%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-77 .e-box .e-cistern-l .text {
  padding-top: 77%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-78 .e-box .e-cistern-l .text {
  padding-top: 78%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-79 .e-box .e-cistern-l .text {
  padding-top: 79%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-80 .e-box .e-cistern-l .text {
  padding-top: 80%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-81 .e-box .e-cistern-l .text {
  padding-top: 81%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-82 .e-box .e-cistern-l .text {
  padding-top: 82%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-83 .e-box .e-cistern-l .text {
  padding-top: 83%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-84 .e-box .e-cistern-l .text {
  padding-top: 84%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-85 .e-box .e-cistern-l .text {
  padding-top: 85%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-86 .e-box .e-cistern-l .text {
  padding-top: 86%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-87 .e-box .e-cistern-l .text {
  padding-top: 87%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-88 .e-box .e-cistern-l .text {
  padding-top: 88%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-89 .e-box .e-cistern-l .text {
  padding-top: 89%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-90 .e-box .e-cistern-l .text {
  padding-top: 90%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-91 .e-box .e-cistern-l .text {
  padding-top: 91%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-92 .e-box .e-cistern-l .text {
  padding-top: 92%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-93 .e-box .e-cistern-l .text {
  padding-top: 93%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-94 .e-box .e-cistern-l .text {
  padding-top: 94%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-95 .e-box .e-cistern-l .text {
  padding-top: 95%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-96 .e-box .e-cistern-l .text {
  padding-top: 96%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-97 .e-box .e-cistern-l .text {
  padding-top: 97%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-98 .e-box .e-cistern-l .text {
  padding-top: 98%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-99 .e-box .e-cistern-l .text {
  padding-top: 99%;
  vertical-align: top;
}
.e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-xl-100 .e-box .e-cistern-l .text {
  padding-top: 100%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-1 .e-box .e-cistern-l .text {
    padding-top: 1%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-2 .e-box .e-cistern-l .text {
    padding-top: 2%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-3 .e-box .e-cistern-l .text {
    padding-top: 3%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-4 .e-box .e-cistern-l .text {
    padding-top: 4%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-5 .e-box .e-cistern-l .text {
    padding-top: 5%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-6 .e-box .e-cistern-l .text {
    padding-top: 6%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-7 .e-box .e-cistern-l .text {
    padding-top: 7%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-8 .e-box .e-cistern-l .text {
    padding-top: 8%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-9 .e-box .e-cistern-l .text {
    padding-top: 9%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-10 .e-box .e-cistern-l .text {
    padding-top: 10%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-11 .e-box .e-cistern-l .text {
    padding-top: 11%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-12 .e-box .e-cistern-l .text {
    padding-top: 12%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-13 .e-box .e-cistern-l .text {
    padding-top: 13%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-14 .e-box .e-cistern-l .text {
    padding-top: 14%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-15 .e-box .e-cistern-l .text {
    padding-top: 15%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-16 .e-box .e-cistern-l .text {
    padding-top: 16%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-17 .e-box .e-cistern-l .text {
    padding-top: 17%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-18 .e-box .e-cistern-l .text {
    padding-top: 18%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-19 .e-box .e-cistern-l .text {
    padding-top: 19%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-20 .e-box .e-cistern-l .text {
    padding-top: 20%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-21 .e-box .e-cistern-l .text {
    padding-top: 21%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-22 .e-box .e-cistern-l .text {
    padding-top: 22%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-23 .e-box .e-cistern-l .text {
    padding-top: 23%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-24 .e-box .e-cistern-l .text {
    padding-top: 24%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-25 .e-box .e-cistern-l .text {
    padding-top: 25%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-26 .e-box .e-cistern-l .text {
    padding-top: 26%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-27 .e-box .e-cistern-l .text {
    padding-top: 27%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-28 .e-box .e-cistern-l .text {
    padding-top: 28%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-29 .e-box .e-cistern-l .text {
    padding-top: 29%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-30 .e-box .e-cistern-l .text {
    padding-top: 30%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-31 .e-box .e-cistern-l .text {
    padding-top: 31%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-32 .e-box .e-cistern-l .text {
    padding-top: 32%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-33 .e-box .e-cistern-l .text {
    padding-top: 33%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-34 .e-box .e-cistern-l .text {
    padding-top: 34%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-35 .e-box .e-cistern-l .text {
    padding-top: 35%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-36 .e-box .e-cistern-l .text {
    padding-top: 36%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-37 .e-box .e-cistern-l .text {
    padding-top: 37%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-38 .e-box .e-cistern-l .text {
    padding-top: 38%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-39 .e-box .e-cistern-l .text {
    padding-top: 39%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-40 .e-box .e-cistern-l .text {
    padding-top: 40%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-41 .e-box .e-cistern-l .text {
    padding-top: 41%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-42 .e-box .e-cistern-l .text {
    padding-top: 42%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-43 .e-box .e-cistern-l .text {
    padding-top: 43%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-44 .e-box .e-cistern-l .text {
    padding-top: 44%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-45 .e-box .e-cistern-l .text {
    padding-top: 45%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-46 .e-box .e-cistern-l .text {
    padding-top: 46%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-47 .e-box .e-cistern-l .text {
    padding-top: 47%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-48 .e-box .e-cistern-l .text {
    padding-top: 48%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-49 .e-box .e-cistern-l .text {
    padding-top: 49%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-50 .e-box .e-cistern-l .text {
    padding-top: 50%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-51 .e-box .e-cistern-l .text {
    padding-top: 51%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-52 .e-box .e-cistern-l .text {
    padding-top: 52%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-53 .e-box .e-cistern-l .text {
    padding-top: 53%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-54 .e-box .e-cistern-l .text {
    padding-top: 54%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-55 .e-box .e-cistern-l .text {
    padding-top: 55%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-56 .e-box .e-cistern-l .text {
    padding-top: 56%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-57 .e-box .e-cistern-l .text {
    padding-top: 57%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-58 .e-box .e-cistern-l .text {
    padding-top: 58%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-59 .e-box .e-cistern-l .text {
    padding-top: 59%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-60 .e-box .e-cistern-l .text {
    padding-top: 60%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-61 .e-box .e-cistern-l .text {
    padding-top: 61%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-62 .e-box .e-cistern-l .text {
    padding-top: 62%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-63 .e-box .e-cistern-l .text {
    padding-top: 63%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-64 .e-box .e-cistern-l .text {
    padding-top: 64%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-65 .e-box .e-cistern-l .text {
    padding-top: 65%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-66 .e-box .e-cistern-l .text {
    padding-top: 66%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-67 .e-box .e-cistern-l .text {
    padding-top: 67%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-68 .e-box .e-cistern-l .text {
    padding-top: 68%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-69 .e-box .e-cistern-l .text {
    padding-top: 69%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-70 .e-box .e-cistern-l .text {
    padding-top: 70%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-71 .e-box .e-cistern-l .text {
    padding-top: 71%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-72 .e-box .e-cistern-l .text {
    padding-top: 72%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-73 .e-box .e-cistern-l .text {
    padding-top: 73%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-74 .e-box .e-cistern-l .text {
    padding-top: 74%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-75 .e-box .e-cistern-l .text {
    padding-top: 75%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-76 .e-box .e-cistern-l .text {
    padding-top: 76%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-77 .e-box .e-cistern-l .text {
    padding-top: 77%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-78 .e-box .e-cistern-l .text {
    padding-top: 78%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-79 .e-box .e-cistern-l .text {
    padding-top: 79%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-80 .e-box .e-cistern-l .text {
    padding-top: 80%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-81 .e-box .e-cistern-l .text {
    padding-top: 81%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-82 .e-box .e-cistern-l .text {
    padding-top: 82%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-83 .e-box .e-cistern-l .text {
    padding-top: 83%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-84 .e-box .e-cistern-l .text {
    padding-top: 84%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-85 .e-box .e-cistern-l .text {
    padding-top: 85%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-86 .e-box .e-cistern-l .text {
    padding-top: 86%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-87 .e-box .e-cistern-l .text {
    padding-top: 87%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-88 .e-box .e-cistern-l .text {
    padding-top: 88%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-89 .e-box .e-cistern-l .text {
    padding-top: 89%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-90 .e-box .e-cistern-l .text {
    padding-top: 90%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-91 .e-box .e-cistern-l .text {
    padding-top: 91%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-92 .e-box .e-cistern-l .text {
    padding-top: 92%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-93 .e-box .e-cistern-l .text {
    padding-top: 93%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-94 .e-box .e-cistern-l .text {
    padding-top: 94%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-95 .e-box .e-cistern-l .text {
    padding-top: 95%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-96 .e-box .e-cistern-l .text {
    padding-top: 96%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-97 .e-box .e-cistern-l .text {
    padding-top: 97%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-98 .e-box .e-cistern-l .text {
    padding-top: 98%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-99 .e-box .e-cistern-l .text {
    padding-top: 99%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-container .swiper-wrapper .e-pt-sm-100 .e-box .e-cistern-l .text {
    padding-top: 100%;
    vertical-align: top;
  }
}
.e-module-202312151534 .e-con .swiper-pagination {
  margin-top: 35px;
  margin-left: 20px;
  bottom: 75px;
  display: none;
}
@media (max-width: 1600px) {
  .e-module-202312151534 .e-con .swiper-pagination {
    bottom: 20px;
  }
}
@media (max-width: 1200px) {
  .e-module-202312151534 .e-con .swiper-pagination {
    margin-top: 0;
    padding-top: 20px;
    margin-left: 0;
    bottom: 10px;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .e-con .swiper-pagination {
    bottom: 20px;
  }
}
@media (max-width: 750px) {
  .e-module-202312151534 .e-con .swiper-pagination {
    padding-top: 15px;
  }
}
.e-module-202312151534 .e-con .swiper-pagination .swiper-pagination-bullet {
  margin-right: 35px;
  width: 8px;
  height: 8px;
  background-color: #fff;
  opacity: 1;
}
@media (max-width: 1600px) {
  .e-module-202312151534 .e-con .swiper-pagination .swiper-pagination-bullet {
    margin-right: 40px;
    width: 7px;
    height: 7px;
  }
}
@media (max-width: 1200px) {
  .e-module-202312151534 .e-con .swiper-pagination .swiper-pagination-bullet {
    margin-right: 14px;
    width: 5px;
    height: 5px;
  }
}
.e-module-202312151534 .e-con .swiper-pagination .swiper-pagination-bullet-active {
  position: relative;
}
@media (max-width: 1200px) {
  .e-module-202312151534 .e-con .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fff;
  }
}
.e-module-202312151534 .e-con .swiper-pagination .swiper-pagination-bullet-active::before {
  content: '';
  position: absolute;
  width: 34px;
  height: 26px;
  border-radius: 13px;
  border: 1px solid #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1600px) {
  .e-module-202312151534 .e-con .swiper-pagination .swiper-pagination-bullet-active::before {
    width: 28px;
    height: 21px;
    border-radius: 12px;
  }
}
@media (max-width: 1200px) {
  .e-module-202312151534 .e-con .swiper-pagination .swiper-pagination-bullet-active::before {
    width: 19px;
    height: 14px;
    border-radius: 7px;
  }
}
.e-module-202312151534 .e-con .swiper-pagination.gray .swiper-pagination-bullet {
  background: #cccccc;
}
.e-module-202312151534 .e-con .swiper-pagination.gray .swiper-pagination-bullet-active {
  border: 1px solid #c7000b;
  background-color: #c7000b;
}
@media (max-width: 1200px) {
  .e-module-202312151534 .e-con .swiper-pagination.gray .swiper-pagination-bullet-active {
    background-color: #c7000b;
    border: 1px solid #c7000b;
  }
}
.e-module-202312151534 .e-con .swiper-pagination.gray .swiper-pagination-bullet-active::before {
  border: 1px solid #c7000b;
}
@media (max-width: 1200px) {
  .e-module-202312151534 .e-con .swiper-pagination.gray .swiper-pagination-bullet-active::before {
    border: 1px solid #c7000b;
  }
}
.e-module-202312151534.animate-v2 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .e-btn-box,
.e-module-202312151534.animate-v2 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .title,
.e-module-202312151534.animate-v2 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text img,
.e-module-202312151534.animate-v2 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .title-p,
.e-module-202312151534.animate-v2 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .countdown,
.e-module-202312151534.animate-v2 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .free-btn {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}
.e-module-202312151534 .video-box {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
@media (max-width: 992px) {
  .e-module-202312151534 .video-box {
    display: block;
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
  }
}
@media (max-width: 750px) {
  .e-module-202312151534 .video-box {
    bottom: 114%;
  }
}
.e-module-202312151534 .video-box .vedioplay {
  position: absolute;
  right: 50%;
  width: 720px;
  max-width: 42%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 5px 15px rgba(72, 0, 4, 0.2);
  display: none;
}
@media (max-width: 1200px) {
  .e-module-202312151534 .video-box .vedioplay {
    display: block;
    border-radius: 10px;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .video-box .vedioplay {
    display: block;
    position: absolute;
    left: 5%;
    bottom: 100%;
    width: 100%;
    width: 90%;
    max-width: 100%;
  }
}
.e-module-202312151534 .video-box .vedioplay::after {
  padding-top: 56.25%;
}
.e-module-202312151534 .video-box .vedioplay .video1 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 20px;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 1200px) {
  .e-module-202312151534 .video-box .vedioplay .video1 {
    border-radius: 10px;
  }
}
.e-module-202312151534 .video-box .vedioplay:hover {
  cursor: pointer;
}
.e-module-202312151534 .video-box .vedioplay:hover .hb-bg .e-lazy img {
  border-radius: 20px 20px 0 0;
}
@media (max-width: 1200px) {
  .e-module-202312151534 .video-box .vedioplay:hover .hb-bg .e-lazy img {
    border-radius: 10px 10px 0 0;
  }
}
.e-module-202312151534 .video-box .vedioplay:hover .hb-play .e-lazy .hb-play1 {
  display: none;
}
.e-module-202312151534 .video-box .vedioplay:hover .hb-play .e-lazy .hb-play2 {
  display: block;
}
.e-module-202312151534 .video-box .vedioplay .hb-play {
  width: 70px;
  height: 70px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
  margin-top: -35px;
}
@media (max-width: 1600px) {
  .e-module-202312151534 .video-box .vedioplay .hb-play {
    width: 50px;
    height: 50px;
    margin-top: -25px;
  }
}
@media (max-width: 992px) {
  .e-module-202312151534 .video-box .vedioplay .hb-play {
    width: 45px;
    height: 45px;
    margin-top: -23px;
  }
}
.e-module-202312151534 .video-box .vedioplay .hb-play .e-lazy::after {
  padding-top: 100%;
}
.e-module-202312151534 .video-box .vedioplay .hb-play .e-lazy .hb-play1 {
  display: block;
}
.e-module-202312151534 .video-box .vedioplay .hb-play .e-lazy .hb-play2 {
  display: none;
}
.e-module-202312191038 {
  padding-top: 120px;
  padding-bottom: 90px;
}
@media (max-width: 1600px) {
  .e-module-202312191038 {
    padding-top: 80px;
    padding-bottom: 30px;
  }
}
@media (max-width: 1280px) {
  .e-module-202312191038 {
    padding-top: 70px;
    padding-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .e-module-202312191038 {
    padding-top: 35px;
    padding-bottom: 40px;
  }
}
.e-module-202312191038 .e-bg {
  background-position: center 40%;
  display: none;
}
@media (max-width: 1600px) {
  .e-module-202312191038 .e-bg {
    background-position: center 50%;
  }
}
@media (max-width: 1280px) {
  .e-module-202312191038 .e-bg {
    background-position: center 40%;
  }
}
@media (max-width: 1200px) {
  .e-module-202312191038 .e-bg {
    background-position: center 70%;
  }
}
@media (max-width: 992px) {
  .e-module-202312191038 .e-bg {
    display: block;
    background-position: center 35%;
  }
}
@media (max-width: 750px) {
  .e-module-202312191038 .e-bg {
    background-position: center -29%;
  }
}
.e-module-202312191038 .e-cistern-l .invit {
  display: flex;
  justify-content: space-between;
  margin-bottom: 150px;
  position: relative;
  transform: translateY(100px);
}
@media (max-width: 1600px) {
  .e-module-202312191038 .e-cistern-l .invit {
    margin-bottom: 130px;
  }
}
@media (max-width: 1200px) {
  .e-module-202312191038 .e-cistern-l .invit {
    margin-bottom: 120px;
  }
}
@media (max-width: 992px) {
  .e-module-202312191038 .e-cistern-l .invit {
    margin-bottom: 50px;
    flex-direction: column-reverse;
  }
}
.e-module-202312191038 .e-cistern-l .invit .invit-tx {
  width: 592px;
  position: absolute;
  top: -50px;
}
.e-module-202312191038 .e-cistern-l .invit .invit-tx .e-lazy::after {
  padding-top: 104%;
}
.e-module-202312191038 .e-cistern-l .invit .invit-tx .why-job {
  width: 38%;
  position: absolute;
  bottom: 160px;
  left: 25px;
}
@media (max-width: 1600px) {
  .e-module-202312191038 .e-cistern-l .invit .invit-tx .why-job {
    left: 20px;
    bottom: 125px;
  }
}
@media (max-width: 1280px) {
  .e-module-202312191038 .e-cistern-l .invit .invit-tx .why-job {
    bottom: 105px;
  }
}
@media (max-width: 1200px) {
  .e-module-202312191038 .e-cistern-l .invit .invit-tx .why-job {
    left: 15px;
    bottom: 76px;
  }
}
@media (max-width: 992px) {
  .e-module-202312191038 .e-cistern-l .invit .invit-tx .why-job {
    left: 10px;
    display: none;
  }
}
.e-module-202312191038 .e-cistern-l .invit .invit-tx .why-job h3 {
  font-size: 18px;
  color: #282828;
  font-weight: bold;
  padding-bottom: 5px;
}
@media (max-width: 1600px) {
  .e-module-202312191038 .e-cistern-l .invit .invit-tx .why-job h3 {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .e-module-202312191038 .e-cistern-l .invit .invit-tx .why-job h3 {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .e-module-202312191038 .e-cistern-l .invit .invit-tx .why-job h3 {
    padding-bottom: 0;
  }
}
.e-module-202312191038 .e-cistern-l .invit .invit-tx .why-job p {
  font-size: 14px;
  color: #282828;
  line-height: 1.5;
}
@media (max-width: 1600px) {
  .e-module-202312191038 .e-cistern-l .invit .invit-tx .why-job p {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .e-module-202312191038 .e-cistern-l .invit .invit-tx .why-job p {
    font-size: 10px;
  }
}
@media (max-width: 1600px) {
  .e-module-202312191038 .e-cistern-l .invit .invit-tx {
    width: 490px;
    top: -65px;
  }
}
@media (max-width: 1280px) {
  .e-module-202312191038 .e-cistern-l .invit .invit-tx {
    width: 400px;
    top: -40px;
  }
}
@media (max-width: 1200px) {
  .e-module-202312191038 .e-cistern-l .invit .invit-tx {
    width: 350px;
    top: -50px;
  }
}
@media (max-width: 992px) {
  .e-module-202312191038 .e-cistern-l .invit .invit-tx {
    position: relative;
    top: auto;
    width: 300px;
    margin: 20px auto 0;
  }
}
@media (max-width: 750px) {
  .e-module-202312191038 .e-cistern-l .invit .invit-tx {
    width: 260px;
    margin-top: 10px;
  }
}
.e-module-202312191038 .e-cistern-l .invit .invit-why {
  width: 50%;
  margin-left: 50%;
}
@media (max-width: 992px) {
  .e-module-202312191038 .e-cistern-l .invit .invit-why {
    width: 100%;
    margin-left: 0;
  }
}
.e-module-202312191038 .e-cistern-l .invit .invit-why h2 {
  font-size: 45px;
  font-weight: bold;
  color: #282828;
  padding-bottom: 20px;
}
@media (max-width: 1600px) {
  .e-module-202312191038 .e-cistern-l .invit .invit-why h2 {
    font-size: 32px;
    line-height: 1.469;
  }
}
@media (max-width: 1280px) {
  .e-module-202312191038 .e-cistern-l .invit .invit-why h2 {
    font-size: 26px;
    line-height: 1.385;
    padding-bottom: 15px;
  }
  .LANG-cn .e-module-202312191038 .e-cistern-l .invit .invit-why h2 {
    line-height: 1.538;
  }
}
.e-module-202312191038 .e-cistern-l .invit .invit-why .invit-join p {
  font-size: 16px;
  line-height: 1.95;
  color: #666;
  padding-bottom: 10px;
}
.LANG-cn .e-module-202312191038 .e-cistern-l .invit .invit-why .invit-join p {
  line-height: 1.95;
}
@media (max-width: 1600px) {
  .e-module-202312191038 .e-cistern-l .invit .invit-why .invit-join p {
    line-height: 1.5 !important;
  }
}
@media (max-width: 1280px) {
  .e-module-202312191038 .e-cistern-l .invit .invit-why .invit-join p {
    font-size: 12px;
    line-height: 1.667;
    line-height: 1.667 !important;
    padding-bottom: 5px;
  }
}
@media (max-width: 992px) {
  .e-module-202312191038 .e-cistern-l .invit .invit-why .invit-join p {
    font-size: 16px;
    line-height: 1.95;
    line-height: 1.5 !important;
  }
  .LANG-cn .e-module-202312191038 .e-cistern-l .invit .invit-why .invit-join p {
    line-height: 1.95;
  }
}
@media (max-width: 750px) {
  .e-module-202312191038 .e-cistern-l .invit .invit-why .invit-join p {
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-202312191038 .e-cistern-l .invit .invit-why .invit-join p {
    line-height: 1.95;
  }
}
.e-module-202312191038 .e-cistern-l .invit .invit-why .invit-join p:last-child {
  padding-bottom: 0;
}
.e-module-202312191038 .e-cistern-l .invit .invit-why .invit-video-btn {
  margin-top: 30px;
}
@media (max-width: 1600px) {
  .e-module-202312191038 .e-cistern-l .invit .invit-why .invit-video-btn {
    margin-top: 20px;
  }
}
.e-module-202312191038 .e-cistern-l .invit .invit-why .invit-video-btn a {
  font-size: 18px;
  color: #c7000b;
  white-space: nowrap;
  background-color: transparent;
  border: 2px solid #c7000b;
  display: inline-block;
  padding: 7px 30px;
  font-weight: bold;
  border-radius: 50px;
  transition: color 0.3s linear;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.e-module-202312191038 .e-cistern-l .invit .invit-why .invit-video-btn a::before {
  border-radius: 40px;
  content: '';
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translateX(-100%);
  transition: transform 0.3s ease-in, background-color 0.3s linear;
  width: 100%;
  background-color: #c7000b;
  z-index: -1;
}
.e-module-202312191038 .e-cistern-l .invit .invit-why .invit-video-btn a .e-lazy {
  width: 24px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}
.e-module-202312191038 .e-cistern-l .invit .invit-why .invit-video-btn a .e-lazy::after {
  padding-top: 58.3%;
}
.e-module-202312191038 .e-cistern-l .invit .invit-why .invit-video-btn a .e-lazy .icon-btn1 {
  display: block;
}
.e-module-202312191038 .e-cistern-l .invit .invit-why .invit-video-btn a .e-lazy .icon-btn2 {
  display: none;
}
@media (max-width: 1600px) {
  .e-module-202312191038 .e-cistern-l .invit .invit-why .invit-video-btn a {
    font-size: 14px;
    padding: 5px 25px;
  }
}
@media (max-width: 1280px) {
  .e-module-202312191038 .e-cistern-l .invit .invit-why .invit-video-btn a {
    font-size: 12px;
  }
  .e-module-202312191038 .e-cistern-l .invit .invit-why .invit-video-btn a .iconfont {
    font-size: 12px;
  }
}
@media (max-width: 1200px) {
  .e-module-202312191038 .e-cistern-l .invit .invit-why .invit-video-btn a {
    font-size: 14px;
    background-color: #c7000b;
    color: #fff;
  }
  .e-module-202312191038 .e-cistern-l .invit .invit-why .invit-video-btn a .iconfont {
    font-size: 14px;
  }
  .e-module-202312191038 .e-cistern-l .invit .invit-why .invit-video-btn a .e-lazy .icon-btn1 {
    display: none;
  }
  .e-module-202312191038 .e-cistern-l .invit .invit-why .invit-video-btn a .e-lazy .icon-btn2 {
    display: block;
  }
}
@media (max-width: 992px) {
  .e-module-202312191038 .e-cistern-l .invit .invit-why .invit-video-btn a {
    background-color: #c7000b;
    color: #fff;
    font-weight: bold;
    margin-left: 0;
  }
  .e-module-202312191038 .e-cistern-l .invit .invit-why .invit-video-btn a .iconfont {
    font-size: 14px;
  }
  .e-module-202312191038 .e-cistern-l .invit .invit-why .invit-video-btn a::before {
    display: none;
  }
}
@media (min-width: 1200px) {
  .e-module-202312191038 .e-cistern-l .invit .invit-why .invit-video-btn a:hover {
    background-color: #c7000b;
    transition: background-color 0s linear 300ms;
    color: #fff;
  }
  .e-module-202312191038 .e-cistern-l .invit .invit-why .invit-video-btn a:hover::before {
    transition: transform 0.3s ease-out, background-color 0.3s linear;
    transform: translateX(0);
    z-index: -1;
  }
  .e-module-202312191038 .e-cistern-l .invit .invit-why .invit-video-btn a:hover .e-lazy .icon-btn1 {
    display: none;
  }
  .e-module-202312191038 .e-cistern-l .invit .invit-why .invit-video-btn a:hover .e-lazy .icon-btn2 {
    display: block;
  }
}
@media (max-width: 992px) {
  .e-module-202312191038 .e-cistern-l .invit .invit-why .invit-video-btn {
    width: 100%;
  }
}
.e-module-202312191038 .e-cistern-l .invit-ly .row {
  overflow: visible;
}
.e-module-202312191038 .e-cistern-l .invit-ly .row > div {
  overflow: visible;
}
.e-module-202312191038 .e-cistern-l .invit-ly .row > div .ly-con {
  padding: 50px 40px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 5px 15px rgba(72, 0, 4, 0.1);
  height: 100%;
  text-align: center;
}
@media (max-width: 1600px) {
  .e-module-202312191038 .e-cistern-l .invit-ly .row > div .ly-con {
    padding: 35px 20px;
  }
}
@media (max-width: 1280px) {
  .e-module-202312191038 .e-cistern-l .invit-ly .row > div .ly-con {
    padding: 30px 20px;
  }
}
@media (max-width: 1200px) {
  .e-module-202312191038 .e-cistern-l .invit-ly .row > div .ly-con {
    border-radius: 10px;
  }
}
@media (max-width: 992px) {
  .e-module-202312191038 .e-cistern-l .invit-ly .row > div .ly-con {
    padding: 20px 30px;
  }
}
.e-module-202312191038 .e-cistern-l .invit-ly .row > div .ly-con .e-lazy {
  width: 96px;
  margin: 0 auto;
}
.e-module-202312191038 .e-cistern-l .invit-ly .row > div .ly-con .e-lazy::after {
  padding-top: 100%;
}
@media (max-width: 1600px) {
  .e-module-202312191038 .e-cistern-l .invit-ly .row > div .ly-con .e-lazy {
    width: 70px;
  }
}
@media (max-width: 1280px) {
  .e-module-202312191038 .e-cistern-l .invit-ly .row > div .ly-con .e-lazy {
    width: 50px;
  }
}
@media (max-width: 992px) {
  .e-module-202312191038 .e-cistern-l .invit-ly .row > div .ly-con .e-lazy {
    width: 48px;
  }
}
.e-module-202312191038 .e-cistern-l .invit-ly .row > div .ly-con h3 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  color: #282828;
  padding: 10px 0;
}
.LANG-cn .e-module-202312191038 .e-cistern-l .invit-ly .row > div .ly-con h3 {
  line-height: 1.583;
}
@media (max-width: 1600px) {
  .e-module-202312191038 .e-cistern-l .invit-ly .row > div .ly-con h3 {
    font-size: 18px;
    line-height: 1.889;
  }
}
@media (max-width: 1280px) {
  .e-module-202312191038 .e-cistern-l .invit-ly .row > div .ly-con h3 {
    font-size: 16px;
    line-height: 1.95;
    line-height: 1.25 !important;
    padding: 0;
  }
  .LANG-cn .e-module-202312191038 .e-cistern-l .invit-ly .row > div .ly-con h3 {
    line-height: 1.95;
  }
}
@media (max-width: 1200px) {
  .e-module-202312191038 .e-cistern-l .invit-ly .row > div .ly-con h3 {
    font-size: 18px;
    line-height: 1.889;
    padding: 5px 0;
  }
}
@media (max-width: 992px) {
  .e-module-202312191038 .e-cistern-l .invit-ly .row > div .ly-con h3 {
    font-size: 16px;
    line-height: 1.95;
    padding: 5px 0;
  }
  .LANG-cn .e-module-202312191038 .e-cistern-l .invit-ly .row > div .ly-con h3 {
    line-height: 1.95;
  }
}
.e-module-202312191038 .e-cistern-l .invit-ly .row > div .ly-con p {
  font-size: 16px;
  line-height: 1.95;
  line-height: 1.5 !important;
  color: #666;
}
.LANG-cn .e-module-202312191038 .e-cistern-l .invit-ly .row > div .ly-con p {
  line-height: 1.95;
}
@media (max-width: 1280px) {
  .e-module-202312191038 .e-cistern-l .invit-ly .row > div .ly-con p {
    font-size: 12px;
    line-height: 1.667;
  }
}
@media (max-width: 1200px) {
  .e-module-202312191038 .e-cistern-l .invit-ly .row > div .ly-con p {
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-202312191038 .e-cistern-l .invit-ly .row > div .ly-con p {
    line-height: 1.95;
  }
}
@media (max-width: 992px) {
  .e-module-202312191038 .e-cistern-l .invit-ly .row > div .ly-con p {
    font-size: 12px;
    line-height: 1.667;
  }
}
@media (max-width: 992px) {
  .e-module-202312191038.about-invit {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .e-module-202312191038.about-invit .e-cistern-l .invit {
    margin-bottom: 130px;
  }
}
.e-module-202312191652 {
  padding-top: 120px;
  padding-bottom: 140px;
}
@media (max-width: 1600px) {
  .e-module-202312191652 {
    padding-top: 90px;
    padding-bottom: 110px;
  }
}
@media (max-width: 1280px) {
  .e-module-202312191652 {
    padding-top: 70px;
    padding-bottom: 90px;
  }
}
@media (max-width: 992px) {
  .e-module-202312191652 {
    padding-top: 35px;
    padding-bottom: 40px;
  }
}
.e-module-202312191652 .e-bg {
  background-position: top left;
}
@media (max-width: 992px) {
  .e-module-202312191652 .e-bg {
    background-size: cover;
  }
}
.e-module-202312191652 .pract .e-cistern-l .pract-con .tablist {
  width: 440px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1600px) {
  .e-module-202312191652 .pract .e-cistern-l .pract-con .tablist {
    width: 380px;
  }
}
@media (max-width: 1280px) {
  .e-module-202312191652 .pract .e-cistern-l .pract-con .tablist {
    width: 350px;
  }
}
@media (max-width: 1200px) {
  .e-module-202312191652 .pract .e-cistern-l .pract-con .tablist {
    width: 300px;
  }
}
@media (max-width: 992px) {
  .e-module-202312191652 .pract .e-cistern-l .pract-con .tablist {
    display: none;
  }
}
.e-module-202312191652 .pract .e-cistern-l .pract-con .tablist .tab {
  padding: 20px 25px;
  margin-bottom: 40px;
  border-radius: 20px;
  border: 2px solid #fff;
  display: flex;
  cursor: pointer;
}
@media (max-width: 1600px) {
  .e-module-202312191652 .pract .e-cistern-l .pract-con .tablist .tab {
    padding: 15px 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1200px) {
  .e-module-202312191652 .pract .e-cistern-l .pract-con .tablist .tab {
    padding: 10px 15px;
    border-radius: 10px;
    margin-bottom: 20px;
  }
}
.e-module-202312191652 .pract .e-cistern-l .pract-con .tablist .tab:hover {
  border-color: #37BED7;
}
.e-module-202312191652 .pract .e-cistern-l .pract-con .tablist .tab.active {
  background: linear-gradient(to bottom, rgba(0, 178, 237, 0.4), rgba(160, 175, 235, 0.15));
  border-color: #37BED7;
}
.e-module-202312191652 .pract .e-cistern-l .pract-con .tablist .tab.active .tab-tit p {
  display: block;
}
.e-module-202312191652 .pract .e-cistern-l .pract-con .tablist .tab:last-child {
  margin-bottom: 0;
}
.e-module-202312191652 .pract .e-cistern-l .pract-con .tablist .tab .tab-tit {
  padding-left: 15px;
  color: #fff;
}
.e-module-202312191652 .pract .e-cistern-l .pract-con .tablist .tab .tab-tit span {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  white-space: nowrap;
}
.LANG-cn .e-module-202312191652 .pract .e-cistern-l .pract-con .tablist .tab .tab-tit span {
  line-height: 1.583;
}
@media (max-width: 1600px) {
  .e-module-202312191652 .pract .e-cistern-l .pract-con .tablist .tab .tab-tit span {
    font-size: 20px;
    line-height: 1.6;
  }
  .LANG-cn .e-module-202312191652 .pract .e-cistern-l .pract-con .tablist .tab .tab-tit span {
    line-height: 1.7;
  }
}
@media (max-width: 1280px) {
  .e-module-202312191652 .pract .e-cistern-l .pract-con .tablist .tab .tab-tit span {
    font-size: 16px;
  }
}
.e-module-202312191652 .pract .e-cistern-l .pract-con .tablist .tab .tab-tit p {
  font-size: 16px;
  line-height: 1.5;
  padding-top: 5px;
  display: none;
}
@media (max-width: 1600px) {
  .e-module-202312191652 .pract .e-cistern-l .pract-con .tablist .tab .tab-tit p {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .e-module-202312191652 .pract .e-cistern-l .pract-con .tablist .tab .tab-tit p {
    font-size: 12px;
    padding-top: 0;
  }
}
@media (max-width: 1200px) {
  .e-module-202312191652 .pract .e-cistern-l .pract-con .tablist .tab .tab-tit p {
    font-size: 14px;
  }
}
.e-module-202312191652 .pract .e-cistern-l .pract-con .tablist .tab .icon1 .e-lazy {
  width: 36px;
}
@media (max-width: 1600px) {
  .e-module-202312191652 .pract .e-cistern-l .pract-con .tablist .tab .icon1 .e-lazy {
    width: 30px;
  }
}
@media (max-width: 1280px) {
  .e-module-202312191652 .pract .e-cistern-l .pract-con .tablist .tab .icon1 .e-lazy {
    width: 26px;
  }
}
.e-module-202312191652 .pract .e-cistern-l .pract-con .tablist .tab .icon1 .e-lazy::after {
  padding-top: 100%;
}
.e-module-202312191652 .pract .e-cistern-l .pract-con .tablist .tab .icon2 .e-lazy {
  width: 33px;
}
@media (max-width: 1600px) {
  .e-module-202312191652 .pract .e-cistern-l .pract-con .tablist .tab .icon2 .e-lazy {
    width: 28px;
  }
}
@media (max-width: 1280px) {
  .e-module-202312191652 .pract .e-cistern-l .pract-con .tablist .tab .icon2 .e-lazy {
    width: 25px;
  }
}
.e-module-202312191652 .pract .e-cistern-l .pract-con .tablist .tab .icon2 .e-lazy::after {
  padding-top: 112%;
}
.e-module-202312191652 .pract .e-cistern-l .pract-con .tablist .tab .icon3 .e-lazy {
  width: 42px;
}
@media (max-width: 1600px) {
  .e-module-202312191652 .pract .e-cistern-l .pract-con .tablist .tab .icon3 .e-lazy {
    width: 36px;
  }
}
@media (max-width: 1280px) {
  .e-module-202312191652 .pract .e-cistern-l .pract-con .tablist .tab .icon3 .e-lazy {
    width: 32px;
  }
}
.e-module-202312191652 .pract .e-cistern-l .pract-con .tablist .tab .icon3 .e-lazy::after {
  padding-top: 76.2%;
}
.e-module-202312191652 .pract .e-cistern-l .pract-con .tabcon {
  flex: 1;
  margin-left: 510px;
  width: 200%;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .e-module-202312191652 .pract .e-cistern-l .pract-con .tabcon {
    margin-left: 440px;
  }
}
@media (max-width: 1280px) {
  .e-module-202312191652 .pract .e-cistern-l .pract-con .tabcon {
    margin-left: 400px;
  }
}
@media (max-width: 1200px) {
  .e-module-202312191652 .pract .e-cistern-l .pract-con .tabcon {
    margin-left: 340px;
  }
}
@media (max-width: 992px) {
  .e-module-202312191652 .pract .e-cistern-l .pract-con .tabcon {
    margin-left: 0;
    width: 100%;
  }
}
.e-module-202312191652 .pract .e-cistern-l .pract-con .tabcon .tabitem {
  display: none;
}
.e-module-202312191652 .pract .e-cistern-l .pract-con .tabcon .tabitem.active {
  display: block;
}
@media (max-width: 992px) {
  .e-module-202312191652 .pract .e-cistern-l .pract-con .tabcon .tabitem {
    display: block;
    margin-bottom: 35px;
  }
}
.e-module-202312191652 .pract .e-cistern-l .pract-con .tabcon .tabitem .tab-wap {
  display: none;
}
@media (max-width: 992px) {
  .e-module-202312191652 .pract .e-cistern-l .pract-con .tabcon .tabitem .tab-wap {
    display: flex;
    margin-bottom: 20px;
  }
  .e-module-202312191652 .pract .e-cistern-l .pract-con .tabcon .tabitem .tab-wap .tab-tit {
    padding-left: 15px;
    color: #fff;
  }
  .e-module-202312191652 .pract .e-cistern-l .pract-con .tabcon .tabitem .tab-wap .tab-tit span {
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    white-space: nowrap;
  }
  .e-module-202312191652 .pract .e-cistern-l .pract-con .tabcon .tabitem .tab-wap .tab-tit p {
    line-height: 1.5;
    padding-top: 5px;
    font-size: 12px;
  }
  .e-module-202312191652 .pract .e-cistern-l .pract-con .tabcon .tabitem .tab-wap .icon1 .e-lazy {
    width: 25px;
    padding-top: 5px;
  }
  .e-module-202312191652 .pract .e-cistern-l .pract-con .tabcon .tabitem .tab-wap .icon1 .e-lazy::after {
    padding-top: 100%;
  }
  .e-module-202312191652 .pract .e-cistern-l .pract-con .tabcon .tabitem .tab-wap .icon2 .e-lazy {
    width: 24px;
    padding-top: 5px;
  }
  .e-module-202312191652 .pract .e-cistern-l .pract-con .tabcon .tabitem .tab-wap .icon2 .e-lazy::after {
    padding-top: 112%;
  }
  .e-module-202312191652 .pract .e-cistern-l .pract-con .tabcon .tabitem .tab-wap .icon3 .e-lazy {
    width: 31px;
    padding-top: 5px;
  }
  .e-module-202312191652 .pract .e-cistern-l .pract-con .tabcon .tabitem .tab-wap .icon3 .e-lazy::after {
    padding-top: 76.2%;
  }
}
.e-module-202312191652 .pract .e-cistern-l .pract-con .tabcon .tabitem > div {
  margin: 0;
  padding: 0;
  max-width: 1046px;
}
@media (max-width: 1600px) {
  .e-module-202312191652 .pract .e-cistern-l .pract-con .tabcon .tabitem > div {
    max-width: 766px;
  }
}
@media (max-width: 1280px) {
  .e-module-202312191652 .pract .e-cistern-l .pract-con .tabcon .tabitem > div {
    max-width: 708px;
  }
}
@media (max-width: 1200px) {
  .e-module-202312191652 .pract .e-cistern-l .pract-con .tabcon .tabitem > div {
    max-width: 604px;
  }
}
@media (max-width: 992px) {
  .e-module-202312191652 .pract .e-cistern-l .pract-con .tabcon .tabitem > div {
    max-width: 100%;
  }
}
.e-module-202312191652 .pract .e-cistern-l .pract-con .tabcon .tabitem > div .swiper .swiper-wrapper .swiper-slide {
  padding-top: 10px;
  height: auto;
}
@media (max-width: 992px) {
  .e-module-202312191652 .pract .e-cistern-l .pract-con .tabcon .tabitem > div .swiper .swiper-wrapper .swiper-slide {
    padding-top: 0;
  }
}
.e-module-202312191652 .pract .e-cistern-l .pract-con .tabcon .tabitem > div .swiper .swiper-wrapper .swiper-slide a {
  border-radius: 20px;
  background-color: #fff;
  display: block;
  transition: transform 0.3s;
  position: relative;
  height: 100%;
}
@media (max-width: 1200px) {
  .e-module-202312191652 .pract .e-cistern-l .pract-con .tabcon .tabitem > div .swiper .swiper-wrapper .swiper-slide a {
    border-radius: 10px;
  }
}
@media (min-width: 1200px) {
  .e-module-202312191652 .pract .e-cistern-l .pract-con .tabcon .tabitem > div .swiper .swiper-wrapper .swiper-slide a:hover {
    transform: translate(0, -10px);
  }
  .e-module-202312191652 .pract .e-cistern-l .pract-con .tabcon .tabitem > div .swiper .swiper-wrapper .swiper-slide a:hover .swiper-img img {
    border-radius: 20px 20px 0 0;
  }
  .e-module-202312191652 .pract .e-cistern-l .pract-con .tabcon .tabitem > div .swiper .swiper-wrapper .swiper-slide a:hover .pra-btn .pra-img .e-lazy {
    transition: transform 0.3s ease-out;
    transform: translate(calc(-100% + 58px), 0);
  }
}
@media (min-width: 1200px) and (max-width: 1200px) {
  .e-module-202312191652 .pract .e-cistern-l .pract-con .tabcon .tabitem > div .swiper .swiper-wrapper .swiper-slide a:hover .swiper-img img {
    border-radius: 10px 10px 0 0;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .e-module-202312191652 .pract .e-cistern-l .pract-con .tabcon .tabitem > div .swiper .swiper-wrapper .swiper-slide a:hover .pra-btn .pra-img .e-lazy {
    transform: translate(calc(-100% + 52px), 0);
  }
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .e-module-202312191652 .pract .e-cistern-l .pract-con .tabcon .tabitem > div .swiper .swiper-wrapper .swiper-slide a:hover .pra-btn .pra-img .e-lazy {
    transform: translate(calc(-100% + 50px), 0);
  }
}
.e-module-202312191652 .pract .e-cistern-l .pract-con .tabcon .tabitem > div .swiper .swiper-wrapper .swiper-slide a .taps {
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  padding: 3px 15px;
  border-radius: 20px;
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  background: linear-gradient(to right, #CF98FF, #8AA9FF);
}
@media (max-width: 1280px) {
  .e-module-202312191652 .pract .e-cistern-l .pract-con .tabcon .tabitem > div .swiper .swiper-wrapper .swiper-slide a .taps {
    font-size: 12px;
  }
}
.e-module-202312191652 .pract .e-cistern-l .pract-con .tabcon .tabitem > div .swiper .swiper-wrapper .swiper-slide a .swiper-img {
  border-radius: 20px 20px 0 0;
}
.e-module-202312191652 .pract .e-cistern-l .pract-con .tabcon .tabitem > div .swiper .swiper-wrapper .swiper-slide a .swiper-img img {
  border-radius: 20px 20px 0 0;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .e-module-202312191652 .pract .e-cistern-l .pract-con .tabcon .tabitem > div .swiper .swiper-wrapper .swiper-slide a .swiper-img {
    border-radius: 10px 10px 0 0;
  }
  .e-module-202312191652 .pract .e-cistern-l .pract-con .tabcon .tabitem > div .swiper .swiper-wrapper .swiper-slide a .swiper-img img {
    border-radius: 10px 10px 0 0;
  }
}
.e-module-202312191652 .pract .e-cistern-l .pract-con .tabcon .tabitem > div .swiper .swiper-wrapper .swiper-slide a .swiper-img::after {
  padding-top: 93.5%;
}
.e-module-202312191652 .pract .e-cistern-l .pract-con .tabcon .tabitem > div .swiper .swiper-wrapper .swiper-slide a .pra-btn {
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1600px) {
  .e-module-202312191652 .pract .e-cistern-l .pract-con .tabcon .tabitem > div .swiper .swiper-wrapper .swiper-slide a .pra-btn {
    padding: 15px 25px;
  }
}
@media (max-width: 1280px) {
  .e-module-202312191652 .pract .e-cistern-l .pract-con .tabcon .tabitem > div .swiper .swiper-wrapper .swiper-slide a .pra-btn {
    padding: 15px 20px;
  }
}
.e-module-202312191652 .pract .e-cistern-l .pract-con .tabcon .tabitem > div .swiper .swiper-wrapper .swiper-slide a .pra-btn span {
  font-size: 20px;
  line-height: 1.6;
  color: #282828;
  padding-right: 10px;
}
.LANG-cn .e-module-202312191652 .pract .e-cistern-l .pract-con .tabcon .tabitem > div .swiper .swiper-wrapper .swiper-slide a .pra-btn span {
  line-height: 1.7;
}
@media (max-width: 1600px) {
  .e-module-202312191652 .pract .e-cistern-l .pract-con .tabcon .tabitem > div .swiper .swiper-wrapper .swiper-slide a .pra-btn span {
    font-size: 16px;
    line-height: 1.95;
    line-height: 1.5 !important;
  }
  .LANG-cn .e-module-202312191652 .pract .e-cistern-l .pract-con .tabcon .tabitem > div .swiper .swiper-wrapper .swiper-slide a .pra-btn span {
    line-height: 1.95;
  }
}
@media (max-width: 1280px) {
  .e-module-202312191652 .pract .e-cistern-l .pract-con .tabcon .tabitem > div .swiper .swiper-wrapper .swiper-slide a .pra-btn span {
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-202312191652 .pract .e-cistern-l .pract-con .tabcon .tabitem > div .swiper .swiper-wrapper .swiper-slide a .pra-btn span {
    line-height: 1.95;
  }
}
.e-module-202312191652 .pract .e-cistern-l .pract-con .tabcon .tabitem > div .swiper .swiper-wrapper .swiper-slide a .pra-btn .pra-img {
  max-height: 14px;
  max-width: 24px;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .e-module-202312191652 .pract .e-cistern-l .pract-con .tabcon .tabitem > div .swiper .swiper-wrapper .swiper-slide a .pra-btn .pra-img {
    max-height: 12px;
  }
}
.e-module-202312191652 .pract .e-cistern-l .pract-con .tabcon .tabitem > div .swiper .swiper-wrapper .swiper-slide a .pra-btn .pra-img .e-lazy {
  transform-origin: right top;
  transition: transform 0.3s ease-out;
  transform: translate(calc(0% + -34px), 0);
  width: 58px;
}
@media (max-width: 1600px) {
  .e-module-202312191652 .pract .e-cistern-l .pract-con .tabcon .tabitem > div .swiper .swiper-wrapper .swiper-slide a .pra-btn .pra-img .e-lazy {
    width: 50px;
    transform: translate(calc(0% + -26px), 0);
  }
}
@media (max-width: 1280px) {
  .e-module-202312191652 .pract .e-cistern-l .pract-con .tabcon .tabitem > div .swiper .swiper-wrapper .swiper-slide a .pra-btn .pra-img .e-lazy {
    width: 45px;
    transform: translate(calc(0% + -23px), 0);
  }
}
.e-module-202312191652 .pract .e-cistern-l .pract-con .tabcon .tabitem > div .swiper .swiper-wrapper .swiper-slide a .pra-btn .pra-img .e-lazy::after {
  padding-top: 24.14%;
}
.e-module-202312191652 .pract .e-cistern-l .pract-con .tabcon .tabitem > div .swiper-pagination {
  position: relative;
  margin-top: 30px;
}
.e-module-202312191652 .pract .e-cistern-l .pract-con .tabcon .tabitem > div .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  margin-right: 20px;
  opacity: 1;
  border-radius: 7px;
  position: relative;
}
.e-module-202312191652 .pract .e-cistern-l .pract-con .tabcon .tabitem > div .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.e-module-202312191652 .pract .e-cistern-l .pract-con .tabcon .tabitem > div .swiper-pagination .swiper-pagination-bullet::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 25px;
  left: 0;
  top: -10px;
}
@media (max-width: 1200px) {
  .e-module-202312191652 .pract .e-cistern-l .pract-con .tabcon .tabitem > div .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin-right: 10px;
  }
}
.e-module-202312191652 .pract .e-cistern-l .pract-con .tabcon .tabitem > div .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
  width: 60px;
}
@media (max-width: 1200px) {
  .e-module-202312191652 .pract .e-cistern-l .pract-con .tabcon .tabitem > div .swiper-pagination .swiper-pagination-bullet-active {
    width: 30px;
  }
}
@media (max-width: 1200px) {
  .e-module-202312191652 .pract .e-cistern-l .pract-con .tabcon .tabitem > div .swiper-pagination {
    margin-top: 10px;
  }
}
.partner-story .e-module-202312210923 {
  padding-top: 120px;
}
@media (max-width: 1600px) {
  .partner-story .e-module-202312210923 {
    padding-top: 90px;
  }
}
@media (max-width: 1280px) {
  .partner-story .e-module-202312210923 {
    padding-top: 70px;
  }
}
@media (max-width: 992px) {
  .partner-story .e-module-202312210923 {
    padding-top: 35px;
  }
}
.partner-story .e-module-202312210923 .e-cistern-l .m-title h2 {
  color: #282828;
  width: 62.5%;
}
@media (max-width: 992px) {
  .partner-story .e-module-202312210923 .e-cistern-l .m-title h2 {
    width: 100%;
    text-align: left;
  }
}
.partner-story .e-module-202312210923 .e-cistern-l .m-title .m-des {
  width: 77%;
  margin: 20px auto 0;
}
@media (max-width: 992px) {
  .partner-story .e-module-202312210923 .e-cistern-l .m-title .m-des {
    width: 100%;
  }
}
.partner-story .e-module-202312210923 .e-cistern-l .m-title .m-des p {
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  padding-bottom: 10px;
}
.partner-story .e-module-202312210923 .e-cistern-l .m-title .m-des p:last-child {
  padding-bottom: 0;
}
@media (max-width: 1280px) {
  .partner-story .e-module-202312210923 .e-cistern-l .m-title .m-des p {
    font-size: 14px;
  }
}
.partner-story .e-module-202312210923 .e-cistern-l .partner-list .row {
  overflow: visible;
}
.partner-story .e-module-202312210923 .e-cistern-l .partner-list .row > div {
  overflow: visible;
}
.partner-story .e-module-202312210923 .e-cistern-l .partner-list .row > div .hb-item {
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0px 5px 15px rgba(72, 0, 4, 0.1);
  transition: transform 0.3s;
}
@media (max-width: 1200px) {
  .partner-story .e-module-202312210923 .e-cistern-l .partner-list .row > div .hb-item {
    border-radius: 10px;
  }
}
@media (min-width: 1200px) {
  .partner-story .e-module-202312210923 .e-cistern-l .partner-list .row > div .hb-item:hover {
    transform: translate(0, -10px);
  }
  .partner-story .e-module-202312210923 .e-cistern-l .partner-list .row > div .hb-item:hover .hb-img .hb-bg .e-lazy img {
    border-radius: 20px 20px 0 0;
  }
  .partner-story .e-module-202312210923 .e-cistern-l .partner-list .row > div .hb-item:hover .hb-img .hb-play .e-lazy .hb-play1 {
    display: none;
  }
  .partner-story .e-module-202312210923 .e-cistern-l .partner-list .row > div .hb-item:hover .hb-img .hb-play .e-lazy .hb-play2 {
    display: block;
  }
  .partner-story .e-module-202312210923 .e-cistern-l .partner-list .row > div .hb-item:hover .pra-btn .pra-imgs .pra-img .e-lazy {
    transition: transform 0.3s ease-out;
    transform: translate(calc(-100% + 58px), 0);
  }
}
@media (min-width: 1200px) and (max-width: 1200px) {
  .partner-story .e-module-202312210923 .e-cistern-l .partner-list .row > div .hb-item:hover .hb-img .hb-bg .e-lazy img {
    border-radius: 10px 10px 0 0;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .partner-story .e-module-202312210923 .e-cistern-l .partner-list .row > div .hb-item:hover .pra-btn .pra-imgs .pra-img .e-lazy {
    transform: translate(calc(-100% + 52px), 0);
  }
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .partner-story .e-module-202312210923 .e-cistern-l .partner-list .row > div .hb-item:hover .pra-btn .pra-imgs .pra-img .e-lazy {
    transform: translate(calc(-100% + 50px), 0);
  }
}
.partner-story .e-module-202312210923 .e-cistern-l .partner-list .row > div .hb-item .hb-img {
  position: relative;
  display: block;
  width: 100%;
}
.partner-story .e-module-202312210923 .e-cistern-l .partner-list .row > div .hb-item .hb-img .hb-bg {
  border-radius: 20px 20px 0 0;
}
.partner-story .e-module-202312210923 .e-cistern-l .partner-list .row > div .hb-item .hb-img .hb-bg .e-lazy::after {
  padding-top: 56.25%;
}
.partner-story .e-module-202312210923 .e-cistern-l .partner-list .row > div .hb-item .hb-img .hb-bg .e-lazy img {
  border-radius: 20px 20px 0 0;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .partner-story .e-module-202312210923 .e-cistern-l .partner-list .row > div .hb-item .hb-img .hb-bg {
    border-radius: 10px 10px 0 0;
  }
  .partner-story .e-module-202312210923 .e-cistern-l .partner-list .row > div .hb-item .hb-img .hb-bg .e-lazy img {
    border-radius: 10px 10px 0 0;
  }
}
.partner-story .e-module-202312210923 .e-cistern-l .partner-list .row > div .hb-item .hb-img .hb-play {
  width: 70px;
  height: 70px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
  margin-top: -35px;
}
@media (max-width: 1600px) {
  .partner-story .e-module-202312210923 .e-cistern-l .partner-list .row > div .hb-item .hb-img .hb-play {
    width: 50px;
    height: 50px;
    margin-top: -25px;
  }
}
@media (max-width: 992px) {
  .partner-story .e-module-202312210923 .e-cistern-l .partner-list .row > div .hb-item .hb-img .hb-play {
    width: 45px;
    height: 45px;
    margin-top: -23px;
  }
}
.partner-story .e-module-202312210923 .e-cistern-l .partner-list .row > div .hb-item .hb-img .hb-play .e-lazy::after {
  padding-top: 100%;
}
.partner-story .e-module-202312210923 .e-cistern-l .partner-list .row > div .hb-item .hb-img .hb-play .e-lazy .hb-play1 {
  display: block;
}
.partner-story .e-module-202312210923 .e-cistern-l .partner-list .row > div .hb-item .hb-img .hb-play .e-lazy .hb-play2 {
  display: none;
}
.partner-story .e-module-202312210923 .e-cistern-l .partner-list .row > div .hb-item .pra-btn {
  padding: 20px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1600px) {
  .partner-story .e-module-202312210923 .e-cistern-l .partner-list .row > div .hb-item .pra-btn {
    padding: 15px 30px;
  }
}
@media (max-width: 1280px) {
  .partner-story .e-module-202312210923 .e-cistern-l .partner-list .row > div .hb-item .pra-btn {
    padding: 15px 25px;
  }
}
@media (max-width: 992px) {
  .partner-story .e-module-202312210923 .e-cistern-l .partner-list .row > div .hb-item .pra-btn {
    padding: 10px 15px;
  }
}
.partner-story .e-module-202312210923 .e-cistern-l .partner-list .row > div .hb-item .pra-btn span {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  color: #282828;
  padding-right: 10px;
}
.LANG-cn .partner-story .e-module-202312210923 .e-cistern-l .partner-list .row > div .hb-item .pra-btn span {
  line-height: 1.583;
}
@media (max-width: 1600px) {
  .partner-story .e-module-202312210923 .e-cistern-l .partner-list .row > div .hb-item .pra-btn span {
    font-size: 20px;
    line-height: 1.6;
  }
  .LANG-cn .partner-story .e-module-202312210923 .e-cistern-l .partner-list .row > div .hb-item .pra-btn span {
    line-height: 1.7;
  }
}
@media (max-width: 1280px) {
  .partner-story .e-module-202312210923 .e-cistern-l .partner-list .row > div .hb-item .pra-btn span {
    font-size: 16px;
    line-height: 1.95;
  }
  .LANG-cn .partner-story .e-module-202312210923 .e-cistern-l .partner-list .row > div .hb-item .pra-btn span {
    line-height: 1.95;
  }
}
@media (max-width: 1200px) {
  .partner-story .e-module-202312210923 .e-cistern-l .partner-list .row > div .hb-item .pra-btn span {
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .partner-story .e-module-202312210923 .e-cistern-l .partner-list .row > div .hb-item .pra-btn span {
    line-height: 1.95;
  }
}
.partner-story .e-module-202312210923 .e-cistern-l .partner-list .row > div .hb-item .pra-btn .pra-imgs {
  display: flex;
  align-items: center;
}
.partner-story .e-module-202312210923 .e-cistern-l .partner-list .row > div .hb-item .pra-btn .pra-imgs span {
  font-size: 16px;
  color: #c7000b;
  font-weight: normal;
}
@media (max-width: 1200px) {
  .partner-story .e-module-202312210923 .e-cistern-l .partner-list .row > div .hb-item .pra-btn .pra-imgs span {
    font-size: 14px;
  }
}
@media (max-width: 750px) {
  .partner-story .e-module-202312210923 .e-cistern-l .partner-list .row > div .hb-item .pra-btn .pra-imgs span {
    font-size: 12px;
  }
}
.partner-story .e-module-202312210923 .e-cistern-l .partner-list .row > div .hb-item .pra-btn .pra-imgs .pra-img {
  max-height: 14px;
  max-width: 24px;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .partner-story .e-module-202312210923 .e-cistern-l .partner-list .row > div .hb-item .pra-btn .pra-imgs .pra-img {
    max-height: 12px;
  }
}
.partner-story .e-module-202312210923 .e-cistern-l .partner-list .row > div .hb-item .pra-btn .pra-imgs .pra-img .e-lazy {
  transform-origin: right top;
  transition: transform 0.3s ease-out;
  transform: translate(calc(0% + -34px), 0);
  width: 58px;
}
@media (max-width: 1600px) {
  .partner-story .e-module-202312210923 .e-cistern-l .partner-list .row > div .hb-item .pra-btn .pra-imgs .pra-img .e-lazy {
    width: 50px;
    transform: translate(calc(0% + -26px), 0);
  }
}
@media (max-width: 1280px) {
  .partner-story .e-module-202312210923 .e-cistern-l .partner-list .row > div .hb-item .pra-btn .pra-imgs .pra-img .e-lazy {
    width: 45px;
    transform: translate(calc(0% + -23px), 0);
  }
}
.partner-story .e-module-202312210923 .e-cistern-l .partner-list .row > div .hb-item .pra-btn .pra-imgs .pra-img .e-lazy::after {
  padding-top: 24.14%;
}
.partner-story .e-module-202312211021 .m-title {
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .partner-story .e-module-202312211021 .m-title {
    margin-bottom: 20px;
  }
}
.partner-story .e-module-202312211021 .m-title h2 {
  color: #282828;
  text-align: left;
  margin: 0;
}
.partner-story .e-module-202312211021 .e-con .swiper-use > .e-cistern-l {
  margin: 0;
  padding: 0;
}
@media (max-width: 1200px) {
  .partner-story .e-module-202312211021 .e-con .swiper-use > .e-cistern-l {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .partner-story .e-module-202312211021 .swiper-wrapper {
    flex-direction: column;
  }
}
.partner-story .e-module-202312211021 .swiper-slide {
  border-radius: 20px;
  position: relative;
  width: 30%;
  height: auto !important;
}
@media (max-width: 992px) {
  .partner-story .e-module-202312211021 .swiper-slide {
    width: 100%;
    margin-bottom: 25px;
  }
}
.partner-story .e-module-202312211021 .swiper-slide a {
  height: 100%;
  display: block;
  position: relative;
  transition: transform 0.3s;
}
.partner-story .e-module-202312211021 .swiper-slide a .taps {
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  padding: 3px 15px;
  border-radius: 20px;
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  background: linear-gradient(to right, #CF98FF, #8AA9FF);
}
@media (max-width: 1280px) {
  .partner-story .e-module-202312211021 .swiper-slide a .taps {
    font-size: 12px;
  }
}
.partner-story .e-module-202312211021 .swiper-slide a:hover {
  cursor: pointer;
  transform: translate(0, -10px);
}
.partner-story .e-module-202312211021 .swiper-slide a:hover .swiper-img {
  box-shadow: 0px 5px 15px rgba(72, 0, 4, 0.15);
}
.partner-story .e-module-202312211021 .swiper-slide a:hover .swiper-img img {
  border-radius: 20px 20px 0 0;
}
.partner-story .e-module-202312211021 .swiper-slide a:hover .swiper-con h3 {
  color: #282828;
}
.partner-story .e-module-202312211021 .swiper-slide a:hover .swiper-con .pra-imgs .pra-img .e-lazy {
  transition: transform 0.3s ease-out;
  transform: translate(calc(-100% + 58px), 0);
}
@media (max-width: 1600px) {
  .partner-story .e-module-202312211021 .swiper-slide a:hover .swiper-con .pra-imgs .pra-img .e-lazy {
    transform: translate(calc(-100% + 52px), 0);
  }
}
@media (max-width: 1280px) {
  .partner-story .e-module-202312211021 .swiper-slide a:hover .swiper-con .pra-imgs .pra-img .e-lazy {
    transform: translate(calc(-100% + 50px), 0);
  }
}
.partner-story .e-module-202312211021 .swiper-slide a .swiper-img {
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .partner-story .e-module-202312211021 .swiper-slide a .swiper-img {
    border-radius: 10px;
  }
}
.partner-story .e-module-202312211021 .swiper-slide a .swiper-img:after {
  padding-top: 56.25%;
}
.partner-story .e-module-202312211021 .swiper-slide a .swiper-img img {
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .partner-story .e-module-202312211021 .swiper-slide a .swiper-img img {
    border-radius: 10px;
  }
}
.partner-story .e-module-202312211021 .swiper-slide a .swiper-con {
  transition: all 0.5s;
}
.partner-story .e-module-202312211021 .swiper-slide a .swiper-con h3 {
  font-size: 18px;
  line-height: 1.5;
  color: #666;
  margin: 15px 0;
}
@media (max-width: 1600px) {
  .partner-story .e-module-202312211021 .swiper-slide a .swiper-con h3 {
    font-size: 16px;
    margin: 10px 0;
  }
}
@media (max-width: 1280px) {
  .partner-story .e-module-202312211021 .swiper-slide a .swiper-con h3 {
    font-size: 14px;
  }
}
.partner-story .e-module-202312211021 .swiper-slide a .swiper-con .pra-imgs {
  display: flex;
  align-items: center;
}
.partner-story .e-module-202312211021 .swiper-slide a .swiper-con .pra-imgs span {
  font-size: 16px;
  line-height: 1.5;
  color: #c7000b;
  padding-right: 10px;
}
@media (max-width: 1280px) {
  .partner-story .e-module-202312211021 .swiper-slide a .swiper-con .pra-imgs span {
    font-size: 12px;
  }
}
@media (max-width: 1200px) {
  .partner-story .e-module-202312211021 .swiper-slide a .swiper-con .pra-imgs span {
    font-size: 14px;
  }
}
@media (max-width: 750px) {
  .partner-story .e-module-202312211021 .swiper-slide a .swiper-con .pra-imgs span {
    font-size: 12px;
  }
}
.partner-story .e-module-202312211021 .swiper-slide a .swiper-con .pra-imgs .pra-img {
  max-height: 14px;
  max-width: 24px;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .partner-story .e-module-202312211021 .swiper-slide a .swiper-con .pra-imgs .pra-img {
    max-height: 12px;
  }
}
.partner-story .e-module-202312211021 .swiper-slide a .swiper-con .pra-imgs .pra-img .e-lazy {
  transform-origin: right top;
  transition: transform 0.3s ease-out;
  transform: translate(calc(0% + -34px), 0);
  width: 58px;
}
@media (max-width: 1600px) {
  .partner-story .e-module-202312211021 .swiper-slide a .swiper-con .pra-imgs .pra-img .e-lazy {
    width: 50px;
    transform: translate(calc(0% + -26px), 0);
  }
}
@media (max-width: 1280px) {
  .partner-story .e-module-202312211021 .swiper-slide a .swiper-con .pra-imgs .pra-img .e-lazy {
    width: 45px;
    transform: translate(calc(0% + -23px), 0);
  }
}
.partner-story .e-module-202312211021 .swiper-slide a .swiper-con .pra-imgs .pra-img .e-lazy::after {
  padding-top: 24.14%;
}
.partner-story .e-module-202312211021 .swiper-btns {
  z-index: 2;
  position: absolute;
  top: -105px;
  display: flex;
  right: 80px;
}
@media (max-width: 1200px) {
  .partner-story .e-module-202312211021 .swiper-btns {
    right: 40px;
    top: -80px;
  }
}
.partner-story .e-module-202312211021 .swiper-btns .swiper-button {
  cursor: pointer;
  transition: all 0.3s;
}
.partner-story .e-module-202312211021 .swiper-btns .swiper-button .e-lazy {
  width: 54px;
}
@media (max-width: 1600px) {
  .partner-story .e-module-202312211021 .swiper-btns .swiper-button .e-lazy {
    width: 45px;
  }
}
@media (max-width: 1280px) {
  .partner-story .e-module-202312211021 .swiper-btns .swiper-button .e-lazy {
    width: 40px;
  }
}
.partner-story .e-module-202312211021 .swiper-btns .swiper-button .e-lazy::after {
  padding-top: 100%;
}
.partner-story .e-module-202312211021 .swiper-btns .swiper-button .e-lazy .arrow1 {
  display: block;
}
.partner-story .e-module-202312211021 .swiper-btns .swiper-button .e-lazy .arrow2 {
  display: none;
}
.partner-story .e-module-202312211021 .swiper-btns .swiper-button:hover .arrow1 {
  display: none;
}
.partner-story .e-module-202312211021 .swiper-btns .swiper-button:hover .arrow2 {
  display: block;
}
.partner-story .e-module-202312211021 .swiper-btns .swiper-button.swiper-button-disabled:hover .arrow1 {
  display: block;
}
.partner-story .e-module-202312211021 .swiper-btns .swiper-button.swiper-button-disabled:hover .arrow2 {
  display: none;
}
@media (max-width: 992px) {
  .partner-story .e-module-202312211021 .swiper-btns .swiper-button {
    display: none;
  }
}
.partner-story .e-module-202312211021 .swiper-btns .swiper-button.next .e-lazy .arrow1 {
  transform: rotate(180deg);
}
.partner-story .e-module-202312211021 .swiper-btns .swiper-button.prev {
  margin-right: 20px;
}
.partner-story .e-module-202312211021 .swiper-btns .swiper-button.prev .e-lazy .arrow2 {
  transform: rotate(180deg);
}
@media (max-width: 992px) {
  .e-module-202312211402.e-block-tb {
    padding-top: 0;
  }
}
.e-module-202312211402 .m-title h2 {
  color: #282828;
}
.e-module-202312211402 .event-content .event-top .e-bg {
  position: relative;
}
.e-module-202312211402 .event-content .event-top .e-bg::after {
  display: block;
  width: 100%;
  content: '';
  padding-top: 31.25%;
}
@media (max-width: 992px) {
  .e-module-202312211402 .event-content .event-top .e-bg::after {
    padding-top: 53.33333333%;
  }
}
.e-module-202312211402 .event-content .event-top .e-bg .video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.e-module-202312211402 .event-content .event-top .event-tit {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100px;
  width: 80%;
  z-index: 33;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  top: 40%;
}
@media (max-width: 1600px) {
  .e-module-202312211402 .event-content .event-top .event-tit {
    top: 35%;
  }
}
@media (max-width: 992px) {
  .e-module-202312211402 .event-content .event-top .event-tit {
    top: 30%;
  }
}
@media (max-width: 750px) {
  .e-module-202312211402 .event-content .event-top .event-tit {
    top: 20%;
  }
}
.e-module-202312211402 .event-content .event-top .event-tit:hover .evevt-play .et-play1 {
  display: none;
}
.e-module-202312211402 .event-content .event-top .event-tit:hover .evevt-play .et-play2 {
  display: block;
}
.e-module-202312211402 .event-content .event-top .event-tit .evevt-play {
  width: 70px;
}
.e-module-202312211402 .event-content .event-top .event-tit .evevt-play::after {
  padding-top: 100%;
}
@media (max-width: 1600px) {
  .e-module-202312211402 .event-content .event-top .event-tit .evevt-play {
    width: 50px;
  }
}
@media (max-width: 992px) {
  .e-module-202312211402 .event-content .event-top .event-tit .evevt-play {
    width: 36px;
  }
}
.e-module-202312211402 .event-content .event-top .event-tit .evevt-play .et-play1 {
  display: block;
}
.e-module-202312211402 .event-content .event-top .event-tit .evevt-play .et-play2 {
  display: none;
}
.e-module-202312211402 .event-content .event-top .event-tit p {
  font-size: 22px;
  line-height: 1.545;
  color: #fff;
  margin-top: 30px;
}
.LANG-cn .e-module-202312211402 .event-content .event-top .event-tit p {
  line-height: 1.636;
}
@media (max-width: 1600px) {
  .e-module-202312211402 .event-content .event-top .event-tit p {
    font-size: 18px;
    line-height: 1.889;
    margin-top: 20px;
  }
}
@media (max-width: 1280px) {
  .e-module-202312211402 .event-content .event-top .event-tit p {
    font-size: 16px;
    line-height: 1.95;
    margin-top: 15px;
  }
  .LANG-cn .e-module-202312211402 .event-content .event-top .event-tit p {
    line-height: 1.95;
  }
}
@media (max-width: 992px) {
  .e-module-202312211402 .event-content .event-top .event-tit p {
    font-size: 14px;
    line-height: 1.95;
    margin-top: 5px;
  }
  .LANG-cn .e-module-202312211402 .event-content .event-top .event-tit p {
    line-height: 1.95;
  }
}
@media (max-width: 750px) {
  .e-module-202312211402 .event-content .event-top .event-tit p {
    font-size: 12px;
    line-height: 1.667;
  }
}
.e-module-202312211402 .event-content .event-bottom {
  width: 75%;
  margin: -80px auto 0;
  background-color: #fff;
  box-shadow: 0px 5px 15px rgba(72, 0, 4, 0.1);
  position: relative;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .e-module-202312211402 .event-content .event-bottom {
    border-radius: 10px;
  }
}
@media (max-width: 992px) {
  .e-module-202312211402 .event-content .event-bottom {
    width: auto;
    margin: -80px 40px 0;
  }
}
@media (max-width: 750px) {
  .e-module-202312211402 .event-content .event-bottom {
    width: auto;
    margin: -80px 20px 0;
  }
}
.e-module-202312211402 .event-content .event-bottom .event-reacp {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  height: 100%;
}
.e-module-202312211402 .event-content .event-bottom .event-reacp .e-lazy {
  height: 100% !important;
}
.e-module-202312211402 .event-content .event-bottom .event-reacp .e-lazy img {
  height: 100%;
}
@media (max-width: 992px) {
  .e-module-202312211402 .event-content .event-bottom .event-reacp .e-lazy img {
    height: 145%;
  }
}
@media (max-width: 750px) {
  .e-module-202312211402 .event-content .event-bottom .event-reacp .e-lazy img {
    height: 100%;
  }
}
.e-module-202312211402 .event-content .event-bottom .event-reacp .e-lazy::after {
  padding-top: 17.15%;
}
@media (max-width: 992px) {
  .e-module-202312211402 .event-content .event-bottom .event-reacp .e-lazy::after {
    padding-top: 91.64%;
  }
}
.e-module-202312211402 .event-content .event-bottom .row > div:last-child .event-item {
  border: 0;
}
.e-module-202312211402 .event-content .event-bottom .row > div .event-item {
  margin-bottom: 40px;
  padding: 0 80px;
  border-right: 1px solid #ddd;
}
@media (max-width: 1600px) {
  .e-module-202312211402 .event-content .event-bottom .row > div .event-item {
    padding: 0 60px;
  }
}
@media (max-width: 1200px) {
  .e-module-202312211402 .event-content .event-bottom .row > div .event-item {
    padding: 0 40px;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .e-module-202312211402 .event-content .event-bottom .row > div .event-item {
    padding: 0 0 20px 0;
    border-right: 0;
    margin: 0 25px;
    border-bottom: 1px solid #ddd;
  }
}
.e-module-202312211402 .event-content .event-bottom .row > div .event-item h3 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  color: #282828;
}
.LANG-cn .e-module-202312211402 .event-content .event-bottom .row > div .event-item h3 {
  line-height: 1.583;
}
@media (max-width: 1600px) {
  .e-module-202312211402 .event-content .event-bottom .row > div .event-item h3 {
    font-size: 20px;
    line-height: 1.6;
  }
  .LANG-cn .e-module-202312211402 .event-content .event-bottom .row > div .event-item h3 {
    line-height: 1.7;
  }
}
@media (max-width: 1200px) {
  .e-module-202312211402 .event-content .event-bottom .row > div .event-item h3 {
    font-size: 18px;
    line-height: 1.889;
  }
}
@media (max-width: 992px) {
  .e-module-202312211402 .event-content .event-bottom .row > div .event-item h3 {
    font-size: 16px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-202312211402 .event-content .event-bottom .row > div .event-item h3 {
    line-height: 1.95;
  }
}
@media (max-width: 750px) {
  .e-module-202312211402 .event-content .event-bottom .row > div .event-item h3 {
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-202312211402 .event-content .event-bottom .row > div .event-item h3 {
    line-height: 1.95;
  }
}
.e-module-202312211402 .event-content .event-bottom .row > div .event-item p {
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  margin-bottom: 20px;
  margin-top: 5px;
}
@media (max-width: 1600px) {
  .e-module-202312211402 .event-content .event-bottom .row > div .event-item p {
    font-size: 14px;
  }
}
@media (max-width: 750px) {
  .e-module-202312211402 .event-content .event-bottom .row > div .event-item p {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.e-module-202312211402 .event-content .event-bottom .row > div .event-item a {
  font-size: 16px;
  color: #c7000b;
  white-space: nowrap;
  background-color: transparent;
  border: 1px solid #c7000b;
  display: block;
  padding: 5px 25px;
  border-radius: 50px;
  transition: color 0.3s linear;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
}
.e-module-202312211402 .event-content .event-bottom .row > div .event-item a::before {
  border-radius: 40px;
  content: '';
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translateX(-100%);
  transition: transform 0.3s ease-in, background-color 0.3s linear;
  width: 100%;
  background-color: #c7000b;
  z-index: -1;
}
.e-module-202312211402 .event-content .event-bottom .row > div .event-item a .iconfont {
  font-size: 14px;
  padding-left: 5px;
}
@media (max-width: 1280px) {
  .e-module-202312211402 .event-content .event-bottom .row > div .event-item a {
    font-size: 12px;
  }
  .e-module-202312211402 .event-content .event-bottom .row > div .event-item a .iconfont {
    font-size: 12px;
  }
}
@media (max-width: 1200px) {
  .e-module-202312211402 .event-content .event-bottom .row > div .event-item a {
    font-size: 14px;
  }
  .e-module-202312211402 .event-content .event-bottom .row > div .event-item a .iconfont {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .e-module-202312211402 .event-content .event-bottom .row > div .event-item a {
    font-size: 12px;
  }
}
.e-module-202312211402 .event-content .event-bottom .row > div .event-item a:hover {
  background-color: #c7000b;
  color: #fff;
  transition: background-color 0s linear 300ms;
}
.e-module-202312211402 .event-content .event-bottom .row > div .event-item a:hover::before {
  transition: transform 0.3s ease-out, background-color 0.3s linear;
  transform: translateX(0);
  z-index: -1;
}
.mwc-about > .e-bg {
  background-position: center 42%;
}
@media (max-width: 1600px) {
  .mwc-about > .e-bg {
    background-position: center 135%;
  }
}
@media (max-width: 1280px) {
  .mwc-about > .e-bg {
    background-position: center 50%;
  }
}
@media (max-width: 1200px) {
  .mwc-about > .e-bg {
    background-size: 100%;
    background-position: center -65%;
  }
}
@media (max-width: 992px) {
  .mwc-about > .e-bg {
    background-position: center 5%;
  }
}
.mwc-v2 > .e-bg {
  background-position: center 29%;
}
@media (max-width: 1600px) {
  .mwc-v2 > .e-bg {
    background-position: center 46%;
  }
}
@media (max-width: 1280px) {
  .mwc-v2 > .e-bg {
    background-position: center 30%;
  }
}
@media (max-width: 1200px) {
  .mwc-v2 > .e-bg {
    background-size: 100%;
    background-position: center 60%;
  }
}
@media (max-width: 992px) {
  .mwc-v2 > .e-bg {
    display: none;
  }
}
.e-module-202402221408 .m-title h2 {
  color: #282828;
}
.e-module-202402221408 .points-container .e-cistern-l .swiper .swiper-wrapper .swiper-slide {
  width: 25%;
  margin-right: 40px;
}
.e-module-202402221408 .points-container .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-con {
  width: 100%;
}
.e-module-202402221408 .points-container .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-con .points-avatar-img .e-lazy,
.e-module-202402221408 .points-container .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-con .points-text-img .e-lazy {
  border-radius: 20px;
}
.e-module-202402221408 .points-container .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-con .points-avatar-img .e-lazy::after,
.e-module-202402221408 .points-container .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-con .points-text-img .e-lazy::after {
  padding-top: 133.7%;
}
@media (max-width: 1200px) {
  .e-module-202402221408 .points-container .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-con .points-avatar-img .e-lazy,
  .e-module-202402221408 .points-container .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-con .points-text-img .e-lazy {
    border-radius: 10px;
  }
}
.e-module-202402221408 .points-container .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-con .points-avatar-button,
.e-module-202402221408 .points-container .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-con .points-text-button {
  position: absolute;
  bottom: 20px;
  right: 30px;
  z-index: 9;
  cursor: pointer;
}
.e-module-202402221408 .points-container .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-con .points-avatar-button .e-lazy,
.e-module-202402221408 .points-container .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-con .points-text-button .e-lazy {
  width: 40px;
  overflow: visible;
  background: transparent;
}
.e-module-202402221408 .points-container .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-con .points-avatar-button .e-lazy::after,
.e-module-202402221408 .points-container .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-con .points-text-button .e-lazy::after {
  padding-top: 100%;
}
@media (max-width: 1600px) {
  .e-module-202402221408 .points-container .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-con .points-avatar-button,
  .e-module-202402221408 .points-container .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-con .points-text-button {
    right: 20px;
  }
  .e-module-202402221408 .points-container .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-con .points-avatar-button .e-lazy,
  .e-module-202402221408 .points-container .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-con .points-text-button .e-lazy {
    width: 35px;
  }
}
@media (max-width: 1280px) {
  .e-module-202402221408 .points-container .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-con .points-avatar-button .e-lazy,
  .e-module-202402221408 .points-container .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-con .points-text-button .e-lazy {
    width: 30px;
  }
}
@media (max-width: 992px) {
  .e-module-202402221408 .points-container .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-con .points-avatar-button,
  .e-module-202402221408 .points-container .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-con .points-text-button {
    right: 15px;
    bottom: 15px;
  }
}
.e-module-202402221408 .points-container .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-con .point-avatar {
  transform: rotateY(0deg);
  transition: transform 0.8s ease-in-out;
  backface-visibility: hidden;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.e-module-202402221408 .points-container .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-con .point-avatar .job-name {
  position: absolute;
  bottom: 70px;
  padding: 0 35px;
}
@media (max-width: 1600px) {
  .e-module-202402221408 .points-container .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-con .point-avatar .job-name {
    padding: 0 25px;
    bottom: 65px;
  }
}
@media (max-width: 1280px) {
  .e-module-202402221408 .points-container .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-con .point-avatar .job-name {
    padding: 0 20px;
    bottom: 60px;
  }
}
@media (max-width: 992px) {
  .e-module-202402221408 .points-container .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-con .point-avatar .job-name {
    padding: 0 30px;
    bottom: 55px;
  }
}
.e-module-202402221408 .points-container .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-con .point-avatar .job-name h3 {
  line-height: 1.5;
}
.e-module-202402221408 .points-container .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-con .point-avatar .job-name h3 span {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding-bottom: 5px;
  border-bottom: 1px solid #c7000b;
}
@media (max-width: 1600px) {
  .e-module-202402221408 .points-container .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-con .point-avatar .job-name h3 span {
    font-size: 14px;
  }
}
.e-module-202402221408 .points-container .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-con .point-avatar .job-name p {
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  padding-top: 3px;
}
@media (max-width: 1600px) {
  .e-module-202402221408 .points-container .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-con .point-avatar .job-name p {
    font-size: 12px;
    padding-top: 10px;
  }
}
.e-module-202402221408 .points-container .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-con .point-text {
  transform: rotateY(-180deg);
  transition: transform 0.8s ease-in-out;
  backface-visibility: hidden;
  position: absolute;
  overflow: hidden;
  top: 0;
  width: 100%;
}
.e-module-202402221408 .points-container .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-con .point-text .point-text-con {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 40px 35px;
}
@media (max-width: 1600px) {
  .e-module-202402221408 .points-container .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-con .point-text .point-text-con {
    padding: 30px 25px;
  }
}
@media (max-width: 1280px) {
  .e-module-202402221408 .points-container .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-con .point-text .point-text-con {
    padding: 25px 20px;
  }
}
@media (max-width: 992px) {
  .e-module-202402221408 .points-container .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-con .point-text .point-text-con {
    padding: 35px 30px;
  }
}
.e-module-202402221408 .points-container .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-con .point-text .point-text-con .point-text-des {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
  max-height: 270px;
  overflow: auto;
}
@media (max-width: 1600px) {
  .e-module-202402221408 .points-container .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-con .point-text .point-text-con .point-text-des {
    margin-bottom: 10px;
    font-size: 12px;
    max-height: 200px;
  }
}
@media (max-width: 1280px) {
  .e-module-202402221408 .points-container .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-con .point-text .point-text-con .point-text-des {
    max-height: 180px;
  }
}
@media (max-width: 1200px) {
  .e-module-202402221408 .points-container .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-con .point-text .point-text-con .point-text-des {
    max-height: 240px;
  }
}
@media (max-width: 992px) {
  .e-module-202402221408 .points-container .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-con .point-text .point-text-con .point-text-des {
    max-height: 285px;
  }
}
.e-module-202402221408 .points-container .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-con .point-text .point-text-con .job-name h3 {
  line-height: 1.5;
}
.e-module-202402221408 .points-container .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-con .point-text .point-text-con .job-name h3 span {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding-bottom: 5px;
  border-bottom: 1px solid #c7000b;
}
@media (max-width: 1600px) {
  .e-module-202402221408 .points-container .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-con .point-text .point-text-con .job-name h3 span {
    font-size: 14px;
  }
}
.e-module-202402221408 .points-container .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-con .point-text .point-text-con .job-name p {
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  padding-top: 5px;
}
@media (max-width: 1600px) {
  .e-module-202402221408 .points-container .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-con .point-text .point-text-con .job-name p {
    font-size: 12px;
    padding-top: 10px;
  }
}
.e-module-202402221408 .points-container .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-con .point-text .point-text-play {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
  margin-top: -30px;
  display: block;
}
@media (max-width: 1600px) {
  .e-module-202402221408 .points-container .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-con .point-text .point-text-play {
    width: 50px;
    height: 50px;
    margin-top: -25px;
  }
}
@media (max-width: 992px) {
  .e-module-202402221408 .points-container .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-con .point-text .point-text-play {
    width: 45px;
    height: 45px;
    margin-top: -23px;
  }
}
.e-module-202402221408 .points-container .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-con .point-text .point-text-play .e-lazy {
  overflow: visible;
}
.e-module-202402221408 .points-container .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-con .point-text .point-text-play .e-lazy::after {
  padding-top: 100%;
}
.e-module-202402221408 .points-container .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-con .point-text .point-text-play .e-lazy .point-text-play1 {
  display: block;
}
.e-module-202402221408 .points-container .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-con .point-text .point-text-play .e-lazy .point-text-play2 {
  display: none;
}
.e-module-202402221408 .points-container .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-con .point-text .point-text-play:hover .e-lazy .point-text-play1 {
  display: none;
}
.e-module-202402221408 .points-container .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-con .point-text .point-text-play:hover .e-lazy .point-text-play2 {
  display: block;
}
.e-module-202402221408 .points-container .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-con.filp .point-avatar {
  transform: rotateY(180deg);
}
.e-module-202402221408 .points-container .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-con.filp .point-text {
  transform: rotateY(0deg);
}
.e-module-202402221408 .points-container .swiper-pagination {
  position: relative;
  margin-top: 40px;
}
.e-module-202402221408 .points-container .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: rgba(102, 102, 102, 0.5);
  margin-right: 20px;
  opacity: 1;
  border-radius: 7px;
  position: relative;
}
.e-module-202402221408 .points-container .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.e-module-202402221408 .points-container .swiper-pagination .swiper-pagination-bullet::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 25px;
  left: 0;
  top: -10px;
}
@media (max-width: 1200px) {
  .e-module-202402221408 .points-container .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin-right: 10px;
  }
}
@media (max-width: 750px) {
  .e-module-202402221408 .points-container .swiper-pagination .swiper-pagination-bullet {
    margin-right: 6px;
  }
}
.e-module-202402221408 .points-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #c7000b;
  width: 60px;
}
@media (max-width: 1200px) {
  .e-module-202402221408 .points-container .swiper-pagination .swiper-pagination-bullet-active {
    width: 30px;
  }
}
@media (max-width: 750px) {
  .e-module-202402221408 .points-container .swiper-pagination .swiper-pagination-bullet-active {
    width: 20px;
  }
}
@media (max-width: 1200px) {
  .e-module-202402221408 .points-container .swiper-pagination {
    margin-top: 20px;
  }
}
.e-module-202402221408 .points-container .swiper-button {
  color: #fff;
  padding: 35px;
  background-color: #c7000b;
  font-size: 30px;
  top: 40%;
  transition: 0.4s;
}
.e-module-202402221408 .points-container .swiper-button:hover {
  background-color: #d84c54;
  color: #fff;
}
@media (max-width: 1600px) {
  .e-module-202402221408 .points-container .swiper-button {
    padding: 25px;
    font-size: 26px;
  }
}
@media (max-width: 1200px) {
  .e-module-202402221408 .points-container .swiper-button {
    display: none;
  }
}
.e-module-202402221408 .points-container .swiper-button.swiper-button-prev {
  border-radius: 0 10px 10px 0;
  left: 0;
  top: 57%;
}
.e-module-202402221408 .points-container .swiper-button.swiper-button-next {
  right: 0;
  border-radius: 10px 0 0 10px;
  top: 57%;
}
.e-module-202402221408 .points-container .swiper-button.swiper-button-disabled {
  opacity: 1;
  background-color: #f5f5f5;
  color: #999;
}
.e-module-202401161427 .m-title h2 {
  color: #282828;
}
.e-module-202401161427 .e-con .e-cistern-l .swiper {
  overflow: hidden;
  height: 100%;
}
.e-module-202401161427 .e-con .e-cistern-l .swiper .swiper-slide .sw-con .e-lazy {
  width: 290px;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 1600px) {
  .e-module-202401161427 .e-con .e-cistern-l .swiper .swiper-slide .sw-con .e-lazy {
    width: 210px;
  }
}
@media (max-width: 1280px) {
  .e-module-202401161427 .e-con .e-cistern-l .swiper .swiper-slide .sw-con .e-lazy {
    width: 180px;
  }
}
@media (max-width: 1200px) {
  .e-module-202401161427 .e-con .e-cistern-l .swiper .swiper-slide .sw-con .e-lazy {
    width: 150px;
  }
}
@media (max-width: 992px) {
  .e-module-202401161427 .e-con .e-cistern-l .swiper .swiper-slide .sw-con .e-lazy {
    width: 124px;
  }
}
.e-module-202401161427 .e-con .e-cistern-l .swiper .swiper-slide .sw-con .e-lazy::after {
  padding-top: 127.59%;
}
.e-module-202401161427 .e-con .e-cistern-l .swiper .swiper-slide .sw-con h3 {
  font-size: 20px;
  line-height: 1.6;
  color: #282828;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: center;
}
.LANG-cn .e-module-202401161427 .e-con .e-cistern-l .swiper .swiper-slide .sw-con h3 {
  line-height: 1.7;
}
@media (max-width: 1600px) {
  .e-module-202401161427 .e-con .e-cistern-l .swiper .swiper-slide .sw-con h3 {
    font-size: 18px;
    line-height: 1.889;
    margin-top: 20px;
    margin-bottom: 0;
  }
}
@media (max-width: 1280px) {
  .e-module-202401161427 .e-con .e-cistern-l .swiper .swiper-slide .sw-con h3 {
    font-size: 16px;
    line-height: 1.95;
    line-height: 1.5;
    margin-top: 20px;
  }
  .LANG-cn .e-module-202401161427 .e-con .e-cistern-l .swiper .swiper-slide .sw-con h3 {
    line-height: 1.95;
  }
}
@media (max-width: 1200px) {
  .e-module-202401161427 .e-con .e-cistern-l .swiper .swiper-slide .sw-con h3 {
    margin-top: 10px;
  }
}
@media (max-width: 992px) {
  .e-module-202401161427 .e-con .e-cistern-l .swiper .swiper-slide .sw-con h3 {
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-202401161427 .e-con .e-cistern-l .swiper .swiper-slide .sw-con h3 {
    line-height: 1.95;
  }
}
.e-module-202401161427 .e-con .e-cistern-l .swiper .swiper-slide .sw-con p {
  font-size: 16px;
  line-height: 1.95;
  line-height: 1.5;
  color: #666;
  text-align: center;
}
.LANG-cn .e-module-202401161427 .e-con .e-cistern-l .swiper .swiper-slide .sw-con p {
  line-height: 1.95;
}
@media (max-width: 1600px) {
  .e-module-202401161427 .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-202401161427 .e-con .e-cistern-l .swiper .swiper-slide .sw-con p {
    line-height: 1.95;
  }
}
@media (max-width: 1280px) {
  .e-module-202401161427 .e-con .e-cistern-l .swiper .swiper-slide .sw-con p {
    font-size: 14px;
    line-height: 1.95;
    line-height: 1.5;
    padding: 0 20px;
  }
  .LANG-cn .e-module-202401161427 .e-con .e-cistern-l .swiper .swiper-slide .sw-con p {
    line-height: 1.95;
  }
}
@media (max-width: 992px) {
  .e-module-202401161427 .e-con .e-cistern-l .swiper .swiper-slide .sw-con p {
    font-size: 12px;
    line-height: 1.667;
  }
}
.e-module-202401161427 .e-con .swiper-button {
  color: #c7000b;
  background-color: #F4F6F8;
  padding: 35px;
  font-size: 26px;
}
.e-module-202401161427 .e-con .swiper-button:hover {
  background-color: #c7000b;
  color: #fff;
}
@media (max-width: 1600px) {
  .e-module-202401161427 .e-con .swiper-button {
    padding: 25px;
  }
}
@media (max-width: 1200px) {
  .e-module-202401161427 .e-con .swiper-button {
    display: none;
  }
}
.e-module-202401161427 .e-con .swiper-button.swiper-button-prev {
  border-radius: 0 10px 10px 0;
  left: 0;
}
.e-module-202401161427 .e-con .swiper-button.swiper-button-next {
  right: 0;
  border-radius: 10px 0 0 10px;
}
.e-module-202401161427 .e-con .swiper-pagination {
  position: relative;
  margin-top: 40px;
}
.e-module-202401161427 .e-con .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: rgba(102, 102, 102, 0.5);
  margin-right: 20px;
  opacity: 1;
  border-radius: 7px;
  position: relative;
}
.e-module-202401161427 .e-con .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.e-module-202401161427 .e-con .swiper-pagination .swiper-pagination-bullet::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 25px;
  left: 0;
  top: -10px;
}
@media (max-width: 1200px) {
  .e-module-202401161427 .e-con .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin-right: 10px;
  }
}
.e-module-202401161427 .e-con .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #c7000b;
  width: 60px;
}
@media (max-width: 1200px) {
  .e-module-202401161427 .e-con .swiper-pagination .swiper-pagination-bullet-active {
    width: 30px;
  }
}
@media (max-width: 1200px) {
  .e-module-202401161427 .e-con .swiper-pagination {
    margin-top: 20px;
  }
}
@media (max-width: 1600px) {
  .e-module-202401161556.e-block-tb {
    padding-top: 20px;
  }
}
@media (max-width: 992px) {
  .e-module-202401161556.e-block-tb {
    padding-top: 0px;
  }
}
.e-module-202401161556 .m-title h2 {
  color: #282828;
}
.e-module-202401161556 .e-bg {
  display: none;
}
@media (max-width: 992px) {
  .e-module-202401161556 .e-bg {
    display: block;
    background-position: top left;
  }
}
.e-module-202401161556 .e-con .agenda-content {
  border-radius: 20px;
  border: 1px solid #ccc;
  position: relative;
}
.e-module-202401161556 .e-con .agenda-content::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(3px);
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .e-module-202401161556 .e-con .agenda-content {
    border-radius: 10px;
  }
  .e-module-202401161556 .e-con .agenda-content::before {
    border-radius: 10px;
  }
}
@media (max-width: 992px) {
  .e-module-202401161556 .e-con .agenda-content {
    border: 0;
  }
  .e-module-202401161556 .e-con .agenda-content::before {
    border: 0;
  }
}
.e-module-202401161556 .e-con .agenda-content .agenda-top {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  position: relative;
}
@media (max-width: 1600px) {
  .e-module-202401161556 .e-con .agenda-content .agenda-top {
    padding: 15px 0;
  }
}
@media (max-width: 1280px) {
  .e-module-202401161556 .e-con .agenda-content .agenda-top {
    padding: 10px 0;
  }
}
@media (max-width: 992px) {
  .e-module-202401161556 .e-con .agenda-content .agenda-top {
    padding: 0 0 15px 0;
    background-color: transparent;
  }
}
.e-module-202401161556 .e-con .agenda-content .agenda-top .tablist {
  display: flex;
  align-items: center;
}
.e-module-202401161556 .e-con .agenda-content .agenda-top .tablist .tab {
  font-size: 16px;
  line-height: 1.95;
  color: #282828;
  padding: 0 40px;
  position: relative;
  cursor: pointer;
}
.LANG-cn .e-module-202401161556 .e-con .agenda-content .agenda-top .tablist .tab {
  line-height: 1.95;
}
.e-module-202401161556 .e-con .agenda-content .agenda-top .tablist .tab:last-child {
  padding-right: 0;
}
.e-module-202401161556 .e-con .agenda-content .agenda-top .tablist .tab p span {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
}
.LANG-cn .e-module-202401161556 .e-con .agenda-content .agenda-top .tablist .tab p span {
  line-height: 1.583;
}
@media (max-width: 1600px) {
  .e-module-202401161556 .e-con .agenda-content .agenda-top .tablist .tab {
    font-size: 14px;
    line-height: 1.95;
    padding: 0 30px;
  }
  .LANG-cn .e-module-202401161556 .e-con .agenda-content .agenda-top .tablist .tab {
    line-height: 1.95;
  }
  .e-module-202401161556 .e-con .agenda-content .agenda-top .tablist .tab p span {
    font-size: 20px;
    line-height: 1.6;
  }
  .LANG-cn .e-module-202401161556 .e-con .agenda-content .agenda-top .tablist .tab p span {
    line-height: 1.7;
  }
}
@media (max-width: 1280px) {
  .e-module-202401161556 .e-con .agenda-content .agenda-top .tablist .tab {
    font-size: 12px;
    line-height: 1.667;
  }
  .e-module-202401161556 .e-con .agenda-content .agenda-top .tablist .tab p span {
    font-size: 16px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-202401161556 .e-con .agenda-content .agenda-top .tablist .tab p span {
    line-height: 1.95;
  }
}
@media (max-width: 992px) {
  .e-module-202401161556 .e-con .agenda-content .agenda-top .tablist .tab {
    font-size: 10px;
    padding: 0 10px;
  }
  .e-module-202401161556 .e-con .agenda-content .agenda-top .tablist .tab p {
    text-align: center;
  }
  .e-module-202401161556 .e-con .agenda-content .agenda-top .tablist .tab p span {
    font-size: 14px;
    line-height: 1.95;
    display: block;
  }
  .LANG-cn .e-module-202401161556 .e-con .agenda-content .agenda-top .tablist .tab p span {
    line-height: 1.95;
  }
}
.e-module-202401161556 .e-con .agenda-content .agenda-top .tablist .tab .line {
  width: 100%;
  height: 2px;
  background-color: #c7000b;
  position: absolute;
  left: 1px;
  bottom: -24px;
  border-radius: 2px;
  display: none;
}
.e-module-202401161556 .e-con .agenda-content .agenda-top .tablist .tab .line::after {
  content: '';
  border-top: 10px solid transparent;
  border-bottom: 10px solid #c7000b;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media (max-width: 1600px) {
  .e-module-202401161556 .e-con .agenda-content .agenda-top .tablist .tab .line {
    bottom: -21px;
  }
}
@media (max-width: 1280px) {
  .e-module-202401161556 .e-con .agenda-content .agenda-top .tablist .tab .line {
    bottom: -16px;
  }
}
@media (max-width: 1200px) {
  .e-module-202401161556 .e-con .agenda-content .agenda-top .tablist .tab .line {
    bottom: -11px;
  }
}
@media (max-width: 992px) {
  .e-module-202401161556 .e-con .agenda-content .agenda-top .tablist .tab .line {
    bottom: -16px;
  }
}
.e-module-202401161556 .e-con .agenda-content .agenda-top .tablist .tab.active p span {
  color: #c7000b;
}
.e-module-202401161556 .e-con .agenda-content .agenda-top .tablist .tab.active .line {
  display: block;
}
.e-module-202401161556 .e-con .agenda-content .agenda-top .tablist.preventClick .tab {
  color: #666;
}
.e-module-202401161556 .e-con .agenda-content .agenda-top .tablist.preventClick .tab span {
  color: #999;
}
.e-module-202401161556 .e-con .agenda-content .agenda-top .filter {
  display: flex;
  align-items: center;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .e-module-202401161556 .e-con .agenda-content .agenda-top .filter {
    margin-right: 0;
  }
}
.e-module-202401161556 .e-con .agenda-content .agenda-top .filter .fil-tip {
  font-size: 16px;
  line-height: 1.95;
  font-weight: bold;
}
.LANG-cn .e-module-202401161556 .e-con .agenda-content .agenda-top .filter .fil-tip {
  line-height: 1.95;
}
@media (max-width: 1280px) {
  .e-module-202401161556 .e-con .agenda-content .agenda-top .filter .fil-tip {
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-202401161556 .e-con .agenda-content .agenda-top .filter .fil-tip {
    line-height: 1.95;
  }
}
@media (max-width: 992px) {
  .e-module-202401161556 .e-con .agenda-content .agenda-top .filter .fil-tip {
    display: none;
  }
}
.e-module-202401161556 .e-con .agenda-content .agenda-top .filter .filter-wap {
  display: none;
}
@media (max-width: 992px) {
  .e-module-202401161556 .e-con .agenda-content .agenda-top .filter .filter-wap {
    display: flex;
    align-items: center;
    border-radius: 20px;
    padding: 0 15px;
    border: 1px solid #666;
  }
  .e-module-202401161556 .e-con .agenda-content .agenda-top .filter .filter-wap .filter-wap-p1 {
    font-size: 14px;
    line-height: 1.95;
    color: #282828;
    line-height: 32px;
    padding-right: 5px;
  }
  .LANG-cn .e-module-202401161556 .e-con .agenda-content .agenda-top .filter .filter-wap .filter-wap-p1 {
    line-height: 1.95;
  }
  .e-module-202401161556 .e-con .agenda-content .agenda-top .filter .filter-wap .e-lazy {
    width: 16px;
  }
  .e-module-202401161556 .e-con .agenda-content .agenda-top .filter .filter-wap .e-lazy::after {
    padding-top: 100%;
  }
}
@media (max-width: 992px) {
  .e-module-202401161556 .e-con .agenda-content .agenda-top .filter .filter-content-list {
    display: none;
  }
  .e-module-202401161556 .e-con .agenda-content .agenda-top .filter .filter-content-list::after {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 20;
  }
}
.e-module-202401161556 .e-con .agenda-content .agenda-top .filter .filter-content-list .filter-popup {
  position: relative;
  display: none;
}
@media (max-width: 992px) {
  .e-module-202401161556 .e-con .agenda-content .agenda-top .filter .filter-content-list .filter-popup {
    display: block;
    border-bottom: 1px solid #efefef;
  }
}
.e-module-202401161556 .e-con .agenda-content .agenda-top .filter .filter-content-list .filter-popup p {
  text-align: center;
  font-size: 18px;
  line-height: 1.889;
  font-weight: bold;
  color: #666;
  line-height: 60px;
}
.e-module-202401161556 .e-con .agenda-content .agenda-top .filter .filter-content-list .filter-popup .iconfont {
  font-size: 20px;
  position: absolute;
  top: 13px;
  right: 40px;
}
@media (max-width: 992px) and (max-width: 992px) {
  .e-module-202401161556 .e-con .agenda-content .agenda-top .filter .filter-content-list .filter-cont {
    position: fixed;
    width: 100%;
    max-height: 460px;
    left: 0;
    bottom: 0;
    z-index: 22;
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    display: block;
  }
}
.e-module-202401161556 .e-con .agenda-content .agenda-top .filter .filter-content-list .filter-cont .filter-cont-item {
  display: flex;
}
@media (max-width: 992px) {
  .e-module-202401161556 .e-con .agenda-content .agenda-top .filter .filter-content-list .filter-cont .filter-cont-item {
    max-height: 400px;
    overflow: auto;
    display: block;
  }
}
.e-module-202401161556 .e-con .agenda-content .agenda-top .filter .filter-content-list .filter-cont .filter-cont-item .filter-item {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 20px;
  margin-left: 20px;
  position: relative;
}
@media (max-width: 992px) {
  .e-module-202401161556 .e-con .agenda-content .agenda-top .filter .filter-content-list .filter-cont .filter-cont-item .filter-item {
    border: 0;
    border-bottom: 1px solid #efefef;
    border-radius: 0;
    margin-left: 0;
  }
}
.e-module-202401161556 .e-con .agenda-content .agenda-top .filter .filter-content-list .filter-cont .filter-cont-item .filter-item.active .fil-sel {
  border: 1px solid #282828;
}
.e-module-202401161556 .e-con .agenda-content .agenda-top .filter .filter-content-list .filter-cont .filter-cont-item .filter-item.active .fil-sel .icon-xiala1 {
  transform: rotate(-180deg);
}
.e-module-202401161556 .e-con .agenda-content .agenda-top .filter .filter-content-list .filter-cont .filter-cont-item .filter-item.active .fil-list {
  display: block;
}
@media (max-width: 992px) {
  .e-module-202401161556 .e-con .agenda-content .agenda-top .filter .filter-content-list .filter-cont .filter-cont-item .filter-item.active .fil-sel {
    border: 0;
  }
  .e-module-202401161556 .e-con .agenda-content .agenda-top .filter .filter-content-list .filter-cont .filter-cont-item .filter-item.active .fil-sel .text {
    font-weight: bold;
  }
}
.e-module-202401161556 .e-con .agenda-content .agenda-top .filter .filter-content-list .filter-cont .filter-cont-item .filter-item .fil-sel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  padding: 0 15px;
  width: 160px;
  background: transparent;
  border-radius: 30px;
  cursor: pointer;
}
@media (max-width: 1600px) {
  .e-module-202401161556 .e-con .agenda-content .agenda-top .filter .filter-content-list .filter-cont .filter-cont-item .filter-item .fil-sel {
    width: 140px;
    border-radius: 20px;
  }
}
@media (max-width: 1200px) {
  .e-module-202401161556 .e-con .agenda-content .agenda-top .filter .filter-content-list .filter-cont .filter-cont-item .filter-item .fil-sel {
    height: 30px;
  }
}
@media (max-width: 992px) {
  .e-module-202401161556 .e-con .agenda-content .agenda-top .filter .filter-content-list .filter-cont .filter-cont-item .filter-item .fil-sel {
    height: 40px;
    width: 100%;
    padding: 0 40px;
  }
}
.e-module-202401161556 .e-con .agenda-content .agenda-top .filter .filter-content-list .filter-cont .filter-cont-item .filter-item .fil-sel .icon-xiala1 {
  font-size: 20px;
  transition: all 0.15s ease-in;
  color: #666;
  font-weight: bold;
}
.e-module-202401161556 .e-con .agenda-content .agenda-top .filter .filter-content-list .filter-cont .filter-cont-item .filter-item .fil-sel .text {
  font-size: 16px;
  color: #282828;
  font-weight: bold;
  padding-right: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1600px) {
  .e-module-202401161556 .e-con .agenda-content .agenda-top .filter .filter-content-list .filter-cont .filter-cont-item .filter-item .fil-sel .text {
    font-size: 14px;
  }
}
.e-module-202401161556 .e-con .agenda-content .agenda-top .filter .filter-content-list .filter-cont .filter-cont-item .filter-item .fil-list {
  position: absolute;
  z-index: 2;
  margin-top: 15px;
  left: 0;
  box-shadow: 0px 5px 15px rgba(72, 0, 4, 0.1);
  border-radius: 20px;
  display: none;
}
@media (max-width: 992px) {
  .e-module-202401161556 .e-con .agenda-content .agenda-top .filter .filter-content-list .filter-cont .filter-cont-item .filter-item .fil-list {
    position: static;
    margin-top: 0;
    box-shadow: none;
  }
}
.e-module-202401161556 .e-con .agenda-content .agenda-top .filter .filter-content-list .filter-cont .filter-cont-item .filter-item .fil-list .trangle {
  position: absolute;
  top: -7px;
  left: 75px;
  z-index: -1;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  background: #fff;
  box-shadow: 0px 0px 5px rgba(72, 0, 4, 0.15);
}
@media (max-width: 992px) {
  .e-module-202401161556 .e-con .agenda-content .agenda-top .filter .filter-content-list .filter-cont .filter-cont-item .filter-item .fil-list .trangle {
    display: none;
  }
}
.e-module-202401161556 .e-con .agenda-content .agenda-top .filter .filter-content-list .filter-cont .filter-cont-item .filter-item .fil-list ul {
  padding: 20px 0;
  background: #fff;
  border-radius: 10px;
  width: 340px;
}
@media (max-width: 1600px) {
  .e-module-202401161556 .e-con .agenda-content .agenda-top .filter .filter-content-list .filter-cont .filter-cont-item .filter-item .fil-list ul {
    width: 300px;
  }
}
@media (max-width: 992px) {
  .e-module-202401161556 .e-con .agenda-content .agenda-top .filter .filter-content-list .filter-cont .filter-cont-item .filter-item .fil-list ul {
    width: 100%;
    padding: 0;
    border-top: 1px solid #efefef;
  }
}
.e-module-202401161556 .e-con .agenda-content .agenda-top .filter .filter-content-list .filter-cont .filter-cont-item .filter-item .fil-list ul li {
  padding: 0 20px;
  height: 30px;
  position: relative;
}
@media (max-width: 992px) {
  .e-module-202401161556 .e-con .agenda-content .agenda-top .filter .filter-content-list .filter-cont .filter-cont-item .filter-item .fil-list ul li {
    padding: 0 40px;
  }
}
.e-module-202401161556 .e-con .agenda-content .agenda-top .filter .filter-content-list .filter-cont .filter-cont-item .filter-item .fil-list ul li a {
  font-size: 14px;
  line-height: 1.95;
  color: #666;
  display: block;
  white-space: nowrap;
  line-height: 30px;
}
.LANG-cn .e-module-202401161556 .e-con .agenda-content .agenda-top .filter .filter-content-list .filter-cont .filter-cont-item .filter-item .fil-list ul li a {
  line-height: 1.95;
}
.e-module-202401161556 .e-con .agenda-content .agenda-top .filter .filter-content-list .filter-cont .filter-cont-item .filter-item .fil-list ul li:last-child {
  padding-bottom: 0;
}
.e-module-202401161556 .e-con .agenda-content .agenda-top .filter .filter-content-list .filter-cont .filter-cont-item .filter-item .fil-list ul li:hover,
.e-module-202401161556 .e-con .agenda-content .agenda-top .filter .filter-content-list .filter-cont .filter-cont-item .filter-item .fil-list ul li.active {
  background-color: #FDE8E9;
}
.e-module-202401161556 .e-con .agenda-content .agenda-top .filter .filter-content-list .filter-cont .filter-cont-item .filter-item .fil-list ul li:hover a,
.e-module-202401161556 .e-con .agenda-content .agenda-top .filter .filter-content-list .filter-cont .filter-cont-item .filter-item .fil-list ul li.active a {
  color: #c7000b;
}
.e-module-202401161556 .e-con .agenda-content .agenda-top .filter .filter-content-list .filter-cont .filter-cont-item .filter-item:last-child .fil-list {
  right: 0;
  left: auto;
}
.e-module-202401161556 .e-con .agenda-content .agenda-top .filter .filter-content-list .filter-cont .filter-cont-item .filter-item:last-child .fil-list .trangle {
  left: auto;
  right: 70px;
}
.e-module-202401161556 .e-con .agenda-content .agenda-bottom {
  position: relative;
}
.e-module-202401161556 .e-con .agenda-content .agenda-bottom .current-filter {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
  margin-right: 40px;
  display: none;
}
@media (max-width: 992px) {
  .e-module-202401161556 .e-con .agenda-content .agenda-bottom .current-filter {
    margin-right: 0;
    justify-content: center;
    flex-direction: column;
  }
}
.e-module-202401161556 .e-con .agenda-content .agenda-bottom .current-filter .cur-filter-p1 {
  font-size: 16px;
  line-height: 1.95;
  color: #282828;
  font-weight: bold;
}
.LANG-cn .e-module-202401161556 .e-con .agenda-content .agenda-bottom .current-filter .cur-filter-p1 {
  line-height: 1.95;
}
@media (max-width: 1280px) {
  .e-module-202401161556 .e-con .agenda-content .agenda-bottom .current-filter .cur-filter-p1 {
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-202401161556 .e-con .agenda-content .agenda-bottom .current-filter .cur-filter-p1 {
    line-height: 1.95;
  }
}
@media (max-width: 992px) {
  .e-module-202401161556 .e-con .agenda-content .agenda-bottom .current-filter .cur-filter-p1 {
    font-size: 14px;
    line-height: 1.95;
    white-space: nowrap;
    margin-bottom: 5px;
  }
  .LANG-cn .e-module-202401161556 .e-con .agenda-content .agenda-bottom .current-filter .cur-filter-p1 {
    line-height: 1.95;
  }
}
.e-module-202401161556 .e-con .agenda-content .agenda-bottom .current-filter .current-filter-close {
  display: flex;
  align-items: center;
  background-color: #FFECED;
  border-radius: 20px;
  padding: 5px 20px;
}
.e-module-202401161556 .e-con .agenda-content .agenda-bottom .current-filter .current-filter-close .cur-filter-p2 {
  font-size: 16px;
  line-height: 1.95;
  color: #c7000b;
}
.LANG-cn .e-module-202401161556 .e-con .agenda-content .agenda-bottom .current-filter .current-filter-close .cur-filter-p2 {
  line-height: 1.95;
}
@media (max-width: 1280px) {
  .e-module-202401161556 .e-con .agenda-content .agenda-bottom .current-filter .current-filter-close .cur-filter-p2 {
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-202401161556 .e-con .agenda-content .agenda-bottom .current-filter .current-filter-close .cur-filter-p2 {
    line-height: 1.95;
  }
}
.e-module-202401161556 .e-con .agenda-content .agenda-bottom .current-filter .current-filter-close span {
  font-size: 12px;
  font-weight: bold;
  color: #c7000b;
  padding-left: 15px;
}
@media (max-width: 992px) {
  .e-module-202401161556 .e-con .agenda-content .agenda-bottom .current-filter .current-filter-close {
    padding: 5px 15px;
  }
  .e-module-202401161556 .e-con .agenda-content .agenda-bottom .current-filter .current-filter-close .cur-filter-p2 {
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-202401161556 .e-con .agenda-content .agenda-bottom .current-filter .current-filter-close .cur-filter-p2 {
    line-height: 1.95;
  }
  .e-module-202401161556 .e-con .agenda-content .agenda-bottom .current-filter .current-filter-close span {
    padding-left: 10px;
  }
}
.e-module-202401161556 .e-con .agenda-content .agenda-bottom .agenda-bottom-con {
  margin: 40px 10px 40px 40px;
  max-height: 860px;
  overflow-y: auto;
  position: relative;
}
@media (max-width: 1600px) {
  .e-module-202401161556 .e-con .agenda-content .agenda-bottom .agenda-bottom-con {
    margin: 30px 10px 30px 30px;
    max-height: 750px;
  }
}
@media (max-width: 1280px) {
  .e-module-202401161556 .e-con .agenda-content .agenda-bottom .agenda-bottom-con {
    max-height: 500px;
  }
}
@media (max-width: 1200px) {
  .e-module-202401161556 .e-con .agenda-content .agenda-bottom .agenda-bottom-con {
    margin: 20px 10px 20px 20px;
  }
}
@media (max-width: 992px) {
  .e-module-202401161556 .e-con .agenda-content .agenda-bottom .agenda-bottom-con {
    max-height: 100%;
    margin: 25px 0;
    overflow: visible;
  }
}
.e-module-202401161556 .e-con .agenda-content .agenda-bottom .agenda-bottom-con > div {
  margin-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 1600px) {
  .e-module-202401161556 .e-con .agenda-content .agenda-bottom .agenda-bottom-con > div {
    margin-right: 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1200px) {
  .e-module-202401161556 .e-con .agenda-content .agenda-bottom .agenda-bottom-con > div {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .e-module-202401161556 .e-con .agenda-content .agenda-bottom .agenda-bottom-con > div {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.e-module-202401161556 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .age-tit {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
  margin-left: 20px;
}
.e-module-202401161556 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .age-tit .e-lazy {
  width: 30px;
}
.e-module-202401161556 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .age-tit .e-lazy::after {
  padding-top: 126.67%;
}
.e-module-202401161556 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .age-tit span {
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
  color: #21364A;
  padding-left: 15px;
}
.LANG-cn .e-module-202401161556 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .age-tit span {
  line-height: 1.7;
}
@media (max-width: 1600px) {
  .e-module-202401161556 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .age-tit {
    align-items: center;
  }
  .e-module-202401161556 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .age-tit .e-lazy {
    width: 25px;
  }
  .e-module-202401161556 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .age-tit span {
    font-size: 18px;
    line-height: 1.889;
    line-height: 1 !important;
    padding-left: 10px;
  }
}
@media (max-width: 1280px) {
  .e-module-202401161556 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .age-tit .e-lazy {
    width: 18px;
  }
  .e-module-202401161556 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .age-tit span {
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-202401161556 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .age-tit span {
    line-height: 1.95;
  }
}
@media (max-width: 992px) {
  .e-module-202401161556 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .age-tit {
    margin-left: 0;
  }
}
.e-module-202401161556 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .yc-list .list-item {
  margin-bottom: 25px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 3px 10px rgba(72, 0, 4, 0.08);
  cursor: pointer;
}
@media (max-width: 1600px) {
  .e-module-202401161556 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .yc-list .list-item {
    margin-bottom: 20px;
  }
}
@media (max-width: 1200px) {
  .e-module-202401161556 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .yc-list .list-item {
    border-radius: 10px;
  }
}
@media (max-width: 992px) {
  .e-module-202401161556 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .yc-list .list-item {
    margin-bottom: 15px;
  }
}
.e-module-202401161556 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .yc-list .list-item.day1 {
  display: block;
}
.e-module-202401161556 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .yc-list .list-item.day2 {
  display: none;
}
.e-module-202401161556 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .yc-list .list-item:last-child {
  margin-bottom: 0;
}
.agenda-item-con {
  padding: 20px 60px;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 1600px) {
  .agenda-item-con {
    padding: 15px 50px;
  }
}
@media (max-width: 1280px) {
  .agenda-item-con {
    padding: 10px 40px;
  }
}
@media (max-width: 992px) {
  .agenda-item-con {
    padding: 15px 30px 15px 15px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.agenda-item-con .item-time {
  width: 230px;
  display: none;
}
@media (max-width: 1600px) {
  .agenda-item-con .item-time {
    width: 180px;
  }
}
@media (max-width: 1280px) {
  .agenda-item-con .item-time {
    width: 145px;
  }
}
@media (max-width: 992px) {
  .agenda-item-con .item-time {
    width: auto;
  }
}
.agenda-item-con .item-time .time-date,
.agenda-item-con .item-time .time-hours {
  display: flex;
  align-items: center;
}
.agenda-item-con .item-time .time-date span,
.agenda-item-con .item-time .time-hours span {
  font-size: 16px;
  line-height: 1.95;
  line-height: 1.5;
  font-weight: bold;
  color: #c7000b;
  padding-left: 10px;
}
.LANG-cn .agenda-item-con .item-time .time-date span,
.LANG-cn .agenda-item-con .item-time .time-hours span {
  line-height: 1.95;
}
@media (max-width: 1600px) {
  .agenda-item-con .item-time .time-date span,
  .agenda-item-con .item-time .time-hours span {
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .agenda-item-con .item-time .time-date span,
  .LANG-cn .agenda-item-con .item-time .time-hours span {
    line-height: 1.95;
  }
}
@media (max-width: 1280px) {
  .agenda-item-con .item-time .time-date span,
  .agenda-item-con .item-time .time-hours span {
    font-size: 12px;
    line-height: 1.667;
    padding-left: 8px;
  }
}
.agenda-item-con .item-time .time-date {
  margin-bottom: 10px;
  display: none;
}
@media (max-width: 1600px) {
  .agenda-item-con .item-time .time-date {
    margin-bottom: 5px;
  }
}
.agenda-item-con .item-time .time-date .icon-dates {
  width: 20px;
}
@media (max-width: 1600px) {
  .agenda-item-con .item-time .time-date .icon-dates {
    width: 16px;
  }
}
@media (max-width: 1280px) {
  .agenda-item-con .item-time .time-date .icon-dates {
    width: 14px;
  }
}
@media (max-width: 992px) {
  .agenda-item-con .item-time .time-date .icon-dates {
    width: 16px;
  }
}
.agenda-item-con .item-time .time-date .icon-dates .e-lazy::after {
  padding-top: 90%;
}
.agenda-item-con .item-time .time-hours .icon1 {
  width: 20px;
}
@media (max-width: 1600px) {
  .agenda-item-con .item-time .time-hours .icon1 {
    width: 16px;
  }
}
@media (max-width: 1280px) {
  .agenda-item-con .item-time .time-hours .icon1 {
    width: 14px;
  }
}
@media (max-width: 992px) {
  .agenda-item-con .item-time .time-hours .icon1 {
    width: 16px;
  }
}
.agenda-item-con .item-time .time-hours .icon1 .e-lazy::after {
  padding-top: 100%;
}
.agenda-item-con .item-time.active .time-date {
  display: flex;
}
@media (max-width: 992px) {
  .agenda-item-con .item-title {
    margin-left: 23px;
    margin-top: 5px;
  }
}
.agenda-item-con .item-title h3 {
  font-size: 20px;
  line-height: 1.6;
  color: #282828;
  font-weight: bold;
  margin-bottom: 5px;
}
.LANG-cn .agenda-item-con .item-title h3 {
  line-height: 1.7;
}
@media (max-width: 1600px) {
  .agenda-item-con .item-title h3 {
    font-size: 18px;
    line-height: 1.889;
  }
}
@media (max-width: 1280px) {
  .agenda-item-con .item-title h3 {
    font-size: 16px;
    line-height: 1.95;
  }
  .LANG-cn .agenda-item-con .item-title h3 {
    line-height: 1.95;
  }
}
@media (max-width: 992px) {
  .agenda-item-con .item-title h3 {
    font-size: 14px;
    line-height: 1.95;
    line-height: 1.5 !important;
    margin-bottom: 8px;
  }
  .LANG-cn .agenda-item-con .item-title h3 {
    line-height: 1.95;
  }
}
.agenda-item-con .item-title .tit-des {
  display: flex;
}
@media (max-width: 992px) {
  .agenda-item-con .item-title .tit-des {
    flex-direction: column;
  }
}
.agenda-item-con .item-title .tit-des .tit-act,
.agenda-item-con .item-title .tit-des .tit-loc {
  display: flex;
  align-items: center;
}
.agenda-item-con .item-title .tit-des .tit-act span,
.agenda-item-con .item-title .tit-des .tit-loc span {
  font-size: 14px;
  line-height: 1.95;
  color: #282828;
  margin-left: 10px;
}
.LANG-cn .agenda-item-con .item-title .tit-des .tit-act span,
.LANG-cn .agenda-item-con .item-title .tit-des .tit-loc span {
  line-height: 1.95;
}
@media (max-width: 1280px) {
  .agenda-item-con .item-title .tit-des .tit-act span,
  .agenda-item-con .item-title .tit-des .tit-loc span {
    font-size: 12px;
    line-height: 1.667;
    margin-left: 5px;
  }
}
@media (max-width: 992px) {
  .agenda-item-con .item-title .tit-des .tit-act {
    align-items: baseline;
  }
}
.agenda-item-con .item-title .tit-des .tit-act .icon2 {
  width: 16px;
}
@media (max-width: 1280px) {
  .agenda-item-con .item-title .tit-des .tit-act .icon2 {
    width: 13px;
  }
}
.agenda-item-con .item-title .tit-des .tit-act .icon2 .e-lazy::after {
  padding-top: 100%;
}
.agenda-item-con .item-title .tit-des .tit-loc {
  margin-left: 40px;
}
.agenda-item-con .item-title .tit-des .tit-loc .icon3 {
  width: 13px;
}
.agenda-item-con .item-title .tit-des .tit-loc .icon3 .e-lazy::after {
  padding-top: 130.77%;
}
@media (max-width: 1280px) {
  .agenda-item-con .item-title .tit-des .tit-loc {
    margin-left: 20px;
  }
  .agenda-item-con .item-title .tit-des .tit-loc .icon3 {
    width: 10px;
  }
}
@media (max-width: 992px) {
  .agenda-item-con .item-title .tit-des .tit-loc {
    margin-left: 0;
    margin-top: 2px;
  }
  .agenda-item-con .item-title .tit-des .tit-loc .icon3 {
    width: 12px;
  }
}
.agenda-item-con .icon-xiala1 {
  position: absolute;
  color: #666;
  top: 50%;
  transform: translateY(-50%);
  right: 60px;
  font-size: 40px;
  line-height: 1;
}
@media (max-width: 1600px) {
  .agenda-item-con .icon-xiala1 {
    font-size: 30px;
  }
}
@media (max-width: 1200px) {
  .agenda-item-con .icon-xiala1 {
    right: 30px;
  }
}
@media (max-width: 992px) {
  .agenda-item-con .icon-xiala1 {
    right: 10px;
  }
}
.agenda-item-pop {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1002;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}
.agenda-item-pop .e-lazy {
  background: transparent;
}
.agenda-item-pop .item-pop-cons {
  position: relative;
  width: 100%;
  height: 100%;
}
.agenda-item-pop .item-pop-cons .item-pop-con {
  background-color: #fff;
  position: absolute;
  width: 66%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  padding: 60px 80px 80px;
}
@media (max-width: 1600px) {
  .agenda-item-pop .item-pop-cons .item-pop-con {
    padding: 40px 50px 50px;
  }
}
@media (max-width: 1200px) {
  .agenda-item-pop .item-pop-cons .item-pop-con {
    padding: 20px 30px 30px;
    border-radius: 10px;
  }
}
@media (max-width: 992px) {
  .agenda-item-pop .item-pop-cons .item-pop-con {
    padding: 30px 20px;
    width: 90%;
  }
}
.agenda-item-pop .item-pop-cons .item-pop-con .item-close-btn {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 1010;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .agenda-item-pop .item-pop-cons .item-pop-con .item-close-btn {
    right: 15px;
    top: 15px;
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 992px) {
  .agenda-item-pop .item-pop-cons .item-pop-con .item-close-btn {
    top: auto;
    bottom: -40px;
    left: 50%;
    margin-left: -15px;
    right: auto;
  }
}
.agenda-item-pop .item-pop-cons .item-pop-con .item-close-btn span {
  font-size: 40px;
  line-height: 1;
  color: #999;
}
@media (max-width: 1280px) {
  .agenda-item-pop .item-pop-cons .item-pop-con .item-close-btn span {
    font-size: 30px;
  }
}
@media (max-width: 992px) {
  .agenda-item-pop .item-pop-cons .item-pop-con .item-close-btn span {
    color: #fff;
  }
}
.agenda-item-pop .item-pop-cons .item-pop-con .agenda-item-con {
  padding: 0 0 30px 0;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 1600px) {
  .agenda-item-pop .item-pop-cons .item-pop-con .agenda-item-con {
    padding: 0 0 20px 0;
  }
}
.agenda-item-pop .item-pop-cons .item-pop-con .agenda-item-con .item-time .time-date {
  display: flex;
}
.agenda-item-pop .item-pop-cons .item-pop-con .agenda-item-con .item-title {
  flex: 1;
}
.agenda-item-pop .item-pop-cons .item-pop-con .agenda-item-con .icon-xiala1 {
  display: none;
}
.agenda-item-pop .item-pop-cons .item-pop-con .pop-detail {
  overflow: auto;
  max-height: 500px;
  margin-top: 30px;
}
@media (max-width: 1600px) {
  .agenda-item-pop .item-pop-cons .item-pop-con .pop-detail {
    max-height: 400px;
    margin-top: 20px;
  }
}
@media (max-width: 992px) {
  .agenda-item-pop .item-pop-cons .item-pop-con .pop-detail {
    max-height: 300px;
  }
}
.agenda-item-pop .item-pop-cons .item-pop-con .pop-detail .det-tit {
  width: 230px;
  font-size: 14px;
  line-height: 1.95;
  color: #666;
}
.LANG-cn .agenda-item-pop .item-pop-cons .item-pop-con .pop-detail .det-tit {
  line-height: 1.95;
}
@media (max-width: 1600px) {
  .agenda-item-pop .item-pop-cons .item-pop-con .pop-detail .det-tit {
    width: 180px;
  }
}
@media (max-width: 1280px) {
  .agenda-item-pop .item-pop-cons .item-pop-con .pop-detail .det-tit {
    width: 145px;
    font-size: 12px;
    line-height: 1.667;
  }
}
@media (max-width: 992px) {
  .agenda-item-pop .item-pop-cons .item-pop-con .pop-detail .det-tit {
    width: 100%;
    margin-right: 0;
    text-align: left;
    color: #282828;
    font-weight: bold;
    margin-bottom: 8px;
  }
}
.agenda-item-pop .item-pop-cons .item-pop-con .pop-detail .intro {
  display: flex;
}
@media (max-width: 992px) {
  .agenda-item-pop .item-pop-cons .item-pop-con .pop-detail .intro {
    display: block;
  }
}
.agenda-item-pop .item-pop-cons .item-pop-con .pop-detail .intro p {
  flex: 1;
  margin-right: 10px;
  font-size: 16px;
  line-height: 1.95;
  color: #282828;
}
.LANG-cn .agenda-item-pop .item-pop-cons .item-pop-con .pop-detail .intro p {
  line-height: 1.95;
}
@media (max-width: 1600px) {
  .agenda-item-pop .item-pop-cons .item-pop-con .pop-detail .intro p {
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .agenda-item-pop .item-pop-cons .item-pop-con .pop-detail .intro p {
    line-height: 1.95;
  }
}
@media (max-width: 1280px) {
  .agenda-item-pop .item-pop-cons .item-pop-con .pop-detail .intro p {
    font-size: 12px;
    line-height: 1.667;
  }
}
@media (max-width: 992px) {
  .agenda-item-pop .item-pop-cons .item-pop-con .pop-detail .intro p {
    color: #666;
  }
}
.agenda-item-pop .item-pop-cons .item-pop-con .pop-detail .yc-pop-time {
  display: flex;
  margin-top: 30px;
  display: none;
}
@media (max-width: 1600px) {
  .agenda-item-pop .item-pop-cons .item-pop-con .pop-detail .yc-pop-time {
    margin-top: 20px;
  }
}
@media (max-width: 992px) {
  .agenda-item-pop .item-pop-cons .item-pop-con .pop-detail .yc-pop-time {
    flex-direction: column;
  }
}
.agenda-item-pop .item-pop-cons .item-pop-con .pop-detail .yc-pop-time .pop-time-list {
  flex: 1;
}
.agenda-item-pop .item-pop-cons .item-pop-con .pop-detail .yc-pop-time .pop-time-list .pop-time-li {
  display: flex;
  padding: 10px 0;
  border-bottom: 1px dashed #ccc;
}
.agenda-item-pop .item-pop-cons .item-pop-con .pop-detail .yc-pop-time .pop-time-list .pop-time-li:first-child {
  padding-top: 0;
}
.agenda-item-pop .item-pop-cons .item-pop-con .pop-detail .yc-pop-time .pop-time-list .pop-time-li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.agenda-item-pop .item-pop-cons .item-pop-con .pop-detail .yc-pop-time .pop-time-list .pop-time-li .pop-p1,
.agenda-item-pop .item-pop-cons .item-pop-con .pop-detail .yc-pop-time .pop-time-list .pop-time-li .pop-p2 {
  font-size: 16px;
  line-height: 1.95;
  color: #282828;
}
.LANG-cn .agenda-item-pop .item-pop-cons .item-pop-con .pop-detail .yc-pop-time .pop-time-list .pop-time-li .pop-p1,
.LANG-cn .agenda-item-pop .item-pop-cons .item-pop-con .pop-detail .yc-pop-time .pop-time-list .pop-time-li .pop-p2 {
  line-height: 1.95;
}
@media (max-width: 1600px) {
  .agenda-item-pop .item-pop-cons .item-pop-con .pop-detail .yc-pop-time .pop-time-list .pop-time-li .pop-p1,
  .agenda-item-pop .item-pop-cons .item-pop-con .pop-detail .yc-pop-time .pop-time-list .pop-time-li .pop-p2 {
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .agenda-item-pop .item-pop-cons .item-pop-con .pop-detail .yc-pop-time .pop-time-list .pop-time-li .pop-p1,
  .LANG-cn .agenda-item-pop .item-pop-cons .item-pop-con .pop-detail .yc-pop-time .pop-time-list .pop-time-li .pop-p2 {
    line-height: 1.95;
  }
}
@media (max-width: 1280px) {
  .agenda-item-pop .item-pop-cons .item-pop-con .pop-detail .yc-pop-time .pop-time-list .pop-time-li .pop-p1,
  .agenda-item-pop .item-pop-cons .item-pop-con .pop-detail .yc-pop-time .pop-time-list .pop-time-li .pop-p2 {
    font-size: 12px;
    line-height: 1.667;
  }
}
.agenda-item-pop .item-pop-cons .item-pop-con .pop-detail .yc-pop-time .pop-time-list .pop-time-li .pop-p1 {
  width: 60px;
  margin-right: 60px;
}
@media (max-width: 1600px) {
  .agenda-item-pop .item-pop-cons .item-pop-con .pop-detail .yc-pop-time .pop-time-list .pop-time-li .pop-p1 {
    margin-right: 40px;
  }
}
@media (max-width: 1280px) {
  .agenda-item-pop .item-pop-cons .item-pop-con .pop-detail .yc-pop-time .pop-time-list .pop-time-li .pop-p1 {
    margin-right: 20px;
  }
}
@media (max-width: 992px) {
  .agenda-item-pop .item-pop-cons .item-pop-con .pop-detail .yc-pop-time .pop-time-list .pop-time-li .pop-p1 {
    margin-right: 10px;
    width: 50px;
  }
}
.agenda-item-pop .item-pop-cons .item-pop-con .pop-detail .yc-pop-time .pop-time-list .pop-time-li .pop-time-licon {
  flex: 1;
}
.agenda-item-pop .item-pop-cons .item-pop-con .pop-detail .yc-pop-time .pop-time-list .pop-time-li .pop-time-licon .pop-p2 {
  font-weight: bold;
  padding-bottom: 5px;
}
@media (max-width: 992px) {
}
.agenda-item-pop .item-pop-cons .item-pop-con .pop-detail .yc-pop-time .pop-time-list .pop-time-li .pop-time-licon .pop-time-name-speech .pop-time-name {
  font-size: 16px;
  line-height: 1.95;
  color: #666;
  font-weight: bold;
  line-height: 1.5 !important;
}
.LANG-cn .agenda-item-pop .item-pop-cons .item-pop-con .pop-detail .yc-pop-time .pop-time-list .pop-time-li .pop-time-licon .pop-time-name-speech .pop-time-name {
  line-height: 1.95;
}
@media (max-width: 1600px) {
  .agenda-item-pop .item-pop-cons .item-pop-con .pop-detail .yc-pop-time .pop-time-list .pop-time-li .pop-time-licon .pop-time-name-speech .pop-time-name {
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .agenda-item-pop .item-pop-cons .item-pop-con .pop-detail .yc-pop-time .pop-time-list .pop-time-li .pop-time-licon .pop-time-name-speech .pop-time-name {
    line-height: 1.95;
  }
}
@media (max-width: 1280px) {
  .agenda-item-pop .item-pop-cons .item-pop-con .pop-detail .yc-pop-time .pop-time-list .pop-time-li .pop-time-licon .pop-time-name-speech .pop-time-name {
    font-size: 12px;
    line-height: 1.667;
  }
}
@media (max-width: 1200px) {
  .agenda-item-pop .item-pop-cons .item-pop-con .pop-detail .yc-pop-time .pop-time-list .pop-time-li .pop-time-licon .pop-time-name-speech .pop-time-name {
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .agenda-item-pop .item-pop-cons .item-pop-con .pop-detail .yc-pop-time .pop-time-list .pop-time-li .pop-time-licon .pop-time-name-speech .pop-time-name {
    line-height: 1.95;
  }
}
.agenda-item-pop .item-pop-cons .item-pop-con .pop-detail .yc-pop-time .pop-time-list .pop-time-li .pop-time-licon .pop-time-name-speech .pop-time-speech {
  font-size: 14px;
  line-height: 1.95;
  color: #666;
  line-height: 1.5 !important;
}
.LANG-cn .agenda-item-pop .item-pop-cons .item-pop-con .pop-detail .yc-pop-time .pop-time-list .pop-time-li .pop-time-licon .pop-time-name-speech .pop-time-speech {
  line-height: 1.95;
}
@media (max-width: 1280px) {
  .agenda-item-pop .item-pop-cons .item-pop-con .pop-detail .yc-pop-time .pop-time-list .pop-time-li .pop-time-licon .pop-time-name-speech .pop-time-speech {
    font-size: 12px;
    line-height: 1.667;
  }
}
@media (max-width: 1200px) {
  .agenda-item-pop .item-pop-cons .item-pop-con .pop-detail .yc-pop-time .pop-time-list .pop-time-li .pop-time-licon .pop-time-name-speech .pop-time-speech {
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .agenda-item-pop .item-pop-cons .item-pop-con .pop-detail .yc-pop-time .pop-time-list .pop-time-li .pop-time-licon .pop-time-name-speech .pop-time-speech {
    line-height: 1.95;
  }
}
@media (max-width: 992px) {
  .agenda-item-pop .item-pop-cons .item-pop-con .pop-detail .yc-pop-time .pop-time-list .pop-time-li .pop-time-licon .pop-time-name-speech .pop-time-speech {
    font-size: 12px;
    line-height: 1.667;
  }
}
.e-module-202401161556 .btn,
.agenda-item-pop .btn {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  padding-right: 70px;
  padding-left: 40px;
}
@media (max-width: 1200px) {
  .e-module-202401161556 .btn,
  .agenda-item-pop .btn {
    padding-right: 40px;
    padding-left: 30px;
  }
}
@media (max-width: 992px) {
  .e-module-202401161556 .btn,
  .agenda-item-pop .btn {
    padding-right: 20px;
    padding-left: 0;
    margin-top: 20px;
  }
}
.e-module-202401161556 .invit-video-btn,
.agenda-item-pop .invit-video-btn {
  font-size: 0;
}
.e-module-202401161556 .invit-video-btn a,
.agenda-item-pop .invit-video-btn a {
  font-size: 16px;
  color: #c7000b;
  white-space: nowrap;
  background-color: transparent;
  border: 2px solid #c7000b;
  display: inline-block;
  padding: 2px 15px 3px 15px;
  font-weight: bold;
  border-radius: 50px;
  transition: color 0.3s linear;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.e-module-202401161556 .invit-video-btn a::before,
.agenda-item-pop .invit-video-btn a::before {
  border-radius: 40px;
  content: '';
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translateX(-105%);
  transition: transform 0.3s ease-in, background-color 0.3s linear;
  width: 100%;
  background-color: #c7000b;
  z-index: -1;
}
.e-module-202401161556 .invit-video-btn a .e-lazy,
.agenda-item-pop .invit-video-btn a .e-lazy {
  width: 24px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 750px) {
  .e-module-202401161556 .invit-video-btn a .e-lazy,
  .agenda-item-pop .invit-video-btn a .e-lazy {
    display: none;
  }
}
.e-module-202401161556 .invit-video-btn a .e-lazy::after,
.agenda-item-pop .invit-video-btn a .e-lazy::after {
  padding-top: 58.3%;
}
.e-module-202401161556 .invit-video-btn a .e-lazy .icon-btn1,
.agenda-item-pop .invit-video-btn a .e-lazy .icon-btn1 {
  display: block;
}
.e-module-202401161556 .invit-video-btn a .e-lazy .icon-btn2,
.agenda-item-pop .invit-video-btn a .e-lazy .icon-btn2 {
  display: none;
}
.e-module-202401161556 .invit-video-btn a .e-lazy img,
.agenda-item-pop .invit-video-btn a .e-lazy img {
  width: 86%;
}
@media (max-width: 1600px) {
  .e-module-202401161556 .invit-video-btn a,
  .agenda-item-pop .invit-video-btn a {
    font-size: 14px;
    padding: 4px 15px 4px 15px;
  }
}
@media (max-width: 1280px) {
  .e-module-202401161556 .invit-video-btn a,
  .agenda-item-pop .invit-video-btn a {
    font-size: 12px;
  }
  .e-module-202401161556 .invit-video-btn a .iconfont,
  .agenda-item-pop .invit-video-btn a .iconfont {
    font-size: 12px;
  }
}
@media (max-width: 1200px) {
  .e-module-202401161556 .invit-video-btn a,
  .agenda-item-pop .invit-video-btn a {
    font-size: 14px;
    background-color: #c7000b;
    color: #fff;
  }
  .e-module-202401161556 .invit-video-btn a .iconfont,
  .agenda-item-pop .invit-video-btn a .iconfont {
    font-size: 14px;
  }
  .e-module-202401161556 .invit-video-btn a .e-lazy .icon-btn1,
  .agenda-item-pop .invit-video-btn a .e-lazy .icon-btn1 {
    display: none;
  }
  .e-module-202401161556 .invit-video-btn a .e-lazy .icon-btn2,
  .agenda-item-pop .invit-video-btn a .e-lazy .icon-btn2 {
    display: block;
  }
}
@media (max-width: 992px) {
  .e-module-202401161556 .invit-video-btn a,
  .agenda-item-pop .invit-video-btn a {
    background-color: #c7000b;
    color: #fff;
    font-weight: bold;
    margin-left: 0;
  }
  .e-module-202401161556 .invit-video-btn a .iconfont,
  .agenda-item-pop .invit-video-btn a .iconfont {
    font-size: 14px;
  }
  .e-module-202401161556 .invit-video-btn a::before,
  .agenda-item-pop .invit-video-btn a::before {
    display: none;
  }
}
@media (min-width: 1200px) {
  .e-module-202401161556 .invit-video-btn a:hover,
  .agenda-item-pop .invit-video-btn a:hover {
    background-color: #c7000b;
    transition: background-color 0s linear 300ms;
    color: #fff;
  }
  .e-module-202401161556 .invit-video-btn a:hover::before,
  .agenda-item-pop .invit-video-btn a:hover::before {
    transition: transform 0.3s ease-out, background-color 0.3s linear;
    transform: translateX(0);
    z-index: -1;
  }
  .e-module-202401161556 .invit-video-btn a:hover .e-lazy .icon-btn1,
  .agenda-item-pop .invit-video-btn a:hover .e-lazy .icon-btn1 {
    display: none;
  }
  .e-module-202401161556 .invit-video-btn a:hover .e-lazy .icon-btn2,
  .agenda-item-pop .invit-video-btn a:hover .e-lazy .icon-btn2 {
    display: block;
  }
}
@media (max-width: 750px) {
  .e-module-202401161556 .invit-video-btn a,
  .agenda-item-pop .invit-video-btn a {
    font-size: 12px;
  }
}
.e-module-202401161556 .free-btn,
.agenda-item-pop .free-btn {
  margin-left: 20px;
}
.e-module-202401161556 .free-btn a,
.agenda-item-pop .free-btn a {
  font-size: 16px;
  color: #c7000b;
  white-space: nowrap;
  background-color: transparent;
  border: 2px solid #c7000b;
  display: block;
  padding: 1px 15px 3px 15px;
  font-weight: bold;
  border-radius: 50px;
  transition: color 0.3s linear;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.e-module-202401161556 .free-btn a::before,
.agenda-item-pop .free-btn a::before {
  border-radius: 40px;
  content: '';
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translateX(-100%);
  transition: transform 0.3s ease-in, background-color 0.3s linear;
  width: 100%;
  background-color: #c7000b;
  z-index: -1;
}
.e-module-202401161556 .free-btn a .iconfont,
.agenda-item-pop .free-btn a .iconfont {
  font-size: 16px;
  padding-left: 5px;
  font-weight: bold;
}
@media (max-width: 750px) {
  .e-module-202401161556 .free-btn a .iconfont,
  .agenda-item-pop .free-btn a .iconfont {
    display: none;
  }
}
@media (max-width: 1600px) {
  .e-module-202401161556 .free-btn a,
  .agenda-item-pop .free-btn a {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .e-module-202401161556 .free-btn a,
  .agenda-item-pop .free-btn a {
    font-size: 12px;
    padding: 4px 15px 4px 15px;
  }
  .e-module-202401161556 .free-btn a .iconfont,
  .agenda-item-pop .free-btn a .iconfont {
    font-size: 12px;
  }
}
@media (max-width: 1200px) {
  .e-module-202401161556 .free-btn a,
  .agenda-item-pop .free-btn a {
    font-size: 14px;
    background-color: #c7000b;
    color: #fff;
    padding: 3px 15px 4px 15px;
  }
  .e-module-202401161556 .free-btn a .iconfont,
  .agenda-item-pop .free-btn a .iconfont {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .e-module-202401161556 .free-btn a,
  .agenda-item-pop .free-btn a {
    background-color: #c7000b;
    color: #fff;
    font-weight: bold;
    margin-left: 0;
  }
  .e-module-202401161556 .free-btn a .iconfont,
  .agenda-item-pop .free-btn a .iconfont {
    font-size: 14px;
  }
  .e-module-202401161556 .free-btn a::before,
  .agenda-item-pop .free-btn a::before {
    display: none;
  }
}
@media (min-width: 1200px) {
  .e-module-202401161556 .free-btn a:hover,
  .agenda-item-pop .free-btn a:hover {
    background-color: #c7000b;
    transition: background-color 0s linear 300ms;
    color: #fff;
  }
  .e-module-202401161556 .free-btn a:hover::before,
  .agenda-item-pop .free-btn a:hover::before {
    transition: transform 0.3s ease-out, background-color 0.3s linear;
    transform: translateX(0);
    z-index: -1;
  }
}
@media (max-width: 750px) {
  .e-module-202401161556 .free-btn a,
  .agenda-item-pop .free-btn a {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .e-module-202401161556 .free-btn,
  .agenda-item-pop .free-btn {
    text-align: center;
  }
}
.agenda-item-pop.pop-box .btn {
  padding: 20px 0 0;
}
@media (max-width: 992px) {
  .agenda-item-pop.pop-box .btn {
    padding: 0;
  }
}
.agenda-item-con .item-title .tit-des .tit-loc span {
  white-space: nowrap;
}
.agenda-item-pop .item-pop-cons .item-pop-con .agenda-item-con {
  align-items: flex-start;
}
.agenda-item-con .item-time .time-date span,
.agenda-item-con .item-time .time-hours span {
  color: #666;
}
@media (max-width: 992px) {
  .agenda-item-con .item-title {
    margin-left: 5px;
  }
}
.mwc-v3 > .e-bg {
  display: none;
}
@media (max-width: 992px) {
  .mwc-v3 > .e-bg {
    display: block;
    background-size: 100% auto;
    background-position: top center;
  }
}
.mwc-v4 > .e-bg {
  display: block;
  background-position: top left;
}
@media (max-width: 992px) {
  .mwc-v4 > .e-bg {
    display: none;
  }
}
.mwc-v3-new > .e-bg {
  display: none;
}
@media (max-width: 992px) {
  .mwc-v3-new > .e-bg {
    display: block;
    background-size: 100% auto;
    background-position: top left;
  }
}
.e-module-202401261643 {
  padding-top: 120px;
  padding-bottom: 160px;
}
@media (max-width: 1600px) {
  .e-module-202401261643 {
    padding-top: 90px;
    padding-bottom: 100px;
  }
}
@media (max-width: 1280px) {
  .e-module-202401261643 {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}
@media (max-width: 992px) {
  .e-module-202401261643 {
    padding-top: 35px;
    padding-bottom: 40px;
  }
}
.e-module-202401261643 .e-bg {
  background-position: top center;
}
.e-module-202401261643 .e-cistern-l .m-title h2 {
  color: #282828;
  width: 62.5%;
}
@media (max-width: 992px) {
  .e-module-202401261643 .e-cistern-l .m-title h2 {
    width: 100%;
  }
}
.e-module-202401261643 .e-cistern-l .m-title .m-des {
  width: 77%;
  margin: 20px auto 0;
  text-align: center;
}
@media (max-width: 992px) {
  .e-module-202401261643 .e-cistern-l .m-title .m-des {
    width: 100%;
  }
}
.e-module-202401261643 .e-cistern-l .m-title .m-des p {
  font-size: 16px;
  line-height: 1.5;
  color: #282828;
  padding-bottom: 10px;
}
.e-module-202401261643 .e-cistern-l .m-title .m-des p:last-child {
  padding-bottom: 0;
}
@media (max-width: 1280px) {
  .e-module-202401261643 .e-cistern-l .m-title .m-des p {
    font-size: 14px;
  }
}
.e-module-202401261643 .e-cistern-l .booth-container {
  display: flex;
  align-items: center;
  background-color: #fff;
  box-shadow: 0px 5px 15px rgba(72, 0, 4, 0.1);
  border-radius: 20px;
}
@media (max-width: 992px) {
  .e-module-202401261643 .e-cistern-l .booth-container {
    flex-direction: column;
    background-color: transparent;
    box-shadow: none;
  }
}
.e-module-202401261643 .e-cistern-l .booth-container .booth-left {
  width: 55%;
}
@media (max-width: 992px) {
  .e-module-202401261643 .e-cistern-l .booth-container .booth-left {
    width: 100%;
  }
}
.e-module-202401261643 .e-cistern-l .booth-container .booth-left .e-lazy {
  border-radius: 20px;
}
@media (max-width: 992px) {
  .e-module-202401261643 .e-cistern-l .booth-container .booth-left .e-lazy {
    border-radius: 10px;
  }
}
.e-module-202401261643 .e-cistern-l .booth-container .booth-left .e-lazy::after {
  padding-top: 74.4%;
}
.e-module-202401261643 .e-cistern-l .booth-container .booth-left .full-img {
  width: 36px;
  height: 36px;
  background-color: #333;
  border-radius: 5px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 10;
  display: none;
}
@media (max-width: 992px) {
  .e-module-202401261643 .e-cistern-l .booth-container .booth-left .full-img {
    display: block;
  }
}
.e-module-202401261643 .e-cistern-l .booth-container .booth-left .full-img .icon-quanping {
  font-size: 30px;
  color: #fff;
  width: 36px;
  margin-left: 3px;
  text-align: center;
  line-height: 36px;
}
@media (max-width: 750px) {
  .e-module-202401261643 .e-cistern-l .booth-container .booth-left .full-img {
    width: 24px;
    height: 24px;
    bottom: 5px;
    right: 5px;
  }
  .e-module-202401261643 .e-cistern-l .booth-container .booth-left .full-img .icon-quanping {
    font-size: 20px;
    width: 24px;
    margin-left: 2px;
    line-height: 25px;
    display: flex;
  }
}
.e-module-202401261643 .e-cistern-l .booth-container .booth-right {
  width: 45%;
  padding: 60px 100px;
}
@media (max-width: 1600px) {
  .e-module-202401261643 .e-cistern-l .booth-container .booth-right {
    padding: 40px 70px;
  }
}
@media (max-width: 1280px) {
  .e-module-202401261643 .e-cistern-l .booth-container .booth-right {
    padding: 30px 50px;
  }
}
@media (max-width: 992px) {
  .e-module-202401261643 .e-cistern-l .booth-container .booth-right {
    width: 100%;
    padding: 30px 10px;
  }
}
.e-module-202401261643 .e-cistern-l .booth-container .booth-right .booth-list li {
  margin-bottom: 50px;
}
@media (max-width: 1600px) {
  .e-module-202401261643 .e-cistern-l .booth-container .booth-right .booth-list li {
    margin-bottom: 30px;
  }
}
@media (max-width: 1200px) {
  .e-module-202401261643 .e-cistern-l .booth-container .booth-right .booth-list li {
    margin-bottom: 20px;
  }
}
.e-module-202401261643 .e-cistern-l .booth-container .booth-right .booth-list li:last-child {
  margin-bottom: 0;
}
.e-module-202401261643 .e-cistern-l .booth-container .booth-right .booth-list li .booth-li-title {
  font-size: 60px;
  line-height: 1.4;
  font-weight: bold;
  color: #c7000b;
}
.e-module-202401261643 .e-cistern-l .booth-container .booth-right .booth-list li .booth-li-title em {
  font-style: normal;
  font-size: 24px;
  line-height: 1.5;
}
.LANG-cn .e-module-202401261643 .e-cistern-l .booth-container .booth-right .booth-list li .booth-li-title em {
  line-height: 1.583;
}
.e-module-202401261643 .e-cistern-l .booth-container .booth-right .booth-list li .booth-li-title span {
  font-size: 20px;
  line-height: 1.6;
  color: #282828;
  padding-left: 15px;
}
.LANG-cn .e-module-202401261643 .e-cistern-l .booth-container .booth-right .booth-list li .booth-li-title span {
  line-height: 1.7;
}
@media (max-width: 1600px) {
  .e-module-202401261643 .e-cistern-l .booth-container .booth-right .booth-list li .booth-li-title {
    font-size: 50px;
    line-height: 1.44;
  }
  .e-module-202401261643 .e-cistern-l .booth-container .booth-right .booth-list li .booth-li-title em {
    font-size: 20px;
    line-height: 1.6;
  }
  .LANG-cn .e-module-202401261643 .e-cistern-l .booth-container .booth-right .booth-list li .booth-li-title em {
    line-height: 1.7;
  }
  .e-module-202401261643 .e-cistern-l .booth-container .booth-right .booth-list li .booth-li-title span {
    font-size: 18px;
    line-height: 1.889;
  }
}
@media (max-width: 1280px) {
  .e-module-202401261643 .e-cistern-l .booth-container .booth-right .booth-list li .booth-li-title {
    font-size: 38px;
    line-height: 1.474;
  }
  .e-module-202401261643 .e-cistern-l .booth-container .booth-right .booth-list li .booth-li-title em {
    font-size: 16px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-202401261643 .e-cistern-l .booth-container .booth-right .booth-list li .booth-li-title em {
    line-height: 1.95;
  }
  .e-module-202401261643 .e-cistern-l .booth-container .booth-right .booth-list li .booth-li-title span {
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-202401261643 .e-cistern-l .booth-container .booth-right .booth-list li .booth-li-title span {
    line-height: 1.95;
  }
}
@media (max-width: 1200px) {
  .e-module-202401261643 .e-cistern-l .booth-container .booth-right .booth-list li .booth-li-title {
    font-size: 34px;
    line-height: 1.471;
  }
  .LANG-cn .e-module-202401261643 .e-cistern-l .booth-container .booth-right .booth-list li .booth-li-title {
    line-height: 1.529;
  }
  .e-module-202401261643 .e-cistern-l .booth-container .booth-right .booth-list li .booth-li-title span {
    padding-left: 10px;
  }
}
@media (max-width: 1280px) {
  .e-module-202401261643 .e-cistern-l .booth-container .booth-right .booth-list li .booth-li-title {
    font-size: 40px;
    line-height: 1.5;
  }
  .LANG-cn .e-module-202401261643 .e-cistern-l .booth-container .booth-right .booth-list li .booth-li-title {
    line-height: 1.55;
  }
}
.e-module-202401261643 .e-cistern-l .booth-container .booth-right .booth-list li p {
  font-size: 16px;
  line-height: 1.95;
  line-height: 1.5 !important;
  color: #282828;
}
.LANG-cn .e-module-202401261643 .e-cistern-l .booth-container .booth-right .booth-list li p {
  line-height: 1.95;
}
@media (max-width: 1600px) {
  .e-module-202401261643 .e-cistern-l .booth-container .booth-right .booth-list li p {
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-202401261643 .e-cistern-l .booth-container .booth-right .booth-list li p {
    line-height: 1.95;
  }
}
@media (max-width: 1280px) {
  .e-module-202401261643 .e-cistern-l .booth-container .booth-right .booth-list li p {
    font-size: 12px;
    line-height: 1.667;
  }
}
@media (max-width: 1200px) {
  .e-module-202401261643 .e-cistern-l .booth-container .booth-right .booth-list li p {
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-202401261643 .e-cistern-l .booth-container .booth-right .booth-list li p {
    line-height: 1.95;
  }
}
@media (max-width: 992px) {
  .e-module-202401261643 .e-cistern-l .booth-container .booth-right .booth-list li p {
    font-size: 12px;
    line-height: 1.667;
  }
}
.e-module-202401261643 .view-box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}
.e-module-202401261643 .view-box .z_close {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
}
.e-module-202401261643 .view-box img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0%;
  left: 0;
  margin: auto;
  max-width: 1400px;
  padding: 80px 20px;
  width: 100%;
  z-index: 2;
}
.e-module-202401261643 .view-box .icon-Close {
  position: fixed;
  right: 30px;
  top: 30px;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  z-index: 9;
}
.e-module-202309011037 .m-title h2 {
  color: #282828;
}
.e-module-202309011037 .hc-container > .e-cistern-l {
  display: flex;
  justify-content: center;
}
.e-module-202309011037 .hc-container > .e-cistern-l .tablist {
  display: flex;
  max-width: 100%;
  overflow: auto;
}
.e-module-202309011037 .hc-container > .e-cistern-l .tablist .tab {
  background: transparent;
  border-radius: 30px;
  margin: 0 25px;
  cursor: pointer;
  white-space: nowrap;
  display: inline-block;
}
.e-module-202309011037 .hc-container > .e-cistern-l .tablist .tab a {
  font-size: 16px;
  color: #282828;
  white-space: nowrap;
  background-color: transparent;
  border: 2px solid #282828;
  display: block;
  padding: 10px 40px;
  border-radius: 50px;
  transition: color 0.3s linear;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.e-module-202309011037 .hc-container > .e-cistern-l .tablist .tab a::before {
  border-radius: 40px;
  content: '';
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translateX(-105%);
  transition: transform 0.3s ease-in, background-color 0.3s linear;
  width: 100%;
  background-color: #c7000b;
  z-index: -1;
}
.e-module-202309011037 .hc-container > .e-cistern-l .tablist .tab a .iconfont {
  font-size: 14px;
  padding-left: 5px;
}
@media (max-width: 1600px) {
  .e-module-202309011037 .hc-container > .e-cistern-l .tablist .tab a {
    padding: 5px 30px;
  }
}
@media (max-width: 1280px) {
  .e-module-202309011037 .hc-container > .e-cistern-l .tablist .tab a {
    font-size: 12px;
    padding: 5px 25px;
  }
  .e-module-202309011037 .hc-container > .e-cistern-l .tablist .tab a .iconfont {
    font-size: 12px;
  }
}
@media (max-width: 1200px) {
  .e-module-202309011037 .hc-container > .e-cistern-l .tablist .tab a {
    font-size: 14px;
  }
  .e-module-202309011037 .hc-container > .e-cistern-l .tablist .tab a .iconfont {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .e-module-202309011037 .hc-container > .e-cistern-l .tablist .tab a {
    padding: 5px 20px;
    font-size: 12px;
  }
}
.e-module-202309011037 .hc-container > .e-cistern-l .tablist .tab a:hover {
  background-color: #c7000b;
  border-color: #c7000b;
  color: #fff;
  transition: background-color 0s linear 300ms;
}
.e-module-202309011037 .hc-container > .e-cistern-l .tablist .tab a:hover::before {
  transition: transform 0.3s ease-out, background-color 0.3s linear;
  transform: translateX(0);
  z-index: -1;
}
@media (max-width: 1600px) {
  .e-module-202309011037 .hc-container > .e-cistern-l .tablist .tab {
    margin: 0 20px;
  }
}
@media (max-width: 1280px) {
  .e-module-202309011037 .hc-container > .e-cistern-l .tablist .tab {
    margin: 0 10px;
  }
}
@media (max-width: 1200px) {
  .e-module-202309011037 .hc-container > .e-cistern-l .tablist .tab {
    margin: 0 15px;
  }
}
@media (max-width: 750px) {
  .e-module-202309011037 .hc-container > .e-cistern-l .tablist .tab {
    margin: 0 5px;
  }
}
.e-module-202309011037 .hc-container > .e-cistern-l .tablist .tab.active a {
  background-color: #c7000b;
  border-color: #c7000b;
  color: #fff;
  transition: background-color 0s linear 300ms;
}
.e-module-202309011037 .hc-container > .e-cistern-l .tablist .tab.active a::before {
  transition: transform 0.3s ease-out, background-color 0.3s linear;
  transform: translateX(0);
  z-index: -1;
}
.e-module-202309011037 .hc-container .tab-container {
  margin-top: 40px;
}
@media (max-width: 1280px) {
  .e-module-202309011037 .hc-container .tab-container {
    margin-top: 25px;
  }
}
.e-module-202309011037 .hc-container .tab-container .tab-itemcon {
  display: none;
}
@media (max-width: 992px) {
  .e-module-202309011037 .hc-container .tab-container .tab-itemcon .e-cistern-l .swiper .swiper-wrapper {
    display: block;
    column-count: 2;
    column-gap: 20px;
  }
}
.e-module-202309011037 .hc-container .tab-container .tab-itemcon .e-cistern-l .swiper .swiper-wrapper .swiper-slide {
  width: 30%;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .e-module-202309011037 .hc-container .tab-container .tab-itemcon .e-cistern-l .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    margin-bottom: 30px;
    display: inline-block;
  }
  .e-module-202309011037 .hc-container .tab-container .tab-itemcon .e-cistern-l .swiper .swiper-wrapper .swiper-slide:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (max-width: 750px) {
}
@media (min-width: 1200px) {
  .e-module-202309011037 .hc-container .tab-container .tab-itemcon .e-cistern-l .swiper .swiper-wrapper .swiper-slide:hover {
    cursor: pointer;
    overflow: hidden;
  }
  .e-module-202309011037 .hc-container .tab-container .tab-itemcon .e-cistern-l .swiper .swiper-wrapper .swiper-slide:hover .swiper-detail .swiper-img {
    border-radius: 20px;
  }
  .e-module-202309011037 .hc-container .tab-container .tab-itemcon .e-cistern-l .swiper .swiper-wrapper .swiper-slide:hover .swiper-detail .swiper-img img {
    border-radius: 20px;
    transform: scale(1.05);
  }
  .e-module-202309011037 .hc-container .tab-container .tab-itemcon .e-cistern-l .swiper .swiper-wrapper .swiper-slide:hover .swiper-detail .talk-play .e-lazy .talk-play1 {
    display: none;
  }
  .e-module-202309011037 .hc-container .tab-container .tab-itemcon .e-cistern-l .swiper .swiper-wrapper .swiper-slide:hover .swiper-detail .talk-play .e-lazy .talk-play2 {
    display: block;
  }
  .e-module-202309011037 .hc-container .tab-container .tab-itemcon .e-cistern-l .swiper .swiper-wrapper .swiper-slide:hover .swiper-detail .mask {
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 70%);
  }
  .e-module-202309011037 .hc-container .tab-container .tab-itemcon .e-cistern-l .swiper .swiper-wrapper .swiper-slide:hover .swiper-detail .swiper-con {
    bottom: 50px;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .e-module-202309011037 .hc-container .tab-container .tab-itemcon .e-cistern-l .swiper .swiper-wrapper .swiper-slide:hover .swiper-detail .mask {
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 70%);
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .e-module-202309011037 .hc-container .tab-container .tab-itemcon .e-cistern-l .swiper .swiper-wrapper .swiper-slide:hover .swiper-detail .swiper-con {
    bottom: 40px;
  }
}
.e-module-202309011037 .hc-container .tab-container .tab-itemcon .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-detail {
  display: block;
}
.e-module-202309011037 .hc-container .tab-container .tab-itemcon .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-detail .swiper-img {
  overflow: hidden;
  width: 100%;
  border-radius: 20px;
}
.e-module-202309011037 .hc-container .tab-container .tab-itemcon .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-detail .swiper-img img {
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 20px;
  position: relative !important;
}
@media (max-width: 1200px) {
  .e-module-202309011037 .hc-container .tab-container .tab-itemcon .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-detail .swiper-img {
    border-radius: 10px;
  }
  .e-module-202309011037 .hc-container .tab-container .tab-itemcon .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-detail .swiper-img img {
    border-radius: 10px;
  }
}
.e-module-202309011037 .hc-container .tab-container .tab-itemcon .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-detail .swiper-img::after {
  display: none;
}
.e-module-202309011037 .hc-container .tab-container .tab-itemcon .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-detail .talk-play {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  right: 0;
  top: 35%;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .e-module-202309011037 .hc-container .tab-container .tab-itemcon .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-detail .talk-play {
    width: 50px;
    height: 50px;
    top: 40%;
  }
}
@media (max-width: 992px) {
  .e-module-202309011037 .hc-container .tab-container .tab-itemcon .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-detail .talk-play {
    width: 45px;
    height: 45px;
    top: 35%;
  }
}
.e-module-202309011037 .hc-container .tab-container .tab-itemcon .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-detail .talk-play .e-lazy::after {
  padding-top: 100%;
}
.e-module-202309011037 .hc-container .tab-container .tab-itemcon .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-detail .talk-play .e-lazy .talk-play1 {
  display: block;
}
.e-module-202309011037 .hc-container .tab-container .tab-itemcon .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-detail .talk-play .e-lazy .talk-play2 {
  display: none;
}
.e-module-202309011037 .hc-container .tab-container .tab-itemcon .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-detail .swiper-con {
  position: absolute;
  bottom: 30px;
  left: 0;
  padding: 0 40px;
  transition: all 0.5s;
  z-index: 3;
}
@media (max-width: 1600px) {
  .e-module-202309011037 .hc-container .tab-container .tab-itemcon .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-detail .swiper-con {
    padding: 0 30px;
    bottom: 25px;
  }
}
@media (max-width: 1280px) {
  .e-module-202309011037 .hc-container .tab-container .tab-itemcon .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-detail .swiper-con {
    padding: 0 20px;
    bottom: 20px;
  }
}
@media (max-width: 992px) {
  .e-module-202309011037 .hc-container .tab-container .tab-itemcon .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-detail .swiper-con {
    position: relative;
    padding: 0;
    bottom: 0;
  }
}
.e-module-202309011037 .hc-container .tab-container .tab-itemcon .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-detail .swiper-con .tip {
  font-size: 14px;
  line-height: 1.95;
  color: #fff;
  padding-bottom: 5px;
}
.LANG-cn .e-module-202309011037 .hc-container .tab-container .tab-itemcon .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-detail .swiper-con .tip {
  line-height: 1.95;
}
@media (max-width: 1600px) {
  .e-module-202309011037 .hc-container .tab-container .tab-itemcon .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-detail .swiper-con .tip {
    padding-bottom: 0;
  }
}
@media (max-width: 1280px) {
  .e-module-202309011037 .hc-container .tab-container .tab-itemcon .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-detail .swiper-con .tip {
    font-size: 12px;
    line-height: 1.667;
    padding-bottom: 6px;
  }
}
@media (max-width: 1200px) {
  .e-module-202309011037 .hc-container .tab-container .tab-itemcon .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-detail .swiper-con .tip {
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-202309011037 .hc-container .tab-container .tab-itemcon .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-detail .swiper-con .tip {
    line-height: 1.95;
  }
}
@media (max-width: 992px) {
  .e-module-202309011037 .hc-container .tab-container .tab-itemcon .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-detail .swiper-con .tip {
    font-size: 12px;
    line-height: 1.667;
    color: #666;
    padding-top: 10px;
    padding-bottom: 0px;
  }
}
.e-module-202309011037 .hc-container .tab-container .tab-itemcon .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-detail .swiper-con h3 {
  font-size: 18px;
  line-height: 1.889;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 1600px) {
  .e-module-202309011037 .hc-container .tab-container .tab-itemcon .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-detail .swiper-con h3 {
    font-size: 16px;
    line-height: 1.95;
    line-height: 1.5 !important;
  }
  .LANG-cn .e-module-202309011037 .hc-container .tab-container .tab-itemcon .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-detail .swiper-con h3 {
    line-height: 1.95;
  }
}
@media (max-width: 1280px) {
  .e-module-202309011037 .hc-container .tab-container .tab-itemcon .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-detail .swiper-con h3 {
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-202309011037 .hc-container .tab-container .tab-itemcon .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-detail .swiper-con h3 {
    line-height: 1.95;
  }
}
@media (max-width: 1200px) {
  .e-module-202309011037 .hc-container .tab-container .tab-itemcon .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-detail .swiper-con h3 {
    font-size: 16px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-202309011037 .hc-container .tab-container .tab-itemcon .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-detail .swiper-con h3 {
    line-height: 1.95;
  }
}
@media (max-width: 992px) {
  .e-module-202309011037 .hc-container .tab-container .tab-itemcon .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-detail .swiper-con h3 {
    font-size: 14px;
    line-height: 1.95;
    color: #333;
  }
  .LANG-cn .e-module-202309011037 .hc-container .tab-container .tab-itemcon .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-detail .swiper-con h3 {
    line-height: 1.95;
  }
}
.e-module-202309011037 .hc-container .tab-container .tab-itemcon .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-detail .mask {
  z-index: 2;
  position: absolute;
  visibility: visible;
  height: 50%;
  width: 100%;
  content: "";
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 70%);
  top: auto;
  bottom: 0;
  border-radius: 0 0 20px 20px;
  transition: all 0.5s;
}
@media (max-width: 1200px) {
  .e-module-202309011037 .hc-container .tab-container .tab-itemcon .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-detail .mask {
    border-radius: 0 0 10px 10px;
  }
}
@media (max-width: 992px) {
  .e-module-202309011037 .hc-container .tab-container .tab-itemcon .e-cistern-l .swiper .swiper-wrapper .swiper-slide .swiper-detail .mask {
    display: none;
  }
}
.e-module-202309011037 .hc-container .tab-container .tab-itemcon .swiper-pagination {
  position: relative;
  margin-top: 40px;
}
.e-module-202309011037 .hc-container .tab-container .tab-itemcon .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: rgba(102, 102, 102, 0.5);
  margin-right: 20px;
  opacity: 1;
  border-radius: 7px;
  position: relative;
}
.e-module-202309011037 .hc-container .tab-container .tab-itemcon .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.e-module-202309011037 .hc-container .tab-container .tab-itemcon .swiper-pagination .swiper-pagination-bullet::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 25px;
  left: 0;
  top: -10px;
}
@media (max-width: 1200px) {
  .e-module-202309011037 .hc-container .tab-container .tab-itemcon .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin-right: 10px;
  }
}
.e-module-202309011037 .hc-container .tab-container .tab-itemcon .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #c7000b;
  width: 60px;
}
@media (max-width: 1200px) {
  .e-module-202309011037 .hc-container .tab-container .tab-itemcon .swiper-pagination .swiper-pagination-bullet-active {
    width: 30px;
  }
}
@media (max-width: 1200px) {
  .e-module-202309011037 .hc-container .tab-container .tab-itemcon .swiper-pagination {
    margin-top: 20px;
  }
}
.e-module-202309011037 .hc-container .tab-container .tab-itemcon .swiper-button {
  color: #fff;
  padding: 35px;
  background-color: #c7000b;
  font-size: 30px;
  top: 40%;
  transition: 0.4s;
}
.e-module-202309011037 .hc-container .tab-container .tab-itemcon .swiper-button:hover {
  background-color: #d84c54;
  color: #fff;
}
@media (max-width: 1600px) {
  .e-module-202309011037 .hc-container .tab-container .tab-itemcon .swiper-button {
    padding: 25px;
    font-size: 26px;
  }
}
@media (max-width: 1200px) {
  .e-module-202309011037 .hc-container .tab-container .tab-itemcon .swiper-button {
    display: none;
  }
}
.e-module-202309011037 .hc-container .tab-container .tab-itemcon .swiper-button.swiper-button-prev {
  border-radius: 0 10px 10px 0;
  left: 0;
  top: 57%;
}
.e-module-202309011037 .hc-container .tab-container .tab-itemcon .swiper-button.swiper-button-next {
  right: 0;
  border-radius: 10px 0 0 10px;
  top: 57%;
}
.e-module-202309011037 .hc-container .tab-container .tab-itemcon .swiper-button.swiper-button-disabled {
  opacity: 1;
  background-color: #f5f5f5;
  color: #999;
}
.launch-detail-pop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1120;
  display: none;
  overflow: auto;
}
.launch-detail-pop .launch-detail-popcons {
  width: 100%;
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.launch-detail-pop .launch-detail-popcons .launch-detail-popcon {
  position: relative;
  width: 1025px;
  padding: 210px 60px 60px;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 202px;
  margin-bottom: 40px;
}
@media (max-width: 1600px) {
  .launch-detail-pop .launch-detail-popcons .launch-detail-popcon {
    width: 900px;
    padding: 170px 40px 40px;
  }
}
@media (max-width: 1200px) {
  .launch-detail-pop .launch-detail-popcons .launch-detail-popcon {
    padding: 140px 40px 40px;
    margin-top: 170px;
    width: 700px;
  }
}
@media (max-width: 992px) {
  .launch-detail-pop .launch-detail-popcons .launch-detail-popcon {
    width: 600px;
    margin-top: 140px;
    padding: 120px 30px 30px;
  }
}
@media (max-width: 750px) {
  .launch-detail-pop .launch-detail-popcons .launch-detail-popcon {
    width: 90%;
    margin-top: 120px;
    padding: 80px 20px 20px;
  }
}
.launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail-pop-title {
  font-size: 36px;
  line-height: 1.5;
  color: #282828;
  margin-bottom: 20px;
  position: relative;
  padding-left: 25px;
}
.launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail-pop-title::before {
  content: '';
  height: 75%;
  width: 5px;
  position: absolute;
  left: 0;
  top: 14%;
  background-color: #c7000b;
  display: inline-block;
}
@media (max-width: 1600px) {
  .launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail-pop-title {
    font-size: 28px;
    line-height: 1.5;
    padding-left: 20px;
  }
}
@media (max-width: 1200px) {
  .launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail-pop-title {
    font-size: 22px;
    line-height: 1.545;
    padding-left: 15px;
    margin-bottom: 10px;
  }
  .LANG-cn .launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail-pop-title {
    line-height: 1.636;
  }
  .launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail-pop-title::before {
    width: 3px;
  }
}
@media (max-width: 992px) {
  .launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail-pop-title {
    font-size: 18px;
    line-height: 1.889;
  }
}
.launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail_close_btn {
  position: absolute;
  right: -65px;
  top: 0px;
  z-index: 1010;
  cursor: pointer;
  transition: all 0.3s;
  transform: rotate(0deg);
}
.launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail_close_btn:hover {
  transform: rotate(180deg);
}
.launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail_close_btn span {
  font-size: 50px;
  line-height: 1.44;
  color: #fff;
}
@media (max-width: 1600px) {
  .launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail_close_btn {
    right: -50px;
  }
  .launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail_close_btn span {
    font-size: 40px;
    line-height: 1.5;
  }
  .LANG-cn .launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail_close_btn span {
    line-height: 1.55;
  }
}
@media (max-width: 1280px) {
  .launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail_close_btn span {
    font-size: 36px;
    line-height: 1.5;
  }
}
@media (max-width: 1200px) {
  .launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail_close_btn span {
    font-size: 40px;
    line-height: 1.5;
  }
  .LANG-cn .launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail_close_btn span {
    line-height: 1.55;
  }
}
@media (max-width: 992px) {
  .launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail_close_btn span {
    font-size: 36px;
    line-height: 1.5;
  }
}
@media (max-width: 750px) {
  .launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail_close_btn {
    width: 35px;
    height: 35px;
    background: #000;
    border-radius: 50%;
    text-align: center;
    right: 10px;
    top: 10px;
  }
  .launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail_close_btn span {
    font-size: 20px;
    line-height: 35px !important;
  }
}
.launch-detail-pop .launch-detail-popcons .launch-detail-popcon .pro-img {
  position: absolute;
  width: 574px;
  left: 50%;
  transform: translateX(-50%);
  top: -162px;
}
@media (max-width: 1600px) {
  .launch-detail-pop .launch-detail-popcons .launch-detail-popcon .pro-img {
    width: 480px;
    top: -140px;
  }
}
@media (max-width: 1200px) {
  .launch-detail-pop .launch-detail-popcons .launch-detail-popcon .pro-img {
    width: 400px;
    top: -120px;
  }
}
@media (max-width: 992px) {
  .launch-detail-pop .launch-detail-popcons .launch-detail-popcon .pro-img {
    width: 300px;
    top: -90px;
  }
}
@media (max-width: 750px) {
  .launch-detail-pop .launch-detail-popcons .launch-detail-popcon .pro-img {
    width: 200px;
    top: -70px;
  }
}
.launch-detail-pop .launch-detail-popcons .launch-detail-popcon .pro-img .e-lazy {
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .launch-detail-pop .launch-detail-popcons .launch-detail-popcon .pro-img .e-lazy {
    border-radius: 10px;
  }
}
.launch-detail-pop .launch-detail-popcons .launch-detail-popcon .pro-img .e-lazy::after {
  padding-top: 56.4%;
}
.launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail-con .des p {
  font-size: 16px;
  line-height: 1.95;
  color: #666;
  padding-bottom: 20px;
}
.LANG-cn .launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail-con .des p {
  line-height: 1.95;
}
@media (max-width: 1600px) {
  .launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail-con .des p {
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail-con .des p {
    line-height: 1.95;
  }
}
@media (max-width: 1280px) {
  .launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail-con .des p {
    font-size: 12px;
    line-height: 1.667;
  }
}
@media (max-width: 1200px) {
  .launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail-con .des p {
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail-con .des p {
    line-height: 1.95;
  }
}
@media (max-width: 1200px) {
  .launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail-con .des p {
    padding-bottom: 10px;
  }
}
.launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail-con .detail-pop-advantages {
  font-size: 30px;
  line-height: 1.467;
  color: #000;
  text-align: center;
  margin-top: 40px;
}
.LANG-cn .launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail-con .detail-pop-advantages {
  line-height: 1.533;
}
.launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail-con .detail-pop-advantages span {
  position: relative;
}
.launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail-con .detail-pop-advantages span::after {
  content: '';
  height: 2px;
  position: absolute;
  left: 0;
  background-color: #c7000b;
  width: 100%;
  display: inline-block;
  bottom: -10px;
}
@media (max-width: 1600px) {
  .launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail-con .detail-pop-advantages {
    font-size: 24px;
    line-height: 1.5;
  }
  .LANG-cn .launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail-con .detail-pop-advantages {
    line-height: 1.583;
  }
}
@media (max-width: 1280px) {
  .launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail-con .detail-pop-advantages {
    font-size: 20px;
    line-height: 1.6;
  }
  .LANG-cn .launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail-con .detail-pop-advantages {
    line-height: 1.7;
  }
}
@media (max-width: 1200px) {
  .launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail-con .detail-pop-advantages {
    font-size: 20px;
    line-height: 1.6;
    margin-top: 30px;
  }
  .LANG-cn .launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail-con .detail-pop-advantages {
    line-height: 1.7;
  }
}
@media (max-width: 992px) {
  .launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail-con .detail-pop-advantages {
    font-size: 18px;
    line-height: 1.889;
    margin-top: 20px;
  }
}
.launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail-con .row-det {
  background-color: #f8f8f8;
  border-radius: 20px;
  padding: 60px 50px;
  margin-top: 40px;
}
@media (max-width: 1600px) {
  .launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail-con .row-det {
    padding: 40px;
  }
}
@media (max-width: 1200px) {
  .launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail-con .row-det {
    margin-top: 30px;
  }
}
@media (max-width: 992px) {
  .launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail-con .row-det {
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
  }
}
.launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail-con .row-det .row > div .fea-con .fea-con-top {
  display: flex;
  align-items: center;
}
.launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail-con .row-det .row > div .fea-con .fea-con-top .fea-img {
  width: 40px;
  background: transparent;
}
.launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail-con .row-det .row > div .fea-con .fea-con-top .fea-img::after {
  padding-top: 100%;
}
@media (max-width: 1200px) {
  .launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail-con .row-det .row > div .fea-con .fea-con-top .fea-img {
    width: 40px;
  }
}
@media (max-width: 750px) {
  .launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail-con .row-det .row > div .fea-con .fea-con-top .fea-img {
    width: 30px;
  }
}
.launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail-con .row-det .row > div .fea-con .fea-con-top h4 {
  font-size: 20px;
  line-height: 1.6;
  color: #333;
  margin-left: 15px;
}
.LANG-cn .launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail-con .row-det .row > div .fea-con .fea-con-top h4 {
  line-height: 1.7;
}
@media (max-width: 1600px) {
  .launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail-con .row-det .row > div .fea-con .fea-con-top h4 {
    font-size: 18px;
    line-height: 1.889;
  }
}
@media (max-width: 1280px) {
  .launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail-con .row-det .row > div .fea-con .fea-con-top h4 {
    font-size: 16px;
    line-height: 1.95;
  }
  .LANG-cn .launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail-con .row-det .row > div .fea-con .fea-con-top h4 {
    line-height: 1.95;
  }
}
@media (max-width: 1200px) {
  .launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail-con .row-det .row > div .fea-con .fea-con-top h4 {
    font-size: 16px;
    line-height: 1.95;
    margin-left: 10px;
  }
  .LANG-cn .launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail-con .row-det .row > div .fea-con .fea-con-top h4 {
    line-height: 1.95;
  }
}
@media (max-width: 750px) {
  .launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail-con .row-det .row > div .fea-con .fea-con-top h4 {
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail-con .row-det .row > div .fea-con .fea-con-top h4 {
    line-height: 1.95;
  }
}
.launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail-con .row-det .row > div .fea-con p {
  font-size: 16px;
  line-height: 1.95;
  color: #666;
  padding-top: 10px;
  margin-left: 55px;
}
.LANG-cn .launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail-con .row-det .row > div .fea-con p {
  line-height: 1.95;
}
@media (max-width: 1600px) {
  .launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail-con .row-det .row > div .fea-con p {
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail-con .row-det .row > div .fea-con p {
    line-height: 1.95;
  }
}
@media (max-width: 1280px) {
  .launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail-con .row-det .row > div .fea-con p {
    font-size: 12px;
    line-height: 1.667;
  }
}
@media (max-width: 1200px) {
  .launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail-con .row-det .row > div .fea-con p {
    padding-top: 10px;
    margin-left: 50px;
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail-con .row-det .row > div .fea-con p {
    line-height: 1.95;
  }
}
@media (max-width: 992px) {
  .launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail-con .row-det .row > div .fea-con p {
    padding-top: 5px;
  }
}
@media (max-width: 750px) {
  .launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail-con .row-det .row > div .fea-con p {
    font-size: 12px;
    line-height: 1.667;
    padding-top: 5px;
    margin-left: 40px;
  }
}
.launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail-con .detail-pop-architecture {
  margin-top: 15px;
}
.launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail-con .detail-pop-architecture .e-lazy {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
@media (max-width: 992px) {
  .launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail-con .detail-pop-architecture .e-lazy {
    border-radius: 10px;
  }
}
.launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail-con .detail-pop-architecture .e-lazy img {
  position: relative;
}
.launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail-con .detail-pop-architecture .e-lazy::after {
  padding-top: 0;
}
.launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail-con .launch-more {
  text-align: center;
  margin-top: 40px;
}
.launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail-con .launch-more a {
  font-size: 16px;
  color: #c7000b;
  white-space: nowrap;
  background-color: transparent;
  border: 2px solid #c7000b;
  display: block;
  padding: 10px 40px;
  border-radius: 50px;
  transition: color 0.3s linear;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
}
.launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail-con .launch-more a::before {
  border-radius: 40px;
  content: '';
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translateX(-100%);
  transition: transform 0.3s ease-in, background-color 0.3s linear;
  width: 100%;
  background-color: #c7000b;
  z-index: -1;
}
.launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail-con .launch-more a .iconfont {
  font-size: 14px;
  padding-left: 5px;
}
@media (max-width: 1600px) {
  .launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail-con .launch-more a {
    padding: 5px 30px;
  }
}
@media (max-width: 1280px) {
  .launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail-con .launch-more a {
    font-size: 12px;
    padding: 5px 25px;
  }
  .launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail-con .launch-more a .iconfont {
    font-size: 12px;
  }
}
@media (max-width: 1200px) {
  .launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail-con .launch-more a {
    font-size: 14px;
  }
  .launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail-con .launch-more a .iconfont {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail-con .launch-more a {
    font-size: 12px;
  }
}
.launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail-con .launch-more a:hover {
  background-color: #c7000b;
  border-color: #c7000b;
  color: #fff;
  transition: background-color 0s linear 300ms;
}
.launch-detail-pop .launch-detail-popcons .launch-detail-popcon .detail-con .launch-more a:hover::before {
  transition: transform 0.3s ease-out, background-color 0.3s linear;
  transform: translateX(0);
  z-index: -1;
}
.e-module-202402231406 .m-title {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .e-module-202402231406 .m-title {
    flex-direction: column;
  }
}
.e-module-202402231406 .m-title h2 {
  color: #282828;
  width: 20%;
  text-align: left;
  margin: 0;
}
@media (max-width: 992px) {
  .e-module-202402231406 .m-title h2 {
    width: 100%;
    text-align: center;
  }
}
.e-module-202402231406 .m-title .m-des {
  width: 65%;
}
@media (max-width: 992px) {
  .e-module-202402231406 .m-title .m-des {
    width: 100%;
    margin-top: 20px;
  }
}
.e-module-202402231406 .m-title .m-des p {
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  padding-bottom: 10px;
}
.e-module-202402231406 .m-title .m-des p:last-child {
  padding-bottom: 0;
}
@media (max-width: 1280px) {
  .e-module-202402231406 .m-title .m-des p {
    font-size: 14px;
  }
}
.e-module-202402231406 .talk-container .talk-tablist {
  display: flex;
  margin-top: 60px;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 1600px) {
  .e-module-202402231406 .talk-container .talk-tablist {
    margin-top: 40px;
  }
}
@media (max-width: 1200px) {
  .e-module-202402231406 .talk-container .talk-tablist {
    margin-top: 20px;
  }
}
@media (max-width: 992px) {
  .e-module-202402231406 .talk-container .talk-tablist {
    margin-bottom: 20px;
  }
}
.e-module-202402231406 .talk-container .talk-tablist .talk-tab {
  font-size: 20px;
  line-height: 1.6;
  color: #333;
  margin-right: 60px;
  padding-bottom: 5px;
  cursor: pointer;
}
.LANG-cn .e-module-202402231406 .talk-container .talk-tablist .talk-tab {
  line-height: 1.7;
}
@media (max-width: 1600px) {
  .e-module-202402231406 .talk-container .talk-tablist .talk-tab {
    font-size: 16px;
    line-height: 1.95;
    line-height: 1.5;
    margin-right: 40px;
  }
  .LANG-cn .e-module-202402231406 .talk-container .talk-tablist .talk-tab {
    line-height: 1.95;
  }
}
@media (max-width: 1200px) {
  .e-module-202402231406 .talk-container .talk-tablist .talk-tab {
    font-size: 14px;
    line-height: 1.95;
    line-height: 1.5;
    margin-right: 20px;
  }
  .LANG-cn .e-module-202402231406 .talk-container .talk-tablist .talk-tab {
    line-height: 1.95;
  }
}
@media (max-width: 992px) {
  .e-module-202402231406 .talk-container .talk-tablist .talk-tab {
    font-size: 16px;
    line-height: 1.95;
    line-height: 1.5;
    margin-right: 40px;
  }
  .LANG-cn .e-module-202402231406 .talk-container .talk-tablist .talk-tab {
    line-height: 1.95;
  }
}
.e-module-202402231406 .talk-container .talk-tablist .talk-tab.active {
  border-bottom: 2px solid #c7000b;
}
.e-module-202402231406 .talk-container .talk-tablist .talk-tab:last-child {
  margin-right: 0;
}
.e-module-202402231406 .talk-cons {
  margin-top: 30px;
  padding-top: 10px;
  overflow: hidden;
}
.e-module-202402231406 .talk-cons .talk-con {
  display: none;
}
.e-module-202402231406 .talk-cons .talk-con.active {
  display: block;
}
.e-module-202402231406 .talk-cons .talk-con .swiper .swiper-wrapper .swiper-slide a {
  display: block;
  height: 100%;
  transition: transform 0.3s;
  cursor: pointer;
}
.e-module-202402231406 .talk-cons .talk-con .swiper .swiper-wrapper .swiper-slide a:hover {
  cursor: pointer;
  transform: translate(0, -10px);
}
.e-module-202402231406 .talk-cons .talk-con .swiper .swiper-wrapper .swiper-slide a:hover .swiper-img .talk-bg {
  box-shadow: 0px 5px 15px rgba(72, 0, 4, 0.15);
}
.e-module-202402231406 .talk-cons .talk-con .swiper .swiper-wrapper .swiper-slide a:hover .swiper-img .talk-bg img {
  border-radius: 20px 20px 0 0;
}
.e-module-202402231406 .talk-cons .talk-con .swiper .swiper-wrapper .swiper-slide a:hover .swiper-img .talk-play .e-lazy .talk-play1 {
  display: none;
}
.e-module-202402231406 .talk-cons .talk-con .swiper .swiper-wrapper .swiper-slide a:hover .swiper-img .talk-play .e-lazy .talk-play2 {
  display: block;
}
.e-module-202402231406 .talk-cons .talk-con .swiper .swiper-wrapper .swiper-slide a:hover h3 {
  color: #282828;
}
.e-module-202402231406 .talk-cons .talk-con .swiper .swiper-wrapper .swiper-slide a .swiper-img {
  position: relative;
}
.e-module-202402231406 .talk-cons .talk-con .swiper .swiper-wrapper .swiper-slide a .swiper-img .talk-bg {
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .e-module-202402231406 .talk-cons .talk-con .swiper .swiper-wrapper .swiper-slide a .swiper-img .talk-bg {
    border-radius: 10px;
  }
}
.e-module-202402231406 .talk-cons .talk-con .swiper .swiper-wrapper .swiper-slide a .swiper-img .talk-bg:after {
  padding-top: 56.25%;
}
.e-module-202402231406 .talk-cons .talk-con .swiper .swiper-wrapper .swiper-slide a .swiper-img .talk-bg img {
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .e-module-202402231406 .talk-cons .talk-con .swiper .swiper-wrapper .swiper-slide a .swiper-img .talk-bg img {
    border-radius: 10px;
  }
}
.e-module-202402231406 .talk-cons .talk-con .swiper .swiper-wrapper .swiper-slide a .swiper-img .talk-play {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
  margin-top: -30px;
}
@media (max-width: 1600px) {
  .e-module-202402231406 .talk-cons .talk-con .swiper .swiper-wrapper .swiper-slide a .swiper-img .talk-play {
    width: 50px;
    height: 50px;
    margin-top: -25px;
  }
}
@media (max-width: 992px) {
  .e-module-202402231406 .talk-cons .talk-con .swiper .swiper-wrapper .swiper-slide a .swiper-img .talk-play {
    width: 45px;
    height: 45px;
    margin-top: -23px;
  }
}
.e-module-202402231406 .talk-cons .talk-con .swiper .swiper-wrapper .swiper-slide a .swiper-img .talk-play .e-lazy::after {
  padding-top: 100%;
}
.e-module-202402231406 .talk-cons .talk-con .swiper .swiper-wrapper .swiper-slide a .swiper-img .talk-play .e-lazy .talk-play1 {
  display: block;
}
.e-module-202402231406 .talk-cons .talk-con .swiper .swiper-wrapper .swiper-slide a .swiper-img .talk-play .e-lazy .talk-play2 {
  display: none;
}
.e-module-202402231406 .talk-cons .talk-con .swiper .swiper-wrapper .swiper-slide a h3 {
  font-size: 18px;
  line-height: 1.5;
  color: #282828;
  margin-top: 15px;
}
@media (max-width: 1600px) {
  .e-module-202402231406 .talk-cons .talk-con .swiper .swiper-wrapper .swiper-slide a h3 {
    font-size: 16px;
    margin-top: 10px;
  }
}
@media (max-width: 1200px) {
  .e-module-202402231406 .talk-cons .talk-con .swiper .swiper-wrapper .swiper-slide a h3 {
    font-size: 16px;
  }
}
.e-module-202402231406 .talk-cons .talk-con .swiper-pagination {
  position: relative;
  margin-top: 40px;
}
.e-module-202402231406 .talk-cons .talk-con .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: rgba(102, 102, 102, 0.5);
  margin-right: 20px;
  opacity: 1;
  border-radius: 7px;
  position: relative;
}
.e-module-202402231406 .talk-cons .talk-con .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.e-module-202402231406 .talk-cons .talk-con .swiper-pagination .swiper-pagination-bullet::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 25px;
  left: 0;
  top: -10px;
}
@media (max-width: 1200px) {
  .e-module-202402231406 .talk-cons .talk-con .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin-right: 10px;
  }
}
.e-module-202402231406 .talk-cons .talk-con .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #c7000b;
  width: 60px;
}
@media (max-width: 1200px) {
  .e-module-202402231406 .talk-cons .talk-con .swiper-pagination .swiper-pagination-bullet-active {
    width: 30px;
  }
}
@media (max-width: 1200px) {
  .e-module-202402231406 .talk-cons .talk-con .swiper-pagination {
    margin-top: 20px;
  }
}
.e-module-202402221527 .e-cistern-l {
  padding: 0 50px;
}
@media (max-width: 1200px) {
  .e-module-202402221527 .e-cistern-l {
    padding: 0 20px;
  }
}
@media (max-width: 750px) {
  .e-module-202402221527 .e-cistern-l {
    padding: 0;
  }
}
.e-module-202402221527 .e-con {
  overflow: hidden;
  padding-top: 60px;
  margin-top: 0;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1600px) {
  .e-module-202402221527 .e-con {
    padding-top: 40px;
  }
}
@media (max-width: 1200px) {
  .e-module-202402221527 .e-con {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.e-module-202402221527 .row {
  overflow: visible;
}
@media (max-width: 1600px) {
  .e-module-202402221527 .row {
    margin: -30px -15px 0;
  }
}
@media (max-width: 1200px) {
  .e-module-202402221527 .row {
    margin: -20px -10px 0;
  }
}
.e-module-202402221527 .m-title {
  margin-bottom: 0;
}
.e-module-202402221527 .m-title h2 {
  color: #282828;
}
.e-module-202402221527 .box {
  display: block;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .e-module-202402221527 .box {
    border-radius: 10px;
  }
}
.e-module-202402221527 .box.no-img .text-con {
  height: 100%;
}
.e-module-202402221527 .box.no-img .text-con h3 {
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 1600px) {
  .e-module-202402221527 .box.no-img .text-con h3 {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .e-module-202402221527 .box.no-img .text-con h3 {
    font-size: 14px;
  }
}
.e-module-202402221527 .box.no-img .text-con p {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  padding-top: 20px;
}
@media (max-width: 1600px) {
  .e-module-202402221527 .box.no-img .text-con p {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .e-module-202402221527 .box.no-img .text-con p {
    font-size: 12px;
  }
}
@media (max-width: 1200px) {
  .e-module-202402221527 .box.no-img .text-con p {
    display: none;
  }
}
@media (max-width: 992px) {
  .e-module-202402221527 .box.no-img .text-con p {
    display: -webkit-box;
    padding-top: 10px;
  }
}
.e-module-202402221527 .box.no-img .text-con .pra-imgs {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 40px;
}
@media (max-width: 1600px) {
  .e-module-202402221527 .box.no-img .text-con .pra-imgs {
    bottom: 30px;
  }
}
@media (max-width: 1200px) {
  .e-module-202402221527 .box.no-img .text-con .pra-imgs {
    bottom: 20px;
  }
}
.e-module-202402221527 .box.no-img .text-con .pra-imgs span {
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  padding-right: 10px;
}
@media (max-width: 1600px) {
  .e-module-202402221527 .box.no-img .text-con .pra-imgs span {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .e-module-202402221527 .box.no-img .text-con .pra-imgs span {
    font-size: 14px;
  }
}
@media (max-width: 750px) {
  .e-module-202402221527 .box.no-img .text-con .pra-imgs span {
    font-size: 12px;
  }
}
.e-module-202402221527 .box.no-img .text-con .pra-imgs .pra-img {
  max-height: 14px;
  max-width: 24px;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .e-module-202402221527 .box.no-img .text-con .pra-imgs .pra-img {
    max-height: 12px;
  }
}
.e-module-202402221527 .box.no-img .text-con .pra-imgs .pra-img .e-lazy {
  transform-origin: right top;
  transition: transform 0.3s ease-out;
  transform: translate(calc(0% + -34px), 0);
  width: 58px;
}
@media (max-width: 1600px) {
  .e-module-202402221527 .box.no-img .text-con .pra-imgs .pra-img .e-lazy {
    width: 45px;
    transform: translate(calc(0% + -23px), 0);
  }
}
.e-module-202402221527 .box.no-img .text-con .pra-imgs .pra-img .e-lazy::after {
  padding-top: 24.14%;
}
.e-module-202402221527 .box .e-lazy {
  background-image: none;
  background: #21364aff;
}
.e-module-202402221527 .box .text-con {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 30px 40px;
  z-index: 3;
}
@media (max-width: 1600px) {
  .e-module-202402221527 .box .text-con {
    padding: 25px 30px;
  }
}
@media (max-width: 1200px) {
  .e-module-202402221527 .box .text-con {
    padding: 20px;
  }
}
.e-module-202402221527 .box .text-con h3 {
  font-size: 18px;
  line-height: 1.44444444;
  color: #fff;
}
@media (max-width: 1600px) {
  .e-module-202402221527 .box .text-con h3 {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .e-module-202402221527 .box .text-con h3 {
    font-size: 14px;
  }
}
.e-module-202402221527 .box .mask {
  z-index: 2;
  position: absolute;
  visibility: visible;
  height: 50%;
  width: 100%;
  content: "";
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 70%);
  top: auto;
  bottom: 0;
  border-radius: 0 0 20px 20px;
  transition: all 0.5s;
}
@media (max-width: 1200px) {
  .e-module-202402221527 .box .mask {
    border-radius: 0 0 10px 10px;
  }
}
@media (max-width: 992px) {
}
.e-module-202402221527 .list-item {
  overflow: visible;
  transition: 0.4s;
}
@media (max-width: 1600px) {
  .e-module-202402221527 .list-item {
    padding: 0 15px;
    margin-top: 30px;
  }
}
@media (max-width: 1200px) {
  .e-module-202402221527 .list-item {
    padding: 0 10px;
    margin-top: 20px;
  }
}
.e-module-202402221527 .list-item:hover {
  cursor: pointer;
  transform: translate(0, -10px);
}
.e-module-202402221527 .list-item:hover .pic img {
  border-radius: 20px 20px 0 0;
}
@media (max-width: 1200px) {
  .e-module-202402221527 .list-item:hover .pic img {
    border-radius: 10px 10px 0 0;
  }
}
.e-module-202402221527 .list-item:hover .mask {
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 70%);
}
@media (min-width: 992px) {
  .e-module-202402221527 .list-item:hover .mask {
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 70%);
  }
}
.e-module-202402221527 .list-item:hover .box {
  box-shadow: 0px 5px 15px rgba(72, 0, 4, 0.15);
}
.e-module-202402221527 .list-item:hover .text-con .pra-imgs .pra-img .e-lazy {
  transition: transform 0.3s ease-out;
  transform: translate(calc(-100% + 58px), 0);
}
@media (max-width: 1600px) {
  .e-module-202402221527 .list-item:hover .text-con .pra-imgs .pra-img .e-lazy {
    transform: translate(calc(-100% + 52px), 0);
  }
}
@media (max-width: 1280px) {
  .e-module-202402221527 .list-item:hover .text-con .pra-imgs .pra-img .e-lazy {
    transform: translate(calc(-100% + 50px), 0);
  }
}
.e-module-202402221527 .swiper-pagination {
  position: relative;
  margin-top: 40px;
}
.e-module-202402221527 .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: rgba(102, 102, 102, 0.5);
  margin-right: 20px;
  opacity: 1;
  border-radius: 7px;
  position: relative;
}
.e-module-202402221527 .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.e-module-202402221527 .swiper-pagination .swiper-pagination-bullet::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 25px;
  left: 0;
  top: -10px;
}
@media (max-width: 1200px) {
  .e-module-202402221527 .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin-right: 10px;
  }
}
.e-module-202402221527 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #c7000b;
  width: 60px;
}
@media (max-width: 1200px) {
  .e-module-202402221527 .swiper-pagination .swiper-pagination-bullet-active {
    width: 30px;
  }
}
@media (max-width: 1200px) {
  .e-module-202402221527 .swiper-pagination {
    margin-top: 20px;
  }
}
