.wasu_page {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 60px 48px;
    box-sizing: border-box;
    overflow: hidden;
    background: #1C1835 no-repeat center center;
    background-size: cover;
}

.agreement-area {
    position: absolute;
    left: 77px;
    top: 90px;
    right: 77px;
    bottom: 0;
    overflow: hidden;
}

.agreement-view {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 90px;
}

.agreement-cont {
    width: 100%;
    min-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.ac-title {
    font-size: 26px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-bottom: 30px;
    letter-spacing: 3px;
}

.scroll_bar {
    width: 6px;
    position: fixed;
    top: 90px;
    bottom: 90px;
    right: 50px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    overflow: hidden;
    display: none;
}

.scroll_bar span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 3px;
    background: linear-gradient(135deg, #ff4b3d 0%, #ff5395 100%);
}