body {
    padding: 0;
    margin: 0;
    color: rgba(0,0,0,.85);
    background: #f5f7fa;
    font-size: 14px;
    /*overflow-y: auto !important;*/
}
.bg-gray {
    background: #f4f4f4;
    padding-bottom: 20px;
}
ul {
    list-style: none;
    margin: 0;
}
.text-hide {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 18px;
    text-align: justify;
    /*white-space: normal;*/
}
.v-line {
    display: block;
    width: 1px;
    height: 16px;
    background: #eeeeee;
}
.tdu {
    text-decoration: underline;
}
.c-base {
    color: #409EFF;
}
.c-base.hover:hover {
    color: #3b8de7;
}
a {
    text-decoration: none;
    color: #409EFF;
    cursor: pointer;
}
a:hover {
    text-decoration: underline;
}
.bs {
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1)
}

.mrc{
    max-width: 1200px;
    margin: 0 auto;
}
/*渐变颜色*/
.gradient-text1{
    background-image:-webkit-linear-gradient(128deg,#007bff,#51f9fb);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.gradient-bg1 {
    background-image:-webkit-linear-gradient(128deg,#007bff,#51f9fb);
}
.gradient-text2{
    background-image:-webkit-linear-gradient(45deg,#ffdf48,#ff560b);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.gradient-bg2 {
    background-image:-webkit-linear-gradient(45deg,#ffdf48,#ff560b);
}
.gradient-text3{
    background-image:-webkit-linear-gradient(45deg,#8874f3,#cfa6ff);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.gradient-bg3 {
    background-image: -webkit-linear-gradient(128deg, #3be5ba, #15e9e5);
}
.gradient-text4{
    background-image: -webkit-linear-gradient(128deg, #3be5ba, #15e9e5);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.gradient-bg4 {
    background-image:-webkit-linear-gradient(45deg,#21c662,#36f4c9);
}

.gradient-text5{
    background-image:-webkit-linear-gradient(45deg,#fe9b33,#ffc979);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.gradient-text5_1{
    background-image:-webkit-linear-gradient(rgba(255,255,255,1),rgba(255,255,255,.5));
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.gradient-bg5 {
    background-image:-webkit-linear-gradient(45deg,#fe9b33,#ffc979);
}

.gradient-text6{
    background-image:-webkit-linear-gradient(45deg,#1a8aff,#5bacff);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.gradient-text6_1{
    background-image:-webkit-linear-gradient(45deg,#1a8aff, #ffffff);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.gradient-bg6 {
    background-image:-webkit-linear-gradient(45deg,#1a8aff,#5bacff);
}

.gradient-text7{
    background-image:-webkit-linear-gradient(45deg, #00d9c7, #74fff4);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.gradient-text7_1{
    background-image:-webkit-linear-gradient(45deg,#00d9c7, #ffffff);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.gradient-bg7 {
    background-image:-webkit-linear-gradient(45deg,#00d9c7, #74fff4);
}

.gradient-text8{
    background-image:-webkit-linear-gradient(45deg, #ea37ff, #f6a6ff);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.gradient-text8_1{
    background-image:-webkit-linear-gradient(45deg,#ea37ff, #ffffff);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.gradient-bg8 {
    background-image:-webkit-linear-gradient(45deg,#ea37ff, #f6a6ff);
}
/*问诊历史*/
.inquiry {
    padding-bottom: 12px;
    border-bottom: 1px dashed #e1e1e1;
}
.inquiry:last-child {
    border-bottom: none;
}
.inquiry .list {
    cursor: pointer;
}
.inquiry .list .text {
    font-size: 14px;
}
.inquiry .list .iconfont {
    margin-right: 20px;
    font-size: 36px;
}
.inquiry .icon-wen {
    color: #00c2c9;
}
.inquiry .list.doctor .text {
    background: #f6f6f6;
    padding: 4px 8px;
}
.inquiry .icon-da {
    color: #f3c200;
}
/*后台管理样式*/
#app.is-manage {
    height: 100vh;
}


/*element-ui 样式覆盖*/



/*面包屑导航覆盖*/
/*.breadcrumb-box {*/
    /*background: #ffffff;*/
    /*border-top: 2px solid #00bbd3;*/
/*}*/
#app .el-breadcrumb {
    line-height: 40px;
}
/*.el-breadcrumb .iconfont {*/
    /*font-size: 12px;*/
/*}*/

#app .el-breadcrumb__inner a, #app .el-breadcrumb__inner.is-link {
    font-weight: normal;
    color: #333333;
    cursor: pointer;
}
#app .el-breadcrumb__inner a:hover, #app .el-breadcrumb__inner.is-link:hover {
    font-weight: normal;
    color: #00a7ae;
}
/*卡片样式覆盖*/
.box-card .el-card__header .iconfont {
    font-size: 18px;
}
.el-card__header {
    padding: 12px 20px !important;
    background: rgba(64,158,255,.1);
}
.el-tabs--border-card>.el-tabs__header {
    background: rgba(64,158,255,.1) !important;
}
.box-card-nav .el-tabs__item {
    height: 48px !important;
    line-height: 48px !important;
}
/*管理菜单导航样式覆盖*/
#manage .el-submenu__title,
#manage .el-menu-item{
    font-size: 16px;
    display: flex;
    align-items: center;
}
#manage .el-submenu__title .iconfont,
#manage .el-menu-item>.iconfont
{
    font-size: 24px;
    width: 32px;
    display: inline-block;
}
#manage .el-submenu .el-menu-item {
    font-size: 14px;
}
#manage .el-submenu__title {
    display: flex;
    align-items: center;
}
#manage .el-submenu__icon-arrow {
    margin-top: -12px;
    font-size: 16px;
}
#manage-doctor .el-submenu__title .iconfont{
    font-size: 16px;
    width: 24px;
}
#manage .el-main {
    padding: 0 20px 20px;
}
.el-row {
    position: static !important;
}
.header-wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}
.header-wrap.fixed {
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
    overflow: hidden;
}
/*电脑端网站头部*/
.header {
    padding: 10px 0;
    background: transparent;
    transition: all .5s ease;
    color: white;
}

.fixed .header {
    /*background: rgba(0, 16, 31, 0.8);*/
    background: rgba(255, 255, 255, 1);
    border-bottom: 1px solid #cdcdcd;
}

.header .logo img {
    height: 3rem;
    margin-top: 5px;
    margin-left: 90px;
}

.header .input-with-select {
    border: 2px solid #409EFF;
    border-radius: 3rem;
}

.header .input-with-select input {
    border-radius: 3rem 0 0 3rem !important;
    border: none;
}

.header .input-with-select .el-input-group__append {
    border-radius: 0 3rem 3rem 0;
    border: none;
    background: linear-gradient(30deg, #3ad5fd, #409EFF);
    color: white;
    width: 6rem;
}
.header .input-with-select .el-input-group__append button {
    width: 6rem;
    text-align: center;
}
.fixed .header .kong{
    position: absolute;
    /*left: 0;*/
    width: 100%;
    height: 30px;
    background: transparent;
    /*float: left;*/

}
.zx-menu-box .menu-item{
    color: white;
    font-size: 16px;
    padding: 8px 24px;
    /*margin: 0 10px;*/
    cursor: pointer;
    border-radius: 26px;
    font-weight: bold;
    background-image: none;
    transition: all .3s ease;
}
.fixed .zx-menu-box .menu-item{
    color: #000000;
    position: relative;

}
.fixed .zx-menu-box .menu-item.hover,.fixed .zx-menu-box .menu-item:hover{
    color: #2c80d6;
}
.fixed .zx-menu-box .menu-item.hover.active,.fixed .zx-menu-box .menu-item.active{
    color: white;
}
.fixed .zx-menu-box .menu-item:before{
    content: '';
    position: absolute;
    bottom: -36px;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    display: block;
    border: 1px solid #cdcdcd;
    transform:translateX(-50%) rotate(45deg);
    background: #ffffff;
    left: 50%;
    opacity: 0;
    transition: opacity .3s ease;
}
.fixed .zx-menu-box .menu-item:nth-child(1):after,
.fixed .zx-menu-box .menu-item:nth-child(1):before{
    display: none;
}
.fixed .zx-menu-box .menu-item:after{
    content: '';
    position: absolute;
    bottom: -39px;
    width: 40px;
    height: 20px;
    display: block;
    background: #ffffff;
    transform:translateX(-50%);
    left: 50%;
    opacity: 0;
    z-index: 3;
    transition: opacity .3s ease;
}
.fixed .zx-menu-box .menu-item.hover:before{
    opacity: 1;
}
.fixed .zx-menu-box .menu-item.hover:after{
    opacity: 1;
}
.zx-menu-box .menu-item.active{
    color: #ffffff;
    background-image:-webkit-linear-gradient(80deg,#1a8aff, #48c5d8);
}
.header-wrap .second-box {
    /*position: relative;*/
}
.header-wrap .second-box,.header-wrap .third-box {
    width: 100vw;
    background: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease;
}
.header-wrap .second-box .second-name {
    display: flex;
}
.header-wrap .second-box .second-name > a {
    padding: 35px 20px;
    text-decoration: none;
    font-size: 16px;
    color: #333333;
    transition: color .3s ease;
}
.header-wrap .second-box .second-name > a:hover,
.header-wrap .second-box .second-name > a.active {
    cursor: pointer;
    color: #409EFF;
    border-bottom: 2px solid #409EFF;
}
.header-wrap .second-box.show {
    max-height: 400px;
}
.header-wrap .third-box {
    /*width: 100vw;*/
    background: #ffffff;
    /*box-shadow: 0 0 0 10px rgba(0,0,0,.2);*/

}
.header-wrap .third-box.show {
    max-height: 400px;
}
.header-wrap .third-box .img-box {
    width: 150px;
    height: 150px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px;
}
.header-wrap .third-box img {
    width: 100%;
}
.header-wrap .third-box .third-item {
    margin: 20px 15px;
    padding: 10px;
    border-radius: 8px;
    transition: all .3s ease;
}
.header-wrap .third-box .third-item:hover {
    background: #ffffff;
    box-shadow: 2px 2px 10px rgba(0,0,0,.08);
    cursor: pointer;
    color: #007bff;
}
/*移动端网站头部*/
.header-mobile {
    width: 100%;
    /*background: rgba(255,255,255,.9);*/
    background: rgba(0, 16, 31, 0.8);
    transition: all .3s ease;
    color: white;
}
.header-mobile .logo {
    padding: 10px 0;
}
.header-mobile .logo img{
    height: 2rem;
    margin-left: 15px;

}
.header-mobile .mobile-menu {
    width: 100vw;
    background: #ffffff;
    max-height: 0;
    overflow: hidden;
    transition: all .3s ease;
}
.header-mobile .mobile-menu.show {
    max-height: 245px;
}
.header-mobile .mobile-menu .menu-item {
    color: #333333;
}
.header-mobile .mobile-menu .title{
    color: #4a4a4a;
}
.el-icon-circle-close {
    color: #FFFFFF;
}
.animate__animated {
    -webkit-animation-fill-mode:none !important;
    animation-fill-mode: none !important;
}
strong {
    font-weight: bold !important;
}
/*内页二级导航*/
.inner-banner {
    width: 100%;
    height: 500px;
    overflow: hidden;
}
.inner-banner .el-image {
    width: 100%;
    height: 100%;
}
.second-nav {
    border-bottom: 1px solid #dbdbdb;
}
.second-nav .nav-item {
    padding: 15px 15px 20px 15px;
    cursor: pointer;
    transition: all .3s ease;
    position: relative;
    font-size: 16px;
    font-weight: bold;
}
.second-nav .nav-item:hover {
    color: #00c8fd;
}
.second-nav .nav-item:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: 0;
    background: #00c8fd;
    transition: width .5s;
}
.second-nav .nav-item.active {
    color: #00c8fd;
}
.second-nav .nav-item.active:after {
    width: calc(100% - 30px);
}
p {
    text-indent: 2em;
    line-height: 36px;
    margin: 20px 0 !important;
    font-size: 16px;
    text-align: justify;
}
p.no-indent {
    text-indent: 0
}
.content-view {
    padding: 40px 0;
}
@media screen and (max-width: 1024px) {
    .inner-banner {
        width: 100%;
        height: 200px;
    }
    .bread {
        padding-left: 15px;
    }
    .mobile-mask {
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0,0,0,0);
        z-index: 99;
        transition: all .3s ease;
        pointer-events: none;
    }
    .mobile-mask.show{
        background: rgba(0,0,0,.7);
        pointer-events: auto;
    }
    .header-wrap .second-box.show {
        border-top: 2px solid #d6d6d6;
    }
    .header-wrap .second-box .second-name {
        flex-direction: column;
        width: 100%;
        padding: 0 15px;
    }
    .header-wrap .second-box .second-name > a {
        font-size: 14px;
        padding: 0;
        border-bottom: 1px solid #f4f4f4;
        line-height: 46px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .header-wrap .second-box .second-name > a:hover {
        border-bottom: 1px solid #f4f4f4;
    }
    .header-wrap .second-box .second-name > a:active {
        border-bottom: 1px solid #f4f4f4;
    }
    .header-wrap .second-box .second-name > a:last-child {
        border-bottom: none;
    }
    .content-view {
        padding: 20px 0;
    }
}
@media screen and (max-width: 1366px) {
    /*.header .logo img {*/
        /*height: 2rem;*/
        /*margin-left: 60px;*/
    /*}*/
    /*.zx-menu-box .menu-item{*/
        /*font-size: 14px;*/
        /*padding: 5px 16px;*/
        /*margin: 0;*/
    /*}*/

}