@charset "utf-8";
body {
	font-family: "微软雅黑", "microsoft yahei";
	font-size: 14px;
	background: #fff;
	color: #333;
	height: 100%;
	width: 100%;
}

::-webkit-scrollbar {
	width: 5px;
	height: 16px;
}


/*定义滚动条轨道 内阴影+圆角*/

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	/*滚动条的背景区域的圆角*/
	background-color: #ddd;
	/*滚动条的背景颜色*/
}


/*定义滑块 内阴影+圆角*/

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	/*滚动条的圆角*/
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #1c8404;
	/*滚动条的背景颜色*/
}


::selection {
	background:#1c8404;
	color: #fff;
}
/* mozilla firefox */
::-moz-selection {
	background:#1c8404;
	color: #fff;
}

ul {
	list-style: none;
}

a {
	color: #333;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #333;
}

img {
	max-width: 100%;
}

span {
	color: #666
}

p {
	line-height: 25px;
	font-size: 14px;
}

* {
	padding: 0;
	margin: 0;
}

.header {
	width: 100%;
	height: 50px;
	background: #333;
	border-bottom: 2px solid #ddd;
	position: fixed;
	top: 0;
	z-index: 1;
}

.header .logo {
	width: 30%;
	height: 50px;
	line-height: 50px;
	float: left;
	padding-left: 50px;
}

.header .daohang {
	width: 70%;
	height: 50px;
	line-height: 50px;
	float: left;
}

.header .logo h1 {
	font-size: 22px;
	color: #FFF;
	margin: 0;
	height: 50px;
	line-height: 50px;
	font-weight: bolder;
	overflow: hidden;
}

.header .logo h1:hover {
	color: #ddd
}

.header .daohang ul {}

.header .daohang ul li {
	width: 100px;
	height: 50px;
	float: left;
}

.header .daohang ul li a {
	width: 80px;
	height: 50px;
	display: block;
	color: #FFF;
	text-align: center;
	font-size: 16px;
}

.main {
	width: 100%;
	height: 100%;
}

.category {
	width: 20%;
	height: 100%;
	float: left;
	position: fixed;
	border-right: 1px solid #dedede;
}

.cont {
	width: 80%;
	height: 100%;
	float: left;
	margin-left: 20%;
}

.category ul {}

.category ul li {
	width: 50%;
	height: 45px;
	line-height: 45px;
	float: left;
	text-align: center;
	border-bottom: 1px solid #ddd;
}

/*.category ul li:hover {
	background: #fff;
}*/
.main .category ul li.xuanzhong {
	background: #009688;
}
.main .category ul li.xuanzhong a{
    color:#fff;
}
.category ul li a {
	width: 100%;
	height: 40px;
	display: block;
	color: #666;
}

.weizhi {
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #ddd;
	line-height: 40px;
	padding: 0 50px;
	text-align: right;
}

.content {
	padding: 0px 50px;
	width: 100%;
	height: auto;
}

.content ul {
	margin-top: 20px;
}

.content ul li {
	width: 16.6%;
	height: 85px;
	line-height: 50px;
	overflow: hidden;
	padding: 0 10px;
	float: left;
	margin-top: 10px;
	text-align: center;
	border: 1px solid #ddd;
	background: #fff;
}

.c-c {
	width: 100%;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

.content h2 {
	font-size: 16px;
	font-weight: bolder;
	height: 60px;
	margin: 0px;
	line-height: 50px;
	border-bottom: 2px solid #ddd;
}

.c-c a {
	font-size: 16px;
}

.content ul li:hover .c-c  {
	border-bottom:1px solid #337AB7;
}
.content ul li:hover {
	border:1px solid #337AB7;
}

.shuoming {
	margin-top: 50px;
}

.shuoming p {
	font-size: 16px;
	line-height: 30px;
	margin-top: 10px;
}

.s-ul {
	padding-left: 50px;
}

.s-ul li {
	float: none;
	font-size: 16px;
	line-height: 30px;
}

.join {
	width: 100%;
	height: auto;
	margin-top: 30px;
}

.input-container {
	width: 80%;
	height: auto;
	margin: 0 auto;
	height: auto;
	line-height: 40px;
	margin-top: 20px;
}

.input-name {
	width: 20%;
	height: 40px;
	line-height: 40px;
	margin: 0;
	padding: 0;
	float: left;
	text-align: right;
	padding-right: 5px;
	position: relative;
}

.input-name span {
	font-size: 16px;
}

.input-text {
	width: 80%;
	height: auto;
	line-height: 40px;
	margin: 0;
	padding: 0;
	float: left;
}

.input-text input {
	height: 40px;
	line-height: 40px;
	width: 60%;
}

.input-text select {
	height: 40px;
	line-height: 40px;
	width: 60%;
}

.input-text textarea {
	height: 110px;
	line-height: 30px;
	width: 80%;
	resize: none;
}

.w-top-10 {
	margin-top: 10px;
}
.c-p{
	line-height: 30px;
}



.jump-tips {
	font-size: 48px;
	font-weight: bolder;
	margin-top: 100px;
	text-align: center;
}

.jump-name {
	font-size: 42px;
	font-weight: bolder;
	margin-top: 10px;
	text-align: center;
}

.jump-jd {
	font-size: 39px;
	margin-top: 10px;
	text-align: center;
}

.jump-num {
	font-size: 32px;
	margin-top: 10px;
	text-align: center;
}

.jump-time {
	font-size: 28px;
	margin-top: 10px;
	text-align: center;
}

.jump-wait {
	font-size: 24px;
	margin-top: 10px;
	text-align: center;
}
#seconds {
	color:red;
}

.cop{
	position: absolute;
	bottom: 120px;
	width: 100%;
	height: 60px;
}
.cop p{
	line-height: 30px;
	margin: 0px;
}