
.investment-top-bg{
    width: 100%;
    min-height: 380px;
    background-image: url('/wp-content/uploads/2023/08/steve-richey-wVK0ypTn61Y-unsplash@2x-1.jpg');
    display: flex;
    flex-direction: column;
    background-position: center center;
    background-repeat: no-repeat;
    justify-content: center;
    text-align: center;
}
.investment-top-bg h2{
    color: #FDFDFD;
    font-size: 70px;
    font-weight: 400;
    color: #FFFFFF;
}
.investment-top-bg p{
    color: #FFFFFF5C;
    font-family: "Arial", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: italic;
    letter-spacing: 1.4em;
    word-spacing: 0.1em;
}
.ele-content-txt{
    width: 100%;
    min-height: 250px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('/wp-content/uploads/2023/04/feelingwood-logo-1-150x150.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
}
.ele-content-txt h2{
    font-size: 50px;
    font-weight: 500;
    line-height: 47px;
}
.investment-content{
    width: 100%;
    min-height: 400px;
    margin: 30px 0;
}
.investment-content .investment-content-item{
    max-width: 1400px;
    height: auto;
    margin: 0 auto;
    
    /* display: grid; */
    /* grid-template-columns: repeat(3, 1fr);
    gap: 20px; */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; 
}
.investment-qustion {
    margin: 15px 0;
    border-left: 4px solid #D18E04;
    background-color: white;
    width: 31%;
    margin-right: 2%;
    max-height: 50px;
}
.investment-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    cursor: pointer;
    background-color: white;
    transition: background-color 0.3s;
    border: 1px solid rgba(0,0,0,.02);
}
.investment-header:hover {
    background-color: #f9f9f9;
}
.investment-title {
    font-weight: 300;
    font-size: 18px;
    color: #333;
}
.investment-answer {
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.02);
    display: none;
}

.investment-answer-inner {
    padding: 15px;
    color: #666;
}
.chevron {
    transition: transform 0.3s;
    color:#ccc;
}
.chevron.up {
    transform: rotate(180deg);
}


.investment-bottom-form{
    width: 100%;
    background-color: #FFFFFF;
    background-image: url(/wp-content/uploads/4351686204846_.pic_hd.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 780px;
    position: relative;
    z-index:0;
    
}
.investment-bottom-form:before{
    width: 100%;
    height: 100%;
    --background-overlay: '';
    content: ''; /* 添加内容属性 */
    position: absolute; /* 设置绝对定位 */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* 可以改变为你需要的颜色或透明度 */
    z-index: 1; /* 确保在其他内容之下 */
    opacity: 0.8; /* 透明度 */
}
.investment-bottom-form h1{
    color: #ffffff;
    font-size: 40px;
    line-height: 100px;
    position: inherit;
    z-index: 9;
    text-align: center;
}
.investment-bottom-form .bottom-form-item{
    width: 41.6%;
    height: 600px;
    margin:0 auto;
    background-color: #FFFFFF;
    opacity: 0.8;
    border-radius: 10px;
    z-index: 9;
    position: inherit;
    padding:10px;
}

.investment-bottom-form .bottom-form-item .investment-bottom-form{
    text-align: left;
}

@media screen and (max-width: 979px) {
    .investment-top-bg{
        min-height: 130px;
        margin-top:0px;
    }
    .investment-top-bg h2{
        font-size: 18px;
    }
    .investment-top-bg p{
        font-size: 12px;
    }
    .investment-content .investment-content-item{
        flex-direction: column;
    }
    .investment-title{
        font-size: 16px;
    }
    .investment-answer{
        font-size: 14px;
    }
    .investment-content{
        margin-top: 0;
    }
    .investment-qustion{
        width: 90%;
        margin: 10px auto;
    }
    .ele-content-txt{
        min-height: 150px;
    }
    .ele-content-txt h2{
        font-size: 18px;
    }
    .investment-bottom-form h1{
        font-size: 24px;
    }
    .investment-bottom-form .bottom-form-item{
        width: 95%;
        margin: 0 auto;
    }
}