.card {
    width: 1200px;
    padding: 20px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0 2px 10px 0 #9999994d;
    margin-top: -40px;
    margin-bottom: 40px;
}

.box {
    width: 100%;
    display: flex;
    justify-content: center;

    flex-wrap: wrap;
}

.card-title {
    font-weight: 500;
    font-size: 22px;
    color: #000000;
    margin-bottom: 20px;
}

.card-title-content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.imgs {
    text-align: center;

    width: 100%;
    padding-top: 10px;

}

.imgs>img {
    width: 200px;
}

.box-item {
    width: 350px;
    /* height: 270px; */
    background: #FFFFFF;
    border: 1px solid #D8E4FF;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 20px;
    box-sizing: border-box;
}

.box-item>div {
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    text-align: left;
    padding-bottom: 20px;
    border-bottom: 1px solid #D8E4FF;
    margin-bottom: 18px;
}

table {

    width: 100%;
}

tr>:nth-child(1) {
    width: 128px;
}

tr {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    text-align: left;
    line-height: 32px;
}

td {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    text-align: left;
    vertical-align: top;
}