
.fund-table-mb {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    font-size: 15px;
}

.fund-table-mb td {
    padding: 10px;
}

.fund-table-mb th {
    padding: 12px;
}

.fund-table-mb tr {
    border-bottom: 1px solid #e4e4e4;
}

.fund-table-title-mb {
    line-height: 21px;
    font-size: 14px;
    background-color: #fbfbfb;
}

.pop-select-title {
    position: absolute;
    width: 100%;
    height: auto;
    background-color: #ffffff !important;
    box-shadow: 0px 3px 8px  0px #d7dee8;
    display: flex;
    flex-direction: column;
    text-align: left;
    padding: 15px 20px;
    box-sizing: border-box;
    display: none;
}

.pop-select-title th {
    font-weight: normal;
}

.pop-table-title {
    display: flex!important;
    justify-content: space-between;
    border-bottom: 1px solid #e4e4e4;
}

.pop-drop {
    margin-left: 55px;
}

.fund-table-mb .fund-table-title-mb th[data-id]::after{
    content: "";
    width: 8px;
    height: 8px;
    margin-left: 5px;
    margin-bottom: 2px;
    display: inline-block;
    background-image: url(/static/common/images/icon/down-icon.png);
    background-repeat: no-repeat;
    background-size: 100%;
    transform: rotate(180deg);
}

.fund-table-mb .fund-table-title-mb th[data-id].on::after{
    margin-bottom: -2px;
    transform: none;
}

.fund-table-mb .pop-select-title th[data-id].on::after{
    content: "✔";
    font-size: 20px;
    color: #005096;
    transform: rotate(0deg);
    transition: all .1s ease-in;
    position: absolute;
    right: 50px;
    margin-top: -5px;
}

.fund-table-mb .pop-select-title .on{
    background-color: #f8fafd;
}

.fund-table-left-mb {
    text-align: left;
    padding-left: 14px !important;
}

.fund-table-right-mb {
    text-align: right;
}

.fund-row-gap-mb {
    margin-bottom: 10px;
}

.fund-two-row-mb {
    font-size: 12px;
    color: #999999;
}

.hidden {
    display: none;
}

.new-fund-flag-mobile {
    background-image: url(/static/common/images/icon/new-icon.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 30px;
}

