/* 
  Style for devices-deatail, latest modified 2015-10-23 15:56
  By Xu yihong
*/

.ddetails-header{
	width: 100%;
	/*height: 507px;*/
	
	
	
}
.ddetails-con{
	/*margin:114px auto;*/
	
	width: 960px;
	
}
.btn{
	float: left;
	display: block;
	text-align: center;
	text-decoration: none;
	list-style: none;
	vertical-align: middle;
	
	margin-right: 21px;
	width: 120px;
	height: 46px;
	line-height: 46px;
	background: #008cff;
	border-radius: 3px;
	color: #fff;
	font-size: 16px;
}
/*check-code*/
.checkcode{
	float: left;
	
	width: 182px;
	height: 42px;
	border: 1px solid #008cff;
	border-radius: 3px;
	background: #fff;
}
.checkcode input{
	float: left;
	text-align: center;
	width: 85px;
	height: 42px;
	padding: 3px;
	color: #000;
}
.checkcode canvas{
	float: right;
	width: 85px;
	height: 42px;
	padding: 3px;
}
.btn-code{
	
	display: block;
	float: left;
	width: 95px;
	height: 42px;
	margin-left: 20px;
	background: #008cff;
	color: #fff;
	border-radius: 3px;
}
.btn-no{
	background: none;
	border: 1px solid #008cff;
	border-radius: 3px;
	color: #008cff;
}
.btn:hover{
	text-decoration: none;
	cursor: pointer;
}