#JPSL{
    padding: 5vw 16%;
    background-image: url(../imgs/JPSLBg.png);
}
#JPSL .JPSLMain{
    display: flex;
    height: 15vw;
}

#JPSL .flexItem {
    /* background-color: white; */
    flex: 1;
    margin: 0 10px;
    transition: all 1s;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    background-repeat: no-repeat;

    border: 1px solid #FFFFFF;
    background: linear-gradient(153deg, #EAEEF5 0%, #FFFFFF 100%);
    box-shadow: 0px 3px 20px rgba(5, 36, 82, 0.0700);
    border-radius: 2px;
    user-select: none;
    min-width: 8vw;
    cursor: pointer;
}

#JPSL .flexItem img {
    width: 4vw;
}

#JPSL .flexItem2 img {
    width: auto;
}

#JPSL .flexItem2 {
    flex: 4;
    background-color: #2A7EFB;
    padding: 2vw;
    background-image: url(../imgs/baozhang_bg.png);
    text-align: left;

    /* display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: white; */
}

#JPSL .flexItemContainer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: white;
    height: 100%;
}

#JPSL .line {
    width: 2vw;
    height: 2px;
    background-color: white;
}