#main .mainBox {
	width:100%;
	padding:8px;
	box-sizing:border-box
}

#main .mainBox .pho {
	width:100%;
	margin-bottom:20px
}

#main .mainBox .pho img {
	width:100%;
	height: 420px;
}

#main .mainBox table td {
	padding:6px 0;
}

#main .mainBox table td input {
	width:100%;
	line-height:36px;
	height:36px;
	border-radius:4px;
	border:1px solid #ddd;
	padding:0 5px;
	box-sizing:border-box;
}


#main .mainBox table td input[type='button'] {
	background:#4bbdf2;
	color:#fff;
	border:none
}
#main .mainBox table td input[type='submit'] {
	background:#4bbdf2;
	color:#fff;
	border:none
}