.wrapper {
    overflow: hidden
}

.leave {
    width: 90%;
    max-width: 1356px;
    height: 800px;
    background: url(../images/Leaving.png) center center/100% 100%;
    z-index: 9999;
    margin: 90px auto 0;
    position: relative
}

.leave .leaveConfM {
    overflow: hidden
}

.leave .leaveTitle {
    margin-left: 163px;
    padding-top: 52px;
    margin-right: 163px;
    justify-content: space-between;
    align-items: flex-end;
    display: flex
}

.leave .leaveTitle img:nth-child(1) {
    width: 292px
}

.leave .leaveTitle img:nth-child(2) {
    width: 219px;
    margin-bottom: 21px
}

.leave>div.box {
    height: 94.5%;
    position: relative;
    margin: 0 auto 0;
    padding-top: 16px
}

.leave .leaveCon {
    width: 89%;
    max-width: 1122px;
    height: 400px;
    background: url(../images/comment_area.png) center center/100% 100%;
    margin: -17px auto 14px;
    padding: 0;
    display: flex;
    align-items: center
}

.leave .btn-row {
    display: flex;
    justify-content: center
}

.leave .btn-row .btn {
    width: 30px;
    padding: 15px;
    cursor: pointer
}

.leave .close {
    position: absolute;
    left: calc(100% + 60px);
    top: 80px
}

.leave .leaveCon li {
    width: 95%;
    padding: 9px 0 11px;
    margin: auto;
    display: flex;
    justify-content: space-between
}

.leave .leaveCon li .userImg {
    width: 47px;
    margin-left: 23px;
    margin-right: 21px
}

.leave .leaveCon li .userImg img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover
}

.leave .leaveCon li .userInfo {
    width: calc(100% - 106px);
    padding-bottom: 12px;
    border-bottom: 1px solid #fff
}

.leave .leaveCon li .userInfo .userName {
    font-size: 18px;
    font-weight: 400;
    font-stretch: normal;
    line-height: 41px;
    display: block;
    letter-spacing: 0;
    color: #2e2e2e
}

.leave .leaveCon li .userInfo p {
    font-size: 16px;
    color: #2e2e2e;
    margin: 0
}

.leave #usernameValue {
    width: 100%;
    height: 20px;
    margin: 0 auto 12px;
    margin-left: 10px;
    display: block;
    font-size: 18px;
    border: none;
    outline: 0;
    background: unset;
    color: #8d8d8d
}

.leave .userleaveValue {
    position: relative;
    width: 89%;
    max-width: 1122px;
    height: 160px;
    margin: 0 auto;
    background: url(../images/nickname.png) center center/100% 100%
}

.leave #userleaveValue {
    width: calc(100% - 30px);
    height: 30px;
    display: block;
    margin: 0 0;
    margin-left: 10px;
    border: none;
    outline: 0;
    background: 0 0;
    font-size: 16px;
    color: #8d8d8d;
    resize: none;
    text-indent: 0
}

.usernameValue {
    background: 0 0;
    border: none;
    outline: 0;
    display: block;
    margin: 0 auto;
    border: none;
    outline: 0;
    background: 0 0;
    color: #8d8d8d;
    resize: none;
    text-indent: 0
}

.userleaveValue .messageLeft .userInfo {
    flex: 1;
    position: relative;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff
}

.userleaveValue .messageLeft {
    margin-right: 97px;
    padding-top: 27px;
    margin-left: 34px
}

.leave .submit {
    display: block;
    position: absolute;
    right: 49px;
    width: 150px;
    height: 32px;
    z-index: 10000;
    bottom: 20px;
    cursor: pointer
}

.length {
    font-size: 14px;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 5px;
    color: #8d8d8d;
}

.leave .submit img {
    display: block;
    width: 100%
}

.leave #userleaveValue::placeholder,
.leave #usernameValue::placeholder {
    color: #8d8d8d;
    font-family: 微软雅黑
}

.leaveCon>div::-webkit-scrollbar {
    width: 14px;
    background-color: rgba(129, 195, 202, .2);
    box-shadow: inset 0 0 20px 0 rgba(0, 66, 64, .2);
    border-radius: 7px
}

.leaveCon>div::-webkit-scrollbar-thumb {
    background-color: rgba(129, 195, 202, .6);
    background-clip: padding-box;
    min-height: 28px;
    border-radius: 7px
}

.leaveCon>div::-webkit-scrollbar-thumb:hover {
    background-color: #f8f8f8
}

.leaveCon>div {
    width: 100%;
    margin: auto;
    height: calc(100% - 40px);
    overflow-y: scroll
}