body,html {
	height: 100%;
	margin: 0;
	padding: 0
}

dd,dl,dt,form,h3,li,ol,p,ul {
	margin: 0;
	padding: 0;
	list-style: none
}

input {
	padding-top: 0;
	padding-bottom: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

img,table {
	border: 0
}

td {
	font-size: 9pt;
	line-height: 18px
}

em {
	font-style: normal;
	color: #c00
}

a {
	text-decoration: none
}

button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	padding: 0;
	outline: none
}

#app {
	position: relative;
	width: 100%;
	height: 100%;
	min-width: 1200px;
	font-family: Avenir, Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.header {
	width: 100%;
	height: 60px;
	font-size: 16px;
	background-color: #1d1d1d;
	color: #999
}

.left {
	display: inline-block;
	text-align: left
}

.right {
	float: right;
	line-height: 60px;
	display: inline-block;
	text-align: left
}

.right a {
	height: 60px;
	float: right;
	padding: 0 20px
}

.header-sidebar-btn,
.right a {
	display: inline-block;
	line-height: 60px;
	text-align: center;
	color: #fff
}

.header-sidebar-btn {
	height: 100%;
	vertical-align: middle;
	margin-left: 10px
}

.header-sidebar-btn label {
	margin-left: 5px
}

.header-title {
	display: inline-block;
	max-width: 300px;
	height: 60px;
	vertical-align: middle;
	line-height: 60px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-left: 20px
}

.sidebar {
	position: absolute;
	top: 60px;
	left: 0;
	bottom: 0;
	width: 350px;
	background-color: #1d1d1d;
	display: none
}

.sidebar.show {
	display: block
}

.sidebar-container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 40px;
	padding: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-x: hidden;
	overflow-y: auto
}

.sidebar-container::-webkit-scrollbar {
	width: 10px;
	border-radius: 10px;
	background: #333
}

.sidebar-container::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
	background: #666
}

.sidebar-title {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #999
}

.sidebar-list {
	padding: 20px 0
}

.sidebar-item {
	display: block;
	font-size: 14px;
	line-height: 22px;
	padding: 4px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #666;
	cursor: pointer
}

.sidebar-item.act {
	color: #42b983
}

.sidebar-copyright {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 80px;
	color: #666;
	font-size: 12px;
	line-height: 40px;
	text-align: center;
	letter-spacing: .5px
}

.sidebar-copyright a {
	color: #666
}

.video-box {
	width: 100%;
	height: 100%;
	overflow: hidden
}

.video-box video {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	background-color: #000
}

.modal-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	text-align: center;
	background-color: rgba(0, 0, 0, .5)
}

.modal-overlay:after {
	content: "";
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle
}

.modal-content {
	display: inline-block;
	width: 600px;
	height: auto;
	background-color: #fff;
	border-radius: 4px;
	vertical-align: middle;
	overflow: hidden;
	text-align: left
}

.modal-header {
	background-color: #f2f2f2;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	padding: 15px;
	color: #000;
	font-size: 16px
}

.modal-body {
	padding: 15px;
	min-height: 120px
}

.modal-body h4 {
	font-weight: 500;
	font-size: 18px;
	line-height: 1.2;
	margin: 10px 0
}

.modal-body p {
	line-height: 1.2;
	margin-bottom: 10px
}

.modal-body p a {
	color: #42b983
}

.modal-footer {
	text-align: right;
	padding: 15px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px
}

.modal-btn {
	display: inline-block;
	padding: 6px 12px;
	margin-left: 15px;
	border-radius: 20px;
	cursor: pointer
}

.modal-btn:hover {
	opacity: .7
}

.modal-btn.cancel {
	border: 1px solid #42b983;
	background-color: #fff;
	color: #42b983
}

.modal-btn.confirm {
	padding: 6px 20px;
	border: 1px solid #42b983;
	background-color: #42b983;
	color: #fff
}

.home {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0
}

.content {
	position: absolute;
	top: 60px;
	bottom: 0;
	left: 0;
	right: 0
}

.content.showSideBar {
	left: 350px
}

body {
	background-color: #1d1d1d
}

.box_404 {
	position: absolute;
	width: 600px;
	height: 600px;
	left: 50%;
	top: 50%;
	margin: -350px 0 0 -300px;
	text-align: center;
	color: #666
}

.box_404 .num {
	font-size: 200px;
	line-height: 400px
}

.box_404 .en {
	font-size: 60px;
	line-height: 150px
}

.box_404 a {
	margin: auto;
	color: #999;
	font-size: 20px
}

.modal-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	text-align: center;
	background-color: rgba(0, 0, 0, .5)
}

.modal-overlay:after {
	content: "";
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle
}

.modal-content {
	display: inline-block;
	width: 600px;
	height: auto;
	background-color: #fff;
	border-radius: 4px;
	vertical-align: middle;
	overflow: hidden;
	text-align: left
}

.modal-header {
	background-color: #f2f2f2;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	padding: 15px;
	color: #000;
	font-size: 16px
}

.modal-body {
	padding: 15px
}

.modal-body h4 {
	font-weight: 500;
	font-size: 18px;
	line-height: 1.2;
	margin: 10px 0
}

.modal-body p {
	line-height: 1.2;
	margin-bottom: 10px
}

.modal-body p a {
	color: #42b983
}

.modal-footer {
	text-align: right;
	padding: 15px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px
}

.modal-btn {
	display: inline-block;
	padding: 6px 12px;
	margin-left: 15px;
	border-radius: 20px;
	cursor: pointer
}

.modal-btn:hover {
	opacity: .7
}

.modal-btn.cancel {
	border: 1px solid #42b983;
	background-color: #fff;
	color: #42b983
}

.modal-btn.confirm {
	padding: 6px 20px;
	border: 1px solid #42b983;
	background-color: #42b983;
	color: #fff
}
