.Border {
    margin: 0 10px;
    border: #e5e5e5 solid 1px;
    padding: 10px;
    border-radius: 10px;
}
.Review {
    display: flex;
}
.Review-Userpic {
    border-radius: 50%;
    display: inline-block;
    height: 34px;
    margin-right: 8px;
    margin-top: 4px;
    max-height: 34px;
    max-width: 34px;
    min-height: 34px;
    min-width: 34px;
    vertical-align: top;
    width: 34px;
}
.Review-Content {
    display: flex;
    flex-direction: column;
    line-height: 1.35;
    white-space: pre-line;
}
.Review-Meta {
    display: flex;
    position: relative;
    vertical-align: top;
    flex-direction: column;
}
.Review-AuthorUsername {
    font-weight: 700;
    white-space: normal;
}
.Review-MetaRow {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    margin-top: 2px;
}
.Review-Stars {
    margin-left: -1px;
    margin-right: 6px;
    vertical-align: top;
}
.Review-Stars {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.828 7.58q0 .26-.307.567l-4.28 4.176 1.014 5.9q.012.08.012.234 0 .248-.124.42t-.36.17q-.224 0-.472-.14l-5.297-2.785-5.296 2.784q-.26.14-.472.14-.248 0-.372-.17t-.124-.42q0-.07.023-.234l1.015-5.9L.494 8.148Q.2 7.83.2 7.58q0-.435.66-.542l5.92-.86L9.436.81q.225-.484.578-.484t.578.484l2.656 5.367 5.922.86q.66.108.66.544z' fill='%23facd00'/%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-size: 20% 100%;
    display: inline-block;
    height: 14px;
    position: relative;
    vertical-align: middle;
    width: 70px;
}
.Review-StarsEmpty {
    background-clip: content-box;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.828 7.58q0 .26-.307.567l-4.28 4.176 1.014 5.9q.012.08.012.234 0 .248-.124.42t-.36.17q-.224 0-.472-.14l-5.297-2.785-5.296 2.784q-.26.14-.472.14-.248 0-.372-.17t-.124-.42q0-.07.023-.234l1.015-5.9L.494 8.148Q.2 7.83.2 7.58q0-.435.66-.542l5.92-.86L9.436.81q.225-.484.578-.484t.578.484l2.656 5.367 5.922.86q.66.108.66.544z' fill='%23e6e6e6'/%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-size: inherit;
    bottom: 0px;
    content: "";
    left: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
}
.Review-Time {
    color: #999;
    line-height: 13px;
}
.Review .Cut {
    display: flex;
}
.Cut-Invisible, .Cut-Visible {
    overflow-wrap: anywhere;
}
.Review_level_1 {
    margin: 18px 0 0 0;
}
article {
    display: block;
    unicode-bidi: isolate;
}
.Review_official .Review-Meta {
    background-color: #8b93a5;
    border-radius: 4px 16px 0 0;
    color: #fff;
    padding: 3px 12px;
}
.Review_official .Review-Content .Cut {
    background-color: #f5f5f5;
    border-radius: 0 16px 16px;
    padding: 12px;
    position: relative;
    transition: background-color .45s linear;
}
.Review_official .Review-Time {
    color: hsla(0, 0%, 100%, .6);
    line-height: inherit;
    margin-left: 6px;
    margin-right: 20px;
    white-space: nowrap;
}
.Cut-Visible {
    margin-top: -1em;
}
.Cut-Visible .more-text-sign {
    display: none;
}
.Cut-Visible.more-text-hide .more-text-sign {
    display: initial;
}
.Cut-Visible.more-text-hide .more-text {
    display: none;
}
.Link {
    cursor: pointer;
}