/**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;
}

.divide_line_30{
  background: #f5f5f5;
  /* width: 100%; */
  height: 2rpx;
  margin-left: 30rpx;
}
.divide_line_f5f5f5{
  background: #f5f5f5;
  width: 100%;
  height: 2rpx;
}

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

.text_wrap{
  /* width: 500rpx;
   overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: right; */
}

.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_666_30 {
  font-family: PingFangSC-Regular;
  font-size: 30rpx;
  color: #666;
  text-align: right;
}

.text_999_30 {
  font-family: PingFangSC-Regular;
  font-size: 30rpx;
  color: #999;
}
.text_777_30 {
  font-family: PingFangSC-Regular;
  font-size: 30rpx;
  line-height: 90rpx;
  color: #777;
}

.text_333_30 {
  font-family: PingFangSC-Regular;
  font-size: 30rpx;
  color: #333;
}

.text_blue_28 {
  font-family: PingFangSC-Regular;
  font-size: 28rpx;
  color: #3795ff;
  text-align: right;
}

.text_333_30_bold {
  font-family: PingFangSC-Semibold;
  font-size: 30rpx;
  color: #333;
}

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

.text_black_30 {
  font-family: PingFangSC-Regular;
  font-size: 30rpx;
  color: #000;
}

.text_black_32 {
  font-size: 32rpx;
  color: #000;
  line-height: 40rpx;
}

.arrow_wrap {
  width: 40rpx;
  height: 40rpx;
  float: right;
  margin-top: 8rpx;
  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;
}

.card_rectangle_bg_row {
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  margin-left: 30rpx;
  margin-right: 30rpx;
  background: #fff;
  box-shadow: 0 4px 14px 0 rgba(208, 208, 208, 0.50);
  border-radius: 8px;
}

.card_rectangle_bg_column {
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  margin-left: 30rpx;
  margin-right: 30rpx;
  background: #fff;
  box-shadow: 0 4px 14px 0 rgba(208, 208, 208, 0.50);
  border-radius: 8px;
}
.head_in{
  margin-left: 26rpx;
}
/*---------行数控制,溢出部分显示‘...’-------*/
.text-single{
  overflow: hidden;
  text-overflow:ellipsis;
  white-space:nowrap; 
}
.weui-cell__bd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
}