@media (min-width:961px) {
    .recovery-price {
        background: #F3F9FF;
        padding: 62px 0;
    }
    .title {
        font-size: 36px;
        font-family: HKGrotesk-Bold, HKGrotesk;
        font-weight: bold;
        color: rgba(47, 47, 47, 1);
        line-height: 25px;
        text-align: center;
    }
    .choose-soouya-recoveryMaster {
        margin-top: 50px;
    }
    .recovery-price .list {
        width: 1150px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    .recovery-price .list li {
        display: Flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        flex: 1;
        border-right: 1px solid #D8DDEA;
    }
    .recovery-price .list li:last-child {
        border-right: 0 none;
    }
    .recovery-price .list li .info {
        text-align: center;
    }
    .recovery-price .list li .info h3 {
        font-size: 21px;
        font-family: HKGrotesk-Bold, HKGrotesk;
        font-weight: bold;
        color: rgba(71, 71, 71, 1);
        line-height: 27px;
        margin: 12px 0 9px;
    }
    .recovery-price .list li .info .desc {
        font-size: 16px;
        font-family: HKGrotesk-Light, HKGrotesk;
        font-weight: 300;
        color: rgba(67, 67, 67, 1);
        line-height: 21px;
    }
    .el-carousel-box .next, .el-carousel-box .prev {
        width: 33px;
        height: 33px;
        margin-top: -26px;
        position: absolute;
        top: 50%;
        cursor: pointer;
    }
    .khd-six-Model {
        padding: 130px 0 20px;
        background-size: contain;
        background: #f6f9ff;
    }
    .product-reviews {
        padding: 52px 0;
    }
    .product-reviews .title {
        text-align: center;
        font-size: 36px;
        font-family: HKGrotesk-Bold, HKGrotesk;
        font-weight: bold;
        color: rgba(47, 47, 47, 1);
        line-height: 47px;
    }
    .el-carousel-box .box {
        height: 351px;
        width: 1005px;
        margin: 0 auto 0;
        position: relative;
        padding: 0 0 0;
        background-size: contain;
        overflow: hidden;
    }
    .el-carousel-box .item {
        width: 480px;
        height: 250px;
        background: rgba(255, 255, 255, 1);
        box-shadow: 0px 2px 20px 0px rgba(202, 202, 202, 0.45);
        border-radius: 10px;
        position: absolute;
        z-index: 0;
        transform: scale(0);
        left: 10px;
        top: 40px;
        transition: 0.5s all;
        display: Flex;
        box-sizing: border-box;
        flex-direction: column;
        padding: 23px 20px 0 20px;
        align-items: center;
    }
    .el-carousel-box .item .desc {
        font-size: 18px;
        font-family: HKGrotesk-Medium, HKGrotesk;
        color: rgba(0, 0, 0, 1);
        line-height: 30px;
        margin-top: 2px;
    }
    .el-carousel-box .item .item_header {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
    }
    .el-carousel-box .item .user-info {
        align-items: center;
        display: flex;
    }
    .el-carousel-box .item .user-info .name {
        font-size: 18px;
        font-family: HKGrotesk-Medium, HKGrotesk;
        font-weight: 500;
        color: rgba(0, 0, 0, 1);
        line-height: 23px;
        white-space: nowrap;
    }
    .el-carousel-box .item .user-info .country {
        font-size: 16px;
        font-family: HKGrotesk-Regular, HKGrotesk;
        font-weight: 400;
        color: rgba(0, 0, 0, 1);
        line-height: 21px;
        padding-left: 19px;
        background: url('../svg/icon_country.svg') no-repeat left center;
        margin-top: 4px;
    }
    .el-carousel-box .item .user-info img {
        width: 47px;
        height: 47px;
        margin-right: 10px;
    }
    .el-carousel-box .item .item_header .star-list img {
        width: 23px;
        margin-left: 8px;
    }
    .el-carousel-box .item .awater-info {
        margin: 0 80px;
        padding-right: 18px;
    }
    .el-carousel-box .item .awater-info .name {
        font-size: 18px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #062f67;
        line-height: 25px;
        margin-top: 13px;
        text-align: center;
    }
    .el-carousel-box .item .info .star-list {
        display: flex;
        margin-top: 10px;
        justify-content: center;
        align-items: center;
    }
    .el-carousel-box .item .info .star-list img {
        margin-right: 8px;
        width: 16px;
    }
    .el-carousel-box .item .info .desc {
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #062f67;
        line-height: 22px;
        margin-top: 17px;
        padding-right: 10px;
    }
    .el-carousel-box .item_1 {
        transform: scale(1);
        z-index: 99;
    }
    .el-carousel-box .item_2 {
        transform: translate(505px, 0px);
        z-index: 9;
        /* opacity: 0.8; */
        z-index: 9;
    }
    .el-carousel-box .item_3 {
        transform: translate(1021px, 0px);
        z-index: 9;
    }
    .el-carousel-box .item_last {
        transform: translate(-520px, 0px);
        z-index: 9;
    }
    .el-carousel-box .icon {
        display: flex;
        position: absolute;
        bottom: 0;
        width: 100%;
        justify-content: center;
    }
    .el-carousel-box .icon .icon_item {
        width: 32px;
        height: 4px;
        background: #DFDFDF;
        border-radius: 4px;
        margin: 0 4px;
    }
    .el-carousel-box .icon .icon_item_1 {
        background: #436FFF;
    }
    .khd-six-Model .content .next, .khd-six-Model .content .prev {
        width: 33px;
        height: 33px;
        margin-top: -20px;
        position: absolute;
        top: 50%;
        cursor: pointer;
    }
    .el-carousel-box .next {
        right: 40px;
        background: url("../images/right.png") no-repeat center;
    }
    .el-carousel-box .next:hover {
        background: url("../images/icon_right_hover.png") no-repeat center;
    }
    .el-carousel-box .prev {
        left: 40px;
        background: url("../images/left.png") no-repeat center;
    }
    .el-carousel-box .prev:hover {
        background: url("../images/icon_left_hover.png") no-repeat center;
    }
    .server-page {
        padding: 67px 0 82px;
    }
    .server-page .title {
        margin-bottom: 40px;
        color: #2F2F2F;
    }
    .server-page ul li {
        min-height: 94px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        border-bottom: 1px solid #DEDEDE;
        padding: 18px 0;
        box-sizing: border-box;
        width: 910px;
        margin: 0 auto;
    }
    .server-page ul li:before {
        display: none;
    }
    .server-page ul li .row_header {
        display: flex;
        align-items: center;
        cursor: pointer;
    }
    .server-page ul li .row_header .icon2 {
        width: 21px;
        height: 21px;
        margin-right: 18px;
        background: url('../svg/price_icon_faq_default.svg') no-repeat center;
        background-size: contain;
    }
    .server-page ul li .row_header .icon {
        width: 14px;
        height: 14px;
        background: url('../svg/price_up_default.svg') no-repeat center;
        background-size: contain;
    }
    .server-page ul li .row_header h3 {
        flex: 1;
        font-size: 18px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #2F2F2F;
        margin-bottom: 0;
        line-height: 25px;
    }
    .server-page ul li p {
        padding-left: 40px;
        display: none;
    }
    .server-page ul .active p {
        display: block;
    }
    .server-page ul .active .row_header .icon2 {
        background: url('../images/price_icon_faq_click.png') no-repeat center;
        background-size: contain;
    }
    .server-page ul .active .row_header h3 {
        color: #FB9C00;
    }
    .server-page ul .active .row_header .icon {
        background: url('../svg/price_retract_click.svg') no-repeat center;
        background-size: contain;
    }
    .tip_Msg {
        background: #436FFF;
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        line-height: 22px;
        position: fixed;
        top: 68px;
        width: 100%;
        z-index: 99;
        height: 31px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .tip_Msg .content {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .tip_Msg img {
        width: 14px;
        margin-right: 7px;
    }
}

@media (max-width:960px) {
    .recovery-price {
        background: rgba(243, 249, 255, 1);
    }
    .recovery-price .list {
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        padding: 0.3rem 0
    }
    .recovery-price .list li {
        display: Flex;
        padding: 0.3rem 0 0.3rem 1.2rem;
    }
    .recovery-price .list li img {
        width: 0.7rem;
        margin-right: 0.28rem
    }
    .recovery-price .list li .info {}
    .recovery-price .list li .info h3 {
        font-size: 0.42rem;
        font-family: HKGrotesk-Bold, HKGrotesk;
        font-weight: bold;
        color: rgba(71, 71, 71, 1);
        line-height: 0.54rem;
    }
    .recovery-price .list li .info .desc {
        font-size: 0.36rem;
        font-family: HKGrotesk-Light, HKGrotesk;
        font-weight: 300;
        color: rgba(67, 67, 67, 1);
        line-height: 0.46rem;
    }
    .product-reviews {
        padding: 0.62rem 0 0.5rem;
    }
    .title {
        font-size: 0.42rem;
        font-family: HKGrotesk-Bold, HKGrotesk;
        font-weight: bold;
        color: rgba(47, 47, 47, 1);
        line-height: 0.54rem;
        text-align: center;
    }
    .product-reviews .title {
        margin-bottom: 0.56rem;
    }
    .el-carousel-box .box {
        height: 10.1rem;
        overflow: hidden;
    }
    .el-carousel-box .boxMore {
        height: auto;
    }
    .product-reviews-more {
        width: 3.6rem;
        height: 0.6rem;
        border-radius: 0.2rem;
        border: 0.02rem solid rgba(0, 0, 0, 1);
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0.5rem auto 0;
        text-decoration: initial;
        font-size: 0.32rem;
        font-family: HKGrotesk-Regular, HKGrotesk;
        font-weight: 400;
        color: rgba(47, 47, 47, 1);
        line-height: 0.42rem;
    }
    .product-reviews-more:hover {
        color: rgba(47, 47, 47, 1);
        text-decoration: initial;
    }
    .product-reviews-more img {
        width: 0.2rem;
        margin-top: 0.1rem;
        margin-left: 0.2rem;
    }
    .el-carousel-box .box .item {
        width: 7.12rem;
        height: 4.78rem;
        background: rgba(255, 255, 255, 1);
        box-shadow: 0rem 0.04rem 0.4rem 0rem rgba(202, 202, 202, 0.45);
        border-radius: 0.2rem;
        padding: 0.52rem 0 0 0.38rem;
        box-sizing: border-box;
        margin: 0 auto 0.32rem;
    }
    .el-carousel-box .box .item .desc {
        margin-top: 0.32rem;
        font-size: 0.36rem;
        font-family: HKGrotesk-Medium, HKGrotesk;
        font-weight: 500;
        color: rgba(0, 0, 0, 1);
        line-height: 0.52rem;
    }
    .el-carousel-box .box .item_header {
        display: flex;
        align-items: flex-end;
        padding-right: 0.38rem;
        justify-content: space-between;
    }
    .el-carousel-box .box .item_header .user-info {
        display: flex;
    }
    .el-carousel-box .box .item_header .user-info .name {
        font-size: 0.36rem;
        font-family: HKGrotesk-Medium, HKGrotesk;
        font-weight: 500;
        color: rgba(0, 0, 0, 1);
        line-height: 0.46rem;
    }
    .el-carousel-box .box .item_header .user-info .country {
        padding-left: 0.4rem;
        background: url('../svg/icon_country.svg') no-repeat left center;
        font-size: 0.32rem;
        font-family: HKGrotesk-Regular, HKGrotesk;
        font-weight: 400;
        color: rgba(0, 0, 0, 1);
        line-height: 0.42rem;
    }
    .el-carousel-box .box .item_header .user-info img {
        margin-right: 0.18rem;
        width: 0.94rem;
    }
    .server-page {
        padding: 0.5rem 0 0.83rem;
    }
    .server-page .title {
        font-size: 0.3rem;
        font-size: 0.42rem;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: rgba(50, 50, 50, 1);
        line-height: 0.58rem;
        text-align: center;
    }
    .server-page ul li {
        min-height: 1.64rem;
        display: flex;
        justify-content: center;
        flex-direction: column;
        border-bottom: 1px solid #DEDEDE;
        padding: 0.24rem 0.29rem 0.24rem 0;
        box-sizing: border-box;
    }
    .server-page ul li:before {
        display: none;
    }
    .server-page ul li .row_header {
        display: flex;
        margin-bottom: 0.12rem;
        /* align-items: center; */
    }
    .server-page ul li .row_header .icon2 {
        width: 0.36rem;
        height: 0.36rem;
        margin-right: 0.2rem;
        background: url('../svg/price_icon_faq_default.svg') no-repeat center;
        background-size: contain;
        margin-left: 0.25rem;
        margin-top: 0.05rem;
    }
    .server-page ul li .row_header .icon {
        width: 0.22rem;
        height: 0.22rem;
        background: url('../svg/price_up_default.svg') no-repeat center;
        background-size: contain;
        margin-top: 0.12rem;
    }
    .server-page ul li .row_header h3 {
        flex: 1;
        font-size: 0.32rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(6, 47, 103, 1);
        line-height: 0.44rem;
    }
    .server-page ul li p {
        padding-left: 0.82rem;
        display: none;
        font-size: 0.29rem;
        font-family: PingFangSC-Light, PingFang SC;
        font-weight: 300;
        color: rgba(0, 0, 0, 1);
        line-height: 0.4rem;
    }
    .server-page ul .active p {
        display: block;
    }
    .server-page ul .active .row_header h3 {
        color: #FF7574;
    }
    .server-page ul .active .row_header .icon2 {
        background: url('../images/price_icon_faq_click.png') no-repeat center;
        background-size: contain;
    }
    .server-page ul .active .row_header .icon {
        background: url('../svg/price_retract_click.svg') no-repeat center;
        background-size: contain;
    }

    .country-box .vue-country-select .dropdown {
        box-sizing: border-box;
    }
    .circular {
        width: 20px;
        height: 20px;
    }
}