@charset "gb2312";
html {
	background: url(/images/bg.png);
}
header {
	width: 221px;
	height: 78px;
	margin: 15px auto 0;
}
main {
	width: 400px;
	margin: 15px auto 0;
	border: 2px solid #4AB350;
	border-radius: 20px;
	padding: 20px;
	background-color: #F7F5EB;
}
h1{ font-size:16px;}
h2{ font-size:16px;}
footer {
	text-align: center;
	padding: 40px 0;
}
.ziyouxingbiao{width:100%;}
#ziyouxing_item {font-size:14px; height:155px;}
#ziyouxing_item div{ display:none; line-height:26px; padding-top:-5px;}
.zgzwz{color:#67C9AA;}
.ziyouxingbiao table{ background:url(/images/bg_1dao12.png) center repeat-x;}
.ziyouxingbiao table a{ font-size:14px;}
.ziyouxingbiao table td{height:20px;line-height:20px;}
.zyxgltp img{ width:100%;}

main .item {
	width: 100%;
	padding: 10px 0;
	
}
main .item div {
	width: 85px;
	height: 32px;
	line-height: 32px;
	vertical-align:middle;
	text-align:center;
	float: left;
}
input, select {
	outline: none;
	border: 1px solid #47CBA0;
	border-radius: 2px;
	height: 28px;
	line-height: 28px;
	padding:0 5px;
}
.item input{ width:133px;}


#randomNumbers {
	color: #4AB350;
	width: 100%;
	line-height: 36px;
	font-size: 28px;
	text-align: left;
	background-color: #CCC;
	border-radius: 3px;
	padding: 5px;
	margin: 10px 0;
}
#randomGenerate {
	display: inline-block;
	height: 38px;
	line-height: 38px;
	padding: 0 18px;
	background-color: #009688;
	color: #fff;
	white-space: nowrap;
	text-align: center;
	font-size: 14px;
	border: none;
	border-radius: 2px;
	cursor: pointer;
}
 @media (max-width: 1280px) {
 main {
 width: 96%;
 padding: 10px;
}
 main .item {
 padding: 2px 0;
}
 footer {
 padding: 10px 0;
}
 #randomNumbers {
 padding: 2px;
}
}






