/**fittk样式*/
/** {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    line-height: 0;
    user-select: none;
    outline: none;
}*/
/**{
    touch-action: none;
}*/

.fittk-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1000000;
    background: #ffffff;
    background-size: 200px 200px;
    overflow: hidden;
}

.fittk-input {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    padding-left: 5px;
    font-family: "Microsoft YaHei UI", monospace;
    border: none;
    box-shadow: 0 0 1px 1px #ffffff;
    color: #ffffff;
    background: transparent;
    box-sizing: border-box;
}

.fittk-input:focus {
    box-shadow: inset 0 0 1px 1px #ffffff, 0 0 1px 1px #ffffff;
}

.fittk-input::-webkit-input-placeholder {
    font-size: 15px;
    line-height: 30px;
    color: #a1a4a1;
}

.fittk-input:-moz-placeholder {
    font-size: 15px;
    line-height: 30px;
    color: #a1a4a1;
}

.fittk-input:-ms-input-placeholder {
    font-size: 15px;
    line-height: 30px;
    color: #a1a4a1;
}

.fittk-shade {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 19920615;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0);
}

.fittk-open {
    position: fixed;
    box-shadow: 0 0 2px 2px #ffffff;
    background:#ffffff;
    overflow: hidden;
}

.fittk-open-title {
    background: #ffffff;
    background-size: cover;
    height: 36px;
    border: none;
    overflow: hidden;
    cursor: move;

}

.fittk-open-title-text {
    float: left;
    margin: 0 15px;
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    color: #ffffff;
    font-family: "Microsoft YaHei UI", monospace;
}

.fittk-open-close {
    background: #ffffff;
    background-size: cover;
    height: 14px;
    width: 14px;
    margin: 11px 15px;
    float: right;
    cursor: pointer;
}

.fittk-open-context {
    min-width: 300px;
    min-height: 60px;
    background: transparent;
    position: relative;
    overflow: hidden;
}

.fittk-open-context-text {
    padding: 12px 30px;
    word-break: break-all;
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    font-family: "Microsoft YaHei UI", monospace;
}

.fittk-open-btns {
    height: 45px;
    width: 100%;

}

.fittk-open-btn {
    float: right;
    margin: 0 15px;
    height: 30px;
    line-height: 30px;
}

.fittk-button {
    background:#ffffff;
    background-size: cover;
    color: #ffffff;
    padding: 0 15px;
    font-size: 20px;
    font-family: STKaiTi, monospace;
    box-sizing: border-box;
    cursor: pointer;
    border: none;
    box-shadow: 0 0 1px 1px #ffffff;
}

.fittk-msg {
    position: absolute;
    background: rgba(40, 40, 40, 0.8);
    box-shadow: 0 0 1px 1px #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    display: none;
    z-index: 19920615;
}

.fittk-loading {
    background: #ffffff;
    background-size: cover;
    display: inline-block;
    height: 50px;
    width: 50px;
    animation: fittk-rotate 1s linear infinite;
}

@keyframes fittk-rotate {
    0% {
        transform: rotate(0deg);
    }
    40% {
        transform: rotate(180deg);
    }
    50% {
        transform: rotate(180deg);
    }
    90% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.fittk-tip-box {
    user-select: none;
    position: fixed;
    box-sizing: border-box;
    background: rgba(80, 80, 80, 0.8);
    box-shadow: 0 0 1px 1px #ffffff;
    z-index: 19920615;
}

.fittk-tip-box-text {
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 16px;
}

.fittk-scroll-box{
    overflow-y: hidden;
}

.fittk-scroll-bar {
    width: 6px;
    border-radius: 3px;
    background: rgba(66, 66, 66, 0.4);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
}

.fittk-scroll-range {
    width: 6px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.fittk-scroll-area {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.fittk-date-box {
    position: absolute;
    box-shadow: 0 0 2px 2px #ffffff;
    background: #ffffff;
    overflow: hidden;
    width: 0;
    height: 0;
    transform-origin: 0 0;
    z-index: 19920616;
}

.fittk-date-box .fittk-scroll-bar {
    display: none !important;
}

.fittk-date-title {
    width: 336px;
    height: 40px;
    line-height: 36px;
    padding-left: 15px;
    box-shadow: 0 0 1px 1px #ffffff;
    box-sizing: border-box;
    background: #ffffff;
    background-size: cover;
    color: #ffffff;
    font-size: 18px;
    font-family: "Microsoft YaHei UI", monospace;
}

.fittk-date-btns {
    width: 336px;
    height: 44px;
    box-shadow: 0 0 1px 1px #ffffff;
    box-sizing: border-box;
    text-align: center;
}

.fittk-date-btn {
    height: 24px;
    line-height: 24px;
    box-shadow: 0 0 1px 1px #ffffff;
    margin: 10px 5px;
    display: inline-block;
}

.fittk-date-main {
    width: 336px;
    height: 332px;
    box-shadow: 0 0 1px 1px #ffffff;
}

.fittk-date-to-date {
    width: 336px;
    height: 332px;
    box-shadow: 0 0 1px 1px #ffffff;
}

.fittk-date-to-date .fittk-date-year-and-month {
    width: 336px;
    height: 40px;
    box-shadow: 0 0 1px 1px #ffffff;
}

.fittk-date-to-date .fittk-date-year-and-month:hover {
    background: rgba(60, 30, 30, 0.4);
    box-shadow: inset 0 0 1px 1px #ffffff, 0 0 1px 1px #ffffff;
}

.fittk-date-to-date .fittk-date-year, .fittk-date-to-date .fittk-date-month {
    float: left;
    width: 168px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    font-family: "Microsoft YaHei UI", monospace;
    cursor: pointer;
}

.fittk-date-to-date .fittk-date-weeks {
    width: 336px;
    height: 36px;
    box-shadow: 0 0 1px 1px #ffffff;
}

.fittk-date-to-date .fittk-date-week {
    float: left;
    width: 48px;
    height: 36px;
    line-height: 36px;
    box-shadow: 0 0 1px 1px #ffffff;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    font-family: "Microsoft YaHei UI", monospace;
}

.fittk-date-to-date .fittk-date-dates {
    width: 336px;
    height: 216px;
    box-shadow: 0 0 1px 1px #ffffff;
}

.fittk-date-to-date .fittk-date-date {
    float: left;
    width: 48px;
    height: 36px;
    line-height: 36px;
    box-shadow: 0 0 1px 1px #ffffff;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    font-family: "Microsoft YaHei UI", monospace;
}

.fittk-date-to-date .fittk-date-date-choose {
    cursor: pointer;
}

.fittk-date-to-date .fittk-date-date-choosed {
    background: rgba(60, 30, 30, 0.4);
    box-shadow: inset 0 0 1px 1px #ffffff, 0 0 1px 1px #ffffff;
}

.fittk-date-to-date .fittk-date-time {
    width: 336px;
    height: 40px;
    box-shadow: 0 0 1px 1px #ffffff;
    cursor: pointer;
}

.fittk-date-to-date .fittk-date-time:hover {
    background: rgba(60, 30, 30, 0.4);
    box-shadow: inset 0 0 1px 1px #ffffff, 0 0 1px 1px #ffffff;
}

.fittk-date-to-date .fittk-date-hour, .fittk-date-to-date .fittk-date-minute, .fittk-date-to-date .fittk-date-second {
    float: left;
    width: 112px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    font-family: "Microsoft YaHei UI", monospace;
}

.fittk-date-to-year {
    width: 336px;
    height: 228px;
    box-sizing: border-box;
    box-shadow: 0 0 1px 1px #ffffff;
    display: none;
}

.fittk-date-to-year .fittk-date-year-title {
    width: 120px;
    height: 40px;
    line-height: 40px;
    margin: 0 32px 0;
    float: left;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-family: "Microsoft YaHei UI", monospace;
}

.fittk-date-to-year .fittk-date-month-title {
    width: 120px;
    height: 40px;
    line-height: 40px;
    float: left;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-family: "Microsoft YaHei UI", monospace;
}

.fittk-date-to-year .fittk-date-years {
    width: 120px;
    margin: 0 32px;
    float: left;
    height: 120px;
    box-shadow: 0 0 1px 1px #ffffff;
    position: relative;
    overflow: hidden;
}

.fittk-date-to-year .fittk-date-year {
    width: 120px;
    height: 40px;
    line-height: 40px;
    box-shadow: 0 0 1px 1px #ffffff;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-family: "Microsoft YaHei UI", monospace;
    cursor: pointer;
}

.fittk-date-to-year .fittk-date-year-choosed {
    background: rgba(60, 30, 30, 0.4);
    box-shadow: inset 0 0 1px 1px #ffffff, 0 0 1px 1px #ffffff;
}

.fittk-date-to-year .fittk-date-months {
    width: 120px;
    float: left;
    height: 120px;
    box-shadow: 0 0 1px 1px #ffffff;
    position: relative;
    overflow: hidden;
}

.fittk-date-to-year .fittk-date-month {
    width: 120px;
    height: 40px;
    line-height: 40px;
    box-shadow: 0 0 1px 1px #ffffff;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-family: "Microsoft YaHei UI", monospace;
    cursor: pointer;
}

.fittk-date-to-year .fittk-date-month-choosed {
    background: rgba(60, 30, 30, 0.4);
    box-shadow: inset 0 0 1px 1px #ffffff, 0 0 1px 1px #ffffff;
}

.fittk-date-to-year .fittk-date-back {
    width: 272px;
    height: 40px;
    box-shadow: 0 0 1px 1px #ffffff;
    cursor: pointer;
    position: absolute;
    text-align: center;
    top: 212px;
    left: 32px;
}

.fittk-date-to-year .fittk-date-back:hover {
    background: rgba(60, 30, 30, 0.4);
    box-shadow: inset 0 0 1px 1px #ffffff, 0 0 1px 1px #ffffff;
}

.fittk-date-to-year .fittk-date-back-date {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    font-size: 18px;
    font-family: "Microsoft YaHei UI", monospace;
}

.fittk-date-to-time {
    width: 336px;
    height: 228px;
    box-sizing: border-box;
    box-shadow: 0 0 1px 1px #ffffff;
    display: none;
}

.fittk-date-to-time .fittk-date-hour-title {
    width: 90px;
    height: 40px;
    line-height: 40px;
    margin: 0 16px 0 17px;
    float: left;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-family: "Microsoft YaHei UI", monospace;
}

.fittk-date-to-time .fittk-date-minute-title {
    width: 90px;
    height: 40px;
    line-height: 40px;
    margin: 0 16px 0 0;
    float: left;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-family: "Microsoft YaHei UI", monospace;
}

.fittk-date-to-time .fittk-date-second-title {
    width: 90px;
    height: 40px;
    line-height: 40px;
    float: left;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-family: "Microsoft YaHei UI", monospace;
}

.fittk-date-to-time .fittk-date-hours {
    width: 90px;
    margin: 0 16px 0 17px;
    float: left;
    height: 120px;
    box-shadow: 0 0 1px 1px #ffffff;
    position: relative;
    overflow: hidden;
}

.fittk-date-to-time .fittk-date-hour {
    width: 90px;
    height: 40px;
    line-height: 40px;
    box-shadow: 0 0 1px 1px #ffffff;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-family: "Microsoft YaHei UI", monospace;
    cursor: pointer;
}

.fittk-date-to-time .fittk-date-hour-choosed {
    background: rgba(60, 30, 30, 0.4);
    box-shadow: inset 0 0 1px 1px #ffffff, 0 0 1px 1px #ffffff;
}

.fittk-date-to-time .fittk-date-minutes {
    width: 90px;
    margin: 0 16px 0 0;
    float: left;
    height: 120px;
    box-shadow: 0 0 1px 1px #ffffff;
    position: relative;
    overflow: hidden;
}

.fittk-date-to-time .fittk-date-minute {
    width: 90px;
    height: 40px;
    line-height: 40px;
    box-shadow: 0 0 1px 1px #ffffff;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-family: "Microsoft YaHei UI", monospace;
    cursor: pointer;
}

.fittk-date-to-time .fittk-date-minute-choosed {
    background: rgba(60, 30, 30, 0.4);
    box-shadow: inset 0 0 1px 1px #ffffff, 0 0 1px 1px #ffffff;
}

.fittk-date-to-time .fittk-date-seconds {
    width: 90px;
    float: left;
    height: 120px;
    box-shadow: 0 0 1px 1px #ffffff;
    position: relative;
    overflow: hidden;
}

.fittk-date-to-time .fittk-date-second {
    width: 90px;
    height: 40px;
    line-height: 40px;
    box-shadow: 0 0 1px 1px #ffffff;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-family: "Microsoft YaHei UI", monospace;
    cursor: pointer;
}

.fittk-date-to-time .fittk-date-second-choosed {
    background: rgba(60, 30, 30, 0.4);
    box-shadow: inset 0 0 1px 1px #ffffff, 0 0 1px 1px #ffffff;
}

.fittk-date-to-time .fittk-date-back {
    width: 304px;
    height: 40px;
    box-shadow: 0 0 1px 1px #ffffff;
    cursor: pointer;
    position: absolute;
    text-align: center;
    top: 212px;
    left: 16px;
}

.fittk-date-to-time .fittk-date-back:hover {
    background: rgba(60, 30, 30, 0.4);
    box-shadow: inset 0 0 1px 1px #ffffff, 0 0 1px 1px #ffffff;
}

.fittk-date-to-time .fittk-date-back-date {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    font-size: 18px;
    font-family: "Microsoft YaHei UI", monospace;
}

.fittk-select {
    position: relative;
    cursor: pointer;
}

.fittk-select-value {
    position: relative;
    width: 100%;
}

.fittk-select-input {
    padding: 0 0 0 5px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.fittk-select-arrow {
    height: 20px;
    width: 20px;
    background: #ffffff;
    background-size: 10px 8px;
    position: absolute;
    transition: all 0.2s linear;
}

.fittk-select-options {
    box-shadow: 0 0 1px 1px #ffffff;
    position: absolute;
    display: none;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 19920616;
    background: #2d1e1e;
}

.fittk-select-option {
    width: 100%;
    color: #ffffff;
    font-size: 15px;
    padding-left: 5px;
    box-sizing: border-box;
}

.fittk-select-option-selected {
    background: rgba(255, 255, 255, 0.4);
}

.fittk-select-option:hover{
    background: rgba(255, 255, 255, 0.4);
}