@charset "utf-8";

.cBtn {
	width: 240px;
}

.pager .addTo {
	font-size: 14px;
}

.productShow .jianjie .btns .btn {
	width: 200px;
}

.productShow .jianjie .btns .btn:nth-child(2) {
	width: 180px;
}

@media screen and (max-width:1333px) {
	.productShow .jianjie .btns .btn:nth-child(n) {
		width: 190px;
	}
}

@media screen and (max-width:999px) {
	.productShow .jianjie .btns .btn:nth-child(n) {
		width: 170px;
	}
}

@media screen and (max-width:538px) {
	.productShow .jianjie .btns .btn:nth-child(2) {
		width: 160px;
	}
}