
.time {
    background-color: #fff;
	box-shadow: 0 0 25px
	rgba(103,119,239,.1);
	margin-top: 50px;
	border-radius: 3px;
	padding: 60px 50px;
}
.se-count {
    position: absolute;
    top: 212px;
    left: 30px;
    height: 40px;
}

.se-day {
    display: none;
}
.time-text {
	font-size: 2rem;
	letter-spacing: 2px;
	font-weight: 700;
	color: #e87d0c;
}
.maohao {
	font-weight: bold;
	font-size: 4rem;
	color:#060606;
}
.se-hour,
.se-min,
.se-sec {
    position: relative;
    background-color: #DF1818;
    text-align: center;
	font-size: 4rem;

}

.se-txt {
    font-weight: bold;
    color: #fff;
}

.se-txt:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e83632;
}