*{
    margin: 0px;
    padding: 0px;
}
li{
    list-style: none;
}
.title{
    height: 80px;
    width: 100vw;
    /* background-color: blue; */
    border-bottom: 1px solid #cbcbca;
    display: flex;
}
.logo{
    height: 80px;
    width: 200px;
    /* background-color: black; */
    margin-left: 200px;
}
.logo img{
    height: 80px;
    width: 160px;

}
.title_list{
    width: 400px;
    height: 80px;
    /* background-color: brown; */
    margin-left: 300px;
    line-height: 80px;
    font-size: 25px;
}
.title_list a{
    margin-left: 50px;
    text-decoration:none;
    color: black;
}
.title_list a:hover{
    color: #EC5D2D;
}
.logoin{
    width: 200px;
    height: 80px;
    margin-left: 80px;
    display: flex;
}
.denglu a{
    color: #EC5D2A;
}
.denglu{
    height: 30px;
    width: 50px;
    margin-top: 25px;
    line-height: 30px;
    text-align: center;
    letter-spacing:5px;
    border-radius: 10px;
    border: 1px solid #EC5D2A;
    color: #EC5D2A;
}
.zhuce{
    height: 30px;
    width: 50px;
    border-radius: 10px;
    margin-top: 25px;
    line-height: 30px;
    margin-left: 20px;
    letter-spacing:5px;
    text-align: center;
    color: #fff;
    background-color: #EC5D2A;
}
.zhuce a{
color: #fff;
}
.dibu{
    margin-top: 50px;
    width: 100vw;
    height: 50px;
    padding-top: 40px;
    background-color: black;
    text-align: center;
}
.dibu span{
    color: rgb(178, 178, 178);
}
.clea{
    font-size: 20px;
}