body{
    background: #f5f5f5;
}

#classInformatim-class{
    width: 100%;
    height: 260px;
    display: flex;
    justify-content: center;
    background: url("../siteImg/back.png");
    position: relative;
}

#mask{
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#classInformatim-class-zhuti{
    width: 1195px;
    display: flex;
    z-index: 2;
}

#classInformatim-class-zhuti div:nth-child(1) {
    margin-left: 37px;
    margin-top: 79px;
    width: 600px;

}

#classInformatim-class-zhuti div:nth-child(1) p:nth-child(1){
    font-size: 30px;
    color: white;
}

#classInformatim-class-zhuti div:nth-child(1) p:nth-child(2){
    font-size: 18px;
    color: white;
    margin-top: 19px;
}

#classInformatim-class-zhuti div:nth-child(1) p:nth-child(3){
    font-size: 15px;
    color: #a6adb7;
    margin-top: 50px;
}

#classInformatim-class-zhuti div:nth-child(2) {
    margin-left: 106px;
    height: 200px;
    width: 405px;
    background: white;
    border-radius: 20px;
    padding-left: 35px;
    position: relative;
    margin-top: 50px;

}

#classInformatim-class-zhuti div:nth-child(2) p{
    margin-top: 68px;
    color: red;
    font-size: 15px;
    font-weight: bold;
    margin-left: 10px;

}

#classInformatim-class-zhuti div:nth-child(2) p span:nth-child(1){
    color: red;
    font-size: 30px;
    font-weight: normal;
    margin-left: 10px;
}

#classInformatim-class-zhuti div:nth-child(2) p span:nth-child(2){
    color: #79787b;
    font-size: 12px;
    font-weight: normal;
    margin-left: 10px;
    text-decoration: line-through;
}


#classInformatim-class-zhuti div:nth-child(2) a{
    display: inline-block;
    width: 375px;
    height: 60px;
    color: white;
    background: #fe4739;
    line-height: 60px;
    text-align: center;
    font-size:20px;
    font-weight: bold;
    border-radius: 15px;
    margin-top: 15px;
    text-decoration: none;

}

#classInformatim-class-zhuti div:nth-child(2) div{
    width: 157px;
    height: 43px;
    position: absolute;
    top: -5px;
    background: #eff8ff;
    border-radius: 10px;
    border: 1px solid #8bbad4;
    font-size: 15px;
    color: red;
    display: flex;
    align-items: center;
    justify-content: center;
}

#classInformatim-class-zhuti div:nth-child(2) div img{

    width: 24px;
    height: 24px;
    margin-right: 5px;


}

#classInformatim-classlist{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    min-height: 630px;
}

#classInformatim-classlist-nav{
    width: 100%;
    height: 70px;
    background: white;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    box-shadow:0 2px 5px rgba(0,0,0,0.1);
}

#classInformatim-classlist-nav ul{
    width: 1195px;
}

.classlist-nav-normal{
    height: 65px;
    display: inline-block;
    padding: 0 30px;
    border-bottom: 5px solid white;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    line-height: 70px;
    font-size: 15px;
    color: #9bbdc6;

}

.classlist-nav-choose{
    height: 65px;
    display: inline-block;
    padding: 0 30px;
    border-bottom: 5px solid red;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    line-height: 70px;
    font-size: 15px;
    font-weight: bold;
    color: black;
}

#classInformatim-classlist-race-zhuti{
    width: 1195px;
    display: none;

}

#classInformatim-classlist-race div:nth-child(1){

    background: white;
    border-radius: 20px;
    padding: 30px 20px;
    position: relative;
    display: flex;
    align-items: center;

}

#classInformatim-classlist-race div:nth-child(1) button{
    position: absolute;
    right: 120px;
    padding: 0 19px;
    height: 40px;
    background: #46bd8c;
    color: white;
    font-size: 15px;
    border: none;
    border-radius: 10px;
}

#classInformatim-classlist-race div:nth-child(1) button:nth-child(3){
    position: absolute;
    right: 120px;
    padding: 0 19px;
    height: 40px;
    background: #46bd8c;
    color: white;
    font-size: 15px;
    border: none;
    border-radius: 10px;
}

#classInformatim-classlist-race div:nth-child(1) button:nth-child(4){
    position: absolute;
    right: 20px;
    padding: 0 19px;
    height: 40px;
    background: #46bd8c;
    color: white;
    font-size: 15px;
    border: none;
    border-radius: 10px;
}

#classInformatim-classlist-race div:nth-child(1) button:hover{
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}


#classInformatim-classlist-race div:nth-child(1) button:active{
    transform:scale(0.99,0.99);
}


#classInformatim-classlist-race div:nth-child(1) p{
    margin-right: 20px;
    font-weight: bold;
    font-size: 15px;

}

#classInformatim-classlist-race div:nth-child(1) p span{
    font-weight: normal;
    background: #11a3fd;
    color: white;
    font-size: 20px;

}


#classInformatim-classlist-race div:nth-child(2){

    background: white;
    border-radius: 20px;
    padding: 30px 20px;
    margin-top: 30px;
}

#classInformatim-classlist-race div:nth-child(2) img{
    max-width: 100%;
}

#classInformatim-classlist-race div:nth-child(2) p{
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 25px;
}


#classInformatim-classlist-information-zhuti{
    width: 1195px;

}

#classInformatim-classlist-information img{
    max-width: 100%;
}

#classInformatim-classlist-directory-zhuti{
    width: 1115px;
    background: white;
    border-radius: 15px;
    padding: 0 40px;
    display: none;

}

#classInformatim-classlist-directory-zhuti ul{
    list-style-type: none;

}

#classInformatim-classlist-directory-zhuti ul li{
    height: 67px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eeeeee;
    position: relative;

}

#classInformatim-classlist-directory-zhuti ul li img{
    height: 18px;
    margin-right: 10px;


}

#classInformatim-classlist-directory-zhuti ul li p{
    color: #68686a;
    font-size: 18px;
}

.line{
    width: 1px;
    height: 10px;
    background: #68686a;
    margin: 0 10px;
}

#classInformatim-classlist-directory-zhuti ul li span{
    font-size: 13px;
    padding: 5px 10px;
    border: 1px solid #46bd8c;
    color: #46bd8c;
    margin-left: 30px;
}

#classInformatim-classlist-directory-zhuti ul li a{
    height: 40px;
    padding: 0 19px;
    color: white;
    background: #46bd8c;
    line-height: 40px;
    border-radius: 5px;
    text-decoration: none;
    position: absolute;
    right: 0;
    font-size: 15px;
}


#changeAccountPassword{
    position:fixed;
    height:100vh;
    width:100vw;
    top:0;
    left:0;
    background:rgba(0,0,0,0.6);
    display:none;
    justify-content:center;
    z-index:99;
}

#changeAccountPassword-main{
    margin-top:30vh;height:200px;width:400px;background:white;border-radius:8px;display:flex;flex-direction:column;align-items:center;
    position: relative;
}

#changeAccountPassword-main input{
    margin-top:50px;text-align:center;
    height: 40px;
}

#changeAccountPassword-main button{
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #0b6cfc;
    color: white;
    border:none;
    border-radius: 8px;
}


#changeAccountPassword-main svg{
    position: absolute;
    height: 20px;
    width: 20px;
    top: 5px;
    right: 5px;
}
