

/* 防止图片模糊 */
.clear_img {image-rendering: -moz-crisp-edges;image-rendering: -o-crisp-edges;image-rendering: -webkit-optimize-contrast;image-rendering: crisp-edges;-ms-interpolation-mode: nearest-neighbor;}
.emoji{
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,.5);
    z-index: 9999;
    display: none;
}
.emoji_content{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.emoji_info{
    background-color: #fff;
    height: 500px;
    width: 400px;
    border-radius: 8px;
    padding: 0 15px;
    position: relative;
}
.emoji_title{
    display: flex;
    padding: 10px 15px;
}
.emoji_title p{
    font-size: 16px;
    color: #333;
}
.emojis{
    border: 1px solid #eee;
    padding: 10px;
}
.emojis_title_editor{
    padding: 10px 0!important;
    font-weight: bold;
}
.emojis_editor{
    border: none!important;
    padding: 0!important;
}
.emojis_editor .expressionone{
    padding: 0 5px 0 0;
}
.expression,.expressionone{
    height: 245px;
    overflow-y: auto;
}
.emojis_editor .list+.list{
    margin: 5px 0 0;
}
.emojis_editor .title{
    margin: 0 0 5px;
    font-weight: bold;
}
.emojis_editor .emoji_list{
    border: 1px solid #ddd; 
}
.emojis_editor .expressionone a{
    padding: 5px!important;
    width: auto!important;
}
.expression a,.expressionone a{
    padding: 10px;
    display: inline-block;
    width: 30px;
}
.emoji_input input{
    width: 100%;
    height: 35px;
    padding: 0 10px;
    border: 1px solid #999;
}
#input_title_emojione{
    margin-top: 15px;
    border-color: #999;
}
.Thesample{
    position: relative;
    width: fit-content;
    color: #ff793f;
    margin-top: 5px;
}
.Thesample:hover{
    cursor: pointer;
}
.sample{
  position: absolute;
  right: -226px;
  top: -50px;
  width: 221px;
}
.Prompt_info{
    font-size: 13px;
    color: #999;
    padding-top: 10px;
}
.copy_use{
    display: flex;
    justify-content: end;
    padding-top: 15px;
}
.copy_use a{
   background-color: #ff793f;
   color: #fff;
   border-radius: 4px;
   padding: 5px 10px;
}
/*  */
.wrappers{
    width:350px;
    height:0px;
}
/* 设置进度条容器 */
.wrapper{
    width:300px;
    height:5px;
    margin-bottom:0;
    line-height:5px;
    position:relative;
    background-color:#eee;
}
/* 设置进度条显示颜色 */
#progress{
    width:211px;
    height:100%;
    background-color:#ff793f;
}
/* 设置进度条右侧圆点 */
#progress-bar{
    width:15px;
    height:15px;
    position:absolute;
    bottom:-6px;
    left: 211px;
    border-radius: 50%;
    border: 1px solid #ff793f;
    background-color:#fff;
}
/* 设置显示百分比 */
#show{
    position:relative;
    left:211px;
    top:-29px;
}
.foram_a a{
    padding: 1px 11px;
    border-radius: 4px;
    border: 1px solid #999;
    color: #333;
    margin-right: 25px;
}
.foram_a .secet{
    border: none;
    background-color: #ff793f;
    color: #fff !important;
}
.footertwo li{
    color: #333;
}
.footertwo .active{
    color: #ff793f;
    border-bottom: 1px solid #ff793f;
}
.colpick_rgbhex{
    background-color: #fff;
    overflow: initial !important;
    padding-bottom: 35px;
    min-height: 205px !important;
    z-index: 99999999;
}
.colpick{
    height: 205px !important;
}

/* 通用样式 */
.display_flex { display: flex; }
.display_column { display: flex; flex-direction: column; }
.display_column_ac { display: flex; flex-direction: column; align-items: center; }
.display_column_jc { display: flex; flex-direction: column; justify-content: center; }
.display_column_jb { display: flex; flex-direction: column; justify-content: space-between; }
.display_column_ac_jc { display: flex; flex-direction: column; justify-content: center; align-items: center; }
.display_column_ac_jb { display: flex; flex-direction: column; justify-content: space-between; align-items: center; }
.display_column_ar_jr { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; }
.display_flex_ac { display: flex; align-items: center; }
.display_flex_jc { display: flex; justify-content: center; }
.display_flex_af { display: flex; align-items: flex-end; }
.display_flex_jb { display: flex; justify-content: space-between; }
.display_flex_ac_jb { display: flex; align-items: center; justify-content: space-between; }
.display_flex_ab_jc { display: flex; align-items: baseline; justify-content: center; }
.display_flex_ac_jc { display: flex; align-items: center; justify-content: center; }
.display_flex_af_jc { display: flex; align-items: flex-end; justify-content: center; }
.display_flex_wrap { flex-wrap: wrap; display: flex; }
.display_flex_wrap_aj { flex-wrap: wrap; display: flex; align-content: flex-start; justify-content: flex-start; }
.display_flex_wrap_jc { flex-wrap: wrap; display: flex; justify-content: center; }
.display_flex_wrap_jb { flex-wrap: wrap; display: flex; justify-content: space-between; }
.display_inline_va_m { vertical-align: middle; display: inline-block; }
.display_none { display: none; }
.cursor_pointer{cursor: pointer;}
.flex_0 { flex: 0; }
.flex_1 { flex: 1; }
.flex_1_5 { flex: 1.5; }
.flex_2 { flex: 2; }

/* 禁止选中 */
.no-select{-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}

/* 单行省略号 */
.single_ellipsis{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;}

/* 二行省略号 */
.double_ellipsis{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}

/* 防止图片模糊 */
.clear_img { image-rendering: -moz-crisp-edges; image-rendering: -o-crisp-edges; image-rendering: -webkit-optimize-contrast; image-rendering: crisp-edges; -ms-interpolation-mode: nearest-neighbor; }
