@media only screen and (max-width: 640px) {
	.imgprox img {
	    width: 70px;
	    height: 70px;
	    padding: 2px;
	    border: solid 1px #e1e1e1;
	    margin-left: 400px;
	}
	#thumblist{
		float: left;
	}
	.product ul li {
	    line-height: 26px;
	}
	.pro-img {
	    width: 300px;
	    height: 250px;
	    margin-right: 15px;
	}
	.pro-img img{margin-left: 390px;}
	.product>ul>li {
    	margin-top: 100px;
    	margin-left: 390px;
    	width: 300px !important;
		}
	.product div:nth-child(4){
		width: 300px !important;
		padding-left:400px !important;
		padding-top:650px
		}
}
@media only screen and (max-width: 320px) {
	.imgprox img {
	    width: 70px;
	    height: 70px;
	    padding: 2px;
	    border: solid 1px #e1e1e1;
	    margin-left: 420px;
	}
	.product ul li {
	    line-height: 26px;
	}
	.pro-img {
	    width: 300px;
	    height: 250px;
	    clear: both;
	    margin-right: 15px;
	}
	.pro-img img{margin-left: 415px;}
	.product>ul>li {
    	margin-top: 100px;
    	margin-left:420px;
    	width: 300px !important;
		}
	.product div:nth-child(4){
		width: 300px !important;
		padding-left:420px !important;
		padding-top:650px
		}
		.gotop-wrapper{display: none;}
}