@charset "UTF-8";
/**/

.mt_10{margin-top:0.2rem;}
.ph_20{padding:0 0.4rem;}
.c_fff{color:#fff !important;}
.c_383532{color:#383532 !important;}
.c_9B9A98{color:#9B9A98 !important;}
.c_C79A70{color:#C79A70 !important;}
.c_73716F{color:#73716F !important;}
.c_C7C5C5{color:#C7C5C5 !important;}
.c_837E7E{color:#837E7E !important;}
.bg_F9F9F9{background:#F9F9F9 !important;}
.bg_DE7755{background:#DE7755 !important;}
.bg_C79A70{background:#C79A70 !important;}
.bg_C7C5C5{background:#C7C5C5 !important;}

.ico_before:before,
.ico_after:after{content:'';display:inline-block;background-position:center center;background-repeat:no-repeat;background-size:100% 100%;}

body{color:#383532;font-size:0.28rem;}

.ico_520_710{width:1.35rem;height:0.20rem;background-image:url('../images/ico_520_710.png');background-position: left center;}

/* cmt_item */
.item_cmt{padding:0.3rem 0.4rem;}
.item_cmt .it_info{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;
    -webkit-align-items:center;align-items:center;
    -webkit-justify-content:space-between;justify-content:space-between;
}
.item_cmt .it_profile{width:0.7rem;height:0.7rem;margin-right:0.12rem;
    overflow:hidden;border-radius:50%;background:#f6f6f6;}
.item_cmt .it_user{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;
    overflow:hidden;}
.item_cmt .it_name{font-size:0.24rem;letter-spacing:0.18px;line-height:0.34rem;}
.item_cmt .it_cmt{width:1.35rem;height:0.2rem;margin-left:0.4rem;text-align:left;
    background:transparent url('../images/ico_520_710_2.png') left center no-repeat;
    background-size:auto 100%;}
.item_cmt .it_cmt .icon{background-size:auto 100%;overflow:hidden;}

.item_cmt .it_time{margin-top:0.12rem;font-size:0.24rem;letter-spacing:0.2px;}
.item_cmt .it_des{margin-top:0.2rem;font-size:0.28rem;letter-spacing:0.19px;line-height:0.4rem;}
.item_cmt .it_imgs{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;
    -webkit-flex-wrap:wrap;flex-wrap:wrap;
    margin-top:0.2rem;margin-right:-0.15rem;}
.item_cmt .it_img{width:2.16rem;height:2.16rem;margin-right:0.12rem;background:#f6f6f6;overflow:hidden !important;}

/* cmt_tab */
.bx-cmttab{display:flex;align-items:center;justify-content: space-between;padding:0.4rem;}
.item_ctab{display:flex;align-items: center;justify-content: center;
    width:1.6rem;height:0.54rem;font-size:0.24rem;color:#9B9A98;
    border-radius:0.26rem;overflow: hidden;
    border:1px solid #FFF5EB;background: #FFF5EB;box-sizing: border-box;}
.item_ctab.active{color:#C79A70;border-color:#FFF5EB;background: #FFF5EB;}
.item_ctab i{margin-left:0.04rem;}