.theme_main_normal2 .overcb {
    width: 100%;
    height: 100%;
    padding: 0px 0px 0px 0px;
    background-color: #cfaf98;
}
.theme_main_normal2 .overcb_c {
    border: 1px solid #aaa;
    z-index: 1;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    box-shadow: 0px 2px 6px #0000007f;
}
.theme_main_normal2 .content {
    width: 100%;
    height: calc(100% - 40px);
    z-index: 1;
}
.theme_main_normal2 .content_real {
    width: 100%;
    height: 100%;
}
.theme_main_normal2 .content_real2 {
    width: 100%;
    background-color: #ffffff;
    height: 100%;
    overflow: scroll;
}
.theme_main_normal2 .title {
    width: 100%;
    height: 39px;
    background-color: white;
    border-bottom: 1px solid #888;
    color: black;
    font-size: 16px;
    font-family: 'Segoe UI', 'Noto Sans', sans-serif;
}
.theme_main_normal2 .title_content {
    position: relative;
    left: 8px;
}
