@media screen and (min-width: 501px) {
    .banner {
        width: 100%;
        background-image: url(../../img/price/bg-pc.jpg);
        background-size: 100% 35rem;
        background-position: top;
        background-repeat: no-repeat;
        background-color: #FFFFFF;
    }

    .banner .title {
        width: 100%;
        text-align: center;
        padding-top: 130px;
    }

    .title_content {
        color: #333333;
        font-size: 30px;
    }

    .title_sub {
        padding-top: 0.6rem;
        font-size: 14px;
        color: #929292
    }

    .table_content {
        padding-top: 50px;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .table_content .header {
        width: 80%;
        max-width: 75rem;
        height: 280px;
        display: flex;
        background: #FFFFFF;
        border-bottom: 1px solid #e6e6e6;
    }

    .table_content .header .triangle {
        width: 16%;
        background: linear-gradient(to bottom left, transparent 49.8%, #e6e6e6 50%, transparent 50.2%);
        border-left: 1px solid #e6e6e6;
        border-top: 1px solid #e6e6e6;
        color: #333333;
        font-size: 24px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .table_content .header .triangle div:first-child {
        text-align: right;
        padding-top: 40px;
        padding-right: 20px;
    }

    .table_content .header .triangle div:last-child {
        text-align: left;
        padding-bottom: 40px;
        padding-left: 20px;
    }

    .table_content .header .box {
        background: #fff;
        width: 21%;
        height: 100%;
    }

    .table_content .header .box:not(div:first-child) {
        border-left: 1px solid #e6e6e6;
    }

    .table_content .header .box .top_box {
        height: 65px;
        border-radius: 0 0 50% 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .table_content .recommend {
        position: absolute;
        top: -10px;
        left: 0;
        padding: 5px;
        background: linear-gradient(50deg, #FF3651, #FF8D48);
        font-size: 13px;
        color: #ffffff;
        border-radius: 0 8px 4px 10px;
    }

    .table_content .header .box .top_box .top_box_img {
        width: 16px;
        height: 14px;
    }

    .table_content .header .box .top_box .top_box_text {
        margin-left: 6px;
        color: #FFFFFF;
        font-size: 24px;
    }

    .table_content .header .box .box_price {
        font-size: 24px;
        color: #333333;
        text-align: center;
        margin-top: 25px;
    }

    .table_content .header .box .m_box_price {
        font-size: 24px;
        color: #333333;
        text-align: center;
        margin-top: 25px;
    }

    /*.table_content .header .box .box_number {*/
    /*    color: #565656;*/
    /*    font-size: 14px;*/
    /*    text-align: center;*/
    /*    margin-top: 25px;*/
    /*}*/

    .table_content .header .box .box_sub {
        color: #565656;
        font-size: 14px;
        text-align: center;
        width: 100%;
    }

    /*.table_content .header .box .m_box_sub {*/
    /*    display: none;*/
    /*}*/

    .table_content .header .box .bottom_box {
        width: 100%;
        text-align: center;
        margin: 20px 0;
    }

    .table_content .header .box .btn {
        width: 60%;
        min-width: 120px;
        padding-top: 12px;
        padding-bottom: 12px;
        color: #1677FF;
        border: 1px #0D68FF solid;
        background: #FFFFFF;
        border-radius: 5px;
    }

    .table_content .header .box .btns {
        width: 60%;
        min-width: 120px;
        padding-top: 12px;
        padding-bottom: 12px;
        margin: 0 auto;
        color: #FFFFFF;
        background: #0D68FF;
        border-radius: 5px;
    }

    .table_content .header .box .bottom_box div {
        font-size: 16px;
    }

    .table_content .header .box .bottom_box div:last-child:hover {
        cursor: pointer;
    }

    .table_content .header .box .bottom_box .openEr {
        width: 60%;
        min-width: 120px;
        padding-top: 12px;
        padding-bottom: 12px;
        margin: 0 auto;
        color: #FFFFFF;
        background: #0D68FF;
        border-radius: 5px;
        z-index: 10 !important;
    }

    .yd_zhan {
        display: none;
    }

    .table_content .body {
        font-size: 16px;
        width: 80%;
        max-width: 75rem;
        border-right: 1px solid #e6e6e6;
        border-left: 1px solid #e6e6e6;
        background: #FFFFFF;
        display: flex;
        flex-direction: column;
    }

    .table_content .body .tr {
        width: 100%;
        border-bottom: 1px solid #e6e6e6;
        display: flex;
        min-height: 42px;
    }

    .table_content .body .tr div:first-child {
        width: 16%;
        padding: 5px 8px;
        display: flex;
        align-items: center;
    }

    .table_content .body .tr div:not(:first-child) {
        width: 21%;
        border-left: 1px solid #e6e6e6;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .table_content .body .tr img {
        width: 16px;
        height: 16px;
    }

    .add_service {
        width: 100%;
        margin-top: 48px;
        background: #FFFFFF;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .title_box {
        width: 80%;
        max-width: 75rem;
        display: flex;
        justify-content: left;
        align-items: center;
    }

    .divider {
        width: 4px;
        height: 24px;
        background: #1677FF;
        margin-right: 10px;
    }

    .service_title {
        font-size: 24px;
        color: #333333;
    }

    .add_service .content {
        width: 80%;
        max-width: 75rem;
        display: flex;
        gap: 30px;
        margin-top: 18px;
    }

    .add_service .content .item {
        flex: 1;
        background-color: #FEF7EA;
        padding-top: 40px;
        padding-bottom: 65px;
        text-align: center;
    }

    .add_service .content .m_item {
        flex: 1;
        background-color: #FEF7EA;
        padding-top: 40px;
        padding-bottom: 65px;
        text-align: center;
    }

    .add_service .content .item_title {
        font-size: 24px;
        color: #333333;
        margin-bottom: 20px;
    }

    .add_service .content .item_title img {
        width: 44px;
    }

    .add_service .content .item_content {
        font-size: 16px;
        color: #333333;
    }

    .questions {
        width: 100%;
        margin-top: 80px;
        background: #F8F8F8;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 51px 0;
    }

    .questions .content {
        width: 80%;
        max-width: 75rem;
        background: #FFFFFF;
        margin-top: 20px;
        border-radius: 6px;
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    }

    .questions .content .item {
        padding: 15px 30px;
        border-bottom: 1px #EEEEEE solid;
    }

    .questions .item_q {
        font-size: 20px;
        color: #333333;
    }

    .questions .item_a {
        font-size: 16px;
        color: #808080;
        padding-left: 33px;
    }
}


@media screen and (max-width: 500px) {
    .banner {
        width: 100%;
        background-image: url(../../img/price/bg-pc.jpg);
        background-size: 100% 300px;
        background-position: top;
        background-repeat: no-repeat;
        background-color: #FFFFFF;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .banner .title {
        width: 100%;
        text-align: center;
        padding-top: 90px;
    }

    .title_content {
        color: #333333;
        font-size: 25px;
    }

    .title_sub {
        padding: 20px 15px;
        font-size: 14px;
        color: #929292
    }

    .table_content {
        padding-top: 20px;
        width: 90%;
        display: flex;
        flex-direction: column;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-behavior: smooth;
    }

    .table_content .header {
        width: 100%;
        height: 200px;
        display: inline-flex;
        background: #FFFFFF;
    }

    .table_content .header .triangle {
        flex: 0 0 100px;
        width: 100px;
        background: linear-gradient(to bottom left, transparent 49.8%, #e6e6e6 50%, transparent 50.2%);
        border: 1px solid #e6e6e6;
        color: #333333;
        font-size: 16px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .table_content .header .triangle div:first-child {
        padding-top: 30px;
        padding-right: 10px;
        writing-mode: vertical-rl
    }

    .table_content .header .triangle div:last-child {
        padding-bottom: 30px;
        padding-left: 10px;
        writing-mode: vertical-lr
    }

    .table_content .header .box {
        background: #fff;
        flex: 0 0 150px;
        width: 150px;
        height: 100%;
        border-right: 1px solid #e6e6e6;
        border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .table_content .header .box .top_box {
        height: 60px;
        border-radius: 0 0 45% 45%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        position: relative;
    }

    .table_content .recommend {
        position: absolute;
        top: -15px;
        left: 0;
        padding: 5px;
        background: linear-gradient(50deg, #FF3651, #FF8D48);
        font-size: 13px;
        color: #ffffff;
        border-radius: 0 8px 4px 10px;
    }

    .table_content .header .box .top_box .top_box_img {
        display: none;
    }

    .table_content .header .box .top_box .top_box_text {
        color: #FFFFFF;
        font-size: 16px;
    }

    .table_content .header .box .box_price {
        font-size: 16px;
        color: #333333;
        text-align: center;
        margin-top: 20px;
    }

    .table_content .header .box .m_box_price {
        display: none;
    }

    /*.table_content .header .box .box_number {*/
    /*    display: none;*/
    /*}*/

    .table_content .header .box .box_sub {
        display: none;
    }

    /*.table_content .header .box .m_box_sub {*/
    /*    color: #C3C3C3;*/
    /*    font-size: 14px;*/
    /*    text-align: center;*/
    /*    margin-top: 8px;*/
    /*}*/

    .table_content .header .box .bottom_box {
        width: 100%;
        text-align: center;
        margin: 20px 0;
    }

    .table_content .header .box .btn {
        width: 60%;
        min-width: 80px;
        padding: 5px;
        color: #1677FF;
        border: 1px #0D68FF solid;
        background: #FFFFFF;
        border-radius: 5px;
    }

    .table_content .header .box .btns {
        width: 60%;
        min-width: 80px;
        padding: 5px;
        margin: 0 auto;
        color: #FFFFFF;
        background: #0D68FF;
        border-radius: 5px;
    }

    .table_content .header .box .bottom_box div {
        font-size: 14px;
    }

    .table_content .header .box .bottom_box .openEr {
        width: 60%;
        min-width: 80px;
        padding: 5px;
        margin: 0 auto;
        color: #FFFFFF;
        background: #0D68FF;
        border-radius: 5px;
        z-index: 10 !important;
    }

    .yd_zhan {
        display: none;
    }


    .table_content .header .box:not(div:last-child) {
        border-right: 1px solid #e6e6e6;
    }

    .table_content .body {
        font-size: 14px;
        width: 700px;
        border-collapse: collapse;
        background: #FFFFFF;
        border-right: 1px solid #e6e6e6;
        border-left: 1px solid #e6e6e6;
        display: flex;
        flex-direction: column;
    }

    .table_content .body .tr {
        width: 100%;
        min-height: 38px;
        border-bottom: 1px solid #e6e6e6;
        display: flex;
    }

    .table_content .body .tr div:first-child {
        padding: 5px;
        width: 100px;
        display: flex;
        align-items: center;
    }

    .table_content .body .tr div:not(:first-child) {
        width: 150px;
        border-left: 1px solid #e6e6e6;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .table_content .body .tr img {
        width: 16px;
        height: 16px;
    }

    .add_service {
        width: 100%;
        margin-top: 48px;
        background: #FFFFFF;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .title_box {
        width: 90%;
        display: flex;
        justify-content: left;
        align-items: center;
    }

    .divider {
        width: 4px;
        height: 24px;
        background: #1677FF;
        margin-right: 10px;
    }

    .service_title {
        font-size: 16px;
        color: #333333;
    }

    .add_service .content {
        width: 90%;
        max-width: 75rem;
        display: flex;
        gap: 15px;
        margin-top: 18px;
    }

    .add_service .content .item {
        flex: 1;
        background-color: #FEF7EA;
        padding: 20px 10px;
    }

    .m_item {
        display: none;
    }

    .add_service .content .item_title {
        font-size: 18px;
        color: #333333;
        margin-bottom: 20px;
        text-align: center;
    }

    .add_service .content .item_title img {
        width: 25px;
    }

    .add_service .content .item_content {
        font-size: 14px;
        color: #333333;
        margin-bottom: 10px;
        text-align: left;
    }

    .questions {
        width: 100%;
        margin-top: 48px;
        background: #F8F8F8;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 25px 0;
    }

    .questions .content {
        width: 90%;
        background: #FFFFFF;
        margin-top: 20px;
        border-radius: 6px;
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    }

    .questions .content .item {
        padding: 12px 20px;
        border-bottom: 1px #EEEEEE solid;
    }

    .questions .item_q {
        font-size: 14px;
        color: #333333;
    }

    .questions .item_a {
        font-size: 14px;
        color: #808080;
        padding-left: 23px;
    }
}
