.hero-content,
.head-info,
#bg {
    display: none;
}

#hero {
    position: relative;
}

#bgMobile {
    width: 100%;
    display: block;
}

#contact {
    display: none;
}

.pc{
    display: none !important;
}


#news {
    padding: 0 16px;
    padding-top: 21px;
    padding-bottom: 26px;
    background: #F6F7FA;
}

.section-title {
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    text-align: center;
}

.section-subtitle {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    margin-top: 5px;
    margin-bottom: 12px;
    text-align: center;
}

.news-grid {
    display: flex;
    flex-direction: column;
    gap: 15px;
}


.news-card {
    display: flex;
    align-items: center;
    padding: 0px 11px;
    border-radius: 10px;
    background-color: white;
    overflow: hidden;
}

.news-card .left {
    width: 117px !important;
    padding: 8px 0;
}

.news-card .left>img {
    width: 117px !important;
    object-fit: cover;
    height: 85px;
    border-radius: 8px 0 0 8px;
}

.news-content {
    margin-left: -15px;
    padding: 12px 15px;
    padding-right: 0;
    border-radius: 10px;
    border: 1px solid;
    border-image: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)) 1 1;
    background: rgba(255, 255, 255, .6);
    backdrop-filter: blur(8px);
    /* 背景模糊效果 */
    flex: 1;
    overflow: hidden;
}

.news-content>h3 {
    font-weight: 400;
    font-size: 12px;
    color: #333333;
    line-height: 17px;
    margin-bottom: 3px;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
}

.news-content>p {
    font-weight: 400;
    font-size: 10px;
    color: #666666;
    line-height: 14px;
    margin-bottom: 11px;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* Fallback for non-WebKit browsers */
}

.news-content>.news-date {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    line-height: 17px;
    gap: 6px;
}


.news-content>.news-date>img {
    width: 11px !important;
    height: 11px !important;
}

#cases {
    padding: 15px;
    padding-top: 23px;
}

.cases-grid {
    display: none;
}

.cases-grid-content {
    align-items: stretch;
}

.cases-grid-imgs {
    gap: 10px;
    justify-content: center;
    margin-bottom: 16px;
}

.cases-grid-imgs img {
    width: 30%;
    max-width: 108px;
    margin-right: 5px;
}

.cases-grid-content>img {
    width: 108px;
    height: 184px;
}

.cases-grid-content>div {
    background: #F6F7FA;
    padding: 6px 7px;
    flex: 1;
}

.cases-img-group {
    background-color: white;
    padding: 5px 6px;
    margin-bottom: 14px;
    width: 223px;
    height: 146px;
    overflow: hidden;
}

.cases-img-group>img {
    min-width: 100%;
    height: 100%;
}

.cases-img-hot {
    gap: 7px;
    justify-content: center;
}

.cases-img-hot p {
    width: 29px;
    height: 5px;
    margin: 0;
    background-color: #A7C4FF;
}

.cases-img-hot p.active {
    background-color: #1965FF;
}


#solution {
    padding: 20px 16px;
    padding-bottom: 38px;
    background-image: url('../imgs/advantage/bg_mobile.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#solution .bg {
    display: none;
}

#solution>.container {
    text-align: center;
}

#tabBg {
    width: 170px;
    display: block;
}

#solution_phone {
    display: none;
}

.solution-tabs {
    position: relative;
    margin-top: 22px;
}

.solution-tab {
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    gap: 10px;

    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 14px;
    opacity: 0;
    z-index: 0;
    transition: opacity .8s;
}

.solution-tab.active {
    opacity: 1;
    z-index: 10;
}

.solution-tab>img {
    width: 19px !important;
    height: 19px !important;
}

.solution-content {
    background: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    border: 1px solid #FFFFFF;
    padding: 18px 16px;
    padding-bottom: 23px;
    margin-top: -22px;
    position: relative;
    z-index: 2;
    backdrop-filter: blur(8px);
    /* 背景模糊效果 */
}

.solution-content-title {
    font-weight: bold;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    margin-bottom: 19px;
}

.solution-content-title>img {
    width: 47px;
    height: 47px;
    margin-right: 13px;
}

.solution-content-text {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    margin-bottom: 3px;
    text-align: left;
}


.solution-content-info>.btn {
    display: none;
}

#solution .btn-mobile {
    border-image: linear-gradient(56deg, rgba(22, 99, 255, 1), rgba(86, 142, 255, 1)) 1 1;
    border: 1px solid;
    border-radius: 25px;
    padding: 13px 99px;
    display: inline-block;
    margin: 0 auto;
    margin-top: 25px;
    color: rgba(86, 142, 255, 1);
    font-size: 16px;
    line-height: 22px;
}

.solution-content-text>span {
    color: #1964FF;
}

#solution .hot-mobile {
    justify-content: center;
    gap: 8px;

}

#solution .hot-mobile>p {
    width: 28px;
    height: 5px;
    margin-top: 32px;
    background-color: #A7C4FF;
}

#solution .hot-mobile>p.active {
    background-color: #1965FF;
}


#contactMobile>.container {
    padding-top: 12px;
    background-color: #F6F7FA;
}

#contactMobile .section-title {
    position: relative;
}

#contactMobile .section-title::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 65px;
    height: 2px;
    background-color: #0C52E1;
}



.contact-form {
    padding: 2px 32px;
}

.form-group {
    display: grid;
    grid-template-columns: 1fr;
    gap: 17px;
    margin-bottom: 15px;
}

.form-group>div {
    position: relative;
}

.form-group .label {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 400;
    font-size: 14px;
    color: #9B9B9B;
    line-height: 20px;
}

.form-control {
    width: 100%;
    padding: 13px 16px;
    padding-left: 100px;
    border-radius: 10px;
    font-size: 14px;
    border: none;
    color: #9B9B9B;
    text-align: right;
}




.form-control:focus {
    outline: none;
    border-color: #165DFF;
}

.form-submit {
    width: 100%;
    padding: 14px;
    font-size: 1rem;
}

.scroll-indicator {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    animation: bounce 2s infinite;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0) translateX(-50%);
    }

    40% {
        transform: translateY(-20px) translateX(-50%);
    }

    60% {
        transform: translateY(-10px) translateX(-50%);
    }
}


.contact-btn {
    position: relative;
    z-index: 1;
    border: none;
    background: linear-gradient(124deg, #1663FF 0%, #578EFF 100%);
    border-radius: 25px;
    color: white;
    padding: 12px 30px;

    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

.form-control::placeholder {
    color: #C1C3C0;
}