/*适应性css*/


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

.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) {

    /* 通用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: #00CECD;
        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;
    }

    /*平台介绍开始*/
    .other-title {
        color: #FF165D;
    }

    .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;
    }

    /* 平台介绍结束 */
    /* 资源介绍开始*/
    .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: 110px;
        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;
    }

    .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-bottom: 20px;
        background: #ffffff;
        border-radius: 20px;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        margin: 0 15px;
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .media-resource-bottom-item-btn {
        width: 224px;
        height: 46px;
        background: linear-gradient(90deg, #2CFFFE 0%, #00CECD 100%);
        border-radius: 5px;
        font-size: 20px;
        font-weight: bold;
        color: #FFFFFF;
        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(/img/media/douyin/dark-bg.png) no-repeat 100% 100%;
        background-size: cover;
    }

    .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;
    }

    .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>div {
        color: #fff;
    }

    .media-feature-bottom-detail-info-title {
        margin-top: 54px;
        font-weight: normal;
        background: rgb(0, 23, 23);
        border-radius: 29px;
        white-space: nowrap;
        padding: 5px;

    }

    .media-feature-bottom-detail-info-title>span {
        display: inline-block;
        padding: 10px 47px;
        border-radius: 29px;
    }

    .media-feature-bottom-detail-info-title>span:first-child {
        background-color: #00CECD;
    }

    .media-feature-bottom-detail-info-text {
        padding-top: 25px;
    }

    .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;
        padding-bottom: 200px;
    }

    .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: auto;
    }

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

    /* 平台优势结束 */
    /* 案例示例开始 */
    .media-example-top {
        position: relative;
        margin: 200px 0 90px;
        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-example-top-bg {
        width: 261px;
        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 {
        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(/img/media/douyin/swiperBg.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: #00CECD;
    }

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

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

    /* 案例示例结束 */
}

/*pc 大*/
@media (min-width: 1200px) and (max-width: 1499px) {

    /* 通用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: #00CECD;
        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;
    }

    /*平台介绍开始*/
    .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;
    }

    /* 平台介绍结束 */
    /* 资源介绍开始*/
    .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: 110px;
        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-bottom: 20px;
        background: #ffffff;
        border-radius: 20px;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        margin: 0 15px;
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .media-resource-bottom-item-btn {
        width: 224px;
        height: 46px;
        background: linear-gradient(90deg, #2CFFFE 0%, #00CECD 100%);
        border-radius: 5px;
        font-size: 20px;
        font-weight: bold;
        color: #FFFFFF;
        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(/img/media/douyin/dark-bg.png) no-repeat 100% 100%;
        background-size: cover;
    }

    .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;
    }

    .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>div {
        color: #fff;
    }

    .media-feature-bottom-detail-info-title {
        margin-top: 54px;
        font-weight: normal;
        background: rgb(0, 23, 23);
        border-radius: 29px;
        white-space: nowrap;
        padding: 5px;

    }

    .media-feature-bottom-detail-info-title>span {
        display: inline-block;
        padding: 10px 20px;
        border-radius: 29px;
    }

    .media-feature-bottom-detail-info-title>span:first-child {
        background-color: #00CECD;
    }

    .media-feature-bottom-detail-info-text {
        padding-top: 25px;
    }

    .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;
        margin-bottom: 200px;
    }

    .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: auto;
        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: 200px 0 90px;
        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-example-top-bg {
        width: 261px;
        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 {
        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(/img/media/douyin/swiperBg.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: #00CECD;
    }

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

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

    /* 案例示例结束 */
}

/*pc 小*/
@media (min-width: 991px) and (max-width: 1199px) {

    /* 通用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: #00CECD;
        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;
    }

    /*平台介绍开始*/
    .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;
    }

    /* 平台介绍结束 */
    /* 资源介绍开始*/
    .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: 110px;
        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: nowrap;
        -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-bottom: 20px;
        background: #ffffff;
        border-radius: 20px;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        margin: 0 15px;
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;

    }

    .media-resource-bottom-item-btn {
        width: 224px;
        height: 46px;
        background: linear-gradient(90deg, #2CFFFE 0%, #00CECD 100%);
        border-radius: 5px;
        font-size: 20px;
        font-weight: bold;
        color: #FFFFFF;
        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(/img/media/douyin/dark-bg.png) no-repeat 100% 100%;
        background-size: cover;
    }

    .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 {
        width: 256px;
        height: 538px;
        flex-shrink: 0;
    }

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

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

    .media-feature-bottom-detail-info-title {
        display: none;
        margin-top: 54px;
        font-weight: normal;
        background: rgb(0, 23, 23);
        border-radius: 29px;
        white-space: nowrap;
        padding: 5px;

    }

    .media-feature-bottom-detail-info-title>span {
        display: inline-block;
        padding: 10px 47px;
        border-radius: 29px;
    }

    .media-feature-bottom-detail-info-title>span:first-child {
        background-color: #00CECD;
    }

    .media-feature-bottom-detail-info-text {
        padding-top: 25px;
    }

    .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;
        margin-bottom: 200px;
    }

    .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: auto;
        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: 200px 0 90px;
        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-example-top-bg {
        width: 261px;
        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 {
        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(/img/media/douyin/swiperBg.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: #00CECD;
    }

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

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

    /* 案例示例结束 */
}

/*平板*/
@media (min-width: 769px) and (max-width: 991px) {

    /* 通用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: #00CECD;
        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;
    }

    /*平台介绍开始*/
    .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;
    }

    /* 平台介绍结束 */
    /* 资源介绍开始*/
    .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: 1.1rem;
        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: 58%;
        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-btn {
        width: 2.24rem;
        height: .46rem;
        background: linear-gradient(90deg, #2CFFFE 0%, #00CECD 100%);
        border-radius: .05rem;
        font-size: .20rem;
        font-weight: bold;
        color: #FFFFFF;
        line-height: .46rem;
        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: 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(/img/media/phone-bg-dark.png) no-repeat center center;
        background-size: cover;
    }

    .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.46rem;
        height: 5.38rem;
        flex-shrink: 0;
    }

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

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

    .media-feature-bottom-detail-info-title {
        display: none;
        margin-top: .54rem;
        font-weight: normal;
        background: rgb(0, 23, 23);
        border-radius: .29rem;
        white-space: nowrap;
        padding: .05rem;

    }

    .media-feature-bottom-detail-info-title>span {
        display: inline-block;
        padding: .1rem .47rem;
        border-radius: .29rem;
    }

    .media-feature-bottom-detail-info-title>span:first-child {
        background-color: #00CECD;
    }

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

    .media-feature-bottom-detail-info-text:nth-child(3) {
        display: none;
    }

    .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;
        margin-bottom: 2rem;
    }

    .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: auto;
        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-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-example-top-bg {
        width: 2.61rem;
        height: 0.62rem;
        position: absolute;
        top: -0.3rem;
    }

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

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

    .media-example-bottom-lswiper {
        width: auto;
        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(/img/media/douyin/swiperBg.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: #00CECD;
    }

    .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 screen and (max-width: 768px) {

    /* 通用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: #00CECD;
        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;
    }

    /*平台介绍开始*/
    .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;
    }

    /* 平台介绍结束 */
    /* 资源介绍开始*/
    .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: 1.1rem;
        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: 58%;
        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-btn {
        width: 2.24rem;
        height: .46rem;
        background: linear-gradient(90deg, #2CFFFE 0%, #00CECD 100%);
        border-radius: .05rem;
        font-size: .20rem;
        font-weight: bold;
        color: #FFFFFF;
        line-height: .46rem;
        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: 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(/img/media/phone-bg-dark.png) no-repeat center center;
        background-size: cover;
    }

    .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.46rem;
        height: 5.38rem;
        flex-shrink: 0;
    }

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

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

    .media-feature-bottom-detail-info-title {
        display: none;
        margin-top: .54rem;
        font-weight: normal;
        background: rgb(0, 23, 23);
        border-radius: .29rem;
        white-space: nowrap;
        padding: .05rem;

    }

    .media-feature-bottom-detail-info-title>span {
        display: inline-block;
        padding: .1rem .47rem;
        border-radius: .29rem;
    }

    .media-feature-bottom-detail-info-title>span:first-child {
        background-color: #00CECD;
    }

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

    .media-feature-bottom-detail-info-text:nth-child(3) {
        display: none;
    }

    .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;
        margin-bottom: 2rem;

    }

    .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: auto;
        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-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-example-top-bg {
        width: 2.61rem;
        height: 0.62rem;
        position: absolute;
        top: -0.3rem;
    }

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

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

    .media-example-bottom-lswiper {
        width: auto;
        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(/img/media/douyin/swiperBg.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: #00CECD;
    }

    .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;
    }

    /* 案例示例结束 */
}