.hide {
	position:absolute;
	background:gray;
	opacity:0.5;
	filter:alpha(opacity=40);
	width:100%;
	height:100%;
	z-index:1001;
	display:none;
	font-size: 14px;
}
.hide-content {
	position:fixed;
	left:45%;
	top:30%;
	width:300px;
	height:370px;
	background:#ffffff;
	z-index:1002;
	display: none;
	border-radius: 5px;
	border: 5px solid gray;
   	border: 5px solid rgba(0,0,0,0.1);
   	-moz-background-clip: border;
    -webkit-background-clip: border;
    background-clip: border-box;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;   
    -moz-background-clip: content;    
    -webkit-background-clip: content; 
    background-clip: content-box;      
}
.hide-content label {
	display: inline-block;
	width: 65px;
	height: 36px;
	line-height: 36px;
	text-align: right;
	font-size: 12px;
}
.hide-content .hide-content-title {
	font-size: 13px;
	background: #f3f3f3;
	text-indent: 10px;
	height: 30px;
	line-height: 30px;
	color: #a9a9a9;
}
.hide-content .hide-type , .hide-content .hide-mal , .hide-content .hide-count {
	width: 200px;
	margin: 20px auto;
	height: 36px;
	line-height: 36px;
}
.hide-content .hide-type select {
	vertical-align: middle;
	width: 112px;
	height: 25px;
}
.hide-content select {
	vertical-align: middle;
	width: 82px;
	height: 25px;
	line-height:25px;
	border:1px solid #e5e5e5;
	margin-left: 10px
}
.hide-content .hide-count input {
	width: 82px;
	height: 25px;
	line-height: 25px;
	margin-left: 10px
}
.hide-content .hide-oc {
	text-align: center;
	font-size: 13px;
}
.hide-content .hide-oc #ok {
	width: 60px;
	height: 30px;
	line-height: 30px;
	border-radius: 4px;
	border-style: none;
	background: #ff7300;
	color: #ffffff;
	cursor: pointer;
}
.hide-content .hide-oc #cancle {
	width: 60px;
	height: 30px;
	line-height: 30px;
	border-radius: 4px;
	margin-left: 21px;
	border-style: none;
	background: #eeeeee;
	cursor: pointer;
}
.content .right{
	width: 930px;
	margin-left: 15px;
	float: left;
	font-size: 14px;
	color: #333;
}
.content .right .hd {
	display: none;
	color: #ff3200;
	font-size: 14px;
}
.content .right .hd div {
	display: inline-block;
	height: 25px;
	line-height: 25px;
}
.content .right .hd div img {
	vertical-align: middle;
	margin-bottom: 3px;
}
.content .right .result .b,.d,.e{
	font-size: 14px;
	color: #ff6600;
    font-weight:bold;
	margin:0 8px;
}
.content .right .result .result-show {
	/*position: absolute;*/
	display: inline-block;
	height: 28px;
	/*background: #fef2dc;*/
	/*border:1px solid #ce9339;*/
	line-height: 28px;
	top:-30px;
    left:138px;
	text-indent: 0px;
	/*display: none;*/
}
.content .right  .camera {
	position: relative;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	background: #fff;
	color: #566578;
}
.content .right  .camera .camera-title , .content .right .store .store-title ,.shanghai-check .check-title{
	line-height: 34px;
	height: 34px;
	background: #e8edf1;
	text-indent: 10px;
	color: #566578;
}
.shanghai-check ul{
	height: 70px;
	background: #fff;
}
.shanghai-check ul li{
	padding-top:25px;
}
.shanghai-check ul li span{
	color:#a9a9a9;
}
.content .right .camera input[id="add"] {
	width: 150px;
	height: 29px;
	display: block;
	border-style: none;
	border:1px solid #1cb9dc;
	border-radius: 2px;
	text-align: center;
	line-height: 29px;
	background: #ffffff;
	color: #1cb9dc;
	margin: 20px 0 33px 40px;
	cursor: pointer;
}
.content .right .camera .error {
	display: none;
	font-size: 14px;
	position: absolute;
	left: 300px;
	height: 60px;
	line-height: 60px;
	text-align: center;
}
.content .right .camera .error img {
	vertical-align: middle;
	margin-bottom: 3px;
}
.content .right .camera .addCamera {
	border-bottom: 1px dotted  #e5e5e5;
	height: 40px;
	line-height: 40px;
}
.content .right .camera .addCamera .addCamera-a {
	display: inline-block;
	width: 115px;
	text-align: left;
	margin-left: 55px;
}
.content .right .camera .addCamera .addCamera-b , .addCamera-c , .addCamera-d{
	display: inline-block;
	width: 100px;
	text-align: left;
	margin-left: 123px;
}
.addCamera-d {
}
.content .right .camera .addCamera .addCamera-d span{
	color: #1cb9dc;
	cursor: pointer;
}
.content .right .store ul{
	list-style: none;
    padding-top:20px;
    background: #fff;
}
.content .right .store ul li {
	height: 50px;
	line-height: 50px;
}
.content .right .store ul li label {
	display: inline-block;
	width: 185px;
	text-align: right;
	margin-right: 20px;
}
.content .right .store ul li select {
	width: 83px;
	height: 32px;
	line-height: 32px;
	border-style: none;
	border : 1px solid #e5e5e5;
	margin-right: 10px;
}
.content .right .store ul li select option {
	/*display: inline-block;*/
	height: 30px;
	line-height: 30px;
}
.content .right .store ul li span {
	color: #a9a9a9;
}
.content .right .store ul .RAID input[value=n],.check input[value=n] {
	margin-left: 25px;
}
.content .right .action input {
	border-style: none;
    width: 180px;
    height: 45px;
    color: #ffffff;
    background: #fc9141;
    text-align: center;
    line-height: 45px;
    font-size: 17px;
    cursor: pointer;
    border-radius: 4px;
}
#discType{
	padding-top: 0;
}
.recommendDisc{
	display: none;
	color:#a9a9a9;
}
.recommendDisc .tui{
	display:inline-block;
	text-indent:0;
}
.recommendVideo16{
	display: none;
	color:#a9a9a9;
}
.recommendVideo8{
	display: none;
}
.VideoB{
	font-weight: bold;
	margin: 0 8px;
	color:#ff6600;
}
.t8,.t6,.t4,.t3,.t2{
	font-weight: bold;
	color:#ff6600;
}
.dsl{
	display: none;
}
.dslDisc{
	display: none;
}
.ctr{
	display: none;
}
.HDtui,.HD-tips{
	color: #999;
}
.HDN-tui{
	font-size:14px;color:#ff6600;font-weight:bold;
}
.HDtui-N{
	font-size:14px;color:#ff6600;font-weight:bold;
}
.all-tai{
	font-size:14px;color:#ff6600;font-weight:bold;
}
.lunx{
	font-size:14px;color:#ff6600;font-weight:bold;
}
.duoh{
	font-size:14px;color:#ff6600;font-weight:bold;
}
.HDN{
	font-size:14px;color:#ff6600;font-weight:bold;
}
.VideoN{
	font-size:14px;color:#ff6600;font-weight:bold;
}