.ly-case-body {
    width: 1200px;
    min-height: 1000px;
    background-color: #FFFFFF;
}

.ly-case-body-container {
    width: 863px;
    margin: 0 auto;
}

.statistic-num-item:first-child {
    margin-right: 40px;
}

.statistic-num-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #FFFFFF;
}

.statistic-num-item > span:first-child {
    font-size: 20px;
}

.statistic-num-item > span:last-child {
    font-size: 12px;
}

.ly-case-screen {
    margin-top: 15px;
}

.ly-case-title {
    display: flex;
    align-items: center;
}

.ly-case-dot {
    width: 8px;
    height: 8px;
    background: #9C561E;
    border-radius: 50%;
}

.ly-case-title > span {
    font-size: 22px;
    font-weight: 600;
    color: #9C561E;
    margin-left: 8px;
}

.ly-case-type-screen {
    display: flex;
    margin-top: 10px;
    margin-left: 8px;
}

.ly-case-type-item:first-child {
    margin-right: 40px;
}

.ly-case-type-item > span {
    font-size: 16px;
    color: #333333;
}

.ly-case-type-item select {
    border: 1px solid #E0E0E0;
    width: 134px;
    height: 35px;
    text-align: center;
}

.ly-case-content {
    margin-top: 13px;
}

.case-wrapper {
    display: flex;
    flex-direction: row;
    margin-top: 13px;
}

.case-wrapper .left-case-wrapper {
    margin-right: 24px;
}

.case-wrapper .left-case-wrapper, .case-wrapper .right-case-wrapper {
    flex: 1
}

.case-wrapper li {
    margin-bottom: 24px;
    background: #FFFFFF;
    border: 1px solid rgba(6, 23, 74, 0.15294117647058825);
    border-radius: 6px;
    padding: 19px 22px 0;
    cursor: pointer;
}

.case-wrapper li .case-title {
    font-size: 22px;
    line-height: 30px;
    color: #333333;
    font-weight: bold;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.case-wrapper li .case-type {
    margin-top: 12px;
}

.case-wrapper li .case-type > span {
    display: inline-block;
    font-size: 10px;
    color: #888888;
    padding: 2px 5px;
    background: #F5F6F7;
}

.case-wrapper li .case-gua-info {
    display: flex;
    margin-top: 9px;
}

.case-wrapper li .case-gua-info > img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
}

.case-wrapper li .case-gua-info > div {
    margin-left: 7px;
}

.case-wrapper li .case-gua-info > div > div {
    height: 28px;
    line-height: 28px;
}

.case-wrapper li .case-gua-info > div > div > span:nth-child(1) {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    margin-right: 6px;
}

.case-wrapper li .case-gua-info > div > div > span:nth-child(2) {
    height: 14px;
    background: #65BCFF;
    border-radius: 3px;
    font-size: 10px;
    font-weight: 500;
    line-height: 14px;
    color: #FFFFFF;
    padding: 1px 8px;
    margin-right: 4px;
}

.case-wrapper li .case-gua-info > div > div > span:nth-child(3) {
    font-weight: 500;
    color: #999999;
}

.case-wrapper li .case-gua-info > div > p {
    margin-top: 3px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}

.case-wrapper li .case-operation {
    margin-top: 19px;
    border-top: 1px solid rgba(6, 23, 74, 0.1);
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.case-wrapper li .case-operation > a {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}

.case-wrapper li .case-operation > img {
    width: 15px;
}

.load-more-btn {
    width: 100px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e5e5e5;
    color: #333333;
    font-size: 14px;
    border-radius: 5px;
    margin: 15px auto;
    cursor: pointer;
}

.load-more-btn > span {
    display: none;
}

.load-more-btn > a > i {
    display: none !important;
}

.load-more-loading {
    background: transparent;
}

.load-more-loading > a > i {
    display: inline-block !important;
}

.load-more-loading > a > cite {
    display: none;
}

.load-more-over {
    background: transparent;
    cursor: auto;
}

.load-more-over > a {
    display: none;
}

.load-more-over > span {
    display: inline-block;
}
