@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}

/* top */
.bg-white {
    background-image: none !important;
    background-color: #ffffff;
}

.breadcrumbtext {
    max-width: 1410px;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.bannertext {
    max-width: 1410px;
    height: auto;
    display: flex;
    flex-direction: column;
    margin-top: 75px;
    align-items: center;
}

.bannertext .banner-title {
    max-width: 968px;
    height: auto;
    font-family: Poppins, Poppins;
    font-weight: 600;
    font-size: 62px;
    color: #000000;
    line-height: 82px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-bottom: 20px;
}

.bannertext .banner-desc {
    max-width: 830px;
    height: auto;
    font-family: Poppins, Poppins;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-bottom: 30px;
}

.banner-list-wrap {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
}

.banner-list-item {
    display: flex;
    gap: 17px;
}

.banner-list-proxies {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
    justify-content: center;
}

.banner-proxies-item {
    width: 386px;
    min-height: 598px;
    background: #fcfcfc;
    border-radius: 30px;
    border: 1px solid #f3f3f3;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
}

.banner-proxies-shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease;
    pointer-events: none;
    z-index: 1;
}

.banner-proxies-item:hover .banner-proxies-shadow {
    opacity: 1;
}

.banner-proxies-box {
    width: 100%;
    padding: 40px;
    position: relative;
    z-index: 2;
    flex: 1;
}

.banner-proxies-item-img {
    margin-bottom: 18px;
}

.banner-proxies-item-title {
    font-family: Poppins, Poppins;
    font-weight: 600;
    font-size: 22px;
    color: #000000;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 17px;
}

.special-item-title {
    font-size: 20px;
    margin-bottom: 20px;
}

.banner-proxies-item-desc {
    max-width: 306px;
    min-height: 96px;
    font-family: Poppins, Poppins;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 10px;
}

.banner-proxies-item-price {
    font-family: Montserrat, Montserrat;
    font-weight: bold;
    font-size: 52px;
    color: #000000;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 23px;
}

.banner-proxies-item-price span {
    font-family: Poppins, Poppins;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.special-item-price {
    font-family: Montserrat, Montserrat;
    font-weight: bold;
    font-size: 26px;
    margin-top: 16px;
    margin-bottom: 38px;
}

.banner-proxies-item-btn {
    max-width: 306px;
    height: 46px;
    background: #ffffff;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #cccccc;
    display: flex;
    align-items: center;
    justify-content: center;

    font-family: Poppins, Poppins;
    font-weight: 600;
    font-size: 18px;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.banner-proxies-item:hover .banner-proxies-item-btn {
    background: #63d6fd;
    color: #ffffff;
}

.banner-proxies-item-hr {
    max-width: 306px;
    height: 0px;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #eeeeee;
    margin: 20px auto;
}

.banner-proxies-item-best {
    height: 24px;
    font-family: Poppins, Poppins;
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.banner-proxies-item-list-item {
    margin-top: 12px;
    display: flex;
    gap: 14px;
}

.banner-proxies-item-list-item p {
    font-family: Poppins, Poppins;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.banner-iso {
    width: 100%;
    margin: 35px 0;
}

/* code 代码块 */
.code-section h2.section-title {
    margin-bottom: 50px;
}
.code-left {
    flex: 1;
    max-width: 510px;
}
.code-right {
    width: 50%;
    display: flex;
    align-items: center;
}
.code-right-wrap {
    width: 100%;
}
p.code-left-desc {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 50px;
    color: #666;
}
.dark-btn-wrap {
    margin-top: 30px;
    display: flex;
    justify-content: flex-start;
}
.flex-content.gap30 {
    gap: 30px;
}
.code-top-tip {
    border-radius: 22px;
    border: 1px solid #8accff;
    margin-bottom: 10px;
    display: inline-block;
    padding: 8px 20px;
    background-color: #e2f8ff;
    color: #0090ff;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: center;
}
.code-section .el-tabs--border-card {
    box-shadow: none;
    border-radius: 16px 16px 16px 16px;
    border: 1px solid #d9d9d9;
    overflow: hidden;
}
.code-section .el-tabs--border-card > .el-tabs__header {
    background-color: #f9f9f9;
}
.code-section .el-tabs--border-card > .el-tabs__header .el-tabs__item {
    color: #333333;
    border-bottom: 1px solid #d9d9d9;
    border-right: none;
    border-left: none;
}
.code-section .el-tabs--border-card > .el-tabs__header .el-tabs__item.is-active {
    background-color: #fff !important;
    border-bottom: 2px solid #000;
}
.code-section .el-tabs__content {
    padding: 30px;
    padding-right: 74px;
}

.code-box code::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Edge */
}

.code-box {
    height: 350px;
}
.code-box pre {
    margin: 0;
}
.code-box code {
    height: 350px;
    -ms-overflow-style: none; /* IE 和 Edge */
    scrollbar-width: none; /* Firefox */
}
.code-copy {
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 30px;
}
h2.code-left-title {
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 14px;
}

/* 客户评价 */
.client-item {
    border-radius: 18px;
    border: 1px solid #e1e9eb;
    padding: 20px;
}
.client-comment {
    background: #eefbff;
    border-radius: 17px;
    padding: 20px;
    font-weight: 400;
    font-size: 15px;
}
.comment-txt {
    opacity: 0.6;
}
.client-name {
    font-weight: normal;
    font-size: 20px;
    color: #000000;
}
.client-date {
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
}
.clientImg-wrap {
    position: relative;
    line-height: 0;
}
.img-start {
    position: absolute;
    bottom: 0;
    right: 0;
}
.client-starts {
    padding: 20px 0;
    line-height: 0;
}
.client-left {
    max-width: 55%;
}
.clientImgBox {
    width: 62px;
    height: 62px;
    text-align: center;
    line-height: 62px;
    background: #ff3722;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    font-size: 28px;
}
.clientImgBox.yellow {
    background: #ffce00;
}
.client-right {
    border-radius: 30px;
    border: 1px solid #e9e5d8;
    padding: 20px;
    flex: 1;
}
.client-right-content {
    background: #fff6dd;
    border-radius: 22px;
    padding: 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.client-right-title {
    font-weight: 600;
    font-size: 41px;
    color: #000000;
}
.client-right-text {
    flex: 1;
    font-weight: 400;
    font-size: 20px;
    color: #000000;
}
.mx260 {
    width: 260px;
    max-width: 260px;
}

@media (max-width: 600px) {
    .client-left {
        max-width: 100%;
    }
}

/* 模块7 faq*/
.section-faq {
    padding: 0;
}

.section-faq .el-collapse-item__header,
.section-faq .el-collapse-item__wrap {
    background-color: transparent;
}

.section-faq .quickQues-title {
    font-weight: 600;
}

.quickQues-box .el-collapse-item__content span {
    font-weight: 700;
}

.quickQues-box .loadMore-btn-wrap {
    display: none;
}

/* 响应式 */
@media (max-width: 600px) {
    .bannertext .banner-title {
        font-size: 40px;
        line-height: 1.5;
    }

    .banner-list-wrap,
    .banner-list-proxies {
        flex-direction: column;
        gap: 20px;
    }

    .banner-proxies-item {
        width: 100% !important;
        height: auto !important;
    }

    .code-right {
        margin-top: 20px;
        width: 100%;
    }

    .client-left {
        max-width: 100%;
    }

    .wr-flex-content.reverse {
        flex-direction: column;
    }

    .moblie-box {
        display: block;
    }
    .web-box {
        display: none;
    }
    .sec2-table-wrap {
        border: none;
    }
    .sec2-table-item {
        border-bottom: 1px solid #cccccc;
        border-right: none;
    }
    .sec2-table-item:last-child {
        border-bottom: none;
    }
}

@media (max-width: 850px) {
    .section7 .dark-btn-wrap {
        width: 90%;
        flex-direction: column;
    }
}

@media (max-width: 1200px) {
}
