@media only screen and (max-width : 1200px) {

	
}
@media only screen and (max-width : 991px) {
	h2{
		font-size: 33px;
	}
	nav{
		position: relative;
	}
	.menu_small{
		display: block;
	}
	.menu{
		display: none;
	}
	.menu{
		display: none;
		position: absolute;
		top: 36px;
		right: 10px;
		background-color:#fcc729;
		padding: 10px 0;
		border-radius: 5px;
		text-align: center;
		box-shadow: -2px 5px 5px rgba(0, 0, 0, 0.6);
		z-index: 99;
		width: 200px;
		line-height: 1.2em;
	}
	.menu::before,
	.menu::after{
		display: none;
	}
	.menu li{
		margin: 0;
		display: block;
	}	
	.menu a{
		display: block;
		padding: 10px 0;
	}
	.menu .active a{
		font-weight: 500;
		border-color: transparent;
	}
	header{
		min-height: 1px;
	}
	.header_main{
		padding: 50px 0 110px;
	}
	.header_main .logo{
		width: 240px;
		margin-bottom: 40px;
	}
	.header_main .pen{
		font-size: 25px;
		padding-bottom: 20px;
	}
	.s_track .border .bg{
		text-align: center;
		padding: 20px 10px 15px;
	}
	.s_track .border .bg h3{
		float: none;
		margin: 0 0 5px;
	}
	.s_track .border .bg input[type="text"]{
		margin: 0 10px 0 0;
		font-size: 28px;
	}
	.s_advantages .item{
		margin: 70px 0 0;
	}
	.s_send .wrap,
	.s_deliver .wrap{
		margin-top: 30px;
	}
	.s_calc .wrap{
		margin: 30px auto 10px;
		max-width: 280px;
	}
	.s_calc .icons{
		width: 50px;
		height: 47px;
	}
	.s_calc input,
	.s_calc .selecter-selected{
		width: 230px;
		height: 47px;
		line-height: 47px;
		font-size: 16px;
	}
	.s_calc .icons::before{
		-webkit-background-size: 100px;
		background-size: 100px;
		width: 25px;
		height: 20px;
		margin-top: -10px;
		margin-left: -12px;
	}
	.s_calc .icons.where::before{
		background-position: -25px 0;
	}
	.s_calc .icons.weight::before{
		background-position: -50px 0;
		margin-left: -12px;
	}
	.s_calc .icons.type::before{
		background-position: -75px 0;
	}
	.s_calc .left{
		width: 110px;
		padding: 5px 0;
		font-size: 15px;
	}
	.s_calc .result{
		width: 157px;
		font-size: 22px;
		padding: 15px 5px;
	}
	.s_calc .btn_courier{
		margin-top: 20px;
	}
	.s_calc .bg{
		padding: 40px 0;
	}
	.s_map .input{
		max-width: 300px;
		margin: 0 auto 10px;
	}
	footer{
		font-size: 12px;
	}
	.s_faq{
		padding: 45px 0;
	}
	.s_faq .wrap{
		margin-top: 40px;
	}
	.s_last h2{
		font-size: 28px;
	}
	.s_last{
		padding: 80px 0;
	}
}

@media only screen and (max-width : 768px) {
	h1{
		font-size: 17px;
	}
	h2{
		font-size: 30px;
	}
	.header_main{
		padding: 40px 0 100px;
	}
	.header_main .logo{
		width: 220px;
	}
	.header_main .pen{
		font-size: 22px;
		padding-bottom: 15px;
	}
	.btn_courier{
		font-size: 16px;
		padding: 17px 10px;
	}
	.btn_courier .text{
		padding-left: 30px;
	}
	.btn_courier .bg_icons{
		width: 20px;
		height: 24px;
	}
	.s_track .border .bg h3{
		font-size: 20px;
	}
	.s_track .border .bg input[type="text"]{
		font-size: 25px;
	}
	.s_advantages .item{
		margin: 50px 0 0;
	}
	.s_send,
	.s_deliver{
		padding: 40px 0;
	}
	.s_send .wrap,
	.s_deliver .wrap{
		margin-top: 20px;
	}
	.s_calc .bg::before, 
	.s_calc .bg::after{
		display: none;
	}
	.s_calc .bg{
		padding: 30px 0;
	}
	.s_calc .bottom{
		margin-top: 20px;
	}
	.s_calc .bottom span{
		margin-bottom: 15px;
	}
	.s_map label{
		font-size: 12px;
	}
	footer,
	footer .logo{
		text-align: center;
	}
	footer{
		padding: 15px 0;
		font-size: 11px;
	}
	footer p.copy{
		margin: 10px 0;
	}
	.s_faq{
		padding: 40px 0;
	}
	.s_faq .wrap{
		margin-top: 30px;
	}
	.s_last h2{
		font-size: 25px;
	}
	.s_last .logo{
		width: 270px;
		margin-bottom: 80px;
	}
	.s_last{
		padding: 65px 0;
	}
}
@media only screen and (max-width : 600px) {
	h1{
		font-size: 16px;
	}
	h2{
		font-size: 28px;
	}
	.header_main{
		padding: 30px 0 80px;
	}
	.header_main .logo{
		width: 190px;
	}
	.header_main .pen{
		font-size: 20px;
		margin-top: 50px;
		padding-bottom: 10px;
	}
	.btn_courier{
		font-size: 15px;
		padding: 15px 10px;
	}
	.s_track .border .bg h3{
		font-size: 18px;
	}
	.s_track .border{
		padding: 4px;
	}
	.s_track .border .bg input[type="text"]{
		font-size: 24px;
		max-width: 250px;
		height: 30px;
	}
	.s_track .border .bg input[type="submit"]{
		width: 44px;
		height: 44px;
	}
	.s_track{
		margin-top: -45px;
	}
	.s_faq .item{
		padding-left: 40px;
	}
	.s_faq .center{
		margin-top: 5px;
	}
	.s_last .logo{
		width: 214px;
	}
	.s_last h2{
		font-size: 22px;
	}
	.s_last{
		padding: 55px 0;
	}
}
@media only screen and (max-width : 480px) {
	h1{
		font-size: 15px;
	}
	h2{
		font-size: 24px;
	}
	.header_main .logo{
		width: 165px;
		margin-bottom: 50px;
	}
	.s_track .border .bg input[type="text"]{
		font-size: 22px;
		max-width: 220px;
		height: 25px;
	}
	.s_track .border .bg input[type="submit"]{
		width: 36px;
		height: 36px;
	}
	.s_last h2{
		font-size: 19px;
	}
	.popup{
		width: 300px;
	}
	.popup .bg{
		padding: 10px 10px 20px;
	}
	.popup .logo{
		width: 160px;
		height: 102px;
		margin-bottom: 20px;
	}
	.popup h2{
		font-size: 16px;
	}
	.popup input{
		height: 40px;
		font-size: 16px;
	}
	.popup button{
		height: 45px;
		font-size: 16px;
	}
}
@media only screen and (max-width : 320px) {

}
@media only screen and (min-width : 768px) {

}
@media only screen and (min-width : 992px) {
	.container{
		width: 960px;
	}
	.menu{
		display: block !important;
	}
}
@media only screen and (min-width : 1200px) {
	.container{
		width: 960px;
	}
}