.wechatC-banner {
    height: 540px;
    background: url(../images/banner_about.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}

.banner-box {
    width: 1200px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.wechatC-text {
    width: 600px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.wechatC-text h1 {
    font-size: 46px;
    font-weight: bold;
    color: #19293A;
    padding: 20px;
    display: block;
}

.wechatC-text span {
    font-size: 18px;
    padding: 15px;
    color: #303133;
    /* margin-bottom: 40px; */
    display: block;
}

.wechatC_psd {
    width: 540px;
    height: 450px;
    background: url(../images/wechatC_psd.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    /* top: 50%; */
    bottom: 0;
    right: 0;
    /* transform: translate(0, -50%); */
}

.checked {
    color: #fff !important;
    background: rgba(0, 0, 0, 0.1) !important;
    border-bottom: 1px solid #FF4C15 !important;
}

.child_menu {
    display: none
}

#popup {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    display: none;

}

.popupMask {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 100;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

.popupimg {
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 101;
    cursor: pointer;
}

.popupimgImg {
    width: 100%;
    border-radius: 20px;
}

.popupimgClose {
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: 101;
    top: -60px;
    right: -60px;
}

.popupimgClose:hover {
    cursor: pointer;
    transform: rotate(360deg);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.tnci-btn {
    width: 180px;
    height: 54px;
    font-size: 15px;
    background: linear-gradient(270deg, #FF4C15 0%, #FF8863 100%);
    line-height: 54px;
    text-align: center;
    color: #FFFFFF;
    border-radius: 27px;
}

.tnci-btn a {
    width: 100%;
    height: 100%;
    color: #FFFFFF !important;
}

/* 视频号本地生活的优势 */
.wechatC-adv {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0;
    gap: 50px;
    background: linear-gradient(180deg, #FFFCFA 0%, #FFF7F5 100%);
}

.adv-title {
    font-size: 32px;
    color: #FFFFFF;
    font-weight: bold;
    line-height: normal;
    display: flex;
    flex-direction: column;
    padding: 10px 40px;
    gap: 10px;
    background: #FF4C15;
    border-radius: 60px;
}

.adv-content {
    width: 1300px;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.adv-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: rgba(255, 76, 21, 0.05);
    padding: 30px;
    gap: 20px;
    border-radius: 10px;
}

.adv-h1 {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 22px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0em;
    color: #303133;
}

.adv-h1 img {
    width: 50px;
}

.adv-span {
    font-size: 16px;
    text-align: justify;
    letter-spacing: 0em;
    color: #606266;
}

/* 支持行业及类目 */
.support-ind {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0;
    gap: 50px;
    background: linear-gradient(180deg, #FFFCFA 0%, #FFF7F5 100%);
}

.ind-title {
    font-size: 32px;
    color: #FFFFFF;
    font-weight: bold;
    line-height: normal;
    display: flex;
    flex-direction: column;
    padding: 10px 40px;
    gap: 10px;
    background: #FF4C15;
    border-radius: 60px;
}

.ind-content {
    width: 1300px;
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.ind-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    gap: 30px;
    flex-grow: 1;
    align-self: stretch;
    background: #FFFFFF;
}

.ind-h1,
.cat-h1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;
    align-self: stretch;
    background: rgba(255, 76, 21, 0.05);
    font-size: 22px;
    font-weight: bold;
    line-height: normal;
    text-align: center;
    letter-spacing: 0em;
    color: #FF4C15;
}

.ind-tags,
.cat-tags {
    display: flex;
    flex-direction: row;
    padding: 0px 10px;
    gap: 15px 50px;
    flex-wrap: wrap;
    align-content: flex-start;
    align-self: stretch;
    color: #FF4C15;
}

.ind-tags div, 
.cat-tags div {
    padding: 5px 10px;
    border: 1px solid rgb(255 76 21 / 50%);
    box-sizing: border-box;
    border-radius: 3px;
}

.ind-tags div:last-child {
    background: #ffffff;
    border-color: #f2f3f9;
    color: #909399;
}


/* 解决方案能力 */
.ability {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0;
    gap: 50px;
    background: linear-gradient(180deg, #FFFCFA 0%, #FFF7F5 100%);
}

.ability-title {
    font-size: 32px;
    color: #FFFFFF;
    font-weight: bold;
    line-height: normal;
    display: flex;
    flex-direction: column;
    padding: 10px 40px;
    gap: 10px;
    background: #FF4C15;
    border-radius: 60px;
}

.ability-content {
    width: 1300px;
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
}

.ability-item {
    width: 420px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 30px;
    gap: 20px;
    flex-grow: 1;
    background: rgba(255, 76, 21, 0.05);
    border-radius: 10px;
}

.ability-item .h1 {
    font-size: 22px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0em;
    color: #303133;
}

.ability-item .img img {
    width: 50px;
}

/* 视频号本地生活运营模式 */
.operation {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0;
    gap: 50px;
    background: linear-gradient(180deg, #FFFCFA 0%, #FFF7F5 100%);
}

.ope-title {
    font-size: 32px;
    color: #FFFFFF;
    font-weight: bold;
    line-height: normal;
    display: flex;
    flex-direction: column;
    padding: 10px 40px;
    gap: 10px;
    background: #FF4C15;
    border-radius: 60px;
}

.ope-content {
    width: 1300px;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.ope-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: rgba(255, 76, 21, 0.05);
    padding: 30px;
    gap: 20px;
    border-radius: 10px;
}

.ope-h1 {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 22px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0em;
    color: #303133;
}

.ope-h1 img {
    width: 50px;
}

.ope-span {
    font-size: 16px;
    text-align: justify;
    letter-spacing: 0em;
    color: #606266;
}

/* 视频号案例 */
.wechatC-case {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0;
    gap: 50px;
    background: linear-gradient(180deg, #FFFCFA 0%, #FFF7F5 100%);
}

.case-title {
    font-size: 32px;
    color: #FFFFFF;
    font-weight: bold;
    line-height: normal;
    display: flex;
    flex-direction: column;
    padding: 10px 40px;
    gap: 10px;
    background: #FF4C15;
    border-radius: 60px;
}

.case-content {
    width: 1300px;
    display: flex;
    flex-direction: row;
    gap: 50px;
}

.case-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-radius: 10px;
}

.case-h1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px;
    gap: 10px;
    align-self: stretch;
    background: rgba(255, 76, 21, 0.05);
    font-size: 22px;
    font-weight: bold;
    line-height: normal;
    text-align: center;
    letter-spacing: 0em;
    color: #FF4C15;
}






/* 移动端适配样式 */

@media (max-width:1200px) {
    .popupimg {
        width: 90%;
    }

    .popupimgImg {
        width: 100%;
        border-radius: 10px;
    }

    .popupimgClose {
        width: 40px;
        height: 40px;
        position: absolute;
        z-index: 101;
        top: unset;
        bottom: -60px;
        right: 50%;
        transform: translate(50%, 0) !important;
    }

    .popupimgClose:hover {
        cursor: pointer;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
    }

    .solution-content .right {
        width: 50%;
    }
}


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

    .wechatC-banner {
        height: 350px;
        background: url(../images/mobile/m_wechatC.jpg) no-repeat center center;
        background-size: cover;
    }

    .banner-box {
        width: 100%;
    }

    .wechatC-text {
        width: 60%;
    }

    .wechatC-text h1 {
        font-size: 24px;
        color: #303133;
        display: none;
    }

    .wechatC-text span {
        font-size: 16px;
        /* padding: 10px; */
        display: none;
    }

    .wechatC_psd {
        display: none;
    }

    .tnci-btn {
        width: 100%;
        height: 40px;
        font-size: 14px;
        line-height: 40px;
    }

    .tnci-btn img {
        display: none;
    }

    .text-item img {
        width: 40px;
        height: 40px;
    }

    /* ----------------------------- */

    .wechatC-adv,
    .support-ind,
    .ability,
    .operation,
    .wechatC-case {
        padding: 30px 20px;
        gap: 20px;
    }

    .adv-title,
    .ind-title,
    .ability-title,
    .ope-title,
    .case-title {
        font-size: 22px;
        align-items: center;
    }

    .adv-content {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .adv-item {
        padding: 20px;
        gap: 10px;
    }

    .adv-h1 {
        font-size: 20px;
        gap: 15px;
    }

    .adv-h1 img {
        width: 36px;
    }

    .adv-span {
        font-size: 14px;
    }

    .ind-content {
        width: 100%;
        gap: 15px;
    }

    .ind-item {
        padding: 15px;
        gap: 20px;
    }

    .ind-h1,
    .cat-h1 {
        font-size: 20px;
    }

    .ability-content {
        width: 100%;
        gap: 15px;
    }

    .ability-item {
        padding: 20px;
        gap: 15px;
    }

    .ability-item .img img {
        width: 36px;
    }

    .ability-item .h1 {
        font-size: 20px;
    }

    .ope-content {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .ope-item {
        padding: 20px;
        gap: 15px;
    }

    .ope-h1 {
        gap: 15px;
        font-size: 20px;
    }

    .ope-h1 img {
        width: 36px;
    }

    .case-content {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .case-h1 {
        font-size: 20px;
    }

    .case-img img {
        width: 100%;
    }
}