﻿html,
body {
	height: 100%
}

body {
	overflow: hidden
}

#page-tab,
#page-tab * {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased
}

#page-tab,
#page-tab #page-tab-content,
#page-tab .tab-btn,
#page-tab #page-operation,
#page-tab #menu-list,
#page-tab #menu-list a {
	height: 39px;
	line-height: 39px
}

#page-tab {
	width: 100%;
	position: relative;
	line-height: 39px;
	background: url(../images/hdbg.png) repeat #444;
}

#page-tab-content {
	margin-left: 39px;
	width: 100000px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

#page-tab button{
	border: 0;
	cursor: default;
	position: relative;
}

#page-tab .tab-btn,
#page-tab #page-operation {
	position: absolute;
	width: 39px;
	text-align: center;
	color: #999;
	z-index: 5;
	top: 0
}

#page-tab #page-prev {
	left: 0;
	background: url(../images/prev.png);
	background-position: center;
	background-size: 20px;
	background-repeat: no-repeat;
	cursor: pointer;
}

#page-tab #page-next {
	right: 78px;
	background: url(../images/next.png) center no-repeat;
	background-size: 20px;
	cursor: pointer;
}
#page-tab #page-refresh{
	right: 0;
	color: #fff;
	cursor: pointer;
	background: none;
}
#page-tab #page-operation {
	right: 39px;
	width: 39px;
	background: url(../images/list.png) center no-repeat;
	background-size: 16px;
	cursor: pointer;
}

#page-tab #page-operation:hover,#page-tab #page-prev:hover,#page-tab #page-next:hover,#page-tab #page-refresh:hover{
	background-color: #222;
}

#page-tab #menu-list {
	float: left
}

#page-tab #menu-list a {
	float: left;
	text-decoration: none;
	padding: 0 10px 0 20px;
	border-right: 1px solid #222;
	color: #fff;
	font-size: 12px;
	cursor: pointer;
	transition: background-color .5s;
	-moz-transition: background-color .5s;
	-webkit-transition: background-color .5s;
	-o-transition: background-color .5s;
}

#page-tab #menu-list a:hover {
	background: #222;
	color: #fff;
}

#page-tab #menu-list a.active {
	background-color: #fff;
	color: #666;
	border-right: 0;
	transition: color .5s;
	-moz-transition: color .5s;
	-webkit-transition: color .5s;
	-o-transition: color .5s;
	transition: background-color .5s;
	-moz-transition: background-color .5s;
	-webkit-transition: background-color .5s;
	-o-transition: background-color .5s;
}

#page-tab #menu-list a.active:hover {
	color: #666;
}

#page-tab #menu-list a .menu-close {
	width: 15px;
	height: 15px;
	display: inline-block;
	background-image: url(../images/closew.png);
	background-size: 15px;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-left: 5px;
	margin-top: -2px
}
#page-tab #menu-list a.active .menu-close{
	background-image: url(../images/close.png);
}
#page-tab #menu-list a .menu-close:hover {
	background-image: url(../images/closehover.png)
}

#menu-all {
	width: 150px;
	position: absolute;
	right: 0;
	z-index: 100;
	min-height: 25px;
	overflow-y: auto;
	display: none;
	max-height: 380px;
	top: 39px;
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,.3);
}

#menu-all #menu-all-ul {
	width: 100%;
	height: 100%
}

#menu-all #menu-all-ul li {
	list-style: none;
	cursor: pointer;
	overflow: hidden;
	font-size: 12px;
	text-align: center;
}

#menu-all #menu-all-ul li.active {
	background-color: #222;
	color: #fff
}

#menu-all #menu-all-ul li:not(.active):hover {
	background-color: #f1f0f0
}

#page-content {
	width: 100%;
	height: 100%;
	overflow: hidden
}

#page-content .iframe-content {
	width: 100%;
	height: 100%;
	border: 0;
	display: none
}

#page-content .active{
	display: block
}