.flex{
    display: flex;
}
.justify-center{
    justify-content: center;
}
.align-center{
    align-items: center;
}
.flex-column{
    flex-direction: column;
}
.shrink-0{
    flex-shrink: 0;
}
.justify-between{
    justify-content: space-between!important;
}
.justify-start{
    justify-content: flex-start!important;
}
.font-left{
    text-align: left!important;
}
body,div,p,h3,h4,h5,h6,h7,a,span,ul,li{
    box-sizing: border-box;
}
.container {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    align-items: center;
    font-family: system-ui;
    color: #163561;
    background-color: white;
    line-height: 23px;
}
.top_container {
    max-width: 1200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: white;
    height: auto;
    padding-bottom:130px;
}

.top_container .top_logo {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding-top: 14px;
}

.top_container .top_content {
    max-width: 100%;
    width: 100%;
    margin-top: 120px;
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.top_container .top_content .top_left {
    display: flex;
    width: 600px;
    flex-direction: column;

}

.top_container .top_content .top_left .title_text {
    font-family: system-ui;
    font-size: 40px;
    color: #163561;
    font-weight: bold;
    line-height: 51px;
}
.top_content img{
    max-width: 550px;
    object-fit: contain;
}

.top_container .top_content .top_left .desc_text {
    font-size: 16px;
    line-height: 26px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.top_container .top_content .top_left .logo_container {
    display: flex;
    gap: 15px;
    margin-top: 25px;
}
.top_check_item {
    display: flex;
    margin-top: 8px;
    gap: 12px;
    align-items: flex-start;
}

.top_check_item img {
    width: 16px;
    height: 16px;
    display: inline-block;
    object-fit: contain;
    transform: translateY(3px);
}

.top_check_item span {
    font-size: 16px;
    font-weight: 400;
    flex: 1;
}
.buy_btn,.contact1_btn {
    height: 48px;
    color: white;
    border: none;
    background-color: #0086ff;
    border-radius: 4px;
    font-weight: bold;
    font-size: 16px;
    padding: 0 30px;
    line-height: 48px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}
.buy_btn:hover,.contact1_btn:hover {
    color: white;
    opacity: 0.8;
}
.top_regiser{
    height: 48px;
    color: #0086ff;
    border: 1px solid #0086ff;
    background-color: white;
    border-radius: 4px;
    font-weight: bold;
    font-size: 16px;
    min-width: 179px;
    padding: 0 30px;
    display: inline-block;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
}
.top_regiser:hover {
    background-color: #0086ff;
    text-decoration: none!important;
    color: white;
}
.no_coupon_info{
    white-space: nowrap;     /* 禁止换行 */
    overflow: hidden;        /* 隐藏溢出内容 */
    text-overflow: ellipsis; /* 超出显示省略号 */
}
.ai-ips{
    max-width: 1200px;
    width: 100%;
    font-family: system-ui;
}
.ai-ips + .ai-ips{
    margin-top: 150px;
}
.ai-ips h3{
    font-weight: bold;
    font-size: 40px;
    color: #163561;
    text-align: center;
    line-height: normal;
    font-family: system-ui;
}
.ai-ips .case .case-li div{
    z-index: 1;
}
.ai-ips .restriction{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 26px;
}
.ai-ips .restriction li{
    width: 285px;
    height: 430px;
    border-radius: 10px;
    padding: 30px 30px 0 30px;
    cursor: pointer;
    background-size: contain!important;
    background-position: bottom!important;
    background-repeat: no-repeat!important;
}

.ai-ips .restriction li:nth-child(1){
    background: url('../img/ai_collection/ai_ips_01.png') , linear-gradient( 180deg, #FFF1F0 0%, #FCF8F6 52%, #F9FBFF 100%);
}
.ai-ips .restriction li:nth-child(1):hover{
    background: url('../img/ai_collection/ai_ips_01.png') , linear-gradient( 180deg, #FEE9E1 0%, #F9FBFF 100%);
}
.ai-ips .restriction li:nth-child(2){
    background: url('../img/ai_collection/ai_ips_02.png') , linear-gradient( 180deg, #E4EFFF 0%, #F9FBFF 100%);
}
.ai-ips .restriction li:nth-child(2):hover{
    background: url('../img/ai_collection/ai_ips_02.png') , linear-gradient( 180deg, #D7E8FF 0%, #F9FBFF 100%);
}
.ai-ips .restriction li:nth-child(3){
    background: url('../img/ai_collection/ai_ips_03.png') , linear-gradient( 180deg, #F1EFFF 0%, #F9FBFF 100%);
}
.ai-ips .restriction li:nth-child(3):hover{
    background: url('../img/ai_collection/ai_ips_03.png') , linear-gradient( 180deg, #E4E2FD 0%, #F9FBFF 100%);
}
.ai-ips .restriction li:nth-child(4){
    background: url('../img/ai_collection/ai_ips_04.png') , linear-gradient( 180deg, #EAFBFF 0%, #F9FBFF 100%);
}
.ai-ips .restriction li:nth-child(4):hover{
    background: url('../img/ai_collection/ai_ips_04.png') , linear-gradient( 180deg, #D6F6FF 0%, #F9FBFF 100%);
}
.ai-ips ul li h5{
    font-weight: 600;
    font-size: 16px;
    color: #163561;
    /*min-height: 50px;*/
}
.ai-ips ul li p{
    font-weight: 400;
    font-size: 14px;
    color: #163561;
    margin-top: 10px;
}
.mt-50{
    margin-top: 50px;
}
.ai-ips .traditional{
    margin-top: 60px;
    display: flex;
    /*flex-wrap: wrap;*/
}
.ai-ips .traditional li:nth-of-type(1),.ai-ips .traditional li:nth-of-type(3){
    width: 450px;
}
.ai-ips .traditional li:nth-of-type(2){
    flex: 1;
}
.ai-ips .traditional li .tra-some{
    display: flex;
    justify-content: center;
    align-items: center;
}
.ai-ips .traditional li .tra-some img{
    width: 160px;
    height: 110px;
    object-fit: contain;
}
.ai-ips .traditional li .tra-some .tra-some-small-img{
    width: 80px;
    height: 80px;
    object-fit: contain;
}
.ai-ips .traditional li .tra-some .tra-some{
    width: 160px;
    height: 110px;
}
.ai-ips .traditional li .traditional-title{
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-radius: 10px 10px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 600;
    margin-top: 16px;
}
.ai-ips .traditional li:nth-of-type(1) .traditional-title{
    background: #7997C1;
}
.ai-ips .traditional li:nth-of-type(3) .traditional-title{
    background: #0086FF;
}
.ai-ips .traditional li .traditional-content{
    text-align: center;
    font-size: 15px;
    color: #163561;
    width: 100%;
}
.ai-ips .traditional li .traditional-content div{
    width: 100%;
    height: 100px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
}
.ai-ips .traditional li:nth-of-type(1) .traditional-content{
    border: 3px solid #7997C1;
}
.ai-ips .traditional li:nth-of-type(1) .traditional-content div:nth-child(2n+1){
    background: #F9FAFF;
}

.ai-ips .traditional li:nth-of-type(2) .traditional-content div .center-bg{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 46px;
    background: #F5F7FD;
    border-radius: 50px;
}
.center-bg span{
    font-weight: 500;
}
.ai-ips .traditional li:nth-of-type(2) .traditional-content div .center-bg img{
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.ai-ips .traditional li:nth-of-type(3) .traditional-content{
    border: 3px solid #0086FF;
}
.ai-ips .traditional li:nth-of-type(3) .traditional-content div:nth-child(2n+1){
    background: #F5FBFF;
}
.ai-ips .case{
    margin-top: 60px;
}
.ai-ips .case .case-li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 250px;
    padding: 0 60px;
    gap: 100px;
    border-radius: 10px;
    background: #F5F7FD;
    box-sizing: border-box;
    border: 2px solid transparent;
    overflow: hidden;
}
.ai-ips .case .case-li:hover{
    border: 2px solid #E5ECFE;
    cursor: pointer;
    img{
        transition: transform 0.6s ease !important;
        transform: translateY(10px) scale(0.9)!important;
    }
}
.case-li + .case-li{
    margin-top: 30px;
}

.ai-ips .case .case-li img{
    object-fit: contain;
    width: 440px;
    height: 250px;
}
.ai-ips .case .case-li h6{
    font-weight: 600;
    font-size: 18px;
    color: #163561;
}

.ai-ips .case .case-li .solution{
    margin-top: 20px;
}
.ai-ips .case .case-li .solution li{
    display: flex;
    align-items: baseline;
    font-size: 14px;
    color: #163561;
    line-height: 20px;
}
.ai-ips .case .case-li .solution li{
    margin-bottom: 6px;
}
.ai-ips .case .case-li .solution li p{
    margin-top: 0;
}
.ai-ips .case .case-li .solution li span{
    width: 5px;
    height: 5px;
    display: inline-block;
    flex-shrink: 0;
    border-radius: 50%;
    background: #0086FF;
    margin-right: 10px;
    transform: translateY(-3px);
}
.ai-ips .review{
    width: 550px;
}
.ai-ips .client{
    width: 600px;
}
.ai-ips .client img{
    object-fit: contain;
    width: 560px;
    height: 390px;
}
.ai-ips .review .remark{
    font-size: 16px;
    color: #163561;
    margin-top: 40px;
}
.ai-ips .review .remark .remark-title{
    font-weight: 600;
    font-size: 22px;
}
.ai-ips .review .remark div{
    margin-bottom: 10px;
}

.ai-select{
    width: 100%;
    background: #F5F7FD;
    padding: 10px;
}
.ai-select h3{
    font-weight: bold;
    font-size: 40px;
    color: #163561;
    text-align: center;
    margin-top: 100px;
}
.ai-select .plans{
    max-width: 1200px;
    margin: 60px auto 40px auto;
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    padding: 10px;
}
.ai-select .contact{
    display: flex;
    align-items: flex-end;
}
.ai-select .contact .contact-text span{
    margin-left: 20px;
    font-size: 14px;
    color: #5C708D;
}
.ai-select .contact .contact-text a{
    margin-left: 8px;
    color: #0086FF;
}
.ai-select .contact .contact-text a:hover{
    text-decoration: underline;
}
.ai-select .contact .contact-text i{
    color: #0086FF;
    cursor: pointer;
}
.ai-select .contact .contact-text i:hover{
    text-decoration: underline;
}
.ai-select .plans .plans-left{
    width: 360px;
    min-width: 360px;
    min-height: 600px;
    background: linear-gradient( 180deg, #E6F5FF 0%, #E5F0FF 100%);
    border-radius: 12px 0px 0px 12px;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}
.ai-select .plans .plans-left::after{
    position: absolute;
    right: 0;
    top: 0;
    width: 177px;
    height: 320px;
    content: '';
    background: url("../img/ai_collection/proxies_bg.png");
    z-index: -1;
}
.ai-select .plans .plans-left .plans-left-top .plans-icon{
    width: 54px;
    height: 54px;
}
.ai-select .plans .plans-left .plans-left-top .plans-info{
    width: 204px;
    font-weight: bold;
    font-size: 34px;
    color: #163561;
    margin-top: 15px;
    line-height: normal;
    white-space: pre-wrap;
    overflow-wrap: break-word;
}
.ai-select .plans .plans-left .plans-left-bom .plans-problem{
    font-size: 16px;
    color: #163561;
}
.ai-select .plans .plans-left .plans-left-bom .plans-go{
    font-size: 16px;
    color: #0086FF;
    cursor: pointer;
    margin-top: 8px;
    display: inline-block;
}
.plans-go img{
    object-fit: contain;
}
.ai-select .plans .plans-left .plans-left-bom .plans-go:hover{
    img{
        transform: translateX(10px);
        transition: transform 0.3s ease;
    }
}
.ai-select .plans .plans-left .plans-left-bom .plans-go a{
    color: #0086FF;
    margin-right: 4px;
}
.ai-select .plans .plans-right{
    padding: 34px 60px 0 60px;
}
.plans-right .pr-line{
    display: flex;
    align-items: center;
}
.plans-right .pr-line .pr-name{
    font-weight: 600;
    font-size: 16px;
    color: #163561;
    margin-left: 8px;
}
.plans-right .pr-line-con{
    margin-top: 20px;
}
.plans-right .pr-line-con ul{
    display: flex;
    /*justify-content: center;*/
    flex-wrap: wrap;
    gap: 24px;
}
.plans-right .pr-line-con ul li{
    width: 140px;
    background: #F4FAFF;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #5C708D;
}
/*.plans-right .pr-line-con ul li:nth-child(1) span:nth-child(1){*/
/*    height: 50px!important;*/
/*}*/
.plans-right .pr-line-con ul li span{
    width: 100%;
    height: 40px;
    background: #F5F7FD;
    border-radius: 4px;
    display: flex;
    line-height: 40px;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    cursor: pointer;
}
.plans-right .pr-line-con ul li span:nth-child(2) {
    border-top: 1px solid #DCE4F0;
}

.normal-plan .active,.normal-plan li:hover{
    background: #F4FAFF!important;
    border-radius: 4px;
    color: #0086FF!important;
    border: 1px solid #0086FF;
    font-weight: 500;
    span{
        background: #F4FAFF!important;
    }
}

.last-plan .active,.last-plan li:hover{
    position: relative;
    background: #F4FAFF;
    border-radius: 4px;
    color: #0086FF!important;
    border: 1px solid #0086FF;
    overflow: hidden;
    span{
        background: #F4FAFF!important;
    }
}
.last-plan li.active:nth-child(4)::after{
    position: absolute;
    top: -1px;
    left: -1px;
    content: '';
    width: 24px;
    height: 20px;
    border-radius: 4px;
    z-index: 1;
    background: url("../img/ai_collection/plan_select.png") no-repeat;
    background-size: contain;
}
.plans-right .pr-line:not(:first-child){
    margin-top: 40px;
}

/*支付弹窗*/
.pay_pop{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* 半透明背景 */
    display: none;
    z-index: 10; /* 确保弹窗在最上层 */
}
.pay_pop .pay_content{
    width: auto;
    height: auto;
    max-height: 90%;
    max-width: 1100px;
    background: #FFF;
    border-radius: 8px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    overflow: hidden;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
}
/*支付弹窗结束*/

/*弹窗*/
.coupon_pop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* 半透明背景 */
    display: none;
    z-index: 9999; /* 确保弹窗在最上层 */
}
.coupin_container {
    position: absolute;
    left: 50%!important;
    top: 50%!important;
    transform: translate(-50%,-50%)!important;
    border-radius: 10px;
    width: auto!important;
    min-width: 440px!important;
    min-height: 900px!important;
    max-height: 90%!important;
    overflow: scroll;
    background-size: cover;
    cursor: default;
    box-sizing: border-box;
    background: #fff;
    text-align: center;
    padding-bottom: 25px;
}
.forgot_close {
    position: fixed;
    background: url(../img/meal/ic_close_grey.png) no-repeat center;
    width: 12px;
    height: 12px;
    right: 12px;
    top: 12px;
    cursor: pointer;
}
.client-phone{
    display: none;
}
.meal_p_1{
    display: flex;
    justify-content: flex-end;
}
.plans-right .pr-line-con:first-of-type ul li span:first-child{
    height: 50px!important;
    background: red;
}
.pt-60{
    padding-top: 60px;
}
.pt-80{
    padding-top: 80px;
}
.pb-80{
    padding-bottom: 80px;
}
.gap-40{
    gap: 40px;
}
.btn:hover{
    background: white;
    color: black!important;
}
.m_cn_rigth{
    width: auto!important;
}
.meal_container_new{
    max-width: 1100px!important;
    max-height: 700px;
    overflow-y: scroll;
    position: relative;
}
@media screen and (max-width:1250px){
    .top_container .top_content{
        padding-left: 20px;
        display: flex;
        justify-content: center;
        gap: 40px;
    }
    .top_content .earth_1{
        width: 400px!important;
    }
    .ai-ips .traditional li:nth-of-type(1), .ai-ips .traditional li:nth-of-type(3){
        width: 380px!important;
    }
    .ai-ips .traditional li:nth-child(2) .title{
        display: none;
    }
    .client{
        display: none;
    }
    /*.ai-ips .traditional li:nth-of-type(2) .traditional-title , .ai-ips .traditional li:nth-of-type(2) .traditional-content{*/
    /*    display: none!important;*/
    /*}*/

}
@media screen and (max-width:850px){
    .top_content .earth_1{
        display: none!important;
    }
    .ai-ips .traditional{
        gap: 8px;
    }
    .ai-ips .traditional li:nth-of-type(2) .traditional-content div .center-bg{
        width: 100%;
        height: 100%;
        border-radius: 6px;
        padding: 0 4px;
    }
    .tra-some{
        width: 80px;
        height: 80px;
        display: flex;
        justify-content: center;
    }
    .tra-some .tra-some-small-img{
        width: 40px!important;
        height: 40px!important;
    }
    .ai-select h3{
        font-size: 21px!important;
    }
    .ai-ips .traditional li .traditional-title{
        font-size: 14px;
        font-weight: bold;
        margin-top: 0;
    }
    .ai-ips .traditional li .traditional-content{
        font-size: 13px;
    }
    .ai-ips .traditional li .traditional-content div{
        min-height: 150px;
        padding: 10px 4px!important;
        box-sizing: border-box;
    }
    .traditional-content div + div{
        margin-top: 20px;
    }
    .traditional,.plans{
        /*flex-direction: column;*/
        justify-content: center;
        align-items: center;
    }
    .ai-ips .case .case-li{
        padding: 20px 20px 0 20px!important;
        height: auto!important;
    }
    .ai-ips .traditional li:nth-of-type(2) .traditional-content div .center-bg{
        flex-direction: column;
        width: 100%;
    }
    .plans-left{
        display: none!important;
    }
    .ai-ips .traditional li .tra-some img{
        width: 96px;
        height: 66px;
    }
    /*.content_bottom{*/
    /*    display: none;*/
    /*}*/
    .ai-ips .case .case-li{
        flex-direction: column;
        gap: 20px;
        padding-bottom: 0;
    }
    .ai-ips .case .case-li:nth-of-type(2){
        flex-direction: column-reverse;
    }
    .ai-ips .case .case-li img{
        width: 100%!important;
        height: auto;
    }
    .ai-ips{
        justify-content: center;
        padding-left: 30px;
        padding-right: 30px;
    }
    .top_container{
        padding-bottom: 50px;
    }
    .ai-select h3{
        margin-top: 10px;
        background: white;
        padding: 30px 0 20px 0;
        border-radius: 10px 10px 0 0;
    }
    .ai-select .plans{
        margin-top: 0!important;
        max-width: 100%!important;
        padding: 0!important;
    }
    .unlimited_package{
        max-width: 100%!important;
        padding: 20px!important;
        min-width: 100%!important;
    }
    .contact-text{
        width: 100%;
        font-size: 13px;
        margin-top: 13px;
    }
    .ai-select .contact .contact-text span{
        margin-left: 0!important;
        font-size: 13px;
    }
    .pt-60{
        padding-top: 30px;
    }
    .pb-80{
        padding-bottom: 30px!important;
    }
    .ai-ips .review .remark{
        font-size: 13px;
        margin-top: 10px;
    }
    .ai-ips .review .remark .remark-title{
        font-size: 13px;
    }
    .client-phone{
        display: block;
    }
    .client-phone img{
        width: 100%;
        object-fit: contain;
    }
    .ai-ips.flex.pt-60{
        flex-direction: column;
        gap: 0!important;
    }
    .pay_ques_contact{
        flex-direction: column;
        gap: 15px;
    }
    .ai-ips .traditional{
        margin-top: 20px!important;
    }
}
@media screen and (max-width:600px){
    .meal_tab_tips{
        display: block!important;
    }
    .validityContent .typeSelection{
        width: 310px!important;
    }
    .validityContent .typeSelection p{
        width: 100%!important;
    }
    .top_container .top_content{
        margin-top: 100px!important;
    }
    .top_content{
        padding-left: 0!important;
    }
    .unlimited_concurrent p{
        font-size: 13px!important;
        height: auto!important;
    }
    .case-li + .case-li{
        margin-top: 15px;
    }
    .unlimit_package_cont p, .unlimit_band_cont p{
        background: #F5F7FD!important;
    }
    #concurrentContent p , #bandwidthContent p{
        width: 140px!important;
    }
    .top_container .top_content .top_left .desc_text,.top_check_item span{
        font-size: 13px!important;
        line-height: 19px;
    }
    .buy_btn , .top_regiser, .contact1_btn{
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .ai-ips{
        padding-left: 16px;
        padding-right: 16px;
    }
    .ai-ips h3{
        font-weight: bold;
        font-size: 21px;
        line-height: 30px;
        /*padding: 0 12px;*/
    }
    .ai-ips ul li p{
        font-size: 13px;
    }
    .ai-ips .restriction{
        margin-top: 20px!important;
    }

    .ai-ips .case{
        margin-top: 20px;
    }
    .ai-ips .case .case-li h6{
        font-size: 16px;
    }
    .ai-ips .restriction li{
        width: 100%;
        height: auto;
        padding: 20px 20px 170px 20px;
        /*min-height: 390px!important;*/
    }
    .ai-ips .case .case-li .solution{
        margin-top: 10px!important;
    }
    .ai-ips .restriction li:nth-child(4){
        padding: 20px 20px 190px 20px;
    }
    .top_check_item_btn{
        gap: 15px!important;
    }
    .top_container .top_content .top_left{
        max-width: 445px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .top_container .top_content .top_left .title_text{
        font-weight: bold;
        font-size: 26px;
        line-height: 39px;
    }
    .now-start{
        margin-top: 20px!important;
        padding: 0 12%!important;
    }
    .ai-ips + .ai-ips {
        margin-top: 50px;
    }

    .plans-right .pr-line-con ul{
        justify-content: center;
    }
    .ai-ips .traditional li:nth-of-type(1), .ai-ips .traditional li:nth-of-type(3){
        width: auto!important;
        padding: 0;
    }
    .ai-ips .review{
        width: 100%;
        padding: 0 20px;
    }
    .unlimited_package>div{
        justify-content: center;
    }
    .ai-select .contact{
        flex-direction: column;
    }
    .top_check_item_btn{
        flex-direction: column;
    }
    .buy_btn , .top_regiser ,.contact1_btn{
        flex: 1;
        width: 100%!important;
        padding: 0!important;
    }
    .meal_tab_tips_cont{
        max-width: 200px;
        white-space: normal;
        word-break: break-word;
    }
}


@media screen and (max-width: 1000px) {
    .m_cn_rigth {
        width: 90% !important;
    }
}