.fr {
    float: right;
}
.fl {
    float: left;
}
ul,li{
    list-style: none;
}
button {
  border: none;
  padding: 0;
  margin: 0;
  outline-style: none;
  background-color: transparent;
}
button:hover{
  cursor: pointer;
}
input:-webkit-autofill,
input:-webkit-autofill,
input:-webkit-autofill {
    background: transparent !important;
}
*{
    margin: 0;
    padding: 0;
    outline: none;
}


//清除浮动 ----zzzzzzzz
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1; /*IE/7/6*/
}
.size{
  width: 100%;
  height: 100%;
}

html,body{
  @extend .size;
  overflow-x: hidden;
  font-family: "Microsoft YaHei","微软雅黑";
}
#app{
  width: 100%;
  height: 100%;
}
.form_item_tip{
  position: absolute;
  right: 7px;
  top: 0;
  margin-top: 7px;
}
#tip{
  position: absolute;
  padding:2px;
  left: 0;
  top:0;
  width: auto;
  max-width: 200px;
  height: auto;
  display: none;
  background-color: #d5e8fc;
  z-index: 100000;
  border: 1px #c3c3c3 solid;
  word-break: break-word;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 .05rem rgba(255, 255, 255, .3);
  background-color: #c6d4e4;
  border-radius: 10px;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: transparent;
}


::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #4893e6;
  /* background-image: -webkit-linear-gradient(#131c2f, #00f6ff, #131c2f) */
}
.ivu-table-cell{
  padding: 10px !important;
}




