.peanut_wifi .icon_mean {
    width: 40px;
    height: 40px;
    position: fixed;
    z-index: 0;
    top: 50%;
    right: -20px;
    cursor: pointer;
    opacity: .5
}

.peanut_wifi .mean_box em {
    width: 25px;
    height: 13px;
    line-height: 13px;
    text-align: center;
    border-radius: 13px;
    font-size: 9px;
    color: #fff;
    font-weight: normal;
    display: block;
    font-style: normal;
    background: #ff6659;
    position: absolute;
    top: -5px;
    left: -5px;
    transform: rotate(-30deg)
}

.peanut_wifi .redeem_code {
    width: 75px;
    box-sizing: border-box;
    overflow: hidden;
    background: rgba(0,0,0,.7);
    padding: 2px 15px 0 0;
    position: absolute;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    top: 0;
    transition: right .6s,opacity 1s;
    right: -75px;
    z-index: -1;
    opacity: 0
}

.peanut_wifi .redeem_code_show {
    right: 15px;
    opacity: 1;
    transition: right .6s,opacity 2s
}

.peanut_wifi .redeem_code p {
    font-size: 12px;
    transform: scale(0.9);
    color: #fff;
    line-height: 20px;
    text-align: center
}

.peanut_wifi .redeem_code p:last-child {
    margin-top: 0
}

.peanut_wifi .redeem_code span {
    display: block;
    margin: 0 auto;
    width: 15px;
    height: 17px;
    background: url("../images/account_icon.png") no-repeat;
    background-size: 100% 100%
}

.peanut_wifi .popup_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.7);
    z-index: 3000;
    display: none;
    font-family: PingFangSC-Regular
}

.peanut_wifi .popup_back {
    width: 270px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -35%;
    margin-left: -135px;
    background: #fff;
    border-radius: 10px
}

.peanut_wifi .popup_back h1 {
    font-size: 18px;
    color: #333;
    font-weight: normal;
    text-align: center;
    position: relative;
    padding: 18px 0 20px
}

.peanut_wifi .popup_back h1 span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 5px;
    right: 5px;
    display: block
}

.peanut_wifi .popup_back h1 span img {
    width: 12px;
    height: 12px;
    margin: 9px auto;
    vertical-align: middle
}

.peanut_wifi .popup_back p {
    font-size: 15px;
    line-height: 25px;
    color: #333;
    padding: 0 20px 20px;
    box-sizing: border-box
}

.peanut_wifi .pop_btn_one,.peanut_wifi .pop_btn_two {
    background: #fff
}

.peanut_wifi .pop_btn_one a {
    width: 80%;
    height: 40px;
    line-height: 40px;
    display: block;
    margin: 0 auto 15px;
    font-size: 15px;
    color: #fff;
    background: #ef4a48;
    text-align: center;
    border-top: 1px solid #ccc
}

.peanut_wifi .pop_btn_two a {
    width: 50%;
    height: 40px;
    line-height: 40px;
    display: block;
    float: left;
    font-size: 15px;
    color: #333;
    text-align: center;
    border-top: 1px solid #ccc
}

.peanut_wifi .pop_btn_two a.on {
    background: #ef4a48;
    color: #fff;
    border-bottom-right-radius: 10px;
    border-top: 1px solid #ef4a48
}

.peanut_wifi .pop_btn_two.mt20 a.on {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 10px
}

.popup_back .role_box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px
}

.peanut_wifi .popup_back .role_box>div {
    box-sizing: border-box;
    overflow: hidden
}

.peanut_wifi .popup_back .role_box .head_box {
    text-align: right;
    width: 40%
}

.peanut_wifi .popup_back .role_box .head_box img {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden
}

.peanut_wifi .popup_back .role_box .info {
    height: 60px;
    width: 60%;
    padding-left: 10px
}

.peanut_wifi .popup_back .role_box .info p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 30px;
    line-height: 30px;
    padding: 0
}
