﻿@charset "UTF-8";
/*
* @data 2015-4-4
* Author: Linda Lu
*
* E.SUN PAY Stylesheet
--------------------------------
   1. menuSwitchIcon
   2. menu
   3. menu-pin
   4. menu-i-icon
   5. RWD
--------------------------------
*/

/*nav:not(.mm-menu) {
	display: none;
}*/
#mask {
	display: none;
	position: absolute;
	z-index: 99;
	top: 41px;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #000;
	/*background-color: rgba(0,0,0,0.4);*/
	visibility: hidden;
}
/*=====================================================
   1. menuSwitchIcon
=====================================================*/
#menuSwitchIcon {	
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	background-image: url(../IMG/menu/navMenu.png);
	background-size: 20px auto;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

/*=====================================================
   2. menu
=====================================================*/
#menuArea {
	display: block;
	position: absolute;
	z-index: 999;
	top: 0;
	bottom: 0;
	left: -250px;
	width: 250px;
	background: rgba(255, 255, 255, 0.95);
	/*padding-top: 68px;*/
}
#menuArea ul {
	box-sizing: border-box;
    background-color:#FFF;
}
#menuArea li {
	font-size: 14px;
	line-height: 52px;
	padding: 0;
	border-bottom: 1px solid #f2f2f2;
	vertical-align: middle;
	cursor: pointer;
}
#menuArea li:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#menuArea a,
#menuArea ul ul li {
	color: #333;
}
#menuArea ul li a {
    display:block;
    width: auto;
    background-position: 22px 15px;
    background-repeat: no-repeat;
    background-size: 20px 18px;
    padding: 0 0 0 56px
}
#menuArea ul ul li a {
    padding:0 0 0 75px;
    width: auto;
}
#menuArea li:hover, #menuArea li.current,
#menuArea li.current a, #menuArea li:hover a {
	color: #fff;
}
#menuArea ul ul li.current a,
#menuArea ul ul li:hover a {
	color: #01a398;
}
#menuArea li:hover,
#menuArea li.current {
	background-color: #1abab8;
}
#menuArea ul ul li.current {
	background-color: #fff;
}
#menuArea ul li.submenu {
	display: none;
    border:0;
    padding:0;
    margin-top: 5px;
}
#menuArea ul ul { 
	margin-top: 5px;
}
#menuArea ul ul li {
	line-height: 36px;
	padding: 5px 0 5px 0;
}
#menuArea ul li.submenu:hover,#menuArea ul li.submenu:hover a {
	background: none;
    color:#333;
}
#menuArea ul li.submenu a:hover {
    color:#1abab8;
}
#menuArea ul ul li:hover {
	background: none;
}
.arrowSign {
	display: inline-block;
	background-image: url(../IMG/menu/navMenuArrowDefault.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 12px auto;
	width: 12px;
	height: 8px;
	margin-left: 130px;
}
#menuArea li:hover .arrowSign,
#menuArea li.current .arrowSign {
	background-image: url(../IMG/menu/navMenuArrow.png);
}

/*=====================================================
   3. menu-pin
=====================================================*/
.pin {
	float: right;
	display: inline-block;
	width: 20px;
	height: 18px;
	background-size: 20px 18px;
	background-image: url(../IMG/menu/navMenu_pin.png);
    background-repeat: no-repeat;
	margin: 7px 12px 5px 0;
    text-indent:-9999px
}
.pin.pinned {
	background-image: url(../IMG/menu/navMenu_pin_current.png);
}
#menuArea li:hover .pin {
	background-image: url(../IMG/menu/navMenu_pin_hover.png);
}

/*=====================================================
   4. menu-i-icon
=====================================================*/

#menuArea a.index {
	background-image: url(../IMG/menu/icon_index.png);
}
#menuArea li.current a.index,
#menuArea li:hover a.index {
	background-image: url(../IMG/menu/icon_index_hover.png);
}
#menuArea a.logout {
	background-image: url(../IMG/menu/icon_logout.png);
}
#menuArea li.current a.logout,
#menuArea li:hover a.logout {
	background-image: url(../IMG/menu/icon_logout_hover.png);
}
#menuArea a.login {
	background-image: url(../IMG/menu/icon_login.png);    
}
#menuArea li.current a.login,
#menuArea li:hover a.login {
	background-image: url(../IMG/menu/icon_login_hover.png);
}
#menuArea a.sign {
	background-image: url(../IMG/menu/icon_sign.png);
}
#menuArea li.current a.sign,
#menuArea li:hover a.sign {
	background-image: url(../IMG/menu/icon_sign_hover.png);
}
#menuArea a.receive {
	background-image: url(../IMG/menu/icon_receive.png);
}
#menuArea li.current a.receive,
#menuArea li:hover a.receive {
	background-image: url(../IMG/menu/icon_receive_hover.png);
}
#menuArea a.pay {
	background-image: url(../IMG/menu/icon_pay.png);
}
#menuArea li.current a.pay,
#menuArea li:hover a.pay {
	background-image: url(../IMG/menu/icon_pay_hover.png);
}
#menuArea li.current a.withdrawal,
#menuArea a.withdrawal {
	background-image: url(../IMG/menu/icon_withdrawal.png);
}
#menuArea li.current a.withdrawal,
#menuArea li:hover a.withdrawal {
	background-image: url(../IMG/menu/icon_withdrawal_hover.png);
}
#menuArea a.setup {
	background-image: url(../IMG/menu/icon_setup.png);
}
#menuArea li.current a.setup,
#menuArea li:hover a.setup {
	background-image: url(../IMG/menu/icon_setup_hover.png);
}
#menuArea a.about {
	background-image: url(../IMG/menu/icon_about.png);
}
#menuArea li.current a.about,
#menuArea li:hover a.about {
	background-image: url(../IMG/menu/icon_about_hover.png);
}

/*=====================================================
   5. RWD
=====================================================*/
@media screen and (max-width: 768px) {
	#mask { visibility: visible; }
}
@media screen and (max-width: 532px) {
	.path-index {
	width: 20px;
	height: 18px;
	background-size: 20px 18px;
	margin: 0 2px -2px 0;
	}
}