@CHARSET "UTF-8";
html, body
{
	font-size: 100%;
	font-family: "微软雅黑", Arial;
	background-color: #ffffff;
	text-shadow: none !important;	
}
a,img { border: 0px; text-decoration: none; }
.clear-both { clear: both; }

.ui-page { background-color: #f6ecde; }

.ui-header
{
	width: 100%;
	height: 51px;
	border: 0px !important;
	font-size: 120% !important;
	font-weight: normal !important;
	background-color: #e1c093 !important;
	color: #333333 !important;
	text-shadow: none !important;
	
	-moz-box-shadow: 0px -3px 0px #d6b68c inset;              
    -webkit-box-shadow: 0px -3px 0px #d6b68c inset;
	border-shadow: 0px -3px 0px #d6b68c inset;
}
    
#logo
{
	display: block;
	width: 120px;
	height: 40px;
	background: url(../images/logo.png) no-repeat;
	background-size: 120px 40px;
	position: absolute;
	top: 4px;
	left: 3%;
	z-index: 100;
	
	padding: 0px !important;
	border: 0px !important;
	box-shadow: none !important;
	border-radius: 0px !important;
}

.ui-icon-menu
{
	background: none !important;
	border: 0px !important;
	display: block !important;
	width: 45px !important;
	height: 41px !important;
	top: 6px !important;
	right: 3% !important;
	border-radius: 0px !important;
	box-shadow: none !important;
	z-index: 100;
}
.ui-icon-menu:after
{
	width: 45px !important;
	height: 41px !important;
	top: 0px !important;
	left: 0px !important;
	margin: 0px !important;
	border-radius: 0px !important;	
	background: url(../images/icon_menu.png) no-repeat center 11px;
	background-size: 23px 16px;
}
.open-menu
{
	background-color: #f2e3cc !important;
	border: 1px solid #d0ac7c !important;
	border-bottom: 1px solid #f2e3cc !important;
	border-radius: 2px 2px 0px 0px !important;
}

/* 菜单 */
#menu-layer
{
	width: 100%;
	background-color: #f2e3cc;
	border-top: 1px solid #d0ac7c;
	position: absolute;
	top: 48px;
	left: 0px;
	z-index: 10;
	display: none;
	overflow: hidden;
	font-family: "微软雅黑";
	margin: 0px !important;	
	border-radius: 0px !important;
	
}
.main-menu
{
	display: block;
	padding: 8px 1em;
	font-size: 15px;
	font-weight: normal !important;
	color: #6e4406 !important;
	border-bottom: 1px solid #cfaa77;
	border-radius: 0px !important;
}
.has-sub-menu
{
	margin: 0px !important;
	padding: 0px !important;
	border-bottom: 0px !important;
}
.has-sub-menu h3 { border-bottom: 1px solid #cfaa77; }
.has-sub-menu a
{
	display: block !important;
	padding: 8px 1em !important;
	font-family: "微软雅黑" !important;	
	font-size: 15px !important;
	font-weight: normal !important;
	color: #6e4406 !important;
	border: 0px !important;
	border-radius: 0px !important;
	background: transparent !important;
	text-shadow: none !important;
}
.has-sub-menu a:after
{
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url(../images/icon_arrow.png);
	background-size: 14px 7px;
}
.has-sub-menu .ui-icon-plus:after
{
	-moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

/* 子菜单 */
.has-sub-menu .ui-collapsible-content
{
	padding: 0px !important;
	border: 0px !important;
	background-color: #fff9f1 !important;
}
.sub-menu { margin: 0px !important; }
.sub-menu li a
{
	padding: 8px 1em 8px 2em !important;
	border-bottom: 1px solid #d6b68c !important;
	font-size: 14px !important;
}


/* 页面底部 */
.ui-footer
{
	padding: 10px 3%;
	background-color: #e1c093 !important;
	border: 0px !important;
	
	-moz-box-shadow: 0px 3px 0px #d6b68c inset;              
    -webkit-box-shadow: 0px 3px 0px #d6b68c inset;
	border-shadow: 0px 3px 0px #d6b68c inset;
}
#footer-menu, #footer-menu a, #footer-menu a:hover
{
	color: #725841;
	font-size: 14px;
	font-family: "微软雅黑";
	font-weight: normal !important;
	text-shadow: none !important;
	text-decoration: none !important;
	margin-bottom: 8px;
}
#copyright, #support, #support a, #support a:hover
{
	color: #725840;
	font-size: 12px;
	font-family: "微软雅黑";
	line-height: 20px;
	font-weight: normal !important;
	text-shadow: none !important;
	text-decoration: none !important;
}
#copyright { float: left; }
#support { float: right; }

/* 右侧按钮 */
#side_button_layer
{
	width: 40px;
	height: 122px;
	position: fixed;
	top: 50%;
	right: 0px;
	margin-top: -49px;
	z-index: 10000;
}
#icon_home, #icon_phone, #icon_address
{
	display: block;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: rgba(255, 245, 231, 0.8);
	background-size: 30px 30px;
}
#icon_home
{
	border-top-left-radius: 4px; 
	background-image: url(../images/icon_home.png);
}
#icon_phone
{
	border-top: 1px solid #cba065;
	border-bottom: 1px solid #cba065; 
	background-image: url(../images/icon_phone.png);
}
#icon_address 
{
	border-bottom-left-radius: 4px;
	background-image: url(../images/icon_address.png);
}