body {
    background-color: #f1f1f1;
}
.content {
    min-height: 400px;
    width: 100%;
    margin: 50px auto;
    font-size: 20px;
}
.layui-card{
    width: 96% !important;
}
.layui-card-header {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    color: #1874b4;
    
}
.layui-card-header div span:nth-child(1) {
    font-size: 17px;
    font-weight: 800;
}
.layui-card-header div span:nth-child(2) {
    font-size: 14px;
    margin-left: 10px;
}
.layui-card-body {
    padding: 0 15px !important;
}
.card-body-item {
    display: flex;
    border-bottom: 1px solid #f6f6f6;
    padding: 16px 0;
}
.card-body-item .item-img img{
    width: 90px;
    height: 120px;
    margin-top: 6px;
}
.card-body-item .item-info {
    margin-left: 20px;
}
.card-body-item .item-info div:nth-child(1) span:nth-child(1){
    font-size: 16px;
    margin-right: 10px;
}
.card-body-item .item-info div:nth-child(1) span:nth-child(2),
.card-body-item .item-info div:nth-child(2) {
    font-size: 14px;
    color: #999;
}
.card-body-item .item-info .honer {
    margin-top: 10px;
}
.card-body-item2 {
    font-size: 16px;
    line-height: 38px;
    min-height: 464px;
}
.card-body-item2 div {
    border-bottom: 1px solid #f6f6f6;
}
.card-body-item3 {
    font-size: 16px;
    line-height: 38px;
    min-height: 464px;
}
.card-body-item3 .item-row {
    border-bottom: 1px solid #f6f6f6;
    display: flex;
    justify-content: space-between;
}
.card-body-item3 .item-row div:nth-child(2) {
    font-size: 14px;
    color: #999;
}