@import url("base.css");
@import url("reset.css");
@charset "UTF-8";
html {
  overflow-x: hidden;
}
body {
  font: 12px/1.4  Verdana, Geneva, sans-serif, Arial, Helvetica, sans-serif;
  line-height: 20px;
  color: #000000;
  position: relative;
  background-color: transparent;
}
table,
tr,
td {
  border-collapse: collapse;
}
ul,li{
	padding:0;
	margin:0;
	list-style-type:none;
}
img {
  -webkit-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
  -ms-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
}
img {
  -webkit-transition: border .2s;
  -moz-transition: border .2s;
  -ms-transition: border .2s;
  transition: border .2s;
}
.body-wrap {
  position: relative;
}
.container {
  width: 100% !important;
  max-width: 800px;
  margin-right:auto;
  margin-left:auto;
  margin-bottom:30px;
}
.inner-stock-top{
	margin-top:10px;
	padding:0 20px;
}
.stock-top-line{
	height:19px;
	background-color:#;
	margin-bottom:10px;
}
.stock-top-list{
	overflow:hidden;
}
.stock-top-list li{
	float:left;

	overflow:hidden;
}
.list-text{
	float:left;
	font-size:14px;
	color:#555;
	line-height:20px;
}
.list-text b{
	font-size:30px;
	line-height:30px;
	color:#000;
	margin-top:5px;
	display:block;
}
.list-text span{
	font-size:12px;
	color:#999;
}

.list-up{
	font-size:14px;
	font-weight:bold;
	color:#26B600;
	line-height:22px;
}
.list-none{
	font-size:14px;
	font-weight:bold;
	color:#999999;
	line-height:22px;
}
.list-down{
	font-size:14px;
	font-weight:bold;
	color:#fb8b1e;
	line-height:22px;
}
.stock-top-list li:nth-child(2){
	margin-right:0;
	float:right;

}
.stock-top-list li:nth-child(2) .list-text b{
	font-weight:normal;
	font-size:35px;
	line-height:35px;
	padding-left:10px;
	display:inline-block;
}
.stock-top-list li:nth-child(2) .list-up{
	color:#4AA600;
	font-size:16px;
	text-align:left;
}
.stock-top-list li:nth-child(2) .list-none{
	color:#999999;
	font-size:16px;
	text-align:left;
}
.stock-top-list li:nth-child(2) .list-down{
	color:#ff0000;
	font-size:16px;
	text-align:left;
}
.stock-wrap{
	display:none;
	border-top:1px dotted #979893;
	font-size:11px;
	color:#98989a;
	line-height:32px;
	margin-bottom:5px;
}
.inner-stock-time{
	overflow:hidden;
	margin-bottom:18px;
	margin-top:30px;
}
.stock-time{
	float:left;
	width:188px;
	border:1px solid #ccc;
	border-right:none;
	line-height:35px;
	color:#959796;
}
.stock-time a{
	color:#959796;
	text-decoration:none;
	font-weight:bold;
	padding:0 9px;
}
.stock-time a:hover,.stock-time a.on{
	color:#303030;
}
.inner-stock-time span{
	position:relative;
	width:96px;
	height:37px;
	background-color:#303030;
	color:#fff;
	line-height:37px;
	font-weight:bold;
	text-align:center;
	display:inline-block;
}
.inner-stock-img{
	padding:20px;
/*	background:url(../images/icon_line.gif) repeat left top; */
	margin-bottom:15px;
}
.inner-stock-img img{
	width:100%;
}
.inner-stock-con ul{
	padding-left:20px;
	overflow:hidden;
}
.inner-stock-con li{
	float:left;
	width:30%;
	border-bottom:1px dotted #aaa;
	padding-bottom:3px;
	margin:0 3% 15px 0;
}
.inner-stock-con li:last-child{
	margin:0;
}
.inner-stock-con li span{
	font-size:11px;
	color:#333;
	line-height:12px;
	padding-bottom:3px;
}
.inner-stock-con li strong{
	font-size:14px;
	color:#333;
}
.inner-mian{
	display:none;
	width:100%;
	margin-bottom:30px;
}

.inner-stock-box{
	margin-top:30px;
	margin-left:20px;
	overflow:hidden;
	position:relative;
	top:6px;
}
.inner-stock-box span{
	float:left;
}
.inner-stock-box span a{
	display:inline-block;
	width:41px;
	color:#959796;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	line-height:40px;
	border:1px solid #ccc;
	border-right:none;
}
.inner-stock-box span:last-child a{
	border-right:1px solid #ccc;
}
.inner-stock-box span a:hover{
	color:#303030;
}
.inner-stock-box span a.on{
	color:#fff;
	background:url(../images/icon_bg_gray.gif) no-repeat center bottom;
	height:47px;
	border-left:none;
	border-bottom:none;
}
.inner-stock-box li:last-child a.on{
	color:#fff;
	width:42px;
	background:url(../images/icon_bg1_gray.gif) no-repeat center bottom;
	height:47px;
	border-right:none;
	border-bottom:none;
}

.disclaimer {
  font-size:12px;
  color:#333333;
}

a.disclaimer_link:link {
  color:#333333;
}

a.disclaimer_link:visited {
  color:#333333;
}

a.disclaimer_link:hover {
  color:#333333;
}