.health_info_query_content {
    min-height: 400px;
    /* width: 950px; */
    background: #fff;
    /*box-shadow: 0px 0px 10px #eaeaea;*/
    box-sizing: border-box;
    padding: 30px 40px 20px;
}
.macro-subpagetitle {
    font-weight: 500;
    border-left: 0.3rem solid #ff6505;
    line-height: 1;
    padding-left: 0.5rem;
    font-size: 1.8rem;
    margin-bottom: 2rem;
}
/* ::v-deep .table_header{
    background-image: linear-gradient(135deg, #FFA15A 0%, #FF6607 100%) !important;
    color:#686868;
    font-weight:400;
} */
::v-deep .el-table .el-table__header-wrapper thead tr{
    background-image: 'linear-gradient(135deg, #FFA15A 0%, #FF6607 100%)' !important;
    color: #686868;
    font-weight: 400;
}