.zc-box {
  margin: 0.4rem auto 0 auto;
  width: 65%;
}
.zc-box .zc-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0.2rem;
}

.zc-box .zc-item .item-tit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 1.45rem;
  font-size: 0.16rem;
  color: #333;
  font-weight: 700;
}
.zc-box .zc-item .item-tit i {
  color: #f00000;
}
.zc-box .zc-item input {
  display: block;
  margin: 0 0.12rem;
  padding: 0 0.1rem;
  width: 3.2rem;
  height: 0.4rem;
  box-sizing: border-box;
  border: 1px solid #c7c7c7;
  border-radius: 0.04rem;
  box-sizing: border-box;
}
.zc-box .zc-item .sub-tit {
  flex: 1;
  font-size: 0.16rem;
  color: #999;
  font-weight: 400;
}
.zc-box .zc-item .zc-code {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 0.12rem;
  width: 3.2rem;
}
.zc-box .zc-item .zc-code input {
  margin-left: 0;
  margin-right: 0.25rem;
  width: 1.7rem;
}
.zc-box .zc-item .zc-code .code-image {
  margin-right: 0;
  width: 1.25rem;
  height: 0.35rem;
}
.zc-box .zc-item .zc-code .code-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zc-box .zc-item .zc-code .code-btn {
  margin-right: 0.1rem;
  width: 1.25rem;
  height: 0.35rem;
  font-size: 0.16rem;
  line-height: 0.35rem;
  color: #0871cf;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
}

.sure-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 0.2rem;
}
.sure-box .cancel-btn {
  display: block;
  margin: 0 0.1rem;
  padding: 0 0.2rem;
  min-width: 1.25rem;
  height: 0.4rem;
  font-size: 0.16rem;
  line-height: 0.4rem;
  font-weight: 400;
  color: #333333;
  background: #efefef;
  border: 1px solid #c7c7c7;
  border-radius: 0.04rem;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
}
.sure-box .sure-btn {
  background-color: #0871cf;
  color: #fff;
  cursor: pointer;
  border: 1px solid #0871cf;
}

.tips {
  margin-top: .2rem;
  font-size: 0.18rem;
  font-weight: bold;
  color: #f12626;
  line-height: .24rem;
}

@media screen and (max-width: 850px) {
  .zc-box {
    width: 100%;
  }
  .zc-box .zc-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0.3rem;
  }

  .zc-box .zc-item .item-tit {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    font-size: 0.18rem;
  }
  .zc-box .zc-item input {
    margin: 0.1rem 0;
    padding: 0 0.1rem;
    width: 100%;
    height: 0.4rem;
  }
  .zc-box .zc-item .sub-tit {
    flex: auto;
    width: 100%;
    font-size: 0.18rem;
  }
  .zc-box .zc-item .zc-code {
    margin: 0;
    width: 100%;
  }
  .zc-box .zc-item .zc-code input {
    flex: 1;
    margin-right: 0.3rem;
    width: auto;
  }
  .zc-box .zc-item .zc-code .code-image {
    margin-right: 0;
    width: 1.25rem;
    height: 0.35rem;
  }
  .zc-box .zc-item .zc-code .code-btn {
    margin-right: 0;
    width: 1.25rem;
    height: 0.35rem;
    font-size: 0.18rem;
  }

  .sure-box {
    flex-direction: column;
    justify-content: center;
    padding-top: 0.1rem;
  }
  .sure-box .cancel-btn {
    margin: 0 0;
    margin-bottom: 0.1rem;
    padding: 0 0.2rem;
    min-width: 1.25rem;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.18rem;
  }
}
