@charset "utf-8";
/* CSS Document */
body {
  width:100%;
  height:100%;
	margin:0px;
	background:#7fb4e0;
  /*background:url(20170113-20170117/bg.jpg) no-repeat;
  background-size:cover;*/
	position:relative;
	font-family:"微軟正黑體", Arial, "Times New Roman";
  padding:0 0 0 0;
}
.headerbtn{
	position:absolute;
	top:12px;
	left:280px;
	z-index: 1;
}
.headerbtn div{
	color:#333;
	font-size:20px;
	text-align: center;
	background:#facd89;
	border-radius: 5px;
	padding:8px;
	float:left;
	margin:0 12px 0 0;
}
.headerbtn div:hover{
	color:#fff;
	background:#f06;
}
.headerwrapper{
	width:100%;
	min-width:1280px;
	height:500px;
	/*background:#ccc;*/
	background:url(images/headerbg.png) center repeat-x;
	/*background-size:100% 100%;*/
}
.elifemall{
	margin:0 0 60px 20px;
}
.super{
	width:160px;
	position: absolute;
	top:25px;
	right:160px;
	z-index:1;
}
.saletitle{
	width:1280px;
	height:100%;
	margin:0 auto;
	padding:20px 0 0 0;
	position:relative;
}
.salebtn{
	/*position: absolute;
	bottom:60px;
	left:0;
	z-index: 1;*/
	margin:0 0 0 12px;
	/*width:1280px;*/
	/*padding:0 0 0 110px;*/
	/*box-sizing:border-box;*/
}
.salebtn li{
	width:120px;
	height:120px;
	/*background:url(round.png);*/
	/*background-size:100% 100%;*/
	border-radius: 50%;
	background:#fff;
	color:#0068b7;
	font-size:20px;
	text-align:center;
	/*line-height:152px;*/
	list-style:none;
	padding:30px 0 0 0;
	box-sizing: border-box;
	float:left;
	margin:0 20px 0 0;
}
/*.salebtn li:nth-child(1){
	padding:65px 0 0 0;
}*/
.salebtn li:hover{
	background:#ff6;
	/*background:url(round3.png);
	background-size:100% 100%;*/	
}
.salebtn span{
	color:#e60012;
	font-size:20px;	
}
/*.bg{
  content : "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(20170113-20170117/topbg.jpg) center repeat-x; 
  width: 100%;
  min-width: 1280px;
  height: 554px;
  opacity : 0.3;
  z-index: -1;
}*/
