.invest .wrap {
    width: 62.9166666667vw;
    margin: 5.2604166667vw auto 8.125vw;
}

.invest .wrap .title {
    text-align: center;
    font-size: 1.875vw;
    font-weight: 500;
    color: #222222;
}

.invest .wrap .content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2.0833333333vw;
  padding: 0 0 5.3125vw;
    margin: 2.6041666667vw 0 0 0;
  position: relative;
}

.invest .wrap .content .load_more{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1.3125vw;
}

.invest .wrap .content .item {
    width: 100%;
    position: relative;
    cursor: pointer;
}

.invest .wrap .content .item .joke {
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    border: 0.0520833333vw solid rgba(0, 0, 0, 0.05);
    border-radius: 0.8333333333vw;
    padding: 2.0833333333vw 1.71875vw 2.8125vw 1.71875vw;
    transition: 0.7s;
    overflow: hidden;
    position: relative;
}

.invest .wrap .content .item .svg {
    position: absolute;
    height: 100%;
    top: 0;
    right: -6.1458333333vw;
    filter: brightness(0.5) grayscale(1);
    opacity: 0.02;
    pointer-events: none;
    transition: 0.7s;
}

.invest .wrap .content .item .iconfont {
    font-size: 2.6041666667vw;
    color: #222222;
    margin: 0 0 2.03125vw;
    transition: 0.7s;
}

.invest .wrap .content .item h5 {
    font-size: 0.9375vw;
    font-weight: bold;
    color: #050F33;
    transition: 0.7s;
    margin: 0 0 1.3020833333vw;
}

.invest .wrap .content .item .more {
    display: flex;
    align-items: center;
    font-size: 0.625vw;
    font-weight: 500;
    color: #333333;
}

.invest .wrap .content .item .more .iconfont {
    font-size: 0.5208333333vw;
    margin: 0 0 0 4px;
}

.invest .wrap .content .item:hover .joke {
    box-shadow: 0px 15px 40px 10px rgba(7, 10, 21, 0.05);
    border: 0.0520833333vw solid transparent;
}

.invest .wrap .content .item:hover .joke .svg {
    filter: unset;
    opacity: 0.05;
}

.invest .wrap .content .item:hover .joke .iconfont, .invest .wrap .content .item:hover .joke h5 {
    color: #009944;
}

/*# sourceMappingURL=invest.css.map */
.invest_1{
    padding: 5.208333333333334vw 0 6.25vw 0;
}
.invest_1 .wrap{
    width: 73vw;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.invest_1 .wrap .item{
    width: 48%;
}

.invest_1 .wrap .item .img{
    width: 100%;
    overflow: hidden;
    margin: 0 0 1.0416666666666667vw;
    border-radius: 0.5vw;
}

.invest_1 .wrap .item .img img{
    width: 100%;
    height: 100%;
    transition: 2s;
}
.invest_1 .wrap .item .img img:hover{
    transform: scale(1.05);
}
.invest_1 .wrap .item .text{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.3541666666666667vw 0 0.625vw;
}
.invest_1 .wrap .item .text h1{
    font-weight: bold;
    font-size: 1.0416666666666667vw;
    color: #111111;
}
.invest_1 .wrap .item .text .more{
    display: flex;
    align-items: center;
}
.invest_1 .wrap .item .text .more p{
    font-weight: 500;
    font-size: 0.625vw;
    color: #333333;
}
.invest_1 .wrap .item .text .more .iconfont{
    color: #333333;
    font-size: 0.625vw;
}

.invest_2{
    background: #F5F6F7;
    padding: 4.6875vw 0 6.5625vw 0;
}
.invest_2 .wrap {
    width: 73vw;
    margin: auto;
}

.invest_2 .wrap .title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 3.125vw;
    position: relative;
    z-index: 8;
}
.invest_2 .wrap .title span{
    font-weight: 500;
    font-size: 1.875vw;
    color: #222222;
}
.invest_2 .wrap .title .cut{
    cursor: pointer;
}
.invest_2 .wrap .title .cut .show{
    width: 10.416666666666668vw;
    height: 2.34375vw;
    background: rgba(200,22,29,0);
    border-radius: 1.1979166666666667vw;
    border: 1px solid #CCCCCC;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.25vw 0 1.09375vw;
}
.invest_2 .wrap .title .cut .show p{
    font-weight: 500;
    font-size: 0.9375vw;
    color: #222222;
}
.invest_2 .wrap .title .cut .show .iconfont{
    font-size: 0.7291666666666667vw;
    color: #222;
}
.invest_2 .wrap .content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2.0833333333vw;
    margin: 2.6041666667vw 0 0 0;
    position: relative;
}

.invest_2 .wrap .content .load_more{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1.3125vw;
}

.invest_2 .wrap .content .item {
    width: 100%;
    position: relative;
    cursor: pointer;
}

.invest_2 .wrap .content .item .joke {
    width: 100%;
    height: 100%;
    /*background: #FFFFFF;*/
    border: 0.0520833333vw solid rgba(17,17,17,.5);
    border-radius: 0.8333333333vw;
    padding: 2.0833333333vw 1.71875vw 2.8125vw 1.71875vw;
    transition: 0.7s;
    overflow: hidden;
    position: relative;
}

.invest_2 .wrap .content .item .svg {
    position: absolute;
    height: 100%;
    top: -50%;
    right: -6.1458333333vw;
    filter: brightness(5) grayscale(1);
    pointer-events: none;
    transition: 0.7s;
    opacity: .5;
}

.invest_2 .wrap .content .item .iconfont {
    font-size: 2.6041666667vw;
    color: #666666;
    margin: 0 0 2.03125vw;
    transition: 0.7s;
}

.invest_2 .wrap .content .item h5 {
    font-size: 0.9375vw;
    font-weight: bold;
    color: #666666;
    transition: 0.7s;
    margin: 0 0 1.3020833333vw;
    height: 2.604166666666667vw;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.invest_2 .wrap .content .item .more {
    display: flex;
    align-items: center;
    font-size: 0.625vw;
    font-weight: 500;
    color: #333333;
}

.invest_2 .wrap .content .item .more .iconfont {
    font-size: 0.5208333333vw;
    margin: 0 0 0 4px;
}

.invest_2 .wrap .content .item:hover .joke {
    box-shadow: 0px 15px 40px 10px rgba(7, 10, 21, 0.05);
    border: 0.0520833333vw solid transparent;
}

.invest_2 .wrap .content .item:hover .joke .svg {
    filter: brightness(1) grayscale(1);
    opacity: 0.05;
}

.invest_2 .wrap .content .item:hover .joke .iconfont, .invest_2 .wrap .content .item:hover .joke h5 {
    color: #009944;
}

.invest_3{
    padding: 5.208333333333334vw 0 7.8125vw 0;
}
.invest_3 .wrap{
    width: 73vw;
    margin: auto;
}
.invest_3 .wrap .title{
    font-weight: 500;
    font-size: 1.875vw;
    color: #222222;
    margin: 0 0 3.229166666666667vw;
}
.invest_3 .wrap .content{
    background: #F5F6F7;
    border-radius: 0.5208333333333334vw;
    padding: 3.541666666666667vw 5vw 4.6875vw 5vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.invest_3 .wrap .content .item{
    width: 28.125vw;
    padding: 0 0 2.0833333333333335vw;
    border-bottom: 1px solid #D7D8D9;
    margin: 0 0 2.0833333333333335vw;
}
.invest_3 .wrap .content .item:last-child p,.invest_3 .wrap .content .item:last-child p a{
    color: #009944;
}
.invest_3 .wrap .content .item h1{
    font-weight: 500;
    font-size: 1.5625vw;
    color: #222222;
    margin: 0 0 2.0833333333333335vw;
}
.invest_3 .wrap .content .item p,.invest_3 .wrap .content .item p a{
    font-weight: 400;
    font-size: 1.0416666666666667vw;
    color: #333333;
}
.down_pull {
    position: relative;
}

.down_pull .pull {
    position: absolute;
    transform: translateY(20px);
    opacity: 0;
    pointer-events: none;
    width: 100%;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    max-height: 250px;
    overflow: hidden;
    overflow-y: scroll;
}

.down_pull .pull.on {
    transition: ease .3s;
    opacity: 1;
    transform: translateY(10px);
    pointer-events: auto;
}

.down_pull .pull::-webkit-scrollbar {
    width: 0;
}

.down_pull .pull p {
    width: 100%;
    height: 2.0833333333333335vw;
    display: flex;
    align-items: center;
    padding: 0 0 0 0.78125vw;
    cursor: pointer;
    font-size: 0.7291666666666667vw;
    transition: ease .3s;
    color: #111;
}

.down_pull .pull p:hover {
    background: var(--background);
    color: #fff;
}

.down_pull .pull p.on {
    background: rgba(0, 0, 0, 0.05) !important;
    color: #111 !important;
    pointer-events: none;
}

@media screen and (max-width: 1024px) {
    .invest_1{
        padding: 20px 0 30px 0;
    }
    .invest_1 .wrap{
        width: 90%;
        flex-direction: column;
    }
    .invest_1 .wrap .item{
        width: 100%;
    }
    .invest_1 .wrap .item:not(:last-child) {
        margin: 0 0 25px;
    }
    .invest_1 .wrap .item .img{
        margin: 0 0 15px;
    }
    .invest_1 .wrap .item .text{
        padding: 0;
    }
    .invest_1 .wrap .item .text h1{
        font-size: 16px;
    }
    .invest_1 .wrap .item .text .more p{
        font-size: 16px;
    }
    .invest_1 .wrap .item .text .more .iconfont{
        font-size: 16px;
    }
    .invest_2{
        padding: 35px 0;
    }
    .invest_2 .wrap .title span{
        font-size: 24px;
    }
    .invest_2 .wrap .title .cut .show{
        width: 166px;
        height: 37px;
        border-radius: 50px;
        padding: 0 10px;
    }
    .down_pull .pull p{
        height: 35px;
        font-size: 13px;
        padding: 0 0 0 7px;
    }
    .invest_2 .wrap{
        width: 90%;
    }
    .invest_2 .wrap .title .cut .show p{
        font-size: 13px;
    }
    .invest_2 .wrap .title .cut .show .iconfont{
        font-size: 13px;
    }
    .invest_2 .wrap .title{
        margin: 0 0 25px;
    }
    .invest_2 .wrap .content{
        grid-template-columns: repeat(1,1fr);
        gap: 20px 0;
    }
    .invest_2 .wrap .content .item .joke{
        padding: 10% 5%;
    }
    .invest_2 .wrap .content .item .iconfont{
        font-size: 30px;
        margin: 0 0 25px;
    }
    .invest_2 .wrap .content .item h5{
        font-size: 16px;
        height: auto;
        overflow: unset;
        margin: 0 0 20px;
    }
    .invest_2 .wrap .content .item .more{
        font-size: 14px;
    }

    .invest_2 .wrap .content .item .joke{
        border-radius: 10px;
    }

    .invest_2 .wrap .content .item h5{
        -webkit-line-clamp: unset;
        line-height: 1.7;
    }
    .invest_2 .wrap .content .item .svg{
        display: none;
    }
    .invest_3{
        padding: 30px 0;
    }
    .invest_3 .wrap{
        width: 90%;
    }
    .invest_3 .wrap .title{
        font-size: 24px;
        margin: 0 0 20px;
    }
    .invest_3 .wrap .content{
        border-radius: 4px;
        padding: 5%;
        flex-direction: column;
    }
    .invest_3 .wrap .content .item h1{
        font-size: 18px;
    }
    .invest_3 .wrap .content .item p, .invest_3 .wrap .content .item p a{
        font-size: 14px;
    }
    .invest_3 .wrap .content .item{
        width: 100%;
        padding: 0 0 20px;
        margin: 0 0 20px;
    }

}<!--0.00019001960754395-->