/****** Css 顯示螢幕解析度區塊 ******/
.screenSizeDiv{
	z-index:999;
	position: fixed;
	top: 0;
	left: 0;
	width:100%;
}
.screenSizeTable{
  border-collapse: collapse;
  border-top: 2px Solid #272727;
  border-left: 1px Solid #272727;/*green*/
  border-right: 1px Solid #272727;
  border-bottom: 1px Solid #272727;
	background-color:rgba(0,0,0,0.6);
	color:white;
}
/****** Css 顯示螢幕解析度區塊  end ******/
.sDefault{
	background-color:#ffa042;
}
.wid{
	min-width:50px;
}
@media screen and (max-width: 1600px){
	.s1600{
		background-color:#ffa042;
	}
}
@media screen and (max-width: 1366px){
	.s1366{
		background-color:#ffa042;
	}
}
@media screen and (max-device-width: 1366px){
	.sD1366{
		background-color:#ffa042;
	}
}
@media screen and (max-width: 1280px){
	.s1280{
		background-color:#ffa042;
	}
}
@media screen and (max-device-width: 1280px){
	.sD1280{
		background-color:#ffa042;
	}
}
@media screen and (max-width: 1024px){
	.s1024{
		background-color:#ffa042;
	}
}
@media screen and (max-device-width: 1024px){
	.sD1024{
		background-color:#ffa042;
	}
}
@media screen and (max-width: 920px){
	.s920{
		background-color:#ffa042;
	}
}
@media screen and (max-device-width: 920px){
	.sD920{
		background-color:#ffa042;
	}
}
@media screen and (max-width: 768px){
	.s768{
		background-color:#ffa042;
	}
}
@media screen and (max-device-width: 768px){
	.sD768{
		background-color:#ffa042;
	}
}
@media screen and (max-device-width: 550px){
	.sD550{
		background-color:#ffa042;
	}
@media screen and (max-device-width: 360px){
	.sD360{
		background-color:#ffa042;
	}
}