@charset "UTF-8";
/**
 * 弹窗类
 */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

body, div, h3, h4, button {
    margin: 0;
    padding: 0;
}
select{
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
}
body {
    line-height: 1.5;
    /*-webkit-user-select: none;*/
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    outline: 0;
}

h3, h4 {
    font-size: 100%;
    font-weight: normal;
}
.ours-body-bar-hidden{
    overflow: hidden;
}
.ours-border-b {
    border-bottom: 1px solid #e0e0e0;
}

.ours-dialog {
    /*display: table;*/
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    position: fixed;
    z-index: 400;
    top: 0;
    left: 0
}
.ours-dialog:after{
    content: "";
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}
.ours-dialog-box {
    vertical-align: middle;
    display: inline-block;
    text-align: center;
}

.ours-dialog-area, .ours-dialog-cnt {
    width: 500px;
    background: #ffffff;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}
.show-close-btn{
    background: url("../images/show-close-btn.png") rgba(0,0,0,.5) center no-repeat;
    background-position: 13px 7px;
    width: 36px;
    height: 36px;
    display: inline-block;
    border-bottom-left-radius: 60px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    cursor: pointer;
}

.ours-dialog-hd, .ours-dialog-hd-1 {
    width: 100%;
    line-height: 40px;
    height: 40px;
    padding:0 36px 0 20px;
    float: left;
    font-size: 14px;
    position: relative;
    text-align: left;
}

.ours-dialog-hd {
    background: #e5e5e5;
}

.ours-dialog-hd-1 {
    background: #fff;
    border-bottom: 1px solid #eaeaea;
}

.ours-dialog-hd h3, .ours-dialog-hd-1 h3 {
    font-size: 14px;
    font-weight: normal;
    padding-right: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #515151;
    /*overflow: hidden*//*为了给title后面加问号故注释掉*/
}

.ours-dialog-close {
    background: url(../images/list-newform-close.png) no-repeat;
    background-size: 12px 12px;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -6px;
    cursor: pointer;
}
.fullScreen-close{
    background-image: url("../images/dialog-commonclose-icon.png");
    background-size: 18px 18px;
    background-color: rgba(0, 0, 0, .5);
    background-repeat: no-repeat;
    background-position: 12px 6px;
    width: 36px;
    height: 36px;
    border-bottom-left-radius: 50px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    cursor: pointer;
}
.ours-dialog-bd {
    background: #ffffff;
    width: 100%;
    padding: 20px;
    padding-bottom: 10px;
    float: left;
    text-align: center;
    font-size: 14px;
}

.ours-dialog-bd img {
    display: -webkit-box;
    display: -moz-box;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 15px;
}

.ours-dialog-ft, .ours-dialog-ft-1 {
    background: #ffffff;
    width: 100%;
    padding: 20px 0;
    float: left;
    text-align: center;
    position: absolute;
    bottom: 0;
}

.ours-dialog-cnt .ours-dialog-ft {
    position: static;
}
.ours-dialog-ft-1 {
    border-top: 1px solid #eaeaea;
}

.ours-dialog-ft-1 .ours-dialog-ok, .ours-dialog-ft-1 .ours-dialog-cancel {
    margin: 0 20px;
}

.ours-dialog-ok,
.ours-dialog-cancel,
.ours-dialog-button-l,
.ours-dialog-button-c,
.ours-dialog-button-r,
.ours-dialog-more-option {
    min-width: 90px;
    height: 34px;
    padding: 0 20px;
    margin: 0 25px;
    line-height: 34px;
    text-align: center;
    display: inline-block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
    border: 0;
    outline: none;
}

.ours-dialog-button-l {
    float: left;
}

.ours-dialog-button-r {
    float: right;
}
/* 引用枚举模板 选择右侧列表枚举值时 ”确定“按钮置灰 !@# */
.enum_confirm_button_disabled{
    background: #e6e6e6 !important;
    pointer-events: none;
    color: #fff !important;
}
.ours-dialog-ok {
    background: #2C82FC;
    color: #ffffff;
}

.ours-dialog-ok:hover {
    background: #63a4ed;
    color: #ffffff;
}
.ours-dialog-ok.disable,
.ours-dialog-ok:hover.disable{
    background: #b4b4b4;
    color: #ffffff;
}
.ours-dialog-cancel{
    background: #e6e6e6;
    color: #515151;
}
.ours-dialog-cancel:hover {
    background: #e1e1e1;
}
.ours-dialog-more-option{
    border: 1px solid #2C82FC;
    color: #2C82FC;
}
.ours-dialog-more-option:hover{
    background: #2C82FC;
    border: 1px solid #2C82FC;
    color: #ffffff;
}
.ours-dialog-ok, .ours-dialog-cancel, .ours-dialog-more-option{
    min-width: 90px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding: 0 20px;
    display: inline-block;
    border-radius: 3px;
}
/*输入框通用*/
.ours-dialog-item {
    width: 100%;
    float: left;
    margin-bottom: 16px;
}

.ours-dialog-item-words {
    width: 100px;
    float: left;
    line-height: 34px;
    color: #444444;
    font-size: 14px;
    text-align: right;
    margin-right: 10px;
}

.ours-dialog-item-button {
    background: #2C82FC;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    font-size: 14px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    display: inline-block;
    cursor: pointer;

}

.ours-dialog-item .text, .ours-dialog-item .text-code {
    width: 55%;
    font-size: 14px;
    color: rgb(153, 153, 153);
    overflow: hidden;
    padding: 8px 25px 8px 5px;
    border: 1px solid rgb(204, 204, 204);
    outline: none;
    line-height: 14px;
    float: left;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.ours-dialog-item .text-code {
    width: 30%;
}

.ours-dialog-item .text:focus, .thickbox-form .text:focus, .ours-dialog-item .text-code:focus {
    border: 1px solid rgb(44, 130, 252);
}

/*图片上传预览*/
.ours-dialog-imgproview {
    padding-left: 110px;
    margin-top: 20px;
}

.ours-dialog-imgproview span {
    width: 100px;
    height: 80px;
    padding: 5px;
    border: 1px solid #ccc;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
}

.ours-dialog-imgproview span img {
    width: 100%;
    height: 100%;
}

.ours-dialog-imgproview-delete {
    background: #ffffff;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -7px;
    right: -7px;
    border: 1px solid #ccc;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    color: #FF0000;
    font-style: normal;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 16px;
    cursor: pointer;
    z-index: 10;
}

.proview-info {
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    color: #ffffff;
    position: absolute;
    top: 0%;
    left: 0;
    display: none;
    color: #ffffff;
    font-size: 14px;
    z-index: 3;
    padding-top: 30%;
}

.ours-dialog-imgproview:hover .proview-info {
    display: block;
    cursor: pointer;
}

/********上传组件 公共样式 start********/
/**
     * 上传区域表格样式
     */
#thumbnails table {
    width: 100%;
    font-size: 12px;
    margin-top: 8px;
}

#thumbnails table td {
    word-wrap: break-word;
    word-break: break-all;
    padding: 10px 0;
}

#thumbnails {
    margin-top: 5px;
}

#thumbnails table {
    width: 100%;
}

#content form {
    margin-top: 10px;
}

.ours-dialog-upload-button {
    display: inline;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    color: #ffffff;
    font-size: 14px;
    background-color: #2C82FC;
    padding: 8px;
}

#thumbnails table tr td:nth-child(1) {
    width: 100px;
    text-align: center;
}

#thumbnails table tr td:nth-child(2) {
    width: 300px;
    text-align: left;
    font-size: 12px;
}

#thumbnails table tr td:nth-child(3) {
    width: 100px;
    text-align: center;
}

#thumbnails table tr td:nth-child(4) {
    width: 40px;
    text-align: center;
}

#thumbnails table tr:nth-child(2n) {
    background: #ebf1f7;
}

/**
 * 上传队列区域
 */
.ours-dialog-upload-area {
    max-height: 300px;
    margin-top: 10px;
    overflow-y: auto;
}

/********上传组件 公共样式 end********/

/*dialog-iframe弹窗样式*/
.ours-class-dialog-11 {

}

.ours-dialog-area {
    width: 96%;
    height: 94%;
}

.ours-dialog-iframe {
    width: 100%;
    height: 100%;
    float: left;
    overflow-y: auto;
}

.ours-dialog-content {
    /* 2021-1-11 11:18:42 修正下陆框30个 公共枚举创建30多个 设置浏览规则 确定按钮被顶下去问题 wgq */
    /* height: 100%; */
    background-color: #ffffff;
    color: #515151;
    word-break: break-all;
    word-wrap: break-word;
}

.ours-dialog-iframe-content {
    width: 100%;
    position: absolute;
    top: 40px;
    bottom: 71px;
    background-color: #ffffff;
    float: left;
    overflow-y: auto;
}

.ours-dialog-iframe iframe, .ours-dialog-iframe-content iframe {
    width: 100%;
    height: 100%;
    float: left;
    border: 0;
    position: absolute;
    left: 0;
}

/**
 * 公共控件进度条 开始
 */
.ours-class-dialog-9 .ours-dialog {
    background: rgba(0, 0, 0, 0);
}

.ours-class-dialog-9 .ours-dialog .ours-dialog-cnt {
    width: auto;
    min-width: 130px;
    max-width: 90%;
    display: inline-block;
    padding: 55px 35px;
    background: rgba(0, 0, 0, .5);
    border-radius: 5px;
    color: #ffffff;
    text-align: center;
    font-size: 14px;

}

/** 公共控件进度条 结束*/
@-webkit-keyframes box-fade-up {
    0% {
        -webkit-transform: translate(0, 20px);
        transform: translate(0, 20px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes box-fade-up {
    0% {
        -webkit-transform: translate(0, 20px);
        transform: translate(0, 20px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.ours-zoomIn {
    -webkit-animation: box-fade-up .25s ease-out;
    animation: box-fade-up .25s ease-out;
}

@-webkit-keyframes box-share-up {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes box-share-up {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.nicEdit-main {
    padding: 11px 15px;
}
input.input-dialog-text,textarea.input-dialog-text{
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 0 5px;
    border: 1px solid #bdbdbd;
    outline: none;
    font-size: 14px;
    resize: none;
    border-radius: 3px;
}
textarea.input-dialog-text{
    height: 120px;
}
input:-moz-read-only.input-dialog-text,
textarea:-moz-read-only.input-dialog-text{
    border-color: transparent;
}
input:read-only.input-dialog-text,
textarea:read-only.input-dialog-text{
    border-color: transparent;
}
.dialog-input{
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
    position: relative;
}
.dialog-input label{
    width: 100%;
    display: inline-block;
    margin-bottom: 4px;
    font-size: 14px;
    color: #515151;
    text-align: left;
}
.dialog-input:last-child{
    margin-bottom: 0;
}
input.input-dialog-text {
    min-height: 36px;
}
/*textarea.input-dialog-text{
    min-height: 120px;

}*/
.dialog-textarea{
    background: #ffffff;
    width: 85%;
    height: 80px;
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    padding: 8px;
    margin: 0 auto;
    margin-top: 18px;
    font-size: 14px;
}
.ours-dialog-width-1{
    width: 640px !important;
}
.ours-dialog-width-2{
    width: 65% !important;
}
.ours-dialog-width-3{
    width: 85% !important;
}
/*点击查看图片*/
.ours-dialog-viewImage{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    display: table;
}
.ours-dialog-viewImage .view-image-bg{
    background: rgba(0,0,0,.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
}
.ours-dialog-viewImage .view-image-content{
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    _position: absolute;
    _top: 50%;
    _left: 50%;
}
.view-image-content .view-image-box{
    background: #ffffff;
    max-width: 66%;
    padding: 5px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    _position: relative;
    _top: -50%;
    _left: -50%;
    z-index: 10;
}
.view-image-box .images-area-info{
    max-width: 100%;
    max-height: 100%;
    display: block;
}
.view-image-box img{
    max-width: 100%;
    max-height: 520px;
    vertical-align: top;
}
.image-box-close{
    background:url("../images/dialog-commonclose-icon.png") rgba(0,0,0,.5) no-repeat;
    background-size: 16px 16px;
    background-position: 14px 6px;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20;
    border-bottom-left-radius: 60px;
    cursor: pointer;
}
/*点击查看图片*/
.handleRight-cont-num{
    font-family: Constantia, Georgia;
    position: absolute;
    right: 8px;
    bottom:8px;
    font-size: 40px;
    color: #f0f0f1;
    z-index: 1;
}
/*邮件设置下拉框样式*/
#email-set{
    display: inline-block;
    width: 40%;
}
#email-set select.ours-form{
    width: 100%;
}
/*自定义消息模板样式*/
.content-wrap{
    width: 100%;
    padding: 12px 0 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.line-wrap{
    margin-bottom: 25px;
    
}
.line-wrap .input-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}
.line-wrap .line-select{
    height: 30px;
    line-height: 30px;
    background :url(../images/xiajianjiao-arrow.png) no-repeat 98% center;
}
.line-wrap .line-label,
.line-wrap .line-input,
.line-wrap .line-select,
.line-wrap .line-textarea {
    display: inline-block;
}
.line-wrap .line-label{
    width: 70px;
    text-align: left;
}
.line-wrap .line-label.content-label{
    -ms-flex-item-align: start;
        align-self: flex-start;
}
.line-wrap .line-require{
    color: #EF645E;
    margin-left: 2px;
}
.line-wrap .line-input,
.line-wrap .line-select,
.line-wrap .line-textarea{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 12px;
    width: 400px;
    border: 1px solid #B7B7B7;
    border-radius: 2px;
    overflow: hidden;
    margin: 0 18px;
}
.line-wrap .line-input{
    height: 30px;
    line-height: 30px;
}
.line-wrap .line-textarea{
    padding: 4px 12px;
    height: 80px;
    resize: none;
}
.line-wrap .line-input:focus,
.line-wrap .line-textarea:focus{
    border-color: #2C82FC;
}
.line-wrap .line-input.tip,
.line-wrap .line-textarea.tip{
    border-color:  #EF645E;
}
.line-wrap .line-tip{
    position: absolute;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 88px;
    color: #EF645E;
}
.line-wrap .line-scan{
    position: relative;
    cursor: pointer;
    color: #2C82FC;
    -ms-flex-item-align: start;
        align-self: flex-start;
}
.line-wrap .line-scan:hover::after{
    position: absolute;
    left: -6px;
    top: 20px;
    content: '';
    display: inline-block;
    width: 250px;
    height: 154px;
    background: url(../images/msg-scan.png) center no-repeat;
}

#popup-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-size: 14px;
    color:#515151;
    z-index: 400;
    display: none;
    background: rgba(0,0,0,0.5);
}

#popup-wrapper .popup-content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 600px;
    /* height: 650px; */
    background: #fff;
}
.popup-content .popup-header{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 0 0 20px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #515151;
    background:#E6E6E6;
}
.popup-content .popup-header span{
    display: block;
    float: right;
    font-size: 12px;
    padding: 12px 20px;
    background: url(../images/list-newform-close.png) no-repeat;
    background-position: center;
    background-size: 12px 12px;
    width: 12px;
    height: 12px;
    cursor: pointer;
    margin-top: 6px;
}

.popup-content .popup-contain .list >li{
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
       -ms-flex-direction: row;
           flex-direction: row;
   padding: 20px 0 6px;
   margin: 0 20px;
   border-bottom: 1px solid #E6E6E6;
}
.popup-content .popup-contain .list >li .list-item-label{
    width: 10em;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    font-size: 14px;
    line-height: 1;
    color: #515151;
    opacity: 0.5;
}
.popup-content .popup-contain .list >li .list-item-content .title{
    display: block;
    line-height: 1;
    margin-bottom: 14px;
    font-size: 14px;
    color: #515151;
    font-weight:600;
}
.list-item-content .list-item-contain > li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 14px;
}
.list-item-content .list-item-contain > li .list-item-checkbox{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 14px;
}
.list-item-content .list-item-contain > li > label{
    width: 8em;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    text-align: right;
    margin-right: 20px;
}
.list-item-content .list-item-contain > li > input,
#smtp-strategy {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: #fff;
    border-radius: 2px;
    border:1px solid rgba(183,183,183,1);
    height: 30px;
    line-height: 30px;
 }
 /* #smtp-strategy option{
     font-size: 14px;
     padding: 0 20px;
     position: relative;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
     color: #606266;
     height: 34px;
     line-height: 34px;
     -webkit-box-sizing: border-box;
             box-sizing: border-box;
 } */
.send-wrapper {
    position: relative;
}
/*lygai
#send {
    position: absolute;
    bottom: 0;
    right: -5em;
    height: 30px;
    line-height: 30px;
    color: #2C82FC;
    font-size: 14px;
    cursor: pointer;
}*/

#send {
    cursor: pointer;
    width: 100%;
    display: block;
    text-align: left;
    font-size: 14px;
    line-height: 45px;
    margin: 0;
    padding: 0 10px;
    position: relative;
}
#send.fail {
    color: #FF5660;
}
#send.success {
    color: #24CCB8;
}
.button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    height: 60px;
}
.button-wrapper button{
    width:90px;
    height:34px;
    line-height:34px;
    text-align: center;
    border-radius:2px;
    font-size:14px;
    margin: 0 25px;
    border: none;
}
.button-wrapper .save-button{
    background:rgba(43,126,245,1);
    color: #fff;
}

.button-wrapper .save-button.button-disabled,
.button-wrapper .cancel-button{
    background:#E6E6E6;
    color: #515151;
}

.button-wrapper .save-button:disabled:after{
    content: "";
    background: transparent;
    display: none;
}

/* 企业邮箱设置-新增弹框样式 */
#email-set-popup{
    display: none
}
.set-wrap{
    width: 100%;
}
li.set-item{
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}
li.set-item:last-child{
    margin-bottom: 0;
}
.set-label{
    flex: none;
    display: inline-block;
    width: 140px;
    text-align: right;
    margin-right: 20px;
    padding-right: 24px;
}
.set-input{
    flex: none;
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    border-radius: 3px;
    padding-left: 16px;
    height: 34px;
    width: 270px;
    line-height: 32px;
}
.set-input:focus{ 
    border-color:#4982e5;
}
#control_deadline{
    width: 270px;
}
#deadline{
    border-color: #ccc;
}
#port{
    width: 124px;
}
.select-person{
    cursor: pointer;
    background: #fff url(../images/selectPerson-icon.png) 5px no-repeat;
    padding-left: 36px;
}
.checkbox-wrap,.radio-wrap{
    cursor: pointer;
}
.checkbox-wrap{
    margin-left: 34px;
}
.radio-wrap{
    margin-right: 58px;
    display: inline-flex;
    align-items: center;
}
.select-label{
    display: inline-flex;
    align-items: center;
}
.select-label.ssl-label{
    cursor: pointer;
    width: 112px;
}
.test-email,.test-success,.test-fail{
    cursor: pointer;
    margin-left: 10px;
}
.test-email{
    color: #2c82fc;
}
.test-success{
    display: none;
    color: #8fd6cd;
}
.test-fail{
    display: none;
    color: #e76567;
}
.checkbox-wrap{
    display: flex;
    align-items: center;
}

.has-help{
    position: relative;
}
.has-help .question-help{
    position: absolute;
    right: 0;
    top: 3px;
}

/* 载入场景样式 */
#scene-popup{
    display: none;
}
.scene-list-wrap{
    width: 100%;
    min-height: 200px;
}
.list-item{
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    padding-left: 24px;
    display: flex;
    align-items: center;
    border: none;
}
.head-list{
    background: #f0f4f9;
    border-bottom: 1px solid #e5e6e8;
}
.head-label{
    height: 24px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    border-left: 1px solid #e5e6e8;
}
.select-label{
    width: 80px;
}
.recruit-label{
    display: flex;
    align-items: center;
    margin-left: 18px;
}
.recruit-label .selected-icon{
    margin-right: 58px !important;
}

/* 单选、复选样式 */
input[type="radio"],input[type="checkbox"]{
    display: none
}
input[type="radio"]+.selected-icon,input[type="checkbox"]+.selected-icon{
    margin-right: 12px;
}
/*单选样式*/  
input[type="radio"]+.selected-icon {
    display: inline-block;
    background: #FFF;
    width: 16px;
    height: 16px;
    border: 1px solid #9D9D9D;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all .2s;
}
input[type="radio"]:checked+.selected-icon{
    border-color: #2c82fc;
    box-shadow: 0 0 0 5px #2c82fc inset;
}

/*复选*/
input[type="checkbox"]+.selected-icon{
    position: relative;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    display: inline-block;
    background: #FFF;
    border: 1px solid #aab2bd;
    -webkit-transition: background 0.28s ease;
    -o-transition: background 0.28s ease;
    transition: background 0.28s ease;
}
input[type="checkbox"]:checked+.selected-icon{
    background-color: #2C82FC;
    border-color: #2C82FC;
}
input[type="checkbox"]:checked+.selected-icon:after{
    position: absolute;
    content: '';
    top: 1px;
    left: -1px;
    width: 4px;
    height: 8px;
    border: 2px solid transparent;
    border-bottom-color: #FFF;
    border-right-color: #FFF;
    -webkit-transform: rotate(43deg);
    -ms-transform: rotate(43deg);
    -o-transform: rotate(43deg);
    transform: rotate(43deg);
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.ours-common-nav-item{
    font-size: 0;
    text-align: center;
    display: block;
    content: '';
    clear: both;
    overflow: hidden;
    padding: 20px 10px;

}
.search-container{
    float: right;
    margin-right: 10px;
}
.ours-common-nav-item-first{
    height: 60px;
    width: 309px;
    padding-left: 130px;
    background: url(../images/personauthentication.png) 70px center no-repeat;
    background-size: 60px;
    float: left;
}
.ours-common-nav-item-first-info{
    float: left;
    padding-left: 60px;
}
.ours-common-nav-item-first-perno{
    font-size: 28px;
}
.ours-common-nav-item-first-perdes{
    font-size: 14px;
    color: #515151;
}
.ours-common-nav-item-first-right-border{
    width: 1px;
    height: 50px;
    border-right: 1px solid #E6E6E6;
    float: right;
    margin-top: 5px;
}

.ours-common-nav-item-second{
    height: 60px;
    width: 309px;
    padding-left: 130px;
    background: url(../images/noauthentication.png) 70px center no-repeat;
    background-size: 60px;
    float: left;
}
.ours-common-nav-item-second-info{
    float: left;
    padding-left: 60px;
}
.ours-common-nav-item-second-perno{
    font-size: 28px;
}
.ours-common-nav-item-second-perdes{
    font-size: 14px;
    color: #515151;
}
.ours-common-nav-item-second-right-border{
    width: 1px;
    height: 50px;
    border-right: 1px solid #E6E6E6;
    float: right;
    margin-top: 5px;
}
.ours_select_area{
    font-size: 14px;
    color: #515151;
    position: relative;
    border-bottom: 1px solid #e5e6e8;
    height: 50px;
    padding-bottom: 10px;
}
.ours_select_title{
    float: left;
    padding-top: 10px;
    padding-right: 10px;
}
.ours_select_item{
    position: relative;
    float: left;
}

.ours-btns-area{
    margin-top: 10px;
}
.ours_selected_content{
    padding-right: 20px;
    height: 40px;
    width: 120px;
    border: 1px solid #E6E6E6;
    position: relative;
    text-align: center;
    line-height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 0;
    cursor: pointer;
    background: url(../controls/condition/images/search-arrow.jpg) center right no-repeat;
}
.ours_select_mask{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.ours_selected_content_dialog{
    display: none;
}
.ours_select_option{
    width: 120px;
    position: absolute;
    top: 44px;
    left: 0;
    background: #fff;
    border-radius: 4px;
    margin: 0 auto;
    padding: 2px;
    color: rgba(81,81,81,.8);
    font-size: 12px;
    border: solid 1px #ccc;
    box-shadow: 1px 1px 2px #dfdfdf;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    /* z-index: 999; */
    z-index: 200;
    max-height: 200px;
    overflow-y: auto;
}
.ours_select_option::after{
    display: block;
    width: 8px;
    height: 8px;
    content: '';
    background-color: #fff;
    border-top: solid 1px #ccc;
    border-right: solid 1px #ccc;
    position: absolute;
    top: -5px;
    left: 50%;
    margin-left: -4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    z-index: -1;
}
.ours_select_option li{
    min-width: 80px;
    padding: 0 15px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: rgba(81,81,81,.8);
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
}
.ours_select_option li:hover{
    background: #e6e6e6;
    cursor: pointer;
}
/*帮助说明*/
.design-help-info {
    background: #b9b9b9;
    width: 18px;
    height: 18px;
    font-size: 14px;
    color: #ffffff;
    line-height: 18px;
    text-align: center;
    font-family: arial, verdana, sans-serif;
    display: inline-block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-left: 8px;
    cursor: default;
    position: relative;
}

.design-help-info span {
    background: #b7b7b7;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
    border: 1px solid #e6e6e6;
    padding: 5px;
    font-size: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 150px;
    color: #ffffff;
    position: absolute;
    text-align: left;
    left: 112px;
    margin-left: -80px;
    top: -16px;
    z-index: 10;
    display: none;
}

.design-help-info i.triangle-up {
    width: 8px;
    height: 8px;
    background-color: #b7b7b7;
    position: absolute;
    top: 21px;
    left: 50%;
    z-index: 11;
    margin-left: -4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    display: none;
}

.design-help-info:hover i.triangle-up, .design-help-info:hover span {
    display: block;
}
.alert_content{
    position: fixed;
    max-width: 300px;
    background: #777777;
    left: 120px;
    display: none;
    z-index: 1000;
    color: #ffffff;
    font-size: 12px;
    padding: 2px;
}
