﻿
/* 公共 */
body {
  background: #000;
}

.swiper-wrapper {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.guide-heading_h2 {
  font-size: 2.8rem;
  line-height: 1.5em;
  color: #fff;
  font-weight: 700;
}

.guide-main .inside-body {
  padding: 0;
}

@media (max-width: 991.98px) {
  .guide-heading_h2 {
    font-size: .56rem;
    line-height: 1.4em;
    text-align: center;
  }
}
/** banner  */
@media (max-width: 991.98px) {
  .guide-main .inside-banner .b-desc {
    margin-top: 3vw;
    max-width: 50vw;
  }
}
/* 广告投放流程 */
.guide-advstep-sect {
  width: 100%;
  padding: 6.15rem 0 7rem;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.guide-advstep-sect .guide-anchor {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
  height: 1px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}

.guide-advstep-box {
  width: 100%;
  position: relative;
}

.guide-advstep-header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.2rem;
}
.guide-advstep-header .btnbox {
  width: auto;
}
.guide-advstep-header .btn-pingtai {
  min-width: 8.3rem;
}
.guide-advstep-header .btn-pingtai .bi {
  width: 1.2rem;
  height: 1.2rem;
  display: block;
  margin: -0.1em 0.4rem 0 0;
  flex: none;
}
.guide-advstep-header .btn-pingtai > * {
  padding: 0 1em;
}
.guide-advstep-header .btn-more {
  width: 8rem;
  margin-left: .5rem;
}
.guide-advstep-header .btn-more .arrow {
  width: 1.2rem;
  height: 1.2rem;
  background-image: url("/img/static/chevron-right-white_24.svg");
  margin: -0.1em -0.4rem 0 0;
}

.guide-advstep-foot {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0.6rem 0 0;
}
.guide-advstep-foot .btn {
  height: calc(.94rem + 2px);
  min-width: calc((100% - 0.28rem) / 2);
  font-size: .32rem;
  margin: 0 0.14rem;
}
.guide-advstep-foot .btn:first-child {
  margin-left: 0;
}
.guide-advstep-foot .btn:last-child {
  margin-right: 0;
}
.guide-advstep-foot .btn-pingtai img {
  flex: none;
  width: .4rem;
  height: .4rem;
  margin: 0 0 0 5px;
}
.guide-advstep-foot .btn-pingtai .bi {
  width: 0.4rem;
  height: 0.4rem;
  margin: -0.1em 5px 0 0;
}
.guide-advstep-foot .btn-more .arrow {
  width: 0.48rem;
  height: 0.48rem;
  background-image: url("/img/static/chevron-right-white_24.svg");
  margin: -0.1em -0.08rem 0 0;
}

.guide-advstep-layout {
  width: 100%;
  display: flex;
  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);
}

.guide-advstep-aside {
  flex: 0 0 11.4rem;
  max-width: 11.4rem;
  position: relative;
}

.guide-advstep-body {
  flex: 1;
  width: 100%;
}

.guide-advside-box {
  width: 100%;
  position: relative;
}

.guide-advstep-bar {
  width: 2px;
  height: 100%;
  display: block;
  position: absolute;
  left: calc((2.1rem - 2px) / 2);
  top: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.2);
}

.guide-advstep-line {
  width: 100%;
  height: 0;
  display: block;
  background: #fe2c55;
  position: absolute;
  left: 0;
  top: 0;
  transition: hover_t;
  -webkit-transition: hover_t;
}

.guide-advstep-thumb {
  position: relative;
  z-index: 5;
}
.guide-advstep-thumb li {
  width: 100%;
  display: flex;
  align-items: center;
  white-space: nowrap;
  cursor: pointer;
  margin-bottom: 1.95rem;
  position: relative;
}
.guide-advstep-thumb li:last-child {
  margin: 0;
}
.guide-advstep-thumb li.is-before::after {
  height: 100%;
  opacity: 1;
}
.guide-advstep-thumb li.is-before .item-num {
  border-color: #fe2c55;
  color: #fe2c55;
}
.guide-advstep-thumb li.is-before .item-title {
  color: #DCDCDC;
}
.guide-advstep-thumb li.is-active .item-num {
  background: #fe2c55;
  border-color: #fe2c55;
  color: #fff;
}
.guide-advstep-thumb li.is-active .item-title {
  font-weight: 700;
  font-size: 1.2rem;
  color: #fff;
}
.guide-advstep-thumb .item-num {
  width: 2.1rem;
  height: 2.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #000;
  position: relative;
  border: solid 2px #585858;
  font-size: .9rem;
  line-height: 1em;
  color: #747474;
  font-weight: 500;
  margin: 0 1rem 0 0;
  z-index: 5;
}
.guide-advstep-thumb .item-title {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5em;
  color: #747474;
  position: relative;
  z-index: 5;
}

.guide-advswip {
  width: 100%;
  height: 22.5rem;
  overflow: visible;
  position: relative;
}

.guide-advswip-slide {
  width: 100%;
  position: relative;
  background: #000;
  transform-origin: top center;
  border-radius: 16px;
}
.guide-advswip-slide .slide-box {
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  padding: 1rem 2rem 1rem .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);
}
.guide-advswip-slide .slide-imgs {
  flex: 0 0 34%;
  max-width: 304px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin: 0 2rem 0 0;
}
.guide-advswip-slide .imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.guide-advswip-slide .imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
}
.guide-advswip-slide .imgs.web {
  padding: 135% 0 0;
}
.guide-advswip-slide .imgs.app {
  padding: 57% 0 0;
}
.guide-advswip-slide .slide-body {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.guide-advswip-slide .slide-detbox {
  width: 100%;
  max-height: 100%;
  overflow: hidden;
  overflow-y: auto;
  position: relative;
}
.guide-advswip-slide .slide-detbox::-webkit-scrollbar {
  width: 5px;
}
.guide-advswip-slide .slide-detbox::-webkit-scrollbar-track {
  background: none;
}
.guide-advswip-slide .slide-detbox::-webkit-scrollbar-thumb {
  background: #DFE4E6;
}
.guide-advswip-slide .slide-detbox::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;
}
.guide-advswip-slide .slide-detbox.mCS_no_scrollbar::after, .guide-advswip-slide .slide-detbox.is-end::after {
  display: none;
}
.guide-advswip-slide .head {
  padding: 0 0 1.5rem;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 1.5rem;
}
.guide-advswip-slide .slide-title {
  font-size: 1.8rem;
  line-height: 1.5em;
  color: #000;
  font-weight: 700;
}
.guide-advswip-slide .slide-desc {
  font-size: .8rem;
  line-height: 1.5em;
  margin-top: 5px;
  color: #585858;
  font-weight: 500;
}
.guide-advswip-slide .slide-desc a[href] {
  color: #0ABFF9;
  text-decoration: underline;
}
.guide-advswip-slide .doc {
  font-size: .8rem;
  line-height: 1.625em;
  color: #585858;
}
.guide-advswip-slide .doc span {
  color: #000;
}
.guide-advswip-slide .doc a[href] {
  color: #0ABFF9;
  text-decoration: underline;
}
.guide-advswip-slide .doc li {
  margin-bottom: 6px;
  position: relative;
  padding-left: 15px;
}
.guide-advswip-slide .doc li::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background: #D9D9D9;
  position: absolute;
  left: 0;
  top: calc((1.625em - 6px) / 2);
  border-radius: 50%;
}
.guide-advswip-slide .doc li:last-child {
  margin-bottom: 0;
}
.guide-advswip-slide .mCSB_scrollTools {
  right: -1.7rem;
  width: 5px;
}
.guide-advswip-slide .mCSB_dragger_bar {
  background: #DFE4E6 !important;
}

@media (min-width: 992px) {
  .guide-advstep-header {
    justify-content: space-between;
  }
  .guide-advstep-header .btn-more:hover .arrow {
    background-image: url("/img/static/chevron-right-red_24.svg");
  }

  .guide-advswip .swiper-wrapper {
    flex-direction: column;
  }

  .guide-adv-step5 .guide-advstep-thumb li {
    margin-bottom: 3rem;
  }
}
@media (max-width: 991.98px) {
  .guide-advstep-sect {
    min-height: 0;
    height: auto;
    padding: 0;
    margin: 1.6rem 0;
  }

  .guide-advstep-header {
    margin-bottom: 0.54rem;
  }

  .guide-advstep-layout {
    display: block;
  }

  .guide-advstep-aside {
    flex: none;
    max-width: none;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 0 0.56rem;
  }

  .guide-advside-box {
    width: auto;
  }

  .guide-advstep-bar {
    width: auto;
    height: 2px;
    left: 0.35rem;
    right: .35rem;
    top: calc((.7rem - 2px) / 2);
  }

  .guide-advstep-line {
    width: 0;
    height: 100%;
  }

  .guide-advstep-thumb {
    display: flex;
  }
  .guide-advstep-thumb li {
    display: block;
    text-align: center;
    margin: 0 0.22rem 0 0;
  }
  .guide-advstep-thumb li.is-before .item-title {
    color: rgba(255, 255, 255, 0.8);
  }
  .guide-advstep-thumb li.is-active .item-title {
    font-size: .24rem;
  }
  .guide-advstep-thumb .item-num {
    width: .7rem;
    height: .7rem;
    margin: 0 auto;
    font-size: .24rem;
  }
  .guide-advstep-thumb .item-title {
    font-size: .24rem;
    line-height: 1.5em;
    margin: .2rem 0 0;
  }

  .guide-advstep-body {
    padding: 0 0.42rem;
  }

  .guide-advswip {
    width: 100%;
    height: auto;
  }
  .guide-advswip::before {
    display: none;
  }

  .guide-advswip-slide .slide-box {
    padding: .4rem .1rem .32rem;
    flex-direction: column;
  }
  .guide-advswip-slide .slide-imgs {
    flex: none;
    max-width: none;
    width: 100%;
    height: auto;
    border-radius: 0px;
    overflow: visible;
    margin: 0 0 .4rem;
    padding: 0 0.3rem;
  }
  .guide-advswip-slide .slide-body {
    width: 100%;
    position: relative;
  }
  .guide-advswip-slide .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;
  }
  .guide-advswip-slide .slide-detbox {
    height: 5.76rem;
    padding: 0 0.3rem;
  }
  .guide-advswip-slide .slide-detbox::after {
    display: none;
  }
  .guide-advswip-slide .head {
    padding: 0 0 .44rem;
    margin-bottom: .44rem;
  }
  .guide-advswip-slide .slide-title {
    font-size: .36rem;
  }
  .guide-advswip-slide .slide-desc {
    font-size: .24rem;
    margin: 0;
  }
  .guide-advswip-slide .doc {
    font-size: .24rem;
    line-height: 1.5em;
  }
  .guide-advswip-slide .doc li::before {
    top: calc((1.5em - 6px) / 2);
  }
  .guide-advswip-slide.scroll-end .slide-body::after, .guide-advswip-slide.no-scroll .slide-body::after {
    display: none;
  }

  .guide-adv-step5 .guide-advside-box, .guide-adv-step6 .guide-advside-box {
    width: 100%;
  }
  .guide-adv-step5 .guide-advstep-thumb, .guide-adv-step6 .guide-advstep-thumb {
    width: 100%;
    justify-content: space-between;
  }
  .guide-adv-step5 .guide-advstep-thumb li, .guide-adv-step6 .guide-advstep-thumb li {
    margin: 0;
  }
}
/* 进入平台 */
.guide-platform-sect {
  margin: 0 0 6.25rem;
}

.guide-platform-box {
  widows: 100%;
  position: relative;
  padding: 1.5rem 1.5rem 1.5rem 4rem;
  background: #fff;
  display: flex;
  align-items: center;
  border-radius: 16px;
}
.guide-platform-box .s-body {
  flex: 1;
  padding: 0 0 0.4rem;
}
.guide-platform-box .s-imgs {
  flex: 0 0 50%;
  max-width: 537px;
  margin-left: 4rem;
}
.guide-platform-box .imgs {
  width: 100%;
  padding: 69.3% 0 0;
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 16px;
}
.guide-platform-box .imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
}
.guide-platform-box .s-title {
  font-size: 1.8rem;
  line-height: 2.1rem;
  color: #000;
  font-weight: 700;
}
.guide-platform-box .s-desc {
  font-size: .8rem;
  line-height: 1.5em;
  color: #585858;
  margin-top: .94em;
  width: 23.1em;
  max-width: 100%;
}
.guide-platform-box .btnbox {
  margin-top: 1.75rem;
}
.guide-platform-box .btn {
  width: 8rem;
}

@media (max-width: 1200px) {
  .guide-platform-box .s-imgs {
    margin-left: 3rem;
  }
}
@media (max-width: 991.98px) {
  .guide-platform-sect {
    margin: 1.6rem 0 1.44rem;
  }

  .guide-platform-box {
    width: 100vw;
    margin: 0 -0.48rem;
    display: block;
    text-align: center;
    padding: 1.44rem 0.48rem 1.6rem;
    border-radius: .4rem .4rem 0 0;
  }
  .guide-platform-box .s-body {
    width: 100%;
  }
  .guide-platform-box .s-imgs {
    flex: none;
    max-width: none;
    width: 100%;
    margin: 0.5rem 0 0;
  }
  .guide-platform-box .imgs {
    border-radius: 0.48rem;
  }
  .guide-platform-box .s-title {
    font-size: .48rem;
    line-height: 1.46em;
  }
  .guide-platform-box .s-desc {
    margin: .5em auto 0;
    font-size: .24rem;
    width: 26.1em;
  }
  .guide-platform-box .btnbox {
    margin-top: .4rem;
    justify-content: center;
  }
  .guide-platform-box .btn {
    width: 3.2rem;
    height: calc(.94rem + 2px);
    font-size: .32rem;
  }
}
/* 行业新闻 */
.guide-news-sect {
  margin: 6.25rem 0 5rem;
}

.guide-news-header {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 2.2rem;
  text-align: center;
}

.guide-news-swip {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.guide-news-swip .slide-box {
  width: 100%;
  display: block;
  border-radius: .8rem;
  overflow: hidden;
  position: relative;
  color: #fff;
  background: #191919;
  border-color: #191919;
}
.guide-news-swip .slide-imgs {
  width: 100%;
  padding: 50% 0 0;
  overflow: hidden;
  position: relative;
  border-radius: .8rem .8rem 0 0;
  z-index: 1;
}
.guide-news-swip .slide-imgs .imgs {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  border-radius: inherit;
  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;
}
.guide-news-swip .slide-imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  border-radius: inherit;
  position: relative;
}
.guide-news-swip .slide-body {
  width: 100%;
  overflow: hidden;
  padding: 1.6rem 1.2rem 1.2rem;
}
.guide-news-swip .slide-title {
  font-size: 1rem;
  line-height: 1.45em;
  overflow: hidden;
  height: 2.9rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: 500;
}
.guide-news-swip .slide-title span::after {
  content: '|';
  margin: 0 0.5em;
}
.guide-news-swip .slide-title span:last-child::after {
  display: none;
}
.guide-news-swip .slide-foot {
  width: 100%;
  min-height: 1.5rem;
  margin-top: 1rem;
}
.guide-news-swip .slide-tag {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.guide-news-swip .slide-tag li {
  display: flex;
  white-space: nowrap;
  padding: 0 5px;
}
.guide-news-swip .slide-tag li > * {
  display: flex;
  height: 1.5rem;
  border-radius: 1.5em;
  align-items: center;
  padding: 0 0.9em;
  background: #333;
  color: #fff;
  font-size: .8rem;
  line-height: 1em;
  font-weight: 500;
}
.guide-news-swip .slide-arrow {
  width: 2rem;
  height: 2rem;
  display: block;
  border: solid 3px #fe2c55;
  position: relative;
  border-radius: 100%;
}
.guide-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;
}

.guide-swip-ctrl {
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  border-radius: 100%;
  background: #fff;
  color: #000;
  border: solid 1px #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 25;
  cursor: pointer;
}
.guide-swip-ctrl .bi {
  width: .7rem;
  height: .7rem;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background: no-repeat center center;
  background-size: contain;
}
.guide-swip-ctrl.prev {
  right: 100%;
  margin-right: 2rem;
}
.guide-swip-ctrl.prev .bi {
  background-image: url("/img/market/left-black.svg");
}
.guide-swip-ctrl.next {
  left: 100%;
  margin-left: 2rem;
}
.guide-swip-ctrl.next .bi {
  background-image: url("/img/market/right-black.svg");
}

@media (min-width: 992px) {
  .guide-news-swip .slide-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;
  }
  .guide-news-swip .slide-box:hover .slide-imgs .imgs {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
  }
  .guide-news-swip .slide-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;
  }

  .guide-swip-ctrl:hover {
    border-color: #FE2C55;
    background: #FE2C55;
    color: #fff;
  }
  .guide-swip-ctrl.prev:hover .bi {
    background-image: url("/img/market/left-white.svg");
  }
  .guide-swip-ctrl.next:hover .bi {
    background-image: url("/img/market/right-white.svg");
  }
}
@media (max-width: 991.98px) {
  .guide-news-sect {
    margin: 1.44rem 0 1.6rem;
  }

  .guide-news-header {
    margin-bottom: .72rem;
  }

  .guide-news-swip {
    overflow: visible;
  }
  .guide-news-swip .slide-box {
    border-radius: .32rem;
  }
  .guide-news-swip .slide-imgs {
    border-radius: .32rem .32rem 0 0;
  }
  .guide-news-swip .slide-body {
    padding: .4rem;
  }
  .guide-news-swip .slide-title {
    font-size: .28rem;
    line-height: .4rem;
    height: .8rem;
  }
  .guide-news-swip .slide-foot {
    margin-top: .24rem;
    min-height: .44rem;
  }
  .guide-news-swip .slide-tag li > * {
    height: .44rem;
    border-radius: .22rem;
    padding: 0 .3rem;
    font-size: .2rem;
  }
  .guide-news-swip .slide-arrow {
    width: .52rem;
    height: .52rem;
    border-width: 2px;
  }
  .guide-news-swip .slide-arrow img {
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -3px;
  }

  .guide-swip-ctrl {
    display: none !important;
  }

  body.is-ios .guide-news-swip .slide-title {
    height: .75rem;
  }
}
