/* pages/wx_authority/wx_authority.wxss */
page{
  background: #F3A010;
}
.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* .logo {
  text-align: center; 
  padding:0;
  margin: 0;
} */
.logo{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:1334rpx;
  padding:0;
  margin: 0;
}
.content {
  /* position: fixed;
  top: 0;
  left: 0; */
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  
}
.head{
   position: fixed;
   top: 0;
   left: 24rpx;
   display: flex;
   justify-content: start;
}
.head-img{
  width: 78rpx;
  height: 78rpx;
  border-radius: 50%;
  margin-right: 13rpx;
}
.head-text{
  font-size: 30rpx;
  color: #fff;
  display: inline-block;
  /* position: relative;
  bottom: 15rpx; */
  line-height: 80rpx;
  height: 80rpx;
  background: transparent;
  border: none;
  margin:auto 0;
  padding: 0;
  font-weight:600;
}
.me{
  position: fixed;
  bottom: 60rpx;
  width: 100%;
  display: flex;
  justify-content: space-around;

}
.me-item-img{
  width: 129rpx;
  height: 162rpx;
}
.middle-img{
  width: 148rpx;
  height: 162rpx;
}

/* 弹幕 */

.model-text{
  color: #393939;
  font-size: 30rpx;
  text-align: center;
  margin: 95rpx 50rpx;
}
.model-list{
    margin:78rpx 180rpx;
    color: #393939;
    font-size: 34rpx;
}
.model-list-btn{
  width: 284rpx;
  height: 80rpx;
  line-height: 80rpx;
  background: #F3A010;
  border-radius: 80rpx;
  margin-bottom: 60rpx;
  font-weight: 600;
}