@charset "UTF-8";
/**
 * 互动交流
 * date: 2023-5-8
 * author: ghy
 */
body {
  background: #f5f5f5;
}

.footer {
  margin-top: 30px;
}

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 980px) {
  .main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main .elements {
    width: 100%;
  }
  .main .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 48px 40px;
  }
  .main .form-item {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 72px;
  }
  .main .form-item input,
  .main .form-item textarea {
    width: 100%;
  }
  .main .form-item.text textarea {
    width: 100%;
  }
  .main .form .mailbox .ewb-sel {
    width: 100%;
  }
  .main .form .code {
    position: relative;
  }
  .main .form .code input {
    width: calc(100% - 79px);
    margin: 0 auto 0 0;
  }
  .main .form .code img {
    position: absolute;
    top: 36px;
    right: 0;
  }
  .main .form .gender-content {
    width: 100%;
  }
}

.notes {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.04px;
  color: #df2720;
  padding: 0 25px;
  margin: 20px 0 31px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 88px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  height: 36px;
  line-height: 36px;
  margin-bottom: 12px;
}
.form-item input,
.form-item textarea {
  width: 68%;
  margin-left: auto;
  height: 100%;
  border-radius: none;
  border: 1px solid #e6e6e6;
  padding: 0 10px;
  font-size: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form-item textarea {
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  resize: none;
}
.form-item.text {
  width: 100%;
  height: auto;
  min-height: 128px;
}
.form-item.text textarea {
  width: 84%;
}
.form-label {
  font-size: 15px;
  /* color: #333; */
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  /* align-items: center; */
}
.form .gender-content {
  width: 68%;
}
.form .gender-content .checked {
  background: url("../images/interaction/radio_icon_2.png") no-repeat center left;
}
.form .gender-item {
  font-size: 15px;
  margin-right: 16px;
  padding-left: 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../images/interaction/radio_icon_1.png") no-repeat center left;
}
.form .code input {
  width: 47%;
}
.form .code img {
  width: 69px;
  height: 36px;
  margin-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1200px) {
  .form .code input {
    width: 40%;
  }
}
.form .btn {
  width: 100%;
  text-align: center;
  padding-top: 18px;
  font-size: 16px;
}
.form .btn input {
  display: inline-block;
  vertical-align: top;
  width: 79px;
  height: 38px;
  background: #5788ff;
  border-radius: 4px;
  color: #fff;
  margin-right: 20px;
  margin-bottom: 5px;
  cursor: pointer;
}
.form .btn input:last-child {
  background: #eaeaea;
  color: #666;
}
.form .btn input:hover {
  background: #3367e7;
  color: #fff;
}
.form .mailbox .ewb-sel {
  width: 68%;
  height: 36px;
  border: 1px solid #E6E6E6;
  color: #999;
}
.form .mailbox .chosen-container {
  height: 36px;
}
.form .mailbox .chosen-container-single .chosen-single {
  height: 36px;
  line-height: 34px;
  font-size: 15px;
  border: solid 1px #e6e6e6;
}
.form .mailbox .chosen-container-single .chosen-single div {
  width: 30px;
  height: 36px;
}
.form .mailbox .chosen-container-single .chosen-single div b {
  background: url("../images/interaction/select_icon.png") left center no-repeat;
}
.form .date .layui-input {
  padding: 0 30px 0 10px;
  background: url("../images/interaction/date_icon.png") no-repeat center right 10px;
}