html,body {
  margin: 0;
  padding: 0;
}
#app{
  min-height: 100vh;
}
html {
  color: #000;
  /* background: #F5F5F5; */
  max-width: 750px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 62.5%;
  margin: auto;
}
ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
    text-decoration: none;
    outline: none;
    color: inherit;
}
.bgColor{
  /* background: linear-gradient(#2267F2 60rpx, #276AF2 50rpx, #eeeeee 230rpx) !important; */
  background: linear-gradient(to bottom, #2267F2,#eee,#eee,#eee,#eee,#eee,#eee);
  min-height: 100vh;
}
div{
  box-sizing: border-box;
}
p{margin: 0;padding: 0;}

[v-cloak] {
  display: none !important;
}
.statusPopup{
  width: 3rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 0.2rem;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  transform: translate(-50%, -50%);
  font-size: 0.28rem;
  text-align: center;
  padding: 0.2rem;
}


.ewmPopup{
  position: fixed;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 7.5rem;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 10000;
}
.ewmPopup .ewmBox{
  width: 3.94rem;
  height: 4.30rem;
  text-align: center;
  padding-top: 0.44rem;
  background-color: #fff;
  border-radius: 0.20rem 0.20rem 0.20rem 0.20rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.ewmPopup .ewmBox .ewm-img1{
  width: 2.91rem;
  height: 2.91rem;
}
.ewmPopup .ewmBox .ewmBox-title{
  font-size: 0.25rem;
  color: #414141;
  text-align: center;
}
.ewmPopup .ewmBox .ewm-img2{
  position: absolute;
  top: 0;
  right: -0.35rem;
  width: 0.26rem;
  height: 0.26rem;
  cursor: pointer;
}
.main .dhzx-box{
  width: 1.2rem;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 45%;
  height: 1.4rem;
  z-index: 9990;
  margin-left: 3.15rem;
}
.dhzx-sub{
  width: 1.2rem;
  height: 1.4rem;
  float: right;
}
.dhzx-sub img{
  width: 1.2rem;
  height: 1.4rem;
}
