﻿/* 濯掍綋镆ヨ璋冩暣鍦ㄤ笉鍚屽垎杈ㄧ巼涓嬮〉闱㈡煇浜涘厓绱犵殑澶у皬 */
/* 宸ュ叿镙忓ぇ灏?*/
@media screen and (max-width:1366px) {
	.toolBar {
		transform: scale(0.8);
		right: 10px;
	}
}

/* 鐧婚檰鐩掑瓙 */
@media screen and (max-width: 1700px) {
	.userLogin {
		right: 15%;
	}
}

@media screen and (max-width: 1660px) {
	.userLogin {
		right: 15%;
		top: 5%;
		transform: scale(0.8);
	}
}

@media screen and (max-width: 1366px) {

	.bx-prev,
	.bx-next {
		transform: scale(0.8);
	}

	.userLogin {
		right: 7%;
		top: -2%;
	}
}

@media screen and (max-width: 1280px) {

	.bx-prev,
	.bx-next {
		transform: scale(0.7);
	}

	.userLogin {
		transform: scale(0.7);
		top: 0%;
		right: 5%;
	}
}
