/* big  */
@media screen and (min-width: 1171px) and (max-width: 1920px) {
	.product-hot-list img { 
		width: 210px;
		height: 210px;
	} 

}
 
@media screen and (min-width: 748px) and (max-width: 1170px) {
	.product-hot-list img { 
		width: 180px;
		height:180px;
	} 
}

@media screen and (min-width: 500px) and (max-width: 747px) {
   .product-hot-list img { 
		width: 170px;
		height:170px;
	} 
}
/* @media screen and (min-width: 465px) and (max-width: 499px) {
	.all_pic { 		
		top:8.2rem; 
		font-size: 3rem;		
		letter-spacing: 0.1rem;
		left: 16rem;
	}
	.all_pic li{
		font-size: 0.9rem;
	}
} */
@media screen and (min-width: 381px) and (max-width: 499px) {
	.product-hot-list img { 
		width: 160px;
		height:160px;
	} 
}
@media screen and (max-width: 380px) {
	.product-hot-list img { 
		width: 155px;
		height:155px;
	} 
}
	
	
@media screen and (min-width: 360px) and (max-width: 379px) {
	 
}
@media screen and (min-width: 1171px) and (max-width: 1365px) {
	 
}
@media screen and (min-width: 1171px) and (max-width: 1365px) {
	.nav-tabs>li>a{
		/* width: 11.4375rem !important; */
	}
}
/*836级 */
@media screen and (min-width: 992px) and (max-width: 1170px) {
	.nav-tabs>li>a{
		/* width: 9.4375rem !important; */
	}
	html {
		font-size: 12px;
	}
	.payrun .back-white img {
	    margin-left: 1rem!important;
	}
	.payrun .md-two h1 {
	    font-size: 1.3rem;
		line-height: 1.625rem;
	}
	.payrun .md-four {
	    padding-left:1rem;
	}
}

/* Tablet :768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	html {
		font-size: 12px;
	}

	.payrun .back-white img {
		margin-left: 0rem !important;
	}
	.payrun .md-two h1 {
	    font-size: 1.3rem;
		line-height: 1.625rem;
	}
	.payrun .md-four {
	    padding-left:1rem;
	}
	.payrun .md-two button {
	    width: 6.5rem;
	}
}

@media only screen and (max-width: 767px) {
	html {
		font-size: 12px;
	}

	.payrun .back-white img {
		margin-left: 0rem !important;
		/* width: 200px; */
	}
	.payrun .md-two h1 {
	    font-size: 1.3rem;
		line-height: 1.625rem;
	}
	.payrun .md-four {
	    padding-left:0rem;
	}
	.payrun .md-two button {
	    width: 5.5rem;
	}
	.payrun .col-xs-2{
		padding-left: 0.5rem;
		
	}
	.timeoff .time-right div input {
	  width: 14rem !important; 
	}
}
