﻿.box {
    width: 312px;
    background: url('../image/count.png') no-repeat center center;
    height: 89px;
    position: absolute;
    left: 162px;
    top: -75px;
    display: flex;
    justify-content: space-around
    }
.box::before {
    content: '';
    display: block;
    width: 1px;
    height: 40px;
    position: absolute;
    background:#3615152e;
    left: 50%;
    top: 21px;
    }
    .people {
    font-size: 16px;
    padding-top: 15px;
    color: #eee;
    }
    .max,
    .guess {
    color: #eee;
    text-align: center;
    font-size: 16px;
    padding-top: 10px;
    }