/*begin pop弹出层*/
/**
 * 	弹出层样式列表
 */
.n-popup {
    position: fixed;
    z-index: 9999;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.background {
    background: RGBA(8, 69, 114, 0.7);
    height: 100%;
    width: 100%;
    position: absolute;
}

.n-popup .n-popup-cont {
    background-color: #162C4B;
    left: 450px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 300px;
    border-radius: 3px;
}

.n-popup .n-popup-cont .n-popup-cont-header {
    background: #042430;
    color: #fff;
    font-size: 18px;
    height: 40px;
    letter-spacing: 2px;
    line-height: 40px;
    position: relative;
    top: 0;
    width: 100%;
}

.n-popup .n-popup-cont .n-popup-cont-header p {
    width: 100%;
    font-size: 14px;
    cursor: move;
    color: #ffffff;
    background: #095A95;
    padding-left: 15px;
    user-select: none;

}

.n-popup .n-popup-cont .n-popup-cont-header .colse {
    float: right;
    height: 14px;
    width: 14px;
    position: absolute;
    right: 14px;
    top: 13px;
    line-height: 14px;
    text-align: end;
    font-size: 14px;
    background: #ffffff;
    color: #095A95;
    border-radius: 14px;
}

.n-popup .n-popup-cont .n-popup-cont-header .colse:hover {
    text-decoration: none;
    color: #4ae4ec;
}

.box-right .filter-conditions .choose-time {
    border: 1px solid gray;
    /*border-radius: 6px;*/
    height: 24px;
    float: left;
    width: 11%;
    padding-left: 8px;
    margin-left: 6px;
}

.n-popup .n-popup-cont .n-popup-cont-content {
    width: 100%;
    position: relative;
    height: calc(100% - 40px);
    padding-bottom: 40px;
    overflow-x: auto;
    overflow-y: hidden;
    background:rgba(0, 38, 44, 1)
}

/*.n-popup .n-popup-cont .n-popup-cont-content span {*/
    /*line-height: 40px;*/
/*}*/

.n-popup .n-popup-cont .n-popup-cont-content iframe {
    width: 100%;
    height: 100%;
}

.n-popup .n-popup-cont .n-popup-cont-footer {
    bottom: 0;
    width: 100%;
    text-align: center;
    height: 40px;
    right: 0;
    position: absolute;
    background: RGBA(0, 0, 0, 0.3);
    padding-top: 6px;
}

.n-popup .n-popup-cont .n-popup-cont-footer a {
    padding: 0 25px;
    line-height: 28px;
    height: 28px;
    display: inline-block;
    background: #1681C4;
    color: #ffffff;
    border: 1px solid #1681C4;
    border-radius: 3px;
    margin: 0 10px;
}

.n-popup .n-popup-cont .n-popup-cont-footer a:hover {
    text-decoration: none;
}

.n-popup-cont-content .p-error, .n-popup-cont-content .p-warning, .n-popup-cont-content .p-succeed {
    padding: 70px 20px;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

/*.n-popup .n-popup-cont i {*/
    /*font-size: 16px;*/
    /*vertical-align: middle;*/
    /*margin: 0 5px;*/
/*}*/

.n-popup .n-popup-cont .paginationul i {
    font-size: 12px;
    margin: 0

}

.n-popup .n-popup-cont .rolesBox i {
    font-size: 14px;
    vertical-align: top;
    margin: 0 10px 10px 0;
}

.n-popup-cont-content .p-warning a {
    color: #2285e8
}

.n-popup-cont-content .p-warning a:hover {
    text-decoration: underline
}

.save {
    background-color: #3399ff;
    border: 1px solid #2285e8;
}

.cancel {
    margin-left: 30px;
    background-color: #8f979f;
}

.n-popup .n-popup-cont .rolesBox i {
    color: #6ca4cd;
    background: #095a95;
    cursor: pointer;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    border: 1px solid #1681c4;
    display: inline-block;
    padding: 0 25px 0 20px;
    border-radius: 3px;
    vertical-align: top;
    margin-bottom: 10px;
}

.n-popup .n-popup-cont .ck i {
    color: #6ca4cd;
    background: #095a95;
    cursor: pointer;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    border: 1px solid #1681c4;
    display: inline-block;
    padding: 0;
    border-radius: 3px;
    vertical-align: top;
    margin-bottom: 10px;
    width: 90px;
    text-align: center;
}

.n-popup .n-popup-cont .ck2 i {
    color: #6ca4cd;
    background: #095a95;
    cursor: pointer;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    border: 1px solid #1681c4;
    display: inline-block;
    padding: 0;
    border-radius: 3px;
    vertical-align: top;
    margin-bottom: 10px;
    width: 90px;
    text-align: center;
}

.n-popup .n-popup-cont .rolesBox i.on {
    border: 1px solid #1ca7ff;
    color: #fff;
    background: url(../images/sel-bg.png) right #095a95cc no-repeat;
}

.n-popup .n-popup-cont .ck i.on {
    border: 1px solid #1ca7ff;
    color: #fff;
    background: #1681c475;
}

.pop-form input,
.pop-form select,
.pop-form textarea{
    background-color: #095A95;
    border: 1px solid #297EBB;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    width: 280px;
}
.pop-form input,
.pop-form select{
    height: 30px;
    padding: 0 10px;
}
.pop-form textarea{
    padding: 10px;
    resize: vertical;
}

.xz-box-list{
    position: relative;
    height: 100%;
}

.pop-content-li{
    height: 160px;
    padding: 25px;
}

.pop-content-li li{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}