﻿@charset "UTF-8";
[v-cloak] {
    display: none;
}

.zmjd-hide {
    display:none;
}

/*-----form item custom class-----*/

/*checkbox（old）*/
.zmjd-check {
    display: none !important;
}
    .zmjd-check + .zmjd-box {
        width: 20px;
        height: 20px;
        line-height: 20px;
        margin-top: 6px;
        background-color: white;
        border-radius: 2px;
        border: 1px solid #d3d3d3;
        text-align: center;
        vertical-align: middle;
        margin: 6px 10px 0 0;
        display: inline-block;
        cursor:pointer;
    }
    .zmjd-check:checked + .zmjd-box {
        border: 1px solid #5FB878;
        background-color: #fff;
        font-weight:bold;
        color:#5FB878;
    }
        .zmjd-check:checked + .zmjd-box:after {
            content: "\2714";
        }

/*radio（old）*/
.zmjd-radio {
    display: none !important;
}
    .zmjd-radio + .zmjd-radiobtn {
        width: 20px;
        height: 20px;
        line-height: 20px;
        margin-top: 6px;
        background-color: white;
        border-radius: 20px;
        border: 1px solid #d3d3d3;
        text-align: center;
        vertical-align: middle;
        margin: 6px 10px 0 0;
        display: inline-block;
        cursor:pointer;
    }
    .zmjd-radio:checked + .zmjd-radiobtn {
        border: 1px solid #5FB878;
        background-color: #fff;
        font-weight:bold;
        color:#5FB878;
    }
        .zmjd-radio:checked + .zmjd-radiobtn:after {
            content: "\2714";
        }

.zmjd-label {
    height: 20px;
    margin: 6px 10px 0 0;
    color: #2c2c2c;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
}

.zmjd-label-disabled {
    color: #e0e0e0 !important;
    cursor: not-allowed !important;
    border-color: #e0e0e0 !important;
}
    .zmjd-label-disabled:after {
        content: "" !important;
    }


/*
    select class（2019.02.25 haoy）
    example:
    <select class="zmjd-select" lay-ignore>
        <option value="1">上海</option>
        <option value="2">背景</option>
    </select>
*/
.zmjd-select {
    min-width:190px;
    height: 38px;
    line-height: 38px;
    padding:0 10px 0 10px;
    border:1px solid #ddd;
    background-color: #fff;
    border-radius: 2px;
    color:#2c2c2c;
    cursor:pointer;
    box-sizing:border-box;
}

/*
    checkbox class（2019.02.25 haoy）
    example:
    <label class="zmjd-checkbox"><input type="checkbox" lay-ignore>开启</label>
*/
.zmjd-checkbox {
    height: 20px;
    line-height:18px;
    margin: 10px 12px 0 0;
    color: #2c2c2c;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
}

    .zmjd-checkbox input {
        width: 18px;
        height: 18px;
        line-height: 18px;
        background-color: #fff;
        border-radius: 2px;
        border: 1px solid #d3d3d3;
        text-align: center;
        vertical-align: middle;
        margin: 0px 6px 0 0;
        display: inline-block !important;
        cursor: pointer;
    }

.zmjd-width-auto {
    width: auto !important;
}

/* 针对不同父元素下的自定义处理 */
.layui-colla-title .zmjd-checkbox {
    margin-top:0px;
}
.layui-card-header .zmjd-checkbox {
    margin-top: 0px;
}

/*
    radiobtn class（2019.02.25 haoy）
    example:
    <label class="zmjd-radiobtn"><input type="radio" name="inpSex" lay-ignore>男</label>
    <label class="zmjd-radiobtn"><input type="radio" name="inpSex" lay-ignore>女</label>
*/
.zmjd-radiobtn {
    height: 20px;
    margin: 10px 12px 0 0;
    color: #2c2c2c;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
}

    .zmjd-radiobtn input {
        width: 18px;
        height: 18px;
        line-height: 18px;
        background-color: #fff;
        border-radius: 2px;
        border: 1px solid #d3d3d3;
        text-align: center;
        vertical-align: middle;
        margin: 0px 6px 0 0;
        display: inline-block !important;
        cursor: pointer;
    }

/*--------------------------------*/

.subpage-layuihead {
    width:100%;
    height:50px;
    line-height:50px;
    background:#fff;
    box-shadow: 0px 2px 6px #999;
    /*font-family:Arial;*/
    position:fixed;
    top:0;
    left:0;
    z-index:1000000;
}
    .subpage-layuihead ._left{
        width:40%;
        height:auto;
        padding-left:30px;
        box-sizing:border-box;
        float:left;
    }
        .subpage-layuihead ._left .home-link{
            color:#555;
            padding:3px 5px 3px 5px;
            display:none;
        }
        .subpage-layuihead ._left .ref-link{
            color:#555;
            padding:3px 5px 3px 5px;
            display:none;
        }
        .subpage-layuihead ._left .page-tit{
            margin-left:0px;
            font-size:18px;
            /*font-weight:bold;*/
            color:#2c2c2c;
        }
            .subpage-layuihead ._left .page-tit .icon{
                font-weight:normal;
                color:#555;
                margin:0 5px 0 0;
                display:none;
            }
            .subpage-layuihead ._left .page-tit .lab{
                font-weight:normal;
                color:#919191;
                display:none;
            }
    .subpage-layuihead ._right{
        width:60%;
        height:auto;
        padding-right:30px;
        box-sizing:border-box;
        text-align:right;
        color:#2c2c2c;
        float:right;
    }
        .subpage-layuihead ._right .home-link{
            color:#2c2c2c;
            margin:0 0 0 0;
            padding:3px 5px 3px 5px;
            position: relative;
            font-size: 16px;
        }
            .subpage-layuihead ._right .home-link:hover{
                color:#3e9ec0;
            }
        .subpage-layuihead ._right .ref-link{
            color:#555;
            margin:0 0 0 23px;
            padding:3px 5px 3px 5px;
            font-size:16px;
        }
            .subpage-layuihead ._right .ref-link:hover{
                color:#3e9ec0;
            }
        .subpage-layuihead ._right .login-info{
            margin:0 0 0 23px;
            font-size:16px;
            color:#555;
            cursor:pointer;
        }
            .subpage-layuihead ._right .login-info .icon{
                font-weight:normal;
                margin:0 5px 0 0;
            }
            .subpage-layuihead ._right .login-info .lab{
                display:none;
            }
                .subpage-layuihead ._right .login-info .lab::before{
                    content:''
                }
            .subpage-layuihead ._right .login-info:hover{
                color:#3e9ec0;
            }

.sys-gotop {
    width:45px;
    height:30px;
    line-height:30px;
    padding:6px 0 0 0;
    margin:0 0 0 0;
    position:fixed;
    right:3em;
    bottom:5em;
    z-index:2018199;
    cursor:pointer;
    background:#fff;
    border:0px solid #e0e0e0;
    border-radius:50px;
    cursor:pointer;
    display:table;
    text-align:center;
    box-sizing:border-box;
    box-shadow: 0px 2px 6px #999;
}
    .sys-gotop:hover{
        background:#f5f5f5;
    }
    .sys-gotop .icon{
        font-size:35px;
        color:#000;
    }

.sys-sign-commonmenu {
    position:absolute;
    right:18px;
    top:0;
    cursor:pointer;
}

/* bg loading */
._bg-loading {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10003;
}
    ._bg-loading ._bg-loading-tip {
        width: 200px;
        height: auto;
        margin: 320px auto 0 auto;
        text-align: center;
    }
        ._bg-loading ._bg-loading-tip img {
            width: 60px;
            height: 60px;
        }
        ._bg-loading ._bg-loading-tip ._tip {
            margin: 1em 0 0 0;
            color: #fff;
            font-size: 1em;
            font-weight: bold;
        }