﻿[v-cloak] {
	display: none !important;
}

/* content */

@font-face {
	font-family: 'FangZheng';
	src: url(font/FZWBJW.ttf);
	src: url(font/FZWBJW.ttf) format('truetype');
	font-style: normal;
}

* {
	font-family: Helvetica Neue, Helvetica, sans-serif;
}

html,
body {
	background-color: #FEFEFE;
	font-size: 14px;
}

img {
	max-width: 100%;
}

.overflow {
	overflow: auto !important;
}

.before0:before,
.after0:after {
	height: 0 !important;
	border: none !important;
}

.font2 {
	font-family: "FangZheng";
}

.weui-media-box_appmsg .weui-media-box__hd {
	margin-right: .8em;
	line-height: normal;
	text-align: center;
	background-size: cover !important;
	background-position: center bottom !important;
	background-repeat: no-repeat !important;
}

.weui-cells {
	margin-top: 10px;
}

.swiper-slide img {
	display: block;
	width: 100%;
}

.loading {
	position: absolute;
	top: 20px;
	left: calc(50% - 25px);
	z-index: 999;
}

.weui-picker__action {
	font-size: 14px;
	color: #50A440;
}

.weui-picker__item {
	font-size: 15px;
}

.overall-center {
	margin-top: 15%;
}

/* toast */

.cpt-toast {
	position: fixed;
	left: 50%;
	top: 50%;
	text-align: center;
	animation-duration: 0.3s;
	max-width: 300px;
	line-height: 20px;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	transform: translate(-50%, -50%);
	transform: translate3d(-50%, -50%, 0);
	font-family: '微软雅黑', 'Microsoft Yahei';
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	word-wrap: break-word;
}

/* toast */


.dot-bottom {
	font-size: 0;
	line-height: 0;
	border-width: 5px 6px;
	border-color: #999999;
	border-bottom-width: 0;
	border-style: dashed;
	border-top-style: solid;
	border-left-color: transparent;
	border-right-color: transparent;
}

.index-header {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}

.index-content {
	position: relative;
	top: 0;
	z-index: 3;
}

.index-lives .text-lg {
	padding-left: 10px;
	position: relative;
}

.index-lives .text-lg::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 15px;
	width: 2px;
	background-color: #333333;
}

.index-lives .item {
	display: inline-block;
	width: calc(50% - 10px);
	margin: 10px 5px;
}

.index-search {
	background-color: rgba(0, 0, 0, 0.15);
	border-radius: 40px;
	height: 30px;
	line-height: 30px;
	color: white;
	border: 1px solid white;
}

.index-fun p {
	display: inline-block;
	border: 1px solid #8B8B8B;
	background-color: #8ABD3200;
	padding: 5px 12px;
	border-radius: 8px;
	margin: 5px;
}

/* switch */
.weui-switch:checked,
.weui-switch-cp__input:checked~.weui-switch-cp__box {
	border-color: #8ABD32;
	background-color: #8ABD32;
}

.weui-switch-cp__box {
	width: 60px;
	height: 30px;
}

.weui-switch:before,
.weui-switch-cp__box::before {
	width: 58px;
	height: 28px;
}

.weui-switch:after,
.weui-switch-cp__box::after {
	width: 28px;
	height: 28px;
}

.weui-switch-cp__input:checked~.weui-switch-cp__box::after {
	-webkit-transform: translateX(30px);
	transform: translateX(30px);
}

/* #login #register */

#login {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
}

#login .foot button,
#register .foot button {
	height: 45px;
	line-height: 45px;
	color: white;
	background-image: linear-gradient(45deg, #4DA43C 50%, #9AC82A);
	text-align: center;
	outline: none;
	width: 100%;
	border: none;
	font-size: 16px;
	border-radius: 6px;
}

#login .content .item,
#register .content .item,
#improveInfo .content .item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 40px;
	border-bottom: 1px solid #DBDBDB;
	overflow: hidden;
}

#login .content .item .icon,
#register .content .item .icon,
#improveInfo .content .item .icon {
	width: 30px;
	text-align: center;
	border-right: 1px solid #DBDBDB;
	margin-right: 10px;
}

#login .content .item .icon img,
#register .content .item .icon img,
#improveInfo .content .item .icon img {
	vertical-align: middle;
}

#login .content .item input,
#register .content .item input,
#improveInfo .content .item input {
	border: none;
	height: 100%;
	outline: none;
	font-size: 15px;
}

/* login */
#login .identify-code {
	width: 75px;
	height: 26px;
	border: 1px solid #8ABC32;
	border-radius: 4px;
	overflow: hidden;
	display: flex;
}

#login .get-sms {
	width: 75px;
	height: 26px;
	line-height: 26px;
	color: white;
	background-color: #8ABC32;
	text-align: center;
	border-radius: 4px;
	font-size: 12px;
}

/* register */
#register .head {
	padding: 20px 0 0 20px;
}

#register .head span {
	border-left: 2px solid #499D41;
	padding-left: 10px;
	font-weight: bold;
}

#register .item {
	border: 1px solid #AEAEAD !important;
	margin-bottom: 10px;
	border-radius: 4px;
	background-color: #EEEEEE;
}

#register .item input {
	background-color: #EEEEEE !important;
}

#register .item.specil {
	border: none !important;
	background-color: #FEFEFE;
}

#register .item.specil input {
	width: calc(100% - 30px);
}

#register .item .disflex {
	border: 1px solid #AEAEAD;
	height: 100%;
	border-radius: 4px;
	flex: 1;
	background-color: #EEEEEE;
	overflow: hidden;
}

#register .identify-code,
#register .get-sms {
	border: 1px solid #8ABD32;
	color: white;
	margin-left: 15px;
	border-radius: 4px;
	text-align: center;
	overflow: hidden;
	width: 85px;
	height: 100%;
	line-height: 38px;
	background-color: #8ABD32;
}

#register .identify-code {
	display: flex;
}

#register .item .icon {
	height: 38px;
	line-height: 38px;
	border-right: none !important;
	margin: 0 !important;
}

.checkbox-dom {
	width: 18px;
	height: 18px;
	border-radius: 2px;
	border: 1px solid #BBBBBB;
}

.radioShare.active .checkbox-dom {
	background-color: var(--public-green);
	position: relative;
	border-color: var(--public-green);
}

.radioShare.active .checkbox-dom::after {
	content: "";
	width: 10px;
	height: 5px;
	border-left: 2px solid white;
	border-bottom: 2px solid white;
	transform: rotate(-45deg);
	position: absolute;
	left: 2px;
	top: 3px;
	border-radius: 2px;
}

.get-sms:active {
	opacity: 0.85;
}

/* improveInfo */
#improveInfo .head {
	padding: 20px 0 0 20px;
}

#improveInfo .head span {
	border-left: 2px solid #499D41;
	padding-left: 10px;
	font-weight: bold;
}

#improveInfo .item {
	border: 1px solid #AEAEAD !important;
	margin-bottom: 10px;
	border-radius: 4px;
	background-color: #EEEEEE;
}

#improveInfo .item input {
	background-color: #EEEEEE !important;
}

#improveInfo .item.specil {
	height: auto;
}

#improveInfo .item.specil textarea {
	background-color: #EEEEEE;
}

/* attestation */

#attestation .head span {
	border-left: 3px solid #8ABC32;
}

#attestation .weui-input {
	border: 1px solid #B8B8B8;
	border-radius: 4px;
	height: 45px;
	line-height: 45px;
}

#attestation .weui-uploader__input-box,
#submitOrder .weui-uploader__input-box {
	width: 100%;
	height: 150px;
	border: 1px solid #B8B8B8;
	border-radius: 4px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: relative;
}

#attestation .weui-uploader__input-box.active::before,
#attestation .weui-uploader__input-box.active::after,
#attestation .weui-uploader__input-box.active p {
	display: none;
}

#attestation .uploader-text {
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	bottom: 10px;
}

/* 聊天室 */
.public-room {
	padding: var(--public-distance-sm) 0;
	margin-top: var(--public-distance-lg);
}

.public-room .room-item .create-time {
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-size: 12px;
	color: var(--public-gray);
}

.public-room .room-item .msg-detail {
	display: flex;
	align-items: flex-start;
	padding: var(--public-distance-sm) var(--public-distance-df);
}

.public-room .room-item .img-head img {
	width: 55px;
	height: 55px;
	display: block;
	border-radius: 50%;
}

.public-room .room-item .main-msg {
	width: auto;
	max-width: 80%;
}

.public-room .room-item .msg-name {
	font-size: var(--public-distance-sm);
	color: var(--public-grey);
}

.public-room .room-item .msg-content {
	font-size: var(--public-text-df);
	padding: var(--public-distance-sm);
	border-radius: 4px;
	position: relative;
	line-height: 1.2;
	box-shadow: 0px 4px 10px #999999;
}

.public-room .room-item .msg-content::after {
	content: "";
	position: absolute;
	top: 10px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent;
}

.public-room .room-item .main-msg .msg-content {
	width: auto;
	max-width: 100%;
}

.emoji-icon {
	vertical-align: middle;
	width: 25px;
	height: 25px;
}

.public-room .room-item .right-detail {
	flex-direction: row-reverse;
}

.public-room .room-item .right-detail .msg-content {
	background-color: var(--public-olive);
	margin-right: var(--public-distance-sm);
}

.public-room .room-item .right-detail .msg-content::after {
	right: -10px;
	border-left-color: var(--public-olive);
}

.public-room .room-item .left-detail .msg-content {
	background-color: var(--public-white);
	margin-left: var(--public-distance-sm);
}

.public-room .room-item .left-detail .msg-content .text-list {
	width: 100%;
}

.public-room .room-item .left-detail .msg-content::after {
	left: -10px;
	border-right-color: var(--public-white);
}

.public-room .room-item .left-detail .msg-name {
	margin-left: var(--public-distance-sm);
}

.public-room .room-item .right-detail .msg-name {
	margin-right: var(--public-distance-sm);
	text-align: right;
}

/* <div class="public-room">
	<div class="room-item" v-for="item in lists" v-on:click="tapItem(item)">
		<div class="create-time">{{item.CreateTime}}</div>
		<div class="msg-detail right-detail" v-if="item.SendUID == tmpUID">
			<div class="img-head"><img v-bind:src="HeadImg"></div>
			<div class="msg-content">{{item.Content}}</div>
		</div>
		<div class="msg-detail left-detail" v-else>
			<div class="img-head"><img v-bind:src="UserInfo.HeadPortrait"></div>
			<div class="msg-content">{{item.Content}}</div>
		</div>
	</div>
</div> */
/* 聊天室 结束 */

/* 聊天室 底部输入框 */
#pullrefresh {
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 53px;
	left: 0;
	overflow: auto;
	width: 100%;
	background-color: #EEEEEE;
}

.msg-box {
	width: 100%;
	height: auto;
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: white;
	z-index: 9;
	padding: var(--public-distance-sm);
	border-top: 1px solid var(--public-white);
	display: flex;
}

.msg-box .msg-textarea,
.msg-box .hiddenContent {
	font-size: var(--public-text-df);
	font-family: "微软雅黑";
	background-color: var(--public-white);
	color: var(--public-black);
	line-height: 20px;
	padding: var(--public-distance-xs) var(--public-distance-sm);
	margin: 0;
	border-radius: 4px;
	box-sizing: border-box;
	word-break: break-all;
	overflow: auto;
	border: 1px solid #F2F2F2;
	box-sizing: border-box;
	outline: none;
	resize: none;
}

.msg-box .hiddenContent {
	width: calc(100% - 110px);
	position: fixed;
	top: 70px;
	left: 3000px;
	height: auto;
	z-index: 9999;
	visibility: hidden;
}

.msg-box .msg-textarea {
	max-height: 90px;
	min-height: 30px;
	width: calc(100% - 90px);
}

.msg-box .remind {
	text-align: center;
	line-height: 30px;
	font-size: var(--public-text-df);
	color: var(--public-gray);
}

.msg-box .msg-sen-btn {
	margin-left: var(--public-distance-sm);
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 4px;
	font-size: var(--public-text-sm);
	color: var(--public-grey);
	font-weight: normal;
	background-color: var(--bg-gray);
}

.msg-box .msg-sen-btn.active {
	background-color: var(--public-blue);
	color: var(--public-white);
}

.msg-box .emoji {
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin-right: var(--public-distance-sm);
}

.msg-box .emoji img {
	display: block;
	width: 100%;
}

/* emoji */
.emoji-box {
	background: #fff;
	width: 100%;
	/* height: 320px; */
	padding: 10px 0;
	margin-bottom: 10px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.emoji-box img {
	margin: 2px;
	width: 25px;
	height: 25px;
}

/* emoji over */

/* <footer class="msg-box">
	<div class="hiddenContent"></div>
	<div id="emojiView" class="emoji-box"></div>
	<div class="emoji"><img src="../../Image/emoji/emoji.png" /></div>
	<textarea type="text" class="msg-textarea" name="textareaname" maxlength="300" rows="1" cols="1"></textarea>
	<button class="mui-btn mui-pull-right msg-sen-btn">发送</button>
</footer> */
/* 聊天室 底部输入框 结束 */

/* orderPay */
.foot-pay {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: var(--public-light-gray);
	font-size: var(--public-text-lg);
}

.foot-pay .pay-btn {
	background-color: var(--public-olive);
	width: 120px;
	height: 50px;
	line-height: 50px;
	color: white;
	text-align: center;
}

.foot-pay .pay-btn:active {
	opacity: 0.85;
}

#submitOrder .weui-textarea {
	border: 1px solid #B8B8B8;
	border-radius: 4px;
}

/* choosePatient */
.child-list {
	display: flex;
	justify-content: flex-start;
	overflow: auto;
}

.child-list .item {
	width: 90px;
	height: 90px;
	border: 1px solid var(--public-light-gray);
	position: relative;
	border-radius: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	margin-top: var(--public-distance-sm);
}

.child-list .item::before,
.child-list .item::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: var(--public-olive);
}

.child-list .item::before {
	width: 15px;
	height: 1px;
}

.child-list .item::after {
	height: 15px;
	width: 1px;
}

.child-list .item.active {
	border: 1px solid var(--public-olive);
}

.next-btn {
	width: 100%;
	height: 45px;
	line-height: 45px;
	border: 1px solid #B2B2B2;
	border-radius: 4px;
	padding: 0 var(--public-distance-sm);
	box-sizing: border-box;
	margin-bottom: var(--public-distance-sm);
}

.next-btn.active,
.next-btn.active span {
	color: var(--public-olive);
}

/* doctorIndex */

.doctor-info {
	background-image: url(../img/icon/84.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 100% 100%;
}


.doctor-info .weui-media-box_appmsg .weui-media-box__hd {
	width: 80px;
	height: 80px;
}

/* expertsLists */
#expertsLists .weui-search-bar__label {
	text-align: left;
	background-color: #E4E4E4;
	color: #A2A2A2;
	border-radius: 100px;
}

#expertsLists .weui-search-bar__form {
	height: 36px;
	line-height: 36px;
}

#expertsLists .weui-search-bar__label span {
	vertical-align: baseline;
}

#expertsLists .line-light-gray {
	margin-left: 90px;
}

.more {
	height: 40px;
	line-height: 40px;
}

/* encyclopedias  info */
.content-header {
	background-color: #F3F2ED;
}

.bottom-content {
	background-color: #FEFFFA;
	padding: 10px;
	position: relative;
}

.append-comment {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.bottom-content .div-edit {
	width: 100%;
	height: 80px !important;
	line-height: 1.4em;
	padding: 10px;
	font-size: 14px;
	border: 1px solid #DBDADC;
	border-radius: 4px;
	background-color: white;
	margin: 0;
	outline: 0;
	resize: none;
	-webkit-appearance: none;
	overflow: auto;
}

.div-edit img {
	height: 22px;
	vertical-align: middle;
	width: auto;
}

.chat-tools img {
	vertical-align: bottom;
	position: relative;
	top: -2px;
}

.chat-tools .weui-btn {
	width: 60px;
	height: 28px;
	line-height: 28px;
	color: white;
	font-size: 14px;
	float: right;
	cursor: pointer;
}

.chat-tools .weui-btn:active {
	opacity: 0.85;
}

.emoji-view {
	width: calc(100% - 20px);
	height: 180px;
	background: #fff;
	border: 1px solid #ebf1f1;
	vertical-align: middle;
	position: absolute;
	top: -170px;
}

.emoji-box {
	margin: 10px 0;
	width: 100%;
	height: 160px;
}

.emoji-list {
	float: left;
	width: 100%;
	height: 100%;
}

.emoji-list li {
	float: left;
	margin: auto;
	width: 10%;
	height: 20%;
	text-align: center;
	cursor: pointer;
	list-style: none;
}

.emoji-list li img {
	width: 20px;
	height: 20px;
	margin: 5px;
}

.tools-Lmsg {
	background: url(../img/photo.png) center center no-repeat;
	background-size: 24px;
	display: inline-block;
}

.tools-Lmsg .upload {
	width: 30px;
	opacity: 0;
	overflow: hidden;
	cursor: pointer;
}

.upload-imgs {
	margin: 10px 0 30px 0;
	overflow: hidden;
	font-size: 0;
}

.upload-imgs li {
	position: relative;
	width: 118px;
	height: 118px;
	font-size: 14px;
	display: inline-block;
	padding: 10px;
	margin-right: 25px;
	border: 2px dashed #ccc;
	text-align: center;
	vertical-align: middle;
}

.upload-imgs .add {
	display: block;
	background-color: #ccc;
	color: #ffffff;
	height: 94px;
	padding: 8px 0;
}

.upload-imgs .add .iconfont {
	padding: 10px 0;
	font-size: 40px;
}

.upload-imgs li .upload {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 118px;
	height: 118px;
}

.upload-imgs .img {
	position: relative;
	width: 94px;
	height: 94px;
	line-height: 94px;
}

.upload-imgs .img img {
	vertical-align: middle;
}

.upload-imgs .img .close {
	display: block;
	position: absolute;
	right: -6px;
	top: -10px;
	line-height: 1;
	font-size: 22px;
	color: #aaa;
}

.disease-item {
	height: 36px;
	line-height: 36px;
	text-align: center;
	width: calc(33% - 10px);
	border-radius: 6px;
	background-color: #F1F1F3;
	color: #333333;
	border: 1px solid #B7D65E;
	margin: 5px;
	float: left;
}

/* #doctorLists */

#doctorLists .weui-navbar {
	/* z-index: 1001; */
}

#doctorLists .mask {
	background-color: rgba(0, 0, 0, 0);
}

#doctorLists .weui-navbar__item {
	padding: 10px 0;
	background-color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

#doctorLists ol {
	position: absolute;
	left: 0;
	top: 49px;
	width: 100px;
	text-align: center;
	-webkit-transform: translate(0, -500px);
	transform: translate(0, -500px);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1001;
	width: 100%;
	background-color: #EFEFF4;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	max-height: 290px;
	overflow-y: scroll;
	border: 1px solid #E5E5E5;
	border-radius: 4px;
	box-shadow: 0px 4px 16px 2px rgba(0, 0, 0, 0.2);
	background-color: white;
}

#doctorLists ol li {
	list-style: none;
	border-bottom: 1px solid #E5E5E5;
	padding: 8px;
	color: #333333 !important;
}

#doctorLists ol li:last-child {
	border-bottom: 0;
}

#doctorLists .weui-actionsheet_toggle {
	-webkit-transform: translate(0) !important;
	transform: translate(0) !important;
}

/* 登记表 */
.register-header {
	background-color: rgb(242, 245, 253);
	height: auto;
	min-height: 129px;
	background-image: url(../img/bgImg.jpg);
	background-position: center 50%;
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 15px 20px;
	color: #fff;
}

.register-header p {
	text-align: right;
	font-size: 16px;
	font-weight: bold;
}

.register-body {
	padding: 20px 10px 0 10px;
}

.register-body .item {
	margin-bottom: 10px;
}

.register-body .item:last-child {
	margin: 0;
}

.register-body .item-content {
	display: flex;
	align-items: center;
	border: 1px solid #d3d3d3;
	font-size: 14px;
	background-color: white;
	padding: 5px 10px;
	margin-top: 5px;
}

.register-body .fail {
	border: 1px solid var(--public-red);
}

.register-foot {
	background-color: #F0F4FC;
	padding: 15px 25px;
}

/* 登记表 */
.padding-tabbar {
	padding-bottom: 66px;
}

.weui-tabbar {
	position: fixed;
	width: 100%;
	z-index: 5;
	left: 0;
	bottom: 0;
	height: 56px;
}

.opacity-grey {
	opacity: 0.4;
}

.interaction-btn {
	position: fixed;
	bottom: 60px;
	left: 0;
	right: 0;
}

.comment-lists .emoji {
	width: 20px;
}

#FileHead {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.hos-intro {
	height: auto;
	max-height: 100px;
	overflow: auto;
}

.album-item {
	width: 33.3%;
	height: 60px;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.clinic-specil {
	position: relative;
	height: 25px;
}

.clinic-specil::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: calc(50% - 1px);
	height: 1px;
	background-color: #333333;
	transform: scaleY(0.5);
}

.clinic-specil div {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 70px;
	transform: translate(-50%, -50%);
}

#freeClinic .flex-sub {
	position: relative;
	padding-left: 18px;
}

#freeClinic .flex-sub::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #9AC828;
}

.weui-gallery,
.weui-gallery__opr {
	background-color: rgba(0, 0, 0, 0.6);
}

.swiper-pagination-bullet-active {
	background: white
}
