* {
  padding: 0;
  margin: 0;
  border: 0;
  font-family: 'microsoft yahei';
}

a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}

ul,
li {
  list-style: none;
}

input {
  border: 0;
  outline: none;
}

i,
em {
  font-style: normal;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  display: table;
  clear: both;
}

.clear:after {
  content: '';
  display: table;
  clear: both;
}

.mobile_none {
  display: none !important;
}

.clearfix {
  zoom: 1;
  _height: 1px;
}

.clearfix:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.du-ellipsis {
  /*display: -webkit-box;*/
  /*-webkit-box-orient: vertical;*/
  /*-webkit-line-clamp: 2;*/
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
  /*word-break: break-all;*/
}

.three-ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.four-ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.over-visible {
  overflow: visible !important;
}

body {
  font-size: 0.3rem;
}

.jyxc_width_1200 {
  width: 7.1rem;
  margin: 0 auto;
}

.jyxc_top {
  background: #eef5ff url('./sthjJyxc_topM.png') no-repeat top center;
  background-size: contain;
  padding-bottom: 0.5rem;
}

.logo_title {
  width: 6.8rem;
  margin: 0 auto;
  margin-top: 0.5rem;
  height: 3rem;
}

.logo_title img {
  width: 6.8rem;
}

.jyxc_mobile_logo img {
  width: 4.2rem;
  padding: 0.25rem 0 0 0.2rem;
}

.jyxc_location a,
.jyxc_location {
  color: #2a5cb2;
  font-size: 0.24rem;
}

.jyxc_location {
  height: 1.2rem;
  line-height: 0.4rem;
  background: url('./sthjJyxc_weizhiBgM.png') no-repeat top center;
  background-size: contain;
  padding-left: 0.2rem;
  padding-top: 0.2rem;
  box-sizing: border-box;
}

.jyxc_location span {
  display: block;
  float: left;
  height: 100%;
}

.jyxc_location span:first-child {
  width: 1.2rem;
}

.jyxc_location span:nth-child(2) {
  width: 5.3rem;
}

.daoyu {
  height: 0.75rem;
  line-height: 0.75rem;
  text-align: center;
  font-weight: bold;
  color: #fbfcfe;
  font-size: 0.36rem;
  background: url('./sthjJyxc_daoyuBgM.png') no-repeat top center;
  background-size: contain;
}

.daoyu_neirong {
  margin: 0 auto;
  position: relative;
  background: url(sthjJyxc_daoyunrBgM.png) no-repeat top center;
  background-size: contain;
  font-size: 0.3rem;
  color: #1a1a1a;
  line-height: 0.56rem;
  padding: 0.3rem 0.4rem;
  box-sizing: border-box;
  height: 6.89rem;
}

.daoyu_neirong p {
  position: relative;
  text-align: justify;

}

.daoyu_neirong p img {
  width: 0.3rem;
}

.daoyu_neirong span {
  font-weight: bold;
  color: #1755c1;
}

.right-quotation {
  float: right;
  margin-top: 0.25rem;
}

.jyxc_form_title {
  background: url(sthjJyxc_jyxctitleM.png) no-repeat center center;
  background-size: contain;
  font-size: 0.46rem;
  color: #1755c1;
  font-weight: bold;
  font-family: "思源宋体 CN", "Noto Serif", "宋体";
  text-align: center;
  line-height: 1.12rem;
  width: 7.5rem;
  margin-left: -0.2rem;
}

.jyxc_form {
  margin-top: 0.8rem;
}

.suggestion_areas {
  margin-top: 0;
}

.suggestion_areas_title {
  position: relative;
  font-size: 0.34rem;
  /* font-weight: bold; */
  color: #1755c1;
  text-align: center;
  height: 0.98rem;
  line-height: 0.98rem;
  border-top-left-radius: 0.08rem;
  border-top-right-radius: 0.08rem;
}

.suggestion_areas_title::after {
  content: "";
  position: absolute;
  width: 6.5rem;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 0.58rem;
  background: url(sthjJyxc_jyxc_lianjieM.png) no-repeat center center;
  background-size: contain;
}

.jyly_shadow {
  background-color: #fbfcfe;
  box-shadow: 0 0 20px rgba(23, 85, 193, 0.09);
}

.suggestion_areas_nr {
  margin-top: 10px;
  border-bottom-left-radius: 0.08rem;
  border-bottom-right-radius: 0.08rem;

}

.suggestion_areas_nr ul {
  margin: 0 0.3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px dashed #b3cde5;
  padding: 0.56rem 0 0.6rem 0;
}

.suggestion_areas_nr ul li {
  background: #edf3fc;
  width: 6.46rem;
  height: 0.8rem;
  line-height: 0.8rem;
  border: 0.02rem solid #fff;
  border-radius: 0.06rem;
  box-sizing: border-box;
  /* padding-left: 15px; */
  margin-bottom: 0.2rem;
  box-shadow: 0 0 0.12rem rgba(33, 101, 189, 0.22);
  font-size: 0.25rem;
  color: #1a3a73;
  /* font-weight: bold; */
  cursor: pointer;
  text-align: center;
}

.suggestion_areas_nr ul li:hover,
.suggestion_areas_nr ul li.on {
  color: #1755c1;
  border-color: #5c84cb;
  box-shadow: 0 0 12px rgba(33, 101, 189, 0.28);
  background: #e3efff;
}

.suggestion_areas_nr ul li.mobile_half {
  width: 3.1rem;
}

.suggestion_areas_nr ul li.double_width {
  height: 1.3rem;
  line-height: 0.46rem;
  padding: 0.16rem 0.24rem;
}

.form-nr {
  padding: 0.5rem 0.3rem 0.5rem 0.3rem;
}

.form-item-right,
.form-item-left {
  float: left;
}

.form-item-left {
  /* width: 108px; */
  margin-bottom: 0.15rem;
}

.form-nr .form-item {
  margin-bottom: 30px;
}

.form-nr .form-item .form-item-left label {
  font-size: 0.3rem;
  /* font-weight: bold; */
  color: #1a1a1a;
}

.form-nr textarea {
  background: #ffffff;
  height: 4.37rem;
  width: 6.48rem;
  border: 0.01rem solid #96aed7;
  border-radius: 0.06rem;
  resize: none;
  font-size: 0.3rem;
  box-sizing: border-box;
  padding: 0.15rem;
  color: #b3bfce;
  outline: none;
  margin-top: 0.1rem;

}

.hint-info {
  font-size: 0.26rem;
  color: #809fb8;
  line-height: 0.46rem;
  /* height: 30px; */
  vertical-align: middle;
  display: flex;
}

.hint-info span {
  display: block;
  float: left;

}

.hint-info img {
  display: block;
  float: left;
  margin-right: 0.15rem;
  margin-top: 4px;
  width: 0.26rem;
  height: 0.26rem;
}

.fileUploadLabel {
  display: block;
  float: left;
  width: 6.47rem;
  height: 0.82rem;
  text-align: center;
  line-height: 0.82rem;
  font-size: 0.3rem;
  color: #1755c1;
  border: 0.01rem solid #7db2f7;
  border-radius: 0.06rem;
  cursor: pointer;
}
.fileUpload-item .form-item-right {
  position: relative;
}
.fileUpload-item #fileUpload {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 6.47rem;
  height: 0.82rem;
}

.fileUpload-item .form-item-left {
  /* height: 44px; */
  /* line-height: 44px; */
}

.fileUpload-item .form-item-right .hint-info {
  float: left;
  /* height: 44px; */
  /* line-height: 44px; */
  /* margin-left: 20px; */
}

.fileUpload-item .form-item-right .hint-info img {
  margin-top: 0.1rem;
}

.captcha-item input {
  display: block;
  float: left;
  width: 3.27rem;
  height: 0.82rem;
  line-height: 0.82rem;
  border: 0.01rem solid #96aed7;
  border-radius: 0.06rem;
  font-size: 0.28rem;
  color: #b3bfce;
  padding-left: 0.25rem;
}

.captcha-item .form-item-left {
  /* height: 44px; */
  /* line-height: 44px; */
}

.captchaImg {
  display: block;
  float: left;
  margin-left: 0.2rem;
  width: 2.3rem;
  height: 0.8rem;
  cursor: pointer;
}

.btns {
  width: 5.5rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.btns button {
  width: 2.6rem;
  height: 0.7rem;
  line-height: 0.68rem;
  border-radius: 0.06rem;
  color: #1755c1;
  border: 0.01rem solid #1755c1;
  background: #fff;
  font-size: 0.3rem;
  /* font-weight: bold; */
  cursor: pointer;
  margin-top: 0.66rem;
}

.btns .submit {
  background: #1755c1 url(sthjJyxc_submitM.png) no-repeat 0.6rem 0.22rem;
  background-size: 0.3rem;
  font-size: 0.3rem;
  /* font-weight: bold; */
  color: #fffF;
  padding-left: 20px;
  box-sizing: border-box;
  color: #fff;
}

.file-name {
  display: none;
  float: left;
  width: 100%;
  margin-top: 0.1rem;
  font-size: 0.26rem;
}