form {
    display: block;
    margin-top: 0em;
    unicode-bidi: isolate;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: " ";
    clear: both;
}

.input_wrap .comment_content {
    height:100px;
    width: 100%;
    min-height: 2rem;
    outline: 0;
    padding: 0.375rem;
    margin: 0.2rem 0;
    border: 1px solid #f1f1f1;
    background: #f8f8f8;
    border-radius: 4px;
}

.part_rows_fa .smt.smt_hidn {
    display: block !important;
}

.input_wrap .comm_tips {
    line-height: 1rem;
}

.fl {
    float: left;
}

.input_wrap .comment_submit {
    width: 88px;
    height: 40px;
    background: #ff5f00 !important;
    color: #fff;
    border: 1px solid #ff5f00 !important;
    display: block;
    cursor: pointer;
    border-radius: 4px;
    margin-left: 0.2rem;
}
.fr {
    float: right;
}

.input_wrap .comm-code {
    width: 88px;
    border: 1px solid #f1f1f1;
    height: 40px;
    border-radius: 4px;
    margin-left: 0.2rem;
}

.input_wrap .verify {
    height: 40px;
    width: 88px;
    line-height: 1rem;
    padding: 0 0.25rem;
    border: 1px solid #f1f1f1;
    background: #f8f8f8;
    border-radius: 4px;
    margin-left: 0.2rem;
}

.comm_each {
    position: relative;
    padding-left: 2.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #f8f8f8!important;
}

.comm_avat {
    position: absolute;
    top: 0.45rem;
    left: 0;
    width: 2rem;
    height: 2rem;
}

.part_roun {
    border-radius: 100%;
}

.comm_head, .comm_reply_child .text_line {
    display: block;
    padding-bottom: 0.15rem;
}

.comm_cont {
    display: block;
    overflow: hidden;
}

.gw_action {
    display: block;
    overflow: hidden;
    padding-top: 0.15rem;
}

.gw_action a {
    display: block;
    float: left;
    padding-right: 0.5rem;
    color: #999;
}

.gw_action a i {
    padding-right: 0.1rem;
    font-size: 90%;
    vertical-align: top;
}

.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

em {
    font-style: normal;
}

.page {
    display: block;
    overflow: hidden;
    margin: 0.3rem 0;
}

.text_center {
    text-align: center;
}
.page li:first-child {
    margin-left: 0;
}
.page li {
    display: inline-block;
    margin-left: 0.2rem;
    padding: 0.2rem 0;
}
.page li .num.btns_disad, .page li a.btns_disad {
    background-color: #f8f8f8 !important;
    color: #888 !important;
    pointer-events: none;
    cursor: not-allowed;
}
.page li .num, .page li a {
    display: inline-block;
    padding: 0.125rem 0.3rem;
    border-radius: 0.1rem;
    background-color: #fff;
    border: 1px solid #e2e2e2;
} 
.part_tips {
    position: absolute;
    float: right;
    right: 0;
}