@CHARSET "UTF-8";

html, body, header, article, footer, nav, section, ul, li, div, form,
	input, textarea, p, td {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	overflow-y: scroll;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
}

body {
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #444;
	background: #f5f5f5 url(/images/topbg.jpg) repeat-x top left;
	padding: 0;
	overflow: hidden;
}

header {
	border: 0;
	color: #800000;
	background: url(/images/topbg.jpg) repeat-x top left;
	text-align: center;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
}

header img {
	display: block;
	margin: 10px auto 0;
}

div {
	width: 96%;
	max-width: 720px;
	margin: auto;
}

select, input, textarea {
	outline: none;
	background: transparent;
}

input[type=text], input[type=number], input[type=password], input[type=tel],
	input[type=email], input[type=button], input[type=submit], textarea {
	-webkit-appearance: none;
	appearance: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #c3c3c3;
}

input:-moz-placeholder, textarea:-moz-placeholder {
	color: #c3c3c3;
}

input::-moz-placeholder, textarea::-moz-placeholder {
	color: #c3c3c3;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #c3c3c3;
}

input, select, button {
	border-radius: 0;
}

input::-webkit-inner-spin-button {
	visibility: hidden;
}

#search {
	margin: 100px auto 0;
}

#search input {
	border: 1px solid #fff;
}

#search input[type=search] {
	width: 85%;
	height: 40px;
	border-radius: 3px;
	background: #fff;
	padding: 0 5px;
	margin-right: 10px;
}

#search input[type=button] {
	width: calc(15% - 10px);
	height: 40px;
	border-radius: 3px;
	padding: 0 5px;
	background: #f5f5f5;
	color: #444;
}

#search input[type=button]:hover {
	color: #ff0000;
}

.clear {
	width: 0;
	height: 0;
	clear: both;
}

.hidden {
	display: none;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #444;
}

a:hover {
	color: #ff0000;
}

#container {
	padding: 0 10px 15px;
	background: #fff;
	border-radius: 5px;
}

#container h4 {
	padding: 10px 0 0;
}

#container p {
	text-indent: 2em;
	text-align: justify;
	line-height: 1.5;
	padding-bottom: 10px;
}

footer {
	width: 100%;
	max-width: 720px;
	position: fixed;
	bottom: 44px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9;
}

#footmsg {
	width: 25%;
	border: 1px solid #c0c0c0;
	border-radius: 5px 5px 0 0;
	background: #ffffec;
	text-align: center;
	padding-bottom: 15px;
}

#footmsg a {
	display: block;
	padding: 10px 0 5px
}

#footer {
	width: 100%;
	height: 44px;
	background: #800000;
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9
}

#footer div {
	height: 44px;
	line-height: 44px;
	width: 25%;
	float: left;
	text-align: center;
}

#footer div:nth-child(2) {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}

#footer div:nth-child(3) {
	border-right: 1px solid #fff;
}

#footer div a {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #fff;
}

#footer div a:hover {
	background: orange;
	color: #ff0000;
	cursor: pointer;
}

#localVideoList {
	width: 100%;
	border-collapse: collapse;
}

#localVideoList tr:nth-child(odd) {
	background: #f5f5f5;
}

#localVideoList tr:nth-child(n+2):hover {
	background: #d2f0ff;
}

#localVideoList tr td {
	padding: 10px 5px;
	border: 1px solid #fcfcfc;;
}

#localVideoList tr td:first-child {
	width: 24x;
	text-align: center;
}

#localVideoList tr td:first-child input {
	width: 18px;
	height: 18px;
}

#localVideoList tr td:last-child:hover, #localVideoList tr td:last-child a:hover,
	#localVideoList tr td:nth-child(2):hover {
	cursor: pointer;
	color: #ff0000;
}

#localVideoList tr:nth-child(n+2) td:nth-child(2) {
	width: calc(100% - 24px);
	text-align: left;
	cursor: pointer;
}

.page {
	width: 100%;
	padding: 30px 0 100px;
	text-align: center;
	font-size: 12px;
}

.page span {
	padding: 5px 8px;
	border: 1px solid #c0c0c0;
	background: #d8d8d8;
	margin: 0 5px;
}

.page span:hover {
	cursor: default;
	color: red;
	border: 1px solid red;
}

.page select {
	border: 0;
	background: transparent;
}

#videoTitle {
	width: 100%;
	background: #777777;
	color: #fff;
	font-weight: bold;
	padding: 12px;
	margin-top: 1px;
	white-space: nowrap;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}

#woheadimg {
	max-width: 25%;
	display: block;
	margin: auto;
	border-radius: 50%;
	border: 1px solid #c0c0c0;
	padding: 10px;
	margin-bottom: 15px;
}

.woinfo {
	display: flex;
}

.woinfo, #woinfo li {
	list-style: none;
	padding: 10px 0;
	font-size: 14px;
}

.woinfo li:first-child {
	width: 80px;
	text-align: right:
}

.woinfo li:nth-child(2) {
	width: calc(100% - 80px);
}

.woinfo input, .woinfo select {
	width: 100%;
	height: 36px;
	border: 1px solid #d7d7d7;
	padding: 0 5px;
}

#saveMyInfoBtn {
	width: 100%;
	background: #0080c0;
	color: #fff;
	padding: 10px 0;
	margin: 25px 0 68px;
	border: 0;
}

#saveMyInfoBtn:hover {
	background: #0080ff;
}

.marquee {
	width: auto;
	background: #fff;
	white-space: nowrap;
	box-sizing: border-box;
	font-size: 12px;
	padding: 3px 6px;
	animation: marquee 15s linear infinite;
	position: fixed;
	bottom: 46px;
}

@keyframes marquee { 
	0% {
	      transform: translateX(100%); /* 初始位置：内容最左侧与容器最右侧对齐 */
	}
	100% {
	      transform: translateX(-100%); /* 结束位置：内容最右侧与容器最左侧对齐 */
	}
}
h4 span, h4 a {
	font-weight: 2;
}

.more {
	float: right;
}

#topmenu {
	display: none;
	width: 40%;
	max-width: 200px;
	max-height: calc(100% - 150px);
	padding: 15px;
	background: #dfdfdf;
	border: #c0c0c0;
	position: fixed;
	top: 100px;
	right: 0;
	overflow-y: scroll;
}

#topmenu p {
	text-indent: 0;
	font-size: 12px;
	cursor: pointer;
}

#topmenu a {
	display: inline-block;
	width: 100%;
	height: 32px;
	color: #666;
	font-size: 12px;
}

#topmenu ._play {
	height: 44px;
	line-height: 44px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: #0080ff;
	margin-bottom: 20px;
	border-radius:3px;
}

#topmenu .last-child {
	text-align: center;
	margin-bottom: 0;
	padding: 0;
}

#leftsidemenu {
	width: 40%;
	max-height: calc(100% - 150px);
	padding: 10px;
	position: fixed;
	top: 100px;
	left: 0;
	background: #616161;
	color: #fff;
	font-size:12px;
	overflow-y: scroll;
}
#leftsidemenu a {
	display: inline-block;
	color: #fff;
	height: 32px;
	width: 90px;
}

#leftsidemenu a:hover, #topmenu a:hover {
	color: red;
}

#leftsidemenu p {
	font-size: 24px;
	text-align: right;
	cursor: pointer;
}

#leftsidemenu input {
	height: 32px;
	width: 90px;
	border: 1px solid #c0c0c0;
	padding: 0 5px;
	color: #fff;
}

#leftsidemenu span {
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	cursor: pointer;
}

#nextplay {
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	text-align: center;
	background: #c0c0c0;
	position: fixed;
	top: 150px;;
	left: 0;
	margin-right: auto;
	margin-left: auto;
	z-index: 9;
	display: none;
}
#classnamelist{
	display:none;
}