@media screen and (max-width: 480px), screen and (max-device-width: 480px){
	.main-nav>ul{
		padding-inline-start: 10px;
		margin-inline-end: 10px;
	}
	.topbar-icon-ct{
		margin-right: 0 !important;
	}
	.contact-us-tip{
		font-size: 16px !important;
	}
	.topbar-icon,.topbar-icon-linked{
		margin: 0 8px;
	}
	.topbar{
		height: 58px;
	}
	.topbar-logo{
		height: 36.35px;
	}
	.link-wrap{
		display: flex;
		align-items: center;
		margin-right: 10px !important;
	}
	.main-nav .form-wrap input[type="text"]{
		width: 238px;
		height: 31px;
	}
	.main-nav .form-wrap{
		top: 6.5px;
	}
	.contact-us-tip{
		display: none;
	}
	.main-nav>ul>li {
		width: auto !important;
		min-width: 5%;
	}
}