*{
	margin: 0px;
	padding: 0px;
}
#box{
	width: 80%;
	margin: 20px auto;
}
.add{
	position: relative;
}
.are{
	 width: 1198px;
	 height: 150px;
	 font-size: 21px;
}
.s1{
	font-size: 15px;
	display: block;
	padding: 10px 0px;
}
.btn1{
	width: 90px;
	height: 45px;
	border-radius: 5px;
	padding: 10px 16px;
	background: transparent;
	border:1px solid gainsboro;
	font-size: 18px;
	letter-spacing:5px;
	text-align: center;
	margin: 20px 0px;
	font-weight: bold;
}
.btn1:hover{
	background: lightgrey;
	cursor: pointer;
}

.btn11{
	width: 168px;
	height: 45px;
	border-radius: 5px;
	padding: 10px 16px;
	background: transparent;
	border:1px solid gainsboro;
	font-size: 18px;
	letter-spacing:5px;
	text-align: center;
	margin: 20px 0px;
	font-weight: bold;
	position: absolute;
	bottom: 0px;
	left: 100px;
}
.btn11:hover{
	background: lightgrey;
	cursor: pointer;
}
.btn2{
	border:1px solid gainsboro;
	border-radius: 3px;
	padding: 3px 5px;
}

.tt{
	font-size: 15px;
	color: grey;
}

.tt>td a{
	color: dimgrey;
	text-decoration: none;
}

.tt>td>a:hover{
	background: lightgrey;
	cursor: pointer;
}

table{
	border: none;
}
table tr{
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	
}

table tr td{
	border-left: none;
	border-right: none;
	border-top: none;
	text-align: left;
	padding-left:10px ;
}


/*设置条件*/
.tj{
	 width:30%;
}