:root {
  --color: #552173;
}
* {
  margin: 0;
  list-style: none;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
  background-color: #f1f1f1;
  font-size: 14px;
}
img {
  border: none;
}
a {
  text-decoration: none;
}
input {
  outline: none;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
  font-size: 14px;
}
.wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.homewrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.homewrap .top {
  padding: 70px 0;
}
.homewrap .top .column_name {
  color: #fff;
  position: relative;
  padding-left: 20px;
}
.homewrap .top .column_name::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -25px;
  width: 0;
  height: 50px;
  background-color: #fff;
}
.homewrap .top .column_name h2 {
  font-size: 30px;
  font-weight: normal;
}
.homewrap .top .column_name p {
  font-size: 12px;
  text-transform: uppercase;
  text-align: justify;
  letter-spacing: 0.5px;
}
.top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: url(../images/headbg.jpg) no-repeat top center;
  background-size: cover;
  padding: 25px 0;
  transition: all 0.3s;
}
.top .white_logo {
  display: block;
  height: auto;
  transition: all 0.3s;
}
.page_title {
  height: 28px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: var(--color);
  color: #efefef;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  margin-top: 40px;
}
.main_body {
  padding: 0 15px;
  width: 100%;
  max-width: 720px;
  padding-bottom: 60px;
}
.content {
  background: url(../images/border.png) no-repeat;
  background-size: 100% 100%;
}
.body_inner {
  padding: 10px;
  background-color: #fff;
}
.section_top {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}
.section_top .logo {
  display: block;
  width: 70px;
  height: auto;
  margin-top: 30px;
  transition: all 0.3s;
}
.section_top .backhome {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 12px;
  color: #333333;
}
.section_body {
  padding: 0 78px;
}
.section_base {
  padding-top: 21px;
}
.section_base ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section_base ul li {
  width: 46%;
  height: 29px;
  align-items: center;
  display: flex;
  margin-top: 10px;
  font-size: 14px;
  color: #333333;
}
.section_base ul li label {
  flex-shrink: 0;
}
.section_base ul li p {
  flex: 1;
  width: 100%;
  padding-left: 10px;
  border-bottom: 1px solid #dbdbdb;
}
.section_info {
  padding-top: 23px;
  padding-bottom: 50px;
}
.section_info .tips {
  font-size: 12px;
  color: #999999;
  margin-bottom: 12px;
}
.section_info table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #dbdbdb;
  background: url(../images/logobg.png) no-repeat center bottom;
  background-size: 80% auto;
}
.section_info table th {
  background-color: var(--color);
  color: #fff;
  height: 32px;
  font-size: 12px;
}
.section_info table td {
  border: 1px solid #dbdbdb;
  text-align: center;
  height: 44px;
  font-size: 14px;
  color: #333333;
}
.section_info .txt {
  font-size: 12px;
  color: #333333;
  margin-top: 13px;
}
.formbox {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  padding-top: 48px;
}
.formbox ul li {
  display: flex;
  align-items: center;
  margin-top: 18px;
  width: 300px;
}
.formbox ul li label {
  flex-shrink: 0;
}
.formbox ul li .inputs {
  flex: 1;
  width: 100%;
  height: 32px;
  border: 1px solid #c7cbd3;
  padding-left: 12px;
  border-radius: 4px;
  font-size: 14px;
  color: #333;
}
.formbox .submitbtn {
  border: 0;
  cursor: pointer;
  background-color: var(--color);
  color: #efefef;
  width: 100px;
  height: 32px;
  margin-top: 24px;
  border-radius: 4px;
}
.qinfo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  line-height: 30px;
}
.qinfo .agin {
  text-align: center;
}
.simple_content {
  font-size: 14px;
  line-height: 30px;
  color: #333;
  text-align: justify;
  padding-top: 40px;
  padding-bottom: 90px;
}
.simple_content .baseInfo {
  font-size: 14px;
  color: #333333;
}
.simple_content .baseInfo p {
  margin-bottom: 10px;
}
.simple_content .baseInfo span {
  font-weight: bold;
}
.simple_content .otherInfo h2 {
  font-size: 18px;
  margin-bottom: 8px;
  color: #db0000;
  text-align: center;
}
.simple_content .otherInfo p {
  text-indent: 2em;
}
.simple_content .otherInfo a {
  color: #db0000;
}
.simple_content .otherInfo span {
  position: relative;
  padding: 0 10px;
  margin: 0 8px;
  letter-spacing: 1px;
}
.simple_content .otherInfo span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  height: 1px;
  background-color: #333;
}
@media screen and (max-width: 720px) {
  .homewrap .top {
    padding: 20px 0;
  }
  .homewrap .top .column_name::before {
    margin-top: -15px;
    height: 30px;
  }
  .homewrap .top .column_name h2 {
    font-size: 20px;
    font-weight: normal;
  }
  .homewrap .top .column_name p {
    display: none;
  }
  .top .white_logo {
    display: block;
    height: 40px;
  }
  .section_body {
    padding: 0 40px;
  }
}
@media screen and (max-width: 624px) {
  .homewrap .top .column_name h2 {
    font-size: 18px;
    font-weight: normal;
  }
  .content {
    background: url(../images/mborder.png) no-repeat;
    background-size: 100% 100%;
  }
  .section_base ul li {
    width: 100%;
  }
}
@media screen and (max-width: 468px) {
  .top {
    padding: 15px 0;
  }
  .top .white_logo {
    height: 36px;
  }
  .section_top .logo {
    width: 50px;
  }
  .section_body {
    padding: 0 20px;
  }
  .section_top .backhome {
    top: 15px;
    right: 15px;
  }
}
