.container {
    width: 100%;
}

.swiperContainer {
    width: 100%;
    height: 100%;
}
.container .head {
    text-align: center;
    width: 100%;
    margin: auto;
    position: relative;
}

.container .head:before {
    content: '';
    position: absolute;
    left: 50%;
    top: -25px;
    height: 3px;
    width: 4.5rem;
    background: #db3340;
    margin-left: -2.25rem;
}

.head .title {
    margin: 60px 0 17px 0;
    font-size: 2.325rem;
    color: #5a5a5a;
    font-weight: 500;
}
.head .text {
    font-size: 1.45rem;
    color: #8e8e8e;
    font-weight: 300;
}

.Qcode {
    display: flex;
    padding: 0 1.75rem;
}

.Qcode >div {
    flex: 1;
    text-align: center;
    padding: 1.5rem 0 2.5rem;
}

.Qcode >div img {
    margin-bottom: 0.5rem;
    width: 9.785rem;
}

.QcodeTitle {
    text-align: center;
    color: #505050;
    font-size: 1.625rem;
}

