binding4Sstore.wxss 699 字节
.container {
  padding: 32rpx;
  box-sizing: border-box;
}
.container .noBinding .banner_img {
  margin: 200rpx 130rpx 100rpx 130rpx;
  height: 346rpx;
}
.container .noBinding .banner_img image {
  width: 100%;
}
.container .noBinding .banner_img_title {
  margin-bottom: 100rpx;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 50rpx;
}
.container .noBinding .banner_img_title .text_title {
  font-size: 28rpx;
  font-weight: 400;
  line-height: 60rpx;
  color: #3D444C;
}
.container .noBinding .btn {
  color: #fff;
  background-color: #E8370F;
  width: 378rpx;
  height: 88rpx;
  margin: 50rpx auto;
}