.customer-layer0-content {
    width: 30%;
    position: absolute;
    margin-top: -15%;
    margin-left: 35%;
}

.customer-layer2 {
    width: 100%;
    height: 20vw;
    padding: 0 20%;
}

[class*="customer-layer2-"]{
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    opacity: 1;
    float: left;
}
.customer-layer2-left {
    width: 45%;
    height: 20vw;
    margin-right: 10%;
}
.customer-layer2-right {
    width: 45%;
    height: 20vw;
}

.customer-layer2-card {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
}
.customer-layer2-card:hover .customer-card-img {
    display: none;
}
.customer-layer2-card:hover .customer-card-qrcode {
    display: block;
}
.customer-card-img {
    width: 100%;
}
.customer-card-logo {
    width: 12%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 44%;
    margin-top: 1px;
}
.customer-card-qrcode {
    display: none;
}


#fotter .layer6 .layer6-float {
    display: none;
}
