@charset "utf-8";
/*---- common start ----*/

body {
  font-family: -apple-system, "roboto", "Arial", "Helvetica Neue", "Helvetica", "PingFang SC", "Hiragino Sans GB", "STHeiti", "Microsoft YaHei", "Microsoft JhengHei", "Source Han Sans SC", "Noto Sans CJK SC", "Source Han Sans CN", "Noto Sans SC", "Source Han Sans TC", "Noto Sans CJK TC", "WenQuanYi Micro Hei", SimSun, sans-serif;
  /* font-family: "Arial",  "Microsoft YaHei"; */
  color: #666;
}

i,
em {
  font-style: normal
}

.red,
em {
  color: #F66F6A;
  ;
}

/*-banner-*/

/* .swiper-slide {
  height: 396px;
} */

.banner-wrapper {
  width: 100%;
  height: 100%;
  background: url(../images/banner/bg.jpg) no-repeat center;
}

.banner-main {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  padding-top: 75px;
  color: #333;
  text-align: left;
}

.banner-main.not-pro {
  padding-top: 100px;
  text-align: center;
}

@media (max-width: 1200px) {
  .banner-main {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.banner-main .txt-01 {
  font-size: 24px;
  line-height: 44px;
}

.banner-main.not-pro .txt-01 {
  display: inline-block;
  padding: 0 5px;
  color: #333;
  font-size: 24px;
  margin-left: 510px;
  border-bottom: 2px solid #96abc4;
  margin-bottom: 20px;
}

.banner-main.not-pro.ide .txt-01 strong {
  font-weight: bold;
}

.banner-main .txt-02 {
  font-size: 48px;
  line-height: 68px;
}

.banner-main.not-pro .txt-02 {
  color: #2b3033;
  font-size: 70px;
  text-align: center;
  margin-bottom: 25px;
}

.banner-main .txt-03 {
  font-size: 16px;
  line-height: 36px;
}

.banner-main.not-pro .txt-03 {
  color: #2b3033;
  font-size: 30px;
  text-align: center;
}

.banner-main .btn-banner {
  width: 142px;
  height: 40px;
  margin-top: 35px;
  background: #e41f2b;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  text-align: center;
}

.banner-main .img-bg {
  position: absolute;
  width: 1920px;
  height: 396px;
  left: 50%;
  top: 0;
  margin-left: -960px;
}

.not-pro .img-bg {
  width: 1920px;
  left: 50%;
  margin-left: -960px;
}

.banner-main .img-bg img {
  position: absolute;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 20px;
}

.swiper-pagination-bullet {
  width: 50px;
  height: 20px;
  background: none;
  border-bottom: 3px solid #000;
  border-radius: 0;
}

.swiper-pagination-bullet-active {
  border-bottom: 3px solid #e41f2b;
}

.banner-mb {
  display: none;
}

@media (max-width: 1023px) {
  .swiper-slide {
    height: auto;
  }
  .banner-main {
    display: none;
  }
  .banner-mb {
    display: block;
  }
  .banner-mb img {
    width: 100%;
    display: block;
  }
}

@-webkit-keyframes fadeInFg {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2%, 2%, 0);
    transform: translate3d(2%, 2%, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInFg {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2%, 2%, 0);
    -ms-transform: translate3d(2%, 2%, 0);
    transform: translate3d(2%, 2%, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
}

.fadeInFg {
  -webkit-animation-name: fadeInFg;
  animation-name: fadeInFg
}

/* dc-SlideShow start */

.dc-SlideShow {
  visibility: hidden;
  position: relative;
  transition: opacity .3s;
  opacity: 0;
}

.dc-SlideShow.loading,
.dc-SlideShow.loaded {
  visibility: visible;
  opacity: 1;
}

.dc-SlideShow .slides-list,
.dc-SlideShow .slide-item {
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dc-SlideShow .slides-list {
  overflow: hidden;
  position: relative;
  z-index: 2;
  /*display: none;*/
}

.dc-SlideShow .slide-item {
  visibility: hidden;
  position: absolute;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.dc-SlideShow .slide-item.active,
.dc-SlideShow .slide-item.draging {
  visibility: visible;
}

.slide-item .slide-bg {
  display: none;
}

.slide-item.has-transition {
  transition: all .3s ease-out;
}

.dc-SlideShow .slide-item.hidden {
  visibility: hidden;
}

/*controls*/

.dc-SlideShow .slide-bullets,
.dc-SlideShow .slide-hotarea {
  z-index: 10;
}

.dc-SlideShow .slide-hotarea {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 70px;
  margin-top: -35px;
  cursor: default;
  transition: transform .4s ease-out, opacity .4s;
  opacity: 0;
}

.dc-SlideShow .slide-hotarea.prev {
  left: 30px;
  transform: translate3d(-200px, 0, 0);
}

.dc-SlideShow .slide-hotarea.next {
  right: 30px;
  transform: translate3d(200px, 0, 0);
}

.dc-SlideShow.loaded:hover .slide-hotarea.prev,
.dc-SlideShow.loaded:hover .slide-hotarea.next {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.dc-SlideShow:hover .slide-hotarea {
  display: block;
  cursor: pointer;
}

.dc-SlideShow .slide-hotarea>.slide-btn {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
}

.slide-hotarea.prev .slide-btn {
  left: 0;
}

.slide-hotarea.next .slide-btn {
  right: 0;
}

.slide-hotarea>.slide-btn:before,
.slide-hotarea>.slide-btn:after {
  position: absolute;
  top: -1px;
  width: 100%;
  height: 2px;
  content: '';
  transform: rotate(-45deg);
  background-color: #fff;
}

.slide-hotarea>.slide-btn:after {
  transform: rotate(45deg);
}

.prev .slide-btn:before,
.prev .slide-btn:after {
  transform-origin: 0 0;
}

.next .slide-btn:before,
.next .slide-btn:after {
  transform-origin: 100% 0;
}

.dc-SlideShow .slide-hotarea:hover>.slide-btn {
  color: #fff;
  border-radius: 3px;
  background: rgba(102, 102, 102, .4);
}

.dc-SlideShow .slide-bullets {
  position: absolute;
  bottom: 17px;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 0;
}

.dc-SlideShow .slide-bullets .slide-bullet {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 0;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
}

.dc-SlideShow .slide-bullets .slide-bullet:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border: solid 1px #666;
  border-radius: 50%;
  vertical-align: middle;
}

.dc-SlideShow .slide-bullets.dark-bg .slide-bullet:before {
  border-color: rgba(255, 255, 255, .8);
}

@media (max-width: 1023px) {
  .dc-SlideShow .slide-bullets {
    bottom: 8px;
  }
}

.dc-SlideShow .slide-bullets.dark-bg .slide-bullet.active:before {
  border-color: rgba(255, 255, 255, .9);
}

.dc-SlideShow .slide-bullets .slide-bullet.active:before {
  width: 12px;
  height: 12px;
  border-width: 2px;
  border-color: #e41f2b;
}

.effect-layer {
  display: none;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.effect-layer.show-effect {
  display: block;
}

/*淡入淡出动画*/

.fade>.effect-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.fade>.curr-slide {
  z-index: 2;
}

.fade>.next-slide {
  z-index: 1;
}

.show-effect.fade>.curr-slide {
  animation: effect-fadeOut 1s forwards
}

.show-effect.fade>.next-slide {
  animation: effect-fadeIn 1s forwards
}

@keyframes effect-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1
  }
}

@keyframes effect-fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0
  }
}

/*滑动动效*/

.effect-layer .effect-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.show-effect.slide .curr-slide {
  animation: effect-slideOutLeft 1s forwards
}

.show-effect.slide .next-slide {
  animation: effect-slideInRight 1s forwards
}

.show-effect.slide.reverse .curr-slide {
  animation: effect-slideOutRight 1s forwards
}

.show-effect.slide.reverse .next-slide {
  animation: effect-slideInLeft 1s forwards
}

.show-effect.slide-vertical .curr-slide {
  animation: effect-slideOutUp 1s forwards
}

.show-effect.slide-vertical .next-slide {
  animation: effect-slideInDown 1s forwards
}

.show-effect.slide-vertical.reverse .curr-slide {
  animation: effect-slideOutDown 1s forwards
}

.show-effect.slide-vertical.reverse .next-slide {
  animation: effect-slideInUp 1s forwards
}

@keyframes effect-slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes effect-slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes effect-slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes effect-slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes effect-slideInUp {
  from {
    transform: translate3d(0, -100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes effect-slideInDown {
  from {
    transform: translate3d(0, 100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes effect-slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes effect-slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, 100%, 0);
  }
}

/*turn*/

.stage-3d-effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  perspective: 2000px;
}

.turn-left .curr-slide:before,
.turn-right .curr-slide:before,
.turn-up .curr-slide:before,
.turn-down .curr-slide:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background: rgba(0, 0, 0, .4);
}

.show-effect.turn-left .curr-slide:before,
.show-effect.turn-right .curr-slide:before,
.show-effect.turn-up .curr-slide:before,
.show-effect.turn-down .curr-slide:before {
  animation: effect-fadeIn 1s forwards;
}

.show-effect.turn-right .next-slide {
  transform-origin: 100% 0;
  animation: effect-turnInRight 1s forwards;
}

.show-effect.turn-left .next-slide {
  transform-origin: 0 0;
  animation: effect-turnInLeft 1s forwards;
}

.show-effect.turn-down .next-slide {
  transform-origin: 0 100%;
  animation: effect-turnInDown 1s forwards;
}

.show-effect.turn-up .next-slide {
  transform-origin: 100% 0;
  animation: effect-turnInUp 1s forwards;
}

@keyframes effect-turnInLeft {
  from {
    transform: rotateY(90deg);
  }
  to {
    transform: rotateY(0);
  }
}

@keyframes effect-turnInRight {
  from {
    transform: rotateY(-90deg);
  }
  to {
    transform: rotateY(0);
  }
}

@keyframes effect-turnInDown {
  from {
    transform: rotateX(90deg);
  }
  to {
    transform: rotateY(0);
  }
}

@keyframes effect-turnInUp {
  from {
    transform: rotateX(-90deg);
  }
  to {
    transform: rotateY(0);
  }
}

.show-effect.shift-left .curr-slide,
.show-effect.shift-right .curr-slide,
.show-effect.shift-up .curr-slide,
.show-effect.shift-down .curr-slide {
  animation: effect-zoomOut 1s forwards;
}

.show-effect.shift-right .next-slide {
  transform-origin: 100% 0;
  animation: effect-shiftInRight 1s forwards;
}

.show-effect.shift-left .next-slide {
  transform-origin: 0 0;
  animation: effect-shiftInLeft 1s forwards;
}

.show-effect.shift-up .next-slide {
  transform-origin: 0 100%;
  animation: effect-shiftInUp 1s forwards;
}

.show-effect.shift-down .next-slide {
  transform-origin: 100% 0;
  animation: effect-shiftInDown 1s forwards;
}

@keyframes effect-zoomOut {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(.6);
  }
}

@keyframes effect-shiftInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes effect-shiftInRight {
  from {
    transform: translate3d(100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0)
  }
}

@keyframes effect-shiftInUp {
  from {
    transform: translate3d(0, -100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0)
  }
}

@keyframes effect-shiftInDown {
  from {
    transform: translate3d(0, 100%, 0)
  }
  to {
    transform: translate3d(0, 0, 0)
  }
}

.unfold.effect-layer {
  overflow: visible;
}

.effect-layer.unfold .effect-slide {
  width: 50%;
}

.effect-layer.unfold .next-slide {
  left: 50%;
  background-position: 100% 0;
}

.effect-layer.unfold .unfold-effect-slides {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  transform-style: preserve-3d;
}

.unfold-effect-slides .unfold-front,
.unfold-effect-slides .unfold-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  backface-visibility: hidden;
}

.unfold .unfold-front {
  background-position: 100% 0;
}

.unfold .unfold-back {
  transform: rotate3d(0, 1, 0, 180deg);
}

.show-effect.unfold .unfold-effect-slides {
  transform-origin: 0 0;
  animation: effect-unfoldLeft 1s forwards;
}

.unfold.reverse .next-slide {
  left: 0;
  background-position: 0 0;
}

.unfold.reverse .curr-slide {
  left: 50%;
  background-position: 100% 0;
}

.unfold.reverse .unfold-effect-slides {
  left: 0
}

.reverse.unfold .unfold-back {
  background-position: 100% 0;
}

.reverse.unfold .unfold-front {
  background-position: 0 0;
}

.show-effect.unfold.reverse .unfold-effect-slides {
  transform-origin: 100% 0;
  animation: effect-unfoldRight 1s forwards;
}

.unfold-vertical.effect-layer {
  overflow: visible;
}

.effect-layer.unfold-vertical .unfold-effect-slides {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 50%;
  transform-style: preserve-3d;
}

.effect-layer.unfold-vertical .effect-slide {
  height: 50%;
}

.effect-layer.unfold-vertical .curr-slide {
  top: 50%;
  background-position: 0 100%;
}

.effect-layer.unfold-vertical .unfold-effect-slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  transform-style: preserve-3d;
}

.unfold-vertical .unfold-back {
  transform: rotate3d(1, 0, 0, 180deg);
  background-position: 0 100%;
}

.show-effect.unfold-vertical .unfold-effect-slides {
  transform-origin: 0 100%;
  animation: effect-unfoldDown 1s forwards;
}

.unfold-vertical.reverse .next-slide {
  top: 50%;
  background-position: 0 100%;
}

.unfold-vertical.reverse .curr-slide {
  top: 0;
  background-position: 0 0;
}

.unfold-vertical.reverse .unfold-effect-slides {
  top: 50%;
}

.reverse.unfold-vertical .unfold-back {
  background-position: 0 0;
}

.reverse.unfold-vertical .unfold-front {
  background-position: 0 100%;
}

.show-effect.unfold-vertical.reverse .unfold-effect-slides {
  transform-origin: 100% 0;
  animation: effect-unfoldUp 1s forwards;
}

@keyframes effect-unfoldLeft {
  from {
    transform: rotate3d(0, 1, 0, 0);
  }
  to {
    transform: rotate3d(0, 1, 0, -180deg);
  }
}

@keyframes effect-unfoldRight {
  from {
    transform: rotate3d(0, 1, 0, 0);
  }
  to {
    transform: rotate3d(0, 1, 0, 180deg);
  }
}

@keyframes effect-unfoldDown {
  from {
    transform: rotate3d(1, 0, 0, 0);
  }
  to {
    transform: rotate3d(1, 0, 0, -180deg);
  }
}

@keyframes effect-unfoldUp {
  from {
    transform: rotate3d(1, 0, 0, 0);
  }
  to {
    transform: rotate3d(1, 0, 0, 180deg);
  }
}

/* dc-SlideShow end */

/* dc-SlideShow 定制 start */

.dc-SlideShow {
  height: 350px;
}

.slide-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #3550d6;
}

.slide-content.slide-play {
  visibility: visible;
}

.dc-SlideShow.mobile-deviceSize .slide-content {
  visibility: hidden;
}

.dc-SlideShow.mobile-device .slide-content [slider-transition-enter-effect],
.dc-SlideShow.mobile-device .slide-content [slider-transition-exit-effect] {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.dc-SlideShow .slide-hotarea,
.dc-SlideShow:hover .slide-hotarea {
  display: none;
}

.slide-link {
  display: block;
  height: 100%;
}

@media (max-width: 1023px) {
  .dc-SlideShow {
    height: auto;
    /* min-height: 170px; */
  }
}

/* dc-SlideShow 定制 end */

/* region banner */

.banner-main-bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  width: 1920px;
  height: 396px;
  margin-left: -960px;
  background-repeat: no-repeat;
  background-position: center center;
}

/* endregion banner */

/* region banner */

/* 进场transition： fadeIn */

[slider-transition-enter-effect="transition-fadeIn"] {
  opacity: 0;
}

[slider-transition-enter-effect="transition-fadeIn"][slider-transition-state="enter"] {
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* 进场transition： fadeInUp */

[slider-transition-enter-effect="transition-fadeInUp"] {
  opacity: 0;
  -webkit-transform: translate3d(0, 50px, 0);
  -ms-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}

[slider-transition-enter-effect="transition-fadeInUp"][slider-transition-state="enter"] {
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* 进场transition： fadeInTopLeft-short */

[slider-transition-enter-effect="transition-fadeInTopLeft-short"] {
  opacity: 0;
  -webkit-transform: translate3d(20px, 20px, 0);
  -ms-transform: translate3d(20px, 20px, 0);
  transform: translate3d(20px, 20px, 0);
}

[slider-transition-enter-effect="transition-fadeInTopLeft-short"][slider-transition-state="enter"] {
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* 退场transition： fadeOut */

[slider-transition-exit-effect="transition-fadeOut"][slider-transition-state="exit"] {
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* 退场transition： fadeOutUp */

[slider-transition-exit-effect="transition-fadeOutUp"][slider-transition-state="exit"] {
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  opacity: 0;
  -webkit-transform: translate3d(0, -50px, 0);
  -ms-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
}

/* endregion banner */

/* region banner: product template */

.slide-content-product .banner-main {
  padding-top: 70px;
}

.banner-product-text {
  position: relative;
  z-index: 3;
}

.banner-product-text h3 {
  margin-bottom: 10px;
  font-size: 24px;
  color: #333333;
  line-height: 36px;
}

.banner-product-text h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 48px;
  color: #333333;
  line-height: 60px;
}

.banner-product-text p {
  margin-top: 10px;
  font-size: 18px;
  color: #333333;
  line-height: 22px;
}

.banner-product-text em {
  font-style: normal;
  color: #e41e2b;
}

.banner-product-text .aui-button {
  margin-top: 30px;
}

.banner-product-image-main,
.banner-product-image-sub {
  position: absolute;
  z-index: 1;
  top: 0;
  right: -190px;
  width: 930px;
  height: 350px;
}

/* 进场transition： fadeInBottomLeft-product */

[slider-transition-enter-effect="transition-fadeInBottomLeft-product"] {
  opacity: 0;
  -webkit-transform: translate3d(104px, -71px, 0);
  -ms-transform: translate3d(104px, -71px, 0);
  transform: translate3d(104px, -71px, 0);
}

[slider-transition-enter-effect="transition-fadeInBottomLeft-product"][slider-transition-state="enter"] {
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* endregion banner: product template */

/* region banner: activity template */

.slide-content-activity .banner-main {
  padding-top: 70px;
  font-size: 0;
  text-align: center;
}

.banner-activity-text {
  position: relative;
  z-index: 3;
  text-align: center;
}

.banner-activity-text h3 {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 36px;
  color: #333;
}

.banner-activity-text h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 56px;
  line-height: 70px;
  color: #333;
}

.banner-activity-text p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 22px;
  color: #333;
}

.banner-activity-text em {
  font-style: normal;
  color: #e41e2b;
}

.banner-activity-text .banner-activity-text-subp {
  display: block;
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 18px;
  color: #999;
}

.banner-activity-button-wrapper {
  margin-top: 20px;
}

.banner-activity-button-wrapper .aui-button {
  box-shadow: 0 10px 20px 0 rgba(239, 35, 54, 0.20);
}

/* endregion banner: activity template */

/*-nav-*/

.activity-nav {
  max-width: 100%;
  background: #fff;
}

.tab-nav-menu {
  max-width: 1180px;
  margin: 0 auto;
}

.tab-nav-item {
  float: left;
  width: 20%;
  height: 50px;
  padding-top: 9px;
  color: #333;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
}

.tab-nav-item.active {
  color: #fff;
  background-color: #F66F6A;
  /* background-image: linear-gradient(320deg, #F66F6A 0%, #EE5A40 100%);
  color: #fff; */
}

.aui-button {
  border: 1px solid #F66F6A;
  border-radius: 2px;
}

.aui-button:hover {
  color: #fff;
  border-color: #f66f66;
}

.aui-button.btn-active {
  color: #fff;
  background: #F66F6A;
}

.aui-button.btn-active:hover {
  box-shadow: 0 8px 16px rgba(246, 111, 106, 0.5);
}

.tab-nav-item:not(.active):hover {
  color: #F66F6A;
}

.spriteicons {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  vertical-align: top;
  /* background-image: url("../images/spriteicons-nav.svg"); */
  background-image: url("../images/spriteicons.svg");
  background-repeat: no-repeat;
  background-size: 192px auto;
  background-position-y: -32px;
}

.spriteicons.icon2 {
  background-position-x: -32px;
}

.spriteicons.icon3 {
  background-position-x: -64px;
}

.spriteicons.icon4 {
  background-position-x: -96px;
}

.spriteicons.icon5 {
  background-position-x: -126px;
}
.spriteicons.icon6 {
  background-position-x: -158px;
}

.tab-nav-item:hover .spriteicons {
  background-position-y: -63px;
}

.tab-nav-item.active .spriteicons {
  background-position-y: 0;
}

/*-nav-*/

/*-云·新手-*/

.activity-content-summary {
  display: none;
}

.activity-content-summary.active {
  display: block
}

.tab-content .newcomer,
.tab-content .preference,
.tab-content .pioneer,
.tab-content .community {
  padding: 50px calc(50% - 590px) 50px;
  background: url("../images/background1.svg") no-repeat center 0;
}

.avtivity-crad {
  position: relative;
  display: block;
  height: 140px;
  padding: 25px;
  color: #333;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  background-image: none !important;
  background-repeat: no-repeat;
  background-position: right 10px bottom 10px;
  -webkit-transition: .5s;
  transition: .5s;
}

.avtivity-crad::before {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  top: 0;
  left: 0;
  background-color: #e41f2b;
  -webkit-transition: width ease .5s;
  -moz-transition: width ease .5s;
  -ms-transition: width ease .5s;
  -o-transition: width ease .5s;
  transition: width ease .5s;
}

.avtivity-crad.type1 {
  background-image: url("../images/cardbg1.svg")
}

.avtivity-crad.type2 {
  background-image: url("../images/cardbg2.svg")
}

.avtivity-crad.type3 {
  background-image: url("../images/cardbg3.svg")
}

.avtivity-crad.type4 {
  background-image: url("../images/cardbg4.svg")
}

.avtivity-crad.type5 {
  background-image: url("../images/cardbg5.svg")
}

.avtivity-crad.type6 {
  background-image: url("../images/cardbg6.svg")
}

.avtivity-crad.type7 {
  background-image: url("../images/cardbg7.svg")
}

.avtivity-crad.type8 {
  background-image: url("../images/cardbg8.svg")
}

.avtivity-crad.type9 {
  background-image: url("../images/cardbg9.svg")
}

.avtivity-crad.type10 {
  background-image: url("../images/cardbg10.svg")
}

.avtivity-crad:hover::before {
  width: 100%;
}

.avtivity-crad:hover>h5 {
  color: #e41f2b;
}

.activityicon {
  position: absolute;
  width: 64px;
  height: 64px;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.avtivity-crad:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, .2);
}

.avtivity-crad:hover .activityicon {
  background-position: -64px;
}

.avtivity-crad>h5 {
  margin-bottom: 10px;
  margin-left: 89px;
  border-bottom: solid 1px #dbdbdb;
  font-size: 20px;
  font-weight: bold;
  line-height: 38px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.avtivity-crad>p {
  margin-left: 89px;
  color: #666;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.rt-bt-mb {
  display: none;
}

@media (max-width: 1199px) {
  .tab-content .newcomer,
  .tab-content .preference,
  .tab-content .pioneer,
  .tab-content .community {
    padding: 50px calc(50% - 480px) 50px;
  }
  .avtivity-crad {
    padding: 20px;
  }
  .avtivity-crad>h5 {
    font-size: 18px;
  }
  .avtivity-crad>p {
    text-align: justify;
  }
}

@media (max-width: 768px) {
  .newcomer,
  .preference,
  .pioneer,
  .community {
    padding: 25px 15px;
  }
  .tab-nav-menu {}
  .tab-nav-item {
    height: 30px;
    padding-top: 0;
    font-size: 12px;
    line-height: 30px;
  }
  .spriteicons {
    display: none
  }
  .avtivity-crad {
    height: 159px;
  }
  .avtivity-crad>h5 {
    font-size: 18px;
  }
}

@media (max-width: 320px) {
  .avtivity-crad>h5 {
    font-size: 16px;
  }
  .avtivity-crad>p {
    font-size: 12px;
  }
}

/*-云·新手-*/

/*-云·活动-*/

.mb-join {
  display: none;
}

.offline {
  padding: 50px calc(50% - 590px) 50px;
  background: url("../images/background2.svg") no-repeat center 0;
}

@media (min-width: 1920px) {
  .activity-content-summary {
    background-size: cover;
  }
}

.tab-offline {
  width: 675px;
  padding: 5px 0;
  margin: 0 auto 30px;
  background-color: #fff;
  box-shadow: 0 5px 15px 0 #D9E5F5;
}

.tab-offline-item {
  float: left;
  width: 33.333333%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.tab-offline-item+.tab-offline-item {
  border-left: 1px solid #e2e2e2;
}

/* .tab-offline-item:nth-child(3){
	pointer-events: none;
} */

.tab-offline-item>span {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  color: #333;
  font-size: 14px;
}

.tab-offline-item.active>span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: -5px;
  left: 0;
  background-color: #e41f2b;
}

.tab-offline-item:nth-child(1)>span::after {
  content: "HOT";
  position: absolute;
  width: 34px;
  height: 16px;
  top: 7px;
  right: -36px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  background-color: #e41f2b;
}

.tab-offline-content {
  padding: 30px;
  padding-bottom: 20px;
  background-color: #fff;
  box-shadow: 0 5px 15px 0 #D9E5F5;
}

.no-padd {
  padding: 0;
}

.offline-introduce {
  padding-bottom: 20px;
  border-bottom: 1px solid #e2e2e2;
}

.offline-img {
  width:500px;height:250px;
  float: left;
  overflow:hidden;
  /* width: 500px; */
}
.view-img{
  transition: all 0.3s !important;
}
.view-img img{
  transition: all 0.3s !important;
}
.offline-img img {
  display: block;
  width: 100%;
}
.view-img:hover img{
  transform: scale(1.06,1.06);
    -ms-transform: scale(1.06,1.06);
    -moz-transform: scale(1.06,1.06);
    -webkit-transform: scale(1.06,1.06);
    -o-transform: scale(1.06,1.06);
}
.offline-info {
  position: relative;
  float: left;
  width: 52.67857142857143%;
  height: 250px;
  padding-left: 30px;
  color: #333;
}

.title-infos {
  float: left;
  font-size: 18px;
  color: #333;
}

.offline-info>h3 {
  font-size: 22px;
  line-height: 28px;
}

.left-float {
  display: inline-block;
}

.right-float {
  float: right;
}

.offline-info h3 span {
  font-size: 14px;
}

.right-float .right-big-red {
  font-size: 22px;
  line-height: 28px;
  margin-left: 3px;
}

.offline-info>p {
  margin-top: 10px;
  text-align: justify;
}

.offline-info .tp15 {
  border-top: 1px solid #ddd;
  padding-top: 10px;
}

.offline-info>a {
  position: absolute;
  left: 30px;
  bottom: 0;
}

.offline-more {
  color: #A0A2A8;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
}

.offline-more a:hover {
  text-decoration: underline;
}

.offline-zgx {
  padding-top: 20px;
}

.offline-zgx:nth-of-type(2) {
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}

.offline-zgx-crad {
  display: block;
  padding-top: 30px;
  /* border-top: 1px solid #e2e2e2; */
}

.offline-zgx .AGrid-row .col-mb-12:nth-child(1) .offline-zgx-crad,
.offline-zgx .AGrid-row .col-mb-12:nth-child(2) .offline-zgx-crad,
.offline-zgx .AGrid-row .col-mb-12:nth-child(3) .offline-zgx-crad,
.offline-zgx .AGrid-row .col-mb-12:nth-child(4) .offline-zgx-crad,
.offline-zgx .AGrid-row .col-mb-12:nth-child(5) .offline-zgx-crad,
.offline-zgx .AGrid-row .col-mb-12:nth-child(6) .offline-zgx-crad,
.offline-zgx .AGrid-row .col-mb-12:nth-child(7) .offline-zgx-crad,
.offline-zgx .AGrid-row .col-mb-12:nth-child(8) .offline-zgx-crad,
.offline-zgx .AGrid-row .col-mb-12:nth-child(9) .offline-zgx-crad,
.offline-zgx .AGrid-row .col-mb-12:nth-child(10) .offline-zgx-crad,
.offline-zgx .AGrid-row .col-mb-12:nth-child(11) .offline-zgx-crad,
.offline-zgx .AGrid-row .col-mb-12:nth-child(12) .offline-zgx-crad,
.offline-zgx .AGrid-row .col-mb-12:nth-child(13) .offline-zgx-crad {
  padding-top: 0;
}

.offline-zgx .AGrid-row .col-mb-12:nth-child(1) .offline-zgx-crad,
.offline-zgx .AGrid-row .col-mb-12:nth-child(2) .offline-zgx-crad {
  border-top: none;
}

.act-scene-card {
  height: 203px;
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 10px;
  background-size: cover;
  background-position: center;
}

.scene-card-2018-1 {
  background-image: url("../images/offline/zgx/xa2018-hover.png");
}

.scene-card-2018-2 {
  background-image: url("../images/offline/zgx/bj2018-hover.png");
}

.scene-card-2018-3 {
  background-image: url("../images/offline/zgx/sz2018-hover.png");
}
.scene-card-2018-4 {
  background-image: url("../images/offline/zgx/nj2018-hover.png?v=20180817");
}

.scene-card-2018-5 {
  background-image: url("../images/offline/zgx/hz2018-hover.jpg");
}
.scene-card-2018-6 {
  background-image: url("../images/offline/zgx/chongqing2018-hover.jpg");
}

.scene-card-2018-7 {
  background-image: url("../images/offline/zgx/chengdu2018-hover.png");
}

.scene-card-2018-8 {
  background-image: url("../images/offline/zgx/wuhan2018-hover.png");
}
.scene-card-2018-9 {
  background-image: url("../images/offline/zgx/jinan2018-hover.png");
}

.scene-card-2018-10 {
  background-image: url("../images/offline/zgx/xiamen2018-hover.png");
}
.scene-card-2018-11 {
  background-image: url("../images/offline/zgx/cs2018-hover.jpg");
}
.scene-card-2018-11 .act-scene-card-shade {
  background-image: url("../images/offline/zgx/cs2018.jpg");
  opacity: 0;
}
.scene-card-2018-11:hover .act-scene-card-shade {
  background-image: url("../images/offline/zgx/cs2018.jpg");
  opacity: 1;
  background-size: cover;
}
.act-scene-card-shade {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* transition: all .5s; */
  background-size: cover;
}

.scene-card-2018-1 .act-scene-card-shade {
  background-image: url("../images/offline/zgx/xa2018.png");
  opacity: 0;
}
.scene-card-2018-1:hover .act-scene-card-shade {
  background-image: url("../images/offline/zgx/xa2018.png");
  opacity: 1;
  background-size: cover;
}

.scene-card-2018-2 .act-scene-card-shade {
  background-image: url("../images/offline/zgx/bj2018.jpg");
  opacity: 0;
}

.scene-card-2018-2:hover .act-scene-card-shade {
  background-image: url("../images/offline/zgx/bj2018.jpg");
  opacity: 1;
  background-size: cover;
}

.scene-card-2018-3 .act-scene-card-shade {
  background-image: url("../images/offline/zgx/sz2018.jpg");
  opacity: 0;
}

.scene-card-2018-3:hover .act-scene-card-shade {
  background-image: url("../images/offline/zgx/sz2018.jpg");
  opacity: 1;
  background-size: cover;
}
.scene-card-2018-4 .act-scene-card-shade {
  background-image: url("../images/offline/zgx/nj2018.png?v=20180817");
  opacity: 0;
}
.scene-card-2018-4:hover .act-scene-card-shade {
  background-image: url("../images/offline/zgx/nj2018.png?v=20180817");
  opacity: 1;
  background-size: cover;
}
.scene-card-2018-5 .act-scene-card-shade {
  background-image: url("../images/offline/zgx/hz2018.jpg");
  opacity: 0;
}
.scene-card-2018-5:hover .act-scene-card-shade {
  background-image: url("../images/offline/zgx/hz2018.jpg");
  opacity: 1;
  background-size: cover;
}

.scene-card-2018-6 .act-scene-card-shade {
  background-image: url("../images/offline/zgx/chongqing2018.jpg");
  opacity: 0;
}
.scene-card-2018-6:hover .act-scene-card-shade {
  background-image: url("../images/offline/zgx/chongqing2018.jpg");
  opacity: 1;
  background-size: cover;
}

.scene-card-2018-7 .act-scene-card-shade {
  background-image: url("../images/offline/zgx/chengdu2018.png");
  opacity: 0;
}

.scene-card-2018-7:hover .act-scene-card-shade {
  background-image: url("../images/offline/zgx/chengdu2018.png");
  opacity: 1;
  background-size: cover;
}

.scene-card-2018-8 .act-scene-card-shade {
  background-image: url("../images/offline/zgx/wuhan2018.png");
  opacity: 0;
}

.scene-card-2018-8:hover .act-scene-card-shade {
  background-image: url("../images/offline/zgx/wuhan2018.png");
  opacity: 1;
  background-size: cover;
}
.scene-card-2018-9 .act-scene-card-shade {
  background-image: url("../images/offline/zgx/jinan2018.png");
  opacity: 0;
}
.scene-card-2018-9:hover .act-scene-card-shade {
  background-image: url("../images/offline/zgx/jinan2018.png");
  opacity: 1;
  background-size: cover;
}
.scene-card-2018-10 .act-scene-card-shade {
  background-image: url("../images/offline/zgx/xiamen2018.png");
  opacity: 0;
}
.scene-card-2018-10:hover .act-scene-card-shade {
  background-image: url("../images/offline/zgx/xiamen2018.png");
  opacity: 1;
  background-size: cover;
}


/* 2017 */
.scene-card1 {
  background-image: url("../images/offline/zgx/cd-hover.png");
}

.scene-card2 {
  background-image: url("../images/offline/zgx/jn-hover.png");
}

.scene-card3 {
  background-image: url("../images/offline/zgx/xa-hover.png");
}

.scene-card4 {
  background-image: url("../images/offline/zgx/wh-hover.png");
}

.scene-card5 {
  background-image: url("../images/offline/zgx/fz-hover.png");
}

.scene-card6 {
  background-image: url("../images/offline/zgx/gz-hover.png");
}
.scene-card7 {
  background-image: url("../images/offline/zgx/sh-hover.jpg");
}

.scene-card8 {
  background-image: url("../images/offline/zgx/bj-hover.jpg");
}

.scene-card9 {
  background-image: url("../images/offline/zgx/nj-hover.jpg");
}

.scene-card1 .act-scene-card-shade {
  background: url("../images/offline/zgx/cd1107.jpg");
  opacity: 0;
}

.scene-card1:hover .act-scene-card-shade {
  background: url("../images/offline/zgx/cd1107.jpg");
  opacity: 1;
  background-size: cover;
}

.scene-card2 .act-scene-card-shade {
  background: url("../images/offline/zgx/jn1101.jpg");
  opacity: 0;
}

.scene-card2:hover .act-scene-card-shade {
  background: url("../images/offline/zgx/jn1101.jpg");
  opacity: 1;
  background-size: cover;
}

.scene-card3 .act-scene-card-shade {
  background: url("../images/offline/zgx/xa1026.jpg");
  opacity: 0;
}

.scene-card3:hover .act-scene-card-shade {
  background: url("../images/offline/zgx/xa1026.jpg");
  opacity: 1;
  background-size: cover;
}

.scene-card4 .act-scene-card-shade {
  background: url("../images/offline/zgx/wh0928.jpg");
  opacity: 0;
}

.scene-card4:hover .act-scene-card-shade {
  background: url("../images/offline/zgx/wh0928.jpg");
  opacity: 1;
  background-size: cover;
}

.scene-card5 .act-scene-card-shade {
  background: url("../images/offline/zgx/fz0920.jpg");
  opacity: 0;
}

.scene-card5:hover .act-scene-card-shade {
  background: url("../images/offline/zgx/fz0920.jpg");
  opacity: 1;
  background-size: cover;
}

.scene-card6 .act-scene-card-shade {
  background: url("../images/offline/zgx/gz0825.jpg");
  opacity: 0;
}

.scene-card6:hover .act-scene-card-shade {
  background: url("../images/offline/zgx/gz0825.jpg");
  opacity: 1;
  background-size: cover;
}

.scene-card7 .act-scene-card-shade {
  background: url("../images/offline/zgx/sh0803.jpg");
  opacity: 0;
}

.scene-card7:hover .act-scene-card-shade {
  background: url("../images/offline/zgx/sh0803.jpg");
  opacity: 1;
  background-size: cover;
}

.scene-card8 .act-scene-card-shade {
  background: url("../images/offline/zgx/bj0711.jpg");
  opacity: 0;
}

.scene-card8:hover .act-scene-card-shade {
  background: url("../images/offline/zgx/bj0711.jpg");
  opacity: 1;
  background-size: cover;
}

.scene-card9 .act-scene-card-shade {
  background: url("../images/offline/zgx/nj0621.jpg");
  opacity: 0;
}

.scene-card9:hover .act-scene-card-shade {
  background: url("../images/offline/zgx/nj0621.jpg");
  opacity: 1;
  background-size: cover;
}

.offline-title {
  position: relative;
}

.offline-title,
.offline-zgx-crad>p {
  float: left;
  width: 100%;
}

.offline-title h5 {
  float: left;
  color: #333;
  font-size: 18px;
  line-height: 22px;
}

.offline-title .rt-bt {
  position: absolute;
  right: 0;
  bottom: 0;
}

.offline-title .btn-kon {
  background: #fff;
  color: #F66F6A;
}

.offline-info .btn-kon {
  background: #fff;
  color: #F66F6A;
}

.info-right .btn-kon {
  background: #fff;
  color: #f66f6a;
}

.info-right .btn-kon:hover {
  background: #F66F6A !important;
  color: #fff !important;
}

.offline-title .btn-kon:hover {
  background: #F66F6A !important;
  color: #fff !important;
}

.offline-info .btn-kon {
  background: #fff !important;
  color: #F66F6A !important;
}

.offline-info .btn-kon:hover {
  background: #F66F6A !important;
  color: #fff !important;
}

.offline-title h5 span {
  font-size: 14px;
  line-height: 20px;
  color: #666;
}

.offline-title>span {
  float: right;
  color: #2d56b1;
}

.offline-zgx-crad>p {
  margin-top: 16px;
  color: #999;
  font-size: 12px;
  line-height: 17px;
}

.offline-address {
  float: left;
}

.offline-time {
  float: right;
}

.offline-more-mb {
  display: none;
}

.offline-sxh-card {
  display: block;
  padding: 30px;
  /*border: 1px solid #e2e2e2;*/
}

.abtn-s {
  display: inline-block;
  height: 32px;
  padding: 0 16px;
  font-size: 14px;
  line-height: 32px;
  border: 1px solid #F66F6A;
  text-align: center;
  cursor: pointer;
}

.abtn-s.btn-active {
  background: #F66F6A;
  color: #fff;
}

.sxh-l {
  float: left;
  width: 55.2930056710775%;
  padding-right: 60px;
}
.right-float-mb{
  display:none;
}
@media(max-width:1199px) and (min-width:1024px){
  .offline-info>p {
    font-size:14px;
  }
}
@media(max-width:1024px) {
  .act-scene-card {
    height: 161px;
  }
}

@media(max-width:768px) {
  .act-scene-card {
    height: 188px;
  }
  
  .offline-info .tp15 {
    border-top: none;
    padding-top: 0px;
  }
  .right-float {
    display:none;
  }
  .right-float-mb{
    display:block;
    margin-top:5px;
  }
  .right-float-mb .right-big-red {
    font-size: 24px;
    line-height: 32px;
    margin-left: 15px;
  }
}

@media(max-width:480px) {
  .act-scene-card {
    height: 214px;
  }
}

@media(max-width:375px) {
  .act-scene-card {
    height: 177px;
  }
}

@media(max-width:320px) {
  .act-scene-card {
    height: 146px;
  }
}

/*城市轮播 */

.join {
  position: relative;
}

.join .section-body {
  overflow: hidden;
  padding: 10px 20px;
}

.join .city_block {
  padding: 10px;
}

.join .section-body .section-slide {
  width: 100%;
}

.join .section-body .section-slide .join-item {
  position: relative;
  box-sizing: border-box;
  transition: all 0.3s;
  height: 228px;
  overflow: hidden;
}

.sxh-ct-block {
  margin-top: 10px;
}

.sxh-ct-block .section-body .section-slide .join-item {
  float: left;
  margin-bottom: 20px;
  margin-left: 0px;
}

.sxh-ct-block .section-body .section-slide .join-item {
  margin-left: 20px;
}

.sxh-ct-block .section-body .section-slide .join-item:nth-child(4n+1) {
  margin-left: 0;
}

.join .section-body .section-slide .join-item .img-bj {
  position: relative;
}

.join .section-body .section-slide .join-item .img-bj img {
  width: 100%;
  display: block;
  transition: all .3s;
}

.join .section-body .section-slide .join-item:hover .img-bj img {
  transform: scale(1.06, 1.06);
}

.join .section-body .shade-in {
  padding: 10px 24px 20px;
  width: 100%;
  position: absolute;
  top: 0;
}

.join .section-body .join-item h4,
.join .section-body .join-item p,
.join .section-body .join-item h5 {
  color: #fff;
  text-align: center;
}

.join .section-body .join-item a {
  display: inherit;
  margin: 10px auto 0;
  width: 90px;
  border-radius: 2px;
}

.join .section-body .join-item a:hover {
  box-shadow: 0 8px 16px rgba(246, 111, 106, 0.5);
}

.join .section-body .join-item h4 {
  font-size: 16px;
  line-height: 22px;
  height: 44px;
}

.join .section-body .join-item p {
  font-size: 42px;
  line-height: 52px;
  margin: 10px 0;
}

.join .section-body .join-item h5 {
  font-size: 14px;
  line-height: 18px;
}

.join .section-body .join-item h5+h5 {
  margin-top: 4px;
}

.join .swiper-button-prev,
.join-yugao .swiper-button-prev {
  left: 0px;
  width: 16px;
  height: 30px;
  background: url("../images/offline/sxh/arr-left.png");
  background-size: 100% 100%;
}

.join .swiper-button-next,
.join-yugao .swiper-button-next {
  right: 0px;
  width: 16px;
  height: 30px;
  background: url("../images/offline/sxh/arr-right.png");
  background-size: 100% 100%;
}

.act-offline {
  position: relative
}

.rightFloat {
  color: #A0A2A8;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
}

.rightFloat:hover {
  text-decoration: underline;
}

/* 云视界轮播 */

.review {
  position: relative;
}

.cloud-view {
  padding-bottom: 0;
}

.review .section-body {
  padding: 10px 20px 20px;
}

.review .section-body .review-slide {
  width: 100%;
  padding-bottom: 10px;
}

.review .section-body .review-slide .review-item {
  float: left;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
  /* cursor: pointer; */
}

.review .section-body .review-slide .review-item:hover .card-item img {
  transform: scale(1.06, 1.06);
}

/* .review .section-body .review-slide .review-item:hover .card-item .cover {
  transform: scale(1.06, 1.06);
} */

.review .section-body .review-slide .review-item .card-item {
  background: #F7F9FA;
}

.review .section-body .review-slide .review-item .card-item .img-container {
  position: relative;
  overflow: hidden;
  background:url("../images/offline/sxh/v-btn.png");
}

.review .section-body .review-slide .review-item .card-item .img-container img {
  transition: all 0.3s;
  width: 100%;
  display: block;
}
.review .section-body .review-slide .review-item .card-item .img-container .btn{
  background:url("../images/offline/sxh/v-btn.png");
  width:40px;
  height:32px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: 50%;
  margin-top: -16px;
  background-size: auto 100%;
}
.review .section-body .review-slide .review-item .card-item .img-container:hover .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.3s;
}

.review .section-body .review-slide .review-item .card-item .img-container:hover .btn {
  display: inline-block;
  width: 40px;
  height: 32px;
  background-color: red;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: 50%;
  margin-top: -16px;
  background: url("../images/offline/sxh/v-btn-hover.png");
  background-size: auto 100%;
}

.review .section-body .review-slide .review-item .card-item .text-container {
  padding: 15px 20px;
}

.review .section-body .review-slide .review-item .card-item .text-container h3 {
  font-size: 16px;
  color: #333333;
  line-height: 20px;
  margin-bottom: 5px;
  overflow: hidden;
  /*超出部分隐藏*/
  white-space: nowrap;
  /*不换行*/
  text-overflow: ellipsis;
  /*超出部分文字以...显示*/
}

.review .section-body .review-slide .review-item .card-item .text-container p {
  font-size: 14px;
  color: #666666;
  line-height: 22px;
}

.review .swiper-button-prev {
  left: 0px;
  width: 16px;
  height: 30px;
  background: url("../images/offline/sxh/arr-left.png");
  background-size: 100% 100%;
}

.review .swiper-button-next {
  right: 0px;
  width: 16px;
  height: 30px;
  background: url("../images/offline/sxh/arr-right.png");
  background-size: 100% 100%;
}

.cloudView-mb {
  display: none;
}

.pc-none {
  display: none;
}

@media(min-width:1024px) and (max-width:1199px) {
  .join .section-body .section-slide .join-item {
    height: 180px;
  }
  .join .section-body .join-item h4 {
    font-size: 14px;
    line-height: 16px;
    height: 36px;
  }
  .join .section-body .shade-in {
    padding: 5px;
  }
  .join .section-body .join-item p {
    font-size: 32px;
    line-height: 34px;
    margin: 5px 0;
  }
}

@media (max-width: 1023px) {
  #swiper2 {
    display: none;
  }
  .cloudView-mb {
    display: block;
    margin-bottom: -15px;
  }
}

@media (max-width: 768px) {
  .offline-zgx .act-offline {
    display: none;
  }
  .pc-none {
    display: block;
    text-align:center;
  }
  #more-crad .pc-none{
    background:#fff !important;
    color:#666 !important;
  }
  .offline-zgx:nth-of-type(2) {
    padding-bottom: 0;
  }
  .more-crad {
    padding: 15px 15px 0 15px;
    border-top: 1px solid #ddd;
  }
  .review .section-body .review-slide {
    margin-right: -15px;
  }
  .review .section-body .review-slide .review-item {
    width: calc((100% - 15px) / 2);
  }
  .review .section-body .review-slide .review-item:nth-child(2)~.review-item {
    margin-top: 15px;
  }
  .review .section-body .review-slide .review-item:nth-child(odd) {
    margin-right: 15px !important;
  }
  .review .section-body .review-slide .review-item:nth-child(even) {
    margin-right: 0px !important;
  }
  .review .section-body .review-slide .review-item:last-child {
    margin-bottom: 0px;
  }
  .review .section-body .review-slide .review-item:nth-last-child(2) {
    margin-bottom: 0px;
  }
  .review .section-body .review-slide .review-item .text-container {
    padding: 5px !important;
  }
  .review .section-body .review-slide .review-item .text-container>* {
    margin: 0px !important;
    padding: 0px !important;
    /* font-size: 12px !important;
    line-height: 18px !important; */
  }
}

@media(max-width:414px) {
  .review .section-body .review-slide .review-item {
    width: 100%;
  }
  .review .section-body .review-slide .review-item~.review-item {
    margin-top: 15px;
  }
}

.speaker-img {
  width: 90px;
  height: 90px;
  margin-bottom: 10px;
  border-radius: 50%;
  border: 1px solid #e2e2e2;
}

.speaker-img img {
  width: 100%;
}

.speaker-name {
  line-height: 20px;
}

.hot-activity li+li {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #e2e2e2;
}

.hot-activity-img {
  display: block;
  width: 100%;
}

.activity-info {
  float: left;
  width: calc(100% - 208px);
  padding-right: 32px;
  border-right: 1px solid #ddd;
}

.activity-info h5 ,.activity-cont h5{
  margin-bottom: 20px;
  color: #252B3A;
  font-size: 22px;
  line-height: 28px;
}


.activity-info p ,.activity-cont p{
  color: #666A75;
  line-height: 22px;
}

.activity-cont p:nth-child(3){
  color:#252b3a;
  margin:15px 0;
}

.activity-info .bt-info {
  margin-top: 30px;
}

.activity-info .bt-info span {
  font-weight: bold;
  width: 33%;
  display: block;
  float: left;
  color: #252B3A;
}

.activity-info .bt-info i {
  color: #130000;
  font-weight: normal;
}

.bt-info span:nth-child(2) {
  text-align: center;
}

.bt-info span:nth-child(3) {
  text-align: right;
}

.activity-info-wrap {
  padding: 30px;
}

.info-right {
  width: 238px;
  float: right;
  padding-top: 20px;
  text-align: center;
  margin-right: -30px;
}

.offline .no-padd .info-right p {
  margin-bottom: 20px;
  padding-left: 60px;
  text-align: left;
  font-weight: bold;
  color: #252B3A;
}

.info-right p {
  font-weight: bold;
}

.big-red {
  font-size: 30px;
  line-height: 38px;
  margin-left: 10px;
}

.info-right p+p {
  margin-top: 10px;
  margin-bottom: 20px;
}

.pd-t30 {
  padding-top: 30px;
  position: relative;
  padding-bottom: 140px;
}

.act-tt {
  font-size: 24px;
  line-height: 30px;
  color: #333;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}

.act-tt~.act-tt {
  margin-top: 30px;
}

.act-tt:before {
  content: "";
  display: block;
  width: 5px;
  height: 30px;
  position: absolute;
  left: 0;
  background: #f66f6a;
}

.offline-title {
  margin-bottom: 15px;
}

.offline .act-activity {
  margin-top: 30px;
  margin-bottom: 30px;
}

.act-activity .tab-offline-wrap~.tab-offline-wrap .tab-offline-content {
  padding-top: 0;
}

.act-activity .tab-offline-wrap:last-child .tab-offline-content {
  padding-bottom: 0;
}

.act-activity .tab-offline-wrap:last-child .offline-introduce {
  border-bottom: none;
}
.act-tt-mb{
  display:none;
}
@media (max-width: 1199px) {
  .offline {
    padding: 50px calc(50% - 480px) 50px;
  }
  .offline-img,
  .offline-info {
    height: 216px;
  }
  .offline-img {
    width: 47%;
  }
  .sxh-l {
    padding-right: 20px;
  }
  .sxh-r {
    padding-left: 20px;
  }
  .speaker-img {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
  }
}

@media (min-width:1024px) and (max-width:1190px) {
  .bt-info span:nth-child(2) {
    width: 35%;
  }
  .bt-info span:nth-child(3) {
    width: 31.5%;
  }
  .activity-info p, .activity-cont p{
    font-size:14px;
    color:#333;
  }
}

@media (max-width: 768px) {
  .tab-content .newcomer,
  .tab-content .preference,
  .tab-content .offline,
  .tab-content .community {
    width: 100%;
    padding: 15px 15px 25px;
    margin: 0 auto;
  }
  .activity-info .bt-info {
    margin-top: 15px;
  }
  .activity-info h5 ,.activity-cont h5,.offline-info h5{
    margin-bottom: 5px;
    font-size: 20px;
  }
 
  .offline {
    padding: 25px 0;
  }
  .tab-offline {
    width: calc(100% - 30px);
    margin-bottom: 15px;
  }
  .tab-offline-wrap {
    padding: 0;
  }
  .tab-offline-content {
    padding: 15px 0px;
  }
  .offline-introduce {
    padding: 0 15px 15px;
  }
  .offline-img {
    width: 100%;
    height: auto;
  }
  .offline-info {
    width: 100%;
    padding: 0;
    height: auto;
    margin-top: 10px;
  }
  .offline-info>p{
    margin-top:5px;
    font-size:14px;
  }
  .offline-info>h3 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom:0;
    padding-top:0;
    color:#252B3A;
  }
  .review .section-body .review-slide .review-item .card-item .text-container p{
    font-size:12px;
  }
  .offline-info>a {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 40px !important;
    margin: 15px auto 0;
    font-size: 14px !important;
    text-align: center;
    line-height: 38px !important;
    border: 1px solid #f66f6a;
    color:#f66f6a;
    left: 0;
  }
  .activity-info-wrap a{
    margin:15px auto 0;
  }
  .offline .act-activity {
    margin-top: 30px;
    padding-bottom: 100px;
  }
  .offline-more {
    display: none;
  }
   .act-tt {
    display:none;
  }
  
  .act-tt-mb {
    display:block;
    font-size: 20px;
    line-height: 30px;
    color: #333;
    position: relative;
    padding-left: 10px;
    margin-bottom: 10px;
  }
  
  .act-tt-mb:before {
    content: "";
    display: block;
    width: 5px;
    height: 30px;
    position: absolute;
    left: 0;
    background: #f66f6a;
  }
  .right-fl {
    float: right;
  }
  .offline-zgx-crad {
    /* display: none; */
    padding: 30px 15px 15px;
    border-bottom: 1px solid #e2e2e2;
  }
  .offline-zgx .AGrid-row .col-mb-12:nth-child(1) .offline-zgx-crad,
  .offline-zgx .AGrid-row .col-mb-12:nth-child(3) .offline-zgx-crad,
  .offline-zgx .AGrid-row .col-mb-12:nth-child(5) .offline-zgx-crad {
    padding-right: 0;
  }
  .offline-zgx .AGrid-row .col-mb-12:nth-child(2) .offline-zgx-crad,
  .offline-zgx .AGrid-row .col-mb-12:nth-child(4) .offline-zgx-crad,
  .offline-zgx .AGrid-row .col-mb-12:nth-child(6) .offline-zgx-crad {
    padding-left: 0;
  }
  .no-bt-mb {
    border-bottom: none;
  }
  .offline-zgx-crad img {
    margin-bottom: 15px;
  }
  .offline-zgx .AGrid-row .col-mb-12:nth-child(1) .offline-zgx-crad,
  .offline-zgx .AGrid-row .col-mb-12:nth-child(2) .offline-zgx-crad,
  .offline-zgx .AGrid-row .col-mb-12:nth-child(3) .offline-zgx-crad {
    display: block;
  }
  .offline-more-mb {
    display: block;
    width: calc(100% - 30px);
    margin: 0 auto;
    color: #e41f2b;
    text-align: center;
    line-height: 38px;
    border: 1px solid #e41f2b;
  }
  .offline-sxh-wrap {
    margin-bottom: 25px;
  }
  .offline-sxh-card {
    display: none;
    padding: 15px;
    border: none;
    border-bottom: 1px solid #e2e2e2;
  }
  .speaker-img {
    margin-bottom: 5px;
    width: 70px;
    height: 70px;
  }
  .offline-sxh-card:nth-child(1),
  .offline-sxh-card:nth-child(2),
  .offline-sxh-card:nth-child(3) {
    display: block;
  }
  .hot-activity li {
    padding: 0 10px;
  }
  .hot-activity li+li {
    padding-top: 25px;
    margin-top: 25px;
  }
  .activity-info {
    width: 100%;
    margin-bottom: 0px;
    padding-right: 0;
    border-right: none;
    float: none;
  }
  .activity-info h5 {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 1;
  }
  .activity-info p {
    color: #666A75;
    font-size: 14px;
    line-height: 22px;
  }
  .activity-info-wrap {
    padding: 0;
  }
  .ft-pd-mb {
    padding-top: 15px;
  }
  .offline .hot-activity .info-right p {
    margin-bottom: 15px;
    text-align: left;
  }
  .activity-info .bt-info span {
    width: 100%;
    float: none;
    text-align: left;
    line-height: 26px;
  }
  .activity-info .bt-info span b {
    display: inline-block;
    width: 105px;
  }
  .info-right p b {
    display: inline-block;
    width: 100px;
  }
  .big-red {
    font-size: 24px;
    line-height: 32px;
    margin-left: 0;
  }
  .activity-info-wrap a.aui-button {
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
  }
  .info-right {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-top: 0;
  }
  .offline-zgx-crad>p {
    margin-top: 0;
  }
  .info-right .offline-address {
    text-align: right;
    padding-bottom: 10px;
  }
  .rt-bt {
    display: none;
  }
  .rt-bt-mb {
    display: inline-block;
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 40px !important;
    background-color: #f66f6a !important;
    font-size: 14 px !important;
    text-align: center;
    line-height: 38px !important;
    border: 1px solid #f66f6a;
    color: #fff !important;
    left: 0;
  }
  .btn-kon {
    background: #fff !important;
    color: #f66f6a !important;
  }
  .offline-title,
  .offline-zgx-crad>p {
    width: auto;
  }
  .right-fl {
    float: right !important;
    display: inline-block;
    width: auto;
  }
  .offline-address {
    float: none;
    text-align: right;
  }
  .offline-time {
    float: none;
  }
  /* 轮播-mb */
  .mb-join {
    display: block;
    position: relative;
  }
  .mb-join .section-body {
    padding: 15px;
  }
  .mb-join .section-body .section-slide {
    width: 100%;
  }
  .mb-join .section-body .section-slide .join-item {
    position: relative;
    float: left;
    width: 48.7%;
    margin-bottom: 7px;
  }
  .mb-join .section-body .section-slide .join-item:nth-child(odd) {
    margin-right: 15px;
  }
  .mb-join .section-body .section-slide .img-bj img {
    width: 100%;
  }
  .mb-join .section-body .shade-in {
    padding: 15px;
    width: 100%;
    position: absolute;
    top: 0;
  }
  .mb-join .section-body .join-item h4,
  .mb-join .section-body .join-item p,
  .mb-join .section-body .join-item h5 {
    color: #fff;
    text-align: center;
  }
  .mb-join .section-body .join-item a {
    display: inherit;
    margin: 10px auto 0;
    width: 100%;
    border-radius: 2px;
  }
  .mb-join .section-body .join-item h4 {
    font-size: 16px;
    line-height: 22px;
    height: 44px;
  }
  .mb-join .section-body .join-item p {
    font-size: 42px;
    line-height: 52px;
    margin: 20px 0 10px;
  }
  .mb-join .section-body .join-item h5 {
    font-size: 14px;
    line-height: 20px;
  }
  .mb-join .section-body .join-item h5+h5 {
    margin-top: 4px;
  }
  .join {
    display: none;
  }
  .sxh-city {
    display: block;
  }
  .offline .no-padd .info-right p {
    padding-left: 0;
  }
}

@media (max-width: 480px) {
  .offline-zgx .AGrid-row .col-mb-12:nth-child(1) .offline-zgx-crad,
  .offline-zgx .AGrid-row .col-mb-12:nth-child(3) .offline-zgx-crad,
  .offline-zgx .AGrid-row .col-mb-12:nth-child(5) .offline-zgx-crad,
  .offline-zgx .AGrid-row .col-mb-12:nth-child(2) .offline-zgx-crad,
  .offline-zgx .AGrid-row .col-mb-12:nth-child(4) .offline-zgx-crad,
  .offline-zgx .AGrid-row .col-mb-12:nth-child(6) .offline-zgx-crad {
    padding: 0 15px 15px;
  }
  .mb-join .section-body .section-slide .join-item {
    position: relative;
    width: 100%;
    margin-bottom: 7px;
  }
  .mb-join .section-body .section-slide .join-item:nth-child(odd) {
    margin-right: 0;
  }
  .tab-offline {
    padding: 10px 5px;
    display: flex;
    justify-content: space-between;
  }
  .tab-offline::before,
  .tab-offline::after {
    display: none;
  }
  .tab-offline-item {
    float: unset;
    width: auto;
    height: 26px;
    line-height: 26px;
  }
  .tab-offline-item+.tab-offline-item {
    border-left: none;
  }
  .tab-offline-item>span {
    font-size: 14px;
    padding: 0 5px;
    white-space: nowrap;
  }
  .tab-offline-item.active>span::before {
    bottom: -10px;
    height: 2px;
  }
  .tab-offline-item:nth-child(1) {
    text-align: left;
  }
  .tab-offline-item:nth-child(1)>span::after {
    top: 5px;
    right: -30px;
    text-align: center;
  }
  .tab-offline-item:nth-child(2) {
    margin-left: 34px;
  }
  .tab-offline-item:nth-child(3) {
    text-align: right;
  }
}

@media(max-width:375px) {
  .mb-join .section-body .join-item p {
    font-size: 24px;
    line-height: 36px;
    margin: 10px 0;
  }
}

@media (max-width: 360px) {
  .mb-join .section-body .join-item h4 {
    font-size: 12px;
    line-height: 18px;
    height: 36px;
  }
}

@media (max-width: 320px) {
  .mb-join .section-body .shade-in {
    padding: 10px;
  }
  .mb-join .section-body .join-item p {
    margin: 0;
  }
}

.join-register {
  background-image: url("../images/offline/sxh/register-v3.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.join-info {
  text-align: center;
  vertical-align: middle;
  max-width: 1180px;
  margin: 0 auto;
}

.join-info h1 {
  font-size: 30px;
  line-height: 38px;
  padding-top: 30px;
  color: #333333;
}

.join-info p {
  font-size: 16px;
  color: #666666;
}

.register-position {
  margin-top: 14px;
  padding-bottom: 18px;
}

@media (max-width:768px) {
  .join-register {
    background-image: url("../images/offline/sxh/register-mb-v3.png");
    /* margin-top: 25px;
    margin-bottom: -25px; */
  }
  .join-info {
    padding: 0;
  }
  .join-info h1 {
    font-size: 20px;
    line-height: 28px;
    color: #252b3a;
    padding: 20px 0 10px 0;
  }
  .join-info p {
    font-size: 14px;
  }
  .join-info a {
    padding-bottom: 20px;
  }
}

/*-精品活动-*/

.font-bold {
  color: #252B3A;
  margin-top: 10px;
}

/*-云新手卡片图标-*/

.newcomer .activityicon1 {
  background-image: url("../images/newcomer/activityicon1.png")
}

.newcomer .activityicon2 {
  background-image: url("../images/newcomer/activityicon2.png")
}

.newcomer .activityicon3 {
  background-image: url("../images/newcomer/activityicon3.png")
}

.newcomer .activityicon4 {
  background-image: url("../images/newcomer/activityicon4.png")
}

.newcomer .activityicon5 {
  background-image: url("../images/newcomer/activityicon5.png")
}

.newcomer .activityicon6 {
  background-image: url("../images/newcomer/activityicon6.png")
}

.newcomer .activityicon7 {
  background-image: url("../images/newcomer/activityicon7.png")
}

.newcomer .activityicon8 {
  background-image: url("../images/newcomer/activityicon8.png")
}

.newcomer .activityicon9 {
  background-image: url("../images/newcomer/activityicon9.png")
}

.newcomer .activityicon10 {
  background-image: url("../images/newcomer/activityicon10.png")
}

/*-云新手卡片图标-*/

/*-云先锋卡片图标-*/

.pioneer .activityicon1 {
  background-image: url("../images/pioneer/activityicon1.png")
}

.pioneer .activityicon2 {
  background-image: url("../images/pioneer/activityicon2.png")
}

.pioneer .activityicon3 {
  background-image: url("../images/pioneer/activityicon3.png")
}

.pioneer .activityicon4 {
  background-image: url("../images/pioneer/activityicon4.png")
}

.pioneer .activityicon5 {
  background-image: url("../images/pioneer/activityicon5.png")
}

.pioneer .activityicon6 {
  background-image: url("../images/pioneer/activityicon6.png")
}

.pioneer .activityicon7 {
  background-image: url("../images/pioneer/activityicon7.png")
}

.pioneer .activityicon8 {
  background-image: url("../images/pioneer/activityicon8.png")
}

/*-云先锋卡片图标-*/

/*-云特惠卡片图标-*/

.preference .activityicon1 {
  background-image: url("../images/preference/activityicon1.png")
}

.preference .activityicon2 {
  background-image: url("../images/preference/activityicon2.png")
}

.preference .activityicon3 {
  background-image: url("../images/preference/activityicon3.png")
}

.preference .activityicon4 {
  background-image: url("../images/preference/activityicon4.png")
}

.preference .activityicon5 {
  background-image: url("../images/preference/activityicon5.png")
}

.preference .activityicon6 {
  background-image: url("../images/preference/activityicon6.png")
}

.preference .activityicon7 {
  background-image: url("../images/preference/activityicon7.png")
}

.preference .activityicon8 {
  background-image: url("../images/preference/activityicon8.png")
}

/*-云特惠卡片图标-*/

/*-云社区卡片图标-*/

.community .activityicon1 {
  background-image: url("../images/community/activityicon1.png")
}

.community .activityicon2 {
  background-image: url("../images/community/activityicon2.png")
}

.community .activityicon3 {
  background-image: url("../images/community/activityicon3.png")
}

.community .activityicon4 {
  background-image: url("../images/community/activityicon4.png")
}

.community .activityicon5 {
  background-image: url("../images/community/activityicon5.png")
}

.community .activityicon6 {
  background-image: url("../images/community/activityicon6.png")
}

/*-云社区卡片图标-*/

/*css修改*/

.offline-sign {
  color: #FFFFFF !important;
  position: relative;
  top: -14px;
  right: 0px;
}

.sxh-offline {
  float: left;
  /*width: 50%;*/
  width: 100%;
  padding-right: 0px;
}

.offline-details {
  border: 0;
}

.offline-sxh-wrap {
  overflow: hidden;
}

.offline-content {
  overflow: hidden;
  border: 1px solid #e2e2e2;
}

.offline-link {
  padding: 20px;
  padding-bottom: 15px;
  position: relative;
}

.offline-link {
  width: 50%;
  float: left;
}

.offline-link>.sxh-offline:nth-child(2) {
  padding-left: 30px;
  position: relative;
}

.offline-link>.sxh-offline:nth-child(2):before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 120px;
  border-left: 1px dashed #e2e2e2;
  position: absolute;
  left: 13px;
}

.sxh-right::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 126px;
  border-left: 1px dashed #E2E2E2;
  position: absolute;
  left: 0px;
  top: 17px;
}

.offline-con~div {
  margin-top: 20px;
}

@media (min-width: 320px) and (max-width: 414px) {
  .sxh-l p span.offline-detail {
    position: relative;
    top: 7px;
  }
}

@media (min-width: 414px) and (max-width: 420px) {
  .sxh-l p span.offline-detail {
    position: relative;
    top: -15px;
    left: 10px;
  }
}

.title-info {
  line-height: 26px;
}

@media (min-width: 942px) and (max-width: 1199px) {
  .sxh-right::before {
    height: 150px;
  }
  .title-info {
    line-height: normal;
  }
}

@media (max-width:768px) {
  .offline-link {
    width: 100%;
  }
  .offline-content {
    border: none;
  }
  .sxh-right::before {
    content: none;
  }
  .offline-sxh-wrap {
    margin-bottom: 15px;
  }
  .offline-content>.offline-link:nth-child(1) {
    padding-top: 0px;
  }
}

.aui-button {
  padding: 0 16px;
}

.aui-button.aui-btn {
  padding: 0 30px;
  height: 40px;
  line-height: 40px;
}

.h5-height {
  margin-bottom: 28px !important;
}

/*20180515*/

.activityicon p em {
  color: #e41f2b;
}

.site {
  position:relative;
  overflow: hidden;
  padding:30px;
}

.site ul {
  width: 1200px;
}

.site ul li {
  float: left;
  text-align: center;
  font-size: 16px;
  color: #555555;
  line-height: 26px;
}

.site ul li.active {
  color: #e31728;
  position: relative;
}

.site ul li:hover {
  color: #e31728;
  position: relative;
}
.site ul li.active i {
  display: block;
  background: url("../images/offline/zgx/site.png")no-repeat;
  width: 14px;
  height: 20px;
  position: absolute;
  top: -23px;
  left:20px;
}
.site ul li:nth-last-of-type(even):before {
  content: "";
  height: 1px;
  font-size: 0;
  background: #ddd;
  width: 50px;
  display: block;
  margin: 13px 3px 0 3px;
}

.notClick {
  color: #ccc !important;
  cursor: not-allowed !important;
}
.not-allowed{
  background:#f7f7f7 !important;
  cursor:auto !important;
  border:1px solid #ddd !important;
  color:#a0a2a8 !important;
}
.not-allowed:hover{
  box-shadow:none !important;
}
.no-tt{
  margin-bottom:32px !important;
}
#swiper4 {
  display: none;
}

@media(max-width:768px) {
  
  #swiper3 {
    display: none;
  }
  
}

/* 大会 */
.dahui .act-activity{
  margin-top:0px;
}
.dahui .act-activity .tab-offline-wrap:nth-child(1){
  margin-bottom:30px;
}
.dahui .act-activity .tab-offline-wrap:nth-child(3) .tab-offline-content{
  padding-top:30px !important;
}
.dahui .act-activity .hot-activity .activity-info-wrap{
  padding-bottom:0;
}
#dahui{
  padding:0;
}
#dahui a{
  margin-bottom:32px;
}
.testHeight{
  line-height:22px;
}
@media(max-width:1199px) and (min-width:1024px){
  .testHeight{
    font-size:14px;
  }
  .site ul li{
    font-size:14px;
  }
  .site ul li:nth-last-of-type(even):before{
    width:36px;
  }
}
@media(max-width:768px){
  .dahui .act-activity .tab-offline-wrap:nth-child(1){
    margin-bottom:15px;
  }
  .offline .no-padd{
    padding:0;
  }
  .hot-activity li {
    padding: 15px;
  }
  .dahui .act-activity{
    padding-bottom:0;
  }
  .dahui .act-activity .activity-cont{
    padding-top:15px;
  }
  #dahui a{
    margin-bottom:0;
  }
  .dahui .act-activity .tab-offline-wrap:nth-child(3) .tab-offline-content{
    padding-top:15px !important;
  }
  .testHeight{
    font-size:14px;
    line-height:22px;
  }
}
@media(max-width:1198px) and (min-width:1024px){
  #past_botm .tab-offline-wrap:nth-child(5){
    padding-bottom:60px;
  }
  .cloud-view .offline-info .tp15{
    display:none;
  }
}
/* 展开收起 */
.openUp,.foldUp{
  display:none;
  margin-top:5px;
  margin-bottom:5px;
  color:#2d56b1;
}
.hovercont{
  margin-bottom:10px;
  margin-top:7px;
}
@media(max-width:480px){
  .hovercont{
    margin-bottom:5px;
  }
  .hovercont p{
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: unset;
    overflow: hidden;
  }
  .openUp{
    display:block;
  }

}

.view-online{
  padding-top:30px;
}
.more-con{
  left:158px !important;
}
@media(max-width:1024px){
  .more-con{
    display:none;
  }
}
/* region aui-btn */
.dc-SlideShow .aui-button {
  display: inline-block;
  height: 40px;
  padding: 0 30px;
  border: solid 1px transparent;
  border-radius: 2px;
  background: transparent;
  font-weight: 400;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  transition: .2s;
}
.dc-SlideShow .btn-large {
  height: 48px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 18px;
  line-height: 46px;
}
.dc-SlideShow .btn-primary {
  border-color: #f66f6a;
  background-color: #f66f6a;
  color: #fff;
}
.dc-SlideShow .btn-primary:hover,
.dc-SlideShow .btn-primary.hover {
  box-shadow: 0 8px 16px rgba(246, 111, 106, 0.5);
}
.dahui .act-tt{
  padding-top:30px;
}
.activity-old-metting-list .act-tt{
  padding-top:30px;
}
.dahui .activity-all-metting-list .tab-offline-wrap:nth-child(4) .offline-introduce{
  border-bottom:none;
}
.activity-old-metting-list .tab-offline-wrap .tab-offline-content:last-child .offline-introduce{
  border-bottom:none;
}