/*公共样式*/


/*color*/

.public-color {
    color: #1688FB;
}

.public-font-color {
    color: #333333;
}

.text-grey {
    color: #999999 !important;
}

.text-grey-weight {
    color: #666666;
}

.text-white {
    color: white;
}

.text-black {
    color: #333333 !important;
}

.text-center {
    text-align: center;
}

.text-black15 {
    color: #151515;
}

.text-BBB {
    color: #BBBBBB;
}

.text-bold {
    font-weight: bold;
}

.bgcolor-white {
    background-color: white !important;
}

.public-bgcolor {
    background-color: #F1F1F1;
}

.bgcolor-grey {
    background-color: #F9F9F9;
}

.bgcolor-fc {
    background-color: #FCFCFC;
}

.btn-bgcolor-grey {
    background: #999999 !important;
}

.text-f90 {
    color: #FF9000 !important;
}

.text-green {
    color: #4cb91c !important;
}

.text-pink {
    color: #ff5d51 !important;
}

.text-blue {
    color: #4771f0 !important;
}

a {
    text-decoration: none;
    color: #1688FB;
}

.text-orange {
    color: #FF6000 !important;
}

input::-webkit-input-placeholder {
    color: #BBBBBB;
}


/*font-size*/

.font12 {
    font-size: 12px;
}

.font13 {
    font-size: 13px;
}

.font14 {
    font-size: 14px;
}

.font14I {
    font-size: 14px !important;
}

.font15 {
    font-size: 15px;
}

.font16 {
    font-size: 16px;
}

.font17 {
    font-size: 17px;
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 20px;
}

.font22 {
    font-size: 22px;
}

.font24 {
    font-size: 24px;
}


/*border*/

.border-raidus-half {
    border-radius: 50%;
}

.border-raidus8 {
    border-radius: 8px;
}

.border-raidus100 {
    border-radius: 100px !important;
}

.border0 {
    border: 0 !important;
}


/*padding margin*/

.margin0 {
    margin: 0 !important;
}

.marginTop0 {
    margin-top: 0 !important;
}

.padding0 {
    padding: 0 !important;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-top-31 {
    margin-top: 31px;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-common-big {
    margin: 15px;
}

.margin-common-top {
    margin-top: 15px;
}

.margin-common-right {
    margin-right: 15px;
}

.margin-common-bottom {
    margin-bottom: 15px;
}

.margin-common-left {
    margin-left: 15px;
}

.margin-big {
    margin: 20px;
}

.margin-big-top {
    margin-top: 20px;
}

.margin-big-right {
    margin-right: 20px;
}

.margin-big-bottom {
    margin-bottom: 20px;
}

.margin-big-left {
    margin-left: 20px;
}

.margin {
    margin: 10px;
}

.margin-top {
    margin-top: 10px !important;
}

.margin-right {
    margin-right: 10px;
}

.margin-bottom {
    margin-bottom: 10px !important;
}

.margin-left {
    margin-left: 10px;
}

.margin-small {
    margin: 5px;
}

.margin-small-top {
    margin-top: 5px;
}

.margin-small-right {
    margin-right: 5px;
}

.margin-small-bottom {
    margin-bottom: 5px;
}

.margin-small-left {
    margin-left: 5px;
}

.default-a-margin {
    margin: -11px -15px !important;
}

.padding-common-big {
    padding: 15px;
}

.padding-common-top {
    padding-top: 15px;
}

.padding-common-right {
    padding-right: 15px;
}

.padding-common-bottom {
    padding-bottom: 15px;
}

.padding-common-left {
    padding-left: 15px;
}

.padding-common {
    padding: 15px;
}

.padding-big {
    padding: 20px;
}

.padding-big-top {
    padding-top: 20px;
}

.padding-big-right {
    padding-right: 20px !important;
}

.padding-big-bottom {
    padding-bottom: 20px;
}

.padding-large-bottom {
    padding-bottom: 30px;
}

.padding-big-left {
    padding-left: 20px;
}

.padding {
    padding: 10px;
}

.padding-top {
    padding-top: 10px;
}

.padding-right {
    padding-right: 10px;
}

.padding-bottom {
    padding-bottom: 10px;
}

.padding-left {
    padding-left: 10px;
}

.padding-small {
    padding: 5px;
}

.padding-small-top {
    padding-top: 5px;
}

.padding-small-right {
    padding-right: 5px;
}

.padding-small-bottom {
    padding-bottom: 5px;
}

.padding-small-left {
    padding-left: 5px;
}


/*position*/

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.position-fixed {
    position: fixed;
}

.inline-block {
    display: inline-block !important;
}

.line-height20 {
    line-height: 20px;
}

.line-height25 {
    line-height: 25px;
}

.line-height40 {
    line-height: 40px;
}

.height40 {
    height: 40px;
}

.height90 {
    height: 90px !important;
}


/*公共样式       结束*/

html,
body,
input,
textarea {
    color: #333333;
    font-family: "微软雅黑";
    font-size: 12px;
}

.mui-input-row label {
    font-family: "微软雅黑";
}

body,
.mui-content {
    background-color: #F1F1F1;
}

.mui-content {
    /*padding-bottom: 80px;*/
}

.mui-bar-nav {
    box-shadow: 0 0 0;
    background-color: white;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    z-index: 999;
}


/*无title*/

.mui-bar-nav {
    display: none;
}

    .mui-bar-nav ~ .mui-content {
        padding-top: 0 !important;
    }

        .mui-bar-nav ~ .mui-content .mui-slider.mui-fullscreen {
            top: 0;
        }

.choseAddress {
    top: 0;
}


/*无title*/

.mui-title {
    font-size: 18px;
}

.mui-toast-container.mui-active {
    opacity: .6 !important;
}

.docWei-head {
    width: 100%;
    height: 125px;
    background: url(../img/doctor_bg3x.png) no-repeat center;
    margin: 0;
    margin-top: 0 !important;
}

.docWei-head-portrait {
    padding: 10px;
    width: 100%;
    height: 83px;
    line-height: 83px;
    text-align: center;
}

    .docWei-head-portrait img {
        width: 75px !important;
        height: 75px !important;
        border-radius: 50%;
    }

    .docWei-head-portrait:after {
        height: 0;
    }

.docWei-head .mui-card-content-inner {
    padding: 10px;
}

.identifying {
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}

.doc-good-at {
    padding-left: 40px;
    position: relative;
    line-height: 1.3em;
}

.mui-grid-view.mui-grid-9 .mui-media img {
    height: 30px;
}

.mui-grid-view.mui-grid-9 .mui-media .more {
    width: 22px;
    height: 22px;
}

.mui-grid-view.doc-grid-9 .mui-table-view-cell {
    border: 0;
}

.mui-grid-view.doc-grid-9 .mui-media .mui-icon {
    height: 40px;
}

.mui-table-view.mui-grid-view.doc-grid-9 .mui-table-view-cell .mui-media-body {
    font-size: 13px;
    color: #666666;
}

.mui-table-view .dynamic {
    width: 35px;
    height: auto;
    bottom: -20px;
    right: 5px;
    position: relative;
}

.mui-table-view .evaluate img {
    width: 16px;
}

.mui-table-view .evaluate-star {
    width: 100%;
    height: 25px;
    display: block;
}

    .mui-table-view .evaluate-star img {
        width: 16px;
    }

.mui-table-view:after,
.mui-table-view:before,
.mui-table-view-cell:before,
.mui-table-view-cell:after {
    background-color: #E5E5E5;
}

.mui-table-view-cell > a:not(.mui-btn) {
    margin: -11px -20px;
}

.mui-slider-group .mui-table-view-cell > a:not(.mui-btn) {
    margin: -11px -15px;
}

.under-line {
    text-decoration: underline;
}

.comment {
    font-size: 14px;
    color: #333333;
    height: 125px;
    position: relative;
}

.commentNum {
    position: relative;
    top: -30px;
    right: 5px;
    font-size: 14px;
    color: #666666;
}

.btn-submit {
    width: 250px;
    height: 40px;
    border-radius: 50px;
    background: #50A7FF;
    color: white;
    border: 0;
}

.hosInfo {
    height: 45px;
    line-height: 25px;
}

    .hosInfo span {
        height: 15px;
        margin-right: 5px;
    }

    .hosInfo img {
        margin: 0 5px;
        height: 17px;
        display: inline-block;
        vertical-align: middle;
        margin-top: -2px;
    }

.half-Navigation {
    height: 45px;
    line-height: 25px;
    text-align: center;
    font-size: 15px;
}

    .half-Navigation .border-right {
        border-right: 1px solid #E5E5E5;
    }

.healthNewsList .mui-media-object {
    line-height: 50px;
    width: 65px;
    max-width: 65px;
    height: 50px;
}

.healthNewsList .mui-media-body p {
    line-height: 18px;
}

.title {
    line-height: 30px;
    padding: 0 10px;
}

    .title img {
        width: 16px;
        margin-right: 5px;
        display: inline-block;
        vertical-align: middle;
        margin-top: -4px;
    }

.perfectInfo {
    width: 65%;
}

    .perfectInfo div:first-child {
        border-right: 1px solid #E5E5E5;
    }

    .perfectInfo .mui-btn {
        border: 0;
        width: 100%;
        height: 40px;
        font-size: 15px;
    }

        .perfectInfo .mui-btn:enabled:active {
            background-color: white;
        }

.mui-indexed-list-bar {
    background-color: white;
    color: #999999;
}

    .mui-indexed-list-bar a {
        height: 16px !important;
        line-height: 16px !important;
    }

.calendar-table {
    width: 100%;
    text-align: center;
}

    .calendar-table thead {
        background: #F1F1F1;
        color: #666666;
        font-size: 13px;
    }

        .calendar-table thead span {
            font-size: 15px;
            color: #333333;
        }

        .calendar-table thead tr,
        .calendar-table tbody tr {
            height: 50px;
        }

            .calendar-table thead tr td,
            .calendar-table tbody tr td {
                border: 1px solid #E5E5E5;
                width: 12%;
            }

                .calendar-table tbody tr td:first-child {
                    width: 27px;
                    font-size: 14px;
                    color: #333333;
                    background: #F1F1F1;
                }

            .calendar-table tbody tr .hasHao {
                background: #EAF2FF;
                color: #50A7FF;
                font-size: 14px;
            }

    .calendar-table tbody .full,
    .calendar-table tbody .stop {
        font-size: 15px;
        color: #999999;
    }

.mui-collapse-content .mui-slider .mui-slider-indicator {
    position: relative;
    height: 30px;
    bottom: 0;
    line-height: 30px;
}

    .mui-collapse-content .mui-slider .mui-slider-indicator .mui-indicator {
        background: #DDDDDD;
        width: 9px;
        height: 9px;
        box-shadow: 0 0 0 0;
        margin: 0 5px;
    }

    .mui-collapse-content .mui-slider .mui-slider-indicator .mui-active {
        background: #50A7FF;
    }

.mui-card {
    box-shadow: 0 0 0 0;
}

.mui-table-view-cell.mui-collapse.mui-active {
    margin-top: 0px;
}

.mui-picker {
    background: white;
}

.mui-pciker-list li.highlight {
    font-size: 16px;
    color: #1688FB;
}

.mui-poppicker-header,
.mui-poppicker-header .mui-btn {
    background: white;
}

    .mui-poppicker-header .mui-poppicker-btn-cancel,
    .mui-poppicker-header .mui-poppicker-btn-ok {
        border: 0;
        font-size: 15px;
    }

    .mui-poppicker-header .mui-poppicker-btn-cancel {
        color: #666666;
    }

    .mui-poppicker-header .mui-poppicker-btn-ok {
        color: #1688FB;
        border: 1px solid white;
    }

    .mui-poppicker-header .mui-btn-blue:enabled:active {
        color: #1688FB;
        border: 1px solid white;
        background-color: white;
    }

.confirmSubmit {
    width: 100%;
    height: 45px;
    border-radius: 0;
    background: #50A7FF;
    color: white;
    border: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    font-size: 16px;
}

.confirmSubmit2 {
    width: 100%;
    height: 45px;
    border-radius: 0;
    background: white;
    color: #1688FB;
    border: 0;
    font-size: 16px;
}

.confirmUl .mui-table-view-cell {
    padding-left: 25px;
}

.smallIcon {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    left: 5px;
    top: 15px;
    height: 12px;
}

.apppointResult {
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.apppointInDoorResult {
    height: 170px;
    line-height: 50px;
    text-align: center;
}

    .apppointInDoorResult p {
        margin-bottom: 0;
        line-height: 20px;
    }

.apppointResult img {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    margin-top: -2px;
}

#scroll1 .mui-table-view-cell > a:not(.mui-btn) {
    margin: -11px -15px;
}

.spacer {
    background: #e3e2e6;
    height: 1px;
    width: 100%;
    margin: 5px 0;
}

.mui-slider-group .mui-navigate-right:after,
.mui-push-left:after,
.mui-push-right:after {
    top: 58%;
}

.mui-slider .mui-segmented-control.mui-segmented-control-inverted ~ .mui-slider-group .mui-slider-item {
    border: 0;
}

.doctorList .mui-media-object {
    width: 60px;
    max-width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
}

.doctorList .mui-media-body img {
    height: 20px;
    float: right;
}

.choosePerson {
    height: 45px;
    line-height: 45px;
    background-color: white;
    text-align: center;
    color: #666666;
}

    .choosePerson a {
        line-height: inherit;
        color: #666666;
    }

.Form-structure input {
    width: 70%;
    float: right;
    margin: 0;
    text-align: right;
    border: 0;
    font-size: 15px;
    padding: 0;
    height: 21px;
    color: #333333;
}

.mui-popup-backdrop.mui-active {
    opacity: .8;
    filter: alpha(opacity=80);
}


/*地址页面*/

#allmap1,
#allmap2,
#allmap3 {
    height: 200px;
    width: 100%;
}

#otherInfo .padding-left {
    display: none;
}

#otherInfo .mui-active {
    display: block;
}


/*结束*/

.mui-bar-nav ~ .mui-content {
    padding-bottom: 60px;
    padding-top: 44px;
}

.mui-table-view-cell table tbody tr td:first-child {
    min-width: 70px;
}

.btn-width4 {
    width: 40%;
    float: left;
}

.btn-width6 {
    width: 60%;
    float: right;
    left: 40%;
}

.mui-pull-top-tips {
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -25px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    z-index: 1;
}

.mui-bar ~ .mui-pull-top-tips {
    top: 24px;
}

.mui-pull-top-wrapper {
    width: 42px;
    height: 42px;
    display: block;
    text-align: center;
    background-color: #efeff4;
    border: 1px solid #ddd;
    border-radius: 25px;
    background-clip: padding-box;
    box-shadow: 0 4px 10px #bbb;
    overflow: hidden;
}

.mui-pull-top-tips.mui-transitioning {
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
}

.mui-pull-top-tips .mui-pull-loading {
    /*-webkit-backface-visibility: hidden;
				-webkit-transition-duration: 400ms;
				transition-duration: 400ms;*/
    margin: 0;
}

.mui-pull-top-wrapper .mui-icon,
.mui-pull-top-wrapper .mui-spinner {
    margin-top: 7px;
}

    .mui-pull-top-wrapper .mui-icon.mui-reverse {
        /*-webkit-transform: rotate(180deg) translateZ(0);*/
    }

.mui-pull-bottom-tips {
    text-align: center;
    background-color: #f1f1f1;
    font-size: 15px;
    line-height: 40px;
    color: #777;
}

.mui-pull-top-canvas {
    overflow: hidden;
    background-color: #fafafa;
    border-radius: 40px;
    box-shadow: 0 4px 10px #bbb;
    width: 40px;
    height: 40px;
    margin: 0 auto;
}

    .mui-pull-top-canvas canvas {
        width: 40px;
    }

.mui-slider-indicator.mui-segmented-control {
    background-color: #efeff4;
}

.mui-popover.mui-popover-action .mui-table-view {
    color: #333333;
}

.btn-two-thirds {
    width: 66.6%;
    float: left;
}

.btn-one-third {
    width: 33.4%;
    left: 66.6%;
}

.addrBorder {
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 10px;
}

.addressCaoZuo .mui-radio.mui-left input[type=radio] {
    left: 0;
    right: 0;
}

.addressCaoZuo .mui-radio.mui-left label {
    padding-left: 35px;
}

.addressCaoZuo img {
    height: 20px;
    margin-bottom: -4px;
}

.mui-checkbox input[type=checkbox]:checked:before,
.mui-radio input[type=radio]:checked:before {
    color: #1688FB;
}

.wholeWidth {
    width: 100%;
}

.input-radio {
    left: 10px !important;
}

.input-label {
    padding-left: 48px !important;
}

.shadowWeight {
    margin: 10px 0 0;
    box-shadow: 0 6px 9px 0 rgba(22, 136, 251, 0.29), 0 2px 8px 0 rgba(22, 136, 251, 0.23);
    border-radius: 10px;
}

    .shadowWeight:before,
    .shadowWeight:after {
        height: 0;
    }

.payWay input[type=radio]:checked:before {
    content: '\e442';
}

.mui-checkbox input[type=checkbox]:before,
.mui-radio input[type=radio]:before {
    color: #999999;
}

#moveMenu {
    position: absolute;
    top: 44px;
    left: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid white;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    text-align: center;
    z-index: 9999;
}

    #moveMenu span {
        font-weight: bolder;
    }

body .blooming-menu__container {
    z-index: 99999;
    left: 40px;
    bottom: -10px;
    top: auto;
    /*position: absolute;*/
    position: fixed;
}

.blooming-menu__item:nth-of-type(1) .blooming-menu__item-btn {
    background-image: url(../img/homeIcon.png);
    background-size: 50%;
}

.blooming-menu__item:nth-of-type(2) .blooming-menu__item-btn {
    background-image: url(../img/docIcon.png);
}

.blooming-menu__item:nth-of-type(3) .blooming-menu__item-btn {
    background-image: url(../img/userIcon.png);
}

.blooming-menu__item:nth-of-type(4) .blooming-menu__item-btn {
    background-image: url(../img/img/lock.svg);
    background-size: 35%;
}

.blooming-menu__item-btn:hover {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2);
    opacity: 1;
}

.blooming-menu__main-content {
    font-size: 32px;
    line-height: 50px !important;
    position: relative;
    margin-left: -4px;
}

.blooming-menu__main {
    /*background-color: rgba(22,136,251, 0.5) !important;*/
}

.blooming-menu__main {
    background-color: #50A7FF !important;
    box-shadow: 0 5px 15px 0 rgba(80, 167, 255, .5);
}

.person-icon {
    line-height: 42px;
}

    .person-icon img {
        top: 26px;
    }

.mui-popup-button.mui-popup-button-bold {
    font-weight: 500;
}

.Partingline {
    position: absolute;
    left: 95px;
    color: #D8D8D8;
    height: 25px;
    width: 1px;
    background-color: #DBDBDB;
}

/*.choseAddress {
    position: absolute;
    width: 100%;
    z-index: 999;
    /*top: 0;*/
}*/

    .choseAddress li a img {
        margin-bottom: -2px;
    }

    .choseAddress .mui-collapse-content {
        padding: 0 !important;
        border-top: 1px solid #E5E5E5;
    }

        .choseAddress .mui-collapse-content .mui-table-view .mui-table-view-cell {
            padding: 11px 15px;
        }

            .choseAddress .mui-collapse-content .mui-table-view .mui-table-view-cell:after {
                left: 15px;
                background-color: #E5E5E5;
            }

.hospitalList {
    margin-top: 43px;
}

.PendingPayment input[type=radio]:checked:before {
    content: '\e442';
}

.PendingPayment .mui-radio input[type=radio] {
    top: 0;
    right: 0;
}

    .PendingPayment .mui-radio input[type=radio]:before {
        font-size: 22px;
    }

.PendingPayment .mui-media {
    padding-right: 0 !important;
}

.check-title {
    padding: 10px;
    border-bottom: 1px solid #E5E5E5;
    margin: 0;
    color: #333333;
    font-size: 15px;
}

.ValignMiddle {
    vertical-align: middle;
}

.electronic .mui-navigate-right:after {
    top: 50%;
}

.mui-segmented-control.mui-segmented-control-inverted ~ .mui-slider-progress-bar {
    background-color: #1688FB;
}

.public-text-indent {
    text-indent: 2em;
}

#Lateral .mui-control-item {
    line-height: 36px;
    color: #999999;
    border-bottom: 2px solid white;
}

.mui-segmented-control.mui-segmented-control-inverted .mui-control-item.mui-active {
    color: #1688FB !important;
    border-color: #1688FB !important;
}

.uploadImg {
    margin-top: -27px;
}

.imgbox,
.imgbox1 {
    float: left;
    margin: 0 0 10px 10px;
    position: relative;
    width: 80px;
    height: 80px;
    border: 1px solid #DDDDDD;
    overflow: hidden;
}

.imgbox1 {
    border: 1px solid blue;
}

.imgnum {
    left: 0px;
    top: 0px;
    margin: 0px;
    padding: 0px;
    line-height: 80px;
    text-align: center;
}

    .imgnum input,
    .imgnum1 input {
        position: absolute;
        width: 80px;
        height: 80px;
        opacity: 0;
        left: 0;
    }

    .imgnum .img1,
    .imgnum1 .img1 {
        width: 45px;
        height: 45px;
        display: inline-block;
        vertical-align: middle;
    }

    .imgnum .img2,
    .imgnum1 .img2 {
        width: 80px;
        height: 80px;
        display: inline-block;
        vertical-align: middle;
    }

.close,
.close1 {
    position: absolute;
    right: 0;
    float: left;
    width: 25px;
    height: 25px;
    display: inline;
    display: none;
}

    .close img,
    .close1 img {
        position: absolute;
        width: 25px;
        height: 25px;
        top: 0;
        right: 0;
    }

.mui-after-before0:before,
.mui-after-before0:after {
    height: 0;
}

.mui-before0:before,
.mui-after0:after {
    height: 0;
}

.payMoney {
    height: 100px;
    line-height: 100px;
}

.public-absolute-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
}

.mui-input-group:before,
.mui-input-group:after,
.mui-input-group .mui-input-row:after {
    background-color: #E5E5E5;
}

.electronicInfo .wholeWidth:before {
    position: absolute;
    right: 0;
    top: 43px;
    left: 15px;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    background-color: #E5E5E5;
}

.electronicInfo .wholeWidth:after {
    left: 0;
}


/*.electronicInfo .wholeWidth:first-child:before {
	height: 0;
}*/

.electronicInfo .wholeWidth .font17 {
    margin-bottom: -11px !important;
    margin-left: -15px !important;
}

.electronicInfo .wholeWidth .mui-collapse-content p span {
    margin-left: 10px;
}

.electronicInfo .wholeWidth .insideList:before,
.electronicInfo .wholeWidth .insideList:after {
    height: 0;
}

.electronicInfo .wholeWidth .insideList li {
    padding: 5px 0;
    line-height: 25px;
}

    .electronicInfo .wholeWidth .insideList li a {
        margin: 0 !important;
    }

    .electronicInfo .wholeWidth .insideList li:after {
        left: 0;
    }

    .electronicInfo .wholeWidth .insideList li .mui-navigate-right:after {
        right: 0;
    }

    .electronicInfo .wholeWidth .insideList li .mui-pull-right {
        margin-right: 20px;
        color: #999999;
    }

.SignOn {
    height: 150px;
    text-align: center;
}

    .SignOn .logo {
        height: 70px;
        margin-top: 40px;
    }

    .SignOn .grey-x {
        position: absolute;
        width: 25px;
        height: 25px;
        top: 10px;
        right: 10px;
    }

.SignOnBottom {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 10px;
    text-align: center;
}

    .SignOnBottom img {
        height: 35px;
    }

.mui-grid-view.mui-grid-9 .mui-table-view-cell {
    border-color: #E5E5E5;
}

.personIndex {
    color: #333333 !important;
    font-size: 15px;
    background-color: white !important;
    margin: 0 !important;
}

    .personIndex:after {
        height: 0;
    }

.MeIndexInfo {
    background: url(../img/PersonBgImg.png) no-repeat 100% 100%;
    text-align: center;
    padding-bottom: 20px;
}

    .MeIndexInfo .defaultHead {
        height: 90px;
        display: inline-block;
        margin-top: 20px;
    }

    .MeIndexInfo .mui-grid-view.mui-grid-9 {
        background: rgba(255, 255, 255, 0) !important;
        border-color: transparent;
        margin-top: 20px;
    }

        .MeIndexInfo .mui-grid-view.mui-grid-9 .mui-table-view-cell {
            border-bottom: 0;
            padding: 0 15px;
        }

            .MeIndexInfo .mui-grid-view.mui-grid-9 .mui-table-view-cell > a:not(.mui-btn) {
                padding: 0;
            }

    .MeIndexInfo .mui-table-view.mui-grid-view .mui-table-view-cell .mui-media-body {
        color: white;
        font-size: 14px;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .MeIndexInfo .mui-grid-view.mui-grid-9 .mui-media img {
        height: 22px;
    }

.personIndex .mui-media img {
    height: 25px !important;
}

.MeIndexInfo .mui-grid-view.mui-grid-9 .mui-table-view-cell.mui-active {
    background: rgba(255, 255, 255, 0) !important;
}

.personIndex .mui-table-view-cell {
    padding: 11px 10px !important;
    height: 107px;
}

.aboutUs img {
    margin-top: 20%;
    height: 85px;
    display: inline-block;
}

.aboutUs .font18 {
    margin-bottom: 35px;
}

.SignOnForm {
    margin: 0 !important;
    font-size: 15px;
}

    .SignOnForm .mui-input-row {
        height: 50px;
        line-height: 50px;
    }

        .SignOnForm .mui-input-row label {
            line-height: 28px;
        }

        .SignOnForm .mui-input-row input,
        .SignOnForm .mui-input-row button {
            height: 50px;
        }

.index .mui-table-view-cell .mui-media-body {
    color: #666666 !important;
    font-size: 14px !important;
}

.index .mui-media img {
    height: 30px !important;
}

.mui-grid-view.index-grid-9 .mui-table-view-cell {
    border: 0;
}

.mui-grid-view.index-grid-9 .mui-media .mui-icon {
    height: 40px;
}

.mui-table-view.mui-grid-view.index-grid-9 .mui-table-view-cell .mui-media-body {
    font-size: 15px;
}

.index-grid-9 .mui-table-view-cell {
    padding: 11px 8px !important;
}

.index-grid-9 .mui-media img {
    height: 32px !important;
}

.Caregiver-img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 41.66666667%;
}

.FamilyCaregivers p,
.InHospitalCaregiver p,
.Caregiver p {
    padding-left: 10px;
    margin-bottom: 0;
}

.Caregiver {
    height: 177px;
}

.InHospitalCaregiver,
.FamilyCaregivers {
    width: 100%;
    position: relative;
}

    .InHospitalCaregiver img,
    .FamilyCaregivers img {
        height: 68px;
        float: right;
        position: relative;
        bottom: 10px;
        right: 10px;
    }

.InHospitalCaregiver {
    border-bottom: 1px solid #E5E5E5;
    border-left: 1px solid #E5E5E5;
}

.FamilyCaregivers {
    border-left: 1px solid #E5E5E5;
}

.nav-bar {
    text-align: center;
    background: white !important;
    box-shadow: 0 0 0;
}

    .nav-bar img {
        height: 20px;
        display: inline-block;
        margin-bottom: -8px;
    }

    .nav-bar span {
        font-size: 12px;
    }

    .nav-bar p {
        margin: 0;
    }

.defaultAddress {
    float: left;
    background-color: white;
    font-size: 14px;
    width: 100%;
    height: 44px;
    line-height: 44px;
    margin-top: -5px;
}

    .defaultAddress input {
        margin-top: 4px;
    }

        .defaultAddress input[type=checkbox]:before {
            content: '\e411';
        }

        .defaultAddress input[type=checkbox]:checked:before {
            content: '\e441';
        }

.mui-navigate-right:after,
.mui-push-left:after,
.mui-push-right:after {
    color: #999999;
}

.indexSearch {
    position: absolute;
    z-index: 1;
    top: 2%;
    padding: 0 10%;
    border-radius: 20px;
    font-size: 12px;
    width: 100%;
}

    .indexSearch input {
        margin: 0;
        border: 0;
        background-color: white;
        border-radius: 20px;
        color: #999999;
        font-size: 14px;
        padding-left: 40px;
        cursor: pointer;
        height: 34px;
        line-height: 34px;
        color: #333333;
        -moz-box-shadow: 0px 1px 2px #BBBBBB;
        -webkit-box-shadow: 0px 1px 2px #BBBBBB;
        box-shadow: 0px 1px 2px #BBBBBB;
    }

    .indexSearch span {
        position: relative;
        top: -28px;
        left: 12px;
    }

.SearchIndex {
    position: relative;
    background-color: white;
    padding: 10px;
    font-size: 12px;
    width: 100%;
}

    .SearchIndex input {
        margin: 0;
        border: 0;
        background-color: #F1F1F1;
        border-radius: 20px;
        color: #999999;
        font-size: 14px;
        padding-left: 40px;
        cursor: pointer;
        height: 34px;
        color: #333333;
        width: 80%;
        float: left;
    }

    .SearchIndex .mui-icon-search {
        position: absolute;
        top: 15px;
        left: 20px;
    }

    .SearchIndex a {
        width: 20%;
        text-align: center;
        float: right;
        border: 0;
        color: #1688FB;
    }

        .SearchIndex a:active {
            background-color: #F1F1F1;
        }

.serviceGoodsList img {
    width: 70px !important;
    max-width: 70px !important;
    height: 50px !important;
}

.serviceGoodsList .mui-media-body {
    line-height: 25px;
}

.serviceInfo {
    margin-top: -5px;
}

    .serviceInfo div {
        width: 100% !important;
    }

    .serviceInfo a {
        width: 30% !important;
        margin: 0 10%;
    }

    .serviceInfo .mui-control-item {
        line-height: 36px;
    }

.mui-btn-blue {
    border: 1px solid #1688FB;
    background-color: #1688FB;
}

.canClickIcon {
    position: absolute;
    right: 10px;
    line-height: 22px;
    font-size: 18px;
    color: #999999;
}


/*追加 lizimo*/

.order-list {
    padding: 11px 7px;
    margin-bottom: 12px;
}

.mui-table-view .order-list:last-child {
    margin-bottom: 0px;
}

.order-list .mui-navigate-right {
    border-bottom: 1px solid #E5E5E5 !important;
    background-color: white;
}

.order-list p {
    padding-left: 4vw;
    line-height: 1.4em;
}

.btn-pay {
    border-radius: 15px;
    margin-right: 30px;
    margin-top: 13px;
    color: #50A7FF;
    border-color: #50A7FF;
    background-color: #EAF2FF;
    line-height: 1.2em;
}

.order-list .mui-navigate-right:after {
    top: 50% !important;
}

.order-list .mui-collapse-content {
    position: relative;
    overflow: hidden;
    margin: 11px -15px -11px;
    -webkit-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease;
    background: #fff;
    padding: 8px 7px !important;
    border-top: 1px solid #E5E5E5;
    display: none;
}

.order-list .mui-active {
    display: block;
}

.order-list .mui-icon {
    position: absolute;
    right: 10px;
    top: 18px;
    font-size: 20px;
}

.btn-wait {
    color: #1688FB;
    margin-right: 30px;
    margin-top: 18px;
}

.btn-cancel {
    margin-right: 30px;
    margin-top: 18px;
}

.tab-list {
    background-color: #F1F1F1;
}

.order-list .mui-collapse-content {
    background-color: #FCFCFC !important;
}

.pointer {
    cursor: pointer;
}

.position-maxtop {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
}

.fastNav .wholeWidth {
    height: auto;
    padding-bottom: 0;
}

.fastNav li a {
    height: 43px;
}

.fastNav li ul li {
    padding: 9px 0;
}

    .fastNav li ul li:after {
        left: 0;
    }

.fastNav li .mui-collapse-content {
    margin-top: 12px;
}

.mui-search .mui-placeholder {
    font-size: 14px;
}

    .mui-search .mui-placeholder .mui-icon {
        color: #999999;
        font-size: 18px;
    }

.hb-dataview-template {
    display: none !important;
}

.tips-error,
.tips-success {
    text-align: center;
    position: fixed;
    bottom: 20%;
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow: initial !important;
}

    .tips-error label,
    .tips-success label {
        font-size: 14px;
        color: white;
        background: #000000;
        opacity: 0.6;
        padding: 10px 15px;
        border-radius: 10px;
    }

    .tips-error .mui-icon,
    .tips-success .mui-icon {
        display: none !important;
    }

.overflow-hidden {
    overflow: hidden;
}

.v-middle {
    display: flex !important;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.newDocList .mui-media-body img {
    width: initial !important;
    position: absolute;
    right: 15px;
}

.doctorList .mui-table-view .mui-media,
.mui-table-view .mui-media-body {
    line-height: 1.3;
}

.doctorList .mui-table-view-cell > a:not(.mui-btn) {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.newDocList .mui-segmented-control .mui-control-item {
    line-height: 48px;
}

.newDocList .mui-segmented-control ~ .mui-slider-group {
    top: 50px;
}

.newDocList .mui-slider-indicator.mui-segmented-control {
    background: #F9F9F9;
}

.newDocList .mui-segmented-control.mui-scroll-wrapper {
    height: 50px;
}

.newDocList #scroll2 .mui-segmented-control .mui-control-item {
    line-height: 25px;
}

    .newDocList #scroll2 .mui-segmented-control .mui-control-item span {
        font-size: 13px;
        color: #666666;
    }

.newDocList .mui-table-view-chevron {
    border-top: 1px solid #E5E5E5;
}

    .newDocList .mui-table-view-chevron .mui-table-view-cell {
        padding-right: 15px;
    }

        .newDocList .mui-table-view-chevron .mui-table-view-cell > a {
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            align-items: center;
        }

            .newDocList .mui-table-view-chevron .mui-table-view-cell > a:not(.mui-btn) {
                padding-right: 25px;
            }

.newDocList .mui-table-view-chevron {
    margin-top: 50px;
}

.newDocList .mui-table-view .mui-media-object {
    max-width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 60px;
}

.newDocList .title {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #E5E5E5;
    font-size: 13px;
    color: #1688FB;
}

    .newDocList .title img {
        width: initial !important;
        height: 22px;
        margin-top: 9px;
        float: right;
    }

.newDocList #scroll2 .mui-segmented-control.mui-segmented-control-inverted .mui-control-item.mui-active {
    background: #50A7FF;
    color: #FFFFFF !important;
}

.newDocList #scroll2 .mui-segmented-control .mui-active span {
    color: #FFFFFF !important;
}

.newDocIndex {
    font-size: 14px;
    padding: 15px;
    background: url('../images/doctorBimg.png') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
}

    .newDocIndex .docinfo .head-portrait {
        height: 60px;
        width: 60px;
        line-height: 60px;
        border-radius: 60px;
        background: #FFFFFF;
        margin-right: 10px;
    }

        .newDocIndex .docinfo .head-portrait img {
            height: 30px;
            width: 30px;
            margin: 15px;
        }

    .newDocIndex .baseinfo p {
        margin: 5px 0;
        color: #FFFFFF;
    }

        .newDocIndex .baseinfo p .technical-title {
            border: 1px solid #FFFFFF;
            background: rgba(255, 255, 255, 0.2);
            padding: 0 8px 2px 8px;
            border-radius: 20px;
        }

    .newDocIndex .collectDoc img {
        position: absolute;
        right: 15px;
        top: 35px;
    }

    .newDocIndex .collectDoc img {
        height: 21px;
    }

    .newDocIndex .special {
        color: #FFFFFF;
        display: flex;
        margin-top: 10px;
    }

        .newDocIndex .special .under-line {
            position: absolute;
            right: 10px;
        }

.famousDoc .item:first-child {
    width: calc(100% - 100px);
    font-size: 14px;
    line-height: 15px;
}

.famousDoc .item:last-child {
    width: 100px;
    text-align: right;
}

    .famousDoc .item:last-child span {
        background: #50A7FF;
        border-radius: 30px;
        color: #FFFFFF;
        padding: 5px 10px;
    }

.publicImgPos {
    position: relative;
    bottom: -2px;
}

.doc-scheduling .mui-collapse-content {
    padding: 0 !important;
}

.doc-scheduling .mui-table-view-cell.mui-active {
    background: #FFFFFF;
}

    .doc-scheduling .mui-table-view-cell.mui-active .mui-navigate-right {
        border-bottom: 1px solid #E5E5E5;
    }

.doc-scheduling .text-blue {
    color: #1688FB !important;
}

.doc-scheduling .keyue,
.doc-scheduling .yueman {
    font-size: 15px;
    padding: 5px 20px;
    border-radius: 30px;
    top: 11px;
    position: relative;
}

.doc-scheduling .keyue {
    background: #50A7FF;
    color: #FFFFFF;
}

.doc-scheduling .yueman {
    background: #E5E5E5;
    color: #FFFFFF;
}

.doc-scheduling .navigate-bottom {
    text-align: center;
    height: 40px;
    line-height: 39px;
    border-top: 1px solid #E5E5E5;
    font-size: 14px;
}

    .doc-scheduling .navigate-bottom:active {
        background: #EEEEEE;
    }

    .doc-scheduling .navigate-bottom:after {
        content: '\e581';
        font-family: Muiicons;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.doc-scheduling:before,
.doc-scheduling .mui-collapse:after {
    left: 0;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.doc-scheduling .mui-table-view-cell.mui-collapse .mui-table-view {
    margin-bottom: 0 !important;
}

.word-break {
    white-space: normal !important;
}

    .word-break span {
        width: calc(100% - 70px);
    }

.header-title {
    height: 44px;
    line-height: 44px;
    background-color: #1db1ec;
    text-align: center;
}

    .header-title .facing-left {
        display: block;
        margin-top: 16px;
        border-left: 2px solid white;
        border-bottom: 2px solid white;
        width: 10px;
        height: 10px;
        transform: rotate(45deg);
        float: left;
        position: absolute;
        left: 20px;
    }

    .header-title .title-text {
        font-size: 16px;
        color: white;
    }
