.storeIndex .ant-card-head .ant-card-head-title {
  padding: 10px 0;
  color: #333;
  font-weight: bold;
}
.storeIndex .ant-card-head .ant-card-extra {
  padding: 10px 0;
}
.storeIndex .ant-card-body {
  height: calc(100vh - 150px);
  overflow-y: scroll;
}
.storeIndex .box {
  width: 1000px;
  position: relative;
}
.storeIndex .box .title {
  height: 60px;
  line-height: 60px;
  padding-left: 16px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  border-bottom: 1px solid #e9e9e9;
  background-color: #f5f9ff;
}
.storeIndex .box .content {
  height: 45px;
}
.storeIndex .box .content .items {
  width: 620px;
  float: left;
}
.storeIndex .box .content .items:nth-child(1) {
  width: 380px;
  border-right: 1px solid #f8f8f8;
}
.storeIndex .box .items {
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #f8f8f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
}
.storeIndex .box .items .lable {
  width: 100px;
  line-height: 45px;
  text-align: right;
  color: #999;
}
.storeIndex .box .items .conbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #333;
}
.storeIndex .box .img1,
.storeIndex .box .img2 {
  width: 160px;
  height: 150px;
  position: absolute;
  top: 80px;
  right: 20px;
}
.storeIndex .box .img1 p,
.storeIndex .box .img2 p {
  width: 160px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  background-color: #e9e9e9;
  border-radius: 4px;
  margin: 0;
}
.storeIndex .box .img1 p img,
.storeIndex .box .img2 p img {
  max-width: 156px;
  max-height: 118px;
  display: inline-block;
}
.storeIndex .box .img1 div,
.storeIndex .box .img2 div {
  line-height: 25px;
  font-size: 14px;
  text-align: center;
  color: #999;
  display: block;
}
.storeIndex .box .img2 {
  top: 240px;
}
.storeIndex .dataItem {
  width: 100%;
  height: 39px;
  line-height: 39px;
  padding-left: 5px;
  font-weight: bold;
  color: #000;
}
.storeIndex .ant-input {
  width: 370px;
}
.storeIndex .wxCode {
  height: 150px;
  font-weight: bold;
  color: #000;
}
.storeIndex .wxCode p {
  margin-bottom: 0;
}
.storeIndex .wxCode span {
  width: 160px;
  height: 160px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 2px;
  float: left;
}
.storeIndex .wxCode span img {
  width: 100%;
}
.storeIndex .wxCode b {
  height: 160px;
  float: left;
  color: #ff4d4f;
  text-decoration: underline;
  cursor: pointer;
  padding-top: 130px;
  font-size: 12px;
  margin-left: 5px;
}
.storeIndex .date {
  height: 40px;
  line-height: 40px;
}
.avatar-upload-wrapper {
  height: 200px;
  width: 100%;
}
.ant-upload-preview {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 180px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 4px #ccc;
          box-shadow: 0 0 4px #ccc;
}
.ant-upload-preview .upload-icon {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 1.4rem;
  padding: 0.5rem;
  background: rgba(222, 221, 221, 0.7);
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.ant-upload-preview .mask {
  opacity: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.ant-upload-preview .mask:hover {
  opacity: 1;
}
.ant-upload-preview .mask i {
  font-size: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -1rem;
  margin-top: -1rem;
  color: #d6d6d6;
}
.ant-upload-preview img,
.ant-upload-preview .mask {
  width: 100%;
  max-width: 180px;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}

