.ef-case-detail .layui-tab-item {
    box-sizing: border-box;
    display: flex !important;
    justify-content: start;
    align-items: start;
}

.detail-left {
    width: 802px;
    min-height: 845px;
    background: #FFFFFF;
    border: 1px solid #EBEBF2;
}

.detail-left .title {
    width: 100%;
    height: 60px;
    padding-left: 20px;
    line-height: 60px;
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #0C0F11;
    border-bottom: 1px solid #EBEBF2;
}

.detail-left .content {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #838486;
    line-height: 20px;
    padding: 20px;
}

.detail-left .content p {
    margin-bottom: 20px;
}

.detail-left .content b:nth-child(1) {
    font-weight: bold;
    color: #0C0F11;
}

.detail-left .content b:nth-child(2) {
    font-size: 18px;
    font-family: DINAlternate-Bold, DINAlternate;
    font-weight: bold;
    color: #C7171D;
    line-height: 18px;
    margin: 0 3px;
}

.detail-left .content .text {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #31373E;
    line-height: 20px;
}

.detail-right {
    width: 374px;
    /* height: 680px; */
    margin-left: 24px;
    box-sizing: border-box;
    /* overflow: hidden; */
}

.detail-right .title {
    width: 374px;
    height: 48px;
    background: #F1F6FF;
    padding: 14px;
    box-sizing: border-box;
}

.detail-right .title .name {
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #0C0F11;
}

.detail-right .title .look-all-btn {
    float: right;
}

.detail-right .title .look-all-btn span {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #985500;
}

.detail-right .title .look-all-btn i {
    font-size: 12px;
    margin-left: 6px;
    display: inline-block;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    /* Internet Explorer 9*/
    -moz-transform: rotate(-90deg);
    /* Firefox */
    -webkit-transform: rotate(-90deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(-90deg);
    /* Opera */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.detail-right .content {
    width: 374px;
    height: 364px;
    background: #FFFFFF;
    border-radius: 2px;
    padding: 0 14px;
    margin-bottom: 24px;
}

.detail-right .content .item {
    width: 100%;
    height: 120px;
    box-sizing: border-box;
    display: flex !important;
    justify-content: start;
    align-items: start;
    border-bottom: 1px solid #EBEBF2;
}

.detail-right .content .item:last-child {
    border-bottom: none;
}

.detail-right .content .item .img-content {
    width: 90px;
    height: 83px;
    background: #FFFFFF;
    margin-top: 18px;
    border: 1px solid #EBEBF2;
}

.detail-right .content .item .img-content img {
    width: 90px;
    height: 83px;
    object-fit: cover;
}

.detail-right .content .item .item-content {
    margin-left: 19px;
}

.detail-right .content .item .item-content h4 {
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #0C0F11;
    line-height: 20px;
    margin-top: 24px;
}

.detail-right .content .item .item-content p {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #838486;
    line-height: 20px;
    margin-top: 30px;
}

.detail-right .content2 {
    width: 374px;
    /* height: 196px; */
    background: #FFFFFF;
    border-radius: 2px;
    overflow: hidden;
    padding: 18px 18px 0 14px;
}

.detail-right .content2 .item {
    margin-bottom: 18px;
}

.detail-right .content2 .item .name {
    width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #31373E;
    line-height: 20px;
}

.detail-right .content2 .item .quota {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #838486;
    line-height: 20px;
    float: right;
}

.detail-right .content2 .item b {
    font-size: 18px;
    font-family: DINAlternate-Bold, DINAlternate;
    font-weight: bold;
    color: #C7171D;
    line-height: 18px;
    padding: 0 4px 0 2px;
}