﻿
/* 联系我们 */
.pcont-main .inside-body {
  padding-top: 3rem;
  padding-bottom: 5.5rem;
}
.pcont-main .global-crumb .global-inner {
  width: 100%;
  max-width: none;
  padding: 0 !important;
}

.pcont-banner {
  flex: 0 0 28vw;
  max-width: 400px;
  position: relative;
  margin: 0 5rem 0 0;
  display: flex;
  justify-content: flex-end;
}
.pcont-banner::before {
  content: '';
  width: 50vw;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: #000;
}
.pcont-banner .imgs {
  width: 36.9vw;
  height: calc(100vh - 5rem);
  background: #000;
  display: block;
  position: fixed;
  top: 5rem;
  bottom: 0;
  left: 0;
  flex: none;
  z-index: 10;
}
.pcont-banner img {
  width: 300px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 10;
  border: solid 1px #fff;
  border-radius: 20px;
  padding: .5rem;
}
.pcont-banner.pos-abs .imgs {
  left: unset;
  right: 0;
  top: unset;
  position: absolute;
}

.pcont-header {
  margin-bottom: 3rem;
}
.pcont-header .lv1 {
  font-size: 2.8rem;
  line-height: 1.5em;
  color: #000;
  font-weight: 700;
}
.pcont-header .desc {
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: .65em;
  color: rgba(0, 0, 0, 0.8);
}

.form-common .form-group.has-error .help-block[data-bv-validator="phone"][data-bv-result="INVALID"], .form-common .form-group.has-error .help-block[data-bv-validator="emailAddress"][data-bv-result="INVALID"] {
  display: block !important;
}
.form-common .form-hangye-group .help-block {
  display: none !important;
}
.form-common .form-end {
  margin: 4.5rem 0 0;
}
.form-common .form-end .form-group {
  margin-bottom: 1rem;
  line-height: 1em;
}
.form-common .form-end .form-group:last-child {
  margin-bottom: 0;
}
.form-common .form-end .checkitem {
  font-size: .7rem;
  line-height: 1.2em;
  color: #666;
}
.form-common .form-end .checkitem a[href] {
  position: relative;
  text-decoration: underline;
}
.form-common .form-end .help-block {
  font-size: .7rem;
}

#hwadvGroup .control-label {
  line-height: 1.5em;
}
#hwadvGroup .control-label .small {
  font-size: .6em;
  color: #666;
  display: block;
}

@media (min-width: 1441px) {
  .pcont-banner .imgs {
    width: calc((100vw - 1184px) * 0.5 + 400px);
  }
}
@media (max-width: 1200px) {
  .pcont-banner .imgs {
    width: calc(28vw + 2rem);
  }
}
@media (min-width: 992px) {
  .pcont-main .inside-body {
    min-height: 650px;
  }
  .pcont-main #contactTipsSuc {
    height: 100vh;
  }

  .pcont-banner .imgs {
    min-height: 650px;
  }

  .form-common .form-hangye-check {
    margin: 2rem 0 2.75rem;
  }
  .form-common .form-hangye-check > .form-group:last-child {
    margin: 0;
  }
  .form-common .form-applyBss {
    margin: 2.25rem 0 2rem;
  }
  .form-common .form-applyBss .control-label {
    line-height: 1em;
    margin-top: 1px;
    white-space: nowrap;
  }
  .form-common .form-applyBss .form-checklist .checkitem {
    min-width: 50%;
  }
  .form-common .check-text {
    white-space: nowrap;
  }

  #hwadvGroup .form-group-cell {
    padding: .2em 0 0;
  }

  #contactTipsSuc {
    height: calc(100vh - 5rem);
  }
}
@media (max-width: 991.98px) {
  .pcont-main {
    padding: 0;
  }
  .pcont-main .inside-banner .b-desc {
    max-width: none;
  }
  .pcont-main .inside-body {
    padding: .8rem 0;
  }

  .form-common .form-applyBss {
    margin-bottom: .84rem;
  }
  .form-common .form-applyBss .form-checklist .checkitem {
    flex: 0 0 50%;
  }
  .form-common .form-end {
    margin-top: .8rem;
  }
  .form-common .form-end .form-group {
    margin-bottom: .48rem;
  }
  .form-common .form-end .checkitem {
    font-size: .28rem;
    line-height: 1.5em;
  }
  .form-common .form-end .help-block {
    font-size: .28rem;
  }
}
/* 表单结果 */
.form-result-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
}
.form-result-wrap .head {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  line-height: 1.45em;
  margin-bottom: 2rem;
  color: #fe2c55;
}
.form-result-wrap .head .ico {
  width: 1em;
  height: 1em;
  display: block;
  flex: none;
  margin: .1em .6em 0 0;
  background: no-repeat center center;
  background-size: contain;
}
.form-result-wrap .head .ico-success {
  background-image: url("/img/static/check-circle-red.svg");
}
.form-result-wrap .btnbox {
  width: 100%;
  display: flex;
  justify-content: center;
}

@media (max-width: 991.98px) {
  .form-result-wrap {
    padding: 1.4rem 0;
  }
  .form-result-wrap .head {
    display: block;
    text-align: center;
    font-size: .56rem;
    line-height: 1.46em;
    margin-bottom: .8rem;
  }
  .form-result-wrap .head .ico {
    width: .8rem;
    height: .8rem;
    margin: 0 auto .32rem;
  }
  .form-result-wrap .btn {
    height: calc(.94rem + 2px);
    border-radius: .48rem;
  }
  .form-result-wrap .btn a {
    padding: 0 0.68rem;
  }
}
/* 航成 */
.hangch-main {
  background: #000;
}
.hangch-main .inside-body {
  padding: 3rem 0 4rem;
}

.hangch-head .lvnum {
  font-size: 1.4rem;
  line-height: 1.45em;
  color: #fe2c55;
  margin-bottom: .6rem;
  font-weight: 700;
}
.hangch-head .lvtit {
  font-size: 2.4rem;
  line-height: 3.5rem;
  color: #fff;
  font-weight: 700;
}
.hangch-head .doc {
  font-size: .8rem;
  line-height: 1.8em;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 1.5em;
}

.hangch-media-wrap {
  width: 100%;
  display: flex;
  margin: 2rem auto 0;
}
.hangch-media-wrap.is-onlyone .hangch-media {
  height: 47.64vw;
}
.hangch-media-wrap.is-onlyone .hangch-media-aside {
  display: none;
}

.hangch-media-body {
  flex: 1;
  height: 100%;
  position: relative;
}

.hangch-media-aside {
  flex: 0 0 11.3rem;
  max-width: 11.3rem;
  margin: 0 0 0 .8rem;
  height: 100%;
  position: relative;
}

.hangch-media {
  width: 100%;
  height: 37.5vw;
  overflow: hidden;
  position: relative;
  border: solid 10px #28282B;
  border-radius: 26px;
}
.hangch-media .video-js {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 16px;
}
.hangch-media video {
  object-fit: cover;
  object-position: center center;
  border-radius: inherit;
}

.hangch-media-title {
  width: 100%;
  text-align: center;
  font-size: 1rem;
  line-height: 1.8em;
  color: rgba(255, 255, 255, 0.8);
  margin: 1rem 0 0;
}

.hangch-media-swip {
  width: 100%;
  height: 37.5vw;
  position: relative;
  overflow: hidden;
}
.hangch-media-swip .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.hangch-media-swip .box {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  cursor: pointer;
  opacity: .3;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.hangch-media-swip .imgs {
  width: 100%;
  height: calc(100% - 1.2rem - 5px);
  position: relative;
  border-radius: 8px;
}
.hangch-media-swip .imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  z-index: 1;
}
.hangch-media-swip .imgs::after {
  content: '';
  display: block;
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  opacity: 0;
  border: solid 6px #28282B;
  border-radius: inherit;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.hangch-media-swip .title {
  font-size: .8rem;
  height: 1.5em;
  line-height: 1.5em;
  overflow: hidden;
  color: #fff;
  margin-top: 5px;
}
.hangch-media-swip .is-active .box {
  opacity: 1;
}
.hangch-media-swip .is-active .imgs::after {
  opacity: 1;
}

.hangch-media-noswip .swiper-slide {
  height: 30%;
  margin-bottom: .7rem;
}
.hangch-media-noswip .swiper-slide:last-child {
  margin-bottom: 0;
}

.hangch-swip-paging {
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.hangch-swip-paging.swiper-pagination-vertical {
  width: 6px;
  height: 100%;
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 1;
}
.hangch-swip-paging .swiper-pagination-progressbar-fill {
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 3px;
}

@media (min-width: 1440px) {
  .hangch-media-wrap.is-onlyone .hangch-media {
    height: 34.3rem;
  }

  .hangch-media,
  .hangch-media-swip {
    height: 27rem;
  }
}
@media (min-width: 992px) {
  .hangch-media-aside:hover .hangch-swip-paging {
    opacity: 1;
  }

  .hangch-media-swip .swiper-slide {
    height: 30%;
  }

  .hangch-media-noswip .swiper-wrapper {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .hangch-main .inside-banner .b-desc {
    max-width: 56.4vw;
  }
  .hangch-main .inside-body {
    padding: .74rem 0 1.24rem;
  }

  .hangch-head .lvnum {
    font-size: 0.28rem;
    line-height: 0.4rem;
    margin-bottom: .16rem;
  }
  .hangch-head .lvtit {
    font-size: 0.48rem;
    line-height: 0.7rem;
  }
  .hangch-head .doc {
    font-size: .24rem;
    line-height: 1.5em;
    margin-top: 0.32rem;
  }

  .hangch-media-wrap {
    display: block;
    margin: 0.72rem 0 0;
  }

  .hangch-media-body {
    margin: 0 -0.48rem;
  }

  .hangch-media-aside {
    flex: none;
    max-width: none;
    padding: 0 0.48rem;
    margin: 0.52rem -0.48rem 0;
    overflow: hidden;
  }

  .hangch-media {
    height: 56.41vw !important;
    border: none;
    border-radius: none;
    border-radius: 0px;
    border-width: 4px;
  }
  .hangch-media .video-js {
    border-radius: 0px;
  }

  .hangch-media-swip {
    height: auto;
    overflow: visible;
  }
  .hangch-media-swip .imgs {
    height: auto;
    padding: 56.25% 0 0;
    border-width: 3px;
    border-radius: 8px;
  }
  .hangch-media-swip .title {
    font-size: .28rem;
    margin-top: .2rem;
    height: auto;
  }

  .hangch-media-noswip .swiper-wrapper {
    width: auto;
    margin: 0 -3vw;
  }
  .hangch-media-noswip .swiper-slide {
    flex: 0 0 50%;
    height: auto;
    margin: 0;
    padding: 0 3vw;
  }
  .hangch-media-noswip .swiper-slide:last-child {
    margin-bottom: 0;
  }
}
/* 资讯中心 */
.news-main {
  background: #F2F2F2;
}
.news-main .inside-body {
  padding: 4rem 0 2.7rem;
}

.pnews-head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.4rem;
}

.pnews-head-left {
  display: flex;
  align-items: flex-end;
}

.pnews-lv2 {
  font-size: 2.4rem;
  line-height: 1.5em;
  color: #000;
  font-weight: 700;
}

.pnews-datas {
  font-size: 0.8rem;
  line-height: 1.5em;
  color: #666;
  margin: 0 0 0.4em 1.5em;
  white-space: nowrap;
}
.pnews-datas .num {
  color: #000;
  font-family: "SofiaPro-SemiBold";
  font-size: 1.5em;
  margin: 0 5px;
}

.news-list {
  width: 100%;
  min-height: 18rem;
  position: relative;
}

.news-item {
  width: 100%;
  height: 18rem;
  display: flex;
  align-items: stretch;
  background: #fff;
  overflow: hidden;
  border-radius: .8rem;
  margin-bottom: 1.6rem;
}
.news-item:last-child {
  margin-bottom: 0;
}
.news-item .item-imgs {
  flex: 0 0 22.5rem;
  max-width: 450px;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.news-item .imgs {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.news-item .imgs img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center center;
}
.news-item .item-body {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding: 1.4rem 2.4rem 1.6rem;
}
.news-item .item-info {
  font-size: .8rem;
  line-height: 1.75em;
  color: #616161;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  width: 100%;
}
.news-item .item-info > *::after {
  content: '|';
  margin: 0 0.5rem;
}
.news-item .item-info > *:last-child::after {
  display: none;
}
.news-item .item-title {
  font-size: 1.4rem;
  line-height: 1.45em;
  max-height: 2.9em;
  overflow: hidden;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: 500;
}
.news-item .item-desc {
  font-size: .8rem;
  line-height: 1.5em;
  max-height: 3em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #676767;
  margin-top: 1em;
}
.news-item .item-time {
  font-size: .8rem;
  line-height: 1.5em;
  display: flex;
  align-items: center;
  color: #676767;
  margin-top: 1.5em;
}
.news-item .item-time .num {
  display: block;
  height: 1.6em;
  font-size: 1rem;
  line-height: 1.6rem;
  min-width: 1.6em;
  padding: 0 0.25em;
  text-align: center;
  background: #000;
  border-radius: 4px;
  color: #fff;
  margin: 0 6px;
  font-family: "Arial";
  font-weight: 400;
}
.news-item .item-bot {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-item .item-bot-right {
  display: flex;
  align-items: center;
}
.news-item .item-bot-right .btn {
  margin-left: 0.8rem;
}
.news-item .item-bot-right .btn:first-child {
  margin-left: 0;
}
.news-item .item-tag {
  display: flex;
  align-items: center;
  margin: 0 -0.4rem;
}
.news-item .item-tag li {
  padding: 0 0.4rem;
}
.news-item .item-tag a {
  display: block;
  padding: 0 0.75rem;
  font-size: .8rem;
  line-height: 2em;
  height: 2em;
  border-radius: 1em;
  background: #EFEFEF;
  color: #1B1B1B;
  font-weight: 500;
}
.news-item.is-end a[href] {
  pointer-events: none;
  cursor: default;
}
.news-item.is-end .item-time {
  display: none !important;
}

@media (min-width: 992px) {
  .news-item .btn-order {
    min-width: 6.4rem;
  }
  .news-item .btn-end {
    min-width: 7.6rem;
    font-size: .7rem;
  }
  .news-item.is-news {
    height: 15.8rem;
  }
  .news-item.is-news .item-desc {
    -webkit-line-clamp: 3;
    max-height: 4.5em;
  }
  .news-item:hover .imgs {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
  }
}
@media (max-width: 991.98px) {
  .news-main .inside-body {
    padding: .48rem 0 .8rem;
  }

  .pnews-head {
    margin-bottom: .4rem;
  }

  .pnews-lv2 {
    font-size: .48rem;
    line-height: .7rem;
  }

  .pnews-datas {
    font-size: .2rem;
    line-height: .28rem;
    margin-left: .2rem;
  }
  .pnews-datas .num {
    font-size: .28rem;
  }

  .news-list {
    min-height: 3.68rem;
  }

  .news-item {
    height: auto;
    margin-bottom: .32rem;
    display: block;
    border-radius: 8px;
  }
  .news-item .item-imgs {
    max-width: none;
    flex: none;
    width: 100%;
  }
  .news-item .imgs {
    height: auto;
    padding: 50% 0 0;
  }
  .news-item .item-body {
    display: block;
    padding: .24rem .36rem .4rem;
  }
  .news-item .item-info {
    font-size: .2rem;
    line-height: .3rem;
    margin: 0;
  }
  .news-item .item-info > *::after {
    margin: 0 0.1rem;
  }
  .news-item .item-title {
    font-size: .32rem;
    line-height: 1.5em;
    max-height: 3em;
  }
  .news-item .item-desc {
    font-size: .24rem;
    line-height: .36rem;
    max-height: none;
    display: block;
    margin: 0.16rem 0 0;
  }
  .news-item .item-time {
    font-size: .2rem;
    line-height: .4rem;
    margin: 0.16rem 0 -0.08rem;
  }
  .news-item .item-time .num {
    min-width: .4rem;
    height: .4rem;
    line-height: .4rem;
    padding: 0 4px;
    margin: 0 6px;
    font-size: 0.24rem;
  }
  .news-item .item-bot {
    margin: .4rem 0 0;
  }
  .news-item .item-tag {
    margin: 0 -0.1rem;
  }
  .news-item .item-tag li {
    padding: 0 0.1rem;
  }
  .news-item .item-tag a {
    padding: 0 .24rem;
    font-size: .2rem;
    line-height: .46rem;
    height: .46rem;
    border-radius: .23rem;
  }
  .news-item .btn {
    height: calc(0.78rem + 2px);
    font-size: .24rem;
  }
  .news-item .item-bot-right .btn {
    margin-left: 0.2rem;
  }
}
/* 新闻详情页 */
.newsdet-header {
  width: 100%;
  background: #000;
  position: relative;
  margin-bottom: 3rem;
}
.newsdet-header .n-imgs {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.newsdet-header .n-imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.newsdet-header .n-imgs::after {
  content: '';
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0.5);
}
.newsdet-header .n-body {
  width: 100%;
  padding: 6rem 0 7.3rem;
  min-height: 24rem;
  display: flex;
  align-items: center;
  color: #fff;
  text-align: center;
  justify-content: center;
}
.newsdet-header .n-body > * {
  height: auto;
}
.newsdet-header .n-heading {
  font-size: 2.8rem;
  line-height: 1.4em;
  font-weight: 700;
}
.newsdet-header .n-info {
  font-size: 1rem;
  line-height: 1.5em;
  opacity: .8;
  margin: 1.4em 0 0;
}
.newsdet-header .n-info span {
  margin: 0 5px;
}
.newsdet-header .n-btnbox {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 2.5rem;
  z-index: 10;
}
.newsdet-header .n-btnbox .btn {
  min-width: 9.6rem;
}
.newsdet-header.color-light .n-body {
  color: #000;
}

.newsdet-body {
  width: 100%;
  max-width: 100%;
  min-height: 500px;
  overflow: hidden;
  position: relative;
  z-index: 5;
}

.newsdet-bot {
  margin: 2.8rem 0 4.65rem;
}

.newsdet-bot-head {
  margin-bottom: 2.4rem;
}
.newsdet-bot-head .lvtit {
  font-size: 1.6rem;
  line-height: 2.3rem;
  color: #333;
  font-weight: bold;
}

@media (min-width: 992px) {
  .newsdet-body > div:last-child {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 991.98px) {
  .newsdet-header {
    margin-bottom: .8rem;
  }
  .newsdet-header .n-body {
    padding: 1rem 0 1.32rem;
    min-height: 4.4rem;
  }
  .newsdet-header .n-heading {
    font-size: .56rem;
    line-height: .82rem;
  }
  .newsdet-header .n-info {
    font-size: .2rem;
    line-height: .28rem;
    margin-top: .16rem;
  }
  .newsdet-header .n-btnbox {
    bottom: .32rem;
    display: none;
  }
  .newsdet-header .n-btnbox .btn {
    min-width: 2.64rem;
  }

  .newsdet-bot {
    margin: 0;
    padding: 0 0 0.8rem;
    overflow: hidden;
  }

  .newsdet-bot-head {
    margin-bottom: 0.4rem;
  }
  .newsdet-bot-head .lvtit {
    font-size: 0.4rem;
    line-height: 1.5em;
  }
}
/* 案例详情 */
.casedet-header {
  width: 100%;
  background: #000;
  position: relative;
  z-index: 10;
  margin-bottom: 5.5rem;
}
.casedet-header .n-imgs {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.casedet-header .n-imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.casedet-header .n-body {
  width: 100%;
  padding: 6rem 0 7.3rem;
  min-height: 24rem;
  display: flex;
  color: #fff;
  text-align: center;
  justify-content: center;
}
.casedet-header .n-body > * {
  height: auto;
  position: static;
}
.casedet-header .n-heading {
  font-size: 2.8rem;
  line-height: 1.4em;
  font-weight: 700;
}
.casedet-header .n-logo {
  width: 7rem;
  height: 7rem;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  overflow: hidden;
  border-radius: .8rem;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.casedet-header .n-logo img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: inherit;
  position: relative;
  object-fit: contain;
  object-position: center center;
}
.casedet-header .n-btnbox {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 5rem;
  z-index: 20;
}
.casedet-header .n-btnbox .btn {
  min-width: 9.6rem;
}

@media (max-width: 991.98px) {
  .casedet-header {
    margin-bottom: 1.2rem;
  }
  .casedet-header .n-body {
    padding: 1.2rem 0 1.92rem;
    min-height: 4.4rem;
  }
  .casedet-header .n-heading {
    font-size: .48rem;
    line-height: .64rem;
  }
  .casedet-header .n-logo {
    width: 1.12rem;
    height: 1.12rem;
    border-radius: 8px;
  }
  .casedet-header .n-btnbox {
    display: none;
    bottom: .7rem;
  }
  .casedet-header .n-btnbox .btn {
    min-width: 2.64rem;
  }
}
/* 案例 */
.case-main {
  background: #F2F2F2;
}
.case-main .inside-body {
  padding: 4rem 0 3.5rem;
}

.pcase-head {
  margin-bottom: 2.5rem;
}

.pcase-head-top {
  display: flex;
  align-items: flex-end;
  margin-bottom: 1.65rem;
}

.pcase-lv2 {
  font-size: 2rem;
  line-height: 1.45em;
  font-weight: 700;
  color: #000;
  white-space: nowrap;
}

.pcase-head-select {
  display: flex;
  margin: 0 -0.8rem;
}

.pcase-select-item {
  padding: 0 0.8rem;
}

.case-list {
  margin: 0 -0.85rem -1.8rem;
  min-height: 18.6rem;
  overflow: hidden;
}

.case-item {
  padding: 0 0.85rem;
  margin-bottom: 1.8rem;
}
.case-item .box {
  width: 100%;
  display: block;
  border-radius: .8rem;
  overflow: hidden;
  position: relative;
}
.case-item .item-layer1 {
  width: 100%;
  position: relative;
  border-radius: inherit;
  z-index: 5;
  pointer-events: none;
}
.case-item .layer1-imgs {
  width: 100%;
  padding: 100% 0 0;
  overflow: hidden;
  position: relative;
  border-radius: inherit;
  z-index: 1;
}
.case-item .layer1-imgs img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: inherit;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
}
.case-item .layer1-black {
  width: 100%;
  height: 60%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.64) 59.97%);
}
.case-item .layer1-bd {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  color: #fff;
  padding: .8rem 1rem;
  text-align: center;
}
.case-item .layer1-desc {
  font-size: 0.9rem;
  line-height: 1.44em;
  overflow: hidden;
  max-height: 2.88em;
  margin-bottom: 0.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.case-item .layer1-tit {
  font-size: 1.4rem;
  line-height: 1.43em;
  font-weight: 700;
  padding: .18em 0;
}
.case-item .item-layer2 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fe2c55;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
  text-align: center;
  padding: 2.4rem 1rem 1.75rem;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.case-item .layer2-tit {
  font-size: 1.4rem;
  line-height: 1.43em;
  font-weight: 700;
  padding: .18em 0;
}
.case-item .layer2-datas {
  display: flex;
  margin: 0 -0.8rem 1.5rem;
  justify-content: center;
}
.case-item .layer2-datas-item {
  padding: 0 0.8rem;
  max-width: 50%;
}
.case-item .layer2-datas-item .num {
  font-size: 1.6rem;
  line-height: 1em;
  height: 1em;
  font-family: "SofiaPro-SemiBold";
}
.case-item .layer2-datas-item .num sub {
  bottom: 0;
  font-size: 56.25%;
  line-height: 1.5em;
}
.case-item .layer2-datas-item .tit {
  font-size: .8rem;
  line-height: 1.5em;
  margin-top: 5px;
}
.case-item .layer2-btnbox {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.case-item .layer2-btnbox .btn {
  font-size: .7rem;
  width: 6rem;
  height: calc(1.45rem + 4px);
  min-width: 0;
  line-height: 1.45rem;
}
.case-item .layer2-btnbox .btn > * {
  padding: 0;
}

@media (max-width: 1280px) {
  .case-item .layer1-tit, .case-item .layer2-tit {
    font-size: 1.2rem;
  }
  .case-item .layer1-desc {
    font-size: .8rem;
  }
}
@media (min-width: 992px) {
  .case-item .box:hover .item-layer2 {
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 991.98px) {
  .case-main .inside-body {
    padding: 0.64rem 0 0.8rem;
  }

  .pcase-head {
    margin-bottom: 0.56rem;
  }

  .pcase-head-top {
    margin-bottom: .4rem;
  }

  .pcase-lv2 {
    font-size: .44rem;
    line-height: .7rem;
  }

  .pcase-head-select {
    margin: 0 -0.07rem;
  }

  .pcase-select-item {
    padding: 0 0.07rem;
    flex: 1;
  }

  .case-list {
    min-height: 3.28rem;
    margin: 0 -0.14rem -0.32rem;
  }

  .case-item {
    padding: 0 0.14rem;
    margin-bottom: .32rem;
  }
  .case-item .box {
    border-radius: .32rem;
  }
  .case-item .layer1-bd {
    padding: .2rem;
  }
  .case-item .layer1-desc {
    font-size: .2rem;
    line-height: .28rem;
    max-height: 0.6rem;
    margin-bottom: .12rem;
  }
  .case-item .layer1-tit {
    font-size: .32rem;
    line-height: .46rem;
    padding: 0;
  }
}
/* 关于我们 */
.about-introd {
  width: 100%;
  background: #fff;
  position: relative;
  padding: 3rem 0 5rem;
}

.about-introd-lvtit {
  font-size: 2.4rem;
  line-height: 3.5rem;
  color: #000;
  font-weight: 700;
  margin-bottom: .65rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.about-introd-lvtit .en {
  color: #fe2c55;
  font-family: "SofiaPro-SemiBold";
  font-size: 3rem;
  line-height: 1.4em;
  margin: 0 .5em 0 0;
  letter-spacing: -1px;
  display: block;
}

.about-introd-doc {
  font-size: .8rem;
  line-height: 1.8em;
  color: rgba(0, 0, 0, 0.8);
}

.about-introd-media {
  margin: 3.5rem 0 0;
}
.about-introd-media video {
  width: 100%;
  position: relative;
  border-radius: inherit;
  object-fit: contain;
}
.about-introd-media .video-js {
  border-radius: .8rem;
  height: auto;
}
.about-introd-media .video-js .vjs-tech {
  position: relative;
  object-fit: contain;
}
.about-introd-media .media-tips {
  text-align: center;
  font-size: 1rem;
  line-height: 1.8em;
  color: rgba(3, 3, 3, 0.8);
  margin: 1.7em 0 0;
}

.about-history {
  width: 100%;
  position: relative;
  background: #F2F2F2;
  padding: 4.5rem 0 5rem;
}

.about-hist-doc {
  font-size: .8rem;
  line-height: 1.8em;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 4rem;
}

.about-hist-list {
  width: 40rem;
  position: relative;
  margin: 0 auto;
}
.about-hist-list::before {
  content: '';
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  background: url("/img/static/hist-point.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 8.7rem;
  top: 0;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  z-index: 10;
}

.about-hist-item {
  width: 100%;
  position: relative;
  padding: 0.95rem 0;
}
.about-hist-item::before {
  content: '';
  width: 4px;
  height: 50%;
  display: block;
  background: #fe2c55;
  position: absolute;
  left: 8.7rem;
  top: 0;
  z-index: 1;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.about-hist-item::after {
  content: '';
  width: 4px;
  height: 50%;
  display: block;
  background: #fe2c55;
  position: absolute;
  left: 8.7rem;
  top: 50%;
  z-index: 1;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.about-hist-item:first-child {
  padding-top: 2.65rem;
}
.about-hist-item:last-child {
  padding-bottom: 1.35rem;
}
.about-hist-item:last-child::after {
  background: url("/img/static/line-dashed-v.svg") repeat-y center top;
  background-size: 100% auto;
  border-radius: 2px;
}
.about-hist-item .box {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  z-index: 5;
}
.about-hist-item .item-point {
  width: 1rem;
  height: 1rem;
  display: block;
  position: absolute;
  left: 8.7rem;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 10;
}
.about-hist-item .item-point .point {
  display: block;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.about-hist-item .item-point .point1 {
  background: #fe2c55;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.about-hist-item .item-point .point2 {
  background: rgba(254, 44, 85, 0.1);
  width: 160%;
  height: 160%;
  z-index: 3;
}
.about-hist-item .item-point .point3 {
  background: rgba(254, 44, 85, 0.05);
  width: 220%;
  height: 220%;
  z-index: 3;
}
.about-hist-item .item-logo {
  flex: none;
  width: 6.2rem;
  height: 6.2rem;
  display: block;
  background: #fff;
  position: relative;
  border-radius: 100%;
  z-index: 5;
  margin: 0 4.8rem 0 0;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.about-hist-item .item-logo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: scale-down;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
}
.about-hist-item .item-body {
  flex: 1;
  background: #fff;
  border-radius: .8rem;
  padding: 1.2rem 1.5rem 1.2rem 1.6rem;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.about-hist-item .item-time {
  font-size: 1.2rem;
  line-height: 1em;
  color: #666;
  margin-bottom: .4em;
}
.about-hist-item .item-desc {
  font-size: 1.4rem;
  line-height: 1.5rem;
  color: #000;
}

@media (min-width: 992px) {
  .about-introd-media .video-js {
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 991.98px) {
  .about-main .inside-body {
    padding: 0;
  }

  .about-introd {
    padding: .72rem 0 .8rem;
  }

  .about-introd-lvtit {
    font-size: .48rem;
    line-height: .7rem;
    margin-bottom: .32rem;
    display: block;
  }
  .about-introd-lvtit .en {
    font-size: 1em;
    line-height: .72rem;
    margin: 0 0 4px;
    letter-spacing: 0;
  }

  .about-introd-doc {
    font-size: .24rem;
    line-height: 1.5em;
  }

  .about-introd-media {
    margin: .8rem -0.48rem 0;
  }
  .about-introd-media .video-js {
    border-radius: 0;
  }
  .about-introd-media .media-tips {
    font-size: .24rem;
    line-height: 1.5em;
    margin-top: .4rem;
  }

  .about-history {
    padding: .8rem 0 1.2rem;
  }

  .about-hist-doc {
    font-size: .24rem;
    line-height: 1.5em;
    margin-bottom: .8rem;
  }

  .about-hist-list {
    width: 100%;
  }
  .about-hist-list::before {
    width: .36rem;
    height: .36rem;
    left: 1.4rem;
  }

  .about-hist-item {
    padding: .2rem 0;
  }
  .about-hist-item::before, .about-hist-item::after {
    left: 1.4rem;
    width: 2px;
  }
  .about-hist-item:first-child {
    padding-top: .64rem;
  }
  .about-hist-item:last-child {
    padding-bottom: 0.06rem;
  }
  .about-hist-item .item-point {
    width: .12rem;
    height: .12rem;
    left: 1.4rem;
  }
  .about-hist-item .item-logo {
    width: 1.12rem;
    height: 1.12rem;
    margin: 0 .56rem 0 0;
  }
  .about-hist-item .item-body {
    padding: .24rem 0.14rem .24rem .24rem;
    border-radius: .16rem;
  }
  .about-hist-item .item-time {
    font-size: .24rem;
    margin-bottom: 0.08rem;
  }
  .about-hist-item .item-desc {
    font-size: .26rem;
    line-height: .4rem;
  }
}
/* 隐私条款 */
.privacy-body {
  padding: 1.4rem 0 5rem;
}

.privacy-tool {
  width: 100%;
  margin-bottom: 1.2rem;
}
.privacy-tool .sm-inner {
  display: flex;
  justify-content: flex-end;
}
.privacy-tool .sm-inner::before, .privacy-tool .sm-inner::after {
  display: none;
}
.privacy-tool .btn-group {
  display: flex;
  align-items: center;
  border: solid 2px #fe2c55;
  border-radius: 2.4rem;
}
.privacy-tool a {
  display: block;
  height: calc(2.2rem + 4px);
  line-height: 2.2rem;
  color: #fe2c55;
  font-size: .8rem;
  font-weight: 700;
  text-align: center;
  padding: 0 1.1rem;
  white-space: nowrap;
  border-radius: inherit;
}
.privacy-tool a.active {
  background: #fe2c55;
  color: #fff;
}

.privacy-topbox {
  font-size: 1rem;
  margin-bottom: 44px;
}

.privacy-time {
  font-size: .7em;
  line-height: 2em;
  color: #666;
  margin-top: 1.43em;
}

.privacy-setting {
  margin-top: 40px;
}
.privacy-setting .tool {
  width: 100%;
  display: flex;
  margin-top: 1em;
}

.privacy-doc {
  width: 100%;
  position: relative;
  min-height: 300px;
}

@media (min-width: 1101px) {
  .privacy-body .xs-inner, .privacy-body .sm-inner, .privacy-body .rocket-content__inner {
    width: 82.2%;
    max-width: 1184px;
  }
}
@media (max-width: 991.98px) {
  .privacy-body {
    padding: .6rem 0 1rem;
  }

  .privacy-tool {
    margin-bottom: .48rem;
  }
  .privacy-tool .btn-group {
    border-width: 1px;
    border-radius: .8rem;
  }
  .privacy-tool a {
    height: calc(0.78rem + 2px);
    line-height: .8rem;
    font-size: .24rem;
    padding: 0 0.46rem;
  }

  .privacy-topbox {
    font-size: .34rem;
  }

  .privacy-setting .btn {
    width: 100%;
  }
}
/* cookie政策 */
@media (min-width: 992px) {
  .pcookie-main .privacy-body {
    padding-top: 5rem;
  }
}
/* 合作伙伴 */
.p-agent {
  background: #F2F2F2;
}

.pagent-main .inside-body {
  padding: 2.4rem 0 3.4rem;
}

.pagent-filt-box {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 2.4rem;
  position: relative;
  z-index: 10;
}

.pagent-search-wrap {
  flex: 1;
  position: relative;
}
.pagent-search-wrap .byted-popover-wrapper {
  min-width: 0;
  width: 100%;
}

.pagent-schbox {
  width: 100%;
  position: relative;
  border-radius: 1.2rem;
}
.pagent-schbox .inpt {
  width: 100%;
  height: 2.4rem;
  display: block;
  border-radius: inherit;
  background: #fff;
  padding: 0 5.25rem 0 2.8rem;
  font-size: .8rem;
  line-height: 1.5em;
  color: #676767;
}
.pagent-schbox .btn-sch {
  min-width: 0;
  width: 5.25rem;
  height: 100%;
  border-radius: inherit;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
}
.pagent-schbox .ico-sch {
  width: 1.2rem;
  height: 1.2rem;
  display: block;
  pointer-events: none;
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 5;
}
.pagent-schbox .ico-sch img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  object-fit: contain;
  object-position: center center;
}

.pagent-select-wrap {
  display: flex;
}

.pagent-select-item {
  flex: 0 0 8.9rem;
  max-width: 8.9rem;
  margin: 0 1rem 0 0;
}
.pagent-select-item .byted-select-input div.form-control {
  color: #676767;
}

.pagent-list {
  overflow: hidden;
  margin: 1.5rem 0 0;
}
.pagent-list .row {
  margin: 0 -0.6rem -1.8rem;
}
.pagent-list .item {
  padding: 0 0.6rem;
  margin-bottom: 1.8rem;
}
.pagent-list .box {
  width: 100%;
  display: block;
  background: #fff;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.pagent-list .item-imgs {
  width: 100%;
  position: relative;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  overflow: hidden;
  padding: .8rem 1.65rem;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.pagent-list .images {
  width: 100%;
  display: block;
  padding: 50% 0 0;
  position: relative;
  overflow: hidden;
}
.pagent-list .images img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
}
.pagent-list .item-bd {
  width: 100%;
  padding: 1.2rem 1.4rem 1.4rem;
}
.pagent-list .item-tit {
  font-size: 1rem;
  line-height: 1.45em;
  height: 2.9em;
  overflow: hidden;
  position: relative;
  margin-bottom: .5em;
}
.pagent-list .item-desc {
  font-size: .7rem;
  line-height: 1.43em;
  color: rgba(0, 0, 0, 0.7);
  height: 4.3em;
  overflow: hidden;
}
.pagent-list .item-tool {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 1rem;
}
.pagent-list .btn {
  min-width: 0;
  width: 4.1rem;
  height: calc(1.5rem + 2px);
  border: 1px solid #E0E0E0;
  margin: 0 8px 0 0;
  font-size: .6rem;
  font-weight: 500;
}
.pagent-list .btn:last-child {
  margin: 0;
}
.pagent-list .btn a {
  padding: 0;
}

.pagent-warn {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  font-size: .8rem;
  line-height: 1.375em;
  color: #666;
}
.pagent-warn .tit {
  white-space: nowrap;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  flex: none;
  margin-right: 7px;
}
.pagent-warn .tit .bi {
  width: 1rem;
  height: 1rem;
  display: block;
  flex: none;
}
.pagent-warn .doc div {
  display: flex;
  display: -webkit-flex;
}
.pagent-warn .doc div.fl {
  padding-left: .9em;
}
.pagent-warn .doc p {
  margin-bottom: 8px;
}
.pagent-warn .doc p:last-child {
  margin-bottom: 0;
}
.pagent-warn .doc .isclick {
  color: #fe2c55;
}
.pagent-warn .doc .isclick2 {
  text-decoration: underline;
}
.pagent-warn .doc ol {
  padding-left: 1.5em;
}
.pagent-warn .doc ol li {
  list-style: decimal;
}

.pagent-warn-top {
  margin: 0 0 1.5rem;
}

.pagent-warn-bot {
  margin-top: 2rem;
}

@media (min-width: 992px) {
  .pagent-search-wrap .byted-popover-wrapper {
    padding: 0.5rem;
  }
  .pagent-search-wrap .byted-option-list {
    max-height: 16.5rem;
    overflow: hidden;
    overflow-y: auto;
  }
  .pagent-search-wrap .byted-option-list::-webkit-scrollbar {
    width: 5px;
  }
  .pagent-search-wrap .byted-option-list::-webkit-scrollbar-track {
    background: none;
  }
  .pagent-search-wrap .byted-option-list::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.1);
  }
  .pagent-search-wrap .byted-option-list li {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .pagent-list .box:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  }

  .pagent-warn .doc a[href]:hover {
    color: #fe2c55;
  }
}
@media (max-width: 991.98px) {
  .pagent-main .inside-body {
    padding: 0.64rem 0 0.8rem;
  }

  .pagent-filt-box {
    display: block;
    margin-bottom: 0.64rem;
  }

  .pagent-search-wrap {
    width: 100%;
  }
  .pagent-search-wrap .byted-popover-wrapper {
    max-height: 5.4rem;
  }

  .pagent-schbox {
    border-radius: .36rem;
  }
  .pagent-schbox .inpt {
    height: .72rem;
    padding: 0 1.6rem 0 .8rem;
    font-size: .24rem;
  }
  .pagent-schbox .ico-sch {
    width: .36rem;
    height: .36rem;
    left: .32rem;
  }
  .pagent-schbox .btn-sch {
    width: 1.6rem;
    font-size: .24rem;
  }

  .pagent-select-wrap {
    width: 100%;
    margin-top: .4rem;
  }

  .pagent-select-item {
    flex: none;
    max-width: none;
    min-width: 1rem;
    margin: 0 8px 0 0;
  }
  .pagent-select-item:last-child {
    margin-right: 0;
  }

  .pagent-list {
    margin: .32rem 0 0;
  }
  .pagent-list .row {
    margin: 0 -0.14rem -0.32rem;
  }
  .pagent-list .item {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 0.14rem;
    margin-bottom: .32rem;
  }
  .pagent-list .box {
    border-radius: .32rem;
  }
  .pagent-list .item-imgs {
    border-top-left-radius: .32rem;
    border-top-right-radius: .32rem;
    padding: .2rem .4rem;
  }
  .pagent-list .item-bd {
    padding: .32rem .32rem .4rem;
  }
  .pagent-list .item-tit {
    font-size: .24rem;
    line-height: .34rem;
    height: .7rem;
    margin-bottom: .2rem;
  }
  .pagent-list .item-desc {
    font-size: .2rem;
    line-height: .28rem;
    height: 0.85rem;
  }
  .pagent-list .item-tool {
    margin-top: .32rem;
  }
  .pagent-list .btn {
    margin: 0 6px 0 0;
    height: calc(.46rem + 2px);
    min-width: 1rem;
    font-size: .2rem;
    width: calc(4em + 0.4rem + 2px);
  }

  .pagent-warn {
    font-size: .2rem;
    line-height: .28rem;
  }
  .pagent-warn .tit {
    margin: 0 0.1rem .1rem 0;
  }
  .pagent-warn .tit .bi {
    width: 12px;
    height: 12px;
  }

  .pagent-warn-top {
    margin: 0 0 0.32rem;
  }

  .pagent-warn-bot {
    margin-top: .4rem;
    display: block;
    line-height: .4rem;
  }
}
/* 合作伙伴-详情 */
.agentdet-header {
  width: 100%;
  background: #000;
  position: relative;
}
.agentdet-header .n-imgs {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
}
.agentdet-header .n-imgs img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  object-fit: cover;
  object-position: center center;
}
.agentdet-header .n-body {
  width: 100%;
  padding: 6rem 0 10.8rem;
  color: #fff;
  text-align: center;
}
.agentdet-header .n-title {
  width: 100%;
  min-height: 7.2rem;
  display: flex;
  align-items: center;
}
.agentdet-header .n-heading {
  width: 100%;
  font-size: 2.8rem;
  line-height: 1.4em;
  font-weight: 700;
}
.agentdet-header .n-logo {
  width: 24rem;
  height: 12rem;
  display: block;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  z-index: 20;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}
.agentdet-header .n-logo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: scale-down;
  object-position: center center;
  position: relative;
  border-radius: inherit;
}

.agentdet-body {
  margin: 9rem 0 3rem;
}

.agentdet-sect {
  width: 100%;
  position: relative;
  margin-bottom: 3rem;
}
.agentdet-sect:last-child {
  margin-bottom: 0;
}
.agentdet-sect .sect-hd {
  width: 100%;
  display: flex;
  position: relative;
  margin-bottom: 1.2rem;
}
.agentdet-sect .sect-tit {
  font-size: 1.2rem;
  line-height: 1.75rem;
  display: block;
  color: #000;
  font-weight: 700;
  padding: 0 0 8px;
  position: relative;
}
.agentdet-sect .sect-tit::after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background: #fe2c55;
  border-radius: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.agentdet-sect .sect-doc {
  font-size: .8rem;
  line-height: 2em;
  color: #333;
}
.agentdet-sect .sect-doc ul li {
  padding-left: 1.25em;
  position: relative;
}
.agentdet-sect .sect-doc ul li::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background: #fe2c55;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: calc((2em - 6px) / 2);
}

.agentdet-zzjx {
  margin-bottom: 3.35rem;
}
.agentdet-zzjx .row {
  margin: 0 -4.5rem;
}
.agentdet-zzjx .rowitem {
  padding: 0 4.5rem;
}
.agentdet-zzjx .list li {
  height: 5.6rem;
  position: relative;
  display: flex;
  align-items: center;
}
.agentdet-zzjx img {
  max-width: 100%;
  height: 100%;
  display: block;
  object-fit: scale-down;
  object-position: left center;
}

.agentdet-dlzz img {
  height: 3.6rem;
}

.agentdet-dljx img {
  height: 5.6rem;
}

.agentdet-lxdl-doc {
  font-size: .8rem;
  line-height: 1.8em;
  color: #333;
}
.agentdet-lxdl-doc .info {
  margin-bottom: 1.2rem;
  width: 100%;
  display: flex;
}
.agentdet-lxdl-doc .info:last-child {
  margin-bottom: 0;
}
.agentdet-lxdl-doc .info .bi {
  flex: none;
  width: 1.25em;
  height: 1.25em;
  position: relative;
  margin: 0.275em 0.8rem 0 0;
}
.agentdet-lxdl-doc .info .bi img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center center;
}
.agentdet-lxdl-doc .addr {
  line-height: 2em;
}
.agentdet-lxdl-doc .addr .bi {
  margin-top: 0.375em;
}
.agentdet-lxdl-doc .link a[href] {
  color: #016BFD;
}

.agentdet-footer {
  margin: 3rem 0;
}

.agentdet-bot {
  width: 100%;
  display: flex;
  justify-content: center;
}
.agentdet-bot .btn {
  width: 8rem;
}

.agentdet-mzsm {
  font-size: .7rem;
  line-height: 2.14em;
  color: #777;
  margin-top: 3rem;
}

#yykhPlace {
  display: none;
}

body.fixed-yykh #yykhPlace {
  display: block;
}
body.fixed-yykh .agentdet-bot {
  position: fixed;
  left: 50%;
  bottom: 3rem;
  z-index: 200;
  width: auto;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

@media (max-width: 991.98px) {
  .agentdet-header .n-body {
    padding: 1.2rem 0 1.92rem;
  }
  .agentdet-header .n-title {
    min-height: 1.28rem;
  }
  .agentdet-header .n-heading {
    font-size: .48rem;
    line-height: .64rem;
  }
  .agentdet-header .n-logo {
    width: 3.84rem;
    height: 1.92rem;
  }

  .agentdet-body {
    margin: 1.76rem 0 0.8rem;
  }

  .agentdet-sect {
    margin-bottom: .8rem;
  }
  .agentdet-sect .sect-hd {
    margin-bottom: .26rem;
  }
  .agentdet-sect .sect-tit {
    font-size: .32rem;
    line-height: 1.44em;
    padding-bottom: 4px;
  }
  .agentdet-sect .sect-tit::after {
    height: 2px;
  }
  .agentdet-sect .sect-doc {
    font-size: .24rem;
    line-height: 0.36rem;
  }

  .agentdet-zzjx .row {
    margin: 0;
  }
  .agentdet-zzjx .rowitem {
    padding: 0;
    margin-bottom: .88rem;
  }
  .agentdet-zzjx .rowitem:last-child {
    margin-bottom: 0;
  }
  .agentdet-zzjx .sect-hd {
    margin-bottom: .48rem;
  }
  .agentdet-zzjx img {
    height: 100%;
  }

  .agentdet-dlzz .list li {
    height: 1rem;
  }

  .agentdet-dljx .list li {
    height: 1.56rem;
  }

  .agentdet-lxdl-doc {
    font-size: .24rem;
    line-height: .44rem;
  }
  .agentdet-lxdl-doc .info {
    margin-bottom: .24rem;
  }
  .agentdet-lxdl-doc .info .bi {
    width: .32rem;
    height: .32rem;
    margin: 0.06rem .24rem 0 0;
  }
  .agentdet-lxdl-doc .addr {
    line-height: inherit;
  }
  .agentdet-lxdl-doc .addr .bi {
    margin-top: .06rem;
  }

  .agentdet-footer {
    margin: .8rem 0;
  }

  .agentdet-bot .btn {
    width: 2.08rem;
    font-size: .28rem;
  }

  .agentdet-mzsm {
    font-size: .26rem;
    line-height: 2em;
    margin-top: .8rem;
  }

  body.fixed-yykh .agentdet-bot {
    bottom: .8rem;
  }
}
/* 灵感洞察 - 列表 */
.insight-main {
  background: #F2F2F2;
}
.insight-main .inside-body {
  padding: 3rem 0 5rem;
}

.insight-list {
  min-height: 19.2rem;
  margin: -0.9rem -0.85rem;
  overflow: hidden;
}
.insight-list .item {
  padding: 0.9rem 0.85rem;
}
.insight-list .item-box {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 16px;
  background: #fff;
}
.insight-list .item-imgs {
  width: 100%;
  padding: 50% 0 0;
  overflow: hidden;
  position: relative;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  z-index: 5;
}
.insight-list .imgs {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.insight-list .imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.insight-list .item-bd {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  padding: 1.2rem 1.6rem;
}
.insight-list .item-time {
  font-size: .8rem;
  line-height: 1.45em;
  height: 1.45em;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: .5rem;
}
.insight-list .item-tit {
  font-size: 1rem;
  line-height: 1.45em;
  height: 2.9em;
  overflow: hidden;
  font-weight: 500;
  color: #000;
}
.insight-list .item-bot {
  margin-top: 1.4rem;
  min-height: 1.5rem;
}
.insight-list .item-tag {
  width: 100%;
  display: flex;
}
.insight-list .item-tag li {
  margin: 0 5px 0 0;
}
.insight-list .item-tag li:last-child {
  margin-right: 0;
}
.insight-list .item-tag li > * {
  display: block;
  padding: 0 0.9em;
  background: #EFEFEF;
  font-size: .8rem;
  line-height: 1.5rem;
  color: #1A1A1A;
  white-space: nowrap;
  border-radius: 0.75rem;
  height: 1.5rem;
}

@media (min-width: 992px) {
  .insight-list .item-box {
    height: 100%;
  }
  .insight-list .item-box:hover .imgs {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
  }
}
@media (max-width: 991.98px) {
  .insight-main .inside-body {
    padding: 0.48rem 0 0.8rem;
  }

  .insight-list {
    min-height: 2.94rem;
    margin: -0.16rem;
  }
  .insight-list .item {
    padding: 0.16rem;
  }
  .insight-list .item-box {
    border-radius: .32rem;
  }
  .insight-list .item-imgs {
    border-top-left-radius: .32rem;
    border-top-right-radius: .32rem;
  }
  .insight-list .item-bd {
    padding: .24rem .64rem .4rem;
  }
  .insight-list .item-time {
    font-size: .2rem;
    margin-bottom: 6px;
  }
  .insight-list .item-tit {
    font-size: .32rem;
    height: 3.5em;
    line-height: 1.75em;
  }
  .insight-list .item-bot {
    margin-top: .4rem;
    min-height: .44rem;
  }
  .insight-list .item-tag li > * {
    font-size: .2rem;
    padding: 0 0.3rem;
    line-height: .44rem;
    height: .44rem;
    border-radius: .22rem;
  }
}
/* 灵感洞察详情 */
.instdet-header .n-top {
  min-height: 7.2rem;
}
.instdet-header .n-subtit {
  font-size: 1.4rem;
  line-height: 1.35em;
  color: #fe2c55;
  font-family: "SofiaPro-Regular";
  margin-bottom: .6em;
  height: 1.35em;
  font-weight: 600;
}
.instdet-header .n-btnbox {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 2.5rem;
  z-index: 10;
}
.instdet-header .n-btnbox .btn {
  min-width: 9.6rem;
}

.instdet-botbtn {
  margin: 3rem 0;
  position: relative;
  z-index: 30;
}
.instdet-botbtn .btn {
  width: 9.6rem;
  margin: 0 auto;
}

.instdet-fixbtn {
  width: 100%;
  display: flex;
  justify-content: center;
}

#hqbgPlace {
  display: none;
}

body.fixed-report .instdet-fixbtn {
  position: fixed;
  left: 50%;
  bottom: 3rem;
  z-index: 200;
  width: auto;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
body.fixed-report #hqbgPlace {
  display: block;
}

@media (min-width: 992px) {
  .instdet-main .newsdet-bot {
    margin: 3rem 0 5rem;
  }
  .instdet-main .newsdet-bot-swip .item-body {
    padding: 1.2rem 1.6rem;
  }
  .instdet-main .newsdet-bot-swip .item-bot {
    margin-top: 1.4rem;
  }

  .instdet-header .n-body {
    padding-top: 3rem;
  }
}
@media (max-width: 991.98px) {
  .instdet-header .n-top {
    min-height: 0;
  }
  .instdet-header .n-subtit {
    font-size: .2rem;
    line-height: .26rem;
    margin-bottom: 8px;
  }
  .instdet-header .n-info {
    margin-top: 0.56rem;
  }
  .instdet-header .n-btnbox {
    display: none;
    bottom: .32rem;
  }
  .instdet-header .n-btnbox .btn {
    min-width: 2.64rem;
  }
  .instdet-header.had-btn .n-body {
    padding: .8rem 0 1.72rem;
  }
  .instdet-header.had-btn .n-heading {
    font-size: .48rem;
    line-height: .64rem;
  }
  .instdet-header.had-btn .n-info {
    margin-top: 0.32rem;
  }

  .instdet-botbtn {
    margin: 0 0 0.8rem;
  }
  .instdet-botbtn .btn {
    width: 2.64rem;
  }

  .instdet-main .newsdet-bot-swip .item-body {
    padding: 0.24rem 0.4rem 0.4rem;
  }
  .instdet-main .newsdet-bot-swip .item-bot {
    margin-top: 0.4rem;
  }

  .instdet-fixbtn > * {
    margin: 0 0.5rem 0 0 !important;
  }
  .instdet-fixbtn > *:last-child {
    margin: 0 !important;
  }

  body.fixed-report .instdet-fixbtn {
    bottom: .4rem;
  }
}
/* 出海学堂 */
.p-academy {
  background: #000;
}

.academy-main {
  color: #fff;
}

.academy-banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.academy-banner .s-imgs {
  width: 100%;
  display: block;
  pointer-events: none;
  position: relative;
  z-index: 1;
}
.academy-banner .s-imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  position: relative;
}
.academy-banner .s-imgs.web {
  max-height: 800px;
  height: calc(100vh - 5rem);
}
.academy-banner .s-body {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
  padding-bottom: 6.35rem;
}
.academy-banner .s-body > .global-inner {
  height: auto;
}
.academy-banner .s-box {
  max-width: 730px;
}
.academy-banner .s-en {
  font-family: "SofiaPro-SemiBold";
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.4em;
  color: #fe2c55;
  margin-bottom: -0.25em;
}
.academy-banner .s-heading {
  font-size: 3.6rem;
  line-height: 1.44em;
  font-weight: bold;
}
.academy-banner .s-desc {
  max-width: 30.8em;
  font-size: .9rem;
  line-height: 1.44em;
  margin-top: 1rem;
}

.academy-intord {
  width: 100%;
  position: relative;
  margin: 4rem 0;
}
.academy-intord .doc {
  padding: 0 0 0 30px;
  position: relative;
  font-size: 1.1rem;
  line-height: 1.8em;
}
.academy-intord .doc::before {
  content: '';
  display: block;
  width: 6px;
  height: 100%;
  border-radius: 6px;
  background: #fe2c55;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
}

.academy-join {
  width: 100%;
  padding: 6rem 0;
}
.academy-join .flex {
  width: 100%;
  display: flex;
  align-items: center;
}
.academy-join .flex-body {
  flex: 1;
}
.academy-join .lvtit {
  font-size: 2.8rem;
  line-height: 1.4em;
  font-weight: 700;
  margin-bottom: 2.4rem;
}
.academy-join .doc {
  font-size: 1.2rem;
  line-height: 1.46em;
}
.academy-join .doc li {
  padding-left: 28px;
  position: relative;
  margin-bottom: 1.8rem;
}
.academy-join .doc li:last-child {
  margin-bottom: 0;
}
.academy-join .doc li::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #fe2c55;
  position: absolute;
  left: 0;
  top: calc((1.46em - 12px) / 2);
}

.academy-end {
  width: 100%;
  padding: 7.4rem 0 9.9rem;
  text-align: center;
}
.academy-end .box {
  width: 41.6rem;
  max-width: 100%;
  margin: 0 auto;
}
.academy-end .word {
  font-size: 1.8rem;
  line-height: 1.8em;
  font-weight: 700;
  margin-bottom: 4rem;
}
.academy-end .btnbox {
  width: 100%;
  display: flex;
  justify-content: center;
}
.academy-end .tips {
  font-size: 1rem;
  line-height: 1.8em;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 1.4em;
}
.academy-end .tips a[href] {
  color: #fe2c55;
  text-decoration: underline;
}

@media (min-width: 992px) {
  .academy-intord {
    opacity: 0;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .academy-intord.is-antd {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }

  .academy-join .global-inner {
    width: 72vw;
    max-width: 1034px;
    padding: 0;
  }

  .academy-end .btnbox .btn {
    min-width: 14.2rem;
    height: calc(2.8rem + 4px);
    border-radius: 1.5rem;
    font-size: 1rem;
  }
}
@media (max-width: 991.98px) {
  .academy-banner .s-body {
    padding: 0;
  }
  .academy-banner .s-box {
    width: 100%;
    max-width: none;
  }
  .academy-banner .s-en {
    font-size: 2.56vw;
    line-height: 1.4em;
    margin-bottom: 1.2vw;
  }
  .academy-banner .s-heading {
    font-size: 6.15vw;
    line-height: 1.45em;
  }
  .academy-banner .s-desc {
    max-width: 45vw;
    font-size: 2.56vw;
    margin-top: 1.5vw;
    margin-bottom: 4vw;
  }

  .academy-intord {
    margin: .8rem 0 1.2rem;
  }
  .academy-intord .doc {
    padding-left: 16px;
    font-size: .24rem;
    line-height: 1.5em;
  }
  .academy-intord .doc::before {
    width: 4px;
  }

  .academy-join {
    padding: 0;
    margin: 1.2rem 0 2rem;
  }
  .academy-join .lvtit {
    font-size: .48rem;
    line-height: 1.46em;
    margin-bottom: .4rem;
  }
  .academy-join .doc {
    font-size: .24rem;
    line-height: 1.42em;
  }
  .academy-join .doc li {
    margin-bottom: .36rem;
    padding-left: 14px;
  }
  .academy-join .doc li::before {
    width: 6px;
    height: 6px;
    top: calc((1.42em - 6px) / 2);
  }

  .academy-end {
    padding: 0;
    margin: 2rem 0;
  }
  .academy-end .box {
    width: 100%;
  }
  .academy-end .word {
    font-size: .3rem;
    line-height: 1.8em;
    margin: 0 -0.48rem .64rem;
  }
  .academy-end .btnbox .btn {
    width: 2.64rem;
  }
  .academy-end .tips {
    font-size: .24rem;
    line-height: .44rem;
    margin-top: 0.56rem;
  }
}
/* 平台安全 */
.p-ps {
  background: #000;
}

.ps-main {
  color: #fff;
}

.ps-intord {
  margin: 2rem 0 9.5rem;
}

.ps-slogan {
  width: 100%;
  text-align: center;
  margin: 0 0 5.6rem;
  font-size: 2.2rem;
  line-height: 1.8em;
}
.ps-slogan .big {
  font-weight: 700;
}

.ps-flex {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 auto;
}

.ps-flex-imgs {
  flex: 0 0 15rem;
  max-width: 15rem;
  margin: 0 8rem 0 0;
}

.ps-imgs-swip {
  width: 100%;
  position: relative;
}
.ps-imgs-swip .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.ps-imgs-swip .swiper-slide {
  opacity: 0;
}
.ps-imgs-swip .gphone-imgs2 {
  flex: none;
  width: 100%;
  max-width: none;
  margin: 0;
}

.ps-flex-body {
  flex: 1;
  overflow: hidden;
  position: relative;
}

.ps-swip-wrap {
  width: 100%;
  position: relative;
}

.ps-cont-swip {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.ps-cont-swip .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.ps-cont-swip .slide-tit {
  font-size: 2.2rem;
  line-height: 1.2em;
  font-weight: 700;
  margin-bottom: 1rem;
}
.ps-cont-swip .slide-doc {
  font-size: 1.1rem;
  line-height: 1.45em;
}

.ps-news {
  margin: 9.5rem 0 8.5rem;
}
.ps-news .sect-hd {
  text-align: center;
  margin-bottom: 2.4rem;
}
.ps-news .s-heading {
  font-size: 2.8rem;
  line-height: 1.4em;
  font-weight: 700;
}

.ps-news-swip {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.ps-news-swip .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.ps-news-swip .swiper-slide {
  width: 18.6rem;
}
.ps-news-swip .box {
  width: 100%;
  display: block;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  background: #191919;
  position: relative;
  color: #fff;
}
.ps-news-swip .slide-imgs {
  width: 100%;
  padding: 50% 0 0;
  overflow: hidden;
  position: relative;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  -webkit-border-top-left-radius: 16px;
  -webkit-border-top-right-radius: 16px;
  z-index: 1;
}
.ps-news-swip .slide-imgs .imgs {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  -webkit-border-top-left-radius: 16px;
  -webkit-border-top-right-radius: 16px;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  z-index: 1;
}
.ps-news-swip .slide-imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  -webkit-border-top-left-radius: 16px;
  -webkit-border-top-right-radius: 16px;
  position: relative;
}
.ps-news-swip .slide-bd {
  width: 100%;
  overflow: hidden;
  padding: 1.2rem 1.6rem 1rem;
}
.ps-news-swip .slide-time {
  font-size: .8rem;
  line-height: 1.4em;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: .5rem;
}
.ps-news-swip .slide-tit {
  font-size: 1rem;
  line-height: 1.45em;
  height: 4.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.ps-news-swip .slide-bot {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.2em;
}
.ps-news-swip .slide-tag {
  display: flex;
  margin: 0 -5px 0 0;
  font-size: .8rem;
  line-height: 2em;
  color: #fff;
}
.ps-news-swip .slide-tag li {
  margin: 0 5px 0 0;
}
.ps-news-swip .slide-tag span {
  display: block;
  padding: 0 0.75em;
  border-radius: 1em;
  background: #333;
}
.ps-news-swip .slide-arrow {
  width: 2rem;
  height: 2rem;
  display: block;
  border: solid 3px #fe2c55;
  position: relative;
  border-radius: 100%;
}
.ps-news-swip .slide-arrow img {
  width: .7rem;
  height: .7rem;
  display: block;
  object-fit: contain;
  object-position: center center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -0.35rem 0 0 -0.35rem;
}

@keyframes arrowFlv {
  0% {
    transform: translateX(-2px);
  }
  100% {
    transform: translateX(2px);
  }
}
@-webkit-keyframes arrowFlv {
  0% {
    -webkit-transform: translateX(-2px);
  }
  100% {
    -webkit-transform: translateX(2px);
  }
}
@media (min-width: 992px) {
  .ps-intord {
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .ps-intord.is-antd {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }

  .ps-flex {
    width: 80%;
    max-width: 938px;
  }

  .ps-news-swip .box::after {
    content: '';
    display: block;
    pointer-events: none;
    position: absolute;
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    border-radius: 26px;
    -webkit-border-radius: 26px;
    border: solid 10px #000;
    z-index: 10;
  }
  .ps-news-swip .box:hover .slide-imgs .imgs {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
  }
  .ps-news-swip .box:hover .slide-arrow img {
    animation: arrowFlv 0.4s cubic-bezier(0.33, 1, 0.68, 1) both infinite alternate;
    -webkit-animation: arrowFlv 0.4s cubic-bezier(0.33, 1, 0.68, 1) both infinite alternate;
  }
}
@media (max-width: 991.98px) {
  .ps-intord {
    margin: 0.96rem 0 1.6rem;
  }

  .ps-slogan {
    margin: 0 0 1.6rem;
    font-size: 0.44rem;
  }

  .ps-flex-imgs {
    flex: 0 0 61.5vw;
    max-width: 61.5vw;
    margin: 0 0.48rem 0 -1.6rem;
  }

  .ps-cont-swip .slide-tit {
    font-size: .42rem;
    margin-bottom: .24rem;
  }
  .ps-cont-swip .slide-doc {
    font-size: .24rem;
    line-height: 1.42em;
  }

  .ps-news {
    margin: 1.6rem 0 1.2rem;
    overflow: hidden;
  }
  .ps-news .sect-hd {
    margin-bottom: 0.8rem;
  }
  .ps-news .s-heading {
    font-size: .56rem;
    line-height: .8rem;
  }

  .ps-news-swip {
    overflow: visible;
  }
  .ps-news-swip .swiper-slide {
    width: 62.56vw;
  }
  .ps-news-swip .box {
    border-radius: .32rem;
  }
  .ps-news-swip .slide-imgs {
    border-top-left-radius: .32rem;
    border-top-right-radius: .32rem;
  }
  .ps-news-swip .slide-imgs .imgs {
    border-top-left-radius: .32rem;
    border-top-right-radius: .32rem;
  }
  .ps-news-swip .slide-imgs img {
    border-top-left-radius: .32rem;
    border-top-right-radius: .32rem;
  }
  .ps-news-swip .slide-bd {
    padding: .4rem;
  }
  .ps-news-swip .slide-time {
    font-size: .24rem;
    line-height: .34rem;
    margin-bottom: .2rem;
  }
  .ps-news-swip .slide-tit {
    font-size: .28rem;
    line-height: .4rem;
    height: 1.2rem;
  }
  .ps-news-swip .slide-bot {
    margin-top: .4rem;
  }
  .ps-news-swip .slide-tag {
    font-size: .24rem;
    line-height: .5rem;
  }
  .ps-news-swip .slide-tag span {
    padding: 0 0.3rem;
    border-radius: .5rem;
  }
  .ps-news-swip .slide-arrow {
    width: .52rem;
    height: .52rem;
    border-width: 2px;
  }
  .ps-news-swip .slide-arrow img {
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -3px;
  }
}
/* blog */
.blog-list {
  margin: -0.85rem;
  min-height: 11.2rem;
}
.blog-list .item {
  padding: .85rem;
}
.blog-list .item-box {
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
  overflow: hidden;
  position: relative;
  border-radius: 16px;
}
.blog-list .item-imgs {
  width: 100%;
  padding: 40% 0 0;
  display: block;
  position: relative;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.blog-list .imgs {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  position: absolute;
  left: 0;
  top: 0;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.blog-list .imgs img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.blog-list .item-tag {
  width: 100%;
  position: relative;
  margin-top: 1.8rem;
  min-height: 1.6rem;
}
.blog-list .taglist {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  font-size: .8rem;
  line-height: 1em;
  color: #1B1B1B;
}
.blog-list .taglist li {
  margin: 0 0.75rem 0 0;
}
.blog-list .taglist li:last-child {
  margin-right: 0;
}
.blog-list .taglist li > * {
  display: flex;
  align-items: center;
  border-radius: 0.8rem;
  white-space: nowrap;
  color: inherit;
  height: 1.6rem;
  padding: 0 0.75rem;
  background: #EFEFEF;
}
.blog-list .item-body {
  width: 100%;
  padding: 1.1rem 1.5rem 1.5rem;
}
.blog-list .item-time {
  font-size: .8rem;
  line-height: 1.4rem;
  color: #616161;
  height: 1.4rem;
  margin-bottom: .3rem;
}
.blog-list .item-title {
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #000000;
  height: 3.6rem;
  overflow: hidden;
}
.blog-list .item-desc {
  font-size: .8rem;
  line-height: 1.2rem;
  color: #676767;
  height: 1.2rem;
  overflow: hidden;
  margin-top: 0.65rem;
}

@media (min-width: 992px) {
  .blog-list .item-box:hover .imgs {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
  }
}
@media (max-width: 991.98px) {
  .blog-list {
    margin: -0.16rem;
    min-height: 3.2rem;
  }
  .blog-list .item {
    padding: 0.16rem;
  }
  .blog-list .item-box {
    border-radius: .16rem;
  }
  .blog-list .item-imgs {
    border-top-left-radius: .16rem;
    border-top-right-radius: .16rem;
  }
  .blog-list .item-tag {
    margin: 0.34rem 0 0;
    min-height: .44rem;
  }
  .blog-list .taglist {
    font-size: .2rem;
  }
  .blog-list .taglist li {
    margin: 0 .2rem 0 0;
  }
  .blog-list .taglist li > * {
    height: .44rem;
    padding: 0 0.24rem;
    border-radius: 0.22rem;
  }
  .blog-list .item-body {
    padding: .26rem .4rem .4rem;
  }
  .blog-list .item-time {
    font-size: .2rem;
    line-height: 1.5em;
    height: 1.5em;
    margin-bottom: .1rem;
  }
  .blog-list .item-title {
    font-size: .32rem;
    line-height: .48rem;
    height: .96rem;
  }
  .blog-list .item-desc {
    font-size: .24rem;
    line-height: .36rem;
    height: 0.72rem;
    margin-top: .16rem;
  }
}
/* pdf下载 */
.p-pdf .rocket-content__inner,
.p-pdf .sm-inner {
  width: 984px;
  padding: 0;
}
.p-pdf .rocket-widget__panel .rocket-panel-arrow img, .p-pdf .rocket-widget__panel .rocket-panel-arrow .bi {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.p-pdf .rocket-panel-body {
  display: block;
}
.p-pdf .rocket-widget__email {
  display: none !important;
}

/* 出海学堂2.0 */
.p-academy2 {
  background: #000;
}

.academy-platform-sect {
  width: 100%;
  position: relative;
  padding: 7rem 0 3rem;
  overflow: hidden;
}

.academy-anchor {
  width: 100%;
  height: 5px;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -9;
}

.academy-platform-box {
  width: 100%;
  position: relative;
}

.academy-platform-header {
  margin-bottom: 2.1rem;
}

.academy-heading-h2 {
  font-size: 2.8rem;
  line-height: 1.5em;
  color: #fff;
  font-weight: 700;
}

.academy-platform-layout {
  width: 100%;
  position: relative;
  display: flex;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

.academy-platform-aside {
  flex: none;
  width: 8.35rem;
  position: relative;
  padding: 0 0 0 4px;
}

.academy-platform-thumb {
  color: #747474;
  white-space: nowrap;
}
.academy-platform-thumb .item {
  font-size: 1rem;
  line-height: 1.5em;
  width: 100%;
  display: flex;
  margin-bottom: 3.5rem;
}
.academy-platform-thumb .item:last-child {
  margin: 0;
}
.academy-platform-thumb .item-title {
  display: block;
  position: relative;
  cursor: pointer;
}
.academy-platform-thumb .is-active {
  color: #fff;
  font-size: 1.2rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.academy-platform-thumb .is-active .item-title::after {
  content: '';
  display: block;
  width: 100%;
  background: #fe2c55;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -2px;
}

.academy-platform-body {
  flex: 1;
  width: 100%;
}

.academy-platform-swip {
  width: 100%;
  position: relative;
  overflow: visible;
  height: 20rem;
  pointer-events: none;
}
.academy-platform-swip .scroll-end .academy-slide-body::after, .academy-platform-swip .no-scroll .academy-slide-body::after {
  display: none;
}

.academy-slide-box {
  width: 100%;
  height: 17.5rem;
  background: #fff;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  padding: 1rem 2rem 1rem 0.8rem;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  pointer-events: auto;
}

.academy-slide-imgs {
  flex: 0 0 34%;
  max-width: 304px;
  height: 100%;
  position: relative;
  border-radius: 10px;
  margin: 0 2rem 0 0;
}
.academy-slide-imgs .imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.academy-slide-imgs .imgs.web {
  height: 15.2rem;
}
.academy-slide-imgs .imgs.app {
  padding: 57% 0 0;
}
.academy-slide-imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
}

.academy-slide-main {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.academy-slide-body {
  width: 100%;
  max-height: 100%;
  overflow: hidden;
  overflow-y: auto;
  position: relative;
}
.academy-slide-body::-webkit-scrollbar {
  width: 5px;
}
.academy-slide-body::-webkit-scrollbar-track {
  background: none;
}
.academy-slide-body::-webkit-scrollbar-thumb {
  background: #DFE4E6;
}
.academy-slide-body::after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 30%);
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: 10;
}
.academy-slide-body.mCS_no_scrollbar::after, .academy-slide-body.is-end::after {
  display: none;
}

.academy-slide-inner {
  width: 100%;
  min-height: 12.9rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.academy-slide-head {
  margin: 0 0 1.5rem;
}
.academy-slide-head .slide-title {
  line-height: 1.5em;
  font-weight: 700;
  color: #000000;
}
.academy-slide-head .slide-title.web {
  font-size: 1.7rem;
}
.academy-slide-head .slide-title.app {
  font-size: .35rem;
}
.academy-slide-head .slide-doc {
  line-height: 1.5em;
  color: #585858;
}
.academy-slide-head .slide-doc.web {
  font-size: .8rem;
  margin: .5em 0 0;
}
.academy-slide-head .slide-doc.app {
  min-height: 4.5em;
  font-size: .23rem;
  margin: 4px 0 0;
}
.academy-slide-head .slide-doc a[href] {
  color: #0ABFF9;
  box-shadow: 0px 2px 0px -1px currentColor;
}

.academy-slide-bot {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  padding: 1.4rem 0 0;
}

.academy-slide-handle {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 8rem);
  grid-gap: 1.5rem;
}
.academy-slide-handle .bi {
  flex: none;
  width: 20px;
  height: 20px;
  display: block;
  margin: 0 -8px 0 5px;
  background: no-repeat center center;
  background-size: contain;
}
.academy-slide-handle .bi-arrow {
  background: url("/img/static/icon-arrow.svg");
}
.academy-slide-handle .bi-arrow-line {
  background: url("/img/static/icon-arrow-red.svg");
}

.academy-slide-bottip {
  font-size: .8rem;
  line-height: 1.625em;
  color: #585858;
  margin: .55rem 0 0;
}
.academy-slide-bottip a[href] {
  color: #0ABFF9;
  box-shadow: 0px 2px 0px -1px currentColor;
}

.modal-facilitator .modal-dialog {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
}
.modal-facilitator .modal-header {
  overflow: hidden;
  background: #fff;
  padding: 0 0 1.5rem;
  text-align: center;
  position: sticky;
  top: 0;
  z-index: 20;
}
.modal-facilitator .modal-content {
  min-height: 0;
  padding: 4rem 2rem;
}
.modal-facilitator .modal-title {
  text-align: inherit;
  margin: 0;
}
.modal-facilitator .modal-subtit {
  font-size: .9rem;
  line-height: 1.5em;
  color: #666;
  margin: 0.5em 0 0;
}
.modal-facilitator .modal-body {
  padding: 1.1rem 8px;
  background: #FAFAFA;
  border-radius: 16px;
  position: relative;
}

.modal-facilitator-doc {
  max-height: calc((2.8rem + 8px) * 5);
  min-height: calc((2.8rem + 8px) * 3);
  font-size: .8rem;
  line-height: 1.625em;
  color: #000;
  padding: 0 calc(2rem - 8px);
  overflow: hidden;
  overflow-y: auto;
  position: relative;
}
.modal-facilitator-doc::-webkit-scrollbar {
  width: 6px;
}
.modal-facilitator-doc::-webkit-scrollbar-track {
  background: none;
}
.modal-facilitator-doc::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #E7E7E7;
}
.modal-facilitator-doc li {
  height: 2.8rem;
  padding: 0 1rem;
  position: relative;
  background: #fff;
  display: flex;
  align-items: center;
}
.modal-facilitator-doc li:not(:last-child) {
  margin: 0 0 8px;
}
.modal-facilitator-doc li > * {
  width: 100%;
  position: relative;
  align-items: center;
  padding: 0.5em 0 0.5em 15px;
}
.modal-facilitator-doc li > *::before {
  flex: none;
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background: #D9D9D9;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: calc((1.625em - 5px) / 2 + 0.5em);
}
.modal-facilitator-doc li > *::after {
  content: '';
  display: block;
  width: 1.5em;
  height: 1.5em;
  background: url("/img/static/chevron-right-red_24.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0.3em, -50%);
  -webkit-transform: translate(0.3em, -50%);
}

.form-tips-error {
  width: 100%;
  text-align: center;
  position: relative;
  font-size: 1em;
  line-height: 1.5em;
  color: #fe2c55;
  display: none;
}

@media (min-width: 992px) {
  .academy-topbox {
    max-height: 840px;
    min-height: calc(80vh - 7rem);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 7rem;
  }
  .academy-topbox .academy-banner {
    overflow: visible;
    padding: 8.8rem 0 7rem;
  }
  .academy-topbox .academy-banner .s-imgs.web {
    max-height: none;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
  }
  .academy-topbox .academy-banner .s-body {
    position: relative;
    padding: 0;
  }
  .academy-topbox .academy-banner .hmban-mouse-wrap {
    display: none;
  }
  .academy-topbox .academy-intord {
    margin: 0;
    z-index: 5;
  }
  .academy-topbox .academy-intord .doc {
    width: 984px;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
    font-size: 0.9rem;
    line-height: 1.5em;
    text-align: center;
  }
  .academy-topbox .academy-intord .doc::before {
    display: none;
  }

  .academy-platform-sect {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7rem 0 0.5rem;
  }

  .academy-platform-swip .swiper-wrapper {
    flex-direction: column;
  }

  .academy-slide-head .slide-doc a[href]:hover {
    color: #fe2c55;
  }

  .academy-slide-handle .btn {
    max-width: 8rem;
  }
  .academy-slide-handle .btn:hover .bi-arrow-line {
    background-image: url("/img/static/icon-arrow.svg");
  }

  .academy-slide-bottip a[href]:hover {
    color: #fe2c55;
  }

  .modal-facilitator .modal-header {
    flex: none;
  }
  .modal-facilitator .modal-title {
    font-size: 1.3rem;
  }

  .modal-facilitator-doc a[href]:hover {
    color: #fe2c55;
  }

  .modal-ttestation .modal-content {
    min-height: 22.4rem;
    padding: 4.1rem 7.5rem 3.55rem;
  }

  .form-ttestation .control-label {
    width: 4em;
    margin: 0 1rem 0 0;
    text-align: right;
  }
  .form-ttestation .form-btnbox {
    margin: 2.85rem 0 0;
  }
}
@media (max-width: 991.98px) {
  .academy-main .pctv-topswip .slide-tit span {
    height: 1.68rem;
    display: flex;
    align-items: flex-end;
  }
  .academy-main .pctv-topswip .slide-desc {
    font-size: .23rem;
  }

  .academy-banner .s-imgs {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
  .academy-banner .s-body {
    height: auto;
    position: relative;
    padding: 12.3vw 0 38vw;
    min-height: 86vw;
  }
  .academy-banner .s-desc {
    max-width: 4.6rem;
    font-size: .26rem;
    line-height: 1.44em;
  }

  .academy-intord {
    margin-top: 0;
  }

  .academy-platform-sect {
    margin: 2rem 0;
    padding: 0;
  }

  .academy-platform-header {
    margin-bottom: .48rem;
  }

  .academy-heading-h2 {
    font-size: .56rem;
    line-height: 1.4em;
    text-align: center;
  }

  .academy-platform-layout {
    display: block;
  }

  .academy-platform-aside {
    width: 100%;
    margin: 0 0 .48rem;
  }

  .academy-platform-thumb {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .academy-platform-thumb .item {
    font-size: .27rem;
    line-height: .4rem;
    width: auto;
    margin: 0 .65rem 0 0;
    will-change: transform;
  }
  .academy-platform-thumb .item:last-child {
    margin: 0;
  }
  .academy-platform-thumb .item-title {
    transform: scale(0.85);
    -webkit-transform: scale(0.85);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    will-change: transform;
  }
  .academy-platform-thumb .is-active .item-title {
    transform: scale(1);
    -webkit-transform: scale(1);
  }

  .academy-platform-swip {
    height: auto;
  }

  .academy-slide-box {
    height: auto;
    min-height: 8.85rem;
    padding: .4rem .4rem 0;
    flex-direction: column;
  }

  .academy-slide-imgs {
    flex: none;
    width: 100%;
    max-width: none;
    margin: 0;
  }

  .academy-slide-main {
    padding: .4rem 0 0;
    display: block;
    width: 100%;
  }

  .academy-slide-body {
    width: auto;
    max-width: none;
    height: 5.6rem;
    margin: 0 -0.3rem;
    padding: 0 0.3rem 0.6rem;
  }
  .academy-slide-body::-webkit-scrollbar {
    width: 4px;
  }
  .academy-slide-body::-webkit-scrollbar-thumb {
    border-radius: 3px;
  }

  .academy-slide-inner {
    min-height: 5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
  }

  .academy-slide-head {
    flex: none;
    margin-bottom: .32rem;
    text-align: center;
  }

  .academy-slide-bot {
    flex: 1;
    height: 100%;
    padding: .36rem 0 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .academy-slide-handle {
    display: block;
  }
  .academy-slide-handle .btn {
    width: 3.15rem;
    margin: 0 auto .4rem;
  }
  .academy-slide-handle .btn:last-child {
    margin: 0 auto;
  }

  .academy-slide-bottip {
    min-height: 2.8em;
    font-size: .31rem;
    margin: .2rem 0 0;
    text-align: center;
  }

  .modal-facilitator .modal-content {
    min-height: 0px;
    padding: .8rem 0.4rem;
  }
  .modal-facilitator .modal-header {
    padding: 0 0 0.6rem;
    text-align: center;
  }
  .modal-facilitator .modal-body {
    margin: 0;
    padding: 0.4rem;
  }
  .modal-facilitator .modal-subtit {
    font-size: .34rem;
  }

  .modal-facilitator-doc {
    font-size: .3rem;
    line-height: 1.2em;
    margin: 0 -0.2rem;
    padding: 0 0.2rem;
    min-height: calc((1.12rem + 8px) * 5);
    max-height: calc((1.12rem + 8px) * 5);
  }
  .modal-facilitator-doc li {
    height: 1.12rem;
    padding: 0 0.2rem;
  }
  .modal-facilitator-doc li > *::before {
    top: calc((1.2em - 5px) / 2 + 0.5em);
  }

  .form-ttestation .control-label {
    width: 100%;
    display: block;
    text-align: center;
  }
  .form-ttestation .form-control {
    text-align: center;
  }
}
