.admin {
	max-width: 750px;
	top: 0;
	z-index: 200;
	padding-bottom: .2rem;
	border-bottom: 1px solid #F2F2F2;
	margin: 0 auto;
	background-image: url(../img/login.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}

.admin_ms {
	max-width: 750px;
	margin: 0 auto;
}

.about_us {
	max-width: 750px;
	margin: 0 auto;
}

.logoinFrom {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	margin-top: 35%;
}

.from-login {
	width: 100%;
	height: 100%;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	position: relative;
	margin-top: 45%;
}

.login-f {
	border-radius: 5px;
	margin: 0rem auto 4rem;
	position: relative;
	z-index: 2;
	padding: 1.8rem 1.8rem 4rem 1.8rem;
}

.au-flex {
	padding: .5rem 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 15px;
	position: relative;
}

.au-box {
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	min-width: 0;
	font-size: 14px;
	color: #333;
}

.au-box input {
	height: 1.8rem;
	line-height: 2.2rem;
	padding: 0.4rem 2rem;
	background: none;
	border: 0.0625rem solid #FFFFFF;
	width: 91%;
	float: left;
	color: #FFFFFF;
}

.au-box input::-webkit-input-placeholder {
	color: #FFFFFF;
	font-weight: 600;
}

.code-button {
	position: absolute;
	right: 0;
}

.code-button input {
	padding: 0rem .7rem;
	line-height: 1.2rem;
	background: #FFFFFF;
	height: 1.7rem;
	vertical-align: middle;
	margin: 0.5rem 0.8rem 0rem 0.8rem;
	border-radius: 5px;
	font-size: .8rem;
	color: #2d60b7;

}

.cell-box {
	left: 20%;
	margin-left: 0px;
	bottom: 10%;
	font-size: 0.8125rem;
}

.sub-button {
	margin-top: 1.2rem;
	background-color: #ffba00;
	border-radius: 0.3125rem;
	color: #fff;
	border: none;
	width: 100%;
	height: 2.35rem;
	line-height: 2.35rem;
	font-size: 1rem;
	box-shadow: 0 0.3125rem 0.5625rem #fddae1;
	text-align: center;
}

.sub-button button {
	color: #fff;
	font-size: 18px;
}

/* admin */
.admin_info {
	width: 100%;
	margin: 0 auto;
	background: #FFF;
	overflow: hidden;
	padding-top: 2.8rem;
}

.tgo {
	margin: -0.1rem auto;
	background: #FFFFFF;
	padding: 1rem;
	overflow: hidden;
}

.tgo .t {
	text-align: center;
}

.tgo .t h3 {
	font-size: 20px;
	color: #333;
}

.mes {
	border-bottom: 0.0625rem solid #F2F2F2;
	overflow: hidden;
	padding-bottom: 1.25rem;
}

.admininfo {
	overflow: hidden;
}

.admininfo dl {
	width: 95%;
	margin: 0.7rem 0 0 1.3rem;
	padding-bottom: 1rem;
}

.admininfo dt {
	width: 17%;
	float: left;
}

.admininfo dt img {
	width: 4.0625rem;
	height: 4.0625rem;
	border-radius: 0.375rem;
}

.admininfo h4 {
	color: #333333;
	font-size: 1.25rem;
	margin-bottom: 0.71875rem;
}

.admininfo span {
	color: #999;
	font-size: 0.9375rem;
}

.admininfo i {
	line-height: 3.5rem;
	color: #CCCCCC;
}

.admininfo ul {
	width: 100%;
	margin: 1.25rem auto;
}

.admininfo ul li {
	width: 33%;
	float: left;
	text-align: center;
}

.admininfo ul li i {
	font-size: 2.1875rem;
}

.admininfo ul li div {
	font-size: 0.875rem;
	margin: .4rem auto;
}

.msg-admin {
	width: 100%;
	background: #fff;
	overflow: hidden;
	margin: 0.4375rem auto;
}

.mymsg {
	width: 95%;
	margin: 0 auto;
}

.mymsg dt i {
	font-size: 1.5625rem;
	line-height: 3.4375rem;
	float: left;
	color: #009966;
	font-weight: 600;
}

.mymsg dt span {
	line-height: 1.8rem;
	margin: .8rem;
	float: left;
}

.mymsg dd {
	float: right;
	margin: 1rem auto;
}

.mymsg dd i {
	color: #cccccc;
}

.msg-msage {
	background: #fff;
	margin: 0.4375rem auto;
	overflow: hidden;
	margin-bottom: 3.75rem;
}

.mymg {
	width: 95%;
	margin: 0 auto;
}

.mymg dt i {
	font-size: 1.5625rem;
	line-height: 3.4375rem;
	float: left;
	/*color: #009966;
	 font-weight: 600; */
}

.mymg dt span {
	line-height: 1.8rem;
	margin: .8rem;
	float: left;
}

.mymg dd {
	float: right;
	margin: 1rem auto;
}

.mymg dd i {
	color: #cccccc;
}

.mym li {
	width: 100%;
	float: left;
	border-bottom: 0.0625rem solid #F2F2F2;
}

/* 联系我们 */
.lxwm {
	overflow: hidden;
	margin-bottom: .0625rem;
}

.ttgo {
	width: 95%;
	padding-top: 3.8rem;
}

.ttgo .t {
	text-align: center;
}

.ttgo .t h3 {
	font-size: 1.25rem;
	color: #3C80F4;
	text-align: center;
}

.t span {
	color: #8f8f8f;
	font-size: 0.75rem;
	line-height: 1.875rem;
}

.doctor_art {
	width: 95%;
	margin: 0 auto;
	background-color: #FFFFFF;
	border-radius: 0.4375rem;
}


.lxwm_con {
	width: 90%;
	margin: 0 auto;
	color: #666;
}

.lxwm_con dl {
	padding-top: 1.25rem;
}

.lxwm_con dl dt {
	color: #000000;
	font-size: 1rem;
}

.lxwm_con dl dd p {
	line-height: 1.5625rem;
	font-size: 0.875rem;
}

/* 我的咨询 */
.cons_doctor {
	max-width: 750px;
	margin: 0 auto;
}

.con_sex {
	margin: 0.9375rem auto;
	overflow: hidden;
	width: 50%;
	float: left;
}

.con_button {
	height: 3.5rem;
	text-align: center;
	line-height: 2.1875rem;
	font-size: 0.8125rem;
}

.radio-box {
	display: block
}

.radio-box {
	display: inline-block;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
	padding-left: 10px;
	padding-right: 20px;
}

.radio-box input {
	border: 0.0625rem solid #7F7F7F;
	width: 0.8125rem;
	height: 0.8125rem;
}

.cons_nei {
	width: 100%;
	background: #fff;
	overflow: hidden;
	height: 15.875rem;
	padding-top: 2.8rem;
}

.cons_nei dl {
	padding: 1.25rem;
}

.cons_nei dl dt h3 {
	font-size: 1rem;
	font-weight: normal;
}

.cons_img {
	color: #333333;
	margin: .375rem auto 0rem;
	background: #fff;
}

.cons_img-tit {
	line-height: 2.2rem;
	font-size: .875rem;
	color: #CCCCCC;
}

.cons_img dl {
	padding: 1.25rem;
}

.cons_img dl dt h3 {
	color: #333;
	font-size: 1rem;
	font-weight: normal;
}

.con_img {
	background-color: #E7E7E7;
	position: relative;
	width: 5rem;
	height: 5rem;
	margin-top: 0.9375rem;
	border: 0.0625rem dashed #999;
	border-radius: .2rem;
}

.con_img input {
	opacity: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}

.con_img p {
	font-variant: .9rem;
	color: #999;
}

.con_pat {
	color: #333;
	margin: .375rem auto;
	background: #fff;
}

.con_pat dl {
	padding: 1.25rem;
}

.con_pat dl dt h3 {
	font-size: 1rem;
	color: #333;
	font-weight: normal;
}

.textarea {
	width: 92%;
	height: 6.25rem;
	position: absolute;
	background: none;
	z-index: 9;
	border: 0.0625rem solid #CCCCCC;
	border-radius: 0.3125rem;
	padding: 1rem;
}

.note {
	position: absolute;
	line-height: 1.25rem;
	padding: 0.875rem 1.25rem;
	font-size: 0.875rem;
	color: #CCC;
}

#face-empty {
	text-align: center;
	padding-top: 1.5rem;
	line-height: 1.875rem;
}

#face-empty img {
	width: 20%;
	margin-left: 40%;
}

/* 联系我们 */
.doctor_art {
	width: 95%;
	margin: 0 auto;
	background-color: #FFFFFF;
	border-radius: 0.4375rem;
}

.fam_xinxi {
	width: 50%;
	margin: 1.5625rem auto;
	text-align: center;
	background-color: #3c80f4;
	line-height: 2.5rem;
	border-radius: 0.3125rem;
	margin-bottom: 6.25rem;
}

.lxwm_con {
	width: 85%;
	margin: 0 auto;
	color: #666;
}

.lxwm_con dl {
	padding-top: 1.25rem;
}

.lxwm_con dl dt {
	color: #3C80F4;
}

.lxwm_con dl dd p {
	line-height: 1.5625rem;
}

/* 版权声明 */
.copuright {
	max-width: 750px;
	margin: 0 auto;
	background: #f2f2f2;
	min-width: 375px;
}

/* 意见反馈 */
.feedback {
	max-width: 750px;
	margin: 0 auto;
	background: #f2f2f2;
	min-width: 375px;
}

.opinion {
	padding-top: 4rem;
	width: 100%;
	overflow: hidden;
}

.opinion dt {
	color: #333;
	font-size: 0.9375rem;
}

.opinion dt h3 {
	float: left;
	width: 85%;
	padding-left: 0.625rem;
}

.opinion dd {
	background-color: #FFFFFF;
	height: 6.875rem;
}

/* 用户协议 */
.agree {
	text-indent: 2em;
	padding-top: 3.1rem;
}

.agree_m {
	width: 87%;
	margin: 0.9375rem auto;
	margin-bottom: 4.25rem;
	border-radius: .3rem;
	background: #FFF;
	font-size: .875rem;
	overflow: hidden;
	padding: .7rem;
}

.agree_m p {
	line-height: 1.5625rem;
}

/* 我的咨询 */
.my_cons {
	max-width: 750px;
	margin: 0 auto;
	background: #f2f2f2;
	min-width: 375px;
}

.list_cons {
	width: 100%;
	color: #666666;
	padding-top: 3rem;
}

.list_cons li {
	padding-bottom: 1.5625rem;
	margin-bottom: 0.625rem;
	background-color: #FFFFFF;
}

.list_cons li dl {
	width: 95%;
	margin: 0 auto;
	padding: .8rem 0 .8rem 0;
}

.list_cons li dl dt {
	width: 15%;
	float: left;
	margin-right: .8rem;
	height: 8rem;
}

.list_cons li dl dt img {
	width: 100%;
}

.list_cons li dl dd h4 {
	font-size: .9375rem;
	line-height: 1.875;
}

.list_cons li dl dd h4 p {
	float: left;
	padding-right: .5rem;
}

.list_cons li dl dd h4 em {
	padding-left: .4rem;
	font-size: 0.8125rem;
}

.zxstyle {
	line-height: 1.5625rem;
	font-size: 0.8125rem;
}

.zxstyle label {
	margin-right: .5rem;
}

.bot {
	float: left;
	margin-right: 1.5rem;
	background: #9ac934;
	width: 30%;
	text-align: center;
	line-height: 1.5rem;
	border-radius: 0.3125rem;
	font-size: 0.875rem;
}

.bot a {
	color: #FFFFFF;
}

.bot1 {
	float: left;
	background: #ffc926;
	width: 30%;
	text-align: center;
	line-height: 1.5rem;
	border-radius: 0.3125rem;
	font-size: 0.875rem;
}

.bot1 a {
	color: #FFFFFF;
}

/* 医生详情 */
.doctor_art {
	width: 90%;
	margin: 1.0625rem auto;
	background-color: #FFFFFF;
	border-radius: 0.4375rem;
}

.doctor_cont {
	width: 90%;
	margin: 0 auto;
	padding-top: 1.5625rem;
}

.doctor_cont li {
	margin-bottom: 1rem;
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 1.25rem;
}

.doctor_cont li:last-child {
	border: none;
}

.doctor_cont li p {
	font-size: 1.125rem;
	font-weight: bold;
	color: #333333;
	line-height: 1.0625rem;
	margin-bottom: 0.9375rem;
}

.doctor_cont li span {
	color: #333;
	line-height: 1.7rem;
	font-size: 1rem;
}

.doctor_cont li span a {
	color: #3B7FF3;
}

.cent-table {
	width: 100%;
	font-size: 0.75rem;
	border-collapse: collapse;
}

.cent-table td {
	border: 0.0625rem solid #E5E5E5;
	font-size: .8rem;
	font-weight: 400;
	line-height: 1.25rem;
	width: 8%;
	text-align: center;
	position: relative;
}

.table-tr td {
	font-weight: 600;
}

.table-tro td {
	color: #FFA32F;
	line-height: 2.1875rem;
}

.table-trt td {
	color: #8DC11F;
	line-height: 2.1875rem;
}

td[class=first]:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 56px;
	/*这里需要自己调整，根据td的宽度和高度*/
	top: 0;
	left: 0;
	background-color: #E5E5E5;
	display: block;
	transform: rotate(-43deg);
	/*这里需要自己调整，根据线的位置*/
	transform-origin: top;
}

.article_doctor {
	max-width: 750px;
	margin: 0 auto;
	background: #F2F2F2;
	min-width: 375px;
}

.nvatitle {
	width: 100%;
	border-bottom: 0.0625rem solid #F2F2F2;
	height: 2.8125rem;
}

.nvatitle li {
	float: left;
	width: 50%;
	text-align: center;
	line-height: 2.7rem;

}

.nvatitle li.action span {
	font-weight: 600;
	color: #3C80F4;
	border-bottom: 0.1875rem solid #3C80F4;
	padding-bottom: 10px;
}

.nvacon {
	width: 100%;
	overflow: hidden;
}

.nvacon_li {
	width: 95%;
	display: none;
	margin: 0 auto;
}

.nvacon_li dl dd {
	margin: 0.375rem auto;
}

.play_icon {
	width: 45px;
	height: 45px;
	position: absolute;
	top: 35%;
	left: 42%;
}

.play_icon img {
	width: 100%;
}

.doctor_art1 {
	margin: 0 auto;
	background-color: #FFFFFF;
}

.mes1 {
	border-bottom: 0.375rem solid #F2F2F2;
	overflow: hidden;
	padding-bottom: 1.25rem;
}

.nnav {
	overflow: hidden;
	border-bottom: 0.375rem solid #F2F2F2;
}

.admin_info-ent {
	overflow: hidden;
	background: #FFFFFF;
	border-bottom: 0.0625rem solid #F2F2F2;
}

/* doctorliest */
.list_doctor {
	max-width: 750px;
	margin: 0 auto;
	min-width: 375px;
	background: #F2F2F2;
	overflow: hidden;
}

.topnav {
	width: 100%;
	vertical-align: middle;
	display: inline-block;
	background: #fff;
}

.pipe {
	border: 0.0225rem solid #999999;
	margin: 4px 8px 4px 6px;
}

.logo {
	width: 7.5rem;
	margin: 0.1875rem 0.3125rem;
}

.logoin {
	margin-right: 1.1875rem;
	margin-top: 0.875rem;
}

.logoin i {
	background: url(../img/login.png) no-repeat;
	background-size: 100%;
	margin-right: 0.1875rem;
	width: 20px;
	height: 20px;
	display: block;
	float: left;
	margin-right: 0.625rem;
}

.r_nav {
	font-size: 0.9375rem;
}

.kpzs {
	width: 100%;
	margin: 0.375rem auto;
	background: #FFFFFF;
	overflow: hidden;
	border-bottom: 0.0625rem solid #c8c6c6;
}

.kpzs li {
	width: 33%;
	float: left;
	text-align: center;
	margin-bottom: 0.375rem;
	padding: 0.8rem 0rem;
}

.kpzs li a {
	color: #666666;
}

.kpzs li a img {
	width: 42%;
	vertical-align: middle;
	display: inline-block;
}

.kpzs li a div {
	padding: .3rem;
	font-size: 0.9rem;
}

.rec_doctor {
	background: #fff;
	overflow: hidden;
	border-bottom: 0.0625rem solid #c8c6c6;
}

.doc_certification {
	max-width: 750px;
	margin: 0 auto;
	background: #f2f2f2;
	min-width: 375px;
}

/* header */
.top-head {
	max-width: 46.875rem;
	background: #fff;
	position: fixed;
	z-index: 999;
	border-bottom: 0.0625rem solid #D9D9D9;
}

.top-logo {
	margin: 0.2rem 0.3rem;
	height: 2.5125rem;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.topLeft {
	width: 7.5rem;
	display: inline-block;
}

.topLeft>img {
	width: 100%;
}

.top-logo form {
	margin: 0.3125rem 0.625rem 0 0;
	position: relative;
}

.search_btn {
	background-image: url(../img/yl_index_search_icon.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 1rem;
	height: 1rem;
	position: absolute;
	right: 0;
	top: 0.4rem;
	left: 0.8rem;
}

.top-logo .search_put {
	width: 100%;
	height: 1.7rem;
	background: #f1f1f1;
	/* box-shadow: 0 0.08rem 0.15rem 0 rgba(0,0,0,0.05); */
	border-radius: 4rem;
	font-size: 1rem;
	padding: 0 2.5rem;
	box-sizing: border-box;
	border: 1px solid #CCCCCC;
}

.top-logo input::-webkit-input-placeholder {
	font-size: 14px;
}

.top-logo>span {
	float: right;
	margin-right: 0.5rem;
	padding-top: 0.2rem;
}

.top-logo>span i {
	font-size: 1.25rem;
	color: #666666;
	font-weight: 100;
}

/* 枚举menu */
.menus {
	min-width: 23.4375rem;
	max-width: 46.875rem;
	margin: 0 auto;
	background-color: #F2F2F2;
}

/* 医生认证 */
.doc_cert {
	width: 100%;
}

.cert-one H4 {
	line-height: 1.875rem;
}

.cert-one span {
	font-size: 0.875rem;
	color: #666666;
}

.cert-one {
	width: 96%;
	position: relative;
	overflow: hidden;
	margin: 0.9375rem auto;
}

.cert-one ul {
	float: left;
	width: 100%;
	margin: 1.5625rem auto;
}

.cert-one ul li {
	margin-top: .9rem;
}

.cert-one ul li i {
	color: #ff6666;
	font-size: 1.25rem;
	vertical-align: middle;
	margin-right: .5rem;
}

.cert-one ul li a {
	color: #ffcc00;
}

.cert-one ul li a div {
	margin-right: 0.75rem;
	width: 20%;
	border: 0.0625rem solid #FFCC00;
	border-radius: 0.875rem;
	text-align: center;
}

.cert-two {
	width: 96%;
	position: relative;
	overflow: hidden;
	margin: 0.9375rem auto;
}

.cert-title h3 {
	font-size: 1rem;
	padding-bottom: .9rem;
}

.cert-title p {
	font-size: 0.875rem;
	color: #666666;
}

.cert-two-img div {
	width: 60%;
	margin: 0 auto;
	background: #F2F2F2;
}

.cert-two-img input {
	opacity: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}

#code-img {
	text-align: center;
	padding: 1.5rem;
	line-height: 1.875rem;
	background-color: #F2F2F2;
	width: 23%;
	margin: 1rem auto;
}

.cert-three {
	width: 96%;
	position: relative;
	overflow: hidden;
	margin: 0.9375rem auto;
}

.cert-three-img input {
	opacity: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}

#crad-img {
	text-align: center;
	padding: 1.5rem;
	line-height: 1.875rem;
	background-color: #F2F2F2;
	width: 23%;
	margin: 1rem auto;
}

.cert-four {
	width: 96%;
	position: relative;
	overflow: hidden;
	margin: 0.9375rem auto;
}

.cert-four-img input {
	opacity: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}

.button-sub {

	width: 95%;
	margin: 0 auto;
	margin-bottom: 5rem;
	text-align: center;
}

.button-sub span {
	font-size: 0.8125rem;
}

.button-sub input {
	width: 100%;
	line-height: 45px;
	border-radius: 5px;
	background: #ffba00;
	margin: .5rem auto;
}

.doc_certification-cent {
	background: #fff;
	overflow: hidden;
	padding-top: 2.8rem;
}

/* 消息页面 */
.mes_article {
	max-width: 46.875rem;
	min-width: 23.4375rem;
	background: #F2F2F2;
	margin: 0 auto;
}

.mes_details {
	background-color: #f1f1f1;
	padding: 4rem 0.3rem 1rem 0.3rem;
}

.m_details {
	padding-bottom: .3rem;
}

#time {
	font-size: .9rem;
	color: #999;
	margin-bottom: .3rem;
	text-align: center;
}

.msg>i {
	width: .8rem;
	float: left;
}

.msg_img {
	margin: 1rem;
	width: 2.5rem;
	height: 2.5rem;
	background-color: #3C80F4;
	text-align: center;
	line-height: 2.5rem;
	border-radius: 100%;
	float: left;
}

.msg_imgo {
	margin: 1rem;
	width: 3.5rem;
	height: 3.5rem;
	background-color: #3C80F4;
	text-align: center;
	line-height: 3.5rem;
	border-radius: 100%;
	float: left;
	margin-right: .2rem;
}

.msg_img i {
	font-size: 1.6rem;
	color: #FFFFFF;
	text-align: center;

}

.msg_imgo i {
	font-size: 1.6rem;
	color: #FFFFFF;
	text-align: center;

}

.msg>p {
	float: left;
	margin: 0.75rem 0.5rem;
	padding: 0.726rem;
	background: #FFFFFF;
	position: relative;
	max-width: 75%;
	box-sizing: border-box;
	color: #666666;
	border-radius: 0.4375rem;
	font-size: 0.9375rem;
}

.msg_text {
	margin: 1rem 0 0 .625rem;
	padding: 1.425rem 0.9375rem 0 5rem;
}

.msg_text h3 {
	font-size: 1rem;
}

.msg_text h3 span {
	font-size: 14px;
	color: #666666;
	font-weight: normal;
}

.msg_text span {
	font-size: 0.9375rem;
	color: #999;
}

/* 医生注册 */
.dct_reg {
	max-width: 750px;
	margin: 0 auto;
	min-width: 375px;
	background: #F2F2F2;
}

.dct_reg-cont {
	background: #fff;
	padding-top: 2.8rem;
}

.dct_reg-cont h3 {
	font-size: 1.5625rem;
	margin: 0.8rem;
}

.loginform {
	text-align: center;
}

.loginform input[type="text"],
.loginform input[type="password"],
.loginform input[type="button"],
.loginform input[type="submit"] {
	display: block;
	border: none;
	border-bottom: 1px solid rgb(215, 215, 215);
	width: 80%;
	margin: 0px auto 20px auto;
	font-size: 12px;
	-webkit-appearance: none;
	border-radius: 0;
}

.loginform input[type="text"] {
	padding: 9px 0px 16px 0px;
	font-size: 0.9375rem;
}

.loginform .userLogo {
	background-image: url(../img/login-user.png) !important;
	background-size: 18px !important;
}

.loginform input[type="password"] {
	padding: 8px 0px 8px 30px;
	background-image: url(../img/login-password.png);
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: 5px 3px;
}

.loginform input[type="button"] {
	padding: 8px 0px 8px 0px;
	margin-bottom: 10px;
	border-radius: 20px;
	width: 230px;
	color: white;
	background-color: #3c80f4;
	font-size: 14px;
}

.loginform input[type="submit"] {
	width: 85%;
	margin: 0 auto;
	background-color: #ffba00;
	text-align: center;
	font-size: 1.25rem;
	line-height: 2.8125rem;
	border-radius: 0.375rem;
	color: #FFFFFF;
}

/* 以下是注册页面 */
.loginform .codeText {
	display: inline !important;
	background-image: url(../img/login-code.png) !important;
	width: 60% !important;
}

.loginform .codeBtn {
	padding: 4px 0px 4px 0px !important;
	width: 75px !important;
	display: inline !important;
	border-radius: 5px !important;
	font-size: 12px !important;
}

.clause {
	width: 70%;
	text-align: center;
	margin: 1rem auto;
	font-size: 0.9375rem;
	color: #333;
	padding-bottom: 6.875rem;
}

.clause p {
	float: left;
	margin-right: .3rem;
}

.clause span {
	color: #3c80f4;
}

.reg_success {
	max-width: 750px;
	margin: 0 auto;
	min-width: 375px;
	background: #F2F2F2;
}

.reg_msg {
	margin: 0 auto;
	text-align: center;
	line-height: 2.1875rem;
	background: #fff;
	overflow: hidden;
}

.reg_title {
	padding-top: 2.5rem;
}

.reg_title h1 {
	text-align: center;
	font-size: 1.875rem;
	color: #3C80F4;
	margin-bottom: 1.25rem;
}

.reg_title span {
	font-size: 1rem;
	font-weight: 600;
}

.reg_content {
	margin: 5.625rem auto;
}

.reg_content {
	margin: 5.625rem auto;
}

.reg_content ul {
	width: 100%;
	margin: .625rem auto;
	text-align: center;
}

.reg_content ul li {
	width: 20%;
	float: left;
	margin: 0.625rem auto;
}

.reg_content ul li i {
	font-size: 2.1875rem;
	color: #ffba00;
	font-weight: 100;
}

.reg_content ul li div {
	font-size: 0.875rem;
	color: #666666;
}

.button {
	background-color: #ffba00;
	width: 80%;
	line-height: 50px;
	border-radius: 5px;
	margin: 35% auto;
	font-size: 1.125rem;
}

.reg_in {
	height: 6.25rem;
	overflow: hidden;
	background-color: #ffffff;
}

/* 个人注册 */
.personal_success {
	max-width: 750px;
	margin: 0 auto;
	min-width: 375px;
	background: #FFF;
}

.personal_success-per {
	padding-top: 5rem;
	width: 95%;
	margin: 0 auto;
	text-align: center;
}

.personal_success-per img {
	width: 6rem;
	height: 6rem;
	text-align: center;
	margin: 0 auto;
}

.personal_success-per p {
	margin: 20px auto 0px;
	font-size: 1.625rem;
	color: #333;
}

.personal_success-per span {
	color: #666;
	font-size: 1rem;
	line-height: 2.8125rem;
}

.back_button {
	width: 90%;
	margin: 5rem auto;
	height: 2.625rem;
	background: #4F8DF7;
	border-radius: 0.625rem;
	text-align: center;
	line-height: 2.5rem;
}

.back_button a {
	display: block;
	width: 100%;
	height: 2.625rem;
	color: #FFF;
	font-size: 1.125rem;
}

/* 预约须知 */
.notice {
	max-width: 750px;
	margin: 0 auto;
	background: #FFF;
}

.notice-content {
	padding-top: 5rem;
	width: 90%;
	margin: 0 auto;
	font-size: 1rem;
	line-height: 1.875rem;
}

/* 选科室挂号页 */
.select-depart_reg {
	max-width: 750px;
	margin: 0 auto;
	background: #FFF;
}

.select-depart_reg-cont {
	padding-top: 3.1rem;
	background: #4F8DF7;
	overflow: hidden;
}

.Notice {
	width: 30%;
	float: right;
	position: relative;
}

.Notice a {
	display: block;
	color: #FFF;
	font-size: 0.875rem;
	border: 0.0625rem solid;
	width: 75%;
	text-align: center;
	height: 1.2rem;
	line-height: 1.2rem;
	border-radius: 0.1875rem;
}

.Notice a i {
	font-size: 1.5rem;
	vertical-align: middle;
}

.select-depart_reg-cont dl {
	margin: 1rem auto;
}

.select-depart_reg-cont dl dt {
	overflow: hidden;
}

.select-depart_reg-cont dl dt p {
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
	width: 50%;
	float: left;
	padding: 0 2rem;
}

.select-depart_reg-cont dl dd {
	width: 83%;
	margin: 0.9375rem auto;
}

.select-depart_reg-cont dl dd span {
	color: #FFF;
	font-size: 0.875rem;
	border: 0.0625rem solid;
	padding: 0rem 0.5rem;
	border-radius: 0.1875rem;
}

.select-depart_reg-cont dl dd p {
	color: #FFF;
	font-size: 0.875rem;
	padding: 0.625rem 0rem 0rem;
}

.select-depart_reg-conts_tit {
	line-height: 2.8125rem;
	text-align: center;
	border-bottom: 0.0625rem solid #D9D9D9;
}

.select-depart_reg-conts_tit p {
	font-size: 1rem;
	font-weight: bold;
	color: #333;
}

.select-depart_reg-conts_ul {
	width: 100%;
	overflow: hidden;
}

.select-depart_reg-conts_ul-li {
	width: 50%;
	float: left;
}

.select-depart_reg-conts_ulsl li {
	line-height: 2.8125rem;
	text-align: center;
	background: #F4F4F4;
	border-bottom: 0.0625rem solid #D9D9D9;
}

.select-depart_reg-conts_ulsl li a {
	font-size: 0.875rem;
	color: #333;
}

.select-depart_reg-conts_ulsl li.opend,
.select-depart_reg-conts_ulsl li.opend a {
	background: #FFF;
	color: #3C80F4;
}

.select-depart_reg-conts_ulsr li {
	line-height: 2.8125rem;
	text-align: center;
	background: #FFF;

}

.select-depart_reg-conts_ulsr li a {
	color: #333;
	font-size: 0.875rem;
}

.select-depart_reg-conts_ulsr li.visit a {
	color: #4F8DF7;
}

/* 添加啊就诊人 */
.add_visitor {
	max-width: 750px;
	margin: 0 auto;
	background: #FFF;
}

.add_visitor-cont {
	padding-top: 3.1rem;
	overflow: hidden;
}

.add_visitor-cont_prompt {
	background: #F6F6F6;
	line-height: 30px;
}

.add_visitor-cont_prompt p {
	font-size: 1rem;
	color: #FF9147;
	padding: 0rem 1.25rem;
}

.add_visitor-cont_form {
	background: #FFF;
}

.add_visitor-cont_form li {
	border-bottom: 0.0625rem solid #ECECEC;
	line-height: 2.5rem;
	width: 100%;
	overflow: hidden;
}

.add_visitor-cont_form li label {
	font-size: 1rem;
	padding: 0 1.25rem;
	width: 25%;
	display: block;
	float: left;
}

.add_visitor-cont_form li label em {
	color: #FF0101;
	vertical-align: middle;
	margin-right: .375rem;
}

.add_visitor-cont_form .code {
	display: block;
	float: right;
	right: 20px;
	position: relative;
	background: #4F8DF7;
	line-height: 25px;
	color: #fff;
	padding: 0 10px;
	margin: 8px auto;
	border-radius: 5px;
}

.add_visitor-cont_form .submit {
	width: 35%;
	background: #4F8DF7;
	color: #FFF;
	font-size: 1rem;
	line-height: 1.875rem;
	margin: 1.25rem auto;
	display: block;
	border-radius: 0.3125rem;
}

/* 医院列表 */
.list_hospital {
	max-width: 750px;
	background: #F2F2F2;
	min-width: 375px;
	overflow: hidden;
	margin: 0 auto;
}

.my_symptom-content_tit {
	line-height: 1.875rem;
	width: 95%;
	margin: 0 auto;
}

.my_symptom-content_tit .t {
	font-size: 1rem;
	text-align: center;
	width: 15rem;
	margin: 0 auto;
	text-overflow: ellipsis;
	overflow: hidden;
}

.video-top {
	padding-top: 3.1rem;
}

.banner {
	margin-top: 3rem;
}

.radio {
	float: left;
	padding: .2rem 0rem;
}

.radio input[type="radio"] {
	position: absolute;
	opacity: 0;
}

.radio input[type="radio"]+.radio-label:before {
	content: '';
	background: #f4f4f4;
	border-radius: 100%;
	border: 1px solid #b4b4b4;
	display: inline-block;
	width: 1.4em;
	height: 1.4em;
	position: relative;
	top: -0.2em;
	margin-right: 1em;
	vertical-align: middle;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
	margin-left: 1em;
}

.radio input[type="radio"]:checked+.radio-label:before {
	background-color: #3197EE;
	box-shadow: inset 0 0 0 4px #f4f4f4;
}

.radio input[type="radio"]:focus+.radio-label:before {
	outline: none;
	border-color: #3197EE;
}

.radio input[type="radio"]:disabled+.radio-label:before {
	box-shadow: inset 0 0 0 4px #f4f4f4;
	border-color: #b4b4b4;
	background: #b4b4b4;
}

.radio input[type="radio"]+.radio-label:empty:before {
	margin-right: 0;
}

.radio-label span {
	font-size: 1rem;
}

.radio-labels span {
	font-size: 0.875rem;
}

.radio-labels em {
	color: #4F8DF7;
}

.add_visitor-cont_form-radio {
	width: 95%;
	margin: 1.25rem auto 0rem;
	text-align: center;
}

.add_visitor-cont_form-radio input[type="radio"] {
	position: absolute;
	opacity: 0;
}

.add_visitor-cont_form-radio input[type="radio"]+.radio-labels:before {
	content: '';
	background: #f4f4f4;
	border-radius: 100%;
	border: 1px solid #b4b4b4;
	display: inline-block;
	width: 1.4em;
	height: 1.4em;
	position: relative;
	top: -0.2em;
	vertical-align: middle;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
	margin-left: 1em;
}

.add_visitor-cont_form-radio input[type="radio"]:checked+.radio-labels:before {
	background-color: #3197EE;
	box-shadow: inset 0 0 0 4px #f4f4f4;
}

.add_visitor-cont_form-radio input[type="radio"]:focus+.radio-labels:before {
	outline: none;
	border-color: #3197EE;
}

.add_visitor-cont_form-radio input[type="radio"]:disabled+.radio-labels:before {
	box-shadow: inset 0 0 0 4px #f4f4f4;
	border-color: #b4b4b4;
	background: #b4b4b4;
}

.add_visitor-cont_form-radio input[type="radio"]+.radio-labels:empty:before {
	margin-right: 0;
}

/* 信息确认 */
.information_confirm {
	margin: 0 auto;
	max-width: 750px;
	padding-top: 3.1rem;
	overflow: hidden;
}

.information_confirm-doctor {
	margin: 0rem auto;
	background: #FFF;
	overflow: hidden;
}

.information_confirm-doctor ul {
	width: 90%;
	margin: 0.75rem auto;
}

.information_confirm-doctor li {
	font-size: 1rem;
	color: #333;
}

.information_confirm-doctor_addpen {
	width: 45%;
	margin: 0.625rem auto;
	background: #4F8DF7;
	border-radius: 0.625rem;
}

.information_confirm-doctor_addpen a {
	color: #FFF;
	text-align: center;
	display: block;
	line-height: 2.1875rem;
	font-size: 1rem;
}

.information_confirm-info {
	background: #FFF;
	overflow: hidden;
	margin: 0.375rem auto;
}

.information_confirm-info_cont {
	width: 95%;
	margin: 0 auto;
	position: relative;
}

.information_confirm-info_cont p {
	font-size: 1rem;
	color: #333;
	font-weight: bold;
	padding: 0.625rem;
}

.information_confirm-info_cont textarea {
	width: 90%;
	margin: 0.125rem 0.625rem;
	background-color: #F6F6F6;
	border-style: none;
	overflow: hidden;
	padding: 0.375rem;
	font-size: 0.875rem;
	word-break: break-all;
	height: 5rem;
	border-radius: 0.3125rem;
}

.textarea-numberbar {
	position: absolute;
	right: 1.5rem;
	bottom: 0.25rem;
	z-index: 1;
	margin-bottom: 0;
	font-size: 0.875rem;
}

.textarea-length {
	font-weight: normal;
}

.information_confirm-info_conts {
	width: 90%;
	margin: 0.5rem auto;
	overflow: hidden;
}

.confirm-info_conts {
	float: left;
	width: 30%;
	font-size: 0.875rem;
}

.con_sexs {
	margin: 0rem auto;
	overflow: hidden;
	width: 35%;
	float: right;
}

.radios {
	float: left;
}

.radios input[type="radio"] {
	position: absolute;
	opacity: 0;
}

.radios input[type="radio"]+.radio-label:before {
	content: '';
	background: #f4f4f4;
	border-radius: 100%;
	border: 1px solid #b4b4b4;
	display: inline-block;
	width: 1.4em;
	height: 1.4em;
	position: relative;
	top: -0.2em;
	margin-right: 1em;
	vertical-align: middle;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
	margin-left: 1em;
}

.radios input[type="radio"]:checked+.radio-label:before {
	background-color: #3197EE;
	box-shadow: inset 0 0 0 4px #f4f4f4;
}

.radios input[type="radio"]:focus+.radio-label:before {
	outline: none;
	border-color: #3197EE;
}

.radios input[type="radio"]:disabled+.radio-label:before {
	box-shadow: inset 0 0 0 4px #f4f4f4;
	border-color: #b4b4b4;
	background: #b4b4b4;
}

.radios input[type="radio"]+.radio-label:empty:before {
	margin-right: 0;
}

.radio-label span {
	font-size: 1rem;
}

.res_rule {
	background: #FFF;
	margin: 0.375rem auto;
	overflow: hidden;
}

.res_rule-tit {
	position: relative;
	width: 95%;
	margin: 0 auto;
}

.res_rule-tit p {
	font-size: 1rem;
	color: #333;
	font-weight: bold;
	padding: 0.625rem;
}

.res_rule-cont li {
	width: 90%;
	margin: 0 auto;
	font-size: 0.75rem;
	/* list-style-type: disc; */

}

.res_rule-cont li span::after {
	content: '.';
	font-size: 2.3rem;
	width: 1rem;
	font-weight: bold;
	display: inline-block;
	line-height: 0.5rem;
	color: #4F8DF7;
	vertical-align: initial;
}

.res_rule-cont_but {
	width: 85%;
	border-radius: 0.5rem;
	margin: 0.5rem auto;
	background: #4F8DF7;
}

.res_rule-cont_but a {
	text-align: center;
	line-height: 2.1875rem;
	color: #FFF;
	font-size: 1rem;
	display: block;
}

.information_confirm-doctor_addpeopl {
	width: 90%;
	line-height: 2.8125rem;
	border: 0.0625rem solid #4F8DF7;
	border-radius: 0.3125rem;
	margin: 0 auto 1rem;
	overflow: hidden;
}

.information_confirm-doctor_addpeopl p {
	font-size: 0.875rem;
	padding: 0 0.2rem;
	color: #4F8DF7;
}

.information_confirm-doctor_addpeopl p span {
	padding: 0 1rem;
}

.depart_reg-cont {
	padding-top: 3rem;
	background: #FFF;
}

.reg_info-cont {
	max-width: 46.875rem;
	margin: 0 auto;
	padding-top: 3.1rem;
}

.reg_info-cont_doc {
	width: 95%;
	margin: 0 auto;
	background: #4F8DF7;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
	border-radius: 15px;
	overflow: hidden;
}

.reg_info-cont_doc dl dt {
	width: 5rem;
	height: 5rem;
	float: left;
	padding: 1rem;
}

.reg_info-cont_doc dl dt .doc_img {
	width: 5rem;
	height: 5rem;
	border-radius: 100%;
}

.reg_info-cont_doc dl dd {
	float: left;
	margin: 1rem auto;
	width: 65%;
}

.reg_info-cont_doc dd h3 {
	font-size: 18px;
	color: #fff;
	float: left;
}

.reg_info-cont_doc dd span {
	font-size: 16px;
	color: #FFF;
	margin-left: .5rem;
}

.reg_info-cont_doc dd em {
	font-size: 0.875rem;
	color: #0147C0;
}

.reg_info-cont_doc dd em::before {
	content: '|';
	padding: 0 0.3125rem;
}

.good_at {
	width: 100%;
	overflow: hidden;
	font-size: 0.875rem;
	color: #FFF;
	margin: .5rem auto;
}

.reg_info-cont_time {
	margin: 1.25rem auto;

}

.reg_info-cont_time-tit {
	border-bottom: 0.0625rem solid #D9D9D9;
}

.reg_info-cont_time-tit p {
	font-size: 1.25rem;
	color: #333;
	padding: 0.625rem;
}

.tabBar_doc {
	border-bottom: 0.0625rem solid #D9D9D9;
}

.tabBar_doc span {
	cursor: pointer;
	display: inline-block;
	float: left;
	font-weight: bold;
	line-height: 30px;
	padding: 0 15px
}

.tabBar_doc span p {
	font-size: 1rem;
	font-weight: 400;
	width: 65px;
	display: inline-block;
	text-align: center;
}

.tabBar_doc span p em {
	border-radius: 0.9375rem;
	padding: 0rem .5rem;
	border: 0.0625rem solid #4F8DF7;
}

.tabBar_doc span.current {
	border-bottom: 0.125rem solid #4F8DF7;
}

.tabCon_doc {
	display: none
}

.tabCon_doc li {
	line-height: 2.8125rem;
	font-size: 1rem;
	color: #333;
	border-bottom: 0.0625rem solid #D9D9D9;
}

.tabCon_doc li span {
	padding: 0rem 1.875rem;
}

.tabCon_doc li .with_num {
	background: #4F8DF7;
	color: #FFF;
	float: right;
	margin: 0.8rem auto 0rem;
	line-height: 1.5rem;
	padding: 0rem 0.9375rem;
	right: 1.25rem;
	position: relative;
	border-radius: 1.5625rem;
}

.tabCon_doc li .no_sign {
	background: #999999;
	color: #FFF;
	float: right;
	margin: 0.8rem auto 0rem;
	line-height: 1.5rem;
	padding: 0rem 0.9375rem;
	right: 1.25rem;
	position: relative;
	border-radius: 1.5625rem;
}

@font-face {
	font-family: 'iconfont';
	/* project id 1997101 */
	src: url('https://at.alicdn.com/t/font_1997101_f6g16d79knb.eot');
	src: url('https://at.alicdn.com/t/font_1997101_f6g16d79knb.eot?#iefix') format('embedded-opentype'),
		url('https://at.alicdn.com/t/font_1997101_f6g16d79knb.woff2') format('woff2'),
		url('https://at.alicdn.com/t/font_1997101_f6g16d79knb.woff') format('woff'),
		url('https://at.alicdn.com/t/font_1997101_f6g16d79knb.ttf') format('truetype'),
		url('https://at.alicdn.com/t/font_1997101_f6g16d79knb.svg#iconfont') format('svg');
}

.reg_info-cont_iocnfont {
	overflow: hidden;
	width: 90%;
	margin: .5rem auto;
}

.reg_info-cont_iocnfont span {
	font-size: 0.875rem;
	color: #AAAAAA;
	padding: 0rem .3rem;
}

.reg_info-cont_iocnfont span i {
	margin-right: .5rem;
	color: #4F8DF7;
}

.reg_info-cont_other-doc_title {
	font-size: 1.125rem;
	line-height: 2rem;
}

.reg_info-cont_other-doc_title span {
	color: #4F8DF7;
}

.reg_info-cont_other-doc_title em {
	color: #333;
}

.reg_info-cont_other-doc {
	margin: 1rem auto;
	width: 95%;
}

.reg_info-cont_other-doc_contont {
	overflow: hidden;
	margin: 0.5625rem auto;
}

.reg_info-cont_other-doc_contont li {
	border-bottom: 1px solid #D9D9D9;
	overflow: hidden;
	height: 5.3125rem;
	position: relative;
	margin: .8rem auto;
}

.doc_contont-left {
	width: 4.5rem;
	height: 4.5rem;
	float: left;
	margin-right: .5rem;
}

.doc_contont-left img {
	width: 4.5rem;
	height: 4.5rem;
	border-radius: 100%;

}

.doc_contont-center p {
	color: #333;
	font-size: 0.875rem;
}

.doc_contont-center_name .nname {
	font-size: 1.125rem;
	color: #333;
	margin-right: .3rem;
}

.doc_contont-center_name .namen {
	font-size: 1.125rem;
	color: #333;
	margin-right: .3rem;
}

.doc_contont-center_name em {
	font-size: 0.875rem;
	color: #999999;
}

.doc_contont-center_name em::before {
	content: '|';
	padding: 0rem 0.3125rem;
}

.doc_contont-center {
	width: 65%;
	float: left;
}

.doc_contont-right {
	float: left;
	width: 2.7rem;
	height: 2.7rem;
	background: #4F8DF7;
	font-size: 0.875rem;
	color: #FFF;
	text-align: center;
	margin: 1.2rem auto;
	border-radius: 100%;
	line-height: 2.7rem;
}

.depart_reg-cont {
	max-width: 46.875rem;
	margin: 0 auto;
}
.tabBar-depart_reg {
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	border-bottom: 0.0625rem solid #D9D9D9;
	position: relative;
	z-index: 9;
}
.tabBar-depart_reg span {
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	line-height: 30px;
}
.tabBar-depart_reg span .all_doc{
	line-height: 2rem;
	vertical-align: text-bottom;
}
.tabBar-depart_reg span p {
	font-size: 1rem;
	font-weight: 400;
	width: 65px;
	display: inline-block;
	text-align: center;
	line-height: 1.5rem;
}
.tabBar-depart_reg span p .yh {
	border-radius: 0.9375rem;
	padding: 0rem .5rem;
	border: 0.0625rem solid #4F8DF7;
}
.tabBar-depart_reg span p .wh {
	border-radius: 0.9375rem;
	padding: 0rem .5rem;
	border: 0.0625rem solid #999999;
}

.tabBar-depart_reg span.current {
	border-bottom: 0.0625rem solid #4F8DF7;
}

.tabCon-depart_reg {
	display: none
}

.tabCon-depart_reg li {
	line-height: 2.8125rem;
	font-size: 1rem;
	color: #333;
	border-bottom: 0.0625rem solid #D9D9D9;
}

.tabCon-depart_reg li .with_num {
	background: #4F8DF7;
	color: #FFF;
	float: right;
	margin: 0.8rem auto 0rem;
	line-height: 1.5rem;
	padding: 0rem 0.9375rem;
	right: 1.25rem;
	position: relative;
	border-radius: 1.5625rem;
}

.tabCon-depart_reg li .no_sign {
	background: #999999;
	color: #FFF;
	float: right;
	margin: 0.8rem auto 0rem;
	line-height: 1.5rem;
	padding: 0rem 0.9375rem;
	right: 1.25rem;
	position: relative;
	border-radius: 1.5625rem;
}
.doc_contont-righty {
	float: left;
	width: 2.7rem;
	height: 2.7rem;
	background: #4F8DF7;
	font-size: 0.875rem;
	color: #FFF;
	text-align: center;
	margin: 1.2rem auto;
	border-radius: 100%;
	line-height: 2.7rem;
}
.doc_contont-rightw {
	float: left;
	width: 2.7rem;
	height: 2.7rem;
	background: #999999;
	font-size: 0.875rem;
	color: #FFF;
	text-align: center;
	margin: 1.2rem auto;
	border-radius: 100%;
	line-height: 2.7rem;
}