﻿html,body{
  max-width: 540px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#app{
  height: auto;
  min-height: 100%;
}
.scroll{
  display: flex;
  padding-top: 1.1733rem;
}
#app.isWeb .scroll {
  padding-bottom: 0px;
}
#app.bgwhite{
  background-color: #FFFFFF;
}
.account-headerbox{
  height: 1.1733rem;
  position: fixed;
  top: 0;
  z-index: 1000;
}
.account-headerbox .van-nav-bar{
  height: 1.1733rem;
  z-index: 1000;
  box-shadow: -0.01333rem 0.01333rem 0 0 rgba(202,202,202,0.2);
}
.account-headerbox .van-nav-bar .van-nav-bar__content .van-nav-bar__title{
  font-size: 0.4533rem;
  font-weight: bold;
  color: #333333;
}
.account-headerbox .van-nav-bar__arrow{
  font-size: 0.48rem;
  color: #333333;
}
.account-headerbox .van-nav-bar .van-nav-bar__content .van-nav-bar__right{
  padding: 0 0.6266rem;
}
.account-headerbox .van-nav-bar__text{
  font-size: 0.3466rem;
  font-weight: 400;
  color: #666666;
}

.account-accountlist{
  display: flex;
  flex-wrap: wrap;
  width: 2.2666rem;
  background-color: #FFFFFF;
}
.account-accountlist .title{
  width: 100%;
  font-size: 0.3733rem;
  font-weight: 500;
  color: #999999;
  padding-left: 0.4133rem;
  padding-top: 0.26667rem;
  display: none;
}
.account-accountlist ul{
  width: 2.2666rem;
  position: fixed;
  top: 1.1733rem;
  left: calc(50% - 5rem);
  display: flex;
  flex-wrap: wrap;
  overflow-y: scroll;
  box-sizing: border-box;
  padding-bottom: 3.1733rem;
}
.account-accountlist ul::-webkit-scrollbar {
  display: none;
}
.account-accountlist ul li{
  width: 2.2666rem;
  text-align: center;
  margin: 0.2rem 0;
  margin-bottom: 0;
}
.account-accountlist ul li img{
  width: 1.1733rem;
  height: 1.1733rem;
  margin-top: 0.3066rem;
  margin-bottom: 0.2133rem;
}
.account-accountlist ul li span{
  font-size: 0.32rem;
  font-weight: 400;
  color: #333333;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.account-accountlist ul li span p{
  width: 0.1066rem;
  height: 0.1066rem;
  background-color: #0CC16A;
  border-radius: 100px;
  margin-right: 0.08rem;
  display: none;
}

.account-list{
  width: 7.7333rem;
  overflow-y: scroll;
}
.account-list::-webkit-scrollbar {
  display: none;
}
.account-list .title{
  padding: 0.24rem 0;
  padding-left: 0.2933rem;
  font-size: 0.3733rem;
  font-weight: bold;
  color: #333333;
}
.account-list .content{
  background-color: #FFFFFF;
  width: 7.2rem;
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 4px;
  margin-bottom: 0.26667rem;
}
.account-list .content div{
display: flex;
height: 0.72rem;
align-items: center;
justify-content: space-between;
padding-left: 0.3733rem;
padding-right: 0.52rem;
font-size: 0.3733rem;
font-weight: 500;
color: #333333;
}
.account-list .content div img{
  width: 0.9066rem;
  height: 0.9066rem;
  margin-right: 0.2133rem;
}
.account-list .content div p{
line-height: 0.72rem;
font-size: 0.32rem;
font-weight: 400;
color: #999999;
/* margin-top: 0.2rem; */
margin-left: -0.2rem;
}
.account-list .content li{
  width: 6.82rem;
  margin: 0 auto;
  font-size: 0;
  position: relative;
  border-radius: 4px;
  display: flex;
}
.account-list .content li:first-child .time{
  font-size: 0.4rem;
  font-weight: 400;
  color: #999999;
  margin-top: 0.36rem;
}
.account-list .content li:nth-child(2) img{
  width: 100%;
  height: 3.7333rem;
  border-radius: 4px;
}
.account-list .content li:nth-child(2) p{
  position: absolute;
  bottom: 0.2rem;
  left: 0;
  width: 100%;
  font-size: 0.4266rem;
  font-weight: 500;
  color: #FFFFFF;
  z-index: 1;
  line-height: 0.5866rem;
  padding: 0 0.32rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.account-list .content li:nth-child(n+3){
  height: 1.63rem;
  font-size: 0.3733rem;
  font-weight: 500;
  color: #333333;
  align-items: center;
  position: relative;
}
.account-list .content li:nth-child(n+3) img{
  width: 1.44rem;
  height: 1.44rem;
  margin-left: auto;
  object-fit: cover;
}
.account-list .content li:nth-child(n+3) p{
  height: 2.08rem;
  width: 5.0933rem;
  line-height: 2.08rem;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.account-list .content li:nth-child(n+3) .aline{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
  font-size: 0.3466rem;
  line-height: 21px;
}
.account-list .content li:nth-child(n+3) .twolines{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: inherit;
  line-height: 0.5866rem;
  word-wrap: break-word;
  word-break: break-all;
  color: #333333;
}
.account-list .content li:nth-child(n+3) .read{
  width: 100%;
  line-height: initial;
  height: auto;
  font-size: 0.2933rem;
  font-weight: 400;
  color: #B1B2B3;
  margin-top: -0.32rem;
}
.account-list .content li:nth-child(n+4) p{
  border-top: solid #F5F5F5 0.01333rem;
}
.account-list .content li.unfold{
  height: 1.0666rem;
}
.account-list .content li.unfold img{
  width: 0.5333rem;
  height: 0.5333rem;
  margin-right: 0.24rem;
}
.account-list .content li.unfold p{
  height: 1.0666rem;
  line-height: 1.0666rem;
  color: #4270B5;
  font-size: 0.3733rem;
}
.account-list .content li.active{
  display: none;
}
.account-list .not_data{
  text-align: center;
  font-size: 0.4533rem;
  font-weight: 400;
  color: #333333;
}
.account-list .not_data img{
  width: 2.1333rem;
  height: 2.1333rem;
  margin: 0 auto;
  margin-top: 3.36rem;
  margin-bottom: 1rem;
}
.van-loading__text,.van-list__finished-text{
  font-size: 0.3733rem;
  padding: 0.4266rem 0;
}

.account-footbox{
  height: 1.3066rem;
}
.account-footbox .overlay{
  height: 1.3066rem;
  width: 10rem;
  background-color: red;
  display: flex;
  position: fixed;
  bottom: 0;
  z-index: 1001;
}
.account-footbox ul{
  height: 1.3066rem;
  background-color: #FFFFFF;
  display: flex;
  position: fixed;
  bottom: 0;
  left: calc(50% - 5rem);
  z-index: 1000;
  box-shadow: 0 0.01333rem 0 0 rgba(230,230,230,0.67);
}
.account-footbox ul li{
  width: calc(10rem/3);
  height: 1.3066rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: solid #EDEDED 0.01333rem;
  font-size: 0.3733rem;
  font-weight: 400;
  color: #333333;
}
.account-footbox ul li:last-child{
  border-right: none;
}
.account-footbox ul li img{
  width: 0.24rem;
  margin-right: 0.1866rem;
}

.footbox-popup-div{
  position: fixed;
  top: 0;
  width: 100%;
  height: calc(100% - 1.3066rem);
  z-index: 999;
}
.footbox-popup .van-popup{
  width: 3.1466rem;
  box-shadow: 0 0.01333rem 0.4266rem 0 rgba(174,174,174,0.67);
}
.footbox-popup .van-popup--bottom{
  left: calc(50% - 5rem + 3.4267rem);
  bottom: 1.3066rem;
}
.footbox-popup.left .van-popup--bottom{
  left: calc(50% - 5rem + 0.48rem);
  bottom: 1.3066rem;
}
.footbox-popup.right .van-popup--bottom{
  left: calc(50% - 5rem + 6.3734rem);
  bottom: 1.3066rem;
}
.footbox-popup .van-popup li{
  padding-left: 0.6rem;
  font-size: 0.3733rem;
  font-weight: 400;
  color: #333333;
  height: 1.1333rem;
  line-height: 1.1333rem;
  border-bottom: solid #F0F0F0 0.01333rem;
}
.footbox-popup .van-popup li:last-child{
  border-bottom: none;
}








/* 20231205微信浏览器优化增str */
.account-footbox ul{
  z-index: 1000000;
}
.mobile-home-popup .van-overlay{
  background-color: rgba(0, 0, 0, 0.5);
}
.mobile-home-popup .van-popup{
  width: 100%;
  height: 100%;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0);
  text-align: center;
  font-size: 0.48rem;
  font-weight: 500;
  color: #FFFFFF;
  padding-top: 3.2rem;
}
.mobile-home-popup .van-popup .content{
  width: 100%;
  height: 100%;
}
.mobile-home-popup .van-popup .popup_img1{
  position: relative;
}
.mobile-home-popup .van-popup .popup_img1 img{
  width: 6.32rem;
}
.mobile-home-popup .van-popup .popup_img1 li{
  position: absolute;
  top: 1.68rem;
  width: 100%;
  text-align: center;
}
.mobile-home-popup .van-popup .union{
  width: 3.28rem;
  height: 4.1066rem;
  position: absolute;
  top: 0;
  right: 6px;
}
/* 20231205微信浏览器优化增end */