.header-top{
    width: 100%;
    min-width: 1200px;
    height: 52px;
    background: rgb(24, 144, 255);
}
.header-con{
    min-width: 1200px;
    max-width: 1620px;
    margin: auto;
    margin-top: 59px;
}
.header-left{
    color: rgb(150, 150, 150);
    font-family: 阿里巴巴普惠体 2.0;
    font-size: 20px;
    font-weight: 400;
    display: flex;
    align-items: center;
}
.header-left img{
    width: 70px;
    height: 53px;
    margin-right: 10px;
}
.header-nav{
    color: rgb(150, 150, 150);
    font-family: 阿里巴巴普惠体 2.0;
    font-size: 16px;
    font-weight: 400;
    margin-left: 80px;
}
.header-nav p{
    margin-right: 25px;
    cursor: pointer;
    color: #0D0D0D;
}
.header-nav .active{
    color: rgb(4, 134, 254);
}
.search-box{
    width: 355px;
    height: 32px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    padding: 0 11px;
    color: rgba(0, 0, 0, 0.25);
    font-family: 思源黑体;
    font-size: 14px;
    font-weight: 700;
}
.down{
    width: 9px;
    height: 5px;
    margin-left: 2px;
}
input{
    flex: 1;
    border: none;
    outline: none;
    margin-left: 10px;
}
.header-right{
    position: relative;
}
.search-list{
    position: absolute;
    left: 0;
    top: 40px;
    /* display: none; */
    color: rgba(0, 0, 0, 0.25);
    font-family: 思源黑体;
    font-size: 14px;
    font-weight: 700;
    height: 20px;
    overflow: hidden;
}
.search-list span{
    margin-right: 8px;
    cursor: pointer;
}
.header-r-login{
    width: 75px;
    height: 24px;
    background: rgb(24, 112, 248);
    color: rgb(255, 255, 255);
    font-family: 思源黑体;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    margin-left: 29px;
}
.header-r-mine{
    position: relative;
}
.header-r-mine img{
    width: 33px;
    height: 25px;
    margin-left: 25px;
}
.header-r-mine-list{
    position: absolute;
    top: 40px;
    width: 96px;
    height: 251px;
    box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.05),0px 6px 16px 0px rgba(0, 0, 0, 0.08),0px 3px 6px -4px rgba(0, 0, 0, 0.12);
    background: rgb(255, 255, 255);
    color: rgba(0, 0, 0, 0.65);
    font-family: 思源黑体;
    font-size: 14px;
    font-weight: 700;
    line-height: 34px;
    padding-left: 16px;
    box-sizing: border-box;
    display: none;
    z-index: 1;
}
.header-r-mine-list p{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.span1{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: red;
    border-radius: 50%;
    color: rgb(255, 255, 255);
    font-family: Roboto;
    font-size: 9px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    /* margin-left: 5px; */
    position: relative;
    top: 1px;
    left: 5px
}
.span{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: red;
    border-radius: 50%;
    color: rgb(255, 255, 255);
    font-family: Roboto;
    font-size: 9px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    position: relative;
    top: 5px;
    left: -10px
}
.span2{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: red;
    border-radius: 50%;
    color: rgb(255, 255, 255);
    font-family: Roboto;
    font-size: 9px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    position: relative;
    top: 1px;
    left: 19px
}