.banner-left {
    flex: 1;
}
.banner-title h1 {
    color: #333;
}
.banner-sec-title h2 {
    color: #333;
    margin-bottom: 60px;
}
.wr-section h3.section-sec-title {
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 50px;
    text-align: center;
}
.banner-right {
    background-image: url(/static/swift_proxy/images/products/proxySite/banner-right.svg);
    background-size: 100% 100%;
    padding: 30px;
    padding-top: 72px;
    display: flex;
    max-width: 502px;
    flex: none;
}
.banner-right-content {
    width: 100%;
    flex: 1;
    height: 100%;
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 30px;
}
.banner-right-title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
}
.right-form-item {
    margin-bottom: 20px;
}

.right-form-item:last-child {
    margin-bottom: 30px;
}
.right-form-item-left {
    flex: 1;
    position: relative;
}
.icon-link {
    position: absolute;

    left: 20px;
    top: 0;
    bottom: 0;
    z-index: 9;
    display: flex;
    align-items: center;
}
.urlInput .el-input__inner {
    padding-left: 46px;
}
.goBtn {
    padding: 10px;
    background: #63d6fd;
    border-radius: 8px 8px 8px 8px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.quickLinkWrap {
    gap: 14px;
}
.quickLinkItemWrap {
    flex: 1;
}
.quickLink-item {
    text-decoration: underline;
    font-weight: 500;
    font-size: 16px;
    color: #6b7578;
    cursor: pointer;
    transition: all 0.3s ease;
}
.quickLink-item:hover {
    color: #000;
}
.el-select {
    width: 100%;
}
.el-input__inner {
    background: #f4fafc;
    border-radius: 8px;
    border: 1px solid #eee;
}
.el-input.is-active .el-input__inner,
.el-input__inner:focus {
    border: 1px solid #63d6fd;
}
/* 价格模块 */
.price-box {
    flex: 1;
    padding: 10px 8px;
    border-radius: 36px;
    transition: all 0.3s ease-in-out;
}

.price-box:first-child:hover {
    background: #c5f0ff;
}
.price-box:first-child:hover .price-box-tips {
    color: #009bd0;
}

.price-box-wrap {
    gap: 36px;
    justify-content: center;
}
.price-box-tips {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    padding: 10px;
    padding-bottom: 18px;
    color: transparent;
    transition: all 0.3s ease-in-out;
}
.price-box:first-child:hover .price-box-inner {
    border: 1px solid transparent;
}
.price-box-inner {
    padding: 30px 40px;
    background: #ffffff;
    border-radius: 30px;
    border: 1px solid #e1e1e1;
    transition: all 0.3s ease-in-out;
}
.price-title {
    font-weight: 600;
    font-size: 30px;
    color: #000000;
    margin-bottom: 10px;
}
.price-desc {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    margin-bottom: 34px;
}
.price-main {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 20px;
}
.price-num {
    font-weight: bold;
    font-size: 52px;
    color: #000000;
}
.price-info {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}
.row-line {
    width: 100%;
    height: 1px;
    background-color: #eee;
    margin-top: 30px;
    margin-bottom: 20px;
}
.list-title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 20px;
}
.list-item {
    justify-content: start;
    gap: 14px;
    align-items: center;
    margin-bottom: 12px;
}
.list-item-text {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
}
.grey-border-btn {
    background: #fff;
    border-radius: 10px;
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    padding: 10px 15px;
    text-align: center;
    border: 1px solid #cccccc;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    will-change: color, background-color;
}
.grey-border-btn:hover,
.price-box:first-child:hover .grey-border-btn {
    background: #63d6fd;
    color: #fff;
    border-color: transparent;
}

.price-add-info {
    display: flex;
    justify-content: space-between;
    padding: 30px 44px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    border: 1px solid #dfdfdf;
    margin-top: 50px;
    align-items: center;
}
.discount-wrap {
    display: flex;
    gap: 20px;
    align-items: center;
}
.discount-btn .blueBtn {
    background-color: #63d6fd;
}
.discount-text {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}
.discount-text div {
    max-width: 400px;
}
.discount-text .blod {
    font-weight: 600;
    font-size: 24px;
    color: #000;
}

.typeList {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.paytypeList img {
    display: inline-block;
}
.payTitle {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 14px;
}

/* section2 */
.sec2-item {
    padding: 40px;
    flex: 1;
    text-align: center;
    background-color: #fff;
    transition: all 0.3s ease;
    border-right: 1px solid #eeeeee;
}
.sec2-item:last-child {
    border: none;
}
.sec2-item:hover {
    background-color: #e7f7fc;
    border-color: transparent;
}
.sec2-item img {
    display: inline-block;
    transition: all 0.3s ease;
}
.sec2-item:hover img {
    transform: scale(1.1);
}
.sec2-item-icon {
    margin-bottom: 16px;
}
.sec2-item-title {
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    margin-bottom: 20px;
}
.sec2-item-desc {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}

/* section3 */
.sec3-item-left img {
    width: 100%;
    display: inline-block;
}
.sec3-item-right {
}
.sec3-title {
    font-weight: bold;
    font-size: 34px;
    color: #000000;
    max-width: 600px;
    margin-bottom: 20px;
}
.sec3-desc {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    max-width: 600px;
}
/* sec4-content */
.sec4 h2.section-title {
    margin-bottom: 50px;
}
.sec4-item {
    background: #e8f9ff;
    border-radius: 20px;
    padding: 30px;
    flex: 1;
}
.sec4-item img {
    transition: all 0.3s ease;
}
.sec4-item:hover img {
    transform: scale(1.1);
}
/* 响应式 */
@media (max-width: 600px) {
    .section3-flex-content {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .sec3Itme {
        flex: 1;
    }
}
@media (max-width: 900px) {
    .banner-right {
        display: block;
    }
    .bannerContent {
        flex-direction: column;
    }
}
@media (max-width: 1200px) {
}
