:root {
    /* 背景颜色渐变 - 精选 */
    --gradient-jx: linear-gradient(0deg, #F6F7F8, #F8EBC9);
    /* 背景颜色渐变 - 电信 */
    --gradient-dx: linear-gradient(45deg, #ffffff, #cfedff);
    /* 背景颜色渐变 - 移动 */
    --gradient-yd: linear-gradient(45deg, #ffffff, #f1d793);
    /* 背景颜色渐变 - 联通 */
    --gradient-lt: linear-gradient(45deg, #ffffff, #ffdddd);
}

.screening_container_jx {
    background: linear-gradient(0deg, #F6F7F8, #F8EBC9);
}

.screening_container_yd {
    background: linear-gradient(45deg, #ffffff, #f1d793);
}

.screening_container_lt {
    background: linear-gradient(45deg, #ffffff, #ffdddd);
}

.screening_container_dx {
    background: linear-gradient(45deg, #ffffff, #cfedff);
}

/* PC */
@media screen and (min-width: 751px) {
    .screening_container {
        width: 100%;
        border-radius: 36px;
        box-sizing: border-box;
        margin: 20px 0 20px;
        padding:20px 30px;
    }

    .screening_title {
        width: 100%;
        height: 32px;
        margin-bottom: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        column-gap: 20px;
    }

    .screening_title_icon {
        width: 32px;
        height: 32px;
    }

    .screening_title_text {
        font-family: Source Han Sans CN;
        font-weight: 500;
        font-size: 30px;
        color: #9b6e00;
    }


    .hot_tag_container {
        margin-bottom: 48px;
        display: flex;
        justify-content: space-between;
    }

    .hot_tag_title {
        width: 64px;
        font-weight: 500;
        font-size: 16px;
        color: #000000;
    }

    .tag_symbol {
        width: 56px;
        height: 26px;
        line-height: 26px;
        background: #E6D3A3;
        border-radius: 13px;
        text-align: center;
        font-size: 16px;
        color: #815C02 !important;
        margin: 12px auto 0;
        display:block;
    }

    .hot_tag_list {
        width: 1045px;
        display: flex;
        flex-wrap: wrap;
        gap: 10px 20px;
    }

    .tag_icon {
        width: 27px;
        height: 27px;
        margin-right: 10px;
    }

    .tag_item {
        min-width: 124px;
        height: 55px;
        background: #FFFFFF;
        border-radius: 28px;
        border: 1px solid #E5E5E5;
        font-size: 16px;
        color: #000000;
        /* padding: 0 22px; */
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .recommend_city_list {
        width: 100%;
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px 20px;
    }

    .recommend_city_item {
        width: 120px;
        height: 47px;
        line-height: 47px;
        text-align: center;
        background: #E6D3A3;
        border-radius: 24px;
        box-sizing: border-box;
        padding: 0 20px;
        font-size: 20px;
        color: #815C02 !important;
        cursor: pointer;
    }

    .recommend_city_item.recommend_city_active {
        background: #BD983D;
        color: #FFFFFF !important;
    }

    .city_list_box {
        width: 840px;
        height: 38px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .city_list_btn {
        width: 38px;
        height: 38px;
        background: #FFFFFF;
        border-radius: 50%;
        border: 1px solid #C6B280;
        box-sizing: border-box;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .city_list_btn img{
        width:18px;
        height:18px;
    }
    .city_list_btn .you_icon{
        transform: rotate(180deg);
    }
    .city_list {
        width: 690px;
        height: 38px;
        align-items: center;
        display: inline-flex;
        column-gap: 14px;
        overflow: hidden;
        overflow-x: scroll;
    }
    .city_list::-webkit-scrollbar {
        display: none;
    }
    .city_item {
        min-width: 56px;
        height: 30px;
        line-height: 28px;
        text-align: center;
        box-sizing: border-box;
        background: #FFFFFF;
        border-radius: 14px;
        border: 1px solid #C6B280;
        font-size: 16px;
        color: #BD983D !important;
        cursor: pointer;
        white-space: nowrap;
    }

    .number_segment_container {
        width: 100%;
        background: #FFFFFF;
        border-radius: 36px;
        box-sizing: border-box;
        padding: 30px 36px 44px 66px;
        position:relative;
    }

    .number_segment_line {
        width: 100%;
        display: flex;
        margin-top: 26px;
    }
    .m_yys_zk {
        width: 30px;
        height: 30px;
        border: 1px solid #C6B280;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 20px;
        top: 57px;
        transform: rotate(-90deg);
    }
    .m_yys_zk img{
        width:20px;
        height:20px;
        transform: rotate(-90deg);
    }
    .number_segment_line:nth-child(1) {
        margin-top: 0;
    }

    .number_segment_title,
    .screening_city_title,
    .screening_condition_title {
        height: 32px;
        line-height: 32px;
        font-size: 16px;
        color: #000000;
        padding-right: 32px;
    }

    .number_segment_list,
    .screening_city_list,
    .screening_condition_list {
        flex: 1;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .number_segment_item,
    .screening_city_item {
        width: 74px;
        height: 32px;
        line-height: 30px;
        text-align: center;
        background: #FFFFFF;
        border-radius: 16px;
        border: 1px solid #C6B280;
        box-sizing: border-box;
        font-size: 16px;
        color: #BD983D !important;
        cursor: pointer;
    }

    .number_segment_item.number_segment_active,
    .screening_city_item.screening_city_active {
        background: #F2E2B9;
        border-color: #F2E2B9;
        color: #815C02;
    }

    .screening_number_segment_box,
    .screening_city_box {
        display: flex;
        margin-bottom: 20px;
    }

    .screening_condition_box {
        display: flex;
        margin-top: 20px;
    }

    .screening_cdelivery_city,
    .screening_price {
        height: 32px;
        line-height: 30px;
        padding: 0 15px;
        background: #FFFFFF;
        border-radius: 16px;
        border: 1px solid #C6B280;
        box-sizing: border-box;
        font-size: 16px;
        color: #BD983D;
        cursor: pointer;
    }

    .screening_yys_box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        column-gap: 24px;
        margin-bottom: 46px;
    }

    .screening_yys_item {
        flex: 1;
        text-align: center;
        font-size: 16px;
        color: #000000;
        line-height: 38px;
    }

    .screening_yys_item .yys_icon {
        width: 100%;
        height: 107px;
        background: #FFFFFF;
        border-radius: 54px;
        border: 1px solid #EEEEEE;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .navigation_box {
        width: 100%;
        height: 48px;
        border-radius: 24px;
        font-size: 16px;
        color: #000000;
        padding: 0 30px;
        box-sizing: border-box;
        background: linear-gradient(0deg, rgba(246, 236, 209, 0.45) 1%, #F6ECD1 100%);
        margin-top: 20px;
        display: flex;
        align-items: center;
    }

    .navigation_time {
        flex: 1;
        text-align: right;
    }

    .navigation_box .navigation_icon {
        width: 10px;
        height: 10px;
        margin: 0 6px;
    }

    .number_list_container {
        padding: 20px 0 45px;
    }

    .number_line_list_container {
        width: 100%;
        background: #FFFFFF;
        border-radius: 36px;
        box-sizing: border-box;
        padding: 40px 28px;
        margin: 20px 0;
    }

    .number_line_list {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
    }

    .number_line_list .number_line_item {
        width: 100%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        border-bottom: 1px solid #EFE1BE;
        font-weight: bold;
        font-size: 18px;
        color: #000000;
        display: flex;
        align-items: center;
    }

    .pagination_box {
        width: 100%;
        height: 40px;
        font-size: 16px;
        color: #AD8627;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 44px;
        column-gap: 5px;
    }

    .pagination_box div {
        cursor: pointer;
    }

    .pagination_btn {
        width: 74px;
        height: 40px;
        line-height: 38px;
        text-align: center;
        background: #FFFFFF;
        border-radius: 20px;
        border: 1px solid #DAC591;
        box-sizing: border-box;
    }

    .page_num {
        width: 40px;
        height: 40px;
        line-height: 38px;
        text-align: center;
        background: #FFFFFF;
        border-radius: 50%;
        border: 1px solid #DAC591;
    }

    .page_num.page_num_active {
        background: #CDAF63;
        color: #FFFFFF;
        border-color: #CDAF63;
    }

    .page_total {
        height: 40px;
        line-height: 40px;
        padding-left: 4px;
    }

    .page_jump {
        height: 40px;
        line-height: 40px;
        padding-right: 2px;
    }

    .page_input {
        width: 40px;
        height: 40px;
        line-height: 38px;
        text-align: center;
        background: #FFFFFF;
        border-radius: 50%;
        border: 1px solid #DAC591;
        box-sizing: border-box;
        color: #AD8627;
    }

    .page_jump_btn {
        width: 58px;
        height: 40px;
        line-height: 38px;
        color: #AD8627;
        text-align: center;
        background: #FFFFFF;
        border-radius: 20px;
        border: 1px solid #DAC591;
    }

    .page_jump_btn:hover,
    .pagination_btn:hover,
    .page_num:hover {
        background: #CDAF63;
        color: #FFFFFF;
        border-color: #CDAF63;
    }

    .images_box {
        width: 100%;
        margin-bottom: 37px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        column-gap: 18px;
    }

    .images_box a {
        flex: 1;
        display: block;
    }

    .images_item {
        width: 100%;
        height: inherit;
        border-radius: 16px;
        overflow: hidden;
    }

    .images_text {
        width: 100%;
        display: block;
        text-align: center;
        font-size: 16px;
        padding-top: 16px;
    }
}

/* MB */
@media screen and (max-width: 750px) {
    .screening_container {
        width: 100%;
        border-radius: 3.6rem;
        box-sizing: border-box;
        margin: 1.2rem 0 3.6rem;
        padding: 2rem 2rem;
    }

    .screening_title {
        width: 100%;
        height: 3.2rem;
        margin-bottom: 3.3rem;
        display: flex;
        justify-content: center;
        align-items: center;
        column-gap: 0.8rem;
    }

    .screening_title_icon {
        width: 3.2rem;
        height: 3.2rem;
    }

    .screening_title_text {
        font-family: Source Han Sans CN;
        font-weight: 500;
        font-size: 3rem;
        color: #9b6e00;
    }


    .hot_tag_container {
        margin-bottom: 2.9rem;
        display: flex;
        justify-content: space-between;
    }

    .hot_tag_title {
        width: 10rem;
        font-weight: 500;
        font-size: 2.4rem;
        color: #000000;
    }

    .tag_symbol {
        width: 8rem;
        height: 4rem;
        line-height: 4rem;
        background: #E6D3A3;
        border-radius: 2rem;
        text-align: center;
        font-size: 2.2rem;
        color: #815C02;
        margin: 2rem auto 0;
        display:block;
    }

    .hot_tag_list {
        width: 58rem;
        display: flex;
        flex-wrap: wrap;
        gap: 1rem 2rem;
    }

    .tag_icon {
        width: 2.7rem;
        height: 2.7rem;
        margin-right: 1rem;
    }

    .tag_item {
        width: 18rem;
        height: 7.5rem;
        background: #FFFFFF;
        border-radius: 4rem;
        border: 1px solid #E5E5E5;
        font-size: 2rem;
        color: #000000;
        padding: 0 2.2rem;
        box-sizing: border-box;
        cursor: pointer;
        display: flex;
        align-items: center;
    }
    .tag_hide{
        display:none;
    }
    .recommend_city_list {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 1rem 2rem;
    }

    .recommend_city_item {
        min-width: 10rem;
        height: 6rem;
        line-height: 5.8rem;
        text-align: center;
        background: #E6D3A3;
        border-radius: 3rem;
        box-sizing: border-box;
        padding: 0 2.2rem;
        font-size: 2.6rem;
        color: #815C02 !important;
        cursor: pointer;
    }

    .recommend_city_item.recommend_city_active {
        background: #BD983D;
        color: #FFFFFF !important;
    }

    .city_list_box {
        width: 840px;
        height: 38px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        display: none;
    }

    .city_list_btn {
        width: 38px;
        height: 38px;
        background: #FFFFFF;
        border-radius: 50%;
        border: 1px solid #C6B280;
        box-sizing: border-box;
        cursor: pointer;
    }

    .city_list {
        width: 680px;
        height: 38px;
        align-items: center;
        display: inline-flex;
        column-gap: 14px;
    }

    .city_item {
        min-width: 56px;
        height: 30px;
        line-height: 28px;
        text-align: center;
        box-sizing: border-box;
        padding: 0 12px;
        background: #FFFFFF;
        border-radius: 14px;
        border: 1px solid #C6B280;
        font-size: 16px;
        color: #BD983D;
        cursor: pointer;
    }

    .number_segment_container {
        width: 71.6rem;
        background: #FFFFFF;
        border-radius: 2.4rem;
        box-sizing: border-box;
        padding: 3rem 2.8rem;
        margin: 0 auto;
        position:relative;
    }

    .number_segment_line {
        width: 100%;
        display: flex;
        margin-top: 2.6rem;
    }

    .number_segment_line:nth-child(1) {
        margin-top: 0;
    }

    .number_segment_title,
    .screening_city_title,
    .screening_condition_title {
        height: 6rem;
        line-height: 6rem;
        font-size: 2.6rem;
        color: #000000;
        padding-right: 1.6rem;
    }

    .number_segment_list,
    .screening_city_list,
    .screening_condition_list {
        flex: 1;
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
    }

    .number_segment_item,
    .screening_city_item {
        width: 8rem;
        height: 6rem;
        line-height: 5.8rem;
        text-align: center;
        background: #FFFFFF;
        border-radius: 3rem;
        border: 1px solid #C6B280;
        box-sizing: border-box;
        font-size: 2.6rem;
        color: #BD983D;
        cursor: pointer;
    }
   
    .m_yys_zk {
        width: 5rem;
        height: 5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        border: 1px solid #C6B280;
        position: absolute;
        right: 2rem;
        top: 6rem;
        transform: rotate(-90deg);
    }
     .m_yys_zk img{
         width:3rem;
         height:3rem;
         transform: rotate(-90deg);
     }
    .number_segment_item.number_segment_active,
    .screening_city_item.screening_city_active {
        background: #F2E2B9;
        border-color: #F2E2B9;
        color: #815C02;
    }

    .screening_number_segment_box,
    .screening_city_box {
        display: flex;
        margin-bottom: 3rem;
    }

    .screening_condition_box {
        display: flex;
        margin-top:2rem;
    }

    .screening_cdelivery_city,
    .screening_price {
        height: 6rem;
        line-height: 5.8rem;
        padding: 0 1.6rem;
        background: #FFFFFF;
        border-radius: 3rem;
        border: 1px solid #C6B280;
        box-sizing: border-box;
        font-size: 2.6rem;
        color: #BD983D;
        cursor: pointer;
    }

    .screening_yys_box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        column-gap: 2rem;
        margin-bottom: 4rem;
    }

    .screening_yys_item {
        flex: 1;
        text-align: center;
        font-size: 1.6rem;
        color: #000000;
        line-height: 3.8rem;
    }

    .screening_yys_item .yys_icon {
        width: 100%;
        height: auto;
        background: #FFFFFF;
        border-radius: 54px;
        border: 1px solid #EEEEEE;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .screening_yys_item .screening_yys_title {
        font-size: 2.4rem;
    }

    .navigation_box {
        width: 71rem;
        height: 6.8rem;
        border-radius: 3.4rem;
        font-size: 2.6rem;
        color: #000000;
        padding: 0 3rem;
        margin: 0 auto;
        box-sizing: border-box;
        background: linear-gradient(0deg, rgba(246, 236, 209, 0.45) 1%, #F6ECD1 100%);
        margin-top: 2rem;
        display: flex;
        align-items: center;
    }

    .navigation_time {
        flex: 1;
        text-align: right;
    }

    .navigation_box .navigation_icon {
        width: 10px;
        height: 10px;
        margin: 0 6px;
    }

    .number_list_container {
        padding: 1.7rem;
    }

    .number_line_list_container {
        width: 100%;
        background: #FFFFFF;
        border-radius: 3.6rem;
        box-sizing: border-box;
        padding: 4rem 2.8rem;
        margin: 2rem 0;
    }

    .number_line_list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .number_line_list .number_line_item {
        width: 100%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        border-bottom: 1px solid #EFE1BE;
        font-weight: bold;
        font-size: 18px;
        color: #000000;
        display: flex;
        align-items: center;
    }

    .pagination_box {
        width: 100%;
        height: 6rem;
        font-size: 2.6rem;
        color: #AD8627;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 2.9rem;
        column-gap: 1rem;
    }

    .pagination_box div {
        cursor: pointer;
    }

    .pagination_box *:not(.page_num) {
       width:15rem;
       color:#AD8627 !important;
    }

    .pagination_btn {
        width: 7.4rem;
        height: 6rem;
        line-height: 5.8rem;
        font-size: 2.6rem;
        text-align: center;
        background: #FFFFFF;
        border-radius: 20px;
        border: 1px solid #DAC591;
        box-sizing: border-box;
    }

    .page_num {
        width: 6rem;
        height: 6rem;
        line-height: 5.8rem;
        text-align: center;
        background: #FFFFFF;
        border-radius: 50%;
        border: 1px solid #DAC591;
    }

    .page_num.page_num_active {
        background: #CDAF63;
        color: #FFFFFF;
        border-color: #CDAF63;
    }

    .page_total {
        height: 6rem;
        line-height: 6rem;
        padding-left: 4px;
    }

    .page_jump {
        height: 40px;
        line-height: 40px;
        padding-right: 2px;
    }

    .page_input {
        width: 40px;
        height: 40px;
        line-height: 38px;
        text-align: center;
        background: #FFFFFF;
        border-radius: 50%;
        border: 1px solid #DAC591;
        box-sizing: border-box;
        color: #AD8627;
    }

    .page_jump_btn {
        width: 58px;
        height: 40px;
        line-height: 38px;
        color: #AD8627;
        text-align: center;
        background: #FFFFFF;
        border-radius: 20px;
        border: 1px solid #DAC591;
    }

    .page_jump_btn:active,
    .pagination_btn:active,
    .page_num:active {
        background: #CDAF63;
        color: #FFFFFF;
        border-color: #CDAF63;
    }

    .images_box {
        width: 100%;
        margin-bottom: 2.3rem;
        padding: 1.7rem;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1.9rem;
    }

    .images_box a {
        display: block;
    }

    .images_item {
        width: 100%;
        height: auto;
        border-radius: 1.6rem;
        overflow: hidden;
    }

    .images_text {
        width: 100%;
        display: block;
        text-align: center;
        font-size: 2.6rem;
        padding-top: 1.6rem;
    }
}
.hide_yys_item {
    display: none;
}
