/*返回顶部按钮隐藏*/
.scrollBtn{
    display: none;
}


.rizhiRow{
    border-left: 1px solid #cfcfcf;
    padding-top:0.5rem;
    position: relative;
    margin:0 0.5rem;
    font-size: 0.53rem;
    color: #666;
    cursor: default;
}
/*.rizhiRow:last-child{
    border-left: none;
}*/
.rizhiRow:last-child .rizhi_text{
    border: none;
}
.rizhiRow:hover{
    color: #3f7ab9;
}
.rizhiRow:hover .rizhi_text_right p{
    color:#666;
}
.rizhiRow:hover .rizhi_icon{
    background-position: 0 0;
}
.rizhi_icon{
    display: inline-block;
    position: absolute;
    left:-8px;
    top:-8px;
    width:16px;
    height:16px;
    background-image: url("../../images/rizhi_icon.png");
    background-repeat: no-repeat;
}
.rizhi_icon{
    background-position: 0 -16px;
}
.rizhi_icon:hover{
    background-position: 0 0;
}
.rizhi_text,.proposal{
    position: relative;
    bottom: 1rem;
    margin-left: 0.75rem;
    /*border-bottom:1px solid #f2f3f6;*/
    /*padding-bottom: 0.5rem;*/
}
.rizhi_text_left{
    float: left;
    display: inline-block;
    line-height:1rem;
    width:11rem;
}
.rizhi_text_right{
    display: inline-block;
    float: right;
    width:2rem;
}
.rizhi_text_right p{
    font-size: 0.53rem;
    margin-top:0.25rem;
}
.pic_div{
    width:1rem;
    height:1rem;
    margin-left:0.4rem;
    border-radius: 0.5rem;
    overflow: hidden;
}

/*日志报警收缩*/
.ntice_btn{
    height:30px;
    background:url("../../images/weixin/jian_botm.png") no-repeat center top;
    background-size:20px;
    /*border-bottom:1px solid #cfcfcf;*/
    position: relative;
    bottom:1rem;
}
.rizhi_ntice{
    border-left:1px solid #cfcfcf;
    margin: 0 0.5rem;
}
.rizhi_ntice .rizhiRow{
    margin: 0;
    border:none;
}
.rizhi_ntice .rizhiRow{
    display: none;
}
.rizhi_ntice .rizhiRow:first-child{
    display: block;
}
.set_size{
    font-size:0.7rem;
    font-family:"微软雅黑";
    background:#fff;
    color:#383838;
}

/*处理意见*/
.proposal_ico{
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 5px;
}
.proposal{
    padding-bottom: 0.5rem;
    padding-top: 0.2rem;
    border-bottom:1px solid #f2f3f6;
}
.proposal_pic span{
    vertical-align: middle;
}

/*处理意见图片放大*/
.mask-layer {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*display: none;*/
}
.mask-layer > div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mask-layer-black {
    width: 100%;
    height: 100%;
    background:rgba(204,204,204,0.4);
    opacity: .85;
    position: absolute;
    top: 0;
    left: 0;
}
.mask-layer-container {
    /*width: 800px;
    height: 450px;*/
    width: 95%;
    height: 400px;
    background: #fff;
    position: absolute;
    margin: 0 auto;
    z-index: 2030;
    padding:25px;
    border-radius: 10px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.mask-layer-container-operate {
    width: 100%;
    height: 30px;
    padding: 10px 0;
    text-align: center;
    border-bottom: solid 1px #ddd;
}

.mask-layer-imgbox {
    width: 100%;
    height: 340px;
    overflow: hidden;
    position: relative;
    /*margin-top: 10px;*/
}

.mask-layer-imgbox > p {
    position: absolute;
    cursor: move;
    transform-origin: center;
    width: 100%;
    height: 100%;
    padding: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    left: 0;
    top: 0;
}

.mask-layer-imgboxp > p > img {
    display: inline-block;
    vertical-align: middle;
    cursor: move;
}

/*按钮样式*/
.btn-default-styles {
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    background: #8C85E6;
    color: #fff;
    border: solid 1px #8C85E6;
    border-radius: 4px;
}
.btn-default-styles:focus {
    outline: none;
}
.btn-default-styles:hover {
    background: #8078e3;
    animation: anniu 1s infinite;
}
.btn-default-styles:active {
    box-shadow: 0 2px 3px rgba(0, 0, 0, .2) inset;
}
img{
    cursor: pointer;
}
.mask-layer-container .pic_close{
    right:8px;
    top:8px;
    background-color:#fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    display: inline-block;
    width:14px;
    height:14px;
    background: url("../../images/jobs_tooltip.png") no-repeat;
    background-position: -14px 0;
    cursor: pointer;
}