@charset "utf-8";
@media only screen and (max-width: 768px) {
	.ss_main {
		width: 98%;
	}
	/* banner */
	.serchBanner {
		height: 70px;
	}
	.serchBanner h1 {
		height: 70px;
		line-height: 70px;
		padding-left: 0;
		font-size: 20px;
	}
	.applicationNav > span {
		line-height: 33px;
		font-size: 18px;
	}
	.seat {
		font-size: 14px;
		padding:15px 0;
		padding-left: 5px;
	}
	/* 内容区域 */
	.content-center  {
		width: 100%;
		
	}
	.content-l {
		width: 100%;
		min-height: auto;
		padding: 15px;
	}
	.content-body {
		width: 100%;
		padding: 10px 0;
	}
	.form-group {
		width: 100%;
	}
	.form-group .form-input {
		width: 60%;
	}
	.formCode {
		position: relative;
		width: 76%;
	}
	.form-group.formCode .formCodeImg {
	    position: absolute;
		right: -32%;
		top: -1px;
		width: 30%;
	}
	.btn-box {
		width: 100%;
	}
	.button {
		width: 48%;
		height: 48px;
		line-height:48px;
	}
	.result-info-titel {
		margin-top: 10px;
	}
	.snrbg {
		margin-bottom: 0;
	}
	.result-info table th {
		width: 30%;
	}
}
@media only screen and (max-width: 373px) {
	.serchBanner h1 {
		height: 65px;
		line-height: 65px;
		font-size: 19px;
	}
	.form-group.formCode .form-input {
		width: 60%;
	}
}
