/* BASIC css start */
html {
	overflow: auto;
}
body {
	background: #fff;
}
#wrap {
	overflow-x: hidden;
	position: relative;
}


/* header */
header {
	font-size: 12px;
	padding-bottom: 10px;
}
header img {
	vertical-align: top;
}
header a {
	font-family: "Helvetica Neue";
}

header .section {
	position: relative; z-index: 20;
	height: 30px;
	background: #f5f3e7;
}
header .section .allcate {
	position: absolute; top: 0; left: 0;
	width: 100%;
}

header .section .allcate .list {
	padding: 0 6px;
	background: #fff;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
}
header .section .allcate .list table {
	width: 100%;
	border-collapse: collapse;
	border: 5px solid #8ccdcf; border-top: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
header .section .allcate .list td {
	padding: 5px 0;
	border: 1px solid #d5d5d5; border-bottom: 0; border-right: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
header .section .allcate .list td ul {
	min-height: 110px;
}
header .section .allcate .list tr:first-child td {
	border-top: 0;
}
header .section .allcate .list td:first-child {
	padding: 5px 0;
	border-left: 0;
}
header .section .allcate .list li {
	text-align: center;
	font-size: 12px;
}
header .section .allcate .list li.tit {
	padding-bottom: 2px;
}
header .section .allcate .list li.tit a {
	color: #74c1c3; font-weight: bold;
}
header .section .allcate .list li a {
	color: #888;
}
header .section .allcate .list td.community {
	background: #f5f5f5;
}
header .section .allcate .list td.community .tit a {
	color: #555;
}
header .section .allcate .list td .tit.point a {
	color: #f35f5b;
}

header .section .btn {
	position: absolute; top: 100%; left: 12px;
	width: 13%;
}
header .section .btn img {
	width: 100%;
}

header .section .allcate .btn2 {
	position: absolute; top: 100%; left: 12px;
	width: 13%;
}
header .section .allcate .btn2 img {
	width: 100%;
}


header .section .inner {
	float: right;
	padding-right: 12px;
}
header .section .inner li {
	float: left;
	font-size: 12px; color: #e5e2d9; line-height: 30px; font-weight: bold;
}
header .section .inner li a {
	color: #b4b3b1;
}
header .section .inner li.login a {
	color: #cfb79b;
}

header h1 {
	text-align: center;
	margin: 20px 0 10px;
}
header h1 img {
	width: 60%;
}

header .top_menu {
	width: 65%;
	margin: 0 auto;
	padding-bottom: 15px;
}
header .top_menu li {
	display: inline-block;
	width: 25%;
}
header .top_menu li img {
	width: 100%;
}

header .area_search {
	padding: 0 6px;
	margin-bottom: 20px;
	position: relative;
}
header .area_search .area_input {
	margin-right: 30px;
}
header .area_search .area_input input {
	width: 100%; height: 26px;
	border: 3px solid #ebdaca; border-right: 0;
	-webkit-border-radius:0; -webkit-appearance:none;
	font-size: 12px; line-height: 18px; text-indent: 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
header .area_search .btn {
	position: absolute; top: 0; right: 6px;
}
header .area_search .btn img {
	width: 30px;
}

header .section2 {
	padding-top: 12px;
	background: url(/design/puzzlia/mobile/top_menu_icon.gif) no-repeat 0 0;
	background-size: auto 12px;
	margin: 0 6px;
}
header .section2 li {
	float: left;
	width: 25%;
	line-height: 26px;
	border: 1px solid #f2f2f2; border-left: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
header .section2 li:first-child {
	border-left: 1px solid #f2f2f2;
}
header .section2 li a {
	display: block;
	min-height: 26px;
	color: #cab095;
	padding: 4px 0;
}
header .section2 li.last {
	background: #fbfaf8;
}
header .section2 li.last a {
	color: #ea8c8c;
}
header .section2 li img {
	width: 100%;
	vertical-align: middle;
}
/* BASIC css end */

