.no-margin{
	margin: 0!important;
}
.text-red{
	color: #C03!important;
}
.text-blod{
	font-weight: bold;
}
.container{
	min-width: 1000px;
	position: relative;
}
.mobile-show{
	display: none;
}

/*Iphone4\5*/
@media screen and (min-width: 320px) and (max-width: 374px){
	html,body{
		font-size: 12px;
		overflow-x: hidden;
		-webkit-overflow-scrolling: touch;
	}
	.pc-carousel{
		overflow: hidden;
	}
	.carousel .indicators {
	    bottom: -20px;
	}
	.container{
		width: 100%!important;
		min-width: 100%!important;
		max-width: 100%!important;
	}
	.pc-show{
		display: none;
	}
	.countdown{
		padding-left: 0px!important;
		padding-right: 0px!important;
	}
	#hours, #minutes, #seconds, #day ,#hours_2, #minutes_2, #seconds_2, #day_2{
		padding: 0px 2px;
	}
	.mobile-show{
		display: block;
	}
	footer.page-footer {
	    padding-left: 20px;
	    padding-right: 20px;
	}
	.owl-carousel .owl-item img {
	    width: 80px;
	    height: auto;
	}
	.carousel.carousel-slider.pc-carousel{
		height: 200px;
	}
	.tips-top{
		padding: 15px 0px;
	}
}
/*Iphone6\6plus*/
@media screen and (min-width: 375px) and (max-width: 414px){
	html, body{
		font-size: 12px;
		overflow-x: hidden;
		-webkit-overflow-scrolling: touch;
	}
	.pc-carousel{
		overflow: hidden;
	}
	.carousel .indicators {
	    bottom: -20px;
	}
	.container{
		width: 100%!important;
		min-width: 100%!important;
		max-width: 100%!important;
	}
	.pc-show{
		display: none;
	}
	.countdown{
		padding-left: 0px!important;
		padding-right: 0px!important;
	}
	#hours, #minutes, #seconds, #day, #hours_2, #minutes_2, #seconds_2, #day_2{
		padding: 0px 2px;
	}
	.mobile-show{
		display: block;
	}
	footer.page-footer {
	    padding-left: 20px;
	    padding-right: 20px;
	}
	.owl-carousel .owl-item img {
	    width: 80px;
	    height: auto;
	}
	.carousel.carousel-slider.pc-carousel{
		height: 240px;
	}
	.tips-top{
		padding: 15px 0px;
	}
}
/*Ipad*/
@media screen and (min-width: 768px) and (max-width: 1024px){
	html,body{
		font-size: 12px;
	}
}
/*手机横屏*/
@media only screen and (orientation: landscape) {
	/*Iphone4\5横屏*/
    @media screen and (min-width: 480px) and (max-width: 568px){
		.pc-carousel{
			overflow: hidden;
		}
		.carousel .indicators {
		    bottom: -20px;
		}
	}
	/*Iphone6\6plus横屏*/
	@media screen and (min-width: 667px) and (max-width: 800px){
		
	}
	/*Ipad*/
	@media screen and (min-width: 768px) and (max-width: 1024px){
		
	}
	
}
