/* s弹窗公共的样式*/

* {
    padding: 0;
    margin: 0;
    list-style: none;
}

.pop {}

.mask {
    position: fixed;
    width: 100%;
    height: 100%;
    background: red;
    z-index: 990;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
}

/* s 列表弹窗组件 */
.leadContent_ask {
    /* z-index: 999 !important;
    background-color: #ffffff;
    border-radius: 4px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(0) translateY(0) !important;
    margin-top: -274px !important;
    margin-left: -359px !important;
    padding: 38px 20px 50px;
    overflow: hidden; */
}
.leadContent_ask .leadPopTit{
    width: 98.3%;
    text-align: left;
    color: #666666;
    font-size: 16px;
    margin-bottom:  0px !important;
    background-color: #f7fbfc;
    height: 38px;
    line-height: 38px;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 12px;
    border-radius: 4px 4px 0 0;
}
.popClose {
    width: 14px;
    height: 14px;
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 997;
    cursor: pointer;
}
.askLine{
    margin-top: 19px;
    font-size: 14px;
    color: #666666;
}
.askTit{
    width: 111px;
    text-align: right;
    display: inline-block;
}
.askRight{
    display: inline-block;
    margin-left: 14px;
}
.xl_cust_status .el-select .el-input.is-focus .el-input__inner{
    border-color: #19b0b0;
}
.xl_cust_status .el-select .el-input .is-reverse{
    color: #28cccc;
}
.xl_cust_status .el-select .el-input__inner:focus{
border-color: #19b0b0;
}
.xlSelect .el-select-dropdown__item.hover,.xlSelect .el-select-dropdown__item:hover{
    background-color: rgba(234, 234, 234,0.5);
    border-radius: 4px;
}
.el-popper[x-placement^=bottom] .popper__arrow{
    display: none;
  }
/* .el-select-dropdown{
      top: 244px !important;
  } */
  .el-select>.el-input>input{
      border-radius: 4px;
  }
  .xl_cust_status .el-input__inner{
	width: 292px;
	height: 28px;
	border-radius: 4px;
  line-height: 28px;
}
.xl_cust_status .el-input__icon{
    line-height: 28px;
}
.red{
    color: #e94637;
}
.ask_rate{
    height: 14px;
}
.ask_content .el-textarea{
    width: 516px;
    height: 151px;
    vertical-align:top
}
.el-textarea__inner{
    height: 100%;
}
.ask_tel .el-input__inner{
    width: 292px;
	height: 32px;
    border-radius: 4px;
    line-height: 32px;
}
.ask_up{
    vertical-align: top;
}
.ask_up>div{
    display: flex;
}
.el-upload--picture-card{
    width: 64px;
    height: 65px;
    line-height: 65px;
}
.ask_up .el-upload-list--picture-card{
    display: flex;
}
.ask_up .el-upload-list--picture-card .el-upload-list__item{
    width: 64px;
	height: 65px;
}
.ask_up .el-upload-list--picture-card .el-upload-list__item-thumbnail{
    height: 65px;
    border-radius: 4px;
}
.ask_up .el-upload-list__item-actions{
    height: 65px;
    border-radius: 4px;
}
.ask_up .el-upload--picture-card{
    border: solid 1px #e5e5e5;
}
/* .v-modal{
    display: none;
} */
.el-upload-list__item-actions{
    position: relative;
}
.el-upload-list__item-preview{
    position: absolute;
    left: 0;
    bottom: 12px;
    width: 17px;
    height: 17px;
    display: inline-block;border-radius: 2px;
}
.el-upload-list__item-delete{
    position: absolute !important;
    right: -7px;
    top: -20px;
}
.ask_tips{
    color: #999;
    margin-top: 10px;
    font-size: 12px;
}
.ask_btn{
    text-align: center;
    margin-top: 19px;
}
.ask_btn button{
    margin: 0 3px;
}
.xl_preview_img{
    max-width: 1920px;
    max-height: 937px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 999 !important;
}
.el-icon-star-on{
    /* // ffd000 ffdc41 */
     /* font-weight: bolder !important;
     color:#ffdc41 !important;
     -webkit-mask-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffd000), to(rgba(0, 0, 255))) !important; */
    /* color: transparent !important;
    background-image: linear-gradient(-40deg, #ffd000 0%, #ffdc41 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
     }

     .el-rate{
         height: 20px !important;
     }
     .el-rate__icon{
         font-size: 20px;
         margin-right: 2px;
     }

.leadContent_ask .el-input__inner{
    border: 1px solid #e5e5e5 !important;
    font-size: 14px;
    color: #333;
    caret-color:#28cccc; 
}
.leadContent_ask .el-input__inner:focus{
    border: 1px solid #28cccc !important;
}
.leadContent_ask .el-textarea__inner{
    border: 1px solid #e5e5e5 !important;
    font-size: 14px;
    color: #333;
    caret-color:#28cccc; 
}
.leadContent_ask .el-textarea__inner:focus{
    border: 1px solid #28cccc !important;
}
.leadContent_ask .el-scrollbar__bar.is-vertical{
    width: 4px !important;
}
.xlSelect .el-select-dropdown__item{
    width: 271px;
    margin-left: 10px;
}
.xlSelect .el-select-dropdown__item:hover{
    color: #19b0b0 !important;
    border-radius: 4px !important;
}
.el-scrollbar__wrap{
    /* padding-bottom: 31px; */
}
.el-icon-arrow-up::before {
    content: "\e78f" !important;
}
.check-origin,.ask-deleted{
   display: inline-block;
   width: 17px;
   height: 17px;
}
.check-origin img,.ask-deleted img{
    width: 17px;
    height: 17px;
 }
 .el-upload-list--picture-card .el-upload-list__item-actions{
    /* width: 64px;
	height: 64px; */
 }
 .el-upload-list--picture-card .el-upload-list__item{
     overflow: initial;
     width: 64px;
	height: 64px;
 }
 .el-upload-list--picture-card .el-upload-list__item-actions{
     border-radius: 4px;
 }
 .el-upload--picture-card{
    width: 64px;
    height: 65px;
    line-height: 65px;
}
.ask_up .el-upload-list--picture-card{
    display: flex;
}
.ask_up .el-upload-list--picture-card .el-upload-list__item{
    width: 64px;
	height: 65px;
}
.ask_up .el-upload-list--picture-card .el-upload-list__item-thumbnail{
    height: 65px;
    border-radius: 4px;
}
.ask_up .el-upload-list__item-actions{
    height: 65px;
    border-radius: 4px;
}
 .ask-up{
    width: 18px;
    height: 19px;
    margin-bottom: 5px;
 }
 .ask_up .el-upload--picture-card{
     background: #fff;
 }
 .el-icon-star-off{
     color: #eaeaea !important;
 }
 .el-icon-star-off:before{
    content: "\e797";
 }
 ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #999 !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #999 !important;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #999 !important;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #999 !important;
}
.el-dialog{
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    margin:0 !important;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
.el-dialog .el-dialog__body{
    padding: 10px 20px 50px 20px;
    flex:1;
    overflow: auto;
}