.comments_main {
    width: 100%;
    color: #3C3C3C;
}
.comnent_titlenum {
    font-size: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #3C3C3C;
    margin-bottom: 20px;
}
.input_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.input_box > img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-right: 12px;
    object-fit: cover;
}
.input_cotent_box{
    min-height: 100px;
    background: #F8F8F8;
    border-radius: 10px;
    opacity: 1;
    flex: 1;
    padding: 15px;
}
.go_login_btn {
    font-size: 15px;
    margin: 24px auto;
    width: max-content;
}
.go_login_btn > a {
    color: #0BA4F1;
    cursor: pointer;
}
.my_textarea {
    resize: none;
    width: 612px;
    height: 72px;
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #3C3C3C;
    line-height: 24px;
    border: none;
    outline: none;
    margin-bottom: 14px;
}
.bottom_btn {
    display: flex;
    flex-direction: row-reverse;
}
.submit_comment {
    width: 64px;
    height: 32px;
    background: #A6BFFB;
    border-radius: 6px;
    opacity: 1;
    color: #fff;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
}
.bottom_btn .submit_acticv {
    background: #5688FF;
}
.login_show {
    display: none;
}
.creat_show
.main_comments_box {
    width: 100%;
}
.comments_items {
    width: 100%;
    display: flex;
    margin-bottom:10px;
}
.left_bd {
    margin-right: 12px;
}
.left_bd > img {
    width: 36px;
    height: 36px;
    border-radius: 50%;

}
.right_bd,.second_right_bd{
    flex: 1;
}
.top_name_support {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}
.username {
    font-size: 16px;
    font-weight: bold;
}
.give_support {
    display: flex;
    align-items: center;
}
.give_support > span {
    color: #64687A;
    margin-right: 4px;
}
.give_support > img {
    cursor:pointer;
    width: 16px;
    height: 16px;
}
.comment_detail {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    word-break: break-all;
    text-align: justify;
    margin-bottom: 12px;
}
.replayBtn_time {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.repeat_btn {
    width: 52px;
    height: 25px;
    background: #F0F0F1;
    border-radius: 13px ;
    line-height: 25px;
    text-align: center;
    margin-right: 12px;
    cursor: pointer;
}

.replayBtn_time > span {
    color: #999;
}
.second_comments {
    width: 100%;
    display: flex;
}
.second_left_bd {
    margin-right: 10px;
}
.second_left_bd > img {
    width: 26px;
    height: 26px;
    opacity: 1;
    border-radius: 50%;
}
.second_textarea {
    width: 100% !important;
}
.remove_textarea {
    margin-bottom: 20px;
}

.at_check_more {
    width: 100%;
    height: 40px;
    background: #F8F8F8;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    margin: 20px 0;
    display: none;
}

    .at_check_more > img {
        width: 16px;
        height: 16px;
        margin-left: 2px;
    }

.at_ready_bottom {
    width: 100%;
    text-align: center;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    margin: 0 0 20px 0;
    display: none;
    padding-top:20px;
    border-top: 1px solid #EEEEEE;
}
.check_sec_more {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 13px;
    color: #64687A;
    display: flex;
    align-items: center;
    padding-left: 36px;
    cursor: pointer;
    margin: -4px 0 20px 0;
}
.check_sec_more > img {
    width: 16px;
    height: 16px;
}