.timer-shaft-box {
    width: 75.975vw;
    margin: 0 auto;
    position: relative;
    padding: 30px 40px;
    box-sizing: border-box;
}

.timer-shaft {
    position: relative;
    width: 100%;
    height: 80px;
    overflow: hidden;
}

.timer-left {
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 99;
    width: 23px;
    height: 37px;
    margin-top: -18.5px;
    background: url(../image/icon_left.png) no-repeat;
    background-size: cover;
    cursor: pointer;
}

.timer-right {
    position: absolute;
    top: 70px;
    right: 0;
    z-index: 99;
    width: 23px;
    height: 37px;
    margin-top: -18.5px;
    background: url(../image/icon_right.png) no-repeat;
    background-size: cover;
    cursor: pointer;
}

.timer-scale {
    position: absolute;
    top: 0;
    left: 0;
    height: 80px;
    font-size: 0;
    white-space: nowrap;
}

.timer-scale-cont {
    display: inline-block;
    height: 100%;
}

.time-circle {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    color: #46bab7;
    border: 1px solid #46bab7;
    border-radius: 50%;
    background: #f3fafa;
    transition: all .3s;
    cursor: pointer;
}

.timer-scale-cont.hov .time-circle {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 24px;
    background: #46bab7;
    color: #fff;
    border: 0;
}

.line-scale {
    display: inline-block;
    vertical-align: middle;
    width: 150px;
    height: 22px;
    margin: 0 2px;
    background: url(../image/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;
    border: 1px solid #46bab7;
    border-radius: 10px;
    padding: 30px 40px;
}

.shaft-detail-cont {
    display: none;
    width: 100%;
}

.timer-year {
    font-weight: bold;
    color: #46bab7;
    font-size: 1.5vw;
}

.timer-year span {
    font-size: 2vw;
}

.month-detail-box {
    position: relative;
    width: 100%;
    margin: 20px 0 10px;
    padding: 30px;;
    font-size: 16px;
    line-height: 32px;
    border-radius: 10px;
    box-sizing: border-box;
    white-space: normal;
    background: #46bab7;
    color: #fff;
}


.fzlich {
    background: #f3fafa;
    padding: 20px 0 40px;
}

.lichtit {
    text-align: center;
    margin-bottom: 40px;
    font-family: HelveticaNeue Bold;
}

.lichtit p {
    position: relative;
    margin-top: -150px;
    font-size: 2.8vw;
    font-weight: bold;
    line-height: 2.8vw;
}

.lichtit p span {
    font-weight: normal;
    font-size: 2.2vw;
}




















