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;
}

.card{
  width: 7rem;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 0.3rem;
}

.my-title{
  height: 1rem;
  display: flex;
  align-items: center;
  position: relative;
}
.my-title .title-img1{
  width: 0.22rem;
  height: 0.39rem;
  margin-left: 0.39rem;
  cursor: pointer;
}
.my-title .title-name{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.37rem;
  color: #fff;
}

.gh-btn{
  width: 6.40rem;
  margin: 0.40rem auto 0;
  line-height: 0.8rem;
  text-align: center;
  font-size: 0.32rem;
  border-radius: 0.40rem;
  background-color: #2267F2;
  color: #fff;
  cursor: pointer;
  position: relative;
}
.gh-btn .gh-btn-tag{
  position: absolute;
  left: 1.24rem;
  top: -0.20rem;
  width: 1.05rem;
  height: 0.42rem;
  font-size: 0.20rem;
  color: #fff;
  text-align: center;
  line-height: 0.30rem;
  background: url('../images/images/bg1.png') no-repeat;
  background-size: 100%;
}

.isTabbar{
  font-size: 0.24rem;
  display: flex;
  justify-content: space-around;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background-color: #fff;
  z-index: 1000;
  width: 7.5rem;
  padding: 0.25rem 0 0.3rem 0;
}
.isTabbar .tabbar-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #666;
  padding: 0 0.2rem;
}
.isTabbar .tabbar-item img{
  width: 0.55rem;
  height: 0.45rem;
  margin-bottom: 0.15rem;
}
.tabbarActive{
  color: #377DF6 !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;
}

[v-cloak] {
  display: none !important;
}

.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;
}