.support-top[data-v-b569b5dd] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 280px;
    width: 100%;
    position: relative;
    background: #323232
}

.support-bg[data-v-b569b5dd] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0
}

.support-top-content[data-v-b569b5dd] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 1200px;
    z-index: 1
}

.support-title[data-v-b569b5dd] {
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 30px
}

.support-form-box[data-v-b569b5dd] {
    width: calc(500 /1200 *100%);
    height: 50px;
    border-radius: 27px;
    padding: 0 20px;
    background-color: #fff;
    color: #000;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 16px;
    margin-bottom: 20px
}

.search-input[data-v-b569b5dd] {
    color: #000;
    height: 100%;
    width: 100%
}

.search-input[data-v-b569b5dd]::placeholder {
    color: #c7c7c7
}

.support-tips[data-v-b569b5dd] {
    display: flex;
    align-items: center;
    flex-direction: row;
    color: #929292
}

@media screen and (max-width:768px) {
    .support-tips[data-v-b569b5dd] {
        display: flex;
        flex-direction: column
    }

    .support-tips span[data-v-b569b5dd] {
        margin-top: 8px
    }
}

.support-tips span[data-v-b569b5dd] {
    cursor: pointer;
    text-decoration: underline;
    color: var(--dd2)
}

@media screen and (max-width:768px) {
    .support-form-box[data-v-b569b5dd] {
        width: 92%
    }
}

.support-search-list-big-box[data-v-562d6f95] {
    width: 92%;
    margin: 0 auto;
    max-width: 1200px;
    position: relative
}

.support-search-result-list[data-v-562d6f95] {
    padding: 40px;
    border-radius: 40px;
    background: #fff
}

.support-search-result-text[data-v-562d6f95] {
    color: #929292;
    font-size: var(--fz16)
}

.support-search-empty-box[data-v-562d6f95] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.empty-img[data-v-562d6f95] {
    margin: 10px 0
}

.empty-text[data-v-562d6f95] {
    font-size: 12px;
    color: var(--color18)
}

.support-search-list-box[data-v-562d6f95] {
    margin: 40px 0
}

.support-result-item[data-v-562d6f95] {
    margin-top: 40px;
    cursor: pointer
}

.support-result-item-cate[data-v-562d6f95] {
    color: #929292;
    font-size: var(--fz12)
}

.support-result-item-title[data-v-562d6f95] {
    margin-top: 10px;
    color: #323232;
    font-size: var(--fz16)
}

.support-result-item-content[data-v-562d6f95] {
    margin-top: 5px;
    color: #747474;
    font-size: var(--fz16)
}

.support-result-item-time[data-v-562d6f95] {
    margin-top: 10px;
    color: #cbcbcb;
    font-size: var(--fz12)
}

.pagination-box[data-v-562d6f95] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 50px
}

[data-v-562d6f95] .pagination-box .el-pager li.is-active {
    background: #3be3fe
}

[data-v-562d6f95] .pagination-box .el-pager li:hover {
    color: #3be3fe
}

[data-v-562d6f95] .pagination-box .el-pagination .el-pagination .btn-next:hover {
    color: #3be3fe !important
}

@media screen and (max-width:768px) {
    .support-search-list-big-box[data-v-562d6f95] {
        width: 100%;
        margin: 0;
        border-radius: 40px
    }

    .support-search-list-box[data-v-562d6f95] {
        margin-bottom: 0
    }

    .support-search-result-list[data-v-562d6f95] {
        padding: 40px
    }
}