.rmg-ul {
    background-color: #fff;
    padding: 15px 15px 0;
}
.rmg-ul li {
    display: flex;
    align-items: center;
}
.rmg-ul li + li {
    margin-top: 5px;
}
.top-g-t {
    position: relative;
    width: 46px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.top-g-red {
    background: #f36161;
}
.top-g-t i {
    position: absolute;
    right: -4px;
    top: 9px;
    width: 0;
    height: 0;
    line-height: 0;
    border-width: 4px 0 4px 4px;
    border-style: dashed dashed dashed solid;
    border-right-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
}
.top-g-red i {
    border-left-color: #f36161;
}
.top-g-con-in {
    position: relative;
    top: 4px;
    padding-left: 10px;
    font-size: 0;
}
.g_aicc {
    position: relative;
    display: inline-block;
}
.top-g-con-in a {
    display: inline-block;
    font-size: 12px;
    padding: 0 12px 5px 10px;
    line-height: 30px;
    height: 26px;
    max-width: 135px;
}
.top-g-con-in a {
    padding: 0 12px 0 13px;
}
.top-g-con-in img {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: -1px 6px 0 0;
    _margin-top: 0;
}
.top-g-refresh {
    position: absolute;
    background: url(../images/ma~158_20170525175304_5926a98096733.png?t=1495705984) #8fc518;
    width: 30px;
    height: 24px;
    top: 21px;
    right: 20px;
    z-index: 10;
}
.mb {
    position: relative;
}
.top-g-blue {
    background: #44b3f8;
}
.top-g-blue i {
    border-left-color: #44b3f8;
}
.g_aicc {
    position: relative;
    display: inline-block;
}
.module_tab {
    border-bottom: 1px solid #E7E7E7;
    height: 25px;
    overflow: hidden;
    padding: 10px 16px 12px 16px;
    margin-bottom: 10px;
}
.module_tab li {
    float: left;
    margin-right: 15px;
    display: inline;
    cursor: pointer;
    line-height: 35px;
}
.module_tab li.cur {
    color: #82ba07;
    border-bottom: 2px solid #82ba07;
}
.module_tab li,
.module_tab li a {
    font-size: 16px;
    color: var(--color_text_headings);
    font-weight: 600;
}
.module_tab li.cur,
.module_tab li.cur a {
    color: #82ba07;
    border-bottom: 2px solid #82ba07;
}

.center .module_tab li.cur a {
    border: none;
}

/* 响应式样式 */
@media screen and (max-width: 768px) {
    .main-body > .module:first-child {
        display: none;
    }
    #top-slide-banner {
        margin-top: -6px;
    }
}