/*load.css*/
/*鍐呭閮ㄥ垎*/
#secBody {
	padding-top: 56px;
	background: #F8F8F8;
	padding-bottom: 36px;
}
.innerBody {
	width: 980px;
	margin: 0 auto;
}
.tableWrap {
	width: 360px;
	padding-top: 46px;
}
.tableTap h3 {
    font-size: 20px;
    color: #666;
    font-weight: bold;
	margin-bottom: 10px;
    line-height: 30px;
}
.tableTap a {
	color: #06c;
    line-height: 30px;
	font-size: 14px;
}
.tableTap a:hover {
	color: #f60;
    line-height: 30px;
}
.tableItem {
	position: relative;
    z-index: 100;
    height: 24px;
    margin-bottom: 10px;
    padding: 14px 18px;
    border: 1px solid #dedede;
    background: #FFF;
    line-height: 24px;
}
.userHead {
	width: 24px;
	height: 24px;
	display: inline-block;
	background: url('/static/images/userHead.png') no-repeat;
	background-size: 100% 100%;
	vertical-align: middle;
}
.userLock {
	width: 24px;
	height: 24px;
	display: inline-block;
	background: url('/static/images/lock.png') no-repeat;
	background-size: 100% 100%;
	vertical-align: middle;
}
.tableItem input {
	vertical-align: middle;    
	width: 230px;
    height: 24px;
    padding-left: 20px;
    border: 0 none;
    line-height: 24px;
    vertical-align: middle;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    outline: none;
}
.tableAuto {
	padding-top: 4px;
	margin: 0 0 14px;
}
.tableAuto a {
	color: #999;
}
.autoMatic {
	display: block;
	width: 100px;
	vertical-align: middle;
}
.loadGiet {
	margin-right: 10px;
	width: 14px;
	height: 14px;
	display: inline-block;
	border: 1px solid #999;
	background-size: 100% 100%;
	vertical-align: middle;
}
.autoMatic:hover .loadGiet{
	border: 1px solid #f60;

}
.innerBody>img{
	width:510px;
	height:315px;
}



@media(max-width:1000px){
	.innerBody>img{
		width:100%;
		height:auto;
	}
	.innerBody{
		width:100%;
		display:flex;
		flex-direction: column;
   		align-items: center;
	}
	.tableBtn{
		width:100%;
	}
	#secBody {
		padding: 36px 3%;
	}
}