.head .state span {
    background-color: unset;
    border: 1px solid #e5e5e5;
    font-weight: 300;
}
.login-in .avatar .img img{object-fit:cover;}
.home-creator .change-tab .item.on .select {
    background-color: unset;
    border: 1px solid #e5e5e5;
}
#onlinePop .content {
    height: 8rem;
}

#onlinePop .content .inner .list {
    height: 5.6rem;
}
/*#onlinePop .content .inner{padding: 0.3rem;}*/
.flex-jcc-row > a {
    position: relative;
    overflow: hidden;
    border-radius: 0.46rem;
    color: #fff !important;
    line-height: 0.7rem;
    background-image: var(--bg-lg);
    width: 2.4rem;
    height: 0.7rem;
    display: block;
    font-size: 0.24rem;
    margin-right: 1.5rem;
}

.guang .newmsg {
    position: absolute;
    margin-left: 0.2rem;
    margin-top: -0.7rem;
    width: 5px;
    height: 5px;
    background-color: red;
    border-radius: 50%;
    transform: translate(50%, -50%);
    box-shadow: 0 0 0 2px white;
}
.open a{
    padding-left:20px;
}
.connect-popup .content .msgcontent {
    float: left
}

.connect-popup .content .msgnewmsg {
    width: 5px;
    height: 5px;
    background-color: red;
    border-radius: 50%;
    transform: translate(50%, -50%);
    box-shadow: 0 0 0 2px white;
    float: right;
}

.clubTip {
    display: none;
    color: darkgray;
    font-size: 10pt;
}

#checkClub:checked ~ .clubTip {
    display: block
}
.carditem .flex-jcsb .fmain img {
    height: 0.4rem;
    cursor: pointer;
}
.phoneCodeBtn {
    cursor: pointer;
}