body, html {
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  background: #f5f5f5;
  color: #4a4a4a;
	max-width:800px;
	margin:0 auto;
	}

.page__hd {
    padding: 40px;
}

.page__desc {
    margin-top: 4px;
    color: var(--weui-FG-1);
    text-align: left;
    font-size: 14px;
}

.page.home .page__title {
    font-size: 0;
    margin-bottom: 15px;
}

.demos-title {
  text-align: center;
  font-size: 34px;
  color: #3cc51f;
  font-weight: 400;
  margin: 0 15%;
}

.demos-sub-title {
  text-align: center;
  color: #888;
  font-size: 14px;
}

.demos-header {
  padding: 35px 0;
}

.demos-content-padded {
  padding: 15px;
}

.demos-second-title {
  text-align: center;
  font-size: 24px;
  color: #3cc51f;
  font-weight: 400;
  margin: 0 15%;
}

footer {
  text-align: center;
  font-size: 14px;
  padding: 20px;
}

footer a {
  color: #999;
  text-decoration: none;
}

/* swiper */

.swiper-container {
  margin: 10px;
  border-radius: 10px;
} 

.swiper-container img {
  display: block;
  width: 100%;
  aspect-ratio: 5/1;
  object-fit: cover;
}

/* home level */

.level
{
	margin:20px 10px;
	position: relative;
  text-align: center;
}

.level img{
  object-fit: cover;
  width: 100%;
  max-width: 300px;
  margin-top: 48px

}
.level_top{

    display: flex;
    justify-content: space-between;
    position: absolute;
    z-index: 9;
    background: #f5f5f5;
    width: 100%;
    color:#fff;	
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background: url(../images/nav-top.png) center top / 100% no-repeat;

}

.level_name,
.level_time
{
    padding: 10px 10px;
}

.level_name
{
	font-size: 18px;
    font-weight: 700;
	}
.level_time
{
	font-size: 14px;
	padding: 14px 10px 0;
}


/*  Points mall  */

.masonry {
  margin:20px 10px;
  columns: 2; 
  column-gap: 10px;
}

.item {
  break-inside: avoid;
  margin-bottom: 10px;
  background-color: #fff!important;
  border-radius: 10px;
  padding:10px 0;
  text-align:center;
  overflow: hidden;
}

.item img {
  margin:10px auto;
  height:160px;
  aspect-ratio: 1/1;
  object-fit: cover;
  max-height: 160px;
  max-width: 100%;
}

.item_title {
	font-size: 16px;
  font-weight: 700;
  height: 60px;
  line-height: 30px;
  overflow: hidden;

}

.item P {
		font-size: 12px;
      color: #9a9a9a!important;
      height: 25px;
    line-height: 25px;
    overflow: hidden;
        white-space: nowrap;
}

.item P b {
  color: #f40;
    font-weight: 600;
    font-size: 14px;
}

/* my purse */
.wallet_btn{
	margin:0px 0 0;
	display: flex;
	justify-content: space-around;
		background: #fff;
    border-radius: 0px;
    padding: 15px 5px;
}

/* my */
.user_info
{
	padding:10px;
	background: url(../images/nav-top.png) no-repeat;
	background-size:cover;
	background-position: center center;
}

.user_info_top
{
	padding: 30px 40px 0;
	display: flex;
    flex-direction: row;

}

.user_info_text
{
	color:#f7f7fa;
	font-size:12px;
	display: flex;
    flex-direction: column;
	padding-left: 10px;
	padding-top: 10px;

}

.user_info_text h6{
	font-size:18px;
	color:#fff;
}

.user_info_bot{
	margin:30px 0 0;
	display: flex;
    flex-direction: row;
	justify-content: space-around;
	background: #fff;
    border-radius: 10px;
    padding: 15px 5px;
}

.user_info_bot_text{
	text-align:center;
	color: #888;
	font-size:12px;
	display: flex;
    flex-direction: column;
	padding-left: 10px;
	padding-top: 10px;
}

.user_info_bot_text h6{
	font-size:18px;
	color: #4a4a4a;
}

/* login */
.login-box
{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
}

.login-footer{
    padding:10px;
}


.login-v{
    margin: 100px auto 60px;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.login-v-text{
    color:#9e9a9a;
    font-size: 11px;
}

.login-form{
    width:75%;
    margin: 0 auto;
}

.login-form-footer{
    display: flex;
    justify-content: space-between;
}

.login-form-footer-reg,
.login-form-footer-forget{
    padding:0 10px 20px;
    font-size:12px;
    color:#888;
}

.login-form-footer a{
    color:#888;
}

.weui-cell:before {
    border-top: none
}

.login_input_box
{
    padding: 0px 15px;
    background: #fff;
    border-radius: 10px;
    margin:0 0 15px;
}
.login_input_box input {
    padding: 10px 0;
    margin:0;
    /* height: 30px; */
    font-size: 16px;
    border: none;
    color: #888;
    width: 100%;
    height: 100%;
    display: block;
}


/* goback */
.goback {
  position: fixed;
  left: auto;
  bottom: 70px;
  background: rgba(0,0,0,.6);
  box-shadow: 0 0 10px rgba(0,0,0,.3);
  margin: 0 0 0 10px;
  border-radius: 50px;
  width: 31px;
  height: 31px;
  text-align: center;
  padding: 2px 3px 0 0;
}

.triangle {
  width: 0;
  height: 0;
  border-right: 10px solid #f5f5f5;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  margin-top: 4px;
  margin-left: 10px;
}

.address_btn{
    position: absolute;
    top: 10px;
    right: 10px;
}

.tab_list{
  display: flex;
  justify-content: space-evenly;
  padding: 10px 0;
  background-color: #fff;
}

.tab_list a{
  color: #888!important;
}

.tab_list a.ative{
  color: #f6c133!important;
}

.weui-loadmore_line .weui-loadmore__tips {
  background-color: #f5f5f5;
}