/*公共样式*/

html,
body {
    width: 100%;
    height: 100%;
    font-family: "microsoft yahei";
    -webkit-overflow-scrolling: touch;
}


a {
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
    text-underline: none;
}

img {
    border: 0
}

ul,
li {
    list-style: none;
}

i {
    font-style: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

button {
    cursor: pointer;
}

input,
select,
button,
a,
textarea {
    border: 0;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input:-moz-placeholder {
    color: #c9c9c9;
}

input:-ms-input-placeholder {
    color: #c9c9c9;
}

input::-webkit-input-placeholder {
    color: #c9c9c9;
}


/*公共样式结束*/

.body-box {
    width: 1200px;
    margin: 100px auto;
    background: #fff;
}

.timer-shaft-box {
    width: 100%;
    /*padding: 30px 0px;*/
    box-sizing: border-box;
}

.timer-shaft {
    position: relative;
    width: 100%;
    height: 80px;
    overflow: hidden;
}

#timershaft  .timer-left {
    position: absolute;
    top: 28%;
    left: 20px;
    z-index: 99;
    width: 55px;
    height: 55px;
    margin-top: -18.5px;
    background: url(../../../../../uploads/img/jt1.png) no-repeat;
    background-size: cover;
    cursor: pointer;
}
#timershaft1 .timer-left {
    position: absolute;
    top: 50%;
    left: 20px;
    z-index: 99;
    width: 40px;
    height: 40px;
    margin-top: -18.5px;
    background: url(../../../../../uploads/img/jt3.png) no-repeat;
    background-size: cover;
    cursor: pointer;
}

#timershaft .timer-right {
    position: absolute;
    top: 28%;
    right: 20px;
    z-index: 99;
    width: 55px;
    height: 55px;
    margin-top: -18.5px;
    background: url(../../../../../uploads/img/jt2.png) no-repeat;
    background-size: cover;
    cursor: pointer;
}
#timershaft1 .timer-right {
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 99;
    width: 40px;
    height: 40px;
    margin-top: -18.5px;
    background: url(../../../../../uploads/img/jt4.png) no-repeat;
    background-size: cover;
    cursor: pointer;
}
.timer-scale-h{
    height: 80px;
    overflow: hidden;
    margin: 0 95px;
    position: relative;
}

#timershaft1 .timer-scale {
    position: absolute;
    top: 0;
    left: 0;
    height: 80px;
    padding-left: 80px;
    font-size: 0;
    white-space: nowrap;
}
#timershaft .timer-scale {
    position: absolute;
    top: 0;
    left: 0;
    height: 80px;
    /*padding-left: 80px;*/
    font-size: 0;
    white-space: nowrap;
}

.timer-scale-cont {
    display: inline-block;
    position: relative;
    height: 100%;
    line-height: 68px;
}

#timershaft .time-circle {
    display: inline-block;
    vertical-align: middle;
    width: 150px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    transition: all .3s;
    cursor: pointer;
     position: absolute;
    bottom: -30px;
    left: 66px;
}
#timershaft1 .time-circle {
    display: inline-block;
    vertical-align: middle;
    min-width: 150px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    color: #9faaca;
    border-radius: 50%;
    /*background: #e2302e;*/
    transition: all .3s;
    cursor: pointer;
}
#timershaft .timer-scale-cont.hov .time-circle {
   
    /*width: 80px;*/
    /*height: 80px;*/
    /*line-height: 80px;*/
    /*font-size: 24px;*/
    /*background: #ff8d3d;*/
}
#timershaft1 .timer-scale-cont.hov .time-circle {
    min-width: 150px;
    height: 80px;
    line-height: 80px;
    font-size: 24px;
    color: #01349f;
    /*background: #ff8d3d;*/
}
#timershaft .hov .line-scale {
    display: inline-block;
    vertical-align: middle;
    width: 150px;
    height: 22px;
    margin: 0 2px;
    background: url(../../../../../uploads/img/hx.png) no-repeat;
    background-size: 100%;
}
#timershaft .line-scale {
    display: inline-block;
    vertical-align: middle;
    width: 140px;
    height: 22px;
    margin: 0 2px;
    background: url(../../../../../uploads/img/hxq.png) no-repeat;
    background-size: 100%;
}
#timershaft1 .line-scale {
    display: inline-block;
    vertical-align: middle;
    width: 150px;
    height: 22px;
    margin: 0 2px;
    background: url(../../../../../uploads/img/icon_scale.png) no-repeat;
    background-size: 100%;
}

.timer-shaft-content {
    width: 100%;
    margin-top: 15px;
    overflow: hidden;
    font-size: 0;
    box-sizing: border-box;
    white-space: nowrap;
}
.shaft-detail-cont {
    display: none;
    width: 100%;
}

#timershaft1 .shaft-detail-cont:first-child {
    display:block ;
}

.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(../../../../../uploads/img/icon_sign.png) no-repeat;
    background-size: cover;
}

.timer-year span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 18px;
    font-size: 30px;
}

#timershaft .month-detail-box {
    position: relative;
    width: 100%;
    min-height: 230px;
    padding-top: 25px;
    font-size: 0;
    box-sizing: border-box;
    white-space: normal;
}
#timershaft1 .month-detail-box {
    position: relative;
    width: 100%;
    min-height: 80px;
    padding-top: 25px;
    font-size: 0;
    box-sizing: border-box;
    white-space: normal;
}
#timershaft1 .timer-shaft-content .shaft-detail-cont{min-height:520px;}
#timershaft1 .timer-shaft{margin-bottom: 30px;}
.month-detail-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 36.5px;
    height: 100%;
    width: 33px;
    height: 40px;
    background: url(../../../../../uploads/img/fz.png) no-repeat;
    background-size: 100%;
}
#timershaft1 .month-detail-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 36.5px;
    height: 100%;
    width: 21px;
    background: url(../../../../../uploads/img/fz.png) no-repeat;
    background-size: 100%;
}
#timershaft1 .shaft-detail-cont {
    background: url(../../../../../uploads/img/fza.png) no-repeat;
    background-size: 22px 100%;
    background-position: 36px 0px;
    
}

.month-detail-box .month-title {
    position: absolute;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.month-detail-box .month-title:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 30px;
    width: 13px;
    height: 13px;
    margin-top: -6.5px;
    background: url(../../../../../uploads/img/icon_circle.png) no-repeat;
    background-size: cover;
}

.incident-record {
    display: inline-block;
    padding-left: 55px;
    line-height: 2;
    font-size: 14px;
    color: #333;
}
#timershaft .incident-record {
    font-size: 24px;
}
#timershaft1 .incident-record {
    display: inline-block;
    padding-left: 71px;
    line-height: 2;
    font-size: 24px;
    color: #333;
}

.incident-record a {
    font-size: 14px;
    color: #1d69a3;
}
#timershaft .month-detail-box::before{display:none; }
#timershaft .incident-record,#timershaft .timer-year{ color:#ffffff;}
#timershaft .timer-shaft-box{padding: 0;}
#timershaft { margin-bottom:80px; }





