@charset "utf-8";

.not-login{
    display: none !important;
}

nav{
    width: 100%;
    height: 60px;
    background-color:rgba(0, 0, 0,0.9);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
nav>.wrap{
    width: 90%;
    height: 100%;
    margin: auto;
    min-width: 1000px;
    /* background-color: antiquewhite; */
}
.logo-box{
    flex: 0 0 150px;
    height: 100%;
    padding: 10px 0;
}
.logo-box>img{
    width: auto;
    height: 100%;
}
.search-box{

}

.input-box{

}
.input-box>input{
    border-radius: 10px;
    border: none;
    outline: none;
    padding-left: 5px;
    font-size: 12px;
    width: 200px;
    height: 25px;
}
.input-box>input::placeholder{
    font-size: 12px;
}
.right-box{
    height: 100%;
    flex: 1;
}
/* 放大镜按钮 */
#search{
 color: white;
 width: 30px;
 height: 30px;
 cursor: pointer;
}
.login-box{
    height: 100%;
}
.login-box>button{
    font-weight: bold;
}
.login-box>.btn-group{
    height: 100%;
    
}
.login-box>.btn-group img{
    height:40px;
    height: 40px;
    border-radius: 50%;
}