* {
  margin: 0;
  padding: 0;
  margin: 0 auto;
  font-family: PingFangSC-Medium, PingFang SC;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
  font-size: 14px;
}
.display-none {
  display: none;
}
.first-page {
  background: linear-gradient(180deg, #32b1df 0%, #3b7fb7 100%);
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 10vh;
}
.first-page .title-img {
  width: 278px;
}
.first-page .text {
  font-size: 12px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 18px;
  margin-top: 8px;
  padding: 0 5vw;
  text-indent: 2em;
  line-height: 20px;
}
.first-page .chahua-img {
  width: 336px;
  margin-top: 28px;
}
.first-page .next-bt {
  margin-top: 65px;
  width: 343px;
}
@media screen and (max-height: 600px) {
  .first-page .chahua-img {
    width: 200px;
  }
  .first-page .next-bt {
    margin-top: 35px;
    width: 220px;
  }
}
.main-page {
  position: relative;
  background-color: #F5F5F5;
  width: 100vw;
  min-height: 100vh;
}
.main-page .head-bg {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.main-page .main-container {
  position: relative;
  min-height: 100vh;
  z-index: 10;
  padding: 24px 16px 16px;
  display: flex;
  flex-direction: column;
}
.main-page .main-container * {
  flex-shrink: 0;
}
.main-page .main-container .title {
  width: 100%;
  color: white;
  font-size: 20px;
  margin-bottom: 15px;
}
.main-page .main-container .text-container {
  flex: 1;
  width: 100%;
  background-color: white;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
  flex-shrink: 0;
}
.main-page .main-container .text-container .text-area {
  width: 100%;
  flex: 1;
  border: none;
  outline: none;
  resize: none;
  flex-shrink: 0;
}
.main-page .main-container .text-container .foot-line {
  width: 100%;
  display: flex;
  align-items: center;
}
.main-page .main-container .text-container .foot-line .add-img-icon-container {
  margin: 0;
  padding: 10px 20px 0 0;
  display: flex;
  align-items: center;
}
.main-page .main-container .text-container .foot-line .add-img-icon-container .ic-pic {
  display: block;
  width: 19px;
  height: 16px;
}
.main-page .main-container .text-container .foot-line .add-img-icon-container .text {
  font-size: 12px;
  opacity: 0.65;
  margin-left: 10px;
}
.main-page .main-container .text-container .foot-line .upload-img-container {
  width: 100%;
}
.main-page .main-container .text-container .foot-line .upload-img-container .upload-img-mid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.main-page .main-container .text-container .foot-line .upload-img-container .upload-img-mid .upload-img-inner {
  width: 70px;
  height: 70px;
  margin: 5px 5px 0 0;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.main-page .main-container .text-container .foot-line .upload-img-container .upload-img-mid .upload-img-inner .close-img {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
}
.main-page .main-container .text-container .foot-line .upload-img-container .upload-img-mid .upload-img-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-page .main-container .text-container .foot-line .upload-img-container .upload-img-mid .add-img {
  width: 70px;
  height: 70px;
  margin: 5px 5px 0 0;
  order: 9999;
}
.main-page .main-container .person-info-container {
  width: 100%;
  padding: 16px;
  background-color: white;
  border-radius: 8px;
}
.main-page .main-container .person-info-container .person-text {
  font-size: 16px;
  color: #333333;
  margin-bottom: 16px;
  font-weight: 600;
}
.main-page .main-container .person-info-container .input-container {
  width: 100%;
  height: 50px;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  padding: 0 16px;
  margin-bottom: 16px;
}
.main-page .main-container .person-info-container .input-container:last-child {
  margin-bottom: 0;
}
.main-page .main-container .person-info-container .input-container .label {
  font-size: 15px;
  color: #333333;
  margin-right: 16px;
  width: 50px;
}
.main-page .main-container .person-info-container .input-container .input-inner {
  flex: 1;
  height: 100%;
}
.main-page .main-container .person-info-container .input-container .input-inner input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background-color: transparent;
}
.main-page .main-container .submit-bt {
  margin-top: 16px;
  width: 100%;
  height: 50px;
  background: #3D8EFF;
  box-shadow: 0px 3px 20px 0px rgba(61, 142, 255, 0.45);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 16px;
}
.modal-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 50;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-container .model-box {
  width: 248px;
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
}
.modal-container .model-box .content-box {
  min-height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #F2F3F5;
  text-align: center;
  line-height: 24px;
  padding: 20px 0;
}
.modal-container .model-box .modal-submit-bt {
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  color: #469FFE;
}
