@charset "UTF-8";
/* 产品 */
.prdt-main {
  padding-bottom: 5em;
}

.prdt-filtbox {
  margin-top: 1.8em;
}

.prdt-filtlv1 {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.prdt-filtlv1 .swiper-wrapper {
  justify-content: center;
  -webkit-justify-content: center;
}
.prdt-filtlv1 li {
  width: auto;
}
.prdt-filtlv1 li:first-child a {
  border-radius: 5px;
}
.prdt-filtlv1 li.active a {
  background: #f5f5f5;
}
.prdt-filtlv1 a {
  display: block;
  padding: 0 1.125em;
  font-size: .8em;
  line-height: 2.625em;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.prdt-filtlv2 {
  width: 100%;
  position: relative;
}
.prdt-filtlv2 .tab-pane {
  position: relative;
}
.prdt-filtlv2 .tab-pane::before {
  content: '';
  display: block;
  width: 100vw;
  height: 100%;
  background: #f5f5f5;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 1;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.ptfilt-lv2swip {
  width: 100%;
  position: relative;
  z-index: 20;
  padding: 1.2em 0;
}
.ptfilt-lv2swip .swiper-slide {
  width: auto;
}
.ptfilt-lv2swip .swiper-slide:last-child {
  margin-right: 0;
}
.ptfilt-lv2swip .swiper-slide.active a {
  background: #ff6485 !important;
  color: #fff !important;
}
.ptfilt-lv2swip a {
  display: block;
  font-size: .8em;
  line-height: 3.25em;
  height: 3.25em;
  background: #fff;
  border-radius: 1.625em;
  padding: 0 1.625em;
  min-width: 8.75em;
  text-align: center;
}

.prdt-head {
  width: 100%;
  text-align: center;
  margin: 3.2em 0 2.5em;
  display: none;
}
.prdt-head .s-heading {
  font-size: 1.8em;
  line-height: 1.25em;
  display: none;
}
.prdt-head .word {
  font-size: .8em;
  line-height: 1.5em;
  color: #7a8599;
  margin-top: .5em;
}

.prdt-list {
  margin: 2em -1em -2em;
}
.prdt-list li {
  padding: 0 1em;
  margin-bottom: 2em;
}
.prdt-list .box {
  width: 100%;
  display: block;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: box-shadow 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: .8em;
}
.prdt-list .item-imgs {
  width: 100%;
  padding-top: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.prdt-list .item-imgs .image {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
}
.prdt-list .item-imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  -webkit-object-fit: cover;
  object-position: center center;
  -webkit-object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
}
.prdt-list .item-bd {
  padding: 1.2em 1em 1.75em;
}
.prdt-list .item-tit {
  /* font-size: 1em; */
  font-size: .9em;
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
  text-align: center;
}
.prdt-list .btn-h {
  width: 7em;
  max-width: 100%;
  height: calc(1.9em + 2px);
  display: block;
  border-radius: 0.95em;
  text-align: center;
  margin: 1.8em auto 0;
  line-height: 1.9em;
  color: #fff;
  background: url("/content/img/images/bg-7.png") no-repeat center center;
  background-size: 100% 100%;
}
.prdt-list .btn-h::after {
  background: #deb678;
}
.prdt-list .btn-h a {
  font-size: .8em;
  font-weight: bold;
}
.prdt-list .btn-nolink {
  background: none !important;
  opacity: 0 !important;
}

.prdtlist-hadtool .item-bd {
  padding: 0.7em 1em 1.2em;
}

@media screen and (min-width: 992px) {
  .prdt-main > .global-inner {
    max-width: 1720px;
  }

  .ptfilt-lv2swip .swiper-slide:hover a {
    color: #ff6485;
  }

  .prdt-list .box:hover {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  }
  .prdt-list .box:hover .item-imgs .image {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
  .prdt-list .btn-h:hover a {
    color: #fff;
  }
}
@media screen and (max-width: 991.98px) {
  .prdt-main {
    padding-bottom: 1.2rem;
  }

  .prdt-filtbox {
    margin-top: 0.5rem;
  }

  .prdt-filtlv1 {
    position: relative;
  }
  .prdt-filtlv1::after {
    content: '';
    display: block;
    width: 100vw;
    height: 2px;
    background: #f5f5f5;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .prdt-filtlv1 a {
    padding: 0 0.35rem;
    line-height: 0.76rem;
    font-size: .3rem;
  }

  .ptfilt-lv2swip {
    padding: .24rem 0;
  }
  .ptfilt-lv2swip a {
    padding: 0 0.2rem;
    min-width: 1.9rem;
    height: .72rem;
    line-height: .72rem;
    font-size: .28rem;
    border-radius: .36rem;
  }

  .prdt-head {
    margin-top: .82rem;
  }
  .prdt-head .s-heading {
    font-size: .4rem;
    line-height: .5rem;
  }
  .prdt-head .word {
    font-size: .3rem;
    line-height: .48rem;
    margin-top: .15rem;
  }

  .prdt-list {
    margin: .5rem -0.15rem -0.3rem;
  }
  .prdt-list li {
    padding: 0 0.15rem;
    margin-bottom: .3rem;
  }
  .prdt-list .box {
    box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.05);
    border-radius: .2rem;
  }
  .prdt-list .item-bd {
    padding: .24rem .2rem .46rem;
  }
  .prdt-list .item-tit {
    font-size: .3rem;
    line-height: .4rem;
    height: 1.2rem;
  }
  .prdt-list .btn-h {
    margin-top: .5rem;
  }
}
/* 系列产品 */
.prdt2-main {
  overflow: hidden;
}

.prdt-sect {
  width: 100%;
  position: relative;
  margin: 5em 0 6em;
}
.prdt-sect:last-child {
  margin-bottom: 5em;
}
.prdt-sect .sect-lvtit {
  font-size: 2em;
  line-height: 1em;
  color: #d7000f;
  font-weight: bold;
  text-align: center;
}
.prdt-sect .prdt-filtlv1 li.active a {
  background: rgba(255, 255, 255, 0.8);
  color: #d7000f;
}
.prdt-sect .prdt-filtlv2 .tab-pane::before {
  background: rgba(255, 255, 255, 0.8);
}
.prdt-sect .ptfilt-lv2swip a {
  background: transparent;
}

@media screen and (min-width: 992px) {
  .prdt-sect > .global-inner {
    max-width: 1720px;
  }
  .prdt-sect .prdt-filtbox {
    margin-top: 1.25em;
  }
}
@media screen and (max-width: 991.98px) {
  .prdt-sect {
    margin: .84rem 0 1.2rem;
  }
  .prdt-sect:last-child {
    margin-bottom: 1.2rem;
  }
  .prdt-sect .sect-lvtit {
    font-size: .4rem;
    line-height: .5rem;
  }
}
/* 产品详情 */
.ptdet-first {
  position: relative;
  z-index: 10;
}

.ptdet-swip {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.ptdet-swip img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.ptdet-swip.web .video-box {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.ptdet-swip.web .video-js {
  position: relative !important;
}
.ptdet-swip.web .video-js .vjs-tech {
  position: relative;
}
.ptdet-swip.app .video-box {
  padding-top: 141%;
}

.ptdet-ctrl {
  display: block;
  border-radius: 100%;
  position: absolute;
  top: 35%;
  background: no-repeat center center;
  background-size: contain;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  cursor: pointer;
  opacity: .2;
  z-index: 20;
}
.ptdet-ctrl.prev {
  background-image: url("/content/img/images/prev.png");
}
.ptdet-ctrl.next {
  background-image: url("/content/img/images/next.png");
}
.ptdet-ctrl.web {
  width: 4em;
  height: 4em;
}
.ptdet-ctrl.web.prev {
  left: 2.5em;
}
.ptdet-ctrl.web.next {
  right: 2.5em;
}
.ptdet-ctrl.web:hover {
  opacity: .4;
}

.ptdet-paging {
  width: 100%;
  height: 8px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: absolute;
  left: 0;
  bottom: .35rem !important;
  z-index: 20;
}
.ptdet-paging .bullet {
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0 5px 10px rgba(66, 76, 95, 0.1);
  margin: 0 0.09rem;
}
.ptdet-paging .bullet.active {
  background: #d7000f;
}

.ptdet-doc {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.ptdet-doc img {
  width: 100%;
  max-width: 100%;
  height: auto !important;
  display: block;
}

.ptdet-buy {
  position: absolute;
  left: calc(100% - 140px);
  top: 72vh;
  z-index: 20;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.ptdet-buy .btn-buy {
  width: 140px;
  height: 42px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  background: url("/content/img/images/bg-1.jpg") no-repeat center center;
  background-size: cover;
  padding: 0 0 0 15px;
  cursor: pointer;
  line-height: 42px;
  color: #fff !important;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.ptdet-buy .btn-buy span {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  font-size: .9em;
  text-overflow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.ptdet-buy .btn-buy .arrow {
  width: 1em;
  height: 1em;
  display: block;
  overflow: hidden;
  position: relative;
  margin-left: 8px;
}
.ptdet-buy .btn-buy .bi {
  width: 1.5em;
  height: 1.5em;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.ptdet-buy .dropbox {
  width: 664px;
  max-width: 100%;
  height: 140px;
  display: none;
  border: solid 1px #ed688c;
  border-right: none;
  background: url("/content/img/images/bg-2.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
  padding: 0 44px 0 16px;
  overflow: hidden;
  opacity: 0;
}
.ptdet-buy .dropbox .row {
  height: 100%;
  position: relative;
  flex-wrap: nowrap;
  margin: 0 -18px;
  align-items: center;
  -webkit-align-items: center;
}
.ptdet-buy .dropbox li {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 0 18px;
}
.ptdet-buy .dropbox .box {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.ptdet-buy .dropbox .icon {
  width: 46px;
  flex: 0 0 46px;
  -webkit-flex: 0 0 46px;
  margin-right: 10px;
}
.ptdet-buy .dropbox .icon img {
  width: 100%;
  display: block;
}
.ptdet-buy .dropbox .bd {
  width: 100%;
  flex: 1;
  -webkit-flex: 1;
}
.ptdet-buy .dropbox .bd .imgs {
  height: 26px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin-bottom: 5px;
}
.ptdet-buy .dropbox .bd img {
  max-width: 100%;
  display: block;
}
.ptdet-buy .dropbox .bd h5 {
  font-size: 14px;
  line-height: 1em;
  font-weight: bold;
  color: #ff6485;
  white-space: nowrap;
}
.ptdet-buy.is-open {
  left: calc(100% - 580px);
}
.ptdet-buy.is-open .btn-buy {
  border-radius: 6px;
}
.ptdet-buy.is-open .btn-buy .arrow {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.ptdet-buy.is-open .dropbox {
  display: block;
  opacity: 1;
}

@media screen and (min-width: 992px) {
  .ptdet-buy .dropbox .shch .icon {
    width: 100px;
    flex: 0 0 100px;
    -webkit-flex: 0 0 100px;
    height: 100px;
    border: solid 2px #ff6485;
    border-radius: 6px;
    margin-right: 10px;
  }
  .ptdet-buy .dropbox .shch .icon img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    -webkit-object-fit: contain;
    object-position: center center;
    -webkit-object-position: center center;
    position: relative;
  }
  .ptdet-buy.is-num1.is-open, .ptdet-buy.is-num2.is-open {
    left: calc(100% - 450px);
  }
}
@media screen and (max-width: 991.98px) {
  .prdtdet-main {
    padding-top: 1.24rem;
  }

  .ptdet-buy {
    left: calc(100% - 2.8rem);
    top: 56vh;
  }
  .ptdet-buy .btn-buy {
    width: 2.8rem;
    height: 0.84rem;
    line-height: .84rem;
    padding-left: .3rem;
  }
  .ptdet-buy .btn-buy span {
    font-size: .36rem;
  }
  .ptdet-buy .dropbox {
    width: 100vw;
    height: 2.16rem;
    padding: 0 0.35rem;
  }
  .ptdet-buy .dropbox .row {
    margin: 0 -0.1rem;
  }
  .ptdet-buy .dropbox li {
    padding: 0 .1rem;
  }
  .ptdet-buy .dropbox .icon {
    width: 0.72rem;
    flex: 0 0 0.72rem;
    -webkit-flex: 0 0 0.72rem;
    margin-right: 0.1rem;
  }
  .ptdet-buy .dropbox .bd .imgs {
    max-width: 2.36rem;
    height: .5rem;
    margin-bottom: .1rem;
  }
  .ptdet-buy .dropbox .bd .imgs img {
    height: .5rem;
    object-fit: contain;
    -webkit-object-fit: contain;
    object-position: left center;
    -webkit-object-position: left center;
  }
  .ptdet-buy .dropbox .bd h5 {
    font-size: .28rem;
  }
  .ptdet-buy.is-open {
    left: 0;
  }
}
/* 新闻列表 */
.news-main {
  padding-bottom: 7.1em;
}

.news-list {
  margin: 0 -1.125em -2.25em;
}
.news-list li {
  padding: 0 1.125em;
  margin-bottom: 2.25em;
}
.news-list .box {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 1em;
}
.news-list .item-imgs {
  width: 100%;
  padding-top: 56%;
  display: block;
  overflow: hidden;
  position: relative;
}
.news-list .item-imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-position: center center;
  -webkit-object-position: center center;
  object-fit: cover;
  -webkit-object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
}
.news-list .item-bd {
  width: 100%;
  padding: 1em 1em 1.125em 1.5em;
  background: #f7f7f7;
}
.news-list .item-tit {
  font-size: 1em;
  line-height: 1.5em;
  height: 3em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-list .item-bot {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin-top: 1em;
  height: 1.875em;
  font-size: .8em;
  line-height: 1.875em;
  color: #7a8599;
}

@media screen and (min-width: 992px) {
  .news-list .box:hover .item-imgs img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
}
@media screen and (max-width: 991.98px) {
  .news-main {
    padding-bottom: 1.2rem;
  }

  .news-list {
    margin: 0 -0.15rem -0.3rem;
  }
  .news-list li {
    padding: 0 0.15rem;
    margin-bottom: .3rem;
  }
  .news-list .box {
    border-radius: .2rem;
  }
  .news-list .item-bd {
    padding: .32rem .44rem .32rem .3rem;
  }
  .news-list .item-tit {
    font-size: .3rem;
    line-height: .45rem;
    height: 0.9rem;
  }
  .news-list .item-bot {
    font-size: .26rem;
    line-height: .4rem;
    margin-top: .47rem;
    height: .4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .news-list .item-tit {
    height: auto;
    max-height: .9rem;
  }
}
/* 新闻详情 */
.newsdet-main {
  padding: 4em 0 8em 5em;
}

.newsdet-head {
  width: 100%;
  text-align: center;
  margin-bottom: 1.6em;
}

.newsdet-tit {
  font-size: 2.1em;
  line-height: 1.5em;
  color: #424c5f;
}

.newsdet-info {
  margin-top: 1.375em;
  font-size: .8em;
  line-height: 1.625em;
  color: #7a8599;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.newsdet-doc {
  font-size: .9em;
  line-height: 2em;
  min-height: 300px;
}
.newsdet-doc img {
  max-width: 100%;
  height: auto !important;
  margin-top: 10px;
  margin-bottom: 10px;
}

.newsdet-bot {
  width: 100%;
  margin-top: .5rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}

@media screen and (max-width: 991.98px) {
  .newsdet-main {
    padding: .7rem 0 1.04rem;
  }

  .newsdet-head {
    margin-bottom: .34rem;
  }

  .newsdet-tit {
    font-size: .4rem;
    line-height: .6rem;
  }

  .newsdet-info {
    margin-top: .38rem;
    font-size: .26rem;
    line-height: .48rem;
  }

  .newsdet-doc {
    font-size: .28rem;
    line-height: 2em;
  }
}
/* 视频中心 */
.video-main {
  padding-bottom: 6.8em;
}

.headline-video {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 1.5em;
  margin-bottom: 2.25em;
}
.headline-video .box {
  width: 100%;
  display: block;
  position: relative;
}
.headline-video .imgs {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  background: no-repeat center center;
  background-size: cover;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
}
.headline-video .imgs.web {
  padding-top: 31.25%;
}
.headline-video .imgs.app {
  padding-top: 50.7%;
}
.headline-video .icon-play {
  width: 3.2em;
  height: 3.2em;
  display: block;
  border: solid 1px #fff;
  background: rgba(0, 0, 22, 0.3);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 20;
  color: #fff;
  border-radius: 100%;
}
.headline-video .icon-play .bi {
  width: 1em;
  height: 1em;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.video-list {
  margin: 0 -1.125em -2.25em;
}
.video-list li {
  padding: 0 1.125em;
  margin-bottom: 2.25em;
}
.video-list .box {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 1em;
}
.video-list .item-imgs {
  width: 100%;
  padding-top: 56%;
  display: block;
  overflow: hidden;
  position: relative;
}
.video-list .item-imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-position: center center;
  -webkit-object-position: center center;
  object-fit: cover;
  -webkit-object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
}
.video-list .icon-play {
  width: 3.2em;
  height: 3.2em;
  display: block;
  border: solid 1px #fff;
  background: rgba(0, 0, 22, 0.3);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 20;
  color: #fff;
  border-radius: 100%;
}
.video-list .icon-play .bi {
  width: 1em;
  height: 1em;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.video-list .item-bd {
  width: 100%;
  padding: 1em 1em 1.5em 1.5em;
  background: #f7f7f7;
}
.video-list .item-tit {
  font-size: 1em;
  line-height: 1.5em;
  height: 1.5em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.video-list .item-bot {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin-top: 1em;
  height: 1.875em;
  font-size: .8em;
  line-height: 1.875em;
  color: #7a8599;
}

@media screen and (min-width: 992px) {
  .headline-video:hover .imgs {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }

  .video-list .box:hover .item-imgs img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
}
@media screen and (max-width: 991.98px) {
  .video-main {
    padding-bottom: 1.2rem;
  }

  .headline-video {
    margin-bottom: .3rem;
  }
  .headline-video .icon-play {
    width: .8rem;
    height: .8rem;
  }
  .headline-video .icon-play .bi {
    width: .24rem;
    height: .24rem;
  }

  .video-list {
    margin: 0 -0.15rem -0.3rem;
  }
  .video-list li {
    padding: 0 0.15rem;
    margin-bottom: .3rem;
  }
  .video-list .box {
    border-radius: .2rem;
  }
  .video-list .icon-play {
    width: .8rem;
    height: .8rem;
  }
  .video-list .icon-play .bi {
    width: .24rem;
    height: .24rem;
  }
  .video-list .item-bd {
    padding: .32rem .44rem .32rem .3rem;
  }
  .video-list .item-tit {
    font-size: .3rem;
    line-height: .45rem;
    height: .9rem;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
/* 视频详情 */
.videt-video {
  width: 100%;
  padding-top: 41%;
  max-height: 740px;
  overflow: hidden;
  position: relative;
  border-bottom-right-radius: 5em;
  z-index: 10;
}
.videt-video .video-box {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.videt-two {
  width: 100%;
  padding: 1.7em 0 1.25em;
  position: relative;
  position: relative;
  z-index: 20;
}

.videt-row {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.videt-row .row-imgs {
  width: 15.75em;
  flex: 0 0 15.75em;
  -webkit-flex: 0 0 15.75em;
  margin-right: 3.8em;
}
.videt-row .row-imgs img {
  display: block;
  max-width: 100%;
}
.videt-row .ptdet-buy {
  position: relative;
  left: 0;
  top: 0;
}
.videt-row .ptdet-buy .dropbox {
  position: absolute;
}

@media screen and (min-width: 992px) {
  .videt-row .ptdet-buy .dropbox {
    width: 200px;
    height: auto;
    border: solid 1px #ed688c;
    max-width: none;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translate(10px, -50%);
    -webkit-transform: translate(10px, -50%);
    padding: 0.5em 1em;
  }
  .videt-row .ptdet-buy .dropbox .row {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .videt-row .ptdet-buy .dropbox .box {
    width: 100%;
  }
  .videt-row .ptdet-buy .dropbox li {
    width: 100%;
    height: 100px;
  }
  .videt-row .ptdet-buy .dropbox li .imgs {
    width: 100%;
    object-fit: contain;
    -webkit-object-fit: contain;
    object-position: left center;
    -webkit-object-position: left center;
  }
}
@media screen and (max-width: 991.98px) {
  .videt-video {
    padding-top: 57.3%;
    max-height: 430px;
    border-bottom-right-radius: .8rem;
  }

  .videt-two {
    padding: .74rem 0 1rem;
  }

  .videt-row {
    margin-right: -0.3rem;
  }
  .videt-row .row-imgs {
    width: 4.4rem;
    flex: 0 0 4.4rem;
    -webkit-flex: 0 0 4.4rem;
    margin-right: 0;
  }
  .videt-row .row-bd {
    width: 100%;
    flex: 1;
    -webkit-flex: 1;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
  .videt-row .ptdet-buy .btn-buy {
    width: 2.12rem;
    height: .64rem;
    line-height: .64rem;
  }
  .videt-row .ptdet-buy .btn-buy span {
    font-size: .28rem;
  }
  .videt-row .ptdet-buy .dropbox {
    left: 0;
    top: 100%;
  }
  .videt-row .ptdet-buy .dropbox li {
    max-width: 35%;
  }
  .videt-row .ptdet-buy.is-open .dropbox {
    max-width: 100vw;
    left: calc(2.12rem - 100vw);
  }
}
/* 活动列表 */
.activity-main {
  padding-bottom: 6.8em;
}

.activity-list {
  margin: 0 -1.125em -2.25em;
}
.activity-list li {
  padding: 0 1.125em;
  margin-bottom: 2.25em;
}
.activity-list .box {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 1em;
}
.activity-list .item-imgs {
  width: 100%;
  padding-top: 56%;
  display: block;
  overflow: hidden;
  position: relative;
}
.activity-list .item-imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-position: center center;
  -webkit-object-position: center center;
  object-fit: cover;
  -webkit-object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
}
.activity-list .current {
  width: 4.5em;
  height: 1.6em;
  display: block;
  background-color: #d7000f;
  color: #fff;
  line-height: 1.6em;
  border-top-left-radius: 1em;
  border-bottom-right-radius: 1em;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 15;
}
.activity-list .current span {
  font-size: .7em;
  display: block;
}
.activity-list .item-bd {
  width: 100%;
  height: 7.15em;
  padding: 1.5em 1em 1em 1.5em;
  background: #f7f7f7;
}
.activity-list .item-tit {
  font-size: 1.2em;
  line-height: 1.25em;
  max-height: 2.5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.activity-list .item-bot {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin-top: 0.625em;
  height: 1.5em;
  font-size: .8em;
  line-height: 1.5em;
  color: #7a8599;
}
.activity-list .time {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.activity-list .time .bi {
  width: 1.125em;
  height: 1.125em;
  display: block;
  margin-right: 0.625em;
  color: #666;
}

@media screen and (min-width: 992px) {
  .activity-list .box:hover .item-imgs img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
}
@media screen and (max-width: 991.98px) {
  .activity-main {
    padding-bottom: 1.2rem;
  }

  .activity-list {
    margin: 0 -0.15rem -0.3rem;
  }
  .activity-list li {
    padding: 0 0.15rem;
    margin-bottom: .3rem;
  }
  .activity-list .box {
    border-radius: .2rem;
  }
  .activity-list .current {
    width: 1.6rem;
    height: .5rem;
    line-height: .5rem;
    border-top-left-radius: .2rem;
    border-bottom-right-radius: .2rem;
  }
  .activity-list .current span {
    font-size: .26rem;
  }
  .activity-list .item-bd {
    height: 2.02rem;
    padding: .32rem .44rem .32rem .3rem;
  }
  .activity-list .item-tit {
    font-size: .3rem;
    line-height: .45rem;
    max-height: 0.9rem;
  }
  .activity-list .item-bot {
    font-size: .26rem;
    line-height: .4rem;
    margin-top: .08rem;
    height: .4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .activity-list .item-bd {
    height: auto;
    padding-bottom: .6rem;
  }
  .activity-list .item-tit {
    height: auto;
    max-height: .9rem;
  }
}
/* 亲子文化论坛 */
.p-bbs {
  background: url("/content/img/images/bbs-bg.jpg") no-repeat center center;
  background-size: cover;
}

.bbs-main {
  padding-bottom: 6.8em;
}

.bbs-list {
  margin: 0 -1.125em -2.25em;
}
.bbs-list li {
  padding: 0 1.125em;
  margin-bottom: 2.25em;
}
.bbs-list .box {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 1em;
}
.bbs-list .item-imgs {
  width: 100%;
  padding-top: 38.2%;
  display: block;
  overflow: hidden;
  position: relative;
}
.bbs-list .item-imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-position: center center;
  -webkit-object-position: center center;
  object-fit: cover;
  -webkit-object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
}
.bbs-list .item-tit {
  width: 100%;
  height: 2.9rem;
  line-height: 2.9rem;
  font-size: 0.9em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background: url("/content/img/images/bg-5.jpg") no-repeat center center;
  background-size: cover;
  padding: 0 1rem;
}
.bbs-list .item-bot {
  width: 100%;
  height: 3.1rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  background-color: #fff;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  line-height: 3.1rem;
  padding: 0 1.2rem 0 .9rem;
  color: #424c5f;
}
.bbs-list .item-bot .fl, .bbs-list .item-bot .fr {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  float: none;
}
.bbs-list .addr {
  min-width: 4.375em;
  font-size: .8rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin-right: 1.25em;
}
.bbs-list .addr .bi {
  width: 0.9rem;
  height: .9rem;
  display: block;
  margin-right: 5px;
  color: #666;
}
.bbs-list .time {
  font-size: .7rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.bbs-list .time .bi {
  width: .9rem;
  height: .9rem;
  display: block;
  margin-right: .5rem;
  color: #666;
}
.bbs-list .btn-viewdet {
  width: 6rem;
  height: calc(1.4rem + 4px);
  line-height: 1.4rem;
  display: block;
  position: relative;
  border: solid 2px #d7000f;
  border-radius: 6px;
  padding: 0 1.5rem 0 0;
  background-color: #fff;
  overflow: hidden;
}
.bbs-list .btn-viewdet .tt {
  display: block;
  text-align: center;
  font-size: .7rem;
}
.bbs-list .btn-viewdet .arrow {
  width: 1.5rem;
  height: 100%;
  display: block;
  background-color: #d7000f;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}
.bbs-list .btn-viewdet .arrow .bi {
  width: .9rem;
  height: .9rem;
  display: block;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

@media screen and (min-width: 992px) {
  .bbs-list .box:hover .item-imgs img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
}
@media screen and (max-width: 1440px) {
  .bbs-list .item-bot .fr {
    display: none;
  }
}
@media screen and (max-width: 991.98px) {
  .bbs-main {
    padding-bottom: 1.2rem;
  }

  .bbs-list {
    margin: 0 -0.15rem -0.3rem;
  }
  .bbs-list li {
    padding: 0 0.15rem;
    margin-bottom: .3rem;
  }
  .bbs-list .box {
    border-radius: .2rem;
  }
  .bbs-list .item-imgs {
    padding-top: 41.45%;
  }
  .bbs-list .item-tit {
    font-size: .3rem;
    line-height: 1rem;
    height: 1rem;
    padding: 0 0.3rem;
  }
  .bbs-list .item-bot {
    height: auto;
    padding: .18rem .3rem .28rem;
  }
  .bbs-list .addr, .bbs-list .time {
    font-size: .26rem;
    line-height: .5rem;
  }
  .bbs-list .addr .bi, .bbs-list .time .bi {
    width: .28rem;
    height: .28rem;
    margin-right: .14rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-bbs {
    background: #fff;
  }

  .bbs-list .item-bot {
    display: block;
  }
  .bbs-list .item-bot .fl {
    display: block;
  }
}
/* 论坛详情 */
.bbsdet-main {
  padding: 3.5em 0 5.9em 5em;
}

.bbsdet-head {
  margin-bottom: 1.9em;
}

.bbsdet-tit {
  font-size: 2.1em;
  line-height: 1.5em;
  color: #424c5f;
  text-align: center;
}

.bbsdet-imgs {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 3.8em;
}
.bbsdet-imgs img {
  width: 100%;
  max-width: 100%;
  display: block;
}

.bbsdet-member {
  position: relative;
  margin-bottom: 2em;
}

.bbsdet-mswip {
  overflow: hidden;
  position: relative;
  padding: 0 1em;
  margin: 0 -1em;
}
.bbsdet-mswip .swiper-slide {
  width: 19.5em;
}
.bbsdet-mswip .slide-box {
  width: 100%;
  position: relative;
  padding: 5.05em 0 1em;
}
.bbsdet-mswip .slide-imgs {
  width: 9.25em;
  height: 9.25em;
  display: block;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  z-index: 10;
}
.bbsdet-mswip .slide-imgs img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  border-radius: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
  object-position: center center;
  -webkit-object-position: center center;
}
.bbsdet-mswip .slide-imgs .bg {
  width: 110%;
  height: 59.5%;
  display: block;
  background: url("/content/img/images/bbsdet-4.png") no-repeat center top;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 5.05em;
  z-index: 1;
}
.bbsdet-mswip .slide-body {
  width: 100%;
  height: 22.5em;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 5;
  background: url("/content/img/images/bg-6.jpg") no-repeat center center;
  background-size: cover;
  padding: 5.9em 1.2em 2em;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}
.bbsdet-mswip .name {
  width: 100%;
  text-align: center;
  font-size: 1.1em;
  line-height: 1.5em;
}
.bbsdet-mswip .desc {
  font-size: .8em;
  line-height: 1.5em;
  height: 15em;
  overflow: hidden;
  position: relative;
  margin-top: 1.25em;
}

.bbsswip-ctrl {
  width: 2.8em;
  height: 2.8em;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: #7a8599;
  cursor: pointer;
  z-index: 20;
}
.bbsswip-ctrl .bi {
  width: 1.6em;
  height: 1.6em;
  display: block;
  position: absolute;
  top: 50%;
}
.bbsswip-ctrl.prev {
  left: -3.2em;
}
.bbsswip-ctrl.prev .bi {
  left: 0;
}
.bbsswip-ctrl.next {
  right: -3.2em;
}
.bbsswip-ctrl.next .bi {
  right: 0;
}
.bbsswip-ctrl.swiper-button-disabled {
  display: none;
}

.bbsswip-paging {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: absolute;
  left: 0;
  bottom: .28rem !important;
  z-index: 20;
}
.bbsswip-paging .bullet {
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 100%;
  background-color: #fff;
  margin: 0 0.08rem;
  box-shadow: 0 5px 10px rgba(66, 76, 95, 0.1);
}
.bbsswip-paging .bullet.active {
  background-color: #d7000f;
}

.bssdet-last {
  width: 100%;
  padding: 1.9em 9em 1.5em;
  position: relative;
  background: url("/content/img/images/bbsdet-6.png") no-repeat center center;
  background-size: cover;
}
.bssdet-last .doc {
  font-size: .9em;
  line-height: 1.67em;
  position: relative;
  z-index: 5;
}
.bssdet-last .doc li {
  padding: 0.83em 0;
  border-bottom: solid 1px #e9eaed;
}
.bssdet-last .doc li:last-child {
  border-bottom: none;
}
.bssdet-last .bg1 {
  width: 6.8em;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.bssdet-last .bg1 img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  object-fit: contain;
  -webkit-object-fit: contain;
  object-position: left center;
  -webkit-object-position: left center;
}
.bssdet-last .bg2 {
  width: 6.8em;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.bssdet-last .bg2 img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  object-fit: contain;
  -webkit-object-fit: contain;
  object-position: right center;
  -webkit-object-position: right center;
}
.bssdet-last .bg3 {
  width: 100%;
  height: 0.66rem;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.bssdet-last .bg3 img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  object-fit: contain;
  -webkit-object-fit: contain;
  object-position: center top;
  -webkit-object-position: center top;
}

@media screen and (max-width: 991.98px) {
  .bbsdet-main {
    padding: .7rem 0 1rem;
  }

  .bbsdet-head {
    margin-bottom: .28rem;
  }

  .bbsdet-tit {
    font-size: .4rem;
    line-height: .6rem;
  }

  .bbsdet-imgs {
    margin-bottom: .8rem;
  }

  .bbsdet-member {
    margin-bottom: 0;
  }

  .bbsswip-ctrl.prev {
    left: 0;
  }
  .bbsswip-ctrl.next {
    right: 0;
  }

  .bssdet-last {
    padding: 0.95rem 0.6rem .95rem;
    width: 100vw;
    margin: 0 -0.3rem;
    background-image: url("/content/img/images/bbsdet-10.png");
  }
  .bssdet-last .doc {
    font-size: 0.28rem;
    line-height: 0.5rem;
  }
  .bssdet-last .doc li {
    padding: .25rem 0;
  }
}
@media screen and (max-width: 767.98px) {
  .bbsdet-mswip {
    overflow: visible;
    padding: 0;
    margin: 0;
  }
  .bbsdet-mswip .swiper-slide {
    width: 100%;
  }
  .bbsdet-mswip .slide-box {
    padding: 1.88rem 0 0;
  }
  .bbsdet-mswip .slide-imgs {
    width: 3.7rem;
    height: 3.7rem;
  }
  .bbsdet-mswip .slide-imgs .bg {
    width: 4rem;
    height: 4rem;
    background: url("/content/img/images/bbsdet-5.png") no-repeat center center;
    background-size: contain;
    left: .2rem;
    top: .2rem;
  }
  .bbsdet-mswip .slide-body {
    height: auto;
    padding: 2.54rem 0 1.18rem;
  }
  .bbsdet-mswip .name {
    font-size: .4rem;
    line-height: .6rem;
    padding: 0 0.3rem;
  }
  .bbsdet-mswip .desc {
    height: auto;
    font-size: .28rem;
    line-height: 2em;
    margin-top: .34rem;
    padding: 0 0.3rem;
  }
}
/* 搜索结果页 */
.search-main {
  padding: 4em 0 5em 5em;
}

.psch-top {
  width: 100%;
  position: relative;
  margin-bottom: 1.7em;
}
.psch-top .schbox {
  width: 45em;
  max-width: 100%;
  position: relative;
  margin: 0 auto;
}
.psch-top .schbox .inpt {
  width: 100%;
  height: 3em;
  line-height: 3em;
  font-size: 1em;
  color: #666;
  display: block;
  border: none;
  background: #f7f7f7;
  padding: 0 3.5em 0 1em;
  border-radius: 0.6em;
}
.psch-top .schbox .btn-sch {
  width: 3.5em;
  height: 100%;
  display: block;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
  background: url("/content/img/images/search-red.svg") no-repeat center center;
  background-size: 1.25em auto;
}
.psch-top .hotbox {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
  margin-top: 1px;
  padding: 0.6em 1.4em 0.8em;
}
.psch-top .hotbox .list {
  margin: 0 -0.5em;
}
.psch-top .hotbox li {
  max-width: 100%;
  padding: 0.5em;
}
.psch-top .hotbox a {
  display: block;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 1.67em;
  font-size: 0.75em;
  line-height: 2.8em;
  height: 2.8em;
  border-radius: 1.4em;
  background-color: #f5f5f5;
}

.schfilt-list {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  margin-top: 1em;
}
.schfilt-list .row {
  margin: 0 -0.75em;
}
.schfilt-list .filtitem {
  padding: 0 0.75em;
  position: relative;
  z-index: 10;
}
.schfilt-list .filtitem.is-active {
  z-index: 20;
}
.schfilt-list .filtitem.is-active .item-tit {
  background: #d7000f;
  color: #fff;
}
.schfilt-list .filtitem.is-active .item-tit .bi {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.schfilt-list .box {
  width: 100%;
  position: relative;
}
.schfilt-list .item-tit {
  padding: 0 1.3em;
  white-space: nowrap;
  background: #f6f4f1;
  border-radius: 1.1em;
  height: 2.2em;
  line-height: 2.2em;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
}
.schfilt-list .item-tit span {
  font-weight: bold;
  font-size: .7em;
}
.schfilt-list .item-tit .bi {
  width: .5em;
  height: .5em;
  display: block;
  margin-left: 6px;
}
.schfilt-list .item-bd {
  min-width: 14em;
  max-height: 17em;
  background: #fff;
  display: none;
  overflow: hidden;
  position: absolute;
  left: -0.5em;
  top: calc(100% + 0.5em);
  z-index: 30;
  padding: .9em 0 1.1em;
  box-shadow: 0 0 1.2em rgba(0, 0, 0, 0.03);
  border-radius: 8px;
}
.schfilt-list .item-bd .mCSB_scrollTools {
  right: 0 !important;
}
.schfilt-list .checklist li {
  padding: 0.9em 2em;
}
.schfilt-list .checkbox {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.schfilt-list .checkbox h5 {
  font-size: .7em;
  color: #424c5f;
  line-height: 1.7em;
}

.schfilt-bot {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-top: 2.6em;
  padding-bottom: 0.9em;
  border-bottom: solid 1px #ddd;
}
.schfilt-bot .schfilt-rst, .schfilt-bot .schnum {
  font-size: .7em;
  line-height: 2em;
}
.schfilt-bot .schnum {
  white-space: nowrap;
  margin-left: 2rem;
}
.schfilt-bot .btn-clear {
  font-weight: bold;
  white-space: nowrap;
  margin-left: 2rem;
}
.schfilt-bot .btn-appfilt {
  font-size: .28rem;
  height: .68rem;
  line-height: .68rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  padding: 0 0.3rem;
  margin-right: -.3rem;
}
.schfilt-bot .btn-appfilt img {
  width: .28rem;
  height: .28rem;
  display: block;
  margin-left: .12rem;
}

.schfilt-rst {
  flex: 1;
  -webkit-flex: 1;
  display: flex;
  display: -webkit-flex;
}

.schfilt-group {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0 -1rem;
}
.schfilt-group li {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  float: left;
  padding: 0 1rem;
}
.schfilt-group .btn-del {
  width: 1.1em;
  height: 2em;
  display: block;
  position: relative;
}
.schfilt-group .btn-del .bi {
  width: 0.7em;
  height: 100%;
  display: block;
  color: #666;
}

@media screen and (min-width: 992px) {
  .search-main > .global-inner {
    max-width: 1720px;
  }

  .psch-top .hotbox a:hover {
    background-color: #d7000f;
    color: #fff;
  }

  .schfilt-group li:hover {
    color: #d7000f;
  }
  .schfilt-group li:hover .bi {
    color: #d7000f;
  }
}
.modal-appfilt {
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  z-index: 3000;
}
.modal-appfilt .modal-dialog {
  width: 80%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  left: unset;
}
.modal-appfilt .modal-content {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  padding: 1.24rem 0 1.16rem;
}
.modal-appfilt .modal-header {
  width: 100%;
  height: 1.24rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 0.3rem;
}
.modal-appfilt .modal-title {
  width: 100%;
  font-size: .32rem;
  line-height: 1em;
}
.modal-appfilt .modal-close {
  width: 0.68rem;
  height: 0.68rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1100;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.modal-appfilt .modal-close .bi {
  width: 0.28rem;
  height: 0.28rem;
  display: block;
  color: #666;
}
.modal-appfilt .modal-body {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  overflow-y: auto;
  position: relative;
  -webkit-overflow-scrolling: touch;
}
.modal-appfilt .modal-footer {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  background: #fff;
  align-items: center;
  -webkit-align-items: center;
  padding: 0 0.2rem;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: solid 1px #e6e6e6;
}
.modal-appfilt .modal-footer .btnbox {
  width: 100%;
  height: .8rem;
  display: flex;
  display: -webkit-flex;
  align-items: stretch;
  -webkit-align-items: stretch;
  overflow: hidden;
  position: relative;
  border-radius: .4rem;
  background: url("/content/img/images/bg-8.jpg") no-repeat center center;
  background-size: cover;
}
.modal-appfilt .modal-footer a {
  max-width: 50%;
  flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  display: block;
  position: relative;
  font-size: 0.28rem;
  line-height: .8rem;
  color: #fff;
  text-align: center;
}
.modal-appfilt.fade .modal-dialog {
  transform: translate(100%, 0);
  -webkit-transform: translate(100%, 0);
}
.modal-appfilt.show .modal-dialog {
  transform: none;
  -webkit-transform: none;
}

.filtapp-list {
  padding: 0 0.3rem;
}

.filtapp-item {
  width: 100%;
  position: relative;
  border-bottom: solid 1px #e6e6e6;
}
.filtapp-item.active .item-handle {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.filtapp-item .item-hd {
  width: 100%;
  position: relative;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  padding: 0.3rem 0;
}
.filtapp-item .item-tit {
  font-size: .28rem;
  line-height: .44rem;
}
.filtapp-item .item-handle {
  width: 0.2rem;
  height: 0.2rem;
  display: block;
  position: relative;
  color: #999;
}
.filtapp-item .item-handle .bi {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.filtapp-item .item-bd {
  padding: 0.2rem 0;
  display: none;
  border-top: solid 1px #e6e6e6;
}
.filtapp-item .flist li {
  padding: 0.1rem 0;
}
.filtapp-item .flist label {
  width: 100%;
  height: calc(0.66rem + 2px);
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
  border-radius: 0.33rem;
  position: relative;
  font-size: .24rem;
  line-height: 1.1em;
  color: #333;
  padding: 0 0.1rem;
}
.filtapp-item .flist .bi {
  width: 10px;
  height: 10px;
  display: block;
  margin-left: .1rem;
}

@media screen and (max-width: 991.98px) {
  .search-main {
    padding: .6rem 0 1.2rem;
  }

  .psch-top {
    margin-bottom: .4rem;
  }
  .psch-top .schbox .inpt {
    height: .82rem;
    line-height: .82rem;
    font-size: .3rem;
    padding: 0.1rem 0.76rem 0.1rem 0.2rem;
    border-radius: .2rem;
  }
  .psch-top .schbox .btn-sch {
    width: 0.76rem;
    background-size: 0.38rem auto;
  }
  .psch-top .hotbox {
    padding: .2rem .28rem .5rem;
  }
  .psch-top .hotbox .list {
    margin: 0 -0.1rem;
  }
  .psch-top .hotbox li {
    padding: 0.1rem 0.1rem;
  }
  .psch-top .hotbox a {
    padding: 0 0.42rem;
    height: 0.7rem;
    line-height: .7rem;
    font-size: .28rem;
  }

  .schfilt-bot {
    padding-bottom: .1rem;
    margin-top: .5rem;
  }
  .schfilt-bot .schnum {
    font-size: 0.28rem;
    line-height: 0.68rem;
    margin-left: 0;
  }
}
/* 投资者关系 */
.investor-main {
  padding: 3.5em 0 7em 5em;
}

.invt-sect1 {
  text-align: center;
}
.invt-sect1 .colitem-head {
  margin-bottom: 1.8em;
}
.invt-sect1 .item-lvtit {
  font-size: 1.8em;
  line-height: 1.5em;
  position: relative;
}
.invt-sect1 .ways {
  font-size: .9em;
  line-height: 2em;
  margin-bottom: 6px;
}

.invt-sect2 {
  width: 100%;
  height: 15em;
  background-color: #f6f6f6;
  border-radius: 1.5em;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-top: 4.25em;
}
.invt-sect2 .row {
  width: calc(50% + 1em);
  margin: 0 -0.5em;
}
.invt-sect2 .item {
  padding: 0 0.5em;
  text-align: center;
}
.invt-sect2 a {
  display: block;
}
.invt-sect2 .icon {
  width: 100%;
  margin-bottom: 0.4em;
}
.invt-sect2 .icon img {
  width: 100%;
  height: 6.3em;
  display: block;
  object-fit: contain;
  -webkit-object-fit: contain;
  object-position: center center;
  -webkit-object-position: center center;
}
.invt-sect2 .tit {
  font-size: 1.2em;
  line-height: 2.25em;
}

@media screen and (max-width: 991.98px) {
  .investor-main {
    padding: 0.68rem 0 1.2rem;
  }

  .invt-sect1 .colitem-head {
    margin-bottom: .34rem;
  }
  .invt-sect1 .item-lvtit {
    font-size: .4rem;
    line-height: .8rem;
  }
  .invt-sect1 .ways {
    font-size: .3rem;
    line-height: .48rem;
    margin-bottom: .1rem;
  }

  .invt-sect2 {
    margin-top: 1.2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .invt-sect2 {
    height: auto;
    padding: 0.74rem 0;
    border-radius: .3rem;
  }
  .invt-sect2 .row {
    width: calc(100% - 1rem);
    margin: 0 0 -0.5rem;
  }
  .invt-sect2 .item {
    padding: 0;
    margin-bottom: .5rem;
  }
  .invt-sect2 .icon {
    margin-bottom: .38rem;
  }
  .invt-sect2 .icon img {
    height: 1.26rem;
  }
  .invt-sect2 .tit {
    font-size: .3rem;
    line-height: .38rem;
  }
}

/* 产品详情 - 右侧固定按钮 */
.ptdet-fixtool{
  width: 10.5vw;
  max-width: 220px;
  position: fixed;
  right: 2.4em;
  bottom: 7em;
  z-index: 300;
  transform: translateX(10%);
  -webkit-transform: translateX(10%);
}
.g-mdcx {
  width: 100%;
  display: block;
  cursor: pointer;
  position: relative;
  /* position: fixed;
  right: 2.4em;
  bottom: 7em;
  z-index: 300;
  transform: translateX(10%);
  -webkit-transform: translateX(10%); */
}
.g-mdcx img {
  width: 100%;
  display: block;
}

.modal-mdcx {
  width: 14em;
  display: none;
  position: fixed;
  right: .9em;
  bottom: 7em;
  z-index: 300;
  padding-bottom: 3.5em;
}
.modal-mdcx .modal-content {
  width: 100%;
  background: #fff;
  border-radius: 1.2em;
  overflow: hidden;
  position: relative;
  border: solid 2px #d2a256;
}
.modal-mdcx .imgs {
  width: 100%;
  height: 12.7em;
  display: block;
  position: relative;
  padding: 1.2em 1.7em 1em;
}
.modal-mdcx .imgs img {
  width: 100%;
  display: block;
  max-width: 100%;
}
.modal-mdcx .tit {
  width: 100%;
  height: 2.25em;
  display: block;
  overflow: hidden;
  line-height: 2.25em;
  color: #fff;
  background: #d2a256;
  text-align: center;
}
.modal-mdcx .tit p {
  font-size: .8em;
}
.modal-mdcx .modal-close {
  width: 2.7em;
  height: 2.7em;
  display: block;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1220;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  cursor: pointer;
}
.modal-mdcx .modal-close .bi {
  width: 1em;
  height: 1em;
  display: block;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.g-ljgm{
  width: 100%;
  display: block;
  cursor: pointer;
}
.g-ljgm img{
  width: 100%;
  display: block;
}

@media screen and (max-width: 991.98px) {
  .ptdet-fixtool {
    /* width: 8.5em; */
    width: 2.56rem;
    right: .3rem;
  }
}

/* 商务合作 */
.part-main{
	padding: 3.75em 0 6.4em 5em;
}
.part-item{
	width: 100%;
	border-bottom: solid 1px #e6e6e6;
	padding-bottom: 2.8em;
	margin-bottom: 2.6em;
}
.part-item:last-child{
	margin-bottom: 0;
}
.part-item .item-tit{
	font-size: 1.8em;
	line-height: 1.4em;
	margin-bottom: 0.44em;
}
.part-item .item-doc{
	font-size: 0.9em;
	line-height: 1.78em;
}
.part-item .item-info{
	margin-top: 2.1em;
}
.part-item .info {
	margin-bottom: 1.5em;
}
.part-item .info:last-child{
	margin-bottom: 0;
}
.part-item .info .tit{
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
	margin-bottom: .5em;
}
.part-item .info .doc{
	font-size: .8em;
	line-height: 1.5em;
}
.part-item .info .doc a[href]{
	text-decoration: underline;
}
@media screen and (min-width: 992px) {
	.part-item .info .doc a[href]:hover{
		color: #d7000f;
	}
}
@media screen and (max-width: 991.98px) {
	.part-main{
		padding: 0.84rem 0 1.2rem;
	}
	.part-item{
		padding-bottom: 1rem;
		margin-bottom: 0.8rem;
	}
	.part-item .item-tit{
		font-size: 0.48rem;
	}
	.part-item .item-doc{
		font-size: 0.28rem;
		line-height: 0.48rem;
	}
	.part-item .item-info{
		margin-top: 0.66rem;
	}
	.part-item .info .tit{
		font-size: .3rem;
	}
	.part-item .info .doc{
		font-size: 0.28rem;
		line-height: 0.48rem;
	}
}
<!--0.00012516975402832-->