.topbar__main .logo img {
    width: 158px;
    height: 32px;
}

.topbar__main .logo {
    width: auto;
    margin-right: 42px;
}

* {
    font-family: Montserrat, Montserrat !important;
    word-break: normal !important;
}

.topbar__main {
    height: 88px;
}

.site-header {
    height: 48px;
    background-image: url(../images-v2/header/top1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.close {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 24px;
    cursor: pointer;
}

.topbar {
    top: 48px;
    transition: all 0.2s ease;
}

.topbar.scrolled {
    top: 48px;
}
.siteHeaderScrolled {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 999;
}

.nav_li {
    margin-right: 14px;
}

.nav_li .nav_name {
    font-weight: 500;
    font-size: 16px;
    color: #090025;
    line-height: 16px;
    text-align: left;
    font-style: normal;
}

.site-header-center {
    width: 40%;
    height: 27px;
}

.nav_li .nav_name {
    padding: 0 18px;
}

.nav_name span {
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 7px;
    background-size: 100% 100%;
    font-weight: 500;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    padding: 2px 10px;
}

.li_row span {
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 7px;
    background-size: 100% 100%;
    font-weight: 500;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    padding: 2px 10px;
}

.topbar95 {
    border-bottom: 1px solid #EBE4FF;
}

.nav_li .nav_name .aipng {
    width: 40px;
    height: 20px;
}

.nav_li:hover .bottom_line {
    display: none;
}

.nav_li:hover .nav_name {
    color: #845CFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.drop_down {
    top: 88px;
    border-radius: 0;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.nav_card_item {
    flex-direction: column;
}

.Pricing .nav_card_item {
    flex-direction: row;
    justify-content: space-between;
}

.Products {
    width: 346px;
    padding: 24px 0;
}

.drop_down .nav_item .page_url {
    width: 100% !important;
    margin-bottom: 0;
}

.drop_down .nav_item .page_url .l_info {
    width: 100%;
    padding-left: 24px;
    font-weight: 500;
    font-size: 16px;
    line-height: 52px;
    text-align: left;
    font-style: normal;
    position: relative;
}

.drop_down .nav_item .page_url .l_info:hover {
    background: #F8F6FF;
    color: #845CFF;
}

.drop_down .nav_item .page_url .l_info:hover .li_name {
    color: #845CFF;
}

.drop_down .nav_item .page_url .l_info:hover::after {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 28px;
    background-color: #845CFF;
}

.Resource,
.Help {
    width: 414px;
    padding: 24px 0;
}

.Pricing {
    width: 1008px;
    padding: 24px 0;
}

.Pricing .nav_item .page_url {
    width: 494px !important;

}

.l_info img {
    width: 28px;
    height: 28px;
}

.drop_down .nav_item .page_url .l_info:hover {
    border-radius: 0;
}

.Resource .l_info,
.Help .l_info,
.Pricing .l_info {

    display: flex;
    align-items: center;
    padding: 20px 18px;
    height: auto !important;
}

.l_info_text {
    display: flex;
    flex-direction: column !important;
    margin-left: 16px;
}

.l_info_text .li_name {
    font-weight: 500;
    font-size: 16px;
    color: #090025;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    margin-bottom: 6px;
}

.l_info_text .li_desc {
    font-weight: 400;
    font-size: 13px;
    color: #6A6977;
    line-height: 16px;
    text-align: left;
    font-style: normal;
}

.drop_down .nav_item .page_url img {
    margin-right: 0;
}

.form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form .form_title {
    font-weight: 400;
    font-size: 13px;
    color: #6A6977;
    line-height: 17px;
    text-align: left;
    font-style: normal;
}

.form .form_btn {
    width: 76px;
    height: 26px;
    border-radius: 13px;
    border: 1px solid #DEDEDE;
    font-weight: bold;
    font-size: 13px;
    color: #090025;
    line-height: 26px;
    text-align: center;
    font-style: normal;
    margin-top: 9px;
}

.form_btn:hover {
    background: #845CFF;
    color: #FFFFFF;
}

.languageToggle {
    width: 58px;
    display: flex;
    justify-content: center;
    margin: 0;
    position: relative;
}

.languageToggle img:nth-child(1) {
    width: 26px;
    height: 26px;
    margin: 0;
}

.headLanguageList {
    top: 88px;
    left: 0;
    border-radius: 0;
    padding: 10px 0;
}

.languageToggle:hover {
    box-shadow: 0px 0 30px 0px rgba(0, 0, 0, 0.1);
}

.languageToggle:hover .headLanguageList {
    box-shadow: 0px 0 30px 0px rgba(0, 0, 0, 0.1);
}

.languageList_item {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    color: #090025;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    width: 180px;
    height: 52px;
    justify-content: center;
}

.languageList_item:hover {
    background: #F8F6FF;
}

.languageList_item img {
    margin-right: 10px !important;
}

.userInfo {
    padding: 16px;
    border-radius: 8px;

}

.userInfo img {
    width: 26px;
    height: 26px;
    display: block;
}

.li_row {
    display: flex;
    align-items: center;
}

.li_row .li_name {
    margin: 0;
}

.Pricing .li_row,
.Resource .li_row,
.Help .li_row {
    margin-bottom: 6px;
}

.li_row img {
    height: 20px !important;
    margin-left: 12px;
}

.userInfo:hover {
    background: #F8F6FF;
    border-radius: 8px;
}

.started {
    width: 150px;
    height: 40px;
    background: #845CFF;
    border-radius: 20px;
    margin-left: 16px;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
    cursor: pointer;

}

.started:hover {
    background: #6A53D6;
}

.menu_list_box {
    height: 400px;
}

.menu_list_btn {
    background-color: #845CFF;
}

#footer {
    background: #000C30;
    height: auto;
}

.footTop .foot {
    padding-top: 63px;
    display: flex;
    justify-content: center;
}

.footTop .foot .footFirst {
    display: block;
}

.footTop .foot .footFirst .footright .footrightTitle {
    flex: 1;
    width: auto;
}

.footTop .foot .footFirst .footright .footrightTitle .connent {
    color: rgba(255, 255, 255, 0.5) ;
}

.footrightTitle+.footrightTitle {
    margin-left: 30px;
}

.footTop .foot .footFirst .footright .footrightTitle .title {
    font-family: "Roboto Bold";
    font-weight: bold;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    margin-bottom: 16px;
}

.footTop .foot .footFirst .footright .footrightTitle .connent .des-link {
    color: rgba(255, 255, 255, 0.5);
}

.footTop .foot .footFirst .footright .footrightTitle .title a {
    border-left: 1px solid #416FF4;
    padding-left: 10px;
}

.footTop .foot .footFirst .footright .footrightTitle .connent a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}

.footTop .foot .footFirst .footright .footrightTitle .connent .des-link {
    font-size: 14px;
    font-weight: 400;
    font-family: "Roboto Regular";
    width: 264px;
    line-height: normal;
    height: auto;
}

.footTop .foot .footFirst .footright .footrightTitle .connent a:hover {
    color: #FFFFFF;
}

#footer .footrightTitle .connent .des.email {
    font-size: 14px;
}

.footTop .foot .footFirst .footright .footrightTitle .connent .des {
    margin-bottom: 0;
    cursor: pointer;
}
.footTop .foot .footFirst .footright .footrightTitle .connent .des:hover{
    color: #FFFFFF;
}
.footTop .foot .footFirst .footright .footrightTitle .connent .des+.des {
    margin-top: 16px;
}

#footer .footright .footrightTitle:nth-child(3) .connent div {
    margin-bottom: 0;
}

#footer .footright .footrightTitle:nth-child(3) .connent div+div {
    margin-top: 16px;
}

.footTop .foot .footFirst .footright {
    margin-bottom: 40px;
}

.foot_line {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, .1);
}

.foot_btom {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.foot_btom_left,
.foot_btom_logo {
    display: flex;
    align-items: center;
}

.foot_btom_logo {
    font-size: 20px;
    color: #FFFFFF;
    font-family: "Roboto Bold";
    font-weight: bold;
}

.foot_btom_logo img {
    width: 27px;
    height: 31px;
    margin-right: 12px;
}

.foot_btom_desc {
    font-weight: 400;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    margin-left: 60px;
}

.foot_btom_desc+.foot_btom_desc {
    margin-left: 32px;
}

.foot_btom_copyright {
    font-weight: 400;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    margin-left: 60px;
}

.foot_btom_right {
    width: 161px;
    height: 20px;
}

.words2_desc {
    margin-bottom: 60px;
}

.unlimited,
.priceModel,
.staticModel {
    display: block !important;
}

.unlimited-time {
    font-weight: bold;
    font-size: 20px;
    color: #212121;
    line-height: 24px;
}

.mbx {
    display: flex;
    align-items: center;
    width: 1200px;
    margin: auto;
    margin-bottom: 50px;
}

.mbx .fz {
    width: 14px;
    height: 12px;

}

.mbx .mbx_form {
    font-weight: 400;
    font-size: 12px;
    color: #845CFF;
    line-height: 12px;
    text-align: left;
    font-style: normal;
}

.mbx .hjt {
    width: 4px;
    height: 7px;
    margin: 0 12px;
}

.mbx .mbx_text {
    font-family: Montserrat, Montserrat;
    font-weight: 400;
    font-size: 12px;
    color: #ACA8BA;
    line-height: 12px;
    text-align: left;
    font-style: normal;
}

.HeaderBox {
    height: 88px;
}

#footer {
    background: #1C1B22;
}

.footTop .foot .footFirst .footright .footrightTitle .title a {
    border-left: 1px solid #845CFF;
}

.footTop .foot .footFirst .footright .footrightTitle .title a {
    font-size: 16px;
}

#footer .footrightTitle .connent .des.email {
    color: #845CFF;
}

.foot_btom_logo img {
    width: 158px;
    height: 32px;
}

@media (max-width: 1200px) {
    .mbx {
        width: calc(100% - 20px) !important;
        margin-top: 24px !important;
        padding-left: 20px !important;
    }

    .site-header-center {
        width: 80%;
        height: auto;
    }

    .question_nr {
        width: 98%;
        margin: auto;
    }

    .topbar__main {
        width: 100% !important;
    }

    .question_nr1 {
        width: 100%;
    }

    .question_nr1_bottom {
        width: 90%;
    }

    .Residential_con_item_list {
        grid-template-columns: repeat(3, 1fr) !important;
    }

    .Residential_top_title {
        font-size: 28px !important;
    }

    .Residential_bottom {
        flex-direction: column;
    }

    .residential_tabs_item {
        flex: 1;
        font-size: 14px !important;
        height: 40px !important;
        line-height: 40px !important;

    }

    .Residential_top_top {
        flex-direction: column;
        gap: 20px;
    }

    .Residential_top_desc_span1,
    .Residential_top_desc_span2 {
        font-size: 12px !important;
    }
}

@media (max-width: 768px) {
    .words2 {
        padding-top: 80px !important;
        font-size: 22px !important;
        margin-bottom: 30px;
    }

    .Residential_con_item_list {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .Rotating_box_con_last {
        flex-direction: column;
        gap: 15px;
    }

    .ipproxys_title {
        font-size: 24px !important;
    }
}

/* 响应式 */
@media (max-width: 500px) {
    .nav-right {
        display: none !important;
    }

    .mbx {
        width: calc(100% - 20px) !important;
        margin-top: 24px !important;
        padding-left: 20px !important;
    }

    .question_nr {
        width: 98%;
        margin: auto;
    }

    .question_nr1 {
        width: 100%;
    }

    .question_nr1_bottom {
        width: 90%;
    }

    .words2 {
        padding-top: 40px !important;
        font-size: 18px !important;
        margin-bottom: 30px;
    }

    .residential_tabs {
        flex-direction: column;
        gap: 10px;
    }

    .Residential_con_item_list {
        grid-template-columns: repeat(1, 1fr) !important;
        gap: 20px;
    }

    .Residential_bottom {
        align-items: flex-start !important;
    }

    .Residential_bottom_left_Location_center {
        display: none;
    }
}