/*
 * Author:Ziliang Peng
 * Date  :2015/11/12
 * Description: 网站基础样式
 */

/*通用样式*/
* {
	margin:0 auto;
	padding:0;
	list-style:none;
	font:12px/1.5 tahoma,arial,'Hiragino Sans GB',\5b8b\4f53,sans-serif;
}
input,button {
	vertical-align:middle
}

img {
	border-style: none;
}

body{
	background-color:#EDF1F4;
	/* min-height:1000px; */
}

/*顶部布局*/
.lo_top {
	height:110px;
	width:1200px;
	background-color:#EDF1F4;
}
.lo_top .logo_area {
	float:left;
	height:100%;
	width:240px;
	vertical-align:middle;
}
.lo_top .account_info{
	float:right;
	text-align:right;
	height:100%;
	width:auto;
}


/*顶部菜单*/
.lo_menu{
	clear:both;
	height:45px;
	width:100%;
	background-color:#4D6AA4;
}
.lo_menu ul{
	display:block;
	width:1200px;
	height:45px;
	padding:0px;
}
.lo_menu ul li {
	float:left;
	height:45px;
	line-height:45px;
	font-size:14px;
	width:86px;
	margin:0px;
	display: block;
}

.lo_menu ul li ul {
	position:relative;
	z-index: 99999;
}

.lo_menu ul li ul li{
	float:none;
	background:#f00;
	display:inline-block;
	width:auto;
	font-size:12px;
	z-index: 99999;
	border-left: 1px solid #f00;
	margin:0px;
	padding: 0px;
}
.lo_menu ul li ul li:hover a {
	color: #fff;
}
.lo_menu ul li ul li a {
	color: #000;
}

.lo_menu ul li ul {
	display: none;
}
.lo_menu ul li:hover ul {
	display: block;
}
.lo_menu ul li a{
	display:block;
	height:45px;
	line-height:45px;
	font-size:14px;
	padding:0px 8px;
	width:auto;
	color:#FFF;
	text-decoration:none;
}

.lo_menu ul li a:hover{
	background-color:#006ABF;
}

.current{
	background-color:#067ED1;
	float: left;
}

/*Banner*/
.lo_banner{
	height:100px;
	width:100%;
	background-color:#B3D4F7;
	opacity:0.90;
	filter: alpha(opacity=90);
}

.lo_banner .banner_main{
	width:1200px;
	height:100%;
}


/*主体区域*/
.lo_main{
	clear:both;
	min-height:400px;
	/*width:980px;*/
	width:1200px;
	padding:0px;
}

/*提示*/
.tips{
	font-size:12px;
	height:32px;
	line-height:32px;
	width:100%;
	text-indent:8px;
	background-color:#FFEBEB;
	border:1px solid #E4393C;
	color: #E4393C;
}

.tips-f {
	font-size:12px;
	height:32px;
	line-height:32px;
	width:100%;
	text-indent:8px;
	background-color:#90D1A7;
	border:1px solid #21794B;
	color: #21794B;
}

.tips2{
	margin-top:10px;
	font-size:12px;
	height:32px;
	line-height:32px;
	width:100%;
	text-indent:8px;
	background-color:#FFF6D2;
	border:1px solid #FCF2D3;
	color: #666666;
	border: 1px solid #FFE57D;
}

.tips a{
	font-size:12px;
}

/*主体标题*/
.caption{
	font-size:14px;
	border-left:5px solid #306;
	margin-top:25px;
	padding:3px 5px;
	margin-bottom:10px;
	position:relative;
}
.caption-right{
	position: absolute;
	right: 0px;
}

.search-item{
	display: inline-block;
	margin-right:10px;
}

/*主体内容区域*/
.space_major{
	border:1px dashed #CCC;
	background-color:#FFFFDC;
}
.space_major table {
	border-collapse:separate;
	border-spacing:0px;
}
.space_major table td{
	height: 30px;
	padding: 3px 10px;
	font-weight: bold;
}
.space_major .t_i {
	background-color: #FFF6D2;
	width: 100px;
	color: #666666;
	font-size: 12px;
}
.space_major .t_v {
	font-size:18px;
	padding-left: 20px;
	color: #666666;
}
.space_major,.space_normal{
	margin-top:15px;
}
.space_major table,.space_normal table{
	width:100%;
	margin:0px;
	border:none;
}
.space_normal table {
	border:solid #CCCCCC;
	border-width:1px 0px 0px 1px;
	background-color: #fff;
}
.space_normal table tr {
	margin:0px;
	padding:0px;
}
.space_normal table th,.space_normal table td{
	border:solid #CCCCCC;
	border-width:0px 1px 1px 0px;
	text-align:left;
	/*text-align: center;*/
	padding:3px 12px;
}

.space_input{
	width:100%;
	margin-top:5px;
}
.space_input table {
	width:100%;
}
.space_input table ._head  td{
	font-size:18px;
	color:#999;
	text-align:center;
}
.space_input table ._data  td{
	font-size:18px;
	color:#999;
	text-align:center;
}
.space_input table tr td {
	border:solid #CCCCCC;
	border-width:0px;
	text-align:left;
	padding:3px 12px;
}

/*主体标题*/
.caption2{
	font-size:14px;
	border-left:5px solid #ccc;
	border-bottom:1px solid #ccc;
	margin-top:25px;
	margin-bottom:10px;
	padding:0px 5px;
}

/*主体内容区域*/
.space_major2{
	padding:10px;
	background-color:#FFFFDC;
}

.space_normal table th{
	background-color:#8fb6e3;
}

.space_normal table td:hover{
	background-color:#f5f5f5;
	cursor: pointer;
}

/*底部区域*/
.lo_footer{
	clear:both;
	height:80px;
	width:100%;
	text-align:center;
	padding:10px 0px;
	margin-top:8px;
	font-size:12px;
	color:#999;
	background-color:#EDF1F4;
}

.clean{
	clear:both;
}

/* 操作区样式 */
.opera_area {
	clear:both;
	margin-top:30px;
	height:50px;
	text-align:center;
	border-top:1px solid #ccc;
	padding:10px 0px;
}

.opera_area a {
	display: inline-block;
	line-height:30px;
	text-align:center;
	text-decoration:none;
	color:#fff;
	height:30px;
	width:80px;
	border:1px solid #ccc;
	background-color:#4D6AA4;
}

.opera_area a:hover {
	background-color:#323A78;
}

/*面包屑导航*/
.nav_map {
	margin-top:10px;
	padding:8px 5px;
	border: 1px solid #ddd;
	background-color:#ccc;
	color:#333;
	font-size: 13px;
}
.nav_map a {
	font-size: 13px;
	text-decoration: none;
	color: #00f;
	margin: 0px 3px;
}
.nav_map a:hover {
	text-decoration: underline;
}


.tab_head {
	height:35px;
	width:100%;
	margin-top:10px;
	background-color:#F8F8F8;
	border:1px solid #D8D8D8;
	border-top:2px solid #D8D8D8;
}
.tab_head ul {
	display:block;
	position:absolute;
}

.tab_head ul li{
	line-height:35px;
	text-align:center;
	width:90px;
	left:-1;
	float:left;
	position:relative;
	line-height:35px;
	border-right:1px solid #D8D8D8;
	cursor:pointer;
}

.tab_head ul li a {
	height:100%;
	width:100%;
	display:inline-block;
	line-height:35px;
}

.tab_head ul li:hover {
	top:-2px;
	background-color:#fafafa;
	border-top:2px solid #D11D1A;
}

.tab_head ul .select {
	top:-2px;
	background-color:#FFF;
	border-top:2px solid #56508D;
	border-bottom:1px solid #FFF;
}

/* 登录框 */

.login_form {
	background-color:#fff;
	height:350px;
	width:300px;
	float:right;
	margin-top:20px;
	margin-right:20px;
	border-top:2px solid #D02724;
	border-left:2px solid #DEDEDE;
	border-right:2px solid #DEDEDE;
	border-bottom:2px solid #DEDEDE;
	text-align: center;
	filter: alpha(opacity=98);
	opacity:0.98;
}

.login_form .account, .login_form .password {
	width: 250px;
	height: 35px;
	margin-top:10px;
	border: 1px solid #DEDEDE;
	text-indent: 10px;

}

.login_form input {
	outline: none;
}

.login_form .btn,.login_form .btn button,.login_form .captcha {
	margin-top: 10px;
	width: 250px;
	height: 35px;
	cursor: pointer;
}

.login_form .title {
	width: 250px;
	height: 35px;
	margin-top:20px;
	border: 1px solid #DEDEDE;
	text-indent: 10px;
	border:0px;
	font-size: 18px;
	font-weight: bold;
	color: #545454;
	font-family: "SimHei",黑体;
}


.login_form .captcha input {
	height: 100%;
	width: 90px;
	float: left;
	margin-right: 5px;
	text-indent: 5px;
	border: 1px solid #DEDEDE;
}

.login_form .captcha img {
	height: 100%;
	width: 90px;
	float: left;
	margin-right: 5px;
	text-indent: 5px;
	border: 1px solid #DEDEDE;
}

.login_form .captcha a {
	float: right;
	line-height: 35px;
}

.login_form .btn button {
	margin-top: 10px;
	border: 1px solid #528F49;
	background-color: #6EAE62;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
}

.login_form .btn button:hover {
	background-color: #81BE77;
}

.login_form .account span, .login_form .password span {
	width: 35px;
	height: 100%;
	display: inline-block;
	background-color: #EEEEEE;
	float: left;
}

.login_form .account span {
	background-image: url(../imgs/icons.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}

/*分页显示样式*/
.shares-page{
	margin-top: 10px;
	border-top: 1px dashed #eee;
	padding-top: 10px;
}


.shares-page a {
	display: inline-block;
	border: 1px solid #ccc;
	height:20px;
	width:25px;
	padding: 5px;
	text-align: center;
	line-height: 20px;
	background-color: #fff;
	text-decoration: none;
}

.shares-page label {
	display: inline-block;
	height:20px;
	width:25px;
	padding: 5px;
	text-align: center;
	line-height: 20px;
}

.shares-page .sp-cur {
	color: #000;
	font-weight: bold;
	border: 1px dotted #000;
}

.shares-page a:hover {
	background-color: #F2F8FF;
	border: 1px solid #3388FF;
}

.sp-cur{
	color: #000;
	font-weight: bold;
}

.opera_area a,.opera_area .btn-sub {
	display: inline-block;
	line-height:30px;
	text-align:center;
	text-decoration:none;
	color:#fff;
	height:30px;
	width:80px;
	border:1px solid #ccc;
	background-color:#4D6AA4;
	padding: 0px;
	box-sizing: content-box;
}

.opera_area a:hover,.opera_area .btn-sub:hover {
	background-color:#323A78;
}
.login_form .password span {
	background-image: url(../imgs/icons.png);
	background-repeat: no-repeat;
	background-position: -18px 10px;
}

.login_form .account input, .login_form .password input {
	width: 200px;
	height: 100%;
	border: none;
}

.layer_div{
	background-color: #FFF; /*#4D6AA4;*/
	border: 2px solid #8DB6CD;
	text-align: center;
	line-height: 40px;
	font-size: 12px;
	font-weight: bold;
	z-index:99;
	width: 900px;
	height: 500px;
	left:50%;/*FF IE7*/
	top: 50%;/*FF IE7*/

	margin-left:-450px!important;/*FF IE7 该值为本身宽的一半 */
	margin-top:-250px!important;/*FF IE7 该值为本身高的一半*/

	margin-top:0px;

	position:fixed!important;/*FF IE7*/
	position:absolute;/*IE6*/

	_top:       expression(eval(document.compatMode &&
		            document.compatMode=='CSS1Compat') ?
		            documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2 :/*IE6*/
		            document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);/*IE5 IE5.5*/

}
.s-s{
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:red;

}

.f-i-c {
	width: 150px;
	height: 21px;
	line-height: 21px;
}
.txt-area-css {
	width: 700px;
	height:80px;
	text-align: left;
}
.f-t-s {
	width: 180px;
	height: 25px;
	line-height: 25px;
	text-indent: 5px;
	color: red;
	font-weight:bold;
}
.f-d-sc{
	height: 350px;
	width:800px;
	overflow:scroll;
}

.input-see
{
	width:200px;
}


#pop_window {
	display:none;
}

.mask {
	width:100%;
	height:100%;
	background-color:#fff;
	opacity:0.5;
	filter: alpha(opacity=50);
	position:absolute;
	left:0;
	top:0;
	z-index:1000;
}

.alert_window {
	height:300px;
	width:500px;
	background-color:#ffffff ;
	border:2px solid #cccccc;
	position:fixed;
	z-index:1001;
	top:100px;
	left:100px;
}
.btn-search {
	display: inline-block;
	line-height:30px;
	text-align:center;
	text-decoration:none;
	color:#fff;
	height:30px;
	width:80px;
	border:1px solid #ccc;
	background-color:#4D6AA4;
	padding: 0px;
	box-sizing: content-box;
}

.btn-search:hover {
	background-color:#323A78;
}

/*帮助页面布局*/
.content
{
	min-height: 600px;
	border: 1px dotted #CCC;
	margin-top: 20px;
	background-color: #fff;
	padding:10px 5px 15px 20px;
}
.headings{
	font-size: 14px;
	font-weight: 400px;
}
.para{
	font-size: 12px;
	word-wrap: break-word;
	color: #333;
	margin-bottom: 15px;
	line-height: 24px;
	text-indent: 2em;
}
.no-href-a {
	text-decoration: underline;
	color: #00f;
}

/*
 * 注册表单样式
 */
.reg_bar {
	color:#666666;
	padding:10px 5px;
	margin:10px 0px;
	background-color:#FFF6D2;
	border: 1px dashed #FFE57D;
}
.reg_h #mcid-tip,.reg_h #mobile-tip {
	padding-left: 3px;
	color:#999;
}
.reg_bar a {
	color:#666666;
}
.reg_bar a:hover {
	color: #E4393C;
}
.reg_h .int {
	height:23px;
	width:180px;
}
.reg_h .date {
	ime-mode: disabled;
}
.reg_h .addr {
	height:23px;
	width:500px;
}
.reg_i {
	padding:6px 5px;;
}
.reg_t {
	width:80px;
	height:23px;
	line-height:23px;
	display: inline-block;
}
/** 移除按钮 **/
.btn-r {
	padding:2px 5px;
	background-color: #f00;
	border: 1px solid #000;
}
.btn-r:hover {
	color:white;
}
.btn-a {
	padding:2px 5px;
	background-color: #0f0;
	border: 1px solid #000;
}
.btn-a:hover {
	color:white;
}
/** 药品搜索 **/
.med-s {
	padding:10px 0px;
}
.med-s-text {
	height:30px;
	width:200px;
}

.arrow{
	position: relative;
}
.arrow:before{
	content: "";
	border-style: solid;
	border-width: 5px;
	border-color: #000 transparent transparent transparent;
	position: absolute;
	bottom: 1px;
	right: 5px;
}
.arrow:after{
	content: "";
	border-style: solid;
	border-width: 5px;
	border-color: transparent transparent #000 transparent;
	position: absolute;
	bottom: 13px;
	right: 5px;
}