.time_content{
    position: relative;
    margin-bottom: 9rem;
}

.time_now {
    position: absolute;
    z-index: 1;
    left: .84rem;
    margin-bottom: .36rem;
    width: 17.65rem;
    height: 8rem;
    font-size: 20px;
    background-image: url(../static/img/11.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: inline-flex;
    /*overflow: hidden;*/
}

.time_now .left {
    position: absolute;
    height: 100%;
    color: #fff;
    color: #fff;
}

.time_now .clock {
    position: absolute;
    z-index: -2;
    width: 100%;
    height: 100%;
    background: rgba(40, 126, 255, 0.4);
    overflow: hidden;
}

.time_now #demoMap {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    transition: all .6s;
}

.time_now .dialog {
    position: absolute;
    width: 3.7rem;
    height: 1.44rem;
    color: #fff;
    background-color: #605D62;
    border-radius: .1rem;
}

.time_now .time_box {
    position: absolute;
    bottom: .2rem;
    left: .2rem;
    padding: .1rem .4rem;
    color: #fff;
    font-weight: bold;
    min-width: 3rem;
    min-height: 1.28rem;
    background-color: rgba(24,220,255,.3);
    border-radius: .1rem;
}

.time_now .time_box h4 {
    margin: 0 0 .04rem;
    color: #ffffff;
    font-size: .4rem;
    text-align: center;
}

.time_now .time_box span{
    display: block;
    text-align: center;
    font-size: .16rem;
    margin-bottom: .04rem;
}

.time_now .search_box {
    position: absolute;
    top: .2rem;
    left: .2rem;
    z-index: 999999;
    display: inline-flex;
    align-items: center;
    justify-content:space-between;
    height: .6rem;
    color: #fff;
    border: 1px solid #18dcff;
    border-radius: .08rem;
}

.time_now select{
    min-width: 4rem;
}

.container_time .time_content .time_now .searchable-select{
    min-width: 4rem;
}

.container_time .time_content .time_now .searchable-select-holder{
    top: 0;
    min-width: 4rem;
    line-height: .6rem;
    height: .6rem;
    color: #fff;
    white-space: nowrap;
    padding: 0 0.35rem 0 0.1rem;
    background-color: rgba(24,220,255,.3);
    margin-right: 0;
    border: none;
    border-radius: 0 !important;
}

.container_time .time_content .time_now .searchable-select-caret {
    right: .1rem;
    border-width: .08rem;
}

.time_now .type_list {
    line-height: .4rem;
    position: relative;
    top: 2rem;
    left: 0;
}

.time_now .type_list .type {
    position: relative;
    height: .4rem;
    margin-bottom: .1rem;
    border: 1px solid #18dcff;
    border-left: none;
    border-radius: 0 4px 4px 0;
    padding: 0 .2rem;
    white-space: nowrap;
    cursor: pointer;
}

.time_now .type_active {
    color: #fff;
    background-color: #18dcff;
}

.time_now .tool_tip_time {
    padding: .2rem .3rem;
    border-radius: 10px;
}

.time_now .tool_tip_time span:nth-of-type(1) {
    display: block;
    text-align: center;
    font-size: .18rem;
}

.time_now .tool_tip_time span:nth-of-type(2) {
    display: block;
    width: 100%;
    text-align: center;
    font-size: .28rem;
}


@media screen and (max-width:750px) {
    .time_content{
        height: 5.8rem;
    }

    .time_now{
        width: 12.5rem;
        height: 5.8rem;
    }

    .time_now .type_list{
        top: 1rem;
    }

    .time_now .type_list .type{
        font-size: .16rem;
        height: .28rem;
        line-height: .28rem;
    }

    .time_now .time_box h4{
        font-size: .28rem;
    }

    .time_now .search_box{
        height: .4rem !important;
    }

    .time_now select{
        min-width: 3.3rem;
    }
    .container_time .time_content .time_now .searchable-select {
        max-width: unset;
        min-width: unset;
        width: 100%;
        height: .4rem;
    }

    .container_time .time_content .time_now .searchable-select-holder {
        position: relative;
        top: 0;
        max-width: 3.3rem;
        min-width: 3.3rem;
        width: 100%;
        height: .4rem;
        line-height: .4rem;
        padding: 0 0.25rem 0 0.05rem;
        font-size: 0.1rem;
        border-radius: .04rem;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #fff;
        text-align-last: left;
    }

    .container_time .time_content .time_now .searchable-select-caret {
        right: .1rem;
        border-width: .05rem;
    }
}