/* 内容 */
.main-content {
    width: 1320px;
    height: auto;
    background-color: white;
    margin: 30px auto 100px;
    padding: 0 100px 100px;
}
.main-content .content-title {
    height: 100px;
    font-size: 24px;
    color: #10953E;
    font-weight: bold;
    line-height: 100px;
}
.main-content .content-detail {
    font-size: 16px;
    line-height: 36px;
}
.content-detail .content-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.content-detail .content-top .qr-code img {
    width: 150px;
    height: 150px;
}
.content-detail .content-bottom .map {
    width: 100%;
    height: 333px;
    margin-top: 30px;
}

