.app-main {
    display: block;
    background-color: #ffffff;
    position: relative;
}

.banner-container {
    height: calc(100vh - 148px);
}

/* 首页轮播唯一差异：指示器纵向位置 */
.banner-container .carousel-indicators {
    bottom: 90px;
}

.banner-login-container {
    height: 153px;
    width: 100%;
    bottom: -83px;
    display: flex;
    justify-content: center;
}

.banner-login-inner {
    position: relative;
    z-index: 9;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    height: 153px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 100px;
    backdrop-filter: blur(10px);
}

.inner-left {
    width: 1180px;
}

.banner-login-title {
    color: rgba(220, 174, 96, 1);
    font-size: 24px;
    font-weight: 600;
    line-height: 33px;
}

.banner-login-desc {
    margin-top: 8px;
    line-height: 26px;
    font-size: 16px;
    color: #666666;
}

.inner-right {
    width: 220px;
    display: flex;
}

.banner-login-button {
    height: 48px;
    background: linear-gradient(270deg, #DCAE60 0%, #EED083 100%);
    width: 100px;
    border-radius: 4px;
    line-height: 48px;
}

.banner-open-button {
    margin-left: 20px;
    width: 100px;
    height: 48px;
    border-radius: 4px;
    border: 1px solid #DCAE60;
    color: #DCAE60;
    line-height: 48px;
}

.banner-login-shadow {
    top: 153px;
    left: 50%;
    width: 1600px;
    margin-left: -800px;
    height: 40px;
    background: url("../../images/sub-pc/index-login-shadow.png") no-repeat center;
    background-size: 1600px 40px;
}

@media screen and (max-width: 1600px) {
    .banner-login-shadow {
        left: 0;
        width: 100%;
        margin-left: 0;
    }
}

.image-wrapper_4 {
    width: 164px;
    height: 4px;
    margin: 193px 0 90px 878px;
}

.image_1 {
    width: 164px;
    height: 4px;
}

.header-bg {
    background: linear-gradient(180deg, rgba(172, 126, 137, 1) 0%, rgba(207, 178, 161, 0) 100%);
    /* ie 10 */
    background: -ms-linear-gradient(top, rgba(172, 126, 137, 1) 0%, rgba(207, 178, 161, 0) 100%);
    height: 200px;
    left: 0;
    top: 0;
    z-index: 998;
}

.top-recommend-container {
    padding-top: 183px;
    padding-bottom: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.top-recommend-container .section-title {
    height: 43px;
    background: url(../../images/sub-pc/top-recommend-title.png) no-repeat center / 144px 43px;
}


.top-recommend-container .section-content {
    margin-top: 50px;
}

.recommend-list-item + .recommend-list-item {
    margin-left: 31px;
}

.recommend-list-item {
    flex: 1;
    height: 292px;
    background: linear-gradient(137deg, #FFFFFF 0%, #FFFCF9 100%);
    border-radius: 12px;
    border: 2px solid #FFF4E7;
}

.recommend-top {
    width: 100%;
    height: 88px;
    display: flex;
    align-items: center;
    background: url("../../images/sub-pc/recommentd-list-top.png") no-repeat center /446px 88px;
}

.recommend-top-deco {
    background-color: rgba(220, 174, 96, 1);
    width: 4px;
    height: 18px;
    margin-left: 2px;
}

.recommend-top-text {
    font-size: 20px;
    font-weight: 500;
    margin-left: 24px
}

.recommend-main {
    padding: 30px
}

.recommend-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
}

.recommend-sub {
    color: #888888;
    line-height: 20px;
    margin-top: 8px;
}

.recommend-number {
    font-weight: bold;
    font-size: 40px;
    line-height: 47px;
    margin-top: 20px
}

.recommend-text {
    color: #888888;
    line-height: 20px;
    margin-top: 4px;
}

.recommend-buy-button {
    right: 30px;
    bottom: 45px;
    width: 120px;
    height: 40px;
    background: linear-gradient(270deg, #DCAE60 0%, #EED083 100%);
    border-radius: 4px;
    line-height: 40px;
}

.fund-market-top {
    width: 100%;
    height: 280px;
    background: linear-gradient(180deg, #F8F8F8 0%, #FFFFFF 100%);
}

.fund-market-container .section-title {
    margin-top: 100px;
    width: 100%;
    height: 43px;
    background: url(../../images/sub-pc/fund-market-title.png) no-repeat center / 144px 43px;
}

.fund-search-container {
    margin-top: 50px;
}

.fund-search-input {
    height: 50px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #EEEEEE;
    padding-left: 64px;
    font-size: 16px;
}

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

.search-input-button {
    top: 5px;
    right: 5px;
    width: 92px;
    height: 40px;
    z-index: 9;
    background: linear-gradient(270deg, #DCAE60 0%, #EED083 100%);
    border-radius: 4px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    border: none;
}

.fund-search-result {
    max-height: 320px;
    top: 54px;
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    padding: 8px 0;
    background: #FFFFFF;
    z-index: 9;
    overflow: auto;
}

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

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

.fund-market-filter {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.fund-filter-checkbox {
    width: 18px;
    height: 18px;
    border-radius: 2px;
    border: 1px solid #DDDDDD;
    margin-left: 30px;
}

.fund-filter-checkbox.checked {
    width: 18px;
    height: 18px;
    border-radius: 2px;
    border-width: 0;
    background: #DCAE60 url(../../images/sub-pc/fund-filter-checked.png) no-repeat center / 12px 8px;
}

.fund-filter-text {
    margin-left: 10px;
    font-size: 16px;
}

.fund-filter-more {
    margin-left: 30px;
    width: 14px;
    height: 16px;
    background: url(../../images/sub-pc/fund-filter-more.png) no-repeat center / 14px 16px;

}

.fund-filter-text.on {
    color: #DCAE60;
}

.fund-type-filter {
    margin-top: 35px;
    height: 40px;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
}

.fund-type {
    font-size: 18px;
    line-height: 26px;
}

.fund-type.on {
    color: #DCAE60;
    font-weight: 500;
}

.fund-type.on:after {
    content: '';
    position: absolute;
    height: 4px;
    width: 30px;
    background-color: #DCAE60;
    top: 36px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
}

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

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

.fund-col-1 {
    flex: 0 0 240px;
    text-align: left;
}

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

.fund-col-9 {
    flex: 0 0 192px;
}

.fund-table-body {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}


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

.fund-col-1-title {
    line-height: 22px;
}

.fund-col-1-sub {
    margin-top: 8px;
    font-size: 13px;
    color: #888888;
    line-height: 15px;
}

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

.fund-col-2-sub {
    margin-top: 10px;
    font-size: 13px;
    color: #888888;
    line-height: 15px;
}

.fund-table-button {
    margin-left: 10px;
    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-more {
    margin-top: 60px;
}

.fund-more-button {
    width: 158px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #DCAE60;
    line-height: 40px;
}

.wealth-management-container {
    margin-top: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
    background: url(../../images/sub-pc/wealth-management-bg.png) no-repeat center / cover;
}

.wealth-management-container .section-title {
    height: 43px;
    background: url(../../images/sub-pc/wealth-management-title.png) no-repeat center / 325px 43px;
}

.wealth-management-container .section-sub-title {
    margin-top: 26px;
}

.wealth-management-container .section-content {
    margin-top: 60px;
}

.wealth-list-item + .wealth-list-item {
    margin-left: 40px;
}

.wealth-list-item {
    flex: 1;
    height: 420px;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    padding-top: 40px;
}

.wealth-icon {
    width: 60px;
    height: 60px;
}

.wealth-icon-1 {
    background: url(../../images/sub-pc/wealth-icon-1.png) no-repeat center / 60px 60px;
}

.wealth-icon-2 {
    background: url(../../images/sub-pc/wealth-icon-2.png) no-repeat center / 60px 60px;
}

.wealth-icon-3 {
    background: url(../../images/sub-pc/wealth-icon-3.png) no-repeat center / 60px 60px;
}

.wealth-icon-4 {
    width: 62px;
    height: 62px;
    background: url(../../images/sub-pc/wealth-icon-4.png) no-repeat center / 62px 62px;
}

.wealth-title {
    font-size: 26px;
    line-height: 42px;
    margin-top: 40px;
}

.wealth-content {
    width: 100%;
    padding: 0 20px;
    margin-top: 28px;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
}

.latest-news-container {
    padding-top: 100px;
    padding-bottom: 80px;
}

.latest-news-container .section-title {
    height: 43px;
    background: url(../../images/sub-pc/latest-news-title.png) no-repeat center / 144px 43px;
}

.latest-news-container .section-sub-title {
    margin-top: 26px;
}

.latest-news-container .section-content {
    margin-top: 60px;
}

.news-img {
    width: 560px;
    height: 500px;
    border-radius: 12px;
    object-fit: cover;
}

@media (max-width: 1499px) {
    .news-img {
        width: 460px;
    }
}

.news-type-container {
    width: 208px;
    height: 500px;
    padding-top: 173px;
    padding-left: 50px;
}

.news-type {
    margin-bottom: 40px;
    cursor: pointer;
}

.news-type-img {
    width: 22px;
    height: 14px;
    background: url(../../images/sub-pc/news-type.png) no-repeat left center / 12px 14px;
}

.news-list-container {
    border-top: 4px solid #dcae60;
    height: 500px;
    flex: 1;
}

.news-item {
    border-bottom: 1px solid #EEEEEE;
}

.news-item:hover {
    background: #FFFAF5;
}

.news-left {
    width: 103px;
}

.news-day {
    font-size: 36px;
    font-weight: bold;
    line-height: 50px;
    color: #999999;
}

.news-date {
    font-size: 10px;
    color: #999999;
    line-height: 14px;
}

.news-title {
    line-height: 28px;
    max-height: 56px;
    overflow: hidden;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.news-right {
    flex: 1;
    padding: 24px 30px 20px 0;
}

.news-content {
    margin-top: 14px;
    max-height: 40px;
    color: #888888;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.more-news-container {
    margin-top: 30px;
}

.more-news-button {
    width: 126px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #DCAE60;
    line-height: 40px;
}

.fund-school-container {
    background: linear-gradient(180deg, #F8F8F8 0%, #FFFFFF 100%);
    padding: 100px 0;
}

.fund-school-container .section-title {
    height: 43px;
    background: url(../../images/sub-pc/fund-school-title.png) no-repeat center / 144px 43px;
}

.fund-school-container .section-sub-title {
    margin-top: 26px;
}

.fund-school-container .section-content {
    margin-top: 50px;
}

.lesson-list-item + .lesson-list-item {
    margin-left: 25px;
}

.lesson-list-item {
    flex: 1;
    border-radius: 12px;
    background: #fff;
}

.lesson-img {
    width: 100%;
    height: 300px;
    border-radius: 12px;
    object-fit: cover;
}

@media (max-width: 1499px) {
    .lesson-img {
        height: 250px;
    }
}

.lesson-title {
    margin-top: 24px;
    padding: 0 10px;
    line-height: 26px;
    max-height: 52px;
    overflow: hidden;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.lesson-title a {
    color: inherit;
    text-decoration: none;
}

.lesson-date {
    margin-top: 10px;
    padding: 0 10px;
    color: #888888;
}

.more-lesson-container {
    margin-top: 84px;
}

.more-lesson-btn {
    width: 126px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #DCAE60;
    line-height: 40px;
}

