@charset "UTF-8";

* {
  outline: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-user-drag: none;
  user-select: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

html {
  font-size: 37.5px;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimSun, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: 1.5;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: auto;

  /* 太窄的屏幕始终可以横轴纵轴滚动 */

}

body::-webkit-scrollbar {
  width: 0px;
}

li {
  list-style: none;
}

i {
  font-style: normal;
}

.el-table--border::after {
  height: 0;
}

.header .miiyun_logo,
.header .ruanjian_logo {
    float: left;
    margin-right: 15px;
    display: block;
    width: 96px;
    height: 38px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-size: 96px 38px;
}
.header .miiyun_logo {background-image: url("/src_sem/images/miiyun_logo.png");}
.header .ruanjian_logo {background-image: url("/src_sem/images/ruanjian_logo.png");}

.header .search_box {
    background-color: #fff;
    position: relative;
    display: inline-block;
    width: 165px;
    height: 32px;
    /* margin-top: 26px; */
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    font-size: 12px;
    border: 1px solid #000;
    color: #333;
}
.pull-right {
    float: right!important;
}
.pull-left {
    float: left!important;
}
.header .search_box .search_input {
    width: 132px;
    height: 30px;
    text-indent: 14px;
    border: none;
    overflow: hidden;
    outline: 0;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.header .search_box .search_submit {
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-top: 7px;
    margin-right: 14px;
    cursor: pointer;
    -webkit-appearance: none;
    outline: none;
    border: none;
    background: url(../img/icon_搜索.png) no-repeat center;
}
