html,body {
  margin: 0;
  padding: 0;
}
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 a {
    display: block;
    width: 0.5rem;
    height: 0.5rem;
}
.my-title .title-img1{
    position: absolute;
    left: 0.39rem;
}

.my-title .title-img1 img{
  position: absolute;
  width: 0.22rem;
  height: 0.39rem;
  margin-top: 0.06rem;
  cursor: pointer;
}
.my-title .title-name{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.37rem;
  color: #fff;
}
.my-title .home{
    position: absolute;
    right: 0.39rem;
}
.my-title .home img{
  position: absolute;
  width: 0.41rem;
  margin-top: 0.06rem;
  cursor: pointer;
}

.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('/lib/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;
  text-align: center;
}
.isTabbar .tabbar-item img{
  width: 0.55rem;
  height: 0.45rem;
  /*margin-bottom: 0.15rem;*/
}
.tabbarActive{
  color: #377DF6 !important;
}