
.top{
    z-index: 9;
}
.youtube-page{
    position: relative;
    /* height: 1410px; */
    /* border: 7px solid red */
}
.youtube-page::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 668px;
    height: 100%;
    background:  url(/static/snap_proxy/images/locations/country/tp_locations_bg01.webp) no-repeat;

    z-index: 0;

    /* border: 1px solid red; */

    
}
.youtube-page::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 601px;
    height: 100%;
    background:  url(/static/snap_proxy/images/locations/country/tp_locations_bg02.webp) no-repeat;
    z-index: 0;

    /* border: 1px solid red; */

}
.youtube-page .wr-container{
    position: relative;
    z-index: 2;
}
.wr-container.grey{
    position: relative;
    z-index: 1;
    background: none;
}

/* .youtube-page .banner-Wrap, .youtube-page .wr-container{
    position: relative;

    z-index: 5;
}
.youtube-page .wr-container.grey{
    background: none;
} */

/* .tp_locations_bg{
    position: relative;
    height: 1410px;
}
.tp_locations_bg::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 668px;
    height: 100%;
    background:  url(/static/snap_proxy/images/locations/country/tp_locations_bg01.webp) no-repeat;

    
}
.tp_locations_bg::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 601px;
    height: 100%;
    background:  url(/static/snap_proxy/images/locations/country/tp_locations_bg02.webp) no-repeat;
} */


.breadcrumbtext {
    margin-bottom: 70px;
}
.banner-left {
    justify-content: flex-start;
    width: 500px;
    flex: auto;
    gap: 0;
}
.bannerContent {
    gap: 0;
    justify-content: space-between;
}
.banner-title h1 {
    padding-top: 0;
    font-size: 46px;
    font-weight: 700;
    line-height: 1.2;
    color: #19181B;
    margin-bottom: 20px;
    width: 632px;
    /* border: 1px solid #333; */
}
.banner-sec-title h2 {

    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: #474747;
    margin-bottom: 0;
}
.bannerList-wrap{
    margin-top: 24px;
    margin-bottom: 48px;

    display: flex;
    flex-direction: column;
    gap: 12px;
}
.bannerList-item{
    display: flex;
    gap: 8px;
    align-items: center;
    
}
.bannerList-item div{
    font-size: 16px;
    color: #474747;
}
.mapwarp {
    height: 100%;
    position: relative;
    transform-origin: left center;
    width: 100%;
    flex: 1;
}
.maps[data-v-64ff0498] {
    height: 450px;
    position: relative;
    width: 582px;
    height: 340px;

    background:  url(/static/snap_proxy/images/locations/country/map.webp) no-repeat;
}
.arc[data-v-64ff0498] {
    display: none;
    height: 36px;
    position: absolute;
    transform: translate(-50%, -100%);
    width: 36px;
    z-index: 200;
}

.posimg {
    position: absolute;
    cursor: pointer;
}
.posimg .posimg-active {
    display: none;
}
.hoverarea {
    height: 100%;
    left: 0;
    position: absolute;
    top: calc(50% - 225px);
    transform-origin: top left;
    width: 100%;
    width: 582px;
    z-index: 100;
}
.hoverarea .hoveritem {
    cursor: pointer;
    display: block;
    position: absolute;
    font-weight: 300;
    color: #677073;
}
.arc.active {
    display: flex;
    transform: translateY(-2px);
}
.arc {
    cursor: pointer;
}
.arc.active img{
    width: 30px;
    height: 30px;
}
.posimg * {
    transition: all 0.3s ease-in-out;
}
.posimg.active {
    /* transform: scale(1.1); */
}
.posimg.active .posimg-active {
    display: block;
}
.posimg.active .posimg-ori {
    display: none;
}

.hoverarea .hoveritem.area-Asia {
    height: 184px;
    left: 340px;
    top: 100px;
    transform: rotate(-35deg);
    transform-origin: top center;
    width: 300px;
}
.hoverarea .hoveritem.area-NorthAmerica {
    height: 230px;
    left: 14px;
    top: 37.5px;
    width: 270px;
}
.hoverarea .hoveritem.area-SouthAmerica {
    height: 160px;
    left: 68px;
    top: 260px;
    width: 184px;
}
.hoverarea .hoveritem.area-Europe {
    height: 92px;
    right: 158px;
    top: 70px;
    transform: rotate(-35deg);
    transform-origin: top center;
    width: 250px;
}
.hoverarea .hoveritem.area-Africa {
    height: 160px;
    left: 283px;
    top: 220px;
    width: 118px;
}
.hoverarea .hoveritem.area-Oceania {
    height: 115px;
    left: 525px;
    top: 310px;
    width: 110px;
}
.arc.active .datalist {
    animation: fadeInUp 0.5s 50ms forwards;
    opacity: 0;
}
@keyframes fadeInUp {
    100% {
        transform: translate3d(-50%, -16px, 0px);
        opacity: 1;
    }
}

.arc .datalist[data-v-64ff0498] {
    align-items: flex-start;
    background: #ffffff8a;
    border-radius: 8px;
    bottom: 18px;
    box-shadow: -1px 0px 1px #ffffff;
    border: 1px solid #fff;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 15px;
    left: 50%;
    min-width: 240px;
    opacity: 0;
    padding: 20px;
    position: absolute;
    transform: translate(-50%, -10px);
    transition: 0.3s 0.1s;
    z-index: 201;
}
/* .arc .datalist::after{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 10px;
    background: #ffffff8a;
    filter: blur(15px);
} */
.arc .datalist .data-group .dataitem img {
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 1px 5px #1717171a;
    box-sizing: content-box;
    height: 16px;
    padding: 1px;
    width: 16px;
    overflow: hidden;
}
.arc .datalist .data-group[data-v-64ff0498] {
    border-top: 0.5px solid #e2e4eb;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-top: 15px;
    position: relative;
    width: 100%;
}
.arc .datalist .data-group .dataitem {
    align-items: center;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    color: #677073;
    gap: 8px;
    white-space: nowrap;
}
.arc .datalist .data-group .dataitem span {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    color: #677073;
}
.name-txt {
    flex: 1;
    margin-right: 25px;
}
.arc .datalist > h4 {
    font-weight: 600;
    font-size: 16px;
    color: #475467;
    line-height: 100%;
}

/* section4 */
.wr-flex-left {
    max-width: 470px;
}
.section4-left-item {
    padding: 20px;
    background: #ffffff;
    border-radius: 15px;
    max-width: 230px;
}
.section4-left-item-title {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    margin-bottom: 26px;
}
.boldGreen {
    font-weight: 800;
    font-size: 34px;
    color: #3ad4a9;
}
.sec4-right-item {
    max-width: 250px;
}
.sec4-r-icon-wrap {
    display: inline-block;
    background: #ffffff;
    box-shadow: 0px 10px 30px 0px rgba(121, 165, 179, 0.16);
    border-radius: 5px 5px 20px 5px;
    padding: 18px;
    margin-bottom: 30px;
    line-height: 0;
}
.sec4-r-title {
    font-weight: 600;
    font-size: 26px;
    color: #1f1f1f;
    margin-bottom: 12px;
}
.sec4-r-text {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    margin: 0;
}
.svgAni-left-desc{
    margin-top: 0px;
}
.svgAni-left-title_location{
    min-width: 416px;
}
/* section4 end */

/* section1 */
.wr-section.section1 {
    padding-bottom: 40px;
}
.countryList {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    /* 列之间的间距 */
    font-weight: 400;
    font-size: 16px;
}
.country-item {
    display: flex;
    gap: 14px;
    margin-bottom: 40px;
}
.country {
    width: 64px;
    height: 64px;
}
.ipNum {
    font-weight: 600;
    font-size: 16px;
    color: #000000;
}

@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);
    }
}

/*  */
.section2 .w-btn.border:hover {
    background: #63d6fd;
    color: #fff;
    border: transparent;
}
.sec2-table-wrap {
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
}
.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;
}
.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 p.section-sec-title {
    margin: 16px auto 50px;
    max-width: 860px;
    padding: 0;
}
.wr-section p.section-sec-title.section-sec-title_all_location {
    margin-bottom: 60px;
}
.wr-section p.section-sec-title.section-sec-title_why{
    letter-spacing: 0.19px;
    max-width: 468px;
    text-align: left;
}
.section-title_txt{
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    text-align: center;

    color: #7B7B7B;
}
.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;
    padding-left: 50px;
    display: flex;
    justify-content: flex-start;
}

.commitment_wrap{
    margin-top: 64px;
}
.easily_wrap{
    display: flex;
    gap: 10px;

    margin-top: 10px;
}
.step_item{
    padding: 24px;
    background: #F4F4F7;
    border-radius: 32px;
    border: 1px solid #F4F4F7;

    height: 320px;

    flex-shrink: 0;

    transition: all 0.3s ease-in-out;

}
.step_item:hover{
    background: #F1F1FA;
    border: 1px solid var(--themeColor);

}
.t_one{
    width: 680px;

    display: flex;
    align-items: center;
    gap: 40px;
}
.t_two{
    width: 500px;

    display: flex;
    align-items: center;
    gap: 10px;
}
.easily_wrap2 .t_two{
    width: 500px;

    display: flex;
    align-items: center;
    gap: 24px;
}
.step_item .step_item_title{
    font-family: Microsoft YaHei;
    font-weight: 700;
    font-size: 20px;
    line-height:26px;
    color: #19181B;

}
.step_item .step_item_desc{
    margin-top: 16px;

    font-weight: 400;
    font-size: 16px;
    line-height:26px;
    color: #7B7B7B;
}

/* sec3 */
.allCountryTitle {
    font-weight: 600;
    font-size: 32px;
    color: #000000;
    margin-bottom: 40px;
    cursor: pointer;
}
.country-grid {
    display: grid;
    /* 定义6列，每列宽度相等 */
    /* grid-template-columns: repeat(6, 1fr); */
    grid-template-columns: repeat(4, 1fr);
    /* 列之间的间距 */
    gap: 1rem;
    font-weight: 400;
    font-size: 14px;
    color: #7B7B7B;
    line-height: 1.5;
}
.country-name-item.active {
    cursor: pointer;
    color: var(--themeColor);
    text-decoration: underline;
}

/* 地图模块 */
.posimg {
    line-height: 0;
}

.posimg {
    transition: all 0.3s ease-in-out;
}
.border-black {
    border: 1px solid #000;
}

/* --------套餐模块----------------------------- */
.available-box-left,
.available-box-right {
    flex: 1;
}
.available-box-left{
    margin-top: 24px;
}
.available-box {
    color: #333;
    padding: 32px 16px;
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #19181B;
    transition: all 0.3s ease;
}
.available-box:hover {
    border: 1px solid #19181B;
    box-shadow: 0px 0px 0px 3px rgba(99, 214, 253, 0.3);
    box-shadow: 0px 6px 24px 0px #FDF5EA;

    box-shadow: 6px 6px 0px 0px #19181B;


}
.available-box.green {
    box-shadow: 0px 0px 0px 3px rgba(108, 224, 205, 0.3);
    border: 1px solid #6ce0cd;
}
.available-box.green .available-box-content {
    background: linear-gradient(180deg, #e2fffa 0%, #ffffff 100%);
}
.available-box .available-box-content {
    /* background: linear-gradient(180deg, #eefbff 0%, #f9fdff 100%); */
    /* border-radius: 24px; */
    /* padding: 40px; */
}
.available-box-title {
    font-weight: 400;
    font-size: 20px;
    color: #19181B;
    margin-bottom: 20px;
    line-height: 24px;
}
.available-box-text {
    height: 132px;
    font-weight: 400;
    font-size: 16px;
    line-height: 167%;
    color: #7B7B7B;
    max-width: 480px;
}
.available-box-right-title {
    font-weight: 600;
    font-size: 18px;
    color: #000000;


}
.pric_dec{
    margin-bottom: 32px;
    padding: 10px;
    background: #F0EEFC;
    border-radius: 8px;
}
.img-wrap{
    display: flex;
    gap: 10px;

    font-size: 13px;
    font-weight: 400;
    color: #7B7B7B;
    
}
.img-wrap img{
    width: 16px;
    height: 16px;
}

.pri_dec_txt{
    font-size: 13px;
    font-weight: 400;
    color: #521870;
}
.cty_btn{
    width: 163px;
}
.w-btn.tm.pri_btn{
    color: #19181B;
    background: #fff;
    border: 1px solid #E9EAEB;
}
.w-btn.tm.pri_btn:hover{

    color: #fff;
    background: var(--themeColor);
    border: 1px solid var(--themeColor);
}
.pri_btn_pic{
    width: 16px;
    height: 16px;
    background: url(/static/snap_proxy/images/home/w_Icons_h.webp) no-repeat;

}
.w-btn.tm.pri_btn:hover .pri_btn_pic{
    background: url(/static/snap_proxy/images/home/w_Icons.webp) no-repeat;
}





/* -------套餐模块-----end-------------------------- */
.locations_swiper{
    margin-top: 63px;
    display: flex;
    gap: 20px;

}
.locations_swiper_list{
    width: 440px;

}
.locations_pic{

}
.country_list_wrap  h2.section-title{
    font-family: Microsoft YaHei;
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;

    color: #19181B;

}
.wr-section p.section-sec-title{
    font-weight: 400;
    font-size: 16px;
    color: #19181B;
}

.country-name-item{
    display: flex;
    align-items: center;
    gap: 6px;

    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #7B7B7B;
}
.country-name-item .cty_pic{
    width: 24px;
    height: 24px;

    border-radius: 50px;
    overflow: hidden;

    flex-shrink: 0;
}
.country-name-item .cty_pic img{
    width: 100%;
}


/* 纵向 swiper 整体容器布局 */
.widget-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    background: #ffffff;
    /* padding: 40px; */
    border-radius: 24px;
    /* box-shadow: 0 10px 25px rgba(0,0,0,0.05); */
}

.swiper-container {
    padding-top: 6px;
    width: 440px;
    height: 311px; 
    /* height: 300px; */
    overflow: hidden;
    -webkit-tap-highlight-color: transparent;
}

/* * 关键修复 1：
    * 外层容器只负责高度和基础占位，剥离所有的 transform 和 transition
    */
.swiper-slide {
    height: 50px !important;
    box-sizing: border-box;
}

/* * 关键修复 2：
    * 内层容器全权负责视觉呈现与状态切换
    */
.slide-inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    background: #ffffff;
    border: 1px solid #E9EAEB;
    border-radius: 14px;
    color: #4b5563;
    box-sizing: border-box;
    
    will-change: transform, opacity;
    transition: 
        transform 0.4s cubic-bezier(0.25, 1, 0.5, 1),
        opacity 0.4s ease,
        background-color 0.4s ease,
        box-shadow 0.4s ease,
        border-color 0.4s ease;
    
    /* opacity: 0.4; */
    /* 此时不会被 Swiper 底层逻辑覆盖 */
    /* transform: scale(0.92);  */

    width: 400px;

    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #7B7B7B;
    /* line-height: 100%; */


}

/* 选中状态：通过父级的 active 类去控制子级 */
.swiper-slide-active .slide-inner {
    opacity: 1;
    transform: scale(1); 
    background-color: var(--themeColor);
    width: 98%;
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    border-color: transparent;
    /* box-shadow: 0 12px 20px rgba(168, 85, 247, 0.3); */
    box-shadow: 4px 4px 0px 0px #19181B;

}
.locations_swiper .swiper-slide{
    display: flex;
    justify-content: center;
}
.swiper-slide-active .ips-value{
    color: #ffffff;
    font-weight: 700;
}

.country-box {
    display: flex;
    align-items: center;
    gap: 12px;
}

.flag-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;

    overflow: hidden;
}
.flag-icon img{
    width: 100%;
}

.ips-value {
    /* font-family: "Courier New", monospace; */
    font-weight: 400;
    font-size: 16px;
    color: #19181B;
}

.nav-controls {
    display: flex;
    gap: 16px;
}

.nav-btn {
    width: 36px;
    height: 36px;
    /* border-radius: 50%; */
    /* border: 2px solid var(--border-color); */
    /* background: #fff; */
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    /* transition: all 0.2s; */
    /* color: #6b7280; */

    background: url(/static/snap_proxy/images/locations/detail/arrow-btn01.webp) no-repeat;
}
.nav-btn#go-prev{
    
}
.nav-btn#go-next{
    transform: rotate(180deg);
}


.nav-btn#go-prev:hover {
    transform: rotate(180deg);
    background: url(/static/snap_proxy/images/locations/detail/arrow-btn02.webp) no-repeat;
}
.nav-btn#go-next:hover {
    transform: rotate(0deg) !important;
    background: url(/static/snap_proxy/images/locations/detail/arrow-btn02.webp) no-repeat;
}

.nav-btn:active {
    /* transform: scale(0.9); */
}

.icon {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

/* 纵向 swiper 整体容器布局  ------end--------*/

/* 响应式调整：在小屏幕上减少列数 */
@media (max-width: 1200px) {
    .w-btn-group {
        flex-direction: column;
    }
}

@media (max-width: 1024px) {
    .country-grid,
    .countryList {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (max-width: 960px) {
    .mapwarp {
        display: none;
    }
}
@media (max-width: 768px) {
    .country-grid,
    .countryList {
        grid-template-columns: repeat(3, 1fr);
    }
    .section4 .wr-flex-content {
        flex-direction: column;
        justify-content: center;
    }
    .section4-left-item {
        width: 60%;
        max-width: 100%;
    }
    .wr-flex-left {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 640px) {
    .country-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .countryList {
        grid-template-columns: repeat(2, 1fr);
    }
    .section4-left-item {
        width: 100%;
        max-width: 100%;
    }
    .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: 910px) and (min-width: 701px){
    .api_wrap_w{
        width: 100% !important;
        height: auto !important;
        background-size: 100% 100%;
    }
    .api_wrap{
        height: auto;
    }
    .w1200{
        padding: 40px 
    }

    .api_detail{
        margin: 0 auto;
        width: 90%;
        height: auto;
    }

    .bannerContent{
        justify-content: center;
        margin-bottom: 30px;
    }

    .youtube-page::before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 30%;
        height: 100%;
        background:  url(/static/snap_proxy/images/locations/country/tp_locations_bg01.webp) no-repeat;
        background-size: 100%;
        z-index: 0;

        /* border: 1px solid red; */

        
    }
    .youtube-page::after{
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 30%;
        height: 100%;
        background:  url(/static/snap_proxy/images/locations/country/tp_locations_bg02.webp) no-repeat;
        background-size: 100%;

        z-index: 0;

        /* border: 1px solid red; */

    }
    .locations_swiper{
        display: flex;
        flex-direction: column;
    }
    .easily_wrap{
        display: flex;
        flex-direction: column;
        
    }
    .easily_wrap2 .t_two, .easily_wrap2 .t_one, .t_one, .t_two{
        width: auto;
        height: auto;
    }
    .step_item{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        
    }
    .easily_wrap2 .t_two{
        width: 100%;
    }
    
    
    
}

@media (max-width: 700px){
    .breadcrumbtext{
        padding-top: 0px;
        margin-bottom: 50px;
    }
    .mapwarp {
        display: none;
    }
    .banner-title h1{
        font-size: 20px;
        width: 100%;
    }
    .banner-sec-title h2{
        line-height: 1.4;
    }
    .top{
        padding-bottom: 30px;
    }
    .locations_swiper{
        display: flex;
        flex-direction: column;
    }
    .locations_swiper_list{
        width: 100%;
    }
    .swiper-container{
        width: 100%;
    }
    .locations_pic img{
        width: 100%;
    }
    .easily_wrap{
        display: flex;
        flex-direction: column;
        
    }
    .easily_wrap2 .t_two, .easily_wrap2 .t_one, .t_one, .t_two{
        width: auto;
        height: auto;
    }
    .step_item{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        
    }
    .easily_wrap2 .t_two{
        width: 100%;
    }

}
