.w_tab_tit {
    padding: 0 20px;
}

.w_tab_tit h6 {
    display: inline-block;
    padding: 0;
}

.w_tab_tit span {
    float: right;
}

.trade-button {
    margin: 2px;
    color: #f96302;
    cursor: pointer;
}

.trade-button.disabled {
    color: #c3c3c3;
    cursor: not-allowed;
}

.fund-name {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.fund-nav-date {
    font-size: 12px;
    /* font-weight: bold; */
    color: #999;
}

.up {
    color: #f96302 !important;
}

.down {
    color: #0d9b00 !important;
}

.fund-fene {
    font-size: 14px;
    color: #666;
}

.fund-tips {
    margin-top: 5px;
}

.fund-tips div {
    display: inline-block;
    margin-right: 5px;
    padding: 2px 4px;
    font-size: 12px;
    line-height: 1;
    color: #333;
    border: 1px solid #eee;
}

.periodical-fund {
    position: relative;
    cursor: help;
}

.expire-date {
    font-family: monospace;
}

.float-profit, .lastday-income {
    cursor: pointer;
}

.float-profit::after, 
.lastday-income::after {
    position: relative;
    display: inline-block;
    margin-left: 2px;
    top: 2px;
    content: "";
    width: 14px;
    height: 14px;
    background: url(../../../assets/images/tips.png) no-repeat;
    background-size: 100% auto;
}


