/** 2015calendar only **/
.banner .nav {
  width: 90%;
  min-width: 916px;
  height: 32px;
  position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	margin: auto;
}

.banner .nav img {
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.banner .content > img {
	top: auto;
	margin-top: 0;
  object-fit: cover;
}

.banner .content.loading .text-box {
  opacity: 0;
  filter: alpha(opacity=0);
}

.banner .content .text-box {
    background: url(/images/tintint/common/idea/2015calendar/idea-header-shadow.png);
}

.banner .content .text-box .text {
  background: url();
  width: 469px;
  height: 159px;
  margin: 0 auto;
}

.banner .content .text-box h1, .banner .content .text-box h2 {
  color: #fff;
}

.slogan {
  /* padding-bottom: 40px; */
}

.banner .content .text-box .button {
  background: url(/images/tintint/zh_TW/idea/2015calendar/idea-header-coupon-btn.png);
  width: 226px;
  height: 53px;
  margin: 20px auto;
}

.menus .menu.actived {
    background-color:#efead2;
}

.highlight > .content + .content {
  cursor: default;
}

.highlight .content .mask {
  background-color: #d7b82b;
  position: absolute;
  z-index: 2;
  color:#fff;
}

.highlight .content .mask.fading.present {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.highlight .content .mask .text-box .link{
  color:#d7b82b;
}

.button a{
  background: #d7b82b;

}

.circular {
  background: url(/images/tintint/zh_TW/idea/2015calendar/circular-bg.png);
}
.circular2 {
  background: url(/images/tintint/zh_TW/idea/2015calendar/circular2-bg.png);
  width: 150px;
  height: 150px;
  padding: 5px;
  margin-top: 20px;
}

.sticky .container .content {
  color: #fff;
}

.sticky p {font-size:12px;}

.alpha:hover {opacity: 0.8; filter: alpha(opacity=80); -ms-filter: "alpha( opacity=80 )"; cursor: pointer;}


/*.products .hover-box {
	top: 10px;
    left: 15px;
}*/

.menus .menu {
padding: 23px 15px 0;
}

/*#recommend .products {
  overflow:inherit;
  max-height: 550px;
}*/

/*#recommend .products li {
  width: 170px;
  height: 300px;
}*/

#recommend .products li .pd-sticky {
  top: 119px;
  right: 30px;
  left: initial;
}

#recommend .click-box {
	width: 140px;
	height: 63px;
	position: absolute;
	top: -10px;
	left: 10px;
	border: 1px solid rgb(204, 204, 204);
	background: #f6f6f6;
	padding: 6PX;
}

#recommend .click-box.hidden {
	display: none;
}

#recommend .click-box .button {
	background: #333333;
	border-radius: 15px;
	cursor: pointer;
	width: 90px;
	margin: 2px auto;
	color: #fff;
}

#recommend .click-box .button:hover {
	opacity: 0.7;
	filter:alpha(opacity=70);
}