.se-count {
    /*position: absolute;*/
    /*top: 212px;*/
    /*left: 30px;*/
    /*height: 40px;*/
    width: 70%;
    height: 56px;
    background: linear-gradient(0deg, #D79B3C, #DFD177, #ECF4C1);
    border-radius: 8px;
    margin-left: 15%;
    text-align: center;
}
.se-day {
    display: none;
}
.se-hour,
.se-min,
.se-sec {
    /*position: relative;*/
    /*background-color: #2f3430;*/
    /*width: 40px;*/
    /*height: 40px;*/
    /*float: left;*/
    /*text-align: center;*/
    /*line-height: 40px;*/
    /*margin-right: 5px;*/
    position: relative;
    background: linear-gradient(0deg, #E1E1E1, #FFFFFF, #E1E1E1, #FFFFFF);
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    margin-right: 2px;
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.45);
    border-radius: 10px;
    margin-top: 8px;
}
.unit{
    display: inline-block;
    line-height: 50px;
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    /*margin-right: 5px;*/
}
.se-txt {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
}

.se-txt:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #8F939B;
}