:root {
  --color: #8c0200;
}
* {
  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 15px;
}
.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;*/
  background-color: var(--color);
  padding: 25px 15px;
  transition: all 0.3s;
  box-sizing: border-box;
}
.top .white_logo {
  display: block;
  height: auto;
  transition: all 0.3s;
  
  width: 420px;
}

/* logo 下方标题 */
.top .logo_area {
    display: flex;
  justify-content: center;
  align-items: center;
    
}

.top .logo_area .logo_subtitle {
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    letter-spacing: 8px;
    line-height: 1;
    margin-top: 14px;
    white-space: nowrap;
}

.top  p{
    font-size:16px;
    color: #fff;
    margin-left:8px;
}




.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: 28px;
}
.formbox ul li {
  display: flex;
  align-items: center;
  margin-top: 18px;
  width: 340px;
}
.formbox ul li label {
  flex-shrink: 0;
  width: 90px;
  text-align: right;
}
.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: 160px;
  height: 42px;
  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;
  line-height: 4;
  text-align: justify;
}
.simple_content .otherInfo a {
  color: #db0000;
}
.simple_content .otherInfo span {
  position: relative;

  letter-spacing: 1px;
  text-decoration: underline;
}
.simple_content .otherInfo span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  height: 0;
  background-color: #333;
}

.bottom_label {
  text-align: right;
  margin-top: 40px;
}

.tabs {
  display: flex;
  background: #f5f5f5;
  border-radius: 30px;
  padding: 6px;
  margin-bottom: 30px;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.06);
}

.tab {
  flex: 1;
  text-align: center;
  padding: 14px 20px;
  cursor: pointer;
  font-size: 15px;
  color: #999;
  font-weight: 500;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  border-radius: 25px;
  user-select: none;
  letter-spacing: 1px;
}

.tab:hover {
  color: #8b0000;
  background: rgba(139, 0, 0, 0.05);
}

.tab.active {
  color: #fff;
  font-weight: 600;
  background: linear-gradient(135deg, #a81818 0%, #8b0000 50%, #6b0000 100%);
  box-shadow:
    0 4px 15px rgba(139, 0, 0, 0.35),
    0 2px 6px rgba(139, 0, 0, 0.25);
  transform: translateY(-1px);
}

.tab .tab-icon {
  margin-right: 6px;
  font-size: 15px;
  filter: grayscale(0.3);
  transition: filter 0.3s;
}

.tab.active .tab-icon {
  filter: grayscale(0);
}

.tab-content {
  display: none;
  animation: fadeIn 0.4s ease;
}

.tab-content.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.tab-content ul {
  list-style: none;
  padding: 0;
}

.tab-content li {
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  background: #fafafa;
  border-radius: 8px;
  padding: 6px 12px;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}

.tab-content li:hover {
  border-color: rgba(139, 0, 0, 0.2);
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.tab-content label {
  width: 110px;
  text-align: right;
  margin-right: 15px;
  color: #555;
  font-size: 14px;
  font-weight: 500;
  flex-shrink: 0;
}

.tab-content .inputs {
  flex: 1;
  padding: 11px 14px;
  border: none;
  background: transparent;
  font-size: 14px;
  outline: none;
  transition: all 0.3s;
  color: #333;
}

.tab-content .inputs::placeholder {
  color: #bbb;
}

.tab-content li:focus-within {
  border-color: #8b0000;
  background: #fff;
  box-shadow: 0 2px 12px rgba(139, 0, 0, 0.1);
}

.submitbtn {
  width: 100%;

  background: linear-gradient(135deg, #a81818 0%, #8b0000 50%, #6b0000 100%);
  color: #fff;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 15px;
  transition: all 0.3s ease;
  letter-spacing: 4px;
  font-weight: 500;
  box-shadow: 0 4px 15px rgba(139, 0, 0, 0.3);
}

.submitbtn:hover {
  background: linear-gradient(135deg, #b82020 0%, #9b1010 50%, #7b0000 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(139, 0, 0, 0.4);
}

.submitbtn:active {
  transform: translateY(0);
}

@media screen and (max-width: 720px) {
  .homewrap .top {
    padding: 40px 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{
      padding: 0 15px;
  }
  .top .white_logo {
    height: 40px;
    width: auto;
  }
  .section_body {
    padding: 0 40px;
  }

  .simple_content .baseInfo {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 624px) {
     .homewrap .top {
    padding: 20px 0;
  }
  
  .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%;
  }

.top p{
    font-size:12px;
}
}
@media screen and (max-width: 468px) {
    
    .top {
  display: flex;
  flex-direction: column;

} 
  .top {
    padding: 15px 0;
  }
  .top .white_logo {
    height: 30px;
    width: auto;
  }
  .top p{
      margin-top: 8px;
  }
  .section_top .logo {
    width: 50px;
  }
  .section_body {
    padding: 0 20px;
  }
  .section_top .backhome {
    top: 15px;
    right: 15px;
  }

  .tab {
    padding: 10px 10px;

    font-size: 14px;
  }
  .tab .tab-icon {
    margin-right: 0px;
  }
  .formbox {
    padding-top: 18px;
  }
  .formbox ul li {
    width: 100%;
  }
}




@media screen and (max-width: 468px) {
    .top .logo_area .logo_subtitle {
        font-size: 15px;
        letter-spacing: 3px;
        margin-top: 8px;
    }
}
