@-webkit-keyframes popFadeIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes popFadeIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@font-face {
    font-family: 'iconfont';
    src: url("../fonts/iconfont.ttf") format("truetype")
}

@font-face {
    font-family: 'iconfont';
    src: url("../fonts/font_2119195_czlibszbiph.ttf") format("truetype")
}

html,
body {
    height: 100%
}

body,
input,
textarea,
label {
    font: 15px/1.8 'Microsoft YaHei', Arial, Helvetica, sans-serif
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none
}

a {
    color: #666;
    font-size: 15px
}

a:active {
    color: #b8905f
}

p {
    line-height: 1.5
}

input[disabled] {
    background-color: #f4f4f4;
    color: #666
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: #f2f2f2
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    background-color: #f8f8f8
}

::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #c9c9c9
}

.iconfont {
    font-family: "iconfont";
    font-size: 16px;
    font-style: normal
}

.clearfix {
    *zoom: 1
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    clear: both
}

.fl {
    float: left
}

.fr {
    float: right
}

.hidden {
    display: none
}

.mui-scrollbar-indicator {
    border: 0
}

.hidden-scroll {
    height: 100%;
    overflow: hidden
}

.graybg {
    background-color: #efeff4 !important;
    padding-bottom: 0 !important
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.mt10 {
    margin-top: 10px
}

.mt15 {
    margin-top: 15px
}

.mt20 {
    margin-top: 20px
}

.pt20 {
    padding-top: 20px
}

.pt10 {
    padding-top: 10px
}

.pdlr {
    padding-left: 15px !important;
    padding-right: 15px !important
}

.mglr {
    margin-left: 15px !important;
    margin-right: 15px !important
}

.negative-mt15 {
    margin-top: -15px
}

.negative-ml15-mr15 {
    margin-left: -15px;
    margin-right: -15px
}

.negative-ml30-mr30 {
    margin-left: -30px;
    margin-right: -30px
}

.zygzs-content-wrap {
    background-color: #fff;
    padding: 20px 15px
}

.zygzs-content-wrap>.second-nav {
    padding-left: 0;
    padding-right: 0
}

.whitebg {
    background-color: #fff !important
}

.mui-input-group .mui-input-row {
    height: 46px;
    line-height: 46px
}

.mui-input-row label {
    padding: 15px
}

.mui-btn-block,
.mui-input-row label,
.mui-input-row select,
.mui-input-row input {
    font-size: 15px
}

.mui-btn,
button,
input[type=button],
input[type=reset],
input[type=submit] {
    font-size: 15px;
    border-width: 0
}

.mui-btn-outlined {
    border-width: 1px
}

.noshadow .mui-bar-nav {
    -webkit-box-shadow: none;
    box-shadow: none
}

.main .mui-backdrop {
    display: none;
    z-index: 1
}

.mui-segmented-control {
    height: 45px;
    line-height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: none;
    border-left: 1px solid #e4e4e4
}

.mui-segmented-control.mui-segmented-control-inverted {
    height: 55px;
    line-height: 55px
}

.mui-segmented-control.mui-segmented-control-inverted .mui-control-item {
    line-height: 55px
}

.mui-segmented-control.mui-segmented-control-inverted .mui-control-item.mui-active {
    color: #b8905f;
    border: none
}

.mui-segmented-control.mui-segmented-control-inverted .mui-control-item.mui-active:after {
    opacity: 1
}

.mui-segmented-control .mui-control-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e4e4e4;
    border-left: none;
    color: #333;
    font-size: 14px;
    line-height: 45px
}

.mui-segmented-control .mui-control-item.mui-active {
    border-top: 2px solid #b8905f;
    border-bottom-color: #fff;
    background-color: #fff;
    color: #b8905f
}

.card-list .mui-card:last-child {
    margin-bottom: 0
}

.mui-card {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: auto;
    margin-bottom: 10px;
    border-bottom: 1px solid #f2f2f2
}

.mui-card-footer {
    color: #9c9c9c
}

.mui-card-content-inner {
    display: block
}

.mui-card-content-inner span {
    display: block;
    color: #999
}

.mui-card-content-inner img {
    width: 100%;
    height: 70vw;
    -o-object-fit: cover;
    object-fit: cover
}

.mui-card-content-inner h4 {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5
}

.alert {
    padding: 8px 35px 8px 14px;
    height: 43px;
    opacity: 1;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    border-radius: 4px;
    -webkit-transition: height 300ms, opacity 300ms, padding 300ms, margin-bottom 300ms;
    transition: height 300ms, opacity 300ms, padding 300ms, margin-bottom 300ms
}

.alert,
.alert h4 {
    color: #c09853
}

.alert h4 {
    margin: 0
}

.alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 20px
}

.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-success h4 {
    color: #468847
}

.alert-danger,
.alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7
}

.alert-danger h4,
.alert-error h4 {
    color: #b94a48
}

.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-info h4 {
    color: #3a87ad
}

.alert-block {
    padding-top: 14px;
    padding-bottom: 14px
}

.alert-block>p,
.alert-block>ul {
    margin-bottom: 0
}

.alert-block p+p {
    margin-top: 5px
}

.alert.hide {
    height: 0;
    opacity: 0;
    padding: 0 35px 0 14px;
    margin-bottom: 0
}

.block-loading {
    display: block;
    background: url(../img/loadingex.gif) center no-repeat;
    width: 100%;
    height: 350px;
    background-size: 20%
}

.msg {
    text-align: center;
    padding: 15px 0;
    color: #0062CC
}

.msg .success {
    color: #4caf50
}

.msg .error,
.msg.red {
    color: #e33
}

.msg.gray {
    color: #ccc
}

.msg .skip {
    color: #999
}

.msg i {
    font-size: 80px !important;
    color: inherit;
    font-family: "iconfont" !important;
    display: block
}

.msg strong {
    display: block;
    font-size: 16px;
    color: #999
}

.msg span {
    display: block;
    font-size: 16px;
    color: #666;
    margin-top: 5px
}

.mui-popup-title+.mui-popup-text {
    text-align: left
}

.mui-popup-title+.mui-popup-text i {
    font-style: normal
}

.mui-popup-title+.mui-popup-text i.red {
    color: #ea5a54
}

.ajax-pager {
    padding: 18px 15px
}

.ajax-pager .loading,
.ajax-pager .loading:active {
    border: 1px solid #999;
    color: #666
}

.ajax-pager .load-more-btn {
    display: block;
    line-height: 38px;
    height: 40px;
    border: 1px solid #b8905f;
    color: #b8905f;
    text-align: center;
    font-size: 13px;
    -webkit-box-shadow: 0px 1px 10px rgba(184, 144, 95, 0.29);
    box-shadow: 0px 1px 10px rgba(184, 144, 95, 0.29)
}

.ajax-pager .load-more-btn:active {
    background: #b8905f;
    color: #fff
}

.ajax-pager .load-more-btn.disabled {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #999;
    font-size: 16px
}

.ajax-pager .load-more-btn span {
    font-size: 20px;
    vertical-align: middle
}

.ajax-pager .load-more-btn span:before {
    position: relative;
    top: -2px;
    left: -5px;
    font-size: 18px
}

.mui-preview-image.mui-fullscreen {
    position: fixed;
    z-index: 20;
    background-color: #000
}

.mui-preview-image.mui-fullscreen * {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.mui-preview-header,
.mui-preview-footer {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 10
}

.mui-preview-header {
    height: 44px;
    top: 0
}

.mui-preview-footer {
    height: 50px;
    bottom: 0px
}

.mui-preview-header .mui-preview-indicator {
    display: block;
    line-height: 25px;
    color: #fff;
    text-align: center;
    margin: 15px auto 4;
    width: 70px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 12px;
    font-size: 16px
}

.mui-preview-image {
    display: none;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.mui-preview-image.mui-preview-in {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

.mui-preview-image.mui-preview-out {
    background: none;
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

.mui-preview-image.mui-preview-out .mui-preview-header,
.mui-preview-image.mui-preview-out .mui-preview-footer {
    display: none
}

.mui-zoom-scroller {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    -webkit-backface-visibility: hidden
}

.mui-zoom {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.mui-slider .mui-slider-group .mui-slider-item img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.mui-android-4-1 .mui-slider .mui-slider-group .mui-slider-item img {
    width: 100%
}

.mui-android-4-1 .mui-slider.mui-preview-image .mui-slider-group .mui-slider-item {
    display: inline-table
}

.mui-android-4-1 .mui-slider.mui-preview-image .mui-zoom-scroller img {
    display: table-cell;
    vertical-align: middle
}

.mui-preview-loading {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none
}

.mui-preview-loading.mui-active {
    display: block
}

.mui-preview-loading .mui-spinner-white {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    height: 50px;
    width: 50px
}

.mui-preview-image img.mui-transitioning {
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease
}

p img {
    max-width: 100% !important;
    height: auto
}

.mui-slider-img-content {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    color: white;
    text-align: center;
    line-height: 21px
}

body {
    overflow-x: hidden;
    min-width: 320px;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.mui-bar-nav~.mui-content {
    padding-top: 54px
}

.mui-content-weixin {
    padding-bottom: 51px
}

.mui-checkbox input[type=checkbox]:checked:before,
.mui-radio input[type=radio]:checked:before {
    color: #b8905f
}

.mui-btn-primary {
    background-color: #b8905f;
    border-color: #b8905f
}

.mui-btn-primary:enabled:active {
    background-color: #1678ad;
    border-color: #1678ad
}

.mui-btn.disabled,
.mui-btn.disabled:active {
    color: #777 !important;
    background-color: #ddd !important;
    opacity: .6
}

.md_mask {
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .5s linear 0s;
    transition: opacity .5s linear 0s;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    visibility: hidden;
    background: #000;
    opacity: 0;
    z-index: 1000
}

.md_mask.show {
    visibility: visible;
    opacity: 0.25
}

.md_panel {
    -webkit-transition: -webkit-transform .3s ease-in-out 0s;
    transition: -webkit-transform .3s ease-in-out 0s;
    transition: transform .3s ease-in-out 0s;
    transition: transform .3s ease-in-out 0s, -webkit-transform .3s ease-in-out 0s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1100;
    background-color: #F7F7F7;
    font-family: Tahoma, arial, verdana, sans-serif;
    -webkit-user-select: none
}

.md_panel.show {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.md_panel a {
    text-decoration: none
}

.md_selectarea {
    display: block;
    width: 50%;
    position: relative;
    float: left
}

.md_head {
    height: 40px;
    line-height: 40px;
    overflow: hidden
}

.md_head a {
    border: none;
    padding: 0
}

.md_body {
    position: relative;
    height: 239px
}

.md_headtext {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 1.125em;
    color: #333
}

.md_prev,
.md_next {
    position: absolute;
    top: 0;
    font-family: arial;
    font-size: 1.6em;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center
}

.md_prev {
    left: 0
}

.md_next {
    right: 0
}

.md_weekarea {
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-bottom: 1px solid #b8905f;
    overflow: hidden
}

.md_weekarea li,
.md_datearea li {
    float: left;
    width: 14.2857%;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    line-height: 34px
}

.md_weekarea .weekend {
    color: #B94A48;
    font-weight: bold
}

.md_weekarea li,
.md_prev,
.md_next {
    color: #b8905f
}

.md_prev,
.md_next {
    font-family: simsun
}

.md_datearea {
    position: absolute;
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-transition: -webkit-transform .2s ease-in;
    transition: -webkit-transform .2s ease-in;
    transition: transform .2s ease-in;
    transition: transform .2s ease-in, -webkit-transform .2s ease-in;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.md_datearea li.current {
    background-color: #b8905f;
    color: #FFF
}

.md_datearea li span {
    display: inline-block;
    width: 100%;
    height: 100%
}

.md_datearea li span.current {
    background-color: #b8905f;
    color: #FFF
}

.md_foot {
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: center
}

.md_foot .md_ok,
.md_foot .md_cancel {
    display: none
}

.out_left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.out_right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.prevdate,
.nextdate {
    color: #999
}

.md_panel .disabled {
    color: #C6C6C6
}

.mui-icon-loop:before {
    position: relative;
    top: -2px
}

.picvote {
    overflow: hidden;
    margin: 0 -1%
}

.picvote li {
    float: left;
    width: 48%;
    margin: 0 1% 25px 1%;
    text-align: center;
    background: #f5f5f5;
    overflow: hidden
}

.picvote li a {
    display: block;
    line-height: 0;
    overflow: hidden
}

.picvote li img {
    display: block;
    height: 120px;
    margin: auto
}

.picvote li span {
    display: block;
    line-height: 40px
}

.txtvote li {
    border-bottom: 1px dashed #ddd;
    line-height: 40px;
    padding-left: 20px;
    overflow: hidden
}

.txtvote li:hover {
    background: #f4f4f4
}

.txtvote span {
    float: left
}

.txtvote .perbg {
    width: 55%;
    background: #ddd;
    line-height: 1;
    height: 14px;
    overflow: hidden;
    margin: 13px 0
}

.txtvote .option {
    width: 35%
}

.txtvote .optionval {
    width: 10%;
    text-align: right
}

.vote-btn {
    text-align: center;
    margin-top: 25px
}

.vote-btn .tips {
    line-height: 40px;
    color: #e33
}

.ranking {
    padding: 15px 10px;
    border-top: 1px solid #ddd
}

.ranking .fl,
.ranking .fr,
.vote-per {
    line-height: 14px;
    height: 14px
}

.ranking .fl {
    width: 60%;
    background: #ddd;
    text-align: left;
    font-size: 0
}

.ranking .fr {
    width: 40%;
    text-align: right
}

.vote-per {
    display: inline-block;
    background: #b8905f;
    vertical-align: middle
}

.vote-result .th {
    font-weight: bold
}

.vote-result li {
    overflow: hidden;
    border-bottom: 1px dashed #ddd;
    line-height: 40px;
    padding: 0 10px
}

.vote-result li:hover {
    background: #f4f4f4
}

.vote-result span {
    float: left
}

.vote-result .rank {
    width: 15%
}

.vote-result .rank i {
    display: inline-block;
    text-align: center;
    line-height: 1;
    font-style: normal;
    background: #888;
    color: #fff;
    min-width: 20px;
    padding: 3px 5px
}

.vote-result .top1 i {
    background: #fc6c6c
}

.vote-result .top2 i {
    background: #ffa169
}

.vote-result .top3 i {
    background: #ffc861
}

.vote-result .perbg {
    width: 40%
}

.vote-result .name {
    width: 35%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.vote-result .optionval {
    width: 10%;
    text-align: right
}

.pay .pay-tit {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center
}

.payform {
    text-align: center;
    padding: 10px 0
}

.payform .amount {
    color: #ea5a54;
    font-size: 24px;
    font-weight: bold
}

.payform .qr {
    display: inline-block;
    padding: 15px 10px;
    border: 1px solid #ddd;
    margin-bottom: 15px
}

.payform .qr span {
    display: block
}

.payform .qr img {
    width: 200px;
    height: 200px
}

.payform .btn {
    width: 200px
}

.mui-badge {
    min-height: 12px
}

.bind-info {
    text-align: center;
    padding: 20px 0
}

.bind-info>div {
    display: inline-block;
    width: 80px;
    text-align: center;
    height: 80px
}

.bind-info>div span {
    max-width: 100%;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px
}

.bind-info img {
    width: 50px;
    display: block;
    margin: 0 auto 5px
}

.bind-info i {
    display: inline-block;
    width: 58px;
    font-size: 18px;
    color: #808080;
    position: relative;
    top: -45px
}

.bind-user {
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    padding: 5px 15px;
    color: #686868;
    text-align: center
}

.bind-user img {
    border-radius: 5px;
    vertical-align: middle;
    width: 30px;
    margin-right: 10px
}

.bind-tip {
    padding: 5px 15px 20px
}

.bind-form .mui-btn-block {
    margin-bottom: 0
}

.ask-list li span {
    color: #999;
    margin-right: 5px
}

.question-list li span {
    display: block;
    float: left
}

.col-state:before {
    content: "\e616";
    font-family: "iconfont";
    color: #ccc;
    font-size: 16px
}

.col-state.completed:before {
    content: "\e613";
    color: #01B30C
}

.ask-user {
    overflow: hidden;
    line-height: 35px
}

.ask-age-box {
    float: left
}

.ask-user .ask-age {
    width: 60px;
    height: 24px;
    padding: 0;
    margin: 0;
    border: none
}

.ask-user select {
    width: auto;
    padding: 0;
    margin: 0
}

.ask-sex-box {
    float: right
}

.ask-sex-box span {
    vertical-align: middle
}

.ask-input textarea {
    height: 168px;
    border: none;
    padding: 5px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin: 0
}

.ask-sex-box .mui-radio {
    display: inline-block;
    line-height: 22px;
    height: 22px;
    margin-left: 10px
}

.ask-sex-box .mui-radio label {
    width: auto;
    padding: 0;
    padding-left: 30px;
    line-height: 1
}

.ask-sex-box .mui-radio input[type=radio] {
    left: 0;
    right: auto;
    top: 0
}

.ask-sex-box .mui-radio input[type=radio]:before {
    font-size: 22px
}

.question-box,
.ask-box {
    padding: 15px;
    background: #fff;
    margin-bottom: 15px
}

.question-box h2 {
    font-size: 16px;
    line-height: 1.5
}

.question-box h2 i {
    color: #b8905f;
    font-size: 20px;
    margin-right: 5px
}

.prof-detail p {
    color: #555
}

.prof-meta {
    color: #999;
    font-size: 12px
}

.prof-meta i {
    font-style: normal;
    padding: 0 5px;
    color: #eee
}

.prof-meta time {
    float: right
}

.ask-box .prof-meta {
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px
}

.ask-box textarea {
    margin: 0;
    min-height: 120px
}

.state {
    background: #e33;
    color: #fff;
    padding: 2px 10px;
    border-radius: 10px
}

.replyed {
    background: #b8905f
}

.clinic-scheduling table {
    border: none;
    width: 100%
}

.clinic-scheduling .seleced {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    text-align: center
}

.clinic-scheduling .seleced.red {
    background: #ea5a54
}

.clinic-scheduling .seleced.red:before {
    content: "特需"
}

.clinic-scheduling .seleced.blue {
    background: #54a0ea
}

.clinic-scheduling .seleced.blue:before {
    content: "专家"
}

.clinic-scheduling .seleced.green {
    background: #63b98c
}

.clinic-scheduling .seleced.green:before {
    content: "普通"
}

.clinic-scheduling .seleced.orange {
    background: #e49548
}

.clinic-scheduling .seleced.orange:before {
    content: "专科"
}

.clinic-scheduling .seleced.gray {
    background: #9e9e9e;
    cursor: default
}

.clinic-scheduling .seleced.gray:before {
    content: "停诊"
}

.clinic-scheduling .tips {
    display: none;
    white-space: nowrap;
    position: absolute;
    top: 40px;
    left: 50%;
    background: #fff;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: left;
    padding: 8px;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.08);
    z-index: 1;
    font-size: 10px;
    line-height: 1.8
}

.clinic-scheduling .tips:before,
.clinic-scheduling .tips:after {
    content: "◆";
    color: #fff;
    font-family: simsun;
    font-size: 20px;
    line-height: 0;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.clinic-scheduling .tips:before {
    color: #ddd;
    top: -1px
}

.clinic-scheduling .tips .red {
    color: #ea5a54
}

.color-info span {
    margin-right: 10px
}

.color-info i {
    font-size: 20px;
    margin-right: 5px
}

.color-info .red {
    color: #ea5a54
}

.color-info .blue {
    color: #54a0ea
}

.color-info .green {
    color: #63b98c
}

.color-info .orange {
    color: #e49548
}

.color-info .gray {
    color: #9e9e9e
}

.field-invalid {
    border-color: #a94442
}

.field-invalidmsg {
    color: #ea5a54
}

.field-validmsg {
    color: #63b98c
}

.field-tooltipWrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 19891014
}

.field-tooltipInner {
    pointer-events: none;
    display: table;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.field-tooltip {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.field-tooltip .field-invalidmsg,
.field-tooltip .field-validmsg {
    color: #fff
}

.field-tooltip .zvalid-resultformat {
    display: inline-block;
    position: relative;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    pointer-events: auto;
    animation-name: fieldTipBounceIn;
    -webkit-animation-name: fieldTipBounceIn;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .18s;
    animation-duration: .18s
}

@-webkit-keyframes fieldTipBounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes fieldTipBounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.mui-bar {
    height: 55px;
    background: #fff;
    -webkit-transition: left 300ms, right 300ms;
    transition: left 300ms, right 300ms;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    padding-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.mui-bar.subsite-nav {
    font-weight: 700;
    font-size: 16px;
    color: #333
}

.mui-bar.subsite-nav .subsite-name {
    line-height: 49px;
    font-size: 16px;
    color: #333
}

.mui-bar.subsite-nav .zygzs-pull-left:after {
    position: absolute;
    right: 0;
    top: 8px;
    height: 33px;
    width: 1px;
    content: '';
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    background-color: #c8c7cc
}

.mui-bar.subsite-nav .zygzs-pull-right {
    text-align: left;
    padding-left: 10px
}

.mui-bar.mui-bar-nav:before {
    height: 5px;
    width: 100%;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f8dfa9
}

.mui-bar .zygzs-pull-left {
    width: 150px;
    position: relative
}

.mui-bar .zygzs-pull-left .logo {
    display: block;
    width: 100%;
    height: 50px;
    position: relative
}

.mui-bar .zygzs-pull-left .logo img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.mui-bar .zygzs-pull-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 39px;
    position: relative;
    text-align: right;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.mui-bar .zygzs-pull-right .mui-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 49px;
    height: 49px;
    line-height: 29px;
    text-align: center;
    color: #b8905f
}

.mui-bar .zygzs-pull-right .mui-icon.close-menu:before {
    font-size: 49px;
    width: 29px;
    height: 29px;
    display: block;
    text-align: center;
    position: relative;
    left: -10px
}

.mui-bar .mui-action-back {
    width: 49px;
    height: 49px;
    line-height: 29px
}

.mui-bar .mui-title {
    left: 50px;
    right: 50px;
    line-height: 54px
}

.mui-bar .mui-icon:active {
    color: #fff
}

.mui-bar .version {
    line-height: 49px;
    color: #d6d6d6;
    margin-right: 5px
}

.mui-bar .version a {
    font-weight: bold;
    color: #b8905f;
    font-size: 14px
}

.mui-bar .version a.cur {
    color: #999;
    position: relative
}

.mui-bar .version a.cur:after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -3px;
    height: 1px;
    background-color: #d7d7d7
}

.mui-bar .version u {
    padding: 0 14px
}

.mui-bar .version u:after {
    content: '';
    height: 12px;
    line-height: 1px;
    background-color: #d7d7d7;
    width: 1px;
    display: inline-block
}

.fixed-second-nav-wrap {
    position: relative;
    height: 50px
}

.second-nav-wrap {
    position: relative;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    height: 50px;
    background-color: #fff
}

.second-nav-wrap:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #e4e4e4
}

.second-nav-wrap .second-nav {
    position: relative;
    overflow: hidden;
    height: 50px
}

.second-nav-wrap .second-nav:after,
.second-nav-wrap .second-nav:before {
    position: absolute;
    content: '';
    top: 0;
    height: 100%;
    -webkit-box-shadow: 0 0 26px 15px #fff;
    box-shadow: 0 0 26px 15px #fff;
    z-index: 2
}

.second-nav-wrap .second-nav:after {
    right: -2px
}

.second-nav-wrap .second-nav:before {
    left: -5px
}

.second-nav-wrap .second-nav .carousel-nav {
    height: 70px;
    line-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 20px;
    -webkit-overflow-scrolling: touch
}

.second-nav-wrap .second-nav .carousel-nav .carousel-nav-item {
    width: auto;
    padding-right: 15px;
    height: 50px
}

.second-nav-wrap .second-nav .carousel-nav .carousel-nav-item:first-child {
    padding-left: 15px
}

.second-nav-wrap .second-nav .carousel-nav .carousel-nav-item.cur a {
    color: #b8905f
}

.second-nav-wrap .second-nav .carousel-nav .carousel-nav-item.cur a:after {
    background-color: #b8905f
}

.second-nav-wrap .second-nav .carousel-nav .carousel-nav-item a {
    font-size: 15px;
    display: inline-block;
    position: relative
}

.second-nav-wrap .second-nav .carousel-nav .carousel-nav-item a:after {
    content: '';
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0
}

.whitebg .catname,
.whitebg .three-nav {
    margin-left: 15px;
    margin-right: 15px
}

.nav4 ul li {
    width: 32%;
    float: left;
    margin-right: 1.7%;
    margin-bottom: 10px
}

.nav4 ul li:nth-child(3n) {
    margin-right: 0
}

.nav4 ul li a {
    border: 1px solid #ddd;
    display: block;
    height: 40px;
    line-height: 38px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center
}

.nav4 ul li a.cur {
    background-color: #b8905f;
    color: #fff;
    border-color: #b8905f
}

.catname {
    background-color: #fff
}

.catname h2 {
    font-size: 20px;
    border-bottom: 1px solid #e4e4e4;
    margin-top: 0;
    margin-bottom: 0;
    height: 55px;
    line-height: 54px
}

.three-nav {
    background: #fff
}

.three-nav ul {
    border-left: 1px solid #e4e4e4;
    height: 45px;
    line-height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.three-nav ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e4e4e4;
    border-left: none
}

.three-nav ul li a {
    display: block;
    font-size: 13px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.three-nav ul li.cur {
    border-top: 2px solid #b8905f;
    border-bottom-color: #fff
}

.three-nav ul li.cur a {
    color: #b8905f
}

.inner-item .solo-tit {
    font-size: 18px;
    color: #666;
    height: 38px;
    line-height: 20px;
    border-bottom: 1px solid #e4e4e4;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0
}

.inner-item .inner-tit {
    line-height: 18px
}

.inner-item .inner-tit a.fl {
    font-size: 18px;
    color: #555555;
    font-weight: 700;
    position: relative;
    padding-left: 14px
}

.inner-item .inner-tit a.fl:before {
    content: '';
    width: 5px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 2px;
    background: linear-gradient(135deg, #09b78b 0%, #17ac9a 51%, #0067ce 100%)
}

.inner-item .inner-tit a.fr {
    font-size: 15px;
    color: #03a560
}

.mui-grid-view.mui-grid-9 {
    background: #fff;
    border: none
}

ul.mui-table-view.mui-grid-view.mui-grid-9 {
    margin-top: 0;
    padding: 6px
}

.mui-grid-view.mui-grid-9 .mui-table-view-cell {
    border: none;
    padding: 6px
}

.mui-table-view.mui-grid-view .mui-table-view-cell .mui-media-body {
    font-size: 14px
}

.mui-table-view.mui-grid-view .mui-table-view-cell .mui-media-body {
    color: #797979;
    font-size: 14px
}

.swiper-pagination-bullet {
    border-radius: 0;
    width: 21px;
    height: 3px;
    opacity: .5;
    background-color: #f2c34a
}

.swiper-pagination-bullet-active {
    background: #9ae097;
    opacity: 1
}

.home-radius {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    margin-top: -8px;
    position: relative;
    z-index: 1
}

.h2-title {
    text-align: center;
    font-weight: normal;
    padding: 30px 0;
    margin-top: 10px;
    margin-bottom: 0
}

.h2-title a {
    display: block;
    font-size: 20px;
    color: #fff;
    position: relative;
    height: 34px;
    line-height: 1
}

.h2-title a:after {
    content: '';
    width: 30px;
    height: 3px;
    overflow: hidden;
    background: #ddd;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -15px
}

.h2-title span {
    width: 100%;
    font-size: 12px;
    position: absolute;
    bottom: -22px;
    left: 0
}

.home-list {
    background: #fff;
    padding-bottom: 15px
}

.home-list .mui-table-view:before,
.home-list .mui-table-view:after {
    display: none
}

.home-list .mui-table-view-cell:after {
    right: 15px
}

.home-list .mui-segmented-control {
    margin: auto 15px;
    position: relative;
    width: auto
}

.home-list .mui-segmented-control a {
    position: relative;
    font-size: 14px
}

.home-list .mui-segmented-control a:after,
.home-list .home-list .mui-segmented-control a::before {
    position: absolute;
    content: ''
}

.home-list .mui-segmented-control a:after {
    right: 0;
    bottom: -1px;
    left: 50%;
    margin-left: -15px;
    height: 3px;
    width: 30px;
    background: #b8905f;
    opacity: 0
}

.home-list .mui-segmented-control a::before {
    right: 0;
    bottom: 0;
    left: 0px;
    height: 1px;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    background-color: #c8c7cc
}

.home-list .mui-control-content:before {
    display: block;
    position: absolute;
    left: 15px;
    right: 15px;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    background-color: #c8c7cc;
    top: -1px
}

.remark {
    color: #999;
    font-size: 13px;
    line-height: 1;
    height: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.remark b {
    width: 73px;
    display: inline-block;
    overflow: hidden;
    font-weight: normal
}

.remark u {
    position: relative;
    font-size: 12px;
    top: -1px;
    padding: 0 3px
}

.banner-slide {
    height: 35vw;
    overflow: hidden
}

.banner-slide.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 25px
}

.banner-slide img {
    width: 100%;
    height: 35vw;
    -o-object-fit: cover;
    object-fit: cover
}

.banner-slide img.slider-txt {
    height: 35vw;
    width: auto;
    position: absolute;
    top: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.home-search-wrap {
    height: 19px;
    margin-top: -19px;
    position: relative;
    z-index: 2
}

.home-search-wrap .search-input-wrap {
    width: 92%;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
    height: 38px;
    border-radius: 19px;
    -webkit-box-shadow: 0px 1px 10px rgba(184, 144, 95, 0.3);
    box-shadow: 0px 1px 10px rgba(184, 144, 95, 0.3)
}

.home-search-wrap .search-input-wrap .search-submit {
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 3px;
    height: 38px;
    width: 38px;
    text-align: center;
    line-height: 28px
}

.home-search-wrap .search-input-wrap .search-submit i {
    font-size: 20px;
    font-weight: bold;
    color: #b8905f
}

.home-search-wrap .search-input-wrap .search-input {
    width: 100%;
    padding-left: 44px;
    padding-right: 10px;
    margin-bottom: 0;
    background-color: transparent;
    text-align: left;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    border: none
}

.home-search-wrap .search-input-wrap .search-input::-webkit-input-placeholder {
    color: #ccc
}

.home-service.mui-table-view.mui-grid-view.mui-grid-9 {
    padding-top: 19px
}

.home-service .mui-media .mui-icon {
    position: relative;
    z-index: 1;
    display: block;
    height: 44px;
    line-height: 44px;
    font-size: 44px;
    text-align: center;
    color: transparent;
    color: #b8905f \9;
    -webkit-transition: all .5s;
    transition: all .5s;
    background: linear-gradient(135deg, #b8905f 0%, #842d37 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -o-background-clip: text
}

.zygzs-slide.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 3px
}

.zygzs-slide.news-slide img {
    height: 61.6vw
}

.zygzs-slide.department-slide img {
    height: 59vw
}

.zygzs-slide.department-slide p b {
    text-align: center
}

.zygzs-slide.home-news-swiper a p {
    padding-top: 30px
}

.zygzs-slide.home-news-swiper a p span {
    bottom: 30px
}

.zygzs-slide.home-news-swiper .swiper-pagination {
    bottom: 10px
}

.zygzs-slide a {
    display: block;
    position: relative;
    line-height: 0;
    font-size: 0
}

.zygzs-slide a img {
    width: 100%;
    height: 68vw;
    -o-object-fit: cover;
    object-fit: cover
}

.zygzs-slide a p {
    font-size: 14px;
    color: #fff;
    position: absolute;
    padding-bottom: 10px;
    margin-bottom: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 104px;
    bottom: 0;
    /* background: url(../img/slide-news-item-bg.jpg) left bottom; */
    line-height: 20px;
    padding: 40px 15px 0
}

.zygzs-slide a p b {
    font-weight: normal;
    text-align: justify;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box !important
}

.zygzs-slide a p span {
    position: absolute;
    bottom: 20px;
    right: 15px;
    font-size: 12px;
    opacity: .85
}

.zygzs-slide a p span u {
    margin: 0 5px;
    position: relative;
    top: -1px;
    opacity: .7;
    font-size: 10px
}

.home-news .mui-table-view {
    height: 291px
}

.home-news li a {
    display: block;
    height: 97px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: normal !important
}

.home-news li a .news-item-title {
    margin: 0 auto;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    display: -webkit-box;
    height: 48px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis
}

.home-news li a span {
    font-size: 13px;
    color: #999;
    white-space: nowrap
}

.home-news li a span u {
    margin: 0 5px;
    position: relative;
    top: -1px;
    font-size: 12px
}

.home-news li a.thumb {
    padding-right: 138px;
    position: relative
}

.home-news li a.thumb img {
    position: absolute;
    top: 11px;
    right: 15px;
    width: 114px;
    height: 75px;
    border-radius: 3px
}

.scan-more {
    height: 31px;
    border: 1px solid #b8905f;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-size: 13px;
    color: #b8905f;
    display: block;
    border-radius: 15px;
    line-height: 29px;
    margin: 11px 15px;
    -webkit-box-shadow: 0px 1px 10px rgba(184, 144, 95, 0.29);
    box-shadow: 0px 1px 10px rgba(184, 144, 95, 0.29)
}

.scan-more.red {
    border-color: #c50c11;
    color: #c50c11;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 20px;
    margin-bottom: 20px
}

.search-expert-wrap,
.home-notice,
.home-department-wrap,
.home-health-wrap,
.home-party-wrap {
    background-repeat: no-repeat
}

.search-expert-wrap {
    background-image: url(../img/ty-bg.jpg);
    background-size: cover
}

.home-notice {
    background-image: url(../img/ty-bg.jpg);
    background-size: 100% auto
}

.home-department-wrap {
    background-image: url(../img/ty-bg.jpg);
    background-size: 100% auto
}

.home-health-wrap {
    background-image: url(../img/ty-bg.jpg);
    background-size: 100% auto
}

.home-party-wrap {
    background-image: url(../img/ty-bg.jpg);
    background-size: 100% auto
}

.home-notice {
    margin-top: 10px;
    padding-top: 127px
}

.home-list .mui-ellipsis-2 {
    line-height: 22px;
    height: 44px;
    text-align: left
}

.home-expert-list {
    margin-top: 10px
}

.search-expert-wrap {
    padding: 15px
}

.search-expert-wrap .clinic-form .form-item {
    float: left;
    width: 100%;
    margin-bottom: 15px
}

.search-expert-wrap .clinic-form .form-item.form-item-col-6 {
    width: 48%;
    float: left
}

.search-expert-wrap .clinic-form .form-item.form-item-col-6.margin-left-2 {
    margin-left: 4%
}

.search-expert-wrap .clinic-form .form-item .form-input {
    color: #fff;
    position: relative
}

.search-expert-wrap .clinic-form .form-item .form-input:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    background-color: #fff
}

.search-expert-wrap .clinic-form .form-item .form-input:before {
    position: absolute;
    top: 5px;
    right: 0;
    font-family: 'iconfont';
    content: '\ea1b';
    color: rgba(255, 255, 255, 0.5)
}

.search-expert-wrap .clinic-form .form-item .form-input i {
    position: absolute;
    top: 5px;
    left: 0
}

.search-expert-wrap .clinic-form .form-item .form-input input {
    border: none;
    color: #fff;
    background-color: transparent;
    position: relative;
    z-index: 2;
    padding-left: 26px;
    padding-right: 20px;
    margin-bottom: 0
}

.search-expert-wrap .clinic-form .form-item .form-input input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6)
}

.search-expert-wrap .clinic-form .form-item .form-btn button.btn {
    height: 31px;
    width: 100%;
    margin-top: 15px;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-size: 13px;
    color: #fff;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.2)
}

.expert-list-wrap {
    background-color: #fff
}

.expert-list-wrap .expert-title {
    padding: 17px 15px 0;
    line-height: 18px
}

.expert-list-wrap .expert-title a.fl {
    font-size: 18px;
    color: #555555;
    font-weight: 700;
    position: relative;
    padding-left: 14px
}

.expert-list-wrap .expert-title a.fl:before {
    content: '';
    width: 5px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 2px;
    background: linear-gradient(135deg, #09b78b 0%, #17ac9a 51%, #0067ce 100%)
}

.expert-list-wrap .expert-title a.fr {
    font-size: 13px;
    color: #868686
}

.expert-list-wrap .swiper-expert {
    position: relative;
    overflow: hidden;
    margin: 10px 0px 0;
    padding-bottom: 15px
}

.expert-list-wrap .swiper-expert .swiper-wrapper.block-loading {
    height: 250px;
    background-size: 15%
}

.expert-list-wrap .swiper-expert .swiper-pagination {
    bottom: 0
}

.expert-list-wrap .swiper-expert .swiper-pagination-bullet {
    background: #c2c2c2
}

.expert-list-wrap .swiper-expert .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #b8905f
}

.expert-list-wrap .swiper-expert .mui-table-view:before,
.expert-list-wrap .swiper-expert .mui-table-view:after {
    display: none
}

.expert-list-wrap .swiper-expert .mui-table-view.mui-grid-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.expert-list-wrap .swiper-expert .mui-table-view.mui-grid-view .mui-table-view-cell {
    padding-left: 0
}

.expert-list-wrap .swiper-expert .mui-table-view.mui-grid-view .mui-table-view-cell a {
    margin-left: 0
}

.expert-list-wrap .swiper-expert .mui-table-view.mui-grid-view .mui-table-view-cell a img {
    width: 100%;
    height: 38vw;
    -o-object-fit: cover;
    object-fit: cover
}

.expert-list-wrap .swiper-expert .expert-tit {
    text-align: center
}

.expert-list-wrap .swiper-expert .expert-tit strong,
.expert-list-wrap .swiper-expert .expert-tit span {
    display: block
}

.expert-list-wrap .swiper-expert .expert-tit strong {
    line-height: 30px;
    height: 30px;
    font-size: 16px;
    color: #555;
    font-weight: normal;
    position: relative
}

.expert-list-wrap .swiper-expert .expert-tit strong:after {
    content: '';
    height: 2px;
    width: 15px;
    display: block;
    margin: 0 auto;
    background-color: #b8905f
}

.expert-list-wrap .swiper-expert .expert-tit .title {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #999;
    font-size: 12px
}

.expert-list-wrap .swiper-expert .expert-tit .major {
    height: 30px;
    line-height: 30px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px
}

.expert-list-wrap .swiper-expert .expert-tit .depart {
    height: 14px;
    line-height: 14px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px
}

.expert-list-wrap .swiper-expert .doctor-list {
    width: 100%
}

.expert-list-wrap .swiper-expert .doctor-list .mui-table-view-cell {
    margin-right: 0 !important
}

.expert-list-wrap .swiper-expert .doctor-list .mui-table-view-cell>a:not(.mui-btn) {
    padding-left: 10px;
    padding-right: 10px
}

.home-department-wrap {
    margin-top: 10px
}

.home-department-wrap .home-department .home-depart {
    padding: 15px
}

.home-department-wrap .home-department .home-depart.is-odd a:last-child {
    width: 100%;
    -o-border-image: linear-gradient(135deg, #b8905f 0%, #b8905f 51%, #842d37 100%) 1;
    border-image: linear-gradient(135deg, #b8905f 0%, #b8905f 51%, #842d37 100%) 1
}

.home-department-wrap .home-department .home-depart a {
    display: block;
    width: 48.5%;
    float: left;
    border: 1px solid #b8905f;
    height: 35px;
    line-height: 33px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -o-border-image: linear-gradient(135deg, #b8905f 0%, #842d37 100%) 1;
    border-image: linear-gradient(135deg, #b8905f 0%, #842d37 100%) 1;
    -webkit-box-shadow: 0px 1px 5px rgba(132, 45, 55, 0.3);
    box-shadow: 0px 1px 5px rgba(132, 45, 55, 0.3)
}

.home-department-wrap .home-department .home-depart a:nth-child(2n+2) {
    margin-left: 3%;
    -o-border-image: linear-gradient(135deg, #b8905f 0%, #842d37 100%) 1;
    border-image: linear-gradient(135deg, #b8905f 0%, #842d37 100%) 1
}

.home-department-wrap .home-department .home-depart a:before {
    content: '·';
    margin-right: 3px;
    font-weight: bold;
    color: #ccc
}

.home-health-wrap {
    margin-top: 10px
}

.home-health-wrap .mixture-item-img {
    padding: 15px 15px 15px;
    position: relative
}

.home-health-wrap .mixture-item-img:before {
    position: absolute;
    right: 15px;
    bottom: 0;
    display: block;
    left: 15px;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    background-color: #c8c7cc
}

.home-health-wrap .mixture-item-img.block-loading {
    height: 100px;
    background-size: 10%
}

.home-health-wrap .mixture-item-img.doctor-video a .thumb:before {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.14)
}

.home-health-wrap .mixture-item-img.doctor-video a .thumb:after {
    color: #fff;
    content: '\e61d';
    font-family: 'iconfont';
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 40px;
    width: 40px;
    height: 40px;
    line-height: 1
}

.home-health-wrap .mixture-item-img a {
    width: 48.5%;
    float: left
}

.home-health-wrap .mixture-item-img a .thumb {
    position: relative;
    margin-bottom: 10px
}

.home-health-wrap .mixture-item-img a .thumb img {
    width: 100%;
    height: 30vw;
    display: block;
    -o-object-fit: cover;
    object-fit: cover
}

.home-health-wrap .mixture-item-img a:first-child {
    margin-right: 3%
}

.home-health-wrap .mixture-item-img a span {
    font-size: 14px;
    color: #333;
    line-height: 20px;
    display: block;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.home-health-wrap .mixture-item-img a span.remark {
    color: #999;
    font-size: 13px;
    line-height: 1;
    height: 15px;
    display: block;
    margin-top: 6px
}

.home-party-wrap {
    margin-top: 10px
}

.home-party-wrap .h2-title {
    height: 130px;
    padding-top: 36px
}

.home-party-wrap .home-party {
    overflow: hidden;
    height: 158px
}

.home-party-wrap .home-party .home-party-item {
    height: 158px;
    float: left;
    padding: 33px 15px 32px
}

.home-party-wrap .home-party .home-party-item a {
    width: 48%;
    height: 93px;
    line-height: 74px;
    float: left;
    text-align: center;
    font-size: 18px;
    position: relative;
    display: block;
    color: #c50c11;
    border: 2px solid #c50c11;
    background-color: rgba(255, 255, 255, 0.5)
}

.home-party-wrap .home-party .home-party-item a:first-child {
    margin-right: 4%
}

.home-party-wrap .home-party .home-party-item a:after {
    content: '';
    width: 30px;
    height: 3px;
    overflow: hidden;
    background: #c50c11;
    position: absolute;
    top: 58px;
    left: 50%;
    margin-left: -15px
}

.home-party-wrap .home-party .swiper-pagination {
    bottom: 5px
}

.home-party-wrap .home-party .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #c50c11
}

.home-special-wrap {
    margin-top: 20px;
    width: 100%;
    overflow: hidden
}

.home-special-wrap .swiper-special {
    position: relative;
    padding-bottom: 30px
}

.home-special-wrap .swiper-special.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0
}

.home-special-wrap .swiper-special .swiper-slide {
    width: 68%;
    overflow: hidden
}

.home-special-wrap .swiper-special .swiper-slide.swiper-slide-active a:after {
    opacity: 0
}

.home-special-wrap .swiper-special .swiper-slide.swiper-slide-active a img {
    -webkit-filter: blur(0);
    filter: blur(0)
}

.home-special-wrap .swiper-special .swiper-slide a {
    position: relative;
    display: block
}

.home-special-wrap .swiper-special .swiper-slide a:after {
    content: '';
    position: absolute;
    top: -10%;
    left: -10%;
    width: 120%;
    height: 120%;
    background-color: #fff;
    opacity: .5;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.home-special-wrap .swiper-special .swiper-slide a img {
    width: 100%;
    height: 25vw;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    -webkit-filter: blur(1px);
    filter: blur(1px)
}

.home-special-wrap .swiper-special .swiper-pagination-bullet {
    background-color: #bbb
}

.home-special-wrap .swiper-special .swiper-pagination-bullet-active {
    background-color: #c50c11
}

.inner-search-wrap {
    position: relative;
    z-index: 2;
    padding: 25px 0;
    border-bottom: 1px solid #e4e4e4;
    background-color: #fff
}

.inner-search-wrap .search-input-wrap {
    width: 92%;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
    height: 38px;
    border-radius: 19px;
    border: 1px solid #e4e4e4
}

.inner-search-wrap .search-input-wrap .search-submit {
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 3px;
    height: 38px;
    width: 38px;
    text-align: center;
    line-height: 28px
}

.inner-search-wrap .search-input-wrap .search-submit i {
    font-size: 20px;
    font-weight: bold;
    color: #b8905f
}

.inner-search-wrap .search-input-wrap .search-input {
    width: 100%;
    padding-left: 44px;
    padding-right: 10px;
    margin-bottom: 0;
    background-color: transparent;
    text-align: left;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    border: none
}

.inner-search-wrap .search-input-wrap .search-input::-webkit-input-placeholder {
    color: #ccc
}

.inner-search-wrap .search-result-wrap {
    position: absolute;
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 360px;
    width: 100%;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 10
}

.inner-search-wrap .search-result-wrap .search-result {
    padding: 10px 0
}

.inner-search-wrap .search-result-wrap .search-result a {
    display: block;
    padding-left: 20px;
    padding-right: 45px;
    position: relative;
    line-height: 36px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.inner-search-wrap .search-result-wrap .search-result a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #e4e4e4;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    bottom: 1px;
    left: 0
}

.inner-search-wrap .search-result-wrap .search-result a:after {
    content: '\e61e';
    font-family: 'iconfont';
    position: absolute;
    top: 0;
    right: 8px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center
}

.inner-search-wrap .search-result-wrap .search-result a:hover {
    background-color: #f2f2f2
}

.inner-search-wrap .search-result-wrap .search-result a span {
    color: #b8905f
}

.video {
    width: 100%;
    height: 60vw;
    position: relative;
    left: 0;
    top: 0;
    background: #000;
    overflow: hidden
}

.video img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: -webkit-transform .85s;
    transition: -webkit-transform .85s;
    transition: transform .85s;
    transition: transform .85s, -webkit-transform .85s
}

.video video {
    width: 100%;
    height: 100%;
    display: block
}

.audio {
    width: 100%;
    height: 97vw;
    background: #f2f2f2 url(../../images/culture-info-img.jpg) center;
    position: relative;
    background-size: cover;
    padding-top: 8vw
}

.audio .audio-player {
    position: relative;
    width: 91%;
    height: 50px;
    border-radius: 25px;
    color: #fff;
    text-align: center;
    background-color: rgba(184, 144, 95, 0.9);
    padding-right: 50px;
    margin: 0 auto
}

.audio .audio-player i {
    width: 50px;
    height: 50px;
    font-size: 28px;
    margin-right: 20px;
    vertical-align: middle
}

.audio .audio-player.playing .audio-player:after {
    content: '\e669'
}

.audio .audio-player .audio-player {
    width: 50px;
    height: 50px;
    background: #0096d7;
    position: absolute;
    top: 0;
    right: 0
}

.audio .audio-player .audio-player:after {
    content: '\e669';
    font-family: 'iconfont';
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #0096d7;
    color: #fff;
    line-height: 50px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 22px
}

.audio .audio-player .audio-player.playing:after {
    content: '\e69d'
}

.audio .audio-player .audio-player audio {
    width: 100%;
    height: 100%
}

.intro-picture-slide {
    width: 100%;
    height: 60vw
}

.intro-picture-slide.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 5px
}

.intro-picture-slide .swiper-slide {
    position: relative
}

.intro-picture-slide .swiper-slide img {
    display: block;
    height: 60vw;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.intro-picture-slide .swiper-slide .title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 15px;
    width: 100%;
    height: 115px;
    padding-bottom: 25px;
    line-height: 155px;
    color: #fff;
    text-align: center;
    background: url(../../images/news-slide-mark.png);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.department-tab .mui-table-view-cell:after {
    left: 0
}

.department-tab .mui-table-view-cell>a:not(.mui-btn) {
    margin: -11px -30px
}

.department-tab .mui-table-view-cell>a:not(.mui-btn) h4 {
    font-weight: 400;
    margin-bottom: 10px
}

.inner-content .inner-p p {
    font-size: 16px !important;
    margin-bottom: 0
}

.category-dm-banner {
    background-color: #f8f8f8;
    background-size: cover;
    background-position: center;
    height: 150px;
    margin-bottom: 10px
}

.category-spe-banner {
    background-color: #f8f8f8;
    background-size: cover;
    background-position: center;
    height: 100px
}

.inner-swiper-special {
    position: relative;
    padding-bottom: 30px;
    overflow: hidden
}

.inner-swiper-special.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0
}

.inner-swiper-special .swiper-slide {
    width: 100%
}

.inner-swiper-special .swiper-slide img {
    width: 100%;
    height: 34vw;
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}

.inner-swiper-special .swiper-pagination-bullet {
    background-color: #bbb
}

.inner-swiper-special .swiper-pagination-bullet-active {
    background-color: #c50c11
}

.channel+.channel {
    margin-top: 10px
}

.outlink {
    background-color: #fff
}

.outlink .link-item {
    text-align: center;
    line-height: 50px
}

.outlink .link-item a {
    font-size: 18px;
    font-weight: bold
}

.picvote {
    overflow: hidden;
    margin: 0 -1%
}

.picvote li {
    float: left;
    width: 48%;
    margin: 0 1% 25px 1%;
    text-align: center;
    background: #f5f5f5;
    overflow: hidden
}

.picvote li a {
    display: block;
    line-height: 0;
    overflow: hidden
}

.picvote li img {
    display: block;
    height: 120px;
    margin: auto
}

.picvote li span {
    display: block;
    line-height: 40px
}

.txtvote li {
    border-bottom: 1px dashed #ddd;
    line-height: 40px;
    padding-left: 20px;
    overflow: hidden
}

.txtvote li:hover {
    background: #f4f4f4
}

.txtvote span {
    float: left
}

.txtvote .perbg {
    width: 55%;
    background: #ddd;
    line-height: 1;
    height: 14px;
    overflow: hidden;
    margin: 13px 0
}

.txtvote .option {
    width: 35%
}

.txtvote .optionval {
    width: 10%;
    text-align: right
}

.vote-btn {
    text-align: center;
    margin-top: 25px
}

.vote-btn .tips {
    line-height: 40px;
    color: #e33
}

.ranking {
    padding: 15px 10px;
    border-top: 1px solid #ddd
}

.ranking .fl,
.ranking .fr,
.vote-per {
    line-height: 14px;
    height: 14px
}

.ranking .fl {
    width: 60%;
    background: #ddd;
    text-align: left;
    font-size: 0
}

.ranking .fr {
    width: 40%;
    text-align: right
}

.vote-per {
    display: inline-block;
    background: #9ae097;
    vertical-align: middle
}

.vote-result .th {
    font-weight: bold
}

.vote-result li {
    overflow: hidden;
    border-bottom: 1px dashed #ddd;
    line-height: 40px;
    padding: 0 10px
}

.vote-result li:hover {
    background: #f4f4f4
}

.vote-result span {
    float: left
}

.vote-result .rank {
    width: 15%
}

.vote-result .rank i {
    display: inline-block;
    text-align: center;
    line-height: 1;
    font-style: normal;
    background: #888;
    color: #fff;
    min-width: 20px;
    padding: 3px 5px
}

.vote-result .top1 i {
    background: #fc6c6c
}

.vote-result .top2 i {
    background: #ffa169
}

.vote-result .top3 i {
    background: #ffc861
}

.vote-result .perbg {
    width: 40%
}

.vote-result .name {
    width: 35%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.vote-result .optionval {
    width: 10%;
    text-align: right
}

.mui-footer-nav {
    top: auto;
    bottom: 0;
    display: table;
    width: 100%;
    height: 50px;
    padding: 0;
    table-layout: fixed;
    border-top: 0;
    border-bottom: 0;
    -webkit-touch-callout: none
}

.mui-footer-nav .mui-nav-item {
    display: table-cell;
    overflow: hidden;
    width: 1%;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #929292
}

.mui-footer-nav .mui-nav-item.mui-active {
    color: #9ae097
}

.mui-footer-nav .mui-nav-item .mui-icon {
    top: 3px;
    width: 24px;
    height: 24px;
    padding-top: 0;
    padding-bottom: 0
}

.mui-footer-nav .mui-nav-item .mui-icon~.mui-nav-label {
    font-size: 11px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis
}

.mui-footer-nav .mui-nav-item .mui-icon:active {
    background: none
}

.mui-footer-nav .mui-nav-item {
    color: #444
}

.mui-footer-nav {
    background-color: #f7f7f7;
    border-top: 1px solid #ccc
}

.mui-footer-nav .mui-nav-item.mui-active {
    color: #9ae097
}

.mui-popup-input input {
    height: 40px
}

.inner-content .negative-margin li.mui-table-view-cell:after {
    left: 0
}

.inner-content .negative-margin li.mui-table-view-cell a:not(.mui-btn) {
    margin-left: -30px;
    margin-right: -30px
}

.list-news.list-nodate li a .news-title {
    line-height: 24px;
    max-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box !important
}

.list-news li a {
    display: block;
    height: 97px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: normal !important
}

.list-news li a.thumb {
    padding-right: 138px;
    position: relative
}

.list-news li a.thumb img {
    position: absolute;
    top: 11px;
    right: 15px;
    width: 114px;
    height: 75px;
    border-radius: 3px
}

.list-news li a .news-title {
    margin: 0 auto;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box !important
}

.list-news li a .news-mark {
    color: #999;
    font-size: 13px;
    line-height: 1;
    height: 13px;
    margin-top: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.list-news li a .news-mark u {
    position: relative;
    top: -1px;
    padding: 0 5px;
    opacity: .7;
    font-size: 10px
}

.list-news li a .news-description {
    color: #999;
    font-size: 14px;
    margin-top: 5px;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box !important
}

.search-news-list .search-news-list-item {
    padding: 20px 0;
    position: relative
}

.search-news-list .search-news-list-item:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    background-color: #c8c7cc
}

.search-news-list .search-news-list-item.search-thumb .search-description {
    position: relative;
    min-height: 72px;
    padding-left: 104px
}

.search-news-list .search-news-list-item.search-thumb .search-description img {
    position: absolute;
    top: 4px;
    left: 0;
    width: 92px;
    height: 64px;
    border-radius: 3px
}

.search-news-list .search-news-list-item>a {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: normal !important
}

.search-news-list .search-news-list-item>a .search-title {
    margin: 0 auto;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 10px
}

.search-news-list .search-news-list-item>a .search-description p {
    color: #999;
    font-size: 14px;
    margin-top: 5px;
    line-height: 24px;
    max-height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box !important
}

.search-news-list .search-news-list-item .search-mark {
    color: #999;
    font-size: 10px;
    line-height: 1;
    height: 13px;
    margin-top: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.search-news-list .search-news-list-item .search-mark a {
    font-size: 10px;
    color: #999
}

.search-news-list .search-news-list-item .search-mark .comefrom {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.search-news-list .search-news-list-item .search-mark .time {
    width: 70px;
    text-align: right;
    overflow: hidden;
    white-space: nowrap;
    margin-left: 15px
}

.list-text li a {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 16px
}

.list-text li a .news-title {
    font-weight: 400;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.list-download li a {
    display: block;
    height: 58px;
    font-size: 16px
}

.list-download li a .news-title {
    font-weight: 400;
    font-size: 16px;
    position: relative;
    padding-left: 35px;
    line-height: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.list-download li a .news-title:before {
    content: '\e6c2';
    font-family: 'iconfont';
    color: #b8905f;
    font-size: 22px;
    position: absolute;
    top: 0;
    left: 0
}

.history-journey .history-item {
    margin-top: 20px
}

.history-journey .history-item .history-time {
    font-size: 20px;
    color: #b8905f;
    font-weight: 400
}

.history-journey .history-item .history-detail {
    background-color: #f2f2f2;
    padding: 15px;
    position: relative;
    font-size: 16px;
    color: #666;
    margin-top: 20px
}

.history-journey .history-item .history-detail:before {
    content: '';
    border: 10px solid transparent;
    border-bottom-color: #f2f2f2;
    position: absolute;
    top: -10px;
    left: 20px
}

.history-journey .history-item .history-detail li {
    margin-bottom: 10px
}

.leadership-tit {
    line-height: 50px;
    border-bottom: 1px solid #e4e4e4;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 25px
}

.leader-list-box {
    margin-right: -14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.leader-list-box .leader-list-item {
    padding-right: 14px;
    padding-bottom: 15px;
    overflow: hidden
}

.leader-list-box .leader-list-item img {
    width: 99%;
    height: 38vw;
    -o-object-fit: cover;
    object-fit: cover
}

.leader-list-box .leader-list-item .leader-tit {
    text-align: center
}

.leader-list-box .leader-list-item .leader-tit strong,
.leader-list-box .leader-list-item .leader-tit span {
    display: block
}

.leader-list-box .leader-list-item .leader-tit strong {
    line-height: 22px;
    font-size: 16px;
    color: #555;
    font-weight: normal;
    position: relative
}

.leader-list-box .leader-list-item .leader-tit strong:after {
    content: '';
    height: 2px;
    width: 15px;
    display: block;
    margin: 6px auto 0;
    background-color: #b8905f
}

.leader-list-box .leader-list-item .leader-tit .title {
    line-height: 16px;
    margin-top: 10px;
    height: auto;
    color: #999;
    font-size: 12px
}

.leader-list-box .leader-list-item .leader-tit .major {
    height: 30px;
    line-height: 30px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px
}

.img-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.img-list .img-list-item {
    position: relative;
    width: 48%;
    margin-bottom: 15px
}

.img-list .img-list-item .img-wrap {
    position: relative
}

.img-list .img-list-item .img-wrap .cover-img {
    display: block;
    width: 100%;
    height: 32vw
}

.img-list .img-list-item .img-wrap .num {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 68px;
    height: 24px;
    border-radius: 12px;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
    line-height: 24px;
    color: #fff
}

.img-list .img-list-item .img-wrap .num:before {
    content: '\e667';
    font-family: 'iconfont';
    margin-right: 3px
}

.img-list .img-list-item .img-wrap .inner-imgs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.img-list .img-list-item .img-wrap .inner-imgs img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.img-list .img-list-item .img-wrap .inner-imgs img:first-child {
    z-index: 1
}

.img-list .img-list-item h3 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    color: #555;
    text-align: center;
    font-weight: normal;
    margin-top: 12px
}

.img-list .img-list-item h3.ellipsis-2 {
    white-space: normal;
    line-height: 18px;
    max-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    text-align: left
}

.img-list .img-list-item h3.ellipsis-2 a {
    display: block
}

.video-list .video-list-item {
    margin-bottom: 15px;
    position: relative;
    height: 52.8vw
}

.video-list .video-list-item.audio-type .video-cover-player:after {
    content: '\e66f'
}

.video-list .video-list-item .player {
    width: 100%;
    height: 52.8vw;
    display: block;
    background: #000
}

.video-list .video-list-item .video-cover-player,
.video-list .video-list-item .audio-type-playing-cover {
    width: 100%;
    height: 52.8vw;
    position: absolute;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat
}

.video-list .video-list-item .video-cover-player:before,
.video-list .video-list-item .video-cover-player:after {
    position: absolute;
    content: ''
}

.video-list .video-list-item .video-cover-player:before {
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: url(../../mobile/img/black-mark.png) center bottom repeat-x
}

.video-list .video-list-item .video-cover-player:after {
    content: '\e669';
    font-family: 'iconfont';
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -75%);
    transform: translate(-50%, -75%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 34px;
    line-height: 60px;
    text-align: center;
    color: #fff
}

.video-list .video-list-item .video-cover-player .video-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    padding: 10px 15px
}

.video-list .video-list-item .video-cover-player .video-info h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px
}

.video-list .video-list-item .video-cover-player .video-info .mark {
    font-size: 12px;
    line-height: 1;
    height: 12px;
    margin-top: 7px;
    opacity: .8;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.video-list .video-list-item .video-cover-player .video-info .mark u {
    position: relative;
    top: -1px;
    padding: 0 5px;
    opacity: .7;
    font-size: 10px
}

.video-list .video-list-item .audio-type-playing-cover audio {
    width: 94%;
    height: 30px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: .8
}

.special-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.special-list .special-list-item {
    position: relative;
    width: 100%;
    margin-bottom: 15px
}

.special-list .special-list-item a {
    display: block
}

.special-list .special-list-item img {
    width: 100%;
    height: 34vw
}

.special-list .special-list-item h3 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    color: #555;
    text-align: center;
    font-weight: normal;
    margin-top: 12px
}

.list-profession {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.list-profession .list-profession-item {
    position: relative;
    width: 48%;
    margin-bottom: 15px;
    background-color: #f2f2f2;
    border: 1px solid #e4e4e4
}

.list-profession .list-profession-item .title {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    color: #555;
    text-align: center;
    font-weight: normal;
    display: block;
    line-height: 68px
}

.paper-filter {
    height: 40px;
    border: 1px solid #b8905f;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-size: 13px;
    color: #b8905f;
    display: block;
    border-radius: 20px;
    line-height: 40px;
    margin: 25px auto;
    -webkit-box-shadow: 0px 1px 10px rgba(184, 144, 95, 0.29);
    box-shadow: 0px 1px 10px rgba(184, 144, 95, 0.29)
}

.paper-filter:after {
    font-family: 'iconfont';
    content: '\ea1b';
    margin-left: 8px;
    color: rgba(184, 144, 95, 0.8)
}

.paper-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.paper-list .paper-list-item {
    position: relative;
    width: 48%;
    margin-bottom: 15px
}

.paper-list .paper-list-item .paper-wrap {
    position: relative
}

.paper-list .paper-list-item .paper-wrap .cover-img {
    display: block;
    width: 100%;
    height: 60.8vw
}

.paper-list .paper-list-item .paper-wrap .num {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 68px;
    height: 24px;
    border-radius: 12px;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
    line-height: 24px;
    color: #fff
}

.paper-list .paper-list-item .paper-wrap .num:before {
    content: '\e667';
    font-family: 'iconfont';
    margin-right: 3px
}

.paper-list .paper-list-item .paper-wrap .inner-imgs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.paper-list .paper-list-item .paper-wrap .inner-imgs img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.paper-list .paper-list-item .paper-wrap .inner-imgs img:first-child {
    z-index: 1
}

.paper-list .paper-list-item h3 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    color: #555;
    text-align: center;
    font-weight: normal;
    margin-top: 12px
}

.mui-bar.filter {
    height: 48px;
    z-index: 2;
    padding: 0;
    background: rgba(247, 247, 247, 0.98);
    top: 54px;
    border-top: 1px solid #f2f2f2;
    display: block
}

.mui-bar.filter~.mui-content {
    padding-top: 98px
}

.cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 44px;
    height: 44px;
    text-align: center;
    position: relative;
    background-color: #fff
}

.cat.follow-cat a {
    padding-left: 20px;
    text-align: left
}

.cat a {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative
}

.cat a:after {
    position: absolute;
    top: 0;
    font-family: 'iconfont';
    font-size: 12px;
    content: "\ea1b";
    opacity: .8;
    margin-left: 8px;
    vertical-align: middle;
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    transition: -webkit-transform .3s
}

.cat a span {
    display: inline-block;
    font-size: 14px;
    max-width: 90%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.cat .operation i {
    font-size: 13px;
    margin-left: 2px
}

.cat .operation:after {
    display: none
}

.cat .mui-btn {
    padding: 6px;
    position: absolute;
    right: 15px;
    top: 6px
}

.cat .mui-btn:after {
    display: none
}

.cat .open:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.cat .openbefore {
    z-index: 1;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: #b8905f
}

.tabs {
    overflow: hidden;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tabs.user-login {
    display: block
}

.tabs.horizontal .tab-tit {
    width: 30%;
    background: #f2f2f2;
    overflow-y: auto;
    overflow-x: hidden
}

.tabs.horizontal .tab-con {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden
}

.tabs a {
    display: block;
    line-height: 40px;
    border-bottom: 1px solid #f4f4f4;
    padding-left: 20px
}

.tabs a.cur {
    color: #b8905f
}

.tabs .tab-tit .tab-cur {
    background: #fff
}

.tabs .tab-con li {
    display: none
}

.tabs .tab-con li:first-child {
    display: block
}

.subcat {
    display: none;
    background: #fff;
    max-height: 352px;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative
}

.subcat .md_panel {
    position: static;
    -webkit-transform: none;
    transform: none;
    background: #fff
}

.subcat .mui-btn {
    display: block;
    padding: 6px 12px;
    line-height: 30px;
    margin: auto 15px;
    position: static
}

.subcat .single-filter a {
    display: block;
    line-height: 40px;
    border-bottom: 1px solid #f4f4f4;
    padding-left: 20px
}

.subcat .single-filter a:last-child {
    border: none
}

.subcat .single-filter a.cur {
    color: #b8905f
}

.depart-name {
    height: 100px;
    background: url(../img/expert-bg.jpg) no-repeat;
    background-size: cover
}

.depart-name h1 {
    padding: 0 15px;
    font-size: 32px;
    line-height: 100px;
    color: #fff;
    text-align: center;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.depart-name {
    height: 100px;
    background: url(../img/expert-bg.jpg) no-repeat;
    background-size: cover
}

.depart-name h1 {
    padding: 0 15px;
    font-size: 32px;
    line-height: 100px;
    color: #fff;
    text-align: center;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.depart-name span {
    display: block;
    text-align: center;
    color: #fff
}

.expert-list .expert-list-item {
    background: #fff;
    padding: 1em;
    border-bottom: 1px solid #eee;
    position: relative;
    min-height: 90px
}

.expert-list .expert-list-item .item {
    display: block;
    color: #444;
    position: relative
}

.expert-list .expert-list-item .item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 64px;
    height: 90px;
    -o-object-fit: cover;
    object-fit: cover
}

.expert-list .expert-list-item .item .info {
    margin-left: 75px;
    padding-right: 26px;
    margin-bottom: 10px
}

.expert-list .expert-list-item .item .info h2 {
    font-size: 18px;
    color: #b8905f;
    position: relative
}

.expert-list .expert-list-item .item .info h2 span {
    font-weight: normal;
    color: #999;
    font-size: 12px;
    margin-left: 5px;
    position: absolute;
    width: 80px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    background: #8cd059;
    color: #fff;
    border-radius: 10px;
    right: -20px
}

.expert-list .expert-list-item .item .info p {
    line-height: 22px;
    max-height: 66px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    color: #444;
    margin-bottom: 0
}

.expert-list .expert-list-item .item .info p span {
    color: #999
}

.expert-list .expert-list-item .item .info .mui-btn {
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 0px
}

.expert-list .expert-list-item .item .info .mui-btn.disabled {
    background-color: #aaa;
    color: #ddd
}

table {
    width: 100%;
    border: none;
    border-collapse: collapse
}

.visit th {
    background: #f2f2f2
}

.visit th,
.visit td {
    text-align: center;
    font-size: 14px;
    height: 35px;
    border: 1px solid #f2f2f2;
    position: relative
}

.visit td .seleced {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    border-radius: 50%
}

.visit td .seleced.red {
    background: #ea5a54
}

.visit td .seleced.blue {
    background: #54a0ea
}

.visit td .seleced.green {
    background: #00c9d0
}

.visit td .seleced.gray {
    background: #9e9e9e
}

.visit td .seleced.red:before {
    content: "特"
}

.visit td .seleced.blue:before {
    content: "专"
}

.visit td .seleced.green:before {
    content: "普"
}

.visit td .seleced.gray:before {
    content: "停"
}

.visit th {
    width: 12%
}

.visit th:first-child {
    width: 16%
}

.visit td .seleced:hover~.tips {
    display: block
}

.visit .tips {
    display: none;
    position: absolute;
    top: 48px;
    left: -1px;
    width: 245px;
    background: #fff;
    text-align: left;
    padding: 10px;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.08);
    z-index: 1
}

.visit .tips .red {
    color: #ea5a54
}

.visit .tips:before,
.visit .tips:after {
    content: "◆";
    color: #fff;
    font-family: simsun;
    font-size: 30px;
    line-height: 0;
    position: absolute;
    top: 0;
    left: 20px
}

.visit .tips:before {
    color: #ddd;
    top: -1px
}

.department-clinic-list h3 {
    margin: 0 0 10px;
    font-weight: normal;
    font-size: 16px;
    color: #666
}

.department-clinic-list h3 span {
    color: #999
}

.department-clinic-list .department-clinic-table {
    width: 100%;
    margin-bottom: 25px
}

.department-clinic-list .department-clinic-table table {
    width: 100%;
    font-size: 12px
}

.department-clinic-list .department-clinic-table a {
    font-size: 14px;
    padding: 2px 0
}

.department-clinic-list .department-clinic-table tr {
    border-color: #e4e4e4
}

.department-clinic-list .department-clinic-table tr:first-child,
.department-clinic-list .department-clinic-table tr th:first-child,
.department-clinic-list .department-clinic-table tr td:first-child {
    background-color: #f8f8f8
}

.department-clinic-list .department-clinic-table tr:first-child td,
.department-clinic-list .department-clinic-table tr th:first-child,
.department-clinic-list .department-clinic-table tr td:first-child {
    color: #666
}

.department-clinic-list .department-clinic-table tr:first-child td span,
.department-clinic-list .department-clinic-table tr th:first-child span,
.department-clinic-list .department-clinic-table tr td:first-child span {
    display: block;
    color: #a8a8a8
}

.department-clinic-list .department-clinic-table tr td,
.department-clinic-list .department-clinic-table tr th {
    height: 45px;
    line-height: 1.4;
    border: 1px solid #e4e4e4;
    padding: 3px;
    text-align: center
}

.department-clinic-list .department-clinic-table tr td a,
.department-clinic-list .department-clinic-table tr th a {
    display: block
}

.package-list h3 {
    font-size: 18px;
    color: #b8905f;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%
}

.package-list li.mui-media img.mui-media-object {
    width: 130px;
    height: 95px;
    max-width: 100%;
    margin-right: 15px;
    -o-object-fit: cover;
    object-fit: cover
}

.package-list p {
    line-height: 22px
}

.package-list .price {
    color: #BE3730
}

.mingyi-huicui {
    margin: 20px 0px
}

.mingyi-huicui .item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 96px;
    padding: 10px 20px 0;
    margin: 0 15px 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden
}

.mingyi-huicui .item .dm-name {
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd
}

.mingyi-huicui .item .dm-name a {
    font-size: 18px;
    color: #528eb5
}

.mingyi-huicui .item .dm-name a:hover {
    color: #b8905f
}

.mingyi-huicui .item ul.lists {
    margin-top: 5px
}

.mingyi-huicui .item ul.lists li {
    float: left;
    width: 33.33%
}

.path {
    line-height: 20px;
    color: #999;
    padding: 10px 15px;
    font-size: 12px
}

.path i {
    font-size: 12px;
    color: #ccc;
    margin: auto 2px
}

.path a {
    font-size: 12px
}

.show h1 {
    font-size: 23px;
    color: #444;
    line-height: 32px;
    margin-top: 0;
    padding-bottom: 10px
}

.show h2 {
    font-size: 14px;
    color: #999;
    font-weight: normal;
    line-height: 30px
}

.show h2 span {
    margin-right: 25px
}

.show .detailed {
    border-top: 1px solid #eee
}

.show .detailed:after {
    display: block;
    content: '— THE END —';
    padding: 15px 0;
    color: #999;
    text-align: center
}

.detailed {
    font-size: 18px !important;
    padding-top: 15px
}

.detailed h1 {
    font-size: 16px
}

.detailed h1.text-center {
    line-height: 1.6;
    text-align: center
}

.detailed a {
    color: #b8905f;
    font-size: 18px !important
}

.detailed p,
.detailed span,
.detailed div {
    font-size: 18px !important;
    color: #555;
    line-height: 1.8 !important
}

.detailed p {
    margin-bottom: 20px
}

.detailed .floor {
    margin-top: 15px
}

.detailed img {
    display: block;
    margin: auto;
    height: auto !important;
    -o-object-fit: cover;
    object-fit: cover
}

.detailed table {
    width: 100% !important;
    margin-bottom: 25px;
    width: 100%;
    font-size: 14px;
    color: #555
}

.detailed table.hasHead tr:first-child {
    background-color: #f8f8f8
}

.detailed table.hasHead tr:first-child td span {
    display: block;
    color: #a8a8a8
}

.detailed table tr {
    border-color: #e4e4e4
}

.detailed table tr td,
.detailed table tr th {
    line-height: 25px;
    padding: 5px 0;
    border: 1px solid #e4e4e4;
    text-align: center
}

.show-meet h1 {
    font-size: 22px;
    color: #444;
    line-height: 1.5
}

.show-meet .detailed {
    border-top: 1px solid #eee
}

.show-meet .detailed img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.related {
    padding: 20px 0
}

.related h5 {
    font-size: 18px;
    color: #666;
    padding-left: 15px;
    padding-right: 15px
}

.related .mui-table-view-cell>a:not(.mui-btn) {
    margin: -11px -15px
}

.show-expert h3 {
    font-size: 16px;
    color: #666;
    font-weight: normal
}

.show-expert .info {
    height: 148px;
    background: linear-gradient(135deg, #b8905f 0%, #842d37 100%);
    color: #fff;
    position: relative;
    padding: 20px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.show-expert .info .thumb {
    width: 104px
}

.show-expert .info .thumb img {
    width: 80px;
    height: 106px
}

.show-expert .info .detail {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative
}

.show-expert .info .detail.opened .has-goodat:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.show-expert .info .detail.opened .detail-p-goodat {
    opacity: 1;
    display: block;
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
}

.show-expert .info .detail h1 {
    font-size: 20px;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 10px
}

.show-expert .info .detail .detail-p {
    color: #fff;
    margin-bottom: 0;
    padding-right: 17px;
    position: relative;
    line-height: 24px;
    max-height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box !important
}

.show-expert .info .detail .detail-p.has-goodat:before {
    content: '\ea1b';
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-family: 'iconfont';
    font-size: 12px;
    opacity: .65;
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.show-expert .info .detail .detail-p-goodat {
    opacity: 0;
    display: none;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    position: absolute;
    background-color: #fff;
    border-radius: 3px;
    padding: 12px;
    color: #555;
    text-align: justify;
    z-index: 1;
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    -webkit-box-shadow: 0 5px 20px rgba(174, 174, 174, 0.5);
    box-shadow: 0 5px 20px rgba(174, 174, 174, 0.5);
    font-size: 12px
}

.show-expert .info .detail .detail-p-goodat:before {
    content: '';
    border: 8px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    top: -16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.show-expert .service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 17px 15px;
    background-color: #fff
}

.show-expert .service .service-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center
}

.show-expert .service .service-item.disabled {
    color: #999
}

.show-expert .service .service-item.disabled i {
    color: #999
}

.show-expert .service .service-item+.service-item {
    border-left: 1px solid #e4e4e4
}

.show-expert .service .service-item i {
    display: block;
    font-size: 30px;
    color: #b8905f
}

.show-expert .doctor-clinic .clinic-table-wrap {
    min-height: 185px;
    padding-bottom: 15px
}

.show-expert .doctor-clinic .clinic-table-wrap .clinic-table-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px
}

.show-expert .doctor-clinic .clinic-table-wrap .clinic-table-head h3 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: normal
}

.show-expert .doctor-clinic .clinic-table-wrap .clinic-table-head .week-list-arrow {
    width: 48px
}

.show-expert .doctor-clinic .clinic-table-wrap .clinic-table-head .week-list-arrow a {
    width: 20px;
    height: 20px;
    color: #999;
    display: inline-block;
    text-align: center
}

.show-expert .doctor-clinic .clinic-table-wrap .clinic-table-head .week-list-arrow a i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #999;
    border-radius: 50%;
    font-size: 12px;
    display: inline-block
}

.show-expert .doctor-clinic .clinic-table-wrap .clinic-table-head .week-list-arrow a:not(.disabled) i {
    border-color: #b8905f;
    color: #b8905f
}

.show-expert .doctor-clinic .clinic-table-wrap .clinic-table-head .week-list-arrow a.disabled {
    color: #ccc;
    cursor: default;
    border-color: #ccc
}

.show-expert .doctor-clinic .clinic-table-wrap .week-list-wrap {
    padding-left: 43px;
    background-color: #f2f2f2;
    border-top: 1px solid #e4e4e4;
    position: relative
}

.show-expert .doctor-clinic .clinic-table-wrap .week-list-wrap:after,
.show-expert .doctor-clinic .clinic-table-wrap .week-list-wrap:before {
    content: '';
    height: 100%;
    width: 1px;
    position: absolute;
    top: 0;
    background-color: #e4e4e4
}

.show-expert .doctor-clinic .clinic-table-wrap .week-list-wrap:after {
    left: 43px
}

.show-expert .doctor-clinic .clinic-table-wrap .week-list-wrap:before {
    left: 0
}

.show-expert .doctor-clinic .clinic-table-wrap .week-list {
    overflow: hidden;
    height: 45px;
    margin: 0 auto
}

.show-expert .doctor-clinic .clinic-table-wrap .week-list ul {
    overflow: hidden;
    font-size: 10px
}

.show-expert .doctor-clinic .clinic-table-wrap .week-list ul li {
    float: left;
    height: 45px;
    text-align: center;
    border-left: 1px solid #e4e4e4;
    line-height: 1.4;
    padding-top: 6px;
    color: #666
}

.show-expert .doctor-clinic table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4
}

.show-expert .doctor-clinic table tr td {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-left: 1px solid #e4e4e4
}

.show-expert .doctor-clinic table tr td>div {
    position: relative
}

.show-expert .doctor-clinic table tr td:first-child {
    width: 43px !important;
    font-size: 12px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.show-expert .doctor-clinic table tr td:last-child {
    display: none
}

.paper-title-wrap {
    padding-bottom: 12px;
    border-bottom: 1px solid #e4e4e4
}

.paper-title-wrap .paper-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    padding-right: 92px
}

.paper-title-wrap .paper-title .title {
    color: #666
}

.paper-title-wrap .paper-title .title a {
    font-size: 16px
}

.paper-title-wrap .paper-title .title b {
    font-weight: 400;
    margin-left: 4px;
    padding: 2px 5px;
    font-size: 12px;
    background-color: rgba(184, 144, 95, 0.2);
    color: #b8905f;
    border-radius: 2px
}

.paper-title-wrap .paper-title .switch,
.paper-title-wrap .paper-title .switch-filter {
    position: absolute;
    top: 50%;
    right: 0;
    width: 88px;
    height: 26px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.paper-title-wrap .paper-title .switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center
}

.paper-title-wrap .paper-title .switch .mui-control-item {
    width: 44px;
    height: 26px;
    color: #b8905f;
    border: 1px solid #b8905f;
    font-size: 18px;
    line-height: 24px
}

.paper-title-wrap .paper-title .switch .mui-control-item.mui-active {
    background-color: #b8905f;
    color: #fff
}

.paper-title-wrap .paper-title .switch-filter {
    border: 1px solid #b8905f;
    font-size: 12px;
    font-weight: normal;
    color: #b8905f;
    display: block;
    border-radius: 20px;
    line-height: 24px;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.paper-title-wrap .paper-title .switch-filter:after {
    font-family: 'iconfont';
    position: absolute;
    right: 5px;
    top: 1px;
    content: '\ea1b';
    margin-left: 8px;
    color: rgba(184, 144, 95, 0.8)
}

.paper-detail {
    padding-bottom: 20px
}

.paper-detail .paper-pic {
    position: relative
}

.paper-detail .paper-pic .area-icon img {
    width: 100%;
    display: block
}

.paper-detail .paper-pic .area-icon .area {
    position: absolute;
    opacity: 0;
    background: #04a28e;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.paper-detail .paper-pic .area-icon .area.cur-area-icon {
    filter: alpha(opacity=30);
    opacity: .3
}

.paper-detail .paper-pic .area-icon .area:hover {
    filter: alpha(opacity=20);
    opacity: .2
}

.paper-detail .paper-pic a.controll {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    border-radius: 50%;
    font-size: 22px;
    background: #04a28e;
    opacity: .5;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.paper-detail .paper-pic a.controll:hover {
    opacity: 1
}

.paper-detail .paper-pic a.controll.page-left {
    left: -15px
}

.paper-detail .paper-pic a.controll.page-right {
    right: -15px
}

.show-package h1 {
    font-size: 18px;
    line-height: 22px;
    margin-top: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%
}

.show-package .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.show-package .info .thumb {
    width: 155px
}

.show-package .info .thumb img {
    width: 130px;
    height: 95px
}

.show-package .info .detail {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative
}

.show-package .info .detail-p {
    margin-bottom: 0;
    padding-right: 17px;
    position: relative;
    line-height: 22px;
    max-height: 66px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box !important
}

.show-package .info .price {
    color: #BE3730
}

.show-appointment h2 {
    background: #efeff4;
    font-weight: normal;
    font-size: 14px;
    color: #999;
    line-height: 40px;
    margin: 0;
    padding: 0 1em
}

.show-appointment .mui-table-view-cell label {
    color: #999;
    margin-right: 10px
}

.show-appointment .mui-radio-inline {
    display: inline-block
}

.show-appointment .mui-radio input[type=radio] {
    top: 9px
}

.show-appointment .mui-input-row .mui-btn-block {
    float: none;
    margin: 0;
    width: 100%
}

.show-meet h1 {
    font-size: 22px;
    color: #444;
    line-height: 1.5
}

.show-meet .detailed {
    border-top: 1px solid #eee
}

.show-meet .detailed {
    padding-bottom: 42px
}

.meet-info {
    padding: 10px 0
}

.meet-info h2 {
    font-size: 14px;
    color: #999;
    font-weight: normal;
    line-height: 1.5
}

.meet-info h2 span {
    color: #21a79b
}

.meet-form {
    position: fixed;
    z-index: 2;
    width: 100%;
    background: #fff;
    bottom: -100%;
    left: 0;
    -webkit-transition: bottom 300ms;
    transition: bottom 300ms
}

.meet-form.open {
    bottom: 0
}

.meet-form h2 {
    font-size: 15px;
    padding: 10px 0;
    background: #ddd;
    margin: 0;
    padding-left: 15px;
    color: #333;
    line-height: 24px
}

.meet-form h2 a {
    float: right;
    margin-right: 15px;
    vertical-align: middle
}

.input-row label.required:after {
    content: " *";
    color: #ea5a54
}

.meet-reg {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff
}

.meet-reg .mui-btn-block {
    margin: 0;
    border-radius: 0
}

.fox-video {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    background-color: #ccc;
    overflow: hidden
}

.fox-video .msg {
    padding: 0;
    color: #fff;
    text-indent: 0 !important
}

.fox-video .msg i {
    line-height: 1;
    margin-top: 9%
}

.fox-video .msg strong {
    color: #fff
}

.fox-video video {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    -webkit-transform: none !important;
    transform: none !important
}

.fox-video.prism-player .prism-big-play-btn {
    width: 50px !important;
    height: 50px !important;
    left: 50% !important;
    top: 50% !important;
    bottom: auto !important;
    margin-top: -25px !important;
    margin-left: -25px !important
}

.fox-video.prism-player .prism-big-play-btn .outter {
    width: 50px !important;
    height: 50px !important
}

.nav-baby,
.nav-baby .mui-content,
.nav-baby .page {
    background-color: #fff;
    min-height: 100%
}

.nav-block-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 25px;
    padding-top: 25px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #e4e4e4
}

.nav-block-btn.index-nav-block-btn a {
    background: linear-gradient(135deg, #17ac9a 0%, #0067ce 100%)
}

.nav-block-btn.index-nav-block-btn a:nth-child(2n) {
    background: linear-gradient(135deg, #ff190f 0%, #f5d154 100%)
}

.nav-block-btn a {
    width: 48%;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    background: linear-gradient(135deg, #b8905f 0%, #842d37 100%)
}

.nav-block-btn a:nth-child(2n) {
    background: linear-gradient(135deg, #b8905f 0%, #842d37 100%)
}

.nav-spe-title {
    padding-bottom: 25px;
    padding-top: 25px;
    border-bottom: 1px solid #e4e4e4;
    line-height: 1.4;
    font-weight: normal;
    color: #555
}

.nav-warp {
    padding: 15px
}

.nav-warp a {
    color: #333
}

.nav-warp .nav-item h4 {
    border-bottom: 1px solid #e4e4e4;
    font-size: 16px;
    font-weight: normal;
    color: #797979;
    line-height: 53px;
    height: 54px;
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden
}

.nav-warp .nav-item h4 a {
    display: block
}

.nav-warp .nav-item h4 .title {
    font-size: 16px
}

.nav-warp .nav-item h4 .cate-title {
    font-size: 14px;
    color: #999
}

.nav-warp .nav-item h4 .cate-title i {
    font-size: 15px;
    position: relative;
    top: 1px
}

.nav-warp .nav-item .nav-item-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px
}

.nav-warp .nav-item .nav-item-child .nav-item-child-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    margin-top: 10px;
    width: 48.5%
}

.nav-warp .nav-item .nav-item-child .nav-item-child-item.open>a {
    background-color: #999;
    color: #fff
}

.nav-warp .nav-item .nav-item-child .nav-item-child-item.open .three-menu {
    display: block
}

.nav-warp .nav-item .nav-item-child .nav-item-child-item>a {
    display: block;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    font-size: 14px;
    background-color: #f2f2f2;
    text-align: center;
    padding-left: 5px;
    padding-right: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: relative
}

.nav-warp .nav-item .nav-item-child .nav-item-child-item>a i {
    font-size: 12px;
    opacity: .8;
    position: absolute;
    right: 10px
}

.nav-warp .nav-item .nav-item-child .nav-item-child-item .three-menu {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: absolute;
    top: 50px;
    width: 100%;
    background-color: #999;
    z-index: 2;
    display: none;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 20px rgba(174, 174, 174, 0.5);
    box-shadow: 0 5px 20px rgba(174, 174, 174, 0.5);
    padding: 10px 0
}

.nav-warp .nav-item .nav-item-child .nav-item-child-item .three-menu:after {
    content: '';
    border: 6px solid transparent;
    border-bottom-color: #999;
    position: absolute;
    top: -12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.nav-warp .nav-item .nav-item-child .nav-item-child-item .three-menu a {
    display: block;
    line-height: 20px;
    color: #fff;
    padding: 4px 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.nav-warp .nav-item .nav-item-child .nav-item-child-item .three-menu a.has-four {
    color: #b8905f;
    font-weight: 700;
    position: relative
}

.nav-warp .nav-item .nav-item-child .nav-item-child-item .three-menu a.has-four i {
    font-size: 12px;
    opacity: .8;
    margin-left: 5px
}

.nav-warp .nav-item .nav-item-child .nav-item-child-item .three-menu.last-has-four {
    padding: 10px 0 0
}

.nav-warp .nav-item .nav-item-child .nav-item-child-item .three-menu.last-has-four .four-menu.last {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.nav-warp .nav-item .nav-item-child .nav-item-child-item .three-menu .four-menu {
    background-color: #888;
    max-height: 0;
    overflow: hidden;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s
}

.nav-warp .nav-item .nav-item-child .nav-item-child-item .three-menu .four-menu.open {
    max-height: 1000px
}

.nav-warp .nav-item .nav-item-child .nav-item-child-item .three-menu .four-menu a {
    font-size: 12px;
    line-height: 16px
}

.map {
    width: 100%;
    height: 500px
}

.map .mui-btn {
    font-size: 14px;
    margin-top: 10px;
    height: 40px;
    line-height: 40px;
    padding: 0
}

.department-index-block-btn {
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    color: #fff;
    display: block;
    text-align: center;
    background: linear-gradient(135deg, #17ac9a 0%, #0067ce 100%)
}

.zx-item {
    margin-bottom: 30px
}

.zx-item .tit {
    font-size: 16px;
    text-align: center;
    margin-bottom: 15px;
    color: #b8905f
}

.zx-item .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.zx-item .list a {
    display: block;
    width: 48%;
    height: 42px;
    line-height: 42px;
    border: 1px solid #e4e4e4;
    text-align: center;
    margin-bottom: 10px;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.department-setting a {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    background: #f2f2f2;
    border-radius: 2px;
    text-align: center
}

.department-setting a.iphone.active {
    color: #0096d7
}

.department-setting a.weibo.active {
    color: #e53048
}

.department-setting a.weixin.active {
    color: #01b30c
}

.department-setting a.haodf.active {
    color: #1596ea
}

.department-setting a.iphone:hover .img-wp,
.department-setting a.weixin:hover .img-wp {
    opacity: 1;
    display: block;
    -webkit-transform: translateY(15px);
    transform: translateY(15px)
}

.department-setting a .img-wp {
    opacity: 0;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    position: absolute;
    top: 18px;
    right: -10px;
    background-color: #fff;
    border-radius: 3px;
    padding: 12px;
    color: #555;
    text-align: justify;
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    -webkit-box-shadow: 0 5px 20px rgba(174, 174, 174, 0.5);
    box-shadow: 0 5px 20px rgba(174, 174, 174, 0.5);
    font-size: 12px
}

.department-setting a .img-wp:before {
    content: '';
    border: 8px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    top: -16px;
    right: 6px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.department-setting a .img-wp img {
    width: 120px;
    height: 120px;
    display: block
}

.input-row {
    position: relative;
    margin-bottom: 15px
}

.input-row.hide {
    display: none
}

.input-row label {
    position: absolute;
    top: 11px;
    left: 15px
}

.input-row input {
    padding-left: 75px;
    height: 46px;
    margin-bottom: 0
}

.input-row .btn,
.input-row img {
    position: absolute;
    width: 38%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #F8F8F8;
    top: 3px;
    right: 3px
}

.mui-btn-block {
    padding: 10px 0
}

.user-login .tab-tit {
    overflow: hidden;
    margin-bottom: 25px
}

.user-login .tab-tit a {
    width: 50%;
    float: left;
    line-height: 45px;
    background: #F4F4F4;
    text-align: center
}

.user-login .tab-tit a.cur {
    background: #fff
}

.link-area {
    margin-top: 15px;
    line-height: 40px;
    text-align: center;
    color: #ddd;
    word-spacing: .5em
}

.link-area a {
    display: inline;
    border-bottom: none
}

.user-reg {
    padding-top: 15px
}

.input-row .nc-container {
    min-height: 46px
}

.input-row ._nc .stage1 {
    height: 46px
}

.input-row ._nc .stage1 .slider {
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 46px;
    left: 0;
    right: 0
}

.input-row ._nc .stage1 .track div,
.input-row ._nc .stage1 .label {
    height: 46px;
    line-height: 46px
}

.input-row ._nc .stage1 .icon {
    left: 7px;
    bottom: 0 !important
}

.input-row ._nc .stage1 .button {
    width: 46px;
    height: 46px;
    border: 1px solid #ddd
}

form .mui-btn {
    padding: 15px 0
}

.zygzs-form-title {
    text-align: center;
    color: #b8905f;
    margin-bottom: 20px;
    font-size: 24px
}

.zygzs-form-info {
    border-radius: 4px;
    border: 1px solid #ffe58f;
    background-color: #fffbe6;
    margin-bottom: 20px;
    color: #777;
    line-height: 1.5;
    padding: 8px 15px
}

.zygzs-form {
    font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-variant: tabular-nums;
    line-height: 40px
}

.zygzs-form * {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    border-radius: 4px;
    white-space: normal
}

.zygzs-form input::-webkit-input-placeholder {
    line-height: normal;
    color: #666
}

.zygzs-form input[type="radio"] {
    vertical-align: middle;
    cursor: pointer
}

.zygzs-form select {
    cursor: pointer
}

.zygzs-form textarea,
.zygzs-form input[type="text"],
.zygzs-form input[type="number"],
.zygzs-form input[type="password"],
.zygzs-form input[type="search"],
.zygzs-form select {
    padding: 0 10px;
    line-height: 40px;
    height: 40px;
    border: 1px solid #e4e4e4 !important;
    background-color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    vertical-align: middle;
    border-radius: 4px;
    display: inline-block;
    font-size: 14px;
    background-image: none;
    width: 100%
}

.zygzs-form textarea:focus,
.zygzs-form input[type="text"]:focus,
.zygzs-form input[type="number"]:focus,
.zygzs-form input[type="password"]:focus,
.zygzs-form input[type="search"]:focus,
.zygzs-form select:focus {
    border-color: #b8905f;
    outline: 0
}

.zygzs-form input.code {
    padding-right: 140px
}

.zygzs-form input.code+.code-img {
    position: absolute;
    right: 1px;
    top: 1px
}

.zygzs-form input.code+.code-img img {
    cursor: pointer;
    display: block;
    height: 38px
}

.zygzs-form input.laydate {
    padding-right: 40px;
    background-image: url(../img/datebg.png);
    background-size: auto 60%;
    background-position: center right;
    background-repeat: no-repeat
}

.zygzs-form .btn {
    padding: 0 15px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 35px;
    height: 35px;
    border-radius: 4px;
    display: inline-block;
    font-size: 14px;
    background-image: none;
    text-align: center;
    white-space: nowrap;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: 80px
}

.zygzs-form .btn:hover {
    color: #b8905f;
    background-color: #fff;
    border-color: #b8905f
}

.zygzs-form .btn.btn-primary {
    color: #fff;
    background-color: #b8905f;
    border-color: #b8905f;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045)
}

.zygzs-form .btn.btn-primary:hover {
    background-color: #c09c71;
    border-color: #c09c71
}

.zygzs-form .label {
    text-align: right;
    vertical-align: middle;
    line-height: 39.9999px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap
}

.zygzs-form .label.hide-label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.zygzs-form .Validform_checktip {
    display: block;
    line-height: 30px;
    min-height: 30px;
    color: #aaa
}

.zygzs-form .Validform_checktip:before {
    font-family: "iconfont";
    color: #007fd1;
    font-size: 18px;
    margin-right: 5px
}

.zygzs-form .Validform_checktip.Validform_wrong {
    color: #ec5645;
    font-size: 14px
}

.zygzs-form .Validform_checktip.Validform_wrong:before {
    color: #ec5645
}

.zygzs-form .Validform_checktip.Validform_right {
    color: #71b83d;
    font-size: 14px
}

.zygzs-form .Validform_checktip.Validform_right:before {
    color: #71b83d
}

.zygzs-form .uploader-wrap .uploader {
    cursor: pointer;
    position: relative
}

.zygzs-form .uploader-wrap .uploader .uploader-button>div {
    width: 100%;
    height: 100%
}

.zygzs-form .uploader-wrap .uploader .uploader-button i {
    position: relative;
    top: 2px;
    margin-right: 4px
}

.zygzs-form .uploader-wrap .uploader .uploader-button input {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0
}

.zygzs-form .uploader-wrap .upload-list {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    margin-top: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative
}

.zygzs-form .uploader-wrap .upload-list:after {
    position: absolute;
    top: -18px;
    left: 18px;
    content: '已上传文件';
    background-color: #fff;
    padding: 5px 8px
}

.zygzs-form .uploader-wrap .upload-list .upload-list_item {
    margin-top: 8px;
    font-size: 14px;
    height: 44px;
    line-height: 34px;
    display: block;
    position: relative;
    padding: 5px;
    padding-left: 39px
}

.zygzs-form .uploader-wrap .upload-list .upload-list_item:hover {
    background-color: #f8f8f8
}

.zygzs-form .uploader-wrap .upload-list .upload-list_item.error {
    color: #cc0909
}

.zygzs-form .uploader-wrap .upload-list .upload-list_item .info-text {
    position: absolute;
    top: 5px;
    left: 5px;
    line-height: 34px;
    width: 34px;
    height: 34px;
    text-align: center;
    border-radius: 0
}

.zygzs-form .uploader-wrap .upload-list .upload-list_item .upload-list_item_name {
    display: inline-block;
    max-width: 95%;
    padding: 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.zygzs-form .uploader-wrap .upload-list .upload-list_item .upload-list_item_progress {
    font-weight: normal;
    color: rgba(184, 144, 95, 0.5);
    padding: 0 10px;
    position: relative;
    top: 1px;
    vertical-align: top
}

.zygzs-form .uploader-wrap .upload-list .upload-list_item .upload-list_item_delete {
    display: inline-block;
    position: absolute;
    top: 14px;
    margin-left: 10px;
    height: 16px;
    width: 16px;
    opacity: 1;
    border-radius: 50%;
    text-align: center;
    line-height: 16px;
    font-size: 0;
    color: transparent;
    background-color: #f8f8f8
}

.zygzs-form .uploader-wrap .upload-list .upload-list_item .upload-list_item_delete:hover {
    border-color: #cc0909;
    background-color: #cc0909;
    color: #fff
}

.zygzs-form .uploader-wrap .upload-list .upload-list_item .upload-list_item_delete:after {
    font-size: 16px;
    content: '\e661';
    color: #888
}

.zygzs-form .uploader-wrap .upload-tip {
    font-size: 12px;
    opacity: .6;
    margin-bottom: 10px
}

.zygzs-form .img-preview {
    overflow: hidden;
    margin-top: 10px
}

.zygzs-form .img-preview li {
    float: left;
    padding: 10px;
    background: #f4f4f4;
    margin-right: 10px
}

.zygzs-form .img-preview li img {
    width: 80px;
    height: 80px
}

.zygzs-form .img-preview li span {
    display: block;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.zygzs-form-group {
    margin-bottom: 15px;
    vertical-align: middle;
    border-bottom: 1px solid #e4e4e4
}

.zygzs-form-group:last-child {
    border-bottom: none
}

.zygzs-form-group.required .label:before {
    display: inline-block;
    margin-right: 4px;
    content: '*';
    font-family: SimSun;
    line-height: 1;
    color: #c50c11
}

.zygzs-form-group .control {
    position: relative
}

.zygzs-form-group .control ul li {
    display: inline-block;
    margin-right: 10px
}

.zygzs-form-group .control textarea {
    min-height: 120px;
    resize: vertical;
    width: 100% !important
}

.zygzs-form-group .label label:after {
    content: ':';
    margin: 0 8px 0 2px;
    position: relative;
    top: -0.5px
}

.zygzs-form-inline .zygzs-form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    margin-right: 16px
}

.zygzs-form-inline .zygzs-form-group>.label,
.zygzs-form-inline .zygzs-form-group>.control {
    display: inline-block;
    vertical-align: middle
}

.zygzs-form-vertical .zygzs-form-group {
    padding-bottom: 8px
}

.zygzs-form-vertical .zygzs-form-group>.label,
.zygzs-form-vertical .zygzs-form-group>.control {
    margin: 0;
    display: block;
    text-align: left;
    line-height: 1.5
}

.zygzs-form-vertical .zygzs-form-group>.label {
    padding: 0 0 8px
}

.zygzs-form-vertical .zygzs-form-group .btn {
    width: 100%
}

.zygzs-form-horizontal .zygzs-form-group {
    padding-bottom: 8px
}

.zygzs-form-horizontal .zygzs-form-group:after {
    clear: both;
    display: table;
    content: ''
}

.zygzs-form-horizontal .zygzs-form-group>.label {
    float: left;
    width: 16.66666667%;
    padding-right: 30px
}

.zygzs-form-horizontal .zygzs-form-group>.control {
    float: left;
    width: 58.33333333%
}

.zygzs-form-horizontal .zygzs-form-group>.control.col-offset {
    margin-left: 16.66666667%
}

.user-bar {
    background: #b8905f;
    color: #fff;
    position: relative;
    padding: 15px
}

.user-bar .mui-icon {
    font-size: 80px
}

.user-info {
    position: absolute;
    right: 0;
    top: 20px;
    left: 100px
}

.user-info h2 {
    font-size: 16px
}

.user-info ul {
    overflow: hidden;
    margin-top: 10px
}

.user-info ul li {
    float: left;
    width: 33.33%
}

.user-info ul li strong,
.user-info ul li span {
    display: block;
    line-height: 1.4;
    color: #fff
}

.user-info ul li span {
    font-size: 12px
}

.user-menu ul {
    margin-top: 15px
}

.user-menu .mui-table-view-cell:after {
    left: 50px
}

.user-menu .mui-table-view-cell>a:not(.mui-btn) {
    margin: -11px -15px
}

.user-menu ul i {
    display: inline-block;
    width: 28px;
    height: 28px;
    text-align: center;
    margin-right: 10px;
    color: #b8905f
}

.mui-input-group:before,
.mui-input-group:after {
    height: 0
}

.mui-media-object.mui-pull-left {
    padding-top: 0 !important
}

.mui-table-view-cell:after {
    left: 0
}

.mui-table-view-cell>a:not(.mui-btn) {
    padding-right: 15px
}

.mui-media-body {
    line-height: 24px;
    text-overflow: ellipsis
}

.mui-icon-loop:before {
    content: '\e621';
    font-family: "iconfont"
}

.mui-table-view-cell p {
    font-size: 12px
}

.mui-table-view-cell p u {
    color: #e8e4e8;
    margin: 0 5px;
    -webkit-transform: scale(0.5);
    transform: scale(0.5)
}

.mui-toast-container {
    bottom: auto;
    top: 180px
}

.mui-toast-message {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 8px 5px
}

.tab-state {
    background-color: #fff;
    margin-bottom: 5px;
    padding: 0 5px;
    height: 49px
}

.tab-state a {
    display: block;
    float: left;
    width: 20%;
    border-bottom: 2px solid #fff;
    text-align: center;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.tab-state a.cur {
    border-bottom-color: #b8905f;
    color: #b8905f
}

.tab-state.span2 a {
    width: 50%
}

.tab-state.span3 a {
    width: 33.33%
}

.tab-state.span4 a {
    width: 25%
}

.tab-state.span5 a {
    width: 20%
}

.data-list li {
    background: #fff;
    padding: 15px;
    margin-bottom: 5px;
    position: relative
}

.data-list li:before,
.data-list li:after {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    background-color: #c8c7cc
}

.data-list li:after {
    top: auto;
    bottom: 0
}

.data-list li>a {
    display: block
}

.data-list .list-handle {
    padding: 10px 0 0;
    border-top: 1px solid #f2f2f2;
    margin-top: 10px
}

.data-list .list-handle a {
    opacity: 1;
    font-size: 13px;
    display: inline-block;
    color: #b8905f;
    width: 60px;
    text-align: center;
    border-radius: 10px;
    margin-left: 10px;
    border: 1px solid #b8905f
}

.data-list .list-handle a.disabled {
    opacity: .4
}

.order-list .red {
    color: #ea5a54
}

.order-list .blue {
    color: #54a0ea
}

.order-list .green {
    color: #63b98c
}

.list-head {
    font-size: 13px;
    padding-bottom: 10px;
    position: relative;
    overflow: hidden
}

.list-head:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    background-color: #c8c7cc
}

.list-tit {
    padding: 0 0 10px;
    overflow: hidden
}

.list-tit h2 {
    font-size: 16px;
    max-width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666
}

.hr-list .list-tit span {
    color: #54a0ea
}

.order-list .list-tit span {
    color: #f90
}

.payment-list .list-tit span {
    color: #f90
}

.list-foot {
    color: #999;
    overflow: hidden;
    font-size: 13px;
    line-height: 1
}

.list-foot span {
    display: inline-block;
    line-height: 1;
    padding-right: 15px;
    border-right: 1px solid #E5E5E5;
    margin-right: 10px
}

.list-foot span:last-child,
.list-foot span.no-br {
    border: none
}

.list-foot i {
    font-style: normal
}

.list-show h2 {
    color: #b8905f;
    font-size: 16px;
    margin-right: 5px;
    font-weight: normal;
    padding: 10px 15px
}

.list-show ul {
    background: #fff;
    padding: 15px;
    position: relative
}

.list-show ul:before,
.list-show ul:after {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    background-color: #c8c7cc
}

.list-show ul:after {
    top: auto;
    bottom: 0
}

.list-show ul li {
    overflow: hidden;
    text-align: right;
    line-height: 30px
}

.list-show ul li label {
    float: left;
    color: #999;
    min-width: 4em;
    line-height: 30px;
    text-align: justify;
    text-align-last: justify
}

.list-show ul li span {
    display: block;
    overflow: hidden;
    word-break: normal;
    word-wrap: break-word
}

.myask-list p {
    color: #444;
    margin-bottom: 0
}

.myask-list time {
    color: #999
}

.follow-list span {
    color: #999
}

.patients-list .list-tit h2 {
    margin-right: 15px
}

.patients-list .list-tit span {
    color: #666
}

.patients-list .list-foot span {
    color: #666;
    padding: 0;
    margin: auto;
    border: none
}

.mui-input-group .mui-button-row {
    overflow: hidden;
    padding: 15px;
    height: auto
}

.btn-span2 .mui-btn {
    float: left;
    width: 48%
}

.btn-span2 .mui-btn-danger {
    float: right
}

.ask-list li span {
    color: #999;
    margin-right: 5px
}

.question-list li span {
    display: block;
    float: left
}

.col-state:before {
    content: "\e63e";
    font-family: "iconfont";
    color: #ccc;
    font-size: 16px
}

.col-state.completed:before {
    content: "\e68b";
    color: #01B30C
}

.ask-user {
    overflow: hidden;
    line-height: 35px
}

.ask-age-box {
    float: left
}

.ask-user .ask-age {
    width: 60px;
    height: 24px;
    padding: 0;
    margin: 0;
    border: none
}

.ask-user select {
    width: auto;
    padding: 0;
    margin: 0
}

.ask-sex-box {
    float: right
}

.ask-sex-box span {
    vertical-align: middle
}

.ask-input textarea {
    height: 168px;
    border: none;
    padding: 5px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin: 0
}

.ask-sex-box .mui-radio {
    display: inline-block;
    line-height: 22px;
    height: 22px;
    margin-left: 10px
}

.ask-sex-box .mui-radio label {
    width: auto;
    padding: 0;
    padding-left: 30px;
    line-height: 1
}

.ask-sex-box .mui-radio input[type=radio] {
    left: 0;
    right: auto;
    top: 0
}

.ask-sex-box .mui-radio input[type=radio]:before {
    font-size: 22px
}

.question-box,
.ask-box {
    padding: 15px;
    background: #fff;
    margin-bottom: 15px
}

.question-box h2 {
    font-size: 16px;
    line-height: 1.5
}

.question-box h2 i {
    color: #b8905f;
    font-size: 20px;
    margin-right: 5px
}

.prof-detail p {
    color: #555
}

.prof-meta {
    color: #999;
    font-size: 12px
}

.prof-meta i {
    font-style: normal;
    padding: 0 5px;
    color: #eee
}

.prof-meta time {
    float: right
}

.ask-box .prof-meta {
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px
}

.ask-box textarea {
    margin: 0;
    min-height: 120px
}

.state {
    background: #666;
    color: #fff;
    padding: 2px 10px;
    border-radius: 10px
}

.state.state_0 {
    background: #fc8675
}

.state.state_1 {
    background: #65cea7
}

.state.state_2 {
    background: #5ab6df
}

.state.state_3 {
    background: #ebc85e
}

.replyed {
    background: #b8905f
}

.footer-service h5 {
    font-size: 18px;
    color: #666
}

.footer-service .footer-service-list li {
    margin-bottom: 10px
}

.footer-service .footer-service-list li.hasLogo a {
    padding-right: 78px
}

.footer-service .footer-service-list li.hasLogo a span {
    width: 78px;
    border-left: 1px solid #e4e4e4
}

.footer-service .footer-service-list li a {
    border: 1px solid #ddd;
    display: block;
    height: 52px;
    line-height: 50px;
    position: relative;
    font-size: 16px;
    padding-right: 50px;
    padding-left: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.footer-service .footer-service-list li a span {
    position: absolute;
    right: 0;
    top: 10px;
    width: 50px;
    height: 32px;
    line-height: 34px;
    text-align: center;
    font-size: 24px;
    color: #999
}

.footer {
    position: relative;
    padding: 20px 15px;
    background-color: #d1b782;
    overflow: hidden;
    font-size: 12px
}

.footer p,
.footer a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px
}

.footer a:hover {
    color: #fff
}

.footer .peian {
    margin-top: 4px;
    display: block
}

.footer .peian img {
    width: 24px;
    vertical-align: text-bottom;
    margin-right: 5px
}

.footer .gotop {
    display: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-family: "iconfont";
    font-size: 24px;
    color: #fff;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 2;
    -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3)
}

@media (max-width: 374px) {
    .mui-bar {
        height: 50px
    }

    .mui-bar .zygzs-pull-left {
        width: 170px
    }

    .mui-bar .zygzs-pull-left .logo {
        height: 45px
    }

    .mui-bar .zygzs-pull-right .version {
        line-height: 45px
    }

    .mui-bar .zygzs-pull-right .version u {
        padding: 0 10px
    }

    .mui-bar .zygzs-pull-right .mui-icon {
        height: 45px
    }

    .mui-bar-nav~.mui-content {
        padding-top: 50px
    }

    .filter {
        top: 50px
    }

    .menu {
        width: 45px;
        height: 45px;
        line-height: 25px
    }
}