html {
  font-size: 16px !important;
  background-color: #f4f6fa;
}

.header {
  display: none;
}

.pc-header {
  position: relative;
}

.pc-header .logo {
  position: absolute;
  top: 10px;
  left: calc(50% - 600px);
  padding: 10px;
  font-size: 36px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pc-header .logo img {
  width: 64px;
  margin-right: 20px;
}

.pc-header a {
  display: block;
}

.pc-header img {
  width: 100%;
  display: block;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
}

.section.section-plan {
  display: none;
}

.section .hd-title, .section .tab-nav > li {
  font-size: 24px;
  position: relative;
  margin-bottom: 15px;
  margin-top: 25px;
}

.section .combine-menu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 20px;
          column-gap: 20px;
}

.section .combine-menu > div {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
}

.section .combine-menu a {
  display: block;
  color: #fff;
  background-color: #13c385;
  font-size: 18px;
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5px;
  border-radius: 5px;
}

.section .combine-menu a img {
  display: inline-block;
  height: 72px;
  width: 81px;
  margin-right: 15px;
}

.section .combine-menu a:last-child {
  background-color: #54a3e2;
}

.section .combine-menu a.right {
  text-align: center;
  background-color: #5773ee;
}

.section .tab-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
  margin-top: 15px;
  background: #fff;
}

.section .tab-nav > li {
  font-size: 18px;
  margin-right: 40px;
  cursor: pointer;
}

.section .tab-nav > li::after {
  display: none;
}

.section .tab-nav > li.active::after {
  display: block;
  content: '';
  border-bottom: 3px solid #fb9526;
  margin-top: 5px;
}

.section .tab-content .inner {
  display: none;
  padding: 15px;
  background: #fff;
  border-radius: 0;
}

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

.section .tab-content .inner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #999;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #eaeaea;
}

.section .tab-content .inner a:last-child {
  border-bottom: 0;
}

.section .tab-content .inner a img {
  width: 300px;
  height: 168px;
  margin-right: 15px;
}

.section .tab-content .inner a .info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.section .tab-content .inner a .title {
  color: #333;
  font-size: 18px;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pc-section .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pc-section .flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.pc-section .flex-2 {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.pc-section .huice, .pc-section .analyse, .pc-section .other {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding: 20px 0;
  gap: 20px;
}

.pc-section .huice a, .pc-section .analyse a, .pc-section .other a {
  display: block;
  text-align: center;
  color: #333;
}

.pc-section .huice a img, .pc-section .analyse a img, .pc-section .other a img {
  margin-top: 15px;
  margin-bottom: 10px;
}

.pc-section .huice a:hover, .pc-section .analyse a:hover, .pc-section .other a:hover {
  color: #f50;
  text-decoration: underline;
}

.pc-section .analyse {
  background: #fff;
}

.pc-section .huice {
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  padding: 0;
}

.pc-section .huice-left {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
  background: #fff;
  padding: 25px 5px;
  gap: 20px;
}

.pc-section .huice-left a:hover {
  background-color: #f6f6f6;
}

.pc-section .huice-right a {
  display: block;
  color: #fff;
  background-color: #fb9526;
  padding: 45px 30px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 80px;
}

.pc-section .huice-right a img {
  margin-right: 20px;
  margin-top: 0;
  margin-bottom: 0;
}

.pc-section .huice-right a:last-child {
  background-color: #13c385;
  margin-bottom: 0;
}

.pc-section .huice-right a:hover {
  color: #fff;
}

.pc-section .other {
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  padding: 0;
}

.pc-section .other > div {
  background: #fff;
  padding: 10px 0 20px;
}

.pc-section .other .other-title {
  font-size: 20px;
  padding: 10px 30px;
}

.pc-section .other .other-menu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}

.footer {
  background: #20252c;
}

.footer .footer-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.footer ul {
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  border-radius: 10px;
  background: #20252c;
}

.footer ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #fff;
}

.footer ul li img {
  width: 80px;
  height: 80px;
}

.footer ul li a {
  display: block;
  color: #fff;
  margin-bottom: 5px;
}

.footer ul li .title {
  margin-bottom: 16px;
}

.footer ul li:last-child {
  margin-left: 15px;
}

.footer ul li:last-child .title {
  text-align: left;
}

.copyright {
  color: #fff;
  font-size: 14px;
  padding: 10px 0;
}
/*# sourceMappingURL=index.css.map */