.content {
    margin: 20px 0px;
    height: auto;
    min-height: 1108px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.content_info {
    width: 1240px;
    background: #FFFFFF;
    height: auto;
    border: 1px solid #DBDBDB;
    padding: 38px 100px;
    box-sizing: border-box;
    min-height: 1108px;
}

.content_info img {
    width: 100%;
    margin: 0 auto 20px;
}

.content_title {
    display: inline-block;
    width: 100%;
    font-size: 32px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 24px;
    text-align: center;
}

.row {
    font-size: 18px;
    font-weight: 400;
    color: #333;
}

.row_title {
    color: #666666;
}
.content_wrap {
    position: relative;
}
.qrcode_right {
    width: 146px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
}
.qrcode_right img {
    width: 146px;
    height: 146px;
    margin-bottom: 10px;
}
.qrcode_right span {
    font-size: 14px;
    color: #333;
    line-height: 20px;
}