#app {
  background-image: url(user_bg.png);
  background-color: #f7f8fd;
  background-size: 100%;
  background-repeat: no-repeat;
}
#app .us .uc-avatar img {
  height: 1.852657rem;
  width: 1.852657rem;
  flex-shrink: 0;
  border-radius: 50%;
}
#app .us .uc-main {
  padding: 0.48309179rem;
  padding-top: 1rem;
}
#app .us .uc-top {
  margin-bottom: 0.50724638rem;
}
#app .us .uc-avatar {
  display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  -o-display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}
#app .us .us-top-box1 {
  display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}
#app .us .us-top-box1 .nickname {
  font-weight: 500;
  font-size: 0.41647343rem;
  color: #FFF;
  margin-right: 0.28985507rem;
}
#app .us .userId {
  font-size: 0.33816425rem;
  color: #FFF;
}
#app .us .us-top-box1 .rt {
  padding: 0 5px;
  width: auto;
  height: 0.57971014rem;
  border-radius: 0.14492754rem;
  text-align: center;
  line-height: 0.57971014rem;
  font-size: 0.28985507rem;
  font-weight: 400;
  color: #cf3a2b;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 0.26570048rem 0px rgba(0, 0, 0, 0.05);
}
#app .us .uc-id .invite {
  font-size: 0.33816425rem;
  font-weight: 400;
  color: #FFF;
}
#app .us .uc-id .copy_icon {
  width: 0.38647343rem;
  height: 0.41062802rem;
  margin-left: 0.19323671rem;
}
#app .us .level {
  font-size: 0.33816425rem;
  color: #FFF;
  font-weight: 400;
}
#app .us .box1 {
  box-shadow: 0px 0.04830918rem 0.48309179rem 0px rgba(36, 76, 62, 0.1);
  margin-bottom: 0.38647343rem;
  box-sizing: border-box;
  overflow: hidden;
  position:relative;
  border-radius: 16px;
  background: url(income_bg.png);
  background-size: 100% 100%;
  height: 180px;
  padding: 17px 30px;
}
#app .us .box1-box {
  position: relative;
  z-index:10;
  border-radius: 15px 15px 0px 0px;
  margin-top: 16px;
}
#app .us .Balance {
  color: #FFF;
  font-size: 16px;
  height: 32px;
  border-radius: 16px;
}
#app .us .box1 .tablist {
  margin-top: 0.48309179rem;
  flex-wrap: wrap;
  position: relative;
  z-index:10;
}
#app .us .box1 .tablist .tab {
  color: #333333;
  font-weight: 500;
  height: 0.72463768rem;
  line-height: 0.72463768rem;
  font-size: 0.33816425rem;
  padding: 0 0.24154589rem;
  margin-right: 0.43478261rem;
  background: #E8FFF7;
  border-radius: 0.36231884rem;
  margin-bottom: 0.43478261rem;
  margin-left: -2px;
}
#app .us .box1 .tablist .tab:nth-child(4n+4) {
  margin-right: 0px;
}
#app .us .box1 .btm {
  position: relative;
  width:100%;
  z-index:10;
  border-radius: 16px;
  background: initial;
  margin-top: 16px;
}
#app .us .box1 .btm .btm-item {
  flex: 1;
}
#app .us .box1 .btm .btm-item .price {
  color: #FFF;
  font-weight: 500;
  font-size: 0.37971014rem;
  text-align: center;
}
#app .us .box1 .btm .btm-item .price-name {
  font-size: 0.33816425rem;
  text-align: center;
  font-weight: 400;
  color: #CDCDCD;
}
#app .us .box1 .btm .btm-item:first-child {
  border-right: 1px solid #ddd;
}
#app .us .box1 .box1-box {
	font-size: 12px;
	display: flex;
    flex-wrap: wrap;
	margin-top: 4px;
}
#app .us .box1 .box1-box .box1-btn {
	padding: 2px 16px;
    background: #f3504a;
    border-radius: 8px;
    margin-right: 8px;
    margin-bottom: 8px;
	color: #FFF;
}
#app .us .box2 {
  padding: 0.36231884rem;
  margin-bottom: 0.38647343rem;
  background: #EEE;
  /* box-shadow: 0px 0px 0.26570048rem 0px rgba(0, 0, 0, 0.05); */
  border-radius: 0.28985507rem;
}
#app .us .box2 .title {
  color: #333333;
  font-weight: 500;
  font-size: 0.38647343rem;
  margin-bottom: 0.28985507rem;
}
.box2 .item {
  margin-top: 0;
}
#app .us .box2 .item-box {
  flex-wrap: wrap;
}
#app .us .box2 .item-box .item {
/*  height: 2rem;*/
  border-radius: 0.19323671rem;
  background: none;
  width:30%;
  padding:0 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

#app .us .box2 .item-box .item .item-btn {
  width: 48px;
  height: 48px;
  /* background-color: #cf3a2b; */
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#app .us .box2 .item-box .item img {
  width: 48px;
  height: 48px;
}
#app .us .box2 .item-box .item p {
  color: #333333;
  font-size: 0.28985507rem;
  font-weight: 700;
}
#app .us .box2 .item-box .item1 img {
  width: 0.6763285rem;
  height: 0.60386473rem;
}
#app .us .box2 .item-box .item2 img {
  width: 0.77294686rem;
  height: 0.65217391rem;
}
#app .us .box2 .item-box .item3 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 48px;
}
#app .us .box2 .item-box .item3 img {
  width: 0.48rem;
  height: 0.48rem;
}
#app .us .box2 .item-box .item3 p {
  font-size: 0.42rem;
  margin-left: 8px;
}
#app .us .box2 .item-box .item4 img {
  width: 0.6763285rem;
  height: 0.53140097rem;
}
#app .us .box2 .item-box .item5 img {
  width: 0.65217391rem;
  height: 0.70048309rem;
}
#app .us .box2 .item-box .item5 img {
  width: 0.62801932rem;
  height: 0.60386473rem;
}
#app .us .box2 .item-box .item:nth-child(2n+2) {
  margin-right: 0px;
}

#app .us .btm {
  width: 100%;
  height: 1.352657rem;
  background: #FFF;
  border-radius: 16px;
}
#app .us .box2 .btm img {
  width: 0.57971014rem;
  height: 0.55555556rem;
}
#app .us .btm span {
  font-size: 0.40rem;
  color: #000;
}
#app .us .box2:last-child {
  margin-bottom: 0px;
}
.van-dialog__confirm {
  background-color: #F9F9FA;
  border-left: 1px solid #EDEDED;
}
.van-dialog__confirm,
.van-dialog__confirm:active,
.van-dialog__confirm:focus {
  background-color: #F9F9FA;
}
.van-popup--bottom {
  border-radius: 0.28985507rem 0.28985507rem 0px 0px;
}
.btmpop .top {
  height: 1.61835749rem;
  line-height: 1.61835749rem;
  text-align: center;
  font-size: 0.43478261rem;
  color: #333333;
  font-weight: 500;
}
.btmpop .item {
  border-top: 1px solid #EDEDED;
  height: 1.49758454rem;
  line-height: 1.49758454rem;
  text-align: center;
  font-size: 0.38647343rem;
  color: #333333;
  font-weight: 400;
}
.btmpop .cancell {
  color: #259253;
}
.weui-dialog__btn_primary {
  background-color: #F9F9FA;
  color: #259253;
}
