.section-banner {
    height: 380px;
    display: flex;
    padding-top: 120px;
    justify-content: center;
    background: url(../../images/sub-pc/public-fund-banner.jpg) no-repeat center / cover;
}

.section-title {
    height: 136px;
    background: url(../../images/sub-pc/public-fund-title.png) no-repeat left / 191px 136px;
}

.section-content {
    padding-top: 12px;
    padding-bottom: 120px;
}

.filter-container {
    margin-top: 80px;
}

.filter-type {
    align-items: flex-start;
}

/*.filter-type:not(:first-child) {*/
/*    margin-top: 20px;*/
/*}*/

.filter-type div:first-child {
    /*width: 56px;*/
    line-height: 36px;
}

.filter-list {
    flex: 1;
}

.filter-list button {
    padding: 0 20px;
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    border: 1px solid #DDDDDD;
    margin-left: 20px;
    margin-bottom: 20px;
    font-size: 14px;
}

.filter-list button.checked {
    border-color: #DCAE60;
    font-weight: bold;
}

.search-container {
    margin-top: 60px;
}

.fund-search-input {
    width: 360px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #ccc;
    padding-left: 20px;
    margin-left: auto;
}

.search-input-icon {
    z-index: 9;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: url(../../images/sub-pc/fund-search-icon.png) no-repeat center / 20px 20px;
}

.fund-search-result {
    max-width: 360px;
    max-height: 317px;
    top: 44px;
    right: 0;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 8px 0;
    background: #FFFFFF;
    z-index: 9;
    overflow: auto;
}

.fund-search-item {
    padding-left: 20px;
    line-height: 40px;
}

.fund-search-item:hover {
    background: #F8F8F8;
}

.fund-table-container {
    margin-top: 30px;
}

.fund-table-header {
    background: #F8F8F8;
    padding: 0 20px;
    height: 50px;
}

.fund-col-1 {
    flex: 0 0 260px;
    text-align: left;
    padding-right: 40px;
}

.fund-col-3 {
    flex: 0 0 82px;
}

.fund-col-2,
.fund-col-4,
.fund-col-5,
.fund-col-6,
.fund-col-7,
.fund-col-8,
.fund-col-9 {
    flex: 1;
}

.fund-col-10 {
    padding-left: 40px;
    flex: 0 0 150px;
}

.fund-col-11 {
    flex: 0 0 106px;
}

.fund-row {
    padding: 16px 20px;
    border-bottom: 1px solid #EEEEEE;
    display: flex;
    align-items: center;
}

.fund-col-1-sub {
    margin-top: 5px;
}

.new-fund-tag {
    margin-left: 4px;
    width: 28px;
    height: 20px;
    background: #FFF2F2;
    border-radius: 3px;
    line-height: 20px;
    color: #FB5C5F;
}

.fund-col-2-title {
    line-height: 20px;
}

.fund-col-2-sub {
    margin-top: 10px;
    line-height: 15px;
}

.fund-table-button {
    width: 48px;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #DCAE60;
    font-size: 14px;
    line-height: 30px;
}

.fund-table-button.disabled {
    border-color: #ddd;
    color: #ddd;
    cursor: not-allowed;
}

.fund-table-button:not(:first-child) {
    margin-left: 10px;
}
