@charset "UTF-8";
/*
 * @Description: 存放全局样式
 * @Author: Sela 112
 * @Date: 2020-03-07 15:50:24
 * @LastEditTime: 2020-07-13 14:15:27
 * @LastEditors:  
 */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /* font: inherit; */
  vertical-align: baseline;
  font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 栅格 覆盖下拉和日期默认样式 */
.el-selel-select,
.el-date-editor{
  width: 100%;
}
/* 超长显示省略号 */
.set-overflow{
  max-width: 500px;
  white-space:nowrap;
  text-overflow:ellipsis;
  overflow:hidden;
}
.set-overflow-two{
   text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/* 表格首列需要设置定宽 统一放到global，由于element-ui初始化表格会进行划分，如果设置width：-1，会挤掉最后一列，现在统一放到kf_layout.jet里 */
/* .page_examine_learning .el-table__header  th:nth-child(2),
.page_examine_learning .el-table__row  td:nth-child(2),
.page_material_base .el-table__header  th:nth-child(2),
.page_material_base .el-table__row  td:nth-child(2),
.page_speak_art .el-table__header  th:nth-child(2),
.page_speak_art .el-table__row  td:nth-child(2){
  width: 500px;
} */
/* 引用资料选择技能组分类样式 */
.set-quote .set-border{
  width: 450px;
}
.set-border .set-skillgroup-overflow{
  width: auto;
  max-width: 75%;
}
/* 表格上方button */
.set-right-btn{
  float: right;
}
.table-btn-wrap{
  margin-bottom: 20px;
}
.main-wrap {
  padding: 84px 24px 0 224px;
  min-width: 1015px;
}
/* 话术样式调整 */
.set-icon-plus{
  font-size: 20px;
  padding-top: 4px;
  color: #2562EE;
}
.set-quote .el-dialog{
  width: 620px !important;
}
.demo-ruleForm .set-answer{
  border:1px solid #DCDFE5; 
  width: 559px;
  padding-top: 20px;
  border-radius: 7px;
  margin-top: 8px;
}
.set-answer-wrap{
  padding-bottom: 8px;
  display: flex;
}
.set-add-speakart{
  font-size:13px;
  padding-left: 8px;
      padding-top: 4px;
}
.set-tips{
  margin-left:16px;
  font-size:13px;
  padding-top: 4px;
}
.set-delete{
  background: #F4F7FD;
  border-radius: 11px;
  display:inline-block;
  width:74px;
  height:28px;
  line-height: 28px;
  margin-left: auto;
}
.set-top{
  font-size:13px;
  color: #2562EE;
  line-height: 28px;
}
.set-answer .el-link--inner{
  padding: 10px 10px 10px 0px !important;
}
.set-answer .el-divider--horizontal{
  margin:15.5px 0 !important;
}
/* 所属分类样式 */
.set-classify{
  display: inline-block;
  /* width: 360px;
  height: 76px; */
  width: 526px;
  /* height: 120px; */
  border: 1px solid #D7DAE2;
  border-radius: 4px;
  overflow:auto;
  overflow-x:hidden;
  max-height: 120px;
  min-height: 27px;
}
/* .set-tag{
    width: 224px;
    background: #b1e3fa;
    display: flex;
    border-radius: 5px;
    padding-left: 5px;
    margin: 10px;
    justify-content: space-between;
}
.set-tag-font{
  font-size: 12px;
}
.set-icon{
    font-size: 15px;
    padding: 10px;
} */
.set-top-fontweight{
  font-weight:600
}
.set-tag{
  width: 243px;
  border-radius: 4px;
  background: #E8EFFC;
  display: flex;
  /* padding: 5px; */
  margin: 10px;
  justify-content: space-between;
  line-height: 20px;
  height: 40px;
  align-items: center;
}
/* // 产品方案变更不需要标签自适应 */
.set-tag-span{
/* // display: inline-block;
// max-width: 320px; */
font-size: 14px;
color: #2562EE;
padding-left: 8px;
}
.set-icon-delete{
  font-size: 15px;
  padding: 12px 5px;
  color: #C8CED9;
}
.set-placeholder{
  color:#C1C5CC;
  font-size:12px;
  padding-left: 9px;
}
.parent{
      width: 100%;
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    flex-wrap: wrap;
}
.child{
    box-sizing: border-box;
    flex: 0 0 40%;
    display: flex;
}
.add-lineheight{
    line-height: 40px;
    height: 40px;
}
.el-upload__tip{
  color: #FF0000 !important;
}
/* 话术单独设置样式 */
.classify-width .el-form-item__content{
  width: 700px;
}
/* 去除上传文件动画 */
.el-upload-list__item {
  transition: none !important;
}

.main-wrap_mini {
  max-width: 1330px;
}

@media only screen and (max-width: 1920px) {
  .main-wrap .el-form-item__label {
    font-size: 12px;
  }
  .main-wrap .el-checkbox__label {
    font-size: 12px;
  }
  .main-wrap .el-form-item__label {
    padding: 0 0 0 0;
  }
  .main-wrap .el-range-editor--mini.el-input__inner {
    /* max-width: 312px; */
  }
  .search-box .el-form-item--mini.el-form-item {
    margin-bottom: 10px;
  }
}
/* 复选框文字统一大小 */
.select-wrap .el-checkbox__label {
  font-size: 12px;
}
/* 复选框自适应外边距 */
@media only screen and (max-width: 1379px) {
  .select-wrap .el-checkbox{
    margin-right:2px !important
  }
}
@media screen and (min-width:1380px) and (max-width:1479px){
  .select-wrap .el-checkbox{
    margin-right:5px !important
  }
}
@media screen and (min-width:1480px) and (max-width:1579px){
  .select-wrap .el-checkbox{
    margin-right:20px !important
  }
}
@media screen and (min-width:1580px){
  .select-wrap .el-checkbox{
    margin-right:30px !important
  }
}
.search-box .el-checkbox__label{
  padding-left: 5px; 
}
body {
  background: #F9F9F9;
}

.text-two-line {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.menu-box {
  padding: 0 20px 0 20px;
  background-color: white;
}

.menu-box__tab {
  font-size: 14px;
}

.menu-box__tab .el-menu-item {
  text-align: center;
}

.menu-box .el-menu--horizontal > .el-menu-item {
  height: 40px;
  line-height: 40px;
}

.search-box {
  padding: 0 20px;
  background-color: white;
}

.search-box__tab {
  font-size: 14px;
}

.search-box__tab .el-menu-item {
  text-align: center;
}

.search-box .select-wrap {
  padding-top: 20px;
}
/* 内容最外层设置最小宽*/
.content-wrap{
  min-width: 1035px;
}
/* 筛选项表单设置范围 */
.set-max-min {
  min-width: 1000px;
  max-width: 1432px;
}
/* 筛选项下面的宽度自适应 */
.select-wrap .el-select,
.select-wrap .el-date-editor{
    width: 100% !important;
}
.set-select-btn{
  padding: 4px 0 24px 0;
}
.content-box {
  margin-top: 10px;
  background-color: white;
  padding: 20px;
  font-size: 14px;
}

.content-box .el-table {
  width: 100%;
  border-top: 1px solid #EBEEF5;
  margin-top: 10px;
}

.content-box .ope-box {
  margin-bottom: 25px;
}

.content-box_empty {
  margin-top: 50px;
  color: #807c7c;
  padding: 40px;
  text-align: center;
}

.welcome-wrap {
  text-align: center;
  margin-top: 160px;
  color: #807c7c;
}

.page-box {
  padding: 20px;
}

.empty-box {
  text-align: center;
  margin: 30px;
}

.empty-box img {
  display: inline-block;
}

.empty-box p {
  font-size: 14px;
  color: #807c7c;
}

.fix-wrap {
  /* box-shadow: inset 0 2px 5px #efecec;
  position: fixed;
  bottom: 0;
  line-height: 60px;
  background: white;
  text-align: center;
  left: 0;
  right: 0;
  z-index: 100; */
  /* box-shadow: inset 0 8px 8px #f9f9f9; */
  border: 1px solid #EBEEF5;
  position: fixed;
  bottom: 0;
  line-height: 115px;
  background: white;
  text-align: center;
  left: 217px;
  right: 14px;
  z-index: 100;
  padding-top: -2px;
  height: 88px;
  border-radius: 4px;
}

.fix-wrap .btn-wrap {
  /* width: 1060px;
  line-height: 60px;
  display: inline-block;
  position: relative;
  height: 40px; */
  display: inline-block;
  height: 40px;
  margin-top: 24px;
}
.fix-wrap .dialog-footer-btn{
  width: 98px !important;
  height: 40px !important;
  border-radius: 4px !important;
  margin-right: 24px !important;
  font-size: 14px !important;
}
.fix-wrap .btn-wrap__box {
  /* position: absolute;
  right: 0; */
  position: absolute;
  right: 0;
  bottom: -18px;
}
.el-upload-list{
  max-height: 120px;
  overflow-y: auto;
}
.time-line {
  line-height: 15px;
}

/* element样式重置 start */
/* 去掉input尾部上下小箭头 start */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -o-appearance: none !important;
  -ms-appearance: none !important;
  appearance: none !important;
  margin: 0;
}

input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  -o-appearance: textfield;
  -ms-appearance: textfield;
  appearance: textfield;
}

/* 去掉input尾部上下小箭头 end */


/*# sourceMappingURL=kf_global.63797.css.map*/