.main {
    width: 100%;
}
.top-banner {
    width: 100vw;
    min-width: 1180px;
}

.text-box {
    display: flex;
    margin: 100px auto 80px;
    width: 840px;
}

.text-box .border {
    width: 20px;
    min-width: 20px;
    flex: auto;
    background-color: #eb6d65;
    border-radius: 10px;
}

.text-box .title {
    font-size: 30px;
    margin-bottom: 40px;
}
.text-box .text {
    font-size: 16px;
    line-height: 32px;
}

.left .border {
    margin-right: 60px;
}

.right {
    margin-right: 0;
}
.right .border {
    margin-left: 60px;
}
.right .title,
.right .text {
    text-align: right;
}

.left-image img,
.right-image img {
    width: 1150px;
    border-radius: 4px;
}

.right-image {
    width: 100%;
    text-align: right;
}

.bottom-info {
    height: 348px;
    margin: 100px 0;
    background: rgba(235, 109, 101, 0.05);
}

.bottom-info .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.bottom-info .text {
    font-size: 16px;
}

.bottom-info .text:not(:last-child) {
    margin-bottom: 20px;
}

.bottom-info .qrcode-box {
    margin-left: 100px;
    display: inline-block;
}

.bottom-info .qrcode-box .title {
    margin-top: 12px;
    text-align: center;
    margin-left: 0;
}
