/* youtube */
.countryList {
    display: flex;
    flex-wrap: wrap;
}
.country-item {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 20%;
    max-width: 20%;
    margin-bottom: 40px;
}
.country-item:last-child {
}
.country-item-info {
    display: flex;
    flex-direction: column;
    justify-content: centers;
}
.country-name {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}
.ipNum {
    font-weight: 600;
    font-size: 16px;
    color: #000000;
}
.ipNumSpan {
    display: inline-block;
    /* width: 75px; */
}
.country-item-img img {
    display: inline-block;
    width: 100%;
    /* width: 64px; */
}
.section3-flex-content {
    gap: 30px;
}
.sec3Itme {
    padding: 80px 30px 40px 30px;
    background: #fff;
    border-radius: 126px 126px 60px 60px;
    text-align: center;
    flex: 1;
    max-width: 300px;
}

.item-img {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.sec3-title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 16px;
}
.sec3-desc {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}
.start-free-wrap {
    display: flex;
    padding: 66px 70px;
    background: linear-gradient(94deg, #bfefff 0%, #97fbff 49%, #b6fff3 100%);
    border-radius: 40px;
    margin-top: 80px;
    position: relative;
    z-index: 9;
}

.flex-content.gap80 {
    gap: 80px;
}
.start-free-title {
    font-weight: 600;
    font-size: 70px;
    color: #000000;
}
.start-free-desc {
    font-weight: 500;
    font-size: 16px;
}
.start-free-desc-wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.start-free-icon {
    display: flex;
    align-items: center;
    flex: 1;
}
.start-free-icon img {
    display: inline-block;
    width: 100%;
}
.contactBtnBox{
    line-height: 1;
}
.contactBtnBox.black {
    background: #000;
}
.shadow-wrap {
    position: relative;
}
.start-free-shadow {
    position: absolute;
    width: calc(100% - 36px);
    height: 100%;
    background: linear-gradient(90deg, #63d6fd 0%, #7efae5 100%);
    border-radius: 40px;
    transform: translateY(10px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, calc(-50% + 10px));
}

/* 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-left-desc {
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 13px;
    max-width: 530px;
}
.dark-btn-wrap {
    margin-top: 30px;
    display: flex;
    justify-content: flex-start;
}
.flex-content.gap30 {
    gap: 30px;
}

.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;
}
.chooseItem-wrap {
    display: flex;
    gap: 30px 0;
    width: 100%;
    flex-wrap: wrap;
}

.chooseItem {
    width: 380px;
    height: 220px;
    padding: 20px 30px;
    border-radius: 30px;
    background: linear-gradient(142deg, rgba(242, 252, 255, 0.02) 0%, #d3f4ff 100%);
    /* border: 1px solid #d9d9d9; */
    /* flex: 1; */
    transition: all ease-in-out 0.3s;
    background-image: url(/static/swift_proxy/images/products/youtube/border1.png);
    background-size: 100% 100%;
    position: relative;
}
.chooseIcon-wrap {
    position: absolute;
    top: 0;
    left: 0;
    padding: 14px;
    border: 1px solid #d9d9d9;
    border-radius: 50%;
    transition: all ease-in-out 0.3s;
    line-height: 0;
    /* width: 62px;
    height: 62px; */
}
.chooseIcon-wrap img {
    display: inline;
}
.chooseItem:hover {
    box-shadow: 90px -4px 10px -88px rgba(0, 0, 0, 0.1);
    background-image: url(/static/swift_proxy/images/products/youtube/border2.png);
    background-size: 100% 100%;
}
.chooseItem:hover .chooseIcon-wrap {
    border-color: #000;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
.chooseItem-title {
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    margin-bottom: 30px;
    padding: 0 60px;
    margin-top: 0;
}
.chooseItem-text {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}
.email-link {
    color: #2e95fd;
}
.wr-section h2.section-title.mb50 {
    margin-bottom: 50px;
}
.banner-title h1{
    font-size: 46px;
}
.banner-sec-title p{
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-size: 15px;
    color: #000000;
    margin-bottom: 10px;
}
.bannerList-item div {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}
.wr-section h2.eff-section-title {
    margin: 0;
    font-weight: 600;
    font-size: 40px;
    text-align: center;
    line-height: 60px;
    margin-bottom: 50px;
}
/* 响应式 */
@media (max-width: 600px) {
    .section3-flex-content {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .sec3Itme {
        flex: 1;
    }
}
@media (max-width: 900px) {
    .countryList {
        /* justify-content: center; */
    }
    .country-item {
        width: 30%;
        max-width: 100%;
    }
    .section3-flex-content {
        flex-wrap: wrap;
        justify-content: center;
    }
    .sec3Itme {
        width: 50%;
        flex: auto;
    }
}
@media (max-width: 1200px) {
    .section3-flex-content {
        flex-wrap: wrap;
        justify-content: center;
    }
}
