.release-friend {
    position: fixed;
    right: 20px;
    bottom: 100px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 45px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    text-align: center;
}

.release-friend-bg {
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 40px;
    margin-top: 9px;
    margin-left: 9px;
    background-color: #ff8040;
    border: 1px solid #ffffff;
}

.release-friend .release-friend-icon {
    width: 70px;
    height: 35px;
    line-height: 35px;
    padding-top: 10px;
}

.release-friend .release-friend-title {
    width: 70px;
    height: 35px;
    line-height: 10px;
    color: #ffffff;
}

.section-title {
    padding: 15px;
    line-height: 20px;
}

.section-title .big {
    font-size: 18px;
    font-weight: 800;
}

.once-price {
    font-size: 20px;
    color: #000000;
    font-weight: 400;
}

.once-price::after {
    font-size: 20px;
    content: ' 元';
}

.once-order {
    font-size: 20px;
    color: #000000;
    font-weight: 400;
}

.once-order::after {
    font-size: 20px;
    content: '单';
}

.big {
    font-size: 18px;
    font-weight: 800;
}

.section-title .red {
    color: red;
}

.section-title .gray {
    color: gray;
}

.wechat-info {
    line-height: 24px;
}

.friends-popup {
    width: 350px;
    padding: 30px 20px 0px 20px;
}

.popup-colse {
    position: absolute;
    z-index: 1;
    color: #c8c9cc;
    font-size: 22px;
    cursor: pointer;
}

.operation {
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin: 0 auto;
    border-radius: 5px;
    box-shadow: 1px 1px 5px 1px #888888
}

.content {
    padding-top: 10px;
    font-size: 16px;
}

.ad-list {
    margin: 8px 16px 0px 16px;
}

.ad-list .ad-list-header {
    text-align: center;
    font-size: 16px;
}

.ad-list .ad-list-content {
    font-size: 16px;
    padding: 10px 20px;
}

.ad-list .ad-list-content .message {
    font-size: 16px;
    padding-left: 10px;
    height: 60px;
}

.ad-list .ad-list-footer {
    padding: 10px 20px;
}

.ad-list .ad-list-footer .price {
    font-size: 16px;
}