﻿@charset UTF-8;

*
{
	margin:0;
	padding:0;
}

html
{
	-webkit-tap-highlight-color:transparent;
	overflow-x:hidden;
}

body
{
	max-width:27.30667rem;
	background:#f1f1f1;
	font-family:PingFangSC-Light;
	overflow-x:hidden;
}

.nav-top .nav-title-center
{
	margin-right:.8rem;
}

.emergency-top-img
{
	width:100%;
	display:block;
}

.department-section-name
{
	background:#fff;
	font-family:PingFangSC-Regular;
	font-size:.37333rem;
	color:#666;
	letter-spacing:-.00907rem;
	line-height:.42667rem;
	text-align:left;
	padding:.4rem 0 0 .34667rem;
}

.department-list
{
	width:100%;
	background:#fff;
	overflow:hidden;
	padding:.4rem;
}

.department
{
	float:left;
	width:2.13333rem;
	height:2.13333rem;
	cursor:pointer;
	color:#999;
	text-align:center;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid transparent;
	margin:0 .21333rem .21333rem 0;
}

.department .department-icon
{
	background-color:#b3b3b3;
}

.department-selected
{
	color:#37cf6b;
	border:1px solid #37cf6b;
}

.department-selected .department-icon
{
	background-color:#37cf6b;
}

.department-name
{
	margin-top:.18667rem;
	font-family:PingFangSC-Regular;
	font-size:.32rem;
	letter-spacing:.01787rem;
	text-align:center;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}

.department-name .choose-icon
{
	width:.32rem;
	height:.32rem;
}

.department-icon
{
	margin-top:.13333rem;
	height:.58667rem;
}

.department-price
{
	margin-bottom:.24rem;
	font-family:PingFangSC-Regular;
	font-size:.32rem;
	letter-spacing:.01787rem;
	text-align:center;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}

.clinic-time
{
	background:#fcfcfc;
	font-family:PingFangSC-Light;
	font-size:.32rem;
	color:#666;
	letter-spacing:-.00773rem;
	line-height:.32rem;
	text-align:left;
	margin:.02667rem 0 .24rem;
	padding:.42667rem;
}

.patient-assess
{
	margin-bottom:1.68rem;
}

.patient-assess .title
{
	background:#fff;
	font-family:PingFangSC-Regular;
	font-size:.37333rem;
	color:#666;
	line-height:.37333rem;
	text-align:left;
	padding:.37333rem 0 0 .4rem;
}

.assess-list .assess-item:first-child .header
{
	padding:.4rem 0 .18667rem .4rem;
}

.assess-list .assess-item
{
	margin-bottom:.02667rem;
	background:#fff;
	border:0 solid #e7e7e7;
	height:2.72rem;
}

.assess-list .assess-item .header
{
	padding:.61333rem 0 .18667rem .4rem;
}

.assess-list .assess-item .phone
{
	font-family:PingFangSC-Light;
	font-size:.34667rem;
	color:#666;
	letter-spacing:-.00827rem;
	line-height:.34667rem;
	text-align:left;
}

.assess-list .assess-item .grade
{
	margin-left:.13333rem;
	font-family:PingFangSC-Regular;
	font-size:.34667rem;
	color:#ff6134;
	letter-spacing:-.00827rem;
	line-height:.34667rem;
	text-align:left;
}

.assess-list .assess-item .content
{
	font-family:PingFangSC-Regular;
	font-size:.37333rem;
	color:#323232;
	letter-spacing:-.00133rem;
	line-height:.53333rem;
	text-align:left;
	padding:0 0 .53333rem .42667rem;
}

.bottom-button
{
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	height:1.22667rem;
	cursor:pointer;
	text-align:center;
	line-height:1.22667rem;
	color:#fff;
	background:#37cf6b;
}

.gray-button
{
	background:gray;
}

.special-dialog .dialog-content-bd
{
	font-family:PingFangSC-Regular;
	font-size:.45333rem;
	color:#323232;
	line-height:1.4;
	text-align:center;
	padding:.45333rem .66667rem;
}

.special-dialog .dialog-content-ft
{
	margin-top:0;
	border-top:1px solid #E7E7E7;
}

.special-dialog .dialog-content-ft .dialog-btn-cancel
{
	display:none;
}

.special-dialog .dialog-content-ft .dialog-btn-ok
{
	font-size:.42667rem;
	text-align:center;
	-webkit-border-radius:2px;
	border-radius:2px;
	margin:.21333rem 0;
}

.dialog-open
{
	overflow:hidden;
}

.dialog-wrap
{
	position:fixed;
	left:0;
	top:0;
	z-index:100001;
	width:100%;
	height:100%;
}

.dialog-overlay
{
	position:absolute;
	top:0;
	left:0;
	z-index:100002;
	width:100%;
	height:100%;
	background:#000;
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition:all ease-in-out .15s;
	-moz-transition:all ease-in-out .15s;
	transition:all ease-in-out .15s;
}

.dialog-content
{
	position:absolute;
	top:50%;
	left:50%;
	z-index:100003;
	width:85%;
	background-color:#FAFAFC;
	text-align:center;
	-webkit-border-radius:5px;
	border-radius:5px;
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transform:translate3d(-50%,-50%,0);
	-moz-transform:translate3d(-50%,-50%,0);
	transform:translate3d(-50%,-50%,0);
	-webkit-transition:all ease-in-out .15s;
	-moz-transition:all ease-in-out .15s;
	transition:all ease-in-out .15s;
}

.dialog-content-animate
{
	-webkit-transform:translate3d(-50%,-50%,0) scale3d(0.9,.9,.9);
	-moz-transform:translate3d(-50%,-50%,0) scale3d(0.9,.9,.9);
	transform:translate3d(-50%,-50%,0) scale3d(0.9,.9,.9);
}

.dialog-content-hd
{
	margin-bottom:-5px;
	padding:15px 0 0;
}

.dialog-content-title
{
	font-weight:400;
	font-size:17px;
	line-height:1.2;
	margin:0;
	padding:0;
}

.dialog-content-bd
{
	margin-top:15px;
	font-size:15px;
	color:#666;
	word-wrap:break-word;
	word-break:break-all;
	text-align:left;
	-webkit-overflow-scrolling:touch;
	padding:0 15px;
}

.dialog-content-bd p
{
	margin:5px 0;
}

.dialog-content-ft
{
	position:relative;
	margin-top:15px;
	overflow:hidden;
	display:flex;
}

.dialog-content-ft .dialog-btn
{
	text-decoration:none;
	outline:0;
	border:0;
	-webkit-appearance:none;
	background-color:transparent;
	position:relative;
	display:block;
	color:#0079ff;
	line-height:43px;
	font-size:16px;
	font-weight:400;
	-webkit-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	-moz-box-flex:1;
	flex:1;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-user-select:none;
	margin:0;
	padding:0;
}

.dialog-content-ft .dialog-btn:hover,.dialog-content-ft .dialog-btn:active
{
	background-color:#eee;
}

.dialog-content-ft:after
{
	content:" ";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:1px;
	border-top:1px solid #D5D5D6;
	color:#D5D5D6;
	-webkit-transform-origin:0 0;
	-moz-transform-origin:0 0;
	-ms-transform-origin:0 0;
	transform-origin:0 0;
	-webkit-transform:scaleY(0.5);
	-moz-transform:scaleY(0.5);
	-ms-transform:scaleY(0.5);
	transform:scaleY(0.5);
}

.dialog-content-ft .dialog-btn:after
{
	content:" ";
	position:absolute;
	left:0;
	top:0;
	width:1px;
	height:100%;
	border-left:1px solid #D5D5D6;
	color:#D5D5D6;
	-webkit-transform-origin:0 0;
	-moz-transform-origin:0 0;
	-ms-transform-origin:0 0;
	transform-origin:0 0;
	-webkit-transform:scaleX(0.5);
	-moz-transform:scaleX(0.5);
	-ms-transform:scaleX(0.5);
	transform:scaleX(0.5);
}

.dialog-content-ft .dialog-btn:first-child
{
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
}

.dialog-content-ft .dialog-btn:last-child
{
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
}

.dialog-content-ft .dialog-btn:first-child:after
{
	border-left:0;
}

.dialog-content-info
{
	width:auto;
	text-align:center;
	background-color:rgba(0,0,0,.8);
	-webkit-border-radius:10px;
	border-radius:10px;
}

.dialog-content-info .dialog-content-bd
{
	position:relative;
	width:140px;
	height:140px;
	color:#fff;
	text-align:center;
	margin:0;
	padding:0;
}

.dialog-content-info .dialog-content-bd .info-icon
{
	max-width:48px;
	margin:20% 0 0;
}

.dialog-content-info .dialog-content-bd .info-text
{
	position:absolute;
	width:100%;
	left:0;
	bottom:20px;
	font-size:16px;
	margin:0;
}

.dialog-content-tips
{
	width:auto;
	text-align:center;
	background-color:rgba(0,0,0,.8);
	-webkit-border-radius:5px;
	border-radius:5px;
}

.dialog-content-tips .dialog-content-bd
{
	position:relative;
	color:#fff;
	text-align:center;
	line-height:1.2;
	font-size:14px;
	margin:0;
	padding:10px 16px;
}

.dialog-content-tips .dialog-content-bd .info-icon
{
	max-width:16px;
	margin-right:7px;
	vertical-align:middle;
}

.dialog-content-tips .dialog-content-bd .info-text
{
	position:relative;
	top:1px;
}

.dialog-wrap-show .dialog-overlay
{
	opacity:.6;
	filter:alpha(opacity=60);
}

.dialog-wrap-show .dialog-content
{
	opacity:1;
	filter:alpha(opacity=100);
}

.dialog-wrap-show .dialog-content-animate
{
	-webkit-transform:translate3d(-50%,-50%,0) scale3d(1,1,1);
	-moz-transform:translate3d(-50%,-50%,0) scale3d(1,1,1);
	transform:translate3d(-50%,-50%,0) scale3d(1,1,1);
}

.dialog-content-ft .dialog-btn-cancel,.dialog-content-ft .dialog-btn-ok
{
	color:#0079ff;
}

.dialog-wrap-info .dialog-overlay,.dialog-wrap-tips .dialog-overlay
{
	background-color:transparent;
	opacity:0;
	filter:alpha(opacity=0);
}

@media screen and min-width1024px {
	.dialog-content
	{
		max-width:45%;
	}
}