page{
  padding-bottom: 100rpx;
}
.express_box{
  background: white;
  .express_hred{
    font-size: 30rpx;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20rpx 0;
    border-bottom: 1rpx solid #d6d6d6;
    margin: 0 20rpx;
    .hred_row{
      display: flex;
      align-items: center;
    }
    .express_title{
      color: #21b314;
      margin: 0 10rpx;
    }
    .btn_copy{
      padding: 4rpx 20rpx;
      border-radius: 4rpx;
      border: 1px solid #a7a7a7;
    }
  }
}