.stock{
	margin: 40px 0;
}
.sotck-desc{
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #999;
	background: #f7f7f7;
}
.stock-delay{
	float: left;
	padding-left: 10px;
}
.stock-copy{
	float: right;
	padding-right: 10px;
}
.stock-copy a{
	color: #999;
}
.stock-conts{
	clear: both;
	margin-top: 25px;
}
.stock-conts table{
	float: left;
	width: 45%;
	
}
.stock-conts table tr{
	line-height: 40px;
}
.stock-conts table tr td{
	border:1px solid #cccccc;
}
.stock-conts table.right-table{
	margin-left: 9.1%;
}
.stock-name{
	font-size: 24px;
	height: 60px;
	margin-top: 20px;
	line-height: 40px;
	text-align: left;
}
.stock-name div{
	margin-top: 20px;
}
.stock-conts table tr.stock-name td{
	border-top: none;
	border-left: none;
	border-right:none;
}
.stock-price{
	float: left;
	width: 50%;
	height: 40px;
	line-height: 40px;
	margin:19px 0;
	font-size: 36px;
	text-align: center;
}

.stock-price em{
	font-style: normal;
	font-size: 18px;
	padding-right: 4px;
	position: relative;
	top: -10px;
}
.stock-updown{
	float: left;
	width: 50%;
	height: 40px;
	line-height: 40px;
	margin:19px 0;
	font-size: 18px;
	text-align: center;
}
.stock-updown span{
	float:left ;
	
	text-align: center;
}
.stock-updown span.stock-updown-c{
	border-right: 1px solid #ccc;
	width: 46%;
}
.stock-updown span + span{
	width: 53%;
}
.stock-info{
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.stock-info-c1{
	width: 23%;
}
.stock-info-c2{
	width: 27%;
}

.stock-info-c2 em{
	font-style: normal;
	font-size: 12px;
	line-height: 14px;
	padding-left: 5px;
}

@media (max-width: 800px){
	.stock-conts table{
		width: 100%;
	}
	.stock-conts table.right-table{
		margin-left: 0;
	}
}

@media (max-width: 600px){
	.stock-copy{
		width: 100%;
		box-sizing: border-box;
		background: #f7f7f7;
		float: left;
		margin-top:10px;
		padding-left: 10px;
	}
}

@media (max-width: 340px){
	.sotck-desc{
		height: 60px;
		line-height: 30px;
	}
}