@font-face {
    font-family: 'iconfont'; /* Project id 2787718 */
    src: url('//at.alicdn.com/t/font_2787718_i5b3akcz1zs.woff2?t=1652320748339') format('woff2'), url('//at.alicdn.com/t/font_2787718_i5b3akcz1zs.woff?t=1652320748339') format('woff'), url('//at.alicdn.com/t/font_2787718_i5b3akcz1zs.ttf?t=1652320748339') format('truetype');
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-dianhua:before {
    content: "\e8c3";
}
.icon-dianhua2:before {
    content: "\e678";
}

.icon-member:before {
    content: "\e622";
}

.icon-jiangzhang:before {
    content: "\e62e";
}

.icon-dingwei:before {
    content: "\e62d";
}

.icon-home:before {
    content: "\e674";
}

.icon-fenxiang:before {
    content: "\e684";
}

.icon-xiala-1:before {
    content: "\e6a2";
}

.icon-shubiao:before {
    content: "\e628";
}

.icon-you:before {
    content: "\e60b";
}

.icon-31shijian:before {
    content: "\e600";
}

.icon-guanbi1:before {
    content: "\e723";
}

.icon-sousuo:before {
    content: "\e651";
}

.icon-didian:before {
    content: "\e61a";
}

.icon-zhiboguankanshu:before {
    content: "\e665";
}

.icon-shujukanban:before {
    content: "\eb66";
}

.icon-xiala-:before {
    content: "\e629";
}

.icon-24gl-tags3:before {
    content: "\e87d";
}

.icon-gengduo:before {
    content: "\e601";
}

.icon-_qiannengkaifa:before {
    content: "\e624";
}

.icon-xiangmu:before {
    content: "\e614";
}

.icon-ziyuan:before {
    content: "\e610";
}

.icon-shuaxin1:before {
    content: "\e627";
}

.icon-peoples:before {
    content: "\e61c";
}

.icon-tianchongxing-:before {
    content: "\e634";
}

.icon-you-:before {
    content: "\e619";
}

.icon-search:before {
    content: "\e6a3";
}

.flex {
    display: flex;
}

.flex-direction {
    flex-direction: column;
}

.flex-align-center {
    align-items: center;
}

.flex-justify-between {
    justify-content: space-between;
}

.flex-justify-around {
    justify-content: space-around;
}

.flex-justify-center {
    justify-content: center;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-nowrap {
    flex-wrap: nowrap;
}

.flex-shrink-0 {
    flex-shrink: 0;
}




#app {
  font-family: 'Avenir', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body, html {
    padding: 0;
    margin: 0;
    /*font-family: Monospaced Number,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;*/
    font-family: Hiragino Sans GB, Microsoft YaHei, Î¢ÈíÑÅºÚ, SimSun, WenQuanYi Micro Hei, Helvetica Neue, Arial, Tahoma, sans-serif;
}

.bg-primary {
  background-color: #1A4FED; }

.bg-light-primary {
  background-color: rgb(5,  80,  255,.2); }

.font-primary {
  color: #1A4FED; }

.font-wt {
  color: #fff; }

.font-info {
  color: #909399; }
.font-info:visited {
    color: #909399;
}

.font-lg {
  font-size: 16px; }

.font-normal {
  font-size: 14px; }

.font-sm {
  font-size: 12px; }

button {
  margin: 0;
  padding: 0;
  outline: none;
  border-radius: 0;
  background-color: transparent;
  line-height: inherit;
  width: max-content;
  margin: 0;
  border: none; }

button:after {
  border: none; }

input {
  background: none;
  outline: none;
  border: 0px; }

input[type="text"]:focus, .search-input[type="password"]:focus {
  border: none;
  background: #fff;
  outline: none; }

select {
  background: none;
  outline: none;
  border: none; }

ul {
  padding: 0;
  margin: 0; }

li {
  list-style: none; }

a {
  text-decoration: none;
  color: #333; }
  a:active {
    color: #333;
    text-decoration: none; }
  a:visited {
    color: #333;
    text-decoration: none; }

p {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0; }

.cur-pointer {
  cursor: pointer; }

[v-cloak] {
    display: none
}

.descript-list span a, .descript-list span a:visited {
    color: #ffffff;
}

/*# sourceMappingURL=global.css.map */
