*{margin:0;padding:0;box-sizing:border-box;}
h1,h2,h3,h4,h5,h6,a,p,label,ul,li,label,span,div{margin:0;padding:0;font-family:'sans-serif';}
a,a:active,a:focus, a:hover{text-decoration:none;}
.clear{clear:both;}
body{background:#f5f7f8;}
html,body{height:100%;}
input,button{outline: none;}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button { -webkit-appearance: none;}
input[type="number"]{ -moz-appearance: textfield;}
/* 设置滚动条的样式 */
::-webkit-scrollbar {width:5px;height:5px;}
    /* 滚动槽 */
::-webkit-scrollbar-track {-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);border-radius: 10px;}
    /* 滚动条滑块 */
::-webkit-scrollbar-thumb {border-radius:5px; background: rgba(2, 65, 124, 0.7);-webkit-box-shadow:inset 0 0 6px rgba(2, 65, 124, 0.7);}
::-webkit-scrollbar-thumb:window-inactive {background: rgba(0,0,0,0.3);}

/* 暂无数据div */
.zwsj_max{text-align: center;}
.zwsj_max img{margin-top:12%;}

/* 自定义按钮 */
.btn{height:40px;padding:0 20px;cursor: pointer;background:none;border:none;}
.btn_sm{height:30px;padding:0 12px;cursor: pointer;background:none;border:none;}
.btn_xs{height:28px;padding:0 10px;cursor: pointer;background:none;border:none;}

.btn_blue{background: #409eff;color:#fff;}
.btn_blue:hover{background: #66b1ff;}
.btn_blue:active{background: #3a8ee6;}
.red_btn{background: #f56c6c !important;border-color: #f56c6c !important;}

.conter{width:100%;height:100%;}
.conter .con_top{height:60px;padding:10px;border-bottom:1px solid #ddd;}
.conter .con_bot{height:calc(100% - 60px);padding:10px;overflow: auto;}
.conter .con_left{width:220px;height:100%;float:left;background-color: #fff;border:1px solid #ddd;overflow: auto;}
.conter .con_right{width:calc(100% - 230px);height:100%;margin-left:10px;float:left;background-color: #fff;border:1px solid #ddd;overflow: auto;}

.oiframe{width:100%;height:100%;border:none;box-shadow: none;margin:0;padding:0;outline: none;vertical-align: bottom;}
.iframe_popup .el-dialog__body{padding:0px;}