.select-hour-template-mobile {
    display: flex;
    position: absolute;
    z-index: 2;
    margin-top: 16px;
    flex-direction: column;
    flex-wrap: wrap;
    width: 60%;
    left: 20px;
    justify-content: center;
}

/* box right */
.select-header-right {
    height: 40px;
    left: 16px;
    top: 12px;
    background: #FFFFFF;
    border: 1px solid #EEEFF4;
    box-sizing: border-box;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    line-height: 40px;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
}

.select-header-right i {
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 4px;
    order: 0;
    flex-grow: 0;
    margin: 7px 16px;
    width: 24px;
    height: 24px;
    float: left;
    background-color: #EEEFF4;
}

.select-header-right:hover {
    background: #fff url("../image/house_group/icon-group-mobile.png") 16px center no-repeat;
    border: 1px solid #20A5B9;
    box-sizing: border-box;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    color: #20A5B9;
    cursor: pointer;
}

.select-header-right span {
    width: 22px;
    height: 22px;
    float: right;
    background: url("../image/house_group/mobile-right.png") right center no-repeat;
    margin-top: 8px;
    margin-right: 10px;
}
.select-header-right:hover span {
    background: url("../image/house_group/mobile-right-hover.png") right center no-repeat;
}

.select-content-right {
    margin-top: 10px;
}
.select-content-right ul li {
    background: #fff;
    padding: 10px;
    list-style: none;
    border: 1px solid #EEEFF4;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
}

.select-content-right ul li:hover {
    cursor: pointer;
    color: #20A5B9;
}
.select-content-right ul li:first-child {
    border-radius: 8px 8px 0px 0px;
}
.select-content-right ul li:last-child {
    border-radius: 0px 0px 8px 8px;
}

.select-content-right ul li i {
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 4px;
    order: 0;
    flex-grow: 0;
    width: 24px;
    height: 24px;
    float: left;
    margin: 0px 12px 0px 8px;
}

.select-content-right ul li i.color-0, .select-header-right i.color-0 {
    background: #EEEFF4;
}
.select-content-right ul li i.color-1, .select-header-right i.color-1 {
    background: #9BF4FC;
}
.select-content-right ul li i.color-2, .select-header-right i.color-2 {
    background: #EBC296;
}
.select-content-right ul li i.color-3, .select-header-right i.color-3 {
    background: #24C0CD;
}
.select-content-right ul li i.color-4, .select-header-right i.color-4 {
    background: #D4C2AC;
}
.select-content-right ul li i.color-5, .select-header-right i.color-5 {
    background: #D3A16C;
}
.select-content-right ul li i.color-6, .select-header-right i.color-6 {
    background: #EBC296;
}
