/* 边框 */
.border,.border-top,.border-bottom{
    position: relative;
}

.before,.after,.border:before,.border:after,.border-top:before,.border-bottom:after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #dededf;      
}

.before,.border:before,.border-top:before{
    left: 0;
    top:0;  
}
.after,.border:after,.border-bottom:after{
    left: 0;
    bottom:0;   
}

@media screen and (-webkit-min-device-pixel-ratio: 2){
    .head-top:after{
        -webkit-transform: scale(1,0.5);
        transform: scale(1,0.5);        
    }
    .border:before,.border:after,.border-top:before,.border-bottom:after{
        -webkit-transform: scale(1,0.5);
        transform: scale(1,0.5);
    }   
}
@media screen and (-webkit-min-device-pixel-ratio: 3){
    .head-top:after{
        -webkit-transform: scale(1,0.33);
        transform: scale(1,0.33);        
    }    
    .border:before,.border:after,.border-top:before,.border-bottom:after{
        -webkit-transform: scale(1,0.33);
        transform: scale(1,0.33);
    }   
}


/* tools */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
.clearfix {
    *zoom: 1;
}
.l {
    float: left;
}
.r {
    float: right;
}

.weui-dialog__btn_primary {
  color: #3da3ff;
}

body {
  box-sizing: border-box;
}
.current-row>td{
	background-color: #E0FFFF !important;
}
.ul {
  padding: 0;
  margin: 0;
}

.ul li {
  width: 80px;
  line-height: 30px;
  list-style: none;
  display: inline-block;
  background-color: #e4e4e4;
  text-align: center;
  font-size: 13px;
  cursor: pointer;
  margin-left: 8px;
}

.ul li:hover {
  box-shadow: 5px 5px 7px #888888;
}

input {
  width: 200px;
  height: 22px;
  font-size: 13px;
  padding: 0;
  padding-left: 5px;
  margin: 0;
  border: 1px #7A7A7A solid;
}
.w2ui-grid-box input {
  width: auto;
  height: auto;
  border: none;
}
.w2ui-tag .w2ui-tag-body{
	max-height: 250px ;
	max-width: 500px;
	overflow-x: hidden;
	overflow-y: auto;
}
.el-select-dropdown__item {
  height: 22px !important;
  padding: 0 !important;
  padding-left: 5px !important;
  line-height: 22px !important;
}

.el-table th {
  background-color: #fff !important;
  text-align: center;
  font-weight: 400 !important;
}

.el-table th .cell {
  background-color: #fff !important;
  padding: 0;
  text-align: center;
}
.el-table tr .cell {
  padding: 0;
  text-align: center;
}

.el-form-item__label {
  padding: 5px 5px 18px 0 !important;
}

.mainBtn {
  width: 80px;
  height: 30px;
  font-size: 13px;
  padding: 0;
  margin: 0;
  box-shadow: none;
  border: none;
  background-color: #E4E4E4;
}
.el-pagination{
	width: inherit;
}
.el-input .el-input__inner {
  width: 200px !important;
  height: 22px !important;
  font-size: 13px !important;
  padding: 0 !important;
  padding-left: 5px !important;
  margin: 0 !important;
  border: 1px #7A7A7A solid !important;
  border-radius: 0 !important;
}

.el-form-item {
  margin-bottom: 2px !important;
}

.el-form-item__content {
  line-height: 22px !important;
  height: 22px !important;
}

.mainBtn:hover {
  box-shadow: 5px 5px 7px #888888;
}
.el-col-1,
.el-col-10,
.el-col-11,
.el-col-12,
.el-col-13,
.el-col-14,
.el-col-15,
.el-col-16,
.el-col-17,
.el-col-18,
.el-col-19,
.el-col-2,
.el-col-20,
.el-col-21,
.el-col-22,
.el-col-23,
.el-col-24,
.el-col-3,
.el-col-4,
.el-col-5,
.el-col-6,
.el-col-7,
.el-col-8,
.el-col-9 {
  margin: 0 !important;
  padding: 0 !important;
}
.el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content {
    background-color: #c6e2f7;
}
#w2ui-tag-{
    z-index: 9999;
}
