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

.Rotating {
    padding-top: 24px;
    padding-bottom: 60px;
    background: #F9F8FF;
}

.HeaderBox {
    height: 88px;
}

.Rotating_box {
    width: 1200px;
    margin: auto;
}

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

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

}

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

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

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

.Rotating_title {
    font-weight: bold;
    font-size: 36px;
    color: #090025;
    line-height: 44px;
    text-align: center;
    font-style: normal;
    margin-bottom: 12px;
}

.ourIPsCome {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ourIPsCome img {
    width: 16px;
    height: 18px;
    margin-right: 16px;
}

.ourIPsCome p {
    font-weight: 400;
    font-size: 16px;
    color: #ACA8BA;
    line-height: 30px;
    text-align: center;
    font-style: normal;
}

.Rotating_info {
    margin-top: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
    margin-bottom: 48px;
}

.Rotating_info_item {
    display: flex;
    align-items: center;
    gap: 12px;
}

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

.Rotating_info_item_p2 {
    font-weight: 400;
    font-size: 16px;
    color: #ACA8BA;
    line-height: 16px;
    text-align: left;
    font-style: normal;
}

.Rotating_box_con {
    width: 1140px;
    margin: auto;
    margin-bottom: 67px;
}

.Rotating_box_con_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.Rotating_box_con_list_item {
    padding: 32px;
    background: #FFFFFF;
    border-radius: 24px;
    border: 1px solid #845CFF;
}

.Rotating_box_con_list_item_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

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

.Rotating_box_con_list_item_top_left_left {
    font-weight: 500;
    font-size: 48px;
    color: #845CFF;
    line-height: 58px;
    text-align: left;
    font-style: normal;
    margin-right: 8px;
}

.Rotating_box_con_list_item_top_left_right_top {
    width: 70px;
    height: 20px;
    background: rgba(255, 111, 60, 0.15);
    border-radius: 10px;
    font-weight: 400;
    font-size: 12px;
    color: #FF6F3C;
    line-height: 20px;
    text-align: center;
    font-style: normal;
    margin-bottom: 8px;
}

.Rotating_box_con_list_item_top_left_right_bottom {
    font-weight: 400;
    font-size: 14px;
    color: #ACA8BA;
    line-height: 18px;
    text-align: left;
    font-style: normal;
    text-decoration-line: line-through;
}

.Rotating_box_con_list_item_top_left_right_p1 {
    font-weight: 400;
    font-size: 20px;
    color: #090025;
    line-height: 24px;
    text-align: right;
    font-style: normal;
}

.Rotating_box_con_list_item_top_left_right_p2 {
    font-weight: 400;
    font-size: 16px;
    color: #ACA8BA;
    line-height: 19px;
    text-align: right;
    font-style: normal;
    margin-top: 3px;
}

.Rotating_box_con_list_item_con {
    margin-bottom: 18px;
}

.Rotating_box_con_list_item_con p {
    font-weight: 400;
    font-size: 14px;
    color: #090025;
    line-height: 18px;
    text-align: left;
    font-style: normal;
    margin-bottom: 6px;
}

.Rotating_box_con_list_item_btn {
    width: 296px;
    height: 52px;
    background: linear-gradient(326deg, #E6DEFF 0%, #EEE2F7 100%);
    border-radius: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    position: relative;
    color: #090025;
}

.Rotating_box_con_list_item_btn:hover {
    background: linear-gradient(326deg, #AE71D2 0%, #845CFF 100%);
    color: #fff;
}

.Rotating_box_con_list_item_btn:hover div {
    background-image: url(../images-v2/price/3.png);
}

.Rotating_box_con_list_item_btn div {
    background-image: url(../images-v2/price/2.png);
    margin-left: 14px;
    width: 16px;
    transition: all 0.3s ease-in-out;
    height: 16px;
    background-size: 100% 100%;
}

.Rotating_box_con_list_item_btn_p1 {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.Rotating_box_con_list_item_topText {
    font-weight: 500;
    font-size: 22px;
    color: #090025;
    line-height: 27px;
    text-align: left;
    font-style: normal;
}

.Rotating_box_con_list_item_last {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.Rotating_box_con_list_item_btn_p2 {
    width: 110px;
    height: 22px;
    background: #FFFFFF;
    border-radius: 11px;
    border: 1px solid #845CFF;
    position: absolute;
    right: 21px;
    top: -11px;
    font-weight: 400;
    font-size: 12px;
    color: #845CFF;
    line-height: 22px;
    text-align: center;
    font-style: normal;
}

.Rotating_box_con_last {
    display: flex;
    align-items: center;
    justify-content: center;
}

.Rotating_box_con_last p {
    font-weight: 500;
    font-size: 20px;
    color: #090025;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    margin-right: 23px;
}

.Rotating_box_con_last img {
    width: 268px;
}

.ipproxys {
    padding: 120px 0;
    background-color: #fff;
}

.ipproxys_bg {
    width: 1140px;
    margin: auto;
}

.ipproxys_title {
    font-weight: bold;
    font-size: 48px;
    color: #090025;
    line-height: 58px;
    text-align: center;
    font-style: normal;
    margin-bottom: 80px;
}

.ipproxys_con_item_img {
    width: 96px;
    height: 96px;
}

.ipproxys_con {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 35px;
}

.ipproxys_con_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 350px;
}

.ipproxys_con_item_title {
    margin-top: 20px;
    margin-bottom: 16px;
    font-weight: bold;
    font-size: 20px;
    color: #090025;
    line-height: 32px;
    text-align: center;
    font-style: normal;
}

.ipproxys_con_item_des {
    font-weight: 400;
    font-size: 16px;
    color: #ACA8BA;
    line-height: 24px;
    text-align: center;
    font-style: normal;
}

.Popular {
    padding-top: 120px;
    padding-bottom: 160px;
    background: #F9F8FF;
}

.Popular_title {
    font-weight: bold;
    font-size: 48px;
    color: #292A34;
    line-height: 80px;
    text-align: center;
    font-style: normal;
    margin-bottom: 80px;
}

.Popular_bg {
    width: 1140px;
    margin: auto;
}

.Popular_con {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.Popular_con_item {
    background: #FFFFFF;
    border-radius: 16px;
    border: 1px solid #EEEEEE;
    padding: 32px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.Popular_con_item_img {
    width: 60px;
    height: 60px;
    margin-right: 24px;
}

.Popular_con_item_right_title {
    font-weight: bold;
    font-size: 18px;
    color: #090025;
    line-height: 27px;
    text-align: left;
    font-style: normal;
    margin-bottom: 5px;
}

.Popular_con_item_right_des {
    font-weight: 300;
    font-size: 13px;
    color: #ACA8BA;
    line-height: 20px;
    text-align: left;
    font-style: normal;
}

.Popular_con_item:hover {
    box-shadow: 0px 6px 21px 0px rgba(118, 109, 173, 0.17);
}

.question_bg {
    background: #fff;
}

.question_nr1 {
    background: #FFFFFF;
    box-shadow: 0px 6 10px 0px rgba(0, 0, 0, 0.03);
    border-radius: 16px;
    border: 1px solid #E6E3FF;
}

@media (max-width: 768px) {
    .Popular_con {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* 响应式 */
@media (max-width: 500px) {
    .Rotating_title {
        font-size: 18px;
    }

    .Rotating_box {
        width: 100%;
    }

    .Rotating_box_con {
        width: calc(100% - 30px);
        padding: 15px;
    }

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

    .Rotating_box_con_list_item_btn {
        margin: auto;
    }

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

    .ourIPsCome p {
        font-size: 12px;
    }

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

    .Rotating_box_con_list_item_last {
        height: calc(308px - 64px);
    }

    .ipproxys_bg {
        width: 100%;
    }

    .ipproxys_con {
        width: calc(100% - 40px);
        padding: 20px;
    }

    .ipproxys_title {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .Popular_bg {
        width: 100%;

    }

    .Popular_title {
        margin-bottom: 30px;
        font-size: 18px;
    }

    .Popular_con {
        width: calc(100% - 40px);
        padding: 20px;
        grid-template-columns: repeat(1, 1fr);
    }

    .Popular {
        padding: 80px 0;
    }
}

@media (max-width: 1200px) {

    .Rotating_box,
    .ipproxys_bg,
    .Popular_bg {
        width: 100%;
    }
}