/*公共样式开始*/
#tips{
    text-align: center;
    font-size: 12px;
    color: red;
}
.leftFloat{
	float: left!important;
}
.rightFloat{
	float: right!important;
}
.clearBoth{
	clear: both!important;
}
.mb22{
	margin-bottom: 22px;
}
.mt22{
	margin-top: 22px;
}
.pl22{
	padding-left: 22px;
}
.pr22{
	padding-right: 22px;
}
.outline{
	outline: medium!important;
}
ul,li{
    list-style: none;
}
.pro_ul{
	list-style: none;
	width: 100%;
	margin-left: -44px;
	margin: -11px 0 23px -32px;
}
.pro_ul li{
	float: left;
	width: 242px;
	margin-right: 10px;
	margin-top: 10px;
	text-align: right;
}
.buttonBox a{
	margin-right: 10px;
	/* padding: 0 5px; */
}
.cont{
	display: block;
	margin-top: -4px;
	height: 26px;
	line-height: 26px;
	width: 141px;
}
.vp_table{
	margin: 0 0 20px 0;
	width: 100%;
	border-collapse: collapse;
	border-left:  1px dotted #ccc!important;
}
.vp_table tr{
	height: 28px;
}
.vp_table tr:hover{
	background: #EAF2FF;
}
.vp_th{
	width: 10%;
	font-weight: bold;
	text-align: right;
	border-top:  0!important;
	border-right:  0!important;
	border-left:  0!important;
	border-bottom: 1px dotted #ccc!important;
	font-size: 12px;
}
.vp_td{
	width: 40%;
	text-indent: 10px;
	border-top:  0!important;
	border-right:  0!important;
	border-left:  0!important;
	border-bottom: 1px dotted #ccc!important;
	font-size: 12px;
}
.lianjie{
	display: block;
	padding-left: 10px;
	margin-left: 12px;
	color: #000;
	text-decoration: none;
	border-radius: 3px;
	background-color: #eee;
	height: 25px!important;
	line-height: 25px!important;
	width: 67px;
	text-indent: 20px;
	background: url(../images/link.png) no-repeat 8px center;
}
.lianjie:hover{
	border: 1px solid #B7D2FF;
	height: 23px;
	line-height: 23px;
	color: #000;
}
.trNone{display: none!important;}
.publicColor{
	color: #0088F9;
}
.publicEdit{
	cursor: pointer;
}
/*公共样式结束*/
/*login.html样式开始*/
#login{
	padding-top: 30px;
}
.inputBox{
	margin: 0 auto 8px;
	height: 30px;
	width: 240px;
	text-align: center;
	overflow: hidden;
}
.inputBox .labelBox{
	width: 60px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.inputBox input{
	width: 180px;
}
.inputBox:last-child{
	margin-top: 12px;
}
.inputBox:nth-child(3) input{
	width: 85px;
}
.verifyImg{
	margin-left: 5px;
	border: 1px solid #D4D4D4;
	width: 90px;
	height: 30px;
	border-radius: 3px!important;
	overflow: hidden;
}
.verifyImg img{
	cursor: pointer;
}
.inputBox a{
	width: 90px;
}
/*.loginBody{
	background-image: url(../images/login.gif);
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top left;
}
.loginBody .window-shadow {
	background: none; 
	-moz-box-shadow: none;
	-webkit-box-shadow: none; 
	box-shadow: none; 
	filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=2,MakeShadow=false,ShadowOpacity=0.2);
}*/
/*login.html样式结束
/*index.html样式开始*/
#north{
	height: 50px;
	background: #E6EEF8;
}
#south{
	height:30px;
	line-height: 23px;
	text-align: center;
	font-size: 12px!important;
	background: #E6EEF8;
}
.layout-split-west .panel-header{
	padding: 10px 5px;
}
#east{
	width:150px;
}
#west{
	width:200px;
}
.logoBox{
	margin-left: 10px;
	width: 170px;
	height: 50px;
}
.logoBox a{
	display: block;
	margin-top: 5px;
	width: 100%;
	height: 40px;
	overflow: hidden;
}
.logoBox a img{
	display: block;
	height: 100%;
	min-height: 100%;
	width: auto;
	cursor: pointer;
}
.logoBox a span{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	color: #666;
	font-size: 16px;
}
.menuBox{
	margin-right: 10px;
	height: 50px;
	line-height: 50px;
	/*background: red;*/
}
.menuBOxJf{
	font-weight: bold;
}
.indexUl{
	list-style-type: none;
}
.indexUl li{
	line-height: 28px;
}
.indexPanelBox{
	margin: 20px;
}
.indexPanel{
	margin-bottom: 20px;
}
/*index.html样式结束*/

/*新闻上传图片样式开始*/
.addTable,.editTable{
	border-collapse: collapse;
	margin: 9px auto 9px;
}
.addTable tr,.editTable tr{
	height: 81px;
	border-bottom: 1px solid #EFEFEF;
}
.addTable tr:last-child,.editTable tr:last-child{
	border-bottom: none!important;
}
.addTable tr td，.editTable tr td{
	margin-top: 12px!important;
}
.imgBox{
	border-radius: 5px;
	border: 1px solid #D4D4D4;
	max-width:200px;
	max-height:200px;
	background: #EEEFF1;
	width: auto;  
	height: auto;
	overflow: hidden;
}
.imgBox img{
    display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
#sortIdDialog{
	padding: 30px;
}
#sortIdDialog input{
	text-align: center;
}
#menu{
	width:150px;
}
/*新闻上传图片样式结束*/
/* 设备样式开始 */
#bindDeviceDialogInputBox{
	/* background-color: red; */
	text-align: center;
}
#bindDeviceDialogInputBox .bindDeviceDivInputBox{
	margin-bottom: 15px!important;
}
#bindDeviceAdd{
	height:100px;
	margin-left: 55px;
	padding: 5px 10px 5px 0;
	color: #0088F9;
	cursor: pointer;
}
#angleDialog{
    padding:40px 0 60px;
    text-align:center;
}
#brightnessDialog{
    padding:60px;
}
#startParameterBox{
    margin-top: 32px;
}
.startDivBox{
    height: 50px;
    line-height: 50px;
}
.startDivTitle{
    float: left;
    margin-left: 40px;
    width: 100px;
    text-align: right;
}
.startDivInput{
    float: left;
}
#toolbarPlaylistBox{
    margin: 20px 10px;
}
#toolbarPlaylistBox a{
    margin-right: 5px;
}
#playlistEditDialogBox{
    padding:20px 40px 0;
    list-style: none;
}
#playlistEditDialogBox li{
    margin-bottom: 15px;
}
#playlistEditDialogBox li .title{
    margin-bottom: 10px;
}
.timingBoxInputBox input{
    margin-bottom: 55px;
}
#timingBox fieldset{
    margin-bottom: 25px;
}
#parameterDialogBox{
    padding: 18px 18px 18px 30px;
}
.parameterUl{
    float: left;
    margin-right: 10px;
    padding: 0;
    width: 258px;
    list-style: none;
    overflow: hidden;
}
.parameterUl li{
    height: 30px;
    line-height: 30px;
}
.publicParamer,.setTimer{
    margin-right: 5px;
}









/* 设备样式结束 */
/* 设备池样式开始 */
.devicepoolUl{
	margin: 22px 22px 0 22px;
	height: 38px;
	line-height: 38px;
	border-radius: 5px;
	background-color: #ffffff;
	box-shadow: 2px 2px 5px #888888;
}
.devicepoolUl li{
	float: left;
	margin-right: 100px;
	list-style-type: none;
}
.devicepoolUl li span{
	font-size: 14px;
}
.devicepoolUl li span:nth-child(2){
	margin: 0 20px 0 5px;
}
.devicepoolUl li span:nth-child(3){
	font-weight: 600;
}
.devicepoolUl li span.oneSpan{
	color: #0088F9;
}
.devicepoolUl li span.twoSpan{
	color: #00BB9D;
}
.devicepoolUl li span.threeSpan{
	color: #9A9A9A;
}
/* 设备池样式结束 */
/*素材列表样式开始*/
/*#addCover{*/
/*    display: none;*/
/*}*/
.viewImgTopBox{
    margin: 30px 43px;
    width: 400px;
    height: 400px;
    overflow: hidden;
}
.viewImgBox{
    width: 400px;
    height: 400px;
    text-align:center;
    vertical-align:middle;
    display:table-cell;
}
.viewImgBox img{
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
/*素材列表样式结束*/

/* zhouzhongbo */
.tab li{
	float: left;
}
.hidden{
	display: none;
}
.flex-column{
	display: flex;
	flex-flow: column;
}
.flex-row{
	display: flex;
	flex-flow: row;
}
.flex-line{
	display: flex;
	flex-flow: row;
	align-items: center;
}
.flex-column-center{
	display: flex;
	flex-flow: column;
	align-items: center;
}
.tabCellActive{
	background-color: #2DA9FA;
	color: #FFFFFF;
	border: solid 1px #2DA9FA;
}
.addDialogTab ul li, .editDialogTab ul li, .readDialogTab ul li{
	border: solid 1px #E1E1E1;
	width: 110px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	cursor: pointer;
}
.addDialogTab ul li:last-child, .editDialogTab ul li:last-child{
	border-left-width: 0;
}
.holoform{
	padding-inline-start: 40px;
	padding-inline-end: 40px;
	margin: 20px 0;
}
.holoform form table tr{
	height: 60px;
}
.holoform form table tr td:first-child, .holoform form table tr td:nth-child(3){
	text-align: right;
	width: 100px;
}
.holoform form table tr td:nth-child(2), .holoform form table tr td:nth-child(4){
	width: 280px;
}
.holoform .textbox{
	margin-left: 10px;
}
.holoform .radiobutton{
	border-color: #D4DCE6; /* 设置圆圈的边框颜色 */
}
.holoform .radiobutton-checked{
	border-color: #409EFF;
}
.holoform .radiobutton-inner{
	background: #409EFF;
	border-color: #409EFF;
}
.holoLabelInput .textbox-icon{
	width: 76px !important;
}
.holoLabelInput .tagbox{
	padding-right: 76px !important;
}
.holoLabelInput .textbox-prompt,.holoLabelInput .validatebox-text{
	width: 0px !important;
	padding: 0px !important;
}
.addlabelList,.editlabelList{
	padding-inline-start: 20px;
	padding-inline-end: 20px;
	margin: 15px 0;
}
.hololabel{
	position: relative;
	display: block;
	margin: 4px 0 0 6px;
	padding: 4px 8px 4px 8px;
	float: left;
	vertical-align: top;
	text-decoration: none;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	border: solid 1px #CECECE;
	cursor: pointer;
	color: #000000;
}
.hololabel_active{
	background: #409EFF;
	border-color: #409EFF;
	color: #ffffff;
}
.holoSearchCity{
	display: inline-block;
	width: 262px;
}
.holoSearchCity .textbox{
	margin-left: 0;
}

/* zhouzhongbo end */





