/*公共样式*/
body {
  font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, Segoe UI, Arial, Roboto, miui, 'Hiragino Sans GB', 'Microsoft Yahei', sans-serif;
  font-size: 0.16rem;
  color: #000;
  background-color: #eee;
  touch-action: manipulation;
  max-width: 540px;
  margin: 0 auto;
}

p {
  margin: 0;
}

[v-cloak] {
  display: none;
}

/*页面样式*/
#app{
  background-color: #F5F5F5;
  min-height: 100vh;
}
.header{
  position: fixed;
  width: 3.75rem;
  top: 0;
  height: 0.44rem;
  background: #fff;
  z-index: 9;
}

.header .title{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.1rem;
  font-size: 0.17rem;
  font-weight: bold;
  color: #333;
  line-height: 0.24rem;
  text-align: center;
}

.header .service-icon{
  position: absolute;
  right: 0.12rem;
  bottom: 0.07rem;
  width: 0.3rem;
}

.main{
  padding: 0 0 1.4rem;
}

.main-top{
  background-color: #fff;
  padding: 0.52rem 0 0.15rem;
}

.official{
  width: 3.45rem;
  margin: 0 auto;
  padding: 0.07rem 0.1rem;
  box-sizing: border-box;
  background: #FFB14C;
  border-radius: 0.08rem;
  display: flex;
  align-items: center;
}
.official img{
  width: 0.38rem;
  height: 0.38rem;
  margin-right: 0.08rem;
}
.official span{
  font-weight: 700;
  font-size: 0.14rem;
  color: #FFFFFF;
  line-height: 0.17rem;
}

.user-search{
  width: 3.45rem;
  margin: 0.15rem auto 0;
  background: #F5F5F5;
  border-radius: 0.08rem;
  padding: 0.15rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.user-search .userid{
  font-weight: 400;
  font-size: 0.14rem;
  color: #333300;
  line-height: 0.2rem;
}
.user-search .question{
  width: 0.16rem;
  height: 0.16rem;
  margin: 0 0.07rem;
}
.user-search .input-box{
  flex: 1;
}
.user-search .van-cell{
  background-color: transparent;
  padding: 0;
  font-size: 0.14rem;
  line-height: 0.2rem;
  font-weight: 400;
}
.user-search .confirm-btn{
  padding: 0.07rem 0.09rem;
  background: #FE7E00;
  border-radius: 0.14rem;
  font-size: 0.12rem;
  color: #FFFFFF;
  line-height: 0.14rem;
  margin-left: 0.12rem;
}
.user-search .disabled{
  opacity: 0.5;
}

.user-info{
  width: 3.43rem;
  margin: 0.15rem auto 0;
  background: #F5F5F5;
  border-radius: 0.08rem;
  padding: 0.12rem 0.15rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
}
.user-info .head{
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
}
.user-info .info{
  margin-left: 0.12rem;
}
.user-info .info .name{
  font-weight: 600;
  font-size: 0.15rem;
  color: #333333;
  line-height: 0.21rem;
  max-width: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.user-info .info .id{
  font-weight: 400;
  font-size: 0.13rem;
  color: #999999;
  line-height: 0.18rem;
  margin-top: 0.02rem;
}
.user-info .cut{
  width: 0.3rem;
  height: 0.3rem;
  position: absolute;
  right: 0.15rem;
  top: 50%;
  transform: translateY(-50%);
}

.tab-box{
  height: 0.52rem;
  padding: 0 0.15rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tab-box .left-tab{
  display: flex;
  align-items: center;
}
.tab-box .left-tab .tab-item{
  font-weight: 400;
  font-size: 0.16rem;
  color: #999999;
  line-height: 0.22rem;
  margin-right: 0.24rem;
}
.tab-box .left-tab .active{
  font-weight: 600;
  color: #333333;
}
.tab-box .right-country{
  width: 0.64rem;
  height: 0.28rem;
  background: #FFFFFF;
  border-radius: 0.14rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tab-box .right-country .country{
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 50%;
}
.tab-box .right-country .select{
  width: 0.08rem;
  margin-left: 0.08rem;
}

.channel-box{
  padding: 0 0.15rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.channel-box .channel-item{
  width: 1.66rem;
  height: 0.5rem;
  background: #FFFFFF;
  border-radius: 0.08rem;
  display: flex;
  align-items: center;
  padding-left: 0.15rem;
  box-sizing: border-box;
  margin-bottom: 0.12rem;
  position: relative;
}
.channel-box .channel-item .icon{
  width: 0.26rem;
  height: 0.26rem;
  border-radius: 50%;
}
.channel-box .channel-item .name{
  font-weight: 400;
  font-size: 0.14rem;
  color: #333333;
  line-height: 0.2rem;
  margin-left: 0.12rem;
  max-width: 1rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.channel-box .channel-item .active-box{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0.08rem;
  border: 1px solid #FE7E00;
}
.channel-box .channel-item .active-box .hook-icon{
  width: 0.2rem;
  position: absolute;
  right: 0;
  bottom: 0;
}
.channel-box .view-more{
  justify-content: center;
}
.channel-box .view-more .text{
  font-weight: 400;
  font-size: 0.14rem;
  color: #666666;
  line-height: 0.2rem;
}
.channel-box .view-more img{
  width: 0.14rem;
  margin-left: 0.05rem;
}

.product-list{
  display: flex;
  flex-wrap: wrap;
  padding: 0 0.15rem;
  gap: 0.12rem 0.12rem;
  margin-top: 0.04rem;
}
.product-list .list-item{
  width: 1.07rem;
  height: 0.97rem;
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border-radius: 0.08rem;
  position: relative;
}
.product-list .list-item .coin{
  width: 0.36rem;
  height: 0.36rem;
  display: block;
  margin: 0.06rem auto 0;
}
.product-list .list-item .base-amount{
  font-weight: 500;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.22rem;
  text-align: center;
  margin-top: 0.02rem;
}
.product-list .list-item .add-amount{
  padding: 0.02rem 0.08rem;
  background: #FEF2E5;
  border-radius: 0.09rem;
  margin: 0.06rem auto 0;
  font-size: 0.12rem;
  color: #FE7E00;
  line-height: 0.14rem;
}
.product-list .list-item .price-show{
  font-size: 0.13rem;
  color: #999999;
  line-height: 0.15rem;
  text-align: center;
  margin-top: 0.04rem;
}
.product-list .list-item .tips{
  padding: 0.03rem 0.05rem;
  background: #FE7E00;
  border-radius: 0 0.08rem 0 0.08rem;
  font-size: 0.12rem;
  color: #FFFFFF;
  line-height: 0.14rem;
  position: absolute;
  right: 0;
  top: 0;
}

.footer-box{
  width: 3.75rem;
  height: 0.62rem;
  position: fixed;
  bottom: 0;
  font-weight: 400;
  font-size: 0.1rem;
  color: #BCBCBC;
  line-height: 0.14rem;
  text-align: center;
  background-color: #F5F5F5;
  .text1{
    color: #BCBCBC;
  }
  .text2{
    color: #FF850C;
  }
}

.van-popup{
  background-color: transparent;
}

.question-box{
  width: 2.95rem;
  padding: 0.24rem 0.2rem;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 0.18rem;
}
.question-box .title{
  font-weight: 500;
  font-size: 0.17rem;
  color: #333333;
  line-height: 0.24rem;
  text-align: center;
}
.question-box .text{
  font-weight: 400;
  font-size: 0.14rem;
  color: #666666;
  line-height: 0.2rem;
  margin-top: 0.12rem;
}
.question-box .view-img{
  width: 2.37rem;
  margin: 0.16rem auto 0;
}
.question-box .btn{
  width: 2.47rem;
  height: 0.44rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FE7E00;
  border-radius: 0.25rem;
  font-weight: 600;
  font-size: 0.16rem;
  color: #FFFFFF;
  line-height: 0.22rem;
  margin: 0.24rem auto 0;
}

.country-popup{
  height: calc(100% - 0.96rem);
  overflow-y: auto;
  margin-top: 0.96rem;
}
.country-popup .header-nav{
  position: fixed;
  width: 3.75rem;
  top: 0;
  background: #fff;
  z-index: 9;
  padding-bottom: 0.08rem;
}
.country-popup .header-nav .nav{
  position: relative;
  height: 0.44rem;
}
.country-popup .header-nav .nav .back-icon{
  position: absolute;
  left: 0.16rem;
  bottom: 0.12rem;
  width: 0.2rem;
}
.country-popup .header-nav .nav .title{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.1rem;
  font-size: 0.17rem;
  font-weight: bold;
  color: #333;
  line-height: 0.24rem;
  text-align: center;
}
.country-popup .header-nav .search-box{
  height: 0.44rem;
  display: flex;
  align-items: center;
}
.country-popup .header-nav .search-box .van-search{
  flex: 1;
  padding: 0 0.16rem;
}
.country-popup .header-nav .search-box .van-search .van-search__content{
  border-radius: 0.18rem;
}
.country-popup .area-item{
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #333;
}
.country-popup .area-item .area-name{
  display: flex;
  align-items: center;
}
.country-popup .area-item .area-name > img {
  width: 0.22rem;
  height: 0.22rem;
}
.country-popup .area-item .area-name .name{
  margin-left: 0.1rem;
}
.country-popup .area-item .van-cell__value {
  display: flex;
  padding-right: 0.2rem;
  justify-content: space-between;
  align-items: center;
}
.country-popup .van-index-bar__sidebar{
  right: auto;
  margin-left: 3.29rem;
}
.country-popup .van-index-bar__index{
  font-size: 0.1rem;
}
.country-popup .no-data{
  margin-top: 1.1rem;
}
.country-popup .no-data img{
  width: 2.4rem;
  display: block;
  margin: 0 auto;
}
.country-popup .no-data .text{
  font-weight: 400;
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.2rem;
  text-align: center;
  margin-top: 0.12rem;
}

.my-country{
  width: 3.75rem;
  left: auto;
}
