/* 首页 */
/* banner */
.banner {
    width: 100%;
    height: 500px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.swiper-pagination-bullet {
    width: 28px;
    height: 4px;
    background-color: rgba(255, 48, 0, 0.34);
    border-radius: 2px;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 30px;
}

.swiper-pagination-bullet-active {
    background-color: #ff3000;
}

/* 领取全套媒体资源 */
.all_resources {
    width: 100%;
}

.all_resources .resource {
    width: 1200px;
    height: 100px;
    background: #FFFFFF;
    box-shadow: -1px 5px 9px 0px rgba(234, 234, 234, 0.44);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px 0 49px;
    position: absolute;
    z-index: 10;
    margin-top: -50px;
    margin-left: 18%;
}

.all_resources .resource .form_btn {
    margin-left: 10px;
}

.all_resources .resource .user_input {
    width: 270px;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #E1E0E2;
    border-radius: 3px;
    padding-left: 20px;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    margin-left: 10px;
}

input::-webkit-input-placeholder {
    font-size: 16px;
    color: #999;
}

.all_resources .resource .user_input input {
    border: none;
}

input:focus {
    outline: none;
    border: none;
}

.all_resources .resource .user_input span {
    display: block;
    border-right: 1px solid #E1E0E2;
    padding-right: 3px;
    margin-right: 5px;
}



.all_resources .resource .user_btn {
    border: none;
    width: 270px;
    height: 50px;
    background: #D02B2B;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}


/* 一站式自主发稿平台 */
.platform {
    /* background: url(../images/1-bj.png); */
    overflow: hidden;
    margin-top: 140px;
    padding-bottom: 120px;
    min-width: 1200px;
}

.platform .platform_top {
    text-align: center;
}

.platform .platform_top .title {
    font-size: 36px;
    font-weight: 500;
    color: #333333;
    cursor: pointer;
}

.platform .platform_top .title_line {
    width: 78px;
    height: 4px;
    background: linear-gradient(90deg, #DE1D2F 0%, #BF1616 100%);
    border-radius: 2px;
    margin: 40px auto;
}

.platform .platform_top p {
    width: 827px;
    height: 54px;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    margin: 40px auto;
    cursor: pointer;
}

.platform .platform_imgs ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.platform .platform_imgs ul li {
    width: 280px;
    height: 380px;
    border-radius: 10px;
    padding: 130px 30px 0;
    color: #fff;
}

.platform .platform_imgs ul .img_1 {
    background: url('/static/t2023/images/index/1-bg1.png');
}

.platform .platform_imgs ul .img_2 {
    background: url('/static/t2023/images/index/1-bg2.png');
}

.platform .platform_imgs ul .img_3 {
    background: url('/static/t2023/images/index/1-bg3.png');
}

.platform .platform_imgs ul .img_4 {
    background: url('/static/t2023/images/index/1-bg4.png');
}

.platform .platform_imgs li div {
    margin-top: 20px;
    font-weight: 500;
    font-size: 30px;
    line-height: 30px;
    cursor: pointer;
}

.platform .platform_imgs li p {
    margin-top: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    cursor: pointer;
}



.caption {
    position: relative;
}

.caption>p {
    font-family: MicrosoftYaHei;
    font-size: 120px;
    color: #ededed;
    margin-left: -144px;
}

.caption .caption_tit {
    position: absolute;
    top: 52px;
}

.caption .caption_tit h2 {
    font-family: SourceHanSansCN-Medium;
    font-size: 30px;
    line-height: 30px;
    color: #333333;
    font-weight: bold;
}

.caption .caption_tit p {
    font-family: SourceHanSansCN-Bold;
    font-size: 14px;
    line-height: 30px;
    color: #333333;
    font-weight: bold;
}

.caption .caption_tit p span {
    float: left;
}

.caption .caption_tit p span:first-child {
    width: 10px;
    height: 10px;
    border: solid 2px #e24847;
    border-radius: 20px;
    display: block;
    margin: 8px 10px 0px 0px;
}


/* 服务优势 */
.advantage {
    background: url(/static/t2023/images/index/2-bg.png) no-repeat;
    overflow: hidden;
    padding: 50px 0px 118px;
    text-align: center;
    min-width: 1200px;
}

.advantage .caption .caption_title {
    font-size: 36px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 48px;
    cursor: pointer;
}

.advantage .caption .title_line {
    width: 78px;
    height: 4px;
    background: linear-gradient(90deg, #FFFFFF 0%, #FFF5F5 100%);
    opacity: 0.72;
    border-radius: 2px;
    margin: 30px auto 50px;
}

.advantage .advantage_box ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.advantage .advantage_box ul li {
    width: 380px;
    height: 320px;
    border: 1px solid #FFFFFF;
    background: linear-gradient(-33deg, #FFFFFF 0%, rgba(255, 255, 255, 0.8) 98%);
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 50px 45px;
}

.advantage .advantage_box li div {
    font-size: 36px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    margin: 30px auto;
    cursor: pointer;
}

.advantage .advantage_box li p {
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}


/* 海量媒体 */
.amounts {
    width: 100%;
    overflow: hidden;
    padding: 110px 0px 100px;
    min-width: 1200px;
}

.amounts .handle_box {
    text-align: center;
}

.amounts .handle_box .caption_title {
    font-size: 36px;
    font-weight: 500;
    color: #333333;
    cursor: pointer;
}

.amounts .handle_box .title_line {
    width: 78px;
    height: 4px;
    background: linear-gradient(90deg, #DE1D2F 0%, #BF1616 100%);
    border-radius: 2px;
    margin: 30px auto 50px;
}


/* 发布流程 */
.process {
    overflow: hidden;
    padding: 40px 0px 70px;
    text-align: center;
    min-width: 1200px;
}

.process_top .caption_title {
    font-size: 36px;
    font-weight: 500;
    color: #333333;
}

.process_top .title_line {
    width: 78px;
    height: 4px;
    background: linear-gradient(90deg, #DE1D2F 0%, #BF1616 100%);
    border-radius: 2px;
    margin: 30px auto;
}

/* 留电咨询 */
.consult {
    width: 100%;
    background: url('/static/t2023/images/index/5-bg.png');
    height: 200px;
    padding: 43px 0;
    text-align: center;
    min-width: 1200px;
}

.consult .user_msg {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.consult .user_msg .user_input {
    width: 270px;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #E1E0E2;
    border-radius: 3px;
    padding-left: 20px;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #999;
    font-weight: 400;
    margin-right: 30px;
}

.user_input label {
    margin-bottom: 0;
    color: #333;
}


.consult .user_msg .user_input span {
    display: block;
    border-right: 1px solid #E1E0E2;
    padding-right: 3px;
    margin-right: 5px;
}

.consult .user_msg .user_input input {
    border: none;
    color: #333;
}



.consult .user_msg .user_btn {
    border: none;
    width: 280px;
    height: 50px;
    background: linear-gradient(270deg, #EF3337 0%, #FF7555 100%);
    border-radius: 3px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}

/* 适配 */
@media screen and (max-width: 1700px) {
    .all_resources .resource {
        margin-left: 15%;
    }
}

@media screen and (max-width: 1540px) {
    .all_resources .resource {
        margin-left: 10%;
    }
}

@media screen and (max-width: 1400px) {
    .all_resources .resource {
        margin-left: 6%;
    }
}

@media screen and (max-width: 1300px) {
    .all_resources .resource {
        margin-left: 3%;
    }
}

@media screen and (max-width: 1200px) {
    .banner {
        width: 1200px;
    }

    .banner_pic {
        width: 1200px;
    }

    .swiper-slide {
        width: 1200px !important;
    }

    .all_resources .resource {
        margin-left: 0;
    }
}

@media screen and (max-width: 750px) {
    .banner_pic {
        width: 100%;
        min-width: 280px;
    }

    .swiper-slide {
        width: 100% !important;
        min-width: 280px;
    }

    .banner {
        width: auto;
        min-width: 280px;
    }

    .all_resources .resource {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        padding: 20px 0;
        min-width: 280px;
        margin-left: 0;
        margin-top: 0;
    }

    .all_resources .resource .user_input {
        margin: 10px 0;
    }

    .platform {
        margin-top: 250px;
        min-width: 280px;
    }

    .platform .platform_top img {
        width: 100%;
    }

    .platform .platform_top p {
        width: 100%;
        height: auto;
    }

    .platform .platform_imgs ul {
        flex-wrap: wrap;
        padding: 0 20px;
    }

    .platform .platform_imgs ul li {
        margin-top: 20px;
    }

    .advantage {
        width: 100%;
        min-width: 280px;
        background-size: cover;
    }

    .advantage .advantage_box ul {
        justify-content: center;
    }

    .amounts {
        min-width: 280px;
    }

    .amounts .con_box img {
        width: 100%;
        min-width: 280px;
    }

    .process {
        width: 100%;
        min-width: 280px;
        padding: 40px 5px 70px;
    }

    .process .process_box img {
        width: 100%;
        min-width: 280px;
    }

    .consult {
        height: auto;
        padding: 43px 0;
        min-width: 280px;
    }

    .consult .user_msg {
        flex-wrap: wrap;
        padding: 0 20px;
    }

    .consult .user_msg .user_input {
        margin-top: 20px;
        margin-right: 0;
    }

    .consult .user_msg .user_btn {
        margin-top: 20px;
    }

    .form_btn {
        margin-left: 0 !important;
    }

    form {
        justify-content: space-around;
    }

    header {
        height: 60px;
        min-width: 280px;
    }

    .logo {
        height: auto;
        text-align: left;
    }
}

@media screen and (max-width: 600px) {
    .platform .platform_imgs ul {
        justify-content: center;
        padding: 0;
    }

    .consult .user_msg {
        justify-content: center;
    }

}

@media screen and (max-width: 500px) {

    .customer_service {
        display: none;
    }

    .all_resources .resource {
        margin-left: 0;
        width: 100%;
        margin-top: 0;
    }

    .platform {
        margin-top: 300px;
    }

    .logo {
        margin-right: 70px;
        margin-left: 0;
    }

}

@media screen and (max-width: 380px) {
    .consult img {
        width: 100%;
    }
}

.active1 {
    top: 60px;
}

.nav-btn {
    position: static;
    margin-left: 86%;
    margin-top: -44px;
    height: 21px;
    background: #D81E06;
    color: #fff;
    width: 40px;
    /* border-radius: 5px; */
}