



/*样式1*/
.comment-body-0{
    width: 100%;
    height: auto;
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
.comment-body-0-div{
    width: 50%;
    background-color: #0d131b;
    padding: 5px;
    border: 1px solid #272f38;
}

.comment-body-0-div:hover {
    border: 1px solid #2f89bc;
}

/*样式2*/
.comment-body-1{
    width: 100%;
    height: auto;
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
.comment-body-1-div{
    width: 33%;
    background-color: #0d131b;
    padding: 5px;
    border: 1px solid #272f38;
}

.comment-body-1-div:hover {
    border: 1px solid #2f89bc;
}


.comment-body-2{
    width: 100%;
    margin-bottom: 10px;
    height: auto;
}

.comment-body-2-div{
    background-color: #0d131b;
    padding: 5px;
    border: 1px solid #272f38;
}

.comment-body-2-div:hover {
    border: 1px solid #2f89bc;
}


#comment-body-2-right{

}
#comment-body-2-left{

}



.comment-body-3{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
}
.comment-body-3-right{
    width: 35%;
    height: 700px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.comment-body-3-right-div{
    height: 100%;
    background-color: #0d131b;
    padding: 5px;
    border: 1px solid #272f38;
}

.comment-body-3-right-div:hover {
    border: 1px solid #2f89bc;
}


.comment-body-3-left{
    padding: 5px;
    flex: 1;
    height: 700px;
    background-color: #0d131b;
    border: 1px solid #272f38;
}

.comment-body-3-left:hover{
    border: 1px solid #2f89bc;
}

.comment-body-4{
    width: 100%;
    height: auto;
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
.comment-body-4-right{
    width: 64%;
    height: 700px;
    background-color: #0d131b;
    padding: 5px;
    border: 1px solid #272f38;
}

.comment-body-4-right:hover{
    border: 1px solid #2f89bc;
}


.comment-body-4-left{
    width: 35%;
    height: 700px;
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.comment-body-4-left-div{
    flex: 1;
    background-color: #0d131b;
    padding: 5px;
    border: 1px solid #272f38;


}

.comment-body-4-left-div:hover {
    border: 1px solid #2f89bc;
}


.comment-body-5{
    width: 100%;
    height: 545px;
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.comment-body-5-div{
    width: 50%;
    background-color: #0d131b;
    padding: 5px;
    border: 1px solid #272f38;
}

.comment-body-5-div:hover {
    border: 1px solid #2f89bc;
}


/*
styleOne
*/

.styleOne-recommend{

}
.styleOne-like-info {
    color: #9b9a9a;
    font-size: 12px;
}
.styleOne-recommend-tj{
    min-height: 15px;
    background-color: rgba(0, 0, 0, 0.4);
    font-size: 12px;
    color: #898A8C;
    padding: 4px 6px 4px 6px;
    border-top: 1px solid rgba(85, 125, 171, 0.6);
    margin-bottom: 8px;
}

.styleOne-recommend-container {
    display: flex;
}

.styleOne-recommend-icon {

}

.styleOne-recommend-text {
    margin-left: 10px;
    font-size: 16px;
    width: 100%;
}

.total-time{
    font-size: 11px;
}

.styleOne-recommend-text p {
    color: white;
    font-size: 16px;
}

.styleOne-recommend-text p.total-time {
    font-size: 12px;
    margin-top: -17px;
}

.styleOne-comment-time {
    color: #9b9a9a;
    font-size: 12px;
    margin-bottom: 0!important;
}

.styleOne-comment-content {
    width: 100%;
    height: 155px;
    font-size: 14px;
    margin-top: 10px;
    overflow: hidden;
    margin-right: 8px;
    font-family: "Motiva Sans", Sans-serif;
    line-height: 17px;
    color: #acb2b8;
}

.styleOne-comment-content p {
    color: #9b9a9a;
    font-size: 15px;
}

.styleOne-recommend-tjj{
    display: flex;
    gap: 20px;
    margin-top: 20px;
    font-size: 12px;
    color: #898A8C;
    padding: 4px 6px 4px 0;
    border-top: 1px solid rgba(85, 125, 171, 0.6);
    margin-bottom: 60px;
}

.feedback-btn {
    color: #ebebeb;
    background: rgba(0, 0, 0, 0.4);
    font-size: 10px;
    border: 1px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.feedback-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.like-btn.active {
    border-color: #6ab54c;
    color: #6ab54c;
}

.dislike-btn.active {
    border-color: #a14343;
    color: #a14343;
}


.button-reply{
    font-size: 12px;
    border-radius: 2px;
    border: none;
    padding: 1px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none !important;
    color: #a4d007;
    background: linear-gradient(to bottom, #a4d007 5%, #536904 95%);

}
.button-reply:hover{
    color: #e8e1e1;
    background: linear-gradient(to bottom, #a4d007 5%, #9ac007 95%);
}

.styleOne-recommend-tjjj{
    min-height: 15px;
    background-color: #223349;
    font-size: 12px;
    color: #898A8C;
    padding: 4px 6px 4px 6px;
    border-top: 1px solid rgba(85, 125, 171, 0.6);
    margin-bottom: 8px;
}
.styleOne-flex-tjjj{
    display: flex;
    align-items: center;
    gap: 3px;
    padding: 5px;
}

.styleOne-divider {
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #26a0ea, rgba(15, 15, 15, 0));
    margin-top: 10px;
}

.styleOne-user-info-inner {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0 0 0;
}

.styleOne-flex{
    gap: 10px;
    display: flex;
}

.styleOne-flex-img{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    padding: 0 10px 0 0;
    color: gray;
}

.styleOne-user-info-inner img {
    width: 36px;
    height: 36px;

}

.styleOne-user-info-inner p {
    color: white;
    font-size: 13px;
}



/*
styleTwo
*/
.styleTwo-dianzhan {
    color: #9b9a9a;
    font-size: 12px;
}

.styleTwo-flex {
    display: flex;
}

.styleTwo-icon {

}

.styleTwo-textBox {
    margin-left: 10px;
}

.styleTwo-recommend {
    color: white;
    font-size: 16px;

}

.styleTwo-notrecommend {
    color: white;
    font-size: 16px;

}

.styleTwo-time {
    color: white;
    font-size: 12px;
    margin-top: -17px;
}

.styleTwo-publish {
    color: #9b9a9a;
    font-size: 12px;
    margin-bottom: 0!important;

}

.styleTwo-commentBox {
    width: 100%;
    height: 155px;
    overflow: hidden;
    padding: 2px;


}

.styleTwo-commentText {
    margin-top: 10px;
    font-size: 14px;
    overflow: hidden;
    margin-right: 8px;
    font-family: "Motiva Sans", Sans-serif;
    line-height: 17px;
    color: #acb2b8;
}

.styleTwo-divider {
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #26a0ea, rgba(15, 15, 15, 0));
    margin-top: 10px;
}


/*
styleThree
 */
.styleThree-recommend{

}
.styleThree-voteText {
    color: #9b9a9a;
    font-size: 12px;

}


.styleThree-flexRow {
    display: flex;
}


.styleThree-iconBox {

}


.styleThree-textBox {
    margin-left: 10px;
}

.styleThree-titleText {
    color: white;
    font-size: 16px;
    margin-top: 5px;
}


.styleThree-subText {
    color: white;
    font-size: 12px;
    margin-top: -17px;
}


.styleThree-timeText {
    color: #9b9a9a;
    font-size: 12px;
    margin-bottom: 0!important;
}


.styleThree-commentContent {
    height: 155px;
    padding: 1px;
    overflow: hidden;

}


.styleThree-commentText {
    font-size: 14px;
    overflow: hidden;
    margin-right: 8px;
    margin-top: 10px;
    font-family: "Motiva Sans", Sans-serif;
    line-height: 17px;
    color: #acb2b8;
}


.styleThree-divider {
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #26a0ea, rgba(15, 15, 15, 0));
    margin-top: 10px;
}


/*
styleFour
 */


.styleFour-voteText {
    color: #9b9a9a;
    font-size: 12px;
}


.styleFour-flexRow {
    display: flex;
}
.styleFour-iconBox {

}
.styleFour-textBox {
    margin-left: 10px;

}
.styleFour-titleText {
    color: white;
    font-size: 16px;
    margin-top: 5px;
}
.styleFour-subText {
    color: white;
    font-size: 12px;
    margin-top: -17px;
}


.styleFour-timeText {
    color: #9b9a9a;
    font-size: 12px;
    margin-bottom: 0!important;

}


.styleFour-commentContent {
    height: 167px;
    overflow: hidden;
}
.styleFour-commentContentLarge {
    height: 523px;
    overflow: hidden;
    padding: 5px;
}
.styleFour-commentText {
    font-size: 14px;
    overflow: hidden;

    margin-right: 8px;
    margin-top: 10px;
    font-family: "Motiva Sans", Sans-serif;
    line-height: 17px;
    color: #acb2b8;
}


.styleFour-divider {
    margin-top: 10px;
    height: 1px;
    background: linear-gradient(to right, #26a0ea, rgba(15, 15, 15, 0));
}
.styleFour-divider-280 {
    width: 98%;
}
.styleFour-divider-590 {
    width: 98%;
}



/*
styleFive
 */

.styleFive-text {
    color: #9b9a9a;
    font-size: 12px;
}

.styleFive-text-content {
    color: #9b9a9a;
    font-size: 12px;
    margin-bottom: 0!important;
}

.styleFive-title {
    color: white;
    font-size: 16px;
}

.styleFive-time {
    color: white;
    font-size: 12px;
    margin-top: -17px;
}
.styleFive-commentContentLarge {
    padding: 5px;
    height: 519px;

    font-size: 14px;
    overflow: hidden;
    margin-right: 8px;
    margin-top: 10px;
    font-family: "Motiva Sans", Sans-serif;
    line-height: 17px;
    color: #acb2b8;
}
.styleFive-commentText{
    height: 163px;

    font-size: 14px;
    overflow: hidden;
    margin-right: 8px;
    margin-top: 10px;
    font-family: "Motiva Sans", Sans-serif;
    line-height: 17px;
    color: #acb2b8;

}
.styleFive-commentText p {
    color: #9b9a9a;
    font-size: 15px;

}


.styleFive-recommendation {
    display: flex;
}

.styleFive-icon {

}

.styleFive-recommendation div {

}

.styleFive-separator {
    margin-top: 10px;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #26a0ea, rgba(15, 15, 15, 0));
}


/*
styleSix
 */

.styleSix-text {
    color: #9b9a9a;
    font-size: 12px;

}

.styleSix-text-content {
    color: #9b9a9a;
    font-size: 12px;
    margin-bottom: 0!important;

}

.styleSix-title {
    color: white;
    font-size: 16px;
    margin-top: 5px;
}

.styleSix-time {
    color: white;
    font-size: 12px;
    margin-top: -17px;
}

.styleSix-commentText{
    height: 360px;

    font-size: 14px;
    overflow: hidden;
    margin-right: 8px;
    margin-top: 10px;
    font-family: "Motiva Sans", Sans-serif;
    line-height: 17px;
    color: #acb2b8;
}

.styleSix-commentText p {
    color: #9b9a9a;
    font-size: 15px;


}


.styleSix-recommendation {
    display: flex;

}

.styleSix-icon {

}


.styleSix-separator {
    margin-top: 10px;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #26a0ea, rgba(15, 15, 15, 0));
}


.styleSix-hoverDiv {
    transition: all 0.3s ease;
}

.styleSix-hoverDiv:hover {
    opacity: 0.7;
}

.content-select{
    gap: 40px;
    display: flex;
}





/*模态框及其测评详细页面*/
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 1000;
}

.modal-comment {
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 20px);
    max-width: 940px;
    background-color: #304a66;
    color: whitesmoke;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    z-index: 1001;
    display: none;
    box-sizing: border-box;
    overflow: auto;
}


 .comment26-header {
     width: 100%;
     background: rgba(58, 62, 71, 0.5);
     display: flex;
     padding: 15px;
     gap: 15px;
 }

.comment26-avatar-container {
    width: 66px;
}

.comment26-avatar-img {
    position: absolute;
    margin-top: 10%;
    margin-left: 9%;
    width: 82%;
    height: auto;
}

.comment26-avatar-border {
    position: absolute;
    width: 100%;
    height: auto;
}

.comment26-user-info {
    display: flex;
    align-items: baseline;
    margin-top: 20px;
    gap: 8px;
}

.comment26-username {
    white-space: nowrap;
    text-decoration: none;
    color: white;
    font-size: 26px;
}

.comment26-separator {
    color: white;
}

.comment26-nav-link {
    white-space: nowrap;
    text-decoration: none;
    color: white;
    font-size: 16px;
}

.comment26-nav-link-small {
    white-space: nowrap;
    text-decoration: none;
    color: white;
}

.comment26-main-container {
    display: flex;
    width: 100%;
    padding: 0 10px;
}

.comment26-content-wrapper {
    width: 100%;
    background-image: url(https://community.akamai.steamstatic.com/public/images/profile/profile_subpage_column_bottom.png?v=1), url(https://community.akamai.steamstatic.com/public/images/profile/profile_subpage_column.png?v=1);
    background-repeat: no-repeat, repeat-y;
    background-position: bottom center, center;
}

.comment26-content-bg {
    background-image: url(https://community.fastly.steamstatic.com/public/shared/images//page_bg_blue.png);
    background-repeat: no-repeat;
    width: 100%;
    display: flex;
    gap: 20px;
}

.comment26-left-content {
    width: 60%;
    margin-top: 10px;
    padding: 10px 0 0 10px;
}

.comment26-time {
    color: darkgray;
    font-size: 12px;
    margin-top: 20px;
}

.comment26-content {
    margin-top: 20px;


    font-size: 13px;
    line-height: 17px;
    color: #acb2b8;
    font-family: "Motiva Sans", Sans-serif;
    font-weight: normal;
    overflow-wrap: break-word;
    overflow: hidden;
}

.comment26-reply-form {
    margin-bottom: 30px;
    width: 100%;
}

.comment26-reply-textarea {
    height: 46px;
    width: 100%;
    background-color: #0a0f15;
    color: gray;
}

.comment26-reply-textarea-button{
    text-align: right;

}

.comment26-reply-list {
    /* 回复列表样式 */
}

.comment26-reply-item {
    padding: 10px;
    display: flex;
    gap: 10px;
}

.comment26-reply-avatar {
    display: flex;
    background: linear-gradient(to bottom, rgba(106, 106, 106, 1) 5%, rgba(85, 85, 85, 1) 95%);
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
}

.comment26-reply-avatar-img {
    width: 32px;
    height: 32px;
}

.comment26-reply-content {
    font-size: 12px;
    font-weight: bold;
}

.comment26-reply-header {
    display: flex;
    gap: 15px;
}

.comment26-reply-username {
    text-decoration: none;
    color: white;
}

.comment26-reply-time {
    color: darkgray;
}

.comment26-reply-text {
    margin-top: 2px;
}

.comment26-right-sidebar {
    width: 35%;
    height: 250px;
    padding: 20px 0 0 20px;
}

.comment26-game-image {
    width: 100%;
    height: auto;
}

.comment26-sidebar-links {
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    font-size: 13px;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 0 10px 10px 10px;
}

.comment26-sidebar-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: white;
    margin-top: 10px;
}

.comment26-link-icon {
    margin-right: 5px;
}

@media (max-width: 910px) {
    .comment26-content-bg{
        flex-direction: column-reverse; /* 反转顺序 */
        gap: 0;
    }

    .comment26-right-sidebar{
        justify-content: space-between;
        padding: 10px;
        display: flex;
        width: 100%;
        height: auto;
    }

    .comment26-sidebar-links{
        background-color: rgba(0, 0, 0, 0);
    }

    .comment26-game-image{
        max-width: 184px;
        height: auto;
    }

    .comment26-left-content{
        width: 100%;
    }
}