.top {
    background-image: url(/static/swift_proxy/images/home/banner-bg.svg);
    background-size: cover;
    background-position: center center;
    background-color: #f9f9f9;
}
.bannerContent {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: center;
    /* background: #fafafa; */
    background-image: url(/static/swift_proxy/images/home/bannerContent-bg.svg);
    border-radius: 30px;
    padding: 38px 30px;
    overflow: hidden;
}
.banner-title {
    font-size: 62px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
    /* line-height: 80px; */
}

.banner-title span {
    display: inline-block;
    background-image: url(/static/swift_proxy/images/home/banner-title-bg.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-left: 20px;
}
.banner-desc {
    max-width: 832px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 0px;
}

.wr-section h2.section-title {
    margin-bottom: 16px;
}
.wr-section h3.section-sec-title {
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.mb10 {
    margin-bottom: 10px;
}
.banner-Wrap {
    padding: 16px;
    border: 1px solid #fff;
    margin-top: 148px;
    border-radius: 30px;
}
.w-btn-group {
    margin-bottom: 64px;
}
.banner-sec2 {
    width: 100%;
    margin-bottom: 20px;
}
.banner-sec2-item {
    border: 2px solid #fff;
    border-radius: 20px;
    padding: 20px 0;
    background: #edfbff33;
    text-align: center;
}
.banner-sec2-item-title {
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 10px;
}
.banner-sec2-item-desc {
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    letter-spacing: 0%;
    text-align: center;
    color: #7d8588;
    padding: 0 30px;
    margin: 0 auto;
    margin-bottom: 16px;
}
.banner-sec2-item-img {
    line-height: 0;
    text-align: center;
}
.banner-sec2-item-img img {
    max-width: 100%;
}
.top-btm {
    width: 100%;
    max-width: 1200px;
    padding: 50px 10px;
}
.top-btm-title {
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0%;
    color: #7d8588;
    max-width: 290px;
}
.top-btm-title span {
    font-weight: 700;
    color: #000;
}
.top-btm-content {
    overflow: hidden;
    flex: 1;
    display: flex;
    align-items: center;
    position: relative;
}
.top-btm-content-list {
    position: relative;
    overflow: hidden;
}
.pricing_public_tab {
    overflow: hidden;
    position: relative;
    margin: 0;
}
.model-three-card {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    gap: 36px;
}
.model-three-card a img {
    width: 200px;
    height: 40px;
}
.mask-left {
    position: absolute;
    left: 0;
    z-index: 9;
}
.mask-right {
    position: absolute;
    right: 0;
    z-index: 9;
}
/*sectino2  */
.sec2-item {
    position: relative;
    padding: 2px;
    border: 2px solid #ffffff;
    border-radius: 20px;
}

.sec2-item1__inner {
    width: 100%;
    height: 100%;
    border-radius: 18px;
    padding: 30px 40px;
    background-color: #fff;
    background-image: url(/static/swift_proxy/images/home/sec2-1-bg.svg);
    background-repeat: no-repeat;
}

.sec2-item1:hover {
    border: 2px solid #f9f9f9;
    background: linear-gradient(135deg, rgba(227, 248, 255, 1), rgba(223, 247, 243, 1));
}

.sec2-item2__inner {
    width: 100%;
    height: 100%;
    border-radius: 18px;
    padding: 30px 40px;
    background-color: #fff;
    background-image: url(/static/swift_proxy/images/home/sec2-2-bg.svg);
    background-repeat: no-repeat;
}

.sec2-item2:hover {
    border: 2px solid #f9f9f9;
    background: linear-gradient(136deg, rgba(255, 241, 213, 1), rgba(216, 247, 220, 1));
}

.sec2-item3 {
    position: relative;
    padding: 2px;
    max-width: 580px;
    border-radius: 20px;
    border: 2px solid #ffffff;
}

.sec2-item3__inner {
    width: 100%;
    height: 100%;
    border-radius: 18px;
    padding: 30px 40px;
    background-color: #fff;
    background-image: url(/static/swift_proxy/images/home/sec2-3-bg.svg);
    background-repeat: no-repeat;
}

.sec2-item3:hover {
    border: 2px solid #f9f9f9;
    background: linear-gradient(139deg, rgba(225, 225, 255, 1), rgba(218, 245, 255, 1));
}

.sec2-icon {
    margin-bottom: 14px;
}
.sec2-title {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0%;
    margin-bottom: 14px;
}
.sec2-desc {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0%;
    margin-bottom: 30px;
    margin-top: 0px;
    color: #666666;
}
.sec2-btn {
    padding: 8px 20px;
    border: 1px solid #666666;
    border-radius: 10px;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    line-height: 25px !important;
}
.sec2-btn.blue {
    background: #f1fcff;
}
.sec2-btn.yellow {
    background: #fffbf3;
}
.sec2-btn.purple {
    background: #f5f3ff;
}
.sec2-operation {
    display: flex;
    gap: 20px;
    align-items: center;
}
.sec2-operation a {
    display: inline-block;
    line-height: 0;
}
.sec2-links {
    display: flex;
    gap: 14px;
}
.sec2-img {
    margin-top: 30px;
    line-height: 0;
}
.sec2-img img {
    max-width: 100%;
}

/* section3 */
.countryList {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 40px;
    justify-items: center;
}

.countryList .country-item {
    display: flex;
    gap: 14px;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-width: 220px;
    padding: 0 10px;
    box-sizing: border-box;
}

.countryList .country-item .country-item-img {
    flex: 0 0 auto;
}

.countryList .country-item .country-item-info {
    flex: 1;
    text-align: left;
}

.country-item {
    display: flex;
    gap: 14px;
    align-items: center;
}

.country-name {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 8px;
}

@media (max-width: 990px) {
    .countryList {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 660px) {
    .countryList {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 440px) {
    .countryList {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* section4 */
.sec4-top-item {
    padding: 40px 20px;
    background: #fff;
    border-radius: 20px;
}
.sec4-top-item1.sec4-top-img {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.sec4-top-img-item {
    display: flex;
    justify-content: center;
    width: 40%;
}
.sec4-top-img {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec4-top-desc {
    max-width: 214px;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
}
.sec4-top-block {
    margin-bottom: 68px;
}
.sec4-btm-block {
    border-radius: 20px;
    border: 1px solid #d0d0d0;
    background: #fff;
    padding: 34px 165px;
    position: relative;
    padding-right: 45%;
}
.section4-icon {
    position: absolute;
    left: 60px;
    top: -25px;
}
.section4-icon-iso-wrap,
.section4-icon-iso-wrap-back {
    position: absolute;
    right: 13%;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    padding: 30px;
    border-radius: 50%;
}
.section4-icon-iso-wrap-back {
    padding: 31px;
    background-color: #d0d0d0;
    z-index: -2;
}
.sec4-title {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 16px;
    position: relative;
    display: inline-block;
    z-index: 2;
}
.blue-underline {
    position: absolute;
    bottom: 8px;
    width: 100%;
    height: 8px;
    left: 0;
    background: #63d6fd;
    z-index: -1;
}
.sec4-desc {
    max-width: 367px;
    font-weight: 400;
    font-size: 16px;
}
/* section 5 */
.section2 .w-btn.border:hover {
    background: #63d6fd;
    color: #fff;
    border: transparent;
}
.sec2-table-wrap {
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    background-color: #fcfcfc;
}
.moblie-box {
    display: none;
}
.sec2-table-item {
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    text-align: center;
    padding: 24px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: all 0.3s ease;
}

.sec2-table-item.active {
    background: #fff;
    box-shadow: 0px 0px 20px 0px #0000000d;
}
.tab-title {
    position: relative;
}
.table-shadow {
    position: absolute;
    width: 100%;
    top: 0;
    opacity: 0;
    transition: all 0.3s ease;
}

.tab-title.active .table-shadow {
    opacity: 1;
}
.sec2-table-item.active:nth-child(1) {
    background: #fff;
}
.sec2-table-item.active .w-btn.border {
    background: #63d6fd;
    color: #fff;
    border: transparent;
}

.sec2-table-item.tab-title {
    font-weight: 600;
    font-size: 16px;
}
.sec2-table-item.tab-title.show0 {
    color: transparent;
}
.wr-section h3.section-sec-title {
    margin-bottom: 50px;
}
.sec2-table-item .w-btn {
    min-width: 210px;
}
.features-item {
    text-align: left;
    position: relative;
}
.features-item::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 2px;
    background-color: #000;
    border-radius: 50%;
    top: 7px;
    left: -8px;
}
.tab-col-title {
    width: 184px;
}
.mx260 {
    max-width: 260px;
    margin: 0 auto;
}

/* 客户评价 */
.client-item {
    border-radius: 18px;
    border: 1px solid #e1e9eb;
    padding: 20px;
    background: white;
}
.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;
    background: white;
}
.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%;
    }
}

/* section6 */
.sec6-item {
    padding-top: 60px;
}
.sec6-item-left {
    max-width: 500px;
}
.sec6-item-right {
    display: flex;
    align-items: center;
}

.sec6-item-right img {
    width: 100%;
}

.sec6-item-title {
    font-weight: 500;
    font-size: 40px;
    margin-bottom: 12px;
}
.sec6-item-desc {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 20px;
    color: #666;
    margin-top: 0px;
}
.sec6-list-wrap {
    margin-bottom: 40px;
}
.sec6-list-item {
    display: flex;
    align-items: center;
    gap: 10px;
}
.grey .wr-container {
    background-color: #f9f9f9;
}
/* code section7 */
.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;
}

/* section9 */
.sec9-title {
    font-weight: 600;
    font-size: 40px;
    color: #000000;
    margin-bottom: 20px;
}
.sec9-desc {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    margin-bottom: 100px;
    max-width: 530px;
}
.gap60 {
    gap: 60px;
}
.sec9-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sec9-left a {
    display: inline-block;
}

.sec9-tips {
    display: inline-block;
    background: #e2f8ff;
    border-radius: 23px;
    border: 1px solid #8accff;
    font-weight: 500;
    font-size: 14px;
    color: #0090ff;
    padding: 0 18px;
    height: 36px;
    line-height: 36px;
    margin-bottom: 10px;
}

.sec9-right {
    width: 50%;
}

.sec9-right img {
    width: 100%;
}
/* 响应式 */
@media (max-width: 600px) {
    .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;
    }

    .section7 .code-right {
        width: 100%;
        margin-top: 20px;
    }
    .sec9-right {
        width: 100%;
    }
}

@media (max-width: 850px) {
    .section7 .dark-btn-wrap {
        width: 90%;
        flex-direction: column;
    }
}

@media (max-width: 1200px) {
}
