.time_compontent_wrap #table_wrap {
    width: 270px;
    height: 200px;
    background: #ffffff;
    border: 1px solid #cdcdcd;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.11);
    cursor: pointer;
    display: none;
}

.time_compontent_wrap .table_wrap_title {
    width: 270px;
    text-align: center;
    line-height: 42px;
}

.time_compontent_wrap .table_time {
    width: 267px;
    height: 150px;
    text-align: center;
    box-sizing: border-box;
    padding: 10px;
}

.time_compontent_wrap #time_change_range {
    margin: 0 30px
}

.time_compontent_wrap #timeValue {
    width: 115px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #cdcdcd;
    margin-bottom: -1px;
}

/* .time_compontent_wrap .table_time td:hover {
    color: #ffffff;
    background: #d61518;
} */

.time_compontent_wrap .input_wrap_year_time {
    color: #ffffff !important;
    background: #d61518;
}

.time_compontent_wrap input[type=text]:focus {
    /* border: 1px solid #cdcdcd; */
    outline: 1px solid #cdcdcd;
}

.time_compontent_wrap #timeValueArrowAWrap {
    position: relative;
}

.time_compontent_wrap .arrowA {
    width: 8px;
    height: 8px;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    transform: rotate(135deg);
    position: relative;
    top: -19px;
    left: 96px;
}