article {
  width: 100%;
  height: var(--txSize);
  background-color: #fff3f3;
}

.re_content {
  width: var(--pkSize);
  height: var(--rcSize);
  background-color: #fff;
  margin: 0 auto;
}

.re_content_title {
  width: var(--ixSize);
  height: var(--mxSize);
  background: url("/img/re_title.png");
  background-size: 100% 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.re_content_title p {
  font-family: Source Han Sans SC;
  font-weight: 500;
  color: #ffffff;
  font-size: var(--fSize);
  padding-left: var(--kxSize);
}

.re_pad {
  height: var(--iSize);
}

.re_form_title {
  text-align: center;
  padding: var(--wwSize) 0 var(--iSize) 0;
  font-family: Source Han Sans SC;
  font-weight: 550;
  color: #333333;
  font-size: var(--gSize);
}

.re_form {
  text-align: center;
}

.re_form span {
  display: inline-block;
  width: var(--jjSize);
  text-align: right;
  font-family: Source Han Sans SC;
  font-weight: 400;
  color: #333333;
  font-size: var(--eSize);
  margin-right: var(--gSize);
}

.re_form input {
  width: var(--dqSize);
  height: var(--nxSize);
  background: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  text-indent: 1rem;
}

.re_form p {
  margin-bottom: var(--hSize);
}

.success_text {
  font-size: var(--cSize);
  font-family: Source Han Sans SC;
  font-weight: 400;
  color: #fd1d1d;
  margin-top: -1rem;
  display: none;
}

.success_text span {
  margin-right: 0;
}

.success_text i {
  display: inline-block;
  margin-left: -2rem;
}

.re_submit {
  background: #ff0000;
  border-radius: 5px;
  width: var(--vSize);
  height: var(--iSize);
  font-family: Source Han Sans SC;
  font-weight: 400;
  color: #ffffff;
  font-size: var(--eSize);
}

/* 导航 */

.top_nav1 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-bottom: 1px solid #eee;
  width: 100%;
  position: fixed;
  top: 0;
  background: #fff;
  height: 5rem;
}

.top_nav1 ul {
  display: flex;
  margin-right: -(var(--lSize));
}

.top_nav1 ul li {
  margin: 0 10px;
  height: 5rem;
  line-height: 5rem;
  white-space: nowrap;
}

.top_nav1 h2 a {
  font-size: var(--eSize);
  font-family: Source Han Sans SC;
  font-weight: 400;
  color: #000;
}

.top_nav1 p {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.top_nav1 h2 a i {
  font-size: var(--bSize);
}

.top_nav1 li .line {
  line-height: 2rem;
  font-size: var(--bSize);
  font-family: Source Han Sans SC;
  font-weight: 400;
  color: #000;
  margin-top: 1rem;
  margin-left: -0.01rem;
}

.top_nav1 li p {
  width: 100%;
}

.top_nav1 li .phone {
  line-height: 0.5rem;
  font-size: var(--gSize);
  font-family: Source Han Sans SC;
  font-weight: bold;
  color: #ff0000;
}

.top_nav1 li .phone a {
  width: 0.7rem;
  color: #ff0000;
  height: 2rem;
  display: inline-block;
}

.top_nav1 li .phone a:nth-child(1) {
  line-height: 1rem;
}

.top_nav1 .try {
  width: var(--aaSize);
  height: var(--bbSize);
  line-height: var(--hSize);
  border: 1px solid #ff0000;
  border-radius: 3px;
  text-align: center;
  margin-top: var(--oSize);
}

.try a {
  font-size: var(--eSize);
  font-family: Source Han Sans SC;
  font-weight: 400;
  color: #ff0000;
}

.top_nav1 .login {
  width: var(--ccSize);
  height: var(--bbSize);
  line-height: var(--hSize);
  border: 1px solid #ff0000;
  border-radius: 3px;
  text-align: center;
  margin-top: var(--oSize);
}

.login a {
  font-size: var(--eSize);
  font-family: Source Han Sans SC;
  font-weight: 400;
  color: #ff0000;
}

.navActive {
  background: #ff0000;
}

.navActive a {
  color: #fff;
}

.naved_logo {
  display: block;
  height: 100%;
  line-height: 7.7rem;
}
