#home {}

#home .set {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 20px;
}

#home .cont {
    width: 100%;
    height: 100%;
}

#home .fair-list,
#home .fair-days {
    padding: 0 26px;
    /* width: 50%; */
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 35px;
    /* border: 1px solid rgb(181 181 181); */
}

#home .fair-list {
    width: 60%;
}

#home .fair-days {
    width: 40%;
}

#home .fair-list select,
#home .fair-days select {
    width: 90%;
    height: 100%;
    color: black;
    font-weight: 600;
    font-size: 17px;
}
#home .content-wrapper {
    max-width: 537px;
    margin: 0 auto;
}
#home .info-wrapper {
    margin-top: 60px;
    display: inline-block;
    width: 100%;
    text-align: center;
}
#home .info-wrapper .info{
    font-weight: 700;
    font-size: 30px;
}


#home .no-data {
    font-size: 17px;
    margin-top: 16px;
    color: #e4a719;
}

#home .class-list {
    margin-top: 50px;
}
#home .back {
    padding: 15px 0px;
    color: #177eff;
    /* font-weight: 500; */
}
#home .back i{
    margin-right: 5px;
}
#home .i-class {
    animation-delay: 0.3s;
    width: 100%;
    padding: 3px 0px;    
}
#home .i-class .item{
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid #d6d6d6;
    border-radius: 50px;
    padding-left: 43px;
    font-weight: 500;
    font-size: 30px;
}

#home .logout-btn {
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    width: 100px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(138, 138, 138);
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
}