div[data-role=disabled] {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    color: #fff;
    font-size: 50px;
}

div[data-widget=sidebar] aside {
    position: fixed;
    top: 0;
    right: 0;
    width: 80%;
    height: 100%;
    background: #fff;
    z-index: 20000;
    display: none;
    overflow-y: auto;
}

div[data-widget=sidebar] aside > div.header {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    font-weight: bold;
    background: #0555ac;
    color: #fff;
    color: #fff;
}

div[data-widget=sidebar] aside > ul.menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-box-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 15px;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    list-style: none;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    background: #fafafa;
}

div[data-widget=sidebar] aside > ul.menu > li {
    box-sizing: border-box;
    position: relative;
    width: 33.333%;
    height: 78px;
    text-align: center;
}

div[data-widget=sidebar] aside > ul.menu > li a {
    box-sizing: border-box;
    display: block;
    padding: 13px 0;
    height: 100%;
    color: #1a1a1a;
    font-size: 12px;
    word-break: keep-all;
}

div[data-widget=sidebar] aside > ul.menu > li a text {
	color: #1a1a1a;
	font-size: 12px;
	word-break: keep-all;
}

div[data-widget=sidebar] aside > div.header {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    font-weight: bold;
    background: #0555ac;
    color: #fff;
    color: #fff;
}

div[data-widget=sidebar] aside > div.header > button.home {
    float: left;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: transparent;
    border: 0;
}

div[data-widget=sidebar] aside > div.header > button.home > i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 22px;
    color: rgba(255,255,255,0.7);
}

div[data-widget=sidebar] aside > div.header > button.close {
    float: right;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: transparent;
    border: 0;
}

div[data-widget=sidebar] aside > div.header > button.close > i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 22px;
    color: rgba(255,255,255,0.7);
}

div[data-widget=sidebar] aside section[data-role=login].side-login {
    box-sizing: border-box;
    position: relative;
    font-size: 12px;
}

div[data-widget=sidebar] aside section[data-role=login].side-login .paddingBox {
    padding: 15px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    background: #fff;
}

div[data-widget=sidebar] aside section[data-role=login].side-login .paddingBox p {
	width: 100%;
    display: inline-block;
    font-size: 13px;
    color: #999;
    line-height: 20px;
}

div[data-widget=sidebar] aside section[data-role=login].side-login .paddingBox .info p strong {
    font-size: 13px;
    color: #000;
}

div[data-widget=sidebar] aside section[data-role=login].side-login .paddingBox .info p span {
    font-size: 13px;
    color: #999;
}

div[data-widget=sidebar] aside section[data-role=login] .loginForm {
    display: none;
    margin-top: 15px;
}

div[data-widget=sidebar] aside section[data-role=login] .loginForm > .input {
    float: left;
    width: calc(100% - 65px);
}

div[data-widget=sidebar] aside section[data-role=login] div[data-role=input] {
    margin: 0px;
    min-height: 0px;
}

div[data-widget=sidebar] aside section[data-role=login] div.link {
    color: #d5d7d8;
}

div[data-widget=sidebar] aside section[data-role=login] .errorBox {
    display: none;
    position: absolute;
    top: 100%;
    left: 10px;
    width: calc(100% - 20px);
    background: #c20000;
    line-height: 25px;
    padding: 5px 10px;
    line-height: 1.6;
    font-size: 12px;
    color: #ffff7f;
    margin-top: 0px !important;
    box-sizing: border-box;
    z-index: 10;
}

div[data-widget=sidebar] aside section[data-role=login] div[data-role=input] > input {
    box-sizing: border-box;
    border: 1px solid #c2c2c2;
    border-right: 0px;
    width: 100%;
    height: 32px;
    padding: 5px;
    line-height: 20px;
    border-radius: 0;
    font-size: 12px;
}

div[data-widget=sidebar] aside section[data-role=login] div[data-role=help] {
    display: none;
}

div[data-widget=sidebar] aside section[data-role=login] div[data-role=input] {
    margin: 0px;
    min-height: 0px;
}

div[data-widget=sidebar] aside section[data-role=login] div[data-role=input] > input[type=password] {
    height: 31px;
    border-top: 0px;
}

div[data-widget=sidebar] aside section[data-role=login].side-login .paddingBox p button.side-login-btn {
    float: right;
    color: #999;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    padding: 0px 5px;
    cursor: pointer;
    vertical-align: middle;
    margin-left: 5px;
    background: rgba(255,255,255,0.2);
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 5px;
    box-sizing: border-box;
}

div[data-widget=sidebar] aside > ul.menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-box-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 15px;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    list-style: none;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    background: #fafafa;
}

/* div[data-widget=sidebar] aside > ul.menu > li {
    box-sizing: border-box;
    position: relative;
    width: 33.333%;
    height: 78px;
    text-align: center;
}

div[data-widget=sidebar] aside > ul.menu > li a {
    box-sizing: border-box;
    display: block;
    padding: 13px 0;
    height: 100%;
    color: #1a1a1a;
    font-size: 12px;
    word-break: keep-all;
} */

div[data-widget=sidebar] aside > ul.menu > li a i.icon {
    display: block;
    height: 25px;
    margin-bottom: 13px;
}

div[data-widget=sidebar] aside > ul.menu > li:nth-child(1) a i.icon {
    background: url(/common/images/ico_notice.png)no-repeat center;
    background-size: contain;
}

div[data-widget=sidebar] aside > ul.menu > li:nth-child(2) a i.icon {
    background: url(/common/images/ico_support.png)no-repeat center;
    background-size: contain;
}

div[data-widget=sidebar] aside > ul.menu > li:nth-child(3) a i.icon {
    background: url(/common/images/ico_map.png)no-repeat center;
    background-size: contain;
}

div[data-widget=sidebar] aside > ul.menu > li:nth-child(4) a i.icon {
    background: url(/common/images/ico_meals.png)no-repeat center;
    background-size: contain;
}

div[data-widget=sidebar] aside > ul.menu > li:nth-child(5) a i.icon {
    background: url(/common/images/ico_seat.png)no-repeat center;
    background-size: contain;
}

div[data-widget=sidebar] aside > ul.menu > li:nth-child(6) a i.icon {
    background: url(/common/images/ico_number.png)no-repeat center;
    background-size: contain;
}

div[data-widget=sidebar] aside > ul.menu > li:nth-child(7) a i.icon {
    background: url(/common/images/ico_intro.png)no-repeat center;
    background-size: contain;
}

div[data-widget=sidebar] aside > ul.menu > li:nth-child(8) a i.icon {
    background: url(/common/images/ico_promote.png)no-repeat center;
    background-size: contain;
}

div[data-widget=sidebar] aside > ul.menu > li:nth-child(9) a i.icon {
    background: url(/common/images/ico_edu.png)no-repeat center;
    background-size: contain;
}

div[data-widget=sidebar] aside > ul.menu > li:nth-child(10) a i.icon {
    background: url(/common/images/ico_intro.png)no-repeat center;
    background-size: contain;
}

div[data-widget=sidebar] aside > ul.menu > li > div.wrap_submenu {
    box-sizing: border-box;
    display: none;
    position: absolute;
    /* top: 78px; */
    bottom: 0;
    left: 0;
}

div[data-widget=sidebar] aside > ul.menu > li > div.wrap_submenu > div.submenu {
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 20px 10px 20px;
    width: 100%;
    background: #00a651;
    border-bottom: 1px solid #e0e0e0;
    color: #fff;
    font-size: 0;
}

div[data-widget=sidebar] aside > ul.menu > li > div.wrap_submenu > div.submenu a {
    position: relative;
    display: inline-block;
    width: calc(50% - 10px);
    text-align: left;
    border-bottom: 1px solid rgba(255,255,255,0.4);
    font-size: 12px;
    color: #fff;
}


div[data-widget=sidebar] aside ul.menu_list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -moz-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px;
    background: #fff;
}

div[data-widget=sidebar] aside ul.menu_list li.dot {
    box-sizing: border-box;
    position: relative;
    width: calc(50% - 10px);
    display: inline-block;
    font-size: 11px;
    color: #000;
}

div[data-widget=sidebar] aside ul.menu_list li.dot::before {
	content: '';
	position: absolute;
	top: 16px;
	left: 0px;
	display: inline-block;
	width: 3px;
	height: 3px;
	background: #0555ac;
	font-size: 12px;
	color: #000;
	border-radius: 50%;
}

div[data-widget=sidebar] aside ul.menu_list li.dot:nth-child(-n+8) > a {
    border-bottom: 1px solid #ccc;
    font-size: 11px;
}

div[data-widget=sidebar] aside ul.menu_list li.dot div.content {
    display: none;
    margin-top: 10px;
    margin-bottom: 5px;
}

div[data-widget=sidebar] aside ul.menu_list li.dot div.content a {
    display: block;
    padding: 3px;
    cursor: pointer;
    font-size: 11px;
}

div[data-widget=sidebar] aside ul.menu_list li.dot > a {
    display: block;
    padding: 12px 0 12px 7px;
    font-size: 11px;
}

div[data-widget=sidebar] aside > ul.menu > li > div.wrap_submenu > div.submenu a.cancel_line {
    border-bottom: none;
}

div[data-widget=sidebar] aside > ul.menu > li.opened a.submenu::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 18px;
    height: 18px;
    transform: rotate(-45deg) translateX(-50%);
    background: #00a651;
}

div[data-widget=sidebar] aside > ul.menu > li.opened a.submenu {
    position: relative;
    height: auto;
}

div[data-widget=sidebar] aside section[data-role=login].side-login .paddingBox .info button.logout {
    float: right;
    color: #999;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    padding: 0px 5px;
    cursor: pointer;
    vertical-align: middle;
    margin-left: 5px;
    background: rgba(255,255,255,0.2);
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 5px;
    box-sizing: border-box;
}

.info #finalLoginDT {font-size: 12px;}