
.cl:after,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.cl,
.clearfix {
    zoom: 1
}

.caseLog-wrapper {
    width: 100%;
    padding: 40px 60px;
    padding-top: 100px;
    box-sizing: border-box;
}

    .caseLog-wrapper > div {
        width: 100%;
        position: relative;
        margin-top: -2px;
    }

        .caseLog-wrapper > div.first-group {
            margin-top: 0px;
        }

.odd-group .left-circle {
    display: none;
    min-height: 120px;
}

.odd-group .right-circle {
    min-height: 120px;
}

.even-group .right-circle {
    display: none;
    min-height: 120px;
}

.right-circle {
    width: 120px;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border: 2px solid #4992e2;
    border-left: none;
    min-height: 130px;
    box-sizing: border-box;
    float: right;
    position: relative;
    right: -58px;
}

.left-circle {
    width: 120px;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    border: 2px solid #4992e2;
    border-right: none;
    min-height: 130px;
    box-sizing: border-box;
    float: left;
    position: relative;
    left: -58px;
}

.even-group .left-circle {
    min-height: 120px;
}

.odd-group .time-detail {
    position: absolute;
    left: 30px;
    right: 30px;
    top: -122px;
}

.even-group .time-detail {
    position: absolute;
    left: 30px;
    right: 30px;
    top: -122px;
}

.g-line {
    height: 2px;
    background: #4992e2;
    position: absolute;
    left: 30px;
    right: 30px;
    top: 0;
}

.time-detail .detail-c {
    width: 20%;
    box-sizing: border-box;
    float: left;
    position: relative;
    padding: 0px 10px 0 10px;
}

.floatRight .detail-c {
    float: right;
}

.time-detail .detail-c .circle {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #4992e2;
    box-sizing: border-box;
    position: absolute;
    z-index: 99;
    background: #ffffff;
    bottom: -18px;
    top: auto;
    left: 50%;
}

.odd-group .circle {
    bottom: -19px;
}

.even-group .circle {
    top: -18px;
}

.time-detail .detail-c .circle .circle-son {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #4992e2;
    box-sizing: border-box;
    margin: 2px;
}

.detail-m {
    max-width: 100%;
    width: 100%;
    display: inline-block;
    padding: 0px;
    background: #fbfbfb;
    box-sizing: border-box;
    border-radius: 5px;
    height: 90px;
    /*    background: #fff;
    box-shadow: #00000015 0 2px 5px 0;*/
    margin-top: 20px;
}

    .detail-m h3 {
        font-size: 100%;
        font-weight: bold;
        text-align: center;
        margin-bottom: 5px;
        margin-top: 45px;
    }

    .detail-m p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: center;
        margin: 0;
    }

    .detail-m a {
        background-color: #4992e2;
        vertical-align: middle;
        white-space: nowrap;
        text-align: center;
        color: #FFF;
        margin: 5px 3% 0 7%;
        padding: 0;
        width: 40%;
        height: 25px;
        display: inline-block;
        line-height: 25px;
    }

.floatLeft .detail-c {
    float: left;
}

.disappear {
    display: none !important;
}
