.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.up_bnr_area {
  width: 950px;
  margin: 0px auto 30px auto;
}
.up_bnr_area .area_l {
  float: left;
  width: 300px;
  margin-right: 25px;
}
.up_bnr_area .area_r {
  float: left;
  width: 300px;
}

.big_bnr_area{
	width:960px;
	margin: 0px auto 30px auto;
}
.big_bnr_area img{
	width:100%;
	height:auto;
}
.lang{
	display: none;
}

/*
 style for Year-End Sale Banner
 added on 28th Nov. 2019
 */
#year-end-sale {
  z-index: 999;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
}
#year-end-sale .inner {
  width: 800px;
  /*height: 480px;*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
#year-end-sale .inner img {
  border-radius: 10px;
}

#year-end-sale .openFlyer {
  display: block;
  width: 300px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background: #e60012;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  margin: 20px auto;
}

#year-end-sale .close {
  display: block;
  width: 100px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #000;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  margin: 0px auto;
}
/* popup message */
.overlay{
	width:100%;
	height:100%;
	background: rgba(0,0,0,0.6);
	position:fixed;
	z-index:11;
	display:none;
}
.overlay h1{
	font-size:25px;
	padding:15px;
	text-align:center;
	line-height:40px;
}
.btn_area{
	width:600px;
	height:auto;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-120px;
	margin-left:-300px;
	background-color:#fff;
	z-index:12;
	text-align:center;
}
.btn_area p{
	padding:15px;
}
.btn_area button{
	display:block;
	margin:20px auto;
}
