@media screen and (max-width: 767px) {
    /* 弹出导航 */
    .nav-page {
        display: block;
        position: fixed;
        z-index: 99999;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 0;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.5);
        overflow: hidden;
        transition: all 0.2s linear;
    }

    .index_top_wrapper {
 margin-bottom: 1.3rem;
}

    .nav-phone {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 80vw;
        height: 100vh;
        background-color: rgba(255, 255, 255, 1);
        box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.5);
    }

    .nav-list {
        padding-top: 2rem;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .nav-list a {
        width: 80%;
        height: 1rem;
        line-height: 1rem;
        border-bottom: 1px solid #e1e1e1;
    }

    .nav-list-active {
        color: #b11d03;
        background-color: #f5f5f5;
        border-bottom: 1px solid #b11d03 !important;
    }

    .close-phone-nav {
        position: absolute;
        top: 0.31rem;
        left: 0.24rem;
        width: 0.68rem;
        height: 0.68rem;
        z-index: 999;
    }

    .close-phone-nav::before,
    .close-phone-nav::after {
        position: absolute;
        display: block;
        content: "";
        width: 0.68rem;
        height: 0.04rem;
        color: #fff;
        background-color: #999;
        transform-origin: center;
    }

    .close-phone-nav::before {
        top: 0.19rem;
    }

    .close-phone-nav::after {
        top: 0.45rem;
    }

    .close-phone-nav-active::before {
        top: 0.33rem;
        transform: rotate(135deg);
    }

    .close-phone-nav-active::after {
        top: 0.33rem;
        transform: rotate(-135deg);
    }

    /* phone内页头部 */
    .inside-roof {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 1.3rem;
        z-index: 9999;
        border-bottom: 1px solid #014526;
        background-color: rgba(255, 255, 255, 1);
    }

    .inside-roof-icon {
        position: absolute;
        top: 0.31rem;
        left: 0.24rem;
        width: 0.68rem;
        height: 0.68rem;
    }

    .inside-roof-icon::before,
    .inside-roof-icon::after {
        position: absolute;
        display: block;
        content: "";
        width: 0.68rem;
        height: 0.04rem;
        color: #fff;
        background-color: #999;
        transform-origin: center;
    }

    .inside-roof-icon::before {
        top: 0.19rem;
    }

    .inside-roof-icon::after {
        top: 0.45rem;
    }

    .inside-roof-icon-active::before {
        top: 0.33rem;
        transform: rotate(135deg);
    }

    .inside-roof-icon-active::after {
        top: 0.33rem;
        transform: rotate(-135deg);
    }

    .inside-roof-logo {
        position: absolute;
        height: 1rem;
        top: 50%;
        right: 0.24rem;
        transform: translateY(-50%);
    }

    .inside-roof-logo img {
        height: 100%;
    }

    .forPhone {
        height: 1.3rem;
    }

    .main_middle {
        width: 100%;
        margin: 0 auto;
    }
    /* 头部 */
    .header_wrapper {
        display: none;
    }

    /* banner */
    .swiper-container {
        top: 1.3rem;
    }
    .swiper-pagination {
        bottom: 0.3rem !important;
    }
    .swiper-pagination .my-bullet {
        margin: 0 0.05rem;
        width: 0.5rem;
        height: 0.05rem;
    }
    /* banner_news_wrapper */
    .banner_news_wrapper {
        width: 100%;
        height: 1rem;
        margin-bottom: 0.8rem;
    }
    .banner_news {
        padding: 0 0.24rem;
    }
    .bn_icon {
        display: none;
    }
    .bn_content {
        /* flex: 1; */
        width: calc(100vw - 1.58rem);
        align-items: flex-start;
    }
    .bn_content h5 {
        width: auto;
        padding-right: 0.1rem;
        font-size: 0.3rem;
        line-height: 1rem;
    }
    .bn_content .bnc_wrapper {
        height: 1rem;
    }
    .bn_content .bnc_wrapper ul.bnc_ul li.bnc_li {
        height: 1rem;
        line-height: 1rem;
    }
    .bn_content .bnc_wrapper ul.bnc_ul li.bnc_li a {
        font-size: 0.26rem;
        color: #fff;
    }
    .bn_content .bnc_wrapper ul.bnc_ul li.bnc_li span {
        font-size: 0.24rem;
    }
    .bn_handle {
        width: 1.2rem;
        height: 1rem;
        margin-left: 0.1rem;
    }
    .bn_handle img {
        width: 0.5rem;
        margin-left: 0.1rem;
    }

    /* fast_server_wrapper */
    .fast_server_wrapper {
        margin-bottom: 0;
        flex-wrap: wrap;
    }
    .fast_item {
        width: 50%;
        height: calc(50vw * 0.889);
        box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
    }
    .fast_item:hover {
        box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.5);
    }
    .fast_item a img {
        margin-bottom: 0.3rem;
    }
    .fast_item a span {
        font-size: 0.34rem;
    }

    /* middle_news_wrapper */
    .middle_news_wrapper {
        flex-direction: column;
    }
    .middle_news {
        width: 100%;
        margin-top: 0.8rem;
        box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
    }
    .mn_img {
        width: 100%;
        height: calc(100vw * 0.57);
    }
    .mn_content {
        height: 3.6rem;
        padding: 0.24rem 0.24rem 0;
    }
    .mn_content .mnc_title {
        margin-bottom: 0.2rem;
    }
    .mn_content .mnc_title .mnct_t {
        height: 0.6rem;
        font-size: 0.44rem;
        line-height: 0.6rem;
    }
    .mn_content .mnc_title .mnct_more {
        width: 1.6rem;
        height: 0.6rem;
        font-size: 0.24rem;
        line-height: 0.6rem;
        border-radius: 0.2rem;
    }
    .mn_content .mnc_main ul li {
        height: 0.8rem;
        font-size: 0.26rem;
        line-height: 0.8rem;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .mn_content .mnc_main ul li:last-of-type {
        border-bottom: 1px solid transparent;
    }

    /* division_wrapper */
    .division_wrapper {
        padding: 0 0.24rem;
    }
    .index_title {
        height: 1.5rem;
    }
    .index_title .indt_t {
        height: 1.5rem;
        font-size: 0.44rem;
        line-height: 1.5rem;
    }
    .index_title .indt_more {
        width: 1.6rem;
        height: 0.6rem;
        font-size: 0.24rem;
        line-height: 0.6rem;
        border-radius: 0.2rem;
    }

    .division_main {
        flex-direction: column;
    }
    .dim_img {
        display: none;
    }

    .dim_right {
        flex: 1;
        flex-direction: column;
    }

    .dim_right .dim_list {
        width: 100%;
        height: auto;
        border-radius: 0.2rem;
    }
    .dim_right .dim_list ul {
        height: auto;
        flex-direction: row;
    }
    .dim_right .dim_list ul li {
        width: 33.33%;
        height: 1rem;
        font-size: 0.32rem;
        line-height: 1rem;
        border-bottom: 1px dashed transparent;
        border-right: 1px dashed #d4cece;
    }
    .dim_right .dim_list ul li:first-of-type {
        border-top-left-radius: 0.2rem;
        border-bottom-left-radius: 0.2rem;
        border-top-right-radius: 0;
    }
    .dim_right .dim_list ul li:last-of-type {
        border-top-right-radius: 0.2rem;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0.2rem;
        border-right: 1px dashed transparent;
    }
    .dim_right .dim_info_container {
        width: 100%;
    }
    .dim_right .dim_info_container .dim_info {
        width: 100%;
    }
    .dim_right .dim_info_container .dim_info ul li {
        width: 32%;
        height: 0.8rem;
        margin: 0.2rem 0 0 2%;
        font-size: 0.3rem;
        line-height: 0.8rem;
        border-radius: 0.1rem;
    }
    .dim_right .dim_info_container .dim_info ul li:nth-of-type(3n + 1) {
        margin-left: 0;
    }
    .dim_right .dim_info_container .dim_info ul li a {
        border-radius: 0.1rem;
    }

    /* guide_wrapper */
    .guide_container {
        margin-bottom: 0.8rem;
        padding: 0 0.24rem;
    }
    .guide_item {
        width: 50%;
    }
    .guide_item:hover {
        z-index: 10;
        box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.5);
    }
    .guide_item a img {
        margin-bottom: 0.3rem;
    }
    .guide_item a span {
        font-size: 0.32rem;
    }

    /* footer_wrapper */
    .foot_area {
        flex-direction: column;
        padding: 0.5rem 0.24rem;
    }
    .foot_logo {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0.2rem;
        text-align: center;
    }
    .foot_logo img {
        width: 50%;
    }
    .foot_link_area {
        flex-direction: column;
    }
    .foot_link_area .foot_link {
        justify-content: flex-start;
        width: 100%;
        font-size: 0.26rem;
        line-height: 0.6rem;
    }
    .foot_link_area .foot_link a {
        width: 20%;
        line-height: 0.6rem;
    }
    .foot_link_area .foot_contact {
        text-align: center;
        font-size: 0.26rem;
        line-height: 0.6rem;
    }
    .foot_code_area img {
        margin-bottom: 0.2rem;
    }
    .foot_code_area span {
        font-size: 0.26rem;
    }
    /* footer_di_wrapper */
    .footer_di {
        flex-direction: column;
        padding: 0.24rem;
        height: auto;
        font-size: 0.26rem;
        text-align: center;
    }
    .foot_di_info {
        font-size: 0.26rem;
        margin-bottom: 0.2rem;
        text-align: center;
    }
    .friendship {
        width: 70%;
    }
    .friendship .fship_ul {
        bottom: 0.7rem;
        right: 15%;
    }
    .friendship .fship_ul li {
        font-size: 0.24rem;
        line-height: 0.32rem;
        padding: 0.19rem 0.25rem;
    }
    .friendship .fship_ul li a {
        display: block;
        color: #fff;
        transition: color 0.3s linear;
    }
    .friendship .fship_ul li:hover a {
        color: #0077ce;
    }
    .friendship .fship_link {
        width: 100%;
        height: 0.7rem;
    }
    .friendship .fship_link span {
        width: 85%;
        font-size: 0.26rem;
        line-height: 0.7rem;
        padding-left: 0.25rem;
    }
    .friendship .fship_link img {
        width: 15%;
        height: 0.7rem;
    }

    /* inside_main_wrapper */
    .inside_main_wrapper {
        width: 100%;
        margin-bottom: 50px;
        margin-top: 0;
    }
    /* page_position */
    .page_position {
        font-size: 0.26rem;
        padding: 0.4rem 0.24rem;
    }
    .page_title {
        padding: 0.4rem 0.24rem 0.8rem;
        font-size: 0.48rem;
    }
    .inside_single {
        padding: 0 0.24rem;
        font-size: 0.26rem;
        line-height: 1.8em;
    }

    /* inside_page_list */
    .inside_page_list {
        padding: 0 0.24rem;
    }
    .inside_page_list ul {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .inside_page_list ul li {
        display: inline-block;
        width: 49%;
        height: 0.8rem;
        line-height: 0.8rem;
        border-radius: 0.1rem;
        font-size: 0.3rem;
        margin-right: 0;
        margin-bottom: 0.24rem;
    }

    /* inside_division */
    .inside_division {
        padding: 0 0.24rem;
    }
    .inside_division dl {
        justify-content: space-between;
        padding-top: 0.6rem;
    }
    .inside_division dl dt {
        width: 100%;
        font-size: 0.4rem;
    }
    .inside_division dl dd {
        margin: 0.24rem 0 0 0;
        border-radius: 0.1rem;
        width: 49%;
        height: 0.8rem;
        line-height: 0.8rem;
        font-size: 0.26rem;
        padding-left: 0.3rem;
    }

    /* inside_doctor */
    .inside_doctor {
        padding: 0 0.24rem;
    }
    .inside_doctor dl {
        padding-top: 0.6rem;
        flex-wrap: wrap;
    }
    .inside_doctor dl dt {
        width: 100%;
        font-size: 0.4rem;
    }
    .inside_doctor dl dd {
        margin: 0.24rem 0 0 0;
        border-radius: 0.1rem;
        width: 100%;
        font-size: 0.26rem;
        padding: 0.24rem;
    }
    .inside_doctor dl dd h4 {
        font-size: 0.36rem;
        padding-bottom: 0.3rem;
    }
    .inside_doctor dl dd ul {
        padding: 0.12rem 0 0;
    }
    .inside_doctor dl dd ul li {
        font-size: 0.26rem;
        padding: 0.1rem 0;
    }
    /* inside_picture */
    .inside_picture {
        width: 100%;
        padding: 0 0.24rem;
    }

    .inside_pro_item {
        width: 100%;
        margin: 0 0 0.5rem 0;
        box-shadow: 0 0 0.15rem -0.1rem rgba(0, 0, 0, 1);
    }

    .inside_pro_item:hover {
        background-color: #fff;
        box-shadow: 0 0 0.3rem -0.1rem rgba(129, 129, 129, 1);
    }

    .inside_pro_item .pro_img {
        width: 100%;
        overflow: hidden;
        border-radius: 0.1rem;
    }

    .inside_pro_item .pro_text {
        height: 1rem;
        font-size: 0.3rem;
        line-height: 1rem;
        padding: 0 0.3rem;
    }

    /* inside-news */
    .inside_news {
        width: 100%;
        padding: 0 0.24rem;
    }

    .inside_news_item {
        width: 100%;
        border-radius: 0.1rem;
        padding: 0.3rem;
        margin-bottom: 0.5rem;
    }

    .inside_news_item:hover {
        box-shadow: 0 0 0.3rem -0.1rem rgba(129, 129, 129, 1);
    }

    .inside_news_item .inside_news_item_img {
        display: none;
    }

    .inside_news_item .inside_news_item_info h3 {
        font-size: 0.3rem;
        line-height: 0.6rem;
    }

    .inside_news_item .inside_news_item_info span {
        margin-bottom: 0.1rem;
        font-size: 0.24rem;
        line-height: 0.3rem;
    }

    .inside_news_item .inside_news_item_info p {
        margin-bottom: 0.1rem;
        font-size: 0.24rem;
        line-height: 0.4rem;
    }

    .inside_news_item .inside_news_item_info > a {
        width: 2rem;
        height: 0.7rem;
        font-size: 0.24rem;
        line-height: 0.7rem;
        border-radius: 0.1rem;
    }
}
