/* page */
.html-mobile .page-wrapper {}

.html-mobile #top-nav {
    height: 68px;
}

.html-mobile #topNav-wrapper {
    left: 0;
    position: fixed;
    top: 0;
    z-index: 200;
    -webkit-font-smoothing: auto;
    -moz-font-smoothing: auto;
    background-color: #fff;
    height: 68px;
    width: 100%;
}

.html-mobile #topNav-wrapper.boxshadow {
    background-position: top;
    background-size: auto;
    -webkit-box-shadow: 0 2px 16px rgba(54, 56, 79, .06);
    box-shadow: 0 2px 16px rgba(54, 56, 79, .06);
}

.html-mobile #topNav-wrapper .topNav-flex {
    padding-top: 9px;
}

.html-mobile #topNav-wrapper .topNav-logo {
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    display: block;
    color: #37f;
    text-align: center;
}

.html-mobile #topNav-wrapper .mini-nav {
    position: relative;
    width: 100%;
}

.html-mobile #topNav-wrapper .mini-nav .mini-default-nav {
    display: flex;
    list-style: none;
    overflow-x: auto;
    white-space: nowrap;
    list-style-type: none;
}

.html-mobile #topNav-wrapper .mini-nav .mini-default-nav .nav-item {
    height: 32px;
    position: relative;
}

.html-mobile #topNav-wrapper .mini-nav .mini-default-nav>.nav-item span {
    color: #333;
    cursor: pointer;
    display: block;
    font-size: 16px;
    height: 100%;
    line-height: 32px;
    min-width: 32px;
    padding: 0 10px;
    position: relative;
    text-align: center;
}

.html-mobile #topNav-wrapper .mini-nav .mini-default-nav>.nav-item span:hover {
    color: #37f;
    font-weight: 600;
}

.html-mobile #topNav-wrapper .mini-nav .mini-default-nav>.nav-item.active span:before {
    background: #37f;
    border-radius: 2px;
    bottom: 0;
    content: "";
    height: 3px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 16px;
}

/* content */
.html-mobile #content>div {
    margin: 5px 0 20px;
    position: relative;
    background-color: #fff;

}

/* .new-item-adjs-info */
.new-item.new-item-adjs.new-item-adjs-empty>.new-item-body {
    padding: 0 !important;
    border-width: 0 !important;
}

.relevant-item.new-item-adjs.new-item-adjs-empty {
    margin-bottom: 0;
    display: block;
}

.new-item-adjs-info {
    display: flex;
}

.new-item-adjs-info>div {
    flex: 1;
    margin-right: 5px;
}

.new-item-adjs-info>div:last-child {
    margin-right: 0px;
}

.new-item-adjs-info>div:empty {
    display: none;
}