
@media (min-width: 992px) {
.header-navbar {
    padding: 10px 10px 0;
}
}
#m-header ul#miniMenuToggle {
    background: #f4f4f4 none repeat scroll 0 0;
    border-bottom-width: 0;
    border-top: medium none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    height: calc(100vh + 1px);
    left: auto;
    margin-top: 0;
    max-height: 100%;
    overflow: auto;
    padding-bottom: 0;
    padding-top: 0;
    position: fixed;
    right: -1px;
    top: 0;
    width: calc(100vw - 100px);
    z-index: 900;
}
#m-header ul#miniMenuToggle li {
    list-style-type: none;
}
#m-header ul#miniMenuToggle > li:first-child > a {
    padding-top: 10px;
}
#m-header ul#miniMenuToggle > li > a {
    border-bottom: 1px solid #e4e7e9;
    color: #333;
}
#m-header ul#miniMenuToggle li a.notification-link {
    background-color: #fcfcfc;
    border-top: medium none;
}
#m-header ul#miniMenuToggle li.active > a {
    color: #1abc9c;
}
#m-header button#dropdownminiMenu {
    background: #dddddd none repeat scroll 0 0;
    margin-top: 4px;
    outline: medium none;
}
#m-header ul#miniMenuToggle > li a {
    padding-bottom: 13px;
    padding-left: 25px;
    padding-top: 13px;
}
#m-header ul#miniMenuToggle > li > a > span.m-menu-span {
    margin-left: 5px;
}
#m-header ul#miniMenuToggle > li > a > i.fa {
    margin-left: -1px;
    margin-right: 7px;
    text-align: center;
    width: 25px;
}
#m-header ul#miniMenuToggle > li > a > i.fa.neg-mr-3 {
    margin-right: -3px;
    margin-top: 4px;
}
#m-header ul#miniMenuToggle > li {
    background-color: #fff;
    font-size: 16px;
}
#m-header ul#miniMenuToggle li ul {
    background-color: #fff;
    padding-left: 0;
}
#m-header ul#miniMenuToggle > li > span > a {
    color: #555;
}
#m-header ul#miniMenuToggle li ul > li {
    border-bottom: 1px solid #f6f6f7;
    padding-bottom: 6px;
    padding-left: 40px;
    padding-top: 6px;
}
#m-header ul#miniMenuToggle li ul > li:last-child {
    border-bottom: 1px solid #e4e9f0;
}
#m-header ul#miniMenuToggle li ul > li > a {
    color: #878f92;
    font-size: 14px;
}
#m-header ul#miniMenuToggle > li > a, #m-header ul#miniMenuToggle > .active > a, #m-header ul#miniMenuToggle > .active > a:hover, #m-header ul#miniMenuToggle > .active > a:focus {
    background-color: #f4f4f4;
}
#m-header #dropdownUserMenu {
    background-color: #fff;
    border: medium none;
    box-shadow: none;
    outline: medium none;
}
.mobile-ui.header.userinfo {
    background: #fff none repeat scroll 0 0;
    left: 0;
    position: absolute;
    top: 60px;
    width: 100%;
    z-index: 700;
}
#m-header ul#miniMenuToggle .table-user {
    border-bottom: 1px solid #e4e7e9;
    table-layout: fixed;
    width: 100%;
}
#m-header ul#miniMenuToggle .table-user tr > td {
    background: #f4f4f4 none repeat scroll 0 0;
    padding-bottom: 12px;
    padding-top: 12px;
}
#m-header ul#miniMenuToggle .table-user tr > td > a {
    color: #555;
}
#m-header ul#miniMenuToggle .table-user tr > td:first-child {
    border-right: 1px solid #e4e9f0;
}
#m-header ul#miniMenuToggle .table-user-login tr > td:first-child {
    border-right: medium none;
    padding-left: 25px;
    width: 70%;
}
#m-header ul#miniMenuToggle .table-user-logout tr > td a {
    padding-left: 0;
}
#m-header ul#miniMenuToggle .table-user-login tr > td:first-child > a {
    float: left;
    padding: 0;
}
#m-header ul#miniMenuToggle .table-user-login tr > td:nth-child(2) {
    padding-right: 25px;
    padding-top: 15px;
}
#m-header ul#miniMenuToggle .table-user-login tr > td:nth-child(2) > a {
    float: right;
    padding: 0;
}
#m-header ul#miniMenuToggle .table-user-login tr > td:first-child > a > span.user-icon > img {
    width: 30px;
}
#m-header ul#miniMenuToggle .table-user-login tr > td:first-child > a > span:nth-child(2) {
    margin-left: 5px;
    position: relative;
    top: 2px;
}
.header-navbar ul.loginbar li {
    display: inline;
    list-style: outside none none;
    padding-bottom: 15px;
    padding-left: 5px;
    position: relative;
}
.header-navbar ul.loginbar li:hover:not(:last-child), .header-navbar ul.loginbar li.border-bottom:hover {
    border-bottom: 2px solid #1abc9c;
}
.header-navbar ul.loginbar li a {
    color: #333333;
    text-decoration: none;
}
#m-header .btn-user .span-user {
    color: #666;
    font-size: 20px;
    margin-right: 6px;
    margin-top: 6px;
}
.pc-header img#logo-header {
    margin-top: 1px;
    width: 125px;
}
#m-header img#logo-header {
    width: 120px;
}
@media (max-width: 321px) {
#m-header ul#miniMenuToggle {
    width: calc(100vw - 80px);
}
}
.hdropdown.with-avatar {
    background: #fff none repeat scroll 0 0;
    left: -30%;
    position: absolute;
    text-align: left;
    width: 300px;
}
.hdropdown.with-avatar > li {
    display: block;
    float: left;
}
.hdropdown.with-avatar table:first-child td {
    border-bottom: 1px solid #e4e5e7;
}
.hdropdown.with-avatar table.table-user-info tr:first-child > td:first-child {
    padding-bottom: 25px;
    padding-left: 10px;
    padding-top: 21px;
    width: 20%;
}
.hdropdown.with-avatar table.table-user-info td.td-user-balance {
    overflow: hidden;
    padding-right: 10px;
    text-overflow: ellipsis;
}
.hdropdown.with-avatar table.table-user-info td.td-user-balance:hover {
    overflow: visible;
}
.hdropdown.with-avatar table.table-user-menu td {
    border-bottom: 1px solid #e4e5e7;
    padding-bottom: 0;
    padding-top: 0;
}
.hdropdwon-menu-middle.with-avatar table.table-user-menu td {
    padding-bottom: 10px;
    padding-top: 10px;
}
.hdropdown.with-avatar table.table-user-menu td > a {
    color: #555;
    height: inherit;
    padding-bottom: 5px;
    padding-top: 7px;
    text-align: center;
    text-decoration: none;
}
.hdropdown.with-avatar table.table-user-menu td:nth-child(2n+1) {
    border-right: 1px solid #e4e5e7;
}
.hdropdown.with-avatar table.table-user-menu td:last-child {
    border-right: medium none;
}
.hdropdown.with-avatar table {
    table-layout: fixed;
    width: 100%;
}
.hdropdown.with-avatar table tr > td > span.balance {
    color: #555;
    font-size: 20px;
}
.hdropdown.with-avatar > li {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    display: inline-block;
    width: 50%;
}
.hdropdown.with-avatar > li:first-child {
    color: #6a6c6f;
    width: 100%;
}
.hdropdown.with-avatar > li:first-child:hover {
    background: #fff none repeat scroll 0 0;
}
.hdropdown.with-avatar > li:first-child .people-logo-intable {
    height: 50px;
    width: 50px;
}
.hdropdown.with-avatar > li:first-child a {
    color: #337ab7;
}
.hdropdown.with-avatar > li:first-child a:hover {
    color: #449eeb;
}
.hdropdown.with-avatar > li:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    text-align: center;
    width: 100%;
}
.hdropdown.with-avatar > li > a {
    color: #6a6c6f;
}
.header-navbar .collapse.in .navbar-left li.header-menu > ul.zc_menu li {
    border-bottom: 0 solid #e7e7e7;
    height: 35px;
    line-height: 35px;
    text-align: left;
    white-space: nowrap;
}
.header-navbar .collapse.in .navbar-left li.header-menu > ul.zc_menu .zc-menu-left li {
}
.header-navbar .collapse.in .navbar-left li.header-menu > ul.zc_menu li > a {
    border-bottom: medium none;
    cursor: pointer;
    display: initial;
    height: 30px;
    margin-left: 3px;
    width: 120px;
}
.header-navbar .collapse.in .navbar-left li.header-menu > ul.zc_menu li > a:hover {
    color: #333;
    text-decoration: none;
}
.header-navbar .collapse.in .navbar-left li.header-menu > ul.zc_menu {
    padding-bottom: 30px;
    padding-top: 20px;
}
.header-navbar .collapse.in .navbar-left li.header-menu > ul.zc_menu .zc-menu-left > li:first-child, .header-navbar .collapse.in .navbar-left li.header-menu > ul.zc_menu .zc-menu-right > li:first-child {
    border-bottom: 1px solid #a0a0a0;
    margin-bottom: 5px;
    width: 85%;
}
@media (max-width: 992px) {
.pading-b80 {
    padding-bottom: 40px;
}
.mt-70, .mt-60 {
    margin-top: 30px;
}
.mt-25 {
    margin-top: 0;
}
.mt-50 {
    margin-top: 35px;
}
.pb-65 {
    padding-bottom: 30px;
}
}
li.text-left > a > div.hot {
    background: rgba(0, 0, 0, 0) url("/static/images/hot.png") repeat scroll 0 0;
    display: inline-block;
    height: 14px;
    margin-left: 10px;
    position: absolute;
    top: 12px;
    width: 30px;
}
