#menutopbox {
	margin-left:auto;
	margin-right:auto;
	max-width:1475px;
	height:163px;
    background: url(images/home2016/bg_color_under.png) no-repeat;
    background-position:center bottom;
    background-size: 100% auto;
}

.menucircle {
	float:left;	
	width:20%;	
}

.menucircle_img {
	width:100%;
	height:118px;
	text-align:center;
	background:url(images/home2016/bttn_shadow.png) no-repeat center bottom;
}

.menucircle_img img {
	max-width:100%;
	transition: all 0.4s ease-in-out;
}

.menucircle_name {
	font-family:superstoreregular;
	font-size:1.7em;
	color:#ffffff;
	text-align:center;
}

.menucircle:hover {
	text-decoration:none;
}

.menucircle:hover .menucircle_img img {
	margin-top:-15px;
}

.menucircle:hover .menucircle_img {
    background-size: 30% auto;
}


@media only screen and (max-width:974px) {

	#menutopbox {
		height:130px;
	}

	.menucircle_img {
		height:100px;
	}


	.menucircle_img {
    		background-size: 50% auto;
	}

	.menucircle_img img {
		max-width:60%;
	}
	
	.menucircle_name {
		margin-left:auto;
		margin-right:auto;
		max-width:80%;
		font-size:1.35em;
	}


}


@media only screen and (max-width:674px) {
	
	#menutopbox {
		max-width:885px;
		height:auto;
		background:none;
	}
	
	.menucircle {
		height:210px;
		padding-top:20px;
	}

	.menucircle_img {
		height:120px;
	}
	
	.menucircle:nth-child(1), .menucircle:nth-child(2), .menucircle:nth-child(3) {
		float:left;	
		width:33.33%;	
	}

	.menucircle:nth-child(4) {
		clear:left;
		float:left;	
		width:50%;	
	}
	
	.menucircle:nth-child(5) {
		width:50%;	
	}

	.menucircle:nth-child(1) {
		background:#74cee4;	
	}

	.menucircle:nth-child(2) {
		background:#edbf47;	
	}

	.menucircle:nth-child(3) {
		background:#ec774b;	
	}

	.menucircle:nth-child(4) {
		background:#6fc191;	
	}

	.menucircle:nth-child(5) {
		background:#9c8ad5;	
	}

	
	.menucircle_name {
		/* color:#555555; */
		font-size:1.5em;
		line-height:30px;
	}

}



@media only screen and (max-width:544px) {

	.menucircle {
		height:170px;
	}
	
	.menucircle_img img {
		max-width:80%;
	}
	
	.menucircle_img {
		height:auto;
		padding-bottom:10px;
		background:none;
	}
	
	.menucircle_name {
		width:90%;
		font-size:1.3em;
		line-height:15px;
		margin-left:auto;
		margin-right:auto;
	}

}



















#bannertopbox {
	padding-top:30px;
		
}




#pdtcatbox {
	padding-top:24px;
	/* padding-bottom:24px;	 */
}

#pdtcatbox_bar {
	height:60px;
	line-height:60px;
	background:url(images/home2016/bg_topic_pdtcat.png);
}

.pdtcatbox_center {
	box-sizing:border-box;
	max-width:1370px;
	padding-left:10px;
	padding-right:10px;
	margin-left:auto;
	margin-right:auto;
}

#pdtcatbox_star {
	float:left;
	width:116px;
	height:60px;
}

#pdtcatbox_star_icon {
	position:absolute;
	width:86px;
	height:92px;
	margin-top:-16px;
	background:url(images/home2016/pink_star.png);
}

#pdtcatbox_topic {
	float:left;
	widht:414px;
	height:60px;
	line-height:60px;
	overflow:hidden;
	font-family:superstoreregular;
	font-size:2em;
	color:#ffffff;
}

#pdtcatbox_menuall {
	float:right;
	width:235px;
	height:40px;
	padding-top:10px;
	cursor:pointer;
}

#pdtcatbox_menuall_1 {
	float:left;
	width:60px;
	height:40px;
	line-height:40px;
	text-align:center;
	background:#ec774b url(images/home2016/line_app.png) no-repeat center;
}

#pdtcatbox_menuall_2 {
	float:left;
	width:175px;
	height:40px;
	line-height:40px;
	text-align:center;
	background:#edbf47;
	font-family:superstoreregular;
	font-size:2em;
	color:#ffffff;
}

@media only screen and (max-width:567px) {

	#pdtcatbox_topic {
		display:none;
	}
	
	#pdtcatbox_menuall {
		float:left;
	}

}

@media only screen and (max-width:420px) {

	#pdtcatbox_star {
		display:none;
	}

	#pdtcatbox_menuall {
		float:none;
		margin-left:auto;
		margin-right:auto;
	}

}

#pdtcatbox_menu {
	margin-top:25px;
	margin-bottom:37px;
	margin-left:auto;
	margin-right:auto;
	max-width:1550px;
	height:262px;
    background: url(images/home2016/bg_stage.png) no-repeat;
    background-position:center bottom;
    background-size: 100% 100%;
}

.pdtcatbox_left {
	float:left;
	width:5.87%;
	text-align:center;
	box-sizing:border-box;
	padding-top:80px;
}

.pdtcatbox_left img {
	max-width:90%;
	cursor:pointer;
}

.pdtcatbox_right {
	float:left;
	width:5.87%;
	text-align:center;
	box-sizing:border-box;
	padding-top:80px;
}

.pdtcatbox_right img {	
	max-width:90%;
	cursor:pointer;
}

.pdtcatbox_category {
	float:left;
	width:88.258%;
}

.pdtcatbox_category a {
	transition: all 0.4s ease-in-out;
}

.pdtcatbox_category a:hover {
	opacity: 0.4;
	filter: alpha(opacity=40);
}

@media only screen and (max-width:1686px) {

	.pdtcat {
		padding-top:10px;
	}

}

@media only screen and (max-width:543px) {

	.pdtcat {
		margin-left:auto;
		margin-right:auto;
		width:100%;
	}
	
	.pdtcatbox_left {
		width:25%;
	}
	
	.pdtcatbox_right {
		width:25%;
	}
	
	.pdtcatbox_category {
		width:50%;
	}

}

@media only screen and (max-width:479px) {
	
	#pdtcatbox_menu {
		height:220px;
	}

}	

@media only screen and (max-width:409px) {
	
	#pdtcatbox_menu {
		height:190px;
	}
	
	.pdtcatbox_left {
		padding-top:50px;
	}
	
	.pdtcatbox_right {
		padding-top:50px;
	}

}	

@media only screen and (max-width:345px) {
	
	#pdtcatbox_menu {
		height:160px;
	}

}	



	#bottom_ad {
		border-top: #555555 solid 4px;
		padding-top:50px;
		padding-bottom:70px;
		text-align:center;
	}
	
	#bottom_ad i {
		font-size:2em;
		color:#edbf47;
	}
	
	#bottom_ad a {
		font-family:superstoreregular;
		font-size:2.7em;
		color:#ec774b;
		text-decoration:none;
		transition: color 0.4s ease-in-out;
	}
	
	#bottom_ad a:hover {
		color:#00a8ff;
	}
	
@media only screen and (max-width:803px) {
	
	#bottom_ad i {
		font-size:1.6em;
	}
	
	#bottom_ad a {
		font-size:2.2em;
	}

}

@media only screen and (max-width:657px) {
	
	#bottom_ad i {
		font-size:1.2em;
	}
	
	#bottom_ad a {
		font-size:1.8em;
	}

}

@media only screen and (max-width:567px) {
	
	#bottom_ad i {
		display:none;
	}
	
	#bottom_ad a {
		font-size:2.1em;
		line-height:17px;
	}

}









#hotcat {
	/* margin-bottom:20px; */
}

#hotcat_topic {
	height:87px;
	background: url(images/home2016/bg_topic_hotpdt2.png) no-repeat;	
}

#hotcat_topic_1 {
	float:left;
	width:322px;
	height:87px;
	background: url(images/home2016/bg_topic_hotpdt1.png) no-repeat;	
}

#hotcat_topic_2 {
	float:left;
	height:87px;
	box-sizing:border-box;
	padding-top:30px;
	padding-left:30px;
	font-family:superstoreregular;
	font-size:2em;
	color:#ffffff;
}


@media only screen and (max-width:703px) {
	
	#hotcat_topic_1 {
		display:none;
	}

}	

#hotcat_img {
	margin-left:auto;
	margin-right:auto;
	max-width:1570px;
	padding-left:10px;
	padding-right:10px;
	padding-top:20px;
	padding-bottom:30px;	
}

.hotcat_imgbox {
	float:left;
	width:20%;
}

/* ---------- Flip Card ---------- */

.catcontainer {
	width:100%;
	height:332px;
	position:relative;
}

.card{
  text-align:center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.face {
  position: absolute;
  width: 100%;
  height: 100%;
}

.face.front{
	
}
.face.back {
  display: block;
}

.catcontainer{
  perspective: 800px;
}
.card{
  transform-style: preserve-3d;
  transition: all 1.0s linear;
}
.card:hover .front{
  transform: rotateY(-180deg);
}

.card:hover .back {
 transform: rotateY(0deg);
}
.face {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition: 0.5s;
}
.face.front {
  transform: rotateY(0deg);
} 

.face.back {
  transform: rotateY(180deg); 
}

/* ---------- End Flip Card ---------- */






















/* -------------------- Update Product -------------------- */
.updatepdt {
	margin-top:20px;	
}

.updatepdt_topic {
	width:100%;
	box-sizing:border-box;	
	border-bottom:#e7e7e7 solid 1px;
	font-family:superstoreregular;
	font-size:2.2em;
	color:#555555;
	padding-top:20px;
	padding-bottom:4px;
	padding-left:20px;
	line-height:30px;
}

.updatepdt_topic a {
	padding-left:30px;
	font-family:superstoreregular;
	text-decoration:none;
	font-size:0.8em;
	color:#00a8ff;
}

.updatepdt_topic a:hover {
	color:#f06d3c;
}

.updatepdt_content {
	width:100%;
	margin-top:12px;
	padding-bottom:30px;
}

@media only screen and (max-width:476px) {
	
	.updatepdt_topic {
		clear:both;
		text-align:center;
	}
	
	.updatepdt_topic a {
		display:block;
		clear:left;
		padding-left:0px;
	}

}	

#updatepdt_02 {
	border-top:#74cee4 solid 4px;
}

#updatepdt_24 {
	border-top:#edbf47 solid 4px;
}

#updatepdt_03 {
	border-top:#ec774b solid 4px;
}

#updatepdt_12 {
	border-top:#6fc191 solid 4px;
}

#updatepdt_36 {
	border-top:#ff004e solid 4px;
}

#updatepdt_00 {
	border-top:#9c8ad5 solid 4px;
}



.hideDiv {
	display:none;	
}