.col1{
	color: #333!important;
}
.col2{
	color: #666!important;
}
.col3{
	color: #bbb!important;
}
.blue{
	color: #fbb04c!important;
}
.blue_bor{
	border-color:#fbb04c!important;
}
.red{
	color: #f20101!important;
}
.red_bor{
	border-color:#f20101!important;
}
.e3_bor{
	border-top:1px solid #e3e3e3!important;
}
.block{
	display: block;
}
.none{
	display: none;
}
.button{
	width: 100%;
	height: 42px;
	display: block;
	background: #fbab48;
	border:none;
	color: #fff;
	font-size: 16px;
	border-radius: 3px;
	margin-top: 15px;
	outline: none;
	text-align: center;
	line-height: 40px;
}
.button2{
	width: 100%;
	height: 42px;
	display: block;
	background: #fff;
	border:none;
	color: #999;
	font-size: 16px;
	border-radius: 3px;
	margin-top: 15px;
	outline: none;
	text-align: center;
	line-height: 40px;
	border: 1px solid #e3e3e3;
}
.hei_10{
	width: 100%;
	height: 10px;
}
.hei_15{
	width: 100%;
	height: 15px;
}
.deg0{
	transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.deg90{
	transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.deg180{
	transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.posi_top0{
	position: fixed;
	top: 0px;
}
.posi_top135{
	position: fixed;
	top: 135px;
}
.posi_top176{
	position: fixed;
	top: 176px;
}
.posi_bom0{
	position: fixed;
	bottom: 0px;
}
.posi_bom10{
	position: fixed;
	bottom: 10px;
}




.bokdet{
	width: 100%;
	background: #fff;
	margin-bottom: 10px;
}
.bokdet li{
	height: 45px;
	line-height: 45px;
	padding:0 15px;
	border-bottom:1px solid #e1e1e1;
}
.bokdet .bokdet_bor{
	width: 100%;
	height:5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #e3e3e3;
}
.bokdet li span{
	float: left;
	font-size: 15px;
	color: #666;
}
.bokdet li p{
	float: right;
	font-size: 14px;
}
.bokdet li .bokdet_p3{
	color: #faa533;
}
.bokdet li input{
	float: right;
	font-size: 14px;
	text-align: right;
	line-height: 45px;
	color: #333;
	border:none;
	outline: none;
	background: none;
}
.bokdet li p i{
	width: 20px;
	height: 44px;
	display: block;
	float: right;
	background-image: url(../img/right.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 8px;
}
.bokdet li button{
	width: 60px;
	height: 28px;
	margin-left: 10px;
	line-height: 28px;
	text-align: center;
	margin-top: 7.5px;
	float: right;
	background: none;
	border:none;
	border:1px solid #000;
	border-radius: 5px;
	outline: none;
}


.explain2{
	padding:0 15px;
}
.circuit{
	width: 100%;
	line-height: 30px;
	height: 30px;
	font-size: 16px;
	padding:5px 0;

}
.circuit u{
	width: 55px;
	height: 30px;
	display: block;
	float: right;
	background: #BFBFBF;
	border-radius: 20px;
	position: relative;
	transition:all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.circuit u i{
	width: 26px;
	height: 26px;
	display: block;
	background: #fff;
	border-radius: 13px;
	position: absolute;
	top: 2px;
	left: 2px;
	box-shadow: 1px 1px 1px #ccc;
	transition:all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.explain2_p1{
	font-size: 13px;
	line-height: 18px;
	color: #666666;
	padding:5px 0;
}
.explain2_p2{
	font-size: 12px;
	color: #a4a4a4;
	background:url(../img/explain.png) no-repeat left 3px;
	background-size: 14px;
	padding-left: 20px;
}



.shadow{
	position: fixed;
	width: 100%;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,0.4);
	z-index: 100;
	display: none;
}
.shadow div{
	position: fixed;
	left:15px;
	right:15px;
	bottom:0;
}
.shadow div p{
	width: 100%;
	height:42px;
	line-height: 42px;
	background: #fff;
	border-bottom: 1px solid #e3e3e3;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-size: 14px;
	color: #999;
	text-align: center;
}
.shadow div ul{
	width: 100%;
	max-height: 400px;
	background: #fff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	overflow: auto;
}
.shadow div ul li{
	line-height: 42px;
	text-align: center;
	font-size: 16px;
	color: #fbb04c;
	border-bottom: 1px solid #e3e3e3;
}
.shadow div ul li:last-child{
	border:none;
}
.shadow div ul li a{
	color: #fbb04c;
}
.shadow div span{
	width: 100%;
	height:42px;
	display: block;
	line-height: 42px;
	background: #fff;
	border-radius: 5px;
	font-size: 16px;
	color: #fbb04c;
	text-align: center;
	font-weight: 600;
	margin:7px 0 14px 0; 
}
.tacn{
	width: 50%;
	min-height: 30px;
	line-height: 30px;
	text-align: center;
	padding:25px 10%;
	position: absolute;
	left: 15%;
	top: 30%;
	border-radius: 10px;
	background: rgba(0,0,0,0.6);
	color: #fff;
	font-size: 14px;
	display: none;
}



.search{
	width: 100%;
	min-height:51px;
	padding:0 15px;
	box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border-bottom: 1px solid #e6e6e6;
	z-index: 22;
	position: relative;
}
.search input{
	width: 100%;
	height: 34px;
	border:1px solid #e1e1e1;
	border-radius: 3px;
	outline: none;
	margin-top: 7px;
	color: #a4a4a4;
	font-size: 13px;
	text-indent: 10px;
}
.search span{
	width: 40px;
	height: 36px;
	display: block;
	position: absolute;
	right:13px;
	top:7px;
	background: #fbb04c;
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
}
.search span img{
	width: 24px;
	display: block;
	margin: 6px auto;
}



.sleofdep{
	width: 100%;
	position: absolute;
	top:101px;
	bottom: 0px;
	background: #fff;
	overflow-y: auto;
}
.sle_left{
	width: 100px;
	position: absolute;
	top:0;
	bottom:0;
	background: #f6f6f6;
	overflow: auto;
}
.sle_left li{
	width: 100%;
	height: auto;
	line-height: normal;
	font-size: 14px;
	text-align: center;
	color: #666;
	background: #f6f6f6;
	padding:15px 0;
}
.sle_left .sle_llist{
	background: #fff;
	color: #fbb04c;
}
.sle_right{
	position: absolute;
	top:0;
	bottom:0;
	left:110px;
	right:0;
	overflow-y:auto; 
}
.sle_right>li{
	display: none;
}
.sle_right>.sle_rlist{
	display: block;
}
.sle_right li li{
	line-height: 50px;
	color: #272727;
	font-size: 14px;
}
.sle_right>li li a{
	color: #272727;
	width: 100%;
	display: block;
}


.searchistory{
	width: 100%;
	position: fixed;
	top: 51px;
	bottom: 0;
	z-index: 120px;
	overflow: auto;
	background: #f5f5f5;
	display: none;
}
.doctorlist1{
	width: 100%;
	background: #fff;
	display: none;
}
.doctorlist1 li{
	height:44px;
	line-height: 44px;
	padding-left: 15px;
	font-size: 14px;
	color: #272727;
	border-bottom: 1px solid #e3e3e3;
}
.doctorlist2{
	width: 100%;
	background: #fff;
}
.doctorlist2 li{
	padding:10px 15px;
	position: relative;
	border-bottom: 1px solid #e3e3e3;
}
.doctorlist2 li img{
	width: 55px;
	height: 55px;
	position: absolute;
	top:15px;
}
.doctorlist2 li div{
	padding-left: 70px;
}
.doctorlist2 li div b{
	font-weight: 400;
	color: #272727;
	font-size: 16px;
	display: block;
	padding:2px 0 5px 0;
}
.doctorlist2 li div u{
	font-size: 13px;
	color: #a3a3a3;
}
.doctorlist2 li div p{
	font-size: 14px;
	color: #a3a3a3;
	line-height:22px;
}


.time{
	width: 100%;
	height:95px;
	overflow:auto;
	background: #fff;
	border-bottom: 1px solid #e3e3e3;
}
/*::-webkit-scrollbar{
	width: 1px;
}*/
.time ul{
	width: 500%;
}
.time li{
	width: 3.33%;
	height:95px;
	float: left;
	text-align: center;
	color: #272727;
}
.time li b{
	font-size: 18px;
	line-height: 36px;
	display: block;
	height: 36px;
	width: 36px;
	/*text-align: center;*/
	direction: block;
	font-weight: 400;
	margin: 0 auto;
}
.time li span{
	width: 36px;
	display: block;
	margin: 0 auto;
	font-size: 13px;
	display: block;
	line-height: 13px;
	padding: 10px 0;
	color: #999
}

.time .tis b{
	background: #fbb04c;
	color: #fff;
	border-radius: 18px;
}
.time .time_ok u{
	width: 6px;
	height: 6px;
	display: block;
	margin: 10px auto;
	border-radius: 3px;
	background: #fbb04c;
}

.timetoday{
	width: 100%;
	height: 26px;
	line-height: 26px;
	text-align: center;
	line-height: 26px;
	font-size: 14px;
	color: #a4a4a4;
}


.time_list{
	width: 100%;
	
}
.time_list li{
	padding:15px;
    position: relative;background: #fff;
    border-bottom: 1px solid #e3e3e3;
}
.time_list li img{
	width: 55px;
    height: 55px;
    position: absolute;
    top: 15px;
}
.time_list li span{
	width: 70px;
	height: 54px;
	display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    text-align: center;
}
.time_list li span u{
	color: #faa533;
	display: block;
}
.time_list li span a{
	display: block;
	background: #fbb04c;
	font-size: 13px;
	color: #fff;
	padding:5px 9px;
	margin-top: 10px;
	border-radius: 15px;
}
.time_list li span .time_none{
	background: #c0c0c0;
	color: #fff;
}
.time_list li div{
	padding: 0 75px 0 70px;
	min-height: 50px;
}
.time_list li div b{
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	color: #272727;
	display: block;
	padding-top: 8px;
}
.time_list li div p{
	font-size: 14px;
	line-height: 14px;
	display: block;
	padding-top: 8px;
	color: #a3a3a3;
}

.doctorbtn{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
	font-size: 14px;
	color: #a4a4a4;
}


.bokdet2{
	width: 100%;
	background: #fff;
	padding:10px 0;
	margin-bottom: 10px;
}
.bokdet2 li{
	line-height: 32px;
	padding:0 15px;
	color: #a9a9a9;
	overflow: hidden;
}

.bokdet2 li b{
	float: right;
	display: inline-block;
	color: #333;
	width: 75%;
	text-align: right;
	/*line-height: normal;*/
}

.bokdet2 li u{
	float: right;
	color: #fbab48;
}

.queue{
	width: 100%;
	/*height: 135px;*/
	height: 0;
	overflow: hidden;
	background: #fff;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.queue div{
	padding: 0 15px;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #e3e3e3;
	font-size: 14px;
}
.queue div span{
	float: left;
	color: #949494;
}
.queue div span u{
	color: #333;
}
.queue div a{
	color: #fbb04c;
	float: right;
}
.queue button{
	width: 150px;
	height: 44px;
	display: block;
	background: #fbb04c;
	color: #fff;
	border:none;
	outline: none;
	border-radius: 3px;
	line-height: 44px;
	text-align:center;
	margin: 30px auto 0px;
	font-size: 16px;
}

.main_top {
    background: #fff;
    line-height: 40px;
    height: 40px;
    font-size: 14px;
    color: #666;
    border-bottom: 1px solid #e3e3e3;
    text-align: center;
}
.more_arrow {
    background: url(../img/xia.png) no-repeat;
    background-position: 0 0;
    background-size: 14px;
    width: 16px;
    padding: 5px 0;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
}

.renewal{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    z-index: 100;
    display: none;
}
.renewal div{
	position: fixed;
    left: 15px;
    right: 15px;
    bottom: 0;
}
.renewal div p {
    width: 100%;
    height: 42px;
    line-height: 42px;
    background: #fff;
    border-bottom: 1px solid #e3e3e3;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 14px;
    color: #999;
    text-align: center;
}
.renewal ul{
    width: 100%;
    max-height: 400px;
    background: #fff;
    overflow: auto;
}
.renewal ul li{
	line-height: 42px;
    text-align: center;
    font-size: 16px;
    color: #fbb04c;
    border-bottom: 1px solid #e3e3e3;
}


.renewal a{
	width: 100%;
	height: 40px;
	display: block;
	font-size: 15px;
	line-height: 40px;
	text-align: center;
	color: #fbb04c;
	border-bottom: 1px solid #e3e3e3;
	background: #fff;
	border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.renewal div span {
    width: 100%;
    height: 42px;
    display: block;
    line-height: 42px;
    background: #fff;
    border-radius: 5px;
    font-size: 16px;
    color: #fbb04c;
    text-align: center;
    font-weight: 600;
    margin: 7px 0 14px 0;
}


.zanwu{
	width: 100%;
	padding-top: 30%;
	text-align: center;
}

.zanwu img{
	width: 100px;
	height: 100px;
}
.zanwu p{
	line-height: 40px;
	font-size: 14px;
	text-align: center;
	color: #a4a4a4;
}

.mian {
    padding: 10px 15px;
}

.mian ul{
    width: 100%;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    border-top: none;
	border-top: 5px solid #fbb04c;
    background: #fff;
    margin-bottom: 10px;
}

.mian ul li {
    padding:0 15px ;
    min-height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #a4a4a4;
    border-bottom: 1px solid #e3e3e3;

}
.mian ul li u {
    float: right;
    color: #272727;
}
.mian ul li a {
    width: 70px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    display: block;
    font-size: 14px;
    color: #fbb04c;
    border:1px solid #fbb04c;
    border-radius: 20px;
    margin-top: 6px;
}
.mian ul li i{
	display: block;
	font-size: 60px;
	color: #fbb04c;
	text-align: center;
	line-height: 100px;
}

.addpatient{
	width: 100%;
}
.addpatient li {
    min-height: 85px;
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #e3e3e3;
}
.addpatient li img {
    width: 55px;
    height: 55px;
    position: absolute;
    top: 15px;
    left: 15px;
}
.addpatient li a{
	height: 85px;
}
.addpatient li div {
    padding-left: 85px;
    padding-right: 35px;
}

.addpatient li div span{
    display: block;
    font-size: 15px;
    color: #333;
    padding-top: 11px;
}
.addpatient li div p{
    color: #fbb04c;
    font-size: 16px;
    font-weight: 300;
}
.addpatient li div b {
    font-size: 13px;
    color: #999;
    font-weight: 400;
}
.addpatient li i {
    width:15px;
    height: 15px;
    display: block;
    position: absolute;
    top: 35px;
    right: 15px;
    background-image: url(../img/xia.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 12px;
    transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
}
.tap{
	width: 100%;
	height: 45px;
	background: #fff;
	border-bottom: 1px solid #e3e3e3;
}
.tap li{
	width: 50%;
	float: left;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #666;
	font-size: 14px;
	/*border-bottom: 1px solid #e3e3e3;*/
}
.tap .tap_list{
	color: #fbb04c;
	border-bottom: 3px solid #fbb04c;
}
.price{
	width: 100%;
	background: #fff;

}
.price ol{
	width: 100%;
}
.price ol li{
	height: 42px;
	line-height: 42px;
	padding:0 15px;
	font-size: 14px;
	border-bottom: 1px solid #e3e3e3;
}
.price ol li span{
	float: left;
	color: #333;
}
.price ol li u{
	float: right;
	color: #666;
}
.price ol li u i{
	width:16px;
    height: 16px;
   	display: block;
    background-image: url(../img/xia.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 12px;
    transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	float: right;
	margin-top: 13px;
	margin-left: 3px;
}


.price_tit{
	width: 100%;
	height: 55px;
	border-bottom: 1px solid #e3e3e3;
	background: #fff;
	font-size: 16px;
	color:#999999;
	line-height: 55px;
	text-align: center;
}
.price_tit b{
	color: #333;
}
.price_ul{
	padding: 15px;
	background: #fff;
	margin-top: 10px;
}
.price_ul li{
	font-size: 13px;
	line-height: 26px;
	color: #333;
}
.price_ul li u{
	width: 70px;
	display: inline-block;
	color: #999;
}

.details{
	width: 100%;
	background: #fff;
	position: fixed;
	top:0;
	bottom:0;
	overflow-y: auto;
}
.details img{
	width: 100%;
	max-width: 640px;
	display: block;
	margin:0 auto;
}
.details_hosty{
	padding:0 15px;
	height:40px;
	line-height: 40px;
	font-size: 16px;
	color: #272727;
	border-bottom: 1px solid #e3e3e3;
}
.details_hosty a{
	width: 70px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	display: block;
	float: right;
	font-size: 12px;
	color: #fff;
	background: #fbb04c;
	margin-top: 10px;
	border-radius: 15px;
}
.deta_cen{
	padding:10px 15px;
}
.deta_cen_p1{
	font-size: 14px;
	color: #272727;
	line-height: 25px;
	padding:5px 0;
}

.deta_cen_p2{
	font-size: 14px;
	color: #666;
	line-height: 24px;
}


.specialist{
	width: 100%;
	background: #fff;
}
.specialist li{
	padding:0 15px;
	height: 50px;
	font-size: 14px;
	color: #333;
	line-height: 50px;
	border-bottom: 1px solid #e3e3e3;
}

.specialist li i{
	width: 14px;
	height: 14px;
	display: block;
    background-image: url(../img/xia.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 14px;
    transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	float: right;
	margin-top: 18px;
}

.brief{
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #e3e3e3;
	background: #fff;
}

.brief img{
	width:20px;
	height: 20px;
	display: block;
	float: left;
	margin-left: 15px;
	margin-top: 10px;
}
.brief span{
	display: block;
	float: left;
	font-size: 14px;
	padding-left: 8px;
	color: #666;

}
.synopsis{
	padding:15px;
	background: #fff;
	border-bottom: 1px solid #e3e3e3;
}
.synopsis span{
	font-size: 16px;
	color: #333;
}
.synopsis p{
	padding:10px 0;
	font-size: 14px;
	line-height: 20px;
	color: #666;
	height: 50px;
	overflow: hidden;
}
.synopsis a{
	width: 55px;
	height: 20px;
	line-height: 20px;
	display: block;
	margin: 0 auto;
	font-size: 14px;
	color: #fbb04c;
	margin-top: 10px;
}
.synopsis a i{
	width: 20px;
	height: 20px;
	float: right;
	display: block;
	background: url(../img/xia2.png) no-repeat center center;
	background-size: 16px;
}
.brief_list{
	width: 100%;
	background: #fff;
}

.brief_list li{
	padding:15px;
	border-bottom: 1px solid #e3e3e3;
	position: relative;
}

.brief_list li img{
	width: 55px;
	height: 55px;
	border-radius: 27.5px;
	position: absolute;
	left: 15px;
	top: 15px;
}
.brief_list li div{
	padding-left: 70px;
}
.brief_list li div span{
	display: block;
	font-size: 16px;
	line-height: 16px;
	color: #333;
}
.brief_list li div span i{
	font-size: 14px;
	color: #999;
	padding-left: 5px;
}

.brief_list li div u{
	display: block;
	line-height: 30px;
	font-size: 14px;
	color: #333;
}

.brief_list li div p{
	font-size: 13px;
	line-height: 20px;
	color: #666;
}
.brief_list li div p i{
	color: #999;
}

.mediciner{
	width: 100%;
	min-height: 85px;
	border-bottom: 1px solid #e3e3e3;
	position: relative;
	background: #fff;
}

.mediciner img{
	width: 55px;
	height: 55px;
	border-radius: 27.5px;
	position: absolute;
	left: 15px;
	top: 15px;
}
.mediciner div{
	padding-left: 85px;
	padding-top: 20px;
}
.mediciner div span{
	display: block;
	font-size: 16px;
	line-height: 16px;
	color: #333;
}
.mediciner div span i{
	font-size: 14px;
	color: #999;
	padding-left: 5px;
}

.mediciner div u{
	display: block;
	line-height: 20px;
	padding-top: 10px;
	font-size: 14px;
	color: #333;
}
.medic_cen{
	padding: 15px;
	background: #fff;
	font-size: 13px;
	color: #666;
}
.medic_cen p{
	line-height: 20px;
	padding-bottom: 10px;
}

.letter{
	padding:15px;
	background: #fff;
}

.letter ul{
	
}
.letter ul li{
	padding-left: 60px;
	position: relative;
	min-height: 42px;
}
.letter ul li span{
	width: 50px;
	line-height: 42px;
	position: absolute;
	left: 0;
	font-size: 16px;
	color: #666;
}
.letter ul li input{
	width: 100%;
	height: 30px;
	outline: none;
	border:none;
	border:1px solid #bbb;
	line-height: 30px;
	color: #666;
	text-indent: 10px;
	margin-top: 5px;
}
.letter ul li textarea{
	width: 100%;
	height: 120px;
	outline: none;
	border:none;
	border:1px solid #bbb;
	line-height: 24px;
	color: #666;
	text-indent: 10px;
	margin-top: 5px;
}
.letter p{
	font-size: 14px;
	text-align: center;
	color: #999;
	line-height: 30px;
	padding-top: 15px;
}
.addpatient2 {
    width: 100%;
}
.addpatient2 li {
    min-height: 85px;
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #e3e3e3;
}
.addpatient2 li a {
    height: 85px;
}
.addpatient2 li img {
    width: 55px;
    height: 55px;
    position: absolute;
    top: 15px;
    left: 15px;
}
.addpatient2 li div {
    padding-left: 85px;
    padding-right: 35px;
}
.addpatient2 li div span {
    display: block;
    font-size: 16px;
    color: #333;
    padding-top: 20px;
}
.addpatient2 li div u{
	color: #999;
	padding-left: 5px;
}
.addpatient2 li div b {
    font-size: 14px;
    color: #999;
    font-weight: 400;
    display: block;
    padding-top: 6px;
}
.addpatient2 li div p{
	line-height: 85px;
	color: #272727;
}

.addpatient2 li i{
	width: 15px;
	height: 15px;
	display: block;
	position: absolute;
	top: 35px;
	right: 15px;
	background-image: url(../img/xia.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 12px;
	transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
}
.expound{
	padding: 15px;
}

.expound span{
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #666;
	padding:5px 0;
}
.expound p{
	font-size: 13px;
	line-height: 18px;
	color: #aaa;
	padding:3px 0;
}

.regist{
	padding:15px;
	background: #fff;
}
.regist p{
	font-size: 14px;
	line-height: 30px;
	color: #999;
	text-align: center;
}
.regist ul{
    width: 100%;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    border-top: none;
    /**/
    background: #fff;
    margin-bottom: 10px;
}
.regist .regist_ok{
	border-top: 5px solid #fbb04c;
}
.regist .regist_no{
	border-top: 5px solid #bfbfbf;
}
.regist .regist_ok i{
	width: 14px;
	height: 40px;
	display: block;
	background: url(../img/danju2.png) no-repeat center center;
	background-size: 10px;
	float: right;
}
.regist .regist_no i{
	width: 14px;
	height: 40px;
	display: block;
	background: url(../img/danju1.png) no-repeat center center;
	background-size: 10px;
	float: right;
}
.regist ul li {
    padding: 0 15px;
    min-height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #a4a4a4;
    border-bottom: 1px solid #e3e3e3;
}
.regist ul li u {
    float: right;
    color: #272727;
}
.regist ul li:first-child{
	color: #333;
	font-size: 16px;
}
.regist ul li:first-child img{
	width: 18px;
	height: 18px;
	float: left;
	display: block;
	margin:11px 8px 0 0; 
}
.cost_top{
	width: 100%;
	height: 40px;
	font-size: 16px;
	color: #333;
	text-indent: 15px;
	line-height: 40px;
	border-bottom: 1px solid #e3e3e3;
	background: #fff;
}
.cost_bom{
	width: 100%;
	height: 40px;
	font-size: 16px;
	color: #333;
	text-indent: 15px;
	line-height: 40px;
	border-bottom: 1px solid #e3e3e3;
	background: #fff;
	font-weight: 300;
}
.cost_table {
    width: 100%;
    border: none;
    font-size: 14px;
    color: #272727;
}
.cost_table thead {
    background: #fff;
    font-size: 14px;
    color: #a4a4a4;
}
.cost_table tr {
    line-height: 50px;
}
.cost_table tr td {
    text-align: center;
    border-bottom: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
}
.cost_table .blink {
    background: #fff;
}





.payment{
	/*padding:15px;*/
	background: #fff;
}
.payment p{
	font-size: 14px;
	line-height: 30px;
	color: #999;
	text-align: center;
}
.payment ul{
    width: 100%;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    border-top: none;
    background: #fff;
    margin-bottom: 10px;
    border-top: 5px solid #fbb04c;
}
.payment ul li {
    padding: 0 15px;
    min-height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #a4a4a4;
    border-bottom: 1px solid #e3e3e3;
}
.payment ul li u {
    float: right;
    color: #333;
}
.payment ul li:first-child{
	color: #333;
	font-size: 16px;
}
.payment ul li a{
	width: 70px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    display: block;
    font-size: 14px;
    color: #fff;
    background:#fbb04c;
    border-radius: 20px;
    margin-top: 6px;
}
.payment ul li i{
    width: 20px;
    height: 40px;
    display: block;
    float: right;
    background-image: url(../img/right.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 8px;
}
.payment ul li b{
	color: #333;
}
.payment ul li em{
	color: #faa533;
}
.pay_lei{
	padding:0 15px;
	height: 40px;
	background: #fff;
	border-bottom: 1px solid #e3e3e3;
	line-height: 40px;
	font-size:14px;
	color: #949494;
	display: none;
}
.pay_lei select{
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-indent: 10px;
	display: inline-block;
	border:none;
	background: none;
	outline: none;
	font-size: 14px;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
}
.pay_lei i{
	width: 20px;
    height: 40px;
    display: block;
    float: right;
    background-image: url(../img/right.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 8px;
}
.take{
	width: 100%;
	background: #fff;
}

.take li{
	padding:15px;
	font-size: 14px;
	height: 40px;
	color: #333;
	border-bottom: 1px solid #e3e3e3;
}

.take li span{
	float:left;
}

.take li span b{
	height: 22px;
	line-height: 22px;
	display: block;
	font-size: 13px;
	color: #666;
}

.take li u{
	float: right;
	text-align: right;
}

.take li u i{
	height: 22px;
	line-height: 22px;
	display: block;
	font-size: 13px;
	color: #666;
}

.order1{
	width: 100%;
	height: 60px;
	background: #fff;
	border-bottom: 1px solid #e3e3e3;
	line-height: 60px;
	position: relative;
}
.order1 img{
	width: 50px;
	height: 50px;
	position: absolute;
	top: 5px;
	left: 15px;
}

.order1 span{
	display: inline-block;
	padding-left: 85px;
	font-size: 16px;
	color: #333;
}
.order1 b{
	display: inline-block;
	padding-left: 8px;
	font-size: 14px;
	color: #999;
}
.order2{
	padding:0 15px;
	height: 44px;
	border-bottom: 1px solid #e3e3e3;
	line-height: 44px;
	background: #fff;
}
.order2 span{
	font-size: 15px;
	color: #fbb04c
}
.order2 a{
	float: right;
	font-size: 13px;
	color: #999;
}
.order2 a i{
	width: 20px;
    height: 44px;
    display: block;
    float: right;
    background-image: url(../img/right.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 8px;
}
.order3{
	background: #fff;
	padding:10px 15px;
}
.order3 p{
	font-size: 14px;
	color: #999;
	line-height: 24px;
}
.order4{
	padding:15px;
	padding-top: 0px;
}



/****************/

.mediciner b{
	font-size: 13px;
	line-height: 20px;
	color: #999;
	display: block;
}
.mediciner.close b{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.mediciner b i{
	color: #666;
}
.timesa{
	padding: 0 15px;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #e3e3e3;
	background: #fff;
}
.timesa span{
	font-size: 15px;
	float: left;
	color: #333;
}
.timesa u{
	float: right;
	font-size: 13px;
	color: #fbb04c;
}
.timesa u i {
    width: 20px;
    height: 20px;
    margin-top: 15px;
    margin-left: 5px;
    float: right;
    display: block;
    background: url(../img/xia2.png) no-repeat center center;
    background-size: 14px;
}

.dortor_list{
    width: 100%;
}
.dortor_list li {
    padding: 15px;
    position: relative;
    background: #fff;
    border-bottom: 1px solid #e3e3e3;
}
.dortor_list li div {
    padding: 0 75px 0 0px;
    min-height: 50px;
}
.dortor_list li div b {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #272727;
    display: block;
    padding-top: 8px;
}
.dortor_list li div p {
    font-size: 14px;
    line-height: 14px;
    display: block;
    padding-top: 8px;
    color: #a3a3a3;
}
.dortor_list li span {
    width: 70px;
    height: 54px;
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    text-align: center;
}
.dortor_list li span u {
    color: #faa533;
    display: block;
}
.dortor_list li span .time_none {
    background: #c0c0c0;
    color: #fff;
}
.dortor_list li span a {
    display: block;
    background: #fbb04c;
    font-size: 13px;
    color: #fff;
    padding: 5px 9px;
    margin-top: 10px;
    border-radius: 15px;
}

.arrange{
	width: 100%;
}
.arrange span{
	display: block;
	padding: 0 15px;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	color: #999;
	border-bottom: 1px solid #e3e3e3;
}
.arrange li{
	padding:0 15px;
	height: 40px;
	font-size: 14px;
	color: #333;
	line-height: 40px;
	background: #fff;
	border-bottom: 1px solid #e3e3e3;
}


.listing{
	width: 100%;
	text-align: center;
}
.listing thead{
	background: #fff;
}
.th1{
	width: 100%;
	height: 30px;
	font-size: 12px;
	color: #666;
}
.th1 td{
	width: 14.28%;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	border-right:  1px solid #e3e3e3;
}
.th1 td:last-child{
	border-right: none;
}
.th2{
	height: 50px;
	font-size: 16px;
	color: #333;
}
.th2 td{
	border-bottom: 1px solid #e3e3e3;
}
.tb1{
	width: 100%;
	height: 30px;
	font-size: 13px;
	color: #999;

}
.tb1 td{
	border-bottom: 1px solid #e3e3e3;
}
.tb2{
	background: #fff;
	font-size: 12px;
}
.tb2 td{
	padding:10px 0;
	width: 14.28%;
	border-bottom: 1px solid #e3e3e3;
	border-right:  1px solid #e3e3e3;
}

.tb2 td:last-child{
	border-right: none;
}
.tb2 td span{
	display: block;
	line-height: 18px;
	color: #666;
}
.tb2 td p{
	color: #999;
	line-height: 18px;
}

.general{
	padding:10px 15px;
}
.general span{
	font-size: 16px;
	display: block;
	line-height: 40px;
	text-align: center;
	color: #fbb04c;
}
.general img{
	/*width: 100%;*/
}
.general p{
	font-size: 14px;
	line-height: 24px;
	color: #333;
	text-indent: 28px;
	padding-top: 10px;
}


.shadow_way{
	position: fixed;
	width: 100%;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,0.4);
	z-index: 100;
	display: none;
}
.shadow_way div{
	position: fixed;
	left:15px;
	right:15px;
	bottom:0;
}
.shadow_way div p{
	width: 100%;
	height:42px;
	line-height: 42px;
	background: #fff;
	border-bottom: 1px solid #e3e3e3;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-size: 14px;
	color: #999;
	text-align: center;
}
.shadow_way div ul{
	width: 100%;
	max-height: 400px;
	background: #fff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	overflow: auto;
}
.shadow_way div ul li{
	line-height: 42px;
	text-align: center;
	font-size: 16px;
	color: #fbb04c;
	border-bottom: 1px solid #e3e3e3;
}
.shadow_way div ul li:last-child{
	border:none;
}
.shadow_way div ul li a{
	color: #197be0;
}
.shadow_way div span{
	width: 100%;
	height:42px;
	display: block;
	line-height: 42px;
	background: #fff;
	border-radius: 5px;
	font-size: 16px;
	color: #fbb04c;
	text-align: center;
	font-weight: 600;
	margin:7px 0 14px 0;
}
.drp-btn{
    width: 100%;
    height: 22px;
    line-height: 22px;
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 0;
    text-align: center;
    color: #fbb04c;
    font-size: 12px;
    display: none;
}
.drp-btn .icon{
	width:15px;
	height: 8px;
	display: inline-block;
	background: url(/public/WeiXin/img/xia4.png) no-repeat;
	background-size: 100%;
}