input:focus, textarea:focus {
  border-color: #3cb4e3 !important;
}

.contactBlock {
  padding: 0 5%;
}
.contactBlock .content {
  padding-top: 52px;
  padding-bottom: 86px;
}
.contactBlock .content p {
  margin-top: 12px;
  font-size: 28px;
  color: #02526e;
}

.contactBlock2 {
  padding: 0 5% 120px;
}
.contactBlock2 .title {
  font-size: 28px;
  color: #02526e;
}
.contactBlock2 #form {
  margin-top: 14px;
}
.contactBlock2 #form .top {
  margin-bottom: 46px;
}
.contactBlock2 #form .top > .list {
  margin-bottom: 60px;
}
.contactBlock2 #form .top > .list p {
  margin-bottom: 22px;
  font-size: 28px;
  line-height: 46px;
  color: #02526e;
}
.contactBlock2 #form .top > .list .select {
  position: relative;
}
.contactBlock2 #form .top > .list .select .selectDiv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: border 0.5s;
  width: 100%;
  height: 108px;
  padding-left: 40px;
  border-bottom: 8px solid #e2e4e4;
  background: #f6f7f7;
  cursor: pointer;
}
.contactBlock2 #form .top > .list .select .selectDiv span {
  font-size: 28px;
  color: #02526e;
}
.contactBlock2 #form .top > .list .select .selectDiv .ico {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  aspect-ratio: 1/1;
}
.contactBlock2 #form .top > .list .select .selectDiv .ico img {
  transition: transform 0.5s;
  transform: rotate(0deg);
}
.contactBlock2 #form .top > .list .select .selectDiv.on {
  border-color: #3cb4e3;
}
.contactBlock2 #form .top > .list .select .selectDiv.on .ico img {
  transform: rotate(-180deg);
}
.contactBlock2 #form .top > .list .select .selectList {
  display: none;
  position: absolute;
  z-index: 3;
  width: 100%;
}
.contactBlock2 #form .top > .list .select .selectList .list {
  display: block;
  padding: 0 40px;
  border: solid 1px rgba(25, 70, 125, 0.2);
  border-top: 0;
  background: #fff;
  font-size: 28px;
  line-height: 80px;
  color: #02526e;
}
.contactBlock2 #form .top > .list .select .selectList .list:first-child {
  border-top: solid 1px rgba(25, 70, 125, 0.2);
}
.contactBlock2 #form .top > .list textarea {
  transition: border 0.5s;
  width: 100%;
  height: 400px;
  padding: 27px 40px;
  border: 0;
  border-bottom: 8px solid #e2e4e4;
  background: #f6f7f7;
  font-family: MicrosoftYaHei;
  font-size: 28px;
  line-height: 46px;
  color: #02526e;
}
.contactBlock2 #form .top > .list:last-child {
  margin-bottom: 0;
}
.contactBlock2 #form .center {
  margin-bottom: 46px;
}
.contactBlock2 #form .center .upload input {
  display: none;
}
.contactBlock2 #form .center .upload .uploadDiv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 108px;
  margin-top: 24px;
  padding: 0 40px;
  border-bottom: 8px solid #e2e4e4;
  background: #f6f7f7;
}
.contactBlock2 #form .center .upload .uploadDiv span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 150px);
  font-size: 28px;
  color: #02526e;
}
.contactBlock2 #form .center .upload .uploadDiv .btn {
  width: 143px;
  background-color: #33b3e5;
  border-radius: 8px;
  text-align: center;
  font-size: 26px;
  line-height: 56px;
  color: #fff;
}
.contactBlock2 #form .bottom .title {
  margin-bottom: 24px;
}
.contactBlock2 #form .bottom > .list {
  position: relative;
  margin-bottom: 40px;
}
.contactBlock2 #form .bottom > .list .selectDiv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: border 0.5s;
  width: 100%;
  height: 108px;
  padding-left: 40px;
  border-bottom: 8px solid #e2e4e4;
  background: #f6f7f7;
  cursor: pointer;
}
.contactBlock2 #form .bottom > .list .selectDiv span {
  font-size: 28px;
  color: #02526e;
}
.contactBlock2 #form .bottom > .list .selectDiv .ico {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  aspect-ratio: 1/1;
}
.contactBlock2 #form .bottom > .list .selectDiv .ico img {
  transition: transform 0.5s;
  transform: rotate(0deg);
}
.contactBlock2 #form .bottom > .list .selectDiv.on {
  border-color: #3cb4e3;
}
.contactBlock2 #form .bottom > .list .selectDiv.on .ico img {
  transform: rotate(-180deg);
}
.contactBlock2 #form .bottom > .list .selectList {
  display: none;
  position: absolute;
  z-index: 3;
  overflow-y: auto;
  width: 100%;
  max-height: 500px;
}
.contactBlock2 #form .bottom > .list .selectList .list {
  display: block;
  padding: 0 40px;
  border: solid 1px rgba(25, 70, 125, 0.2);
  border-top: 0;
  background: #fff;
  font-size: 28px;
  line-height: 80px;
  color: #02526e;
}
.contactBlock2 #form .bottom > .list .selectList .list:first-child {
  border-top: solid 1px rgba(25, 70, 125, 0.2);
}
.contactBlock2 #form .bottom > .list input {
  transition: border 0.5s;
  width: 100%;
  height: 108px;
  padding: 0 40px;
  border: 0;
  border-bottom: 8px solid #e2e4e4;
  background: #f6f7f7;
  font-size: 28px;
  color: #02526e;
}
.contactBlock2 #form .bottom > .list input::-moz-placeholder {
  color: #02526e;
}
.contactBlock2 #form .bottom > .list input:-ms-input-placeholder {
  color: #02526e;
}
.contactBlock2 #form .bottom > .list input::placeholder {
  color: #02526e;
}
.contactBlock2 #form .bottom > .list.info {
  display: flex;
  justify-content: space-between;
}
.contactBlock2 #form .bottom > .list.info .left {
  width: 260px;
}
.contactBlock2 #form .bottom > .list.info .right {
  width: calc(100% - 290px);
}
.contactBlock2 #form .submit {
  display: block;
  width: 124px;
  background-color: #33b3e5;
  border-radius: 8px;
  text-align: center;
  font-size: 32px;
  line-height: 72px;
  color: #fff;
}

@media (max-width: 500px) {
  .contactBlock .content {
    padding-top: 26px;
    padding-bottom: 43px;
  }
  .contactBlock .content p {
    margin-top: 6px;
    font-size: 14px;
  }
  .contactBlock2 {
    padding-bottom: 60px;
  }
  .contactBlock2 .title {
    font-size: 14px;
  }
  .contactBlock2 #form .top {
    margin-bottom: 23px;
  }
  .contactBlock2 #form .top > .list {
    margin-bottom: 30px;
  }
  .contactBlock2 #form .top > .list p {
    margin-bottom: 11px;
    font-size: 14px;
    line-height: 23px;
  }
  .contactBlock2 #form .top > .list .select .selectDiv {
    height: 54px;
    padding-left: 20px;
    border-width: 4px;
  }
  .contactBlock2 #form .top > .list .select .selectDiv span {
    font-size: 14px;
  }
  .contactBlock2 #form .top > .list .select .selectDiv .ico {
    width: 50px;
  }
  .contactBlock2 #form .top > .list .select .selectDiv .ico img {
    width: 14px;
  }
  .contactBlock2 #form .top > .list .select .selectList .list {
    padding: 0 20px;
    font-size: 14px;
    line-height: 40px;
  }
  .contactBlock2 #form .top > .list textarea {
    height: 200px;
    padding: 13px 20px;
    border-width: 4px;
    font-size: 14px;
    line-height: 23px;
  }
  .contactBlock2 #form .center {
    margin-bottom: 23px;
  }
  .contactBlock2 #form .center .upload .uploadDiv {
    height: 54px;
    margin-top: 12px;
    padding: 0 20px;
    border-width: 4px;
  }
  .contactBlock2 #form .center .upload .uploadDiv span {
    width: calc(100% - 75px);
    font-size: 14px;
  }
  .contactBlock2 #form .center .upload .uploadDiv .btn {
    width: 71px;
    border-width: 4px;
    border-radius: 4px;
    font-size: 13px;
    line-height: 28px;
  }
  .contactBlock2 #form .bottom > .list {
    margin-bottom: 20px;
  }
  .contactBlock2 #form .bottom > .list.info .left {
    width: 130px;
  }
  .contactBlock2 #form .bottom > .list.info .right {
    width: calc(100% - 145px);
  }
  .contactBlock2 #form .bottom > .list .selectDiv {
    height: 54px;
    padding-left: 20px;
    border-width: 4px;
  }
  .contactBlock2 #form .bottom > .list .selectDiv span {
    font-size: 14px;
  }
  .contactBlock2 #form .bottom > .list .selectDiv .ico {
    width: 50px;
  }
  .contactBlock2 #form .bottom > .list .selectDiv .ico img {
    width: 14px;
  }
  .contactBlock2 #form .bottom > .list .selectList .list {
    padding: 0 20px;
    font-size: 14px;
    line-height: 40px;
  }
  .contactBlock2 #form .bottom > .list input {
    height: 54px;
    padding: 0 20px;
    border-width: 4px;
    font-size: 14px;
  }
  .contactBlock2 #form .submit {
    width: 62px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 36px;
  }
}/*# sourceMappingURL=contact.css.map */