.banner {
    height: 355px;
    box-sizing: border-box;
    background-image: url('../../images/business/auctionMerchant/banner.png');
    position: relative;
}

.banner-text {
    display: flex;
    width: 556px;
    height: 190px;
    background: rgba(255, 255, 255, 0.1);
    color: #333333;
    position: absolute;
    left: 20%;
    top: 31%;
    padding-right: 36px;
}

.text-box>p:nth-child(1) {
    font-size: 24px;
    margin: 30px 0 20px 0;
    font-weight: 600;

}

.text-box>p:nth-child(2) {
    font-size: 14px;
    font-weight: 500;
}

.card-box {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}

.card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 33px;
    width: 282px;
    height: 228px;
    margin-right: 24px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.card img {
    height: 48px;
    width: 48px;
}

.card-title {
    font-size: 20px;
    font-weight: 600;
    color: #3D3D3D;
    margin-bottom: 16px;

}

.card-describe {
    font-size: 12px;
    font-weight: 400;
    color: #3D3D3D;
    line-height: 20px;
}

.title-cn {
    font-size: 24px;
    font-weight: 700;
    color: #3D3D3D;
}

.title-en {
    font-size: 12px;
    font-weight: 400;
    color: #CCCCCC;
}
.flowsheet-box{
    text-align: center;
    margin-top: 40px;
}
.flowsheet-img {
    display: flex;
    width: 1200px;
    height: 160px;
    background-image: url('../../images/business/auctionMerchant/flexBg.png');
    margin: 32px auto 0 auto; 
   
}

.icon {
    width: 200px;
    height: 84px;
    margin: 38px 0;
    border-right: 2px #fff solid;
    text-align: center;
}

.icon-text {
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
    margin-top: 14px;

}
