@charset "utf-8";
/**
 * 西橘UI组件
 * @author yanxibie<http://blog.yanxibie.com>
 * @date 2016/8/18 17:17
 */
/* 内容展示区 */
.widget-section {
    color: #666;
    padding: 20px 0;
}

.widget-section h1 {
    font-size: 26px;
    color: #333;
    font-weight: 700;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.widget-section h2 {
    font-size: 20px;
    color: #666;
    font-weight: 700;
    padding: 10px 0;
}

.widget-section h3 {
    font-size: 16px;
    color: #666;
    font-weight: 700;
}

.widget-section-content,
.widget-section-list {
    line-height: 32px;
}

.widget-section-list {
    padding-left: 20px;
}

.widget-section-list li {
    list-style-type: disc;
}

/* 滚动至顶部 */
.widget-scrolltop {
    position: fixed;
    right: 15px;
    bottom: 15px;
}

.widget-scrolltop a {
    width: 32px;
    height: 32px;
    background: url("pkg/img/widget/scrolltop.png") no-repeat 0 0;
    display: block;
}

/* 工具提示 */
.widget-tooltip-placement {
    position: absolute;
    background: #333;
    border-radius: 3px;
    padding: 3px 10px;
    line-height: 25px;
    color: #fff;
    font-size: 12px;
    white-space: nowrap;
    /*opacity: .8;*/
    /*-webkit-box-shadow: 1px 1px 6px #ddd;*/
    /*-moz-box-shadow: 1px 1px 6px #ddd;*/
    /*box-shadow: 1px 1px 6px #ddd;*/
    z-index: 9999;
}

.widget-tooltip-placement-left {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #333;
    right: -8px;
    top: 50%;
    margin-top: -8px;
}

.widget-tooltip-placement-right {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #333;
    left: -8px;
    top: 50%;
    margin-top: -8px;
}

.widget-tooltip-placement-top {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #333;
    bottom: -8px;
    left: 50%;
    margin-left: -8px;
}

.widget-tooltip-placement-bottom {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #333;
    top: -8px;
    left: 50%;
    margin-left: -8px;
}

.widget-tooltip-placement-left,
.widget-tooltip-placement-right,
.widget-tooltip-placement-top,
.widget-tooltip-placement-bottom {
    position: absolute;
    z-index: 10000
}

.widget-form-select-ul-txt {
    width: 100%;
    height: 36px;
    line-height: 36px;
    border: 1px solid #dcdcdc;
    /*  border-bottom: none;*/
    min-width: 120px;
    color: #9a9a9a;
    text-indent: 10px;
    cursor: pointer;
}

.widget-form-select-ul {
    position: relative;
    top: 0;
    left: 0;
}

.widget-form-select-ul-txt i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/pkg/img/crm/icons/list.png) no-repeat 7px -225px;
    float: right;
    margin: 10px 5px 0 0;
}

.widget-form-select-ul li {
    width: 100%;
    display: block;
    text-indent: 10px;
    padding: 5px 0;
    border-bottom: 1px solid #dcdcdc;
    color: #9a9a9a;
    cursor: pointer;
}

.widget-form-select-ul li:last-child {
    border-bottom: none;
}

.widget-form-select-ul li:hover {
    background: #02bbff;
    color: #FFF;
}

.widget-form-select-ul ul {
    display: none;
    position: absolute;
    top: 38px;
    left: 0;
    min-width: 120px;
    width: 100%;
    border: 1px solid #dcdcdc;
    border-top: none;
    max-height: 188px;
    overflow-y: auto;
    background: #FFF;
    z-index: 11;
    box-shadow: 0 0 5px #ddd;
}

/* 下拉框的美化 */
.widget-form-select {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 1px solid #dedede;
    height: 36px;
    line-height: 36px;
    text-indent: 10px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #666;
    background: #fff;
}

.widget-form-select-arrow {
    position: absolute;
    width: 0;
    height: 0;
    bottom: 14px;
    right: 15px;
}

.widget-form-select-defar {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #aaa;
}

.widget-form-select-ar {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #aaa;
}

.widget-form-select-hover {
    border-color: #9a9a9a #dedede #dedede #9a9a9a;
}

.widget-form-select-focus {
    border-color: #4d90e7;
}

.widget-form-select-list {
    position: absolute;
    width: 100%;
    max-height: 185px;
    border: 1px solid #dedede;
    border-top: 0;
    background: #fff;
    top: 38px;
    left: 0;
    box-shadow: 0 0 1px #ddd;
    overflow-y: auto;
    display: none;
}

.widget-form-select-list li {
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #ededed;
    text-indent: 1em;
}

.widget-form-select-group li {
    text-indent: 2em;
}

.widget-form-select-group .widget-form-select-group-label {
    background: #f0f0f0;
    pointer-events: none;
    font-weight: bold;
    text-indent: 1em;
}

.widget-form-select-list li:last-child {
    border-bottom: 0;
}

.widget-form-select-list li:hover {
    background: #f5f5f5;
}

.widget-form-select-ul {
    position: relative;
}

.widget-form-select-ul-placeholder {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 36px;
    line-height: 36px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    text-indent: 16px;
}

.widget-form-select-ul-placeholder i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/pkg/img/crm/icons/form-step-reduce-icon.png) no-repeat 0 0;
    position: absolute;
    right: 0;
    top: 15px;
}

.widget-form-select-ul-down {
    display: none;
    border: 1px solid #dcdcdc;
    border-top: none;
    position: absolute;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
}

.widget-form-select-ul-down li {
    border-bottom: 1px solid #dcdcdc;
    text-indent: 10px;
    height: 24px;
    line-height: 24px;
    background: #FFF;
}

.widget-form-select-ul-down li:hover {
    background: #02bbff;
    color: #FFF;
}

.widget-form-select-ul-down li:last-child {
    border-bottom: none;
}

/*统一设计样式*/
.form-label {
    font-family: inherit;
}

.form-label-need {
    color: #d90416;
    font-size: 20px;
    line-height: 40px;
    display: inline-block;
}

.form-label-info {
    line-height: 40px;
    display: inline-block;
}

.form-text {
    border-radius: 5px;
    text-indent: 16px;
}

.form-submit, .btn-primary, .btn {
    border-radius: 5px;
    min-width: 20px;
    font-family: inherit;
    padding-right: 18px;
    padding-left: 18px;
}

.table .no-data {
    line-height: 40px;
    border: none;
    text-indent: 0;
    color: #aaa;
}

.no-data {
    line-height: 80px;
    text-indent: 2em;
    color: #aaa;
}

/**===========layer skin ===========**/
body .layer-evaluate .layui-layer-title{border:none;background:#fff;color:#3d3f40}
body .layer-evaluate .layui-layer-btn{border-top:1px solid #e9e7e7}
body .layer-evaluate .layui-layer-btn a{background:#333}
body .layer-evaluate .layui-layer-btn .layui-layer-btn1{background:#999}
body .evaluate-box .el-tab{clear:both;overflow:hidden;margin:0 auto;margin-bottom:25px;width:200px;height:40px;cursor:pointer}
body .evaluate-box .el-tab .el-tab-item{float:left;display:block;margin-right:15px;padding:10px 0;width:5pc;height:1pc;color:#b2bbbf;text-align:center;font-size:1pc}
body .evaluate-box .el-tab .el-tab-item.active{border-bottom:3px solid #3d94f5;color:#3d3f40}
body .el-content .el-item{clear:left;overflow:hidden}
body .el-content .el-item-fl{float:left}
body .el-content .el-item-fl span{display:inline-block;margin:0 17px 7px 0;padding:8px 28px;border:1px solid #eaeff5;border-radius:15px;background:#eaeff5;color:#4d4f4f;white-space:nowrap;font-size:11px;cursor:pointer}
body .el-content .el-item-fl span.active{background:#3d94f5;color:#fff}
body .el-item-label{padding:8px 19px 29px 0;width:14%;text-align:right;font-size:9pt}
body .el-item-right{width:71%}
body .el-content .el-item-fl span.tag-add{border:1px solid #3d94f5;background:#fff;color:#3d94f5}
body .el-item-submit{margin-top:20px;width:86px}
body .el-item-fl .el-item-pj{float:left;margin:0 23px 30px 0;width:130px;height:3pc;border-radius:33px;background:url(/pkg/img/crm/misc/fl-el.png) no-repeat;cursor:pointer}
body .el-item-fl .el-item-pj .el-item-pjtxt{position:relative;top:58px;left:0;text-align:center;}
body .el-item-fl .el-item-pj.is_good1{border:1px solid #e45d63;background-position:15px 2px;color: #92979E;}
body .el-item-fl .el-item-pj.is_good1.active{border:1px solid #E45D63;background-color: #FB8D92;background-position:15px -41px;}
body .el-item-fl .el-item-pj.active .el-item-pjtxt{color: #4F5151;font-weight: bold;}
body .el-item-fl .el-item-pj.is_good2{border:1px solid #C28B59;background-position:-105px 2px;color: #92979E;}
body .el-item-fl .el-item-pj.is_good2.active{border:1px solid #C28B59;background-color: #F5CAA3;background-position:-105px -41px;}
body .el-item-fl .el-item-pj.is_good3{border:1px solid #8796A9;background-position:-225px 2px;color: #92979E;}
body .el-item-fl .el-item-pj.is_good3.active{border:1px solid #8796A9;background-color: #B9CADF;background-position:-225px -41px;}

body .el-item-scroll_y{
    height: 156px;
    overflow-y: scroll;
    overflow-x: hidden;
}

body .el-bg{padding: 5px; }
body .el-bg .el-star {
    margin-right: 6px;
    width: 21px;
    height: 21px;
    display: inline-block;
    background: #f5f8fb;
    background: url(/pkg/img/crm/misc/fl-el.png) no-repeat -347px -22px;
    cursor: pointer;
}
body .el-bg .el-star.light-star{
    background: url(/pkg/img/crm/misc/fl-el.png) no-repeat -347px -66px;
}
/**===========layer skin end===========**/