.swiperBox {
  min-width: 1330px;
  width: 100vw;
}

.swiperBox img {
  width: 100%;
}

.searchBox {
  box-shadow: 0px 0px 20px 0px rgba(102, 102, 102, 0.05);
}

.content .rowBox {
  width: 1330px;
  margin: 0 auto;
  margin-top: 100px;
}

.content .rowBox .rowTitle {
  padding: 30px 0;
  font-size: 32px;
  font-weight: 800;
  color: #25396F;
}

.content .rowBox .rowTitle .tilt {
  margin-right: 30px;
}

.content .introduction {
  margin-top: 60px;
}

.content .introduction .title {
  font-size: 20px;
  color: #7C8DB5;
  position: relative;
  padding-left: 20px;
}

.content .introduction .title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #E2E6F4;
  transform: rotate(45deg) translate(0, -50%);
}

.content .introduction .detail {
  margin-top: 20px;
  display: flex;
}

.content .introduction .detail .left {
  flex: 1;
  margin-right: 30px;
  padding-right: 40px;
  font-size: 22px;
  font-weight: 500;
  color: #25396F;
  line-height: 48px;
  margin-top: -12px;
}

.content .contact {
  padding-left: 60px;
}

.content .contact li {
  padding: 20px 0;
  display: flex;
  align-items: center;
  color: #25396F;
}

.content .contact li span {
  color: #7C8DB5;
}

.content .contact li img {
  margin: 0 5px;
}

.content .feedback {
  position: relative;
}

.content .feedback .rowTitle {
  width: 1330px;
  margin: 0 auto;
  height: 200px;
}

.content .feedback .block {
  width: 100%;
  height: 578px;
  background-color: #F3F8FF;
}

.content .feedback .form {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 656px;
  height: 641px;
  background: #FFFFFF;
  margin-top: 30px;
  box-shadow: 0px 5px 30px 0px rgba(90, 109, 253, 0.05);
}

.content .feedback .form .feedbackForm div {
  width: 90%;
  margin: 0 auto;
}

.content .feedback .form .feedbackForm .formTitle {
  padding-left: 20px;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  color: #25396F;
}

.content .feedback .form .feedbackForm .formTitle::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%);
  width: 3px;
  height: 16px;
  background: #5A6DFD;
  border-radius: 2px;
}

.content .feedback .form .feedbackForm .formTitle {
  margin-top: 30px;
}

.content .feedback .form .feedbackForm .formItem {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content .feedback .form .feedbackForm .formItem .textInput {
  border: 1px solid #D1D6E9;
  border-radius: 2px;
  flex: 1;
  padding: 8px 8px;
}

.content .feedback .form .feedbackForm .formItem .textInput::-webkit-input-placeholder {
  color: #7c86ac;
}

.content .feedback .form .feedbackForm .formItem textarea {
  border: 1px solid #D1D6E9;
  border-radius: 2px;
  height: 110px;
  width: 100%;
  padding: 10px;
}

.content .feedback .form .feedbackForm .formItem textarea::-webkit-input-placeholder {
  color: #7c86ac;
}

.content .feedback .form .feedbackForm .formItem .valCode {
  margin-left: 30px;
}

.content .feedback .form .feedbackForm .formItem .subBtn {
  margin-top: 40px;
  width: 260px;
  height: 49px;
  background: #5A6DFD;
  box-shadow: 0px 5px 10px 0px rgba(90, 109, 253, 0.5);
  border-radius: 22px;
  border: unset;
  color: #fff;
  text-align: center;
  font-size: 18px;
}

.content .feedback .form .feedbackForm .radioInput {
  display: flex;
  align-items: center;
}

.content .feedback .form .feedbackForm .radioInput .radio_type {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content .feedback .form .feedbackForm .radioInput .radio_type .radio {
  cursor: pointer;
  display: inline-block;
  width: 17px;
  height: 16px;
  background-image: url("../img/icon_radio.png");
  background-size: 100% 100%;
  margin-right: 5px;
}

.content .feedback .form .feedbackForm .radioInput .radio_type .radio.active {
  background-image: url("../img/icon_radio_a.png");
}
