.wrap {
    position: relative;
}

.wrap .banner .bga,
.wrap .banner .bgb,
.wrap .banner .bgc {
    height: 290px;
    background: url('../images/banner1.png') no-repeat center top;
}

.wrap .banner .bgb {
    background-image: url('../images/banner2.png');
}

.wrap .banner .bgc {
    background-image: url('../images/banner3.png');
}

.code-box {
    position: absolute;
    width: 277px;
    left: 50%;
    bottom: 52px;
    margin-left: -139px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .63);
    padding: 13px;
}

.code-box .code {
    width: 246px;
    height: 246px;
    border-radius: 10px;
    background: #cf4a27;
    padding: 13px;
    margin: 0 auto 10px;
}

.code-box .code img {
    width: 100%;
    height: 100%;
    display: block;
}

.code-box .font {
    width: 100%;
    line-height: 42px;
    color: #fff;
    font-size: 26px;
    border-radius: 10px;
    background: rgba(207, 74, 39, 0.63);
    text-align: center;
}