body {
    background: #F7F7F7;
}

.left {
    float: left;
    width: 400px;
    height: 400px;
}

.right {
    float: left;
    width: 400px;
    height: 400px;
}

.group {
    width: 1200px;
    margin: 0 auto;
    background: white;
    display: inline-block;
}

.group-ul {
    width: 70%;
    margin: 0 auto;
}

.group-li {
    float: left;
    list-style: none;
    display: inline-block;
    height: 80px;
    line-height: 80px;
    width: 100%;
    border-bottom: 1px solid silver;
}

.group-top {
    width: 1200px;
    margin: 0 auto;
    background: white;
    display: block;
    margin-top: 30px;
}

.group-sp {
    width: 98%;
    height: 80px;
    line-height: 80px;
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    display: inline-block;
    border-bottom: 1px solid silver;
    padding-left: 25px;
}

.li-left {
    display: inline-block;
    float: left;
    font-size: 16px;
    color: #000000;
}

.li-right {
    display: inline-block;
    float: right;
    width: 120px;
    height: 40px;
    line-height: 40px;
    background: #34abb7;
    border-radius: 10px;
    color: white;
    text-align: center;
    margin-top: 20px;
}

.detail {
    width: 100%;
    height: 62px;
    background: white;
    float: left;
    list-style: none;
}

.details-l {
    display: inline-block;
    width: 150px;
    text-align: center;
    float: left;
}

.li-detail {
    display: inline-block;
    border-bottom: 3px solid #34abb7;
    margin-top: 16px;
    padding-bottom: 4px;
    cursor: pointer;
}

.li-detai {
    display: inline-block;
    margin-top: 16px;
    padding-bottom: 4px;
    cursor: pointer;
}

.detail-bottom {
    width: 94%;
    float: left;
    margin-top: 30px;
    background: white;
    line-height: 36px;
    margin-left: 45px;
    font-size: 16px;
    color: #333333;
    padding-bottom: 100px;
}

.detail-bottom img {
    width: 100%;
}

.kong {
    width: 100%;
    float: left;
    background: #F7F7F7;
    height: 30px;
}

.nodata {
    width: 300px !important;
    display: block;
    margin: 0 auto;
}

.nodataText {
    width: 100%;
    text-align: center;
    display: inline-block;
    font-size: 23px;
    color: gray;
}

.baoming-qrcode {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

.baoming-qrcode img {
    width: 200px;
}

.baoming-qrcode p {
    font-weight: 600;
    font-size: 18px;
    color: #535353;
}
