<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

#feedback {
  text-align: center;
  margin-top:40px;
  padding-top: 60px;
}

.feedback-wrap {
  width: 1200px;
  height: 607px;
  margin: 0 auto;
}

.feedback-wrap h2 {
  font-family: MicrosoftYaHei;
  font-size: 42px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 2px;
  color: #333333;
  margin-bottom: 64px;
  text-align: center;
}

.swiperUnit {
  padding: 29px 20px;
}

.swiperUnit img {
  height: 73px;
  width: 73px;
  border-radius: 50%;
}

.swiperUnit h3 {
  font-family: MicrosoftYaHei-Bold;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 20px;
  margin-bottom: 10px;
}

.swiperUnit .position {
  font-family: MicrosoftYaHei;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #999999;
}

.swiperUnit .divider {
  width: 244px;
  height: 1px;
  background-color: #dddddd;
  margin-top: 15px;
  margin-bottom: 41px;
}

.swiperUnit .content {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  width: 241px;
  text-align: left;
  color: #444444;
}

#certify {
  position: relative;
  width: 1200px;
  margin: 0 auto
}

#certify .swiper-container {
  width: 940px;
  overflow: visible;
}

#certify .swiper-slide {
  width: 285px !important;
  height: 395px !important;
  background: #fff;
  -webkit-box-shadow: 0 0 10px #ddd;
  box-shadow: 0 0 10px #ddd;
  border-radius: 10px;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-button-prev {
  left: 0;
  width: 45px;
  height: 45px;
}

.swiper-button-next {
  right: 0;
  width: 45px;
  height: 45px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: unset;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  outline: unset;
  background: unset !important;
  background-image: none !important;
}
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  right: auto;
}


/* æ“ä½œæŒ‡å—æ¨¡å— */
.usage {
  margin: 0 auto;
  width: 1200px;
}

.usage h2 {
  font-size: 42px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #333333;
  margin-bottom: 45px;
  text-align: center;
}

.doc {
  color: #0A89DA;
}

.bd .keke_iconfont {
  margin-right: 7px;
  width: 18px;
  margin-bottom: 4px;
}

.keke_iconfont {
  font-family: "keke_iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
}

.bd ul li a {
  font-size: 14px;
  color: #000;
  white-space: nowrap;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
}

a {
  text-decoration: none !important;
}

.newdocul {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px dashed #eee;
}

.keke_doc_clearfix {
  zoom: 1;
}

.keke_doc_clearfix:after,
.keke_doc_clearfix:before {
  content: '';
  display: block;
  clear: both;
}

.keke_doc_clearfix:after,
.keke_doc_clearfix:before {
  content: '';
  display: block;
  clear: both;
}

.newdoclist li {
  overflow: hidden;
  line-height: 42px;
  height: 42px;
}

.bd ul li {
  line-height: 35px;
  float: left;
  width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bd ul li span {
  float: right;
  color: #999;
  margin: 0 20px;
}

ul li,
.xl li {
  list-style: none;
}

* {
  word-wrap: break-word;
}

/* mmc6 */
.box6 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 60px;
    background: url('/img/base/temp_bg.png') no-repeat;
    background-size: 100% 100%;
    padding-bottom: 50px;
}

.box6 .title {
  font-family: SimHei;
  font-size: 54px;
  margin-bottom: 20px;
  line-height: 54px;
  display: flex;
  align-items: center
}

.box6 .desc {
  font-size: 20px;
  color: #404040
}

    .box6 .ant-btn {
        width: 158px;
        height: 45px;
        background-color: #638aff;
        color: #fff;
        border-radius: 4px;
        border: 0;
        font-size: 16px;
        margin-top: 50px;
        cursor: pointer;
    }

.box6 img {
  margin-top: 32px;
  width: 1101px;
  height: 390px
}
</pre></body></html>