.timer-shaft-box {
    width: 100%;
    box-sizing: border-box;
}

.timer-shaft {
    position: relative;
    width: 100%;
    overflow: hidden;
    width: 1200px;
    height: 96px;
    line-height: 96px;
    background: linear-gradient(226deg, rgba(83, 83, 84, 1) 0%, rgba(53, 54, 56, 1) 100%);
    border-radius: 8px;
}

.timer-left {
    position: absolute;
    top: 50%;
    left: 20px;
    z-index: 99;
    width: 23px;
    height: 37px;
    margin-top: -18.5px;
    /* background: url(../images/icon_left.png) no-repeat; */
    background-size: cover;
    cursor: pointer;
}

.timer-right {
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 99;
    width: 23px;
    height: 37px;
    margin-top: -18.5px;
    /* background: url(../images/icon_right.png) no-repeat; */
    background-size: cover;
    cursor: pointer;
}

.timer-scale {
    position: absolute;
    top: -8px;
    left: -90px;
    height: 80px;
    font-size: 0;
    white-space: nowrap;
}

.timer-scale-cont {
    position: relative;
    display: inline-block;
    height: 100%;
    line-height: 80px;
}

.time {
    position: absolute;
    top: 50px;
    left: -12px;
    color: #999999;
    line-height: initial;
    font-size: 18px;
    cursor: pointer;
}

.timer-scale-cont.hov .time {
    color: #F18300;
}

.time-circle {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-radius: 50%;
    transition: all .3s;
    cursor: pointer;
    background: #999999
}

.timer-scale-cont.hov .time-circle {
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 20px;
    background: #F18300;
}

.line-scale {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    height: 1px;
    background: #666666;
    margin: 0 -1px;
    /* background: url(../images/icon_scale.png) no-repeat; */
    background-size: cover;
}

.timer-shaft-content {
    width: 100%;
    margin-top: 25px;
    overflow: hidden;
    font-size: 0;
    box-sizing: border-box;
    white-space: nowrap;
}

.shaft-detail-cont {
    display: none;
    width: 100%;
    height: 450px;
    overflow-y: auto;
}

.icon-year {
    display: none;
    vertical-align: middle;
    width: 33px;
    height: 40px;
    /* background: url(/image/about/history.png) no-repeat; */
    background-size: cover;
}

.timer-year span {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    color: #F18300;
    font-size: 32px;
    font-weight: bold
}

.month-detail-box {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    padding-top: 30px;
    font-size: 0;
    box-sizing: border-box;
    white-space: normal;
}


.month-detail-box .month-title {
    position: absolute;
    font-size: 20px;
    color: rgba(102, 102, 102, 1);
    font-weight: bold
}

.month-detail-box:not(:last-child) .month-title:before {
    content: '';
    position: absolute;
    top: calc(100% + 10px);
    left: 55%;
    width: 1px;
    height: 35px;
    background: #D8D8D8
}

.incident-record {
    margin-left: 71px;
    display: inline-block;
    width: 100%;
    padding: 13px 24px;
    font-size: 16px;
    color: #333;
    background: rgba(255, 255, 255, 1);
    opacity: 1;
    border-radius: 4px;
}

a.incident-record:hover {
    color: #F18300
}

.incident-record a {
    font-size: 14px;
    color: #1d69a3;
}