/* 手机端*/
.mobile-container {
    box-sizing: border-box;
    width: 100%;
    background: linear-gradient(180deg, #e2eeff, #eaf2fd);
}
.mobile-banner {
    width: 100%;
    height: 17rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url(https://cdn.xu5g.com/tsp/web/home_banner_bg.png) no-repeat;
    background-size: cover;
}
.title-first {
    font-size: 1rem;
    color: #091221;
    line-height: 1.25rem;
    font-weight: 600;
    text-align: center;
    margin-top: 3rem;
}
.title-second {
    color: #091221;
    margin-top: .5rem;
    font-size: 1.625rem;
    line-height: 1.625rem;
    font-weight: 600;
    text-align: center;
}
.title-third {
    font-size: 1.625rem;
    line-height: 2rem;
    font-weight: 600;
    text-align: center;
    margin-top: .25rem;
    background: linear-gradient(90deg, #2468f2 80%, #3ed2fd);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.mobile-server {
    width: 100%;
    transform: translateY(-1rem);
}
.mobile-server-list {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.server-module-card {
    position: relative;
    height: fit-content;
    background: #fff;
    color: #091221;
    flex-shrink: 0;
    overflow: hidden;
    width: 21.4375rem;
    border-radius: 1rem;
    margin: 0 0 .625rem;
}
.module-card-warp {
    padding: 1.25rem 1.25rem 0;
}
.module-card-warp h1 {
    font-size: 1.375rem;
    color: #222;
    line-height: 2.25rem;
    font-weight: 600;
    overflow: hidden;
    background: none;
    -webkit-text-fill-color: #222;
}
.mobile-module-card-desc {
    margin-bottom: .625rem;
    margin-top: .625rem;
}
.module-card-image {
    border-radius: 1rem 0 1rem 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
}
.module-card-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mobile-competencies-container {
    background-size: 100% 100%;
}
.mobile-competencies-title {
    color: #091221;
    text-align: center;
    line-height: 2.5rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
    font-size: 1.75rem;
}
.tabs-wrapper {
    display: flex;
    justify-content: center;
    padding: 0 1rem;
}
.tab-container {
    background: #fff;
    box-shadow: 0 .5rem 1.3125rem 0 rgba(47, 78, 131, .04);
    border-radius: 1.75rem;
    padding: .25rem;
    display: flex;
    height: 2.75rem;
    margin-bottom: 1.25rem;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.tab-container::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
}
.tab-item {
    border-radius: 1.5rem;
    padding: .5rem 1.4375rem;
    cursor: pointer;
    transition: background-color .3s;
    white-space: nowrap;
    display: flex;
    align-items: center;
}
.tab-item.active {
    background-color: #f1f6fd;
}
.tab-item-title {
    font-size: .8125rem;
    color: #091221;
    text-align: center;
    line-height: 1.5rem;
    font-weight: 600;
}
.tabs-content-wrapper {
    padding: 0 1rem;
}
.tab-content {
    height: 28.625rem;
    width: 100%;
    position: relative;
}
.tab-content-item {
    display: none;
    box-shadow: 0 .3125rem 1.1875rem .125rem rgba(7, 12, 20, .03);
    border-radius: .875rem;
    transition: all .3s ease-in-out;
    background: #FFFFFF;
    flex-direction: column;
}
.tab-content-item.active {
    display: flex;
}
.tab-content-item-wrap {
    align-items: center;
    position: relative;
    padding: 1.25rem 1.25rem 0;
    z-index: 2;
}
.tab-content-item-title-1 {
    font-size: 1.5rem;
    color: #091221;
    line-height: 2rem;
    font-weight: 600;
}
.tab-content-item-title-2 {
    font-size: 1.125rem;
    color: #222;
    line-height: 1.8rem;
    font-weight: 600;
    margin-top: .5rem;
    margin-bottom: .625rem;
}
.tab-content-item-desc {
    opacity: .8;
    color: #091221;
    text-align: justify;
    line-height: 1.25rem;
    font-size: max(.8125rem, min(.8125rem, 16PX));
}
.tab-content-item-img {
    z-index: 1;
    height: 100%;
    width: 100%;
}
.tab-content-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-top: -3.125rem;
}

@media screen and (min-width: 768px) {
    .mobile-container {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .ai-chatbot img {
        width: 60px;
        height: auto;
    }
    .free-modal {
        width: 70%;
    }
    .free-title {
        font-size: 23px;
    }

    .section-business {
        margin-top: 1.5rem;
    }
    .section-business-content {
        padding: 0 1rem;
        box-sizing: content-box;
    }
    .section-business-title {
        height: 1.75rem;
    }
    .section-business-desc {
        font-size: 0.8125rem;
        margin-bottom: 1rem;
    }
    .section-business-preview-wrap {
        display: flex;
        flex-direction: column;
    }
    .business-preview-card {
        flex: auto;
        width: 100%;
        height: 20rem;
        background-size: cover;
        margin-right: 0;
        margin-bottom: .875rem;
    }
    .mobile-article-card {
        height: 11.5rem;
    }
    .business-preview-card h1 {
        font-size: 1rem;
        height: 1.5rem;
        line-height: 1.5rem;
        margin-bottom: .375rem;
    }
    .mobile-more {
        width: 16px;
        height: 16px;
    }
    .scene-list-wrapper {
         height: auto;
    }
    .scene-list {
        display: flex;
        flex-direction: column;
    }
    .scene-list>li {
        width: 100%;
        margin-bottom: 20px;
    }
    .video-player-container {
        width: 100%;
        height: 300px;
    }
    .mask-default-icon {
        top: calc(50% - 190px);
        right: 0;
    }
    .contact-us-container {
        margin-top: 4rem;
        padding: 0 2.5rem 2.5rem;
    }
    .contact-us-introduce {
        text-align: center;
    }
}