.zc-box {
  margin: 0.4rem auto 0 auto;
  width: 65%;
}
.zc-box .zc-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: 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 .ksmc {
  display: block;
  margin: 0 0.12rem;
  min-width: 3.2rem;
  font-size: 0.16rem;
  font-weight: bold;
}
.zc-box .zc-item .sub-tit {
  width: 2rem;
  font-size: 0.16rem;
  color: #999;
  font-weight: 400;
}

.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;
    border: 1px solid #0871cf;
  color: #fff;
  cursor: pointer;
}

@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 .ksmc {
    display: block;
    margin: 0.1rem 0;
    width: 100%;
  }
  .zc-box .zc-item .sub-tit {
    flex: auto;
    width: 100%;
    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;
  }
}
