xiaofeijilu.wxss 816 字节
.xiaofeiboxitemtop {
  padding: 24rpx;
  box-sizing: border-box;
  background: #f9f9f9;
  color: #06121e;
  font-size: 28rpx;
}
.xiaofeiboxitem{
  border-bottom:24rpx solid #F9F9F9;
}

.xiaofeipic {
  width: 702rpx;
  height: 234rpx;
  font-size: 0;
  margin: 24rpx auto 0;
}

.xiaofeibottom {
  padding: 24rpx;
  box-sizing: border-box;
}
.xiaofeibotname{
  color:#06121E;
  font-size: 28rpx;
  font-weight: bold;
}
.xiaofeimoney{
  color:#EA322B;
  font-size: 32rpx;
  margin-top:24rpx;
  font-weight: bold;
}
.xiaofeipicvideo{
  width:702rpx;
  height:396rpx;
  font-size: 0;
  margin:24rpx auto 0;
  position: relative
}
.xiaofeivideotop{
  display:flex;

  align-items: center;
  justify-content: space-between
}
.xiaofeivideotype{
  color:#5B5E63;
  font-size: 28rpx;
}
.xiaofeipage{
  padding-bottom: 50rpx;
}