﻿@font-face {
	font-family: 'DaysOne-Regular';
	font-weight: normal;
	font-style: normal;
}
body {
	font-family: Verdana, Tahoma, arial, sans-serif;
	min-width: 960px;
	margin: 0;
}
#page {
	width: 960px;
	margin: 0 auto;
    padding: 156px 0 0;
}
#header {
	width: 100%;
	border-bottom: 5px solid #c3c3c3;
	position: absolute;
	left: 0;
	top: 0;
    background-color:#00C17E
}
#header .background {
	height: 150px;
	
}
#logo {
	font-family: 'DaysOne-Regular';
	font-size: 40px;
	/*font-weight: normal;*/
	line-height: 130px;
	width: 960px;
	margin: 0 auto;
    position: relative;
}
#logo a {
	color: #fff;
	text-decoration: none;
}
#csae {
	color: #fff;
    font-size:14px;
    position:absolute;
    top: 38px;
    left: 0px;
}
#topmenu {
	color: #fff;
    background-color:#00935F;
    font-size:14px;
    position:absolute;
    top: -60px;
    right: 0px;
    height:70px;
    padding:10px;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
}
#topmenu a {
	color: #fff;
}
#navigation {

    background-color:#00935F;
	height: 49px;
	width: 960px;
	margin: 0 auto;
	position: relative;
	top: 0;
}
#navigation ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 1px 10px;
}
#navigation li {
	float: left;
}
#navigation li a {
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 47px;
	width: 154px;
	border-color: transparent;
	border-style: none solid;
	border-width: 1px;
	text-align: center;
	text-decoration: none;
}
#navigation li a:hover, #navigation li.selected a {
	background-color: #00C17E;
	color: #fff;
}

#footer {
	width: 100%;
    color:#fff;
	border-top: 5px solid #c3c3c3;
	position: absolute;
	left: 0;
    background-color:#434343;
}
#footer .background {
	border-top: 1px solid #b6051c;

}
#footer .body {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0px;
}
#footer .section {
	float: left;
	display: inline-block;
	margin: 0px 10px;
}
#footer h3 {
	  color:#fff;
	font-family: 'DaysOne-Regular';
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	margin: 0 0 18px;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer ul li {
	  color:#fff;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	width: 100%;
	border-top: 1px solid #8a0413;
	padding: 12px 0 0;
	vertical-align:top;
}
#footer ul li:first-child, #footer ul li {
	border: 0;
	padding: 0;
}
#footer ul li span {
	float: left;
	display: inline-block;
	width: 150px;
    padding-right:10px;
	vertical-align:top;
}
#footer ul li strong {
	float: left;
	display: inline-block;
	margin-right: 6px;
	vertical-align: top;
}
#footer ul li p {
	float: left;
	display: inline-block;
	width: 370px;
	margin: 0;
	padding: 0 0 12px;
}
#footer ul li a {
	  color:#fff;
	display: inline-block;
	margin: 0 10px;
	text-decoration: none;
}

/*------------------------------ CONTENTS ------------------------------*/
#contents {
     box-shadow :0px 15px 10px -15px #000;
     margin-bottom:20px;
	display: inline-block;
	width: 100%;
	padding: 23px 0 0;
	-webkit-border-bottom-right-radius: 1px;
	-webkit-border-bottom-left-radius: 1px;
	-moz-border-radius-bottomright: 1px;
	-moz-border-radius-bottomleft: 1px;
	border-bottom-right-radius: 1px;
	border-bottom-left-radius: 1px;
    background-color:#f8f8f8;
}
#contents h1, #contents h2, #contents h4, #contents h5, #contents h6 {
	color: #2e3a54;
	font-family: "DaysOne-Regular";
	font-size: 36px;
	margin: 0 0 18px;
}
#contents h2 {
	font-size: 24px;
	line-height: 24px;
}
#contents h4 {
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 12px;
}
#contents h5 {
	font-size: 14px;
	line-height: 24px;
	margin: 0;
}
#contents h5 a {
	color: #940315;
	text-decoration: none;
}
#contents h6 {
	font-size: 12px;
	line-height: 24px;
}
#contents p {
	color: #636974;
    text-align:justify;
	font-size: 14px;
	line-height: 24px;
	margin: 0;
	padding: 0 0 24px;
}
#contents p a {
	color: #636974;
}
#contents p a:hover {
	color: #0066CC;
}
#contents h5 a:hover {
	text-decoration: underline;
}
#contents .footer {
	background-color: #f8f8f8;
	clear: both;
	width: 900px;
	margin: 0 0 4px -30px;
	padding: 20px 30px 0;
}
#contents .footer h6 {
	float: left;
	margin-bottom: 30px;
	margin-right: 20px;
}
#contents .section {
	width: 260px;
	padding: 0 0 0 50px;
}
#contents > div:first-child {
	padding: 48px 30px 24px;
}
.time {
	color: #636974;
	display: block;
	font-size: 12px;
	line-height: 12px;
	padding: 6px 0 5px;
}
/** adbox **/
#contents #adbox {
	padding: 0 0 19px;
	position: relative;
    box-shadow :0px 15px 10px -15px #000;
}
#adbox > div {
	background-color: #f0f0f0;
	-webkit-border-bottom-right-radius: 1px;
	-webkit-border-bottom-left-radius: 1px;
	-moz-border-radius-bottomright: 1px;
	-moz-border-radius-bottomleft: 1px;
	border-bottom-right-radius: 1px;
	border-bottom-left-radius: 1px;
	padding:10px 20px 0 0;
}
#adbox > div:after {
	clear:both;
	content:"";
	display:block;
	height:1%;
	line-height:0;
	visibility:hidden;
}
#adbox h1 {
	padding-top: 18px;
}
#adbox h4 {
	font-size: 14px;
}
#adbox img {
	float: left;
	margin: 20px;
    width: 330px;
}
#adbox p {
    text-align:justify;
    padding:10px 0 0 0;
}
#adbox .im {
    display:block;
    float:left;
    text-decoration:none;
    margin: 20px 0;
    padding:10px;
}
#submit {
    border: 1px solid #00935F;
    border-radius:10px;
    font-weight:bold;
    color:#FFF;
    background-color:#00935F;
}

#footnote {
    border-top:1px solid #C3C3C3;
    padding-top:20px;
	clear: both;
	font-size: 14px;
	margin: 0;
	text-align: center;
    color:#fff;
}

.mine {
    font-family: Verdana,Tahoma,arial,sans-serif;
    font-size:14px;
    line-height:24px;
}

.mine table th{background:#A5A5A5;font-weight:bold;line-height:24px;font-size:14px;color:#FFF;}
.mine table td,table th{border:1px solid #EEE; text-align:left;}
.mine table tr:nth-child(odd){background:#EDEDED;}
.mine table tr:nth-child(even){background-color:#FFFFFF;}
.mine table td,th{padding:5px 10px;}
/*.mine table td:nth-child(even){color:#177D7F;}*/
/*.mine table tr:hover{background:#73B1E0;color:#FFF;}*/

div.indexmaindiv{height:130px; margin:0px auto; width:810px; padding:0px 75px; font-family:"Verdana,Tahoma,arial,sans-serif"; font-size:14px;}
/*div.indexmaindiv div.playerstyles{width:168px;height:44px;background:url('../images/playstyles.png') no-repeat;}
div.indexmaindiv1{margin-top:25px;}*/
div.indexmaindiv1 div.stylesgoleft{float:left;width:21px;height:28px;background:url('../png/arrowhead-6.png') no-repeat left top;margin:46px 5px 0px 0px;cursor:pointer;}
div.indexmaindiv1 div.stylesgoleft:hover{float:left;width:21px;height:28px;background:url('../png/arrowhead-6.png') no-repeat left -28px;margin:46px 5px 0px 0px;cursor:pointer;}
div.indexmaindiv1 div.playerdetail{width:172px;height:130px;background:#FFF;}
div.indexmaindiv1 div.playerdetail div.detailimg{width:160px;height:130px; margin:0px auto;}
div.indexmaindiv1 div.playerdetail div.detailimg img{width:170px;height:130px;}
div.indexmaindiv1 div.playerdetail div.teanames{text-align:center;margin-top:5px;color:#404040;}
div.indexmaindiv1 div.playerdetail div.teadetail{width:156px;height:27px;margin:5px 8px;color:#666;}
/*div.indexmaindiv1 div.playerdetail .checkdetail{width:134px;height:27px;display:block;background:url('../images/checkdetail.png') no-repeat;margin:18px;}*/
div.indexmaindiv1 div.stylesgoright{float:left;width:21px;height:28px;background:url('../png/arrowhead-6.png') no-repeat left -56px;margin:36px 0px 0px 15px;cursor:pointer;}
div.indexmaindiv1 div.stylesgoright:hover{float:left;width:21px;height:28px;background:url('../png/arrowhead-6.png') no-repeat left -84px;margin:36px 0px 0px 15px;cursor:pointer;}
/*滚动*/
div.maindiv1{float:left;width:745px;height:160px;overflow:hidden;position:relative;}
div.maindiv1 ul{position:absolute;left:0;top:0;}
div.maindiv1 ul li{float:left;width:172px;height:270px;margin-left:13px;list-style-type:none}


.num {
display:inline-table;
	border-radius:30px;
    border:1px solid red;
	width:15px;
	height:15px;
	line-height:15px;
	text-align:center;
	color:red;	
}
