@charset "utf-8";

.package-wrap {
    margin-bottom: 10px;
}

.package-wrap,
.package-wrap .group-header,
.package-wrap .group-content,
.package-wrap .group-footer {
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

.group-header,
.group-content {
    border-bottom: 1px solid #e2e2e2;
}

.group-header {
    padding: 0 15px;
    line-height: 45px;
    height: 45px;
    font-size: 14px;
    color: #999;
}

.group-footer {
    padding: 0 15px;
    line-height: 45px;
    height: 45px;
    font-size: 14px;
    color: #999;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.group-content {
    padding: 20px 15px;
}

.group-content .goods-img {
    width: 75px;
    height: 75px;
    margin-right: 10px;
    float: left;
    border-radius: 5px;
}

.group-content .goods-title {
    line-height: 20px;
    height: 20px;
    font-size: 15px;
    color: #333;
}

.group-content .goods-price {
    line-height: 20px;
    height: 20px;
    font-size: 14px;
    color: #999;
}

.group-footer .button {
    height: 25px;
    font-size: 12px;
    line-height: 24px;
    border: 1px solid #e53c42;
    color: #e53c42;
    border-radius: 30px;
    padding: 0 15px;
}

/* 空页面样式 */
.no-order {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    padding-top: 120px;
    background-color: inherit;
    text-align: center;
}

.no-order .no-image {
    width: 143px;
    height: 124px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    padding-bottom: 10px;
}

.no-order .no-image img {
    width: 100%;
    height: 100%;
}

.no-order span {
    font-size: 16px;
    color: #666;
}

.no-order .no-backbtn {
    border: none;
    border-radius: 25px;
    background-color: #e4393c !important;
    color: #fff !important;
    margin: 30px auto 0;
    width: calc(100% - 30px);
}
