﻿body {
	font-family: 'Microsoft YaHei', 微软雅黑, Tahoma, 'Lucida Grande', Arial, sans-serif;
	font-size: 16px;
	margin: 0;
	background-color: #F0F1F1;
}
#urls {
	margin-left: 60px;
	margin-top: 30px;
	position: relative;
	text-align: center;
	overflow: hidden;
}
#urls div {
	width: 150px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	float: left;
	font-size: 16px;
	margin-bottom: 36px;
	margin-right: 30px;
}
#urls div a {
	color: #fff;
	display: block;
	float: left;
	background-color: #FF6317;
	width: 150px;
	height: 40px;
	text-decoration: none;
}
#urls div a:hover {
	background: #323436;
	color: #fff;
}
#urls div a:hover {
	background: #6bc30d;
}
.tips {
	text-align: center;
	margin: 10px;
	color: red;
	font-weight: bold;
	font-size: 18px;
}
ol {
	margin: 5px;
	_margin-left: 35px;
}
ol li {
	color: #0080C0;
	margin: 8px 0px;
	/*list-style:none; */
}
fieldset {
	margin: 10px auto;
	margin-right: 30px;
	border: 1px solid #323436;
}
legend {
	text-align: center;
	margin: 0px auto;
	color: #000;
	font-weight: bold;
	letter-spacing: 2px;
}
#f2 {
	border: 1px solid #323436;
}
#f2 legend {
	color: #FF0000;
	font-weight: bold;
}
table {
	color: #0080C0;
}
.bfb {
	color: #ff0000;
}
.wx {
	margin-left: -25px;
	margin-top: 10px;
	position: relative;
	text-align: center;
	overflow: hidden;
	list-style:none;
}
.shwx {
	float:left;
	width:120px;
	height:160px;
	border:1px solid #c2c0c0;
	margin-left:30px;
	margin-bottom:25px;
	padding-bottom:5px;
}

.shwx a {
	color: #000;
}

.shwx a:hover {
	color:#F00;
}
.shwx img{
	cursor: pointer;
	transition: all 0.5s;
	width:120px;
	height:120px;
}  
.shwx img:hover{
	transform: scale(1.1);
}  