body {
    background: #fff !important;
}
@charset "UTF-8";
/*初始化样式*/

a, a:hover, a:link, a:active {
    text-decoration: none;
    color: #333;
    cursor: pointer;
}
ul, li {
    list-style: none;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font: 12px/1.5 "Microsoft YaHei", "Helvetica Neue", "Hiragino Sans GB", arial, helvetica, sans-serif;
}
.m_case{
    display: none;
}
/*公共标题*/
.public_title{
    font-size: 26px;
    text-align: center;
    width: 100%;
    color: #333;
}

.public_subtitle{
    font-size: 14px;
    text-align: center;
    width: 100%;
    color: #666;
    margin-top: 5px;
}


.w_1200{
    width: 1200px;
    margin:0 auto;
}
.lock_more{
    display: block;
    margin:26px auto 0;
    width: 140px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    text-align: center;
    color: #ce0505;
    border:1px solid #ce0505;
    font-size: 14px;
}

.lock_more:hover{
    background: #ce0505;
    color: #fff;
}
/*banner*/
.page_banner{
    width: 100%;
    position: relative;
}

.page_banner .page_icon{
    display: block;
    width: 100%;
}

/*小程序服务营销形式*/
.service{
    padding: 50px 0;
}

.service .service_tag{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.service .service_tag .tag_item{
    flex: 1;
}

.service .service_tag .tag_item img{
    display: block;
    width: 90px;
    margin: 0 auto;
}

.service .service_tag .tag_item p{
    text-align: center;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-top: 18px;
}

.service .service_img{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.service .service_img .item_img{
    flex: 1;
    transition: all .3s ease;
}

.service .service_img .item_img img{
    display: block;
    width: 200px;
    margin: 0 auto;
}

.service .service_img .item_img:hover{
    margin-top: -20px;
}


/*推广策略*/
.strategy{
    width: 100%;
    background: #f7f6fb;
    padding: 45px 0 30px;
}

.strategy .tag_list{
    width: 100%;
    background: url(../images/red15.png)center no-repeat;
    background-size: 560px;
    height: 560px;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.strategy .tag_list .tag_item{
    width: 352px;
    display: flex;
    flex-direction: column;
    
}

.strategy .tag_list .tag_item:last-child{
    align-items: flex-end;
}

.strategy .tag_list .tag_item .left{
    width: 352px;
    margin-top: 48px;
}

.strategy .tag_list .tag_item .left .title{
    font-size: 18px;
    color: #ce0505;
    font-weight: bold;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.strategy .tag_list .tag_item .left .title span{
    font-size: 22px;
    color: #444;
    font-weight: bold;
    margin-right: 8px;
}

.strategy .tag_list .tag_item .left .text{
    font-size: 14px;
    color: #666;
    text-align: right;
    margin-top: 10px;
}

.strategy .tag_list .tag_item .right{
    width: 352px;
    margin-top: 48px;
}

.strategy .tag_list .tag_item .right .title{
    font-size: 18px;
    color: #ce0505;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-right: 8px;
}

.strategy .tag_list .tag_item .right .title span{
    font-size: 22px;
    color: #444;
    font-weight: bold;
    margin-right: 8px;
}

.strategy .tag_list .tag_item .right .text{
    font-size: 14px;
    color: #666;
    text-align: left;
    margin-top: 10px;
}

.strategy .tag_list .tag_item:nth-child(2) .right:nth-child(2),
.strategy .tag_list .tag_item:nth-child(1) .left:nth-child(2){
    width: 300px;
} 

/*玩转小红书*/
.playred{
    padding: 55px 0;
}

.playred .playred_list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.playred .playred_list .list_item{
    width: 180px;
    margin-right: 24px;
    margin-top: 24px;
}

.playred .playred_list .list_item:nth-child(6n){
    margin-right: 0;

}

.playred .playred_list .list_item .icon{
    display: block;
    width: 100%;
    transition: all .5s ease;
}

.playred .playred_list .list_item .name{
    font-size: 16px;
    color: #333;;
    text-align: center;
    margin-top: 15px;
}

.playred .playred_list .list_item:hover .icon{
    transform: scale(1.05);
}

/*小红书资源推荐*/
.recommended .recom_content{
    width: 100%;
    display: flex;
    margin-top: 30px;
}

.recommended .recom_content .left_list{
    width: 200px;
    margin-right: 30px;
}

.recommended .recom_content .left_list li{
    background: #f7f6fb;
    height: 90px;
    line-height: 90px;
    text-align: center;
    width: 100%;
    border-bottom: 2px solid #fff;
    font-size: 16px;
    color: #333;
    position: relative;
    cursor: pointer;
}

.recommended .recom_content .left_list li:last-child{
    border-bottom: 0;
}

.recommended .recom_content .left_list li.on:after{
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    width: 2px;
    height: 100%;
    background: #ce0505;
}

.recommended .recom_content .list_tab{
    flex: 1;
}

.recommended .recom_content .content_list{
    width: 100%;
    display: none;
    flex-wrap: wrap;
}

.recommended .recom_content .content_list.on{
    display: flex;
}

.recommended .recom_content .content_list .content_item{
    border: 1px solid #e4e4e4;
    width: 300px;
    margin-right: 35px;
    
    padding: 15px 20px; 
    cursor: pointer;
}

.recommended .recom_content .content_list .content_item:nth-child(-n + 3){
    margin-bottom: 22px;
}

.recommended .recom_content .content_list .content_item:nth-child(3n){
    margin-right: 0;
}

.recommended .recom_content .content_list .content_item .top{
    width: 100%;;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 15px;
}

.recommended .recom_content .content_list .content_item .top .icon{
    width: 80px;
    display: block;
}

.recommended .recom_content .content_list .content_item .top .title{
    margin-left: 10px;
}

.recommended .recom_content .content_list .content_item .top .title .name{
    font-size: 16px;
    color: #333;
}

.recommended .recom_content .content_list .content_item .top .title .text{
    font-size: 13px;
    color: #999;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.recommended .recom_content .content_list .tag_list{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

.recommended .recom_content .content_list .tag_list .tag_item{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.recommended .recom_content .content_list .tag_list .tag_item .icon{
    width: 20px;
    display: block;
}

.recommended .recom_content .content_list .tag_list .tag_item .dis{
    font-size: 12px;
    color: #999;
    margin:6px 0; 
}

.recommended .recom_content .content_list .tag_list .tag_item .num{
    font-size: 14px;
    color: #333;
}

.recommended .recom_content .content_list .lockprice{
    display: block;
    width: 105px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    margin:0 auto; 
    text-align: center;
    color: #333;
    margin-top: 15px;
}

.recommended .recom_content .content_list .content_item:hover{
    border: 1px solid #ce0505;
}

.recommended .recom_content .content_list .content_item:hover .lockprice{
    border: 1px solid #ce0505;
    background: #ce0505;
    color: #fff;
}

/*爆款推广套餐*/
.redpackage{
    padding: 80px 0 60px;
}

.redpackage .redpackage_list{
    width: 100%;
    display: flex;
    margin-top: 30px;
}

.redpackage .redpackage_list .item{
    flex: 1;
    margin-right: 45px;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
}

.redpackage .redpackage_list .item:last-child{
    margin-right: 0;
}

.redpackage .redpackage_list .item .title{
    background:#ce0505;
    width: calc(100% + 2px);
    margin-left: -1px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    height: 96px;
    line-height: 96px;
    border-radius: 10px 10px 0 0; 
}

.redpackage .redpackage_list .item .price{
    font-weight: bold;
    font-size: 26px;
    color: #ff0000;
    text-align: center;
    margin-top: 35px;
}

.redpackage .redpackage_list .item .un_price{
    font-size: 12px;
    color: #999;
    text-decoration:line-through;
    text-align: center;
}

.redpackage .redpackage_list .item .text{
    width: 80%;
    margin: 15px auto;
    font-size: 14px;
    color: #666;
    line-height: 22px;
}

.redpackage .redpackage_list .item .more{
    width: 110px;
    height: 36px;
    line-height: 36px;
    color: #666;
    text-align: center;
    display: block;
    margin:70px auto 32px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 13px;
}

.redpackage .redpackage_list .item:hover .more{
    background: #ce0505;
    color: #fff;
    border-color: #ce0505;
}

/*优质博主*/
.blogger{
    width: 100%;
    padding: 50px 0;
    background: #f7f6fb;
}

.blogger .blogger_content{
    display: flex;
    margin-top: 30px;
    align-items: center;
}

.blogger .blogger_content .left_img{
    width: 488px;
}

.blogger .blogger_content .left_img img{
    display: block;
    width: 100%;
}


.blogger .blogger_content .text_wrap{
    flex: 1;
    margin-left: 100px;
}

.blogger .blogger_content .text_wrap .title{
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.blogger .blogger_content .text_wrap .text{
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 14px;
    color: #666;
}

/*线下探店*/
.offline{
    padding: 50px 0;
}

.offline .offline_content{
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.offline .offline_content .left_text{
    width: 270px;
    margin-right: 190px;
}

.offline .offline_content .left_text .icon{
    display: block;
    width: 114px;
    height: 114px;
    border-radius: 50%;
}

.offline .offline_content .left_text .title{
    font-size: 20px;
    font-weight: bold;
    color: #333;;
    margin-top: 20px;
}

.offline .offline_content .left_text .text{
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}

.offline .offline_content .images_line{
    flex: 1;
}

.offline .offline_content .images_line img{
    display: block;
    width: 100%;
}

.offline .getprice{
    display: block;
    margin:36px auto 0; 
    width: 240px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    background-color: #ff2742;
}

/*经典案例*/
.red_case{
    padding: 50px 0;
    background-color: #f7f6fb;
    width: 100%;
}

.red_case .casecenter{
    position: relative;
    overflow: hidden;
}

.red_case .casecenter .case_list{
    width: max-content;
    margin-top: 30px;
    display: flex;
}

.red_case .casecenter .case_list .case_item{
    background-color: #fff;
    display: flex;
    width: 1200px;
}

.red_case .casecenter .case_list .case_item .left_img{
    width: 570px;
    margin-right: 50px;
}

.red_case .casecenter .case_list .case_item .left_img img{
    display: block;
    width: 570px;
}

.red_case .casecenter .case_list .case_item .right_text{
    flex: 1;
    padding-right: 40px;
}

.red_case .casecenter .case_list .case_item .right_text .title{
    margin-top: 35px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.red_case .casecenter .case_list .case_item .right_text .subtitle{
    margin-top: 30px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.red_case .casecenter .case_list .case_item .right_text .text{
    font-size: 14px;
    color: #666;
    margin-top: 15px;
    line-height: 22px;
}

.red_case .casecenter .case_list .case_item .right_text .subtitle_one{
    margin-top: 50px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.red_case .casecenter .case_list .case_item .right_text .tag_list{
    width: 100%;
    display: flex;
    margin-top: 20px;
}

.red_case .casecenter .case_list .case_item .right_text .tag_list .tag_item{
    flex: 1;
    border-right: 1px solid #f2f2f2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.red_case .casecenter .case_list .case_item .right_text .tag_list .tag_item:last-child{
    border-right: 0;
}

.red_case .casecenter .case_list .case_item .right_text .tag_list .tag_item .num{
    font-size: 20px;
    color: #d70505;;
    font-weight: bold;
}

.red_case .casecenter .case_list .case_item .right_text .tag_list .tag_item .name{
    margin-top: 10px;
    font-size: 14px;
    color: #666;
}

.red_case .casecenter .btn_wrap{
    position: absolute;
    bottom: 120px;
    left: 620px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.red_case .casecenter .btn_wrap a{
    width: 60px;
    height: 36px;
    background: #ce0505;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
}

.red_case .casecenter .btn_wrap a:last-child{
    margin-left: 6px;
}

.red_case .casecenter .custom{
    display: flex;
    width: 218px;
    height: 40px;
    justify-content: center;
    align-items: center;
    margin:30px auto 0;
    background: #ce0505;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
}
.m_redpackage{
    display: none;
}
@media all and (max-width: 640px){
    .m_redpackage{
        display: block;
    }
    .page_banner{
        height: 130px;
    }
    .page_banner .page_icon{
        height: 130px;
    }

    .w_1200{
        width: 100%;
    }
    .public_title{
        width: 90%;
        margin: 0 auto;
        font-size: 22px;
    }
    .public_subtitle{
        width: 90%;
        margin: 0 auto;
        font-size: 14px;
    }
    .service{
        padding: 30px 0;
    }
    .service .service_tag .tag_item img{
        width: 40px;
    }
    .service .service_tag .tag_item p{
        font-size: 14px;
        margin-top: 6px;
    }
    .service .service_img{
        margin-top: 10px;
    }
    .service .service_img .item_img img{
        width: 80%;
    }
    .strategy{
        padding: 30px 0;
    }
    .strategy .tag_list{
        background: none;
        margin-top: 20px;
        flex-direction: column;
        height: auto;
    }
    .strategy .tag_list .tag_item{
        width: 95%;
        margin:0 auto;
        flex-direction: row;
    }
    .strategy .tag_list .tag_item .right .title{
        flex-direction: column;
        justify-content: center;
        font-size: 14px;
    }
    .strategy .tag_list .tag_item .left{
        margin-top: 0;
        flex: 1;
        width: 100%;
    }
    .strategy .tag_list .tag_item .left .title{
        justify-content: center;
        flex-direction: column;
        font-size: 14px;
    }
    .strategy .tag_list .tag_item .right{
        margin-top: 0px;
        flex: 1;
    }
    .strategy .tag_list .tag_item .right{
        width: 100%;
        margin-top: 15px;
    }
    .strategy .tag_list .tag_item .left .text,
    .strategy .tag_list .tag_item .right .text{
        display: none;
    }
    .strategy .tag_list .tag_item:nth-child(2) .right:nth-child(2), .strategy .tag_list .tag_item:nth-child(1) .left:nth-child(2){
        width: 100%;
    }
    .playred{
        padding: 55px 0 30px;
    }
    .playred .playred_list{
        width: 95%;
        margin:0 auto; 
    }
    .playred .playred_list .list_item{
        width: calc(33.33% - 5px);
        margin-right: 7.5px;
    }
    .playred .playred_list .list_item:nth-child(3n){
        margin-right: 0;
    }
    .playred .playred_list .list_item:nth-child(n + 10){
        display: none;
    }
    .recommended .recom_content{
        flex-direction: column;
        margin-top: 20px;
    }
    .recommended .recom_content .left_list{
        width: 95%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }
    .recommended .recom_content .left_list li.on:after{
        width: 0;
    }
    .recommended .recom_content .left_list li{
        width: calc(33.33% - 10px);
        margin-right: 15px;
        height: 34px;
        line-height: inherit;
        border-radius: 15px;
        margin-bottom: 15px;
        font-size: 12px;
        display: flex;
        justify-content: center;
        align-items: center;

    }
    .recommended .recom_content .left_list li:nth-child(3n){
        margin-right: 0;
    }
    .recommended .recom_content .left_list li.on{
        background: #ce0505;
        color: #fff;
    }
    .recommended .recom_content .content_list{
        width: 95%;
        margin:0 auto; 
    }
    .recommended .recom_content .content_list .content_item{
        width: calc(50% - 4px);
        margin-right: 8px;
        padding: 10px 5px;
    }
    .recommended .recom_content .content_list .content_item:nth-child(3n){
        margin-right: 8px;
    }
    .recommended .recom_content .content_list .content_item:nth-child(2n){
        margin-right: 0;
    }
    .recommended .recom_content .content_list .content_item .top{
        padding-bottom: 10px;
    }
    .recommended .recom_content .content_list .content_item .top .icon{
        width: 40px;
    }
    .recommended .recom_content .content_list .content_item .top .title .name{
        font-size: 14px;
    }
    .recommended .recom_content .content_list .content_item .top .title .text{
        font-size: 12px;
    }
    .recommended .recom_content .content_list .content_item:nth-child(-n + 6){
        margin-bottom: 8px;
    }
    .recommended .recom_content .content_list .tag_list{
        margin-top: 10px;
    }
    .recommended .recom_content .content_list .lockprice{
        margin-top: 10px;
    }
    .redpackage{
        padding: 30px 0;
    }
    .redpackage .redpackage_list{
        width: 100%;
        margin:20px auto 0;
        display: flex;
    }
 
    .redpackage .redpackage_list .item:first-child{
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .redpackage .redpackage_list .item .title{
        font-size: 16px;
        height: 60px;
        line-height: 60px;
    }
    .redpackage .redpackage_list .item .price{
        font-size: 20px;
        margin-top: 20px;
    }
    .redpackage .redpackage_list .item .more{
        margin: 20px auto;
    }
    .blogger{
        padding: 30px 0;
    }
    .blogger .blogger_content{
        flex-wrap: wrap;
        width: 95%;
        margin:20px auto 0; 
    }
    .blogger .blogger_content .left_img{
        width: 100%;
    }
    .blogger .blogger_content .text_wrap{
        width: 86%;
        margin: 10px auto 0;
        flex: inherit;
    }
    .blogger .blogger_content .text_wrap .title{
        font-size: 14px;
    }
    .blogger .blogger_content .text_wrap .text{
        font-size: 12px;
        margin-top: 5px;
        margin-bottom: 15px;
    }
    .blogger .blogger_content .text_wrap .text:last-child{
        margin-bottom: 0;
    }
    .offline{
        padding: 30px;
    }
    .offline .offline_content{
        width: 95%;
        margin:20px auto 0;
        flex-direction: column;
    }
    .offline .offline_content .left_text{
        width: 100%;
        margin-right: 0;
    }
    .offline .offline_content .left_text .icon{
        margin: 0 auto;
        width: 80px;
        height: 80px;
    }
    .offline .offline_content .left_text .title{
        text-align: center;
        font-size: 18px;
        margin-top: 10px;
    }
    .offline .offline_content .left_text .text{
        font-size: 12px;
        text-align: center;
        margin-top: 6px;
    }
    .offline .offline_content .images_line{
        margin-top: 12px;
    }
    .offline .getprice{
        margin-top: 20px;
    }
    .red_case{
        padding: 30px 0;
    }
    .red_case .casecenter .case_list .case_item{
        flex-direction: column;
        margin: 0 auto;
        background: none;
    }
    .red_case .casecenter .case_list .case_item .left_img{
        margin: 0 auto;
    }
    .red_case .casecenter .case_list .case_item .left_img img{
        width: 100%;
    }
    .red_case .casecenter .case_list .case_item .right_text{
        flex: inherit;
        margin: 0 auto;
        background: #fff;
        padding: 10px;
    }
    .red_case .casecenter .case_list .case_item .right_text .title{
        margin-top: 16px;
        font-size: 18px;
    }
    .red_case .casecenter .case_list .case_item .right_text .subtitle{
        font-size: 14px;
        margin-top: 14px;
    }
    .red_case .casecenter .case_list .case_item .right_text .text{
        font-size: 12px;
        margin-top: 10px;
        line-height: 20px;
    }
    .red_case .casecenter .case_list .case_item .right_text .subtitle_one{
        margin-top: 20px;
    }
    .red_case .casecenter .case_list .case_item .right_text .tag_list{
        margin-top: 10px;
    }
    .red_case .casecenter .case_list .case_item .right_text .tag_list .tag_item .num{
        font-size: 18px;
    }
    .red_case .casecenter .case_list .case_item .right_text .tag_list .tag_item .name{
        margin-top: 6px;
    }
    .red_case .casecenter .btn_wrap{
        position: initial;
        left: initial;
        bottom: initial;
    }
    .red_case .casecenter .btn_wrap a{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
        margin: 0;
        border-radius: 50%;
        font-size: 20px;
        opacity: .6;
    }
    .redpackage .redpackage_list.pc_redpackage{
        display: none;
    }
    .red_case .casecenter .btn_wrap a.pre{
        left: 5px;
    }
    .red_case .casecenter .btn_wrap a.next{
        right: 5px;
    }
    .redpackage .redpackage_list .item{
        width: 100%;
        display: block;
        margin-right: 0;
        flex: none;
    }

}


/*经典案例*/
.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-button-next, .swiper-button-prev{
    width: 40px;
}

.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 20px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: rgba(200,200,200,.5);
    border-radius: 50%;
    color: #666;
}