@charset "UTF-8";
/*

新版usecase页面css样式
WR 202.07.18

*/

/* 页面初始化 */
* {
    /* 设置盒子模型 */
    box-sizing: border-box;
    font-family: Poppins, Poppins, Noto Sans SC;
}

html,
body {
    margin: unset !important;
    overflow-x: hidden;
    font-family: Poppins, Poppins, Noto Sans SC;
    margin: 0;
    padding: 0;
}
.el-breadcrumb__inner a,
.el-breadcrumb__inner.is-link {
    color: #afbcc1;
    font-weight: normal;
}
.el-breadcrumb__item:last-child .el-breadcrumb__inner,
.el-breadcrumb__item:last-child .el-breadcrumb__inner a,
.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
    color: #333;
}
/* 下拉框 - start*/
a {
    text-decoration: none;
    color: #1a1a1a;
}

.dropbtn {
    font-size: 18px;
    font-weight: 600;
}
.dropbtn:hover {
    /*font-weight: 800;*/
}
.topNav-left-label li > a:hover {
    color: #005470;
    /*font-weight: 800;*/
}
.dropdown .dropdown-content {
    width: 40%;
    display: none;
    position: absolute;
    top: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.28);
    z-index: 1;
}

.dropdown .resources {
    width: 15% !important;
}

.dropdown:hover .dropdown-content {
    transition: 0.5s;
    display: block;
}

.imgtext-one:hover a {
    background: #f3f3fa;
    display: block;
    border-radius: 8px;
    transition: 0.5s;
    height: 60px;
}

.dropdown-content .dropdown-title {
    width: 90%;
    margin: auto;
    padding-top: 20px;
}

.dropdown-content .dropdown-title .line {
    background-color: #ccc;
    height: 1px;
    width: 100%;
}

.dropdown-content .dropdown-imgtext {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.dropdown-content .dropdown-imgtext .imgtext-one {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
}

.dropdown-content .usecases .imgtext-one {
    width: 50%;
}

.dropdown-content .usecases {
    display: flex !important;
    align-items: center;
    width: 92% !important;
    margin: auto;
}

.dropdown-content .dropdown-imgtext a {
    width: 90%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 10px;
}

.dropdown-content .producrts a {
    display: unset !important;
}

.dropdown-content .dropdown-imgtext .imgtext-left {
    display: flex;
    align-items: center;
    padding: 0 5px;
}

.dropdown-content .dropdown-imgtext .imgtext-right {
    font-size: 12px;
    color: #999;
    line-height: 12px;
    text-align: right;
    padding: 0 5px;
    width: 80%;
}

.dropdown-content .usecases .imgtext-right {
    white-space: initial;
    width: 100% !important;
    display: inline-block;
    line-height: 16px;
    padding: 10px 0;
    text-align: left;
}

.dropdown-content .usecases .imgtext-one a {
    display: unset !important;
    padding: 10px;
}

.dropdown-content .producrts .imgtext-right {
    white-space: initial;
    display: inline-block;
    width: 80%;
    text-align: left;
    line-height: 16px;
}

.dropdown-content .producrts .imgtext-one {
    height: unset;
}

.dropdown-content .producrts a {
    padding: 10px;
}

.dropdown-content .dropdown-imgtext {
    transition: 0.5s;
    display: block;
}

.dropdown-content .dropdown-imgtext .dropdown-sec-title {
    font-size: 14px;
    color: #1a1a1a;
    line-height: 14px;
    text-align: center;
    padding: 0 10px;
}

/* 下拉框 - end*/

.top {
    background: #fff;
    /* background: #f9f9f9; */
    background-image: url(/static/swift_proxy/images/use_cases/seo/banner-bg.png);
    background-size: cover;
}
.use-cases-page .top,
.youtube-page .top {
    background-image: url(/static/swift_proxy/images/use_cases/index/banner-bg.png);
    background-size: 100% 100%;
}

.banner-Wrap {
    padding-top: 104px;
    padding-bottom: 80px;
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
}
.breadcrumbtext {
    padding-top: 36px;
}
.bannerContent {
    display: flex;
    justify-content: space-between;
    align-content: center;
    gap: 10px;
}
.banner-left{
    max-width: 592px;
}

.banner-right {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}
.banner-right img {
    display: inline-block;
    width: 100%;
}
.banner-left {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    gap: 12px;
}
.banner-title h1 {
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 50px;
    color: #000000;
    padding-top: 80px;
}
.banner-sec-title h2 {
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-size: 15px;
    color: #000000;
    margin-bottom: 10px;
}
.youtube-page .banner-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5rem;
    color: #333;
}
.banner-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5rem;
    max-width: 550px;
    margin: 0;
}
.contactBtn-wrap {
    display: flex;
    margin-top: 22px;
}
.contactBtnBox {
    display: flex;
    align-items: center;
    gap: 6px;
    height: 50px;
    line-height: 50px;
    padding: 0 24px;
    background: #63d6fd;
    border-radius: 8px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}
.contactBtnBox:hover {
    box-shadow: 0px 3px 10px 0px rgba(99, 214, 253, 0.7);
}
.contactBtnBox .arrow-icon {
    width: 12px;
    height: 12px;
    margin-left: 7px;
    background-image: url(/static/swift_proxy/images/use_cases/seo/arrow-active.png?v={$res_ver});
}
.bannerList-wrap {
    margin-top: 30px;
}
.bannerList-item {
    display: flex;
    gap: 18px;
    align-items: center;
    margin-bottom: 12px;
}
.bannerList-item:nth-last-of-type(1){
    margin-bottom: 0;
}
.bannerList-item div{
    font-size: 15px;
}
.bannerList-item img {
    display: inline-block;
}
.bannerBnt-wrap {
    display: flex;
    gap: 20px;
    margin-top: 60px;
}
.buyBtn {
    background: #40cfff;
    color: #fff;
    border-radius: 8px 8px 8px 8px;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.buyBtn:hover {
    box-shadow: 0px 3px 10px 0px rgba(99, 214, 253, 0.7);
}

.blueBtn {
    background: #40cfff;
    color: #fff;
    border-radius: 8px 8px 8px 8px;
    font-weight: 600;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    line-height: 1.2;
}
.blueBtn:hover {
    box-shadow: 0px 3px 10px 0px rgba(99, 214, 253, 0.7);
}
.wr-login-btn {
    border-radius: 8px;
    border: 1px solid #ccc;
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    cursor: pointer;
}
.wr-login-btn:hover {
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    border: 1px solid #000000;
}
/* 内容区域 */
.wr-container {
    background-color: #fff;
}
.wr-container.grey {
    background-color: #f9f9f9;
}
.wr-container.blue-bg {
    background: #f2fcff;
}
.wr-section {
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 80px 0;
}
.wr-section h2.section-title {
    padding: 0 50px;
    margin: 0 auto;
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 16px;
    text-align: center;
    line-height: 60px;
    padding: 0;
}
.wr-section p.section-sec-title {
    /*padding: 0 50px;*/
    margin: 0 auto;
    font-weight: 500;
    font-size: 16px;
    color: #666666;
    margin-bottom: 50px;
    text-align: center;
    max-width: 800px;
}

/* 模块1 */
.flex-content0 {
    display: flex;
    justify-content: space-between;
}
.flex-content {
    display: flex;
    justify-content: space-between;
    gap: 100px;
}
.flex-reverse {
    flex-direction: row-reverse;
}
.content-text {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    max-width: 600px;
    margin-bottom: 40px;
    margin-top: 0;
}
.left-content,
.right-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
}
.left-content img,
.right-content img {
    width: 100%;
}
.right-content .bannerList-wrap img {
    width: auto;
}
.right-content .bannerList-wrap {
    margin-top: 0;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    flex: 1;
    margin-bottom: 60px;
}
.right-content .bannerList-item {
    gap: 9px;
}

.section-content h2.section-title {
    padding: 0;
    text-align: left !important;
    max-width: 600px;
}
.ai-page .section-content h2.section-title {
    /* max-width: 100%; */
    max-width: 574px;
    margin: 0 !important;
    text-align: left !important;
}
.bannerList-wrap {
    margin-bottom: 0 !important;
}
.margin-bottom-114 {
    margin-bottom: 114px;
}
.footer-banner-title{
    max-width: 810px;
    margin: 0 auto;
    margin-bottom: 60px;
}
/* 价格模块 */
.price-box {
    flex: 1;
    padding: 10px 8px;
    border-radius: 36px;
    transition: all 0.3s ease-in-out;
}

.price-box:hover {
    background: #c5f0ff;
}
.price-box: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: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: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;
}

/* adv模块 */

img {
    display: inline-block;
}
.adv-section h2.section-title,
.faq-section h2.section-title {
    margin-bottom: 50px;
}
.advItem-wrap {
    gap: 30px;
}
.adv-item {
    background: #ffffff;
    border-radius: 15px;
    border: 1px solid #e6eaf0;
    transition: all 0.3s ease-in-out;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.adv-item:hover {
    border: 1px solid #63d6fd;
}
.item-title {
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    padding: 0 30px;
    margin: 0;
}
.item-content {
    flex: 1;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    flex: 1;
    padding: 0 30px;
    padding-bottom: 30px;
    padding-top: 20px;
    background-image: url(/static/swift_proxy/images/use_cases/seo/adv-item-bg.png);
    background-size: cover;
    margin: 0;
}

.adv-icon {
    margin-bottom: 30px;
    padding: 0 30px;
    padding-top: 30px;
}
/* 使用案例 */
.case-item-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 0 auto;
    margin-bottom: 80px;
}
.case-item {
    border-radius: 16px 16px 16px 16px;
    border: 1px solid #e6eaf0;
    background: #f9f9f9;
    padding: 30px;
    transition: all 0.3s ease-in-out;
    will-change: background-color;
    max-width: 30%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.case-item:hover {
    background: #fff;
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.08);
}
.case-item-img {
}
.case-item-title {
    font-weight: 600;
    font-size: 16px;
    margin: 0;
    padding: 0;
}
.case-item-desc {
    font-weight: 400;
    font-size: 14px;
    flex: 1;
    margin: 0;
}
.case-item-btn {
    font-size: 14px;
    display: flex;
    align-items: center;
}

.case-item-btn .btn-a {
    border-radius: 20px;
    border: 1px solid rgba(102, 102, 102, 0.6);
    padding: 6px 18px;
    padding-right: 30px;
    font-weight: 400;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    will-change: color background-color, border-color;
    position: relative;
}
.case-item:hover .btn-a {
    background: #63d6fd;
    color: #fff;
    border-color: transparent;
}
.case-item .btn-a::after {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    background-image: url(/static/swift_proxy/images/use_cases/index/more-icon.png?v={$res_ver});
    top: 50%;
    right: 15px;
    transform: translateY(-5px);
    transition: all 0.3s ease-in-out;
}
.case-item:hover .btn-a::after {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    background-image: url(/static/swift_proxy/images/use_cases/index/more-icon-active.png?v={$res_ver});
    top: 50%;
    right: 10px;
    transform: translateY(-5px);
}

.showBtn-wrap {
    display: flex;
    justify-content: center;
    gap: 40px;
}
.showBtn a {
    background: #e5f3f7;
    border-radius: 20px;
    font-weight: 400;
    font-size: 14px;
    padding: 10px 36px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    display: flex;
    align-items: center;
}
.showBtn a:hover {
    background: #63d6fd;
    color: #fff;
}
.showBtn:hover .arrow-icon {
    background-image: url(/static/swift_proxy/images/use_cases/seo/arrow-active.png?v={$res_ver});
}
.arrow-icon {
    width: 12px;
    height: 12px;
    margin-left: 7px;
    background-image: url(/static/swift_proxy/images/use_cases/seo/arrow.png?v={$res_ver});
}
/* 响应式 */
@media (max-width: 600px) {
    .banner-Wrap {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .banner-right {
        display: none;
    }
    .breadcrumbtext {
        padding-top: 10px;
    }
    .case-item {
        width: 100%;
        max-width: 100%;
    }
    .flex-content,
    .flex-content0 {
        flex-direction: column;
    }
    .discount-wrap {
        flex-direction: column;
    }
    .price-add-info {
        flex-direction: column;
        padding: 10px;
    }
    .payTypeList {
    }
    .typeList {
        flex-wrap: wrap;
    }
    .wr-section h2.section-title {
        font-size: 34px;
    }
    .list-item.flex-content {
        flex-direction: row;
    }
    .quickQues-box .el-collapse-item__header {
        font-size: 16px;
        height: 1.5em;
        line-height: 2em;
    }
    .bannerBnt-wrap {
        flex-direction: column;
        text-align: center;
    }
    .wr-login-btn {
        justify-content: center;
    }
    .countryList .country-item {
        flex-direction: column;
        width: 50%;
        max-width: 50%;
    }
    .start-free-wrap .start-free-title {
        font-size: 50px;
    }
    .code-section .code-right {
        width: 100%;
    }
    .shadow-wrap .flex-content.gap80 {
        gap: 40px;
    }
}
@media (max-width: 1200px) {
    .banner-Wrap,
    .wr-section {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.margin-bottom-0 {
    margin-bottom: 0;
}

.dark-btn {
    padding: 16px 24px;
    color: #fff;
    background-color: #000;
    font-weight: 600;
    font-size: 16px;
    border-radius: 8px;
}
.dark-btn.border {
    color: #000;
    background-color: transparent;
    border: 1px solid #000000;
}
