/*选医院增加banner图片*/
.hos-banner {
    width: 100%;
    overflow: hidden;

}

.mask{
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:rgba(0,0,0,0.4);
    z-index:999;
}

.mask .box{
    position:absolute;
    top:20%;
    left: 5%;
    min-height: 300px;
    width: 90%;
    background:#fff;
    z-index:9;
    border-radius:10px;
}

.mask .box .header{
    height: 45px;
    line-height: 45px;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    padding: 0px 15px;
    border-bottom: 1px solid #EEEEEE;
}


.mask .expert-box {
	top: 0;
	left: 0;
	min-height: 100%;
	width: 100%;
}

.mask .expert-box .header{
	text-align: center;
}

.mask .expert-box .body .u-btn{
	margin: .2rem;
}
.mask .expert-box .body .intro{
	text-indent: 2em;
	margin: .2rem;
	font-size: 14px;
}

.mask .box .header .image{
    width: 15px;
    height: 15px;
    margin-top: 14px;
    float: right;
}

.mask .box .body {
    width: 100%;
    position: absolute;
    bottom: 44px;
    top: 44px;
}

.mask .box .body .item {
    font-size: 14px;
    height: 44px;
    line-height: 44px;
    padding: 0px 15px;
    border-bottom: 1px solid #EEEEEE;
}

.success-tip {
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:rgba(255,255,255);
	z-index:999;
}

.success-tip .success .ico-result {
	width: .36rem;
	height: .36rem;
	background-repeat: no-repeat;
	background-size: .36rem;
	display: block;
	padding-right: .1rem;
	margin: 0 auto;
}
.success-tip .success .icon-box{
	margin-top: 1.6rem;
}
.success-tip .success {
	padding: .2rem .12rem;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	font-size: .16rem;
	text-align: center;
}
.searchDoctor .m-info .expert-intro {
	color: rgb(128, 128, 128);
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	padding: 0;
}

.doc-h1 .btn-reg{
	background: #4DB6AC;
	border: 1px solid #4DB6AC;
	color: #fff;
	margin-left: .05rem;
	font-size: .12rem;
	border-radius: .03rem;
	display: inline-block;
	width: .4rem;
	text-align: center;
	height: .18rem;
	line-height: .18rem;
	position: absolute;
	right: .1rem;
	top: 0;
}

.hos-banner > li {
    width: 100%
}

.hos-banner img {
    width: 100%;

}

.hos-banner .slick-dots li {
    width: .1rem;
    height: .1rem;
}

.hos-banner .slick-dots li button {
    width: .1rem;
    height: .1rem;
}

.hos-banner .slick-dots li button:before {
    width: .1rem;
    font-family: normal;
    font-size: .18rem;
    height: .1rem;
    line-height: 1;
    color: #fff;
    top: -.05rem;
}

.hos-banner .slick-dots li.slick-active button:before {
    color: #fff;
}

/*搜索*/
.search-box {
    background: #f8f8f8;
    /* height: .3rem; */
    padding: .07rem .1rem;
    position: relative;
    display: -webkit-box;
    -webkit-box-align: center;
    z-index: 10;

}

.area {
    background-image: url(../img/ico_Arrow_1.png);
    background-size: .1rem;
    background-repeat: no-repeat;
    background-position: 100% 60%;
    padding-right: .12rem;
    display: block;
    white-space: nowrap;
    min-width: .25rem;
    max-width: .6rem;
    overflow: hidden;
    color: #444;
    text-overflow: ellipsis;
    margin-right: .05rem;

}

.search-bar {
    background: #fff;
    border-radius: .05rem;
    padding: 0 .1rem;
    height: .3rem;
    display: -webkit-box;
    -webkit-box-align: center;
    -webkit-box-flex: 1;
}

.search-bar .s-field {
    -webkit-box-flex: 1;
}

.search-bar .s-field input {
    padding: .05rem;
    height: .2rem;
    line-height: .2rem;
    width: 100%;
    font-size: .12rem;
    overflow: hidden;
}

.search-bar .s-field input::-webkit-input-placeholder {
    color: #bbb
}

.search-bar .sear_btn {
    width: .12rem;
    color: #bbb
}

.search-bar .sear_btn:active {
    color: #333;
}

.searchWarp {
    padding-top: .5rem;
}
.m-tab-hos li.on a {
    padding: 0 .3rem;
}

.late-visit {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    padding: .08rem .1rem .06rem .15rem;
    color: #f5a92a;
    overflow: hidden;
    white-space: nowrap;
    z-index: 2;
}

.late-visit-dept {
    bottom: .45rem;
}

.late-visit a {
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    padding: 0 .02rem;
    max-width: 6.5em;
    overflow: hidden;
    font-size: .12rem;
    text-overflow: ellipsis;

    border-radius: 2px;
    margin-right: .1rem;
}

.late-visit a:active {
    border: 1px solid #fff;
    color: #fff;
}

.late-visit .close {
    position: absolute;
    right: .1rem;
    top: 35%;
    background-image: url(../images/close.png);
    background-size: .1rem;
    background-repeat: no-repeat;
    width: .1rem;
    height: .1rem;

}

/*搜索列表*/
.m-list-search {
    background: #fff;
    margin-bottom: .05rem;
    border-bottom: 1px solid #eee;
}

.m-list-search li {
    display: -webkit-box;
    -webkit-box-align: center;
    padding: .12rem;
    position: relative;
}

.m-list-search li:after {
    content: "  ";
    position: absolute;
    left: 10px;
    right: 0;
    bottom: 0;

    height: 1px;
    background-color: #ddd;
    /* 如果不用 background-color, 使用 border-top:1px solid #f00; 效果是一样的*/
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}

.m-list-search li:last-child:after {
    background-color: #fff
}

.m-list-search li:last-child {
    border: 0
}

.m-list-search li > a.link {
    display: block;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.m-list-search li .s-logo {
    width: .36rem;
    height: .36rem;
    padding-right: .1rem;
    display: block;
}

.m-list-search li .txt {
    -webkit-box-flex: 1;
    font-size: .14rem;
    display: -webkit-box;
    -webkit-box-align: center;
}

.m-list-search li .fr-txt {
    color: #bbb;
    font-size: .12rem;
}

.m-search-box .m-dl-list {
    margin-bottom: 0;

}

.m-search-box .m-dl-list:after {
    content: "  ";
    position: absolute;
    left: 10px;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #ddd;
    /* 如果不用 background-color, 使用 border-top:1px solid #f00; 效果是一样的*/
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}

.m-search-box .m-dl-list dl {
    padding: .12rem .1rem;
    height: 1rem;
}

.m-dl-list dl dt{
    display: block;
    width: .5rem;
    height: 100%;
    box-sizing: border-box;
    margin-right: .2rem;
}

.area-list {
    margin-bottom: .05rem;

}

.areabox {
    padding-top: 1rem;
}

.area-list .active a {
    color: #5ebbcd;

}

.area-list .active:before {
    font-family: 'icomoon';

    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: .06rem;
    content: "\e959";
    color: #5ebbcd;
    position: absolute;
    left: .05rem;
    top: .2rem
}

.dept-content {
    border-bottom: 1px solid #eee;
    margin-bottom: .05rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1
}

.dept-content .m-dl-list {
    margin: 0
}

.dept-content .m-dl-list:after {
    background: #fff;

}

.dept-content .m-dl-list dl {
    -webkit-box-align: center;
    padding: .12rem .15rem;
}

.dept-content p {
    color: #777;
    padding-top: .086rem;
}


.caredept {
    position: absolute;
    right: .15rem;
    top: .12rem;
}

/****选科室页公告****/
.dept-notice-wrap {
    background: #FFF7FA;
    padding: 0;
    color: #444;
    font-size: .12rem;
    position: relative;
}

.dept-notice-img {
    width: 100%;
    padding: 0;
    line-height: 0;
    font-size: 0;
}

.dept-notice-img img {
    width: 100%;
    height: 0.65rem;
}

.dept-notice {
    padding: .1rem;
    position: relative;
}

.dept-notice-nowrap {
    display: -webkit-box;
    -webkit-box-align: center;
}

.dept-notice-nowrap .dept-notice-con {
    -webkit-box-flex: 1;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: .18rem;
}

.dept-notice-nowrap .dept-notice-con p {

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

    height: .18rem;
    width: 100%;
}

.dept-notice .icon-laba {
    display: inline-block;
    background-image: url(../images/laba.png);
    width: .18rem;
    height: .12rem;
    background-repeat: no-repeat;
    background-size: .14rem;

}

.dept-notice-nowrap .icon-laba {
    display: block;
}

.dept-notice-nowrap .more {
    color: #E6648E;
    display: block;
    font-size: .12rem
}

.dept-notice-nowrap .link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 10
}

/*科室列表*/
.m-dept-list {
    position: fixed;
    left: 0;
    right: 0;
    overflow: hidden;
}
.m-dept {
    position: relative;
    width: 100%;
    overflow: hidden;
    left: 0;
    right: 0;
    height: 3rem;

}

.m-dept-scroll {
    height: 100%;
    position: relative;
    top: 0;
    overflow: hidden;

    -webkit-overflow-scrolling: touch;

    -webkit-transition: left .3s ease-out;
    -moz-transition: left .3s ease-out;
    -ms-transition: left .3s ease-out;
    -o-transition: left .3s ease-out;
    transition: left .3s ease-out;
}

.dept-screen-mask {
    position: absolute;
    width: 100%;
    height: 1000rem;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.2);
}

.m-dept .m-dept-scroll .dept-list:last-child {
    background-color: #fff;
    border-left: 1px solid #f5f5f5;
}

.m-dept .dept-list:first-child {
    background-color: #f6f6f6;
}

.dept-list {
    width: 100%;
    position: absolute;
    left: 0;
    overflow: auto;
    background-color: #fff;
    -webkit-transition: left .3s ease-out;
    -moz-transition: left .3s ease-out;
    -ms-transition: left .3s ease-out;
    -o-transition: left .3s ease-out;
    transition: left .3s ease-out;
    height: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.dept-list li {
    padding: .12rem .1rem .12rem .12rem;
    font-size: .145rem;
    word-break: break-all;

}

.dept-list li.on {
    background: #fff;
    color: #5ebbcd
}

.dept-list li.isLeaf:active {
    background: #fff;
    color: #5ebbcd

}

.dept-list li.disabled {
    color: #bbb;
}

.dept-list li:active {
    background: #eee;
    color: #5ebbcd
}

.mask-dept {
    position: absolute;
    width: 100%;
    height: 10000px;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.dept-bottom {
    position: fixed;
    z-index: 50;
    bottom: 0;
    left: 0;
    right: 0;
    height: .4rem;
    line-height: .27rem;
    background: #fff;
    border-top: 1px solid #eee;
    padding: .07rem 0;
    display: -webkit-box;
    -webkit-box-align: center;
}

.dept-bottom a {
    width: 33%;
    display: block;
    text-align: center;
    border-right: 1px solid #eee;
    font-size: .14rem;
    color: #777;
}

.dept-bottom a:last-child {
    border: 0
}

.dept-list.leave {
    background: #f6f6f6;
    border-left: 0
}

.dept-list.leave li {

    background: #f6f6f6;
    position: relative;

}

.dept-list.leave li.on {
    background: #fff;
}

.dept-list.leave li:after {
    content: "  ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #e8e8e8;
    /* 如果不用 background-color, 使用 border-top:1px solid #f00; 效果是一样的*/
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}

/*选医生---日历*/
.calendar-box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #f7f7f7;
    z-index: 120
}

.calenda-back {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: -webkit-box;
    -webkit-box-align: center;
    -webkit-box-pack: center;
}


.select-calendar {
    padding: .07rem .05rem;
    text-align: center;
    color: #5ebbcd;

}

.select-calendar .today {
    position: absolute;
    left: .1rem;
    border-radius: 3px;
    width: .40rem;
    height: .2rem;
    margin-right: .06rem;
    line-height: .2rem;
    color: #5ebbcd;
    display: block;

}

.select-calendar .disabled {
    position: absolute;
    left: .1rem;
    border-radius: 3px;
    width: .40rem;
    height: .2rem;
    margin-right: .06rem;
    line-height: .2rem;
    color: #5ebbcd;
    display: none;

}

.select-calendar .active {
    background: #5ebbcd;
    color: #fff
}


.select-calendar .sel-date {
    font-size: .14rem;
    -webkit-box-flex: 1;
    line-height: .2rem;
    text-align: left;
    display: block;
}

.select-calendar .sel-date p{
    position: absolute;
    top: .04rem;
    right: 3px;
    border-radius: 0.02rem;
    border: 1px solid #5ebbcd;
    height: .25rem;
    background: #fff;
}
.select-calendar .sel-date p button{
    display: inline-block;
    font-size: .12rem;
    height: .23rem;
    background: #fff;
    color: #5ebbcd;
    border: 0;
    padding: 0 2px;
    border-radius: 0;
}
.select-calendar .sel-date p button.active{
    background: #5ebbcd;
    color: #fff;
}
.select-calendar .fr {
    display: block;
    float: none;
}

.select-calendar .date-disabled {
    color: #f8f8f8;
}

.select-calendar .date-disabled .icon-jiantou3:before {
    color: #f8f8f8;
}

.calendar {
    width: 100%;
    overflow: auto;
    padding-top: .037rem;
    padding-bottom: .037rem;
    box-shadow: 0 1px 0 #eee;
}

.calendar ul {
    padding-left: .1rem;
}

.calendar ul.scroll-x {
    width: 10000rem;
}

.calendar ul.scroll-y {
    width: 100%;
}

.calendar ul.scroll-y li {
    width: 14%
}

.calendar ul li {
    width: .44rem;
    height: .4rem;
    border-radius: 3px;
    text-align: center;
    float: left;
    margin-right: .08rem;
    margin-bottom: .1rem

}

.calendar ul li small span {
    font-size: .1rem;
}

.calendar ul li.active {
    background: #5ebbcd;
    color: #fff
}

.calendar ul li.active span {
    color: #fff
}

.calendar ul li.disabled, .calendar ul li.disabled .notAvail {
    color: #bbb;
}

.calendar ul li .date {
    width: 100%;
    font-size: .18rem;
    display: block;
    padding-top: .036rem;
    line-height: 100%
}

.slide-down {
    position: absolute;
    left: 42%;
    /* bottom: -.1rem; */
    width: 13%;
    height: .13rem;
    text-align: center;
    z-index: 10;
    font-size: 0.085rem;
    color: #bbb;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background: #f8f8f8;
}

.slide-down i {
    display: block;
    font-size: .13rem;
    color: #666;
}

/*公共----旋转*/
.rota-0 {
    -webkit-transform: rotate(0deg);
}

.rota-180 {
    -webkit-transform: rotate(-180deg);
}

.doc-list dl .doc-img {
    margin-right: 12.6px;
    width: .6rem;
    overflow:hidden;
}

.careDoc {
    font-size: .1rem;
    width: .6rem;
    text-align: left;
    height: .2rem;
    line-height: .2rem;
}

.careDoc .care {
    background-size: .12rem;
    width: .2rem;
    height: .14rem;
    display: inline-block;
    vertical-align: text-bottom;
}

.m-info .count {
    font-size: .11rem;
    color: #777;
}

.m-info .doc-intro {

    position: relative;
}

.m-info .doc-intro .doc-special {

    line-height: 1.6;
    padding-right: .7rem;

    font-size: .13rem;
}

.m-info .doc-intro .doc-special .more {
    padding-left: .05rem;
    color: #5ebbcd;

}

.m-info .doc-intro .doc-fee {
    font-size: .16rem;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #f5a623
}

.source-wrap {
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 410;

    transition: all .3s ease-out;
    -webkit-transform: translate(0, 100%);
}

.pop-on {
    -webkit-transform: translate(0, 0);
}

.source-wrap .icon-close {
    position: absolute;
    top: .15rem;
    right: .05rem;
    color: #bbb;
    width: .2rem;
    height: .2rem;
    font-size: .14rem;
    z-index: 420
}

.source-wrap h1 {
    font-size: .16rem;
    padding-left: .12rem;
    line-height: .5rem;
    height: .5rem;
    color: #1e1e1e;
    position: relative;
}
.source-wrap h1:after {
    content: "  ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #ddd;
    /* 如果不用 background-color, 使用 border-top:1px solid #f00; 效果是一样的*/
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}
.source-wrap .date-list{
    max-height: 3.5rem;
    overflow: auto;
}
.source-box {
    height: 2.7rem;
    overflow: auto;
}

.source-box li {
    height: .45rem;
    line-height: .45rem;
    padding: 0 .1rem 0 .12rem;
    display: -webkit-box;
    -webkit-box-align: center;
    position: relative;
    color: #1e1e1e;
}

.source-box li:after {
    content: "  ";
    position: absolute;
    left: 10px;
    right: 0;
    bottom: 0;

    height: 1px;
    background-color: #ddd;
    opacity: 0.4;
    /* 如果不用 background-color, 使用 border-top:1px solid #f00; 效果是一样的*/
    /* -webkit-transform: scaleY(.5);
    transform: scaleY(.5); */
}

.source-box li .time {
    width: 1rem;
    font-size: .15rem;

    display: block;
}

.source-box li .remain {
    -webkit-box-flex: 1;
    display: -webkit-box;
    -webkit-box-align: center;
}

.source-box li .remain big {
    font-size: .18rem;
    display: block;
}

.source-box li .money {
    display: block;
    font-size: .16rem;
    color: #f5a623;
    position: relative;
    text-align: right;

}

.source-box li .money:after {
    font-family: 'icomoon' !important;
    content: '';
    content: "\e91d";
    color: #ccc;

    font-size: .13rem;
}

.expert-ico {
    background: url(../images/zhuanjia.png) no-repeat center;
    background-size: .38rem;
    width: .38rem;
    height: .13rem;
    display: block;
    overflow: hidden;
    margin-left: .05rem;
}

.source-box li.disabled {
    color: #bbb;
}

.source-box li.disabled .money {
    display: none;
}

.intro-panel {
    position: fixed;
    left: 5%;
    width: 90%;
    top: .7rem;
    border-radius: 5px;
    background: #fff;
    z-index: 400;
}

.intro-panel h2 {
    position: absolute;
    width: 100%;
    top: -.15rem;
    background-image: url(../img/xianqingjieshao.png);
    background-repeat: no-repeat;
    background-size: 78% .4rem;
    height: .4rem;
    line-height: .4rem;
    background-position: 50% 0;
    text-align: center;
    color: #fff;
    font-size: .14rem;
}

.intro-panel dl {
    display: -webkit-box;
    -webkit-box-align: center;
    margin-bottom: .1rem;
}

.intro-panel dt.doc-img {
    width: .55rem;
    height: .55rem;
    border-radius: 50%;
    margin-right: .15rem
}

.intro-panel dt.doc-img img {
    width: 100%
}

.intro-panel .desc h1 {
    font-size: .15rem;
}

.intro-panel .desc .doc-job-tit {
    font-size: .12rem;
    color: #5ebbcd;
}

.intro-panel .intro-content {
    padding: 0 .12rem;
    margin-top: .4rem;

}

.intro-panel .doc-panel {
    padding: .1rem;
    position: relative;
    display: -webkit-box;
    -webkit-box-align: center;
    height: .5rem;
}

.intro-content .intro-special {

    color: #333;
    padding: 0 .05rem;
    /* margin-top: .2rem; */
    line-height: 1.8;
    font-size: .14rem;
    /* min-height: .8rem; */
    max-height: 2.3rem;
    overflow-x: hidden;

}

.intro-panel .btn-areas {
    padding: 0;
    border-top: 1px solid #eee;
    text-align: center;
    display: -webkit-box;
    -webkit-box-align: center;
}

.intro-panel .btn-areas > a {
    width: 50%;
    -webkit-box-flex: 1;
    display: block;
    text-align: center;
    color: #999;
    font-size: .14rem;
    line-height: .45rem;
    margin: 0;
    border-right: 1px solid #eee

}

.intro-panel .btn-areas .btn-sure {
    border-right: 0;

    color: #5ebbcd;

}

/*订单确认*/
.m-confirm {
    padding: .12rem 0 .2rem 0;

}

.m-confirm-list {
    background: #fff;

    border-bottom: 1px solid #eee
}

.m-confirm-list li {
    line-height: .3rem;
    padding: .06rem .0rem .06rem 0;
    margin-left: .12rem;
    margin-right: .12rem;
    font-size: .14rem;
    color: #999;
    position: relative;
    display: -webkit-box;
    -webkit-box-align: center;
}

.m-confirm-list li:after {
    content: "  ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #ddd;
    /* 如果不用 background-color, 使用 border-top:1px solid #f00; 效果是一样的*/
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}

.m-confirm-list li:last-child:after {
    background-color: #fff;
}

.m-confirm-list .fr-jiantou {

    position: relative;
}

.fr-jiantou:after {
    font-family: 'icomoon' !important;
    content: '';
    content: "\e91d";
    color: #ccc;
    margin-left: 5px;
    font-size: .13rem;
}

.m-confirm-text {
    color: #1e1e1e;
    padding: .08rem .12rem;
    font-size: .14rem;
}

.m-confirm-list li .fr-link {
    -webkit-box-flex: 1;
    display: block;
    color: #1e1e1e;
    text-align: right;
    vertical-align: bottom;

}


.rline {
    padding: .1rem .1rem 0 .1rem;
}

.insurance-box {
    margin-top: 5px;
    border-bottom: 1px solid #eee;
    background: #fff;
    position: relative;
    display: -webkit-box;
    -webkit-box-align: center;
    padding: .15rem .12rem;
}

.insurance-box .leftbox {
    -webkit-box-flex: 1;

}

.insurance-box .rightbox {

    padding-left: .05rem;
    font-size: .18rem;
}

.leftbox h1 {
    font-size: .16rem;
    padding-bottom: .05rem;
    display: -webkit-box;
    -webkit-box-align: center;
}

.leftbox h1 > .title {
    -webkit-box-flex: 1;
    display: block;
    color: #333;
}

.leftbox h1 > .insuranceIcon {
    width: .18rem;
    height: .13rem;
    background-image: url(../images/icon-baoxian.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: .13rem;
    display: block;
}

.leftbox h1 .cash {
    color: #1e1e1e;
    padding-left: .1rem;
}

.leftbox h1 .icon-banzhu {
    padding-left: .1rem;
    color: #5ebbcd;
}

.leftbox p {
    color: #999;
    font-size: .12rem;

}

/*保险协议*/


.insur-head {
    padding: .15rem 0;
    margin: 0 10px;
    border-bottom: 3px solid #5ebbcd;

}

.insur-head-tip {
    border-bottom: 1px solid #eee;
    margin: 0;
    padding: .15rem .1rem;
}

.insur-head h3 {
    font-size: .18rem;
    display: -webkit-box;
    -webkit-box-align: center;
}

.insur-head h3 .icon-tinzhen {
    color: #5ebbcd;
    width: .3rem;
    display: block;
    background-image: url("../images/icon-baoxian-big.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: .2rem;
    height: .25rem;
}

.insur-head h3 > .title {
    -webkit-box-flex: 1;
    display: block;
}

.insur-head p {
    color: #999;
    padding-top: .05rem;

}

.insur-headWarp {
    background: #fff;
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: .55rem;

}

.submit {
    background-image: url(../images/Ins-submit-icon.png);
}

.fail {
    background-image: url(../images/Ins-fail-icon.png);
}

.submit h3, .fail h3 {
    padding: .1rem 0;
}

.submit p, .fail p {
    display: none;
}

.insurWarp .info-list {
    margin-bottom: .05rem
}



.auth-head {
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: .7rem 0 .12rem 0;
    margin-top: .12rem;
    margin-bottom: .05rem
}

.auth-head .thumb {

    margin: 0 .2rem;
    background: #fff7fa;
    border: 1px solid #ddd;
    border-radius: .05rem;
    color: #FC5980;
    padding: .12rem .12rem;
    position: relative
}

.auth-head .thumb i {
    left: 0;
    right: 0;
    width: 100%;
    top: -.9rem;
    height: 1rem;
    position: absolute;
    display: block;
    background-image: url(../images/smill.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 1.45rem 1rem
}






/*挂号记录*/

.m-record-wrap{

    padding-top: .1rem;
}

.m-record-list > li{
    background-color: #fff;
    margin-top:0.1rem;
    border:1px solid #eee;
    border-radius: 3px;
}


.m-record-list .b-infoList{

    padding:.1rem .14rem;
    position: relative;
}
.m-record-list a.link{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.m-record-list .b-infoList li{
    line-height: .24rem;
    font-size: .14rem;
    color: #777;
}

.m-record-list .b-infoList li span{
    font-size:.13rem;
    margin-left:10px;
}


.m-record-list  .info > h2{
    font-size: .14rem;
    height: .4rem;
    line-height:.4rem;
    color: #1e1e1e;
    padding:0 .14rem;
    border-bottom: 1px dashed #eee;
}

.m-record-list  .info .status{
    float: right;
    height:.4rem;
    font-size: .12rem;
    line-height:.4rem;
}

.clearfix:after{
    display:block;
    content:'.';
    visibility:hidden;
    clear: both;
    font-size:0;
    line-height: 0;
}

.m-record-list .b-infoList > .time{
    color: #1e1e1e;
}

.m-record-list .total{
    height: .4rem;
    line-height: .4rem;
    border-top:1px dashed #eee;
    color:#777;
    text-align: right;
    padding: 0 .14rem;
}

.m-record-list .total > .btnPay{
    height: .25rem;
    line-height:.25rem;
    font-size:.13rem;
    width: .65rem;
    padding:0;
    color:#fff;
    background-color:#5ebbcd;
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
    border-radius: 2px;

}

.m-record-list .total > .btnCancel{
    height: .25rem;
    line-height:.25rem;
    font-size:.13rem;
    width: .65rem;
    padding:0;
    color:#5ebbcd;
    border-color: #5ebbcd;
    background-color:#fff;
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
    border-radius: 2px;
}


.m-record-list .total > .b-mon-unit{
    font-size:0.1rem;
    color: #d0021b;
    /*margin:0 .02rem 0 .03rem   ;*/
}
.m-record-list .total > .sum{
    color: #d0021b;
    font-size:.14rem;
    margin-right: .08rem;
}


/*挂号详情*/

.m-info-code{
    position: relative;
    background: #fff;
    height: 0.45rem;
    line-height:  0.39rem;
    padding: 0 .1rem;
    border-bottom:1px solid #eee;
    border-top:.05rem solid #f8f8f8;
    color:#1e1e1e;
    font-size: .13rem;
    display: -webkit-box;
    -webkit-box-align: center;
}

.m-info-code .icon-ewm{
    width:.15rem;
    height: .15rem;
    display: block;
    background-image: url(../img/erweima.png);
    background-repeat: no-repeat;
    background-size: .15rem;
    padding-right: .2rem;
}
.m-info-code div{
    -webkit-box-flex: 1;
}
.m-info-code .right-arrow{
    width:.15rem; display: block;
    height: .15rem;
}
.m-info-code .link{
    position: absolute;
    width:100%;
    height: 100%;
    left:0; top:0; right :0; bottom:0
}

.m-status-hd{
    font-size: .14rem;
    min-height: .35rem;
    line-height: .35rem; 
    text-align: center;
    background-color: #fafafc;
}


.b-reg-success,.b-reg-paid-waiting,.b-reg-paid-getOrdered{
    color: #6aad1d;
}


.b-reg-waiting{
    color: #f6a623;
}



.b-reg-paid-fail,.b-reg-paid-canceled,.b-reg-paid-exeed{
    color: #6aad1d;
}


.b-reg-waiting-returns,.b-reg-returned,.b-reg-returned-alive{
    color: #d0021b;
}


.m-reg-panel{
    background-color: #fff;
}

.m-reg-tit-a{
    line-height: .27rem;
    height: .27rem;
    padding:0 0.12rem;
    color: #5ebbcd;
    border-bottom: 1px solid #f8f8f8;
    font-size: .14rem;
}

.m-reg-tit-a span span{
    font-size:.11rem;
    margin-left: .05rem;
}

.m-reg-tit-a .fr-link {
    text-align: right;
    float: right;
    color: #333;

}

.m-reg-tit-a.disabled .icon-jiantou3 {
    display: none;
    vertical-align: middle;
}

.m-reg-tit-a:before{
    width: 3px;
    vertical-align: text-top;
    height: .14rem;
    line-height: .14rem;
    content: ' ';
    display: inline-block;
    background-color: #5ebbcd;
    margin-right: .05rem;
}

.m-reg-recordInfo {
    padding-bottom: .2rem;
}

.m-reg-recordInfo .info-list li{

    font-size: .13rem;
    padding-left: .12rem;
    position: relative;
}

.m-reg-recordInfo  .info-list li .fr-txt{
    margin-left: .1rem;
}


.m-reg-recordInfo .info-list li .muti-2{
    /* max-height: .37rem; */
    overflow: hidden;
    text-align: right;
}

.m-reg-recordInfo .info-list .lbl{
    min-width: .48rem;
    display: block;
}

.m-reg-recordInfo .m-reg-infoPanel{
    line-height: .25rem;
    font-size: .13rem;
    padding: .1rem .12rem;
    border-bottom: 1px solid #ececed;
}


.m-reg-payinfo-list{

    padding: .07rem .12rem;
}

.m-reg-payinfo-list li{
    line-height: 1.6;
    font-size: .128rem;
    color: #999;
}

.popewm {
    position: fixed;
    left: .20rem;
    right: .20rem;
    top: 20%;
    background: #fff;
    padding: 0 .15rem .35rem .15rem;
    border-radius: .05rem;
    z-index: 500;
    text-align: center;

}

.popewm h1 {
    font-size: .16rem;
    color: #1e1e1e;
    height: 1.05rem;
    line-height: 1.05rem;
}

.popewm img {
    margin: 0 auto;
}

.popewm .info-ewm .ewm-code {
    width: 80%;

}

.popewm .info-ewm .txm-code {
    width: 94%;
    padding: .2rem 0;
}

/*扫码选医院*/
.m-selhos-form {
    background: #fff;
    border: 1px solid #eee

}

.m-selhos-form ul li {
    padding: .05rem .12rem;
}

.m-selhos-form ul li:after {
    left: .12rem
}

.m-selhos-form ul li:last-child:after {
    background-color: #fff;
}
/* 挂号 选科室 */
.data-warp{
    min-height: 0.6rem;
}
.date-list li{
    padding: 3px 0.1rem;
    border-top: 1px dashed #e3e3e3;
    color: #444;
    background: #fff;
    font-size: .13rem;
    line-height: .35rem;
    height: .35rem;
}
.date-list li button{
    line-height: .2rem;
    font-size: .14rem;
    margin-top: .03rem;
    min-width: .75rem;
    text-align: center;
    font-weight: normal;
}
.date-list li label{
    display: inline-block;
    margin-left: .1rem;
}
.date-list P{
    border-top: 1px dashed #e3e3e3;
    color: #444;
    background: #fff;
    padding: .05rem .1rem;
    font-size: .14rem;
}
.date-list P i{
    margin: .05rem .2rem 0 0;
}
.date-list .doc-fee {
    display: inline-block;
    color: #f5a623;
    margin-left: .1rem;
}
.mode-img{
    background: url(../img/rl.png) no-repeat;
    background-size: cover;
    width: .2rem;
    height: .2rem;
}
.mode-img.active{
    background: url(../img/ys.png) no-repeat;
    background-size: cover;
}
/* 挂号服务 */
.deptList-warp{
    background: #fff;
}
.deptList-warp .m-dl-list{
    margin-bottom: 0;
}
.deptList-warp .tab-nav{
    background: #fff;
    border-bottom: 1px solid #e3e3e3;
}
.deptList-warp .tab-nav li{
    width: 33%;
    display: block;
    float: left;
    text-align: center;
    font-size: .15rem;
    height: 0.4rem;
    line-height: 0.4rem;
}
.deptList-warp .tab-nav li.active{
    color: #5ebbcd;
}
.deptList-warp .tab-nav li.active span{
    border-bottom: 2px solid #5ebbcd;
    display: block;
    line-height: 0.4rem;
}
.deptList-warp .registered li{
    width: 50%;
}
.deptList-warp .registered li img{
    width: .45rem;
    height: .45rem;
    display: block;
    float: left;
}
.deptList-warp .registered li{
    width: 50%;
    float: left;
    padding: 0.2rem 0 0.2rem 0.2rem;
}
.deptList-warp .registered li .info-right{
    float: left;
    padding:.05rem 0 0 .1rem;
}
.deptList-warp .registered li .info-right p{
    font-size: .15rem;
}
.deptList-warp .registered li .info-right span{
    color: #999;
    font-size: .13rem;
}
.deptList-warp #deptSecond,.deptList-warp #deptSecond li{
    background: #fff;
} 
.deptList-warp .hospital,.deptList-warp .news{
    padding: .1rem;
    text-indent: .3rem;
    font-size: .13rem;
}
.deptList-warp #deptFrist>li{
    color: #777;
}
.deptList-warp .campus{
    font-size: .13rem;
    padding: .08rem .15rem .08rem .15rem;
}
.deptList-warp .app-searchBox i{
    margin-top: .05rem;
    font-size: .15rem;
}
.deptList-warp .firstTitle{font-size: .16rem; text-align: center; line-height: 20px;padding: .1rem 0; margin:0 20px .05rem;border-bottom:1px solid #ddd;}
.deptList-warp .notices{text-indent:.3rem; width:100%; padding:.02rem .1rem; word-wrap:break-word;word-break: break-all; font-size:.14rem;}
.deptList-warp .popupBtn{width:calc(50% - 1px);float: left; height:50px; border:none; border-top:1px solid #eee; font-size:.15rem;color:grey;}
.deptList-warp .popupBtn:last-child{width:50%;border-left:1px solid #eee;color:rgb(106,185,165);}
.deptList-warp .dept-list span{
    border: 1px solid #ECECEC;font-size: .12rem;border-radius: .03rem;display: inline-block;width: .4rem;text-align: center;
    height: .18rem;line-height: .18rem;
}
.deptList-warp .dept-list span:first-child{
    background: #4DB6AC;border: 1px solid #4DB6AC;color: #fff;margin-left: .05rem;
}
/* 号源选择 */
.select-doctor .expertise{
    background: #fff;
    padding: 0 0.1rem;
    font-size: .13rem;
    line-height: .2rem;
    position: relative;
}
.select-doctor .expertise button{
    border: 1px solid #5ebbcd;
    color: #5ebbcd;
    border-radius: .02rem;
    padding: 0 .03rem;
    font-size: .12rem;
    background: #fff;
}
.select-doctor .expertise button.active{
    position: absolute;
    right: .2rem;
    bottom: .02rem;
}
.select-doctor .score span{
    display: inline-block;
}
.select-doctor .score button{
    border: 1px solid #5ebbcd;
    background: none;
    padding: 0.02rem;
    color: #5ebbcd;
    border-radius: .03rem;
    margin-left: .05rem;
}
.data-pop-warp .yd-popup{
    padding:  0 .1rem;
}
.data-pop-warp .data-pop-top{
    padding-top: .1rem;
}
.data-pop-warp .data-pop-top button{
    padding: .02rem .08rem;
    background: #fff;
    color: #5ebbcd;
    border-radius: .02rem;
    border: 1px solid #5ebbcd;
    font-size: .135rem;
}
.data-pop-warp .data-pop-top button i{
    font-size: .12rem;
}
.data-pop-warp .data-pop-main .data-pop-item{
    padding-top: .2rem;
}
.data-pop-warp .date-list{
    margin-top: .03rem;
}
.data-pop-warp .data-pop-main p{
    font-size: .13rem;
    line-height: .3rem;
    border-bottom: 1px solid #e3e3e3;
}
#dataList .date-list li{
    border-top: none;
    border-bottom: 1px solid #e3e3e3;
}
.data-pop-warp .date-list li{
    border-top:none;
    border-bottom: 1px dashed #e3e3e3;
}
.data-pop-warp .date-list li:after{
    opacity: 0;
}
#dataList em{
    font-size: .12rem;
}
.dateSelection{
    background: #fff;
    padding: 0 .1rem;
}
.dateSelection .data-pop-warp .data-pop-main .data-pop-item {
    padding-top: .1rem;
}
/* 评价详情 */
.evaluation-list{
    height: 100%;
    width: 100%;
    position: absolute;
}
.evaluation-list .evaluation-top{
    height: .3rem;
    line-height: .3rem;
    border-bottom: 1px solid #5ebbcd;
    margin-bottom: .1rem;
    padding: 0 .1rem;
    background: #fff;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}
.evaluation-list .list-warp{
    height: 100%;
    overflow-y: auto;
}
.evaluation-list ul{
    padding-top: .4rem;
}
.evaluation-list li{
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: .1rem;
    padding: 0 .1rem .03rem;
}
.evaluation-list img{
    width: .34rem;
    height: .34rem;
    border-radius: 50%;
    display: block;
    float: left;
}
.evaluation-list .details-left{
    float: left;
    margin-left: .1rem;
    width: calc(100% - 0.45rem);
}
.evaluation-list .details-left p{
    color: #777;
}
.select-doctor .score-mete{
    position: relative;
    font-size: .16rem;
}
.select-doctor .score-mete strong{
    background: red;
    display: inline-block;
    border-radius: .05rem;
    height: .1rem;
    line-height: .1rem;
    font-weight: normal;
    min-width: .15rem;
    padding: 0 .02rem;
    color: #fff;
    font-size: .1rem;
    text-align: center;
    position: absolute;
    left:60%;
    top: -.02rem;
}
/* 确认下单 */
.confirm-order .info-confirm-text span{
    color: #5ebbcd;
}
.confirm-order .info-confirm-text p{
    text-indent: .2rem;
    color: #5ebbcd;
}

.confirm-order .m-confirm-text .m-confirm-text
{
    width: 2.3rem;
    text-align: right;
    float: right;
    padding: 0;
}

.default{
    text-align: center;
}
.regDetail-warp .foot-btn{
    width:100%;margin:.1rem auto;background: none;
}
.regDetail-warp .foot-btn a{
    width:92%; margin: .1rem auto; height:.4rem;
}
/* 搜索医生 */
.searchDoctor .m-info p{
    padding: .02rem 0;
}
.searchDoctor .doc-img{
    position: relative;
}
.searchDoctor .doc-img img{
    position: relative;
    top:50%;
    transform:translate(0,-50%);
}

.more-btn{
    position: absolute;
    right: .1rem;
    top: .21rem;
}