

.title{
    text-align: center;
    font-weight: 600;
    font-size: 48px;
    color: #333333;
    margin-top: 100px;
    margin-bottom: 90px;
}
.card{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 100px;
}
.capacity{
    width: 516px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(43,58,212,0.5);
    border-radius: 22px;
    border: 2px solid #198BFF;
    padding: 24px;
    box-sizing: border-box;
    margin-bottom: 72px;
}
.capacity .top{
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 28px;
    color: #198BFF;
    margin-bottom: 24px;
}
.capacity .top img{
    margin-right: 16px;

}
.word{
    font-size: 20px;
    color: #333333;
    line-height: 28px;
}
.goods >div{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    font-weight: 600;
    font-size: 30px;
    color: #333333;
}
.goods >div img{
    margin-right: 20px;
}
