
.enter-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding: 1vw;
    display: flex;
    flex-direction: column;
}

.enter-row {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    padding: 0 1vw;
	margin-bottom: 1%;
}

.enter-row span {
    font-size: 16px;
}

.country {
    width: 9%;
}

.country-name {
    display: block;
    text-align: center;
}

.enter {
    display: block;
    width: 27%;
}

.enter img {
    width: 100%;
}

.speed {
    width: 5vw;
}

.number {
    color: rgb(104, 222, 68) !important;
}

.enter-box {
    position: absolute;
    top: 4.5vw;
    left: 0;
    z-index: 1;
    display: none;
}

.enter-item:hover .enter-box {
    display: block;
}
.small-size {
    font-size: 3.3vw;
}