html,
body {
  height: 100%;
  background-color: #f5f7fa !important;
  padding: 0;
  margin: 0;
  font-family: PingFangSC-Regular, PingFang SC;
}
.store-info-content {
  width: 100%;
  min-height: 100%;
  max-width: 550px;
  margin: 0 auto;
  background: #f0f2f5;
  padding: 15px 15px 0 15px;
  box-sizing: border-box;
  position: relative;
}
.store-info-head {
  width: 100%;
  height: 156px;
  position: relative;
  margin-top: 15px;
}
.store-info-head-img {
  width: 100%;
  height: 156px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-inner {
  width: 250px;
  height: 156px;
}
.failed-img {
  display: block;
}
.success-img {
  display: none;
}
.store-info-head-img-text {
  position: absolute;
  width: 100%;
  height: 22px;
  font-size: 16px;
  font-weight: 550;
  color: #333333;
  text-align: center;
  line-height: 22px;
  margin-top: -42px;
}
.store-info-text {
  padding: 0 9px;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  text-align: center;
  position: relative;
  margin-top: -10px;
}
.store-detail {
  width: 100%;
  height: auto;
  padding: 16px;
  margin-top: 24px;
  background: #fff;
  box-sizing: border-box;
  border-radius: 8px;
}
.failed-detail {
  display: block;
}
.success-detail {
  display: none;
}
.detail-title {
  font-size: 14px;
  color: #303133;
  line-height: 20px;
}
.detail-item {
  font-size: 14px;
  color: #606266;
  line-height: 20px;
  margin-top: 10px;
}
.margin-0 {
  margin-top: 4;
}
.btn-div {
  width: 100%;
  height: 32px;
  margin-top: 4px;
  display: flex;
}
.inner-btn {
  width: auto;
  height: 32px;
  padding: 0 29px;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid #4400FA;
  color: #4400FA;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 550;
}
.store-bottom {
  width: 100%;
  padding: 0 40px;
  padding-bottom: 12px;
  box-sizing: border-box;
  /* position: absolute;
  bottom: 20px;
  left: 0; */
  margin-top: 12px;
  text-align: center;
  font-size: 12px;
  color: #909399;
  line-height: 18px;
}
