@charset "utf-8";
/* CSS Document */
/***************
**响应式重置样式表* 
****************/
/* ============================ 重置css样式 ============================ */
/** {*/
/*box-sizing: content-box;*/
/*-moz-box-sizing: inherit;*/
/*-webkit-box-sizing: inherit;*/
/*}*/
/* 清除内外边距 */
body{
	background-color: #fff;
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, fieldset, legend, button, input, textarea, th, td {
	margin: 0;
	padding: 0;
} 
img{
	max-width: 100%;
}

cite, em, i { font-style: normal; }
/* 重置列表元素 */
ul, ol { list-style: none; }
/* 重置文本格式元素 */
a {
	text-decoration:none;
	cursor:pointer;
	outline:none;
}
/* 重置表单元素 */
legend { color: #000; }
fieldset, img { border: none; }
img{vertical-align:middle;}
/* 重置表格元素 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ========================= 页面常用样式 CSS样式 =========================== */
/*清除浮动*/
.clearfix:after{
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	content:" ";
}
.clearfix{zoom:1;} 
.fl{float:left;}
.fr{float:right;}
/*重置苹果默认按钮样式*/
input,textarea ,select{
  border:0; 
  border-radius:0;
  -webkit-appearance:none;
  outline:none;
  -webkit-tap-highlight-color:transparent;
}
input::placeholder{
	color: #999;
}
/*清除获取焦点时元素灰色背景及外边框*/
input:focus,select:focus{
  -webkit-tap-highlight-color:transparent;
  outline:none;
}
/*清除移动端点击元素灰色背景*/
a,div,p{-webkit-tap-highlight-color:rgba(255, 255, 255, 0);}
body{-webkit-text-size-adjust:none;}
/*设置默认字体 */
html{ 
	font-size: 14px; 
} 

body{ font:14px/1.3 "微软雅黑", Helvetica, Arial, sans-serif;  background: #FFFFFF; color: #191717;}
a{
	color: #191717;
}
/*重置firefox按钮样式*/
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: none;
}
span, select, button{
	font-family: "微软雅黑";
}
#content{
	height: 400px;
}
h4, h5, h6 ,body{ font-size: 100%; }


/*公用样式*/
.color_AF0D29{ 
	color: #006b92;
}
.common_title_wrap{
	height: 64px;
	overflow: hidden;
	padding:16px 0 ; 
	overflow: hidden;
	border-bottom: 1px solid #DCDCDC;
	line-height: 30px;
	background-color: #fff;
}
.common_title_wrap img{
	float: right;
	width: 92px;
	height: auto;  
}
/* Product Name */
.common_title{
	color: #006b92;
  font-size: 18px; 
	font-weight: normal;
	float: left;
	max-width: 65%;
	text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
	
}
/* Header */
.common_header{
	color: #191717;
	font-size: 16px;
	font-weight: bold;
	padding:16px 15px; 
}
.common_header_line{
	border-bottom: 1px solid #DCDCDC;
}
/* Content */
.common_content{ 
	overflow: hidden;
	position: relative;
	padding-left: 20px;
	font-size: 13px;
	color: #191717;
	margin-bottom: 8px;
}
.common_content span{
	position: absolute;
	left: 0px;
	top: 0px;
} 
/* Button */
.common_btn_wrap{
	text-align: right;
}
.common_btn{
	position: relative;
	border: 1px solid #a3a3a3;
	border-radius: 4px;
	width: 66px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	display: inline-block;
	font-size: 14px;
	color: #191717;
	box-sizing: border-box;
	overflow: hidden;
	cursor: pointer;
	margin-left: 8px;
}
.common_btn.common_btn_act{
	border: 1px solid #006b92;
	color: #006b92;
}
.common_btn i{
	display: none;
}

.common_btn.common_btn_act i{
	display: block;
	position: absolute;
	right: -1px;
	top: -1px;
	background: url(../images/icon_checked.png) no-repeat;
	width: 26px;
	height: 26px;
	background-size: 100% 100%;
}
/* Premium information */ 
@media (min-width:768px) { 
}
@media (min-width:992px) { 
	.common_title_wrap{
		padding: 14px 0;
		height: 58px;
	}
	.common_header{
		padding-left: 0;
		padding-right: 0;
	}
}

