.container{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	padding:10px 0px;
}
.top-nav{
	width: 100%;
	height: 68px;
	border-bottom: 2px solid #3d59cb;
}
.top-nav h1{
	font-size: 28px;
	font-weight: 400;
	color: #333;
}
.top-nav p{
	font-size: 12px;
	color: #999;
	margin-top: 5px;
}
form{
	width: 100%;height: auto;overflow: hidden;padding:50px 20px;
}
/* form label{
	width: 120px;text-align: right;height: 32px;line-height: 32px;float: left;display: block;
}
form label,form input{
	margin-bottom: 20px;
}
form input{
	padding-left: 5px;
}
form label span{
	color: red;
} */
.input01{
	width: 213px;
	height: 32px;
	border-radius: 2px;
	border:1px solid #d7d7d7;
	line-height:32px;
}
.input02{
	width: 272px;
	height: 32px;
	border-radius: 2px;
	border:1px solid #d7d7d7;
	line-height:32px;
}
.input03{
	width: 612px;
	height: 32px;
	border-radius: 2px;
	border:1px solid #d7d7d7;
	line-height:32px;
}
.input04{
	width: 344px;
	height: 38px;
	border-radius: 2px;
	border:1px solid #d7d7d7;
	line-height:32px;
}
textarea{
	width: 612px;
	height: 183px;
	border-radius: 2px;
	border:1px solid #d7d7d7; 
	padding:5px;
}
.btn-item{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
	padding-left: 125px;
}
.btn-item .btn01{
  width:140px;
  height:35px;
  background-color:#3d59cb;
  border:none;
  border-radius:5px;
  color: #fff;
  margin-right: 5px;
}
.btn-item .btn01:hover{
	opacity: .9;
}
.btn-item .btn02{
    width: 74px;
    height: 35px;
    background: inherit;
    background-color: #fff;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: #797979;
    border-radius: 5px;
}
.btn-item .btn02:hover{
	background-color: #f2f2f2;
}

.wyzx-table input{
	margin-bottom: 0px;
}
.wyzx-table tr{
	margin-bottom: 15px;
	display: block;
}
.wyzx-table tr td{
	font-size: 13px;
	color: #333;
}
.wyzx-table tr td span{
	color: red;
}

#wyzx-box .btn-item{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 5px;
	padding-left: 125px;
}
