<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.symptoms_content input[type="button"] {
	background: #4f73f3;
	color: #fff;
	border: 1px solid #4f73f3;
	border-radius: 4px;
	line-height: 30px;
	padding: 0 20px;
	cursor: pointer;
	transition: all .2s ease-in 0s;
}
.basic_information{
	background:#f4f4f4;
	border-radius:3px;
	padding:15px;
	margin-bottom:15px;
}
.basic_information .info{
	padding-top:10px;
}
.basic_information .info .sex i{
	font-style: normal;
	padding:5px 20px;
	text-align: center;
	margin-left:5px;
	border-radius:3px;
	margin-right:10px;
	background: #fff;
	border:1px solid #ddd;
	cursor: pointer;
}
.basic_information .info .sex .nan{
	background: #28a8dd;
	border:1px solid #28a8dd;
	color:#fff;
}
.basic_information .info .sex .nv{
	background: #ff6699;
	border:1px solid #ff6699;
	color:#fff;
}
.basic_information select{
	outline: none;
}
.diagnostic_label{
	border-bottom: 1px solid #28a8dd;
	margin-bottom: 20px;
	position: relative;
}
.diagnostic_label span{
	display: inline-block;
	min-width: 120px;
	text-align: center;
	line-height: 35px;
	background: #f1f1f1;
	border-radius:10px 10px 0 0;
	margin-right:10px;
	cursor: pointer;
}
.diagnostic_label span.active{
	background: #28a8dd;
	color:#fff;
}
.diagnostic_label .seach{
	position: absolute;
	right: 0;
	top:0;
}
.diagnostic_label .seach input[type="text"]{
	width: 300px;
}
.diagnostic_label .seach a{
	display: inline-block;
	width: 80px;
	text-align: center;
	background: #28a8dd;
	line-height: 26px;
	margin-left: 10px;
	border-radius: 4px;
	color: #fff;
}
.healthy_diagnostics .left_diagnostics{
	float: left;
	width:560px;
}
.healthy_diagnostics .left_diagnostics .port-box-cont{
	height:630px;
}
.healthy_diagnostics .right_diagnostics{
	float: right;
	width:450px;
	position: relative;
}
.healthy_diagnostics .left_diagnostics .choose_zz{
	position:relative;
	margin-bottom:10px;
}
.healthy_diagnostics .left_diagnostics .choose_zz h3{
	font-size: 16px;
}
.healthy_diagnostics .left_diagnostics .choose_zz h3 a{
	font-size: 14px;
	margin-left:15px;
	font-weight: normal;
	color:#4f73f3;
	float: right;
	margin-top: 22px;
}
.healthy_diagnostics .left_diagnostics .choose_zz p{
	color:#999;
}
.nav_search_desk {
	border-left:1px solid #28a8dd;
	margin-bottom:10px;
}
.nav_search_desk li{
	display: inline-block;
	border:1px solid #28a8dd;
	float: left;
	line-height: 35px;
	width:100px;
	text-align: center;
	margin-left:-1px;
	cursor: pointer;
}
.nav_search_desk li.on{
	background: #28a8dd;
	color:#fff;
}
.search_capital{
	padding-bottom:5px;
}
.search_capital span{
	cursor: pointer;
	margin-left:4px;
}
.search_capital .on{
	color:#4f73f3;
	font-weight: bold;
	text-decoration:underline;
}
.chati_box{
	max-height:580px;
	overflow-y: auto;
}
.chati a{
	margin:2px 5px 2px 0;
	color:#333;
	padding:2px;
	display: inline-block;
}
.chati a.on{
	background: #4f73f3;
	color:#fff;
	border-radius: 2px;
}
.chati{
	padding-bottom:10px;
}
.chati h3{
	font-size:16px;
}
.search_rs span{
	cursor: pointer;
}
.diagnosis_steps h2{
	font-size: 26px;
	font-weight:normal;
	color:#444;
}
.diagnosis_steps{
	border:1px solid #ddd;
	border-radius:4px;
	padding:23px 20px;
}
.diagnosis_steps ul{
	padding:20px 0;
}
.diagnosis_steps li{
	padding:9px 0 10px 50px;
	font-size: 18px;
	position: relative;
}
.diagnosis_steps li i{
	position: absolute;
	left:0;
	font-size: 30px;
	line-height: 30px;
	color:#28a8dd;
}
.diagnosis_steps .scan_code{
	padding-top:10px;
	border-top:1px dotted #ddd;
}
.diagnosis_steps .scan_code h3{
	color:#444;
	font-size: 20px;
	font-weight: normal;
}
.diagnosis_steps .scan_code p{
	padding-top:10px;
	color: #666;
}
.diagnosis_steps .scan_code .code_box{
	padding:30px 100px;
	text-align: center;
	position: relative;
	background: url(../../images/1.2/scan_code.png) no-repeat #f9f9f9;
	background-position: 10px 8px;
	border-radius: 4px;
	margin-top: 5px;
}
.diagnosis_steps .scan_code .code_box p{
	font-size:16px;
}
.diagnosis_steps .scan_code .code_img{
	position: absolute;
	right:10px;
	top: 20px;
	width: 90px;
	height: 90px;
}
.diagnostics_statement{
	background: #fff4ec;
	font-weight: bold;
	font-size: 16px;
	padding: 5px 10px;
	color: #ff4568;
	border-radius: 4px;
	border: 1px solid #ff4568;
	margin-bottom:20px;
}
.portrait{
	width: 472px;
	height: auto;
	position: absolute;
	right: 0;
	top: 0;
}
.portrait .search{
	background: #fff;
	border-radius: 4px;
	height: 45px;
	line-height: 45px;
}
.portrait .search input{
	float:left;
	height: 43px;
	border-radius: 4px;
}
.portrait .search input[type="text"]{
	width: 367px;
	border: 1px solid #dfdfe9;
	margin-right: 5px;
	text-indent: 7px;
}
.portrait .search input[type="button"]{
	width: 70px;
	height: 45px;
	padding: 0;
	background: url(../../images/1.2/search-but.png) no-repeat center #4f73f3;
}
.portrait .search input[type="button"]:hover{
	background: url(../../images/1.2/search-but.png) no-repeat center #2c54e3;
}
.portrait .search input[type="button"]:active{
	background: url(../../images/1.2/search-but.png) no-repeat center #4f73f3;
}
.left_diagnostics .port-box{
	width:560px;
}
.port-box{
	width:448px;
	height: auto;
	background: #f5f5f5;
	border: 1px solid #efeef3;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0 0 5px 0 #efefef;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5,Direction=135, Color='#ededed')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5,Direction=135,Color='#ededed');
}
.perfor{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 25px;
}
.perfor span{
	float:left;
	width: 45px;
	margin-left: 20px;
	color: #616882;
	display: inline-block;
	line-height: 30px;
}
.perfor p{
	float:left;
	display: inline-block;
	width: 383px;
	line-height: 30px;
	color: #353652;
	margin-bottom: 10px;
	height: 70px;
	overflow-y: auto;
}
.perfor p b{
	padding: 0 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	font-weight: 500;
	display: inline-block;
	cursor: pointer;
}
.perfor p b i{
	font-style: normal;
}

.diagn-but{
	float: right;
	margin-top: 15px;
	margin-right: 15px;
}
.diagn-but input{
	background:url(../../images/1.2/nav192-h.png) no-repeat  12px center #4f73f3;
	display: inline-block;
	padding: 0 12px 0 33px;
	border: none;
	transition: all .2s ease-in 0s;
}
.diagn-but input:hover{
	background: url(../../images/1.2/nav192-h.png) no-repeat  12px center #2c54e3;
	border: none;
}
.port-box-cont{
	width: 100%;
	height: 510px;
	position: relative;
}
.port-box-cont-l{
	float: left;
	width: 505px;
	display: inline-block;
	height: auto;
	position: relative;
	margin-top: 10px;
}
ul.change_positive {
	width: auto;
	float: left;
	height: auto;
	overflow: hidden;
	margin-left: 20px;
	margin-top: 15px;
}
ul.change_positive li{
	width:auto;
	float: left;
	padding: 0 15px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 4px;
	color: #4f73f3;
	cursor: pointer;
	margin-left: 10px;
	transition:all .2s ease-in 0s;
}
ul.change_positive li.now{
	color: #fff;
	background: #4f73f3;
}
ul.change_positive li:hover{
	color: #fff;
	background: #2c54e3;
}
.sex2 .positive{
	height:580px;
	width: 100%;
	background: url(../../images/1.2/positive.png) no-repeat right;
	position: relative;
}
.sex2 .back{
	height:580px;
	width: 100%;
	background: url(../../images/1.2/back.png) no-repeat right;
	position: relative;
	display:none;
}
.all{
	height:580px;
	width: 100%;
	display: none;
	background: url(../../images/1.2/positive.png) no-repeat right;
	position: relative;
}
.port-box-cont-r{
	position: relative;
	top: -574px;
	left:457px;
	margin-top: 15px;
	width: 160px;
	height: auto;
	overflow: hidden;
	margin-right: 15px;
	background: #fff;
	border: 1px solid #efeef3;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0 0 5px 0 #efefef;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5,Direction=135, Color='#ededed')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5,Direction=135,Color='#ededed');
}
.port-box-cont-r h3{
	width: 100%;
	height: 35px;
	line-height: 35px;
	color: #fff;
	background: #4f73f3;
	text-align: left;
	text-indent: 20px;
	font-size: 15px;
	border-radius: 4px 4px 0 0;
}
.port-box-cont-r p{
	width: auto;
	height: 255px;
	overflow-y: auto;
	padding: 5px 10px;
}
.port-box-cont-r p a{
	font-weight:500;
	display: inline-block;
	margin-right: 10px;
	line-height: 28px;
	color: #353652;
}
.port-box-cont-r p a:hover{
	color:#4f73f3;
}
.positive a{
	position:absolute;
	display: inline-block;
	transition: none;
}
.sex2 .positive .pos-head{
	height: 137px;
	width: 47px;
	top: 89px;
	left: 184px;
}
.sex2 .positive .pos-head:hover{
	background: url(../../images/1.2/body.png) no-repeat 0px -298px;
}
.sex2 .positive .now .pos-head{
	background: url(../../images/1.2/body.png) no-repeat 0px -298px;
}
.sex2 .positive .pos-neck{
	height: 40px;
	width: 86px;
	top: 124px;
	left: 233px;
}
.sex2 .positive .pos-neck:hover{
	background: url(../../images/1.2/body.png) no-repeat -341px -396px;
}
.sex2 .positive .now .pos-neck{
	background: url(../../images/1.2/body.png) no-repeat -341px -396px;
}
.sex2 .positive .pos-chest{
	height: 138px;
	width: 54px;
	top: 96px;
	left: 312px;
}
.sex2 .positive .pos-chest:hover{
	background: url(../../images/1.2/body.png) no-repeat -60px -308px
}
.sex2 .positive .now .pos-chest{
	background: url(../../images/1.2/body.png) no-repeat -60px -308px
}
.sex2 .positive .pos-larm{
	height: 38px;
	width: 87px;
	top: 162px;
	left: 232px;
}
.sex2 .positive .pos-larm:hover{
	background: url(../../images/1.2/body.png) no-repeat -226px -363px;
}
.sex2 .positive .now .pos-larm{
	background: url(../../images/1.2/body.png) no-repeat -226px -363px;
}
.sex2 .positive .pos-rarm{
	height: 37px;
	width: 86px;
	top: 200px;
	left: 234px;
}
.sex2 .positive .pos-rarm:hover{
	background: url(../../images/1.2/body.png) no-repeat -128px -375px
}
.sex2 .positive .now .pos-rarm{
	background: url(../../images/1.2/body.png) no-repeat -128px -375px
}
.sex2 .positive .pos-lleg{
	height: 109px;
	width: 170px;
	top: 232px;
	left: 201px;
}
.sex2 .positive .pos-lleg:hover{
	background: url(../../images/1.2/body.png) no-repeat -112px -222px
}
.sex2 .positive .now .pos-lleg{
	background: url(../../images/1.2/body.png) no-repeat -112px -222px
}
.sex2 .positive .pos-rleg{
	height: 154px;
	width: 74px;
	top: 342px;
	left: 297px;
}
.sex2 .positive .pos-rleg:hover{
	background: url(../../images/1.2/body.png) no-repeat -423px -237px;
}
.sex2 .positive .now .pos-rleg{
	background: url(../../images/1.2/body.png) no-repeat -423px -237px;
}
.sex2 .positive .pos-abdomen{
	height: 135px;
	width: 42px;
	top: 343px;
	left: 259px;
}
.sex2 .positive .pos-abdomen:hover{
	background: url(../../images/1.2/body.png) no-repeat -282px -182px;
}
.sex2 .positive .now .pos-abdomen{
	background: url(../../images/1.2/body.png) no-repeat -282px -182px;
}
.sex2 .positive .pos-genitals{
	height: 154px;
	width: 74px;
	top: 342px;
	left: 187px;
}
.sex2 .positive .pos-genitals:hover{
	background: url(../../images/1.2/body.png) no-repeat -330px -236px
}
.sex2 .positive .now .pos-genitals{
	background: url(../../images/1.2/body.png) no-repeat -330px -236px
}
.sex2 .back a{
	position:absolute;
	display: inline-block;
	transition: none;
}
.sex2 .back .back-head{
	height: 36px;
	width: 32px;
	top: 116px;
	left: 61px;
}
.sex2 .back .back-head:hover{
	background: url(../../images/1.2/body.png) no-repeat left 0;
}
.sex2 .back .now .back-head{
	background: url(../../images/1.2/body.png) no-repeat left 0;
}
.sex2 .back .back-neck{
    height: 52px;
    width: 73px;
    top: 98px;
    left: 86px;
}
.sex2 .back .back-neck:hover{
	background: url(../../images/1.2/body.png) no-repeat -31px 0px;
}
.sex2 .back .now .back-neck{
	background: url(../../images/1.2/body.png) no-repeat -31px 0px;
}
.sex2 .back .back-waist{
	height: 43px;
	width: 102px;
	top: 149px;
	left: 57px;
}
.sex2 .back .back-waist:hover{
	background: url(../../images/1.2/body.png) no-repeat  0px -56px;
}
.sex2 .back .now .back-waist{
	background: url(../../images/1.2/body.png) no-repeat  0px -56px;
}
.sex2 .back .back-larm{
	height: 87px;
	width: 85px;
	top: 105px;
	left: 158px;
}
.sex2 .back .back-larm:hover{
	background: url(../../images/1.2/body.png) no-repeat -111px -8px;
}
.sex2 .back .now .back-larm{
	background: url(../../images/1.2/body.png) no-repeat -111px -8px;
}
.sex2 .back .back-rarm{
    height: 85px;
    width: 309px;
    top: 184px;
    left: 120px;
}
.sex2 .back .back-rarm:hover{
	background: url(../../images/1.2/body.png) no-repeat -195px 0px;
}
.sex2 .back .now .back-rarm{
	background: url(../../images/1.2/body.png) no-repeat -195px 0px;
}
.sex2 .back .back-lleg{
    height: 70px;
    width: 202px;
    top: 267px;
    left: 243px;
}
.sex2 .back .back-lleg:hover{
	background: url(../../images/1.2/body.png) no-repeat -129px -101px;
}
.sex2 .back .now .back-lleg{
	background: url(../../images/1.2/body.png) no-repeat -129px -101px;
}
.sex2 .back .back-rleg{
	height: 207px;
	width: 108px;
	top: 272px;
	left: 123px;
}
.sex2 .back .back-rleg:hover{
	background: url(../../images/1.2/body.png) no-repeat 0px -105px;
}
.sex2 .back .now .back-rleg{
	background: url(../../images/1.2/body.png) no-repeat 0px -105px;
}
.sex2 .back .back-hips{
	height: 130px;
	width: 106px;
	top: 336px;
	left: 318px;
}
.sex2 .back .back-hips:hover{
	background: url(../../images/1.2/body.png) no-repeat -346px -103px;
}
.sex2 .back .now .back-hips{
	background: url(../../images/1.2/body.png) no-repeat -346px -103px;
}


/*男*/
.sex1 .positive{
	height:580px;
	width: 100%;
	background: url(../../images/1.2/positive-m.png) no-repeat right;
	position: relative;
}
.sex1 .positive a{
	position:absolute;
	display: inline-block;
	transition: none;
}
.sex1 .back{
	height:580px;
	width: 100%;
	background: url(../../images/1.2/back-m.png) no-repeat right;
	position: relative;
	display: none;
}
.sex1 .positive .pos-head{
	height: 71px;
	width: 155px;
	top: 83px;
	left: 193px;
}
.sex1 .positive .pos-head:hover{
	background: url(../../images/1.2/body.png) no-repeat 0px -611px;
}
.sex1 .positive .now .pos-head{
	background: url(../../images/1.2/body.png) no-repeat 0px -611px;
}
.sex1 .positive .pos-neck{
	height: 27px;
	width: 155px;
	top: 150px;
	left: 187px;
}
.sex1 .positive .pos-neck:hover{
	background: url(../../images/1.2/body.png) no-repeat 0px -690px;
}
.sex1 .positive .now .pos-neck{
	background: url(../../images/1.2/body.png) no-repeat 0px -690px;
}
.sex1 .positive .pos-chest{
	height: 71px;
	width: 155px;
	top: 83px;
	left: 193px;
}
.sex1 .positive .pos-chest:hover{
	background: url(../../images/1.2/body.png) no-repeat 0px -611px;
}
.sex1 .positive .now .pos-chest{
	background: url(../../images/1.2/body.png) no-repeat 0px -611px;
}
.sex1 .positive .pos-larm{
	height: 17px;
	width: 155px;
	top: 176px;
	left: 186px;
}
.sex1 .positive .pos-larm:hover{
	background: url(../../images/1.2/body.png) no-repeat 0px -722px;
}
.sex1 .positive .now .pos-larm{
	background: url(../../images/1.2/body.png) no-repeat 0px -722px;
}
.sex1 .positive .pos-rarm{
	height: 35px;
	width: 155px;
	top: 189px;
	left: 184px;
}
.sex1 .positive .pos-rarm:hover{
	background: url(../../images/1.2/body.png) no-repeat -0px -745px;
}
.sex1 .positive .now .pos-rarm{
	background: url(../../images/1.2/body.png) no-repeat -0px -745px;
}
.sex1 .positive .pos-lleg{
	height: 118px;
	width: 206px;
	top: 218px;
	left: 148px;
}
.sex1 .positive .pos-lleg:hover{
	background: url(../../images/1.2/body.png) no-repeat 0px -790px;
}
.sex1 .positive .now .pos-lleg{
	background: url(../../images/1.2/body.png) no-repeat 0px -790px;
}
.sex1 .positive .pos-rleg{
	height: 145px;
	width: 159px;
	top: 336px;
	left: 200px;
}
.sex1 .positive .pos-rleg:hover{
	background: url(../../images/1.2/body.png) no-repeat -170px -634px;
}
.sex1 .positive .now .pos-rleg{
	background: url(../../images/1.2/body.png) no-repeat -170px -634px;
}
.sex1 .positive .pos-abdomen{
	height: 141px;
	width: 56px;
	top: 336px;
	left: 145px;
}
.sex1 .positive .pos-abdomen:hover{
	background: url(../../images/1.2/body.png) no-repeat -449px -470px;
}
.sex1 .positive .now .pos-abdomen{
	background: url(../../images/1.2/body.png) no-repeat -449px -470px;
}
.sex1 .positive .pos-genitals{
	height: 145px;
	width: 159px;
	top: 336px;
	left: 197px;
}
.sex1 .positive .pos-genitals:hover{
	background: url(../../images/1.2/body.png) no-repeat -170px -634px;
}
.sex1 .positive .now .pos-genitals{
	background: url(../../images/1.2/body.png) no-repeat -170px -634px;
}
.sex1 .back a{
	position:absolute;
	display: inline-block;
	transition: none;
}
.sex1 .back .back-head{
	height: 17px;
	width: 140px;
	top: 194px;
	left: 286px;
}
.sex1 .back .back-head:hover{
	background: url(../../images/1.2/body.png) no-repeat -0px -553px;
}
.sex1 .back .now .back-head{
	background: url(../../images/1.2/body.png) no-repeat -0px -553px;
}
.sex1 .back .back-neck{
	height: 36px;
	width: 140px;
	top: 157px;
	left: 290px;
}
.sex1 .back .back-neck:hover{
	background: url(../../images/1.2/body.png) no-repeat 0px -512px;
}
.sex1 .back .now .back-neck{
	background: url(../../images/1.2/body.png) no-repeat 0px -512px;
}
.sex1 .back .back-waist{
	height: 33px;
	width: 140px;
	top: 209px;
	left: 287px;
}
.sex1 .back .back-waist:hover{
	background: url(../../images/1.2/body.png) no-repeat 0px -573px;
}
.sex1 .back .now .back-waist{
	background: url(../../images/1.2/body.png) no-repeat 0px -573px;
}
.sex1 .back .back-larm{
	height: 52px;
	width: 140px;
	top: 107px;
	left: 291px;
}
.sex1 .back .back-larm:hover{
	background: url(../../images/1.2/body.png) no-repeat 0px -457px;
}
.sex1 .back .now .back-larm{
	background: url(../../images/1.2/body.png) no-repeat 0px -457px;
}
.sex1 .back .back-rarm{
	height: 77px;
	width: 121px;
	top: 240px;
	left: 291px;
}
.sex1 .back .back-rarm:hover{
	background: url(../../images/1.2/body.png) no-repeat -224px -829px;
}
.sex1 .back .now .back-rarm{
	background: url(../../images/1.2/body.png) no-repeat -224px -829px;
}
.sex1 .back .back-lleg{
	height: 138px;
	width: 104px;
	top: 179px;
	left: 113px;
}
.sex1 .back .back-lleg:hover{
	background: url(../../images/1.2/body.png) no-repeat -332px -633px;
}
.sex1 .back .now .back-lleg{
	background: url(../../images/1.2/body.png) no-repeat -332px -633px;
}
.sex1 .back .back-rleg{
	height: 176px;
	width: 267px;
	top: 318px;
	left: 131px;
}
.sex1 .back .back-rleg:hover{
	background: url(../../images/1.2/body.png) no-repeat -140px -453px;
}
.sex1 .back .now .back-rleg{
	background: url(../../images/1.2/body.png) no-repeat -140px -453px;
}
.sex1 .back .back-hips{
	height: 176px;
	width: 267px;
	top: 315px;
	left: 131px
}
.sex1 .back .back-hips:hover{
	background: url(../../images/1.2/body.png) no-repeat -140px -453px;
}
.sex1 .back .now .back-hips{
	background: url(../../images/1.2/body.png) no-repeat -140px -453px;
}

/*新建处方*/
.recipe-r{
	float: left;
	width: 450px;
	height: auto;
	border-radius: 5px;
	border: 1px solid #dfdfe9
}
.record{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.record ul{
	width: auto;
	padding: 0 15px;
	border-bottom: 1px solid #dfdfe9;
	height: auto;
	overflow: hidden;
}
.record ul li{
	float:left;
	font-size: 16px;
	color: #616882;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	text-align: center;
	margin: 0 25px;
	cursor: pointer;
}
.record ul li:hover{
	color: #4f73f3;
	border-bottom: 2px solid #4f73f3;
}
.record ul li.now{
	border-bottom: 2px solid #4f73f3;
	color: #4f73f3;
}
.new_outpatient{
	height: auto;
	overflow: hidden;
	width: 100%;
}
dl.viewtab{
	width:auto;
	overflow-y: auto;
	height: 215px;
	padding: 5px 15px;
}
dl.viewtab dd{
	line-height:35px;
	height: auto;
	overflow: hidden;
	position: relative;
}
dl.viewtab dd b{
	float:left;
	color: #7d88a6;
	font-weight: 500;
	margin-right: 15px;
}
dl.viewtab dd p{
	float:left;
	color: #353652;
	width: 230px;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
}
dl.viewtab dd p:hover{
	color: #4f73f3;
}
dl.viewtab dd.cblue p,
dl.viewtab dd.cblue span{
	color: #4f73f3;
}
dl.viewtab dd span{
	float:right;
	color: #7d88a6;
}
dl.viewtab dd .diagnos h4 b{
	color: #353652;
	font-weight: bold;
	max-width: 246px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 15px;
}
dl.viewtab dd .btn{
	position: absolute;
	right:0;
	top:0;
}
.recipe-r-b{
	padding: 20px 15px 0;
	width: auto;
	min-height: 400px;
	border-top: 1px solid #dfdfe9;
}
.charge_detail_class_x{
	height: auto;
	width: 100%;
	display: inline-block;
	margin-bottom: 5px;
	position: relative;
}

.com-disease{
	position: absolute;
	width: 100%;
	background: #fff;
	height: auto;
	bottom: 0;
	overflow: hidden;
	border-radius: 5px;
	z-index: 9;
}
.com-disease h3{
	line-height: 40px;
	text-indent: 20px;
	font-size: 15px;
	color: #fff;
	font-weight: 500;
	background: #4f73f3;
	cursor: pointer;
}
.com-disease h3 a{
	float:right;
	margin-right: 20px;
	font-weight: 500;
	font-size: 14px;
	color: #fff;
}
.com-disease h3 a:hover{}
.diss-main{
	height: 474px;
	/*max-height: 345px;*/
	overflow-y: auto;
	width: auto;
	margin-left: 18px;
}
.com-disease ul{
	width: 96%;
	height: auto;
	overflow: hidden;
	padding-top: 15px;
}
.com-disease ul li{
	border: 1px solid #dfdfe9;
	border-radius: 5px;
	width: auto;
	height: auto;
	overflow: hidden;
	margin-bottom: 10px
}
.com-disease ul li h4{
	height: 45px;
	line-height: 45px;
	background: #f5f5f5;
	cursor: pointer;
}
.com-disease ul li h4 i{
	width:18px;
	height: 18px;
	margin-left: 15px;
	background: url(../../images/1.2/ico333.png) no-repeat center;
	display: inline-block;
	float: left;
	margin-top: 13px;
	transition: all .2s ease-in 0s;
	cursor: pointer;
}
.com-disease ul li h4 i.click{
	background: url(../../images/1.2/ico33-h.png) no-repeat center;
}
.com-disease ul li h4 b{
	width:auto;
	height: auto;
	overflow: hidden;
	margin-left: 8px;
	font-weight: 500;
	display: inline-block;
	float: left;
	font-size: 13px;
	color: #ff9800;
}
.com-disease ul li h4 b.mat-h{
	background: url(../../images/1.2/mat-h.png) no-repeat center;
}
.com-disease ul li h4 b.mat-m{
	background: url(../../images/1.2/mat-m.png) no-repeat center;
}
.com-disease ul li h4 b.mat-l{
	background: url(../../images/1.2/mat-l.png) no-repeat center;
}
.com-disease ul li h4 span{
	font-size:15px;
	font-weight: 500;
	color: #353652;
	margin-left: 10px;
	float: left;
	max-width: 162px;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.com-disease ul li h4 p{
	float:left;
	display: inline-block;
	color: #616882;
	font-weight: 500;
	font-size: 14px;
	margin-left: 10px;
}
.com-disease ul li h4 a{
	float:right;
	font-weight: 500;
	font-size: 14px;
	height: 45px;
}
.com-disease ul li h4 a.up{
	background: url(../../images/1.2/ico8.png) no-repeat center right;
	margin-right: 15px;
	padding-right: 20px;
}
.com-disease ul li h4 a.down{
	background: url(../../images/1.2/ico9.png) no-repeat center right;
	margin-right: 15px;
	padding-right: 20px;
}
.disease-inf{
	border-top: 1px solid #dfdfe9;
	width: auto;
	padding: 15px;
}
.inf-main{
	width: 100%;
	height: auto;
	overflow: hidden;
	clear: both;
	font-size: 14px;
	margin-bottom: 10px;
}
.inf-main span{
	float: left;
	display: inline-block;
	font-weight: 700;
	color: #353652;
	line-height: 25px;
}
.inf-main p{
	padding-left: 45px;
}
.inf-main p a{
	color:#616882;
	line-height: 25px;
	display: inline-block;
	margin: 0 3px 3px 0;
	padding: 0 4px;
	border-radius: 4px;
}
.inf-main p a:hover{
	color: #4f73f3;
}
.inf-main p a.now{
	background: #4f73f3;
	color: #fff;
}
.inf-main p a.blue_class{
	color: #4f73f3;
}

.diss-main-b{
	text-align:center;
	color: #ff4568;
	border: 1px solid #ff4568;
	border-radius: 5px;
	padding: 8px 0;
	width: 96%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 20px;
	cursor: pointer;
	transition: all .2s ease-in 0s;
}
.diss-main-b:hover{
	color: #4f73f3;
	border: 1px solid #4f73f3;
}
.sympt .symptype{
	float:left;
	display: inline-block;

}
.sympt dl{
	background: #f5f5f5;
	border: 1px solid #dfdfe9;
	width: 125px;
	overflow: hidden;
	height: auto;
	border-radius: 5px;
	/*position: absolute;*/
	left: 10px;
	margin: 3px 3px;
}
.sympt dl dd{
	font-size: 12px;
	float:left;
	margin: 3px 3px;

}
.op_backgd{
	background: rgba(255,255,255,0.5);
}
.line{
	width: 185px;
	height: 485px;
	position: absolute;
	background: url(../images/bg99.png) no-repeat 15px 4px;
}
.sympt{
	width: auto;
	height: 270px;
	overflow-y: auto;
	padding: 5px 10px;
	position: relative;
}
.sympt .symptype a{
	color: #353652;
	margin:0 10px 5px 0;
	font-size: 13px;
	line-height: 25px;
	display: inline-block;
	padding:0 5px;
}
.sympt .symptype a:hover,
.sympt .symptype a.anpo_sted{
	background:#4f73f3;
	color:#fff;
	border-radius:4px;
}
.sympt .symptype dd:hover,
.sympt .symptype dd.an_sted{
	background:#28a8dd;
	color:#fff;
	border-radius:4px;
}
.sympt-tit .num_blue{
	font-weight: bold;
	color:#4f73f3;
}
.port-box-cont-sympt{
	position:absolute;
	left: 0;
}
.pos1{
	top:10px;
}
.pos2{
	top:61px;
}
.pos3{
	top:115px;
}
.pos5{
	top:171px;
}
.pos6{
	top:265px;
}
.pos4{
	top: 340px;
	left: 4px;
}
.pos7{
	top: 216px;
}
.pos8{
	top: 340px;
}
.pos9{
	top: 10px;
	left: 163px;
}
.sympt-tit{
	width:84px;
	text-align: right;
	cursor: pointer;
}
.sympt-box{
	width: 105px;
	padding: 5px;
	min-height: 100px;
	margin-top: 10px;
	background: #fff;
	border: 1px solid #dfdfe9;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	z-index: 999;
	position: absolute;
}
.sympt-box b{
	font-size: 13px;
	color: #616882;
	padding: 2px;
	font-weight: 500;
	line-height: 25px;
}
.sympt-box b i{
	font-style:normal;
	color: #353652;
}
.dis_type dl{
	background: #fff;
	width: 304px;
	position: absolute;
	z-index: 18;
	border: 1px solid #ddd;
}
.dis_type dd{
	line-height: 30px;
	padding-left:10px;
	cursor: pointer;
}
.dis_type dd:hover{
	background: #f8f8f8;
}
.symptoms_pop{
	padding:20px;
}
.symptoms_pop li{
	padding:10px 0 0 30px;
}
.symptoms_pop li textarea {
	border: 1px solid #dfdfe9;
	color: #353652;
	line-height: 28px;
	padding: 0 3px;
	margin: 6px 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	height: 140px;
	width:480px;
	outline: none;
	resize: none;
}
.symptoms_btn {
	text-align: center;
}
.symptoms_btn input[type="button"]{
	background: #4f73f3;
	color: #fff;
	border: 1px solid #4f73f3;
	border-radius: 4px;
	padding: 0 20px;
	cursor: pointer;
	transition: all .2s ease-in 0s;
	height: 40px;
	line-height: 40px;
	margin: 15px 15px 0;
	min-width: 100px;
}
.symptoms_btn input[type="button"].symptoms_submit{
	background: #4f73f3;
	border: 1px solid #4f73f3;
}
.symptoms_btn input[type="button"].symptoms_celbut{
	border: 1px solid #dfdfe9;
	background: #fff;
	color: #616882;
	width: 100px;
}
.color_blue,
.expend,
.close,
.other_close,
.other_expend{
	color:#4f73f3!important;
}
.chati .expend{
	cursor: pointer;
}
.feedbox_content{
	padding:20px;
}
.feedbox_content h5{
	font-size: 14px;
}
.feedbox_content .result{
	margin:10px 0 20px;
}
.feedbox_content .result span{
	display: inline-block;
	width: 75px;
	background: #ddd;
	line-height: 30px;
	text-align: center;
	border-radius: 4px;
	margin-right: 4px;
	cursor: pointer;
}
.feedbox_content .result span.active{
	background:#4f73f3;
	color:#fff;
}
.feedbox_content .result_post{
	display: block;
	margin: 20px 0;
	line-height: 44px;
	text-align: center;
	border-radius: 4px;
	background: #4f73f3;
	color: #fff;
	font-size: 16px;
}
.dia_information{
	position:relative;
}
.dia_information .cont{
	margin-bottom:10px;
}
.dia_information .cont li {
	padding-left:60px;
	position: relative;
}
.dia_information .cont li strong{
	position: absolute;
	left:0;
	top: 5px;
	font-weight: normal;
}
.dia_information .cont li .ct span{
	display: inline-block;
	margin:0 10px 5px 0;
	padding:4px 8px;
	background: #4f73f3;
	border-radius:4px;
	color:#fff;
}
.dia_information .cont.chati_ct li{
	padding-left:0;
}
.dia_information .choose_zzbtn{
	width:120px;
	text-align: center;
	position: absolute;
	right:0;
	bottom:-5px;
	height:40px;
	line-height: 40px;
	background: #98cc54;
    background-image: -moz-linear-gradient(top,#C3EB61,#7EB832);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #C3EB61), color-stop(1, #7EB832));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C3EB61', endColorstr='#7EB832', GradientType='0');
	border-radius: 6px;
	font-size: 16px;
	color: #fff;
}
.disable_btn{
	background: #c7c7c7!important;
}
.show_show{display:block!important;}</pre></body></html>