body {
    background-color: #fff;
}

.main-container {
    background-color: #fff;
    /* padding-bottom: 10rem; */
}

.goods-info {
    padding: 1.8rem 9.8%;
    margin: 0;
    background: url('/image/mobile/goods-info-top.png') no-repeat top center/100% 1.8rem, url('/image/mobile/goods-info-bottom.png') no-repeat bottom center/contain, url('/image/mobile/goods-info-middle.png') repeat-y top center/100% 1.8rem;
}

.head {
    text-align: center;
    min-height: 2.9rem;
    /* line-height: 2.9rem; */
    background: url('/image/mobile/logo.png') center top/contain no-repeat;
    background-size: auto 2.9rem;
}

.head .title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: .5rem;
}

.goods-table {
    position: relative;
}

.stamp-true {
    width: 3.125rem;
    height: 3.125rem;
    position: absolute;
    right: 0.8rem;
    top: 0.8rem;
}

.goods-table {
    /* line-height: 1.55rem; */
    border: 1px solid #E2D6CE;
}

.goods-table-item {
    justify-content: space-between;
    /* align-items: center; */
}

.goods-table-item+.goods-table-item {
    border-top: 1px dashed #E2D6CE;
}

.field-name {
    flex: 0 0 auto;
    display: inline-block;
    width: 3.55rem;
    height: 100%;
    padding: .4rem 0;
    /* color: #897F79; */
    color: #999;
    text-align: center;
    border-right: 1px solid #E2D6CE;
}

.field-content {
    flex: 1;
    display: inline-block;
    padding: 0 .8rem;
}

.description .field-name {
    padding-top: .4rem;
    padding-bottom: .4rem;
}

.description .field-content {
    padding: .4rem .8rem;
}

.goods-price {
    margin-top: .25rem;
    line-height: 1rem;
}

.goods-img img {
    margin-top: .6rem;
}

.continue {
    padding: .8rem 0;
    border-bottom: 1px solid #E2D6CE;
}

.appraiser-info {
    text-align: center;
    line-height: 1.5;
    color: #897F79;
    font-size: 15px;
    padding: 1.8rem 9.8%;
    margin: 0;
    background: url('/image/mobile/goods-info-top2.png') no-repeat top center/100% 1.8rem, url('/image/mobile/goods-info-bottom.png') no-repeat bottom center/contain, url('/image/mobile/goods-info-middle.png') repeat-y top center/100% 1.8rem;
}

.appraiser-info .title {
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 1rem;
}

.appraiser-info .appraiser-name {
    color: #333333;
    font-size: 15px;
    margin: 1rem 0;
}