
@media screen and (max-width: 960px) {
	.searchBar .region {
		display: none;
	}
	.searchBar .searchField {
		width: calc(100% - 71px);
	}
	.wrapperNew .logo {
		width: 240px;
	}
	.topMenus {
		float: right;
	}
	.wrapperNew .searchBar {
		width: calc(100% - 477px);
	}
}

@media screen and (max-width: 800px) {
	.topMenus {
		display: none;
	}
	.mainCate li h2 {
		margin: 10px;
		font-size: 15px;
		height:auto;
	}
	.wrapperNew .searchBar {
		width: calc(100% - 277px);
	}
	.mainCate li {
		width: 96%;
		font-size:0;
	}
}

@media screen and (max-width: 679px) {
	.step3 .fieldBox {
		width: 100%;
	}
}

@media screen and (max-width: 520px) {
	.wrapperNew .logo {
		width: 100%;
		text-align: center;
		padding: 0px;
	}
	.wrapperNew .searchBar {
		width: 100%;
	}
	.footer .footerLinks {
		text-align: center;
		width: 100%;
		margin-top: 40px;
	}
	.footer .copyright {
		text-align: center;
		width: 100%;
		margin-top: 10px;	
	}
	h4.stepTitle {
		margin:0 4px 5px 0px;
		font-size: 20px;
	}
	.step1 label {
		font-size: 16px;
	}
	.step1, .step2, .step3 {
		padding: 40px 20px 80px 20px;
	}
	.step3 .fieldBox {
		padding: 0px;
	}
	.inTable {
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	.subCate li{
		width: 98%;
	}

	.mainCate li h2 {
		font-size:12px;
	}
}
