html, body, #app {
  height: 100%;
  width: 100%;
  min-width: 1200px;
  min-height: 500px;
  /*min-height: 748px;*/
}

* {
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
   /* font-family:"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu;*/
  /*font-family: 'Avenir', Helvetica, Arial, sans-serif;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

::-webkit-scrollbar-track-piece {
  background-color: #ffffff;
  -webkit-border-radius: 0px;
}

::-webkit-scrollbar-thumb:vertical {
  height: 0px;
  background-color: #666;
  -webkit-border-radius: 0px;
}

::-webkit-scrollbar-thumb:horizontal {
  width: 0px;
  background-color: #666;
  -webkit-border-radius: 0px;
}

.bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pagesite{
  font-size: 16px;
  margin: 20px auto 10px auto;
  text-align: center;
}
.pagesite a{
  padding: 3px 10px;
  border: 1px solid #BFC3C4;
  border-radius: 5px;
}
.pagesite select{
  background-color: white;
  height: 30px;
  line-height: 34px;
  vertical-align: middle;
  margin: 0 10px;
  width: 50px;
}

.col-overflow{
  overflow: auto;
}

img{
  border: 0;
}

.max-width{
  width: 1200px;
  margin: 0 auto;
}