/* PC 样式 */

* {
  margin: 0;
  padding: 0;
}
input::placeholder,
textarea::placeholder {
  font-size: calc(16 * var(--basePC)); /* 将这里的数值改为你需要的字体大小 */
  line-height: calc(21 / 16);
}
.box-pc {
  display: block;
}
.box-m {
  display: none;
}

input,
textarea {
  caret-color: #07a575;
}

.box2 {
  margin: calc(100 * var(--basePC)) auto;
  width: 100%;
  border-radius: calc(32 * var(--basePC));
  opacity: 1;
  background: #ffffff;
  box-shadow: 0px 10px 30px 0px rgba(14, 182, 221, 0.16);
  padding: calc(100 * var(--basePC));
}

.box2-top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.box2 .box2-top > h1 {
  font-weight: bold;
  color: #3d3d3d;
  line-height: calc(59 / 45);
}

.box2 .box2-top p {
  color: #666666;
  line-height: calc(24 / 18);
  margin-top: calc(20 * var(--basePC));
}

.required {
  color: red;
}

.box2 .box2-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: calc(40 * var(--basePC)) auto 0px;
}

.box2-bottom .box2-bottom-a,
.box2-bottom-b {
  display: flex;
  flex-direction: column;
  width: 48%;

  margin-top: calc(40 * var(--basePC));
  line-height: calc(24 / 18);
  color: #333;
}

.box2-bottom-n {
  width: 100%;
  display: flex;
  flex-direction: column;

  line-height: calc(24 / 18);
  color: #333;
}

.box2-bottom-n input {
  outline: none;
  margin-top: calc(20 * var(--basePC));
  padding: 0 calc(20 * var(--basePC));
  height: calc(61 * var(--basePC));
  border-radius: calc(8 * var(--basePC));
  border: calc(1 * var(--basePC)) solid #c3cad9;
}

.error {
  border: 1px solid red !important;
  /* 错误时的边框样式 */
}

.phone-code {
  display: flex;
}

.phone {
  width: 100%;
  height: 64px;
}

#code {
  border: none;
  padding-left: 10px;
  width: 51%;
  margin-top: 0;
  height: 100%;
}

.code {
  margin-left: 16px;
}

.phone-code a {
  margin: 0 10px;
  font-size: 12px;
  color: #00b578;
  line-height: 66px;
}

#incode {
  margin-left: 16px;
  height: 66px;
  margin-top: 24px;
  display: flex;
  justify-content: center;
  border: 1px solid #c3cad9;
  border-radius: 8px;
}

.options {
  position: absolute;
  top: calc(115 * var(--basePC));
  border: 1px solid #666666;
  border-radius: calc(8 * var(--basePC));
  padding: calc(6 * var(--basePC));
  border: calc(1 * var(--basePC)) solid #dcdcdc;
  width: 100%;
  z-index: 999;
  background-color: #ffffff;
}
.item {
  width: 100%;
  padding: calc(5 * var(--basePC)) 0 calc(5 * var(--basePC))
    calc(5 * var(--basePC));
  cursor: pointer;
}
.item:hover {
  border-radius: calc(3 * var(--basePC));
  background: rgba(205, 238, 235, 0.5);
}
.box2-bottom .box2-bottom-a input {
  outline: none;
  margin-top: calc(24 * var(--basePC));
  padding-left: calc(30 * var(--basePC));
  height: calc(64 * var(--basePC));
  border-radius: calc(8 * var(--basePC));
  border: 1px solid #c3cad9;
}

#companyAttribute {
  cursor: pointer;
}
.gobottom {
  width: calc(8 * var(--basePC));
  height: calc(5 * var(--basePC));
  position: absolute;
  top: calc(81 * var(--basePC));
  right: calc(30 * var(--basePC));
}
#attribute {
  position: relative;
  border-radius: 8px;
  margin-top: 24px;
  height: 64px;
  border: 1px solid #c3cad9;
}

.box2-bottom .box2-bottom-b textarea {
  margin-top: calc(20 * var(--basePC));
  padding: calc(20 * var(--basePC)) calc(24 * var(--basePC));
  min-height: calc(200 * var(--basePC)) !important;
  border-radius: calc(8 * var(--basePC));
  border: calc(1 * var(--basePC)) solid #c3cad9;
  resize: none;
  outline: none;
}

.box2-bottom-c {
  display: flex;
  width: 100%;
  margin-top: calc(20 * var(--basePC));
  color: #5a7184;
  line-height: calc(21 / 16);
  align-items: center;
}

.checkerror {
  -webkit-appearance: none;
  width: 13px;
  height: 13px;
  border: 1px solid red !important;
}

.box2-bottom-c input {
  -webkit-appearance: none;
  width: calc(16 * var(--basePC));
  height: calc(16 * var(--basePC));
  border: calc(1 * var(--basePC)) solid #07a575;
  margin-right: calc(5 * var(--basePC));
  border-radius: calc(4 * var(--basePC));
  display: flex;
  justify-content: center;
  align-items: center;
}

.box2-bottom-c .checkbox::before {
  content: "\2713";
  color: #07a575;
  font-weight: 700;
  font-size: calc(14 * var(--basePC));
}

.box2-bottom-c .checkerror::before {
  content: "";
  color: #07a575;
}

.submit {
  display: block;
  margin: calc(40 * var(--basePC)) auto 0px;
  width: calc(342.86 * var(--basePC));
  height: calc(84 * var(--basePC));
  border: none;
  border-radius: calc(8 * var(--basePC));
  background: linear-gradient(270deg, #07a575 0%, #0eb6dd 100%);
}

.submit span {
  font-weight: bold;
  color: #ffffff;
}

.box3 {
  width: 100%;
  height: 732px;
  background-color: #f3eeee;
}

#model {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  width: 350px;
  height: 150px;
  border: 1px solid #00b578;
  background-color: #ffffff;
  border-radius: 8px;
}

#model button {
  color: #ffffff;
  width: 100px;
  height: 40px;
  border: none;
  border-radius: 25px;
  background: linear-gradient(270deg, #07a575 0%, #0eb6dd 100%);
}

#tip {
  position: fixed;
  top: 15%;
  left: 50%;
  transform: translate(-50%, 0);
}

#tipmodel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* 半透明背景 */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  /* 确保在其他内容之上 */
}

/* 移动端样式 */
@media screen and (max-width: 768px) {
  * {
    margin: 0;
    padding: 0;
  }
  .box-pc {
    display: none;
  }
  .box-m {
    display: blcok;
  }
  .header {
    width: 100%;
    height: 200px;
    background-color: #898686;
    text-align: center;
    line-height: 200px;
  }

  input,
  textarea {
    caret-color: #07a575;
  }

  .box1 {
    color: black;
    width: 100%;
    height: 36vh;
    opacity: 1;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .content {
    font-size: 24px;
    font-weight: bold;
  }

  .content2 {
    font-size: 12px;
    font-weight: normal;
  }

  .box2 {
    margin: calc(40 * var(--basePC)) auto calc(40 * var(--basePC));
    width: 100%;
    border-radius: calc(16 * var(--basePC));
    opacity: 1;
    background: #ffffff;
    box-shadow: 0px 5px 15px 0px rgba(14, 182, 221, 0.16);
    padding: calc(100 * var(--basePC)) calc(40 * var(--basePC));
  }

  .box2-top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .box2 .box2-top > h1 {
    font-size: calc(36 * var(--basePC));
    font-variation-settings: "opsz" auto;

    line-height: calc(48 / 36);
  }

  .box2 .box2-top > p {
    font-size: calc(28 * var(--basePC));

    font-variation-settings: "opsz" auto;

    line-height: calc(37 / 28);
  }

  input::placeholder,
  textarea::placeholder {
    font-size: calc(22 * var(--basePC)); /* 将这里的数值改为你需要的字体大小 */
    line-height: calc(29 / 22);
  }

  .box2 .box2-bottom {
    display: flex;
    flex-direction: column;
  }

  .box2-bottom .box2-bottom-a,
  .box2-bottom-b {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .box2-bottom .box2-bottom-a input {
    border-radius: 8px;
    padding-left: 15px;
    line-height: calc(40 * var(--basePC));

    width: 100%;
    border: 1px solid #c3cad9;
    outline: none;
    background: #ffffff;
  }

  .box2-bottom-n {
    line-height: calc(37 / 28);
  }

  .box2-bottom-n input {
    /* margin-top: 8px; */

    width: 100%;

    padding: calc(20 * var(--basePC));
    height: calc(69 * var(--basePC));
  }

  .error {
    border: 1px solid red !important;
    /* 错误时的边框样式 */
  }

  .phone-code {
    display: flex;
  }

  .phone {
    width: 100%;
  }

  #code {
    border: none;
    padding-left: 10px;
    width: 51%;
    margin-top: 0;
    height: 100%;
  }

  .code {
    margin-left: 16px;
  }

  .phone-code a {
    margin: 0 calc(10 * var(--basePC));
    font-size: calc(12 * var(--basePC));
    color: #00b578;
    line-height: calc(66 * var(--basePC));
  }

  #incode {
    margin-left: 16px;
    height: 66px;
    margin-top: 24px;
    display: flex;
    justify-content: center;
    border: 1px solid #c3cad9;
    border-radius: 8px;
  }

  .box2-bottom .box2-bottom-a input {
    border-radius: calc(8 * var(--basePC));
    padding-left: calc(20 * var(--basePC));

    width: 100%;
    border: 1px solid #c3cad9;
    outline: none;
    background: #ffffff;
  }
  .gobottom {
    width: calc(20 * var(--basePC));
    height: calc(13 * var(--basePC));
    position: absolute;
    top: calc(88 * var(--basePC));
    right: calc(20 * var(--basePC));
  }

  .options {
    position: absolute;
    top: calc(115 * var(--basePC));
    border: 1px solid #666666;
    border-radius: calc(8 * var(--basePC));
    padding: calc(6 * var(--basePC));
    border: 0.5px solid #dcdcdc;
    width: 100%;
    z-index: 999;
    background-color: #ffffff;
  }
  .item {
    width: 100%;
    padding: 5px 0 5px 5px;
    cursor: pointer;
  }
  .item:hover {
    border-radius: 3px;
    background: rgba(205, 238, 235, 0.5);
  }

  .box2-bottom .box2-bottom-b textarea {
    margin-top: calc(20 * var(--basePC));
    padding: calc(30 * var(--basePC));
    min-height: calc(200 * var(--basePC)) !important;
    border-radius: calc(8 * var(--basePC));
    border: 1px solid #c3cad9;
    resize: none;
    outline: none;
  }

  .box2-bottom-c {
    /* margin-right: 5px; */
    display: flex;
    width: 100%;
    /* margin-top: 5%; */
    color: #5a7184;
    align-items: flex-start;
    font-size: calc(22 * var(--basePC)) !important;
    line-height: calc(33 / 22);
  }

  .checkerror {
    -webkit-appearance: none;
    width: 13px;
    height: 13px;
    border: 1px solid red !important;
  }

  .box2-bottom-c input {
    margin-right: calc(5 * var(--basePC));
    -webkit-appearance: none;
    width: calc(24 * var(--basePC));
    height: calc(24 * var(--basePC));
    border: 1px solid #07a575;
    border-radius: calc(4 * var(--basePC));
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 calc(24 * var(--basePC));
    margin-top: calc(5 * var(--basePC));
  }

  .box2-bottom-c .checkbox::before {
    content: "\2713";
    color: #07a575;
    font-weight: 600;
    font-size: calc(18 * var(--basePC));
  }

  .box2-bottom-c .checkerror::before {
    content: "";
    color: #07a575;
  }
  .box2-bottom-c a {
    display: inline;
  }
  .submit {
    display: block;

    width: calc(342 * var(--basePC));
    height: calc(84 * var(--basePC));
    border: none;
    border-radius: calc(4 * var(--basePC));
    background: linear-gradient(270deg, #07a575 0%, #0eb6dd 100%);
  }

  .submit span {
    font-weight: bold;
    color: #ffffff;
    font-size: calc(28 * var(--basePC));
  }

  .box3 {
    width: 100%;
    height: 732px;
    background-color: #f3eeee;
  }

  #model {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    width: 350px;
    height: 150px;
    border: 1px solid #00b578;
    background-color: #ffffff;
    border-radius: 8px;
  }

  #model button {
    color: #ffffff;
    width: 100px;
    height: 40px;
    border: none;
    border-radius: 25px;
    background: linear-gradient(270deg, #07a575 0%, #0eb6dd 100%);
  }

  #tip {
    position: fixed;
    top: 15%;
    left: 50%;
    transform: translate(-50%, 0);
  }

  #tipmodel {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* 半透明背景 */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    /* 确保在其他内容之上 */
  }
}
