/**app.wxss**/
.container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 200rpx 0;
  box-sizing: border-box;
} 

.page{
  background-color: #fff;
}

.divide_line{
  background: #e5e5e5;
  width: 100%;
  height: 2rpx;
}

.item_body {
  width: 100%;
  height: 80rpx;
}

.text_black_28 {
  font-family: PingFangSC-Regular;
  font-size: 28rpx;
  color: #000;
  line-height: 80rpx;
}

.text_333_28 {
  font-family: PingFangSC-Regular;
  font-size: 28rpx;
  color: #333;
  text-align: right;
  line-height: 80rpx;
}

.text_999_28 {
  font-family: PingFangSC-Regular;
  font-size: 28rpx;
  color: #999;
  text-align: right;
  line-height: 80rpx;
}

.arrow_wrap {
  width: 40rpx;
  height: 40rpx;
  float: right;
  margin-top: 20rpx;
  margin-left: 8rpx;
}

.float_right {
  float: right;
}

.float_left {
  float: left;
}

.btn_bottom {
  width: 100%;
  z-index: 10000;
  height: 84rpx;
  background: #357aeb;
  text-align: center;
  position: fixed;
  color: #fff;
  bottom: 0;
  line-height: 84rpx;
}