/*弹窗样式*/
/*.jump_box {
    display: flex;
    justify-content: center;
    text-align: center;*/
    /*width: 100%;*/
    /*width: 1px;
    height: .96rem;
    position: fixed;
    z-index: 100000000000000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.jump_text {
    padding: 0 .2667rem;
    font-size: .4rem;
    background-color: rgba(0,0,0,.6);
    color: white;
    text-align: center;
    line-height: .96rem;
    height: .96rem;
    border-radius: .1067rem .1067rem .1067rem .1067rem;
    text-wrap: nowrap;
}*/
/*弹窗样式*/
.jump_box {
    /* min-height: .96rem; */
    position: fixed;
    z-index: 100000000000000;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    padding: .2667rem;
    font-size: .4rem;
    background-color: rgba(0,0,0,.6);
    color: white;
    text-align: center;
    line-height: .55rem;
    border-radius: .1067rem .1067rem .1067rem .1067rem;
    word-break:break-all;
    text-align:center
    /*text-wrap: nowrap;*/
}

/*.jump_text {
    padding: 0 .2667rem;
    font-size: .4rem;
    background-color: rgba(0,0,0,.6);
    color: white;
    text-align: center;
    line-height: .96rem;
    height: .96rem;
    border-radius: .1067rem .1067rem .1067rem .1067rem;
    text-wrap: nowrap;
}*/

@keyframes slidein {
    from {
        opacity:0
    }

    to {
        opacity: 1
    }
}

@keyframes slideout {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.jump_Loading_box {
    display: flex;
    justify-content: center;
    text-align: center;
    height: 3.2rem;
    width: 3.2rem;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.jump_Loading_text {
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    align-items: center;
    font-size: .4rem;
    background-color: rgba(0,0,0,.6);
    color: white;
    text-align: center;
    line-height: .96rem;
    height: 3.2rem;
    width: 3.2rem;
    border-radius: .1067rem .1067rem .1067rem .1067rem;
}


/*弹窗部分公共样式*/
* {
    padding: 0;
    margin: 0;
}

.jump_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .4);
    font-size: .48rem;
    color: #007AFF;
}

.jump_container {
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    width: 9.6rem;
    display: flex;
    flex-direction: column-reverse;
}

.checkOne {
    width: 100%;
    height: 1.4933rem;
    border-radius: .32rem;
    background-color: #fff;
    text-align: center;
    line-height: 1.4933rem;
    margin-bottom: .2133rem;
}

.checkAll {
    width: 100%;
    height: 2.9867rem;
    border-radius: .32rem;
    background-color: rgba(255, 255, 255, .6);
    margin-bottom: .2133rem;
}

.checkAll_common {
    width: 100%;
    height: 1.4933rem;
    text-align: center;
    line-height: 1.4933rem;
}

.checkAll_one {
    box-sizing: border-box;
    border-bottom: .0267rem solid #CCCCCC;
}

.opacity_6_white {
    background-color: rgba(255, 255, 255, .6);
}


/*修改昵称--弹窗样式*/
.j_main {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #F3F3F3;
    top: 0;
}

.j_top {
    width: 100%;
    height: 1.1733rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.j_quite {
    height: .5867rem;
    line-height: .5867rem;
    margin-left: .4rem;
    font-size: .4267rem;
    color: #333333;
}

.j_title {
    height: .6667rem;
    line-height: .6667rem;
    font-size: .48rem;
    color: #333333;
    font-weight: bold;
}

.j_sure {
    height: .5867rem;
    line-height: .5867rem;
    margin-right: .4rem;
    font-size: .4267rem;
    color: #FF2E2E;
}

.j_section {
    width: 100%;
    height: 1.3333rem;
    background-color: #fff;
    font-size: .4267rem;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 .4rem;
}

.j_Nickname {
    height: .5867rem;
    flex-grow: 1;
}

.j_del_all {
    display: block;
    width: .4267rem;
    height: .4267rem;
}

.j_under_line {
    width: 10rem;
    height: .4533rem;
    font-size: .32rem;
    color: #999999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0 .4rem;
    margin-top: .16rem;
}

.j_wake {
    height: .4533rem;
}

.j_wordNum {
    height: .4533rem;
}

.j_section_2 {
    width: 100%;
    height: 3rem;
    background-color: #fff;
    font-size: .4267rem;
    color: #333333;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
    padding: .2667rem .4rem;
}

.j_Biography {
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    font-size: .3733rem;
    color: #333333;
}

.j_bio_wordNum {
    height: .5333rem;
    line-height: .5333rem;
    color: #999999;
    text-align: right;
    width: 100%;
}

/*退出绑定部分--弹窗样式*/
.bind_quick {
    width: 7.2rem;
    height: 3.0933rem;
    border-radius: .32rem;
    background-color: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.bind_top {
    width: 100%;
    height: 1.92rem;
    border-bottom: .0267rem solid #BBBBBB;
    text-align: center;
    line-height: 1.92rem;
    font-size: .4533rem;
    color: #000000;
}

.bind_bottom {
    width: 100%;
    height: 1.1467rem;
    line-height: 1.1467rem;
    font-size: .4267rem;
    text-align: center;
}

.bind_bottom_left {
    box-sizing: border-box;
    width: 50%;
    height: 100%;
    border-right: .0267rem solid #BBBBBB;
    color: #0A84FF;
    float: left;
}

.bind_bottom_right {
    box-sizing: border-box;
    width: 50%;
    height: 100%;
    color: #FF2E2E;
    float: right;
}



