html,
body {
    height: 100%;
}

.bg {
    background-image: url(../img/bg.jpg);
    overflow: hidden;
    background-color: #121936;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

a {
    color: #fff;
}

.buttons {
    position: absolute;
    bottom: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.next {
    font-size: 40px;
    color: #fff;
    line-height: 1.5;
    padding: 20px;
    text-align: center;
    position: absolute;
    width: 100%;
}

.next .title {
    color: yellow;
}

.el-select {
    width: 120px;
    margin-right: 10px;
}

.batch {
    position: absolute;
    width: 90%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    top: 40%;
    color: #fff; left: 5%; right: 5%;

}

.player {
    display: inline-block;
    text-align: center;
    font-size: 30px;
   
    background: #fff;
    line-height: 35px;
    color: #000;
    margin: 5px;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.8);
    padding: 10px 0;
}

.player span{
    position: absolute;
    right: -3px;
    top: -10px;
    color: #fff;
    background-color: #ff0000;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 22px;
}

.player p{ font-size:12px;   width: 90%; margin: auto; line-height: 25px; padding-top: 20px;}

.lucky-dog {
    display: inline-block;
    font-size: 30px;
    text-align: center;
    width: 200px;
    background: #fff;
    line-height: 35px;
    color: #000;
    margin: 5px;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.8);
    padding: 5px 0;
}

.result {
    width: 200px;
    position: absolute;
    right: 10px;
    top: 100px;
    color: #fff;
    line-height: 1.5;
    font-size: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}



@media screen and (max-width: 720px) {
  .next {
    font-size: 25px;

}

.result {

    font-size: 22px;

}


.lucky-dog {
    width: auto; padding: 10px;
   font-size: 22px;
   line-height: 22px;
}


}

