.box{
    text-align: center;
}
.box #showtime{
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 2.3rem;
}
.box #showtime span{
    width: 2.6rem;
    display: inline-block;
}
.box #showtime i{
    font-style: normal;
    vertical-align: 0.2rem;
}
.bnt{
    margin-top: 1rem;
    height: 2rem;
    line-height: 2rem;
}
.bnt button{
    height: 1.7rem;
    line-height: 1.7rem;
    background-color: #00b277;
    display: inline-block;
    color: #fff;
    padding: 0 1.2rem;
    border-radius: 3px;
    cursor: pointer;
    border: 0;
    margin: 0 0.75rem;
    font-size:0.7rem;
}
.bnt button:nth-child(2){
    background-color: #FF9800;
}
#record{
    padding: 0.5rem;
    width: 15rem;
    display: inline-block;
    margin-top: 1rem;
    min-height: 5rem;
    text-align: center;
    border: 1px solid #a0e5c6;
    background: #f8fafe;
}
#record>div{
    height: 1.4rem;
    line-height: 1.4rem;
    margin: 0.15rem 0;
}
#record>div .left{
    color: #FF9800;
    width: 3.5rem;
    text-align: center;
    display: inline-block;
    background-color: #666;
    font-size: 0.7rem;
}
#record>div .right{
    color: green;
    background-color: #FFB74D;
    display: inline-block;
    width: 5.5rem;
    text-align: center;
    font-size: 0.7rem;
}
.night #record{
    background-color: #181a1b;
    border: 1px solid #444;
}