[v-cloak]{
  display: none;
}
body,html{
  line-height: 1.4;
  touch-action: manipulation;
  background-color: #f9f9f9;
}
a:link,a:visited{
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
}
input[type=checkbox]{
  width: 0.3rem;
  height: 0.3rem;
  border: 1px solid #999999;
  border-radius: 0.05rem;
  outline:none; 
}
input[type=checkbox]:checked{
  border: none;
}
input[type=checkbox]:checked:after{
  content:"\2713"; 
  background-color :#1b90ff;
  position :absolute;
  font-size :0.24rem;
  font-weight: 600;
  border:none;
  color:#fff;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 0.05rem;
  text-align: center;
}

@media screen and (min-width: 750px) {
  html{
    font-size: 100px !important;
  }
}
.van-notice-bar{
  font-size: 0.24rem;
  line-height: 0.48rem;
}
.van-notice-bar--wrapable{
  padding: 0.16rem 0.32rem;
}
.van-notice-bar__left-icon, .van-notice-bar__right-icon{
  font-size: 0.32rem;
  min-width: 0.48rem;
}
.text-ellipsis{
  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#app{
  max-width: 750px;
  margin: 0 auto;
}
.container{
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  margin: 0 auto;
}
.header{
  padding: 0.25rem 0;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #1b90ff;
  z-index: 10;

}

.header .title{
  text-align: center;
  font-size: 0.34rem;
  font-weight: 500;
  color: #fff;
}
.header_icon{
  position: absolute;
  left: 0.3rem;
  top: 0.3rem;
}
.header_icon i{
  font-size: 0.4rem;
}
.header .logo{
  width: 100%;
  text-align: center;
}
.header .logo img{
  max-width: 2rem;
}
.but{
  display: block;
  width: 100%;
  line-height: 1.02rem;
  background: #DEDEDE;
  border-radius: 0.5rem;
  font-size: 0.3rem;
  font-weight: 400;
  color: #999999;
  text-align: center;
  transition: all 0.5s;
}
.but.active{
  background-color: #1b90ff;
  color: #FFFFFF;
}

.footerNav{
  position: fixed;
  width: 100%;
  left: 50%;
  transform: translate(-50%,0);
  bottom: 0;
  max-width: 750px;
  padding: 0.17rem 0.15rem;
  box-sizing: border-box;
  background-color: #fff;

  
box-shadow: inset 0px 1px 0px 0px #DDDDDD;

}
.footerNav ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.footerNav ul li a{
  display: block;
  text-align: center;
  font-size: 0.2rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #888888;
}
.footerNav ul li a .img{
  margin-right: 0;
}

.footerNav ul li a .img img{
  display: block;
  width: 0.4rem;
  margin: 0 auto;
}
.footerNav ul li a .img img:nth-child(2){
  display: none;
}
.footerNav ul li.active a p{
  color: #1b90ff;
}
.footerNav ul li a p{
  margin-top: 0.1rem;
}
.footerNav ul li.active a .img img:nth-child(2){
  display: block;
}
.footerNav ul li.active a .img img:nth-child(1){
  display: none;
}
.footerNavBox{
  height: 1.1rem;
}

/* activities */
.van-tab__pane, .van-tab__pane-wrapper{
  min-height: 50vh;
}
.van-tabs--line .van-tabs__wrap{
  position: sticky;
  top: 0.96rem;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1;
}
.van-tabs__line{
  background-color: #1b90ff;
}
.activities-item{
  margin-top: 0.4rem;
  
}
.activities-item .index-item-top{
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  position: sticky;
  top: 0.94rem;
  left: 0;
  background-color: #fff;
  z-index: 2;
  width: 100%;
}
.activities-item .index-item-top::before{
  content: '';
  display: block;
  width: 0.3rem;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: -0.299rem;
  top: 0;
  z-index: 2;
}
.activities-item .index-item-top::after{
  content: '';
  display: block;
  width: 0.3rem;
  height: 100%;
  background-color: #fff;
  position: absolute;
  right: -0.299rem;
  top: 0;
  z-index: 2;
}
.activities-item .index-item-top span{
  padding: 0 0.2rem;
  margin-right: 0;
}
.activities-box ul li{
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  padding: 0 0.1rem;
  box-sizing: border-box;
}
.activities-list{
  display: block;
  background: #FFFFFF;
  box-shadow: 0px 0.04rem 0.1rem 0px rgba(176,176,176,0.5);
  border-radius: 0.2rem;
  overflow: hidden;
  position: relative;
 
}
.activities-list .icon-text{
  background: #1b90ff;
  border-radius: 0 0px 0.2rem 0px;
  font-size: 0.3rem;
  font-weight: 500;
  color: #FFFFFF;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  padding: 0 0.15rem;
  line-height: 0.56rem;
}
.activities-list .icon-text.yjs{
  background: #32C5FF;
}
.activities-list .img{
  width: 100%;
  height: 3.2rem;
  overflow: hidden;
}
.activities-list .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.activities-list .text{
  padding: 0.2rem 0.3rem;
  box-sizing: border-box;
}
.activities-list .text h3{
    font-size: 0.32rem;
    font-weight: 500;
    color: #333333;
    line-height: 0.4rem;
    height: 0.8rem;
}
.activities-list .text .bottom{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.1rem;

}
.activities-list .text .bottom p{
  width: 50%;
  font-size: 0.28rem;
  font-weight: 400;
  color: #999999;
  box-sizing: border-box;

}
.activities-list .text .bottom p .van-icon{
  font-size: 0.32rem;
  vertical-align: text-bottom;
}


 
.activitiesDetail-banner .img,.banner .img{
  height: 5rem;
}
.activitiesDetail-banner .img img,.banner .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination .swiper-pagination-bullet{
  background-color: #1b90ff;
    width: 5px;
    height: 5px;
    border-radius: 0;
}
.activities-detail-box{
  background-color: #fff;
    margin-top: 0.3rem;
    box-shadow: 0px 0.04rem 0.1rem 0px rgba(176, 176, 176, 0.5);
    border-radius: 0.2rem;
    padding: 0.3rem;
    box-sizing: border-box;
}

.activitiesDetail-title h3{
  font-size: 0.32rem;
  color: #333;
}
.activitiesDetail-title p{
  font-size: 0.28rem;
  color: #666;
  margin-top: 0.15rem;
}
.nei-title{
  font-size: 0.34rem;
  font-weight: 500;
  color: #333333;
  position: relative;
  margin-bottom: 0.2rem;
}
.nei-title h3{
  position: relative;
  z-index: 2;
}
.nei-title::before{
  content: '';
  display: block;
  width: 0.96rem;
  height: 0.12rem;
  background: linear-gradient(90deg, #1b90ff 0%, #FFFFFF 100%);
  border-radius: 0.06rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.activities-detail-jsBox{
  font-size: 0.28rem;
    font-weight: 400;
    color: #333333;
    margin-top: 0.3rem;
}
.activities-detail{
  background-color: #f9f9f9;
  min-height: calc(100vh - 1rem);
    padding-bottom: 1.8rem;
    box-sizing: border-box;
}
.UserDetail-footer{
  padding: 0.3rem 0.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 0.01rem solid #DEDEDE;
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translate(-50%,0);
  width: 100%;
  z-index: 3;
  background-color: #fff;
  box-sizing: border-box;
  max-width: 750px;
}
.UserDetail-footer .but{
  width: 5.02rem;
  height: 0.9rem;
  line-height: 0.9rem;
  background: #DEDEDE;
  border-radius: 0.45rem;
  font-size: 0.34rem;
  color: #999999;
}
.UserDetail-footer .but.active{
  background-color: #1b90ff;
  color: #fff;
}
.UserDetail-footer .but small{
  font-size: 0.2rem;
  margin-left: 0.1rem;
}
.UserDetail-footer span{
  font-size: 0.34rem;
  font-weight: bold;
  color: #333333;
}
.my{
  background-color: #f0f0f0;
  min-height: calc(100vh - 2.5rem);
  padding-bottom: 0.4rem;
  box-sizing: border-box;
  padding-top: 0.3rem;
}


.my-header{
  display: flex;
  align-items: center;
  background-color: #fff;
    border-radius: 0.2rem;
    padding: 0.3rem;
    box-sizing: border-box;
    box-shadow: 0px 0.04rem 0.1rem 0px rgba(176, 176, 176, 0.2);
}

.my-header .img{
  width: 1.28rem;
  height: 1.28rem;
  overflow: hidden;
  border-radius: 50%;
  /* margin: 0 auto; */
}
.my-header .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.my-header .text{
  /* box-sizing: border-box;
  padding-top: 15px;
  width: 100%;
  position: relative;
  text-align:center; */
    padding-left: 0.3rem;
    box-sizing: border-box;
    width: calc(100% - 1.28rem);
    position: relative;
}
.my-header .text p{
  /* display: inline-block;
  font-size: 0.26rem;
  font-weight: 500;
  color: #999999;
  line-height: 0.38rem;
  margin-top: 0.1rem; */
  display: inline-block;
      font-size: 0.28rem;
      font-weight: 500;
      color: #181818;
      line-height: 0.38rem;
      margin-top: 0.2rem;
}
.my-header .text .title{
 
  position: relative;
  line-height: 0.35rem;
  
}
.my-header .text .title h3{
  /* font-size: 0.32rem;
  font-weight: 500;
  color: #333333;
  position: relative;
  box-sizing: border-box; */
  font-size: 0.40rem;
      font-weight: 500;
      color: #181818;
  
}

.my-header-icon{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0,-50%);
  font-size: 0.4rem;
  color: #999999;
}

.my-header .but{
  width: 1.8rem;
  line-height: 0.6rem;
}

.my-box{
  background-color: #fff;
  box-shadow: 0px 0.04rem 0.1rem 0px rgba(176, 176, 176, 0.2);
  border-radius: 0.2rem;
  padding: 0 0.3rem;
  box-sizing: border-box;
  margin-top: 0.3rem;
}

.my-box-list{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.37rem 0;
  border-bottom: 0.01rem solid #DEDEDE;
  box-sizing: border-box;
  padding-left: 0.46rem;
  width: 100%;
  position: relative;
}
.my-box-list:nth-last-child(1){
  border-bottom: none;
}
.my-box-list .icon{
  width: 0.3rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0,-50%);
}
.my-box-list .icon i{
  color: #1b90ff;
  font-size: 0.35rem;
}
.my-box-list  h3{
  font-size: 0.3rem;
  font-weight: 400;
  color: #333333;
  }
  .my-box-list  h3 i{
    position: relative;
    top: -0.05rem;
    margin-left: 0.05rem;
    color: #999999;
    font-size: 0.35rem;
  }
  .my-box-list .right {
    font-size: 0.28rem;
    font-weight: 400;
    color: #333333;
  }

  .my-box-list .right i{
    color: #999;
    font-size: 0.32rem;
    
  }

  .my .but{
    margin-top: 0.3rem; 
  }


 
/* ------bx-login--------------------------------- */

.bx-login{
  width: 100%;
  min-height: 100vh;
  max-width: 750px;
  margin: 0 auto;
  background-color: #f9f9f9;
  overflow: hidden;
}
.bx-login-top{
  text-align: right;
  padding: 0.3rem 0.6rem;
}
.bx-login-top a{
  font-size: 0.32rem;
  color: #666;
}
.bx-login-logo{
  text-align: center;
  padding-top: 1.5rem;
}
.bx-login-logo img{
  max-width: 3rem;
}
.bx-login-logo p{
  font-size: 0.28rem;
  color: #666;
  margin-top: 0.2rem;
}
.bx-login-box{
  max-width: 85%;
  margin: 0 auto;
  margin-top: 1rem;
  background-color: #fff;
  padding: 0.3rem;
}
.bx-login-box .title{
  font-size: 0.4rem;
  font-weight: bold;
  color: #333;
}
.bx-login-input,.bx-login-code{
  margin-top: 0.4rem;
  border-radius:0.2rem;
  overflow: hidden;
  position: relative;
}
.bx-login-input input,.bx-login-code input{
  width: 100%;
  background-color: #f5f5f5;
  height: 1rem;
  padding: 0 0.6rem;
  border: none;
  font-size: 0.32rem;
  outline: none;
  box-sizing: border-box;
}
.bx-login-checkbox{
  font-size: 0.28rem;
  line-height: 0.4rem;
  margin-top: 0.4rem;
}
.bx-login-checkbox input{
  width: 0.3rem;
  height: 0.3rem;
  vertical-align: middle;
  margin-right: 0.1rem;
  margin-top: -0.05rem;
}
body .bx-login-code .but{
  position: absolute;
    right: 0;
    top: 0;
    line-height: 1rem;
    width: 2.5rem;
    background-color: #f5f5f5;
    margin-top: 0;
    font-size: 0.28rem;
    color: #333;
    text-align: center;
    background-color: #1b90ff;
    color: #fff;
    border-radius: 0.2rem;
    
}
.bx-login-checkbox a{
  color: #1b90ff;
}
.bx-login-box .but{
  width: 100%;
  line-height: 1rem;
  text-align: center;
  color: #fff;
  font-size: 0.32rem;
  background-color: #1b90ff;
  border-radius: 0.5rem;
  margin-top: 0.4rem;
  opacity: 0.8;
  transition: all 0.3s;
  
}
.bx-login-box .but:hover{
  opacity: 1;
}
.bx-login-qtfs{
  text-align: center;
  margin-top: 0.4rem;
}
.bx-login-qtfs a{
  font-size: 0.28rem;
  color: #666;
}
.bx-login-qtfs span{
  font-size: #999;
  margin: 0 0.24rem;
  display: inline-block;
}

/* ------bx-login End--------------------------------- */

.index{
  margin-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.banner{
  border-radius: 0.2rem;
  overflow: hidden;
}
.banner .img{
  height: 3rem;

}

.activities-detail-box .desc{
  margin-top: 0.3rem;
  font-size: 0.28rem;
  color: #333;
}
.activities-detail-box .desc img{
  width: 100%;
}


.MyBalance{
  margin-top: 0.3rem;
}

.MyBalance-item{
  /* max-height: 5rem;
  overflow-y: auto;
  margin-top: 0.3rem; */
  background-color: #fff;
      max-height: 10.5rem;
      padding: 0.3rem;
      overflow-y: auto;
      margin-top: 0.3rem;
}

.MyBalance-list{
  /* margin-bottom: 0.2rem; */
  display: flex;
  padding: 0.3rem;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  /* border-radius: 5px; */
  box-shadow: 0px 0.04rem 0.1rem 0px rgba(176, 176, 176, 0.2);

}
.MyBalance-list .left{
  max-width: 100%;
}
.MyBalance-list .left h3{
  font-size: 0.32rem;
  font-weight: 400;
  color: #333333;
}
.MyBalance-list .left p{
  font-size: 0.32rem;
  font-weight: 500;
  color: #333333;
  margin-top: 0.1rem;
}
.MyBalance-list .right{
  font-size: 0.32rem;
  font-weight: 400;
  color: #333333;
}

.integral-top{
  background: url(../images/img-jfbj.png) no-repeat center;
  background-size: cover;
  height: 2rem;
  border-radius: .2rem;
  padding: .2rem .4rem;
  box-sizing: border-box;
  color: #fff;
  margin-top: 0.2rem;
}
.integral-top p{
  font-size: .28rem;
  padding-top: .1rem;
}
.integral-top h3{
  font-size: .56rem;
  padding-top: .1rem;

}