@media screen and (min-width: 0px) and (max-width: 723px) {
  #app {
    width: 723px !important;
    overflow: hidden;
    height: 100% !important;
    font-size: 10px;
  }
  /* *{
    zoom: 0.96;
  } */
}
@media screen and (min-width: 723px) and (max-width: 1223px) {
  html {
    font-size: 13px;
  }
  
}
/* @media screen and (min-width: 823px) and (max-width: 923px) {
  html {
    font-size: 8px;
  }
}
@media screen and (min-width: 923px) and (max-width: 1023px) {
  html {
    font-size: 6px;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1123px) {
  html {
    font-size: 7px;
  }
}
@media screen and (min-width: 1123px) and (max-width: 1223px) {
  html {
    font-size: 8px;
  }
} */
@media screen and (min-width: 1223px) and (max-width: 1323px) {
  html {
    font-size: 14px;
  }
  #app {
    font-family: "Avenir", Helvetica, Arial, sans-serif;
    width: 100% !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04)
  }
}
@media screen and (min-width: 1323px) and (max-width: 1423px) {
  html {
    font-size: 14px;
  }
  #app {
    font-family: "Avenir", Helvetica, Arial, sans-serif;
    width: 100% !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04)
  }
}
@media screen and (min-width: 1423px) and (max-width: 1523px) {
  html {
    font-size: 14px;
  }
  #app {
    font-family: "Avenir", Helvetica, Arial, sans-serif;
    width: 100% !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04)
  }
}
@media screen and (min-width: 1523px) and (max-width: 1599px) {
  html {
    font-size: 14px;
  }
  #app {
    font-family: "Avenir", Helvetica, Arial, sans-serif;
    width: 100% !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04)
  }
}
/* 
@media (min-width: 1724px) and (max-width: 1823px) {
  html {
    font-size: 16px;
  }
}

@media (min-width: 1824px) and (max-width: 1999px) {
  html {
    font-size: 17px;
  }
} */

@media screen and (min-width: 1500px) and (max-width: 5000px) {
  html {
    font-size: 14px;
    display: block;
  }
  #app {
    font-family: "Avenir", Helvetica, Arial, sans-serif;
    width: 100% !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04)
  }
}
/* @media screen and (min-width: 0px) and (max-width: 1999px) {

} */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
}
#app {
  font-family: "Avenir", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #2c3e50;
  width: 100vw;
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04) */
}
body{
  display: flex;
  justify-content: center;
  background: #f8f8f8;
  overflow: auto;
}
.el-popover__reference-wrapper{
  width: 100% !important;
}

.el-popper{
  background: rgba(0,0,0,0.2);
  background-color: rgba(0,0,0,0.2)!important;
  color: #fff!important;
  border: 0px!important;
  margin-top: 2.8571rem!important;
}
.el-dropdown-menu__item{
  color: #fff!important;
  padding: 0 30px!important;
  border-bottom: 1px solid rgba(255,255,255,0.3);
}
.el-dropdown-menu__item:hover{
  background-color: rgba(0,0,0,0.4)!important;
  
}
