html,
body {
    margin: 0;
    width: 100%;
    /* height: 100%; */
}
.el-main {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    /* overflow: auto; */
    box-sizing: border-box;
}
@media screen and (min-width:768px) {
    .el-select-dropdown__wrap {
        margin-bottom: -14px !important;
        max-height: 410px;
    }

    .el-message-box {
        width: 300px;
        padding: 0;
        padding-bottom: 0;
    }

    .el-message-box__header {
        display: none;
    }

    .el-message-box__message {
        text-align: center;
    }

    .el-message-box__btns {
        text-align: center;
        padding: 0;
        border-top: inherit;
    }

    .pc-alert-btn {
        color: #ff6505 !important;
        width: 100% !important;
        background-color: #fff !important;
        border-color: #fff !important;
    }

    /* 面包屑 */
    .bread-nav {
        background: #f7f8fa;
        height: 56px;
        border-top: 1px solid #f2f2f2;
        line-height: 56px;
        padding: 0 60px;
    }

    .pc-div {
        position: relative;
        background: #f2f4f7;
        padding: 40px 0 80px;
        /* min-width: 1200px; */
    }

    .pc-container {
        width: 1200px;
        margin: 0 auto;
    }

    .pc-title h2 {
        text-align: left;
        font-size: 24px;
        color: #000;
        margin-bottom: 16px;
        font-weight: normal;
    }

    .pc-title h2 span {
        display: inline-block;
        width: 5px;
        height: 26px;
        font-size: 0;
        background: #ff7e00;
        margin-right: 10px;
        position: relative;
        top: 5px;
    }

    .pc-content {
        background-color: #fff;
        height: auto;
        padding: 30px 30px 0px 30px;
    }


    .pc-content .el-row {
        margin-bottom: 20px;
    }

    .content-label {
        font-size: 14px;
        text-align: center;
        vertical-align: middle;
        line-height: 40px;
    }

    .el-col {
        text-align: center;
    }

    .city-row {
        text-align: left;
    }

    .pc-content-list {
        background-color: #fff;
        height: auto;
        padding: 30px 0 30px 0;
    }

    /* 选择框 */
    .el-select {
        width: 100%;
    }

    .h-pagenums {
        margin-top: 20px;
    }

    .el-pagination.is-background .el-pager li:not(.disabled).active {
        background-color: #ff7e00;
        color: #FFF;
    }

    .el-input__suffix {
        top: 0px;
        right: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: row;
        align-content: flex-start;
    }

    .el-input--suffix .el-input__inner {
        white-space: nowrap;
        text-overflow: ellipsis;
        border-radius: 11px;
        padding-right: 25px;
    }

    .el-select .el-input__inner {
        cursor: pointer;
        padding-right: 25px;
        border-radius: 11px;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .el-select-dropdown__item.selected {
        color: #ff6505;
        font-weight: 700;
    }

    .el-range-editor.is-active,
    .el-range-editor.is-active:hover,
    .el-select .el-input.is-focus .el-input__inner {
        border-color: #ff7e00;
    }

    .el-select .el-input__inner:focus {
        border-color: #ff7e00;
    }

    .el-input.is-active .el-input__inner,
    .el-input__inner:focus {
        border-color: #ff7e00;
        outline: 0;
    }

    .el-button--primary:focus,
    .el-button--primary:hover {
        background: #ff7e00;
        border-color: #ff7e00;
        color: #FFF;
    }

    .hcm-ul {
        text-align: left;
    }

    /* 选择框 */
    .pc-aside {
        background-color: #f2f4f7;
        color: #333;
        text-align: center;
        width: 30%;
        height: 300px;
    }

    .pc-main {
        background-color: #f2f4f7;
        color: #333;
        text-align: center;
        width: 70%;
        padding: 0 20px;
    }

    .disert-list {
        display: block;
    }

    .city-list {
        line-height: 40px;
        text-align: center;
        display: block;
        float: left;
        list-style: none;
        white-space: nowrap;
    }

    .el-radio-button__inner:hover {
        color: #ff7e00;
    }

    .el-radio-button__inner {
        line-height: 20px;
        border: 0 !important;
        border-radius: 25px !important;
    }

    .el-radio-button__orig-radio:checked+.el-radio-button__inner {
        background-color: #ff7e00;
        border-color: #ff7e00;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .city-list-a:hover,
    .city-list-a.cur {
        color: #fff;
        background: #ff7e00;
    }


    .city-list-a {
        display: inline-block;
        line-height: 26px;
        padding: 0 20px;
        font-size: 14px;
        text-decoration: none;
        color: #999;
        border-radius: 26px;
        -moz-border-radius: 26px;
        -webkit-border-radius: 26px;
        cursor: pointer;
        outline: none;
        margin: 0;
        font-family: "微软雅黑";
    }

    .oversea-row {
        height: 80px;
        font-size: 14px;
        margin: 10px 0;
    }

    .hospital-tips {
        padding: 20px 0;
        border-top: 1px dashed #999;
    }

    .hospital-tips-right {
        text-align: left;
    }

    .hospital-tips-right p {
        color: #999;
        margin-top: 0;
        line-height: 28px !important;
        font-size: 10px;
        padding-left: 10px;
    }

    .hospital-tips-left h3 {
        color: #ff6505;
        line-height: 28px !important;
        margin-top: 0;
        display: inline-block;
        vertical-align: top;
        width: 60px;
        font-size: 10px;
    }

    .el-button--primary {
        color: #FFF;
        width: 200px;
        border-radius: 11px;
        background-color: #ff7e00;
        border-color: #ff7e00;
    }

    .comp-tabcontainer-tip p {
        color: #696969;
        line-height: 1.4rem;
        font-size: 12px;
    }

    .comp-tabcontainer-tip span {
        color: #101010;
        line-height: 1.4rem;
        font-size: 12px;
    }

    .baoSiYuYue {
        display: inline-block;
        width: 23px;
        height: 23px;
        vertical-align: middle;
        background-image: url('/static/img/highHospital/baoSiYuYue.png');
        background-size: 100% 100%;
    }

    .highHospitalPhone {
        display: inline-block;
        width: 16px;
        height: 20px;
        vertical-align: middle;
        margin: 0 2px;
        background-image: url('/static/img/highHospital/highHospitalPhone.png');
        background-size: 100% 100%;
    }

    .menZhenZhiFu {
        display: inline-block;
        width: 21px;
        height: 20px;
        vertical-align: middle;
        text-align: center;
        background-image: url('/static/img/highHospital/menZhenZhiFu.png');
        background-size: 100% 100%;
    }

    .overseas-hospital-tips {
        font-family: "微软雅黑";
        line-height: 1.6rem;
        font-size: 10px;
        text-align: left;
        text-indent: 2.5em;
    }

    .pc-hospital-list-title {
        border-bottom: 1px solid #ff7e00;
        height: 40px;
        color: #686868;
        line-height: 40px;
        padding: 0 0 10px;
    }

    .hospital-name-col {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        padding-left: 8px;
        line-height: 16px;
        color: #686868;
        font-size: 14px;
        background-color: #fff;
        min-height: 65px;
        height: auto;
        border-bottom: 1px solid #f2f2f2;
        padding: 20px 25px;
    }

    .hospital-address-col {
        display: flex;
        align-items: center;
        text-align: left;
        padding-left: 8px;
        line-height: 16px;
        color: #686868;
        font-size: 14px;
        background-color: #fff;
        min-height: 65px;
        height: auto;
        border-bottom: 1px solid #f2f2f2;
        padding: 10px 30px;
    }

    .hospital-sign {
        margin-top: 10px;
    }

    .pc-hospital-list .hospital-attribute {
        width: 34px;
        height: 17px;
        text-align: center;
        line-height: 18px;
        background: #1dc5c438;
        color: #1dc5c4;
        border-radius: 5px;
        border: 1px solid #1dc5c4;
        letter-spacing: 1px;
        margin: 5px 7px 5px 0;
        padding: 5px 4px;
        white-space: nowrap;
    }

    .pc-hospital-list .hospital-level {
        min-width: 34px;
        width: auto;
        height: 17px;
        text-align: center;
        line-height: 18px;
        background: #70ce4638;
        color: #70ce46;
        border: 1px solid #70ce46;
        border-radius: 5px;
        letter-spacing: 1px;
        margin: 5px 7px 5px 0;
        padding: 5px 4px;
        white-space: nowrap;
    }

    .pc-hospital-list .hospital-resident {
        min-width: 34px;
        width: auto;
        height: 17px;
        text-align: center;
        line-height: 18px;
        background: #fa561f1f;
        color: #fa561f;
        border: 1px solid #fa561f;
        border-radius: 5px;
        letter-spacing: 1px;
        margin: 5px 7px 5px 0;
        padding: 5px 4px;
        white-space: nowrap;
    }

    .pc-hospital-list .hospital-tedingyiliao {
        min-width: 34px;
        width: auto;
        height: 17px;
        text-align: center;
        line-height: 18px;
        background: #fa561f1f;
        color: #ed47a3;
        border: 1px solid #ed47a3;
        border-radius: 5px;
        letter-spacing: 1px;
        margin: 5px 7px 5px 0;
        padding: 5px 4px;
        white-space: nowrap;
    }

    /* 左侧导航条 */

    .hc-main-l {
        width: 220px;
        background: #fff;
    }

    .fl {
        float: left;
    }

    .hcm-ul>li.more {
        background: url(../../img/jump.png) no-repeat 196px 25px;
    }

    .hcm-ul>li {
        line-height: 58px;
        border-bottom: 1px solid #f2f2f2;
        font-size: 16px;
    }

    .hcm-ul>li.clk {
        background: url(../../img/down.png) no-repeat 196px 25px;
    }

    .hcm-ul>li.more {
        background: url(../../img/jump.png) no-repeat 196px 25px;
    }

    /* 左侧导航条 */
    .point-hospital .hc-main-r {
        position: relative;
    }

    .hc-main-r {
        width: 950px;
    }

    .fr {
        float: right;
    }


}
@media screen and (min-width:768px) and (max-width:1199px) {
    .pc-div {
        position: relative;
        background: #f2f4f7;
        padding: 80px 0;
        width: 100%;
    }

    .pc-container {
        width: 100%;
        margin: 0 auto;
    }

    .pc-title h2 {
        text-align: left;
        font-size: 24px;
        color: #000;
        margin-bottom: 16px;
        font-weight: normal;
    }

    .pc-title h2 span {
        display: inline-block;
        width: 5px;
        height: 26px;
        font-size: 0;
        background: #ff7e00;
        margin-right: 10px;
        position: relative;
        top: 5px;
    }

    .pc-content {
        background-color: #fff;
        height: auto;
        padding: 24px 24px 0px 24px;
    }


    .pc-content .el-row {
        margin-bottom: 20px;
    }

    .content-label {
        font-size: 14px;
        text-align: center;
        vertical-align: middle;
        line-height: 40px;
    }

    .el-col {
        text-align: center;
    }

    .city-row {
        text-align: left;
    }

    .pc-content-list {
        background-color: #fff;
        height: auto;
        padding: 30px 0 30px 0;
    }
    .health_info_query_content{
        min-height: 50px;
        margin-bottom: -14px;
    }
}
@media screen and (max-width:767px) {
        
    /* #app {
        width: 100%;
        height: 100%;
    } */

    .el-header {
        padding: 0;
        height: auto !important;
    }

    .el-message-box {
        width: 300px;
        padding-bottom: 0;
    }

    .el-message-box--center {
        padding-bottom: 0;
    }

    .el-message-box--center .el-message-box__header {
        padding-top: 0;
        display: none;
    }

    .el-message-box__btns {
        padding: 0;
    }

    .mobile-alert-btn {
        width: 100%;
    }

    .el-main {
        padding: 0 15px;
        width: 100%;
        background-color: #f7f7f7;
    }

    .el-button--primary {
        color: #FFF;
        background-color: #ff6505;
        border-color: #ff6505;
    }

    .macro-subpagetitle {
        font-weight: 500;
        border-left: 0.3rem solid #ff6505;
        line-height: 1;
        padding-left: 0.5rem;
        font-size: 18px;
        margin-top: 0;
        margin-bottom: 1.5rem;
    }

    .mobile-container {
        height: 100vh;
        /* padding:0 1.5rem; */
        overflow-y: auto;
    }

    .switch-location-wrapper {
        text-align: center;
    }

    .switch-location {
        font-size: 1rem;
        font-weight: 600;
        border: 0;
        background-color: #f7f7f7;
        color: #333;
    }

    .switch-location>.el-icon-location-outline {
        color: #ff6505;
        display: inline-block;
        font-weight: bold;
        font-style: normal;
    }

    .switch-location>.el-icon-arrow-down {
        color: #ff6505;
        display: inline-block;
        font-weight: bold;
        font-style: normal;
    }

    /* elementui select */
    .el-select {
        display: block;
        position: relative;
        height: 28px;
    }

    .el-input__prefix,
    .el-input__suffix {
        height: 28px;
    }

    .el-input__suffix {
        top: 0px;
        right: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: row;
        align-content: flex-start;
    }

    .el-input--suffix .el-input__inner {
        line-height: 28px;
        height: 28px;
        text-align: center;
        white-space: nowrap;
        text-overflow: ellipsis;
        border-radius: 20px;
        padding-right: 25px;
    }

    .el-input__inner {
        padding: 0px 5px;
    }

    .el-input__icon {
        line-height: 30px;
    }

    .el-select-dropdown {
        width: 100%;
    }

    .el-select-dropdown__item {
        color: #666;
        font-size: 14px;
        white-space: normal;
        overflow: visible;
        padding: 0 4px;
        height: 30px;
        width: 100%;
        line-height: 30px;
        display: inline-block;
        text-align: center;
    }

    .el-select-dropdown__item.selected {
        color: #ff6505;
        font-weight: 700;
    }

    /* elementui select */

    .el-input--prefix .el-input__inner {
        height: 28px;
        line-height: 28px;
        border-radius: 30px;
        padding-right: 50px;
    }

    .el-button--primary:focus,
    .el-button--primary:hover {
        background: #ff7e00;
        border-color: #ff7e00;
        color: #FFF;
    }

    .searchButton {
        background-color: #ff7e00;
        color: #fff;
        position: absolute;
        width: 50px;
        height: 28px;
        padding: 0;
        line-height: 28px;
        font-size: 14px;
        text-align: center;
        right: 0px;
        border-radius: 30px;
        border: 0;
    }

    .bg-search .el-input__inner {
        text-align: left;
        font-size: 16px;
    }

    .bg-search .el-input__suffix {
        display: block;
        width: 56px;
        background: #ff7e00;
        border-radius: 20px;
        color: #fff;
    }

    .baoSiYuYue {
        display: inline-block;
        width: 23px;
        height: 23px;
        vertical-align: middle;
        background-image: url('/static/img/highHospital/baoSiYuYue.png');
        background-size: 100% 100%;
    }

    .highHospitalPhone {
        display: inline-block;
        width: 16px;
        height: 20px;
        vertical-align: middle;
        margin: 0 2px;
        background-image: url('/static/img/highHospital/highHospitalPhone.png');
        background-size: 100% 100%;
    }

    .menZhenZhiFu {
        display: inline-block;
        width: 21px;
        height: 20px;
        vertical-align: middle;
        text-align: center;
        background-image: url('/static/img/highHospital/menZhenZhiFu.png');
        background-size: 100% 100%;
    }

    .comp-tabcontainer-tip h3 {
        color: #ff6505;
        line-height: 20px !important;
        font-size: 13px;
        margin-block-start: 0;
    }

    .comp-tabcontainer-tip p {
        color: #696969;
        line-height: 20px !important;
        font-size: 12px;
    }

    .comp-tabcontainer-tip span {
        /* color: #101010; */
        line-height: 20px;
        font-size: 12px;
    }

    .comp-tabcontainer-tip .baoSiYuYue {
        display: inline-block;
        width: 18px;
        height: 18px;
        vertical-align: middle;
        background-image: url('/static/img/highHospital/baoSiYuYue.png');
        background-size: 100% 100%;
    }

    .comp-tabcontainer-tip .highHospitalPhone {
        display: inline-block;
        width: 12px;
        height: 16px;
        margin: 0 2px;
        vertical-align: top;
        background-image: url('/static/img/highHospital/highHospitalPhone.png');
        background-size: 100% 100%;
    }

    .comp-tabcontainer-tip .menZhenZhiFu {
        display: inline-block;
        width: 18px;
        height: 17px;
        vertical-align: top;
        background-image: url('/static/img/highHospital/menZhenZhiFu.png');
        background-size: 100% 100%;
    }

    .el-row {
        margin-bottom: 15px;
    }

    .el-col {
        border-radius: 4px;
    }

    .bg-purple-dark {
        background: #99a9bf;
    }

    .bg-purple {
        background: #d3dce6;
    }

    .bg-purple-light {
        background: #e5e9f2;
    }

    .grid-content {
        font-size: 14px;
        color: #333;
        text-align: left;
        height: 28px;
        line-height: 28px;
        vertical-align: middle;
    }

    .row-bg {
        padding: 10px 0;
        background-color: #f9fafc;
    }

    .hospital-list-item {
        color: #4c4c4c;
        background: #fff;
        position: relative;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 1rem;
        padding: 1.2rem 0.6rem;
    }

    .hospital-label {
        width: 100%;
        font-size: 12px;
        min-height: 30px;
        line-height: 40px;
        display: block;
        margin: 10px 0;
        height: auto;
    }

    .hospital-label .hospital-attribute {
        width: 34px;
        height: 17px;
        text-align: center;
        line-height: 18px;
        background: #1dc5c438;
        color: #1dc5c4;
        border-radius: 5px;
        border: 1px solid #1dc5c4;
        letter-spacing: 1px;
        margin: 5px 7px 5px 0;
        padding: 5px 4px;
        white-space: nowrap;
    }

    .hospital-label .hospital-level {
        min-width: 34px;
        width: auto;
        height: 17px;
        text-align: center;
        line-height: 18px;
        background: #70ce4638;
        color: #70ce46;
        border: 1px solid #70ce46;
        border-radius: 5px;
        letter-spacing: 1px;
        margin: 5px 7px 5px 0;
        padding: 5px 4px;
        white-space: nowrap;
    }

    .hospital-label .hospital-resident {
        min-width: 34px;
        width: auto;
        height: 17px;
        text-align: center;
        line-height: 18px;
        background: #fa561f1f;
        color: #fa561f;
        border: 1px solid #fa561f;
        border-radius: 5px;
        letter-spacing: 1px;
        margin: 5px 7px 5px 0;
        padding: 5px 4px;
        white-space: nowrap;
    }

    .hospital-label .hospital-tedingyiliao {
        min-width: 34px;
        width: auto;
        height: 17px;
        text-align: center;
        line-height: 18px;
        background: #fa561f1f;
        color: #ed47a3;
        border: 1px solid #ed47a3;
        border-radius: 5px;
        letter-spacing: 1px;
        margin: 5px 7px 5px 0;
        padding: 5px 4px;
        white-space: nowrap;
    }

    .hospital-list-item>p {
        margin: 0;
        padding: 0;
        display: block;
        font-size: 12px;
        color: #101010;
        min-height: 17px;
        height: auto;
        line-height: 21px;
    }

    .overseasList {
        margin-top: 10px;
    }

    .overseasList>p {
        margin: 0;
        padding: 0;
        display: block;
        font-size: 12px;
        color: #101010;
        min-height: 17px;
        height: auto;
        line-height: 21px;
    }

    .loading {
        width: 100%;
        height: 1rem;
        line-height: 1rem;
        font-size: 0.8rem;
        vertical-align: middle;
        text-align: center;
    }

    .no-more {
        width: 100%;
        height: 1rem;
        line-height: 1rem;
        font-size: 0.8rem;
        vertical-align: middle;
        text-align: center;
    }
}

