@charset "utf-8";

body::-webkit-scrollbar{
	display: none;
	}
body { font-size:14px; font-family:微软雅黑;}
table {
	border-radius:6px;
	margin:0 auto;
	width:100%;
	max-width:1440px;
	border-collapse:collapse;
	
}




li {
  border-radius: 16px;
  border:0px #ffffff;
  font-size:14px;
}


a {
  display: block;
  box-sizing:border-box;
  color:  #039;
  text-decoration: none;
  float: left;
  border-radius: 6px;
  border: none;
  font-size:14px;
  font-weight:normal;
  text-align:center;
  width:100%;
  font-family:微软雅黑;
}
label {
  display: block;
  box-sizing: border-box;
  color:  #039;
  text-decoration: none;
  float: left;
  border-radius: 6px;
  border: none;
  font-size:14px;
  font-weight:normal;
  text-align:center;
  width:100%;
  font-family:微软雅黑;
}


.a-menu-off {
color:#fff;
border:solid 2px #fff;
width:25%;
min-height:42px;
text-align:center;
background-color:#666;
border-radius:6px;	
}

.a-menu-on {
color:#fff;
border:solid 2px #fff;
width:25%;
min-height:42px;
text-align:center;
background-color:#0a0;
border-radius:6px;	
}



.a-off {
color:#000;
border:solid 2px #999;
width:20%;
min-height:42px;
text-align:center;
background-color:#fff;
border-radius:6px;	
}

.a-on {
color:#fff;
border:solid 2px #999;
width:20%;
min-height:42px;
text-align:center;
background-color:#0a0;
border-radius:6px;	
}














/* 鼠标悬停时改变链接颜色 */
a11111111111:hover {
  background-color: #039;
  color:#FFF;
}

td1111111111:hover {
  background-color: #6CF ;
}

th {
    border:none;
	box-sizing:border-box;
	background-color: #ddd;
	color:#000;
	border-radius: 6px;
	font-weight:normal;
	}
td {
	box-sizing:border-box;
	}

input {
	box-sizing:border-box;
	border-radius: 6px;
	border:solid 1px #666;
	text-align:center;
	}
.input-str {
	border:none; 
	color:#fff;
	background-color:#0a0;
	user-select:none;
	}	
.input-button {
	border:none; 
	color:#fff;
	background-color:#666;
	}	


select {
	border-radius: 6px;
	font-size:14px;
		border:none;
	}
	
	
	img {
	border-radius: 6px;
	box-sizing:border-box;
	}