body {
	margin: 0;
}


/*video*/

.video-wrap {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0;
	font-family: "΢���ź�";
}

.video-wrap .top {
	height: 35px;
	line-height: 35px;
	background: #f2f2f2;
	color: #444;
	border-bottom: #dde1e5 1px solid;
	padding-right: 10px;
	font-size: 14px;
	font-weight: bold;
	position: relative;
}


/*.video-wrap .top{height: 35px;line-height: 35px;background: #f2f2f2;color: #444;border-bottom: #dde1e5 1px solid; padding-right: 10px;font-size: 14px;font-weight: bold;position: relative;}*/

.video-wrap .top .pull-right {
	text-align: left;
	font-weight: normal;
	font-size: 12px;
}

.video-wrap .top .pull-left {
	padding-left: 10px;
}

.video-wrap .top .pull-right .dropdown-menu {
	right: 0;
	left: auto;
	min-width: 80px;
}

.video-wrap .top .pull-right .dropdown-menu li a:hover,
.video-wrap .top .pull-right .dropdown-menu li a:focus,
.video-wrap .top .pull-right .dropdown-menu li a:active,
.video-wrap .top .pull-right .dropdown-menu li.active a,
.video-wrap .top .pull-right .dropdown-menu li.active a:hover,
.video-wrap .top .pull-right .dropdown-menu .dropdown-submenu:hover>a {
	background: #515365;
	color: #444
}

.video-wrap .top .pull-right .dropdown-menu:after {
	position: absolute;
	display: inline-block;
	content: "";
	top: -6px;
	right: 10px;
	border-bottom: #fff 6px solid;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}

.video-wrap .top .pull-right .btn-inverse {
	background-color: #f2f2f2!important;
	border-color: #ddd;
}

.video-wrap .top .pull-right .btn-group {
	margin-bottom: 3px;
	width: 60px;
}

.video-wrap .top .pull-right .btn-group .btn {
	text-shadow: none !important;
	color: #444 !important;
}

.video-wrap .top .pull-right .btn-group>.btn:first-child {
	border-radius: 0;
}

.video-wrap .top .dropdown-inverse li a:hover {
	background-color: #eee;
	color: #444;
}

.video-wrap-l {
	width: 230px;
	height: 100%;
	overflow: hidden;
	/* background: #2a303c;border-right: #000 1px solid; */
}

.video-wrap-l .search {
	height: 50px;
	background: #f7f9fd;
	border-bottom: #eee 1px solid;
	padding: 11px 10px 0 0px;
	position: relative;
}

.video-wrap-l .search label {
	display: inline-block;
}

.video-wrap-l .search .checkbox label {
	padding-left: 0;
}

.video-wrap-l .search input[type="checkbox"] {
	top: 10px;
	left: 10px;
	opacity: 0;
}

.video-wrap-l .search .checkbox {
	padding-left: 10px;
	margin-top: 0px;
	display: inline-block;
}

.video-wrap-l .search input.ace[type="checkbox"]+.lbl {
	line-height: 18px;
}

.video-wrap-l .search .searchbox {
	display: inline-block;
	padding-left: 0px;
}

.video-wrap-l .search .searchbox span {
	width: 140px;
	height: 28px;
	border: #ddd 1px solid;
	background: #fff;
	display: inline-block;
}

.video-wrap-l .search .searchbox span input {
	width: 110px;
	border: 0;
}

.video-wrap-l .search .searchbox button {
	border: 0;
	background: none;
	width: 18px;
}

.video-wrap-l .search .searchbox button i {
	color: #69aa46;
}

.video-wrap-l .search .searchbox input[type="text"] {
	padding-top: 4px;
	padding-bottom: 0;
}

.video-wrap-l input[type=checkbox].ace+.lbl::before {
	margin-bottom: 1px;
}

.video-wrap-l .video-search {
	height: 130px;
	background: #f7f9fd;
	border-bottom: #eee 1px solid;
	padding: 10px;
}

.video-wrap-l .video-search .form-control {
	height: 30px;
}

.video-wrap-l .video-search td {
	padding: 2px 0;
}

.video-wrap-l .video-search p {
	padding-top: 5px;
}

.video-wrap-l .video-search .btn {
	border: 0;
}

.video-wrap-l .treewrap .ztree>li {
	border-bottom: #e9e9e9 1px solid;
}

.video-wrap-l .treewrap {
	height: calc(100% - 85px);
	background: #fff;
	overflow: auto;
	padding: 8px;
	width: 230px;
}

.video-wrap-l.video-wrap-l-hf .treewrap {
	height: calc(100% - 215px);
}

.video-wrap-l .treewrap .tree {
	padding-left: 0;
}

.video-wrap-l .treewrap .tree:before {
	border: 0;
}

.video-wrap-l .treewrap .tree .tree-item,
.video-wrap-l .treewrap .tree .tree-folder {
	border: 0;
}

.video-wrap-l .treewrap .tree>.tree-folder {
	border-bottom: #efefef 1px solid;
	min-height: 42px;
	line-height: 42px;
}

.video-wrap-l .treewrap .tree>.tree-folder:before {
	border: 0;
}

.video-wrap-l .treewrap .tree>.tree-item::before {
	border: 0;
}

.video-wrap-l .treewrap .tree .tree-folder .tree-folder-header {
	height: 30px;
	line-height: 30px
}


/*.video-wrap-l .ztree li span.button.switch{width: 0;}*/

.table-condensed thead>tr>th,
.table-condensed tbody>tr>th,
.table-condensed tfoot>tr>th,
.table-condensed thead>tr>td,
.table-condensed tbody>tr>td,
.table-condensed tfoot>tr>td {
	padding: 4px !important;
}

.datepicker td,
.datepicker th {
	width: 20px !important;
	height: 20px !important;
}

.datepicker td,
.datepicker th {
	min-width: 16px !important;
}

.video-wrap-m {
	width: calc(100% - 420px);
	height: 100%;
	overflow: hidden;
}

.video-wrap .line1 {
	display: inline-block;
	position: absolute;
	top: 1px;
	left: 0;
	height: 33px;
	width: 2px;
	line-height: 33px;
	content: "";
	border-left: #040506 1px solid;
	border-right: #616370 1px solid;
	font-size: 0;
}

.video-wrap .line2 {
	display: inline-block;
	position: absolute;
	top: 1px;
	right: 0;
	height: 33px;
	width: 2px;
	line-height: 33px;
	content: "";
	border-left: #616370 1px solid;
	border-right: #040506 1px solid;
	font-size: 0;
}

.video-wrap-m span {
	display: inline-block;
	padding-left: 10px;
}

.video-wrap-m.video-wrap-hf {
	width: calc(100% - 230px);
}

.video-wrap .video-wrap-hf .line2 {
	display: none;
}

.video-wrap-m .content {
	width: 100%;
	height: 100%;
	background: #000;
}

.video-wrap-m span.sbmc {
	color: #3d8a30;
}

.video-wrap-m .content.fullscreenbg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
}

.video-wrap-m .video-bar {
	height: 40px;
	width: 100%;
	background: url(../images/video-barBg.png) repeat-x;
}

.video-wrap-m .video-main {
	height: calc(100% - 40px);
	width: 100%;
}

.video-wrap-m .video-bar-l {
	width: 50%;
	float: left;
	padding-left: 15px;
	padding-top: 8px;
}

.video-wrap-m .video-bar-l span {
	display: block;
	float: left;
	margin-right: 5px;
}

.video-wrap-m .video-bar-r {
	width: 50%;
	float: left;
	text-align: right;
	padding-right: 5px;
	padding-top: 8px;
}

.video-wrap-m .screenNum {
	display: inline-block;
}

.video-wrap-m span {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 0px;
	cursor: pointer;
	transition: all 0.3s;
}

.video-wrap-m span.closeall {
	background: url(../images/closeall.png) 0 1px no-repeat;
}

.video-wrap-m span.closeall:hover {
	background: url(../images/closeall-on.png) 0 1px no-repeat;
}

.video-wrap-m span.bar-in {
	width: 100px;
}

.video-wrap-m span.bar-in input[type="text"] {
	width: 60px;
	height: 18px;
	line-height: 18px;
	border: #666 1px solid;
	float: left;
}

.video-wrap-m span.bar-in input[type="button"] {
	width: 20px;
	height: 20px;
	float: left;
	border: 0;
	margin-left: 3px;
	background: url(../images/button-go.png) no-repeat;
}

.video-wrap-m span.bar-in input[type="button"]:hover {
	background: url(../images/button-go-on.png) no-repeat;
}

.video-wrap-m span.stream-main {
	background: url(../images/stream-main.png) no-repeat;
}

.video-wrap-m span.stream-sub {
	background: url(../images/stream-sub.png) no-repeat;
}

.video-wrap-m span.stream-main.on {
	background: url(../images/stream-main-on.png) no-repeat;
}

.video-wrap-m span.stream-sub.on {
	background: url(../images/stream-sub-on.png) no-repeat;
}

.video-wrap-m span.screen-1 {
	background: url(../images/screen-1.png) no-repeat;
}

.video-wrap-m span.screen-2 {
	background: url(../images/screen-2.png) no-repeat;
}

.video-wrap-m span.screen-3 {
	background: url(../images/screen-3.png) no-repeat;
}

.video-wrap-m span.screen-4 {
	background: url(../images/screen-4.png) no-repeat;
}

.video-wrap-m span.screen-1.on {
	background: url(../images/screen-1-on.png) no-repeat;
}

.video-wrap-m span.screen-2.on {
	background: url(../images/screen-2-on.png) no-repeat;
}

.video-wrap-m span.screen-3.on {
	background: url(../images/screen-3-on.png) no-repeat;
}

.video-wrap-m span.screen-4.on {
	background: url(../images/screen-4-on.png) no-repeat;
}

.video-wrap-m span.fullscreen {
	background: url(../images/fullscreen.png) no-repeat;
}

.video-wrap-m span.fullscreen:hover {
	background: url(../images/fullscreen-on.png) no-repeat;
}

.video-wrap-m span.fullscreen.exit {
	background: url(../images/fullscreen-exit.png) no-repeat;
}

.video-wrap-m span.fullscreen.exit:hover {
	background: url(../images/fullscreen-exit-on.png) no-repeat;
}

.video-wrap-m span.fullscreen2 {
	background: url(../images/fullscreen2.png) no-repeat;
}

.video-wrap-m span.fullscreen2:hover {
	background: url(../images/fullscreen2-on.png) no-repeat;
}

.video-wrap-m span.fullscreen2.exit {
	background: url(../images/fullscreen2-exit.png) no-repeat;
}

.video-wrap-m span.fullscreen2.exit:hover {
	background: url(../images/fullscreen2-exit-on.png) no-repeat;
}

.video-wrap-r {
	width: 190px;
	height: 100%;
	overflow: hidden;
	border-left: #ddd 0px solid;
}

.video-right-con {
	height: 100%;
	background: #f7f9fd;
}

.video-control-box {
	padding: 10px 10px 0 10px;
}

.vedeo-control-der {
	width: 98px;
	height: 98px;
	margin: 0 auto;
	background: url(../images/yt-bg.png) no-repeat;
	position: relative;
}

.vedeo-control-der .btn1,
.vedeo-control-der .btn2 {
	border: 0;
	position: absolute;
	outline: none;
}

.vedeo-control-der .btn1 {
	width: 12px;
	height: 11px;
	background: url(../images/arrow-1.png) no-repeat;
}

.vedeo-control-der .btn2 {
	width: 10px;
	height: 8px;
	background: url(../images/arrow-2.png) no-repeat;
}

.vedeo-control-der .btn1.btn-top {
	background-position: 0 0;
	top: 13px;
	left: 42px;
}

.vedeo-control-der .btn1.btn-right {
	background-position: 0 0;
	top: 43px;
	right: 11px;
	transform: rotate(90deg)
}

.vedeo-control-der .btn1.btn-bottom {
	background-position: 0 0;
	top: 74px;
	left: 42px;
	transform: rotate(180deg)
}

.vedeo-control-der .btn1.btn-left {
	background-position: 0 0;
	top: 43px;
	left: 11px;
	transform: rotate(270deg)
}

.vedeo-control-der .btn1.btn-top:hover,
.vedeo-control-der .btn1.btn-right:hover,
.vedeo-control-der .btn1.btn-bottom:hover,
.vedeo-control-der .btn1.btn-left:hover {
	background-position: 0 -12px;
}

.vedeo-control-der .btn2.btn-right-top {
	background-position: 0 0;
	top: 24px;
	right: 20px;
	transform: rotate(45deg)
}

.vedeo-control-der .btn2.btn-right-bottom {
	background-position: 0 0;
	bottom: 24px;
	right: 20px;
	transform: rotate(135deg)
}

.vedeo-control-der .btn2.btn-left-bottom {
	background-position: 0 0;
	bottom: 24px;
	left: 20px;
	transform: rotate(-135deg)
}

.vedeo-control-der .btn2.btn-left-top {
	background-position: 0 0;
	top: 24px;
	left: 20px;
	transform: rotate(-45deg)
}

.vedeo-control-der .btn2.btn-right-top:hover,
.vedeo-control-der .btn2.btn-right-bottom:hover,
.vedeo-control-der .btn2.btn-left-bottom:hover,
.vedeo-control-der .btn2.btn-left-top:hover {
	background-position: 0 -10px;
}

.video-canshu {
	overflow-y: auto;
	height: 100%;
}

.video-canshu td {
	white-space: nowrap;
}

.video-canshu input[type="text"] {
	width: 35px;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 20px;
}

.video-speed-box {
	padding: 5px 5px 10px 5px;
}

.video-speed-box .lighter {
	color: #fff;
	font-size: 13px;
}

.video-speed-box .ui-slider-range {
	background-color: #04b92a;
	border-radius: 2px;
}

.video-speed-box .ui-slider-horizontal .ui-slider-handle {
	top: -.4em;
}

.video-speed-box .ui-slider-handle {
	color: #04b92a;
}

.video-btn-box {
	padding: 0 5px 10px 5px;
}

.video-btn-box button {
	padding-left: 13px;
	padding-right: 13px;
	/* height: 24px;line-height: 24px;border: 0;text-align: center;background: url(../images/yt-btn2.png) no-repeat;color: #fff;font-weight: 100; */
}

.video-btn-box button.on {
	background-position: 0 0;
}

.video-btn-box button.off {
	background-position: 0 -24px;
}

.video-date-box {
	/*height: calc(100% - 190px);*/
	padding-top: 5px;
}

.video-kz-box {
	/*box-shadow: -1px 0 3px #333,0 -1px 3px #333,0 1px 3px #333,1px 0 3px #333;*/
}

.video-right-con .nav-head {
	color: #444;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	background: url(../images/arrow-down.png) 160px 10px no-repeat #f2f2f2;
	border: #dde1e5 1px solid;
	cursor: pointer;
	font-weight: bold;
}

.tab-content.hide {
	display: none;
}

.video-date-box .nav-tabs,
.video-kz-box .nav-tabs {
	height: 28px;
	line-height: 28px;
	border-bottom: 0;
	padding-left: 0;
	padding-top: 0;
}

.video-date-box .nav-tabs li,
.video-kz-box .nav-tabs li {
	width: 93px;
	height: 28px;
	background: url(../images/date-bg.png) 0 -28px no-repeat;
	overflow: hidden;
	text-align: center;
	margin-left: 1px;
}

.video-date-box .nav-tabs li:first-child,
.video-kz-box .nav-tabs li:first-child {
	margin: 0;
}

.video-date-box .nav-tabs li.active,
.video-kz-box .nav-tabs li.active {
	background-position: 0 0;
}

.video-date-box .nav-tabs>li.active>a,
.video-date-box .nav-tabs>li.active>a:hover,
.video-date-box .nav-tabs>li.active>a:focus,
.video-kz-box .nav-tabs>li.active>a,
.video-kz-box .nav-tabs>li.active>a:hover,
.video-kz-box .nav-tabs>li.active>a:focus {
	color: #fff;
	background: none;
	border: 0px solid #ddd;
	line-height: 28px;
}

.video-date-box .nav-tabs>li.active>a,
.video-kz-box .nav-tabs>li.active>a {
	background: none;
}

.video-date-box .nav-tabs>li>a,
.video-kz-box .nav-tabs>li>a {
	padding: 0;
	border: 0;
	line-height: 32px;
	color: #666;
}

.video-date-box .nav-tabs>li>a:hover,
.video-kz-box .nav-tabs>li>a:hover {
	background: none;
	color: #666;
}

.video-date-box .tab-content,
.video-kz-box .tab-content {
	background: #f7f9fd;
	border: #dde1e5 1px solid;
	border-top: 0;
	padding: 10px 5px;
}

.video-date-box .tab-content {
	height: auto;
	/*max-height: calc(100% - 70px);*/
	overflow: auto;
}

.video-date-box .tab-content table,
.video-kz-box .tab-content table {
	border-top: #dde1e5 1px solid;
	border-left: #dde1e5 1px solid;
}

.video-date-box .tab-content td,
.video-kz-box .tab-content td {
	border-right: #dde1e5 1px solid;
	border-bottom: #dde1e5 1px solid;
	background: #fdfeff;
	height: 30px;
	padding: 0 5px;
	font-size: 12px;
	width: 60%;
}

.video-canshu td.align-right span {
	display: inline-block;
	vertical-align: middle;
}

.video-canshu .btn-wrap {
	display: inline-block;
	vertical-align: middle;
}

.div1 {
	width: 34px;
	height: 20px;
	border-radius: 10px;
	position: relative;
	cursor: pointer;
	margin-left: 0px;
}

.div2 {
	width: 16px;
	height: 16px;
	border-radius: 8px;
	position: absolute;
	background: white;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
}

.btn-open {
	background: rgba(0, 184, 0, 0.8);
}

.btn-open .div2 {
	top: 2px;
	right: 1px;
}

.btn-close {
	background: rgba(255, 255, 255, 0.8);
	border: 3px solid rgba(0, 0, 0, 0.15);
	border-left: transparent;
}

.btn-close .div2 {
	left: 0px;
	top: -2px;
	border: 2px solid rgba(0, 0, 0, 0.1);
}

.selWrap {
	padding: 10px 5px 10px 5px;
}

.selWrap select,
.selWrap select:focus {
	width: 100%;
}