.headerbox {
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.09rem 0rem rgba(221, 221, 221, 0.88);
    height: 0.6rem;
    line-height: 0.6rem;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.header {
    font-size: 0.16rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 12rem;
    max-width: 12rem;
    margin: 0 auto;
}

.header-l {
    display: flex;
    align-items: center;
}

.header-serch-box{
    border: 0.01rem solid #999;
    position: relative;
    border-radius: 0.15rem;
    display: flex;
    align-items: center;
    width: 2.9rem;
    padding-right: 0.15rem;
}
.header-serch-box input{
    font-size: 0.16rem;
    font-weight: 400;
    flex: 1;
    height: 0.3rem;
    border: none;
    outline: none;
    display: block;
    padding-left:0.15rem;
    margin-right: 0.15rem;
}
.header-serch-box .header-serch-box-img{
    width: 0.16rem;
    height: 0.16rem;
    cursor: pointer;
}

.deader-box {
    font-weight: 500;
    margin-right: 0.5rem;
}

.header-r {
    background-color: rgba(179, 33, 111);
    width: 0.9rem;
    height: 0.3rem;
    line-height: 0.3rem;
    text-align: center;
    color: #fff;
    border-radius: 0.15rem;
}

.active {
    color: #B3216F;
    font-weight: bold;
}
.active a{
    color: #B3216F;
    font-weight: bold;
}

.deader-box:hover {
    cursor: pointer;
}

.header-r:hover {
    cursor: pointer;
}

/* 已登录状态 */
.isdltype{
    display: none;
}
.header-r-tab{
    display: flex;
    align-items: center;
}
.r-tab-one{
    margin-right: 0.3rem;
}
.r-tab-one span:nth-child(2){
    color: #B3216F;
    font-weight: bold;
}
.r-tab-two{
    display: flex;
    align-items: center;
}
.r-tab-two p:nth-child(1){
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    margin-right: 0.07rem;
}
.r-tab-two p:nth-child(1) img{
    width: 100%;
    height: 100%;
    display: block;
}
.r-tab-two p:nth-child(2){
    color: #6A86A9;
    width: 1rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}