body {
    background: #f2f2f2;
}
.app {
    max-width: 640px;margin: 0 auto;min-height: calc(100vh - 50px);padding-bottom: 10px;
}
.header {
    margin-bottom: 10px;height: 50px;line-height: 50px;padding:0  10px;font-size: 16px;background-color: #fff;
}
.app-view {
    padding: 0 10px;background-color: #fff;
}
.image-box {
    width: calc(100% - 20px);margin: auto;
}
.image-box img {
    width: 100%;max-height: 300px;object-fit: cover;margin: 10px 0;
}
.remark p {
    margin-bottom: 10px;line-height: 26px;font-size: 14px;
}
.layui-elem-field legend {
    font-size: 16px;
}
.layui-timeline-item .Hui-iconfont {
    position: absolute;
    left: -5px;
    top: 0;
    z-index: 10;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #fff;
    color: #5FB878;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}
.layui-field-title {
    margin-bottom: 10px;
}
.remark {
    padding-top: 10px;
}