input:-moz-placeholder {
    color: #c9c9c9;
}

input:-ms-input-placeholder {
    color: #c9c9c9;
}

input::-webkit-input-placeholder {
    color: #c9c9c9;
}

/*公共样式结束*/

.body-box {
    max-width: 1200px;
    margin: 50px auto;
    /* background: #fff; */
}

.timer-shaft-box {
    width: 100%;
    padding: 0px 20px;
    box-sizing: border-box;
    position: relative;
}

@media screen and (max-width:920px) {
    .timer-shaft {
        display: none;
    }
}

.timer-shaft {
    position: relative;
    width: 100% ;
    /* height: 80px; */
    margin: 0 auto;
    border-radius: 40px;
    /* background: #f5f5f5; */
    overflow: hidden;
    /* height: 80px; */
    overflow: hidden;
}

.timer-left {
    position: absolute;
    top: 230px;
    left: 20px;
    z-index: 99;
    width: 77px;
    height: 56px;
    margin-top: -18.5px;
    background: url(/Home/Tpl/Default/img/icon/left.png) no-repeat;
    background-size: cover;
    cursor: pointer;
}

.timer-right {
    position: absolute;
    top: 230px;
    right: 20px;
    z-index: 99;
    width: 77px;
    height: 56px;
    margin-top: -18.5px;
    background: url(/Home/Tpl/Default/img/icon/right.png) no-repeat;
    background-size: cover;
    cursor: pointer;
}

.timer-scale {
    position: relative;
    /* height: 80px; */
    padding-left: 80px;
    font-size: 0;
    white-space: nowrap;
}

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

.time-circle {
    display: inline-block;
    vertical-align: middle;
    /* background-image: url(/Home/Tpl/Default/img/locate.png); */
    background-repeat: no-repeat;
    width: .625rem;
    height: .625rem;
    background-image: url(/Home/Tpl/Default/img/icon/yuan.png);
    border-radius: 50%;
    text-align: center;
    font-size: 22px;
    color: var(--three);
    transition: all .3s;
    cursor: pointer;
    margin-bottom: -2px;
    position: relative;

}
    .time-circle span {
        position: absolute;
        top: 0;
        left: -45px;
        width: 100px;
        /* height: 100%; */
        display: block;
        text-align: center;
        /* line-height: 0.625rem; */
        /* font-size: 0.375rem; */
        /* color: #fff; */
    
}

.timer-scale-cont.hov .time-circle {
    background: transparent;
    line-height: 104px;
    font-size: 24px;
    width: 100px;
    height: 106px;
    border-radius: 0%;
    background-image: url(/Home/Tpl/Default/img/locate.png);
    background-repeat: no-repeat;
}
.timer-scale-cont.hov .time-circle span{
    position: absolute;
        top: 0;
        left:0;
        color: #ffffff;
}
.line-scale {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    height: 22px;
    margin: 0 2px;
    /* background: url(/Home/Tpl/Default/images/icon_scale.png) no-repeat; */
    background-size: cover;
}

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

.shaft-detail-cont {
    display: none;
    width: 80%;
    /*background: #fff;*/
    /*border: 1px solid #e5e5e5;*/
    border: 2px solid var(--primary);
   
    /*box-shadow: 2.83px 2.83px 9.6px 0.16px #008156b0;*/
 
    /*box-shadow: 3.83px 3.83px 10.6px 1.16px rgba(0, 0, 0, 0.60);*/

  
    border-radius: 4px;
    padding:  2.625rem 5.625rem 5.625rem 5.625rem;
    box-sizing: border-box;
    margin: 0 auto 3.125rem;
}
@media screen and (max-width:767px) {
   
    .shaft-detail-cont {
        padding:  1.625rem ;
       
    }
}
.timer-year {
    padding-left: 20px;
    font-weight: bold;
    color: #333;
    font-size: 0;
}

.icon-year {
    display: inline-block;
    vertical-align: middle;
    width: 33px;
    height: 40px;
    background: url(/Home/Tpl/Default/images/icon_sign.png) no-repeat;
    background-size: cover;
}

.timer-year span {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
}

.month-detail-box {
    position: relative;
    width: 100%;
    min-height: 93px;
    padding-top: 30px;
    font-size: 0;
    box-sizing: border-box;
    white-space: normal;
}

.timer-year span {
    width: 100%;
    font-size: 3.125rem;
    font-weight: 700;
    color: var(--primary);
}
@media screen and (max-width:767px) {
    .timer-year span {
        width: 100%;
        font-size: 2.125rem;
        font-weight: 700;
        color: var(--primary);
    }
    .timer-year {
        padding-left: 0px;
    }
    .month-detail-box {
        padding-top: 0px;
    }
    .month-detail-box .incident-record{
       
        width: 100%;
        min-height: 93px;
        padding-top: 00px;
        font-size: 14px;
       
    }
}
.incident-record {
    display: inline-block;
    
    line-height: 2;
    font-size: 1.125rem;
    color: #333;
}

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

.time-line {
    width: 100%;
    height: 1px;
    border: 1px solid #808080;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 0;
}<!--ʱ1755785185.5709-->