
/*
备份 html，css 的导航版本
【后续可能 element 书写导航部分】


*/
html,
body {
    background-color: #f8f8f8;
    margin: unset !important;
    overflow-x: hidden;
    /*font-family: PingFang SC, PingFang SC;*/
    font-family: Poppins, Poppins;
}

.home {
    /* 暂时设置 */
    /* padding-bottom: 100px; */
}

* {
    margin: 0;
    padding: 0;
}

.bg-white {
    background-image: none !important;
    background-color: #ffffff;
}

.banner-Wrap {
    padding-bottom: 30px;
}

.breadcrumbtext {
    padding-top: 38px !important;

    max-width: 1410px;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.bannertext {
    max-width: 1410px;
    height: auto;
    display: flex;
    flex-direction: column;
    margin-top: 75px;
    align-items: center;
}

.bannertext .banner-title {
    max-width: 968px;
    font-family: Poppins, Poppins;
    font-weight: 600;
    font-size: 62px;
    color: #000000;
    line-height: 82px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-bottom: 20px;
}

.bannertext .banner-desc {
    max-width: 830px;
    height: auto;
    font-family: Poppins, Poppins;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-bottom: 30px;
}

.bannertext .wr-section {
    padding: 0;
}
.banner-list-wrap {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
}
.banner-list-item {
    display: flex;
    gap: 17px;
}
.banner-list-item div{
    font-weight: 400;
    font-size: 15px;
}
.infinite .banner-data {
    max-width: 1200px;
    background-image: url(/static/snap_proxy/images/home_slices/banner-data-bg.svg);
    padding: 50px 72px 56px 82px;
    overflow: hidden;
}

/* 模块1 */
.section1-wrap {
    margin-top: 26px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 20px;
}

.section1-item {
    padding: 18px;
    background: #FFFFFF;

    border-radius: 20px;
}

.section1-item-container {
    width: 100%;
    height: 268px;
    padding: 0 24px;
    background: #FAFAFA;
    border-radius: 14px;
    padding-top: 24px;
}
.sec1-item-title {
    font-weight: 600;
    font-size: 18px;
    color: #000000;
}
.sec1-item-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #333333;
    margin-top: 12px;
    height: 120px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.section1-item .section1-item-top{
    display: flex;
    justify-content: center;
}
.section1-item .section1-item-top img{
    margin-bottom: 10px;
    width: 136px;
    height: 40px;
}
.section1 .el-input{
    width: 386px;
}

.section1 .el-input__inner{
    border-radius: 14px;
}
.section1 .forum-search .el-input__inner{
    border: 1px solid #eeeeee;
    height: 50px;
    line-height: 50px;
    font-weight: 400;
    font-size: 16px;
    box-shadow: red;
    box-shadow: 0px 0px 20px 2px #00000008;
}
.section1 .forum-search .el-input{
    font-size: 20px;
}
.section1 .forum-search .el-input__suffix{
    top: 2px;
    right: 16px;
}
.section1-item-container .forum_more{
    border: 1px solid #EEEEEE;
    margin-top: 30px;
    display: flex;
    align-items: center;
    height: 40px;
    line-height: 50px;
    padding: 0 24px;
    border-radius: 20px;
    font-weight: 500;
    font-size: 16px;
    justify-content: center;
    background-color: #FFFFFF;
}
.section1-item-container .forum_more:hover{
    background: #F2F2F2;
}
.pagination{
    margin-top: 50px;
    display: flex;
    justify-content: center;
}
.pagination .el-button--primary{
    background-color: #63D6FD ;
    border-color: #63D6FD;
    border-radius: 20px;
    width: 180px;
    height: 40px;
}
.pagination span{
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
}
/**详情页**/
.top .toptext{
    background: #ffffff;
    width: 100%;
    height: auto;
    padding: 2% 0 6% 0;
}

.toptext .text_main{
    max-width: 1200px;
    margin: auto;
    /*margin-top: 8%;*/
    display: flex;
}

.text_main .text-info{
    width: 42%;
}

.text_main .text-info p{
    font-size: 16px;
    color: #1a1a1a;
}

.text_main .text-info .open-btn{
    padding: 16px 0;
}

.text_main .text-info a{
    display: inline-block;
    text-align: center;
    width: 10em;
    height: 3.1em;
    line-height: 3.1em;
    color: #1a1a1a;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
}

.text_main .text-info a:first-child{
    background: #FF9200;
}

.text_main .text-info a:last-child{
    border: 1px solid #1A1A1A;
    margin-left: 20px;
}


.text_main .text_logo{
    width: 58%;
    display: flex;
    justify-content: right;
    align-items: center;
}


.text_main .text_logo img{
    width: auto;
    height: auto;
}

.pricing .el-tabs__content{
    overflow: unset;
}

/*.pricing .pricing_public_card{
    max-width: 1200px !important;
}*/

.pricing .pricing_public_card .price-one{
    /*min-width: 280px;*/
}

.pricing .static-main .plate-color .proxies{
    max-width: 1200px !important;
}


.page-container .plate_color{
    max-width: 1200px;
    margin: auto;
    padding: 50px 0;
}

.plate_color .plate_color_title{
    text-align: center;
}

.plate_color .plate_color_title h2{
    font-weight: 600;
    font-size: 36px;
    color: #1A1A1A;
    line-height: 36px;
}

.about_model{
    overflow: hidden;
}

.about_model .plate_color_main{
    padding-top: 40px;
    display: flex;
}

.plate_color_main .el-tabs__item{
    /*border: 1px solid #999999;*/
    border-radius: 14px;
    background: #e7f0f3;
    text-align: left !important;
    margin-bottom: 12px;
    color: #083A4C;
    padding: 20px 24px;
    line-height: 24px;
    width: 480px;
    white-space: normal;
    align-content: center;
    font-size: 16px;
    font-weight: 300;
    -webkit-text-stroke-width: thin;
    height: auto;
}

.plate_color_main .el-tabs__item:last-child{
    margin-bottom: 0 !important;
}

.plate_color_main .el-tabs__active-bar{
    display: none;
}

.plate_color_main .el-tabs--left .el-tabs__nav-wrap.is-left::after{
    display: none;
}

.plate_color_main .el-tabs--left .el-tabs__header.is-left{
    margin-right: 20px;
}

.plate_color_main .el-tabs--left{
    display: flex;
    width: 100%;
}

.plate_color_main .el-tabs--left, .plate_color_main .el-tabs--right{
    overflow: unset;
}

.plate_color_main .el-tabs__content{
    background: #d6edf5;
    padding: 15px 20px;
    /*min-height: 284px;*/
    border-radius: 14px;
    box-shadow: 0 2px 8px rgba(8, 58, 76, 0.2);
    color: #083A4C;
    width: 100%;
}

.plate_color_main .el-tabs__content .el-tab-pane{
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.02em;
    font-weight: 300;
    -webkit-tap-highlight-color: #00000000;
    -webkit-text-stroke-width: thin;
}

.plate_color_main .main_info{
    width: 260px;
    height: 50px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.plate_color_main .main_info img{
    width: 50%;
}

.plate_color_main .main_info span{
    font-size: 20px;
    font-weight: bold;
    color: #990000;
    padding-left: 10px;
}

.pricing_public_tab{
    max-width: 1200px;
}

.pricing_public_tab .card-main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 40px;
}

.pricing_public_tab .el-tabs__active-bar{
    background-color: transparent;
    display: none;
}


.pricing_public_tab .card-main .all_list{
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    padding: 10px;
    width: 15%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px;
    background: rgba(245, 251, 255, 1);
    box-shadow: 0 0 6px 0 rgba(33, 33, 33, 0.1);
}

.card-main .all_list .left{
    display: flex;
    align-items: center;
}

.card-main .all_list .left img{
    width: 30px;
    height: 30px;
    border-radius: 48px;
}

.card-main .all_list .left div{
    font-size: 14px;
    font-weight: 400;
    color: #1A1A1A;
    padding-left: 10px;
}
.pricing_public_tab .el-tabs__nav-wrap::after{
    content: unset !important;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 60%;
    height: 2px;
    background-color: #E4E7ED;
    z-index: 1;
    right: 50%;
    transform: translate(-50%, 50%);
}

.faq_main .el-collapse{
    border: none;
}

.faq_main .el-collapse-item{
    margin-bottom: 20px;
    border: 1px solid #b1b1b1;
    border-radius: 5px;
    padding: 10px;
    background: #FFFFFF;
}
.faq_main .el-collapse-item .el-collapse-item__header{
    font-size: 18px;
    font-weight: 600;
    border: none;
}

.faq_main .el-collapse-item .el-collapse-item__wrap{
    border: none;
}

.project{
    background: #ffffff;
    text-align: center;
}

.project .open-button{
    display: flex;
    align-items: center;
    margin: 70px 0 35px 0;
    justify-content: center;
}

.el-tabs--top .el-tabs__item.is-top:last-child{
    padding-right:20px
}
.pricing1 .el-tabs__nav-wrap {
    max-width: 1410px;
    margin: auto;
}
.pricing1 .el-tabs__nav-scroll {
    width: 50%;
    margin: auto;
    border: 1px solid #000;
    border-radius: 30px;
}
.pricing1 .el-tabs__nav-scroll {
    display: flex
;
    align-items: center;
    justify-content: center;
}
.pricing1 .el-tabs__nav {
    width: 100%;
    padding: 5px;
    display: flex
;
}
.pricing1 .el-tabs__item.is-active {
    background-color: #070017 !important;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    transition: 0.5s;
    /* flex: 1; */
    width: 100%;
}
.pricing1 .el-tabs__item {
    text-align: center;
    width: 50%;
    border-radius: 30px;
    border: none !important;
}
.pricing-top-toptitle{
    margin-bottom: 30px;
}

/* ----- */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.disc_new{

}
.disc_new .text-info{
    width: 50%;
}
.disc_new .text-info .text-info-pic{
    width: 240px;
    height: 26px;
}
.disc_new .text-info .text-info-pic img{
    width: 240px;
    height: 26px;
}
.disc_new .text-info h1{
    margin: 10px 0 20px;
    /* width: 600px; */
    height: 69px;
    line-height: 69px;
    font-family: Poppins, Poppins;
    font-weight: 600;
    font-size: 46px;
    color: #333333;
}
.text_main .text-info p{
    width: 550px;
    /*height: 192px;*/
    font-family: Poppins, Poppins;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}

.disc_new .text-info a{
    display: inline-block;
    text-align: center;
    width: 160px;
    height: 50px;
    line-height: 50px;
    color: #1a1a1a;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;

}

.disc_new .text-info .open-btn {
    display: flex;
    margin-top: 60px;
    padding: 0;
}


.disc_new .text-info a:first-child{
    padding: 0 20px;
    width: auto;
    /* width: 160px; */
    height: 50px;
    background: #63D6FD;

    border-radius: 8px 8px 8px 8px;
    font-family: Poppins, Poppins;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.disc_new .text-info a:first-child:hover{
        box-shadow: 0px 3px 10px 0px rgba(99,214,253,0.7);
}
.disc_new .text-info a:first-child .btn-icon-right{
    margin-left: 6px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background:url(/static/snap_proxy/images/home_slices/buy-btn-icon.png) no-repeat;
}

.top_banner{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* 可根据需要调整行数 */
    -webkit-line-clamp: 7; 
    text-overflow: ellipsis;
    word-break: break-word;
}
.disc_new .text-info a:last-child{
    width: auto;
    border: 1px solid #1A1A1A;
    margin-left: 20px;
}
.disc_new .text_logo{

    width: 580px;
    height: 225px;
    /* border-radius: 0px 0px 0px 0px;
    border:2px solid rgba(99,214,253,0.7); */
}
.safe_reliable_box{

    width: 100%;
    height: 424px;
    background:url(/static/snap_proxy/images/home_slices/safe_reliable_boxbg.png) no-repeat center center;

}
.container_dis .safe_reliable_box .safe_reliable{
    background:none;
}
.container_dis .section-title{
    width: 834px;
    height: 69px;
    font-family: Montserrat, Montserrat !important;
    font-weight: 800 !important;
    font-size: 46px;
    color: #333333;
    line-height: 69px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.container_dis .about_model{
    background:#fff;
}
.container_dis .plate_color .plate_color_title{
    text-align: center;
}

.container_dis .plate_color .plate_color_title h2{
    /* width: 810px; */
    height: 120px;
    font-family: Poppins, Poppins;
    font-weight: 600;
    font-size: 40px;
    color: #000000;
    /* text-align: center; */
}
.about_dec{
    height: 270px;
    overflow-x: hidden !important;
    overflow-y: auto !important;
}
/* 自定义滚动条 */
.about_dec::-webkit-scrollbar {
    width: 10px;
}

.about_dec::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.about_dec::-webkit-scrollbar-thumb {
    background: #c9c9c9;
    border-radius: 10px;
}

.about_dec::-webkit-scrollbar-thumb:hover {
    background: #b8b8b8;
}
.about_dec_y{
     /* border:1px solid rgb(47, 0, 255); */
}

.plate_color_main .el-tabs__nav-wrap.is-scrollable {
    padding: 0 !important;
}

.plate_color_main .el-tabs__nav-scroll {
    overflow: visible !important;
}

.plate_color_main .el-tabs__nav-next, 
.plate_color_main .el-tabs__nav-prev {
    display: none !important;
}

.plate_color_main .el-tabs__nav {
    transform: none !important;
    transition: none !important;
}
.plate_color_main .el-tabs__nav {
    /* border: 1px solid red; */
    
}



/*  */
.plate_color_main .el-tabs__nav{
    height: 270px;
    overflow-y: auto;
}
.plate_color_main .el-tabs__nav::-webkit-scrollbar {
    width: 10px;
}

.plate_color_main .el-tabs__nav::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.plate_color_main .el-tabs__nav::-webkit-scrollbar-thumb {
    background: #c9c9c9;
    border-radius: 10px;
}

.plate_color_main .el-tabs__nav::-webkit-scrollbar-thumb:hover {
    background: #b8b8b8;
}
/*  */


.container_dis .about_model .plate_color_main{
    padding: 30px 30px 30px 26px;
    width: 1200px;
    height: 390px;
    background: #F9F9F9;
    border-radius: 26px 26px 26px 26px;
}
.container_dis .plate_color_main .el-tabs__item{
    width: 490px;
    height: 45px;
    background-color: initial !important;
    border-radius: 19px;
    font-family: Poppins, Poppins;
    font-weight: 600;
    font-size: 18px;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 20px;
    margin-bottom:20px;
    padding:0;
    display: flex;
    align-items: center;
    /* border: 1px solid; */
}
.container_dis .plate_color_main .el-tabs__item .custom-tabs-label{
    display: flex;
    align-items: center;
}
.container_dis .plate_color_main .el-tabs__item.is-active{
    padding:18px 30px 18px 28px;
    width: 490px;
    height: 64px;
    background: #FFFFFF !important;
    box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.05);
}
.container_dis .el-tabs__header.is-left{
    width: 1000px;
}
.container_dis .plate_color_main .el-tabs__content{
    padding: 22px 30px;
    background-color: #fff;
    /* height: 144px; */
    box-shadow: inherit;
    font-family: Poppins, Poppins;
    font-weight: 400;
    font-size: 16px;
    color: #545454;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.container_dis .plate_color_main .tab_icon{
    margin-right: 10px;
    margin-left: 28px;
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: 2px solid #CCCCCC;
}
.container_dis .plate_color_main .el-tabs__item.is-active .custom-tabs-label{
    display: flex;
    align-items: center;
}
.container_dis .plate_color_main .el-tabs__item.is-active .tab_icon{
    margin-left: 0px;
    margin-right: 10px;
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: 4px solid #63D6FD;
}
.container_dis .wr-section_dis{
    padding-bottom: 0;
}
.container_dis .price-add-info{
    margin-top: 36px;
    margin: 36px auto 80px;
    width: 1200px;
    height: 118px;
    background: #FFFFFF;
    border-radius: 0px;
    border: 1px solid #CCCCCC;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container_dis .price-add-info .payTypeList{
    display: flex;
    gap: 56px;
    align-items: center;
    justify-content: center;
}
.container_dis .price-add-info .payTypeList .payTitle{
    width: auto;
    height: 39px;
    font-family: Poppins, Poppins;
    font-weight: 500;
    font-size: 26px;
    color: #333333;
    text-align: left;
}

/* ----- */
@media (max-width: 600px){

    .forum-main .forum-item{
        width: 90%;
    }

    .toptext .text_main{
        flex-direction: column-reverse;
        padding: 0 20px;
    }

    .text_main .text_logo{
        justify-content: center;
    }

    .text_main .text-info .open-btn{
        display: flex;
        justify-content: center;
    }

    .text_main .text-info a{
        width: 40%;
    }

    .text_main .text_logo img{
        width: 90%;
    }


    .page-container .plate_color{
        padding: 50px 20px;
    }

    .pricing_public_tab .el-tabs__nav-scroll {
        width: 90%;
    }

    .pricing_public_tab .card-main .all_list{
        width: 45%;
        justify-content: center;
    }

    .plate_color_main .el-tabs--left{
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 30px;
    }

    .plate_color_main .el-tabs__content{
        top:15px;
        width: 100%;
    }

    .plate_color_main .el-tabs__item{
        width: 100%;
    }

    .about_model .el-tabs--left .el-tabs__header.is-left{
        height: auto;
        width: 100% ;
    }

    .disc_new .text-info{
        width: 100%;
    }

    .container_dis .about_model .plate_color_main{
        height: auto;
    }
}
.banner-Wrap {
    padding-top: 90px;
    padding-bottom: 45px !important;
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
}

@media (max-width: 900px){
    .disc_new .text-info a:last-child{
        margin-left: 0;
        border: none;
        width: 100%;
    }

    .plate_color_main  .el-tabs__header.is-left{
        width: 60%;
    }

    .container_dis .plate_color_main .el-tabs__item,
    .container_dis .plate_color_main .el-tabs__item.is-active{
        width: 90%;
        height: auto;
    }
}

@media (max-width: 1200px){
    .disc_new .text-info h1{
        height: auto;
    }

    .text_main .text-info p{
        max-width: 550px;
        width: auto;
    }

    .container_dis .price-add-info{
        width: auto;
        height: auto;
    }

    .container_dis .about_model .plate_color_main{
        width: auto;
    }

    .container_dis .section-title{
        width: auto;
        height: auto;
    }
}