.body_r {
    background: white;
    position: relative;
    /*visibility: hidden;*/
    position: fixed;
    top: 0;
    z-index: 1002;
    left: 100%;
    bottom: 0;
    overflow: hidden;
    right: 0;
    transition: left 1.33s cubic-bezier(0.5, 0, 0.2, 1) 0s;
}

.btn {
    position: relative;
    z-index: 1000;
}

.app {
    height: 30px;
}

.vis {
    visibility: visible;
    left: 0;
}

.poster-container {
    /*visibility: hidden;*/
    position: relative;
    display: flex;
    float: left;
    width: 100%;
    column-gap: 120px;
}

.poster-left {
    width: 20%;
    height: 100vh;
    display: -webkit-inline-box;

}

.inner {
    display: flex;
    left: 0;
    top: 0%;
    bottom: 0;
    right: 0;
    margin-left: 10%;
    align-items: center;
    display: flex;
    align-items: center;
}

.posterBack {
    position: absolute;
    /*top: 0;*/
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    z-index: -1;
}

.posterBack img {
    /*width: 1920px;*/
    /*height: 1080px;*/
    width: 100%;
    height: 100%;
}

.posterde {
    width: 9px;
    height: 15px;
    padding-right: 12px;
}
.changeStruck-float {
    border-radius: 5px;
    display: flex;
    position: absolute;
    background: white;
    top: 40%;
    height: 59px;
    align-items: center;
    column-gap: 4px;
    z-index: 1010;
}
.changeStruck-float .posterde {
    width: 9px;
    height: 15px;
    padding-right:0;
}
.changeStruck-float .poster-index {
    width: 24px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #E01F3C;
    margin-right: 0px;
}
.poster-index {
    width: 36px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #E01F3C;
    margin-right: 60px;
}

.poster-about {
    display: flex;
    flex-direction: column;
    width: 40px;
    /*height: 248px;*/
    font-size: 40px;
    writing-mode: vertical-rl;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #E01F3C;
    margin-right: 29px;
}

.poster-point {
    display: flex;
    justify-content: center;
}

.poster-logo-text {
    width: 17px;
    height: 197px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 16px;
}

.poster-logo-text div {
    line-height: 19px;
    height: 60px;
}

.poster-botonm {
    /*position: fixed;*/
    bottom: 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.poster-publish {
    display: flex;
    width: 258px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 28px;
    column-gap: 20px;
}

.inner-container {
    padding: 2%;
    width: 100%;
    background: white;
    /*height: 100vh;*/
}

.poster-right {
    width: 77%;
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.poster-content {
    overflow-y: scroll;
    width: 100%;
    overflow-x: hidden;
    /*background: red;*/
    margin-bottom: 33px;
}

.poster-botonm img {
    width: 31px;
    height: 50px;
}