<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'Regular';
  src: url('../woff2/metropolis-regular.woff2');
}
body {
  font-family: 'Regular';
}
.new-product-body .clear-space * {
  box-sizing: border-box;
}
.new-product-body .banner-section {
  background: url('../webp/cloud-bg15e1f.webp') repeat-x center bottom;
  background-size: cover;
  position: relative;
}
.new-product-body .banner-section .bg1 {
  position: absolute;
  width: 420px;
  right: 0;
  bottom: 0;
}
.new-product-body .banner-section .banner-content {
  max-width: 1320px;
  width: 92%;
  margin: 0 auto;
  padding-top: 200px;
  text-align: center;
  position: relative;
  z-index: 2;
  padding-bottom: 64px;
}
.new-product-body .banner-section .banner-content h1 {
  font-size: 44px;
  line-height: 56px;
  color: #353030;
  font-weight: bold;
}
.new-product-body .banner-section .banner-content .text1 {
  font-size: 20px;
  line-height: 32px;
  color: #5c5758;
  margin: 16px 0 48px;
}
.new-product-body .banner-section .banner-content .button1 {
  display: block;
  width: 240px;
  color: #ffffff;
  line-height: 56px;
  border-radius: 6px;
  background-color: #fe4066;
  margin: 0 auto 96px;
  cursor: pointer;
  transition: 0.3s;
}
.new-product-body .banner-section .banner-content .button1:hover {
  background-color: #ff5476;
}
.new-product-body .banner-section .banner-content .img1 {
  display: block;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  box-shadow: 0 0 48px rgba(0, 0, 0, 0.08);
}
.new-product-body .banner-section .banner-content .video-container {
  max-width: 1320px;
  margin: 64px auto 0;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 16px 48px 0 rgba(0, 0, 0, 0.08);
}
.new-product-body .banner-section .banner-content .video-container .video-pic {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1;
  width: 100%;
  display: block;
}
.new-product-body .banner-section .banner-content .video-container .video-js {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #ffffff;
}
.new-product-body .section-logo {
  width: 92%;
  margin: 0 auto 12px;
}
.new-product-body .section-logo p {
  font-size: 20px;
  color: #8c8889;
  line-height: 32px;
  text-align: center;
}
.new-product-body .section-logo ul {
  overflow: hidden;
  max-width: 1322px;
  padding: 28px 0 0;
  margin: 0 auto;
}
.new-product-body .section-logo ul li {
  float: left;
  width: 16.6666%;
  height: 70px;
  background-image: url('../webp/home_sprites.webp');
  background-position-x: -10px;
}
.new-product-body .commons {
  text-align: center;
  margin: 0 auto;
  width: 92%;
}
.new-product-body .commons .common-title {
  margin: 0 auto;
}
.new-product-body .commons p {
  font-size: 18px;
  line-height: 24px;
  color: #8c8889;
  margin: 16px auto 0;
}
.new-product-body .common-title {
  font-size: 40px;
  color: #353030;
  line-height: 46px;
  font-weight: bold;
}
.new-product-body .section-three-type {
  margin-top: 128px;
}
.new-product-body .section-three-type .list {
  max-width: 1320px;
  width: 92%;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}
.new-product-body .section-three-type .list li {
  width: 33.33%;
  padding: 64px 15px 0;
  float: left;
}
.new-product-body .section-three-type .list li .con {
  max-width: 350px;
  margin: 0 auto;
}
.new-product-body .section-three-type .list li .con img {
  display: block;
  width: 100%;
  border: 1px solid #E9EEF2;
  border-radius: 16px;
}
.new-product-body .section-three-type .list li .con span {
  font-size: 20px;
  color: #353030;
  line-height: 32px;
  font-weight: bold;
  margin: 16px 0 8px;
  display: block;
}
.new-product-body .section-three-type .list li .con p {
  font-size: 14px;
  color: #5c5758;
  line-height: 22px;
}
.new-product-body .section-one-type .list {
  width: 92%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 128px auto 0;
  max-width: 1240px;
}
.new-product-body .section-one-type .list .pic {
  display: block;
  max-width: 662px;
  width: 60%;
  border: 1px solid #E9EEF2;
  border-radius: 24px;
}
.new-product-body .section-one-type .list .text {
  max-width: 472px;
}
.new-product-body .section-one-type .list .text h2 {
  margin-bottom: 24px;
}
.new-product-body .section-one-type .list .text p {
  font-size: 16px;
  color: #5c5758;
  line-height: 24px;
  margin-top: 8px;
}
.new-product-body .section-one-type .list .text span {
  display: block;
  margin-top: 16px;
  font-size: 20px;
  color: #353030;
  font-weight: bold;
  padding-left: 14px;
  position: relative;
  line-height: 32px;
}
.new-product-body .section-one-type .list .text span::before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #fe4066;
  position: absolute;
  left: 0;
  top: 13px;
  border-radius: 100%;
}
.new-product-body .section-one-type .list-two {
  flex-direction: row-reverse;
}
.new-product-body .section-mockplus-product {
  margin-top: 128px;
}
.new-product-body .section-mockplus-product .product-type {
  text-align: center;
  font-size: 0;
  margin-top: 32px;
}
.new-product-body .section-mockplus-product .product-type h3 {
  display: inline-block;
  border-radius: 50px;
  position: relative;
  padding: 0 22px 0 53px;
  font-size: 20px;
  line-height: 44px;
  color: #353030;
  transition: 0.3s;
  cursor: pointer;
  margin: 0 8px;
}
.new-product-body .section-mockplus-product .product-type h3 .icon {
  position: absolute;
  left: 21px;
  top: 8px;
  width: 24px;
}
.new-product-body .section-mockplus-product .product-type h3.active {
  font-weight: bold;
  background-color: #f8f6f6;
  color: #fe4066;
}
.new-product-body .section-mockplus-product .product-content {
  background: #353030;
  margin-top: 32px;
}
.new-product-body .section-mockplus-product .product-content .section-one-type {
  display: none;
  padding: 48px 0 96px;
  background: url('../png/cloud-bg2.png') no-repeat fixed center;
  background-size: auto 100%;
}
.new-product-body .section-mockplus-product .product-content .section-one-type.active {
  display: block;
}
.new-product-body .section-mockplus-product .product-content .section-one-type .top-text {
  width: 92%;
  margin: 0 auto;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.new-product-body .section-mockplus-product .product-content .section-one-type .list {
  margin-top: 0;
  padding-top: 48px;
}
.new-product-body .section-mockplus-product .product-content .section-one-type .list .text span {
  color: #ffffff;
}
.new-product-body .section-mockplus-product .product-content .section-one-type .list .text span:first-child {
  margin-top: 0;
}
.new-product-body .section-mockplus-product .product-content .section-one-type .list .text p {
  color: rgba(255, 255, 255, 0.7);
}
.new-product-body .section-four-type {
  margin-top: 128px;
}
.new-product-body .section-four-type .list {
  overflow: hidden;
  width: 92%;
  max-width: 1368px;
  margin: 32px auto 0;
}
.new-product-body .section-four-type .list li {
  width: 25%;
  float: left;
  padding: 32px 15px 0;
}
.new-product-body .section-four-type .list li .con {
  max-width: 277px;
  margin: 0 auto;
  text-align: center;
}
.new-product-body .section-four-type .list li .con .pic {
  display: block;
  width: 100%;
  border: 1px solid #E9EEF2;
  border-radius: 16px;
}
.new-product-body .section-four-type .list li .con span {
  display: block;
  font-size: 20px;
  line-height: 32px;
  color: #353030;
  margin: 16px 0 8px;
  font-weight: bold;
}
.new-product-body .section-four-type .list li .con p {
  font-size: 14px;
  line-height: 22px;
  color: #5c5758;
}
.new-product-body .section-four-type .list li .con .button {
  display: block;
  width: 112px;
  border-radius: 8px;
  background-color: #fe4066;
  color: #ffffff;
  line-height: 40px;
  margin: 32px auto 0;
  cursor: pointer;
  font-weight: bold;
  transition: 0.3s;
  font-size: 14px;
}
.new-product-body .section-four-type .list li .con .button:hover {
  background-color: #ff5476;
}
.new-product-body .section-integrate-type {
  background: linear-gradient(287deg, #e4f6ff 0%, #f9feff);
  position: relative;
  padding: 95px 4% 0;
  margin-top: 128px;
}
.new-product-body .section-integrate-type::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  content: '';
  background-image: url('../png/integration-banner-bg.png');
  background-position: center;
  z-index: 1;
  background-size: 110px;
}
.new-product-body .section-integrate-type .pic1 {
  display: block;
  position: relative;
  z-index: 2;
  max-width: 1480px;
  width: 100%;
  margin: -77px auto 0;
}
.new-product-body .section-integrate-type h2 {
  font-size: 44px;
  line-height: 56px;
  font-weight: bold;
  color: #353030;
  margin: 0 auto;
  max-width: 810px;
  text-align: center;
}
.new-product-body .section-enterprise-type {
  width: 92%;
  margin: 128px auto 0;
  max-width: 1300px;
  position: relative;
  overflow: hidden;
  padding: 56px 90px;
  border-radius: 32px;
  background: linear-gradient(287deg, #E4F6FF, #F9FEFF 100%);
}
.new-product-body .section-enterprise-type h2 {
  max-width: 520px;
}
.new-product-body .section-enterprise-type p {
  font-size: 18px;
  line-height: 24px;
  margin: 16px 0 32px;
  color: #8c8889;
  max-width: 490px;
  position: relative;
  z-index: 2;
}
.new-product-body .section-enterprise-type a {
  display: block;
  width: 160px;
  border-radius: 8px;
  background-color: #fe4066;
  color: #ffffff;
  line-height: 40px;
  font-size: 14px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  transition: 0.3s;
  font-weight: bold;
  text-align: center;
}
.new-product-body .section-enterprise-type a:hover {
  background-color: #ff5476;
}
.new-product-body .section-enterprise-type .pic {
  display: block;
  position: absolute;
  left: 53.5%;
  max-width: 515px;
  top: 0;
}
.new-product-body .section-faq-type {
  margin: 128px 0;
}
.new-product-body .faq-content {
  margin: 67px auto 0;
  max-width: 1120px;
  width: 92%;
}
.new-product-body .faq-content .item {
  border-bottom: 1px solid #f0f0f0;
  transition: 0.3s;
  padding: 32px 80px;
  background: url(../png/web-q.png) no-repeat 32px 32px;
  background-size: 32px;
}
.new-product-body .faq-content .item.active {
  background-color: #f8f6f6;
}
.new-product-body .faq-content .item .title {
  display: block;
  font-size: 22px;
  line-height: 32px;
  color: #353030;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}
.new-product-body .faq-content .item .title:hover {
  color: #fe4066;
}
.new-product-body .faq-content .item p {
  display: none;
  line-height: 24px;
  font-size: 16px;
  color: #5c5758;
  margin-top: 16px;
}
.new-product-body .faq-content .item p a {
  color: #fe4066;
}
.new-product-body .faq-content .item p a:hover {
  text-decoration: underline;
}
@media (max-width: 1299px) {
  .new-product-body .section-one-type .list .pic {
    width: 50%;
  }
  .new-product-body .section-one-type .list .text {
    width: 46%;
  }
  .new-product-body .section-four-type .list {
    margin-top: 0;
  }
  .new-product-body .section-four-type .list li {
    width: 50%;
    padding: 64px 10px 0;
  }
}
@media (max-width: 1200px) {
  .new-product-body .section-integrate-type h2 {
    font-size: 40px;
  }
  .new-product-body .section-integrate-type .pic1 {
    margin: 30px auto 0;
  }
}
@media (max-width: 1130px) {
  .new-product-body .common-title {
    font-size: 38px;
  }
  .new-product-body .section-logo {
    max-width: 920px;
  }
  .new-product-body .section-logo ul li {
    width: 33.333%;
    background-position-x: 50% !important;
  }
  .new-product-body .section-one-type .list {
    max-width: 662px;
    margin: 128px auto 0;
    display: block;
  }
  .new-product-body .section-one-type .list .pic {
    width: 100%;
  }
  .new-product-body .section-one-type .list .text {
    width: 100%;
    margin: 48px auto 0;
  }
  .new-product-body .section-three-type .list li {
    width: 100%;
    float: none;
    padding: 64px 0 0 0;
  }
  .new-product-body .section-enterprise-type {
    padding-left: 45px;
  }
  .new-product-body .section-enterprise-type .pic {
    max-width: 400px;
    top: 50%;
    margin-top: -150px;
  }
}
@media (max-width: 999px) {
  .new-product-body .common-title {
    font-size: 32px;
    line-height: 40px;
  }
  .new-product-body .banner-section .banner-content h1 {
    font-size: 38px;
    line-height: 50px;
  }
  .new-product-body .section-integrate-type {
    padding-top: 88px;
  }
  .new-product-body .section-integrate-type h2 {
    font-size: 38px;
    line-height: 50px;
  }
  .new-product-body .section-enterprise-type {
    text-align: center;
    padding: 48px 20px;
  }
  .new-product-body .section-enterprise-type h2 {
    margin: 0 auto;
  }
  .new-product-body .section-enterprise-type p {
    margin: 16px auto 32px;
  }
  .new-product-body .section-enterprise-type a {
    margin: 0 auto;
  }
  .new-product-body .section-enterprise-type .pic {
    display: none;
  }
}
@media (max-width: 768px) {
  .new-product-body .common-title {
    font-size: 30px;
    line-height: 38px;
  }
  .new-product-body .commons p {
    font-size: 16px;
  }
  .new-product-body .section-three-type {
    margin-top: 68px;
  }
  .new-product-body .section-one-type .list {
    margin-top: 68px;
  }
  .new-product-body .section-one-type .list .text {
    margin-top: 28px;
  }
  .new-product-body .section-mockplus-product {
    margin-top: 68px;
  }
  .new-product-body .section-four-type {
    margin-top: 68px;
  }
  .new-product-body .section-integrate-type {
    margin-top: 68px;
    padding-top: 68px;
  }
  .new-product-body .section-faq-type {
    margin: 68px 0;
  }
  .new-product-body .faq-content {
    margin-top: 48px;
  }
}
@media (max-width: 650px) {
  .new-product-body .banner-section .bg1 {
    width: 210px;
  }
  .new-product-body .banner-section .banner-content h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .new-product-body .common-title {
    font-size: 28px;
  }
  .new-product-body .section-logo p {
    font-size: 16px;
    line-height: 26px;
  }
  .new-product-body .section-logo ul li {
    width: 50%;
  }
  .new-product-body .section-mockplus-product .product-type h3 {
    font-size: 16px;
    line-height: 40px;
    padding: 0 15px;
    margin: 0 2px;
  }
  .new-product-body .section-mockplus-product .product-type h3 .icon {
    display: none;
  }
  .new-product-body .section-four-type .list {
    margin-top: 0;
  }
  .new-product-body .section-four-type .list li {
    float: none;
    width: 100%;
    padding-top: 42px;
  }
  .new-product-body .section-integrate-type h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .new-product-body .faq-content {
    margin-top: 16px;
  }
  .new-product-body .faq-content .item {
    padding: 22px 30px;
    background-size: 16px auto;
    background-position: 30px 26px;
  }
  .new-product-body .faq-content .item .title {
    font-size: 16px;
    padding-left: 22px;
    line-height: 24px;
  }
  .new-product-body .faq-content .item p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
  }
}
@media (max-width: 500px) {
  .new-product-body .banner-section .banner-content {
    padding-top: 100px;
  }
  .new-product-body .banner-section .banner-content h1 {
    font-size: 28px;
    line-height: 38px;
  }
  .new-product-body .banner-section .banner-content .text1 {
    font-size: 16px;
    line-height: 26px;
  }
  .new-product-body .banner-section .banner-content .button1 {
    margin-bottom: 64px;
    line-height: 50px;
  }
  .new-product-body .common-title {
    font-size: 22px;
    line-height: 30px;
  }
  .new-product-body .section-three-type .list li .con span {
    font-size: 18px;
    line-height: 26px;
  }
  .new-product-body .section-one-type .list .text span {
    font-size: 16px;
  }
  .new-product-body .section-one-type .list .text p {
    font-size: 14px;
    line-height: 22px;
  }
  .new-product-body .section-mockplus-product .product-content .section-one-type {
    padding-bottom: 48px;
  }
  .new-product-body .section-integrate-type h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .new-product-body .section-integrate-type .pic1 {
    margin-top: 10px;
  }
  .new-product-body .section-enterprise-type p {
    font-size: 16px;
    line-height: 22px;
  }
}
.ds .contents {
  text-align: center;
  padding: 120px 0 0;
  margin: auto;
  max-width: 1300px;
  width: 80%;
}
.ds .contents .title-tips {
  font-size: 16px;
  line-height: 24px;
  margin: 24px auto 72px;
  color: #8c8889;
}
.ds .contents .public-time-switch {
  padding-bottom: 0;
}
.ds .global-banner {
  background-image: url('../webp/ds-banner-bg.webp');
}
.ds .global-banner::before {
  background-color: initial;
}
.ds .global-banner .banner-inner {
  margin-top: -220px;
}
.ds .global-banner .banner-inner .banner-title1 {
  color: #353030;
  font-weight: bold;
}
.ds .global-banner .banner-inner .banner-title2 {
  color: #8c8889;
}
.ds .global-banner .banner-bottom-text {
  font-size: 14px;
  color: #ffffff;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 38px;
  z-index: 3;
  text-align: center;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.ds .public-time-switch {
  padding-top: 0;
  text-align: left;
  padding-bottom: 0;
}
.ds .section-faq-type {
  margin-bottom: 148px;
}
.ds .public-section-kol {
  margin: 144px auto;
}
.ds .con1 {
  text-align: center;
}
.ds .con1.con1-phone {
  display: none;
}
.ds .con1 .con1-box {
  padding: 200px 0 120px;
  text-align: left;
  max-width: 1380px;
  position: relative;
}
.ds .con1 .con1-box:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ds .con1 .con1-box .con1-left {
  max-width: 384px;
  float: left;
}
.ds .con1 .con1-box .con1-left.fixed {
  float: none;
  position: fixed;
  top: 200px;
  width: 100%;
  left: 0;
  max-width: 100%;
}
.ds .con1 .con1-box .con1-left.fixed .con1-left-container {
  width: 80%;
  max-width: 1380px;
  margin: auto;
}
.ds .con1 .con1-box .con1-left.fixed .con1-left-container .con1-left-wrap {
  max-width: 384px;
}
.ds .con1 .con1-box .con1-left.fixed.bottomFixed {
  position: absolute;
  top: auto;
  bottom: 198px;
}
.ds .con1 .con1-box .con1-left.fixed.bottomFixed .con1-left-container {
  width: 100%;
}
.ds .con1 .con1-box .con1-left .con1-box-title li {
  display: none;
  color: #353030;
  transition: 0.3s;
}
.ds .con1 .con1-box .con1-left .con1-box-title li.active {
  display: block;
}
.ds .con1 .con1-box .con1-left .con1-box-title li h3 {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  padding-left: 22px;
  position: relative;
}
.ds .con1 .con1-box .con1-left .con1-box-title li h3::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 24px;
  margin-right: 16px;
  background-color: #fe4066;
  border-radius: 22px;
  position: absolute;
  left: 0;
  top: 6px;
}
.ds .con1 .con1-box .con1-left .con1-box-title li p {
  font-size: 16px;
  line-height: 24px;
  color: #8c8889;
  margin: 16px 0 24px;
}
.ds .con1 .con1-box .con1-left .con1-box-title li a {
  color: #fe4066;
}
.ds .con1 .con1-box .con1-left .con1-box-title li a:hover {
  text-decoration: underline;
}
.ds .con1 .con1-box .con1-left .con1-box-title li a.tipa {
  display: block;
  margin-top: 8px;
}
.ds .con1 .con1-box .con1-right {
  float: right;
  max-width: 845px;
  width: 62%;
}
.ds .con1 .con1-box .con1-right img {
  width: 100%;
  transition: 0.3s;
  margin-top: 200px;
}
.ds .con1 .con1-box .con1-right img:first-child {
  margin-top: 0;
}
.ds .con1 .con1-box .box-con-btn {
  display: none;
}
.ds .con1 .con1-box .box-con-btn li {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  transition: 0.2s;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  margin: 0 5px;
}
.ds .con1 .con1-box .box-con-btn li.active {
  background: #fe4066;
}
.ds .con2 {
  position: relative;
  color: #ffffff;
  text-align: center;
  padding-bottom: 40px;
}
.ds .con2::before {
  content: '';
  left: 0;
  top: 0;
  background: url('../png/ds-con2-bg.png') no-repeat;
  background-position: center;
  background-size: cover;
  height: 70%;
  width: 100%;
  position: absolute;
}
.ds .con2 .spec-img-left {
  position: absolute;
  top: -182px;
  left: 0;
}
.ds .con2 .title-tips {
  color: #fff;
}
.ds .con2 .common-title {
  color: #ffffff;
}
.ds .con2 .con2-box {
  max-width: 1190px;
  margin: 0 auto;
}
.ds .con2 .swiper-container {
  border-radius: 16px;
  box-shadow: 0px 32px 48px 0px rgba(0, 0, 0, 0.08);
}
.ds .con2 .swiper-container::after {
  content: '';
  width: 160px;
  height: 160px;
  background: linear-gradient(315deg, #f8f6f6 0%, rgba(248, 246, 246, 0));
  border-radius: 24px;
  display: block;
  position: absolute;
  right: -48px;
  bottom: -48px;
  z-index: -1;
}
.ds .con2 .box-con-title li p {
  font-size: 18px;
  color: #353030;
  font-weight: bold;
  background-color: #fff;
  border-radius: 50px;
  padding: 10px 40px;
  position: relative;
  top: 24px;
  display: inline-block;
}
.ds .con2 .box-con-title li img {
  width: 100%;
  max-width: 1190px;
}
.ds .con2 .swiper-pagination {
  margin-top: 48px;
  position: relative;
}
.ds .con2 .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.ds .con2 .swiper-pagination .swiper-pagination-bullet:first-of-type {
  margin-right: 8px;
}
.ds .con2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fe4066;
}
.ds .con3 .contents {
  padding-bottom: 0;
}
.ds .con3 .public-time-switch .time-list .list-pic {
  width: 68%;
}
.ds .con3 .public-time-switch .time-list .list-text {
  width: 30%;
}
@media (max-width: 1130px) {
  .ds .con1 {
    text-align: center;
  }
  .ds .con1#con-swiper {
    display: none;
  }
  .ds .con1.con1-phone {
    display: block;
  }
  .ds .con1 .con1-box {
    display: block;
    text-align: center;
    padding-top: 120px;
  }
  .ds .con1 .con1-box .con1-left {
    max-width: 100%;
  }
  .ds .con1 .con1-box .con1-left .con1-box-title {
    margin-bottom: 24px;
  }
  .ds .con1 .con1-box .con1-left .con1-box-title li {
    display: none;
    color: #353030;
    transition: 0.3s;
  }
  .ds .con1 .con1-box .con1-left .con1-box-title li.active {
    display: block;
  }
  .ds .con1 .con1-box .con1-left .con1-box-title li h3::before {
    display: none;
  }
  .ds .con1 .con1-box .con1-left .con1-box-title li p {
    margin: 8px auto;
    max-width: 600px;
  }
  .ds .con1 .con1-box .con1-right {
    width: 100%;
    float: none;
  }
  .ds .con1 .con1-box .con1-right img {
    display: none;
    width: 100%;
    max-width: 845px;
    transition: 0.3s;
  }
  .ds .con1 .con1-box .con1-right img.active {
    display: block;
  }
  .ds .con1 .con1-box .box-con-btn {
    display: block;
  }
  .ds .con1 .con1-box .box-con-btn li {
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    transition: 0.2s;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    margin: 0 5px;
  }
  .ds .con1 .con1-box .box-con-btn li.active {
    background: #fe4066;
  }
}
@media (max-width: 999px) {
  .ds .contents {
    padding: 80px 0 0;
  }
  .ds .con3 .public-time-switch .time-list .list-pic {
    width: 100%;
  }
  .ds .con3 .public-time-switch .time-list .list-text {
    width: 100%;
  }
  .ds .section-faq-type {
    margin-bottom: 128px;
  }
  .ds .public-section-kol {
    margin-bottom: 88px;
  }
}
@media (max-width: 900px) {
  .ds .contents {
    padding: 60px 0 0;
  }
}
@media (max-width: 860px) {
  .ds .con2 .box-con-title li p {
    font-size: 14px;
    top: 0;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .ds .global-banner {
    background-image: url('../png/ds-banner-bg-phone.png');
    background-size: cover;
  }
  .ds .global-banner .banner-bottom-text {
    font-size: 12px;
    bottom: 15px;
  }
  .ds .con1 .con1-box {
    padding-top: 80px;
    padding-bottom: 68px;
  }
  .ds .section-faq-type {
    margin: 128px 0 88px;
  }
  .ds .public-section-kol {
    margin-top: 128px;
  }
}
@media (max-width: 520px) {
  .ds .con2 {
    padding-bottom: 20px;
  }
  .ds .con2 .box-con-title li p {
    padding: 10px 16px;
  }
  .ds .public-section-kol {
    margin-top: 88px;
  }
}
</pre></body></html>