.pagination-list {
  display: flex;
  justify-content: center;
}
.pagination-item {
  width: 40px;
  height: 40px;
  margin-right: 30px;
  color: #333;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  background: #fff;
  border: 1px solid #dfe1e6;
  border-radius: 2px;
}
.pagination-item:hover {
  color: #00a4c5;
  border: 1px solid #00a4c5;
}
.pagination-item:last-child {
  margin-right: 0;
}
.pagination-item.active {
  background: none;
  border: 1px solid #0000;
}
.pagination-item.disabled .pagination-icon {
  cursor: not-allowed;
  opacity: 0.3;
}
.pagination-item.disabled:hover {
  border: 1px solid #dfe1e6;
}
.pagination-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.pagination-icon img {
  display: block;
  width: 40px;
  height: 40px;
}
.page_header_container .nav .content {
  background-color: #ffffff;
}
.activity {
  width: 100%;
}
.activity .banner {
  width: 100%;
  height: 550px;
  background: url(https://download5.qingteng.cn/frontendcdn/www/assets/images/1b318e45d8fdb3eff60f48c758c46114.jpg) center 70px no-repeat;
  background-size: auto 480px;
  position: relative;
}
.activity .banner img {
  position: absolute;
  left: 50%;
  width: auto;
  max-width: none;
  height: 100%;
  transform: translateX(-50%);
}
.activity .banner .banner-body {
  position: absolute;
  left: 50%;
  z-index: 2;
  box-sizing: border-box;
  width: 1200px;
  padding: 234px 600px 0 0;
  transform: translateX(-50%);
}
.activity .banner .banner-body .label {
  margin-top: 16px;
}
.activity .banner .banner-body .label span {
  font-size: 14px;
  font-weight: 400;
  color: #1A1B20;
  line-height: 20px;
}
.activity .banner .banner-body .label span:nth-child(1) {
  background: url(https://download5.qingteng.cn/frontendcdn/www/assets/images/4fed611ed40533863eb818dbdb052e0e.png) left center no-repeat;
  background-size: auto 19px;
  padding-left: 20px;
}
.activity .banner .banner-body .label span:nth-child(2) {
  background: url(https://download5.qingteng.cn/frontendcdn/www/assets/images/5b44bcefa38ec00824b46e78c0ca7f8b.png) left center no-repeat;
  background-size: 14px auto;
  padding-left: 20px;
  margin-left: 10px;
}
.activity .banner .banner-body .label span.online {
  background-image: url(https://download5.qingteng.cn/frontendcdn/www/assets/images/24341ea5e25fd69a6f55a2585d127b70.png);
  background-position: left -2px;
}
.activity .banner .banner-body h1 {
  color: #1a1b20;
  font-size: 40px;
  font-weight: bold;
  line-height: 56px;
}
.activity .banner .banner-body .zzm99999 {
  color: #1a1b20;
  font-size: 40px;
  font-weight: bold;
  line-height: 56px;
}
.activity .banner .banner-body div.text {
  padding-top: 8px;
  color: #666;
  font-size: 24px;
  line-height: 34px;
}
.activity .banner .banner-body div.button {
  display: flex;
  justify-content: flex-start;
  padding-top: 28px;
}
.activity .banner .banner-body div.button a {
  box-sizing: border-box;
  height: 32px;
  margin-right: 30px;
  padding: 0 40px;
  color: #00A4C5;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #00A4C5;
  border-radius: 4px;
  cursor: pointer;
  color: white;
}
.activity .banner .banner-body div.button a:hover {
  color: white;
  background: #00A4C5;
}
.activity .details {
  background: url(https://download5.qingteng.cn/frontendcdn/www/assets/images/24f204987a6f2cd3a4622faf0749dcca.png) center 0px no-repeat;
  background-size: 100% auto;
}
.activity .details .section {
  width: 1184px;
  margin: auto;
  padding-top: 70px;
}
.activity .details .section._bg2 {
  background: #F9FAFB;
  width: 100%;
}
.activity .details .section .title {
  text-align: center;
  width: 100%;
  font-size: 0px;
  font-weight: 500;
  color: #1A1B20;
  line-height: 38px;
  padding-bottom: 50px;
}
.activity .details .section .title span {
  font-size: 32px;
  display: inline-block;
  padding: 0 36px;
  position: relative;
}
.activity .details .section .sub-title {
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  line-height: 26px;
  padding-bottom: 24px;
  text-align: center;
}
.activity .details .section .video-body {
  display: flex;
  flex-direction: row;
  border-radius: 8px;
  overflow: hidden;
}
.activity .details .section .video-body .box-video {
  flex: 1;
  border-radius: 8px 0px 0px 8px;
  overflow: hidden;
}
.activity .details .section .video-body .box-video video {
  width: 100%;
  height: 100%;
  display: block;
}
.activity .details .section .video-body .box-line {
  width: 297px;
  height: 498px;
  padding: 1px;
  background: linear-gradient(135deg, #5ddaf3, #f0f9fb, #f0f9fb, #f0f9fb, #5ddaf3);
  border-radius: 0px 8px 8px 0px;
}
.activity .details .section .video-body .box-line .line-body {
  width: 100%;
  height: 100%;
  background: linear-gradient(157deg, #FFFFFF 0%, #EEFCFF 100%);
  border-radius: 0px 8px 8px 0px;
  overflow: hidden;
}
.activity .details .section .video-body .box-line .line-body .line-title {
  border-bottom: 1px solid #CAE7EF;
  font-size: 20px;
  font-weight: 500;
  color: #1A1B20;
  line-height: 22px;
  padding-bottom: 20px;
  margin: 34px 24px 0 24px;
}
.activity .details .section .video-body .box-line .line-body .line-scoll {
  width: 100%;
  height: 360px;
  overflow-y: auto;
  padding: 0px 24px;
  margin-top: 26px;
}
.activity .details .section .video-body .box-line .line-body .line-list {
  border-left: 2px solid #E3F2F6;
}
.activity .details .section .video-body .box-line .line-body .line-list dl {
  padding-bottom: 24px;
  cursor: pointer;
}
.activity .details .section .video-body .box-line .line-body .line-list dl dt {
  position: relative;
  padding-left: 24px;
  font-size: 16px;
  font-weight: 400;
  color: #00A4C5;
  line-height: 20px;
}
.activity .details .section .video-body .box-line .line-body .line-list dl dt::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #00A4C5;
  border-radius: 4px;
  position: absolute;
  top: 6px;
  left: -5px;
}
.activity .details .section .video-body .box-line .line-body .line-list dl dd {
  padding-left: 24px;
  font-size: 16px;
  font-weight: 500;
  color: #666666;
  line-height: 24px;
  padding-top: 12px;
}
.activity .details .section .jc-body .jc-video-box {
  position: relative;
}
.activity .details .section .jc-body .jc-video-box:nth-child(2) {
  margin-top: 80px;
}
.activity .details .section .jc-body .jc-video-box .vbox {
  width: 1014px;
  margin: auto;
  overflow: hidden;
}
.activity .details .section .jc-body .jc-video-box .vbox ul li {
  width: 504px;
  height: 314px;
  border-radius: 8px 48px;
  padding: 1px;
  background: linear-gradient(135deg, #5ddaf3, #f0f9fb, #f0f9fb, #f0f9fb, #5ddaf3);
}
.activity .details .section .jc-body .jc-video-box .vbox ul li .bg {
  border-radius: 8px 48px;
  background-color: black;
  height: 100%;
  width: 100%;
  overflow: hidden;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}
.activity .details .section .jc-body .jc-video-box .vbox ul li .bg video {
  width: 100%;
  height: 100%;
}
.activity .details .section .jc-body .jc-video-box .vbox ul li .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.activity .details .section .jc-body .jc-video-box .lb-btn {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #F4F4F5;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 14px;
  cursor: pointer;
}
.activity .details .section .jc-body .jc-video-box .btn-left {
  left: 0;
  background-color: #00A4C5;
  background-image: url(https://download5.qingteng.cn/frontendcdn/www/assets/images/e3884236a8391928bd5f9df00c2fc046.png);
}
.activity .details .section .jc-body .jc-video-box .btn-right {
  right: 0;
  background-color: #00A4C5;
  background-image: url(https://download5.qingteng.cn/frontendcdn/www/assets/images/1fcce2c93a8600739435b0b1943a6ee5.png);
}
.activity .details .section .jc-body .jc-pic-box .vbox {
  padding-bottom: 20px;
}
.activity .details .section .jc-body .jc-pic-box .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: all;
  transition-duration: 300ms;
  transform: scaleY(0.8);
  opacity: 0.8;
}
.activity .details .section .jc-body .jc-pic-box .swiper-slide img {
  transform: scaleY(1.2);
}
.activity .details .section .jc-body .jc-pic-box .swiper-slide-active,
.activity .details .section .jc-body .jc-pic-box .swiper-slide-duplicate-active {
  transform: scaleX(1.4);
  z-index: 2;
  position: relative;
  opacity: 1;
  box-shadow: 0 10px 10px 0 rgba(202, 230, 237, 0.5);
}
.activity .details .section .jc-body .jc-pic-box .swiper-slide-active img,
.activity .details .section .jc-body .jc-pic-box .swiper-slide-duplicate-active img {
  transform: scaleY(1.4);
}
.activity .details .section .info-body {
  width: 1184px;
  border-radius: 4px 46px 4px 46px;
  padding: 1px;
  background: linear-gradient(135deg, #5ddaf3, #f0f9fb, #f0f9fb, #f0f9fb, #5ddaf3);
}
.activity .details .section .info-body .box-info {
  border-radius: 4px 46px 4px 46px;
  background: linear-gradient(157deg, #FFFFFF 0%, #EEFCFF 100%);
  padding: 56px 32px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}
.activity .details .section .ld-body {
  width: 1184px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.activity .details .section .ld-body dl {
  cursor: pointer;
  position: relative;
  border-radius: 4px 46px 4px 46px;
  padding: 1px;
  background: linear-gradient(135deg, #5ddaf3, #f0f9fb, #f0f9fb, #f0f9fb, #5ddaf3);
}
.activity .details .section .ld-body dl .box-ld {
  border-radius: 4px 46px 4px 46px;
  background: linear-gradient(157deg, #FFFFFF 0%, #EEFCFF 100%) right bottom no-repeat;
  padding: 34px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: url(https://download5.qingteng.cn/frontendcdn/www/assets/images/08d1ee811b3998a73013f794981e0f21.png);
  background-size: auto 100%;
}
.activity .details .section .ld-body dl dt {
  font-weight: 500;
  font-size: 18px;
  color: #1A1B20;
  line-height: 28px;
}
.activity .details .section .ld-body dl dt span {
  display: block;
}
.activity .details .section .ld-body dl dd {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  padding-top: 8px;
}
.activity .details .section .ld-body.one dl {
  width: 100%;
}
.activity .details .section .ld-body.two dl {
  width: 575px;
}
.activity .details .section .ld-body.two dl:first-child {
  margin-right: 34px;
}
.activity .details .section .ld-body.three dl {
  width: 372px;
  margin-right: 34px;
}
.activity .details .section .ld-body.three dl:last-child {
  margin-right: 0;
}
.activity .details .section .ld-body.four dl {
  width: 575px;
  margin-right: 34px;
  margin-bottom: 36px;
}
.activity .details .section .ld-body.four dl:nth-child(2n) {
  margin-right: 0;
}
.activity .details .section .ld-body.four dl:nth-child(n+3) {
  margin-bottom: 0;
}
.activity .details .section .ld-body.five dl {
  width: 372px;
  margin-right: 34px;
  margin-bottom: 36px;
}
.activity .details .section .ld-body.five dl:nth-child(3n) {
  margin-right: 0;
}
.activity .details .section .ld-body.five dl:last-child {
  margin-right: 0;
}
.activity .details .section .ld-body.five dl:nth-child(n+4) {
  margin-bottom: 0;
}
.activity .details .section .yc-body {
  width: 1184px;
  border-radius: 4px 46px 4px 46px;
  padding: 1px;
  background: linear-gradient(135deg, #5ddaf3, #f0f9fb, #f0f9fb, #f0f9fb, #5ddaf3);
}
.activity .details .section .yc-body .box-yc {
  border-radius: 4px 46px 4px 46px;
  background: linear-gradient(157deg, #FFFFFF 0%, #EEFCFF 100%);
  padding: 65px 32px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}
.activity .details .section .yc-body .box-yc dl dt {
  width: 100%;
  line-height: 66px;
  background: linear-gradient(90deg, #00A4C5 0%, rgba(157, 232, 248, 0.35) 100%);
  border-radius: 8px;
  display: flex;
  color: white;
  font-size: 20px;
  font-weight: bold;
}
.activity .details .section .yc-body .box-yc dl dt div:nth-child(1) {
  width: 290px;
  padding-left: 32px;
}
.activity .details .section .yc-body .box-yc dl dt div:nth-child(2) {
  width: 466px;
}
.activity .details .section .yc-body .box-yc dl dt div:nth-child(3) {
  flex: 1;
}
.activity .details .section .yc-body .box-yc dl dd {
  width: 100%;
  border-bottom: 1px solid #E3F1F3;
  display: flex;
  color: #1A1B20;
  font-size: 18px;
  font-weight: normal;
}
.activity .details .section .yc-body .box-yc dl dd:hover {
  color: #00A4C5;
}
.activity .details .section .yc-body .box-yc dl dd div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 14px 0;
  line-height: 24px;
}
.activity .details .section .yc-body .box-yc dl dd div span {
  padding: 4px 0;
}
.activity .details .section .yc-body .box-yc dl dd div span i {
  font-style: normal;
  font-size: 15px;
}
.activity .details .section .yc-body .box-yc dl dd div:nth-child(1) {
  width: 290px;
  padding-left: 32px;
}
.activity .details .section .yc-body .box-yc dl dd div:nth-child(2) {
  width: 466px;
}
.activity .details .section .yc-body .box-yc dl dd div:nth-child(3) {
  flex: 1;
}
.activity .details .section .jb-body {
  padding-bottom: 120px;
  width: 1120px;
  margin: auto;
}
.activity .details .section .jb-body ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 20px;
}
.activity .details .section .jb-body ul li {
  width: 220px;
  margin-right: 80px;
  padding-bottom: 60px;
}
.activity .details .section .jb-body ul li:nth-child(4n) {
  margin-right: 0;
}
.activity .details .section .jb-body ul li:last-child {
  margin-right: 0;
}
.activity .details .section .jb-body ul li .pic {
  width: 100%;
}
.activity .details .section .jb-body ul li .pic img {
  display: block;
  width: 100%;
}
.activity .details .section .jb-body ul li .info {
  padding: 16px 9px;
  position: relative;
}
.activity .details .section .jb-body ul li .info .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(8px);
  border-radius: 8px;
}
.activity .details .section .jb-body ul li .info .text {
  position: relative;
  z-index: 2;
}
.activity .details .section .jb-body ul li .info .text span {
  display: block;
}
.activity .details .section .jb-body ul li .info .text span.dw {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  padding-bottom: 4px;
}
.activity .details .section .jb-body ul li .info .text span.name {
  font-size: 24px;
  font-weight: 500;
  color: #1A1B20;
  line-height: 28px;
  padding-bottom: 10px;
}
.activity .details .section .jb-body ul li .info .text span.desc {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}
.activity .details .section .jb-body ul li:hover .pic {
  transform: scale(1.2);
}
.activity .details .section .jb-body ul li:hover .bg {
  background-color: rgba(255, 255, 255, 0.8);
  transform: scale(1.2);
}
.activity .details .section .jb-body .page {
  text-align: center;
  width: 100%;
}
.activity .details .section .jb-body .page .lb-btn {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #F4F4F5;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 14px;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  margin: 0 10px;
}
.activity .details .section .jb-body .page a:nth-child(1) {
  background-image: url(https://download5.qingteng.cn/frontendcdn/www/assets/images/bc39d53b69c0ff103cf361b5cdd68f1d.png);
}
.activity .details .section .jb-body .page a:nth-child(1):hover {
  background-color: #00A4C5;
  background-image: url(https://download5.qingteng.cn/frontendcdn/www/assets/images/e3884236a8391928bd5f9df00c2fc046.png);
}
.activity .details .section .jb-body .page a:nth-child(2) {
  background-image: url(https://download5.qingteng.cn/frontendcdn/www/assets/images/078a4ce3325ecc2198ec887f33b12b47.png);
}
.activity .details .section .jb-body .page a:nth-child(2):hover {
  background-color: #00A4C5;
  background-image: url(https://download5.qingteng.cn/frontendcdn/www/assets/images/1fcce2c93a8600739435b0b1943a6ee5.png);
}
.activity .details .section .zb-body {
  width: 1184px;
  padding-bottom: 105px;
  margin: auto;
}
.activity .details .section .zb-body ul {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.activity .details .section .zb-body ul li {
  width: 572px;
  height: 236px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.activity .details .section .zb-body ul li img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.activity .details .section .zb-body ul li div,
.activity .details .section .zb-body ul li a {
  position: relative;
  z-index: 2;
}
.activity .details .section .zb-body ul li div.title {
  font-size: 24px;
  font-weight: 500;
  color: #1A1B20;
  line-height: 34px;
  padding-bottom: 12px;
  text-align: left;
  padding-top: 56px;
  padding-left: 32px;
}
.activity .details .section .zb-body ul li div.desc {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 16px;
  padding-left: 32px;
  padding-bottom: 24px;
}
.activity .details .section .zb-body ul li a {
  display: block;
  margin-left: 32px;
  line-height: 32px;
  border-radius: 8px;
  opacity: 1;
  border: 1px solid #00A4C5;
  font-size: 14px;
  font-weight: 500;
  color: #00A4C5;
  text-align: center;
  width: 140px;
}
.activity .details .section .zb-body ul li a:hover {
  background-color: #00A4C5;
  color: white;
}
.activity .details .section .zb-body ul li:nth-child(1) {
  margin-right: 40px;
}
.activity .details .section .code-body {
  width: 662px;
  height: 460px;
  background: #FFFFFF;
  box-shadow: 0px 10px 23px 0px rgba(118, 214, 234, 0.1);
  margin: auto;
  margin-bottom: 120px;
  overflow: hidden;
}
.activity .details .section .code-body .code {
  background: #F9FAFB;
  border-radius: 8px;
  padding: 16px;
  width: 170px;
  box-sizing: border-box;
  margin: auto;
  margin-top: 120px;
  text-align: center;
}
.activity .details .section .code-body .code img {
  display: block;
  width: 100%;
}
.activity .details .section .code-body span {
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  color: #1A1B20;
  line-height: 19px;
  padding-top: 18px;
  text-align: center;
}
.activity .details .section .apply-body {
  width: 662px;
  height: 700px;
  background: #FFFFFF;
  box-shadow: 0px 10px 23px 0px rgba(118, 214, 234, 0.1);
  margin: auto;
  margin-bottom: 120px;
  overflow: hidden;
}
.activity .details .bm {
  margin-top: -350px;
}
.activity .details .hs {
  width: 100%;
  height: 460px;
  background: #F0F9FB url(https://download5.qingteng.cn/frontendcdn/www/assets/images/64733c231031a929dbea80139d1bc936.png) center 0px no-repeat;
  background-size: cover;
}
.activity .details .content {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 20px;
  background: #F9FAFB;
}
.activity .details .content .content-body {
  width: 1184px;
  margin: auto;
  padding-bottom: 50px;
}
.activity .cihot {
  width: 100%;
  padding: 80px 0;
}
.activity .cihot-title {
  font-size: 32px;
  font-weight: 500;
  color: #1A1B20;
  line-height: 46px;
  padding-bottom: 40px;
  width: 100%;
  text-align: center;
}
.activity .cihot-body {
  width: 1184px;
  margin: auto;
  position: relative;
}
.activity .cihot-body .lb-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #F4F4F5;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 14px;
  cursor: pointer;
}
.activity .cihot-body .btn-left {
  left: 0;
  background-color: #00A4C5;
  background-image: url(https://download5.qingteng.cn/frontendcdn/www/assets/images/e3884236a8391928bd5f9df00c2fc046.png);
}
.activity .cihot-body .btn-right {
  right: 0;
  background-color: #00A4C5;
  background-image: url(https://download5.qingteng.cn/frontendcdn/www/assets/images/1fcce2c93a8600739435b0b1943a6ee5.png);
}
.activity .cihot-body .lb {
  width: 1024px;
  margin: auto;
}
.activity .cihot-body .lb ul {
  width: 100%;
}
.activity .cihot-body .lb ul li {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.activity .cihot-body .lb ul li .pic {
  width: 512px;
  height: 315px;
  margin-right: 50px;
  border-radius: 8px;
  overflow: hidden;
}
.activity .cihot-body .lb ul li .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.activity .cihot-body .lb ul li .right-text {
  width: 462px;
}
.activity .cihot-body .lb ul li .right-text .title {
  font-size: 18px;
  font-weight: bold;
  color: #1A1B20;
  line-height: 34px;
  padding-bottom: 12px;
  padding-top: 46px;
}
.activity .cihot-body .lb ul li .right-text .label span {
  font-size: 14px;
  font-weight: bold;
  color: #1A1B20;
  line-height: 20px;
}
.activity .cihot-body .lb ul li .right-text .label span:nth-child(1) {
  background: url(https://download5.qingteng.cn/frontendcdn/www/assets/images/4fed611ed40533863eb818dbdb052e0e.png) left center no-repeat;
  background-size: auto 19px;
  padding-left: 20px;
}
.activity .cihot-body .lb ul li .right-text .label span:nth-child(2) {
  background: url(https://download5.qingteng.cn/frontendcdn/www/assets/images/5b44bcefa38ec00824b46e78c0ca7f8b.png) left center no-repeat;
  background-size: 14px auto;
  padding-left: 20px;
  margin-left: 10px;
}
.activity .cihot-body .lb ul li .right-text .label span.online {
  background-image: url(https://download5.qingteng.cn/frontendcdn/www/assets/images/24341ea5e25fd69a6f55a2585d127b70.png);
  background-position: left -2px;
}
.activity .cihot-body .lb ul li .right-text .desc {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  padding-bottom: 30px;
  padding-top: 20px;
}
.activity .cihot-body .lb ul li .right-text .btn a {
  display: inline-block;
  width: 136px;
  line-height: 32px;
  border-radius: 3px;
  border: 1px solid #00A4C5;
  font-size: 14px;
  color: #00A4C5;
  text-align: center;
  margin-right: 16px;
}
.activity .cihot-body .lb ul li .right-text .btn a:hover {
  background: #00A4C5;
  color: white;
}
.activity .cihot-body .lb ul li .right-text .btn a:nth-child(2) {
  background: #00A4C5;
  color: white;
}
.activity .cilist {
  width: 100%;
  background: #F9FAFB;
  padding: 80px 0;
}
.activity .cilist-title {
  font-size: 32px;
  font-weight: 500;
  color: #1A1B20;
  line-height: 46px;
  padding-bottom: 40px;
  width: 100%;
  text-align: center;
}
.activity .cilist-title span {
  font-size: 16px;
  display: block;
  width: 100%;
  text-align: center;
  font-weight: normal;
  color: #666;
  line-height: 32px;
}
.activity .cilist-body {
  width: 1184px;
  margin: auto;
  padding-bottom: 24px;
}
.activity .cilist-body ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.activity .cilist-body ul li {
  width: 284px;
  box-shadow: 0px 10px 10px 0px rgba(202, 230, 237, 0.25);
  border-radius: 8px;
  overflow: hidden;
  margin-right: 16px;
  margin-bottom: 16px;
}
.activity .cilist-body ul li:hover .desc {
  background: url(https://download5.qingteng.cn/frontendcdn/www/assets/images/5465a570a122bda7ee7d885cac74c62c.png) center center no-repeat;
  background-size: cover;
}
.activity .cilist-body ul li:hover .desc .label {
  background-color: #00A4C5;
  color: white;
}
.activity .cilist-body ul li:nth-child(4n) {
  margin-right: 0;
}
.activity .cilist-body ul li .pic {
  position: relative;
}
.activity .cilist-body ul li .pic img {
  width: 100%;
  height: 174px;
  display: block;
}
.activity .cilist-body ul li .desc {
  padding: 20px 24px 34px 24px;
  position: relative;
  background: center center no-repeat;
  background-size: cover;
}
.activity .cilist-body ul li .desc .label {
  line-height: 26px;
  border-radius: 3px;
  opacity: 1;
  border: 1px solid #00A4C5;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 500;
  color: #00A4C5;
  text-align: center;
  display: inline-block;
  margin-bottom: 10px;
}
.activity .cilist-body ul li .desc h1 {
  font-size: 16px;
  font-weight: 500;
  color: #1A1B20;
  line-height: 30px;
  padding-bottom: 8px;
}
.activity .cilist-body ul li .desc .zzm99999 {
  font-size: 16px;
  font-weight: 500;
  color: #1A1B20;
  line-height: 30px;
  padding-bottom: 8px;
}
.activity .cilist-body ul li .desc .info {
  padding-bottom: 10px;
}
.activity .cilist-body ul li .desc .info span {
  font-size: 14px;
  font-weight: 400;
  color: #1A1B20;
  line-height: 20px;
}
.activity .cilist-body ul li .desc .info span.address {
  background: url(https://download5.qingteng.cn/frontendcdn/www/assets/images/4fed611ed40533863eb818dbdb052e0e.png) left center no-repeat;
  background-size: auto 19px;
  padding-left: 20px;
  margin-right: 10px;
}
.activity .cilist-body ul li .desc .info span.time {
  background: url(https://download5.qingteng.cn/frontendcdn/www/assets/images/5b44bcefa38ec00824b46e78c0ca7f8b.png) left center no-repeat;
  background-size: 14px auto;
  padding-left: 20px;
}
.activity .cilist-body ul li .desc .text {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}
.activity .brand {
  background: white;
}
.activity .brand .cilist-body ul li {
  background: #F9FAFB;
  box-shadow: none;
}
.activity .brand .cilist-body ul li .desc {
  background: none;
}
.activity .brand .cilist-body ul li .desc h1 {
  line-height: 20px;
}
.activity .brand .cilist-body ul li .desc .zzm99999 {
  line-height: 20px;
}
.activity .brand .cilist-body ul li:hover {
  background: white;
  box-shadow: 0px 10px 20px 0px #F3F3F3;
}
.activity .brand .cilist-body ul li:hover .desc h1 {
  color: #00A4C5;
}
.activity .brand .cilist-body ul li:hover .desc .zzm99999 {
  color: #00A4C5;
}
.activity .brand .more {
  text-align: center;
}
.activity .brand .more a {
  font-size: 18px;
  font-weight: 500;
  color: #00A4C5;
  line-height: 46px;
}
.activity .wenchuang .wc-body {
  width: 1184px;
  margin: auto;
  padding-bottom: 24px;
}
.activity .wenchuang .wc-body ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.activity .wenchuang .wc-body ul li {
  width: 284px;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 16px;
  margin-bottom: 16px;
}
.activity .wenchuang .wc-body ul li:nth-child(4n) {
  margin-right: 0;
}
.activity .wenchuang .wc-body ul li .pic {
  position: relative;
}
.activity .wenchuang .wc-body ul li .pic img {
  width: 100%;
  height: 174px;
  display: block;
}
.activity .wenchuang .wc-body ul li .pic .label {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 0 10px;
  line-height: 23px;
  background: #00A4C5;
  border-radius: 23px 23px 23px 0px;
  color: white;
  font-size: 12px;
  font-weight: 500;
}
.activity .wenchuang .wc-body ul li .desc {
  background: white;
  padding: 22px 16px;
}
.activity .wenchuang .wc-body ul li .desc h1 {
  font-size: 16px;
  font-weight: 500;
  color: #1A1B20;
  line-height: 22px;
  padding-bottom: 17px;
}
.activity .wenchuang .wc-body ul li .desc .zzm99999 {
  font-size: 16px;
  font-weight: 500;
  color: #1A1B20;
  line-height: 22px;
  padding-bottom: 17px;
}
.activity .wenchuang .wc-body ul li .desc span {
  border-radius: 3px;
  display: block;
  width: 80px;
  box-sizing: border-box;
  line-height: 20px;
  border: 1px solid #00A4C5;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: #00A4C5;
}
.activity .wenchuang .wc-body ul li .desc span:hover {
  background-color: #00A4C5;
  color: white;
}
.activity .wenchuang .more {
  text-align: center;
}
.activity .wenchuang .more a {
  font-size: 18px;
  font-weight: 500;
  color: #00A4C5;
  line-height: 46px;
}
.activity .swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed !important;
}

