body{
	background-image:url("../images/backgroudP/products1.png");
	background-size:cover;
}

.products_pa{
	/*margin-top: 10%;*/
	/*margin-left: 0.2%;*/
	/*margin-left:%  8%*/
	/*margin: 10% 0 5% 5%;*/
	margin-left:10vw;
	margin-top: 12vw;

}
@media (max-width: 768px){
	.products_pa{
		margin-top: 12%;
		margin-left: 1%;

	}
}


.thumbnail{	
	margin: 0 1vw;
	width: 18vw;
    height: 38vw;
    border-radius: 2vw;
    outline: none;
    border: 1px solid #262626 ;  
    /*padding-left: 10px;*/
    /*margin-top: 7px;*/    
    background-color: #262626;
    margin-top: 0.1vw;
    transform-style: preserve-3d;
    transform: perspective(800px) rotateY(0deg);
    transform:all 500ms ease;
}
@media (max-width: 768px) {		

	.thumbnail{			
		margin: 0 10%;	
		width: 80%;	
		height: 95%;
	    margin-top: 6%;
	    border-radius: 5vw;
	    outline: none;
	    
	}

}
.thumbnail:hover{	
	transform: translateY(-8%);	
	/*color: #ffffff;*/
}
.thumbnail:hover >a>div>div>p{
	color:#ffffff;
}
.thumbnail:hover >a>div>input{
	color: #ffffff;
}

.thumbnail:hover >a>div>input::-webkit-input-placeholder { 
/* WebKit browsers */ 
color: #ffffff; 
} 


.products_title{
	position:absolute;
	margin-top: 1.5vw;
	padding-left: 1.5vw;	
}
@media (max-width: 768px) {		
	.products_title{
	position:absolute;	
	margin-top: 1vw;
	padding-left: 4vw;	
} 
    
}

.products_title >p{
	font-family: 'PingFang SC';
	font-size: 1.5vw;
	color:#c0c0c0;
	line-height: 1.5vw;
}
@media (max-width: 768px) {		
	.products_title >p{	
	font-size: 5vw;	
	line-height: 5vw;
}
}
.products_mall_back{
	position:absolute;	    
    margin-top: 1.5vw; 
    padding-left: 13.5vw;
}
@media (max-width: 768px) {		
	.products_mall_back{
	position:absolute;	    
    margin-top: 5vw; 
    padding-left: 55vw;
}
}

.products_mall_back >img{	
	float:right; 
	width: 3vw;
	height: 1.5vw;
}
@media (max-width: 768px) {		
	.products_title >p{		
		padding-top: 25%;
	}   
	.products_mall_back >img{		 
	width: 14vw;
	height: 7vw;
	} 
}
}


.products_pic{
	
}
.products_pic >img{	
	margin-top:10%;
	margin-left: 10%;	
	width: 80%;
	
}
@media(max-width: 768px){
	.products_pic >img{	
	margin-top:8%;
	margin-left: 10%;	
	width: 80%;
	
}
}

.products_desc{
}
.products_desc >p{
	font-family: 'PingFang SC';
	font-size: 1vw;
	color:#c0c0c0;
	text-align:center;
	margin-top: 2vw;
	line-height: 0.5vw;

}
@media (max-width: 768px){
	.products_desc >p{	
	font-size: 3vw;	
	text-align:center;
	/*margin-top: 2vw;*/
	line-height: 3vw;

}
}

.Products_moel >p{
	font-family: 'PingFang SC';
	font-size: 2vw;
	color:#c0c0c0;
	text-align:center;
	margin-bottom: 1vw;
	line-height: 0.5vw;
}
@media (max-width: 768px){
	.Products_moel >p{	
	font-size: 5vw;	
	text-align:center;
	margin-bottom: 1vw;
	line-height: 5vw;
}
}

.price_product {
    width: 10vw;
    height: 3vw;
    border-radius: 1.5vw;
    outline: none;
    border: 2px solid #2C2C2C ;
    /*text-color: #c0c0c0;    */
    text-align:center;
    margin-top: 2.8vw;    
    background-color: #2C2C2C;
    margin-left: 4vw;
    font-size: 1.5vw;
}

@media (max-width: 768px) {	
	.price_product {	
		width: 40vw;
  		height: 10vw;
  		border-radius: 6vw;    
	    margin-top: 5vw;   
	    margin-left: 23%;
	    font-size: 5vw;
	    margin-bottom: 3vw;
	}

}



input::-webkit-input-placeholder { 
/* WebKit browsers */ 
color: #c0c0c0; 
} 
::-webkit-scrollbar {
        display: none;
    }