/*适应性css*/


img {
  width: 100%;
  height: 100%;
  display: block;
}

.swiper-wrapper {
  position: relative;
}

.media-feature-swiper {
  overflow: hidden;
}

.swiper-container {
  width: 100%;
  box-sizing: border-box;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-container-banner {
  width: 100%;
  height: 100vh;
}

/*pc 超大*/
@media screen and (min-width: 1500px) {

  .swiper-title {
    position: absolute;
    color: #FFF;
    text-align: center;
    width: 100%;
    top: calc(40vh - 68px);
    font-size: 68px;
    font-weight: bold;
  }

  .swiper-text {
    position: absolute;
    color: #FFF;
    text-align: center;
    width: 100%;
    top: calc(40vh + 57px);
    font-size: 34px;
    font-weight: bold;
  }

  /* 通用css */
  .media-title {
    font-size: 45px;
    font-weight: bold;
    color: #252533;
  }

  .media-text {
    font-size: 18px;
    font-weight: 400;
    color: #252533;
  }

  .media-title-26 {
    font-size: 26px;
    font-weight: bold;
    color: #252533;
  }

  .media-title-32 {
    font-size: 32px;
    font-weight: bold;
    color: #252533;
  }

  .box-column {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .box-column-main-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
  }

  .box-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-direction: row;
  }

  .to-btn {
    width: 280px;
    height: 52px;
    background: #376eff;
    box-shadow: 0px 3px 15px 1px rgba(55, 110, 255, 0.3);
    border-radius: 26px;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    line-height: 52px;
    text-align: center;
    cursor: pointer;
  }

  .to-btn:active {
    opacity: 0.7;
  }

  /* 为什么选择我们开始 */

  .aboutus-box {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .aboutus-title {
    margin-top: 139px;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .aboutus-main-img {
    width: 651px;
    height: 628px;
    flex-shrink: 0;
  }

  .aboutus-title-bg {
    width: 472px;
    position: absolute;
    top: -15px;
    height: 62px;
  }

  .aboutus-main {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    margin-top: 75px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .aboutus-main-info {
    margin-left: 104px;
  }

  .aboutus-main-info-item {
    border-bottom: 1px solid #DDDDEB;
    margin-bottom: 50px;
  }

  .aboutus-main-info-item-title {
    margin-bottom: 14px;
    position: relative;
  }

  .aboutus-main-info-item-title::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: -38px;
    top: 13px;
    width: 18px;
    height: 18px;
    background: #376EFF;
    opacity: 0.8;
    border-radius: 3px;

  }

  .aboutus-main-info-item-text {
    margin-bottom: 20px;
  }

  /* 为什么选择我们结束 */

  /* 流程开始 */
  .sequence {
    background: url(/storage/web/img/media/miniVideo/bg-dark3.png) no-repeat center center;
    background-size: cover;
  }

  .sequence-box {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-bottom: 170px;
  }

  .sequence-title {
    margin-top: 139px;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .sequence-title div {
    color: #fff;
  }

  .sequence-title-bg {
    width: 373px;
    position: absolute;
    top: -15px;
    height: 62px;
  }

  .sequence-main {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 60px;

  }

  .sequence-main-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: center;
  }

  .sequence-main-item-block {
    min-width: 100%;
  }

  .sequence-main-item-num {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: url(/storage/web/img/media/miniVideo/bg-num.png) no-repeat 100% 100%;
    background-size: cover;
    font-size: 26px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    line-height: 70px;
    margin: 0 23px;
  }

  .sequence-main-item-info {
    color: #fff;
    width: 100%;
    white-space: nowrap;
    min-width: 100%;
  }

  .sequence-main-item-info-title {
    color: #FFFFFF;
    position: relative;
    line-height: 70px;

  }

  .sequence-main-item-info-text {
    color: #FFFFFF;
    position: absolute;
    top: 46px;
    right: 0;
  }

  .sequence-main-arr {
    height: 30px;
    width: 30px;
  }

  /* 流程结束 */


  /*平台介绍开始*/
  .media-product {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-bottom: 264px;
    padding-top: 150px;
  }

  .media-product-bg {
    position: absolute;
    width: 625px;
    height: 504px;
    top: 275px;
    left: 0;
    z-index: 0;
  }

  .media-product-left {
    width: 600px;
    height: 43px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .media-product-title {
    font-weight: bold;
    color: #252533;
    font-size: 45px;
  }

  .media-product-text {
    margin-top: 40px;
    color: #252533;
    line-height: 30px;
    font-weight: 500;
    font-size: 18px;
  }

  .media-product .media-product-right {
    width: 662px;
    height: 755px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  /* 平台介绍结束 */
  /* 资源介绍开始*/
  .resource-bg {
    background: url(/storage/web/img/media/miniVideo/bg-dark2.png) no-repeat center center;
    background-size: cover;
  }

  .media-resource {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-bottom: 110px;

  }

  .media-resource-top {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 82px;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .media-resource-top-bg {
    /* width: px; */
    height: 62px;
    position: absolute;
    top: -30px;
  }

  .media-resource-bottom {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
  }

  .media-resource-top-title {
    font-size: 40px;
    font-weight: bold;
    color: #252533;
  }

  .media-resource-bottom-item {
    box-sizing: border-box;
    padding: 50px 40px 34px 40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    width: 380px;
    height: 534px;
    margin: 0 15px;
    margin-bottom: 20px;
    background: #ffffff;
    border-radius: 20px;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .media-resource-bottom-item:nth-child(1) {
    background: url(/storage/web/img/media/miniVideo/bg-white.png) no-repeat 100% 100%;
    background-size: cover;
  }

  .media-resource-bottom-item:nth-child(2) {
    background: url(/storage/web/img/media/miniVideo/bg-blue.png)no-repeat 100% 100%;
    background-size: cover;
  }

  .media-resource-bottom-item:nth-child(3) {
    background: url(/storage/web/img/media/miniVideo/bg-dark.png)no-repeat 100% 100%;
    background-size: cover;
  }

  .media-resource-bottom-item-right-price {
    margin-top: 76px;
    font-size: 52px;
    font-weight: bold;
    color: #252533;
  }

  .media-resource-bottom-item-right-price span {
    font-size: 18px;
    font-weight: bold;
  }

  .media-resource-bottom-item-btn {
    width: 224px;
    height: 46px;
    background: linear-gradient(90deg, #799EFF 0%, #376EFF 100%);
    border-radius: 23px;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
    line-height: 46px;
    margin-top: auto;
  }

  .media-resource-bottom-item-left {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .media-resource-bottom-item-right {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .media-resource-bottom-item-left-img {
    /* width: 100px; */
    height: 100px;
    flex-shrink: 0;
  }

  .media-resource-bottom-item-right-title {
    margin-top: 29px;
    font-size: 26px;
    font-weight: bold;
    color: #252533;
  }

  .media-resource-bottom-item-right-text {
    margin-top: 18px;
    font-size: 18px;
    font-weight: 400;
    color: #252533;
  }

  /*  资源介绍结束  */
  /* 功能介绍开始 */
  .media-feature {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-bottom: 180px;
  }

  .feature-bg {
    /* background: url(/storage/web/img/media/椭圆2.png) no-repeat center center; */
    background-size: cover;
    background-size: 500px;
  }

  .media-feature-top {
    position: relative;
    padding-top: 130px;
    padding-bottom: 80px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .media-feature-top-bg {
    width: 563px;
    height: 62px;
    position: absolute;
    top: 110px;
  }

  .media-feature-bottom {
    width: 100%;
  }

  .media-feature-bottom-nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-around;
    margin-bottom: 40px;
  }

  .media-feature-bottom-detail {
    margin-top: 38px;
    padding: 0 120px;
    display: none;
    background: url(/storage/web/img/media/miniVideo/bg-ara3.png) no-repeat 100% 100%;
    background-size: cover;
  }

  .media-feature-bottom-detail-box {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
  }

  .media-feature-bottom-detail-img {
    width: 256px;
    height: 538px;
    flex-shrink: 0;
  }

  .media-feature-bottom-detail-info {
    margin-left: 150px;
  }

  .media-feature-bottom-detail-info .media-title-26 {
    margin-top: 85px;
  }

  .media-feature-bottom-detail-info>div {
    /* color: #fff; */
  }

  .media-feature-bottom-detail-info-title {
    padding-top: 54px;
  }

  .media-title-26>span {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #0F4BEA;
    opacity: 0.8;
    border-radius: 3px;
    margin-right: 25px;
  }

  .media-feature-bottom-detail-info-text {
    padding-top: 25px;
    padding-bottom: 60px;
    /* padding-left: 50px; */

  }


  .media-feature-bottom-detail-info-btn {
    margin-top: 135px;
  }

  .media-feature-bottom-nav-item {
    cursor: pointer;
    text-align: center;
  }

  .media-feature-bottom-nav-item-title {
    font-size: 26px;
    font-weight: bold;
    /* color: #ffffff; */
  }

  .media-feature-bottom-nav-item-current {
    width: 70px;
    height: 32px;
    margin-top: 14px;
    margin-left: auto;
    margin-right: auto;
  }

  .media-feature-bottom-nav-item-current>img {
    display: none;
  }

  .media-feature-bottom-swiper {
    width: 100%;
  }

  .media-feature-top-title {
    font-size: 40px;
    font-weight: bold;
    /* color: #ffffff; */
  }

  /* 功能介绍结束 */
  /* 平台优势开始 */
  .media-merit {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .media-merit-top {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    margin-top: 160px;
  }

  .media-merit-top-bg {
    width: 484px;
    height: 62px;
    position: absolute;
    top: -30px;
  }

  .media-merit-bottom {
    margin-top: 80px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .media-merit-bottom-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    width: 685px;
    padding: 48px 30px 50px 40px;
    background: #ffffff;
    box-shadow: 0px 3px 20px 0px rgba(112, 230, 230, 0.2);
    border-radius: 20px;
    margin-bottom: 30px;
  }

  .media-merit-bottom-right {
    height: 202px;
    width: 202px;
    flex-shrink: 0;
    margin-left: 57px;
  }

  .media-merit-bottom-left span {
    width: 30px;
    height: 24px;
    display: inline-block;
    position: relative;
    top: -15px;
  }

  /* 平台优势结束 */
  /* 案例示例开始 */
  .media-example-top {
    position: relative;
    margin: 300px 0 90px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .media-example-top-bg {
    width: 586px;
    height: 62px;
    position: absolute;
    top: -30px;
  }

  .media-example-top-text {
    font-size: 16px;
    margin-top: 20px;
  }

  .media-example-bottom {
    width: 100%;
    position: relative;
  }

  .media-example-bottom-lswiper {
    width: 746px;
    height: 450px;
    margin-left: 0;
    padding-top: 0;
    border-radius: 22px;
  }

  .media-example-bottom-rswiper {
    height: auto;
    position: absolute;
    z-index: 10;
    width: 782px;
    right: 0;
    top: 25px;
    box-sizing: border-box;
    height: 400px;
    color: #fff;
    border-radius: 20px;
    /* background-color: rgba(55, 110, 255, 0.8); */
    background: url(/storage/web/img/media/曲线.png) no-repeat center center;
    background-size: cover;
    border-radius: 20px;
    padding-top: 0;
  }

  .media-example-bottom-rswiper-slide {
    padding: 50px 100px 58px 68px;
  }

  .media-example-bottom-rswiper-title {
    color: #fff;
    text-align: left;
  }

  .media-example-bottom-rswiper-line {
    width: 30px;
    height: 5px;
    background: #ffffff;
    margin: 30px 0;
  }

  .media-example-bottom-rswiper-info {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    margin-top: 50px;
  }

  .media-example-bottom-rswiper-info-item {
    margin-right: 90px;
  }

  .media-example-bottom-rswiper-info-item-top {
    line-height: 30px;
  }

  .media-example-bottom-rswiper-info-bottom {
    display: block;
    font-size: 16px;
  }

  .media-example-bottom-rswiper-info-item-top span {
    font-size: 16px;
  }

  .media-example-bottom-rswiper-info-item:last-child {
    margin-right: 0;
  }

  .media-example-bottom-rswiper-text {
    font-size: 18px;
  }

  .media-example-bottom-rswiper-info-item-top {
    font-size: 50px;
  }

  .media-example-bottom-pagination {
    margin-top: 30px;
    text-align: center;
    padding: 10px 200px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .media-example-bottom-pagination-active {
    display: inline-block;
    width: 120px;
    height: 4px;
    background: #376eff;
  }

  .media-example-bottom-pagination-item {
    display: inline-block;
    width: 120px;
    height: 4px;
    background: #e0e9ff;
  }

  .media-example-bottom-btn {
    margin: 90px auto 132px auto;
  }

  .media-example-box {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }

  .media-example-item {
    width: 325px;
    flex-shrink: 0;
    height: 394px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
  }

  .media-example-item:nth-child(1) {
    background: url(/storage/web/img/media/miniVideo/adimg1.png) no-repeat center center;
    background-size: cover;
  }

  .media-example-item:nth-child(2) {
    background: url(/storage/web/img/media/miniVideo/adimg2.png) no-repeat center center;
    background-size: cover;
  }

  .media-example-item:nth-child(3) {
    background: url(/storage/web/img/media/miniVideo/adimg3.png) no-repeat center center;
    background-size: cover;
  }

  .media-example-item:nth-child(4) {
    background: url(/storage/web/img/media/miniVideo/adimg4.png) no-repeat center center;
    background-size: cover;
  }

  .media-example-item-text {
    box-sizing: border-box;
    padding: 5px;
    margin-top: 281px;
    background: rgba(38, 40, 58, 0.5);
    width: 100%;
    border-radius: 0px 0px 10px 10px;
    height: 113px;
    font-size: 17px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
  }

  /* 案例示例结束 */
}

/*pc 大*/
@media (min-width: 1200px) and (max-width: 1499px) {
  .swiper-title {
    position: absolute;
    color: #FFF;
    text-align: center;
    width: 100%;
    top: calc(40vh - 68px);
    font-size: 68px;
    font-weight: bold;
  }

  .swiper-text {
    position: absolute;
    color: #FFF;
    text-align: center;
    width: 100%;
    top: calc(40vh + 57px);
    font-size: 34px;
    font-weight: bold;
  }

  /* 通用css */
  .media-title {
    font-size: 40px;
    font-weight: bold;
    color: #252533;
    text-align: center;
  }

  .media-text {
    font-size: 18px;
    font-weight: 400;
    color: #252533;
  }

  .media-title-26 {
    font-size: 26px;
    font-weight: bold;
    color: #252533;
  }

  .media-title-32 {
    font-size: 32px;
    font-weight: bold;
    color: #252533;
  }

  .box-column {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .box-column-main-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
  }

  .box-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-direction: row;
  }

  .to-btn {
    width: 280px;
    height: 52px;
    background: #376eff;
    box-shadow: 0px 3px 15px 1px rgba(55, 110, 255, 0.3);
    border-radius: 26px;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    line-height: 52px;
    text-align: center;
    cursor: pointer;
  }

  .to-btn:active {
    opacity: 0.7;
  }

  /* 为什么选择我们开始 */

  .aboutus-box {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .aboutus-title {
    margin-top: 139px;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .aboutus-main-img {
    width: 651px;
    height: 628px;
    flex-shrink: 0;
  }

  .aboutus-title-bg {
    width: 472px;
    position: absolute;
    top: -15px;
    height: 62px;
  }

  .aboutus-main {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    margin-top: 75px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .aboutus-main-info {
    margin-left: 104px;
  }

  .aboutus-main-info-item {
    border-bottom: 1px solid #DDDDEB;
    margin-bottom: 50px;
  }

  .aboutus-main-info-item-title {
    margin-bottom: 14px;
    position: relative;
  }

  .aboutus-main-info-item-title::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: -38px;
    top: 13px;
    width: 18px;
    height: 18px;
    background: #376EFF;
    opacity: 0.8;
    border-radius: 3px;

  }

  .aboutus-main-info-item-text {
    margin-bottom: 20px;
  }

  /* 为什么选择我们结束 */
  /* 流程开始 */
  .sequence {
    background: url(/storage/web/img/media/miniVideo/bg-dark3.png) no-repeat center center;
    background-size: cover;
  }

  .sequence-box {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-bottom: 170px;
  }

  .sequence-title {
    margin-top: 139px;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .sequence-title div {
    color: #fff;
  }

  .sequence-title-bg {
    width: 373px;
    position: absolute;
    top: -15px;
    height: 62px;
  }

  .sequence-main {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 60px;

  }

  .sequence-main-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: center;
  }

  .sequence-main-item-block {
    min-width: 100%;
  }

  .sequence-main-item-num {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: url(/storage/web/img/media/miniVideo/bg-num.png) no-repeat 100% 100%;
    background-size: cover;
    font-size: 26px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    line-height: 70px;
    margin: 0 23px;
  }

  .sequence-main-item-info {
    color: #fff;
    width: 100%;
    white-space: nowrap;
    min-width: 100%;
  }

  .sequence-main-item-info-title {
    color: #FFFFFF;
    position: relative;
    line-height: 70px;

  }

  .sequence-main-item-info-text {
    color: #FFFFFF;
    position: absolute;
    top: 46px;
    right: 0;
  }

  .sequence-main-arr {
    height: 30px;
    width: 30px;
  }

  /* 流程结束 */
  /*平台介绍开始*/
  .media-product {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-bottom: 264px;
    padding-top: 150px;
  }

  .media-product-bg {
    position: absolute;
    width: 625px;
    height: 504px;
    top: 275px;
    left: 0;
    z-index: 0;
  }

  .media-product-left {
    width: 600px;
    height: 43px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    z-index: 1;
  }

  .media-product-title {
    font-weight: bold;
    color: #252533;
    font-size: 45px;
  }

  .media-product-text {
    margin-top: 40px;
    color: #252533;
    line-height: 30px;
    font-weight: 500;
    font-size: 18px;
  }

  .media-product .media-product-right {
    z-index: 1;

    width: 662px;
    height: 755px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  /* 平台介绍结束 */
  /* 资源介绍开始*/
  .resource-bg {
    background: url(/storage/web/img/media/miniVideo/bg-dark2.png) no-repeat center center;
    background-size: cover;
  }

  .media-resource {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-bottom: 110px;
  }

  .media-resource-top {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 82px;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .media-resource-top-bg {
    /* width: 485px; */
    height: 62px;
    position: absolute;
    top: -30px;
  }

  .media-resource-bottom {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .media-resource-bottom-item {
    box-sizing: border-box;
    padding: 50px 40px 34px 40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    width: 330px;
    height: 534px;
    margin: 0 15px;

    margin-bottom: 20px;
    background: #ffffff;
    border-radius: 20px;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .media-resource-bottom-item:nth-child(1) {
    background: url(/storage/web/img/media/miniVideo/bg-white.png) no-repeat 100% 100%;
    background-size: cover;
  }

  .media-resource-bottom-item:nth-child(2) {
    background: url(/storage/web/img/media/miniVideo/bg-blue.png)no-repeat 100% 100%;
    background-size: cover;
  }

  .media-resource-bottom-item:nth-child(3) {
    background: url(/storage/web/img/media/miniVideo/bg-dark.png)no-repeat 100% 100%;
    background-size: cover;
  }

  .media-resource-bottom-item-right-price {
    margin-top: 76px;
    font-size: 52px;
    font-weight: bold;
    color: #252533;
  }

  .media-resource-bottom-item-right-price span {
    font-size: 18px;
    font-weight: bold;
  }

  .media-resource-bottom-item-btn {
    width: 224px;
    height: 46px;
    background: linear-gradient(90deg, #799EFF 0%, #376EFF 100%);
    border-radius: 23px;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 46px;
    margin-top: auto;
    cursor: pointer;
  }

  .media-resource-bottom-item-left {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .media-resource-bottom-item-right {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .media-resource-bottom-item-left-img {
    /* width: 100px; */
    height: 100px;
    flex-shrink: 0;
  }

  .media-resource-bottom-item-right-title {
    margin-top: 29px;
    font-size: 26px;
    font-weight: bold;
    color: #252533;
  }

  .media-resource-bottom-item-right-text {
    margin-top: 18px;
    font-size: 18px;
    font-weight: 400;
    color: #252533;
  }

  /*  资源介绍结束  */
  /* 功能介绍开始 */
  .media-feature {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-bottom: 180px;
  }

  .feature-bg {
    /* background: url(/storage/web/img/media/椭圆2.png) no-repeat center center; */
    background-size: cover;
    background-size: 500px;
  }

  .media-feature-top {
    position: relative;
    padding-top: 130px;
    padding-bottom: 80px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .media-feature-top-bg {
    width: 563px;
    height: 62px;
    position: absolute;
    top: 110px;
  }

  .media-feature-bottom {
    width: 100%;
  }

  .media-feature-bottom-nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-around;
    margin-bottom: 40px;
  }

  .media-feature-bottom-detail {
    margin-top: 38px;
    padding: 0 120px;
    display: none;
    background: url(/storage/web/img/media/miniVideo/bg-ara3.png) no-repeat 100% 100%;
    background-size: cover;
  }

  .media-feature-bottom-detail-box {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
  }

  .media-feature-bottom-detail-img {
    width: 256px;
    height: 538px;
    flex-shrink: 0;
  }

  .media-feature-bottom-detail-info {
    margin-left: 150px;
  }

  .media-feature-bottom-detail-info .media-title-26 {
    margin-top: 85px;
  }

  .media-feature-bottom-detail-info>div {
    /* color: #fff; */
  }

  .media-feature-bottom-detail-info-title {
    padding-top: 54px;
  }

  .media-title-26>span {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #0F4BEA;
    opacity: 0.8;
    border-radius: 3px;
    margin-right: 25px;
  }

  .media-feature-bottom-detail-info-text {
    padding-top: 25px;
    padding-bottom: 60px;
    /* padding-left: 50px; */
  }

  .media-feature-bottom-detail-info-btn {
    margin-top: 135px;
  }

  .media-feature-bottom-nav-item {
    text-align: center;
    cursor: pointer;
  }

  .media-feature-bottom-nav-item-title {
    font-size: 26px;
    font-weight: bold;
    /* color: #ffffff; */
  }

  .media-feature-bottom-nav-item-current {
    width: 70px;
    height: 32px;
    margin-top: 14px;
    margin-left: auto;
    margin-right: auto;
  }

  .media-feature-bottom-nav-item-current>img {
    display: none;
  }

  .media-feature-bottom-swiper {
    width: 100%;
  }

  .media-feature-top-title {
    font-size: 40px;
    font-weight: bold;
    /* color: #ffffff; */
  }

  /* 功能介绍结束 */
  /* 平台优势开始 */
  .media-merit {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .media-merit-top {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    margin-top: 160px;
  }

  .media-merit-top-bg {
    width: 484px;
    height: 62px;
    position: absolute;
    top: -30px;
  }

  .media-merit-bottom {
    margin-top: 80px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .media-merit-bottom-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    width: 100%;
    padding: 48px 30px 50px 40px;
    background: #ffffff;
    box-shadow: 0px 3px 20px 0px rgba(112, 230, 230, 0.2);
    border-radius: 20px;
    margin-bottom: 30px;
  }

  .media-merit-bottom-right {
    margin-left: 150px;
    height: 202px;
    width: 202px;
    flex-shrink: 0;
  }

  .media-merit-bottom-left span {
    width: 30px;
    height: 24px;
    display: inline-block;
    position: relative;
    top: -15px;
  }

  /* 平台优势结束 */
  /* 成功案例开始 */
  .media-example-top {
    position: relative;
    margin: 300px 0 90px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .media-example-top-bg {
    width: 586px;
    height: 62px;
    position: absolute;
    top: -30px;
  }

  .media-example-top-text {
    font-size: 16px;
    margin-top: 20px;
  }

  .media-example-bottom {
    width: 100%;
    position: relative;
  }

  .media-example-bottom-lswiper {
    width: 100%;
    height: 450px;
    margin-left: 0;
    padding-top: 0;
    border-radius: 22px;
  }

  .media-example-bottom-rswiper {
    height: auto;
    position: absolute;
    z-index: 10;
    width: 90%;
    left: 5%;
    top: 240px;
    box-sizing: border-box;
    height: 400px;
    color: #fff;
    border-radius: 20px;
    /* background-color: rgba(55, 110, 255, 0.8); */
    background: url(/storage/web/img/media/曲线.png) no-repeat center center;
    background-size: cover;
    border-radius: 20px;
    padding-top: 0;
  }

  .media-example-bottom-rswiper-slide {
    padding: 52px 100px 58px 68px;
  }

  .media-example-bottom-rswiper-title {
    color: #fff;
    text-align: left;
  }

  .media-example-bottom-rswiper-line {
    width: 30px;
    height: 5px;
    background: #ffffff;
    margin: 30px 0;
  }

  .media-example-bottom-rswiper-info {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    margin-top: 50px;
  }

  .media-example-bottom-rswiper-info-item {
    margin-right: 90px;
  }

  .media-example-bottom-rswiper-info-item-top {
    line-height: 30px;
  }

  .media-example-bottom-rswiper-info-bottom {
    display: block;
    font-size: 16px;
  }

  .media-example-bottom-rswiper-info-item-top span {
    font-size: 16px;
  }

  .media-example-bottom-rswiper-info-item:last-child {
    margin-right: 0;
  }

  .media-example-bottom-rswiper-text {
    font-size: 18px;
  }

  .media-example-bottom-rswiper-info-item-top {
    font-size: 50px;
  }

  .media-example-bottom-pagination {
    margin-top: 300px;
    text-align: center;
    padding: 10px 200px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .media-example-bottom-pagination-active {
    display: inline-block;
    width: 120px;
    height: 4px;
    background: #376eff;
  }

  .media-example-bottom-pagination-item {
    display: inline-block;
    width: 120px;
    height: 4px;
    background: #e0e9ff;
  }

  .media-example-bottom-btn {
    margin: 90px auto 132px auto;
  }

  .media-example-box {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }

  .media-example-item {
    width: 325px;
    flex-shrink: 0;
    height: 394px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
  }

  .media-example-item:nth-child(1) {
    background: url(/storage/web/img/media/miniVideo/adimg1.png) no-repeat center center;
    background-size: cover;
  }

  .media-example-item:nth-child(2) {
    background: url(/storage/web/img/media/miniVideo/adimg2.png) no-repeat center center;
    background-size: cover;
  }

  .media-example-item:nth-child(3) {
    background: url(/storage/web/img/media/miniVideo/adimg3.png) no-repeat center center;
    background-size: cover;
  }

  .media-example-item:nth-child(4) {
    background: url(/storage/web/img/media/miniVideo/adimg4.png) no-repeat center center;
    background-size: cover;
  }

  .media-example-item-text {
    box-sizing: border-box;
    padding: 5px;
    margin-top: 281px;
    background: rgba(38, 40, 58, 0.5);
    width: 100%;
    border-radius: 0px 0px 10px 10px;
    height: 113px;
    font-size: 17px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
  }

  /* 案例示例结束 */
}

/*pc 小*/
@media (min-width: 991px) and (max-width: 1199px) {
  .swiper-title {
    position: absolute;
    color: #FFF;
    text-align: center;
    width: 100%;
    top: calc(40vh - 68px);
    font-size: 48px;
    font-weight: bold;
  }

  .swiper-text {
    position: absolute;
    color: #FFF;
    text-align: center;
    width: 100%;
    top: calc(40vh + 57px);
    font-size: 34px;
    font-weight: bold;
  }

  /* 通用css */
  .media-title {
    font-size: 40px;
    font-weight: bold;
    color: #252533;
    text-align: center;
  }

  .media-text {
    font-size: 18px;
    font-weight: 400;
    color: #252533;
  }

  .media-title-26 {
    font-size: 26px;
    font-weight: bold;
    color: #252533;
  }

  .media-title-32 {
    font-size: 32px;
    font-weight: bold;
    color: #252533;
  }

  .box-column {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .box-column-main-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
  }

  .box-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-direction: row;
  }

  .to-btn {
    width: 280px;
    height: 52px;
    background: #376eff;
    box-shadow: 0px 3px 15px 1px rgba(55, 110, 255, 0.3);
    border-radius: 26px;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    line-height: 52px;
    text-align: center;
    cursor: pointer;
  }

  .to-btn:active {
    opacity: 0.7;
  }

  /* 为什么选择我们开始 */

  .aboutus-box {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .aboutus-title {
    margin-top: 139px;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .aboutus-main-img {
    width: 551px;
    height: 528px;
    flex-shrink: 0;
  }

  .aboutus-title-bg {
    width: 472px;
    position: absolute;
    top: -15px;
    height: 62px;
  }

  .aboutus-main {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    margin-top: 75px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .aboutus-main-info {
    margin-left: 104px;
  }

  .aboutus-main-info-item {
    border-bottom: 1px solid #DDDDEB;
    margin-bottom: 50px;
  }

  .aboutus-main-info-item-title {
    margin-bottom: 14px;
    position: relative;
  }

  .aboutus-main-info-item-title::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: -38px;
    top: 13px;
    width: 18px;
    height: 18px;
    background: #376EFF;
    opacity: 0.8;
    border-radius: 3px;

  }

  .aboutus-main-info-item-text {
    margin-bottom: 20px;
  }

  /* 为什么选择我们结束 */
  /* 流程开始 */
  .sequence {
    background: url(/storage/web/img/media/miniVideo/bg-dark3.png) no-repeat center center;
    background-size: cover;
  }

  .sequence-box {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-bottom: 170px;
  }

  .sequence-title {
    margin-top: 139px;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .sequence-title div {
    color: #fff;
  }

  .sequence-title-bg {
    width: 373px;
    position: absolute;
    top: -15px;
    height: 62px;
  }

  .sequence-main {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 60px;

  }

  .sequence-main-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: center;
  }

  .sequence-main-item-block {
    min-width: 100%;
  }

  .sequence-main-item-num {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: url(/storage/web/img/media/miniVideo/bg-num.png) no-repeat 100% 100%;
    background-size: cover;
    font-size: 26px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    line-height: 70px;
    margin: 0 23px;
  }

  .sequence-main-item-info {
    color: #fff;
    width: 100%;
    white-space: nowrap;
    min-width: 100%;
  }

  .sequence-main-item-info-title {
    color: #FFFFFF;
    position: relative;
    line-height: 70px;

  }

  .sequence-main-item-info-text {
    color: #FFFFFF;
    position: absolute;
    top: 46px;
    right: 0;
  }

  .sequence-main-arr {
    height: 30px;
    width: 30px;
  }

  /* 流程结束 */
  /*平台介绍开始*/
  .media-product {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: 164px;
    padding-top: 50px;
    position: relative;
  }

  .media-product-bg {
    position: absolute;
    width: 625px;
    height: 504px;
    top: 200px;
    left: 0;
    z-index: 0;
  }

  .media-product-left {
    width: 100%;
    height: 43px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    margin-bottom: 180px;
  }

  .media-product-title {
    font-weight: bold;
    color: #252533;
    font-size: 45px;
  }

  .media-product-text {
    margin-top: 40px;
    color: #252533;
    line-height: 30px;
    font-weight: 500;
    font-size: 18px;
  }

  .media-product .media-product-right {
    width: 662px;
    height: 755px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  /* 平台介绍结束 */
  /* 资源介绍开始*/
  .resource-bg {
    background: url(/storage/web/img/media/miniVideo/bg-dark2.png) no-repeat center center;
    background-size: cover;
  }

  .media-resource {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-bottom: 110px;
  }

  .media-resource-top {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 82px;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .media-resource-top-bg {
    /* width: 485px; */
    height: 62px;
    position: absolute;
    top: -30px;
  }

  .media-resource-bottom {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .media-resource-bottom-item {
    box-sizing: border-box;
    padding: 50px 40px 34px 40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    width: 300px;
    height: 534px;
    margin: 0 15px;
    margin-bottom: 20px;
    background: #ffffff;
    border-radius: 20px;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;

    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

  }

  .media-resource-bottom-item:nth-child(1) {
    background: url(/storage/web/img/media/miniVideo/bg-white.png) no-repeat 100% 100%;
    background-size: cover;
  }

  .media-resource-bottom-item:nth-child(2) {
    background: url(/storage/web/img/media/miniVideo/bg-blue.png)no-repeat 100% 100%;
    background-size: cover;
  }

  .media-resource-bottom-item:nth-child(3) {
    background: url(/storage/web/img/media/miniVideo/bg-dark.png)no-repeat 100% 100%;
    background-size: cover;
  }

  .media-resource-bottom-item-right-price {
    margin-top: 76px;
    font-size: 52px;
    font-weight: bold;
    color: #252533;
  }

  .media-resource-bottom-item-right-price span {
    font-size: 18px;
    font-weight: bold;
  }

  .media-resource-bottom-item-btn {
    width: 224px;
    height: 46px;
    background: linear-gradient(90deg, #799EFF 0%, #376EFF 100%);
    border-radius: 23px;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
    line-height: 46px;
    margin-top: auto;
  }

  .media-resource-bottom-item-left {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .media-resource-bottom-item-right {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .media-resource-bottom-item-left-img {
    /* width: 100px; */
    height: 100px;
    flex-shrink: 0;
  }

  .media-resource-bottom-item-right-title {
    margin-top: 29px;
    font-size: 26px;
    font-weight: bold;
    color: #252533;
  }

  .media-resource-bottom-item-right-text {
    margin-top: 18px;
    font-size: 18px;
    font-weight: 400;
    color: #252533;
  }

  /*  资源介绍结束  */
  /* 功能介绍开始 */
  .media-feature {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-bottom: 180px;
  }

  .feature-bg {
    background: url(/storage/web/img/media/椭圆2.png) no-repeat center center;
    background-size: cover;
    background-size: 5rem;
  }

  .media-feature-top {
    position: relative;
    padding-top: 130px;
    padding-bottom: 80px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .media-feature-top-bg {
    width: 563px;
    height: 62px;
    position: absolute;
    top: 110px;
  }

  .media-feature-bottom {
    width: 100%;
  }

  .media-feature-bottom-nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-around;
    margin-bottom: 40px;
  }

  .media-feature-bottom-detail {
    margin-top: 40px;
    padding: 0 120px;
    display: none;
  }

  .media-feature-bottom-detail-box {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
  }

  .media-feature-bottom-detail-img {
    margin-top: 40px;
    width: 256px;
    height: 538px;
    flex-shrink: 0;
  }

  .media-feature-bottom-detail-info {
    margin-left: 110px;
  }

  .media-feature-bottom-detail-info .media-title-26 {
    margin-top: 85px;
  }

  .media-feature-bottom-detail-info>div {
    /* color: #fff; */
  }

  .media-feature-bottom-detail-info-title {
    padding-top: 54px;
  }

  .media-title-26>span {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #0F4BEA;
    opacity: 0.8;
    border-radius: 3px;
    margin-right: 25px;
  }

  .media-feature-bottom-detail-info-text {
    padding-top: 25px;
    padding-bottom: 60px;
    /* padding-left: 50px; */
  }

  .media-feature-bottom-detail-info-btn {
    margin-top: 135px;
  }

  .media-feature-bottom-nav-item {
    text-align: center;
    cursor: pointer;
  }

  .media-feature-bottom-nav-item-title {
    font-size: 26px;
    font-weight: bold;
    /* color: #ffffff; */
  }

  .media-feature-bottom-nav-item-current {
    width: 70px;
    height: 32px;
    margin-top: 14px;
    margin-left: auto;
    margin-right: auto;
  }

  .media-feature-bottom-nav-item-current>img {
    display: none;
  }

  .media-feature-bottom-swiper {
    width: 100%;
  }

  .media-feature-top-title {
    font-size: 0.4rem;
    font-weight: bold;
    /* color: #ffffff; */
  }

  /* 功能介绍结束 */
  /* 平台优势开始 */
  .media-merit {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .media-merit-top {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    margin-top: 160px;
  }

  .media-merit-top-bg {
    width: 484px;
    height: 62px;
    position: absolute;
    top: -30px;
  }

  .media-merit-bottom {
    margin-top: 80px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .media-merit-bottom-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    width: 100%;
    padding: 48px 30px 50px 0.4rem;
    background: #ffffff;
    box-shadow: 0px 3px 20px 0px rgba(112, 230, 230, 0.2);
    border-radius: 20px;
    margin-bottom: 30px;
  }

  .media-merit-bottom-right {
    margin-left: 150px;
    height: 202px;
    width: 202px;
    flex-shrink: 0;
  }

  .media-merit-bottom-left span {
    width: 30px;
    height: 24px;
    display: inline-block;
    position: relative;
    top: -15px;
  }

  /* 平台优势结束 */
  /* 成功案例开始 */
  .media-example-top {
    position: relative;
    margin: 300px 0 90px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .media-example-top-bg {
    width: 586px;
    height: 62px;
    position: absolute;
    top: -30px;
  }

  .media-example-top-text {
    font-size: 16px;
    margin-top: 20px;
  }

  .media-example-bottom {
    width: 100%;
    position: relative;
  }

  .media-example-bottom-lswiper {
    width: 100%;
    height: 450px;
    margin-left: 0;
    padding-top: 0;
    border-radius: 22px;
  }

  .media-example-bottom-rswiper {
    height: auto;
    position: absolute;
    z-index: 10;
    width: 90%;
    left: 5%;
    top: 240px;
    box-sizing: border-box;
    height: 400px;
    color: #fff;
    border-radius: 20px;
    /* background-color: rgba(55, 110, 255, 0.8); */
    background: url(/storage/web/img/media/曲线.png) no-repeat center center;
    background-size: cover;
    border-radius: 20px;
    padding-top: 0;
  }

  .media-example-bottom-rswiper-slide {
    padding: 52px 100px 58px 68px;
  }

  .media-example-bottom-rswiper-title {
    color: #fff;
    text-align: left;
  }

  .media-example-bottom-rswiper-line {
    width: 30px;
    height: 5px;
    background: #ffffff;
    margin: 30px 0;
  }

  .media-example-bottom-rswiper-info {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    margin-top: 50px;
  }

  .media-example-bottom-rswiper-info-item {
    margin-right: 90px;
  }

  .media-example-bottom-rswiper-info-item-top {
    line-height: 30px;
  }

  .media-example-bottom-rswiper-info-bottom {
    display: block;
    font-size: 16px;
  }

  .media-example-bottom-rswiper-info-item-top span {
    font-size: 16px;
  }

  .media-example-bottom-rswiper-info-item:last-child {
    margin-right: 0;
  }

  .media-example-bottom-rswiper-info-item-top {
    font-size: 50px;
  }

  .media-example-bottom-pagination {
    margin-top: 230px;
    padding: 10px 200px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .media-example-bottom-pagination-active {
    display: inline-block;
    width: 120px;
    height: 4px;
    background: #376eff;
  }

  .media-example-bottom-pagination-item {
    display: inline-block;
    width: 120px;
    height: 4px;
    background: #e0e9ff;
  }

  .media-example-bottom-btn {
    margin: 90px auto 132px auto;
  }

  .media-example-box {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }

  .media-example-item {
    width: 325px;
    flex-shrink: 0;
    height: 394px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
  }

  .media-example-item:nth-child(1) {
    background: url(/storage/web/img/media/miniVideo/adimg1.png) no-repeat center center;
    background-size: cover;
  }

  .media-example-item:nth-child(2) {
    background: url(/storage/web/img/media/miniVideo/adimg2.png) no-repeat center center;
    background-size: cover;
  }

  .media-example-item:nth-child(3) {
    background: url(/storage/web/img/media/miniVideo/adimg3.png) no-repeat center center;
    background-size: cover;
  }

  .media-example-item:nth-child(4) {
    background: url(/storage/web/img/media/miniVideo/adimg4.png) no-repeat center center;
    background-size: cover;
  }

  .media-example-item-text {
    box-sizing: border-box;
    padding: 5px;
    margin-top: 281px;
    background: rgba(38, 40, 58, 0.5);
    width: 100%;
    border-radius: 0px 0px 10px 10px;
    height: 113px;
    font-size: 17px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
  }

  /* 案例示例结束 */
}

/*平板*/
@media (min-width: 769px) and (max-width: 991px) {
  .swiper-title {
    position: absolute;
    color: #FFF;
    text-align: center;
    width: 100%;
    top: calc(40vh - .68rem);
    font-size: .48rem;
    font-weight: bold;
  }

  .swiper-text {
    position: absolute;
    color: #FFF;
    text-align: center;
    width: 100%;
    top: calc(40vh + .57rem);
    font-size: .28rem;
    font-weight: bold;
  }

  /* 通用css */
  .media-title {
    font-size: 0.5rem;
    font-weight: bold;
    color: #252533;
    text-align: center;
  }

  .media-text {
    font-size: 0.18rem;
    font-weight: 400;
    color: #252533;
  }

  .media-title-26 {
    margin-top: .55rem;
    font-size: 0.4rem;
    font-weight: bold;
    color: #252533;
  }

  .media-title-32 {
    font-size: 0.32rem;
    font-weight: bold;
    color: #252533;
  }

  .box-column {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .box-column-main-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
  }

  .box-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-direction: row;
  }

  .to-btn {
    width: 4rem;
    height: 0.72rem;
    background: #376eff;
    box-shadow: 0rem 0.03rem 0.15rem 0.01rem rgba(55, 110, 255, 0.3);
    border-radius: 0.36rem;
    font-size: 0.28rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 0.72rem;
    text-align: center;
    cursor: pointer;
  }

  .to-btn:active {
    opacity: 0.7;
  }

  /* 为什么选择我们开始 */

  .aboutus-box {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .aboutus-title {
    margin-top: 1.39rem;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .aboutus-main-img {
    width: 6.51rem;
    height: 6.28rem;
    flex-shrink: 0;
  }

  .aboutus-title-bg {
    width: 4.72rem;
    position: absolute;
    top: -.15rem;
    height: .62rem;
  }

  .aboutus-main {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    margin-top: .75rem;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .aboutus-main-info {
    margin-left: 1.04rem;
  }

  .aboutus-main-info-item {
    border-bottom: .01rem solid #DDDDEB;
    margin-bottom: .50rem;
  }

  .aboutus-main-info-item-title {
    margin-bottom: .14rem;
    position: relative;
    display: none;

  }

  .aboutus-main-info-item-title::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: -.38rem;
    top: .13rem;
    width: .18rem;
    height: .18rem;
    background: #376EFF;
    opacity: 0.8;
    border-radius: .03rem;
    display: none;

  }

  .aboutus-main-info-item-text {
    margin-bottom: .20rem;
    display: none;
  }

  .aboutus-main-sj-text {
    font-size: .28rem;
    font-weight: 500;
    color: #37384C;
    line-height: .52rem;
    margin: 0 .38rem;
  }

  /* 为什么选择我们结束 */
  /* 流程开始 */
  .sequence {
    background: url(/storage/web/img/media/miniVideo/bg-dark3.png) no-repeat center center;
    background-size: cover;
  }

  .sequence-box {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-bottom: 1.70rem;
  }

  .sequence-title {
    margin-top: 1.39rem;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .sequence-title div {
    color: #fff;
  }

  .sequence-title-bg {
    width: 3.73rem;
    position: absolute;
    top: -.15rem;
    height: .62rem;
  }

  .sequence-main {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: .60rem;

  }

  .sequence-main-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: center;
  }

  .sequence-main-item-block {
    min-width: 100%;
  }

  .sequence-main-item-num {
    flex-shrink: 0;
    width: .70rem;
    height: .70rem;
    border-radius: 50%;
    background: url(/storage/web/img/media/miniVideo/bg-num.png) no-repeat 100% 100%;
    background-size: cover;
    font-size: .26rem;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    line-height: .70rem;
    margin: 0 .23rem;
  }

  .sequence-main-item-info {
    color: #fff;
    width: 100%;
    /* white-space: nowrap; */
    min-width: 100%;
  }

  .sequence-main-item-info .media-title-26 {
    margin-top: 0;
  }

  .sequence-main-item-info-title {
    color: #FFFFFF;
    position: relative;
    line-height: .70rem;

  }

  .sequence-main-item-info-text {
    color: #FFFFFF;
    position: absolute;
    top: .46rem;
    right: 0;
  }

  .sequence-main-arr {
    height: .30rem;
    width: .30rem;
  }

  .sequence-main-arr img {
    display: block;
  }

  /* 流程结束 */
  /*平台介绍开始*/
  .media-product {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: 1.64rem;
    padding-top: 0.5rem;
    margin-top: 1.12rem;
    position: relative;
  }

  .media-product-bg {
    position: absolute;
    width: 5.05rem;
    height: 5.05rem;
    top: 0;
    z-index: 0;
  }

  .media-product-left {
    width: 100%;
    height: 43px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    margin-bottom: 1.8rem;
    z-index: 1;
  }

  .media-product-text {
    margin-top: 0.4rem;
    color: #252533;
    line-height: 0.3rem;
    font-weight: 500;
    font-size: 0.18rem;
  }

  .media-product .media-product-right {
    z-index: 1;
    margin-top: 0.7rem;
    width: 5.88rem;
    height: 6.7rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  /* 平台介绍结束 */
  /* 资源介绍开始*/
  .resource-bg {
    background: url(/storage/web/img/media/miniVideo/bg-dark2.png) no-repeat center center;
    background-size: cover;
  }

  .media-resource {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-bottom: 1.4rem;
  }

  .media-resource-top {
    text-align: center;
    margin-top: 0.4rem;
    margin-bottom: 0.8rem;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .media-resource-top-bg {
    /* width: 4.85rem; */
    height: 0.62rem;
    position: absolute;
    top: -30px;
  }

  .media-resource-bottom {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .media-resource-bottom-item {
    box-sizing: border-box;
    padding: .50rem .40rem .34rem .40rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    width: 4.3rem;
    height: 5.34rem;
    margin-bottom: .20rem;
    background: #ffffff;
    border-radius: .20rem;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: 0 .15rem;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: .4rem;

  }

  .media-resource-bottom-item:nth-child(1) {
    background: url(/storage/web/img/media/miniVideo/bg-white.png) no-repeat 100% 100%;
    background-size: cover;
  }

  .media-resource-bottom-item:nth-child(2) {
    background: url(/storage/web/img/media/miniVideo/bg-blue.png)no-repeat 100% 100%;
    background-size: cover;
  }

  .media-resource-bottom-item:nth-child(3) {
    background: url(/storage/web/img/media/miniVideo/bg-dark.png)no-repeat 100% 100%;
    background-size: cover;
  }

  .media-resource-bottom-item-right-price {
    margin-top: .76rem;
    font-size: .52rem;
    font-weight: bold;
    color: #252533;
  }

  .media-resource-bottom-item-right-price span {
    font-size: .18rem;
    font-weight: bold;
  }

  .media-resource-bottom-item-btn {
    width: 2.24rem;
    height: .46rem;
    background: linear-gradient(90deg, #799EFF 0%, #376EFF 100%);
    border-radius: .23rem;
    font-size: .20rem;
    font-weight: bold;
    color: #FFFFFF;
    line-height: .46rem;
    margin-top: auto;
    cursor: pointer;
  }

  .media-resource-bottom-item-left {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .media-resource-bottom-item-right {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .media-resource-bottom-item-left-img {
    width: 1rem;
    /* height: 0.78rem; */
    flex-shrink: 0;
  }

  .media-resource-bottom-item-right-title {
    margin-top: .25rem;
    font-size: 0.26rem;
    font-weight: bold;
    color: #252533;
  }

  .media-resource-bottom-item-right-text {
    margin-top: 0.18rem;
    font-size: 0.18rem;
    font-weight: 400;
    color: #252533;
  }


  /*  资源介绍结束  */
  /* 功能介绍开始 */
  .media-feature {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-bottom: 1.8rem;
  }

  .feature-bg {
    background: url(/storage/web/img/media/miniVideo/bg-ara3.png) no-repeat center center;
    background-size: cover;
    background-size: 5rem;
  }

  .media-feature-top {
    position: relative;
    padding-top: 1.6rem;
    padding-bottom: 80px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .media-feature-top-bg {
    width: 563px;
    height: 62px;
    position: absolute;
    top: 110px;
  }

  .media-feature-bottom {
    width: 100%;
  }

  .media-feature-bottom-nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-around;
    margin-bottom: 0.4rem;
  }

  .media-feature-bottom-nav-item {
    text-align: center;
    cursor: pointer;
  }

  .media-feature-bottom-detail {
    margin-top: 0.4rem;
    padding: 0 120px;
    display: none;
  }

  .media-feature-bottom-detail-box {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .media-feature-bottom-detail-img {
    width: 2.56rem;
    height: 5.38rem;
    flex-shrink: 0;
  }

  .media-feature-bottom-detail-info {
    text-align: center;
  }

  .media-feature-bottom-detail-info .media-title-26 {
    margin-top: .85rem;
  }

  .media-feature-bottom-detail-info>div {
    /* color: #fff; */
  }

  .media-feature-bottom-detail-info-title {
    padding-top: 0.54rem;
  }

  .media-title-26>span {
    display: inline-block;
    width: .18rem;
    height: .18rem;
    background: #0F4BEA;
    opacity: 0.8;
    border-radius: .03rem;
    margin-right: .25rem;
  }

  .media-feature-bottom-detail-info-text {
    padding-top: .25rem;
    padding-bottom: .60rem;
    padding-left: .50rem;
  }

  .media-feature-bottom-detail-info-btn {
    margin-top: 1.35rem;
    margin-left: auto;
    margin-right: auto;
  }

  .media-feature-bottom-nav {
    justify-content: flex-start;
  }

  .media-feature-bottom-nav-item {
    cursor: pointer;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .media-feature-bottom-nav-item-title {
    font-size: 0.26rem;
    font-weight: bold;
    /* color: #ffffff; */
  }

  .media-feature-bottom-nav-item-current {
    width: 0.7rem;
    height: 0.32rem;
    margin-top: 0.14rem;
    /* margin-left: auto; */
    /* margin-right: auto; */
  }

  .media-feature-bottom-nav-item-current>img {
    display: none;
  }

  .media-feature-bottom-swiper {
    width: 100%;
  }

  .media-feature-top-title {
    font-size: 0.4rem;
    font-weight: bold;
    color: #ffffff;
  }

  /* 功能介绍结束 */
  /* 平台优势开始 */
  .media-merit {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .media-merit-top {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    margin-top: 1.6rem;
  }

  .media-merit-top-bg {
    width: 4.84rem;
    height: 0.62rem;
    position: absolute;
    top: -0.3rem;
  }

  .media-merit-bottom {
    margin-top: 0.7rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .media-merit-bottom-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    width: 100%;
    margin: 0 0.33rem;
    padding: 0.35rem 0.35rem 0.35rem 0.39rem;
    background: #ffffff;
    box-shadow: 0 0.03rem 0.2rem 0 rgba(112, 230, 230, 0.2);
    border-radius: 0.2rem;
    margin-bottom: 0.3rem;
  }

  .media-merit-bottom-right {
    margin-left: 0.7rem;
    height: 1.8rem;
    width: 1.8rem;
    flex-shrink: 0;
  }

  .media-merit-bottom-left span {
    width: .30rem;
    height: .24rem;
    display: inline-block;
    position: relative;
    top: -.15rem;
  }

  /* 平台优势结束 */
  /* 成功案例开始 */
  .media-example-top {
    position: relative;
    margin-top: 1.7rem;
    margin-bottom: 0.7rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .media-example-top-bg {
    width: 5.86rem;
    height: .62rem;
    position: absolute;
    top: -.30rem;
  }

  .media-example-top-text {
    display: none;
  }

  .media-example-bottom {
    width: 100%;
    position: relative;
    margin: 0 0.3rem;
  }

  .media-example-bottom-lswiper {
    box-sizing: border-box;
    height: 4.2rem;
    margin: 0 0.3rem;
    border-radius: 0.22rem;
  }

  .media-example-bottom-rswiper {
    height: auto;
    position: absolute;
    z-index: 10;
    width: calc(90% - 0.6rem);
    left: calc(5% + 0.3rem);
    top: 2.7rem;
    box-sizing: border-box;
    color: #fff;
    border-radius: 20px;
    background: url(/storage/web/img/media/曲线.png) no-repeat center center;
    background-size: cover;
    border-radius: 0.2rem;
  }

  .media-example-bottom-rswiper-slide {
    padding: 0.4rem 0.4rem 0.4rem 0.5rem;
  }

  .media-example-bottom-rswiper-title {
    color: #fff;
    text-align: left;
    font-size: 0.4rem;
  }

  .media-example-bottom-rswiper-line {
    width: 0.25rem;
    background: #ffffff;
    margin: 0.25rem 0;
  }

  .media-example-bottom-rswiper-text {
    font-size: 0.24rem;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .media-example-bottom-rswiper-info {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    align-content: flex-start;
    margin-top: 0.3rem;
  }

  .media-example-bottom-rswiper-info-item {
    margin-right: 0.6rem;
  }

  .media-example-bottom-rswiper-info-item:last-child {
    margin-right: 0;
  }

  .media-example-bottom-rswiper-info-item-top {
    font-size: 0.5rem;
    line-height: 0.2rem;
  }

  .media-example-bottom-rswiper-info-item-top span {
    font-size: 0.24rem;
  }

  .media-example-bottom-rswiper-info-bottom {
    display: block;
    font-size: 0.18rem;
    font-weight: bold;
  }

  .media-example-bottom-pagination {
    margin-top: 2.3rem;
    padding: 0.6rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .media-example-bottom-pagination-active {
    display: inline-block;
    width: 1.2rem;
    height: 0.04rem;
    background: #376eff;
  }

  .media-example-bottom-pagination-item {
    display: inline-block;
    width: 1.2rem;
    height: 0.04rem;
    background: #e0e9ff;
  }

  .media-example-bottom-btn {
    margin: 0.7rem auto 1.32rem auto;
  }

  .media-example-box {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }

  .media-example-item {
    width: 90%;
    margin-bottom: .3rem;
    height: 3.94rem;
    border-radius: .10rem;
    flex-shrink: 0;
    overflow: hidden;
  }

  .media-example-item:nth-child(1) {
    background: url(/storage/web/img/media/miniVideo/adimg-sj1.png) no-repeat center center;
    background-size: cover;
  }

  .media-example-item:nth-child(2) {
    background: url(/storage/web/img/media/miniVideo/adimg-sj2.png) no-repeat center center;
    background-size: cover;
  }

  .media-example-item:nth-child(3) {
    background: url(/storage/web/img/media/miniVideo/adimg-sj3.png) no-repeat center center;
    background-size: cover;
  }

  .media-example-item:nth-child(4) {
    background: url(/storage/web/img/media/miniVideo/adimg-sj4.png) no-repeat center center;
    background-size: cover;
  }

  .media-example-item-text {
    box-sizing: border-box;
    padding: .17rem;
    /* margin-top: 2.81rem; */
    margin-left: auto;
    background: rgba(38, 40, 58, 0.5);
    border-radius: 0 .10rem .10rem 0;
    height: 100%;
    width: 2.6rem;
    font-size: .24rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: .36rem;
  }

  /* 案例示例结束 */
}

/*手机*/
@media screen and (max-width: 768px) {
  .swiper-title {
    position: absolute;
    color: #FFF;
    text-align: center;
    width: 100%;
    top: calc(40vh - .68rem);
    font-size: .48rem;
    font-weight: bold;
  }

  .swiper-text {
    position: absolute;
    color: #FFF;
    text-align: center;
    width: 100%;
    top: calc(40vh + .57rem);
    font-size: .24rem;
    font-weight: bold;
  }

  /* 通用css */
  .media-title {
    font-size: 0.5rem;
    font-weight: bold;
    color: #252533;
    text-align: center;
  }

  .media-text {
    font-size: 0.18rem;
    font-weight: 400;
    color: #252533;
  }

  .media-title-26 {
    font-size: 0.26rem;
    font-weight: bold;
    color: #252533;
  }

  .media-title-32 {
    font-size: 0.32rem;
    font-weight: bold;
    color: #252533;
  }

  .box-column {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .box-column-main-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
  }

  .box-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-direction: row;
  }

  .to-btn {
    width: 4rem;
    height: 0.72rem;
    background: #376eff;
    box-shadow: 0rem 0.03rem 0.15rem 0.01rem rgba(55, 110, 255, 0.3);
    border-radius: 0.36rem;
    font-size: 0.28rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 0.72rem;
    text-align: center;
    cursor: pointer;
  }

  .to-btn:active {
    opacity: 0.7;
  }

  /* 为什么选择我们开始 */

  .aboutus-box {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .aboutus-title {
    margin-top: 1.39rem;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .aboutus-main-img {
    width: 6.51rem;
    height: 6.28rem;
    flex-shrink: 0;
  }

  .aboutus-title-bg {
    width: 4.72rem;
    position: absolute;
    top: -.15rem;
    height: .62rem;
  }

  .aboutus-main {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    margin-top: .75rem;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .aboutus-main-info {
    margin-left: 1.04rem;
  }

  .aboutus-main-info-item {
    border-bottom: .01rem solid #DDDDEB;
    margin-bottom: .50rem;
  }

  .aboutus-main-info-item-title {
    margin-bottom: .14rem;
    position: relative;
    display: none;

  }

  .aboutus-main-info-item-title::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: -.38rem;
    top: .13rem;
    width: .18rem;
    height: .18rem;
    background: #376EFF;
    opacity: 0.8;
    border-radius: .03rem;
    display: none;

  }

  .aboutus-main-info-item-text {
    margin-bottom: .20rem;
    display: none;
  }

  .aboutus-main-sj-text {
    font-size: .28rem;
    font-weight: 500;
    color: #37384C;
    line-height: .52rem;
    margin: 0 .38rem;
  }

  /* 为什么选择我们结束 */
  /* 流程开始 */
  .sequence {
    background: url(/storage/web/img/media/miniVideo/bg-dark3.png) no-repeat center center;
    background-size: cover;
  }

  .sequence-box {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-bottom: 1.70rem;
  }

  .sequence-title {
    margin-top: 1.39rem;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .sequence-title div {
    color: #fff;
  }

  .sequence-title-bg {
    width: 3.73rem;
    position: absolute;
    top: -.15rem;
    height: .62rem;
  }

  .sequence-main {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: .60rem;

  }

  .sequence-main-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: center;
  }

  .sequence-main-item-block {
    min-width: 100%;
  }

  .sequence-main-item-num {
    flex-shrink: 0;
    width: .70rem;
    height: .70rem;
    border-radius: 50%;
    background: url(/storage/web/img/media/miniVideo/bg-num.png) no-repeat 100% 100%;
    background-size: cover;
    font-size: .26rem;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    line-height: .70rem;
    margin: 0 .23rem;
  }

  .sequence-main-item-info {
    color: #fff;
    width: 100%;
    /* white-space: nowrap; */
    min-width: 100%;
  }

  .sequence-main-item-info .media-title-26 {
    margin-top: 0;
  }

  .sequence-main-item-info-title {
    color: #FFFFFF;
    position: relative;
    line-height: .70rem;

  }

  .sequence-main-item-info-text {
    color: #FFFFFF;
    position: absolute;
    min-width: 2.5rem;
    line-height: .4rem;
    top: .7rem;
    right: 0;
  }

  .sequence-main-arr {
    height: .30rem;
    width: .30rem;
  }

  .sequence-main-arr img {
    display: block;
  }

  /* 流程结束 */
  /*平台介绍开始*/
  .media-product {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: 1.64rem;
    padding-top: 0.5rem;
    margin-top: 1.12rem;
    position: relative;
  }

  .media-product-bg {
    position: absolute;
    width: 5.05rem;
    height: 5.05rem;
    top: 0;
    z-index: 0;
  }

  .media-product-left {
    width: 100%;
    height: 43px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    margin-bottom: 1.8rem;
    z-index: 1;
  }

  .media-product-text {
    margin-top: 0.4rem;
    color: #252533;
    line-height: 0.3rem;
    font-weight: 500;
    font-size: 0.18rem;
  }

  .media-product .media-product-right {
    z-index: 1;
    margin-top: 0.7rem;
    width: 5.88rem;
    height: 6.7rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  /* 平台介绍结束 */
  /* 资源介绍开始*/
  .resource-bg {
    background: url(/storage/web/img/media/miniVideo/bg-dark2.png) no-repeat center center;
    background-size: cover;
  }

  .media-resource {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-bottom: 1.4rem;
  }

  .media-resource-top {
    text-align: center;
    margin-top: 0.4rem;
    margin-bottom: 0.8rem;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .media-resource-top-bg {
    /* width: 4.85rem; */
    height: 0.62rem;
    position: absolute;
    top: -30px;
  }

  .media-resource-bottom {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .media-resource-bottom-item {
    box-sizing: border-box;
    padding: .50rem .40rem .34rem .40rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    width: 4.3rem;
    height: 5.34rem;
    margin-bottom: .20rem;
    background: #ffffff;
    border-radius: .20rem;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: 0 .15rem;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: .4rem;

  }

  .media-resource-bottom-item:nth-child(1) {
    background: url(/storage/web/img/media/miniVideo/bg-white.png) no-repeat 100% 100%;
    background-size: cover;
  }

  .media-resource-bottom-item:nth-child(2) {
    background: url(/storage/web/img/media/miniVideo/bg-blue.png)no-repeat 100% 100%;
    background-size: cover;
  }

  .media-resource-bottom-item:nth-child(3) {
    background: url(/storage/web/img/media/miniVideo/bg-dark.png)no-repeat 100% 100%;
    background-size: cover;
  }

  .media-resource-bottom-item-right-price {
    margin-top: .76rem;
    font-size: .52rem;
    font-weight: bold;
    color: #252533;
  }

  .media-resource-bottom-item-right-price span {
    font-size: .18rem;
    font-weight: bold;
  }

  .media-resource-bottom-item-btn {
    width: 2.24rem;
    height: .46rem;
    background: linear-gradient(90deg, #799EFF 0%, #376EFF 100%);
    border-radius: .23rem;
    font-size: .20rem;
    font-weight: bold;
    color: #FFFFFF;
    line-height: .46rem;
    margin-top: auto;
    cursor: pointer;
  }

  .media-resource-bottom-item-left {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .media-resource-bottom-item-right {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .media-resource-bottom-item-left-img {
    width: 1rem;
    /* height: 0.78rem; */
    flex-shrink: 0;
  }

  .media-resource-bottom-item-right-title {
    margin-top: .25rem;
    font-size: 0.26rem;
    font-weight: bold;
    color: #252533;
  }

  .media-resource-bottom-item-right-text {
    margin-top: 0.18rem;
    font-size: 0.18rem;
    font-weight: 400;
    color: #252533;
  }

  /*  资源介绍结束  */
  /* 功能介绍开始 */
  .media-feature {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-bottom: 1.8rem;
  }

  .feature-bg {
    background: url(/storage/web/img/media/椭圆2.png) no-repeat center center;
    background-size: cover;
    background-size: 5rem;
  }

  .media-feature-top {
    position: relative;
    padding-top: 1.6rem;
    padding-bottom: 80px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .media-feature-top-bg {
    width: 563px;
    height: 62px;
    position: absolute;
    top: 110px;
  }

  .media-feature-bottom {
    width: 100%;
  }

  .media-feature-bottom-nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-around;
    margin-bottom: 0.4rem;
  }

  .media-feature-bottom-nav-item {
    cursor: pointer;
  }

  .media-feature-bottom-detail {
    margin-top: 0.4rem;
    padding: 0 1.2rem;
    display: none;
  }

  .media-feature-bottom-detail-box {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .media-feature-bottom-detail-img {
    width: 2.56rem;
    height: 5.38rem;
    flex-shrink: 0;
  }


  .media-feature-bottom-detail-info {
    text-align: center;
  }

  .media-feature-bottom-detail-info .media-title-26 {
    margin-top: .85rem;
  }

  .media-feature-bottom-detail-info>div {
    /* color: #fff; */
  }

  .media-feature-bottom-detail-info-title {
    padding-top: 0.54rem;
  }

  .media-title-26>span {
    display: inline-block;
    width: .18rem;
    height: .18rem;
    background: #0F4BEA;
    opacity: 0.8;
    border-radius: .03rem;
    margin-right: .25rem;
  }

  .media-feature-bottom-detail-info-text {
    padding-top: 0.25rem;
  }

  .media-feature-bottom-detail-info-btn {
    margin-top: 1.35rem;
    margin-left: auto;
    margin-right: auto;
  }

  .media-feature-bottom-nav {
    justify-content: flex-start;
  }

  .media-feature-bottom-nav-item {
    cursor: pointer;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .media-feature-bottom-nav-item-title {
    cursor: pointer;
    font-size: 0.26rem;
    font-weight: bold;
    /* color: #ffffff; */
  }

  .media-feature-bottom-nav-item-current {
    width: 0.7rem;
    height: 0.32rem;
    margin-top: 0.14rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .media-feature-bottom-nav-item-current>img {
    display: none;
  }

  .media-feature-bottom-swiper {
    width: 100%;
  }

  .media-feature-top-title {
    font-size: 0.4rem;
    font-weight: bold;
    /* color: #ffffff; */
  }

  /* 功能介绍结束 */
  /* 平台优势开始 */
  .media-merit {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .media-merit-top {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    margin-top: 1.6rem;
  }

  .media-merit-top-bg {
    width: 4.84rem;
    height: 0.62rem;
    position: absolute;
    top: -0.3rem;
  }

  .media-merit-bottom {
    margin-top: 0.7rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .media-merit-bottom-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    width: 100%;
    margin: 0 0.33rem;
    padding: 0.35rem 0.35rem 0.35rem 0.39rem;
    background: #ffffff;
    box-shadow: 0 0.03rem 0.2rem 0 rgba(112, 230, 230, 0.2);
    border-radius: 0.2rem;
    margin-bottom: 0.3rem;
  }

  .media-merit-bottom-right {
    margin-left: 0.7rem;
    height: 1.8rem;
    width: 1.8rem;
    flex-shrink: 0;
  }

  .media-merit-bottom-left span {
    width: .30rem;
    height: .24rem;
    display: inline-block;
    position: relative;
    top: -.15rem;
  }

  /* 平台优势结束 */
  /* 成功案例开始 */
  .media-example-top {
    position: relative;
    margin-top: 1.7rem;
    margin-bottom: 0.7rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .media-example-top-bg {
    width: 5.86rem;
    height: .62rem;
    position: absolute;
    top: -.30rem;
  }

  .media-example-top-text {
    display: none;
  }

  .media-example-bottom {
    width: 100%;
    position: relative;
    margin: 0 0.3rem;
  }

  .media-example-bottom-lswiper {
    box-sizing: border-box;
    height: 4.2rem;
    margin: 0 0.3rem;
    border-radius: 0.22rem;
  }

  .media-example-bottom-rswiper {
    position: absolute;
    z-index: 10;
    width: calc(90% - 0.6rem);
    left: calc(5% + 0.3rem);
    top: 2.7rem;
    box-sizing: border-box;
    color: #fff;
    border-radius: 20px;
    background: url(/storage/web/img/media/曲线.png) no-repeat center center;
    background-size: cover;
    border-radius: 0.2rem;
    height: auto;
  }

  .media-example-bottom-rswiper-slide {
    padding: 0.4rem 0.4rem 0.4rem 0.5rem;
  }

  .media-example-bottom-rswiper-title {
    color: #fff;
    text-align: left;
    font-size: 0.4rem;
  }

  .media-example-bottom-rswiper-line {
    width: 0.25rem;
    background: #ffffff;
    margin: 0.25rem 0;
  }

  .media-example-bottom-rswiper-text {
    font-size: 0.24rem;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .media-example-bottom-rswiper-info {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    align-content: flex-start;
    margin-top: 0.3rem;
  }

  .media-example-bottom-rswiper-info-item {
    margin-right: 0.6rem;
  }

  .media-example-bottom-rswiper-info-item:last-child {
    margin-right: 0;
  }

  .media-example-bottom-rswiper-info-item-top {
    font-size: 0.5rem;
    line-height: 0.2rem;
  }

  .media-example-bottom-rswiper-info-item-top span {
    font-size: 0.24rem;
  }

  .media-example-bottom-rswiper-info-bottom {
    display: block;
    font-size: 0.18rem;
    font-weight: bold;
  }

  .media-example-bottom-pagination {
    margin-top: 2.3rem;
    padding: 0.6rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .media-example-bottom-pagination-active {
    display: inline-block;
    width: 1.2rem;
    height: 0.04rem;
    background: #376eff;
  }

  .media-example-bottom-pagination-item {
    display: inline-block;
    width: 1.2rem;
    height: 0.04rem;
    background: #e0e9ff;
  }

  .media-example-bottom-btn {
    margin: 0.7rem auto 1.32rem auto;
  }

  .media-example-box {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .media-example-item {
    width: 90%;
    margin-bottom: .3rem;
    height: 3.94rem;
    border-radius: .10rem;
    flex-shrink: 0;
    overflow: hidden;
  }

  .media-example-item:nth-child(1) {
    background: url(/storage/web/img/media/miniVideo/adimg-sj1.png) no-repeat center center;
    background-size: cover;
  }

  .media-example-item:nth-child(2) {
    background: url(/storage/web/img/media/miniVideo/adimg-sj2.png) no-repeat center center;
    background-size: cover;
  }

  .media-example-item:nth-child(3) {
    background: url(/storage/web/img/media/miniVideo/adimg-sj3.png) no-repeat center center;
    background-size: cover;
  }

  .media-example-item:nth-child(4) {
    background: url(/storage/web/img/media/miniVideo/adimg-sj4.png) no-repeat center center;
    background-size: cover;
  }

  .media-example-item-text {
    box-sizing: border-box;
    padding: .17rem;
    /* margin-top: 2.81rem; */
    margin-left: auto;
    background: rgba(38, 40, 58, 0.5);
    border-radius: 0 .10rem .10rem 0;
    height: 100%;
    width: 2.6rem;
    font-size: .24rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: .36rem;
  }

  /* 案例示例结束 */
}
