
#sectionBoxer{
    width: 100%;
    background: #f8f8f8;
}

#logoAnd {
    display: none;
}

.desContainer {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 20px 45px 0px 45px;
}

.desTitle {
    color: #ffffff;
    background: #DA001A;
    font-size: 14px;
    font-weight: 500;
    height: 25px;
    line-height: 25px;
    width: 80px;
    text-align: center;
    border-radius: 2px;
    margin-right: 8px;
    min-width: 80px;
}

.aboutUs_LogoContainer {
    width: 100%;
    height: 140px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.aboutUs_LogoContainer .logoTitle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 250px;
    height: 100%;
    margin-left: 50px;
}

.aboutUs_LogoContainer .logoTitle div {
    font-size: 45px;
    font-weight: 600;
    text-align: center;
    float: left;
    margin-left: 50px;
}

.aboutUs_LogoContainer .qrCodeBox{
    float: right;
    width: 182px;
    height: 120px;
    margin: 10px 0px 10px 0px;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
}
.aboutUs_LogoContainer .qrCodeBox div {
    width: 105px;
    height: 52px;
    font-size: 13px;
    color: #333333;
    line-height: 13px;
    margin-top: 8px;
}
.aboutUs_LogoContainer .qrCodeBox .qrCodeBorder .qrCodeImg {
    margin: 4px;
    width: 90px;
    height: 90px;
}

.aboutUs_LogoContainer .qrCodeBox .qrCodeBorder {
    width: 100px;
    height: 100px;
    min-height: 100px;
    border: 1px solid #cdcdcd;
    border-radius: 4px;
}

.aboutUs_footer {
    height: 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: #DA001A;
    margin: 40px 20px 20px 20px;
}

.aboutUs_footer div {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    margin-left: 100px;
}

.aboutUs_footer img {
    width: 112px;
    height: 70px;
    margin-right: 50px;
}

#myProductList {
    margin: 70px 70px 30px 70px;
}

#myProductList .myProductContainer {
    width: 190px;
    height: 190px;
    margin: 5px;
    display: inline-block;
}

#myProductList .myProductContainer img {
    width: 190px;
    height: 190px;
}

#myProductList .myProductContainer div {
    width: 190px;
    height: 35px;
    margin-top: 155px;
    line-height: 35px;
    position: absolute;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background: #DA001A;
}
