body {
  background-color: #ffffff;
}

.banner {
  padding-top: 200px;
  height: 800px;
}

.banner .container .follow .pub-text {
  width: 900px;
}

.banner .container .title img {
  width: 42px;
  height: 42px;
}

.banner .container #banner_img {
  position: absolute;
  width: 452px;
  right: -170px;
  top: 0;
}

.terms {
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
}

.terms .container {
  position: relative
}

@media (max-width:767.98px) {
  .terms .container {
    overflow: hidden
  }
}

.terms .sidebar {
  background: #fff;
  width: 290px;
  float: left;
  -webkit-transition: top .5s ease, -webkit-box-shadow .5s ease;
  transition: top .5s ease, -webkit-box-shadow .5s ease;
  transition: top .5s ease, box-shadow .5s ease;
  transition: top .5s ease, box-shadow .5s ease, -webkit-box-shadow .5s ease;
  border-radius: 4px
}

.terms .sidebar .title {
  padding: 14px 16px;
  font-size: 14px;
  color: #0d2240;
  font-weight: 600;
  display: none
}

.terms .sidebar ul li {
  cursor: pointer;
  position: relative;
  font-size: 20px;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  color: #5a6a80;
  margin-bottom: 10px;
}

.terms .sidebar ul li span {
  font-size: 24px;
  padding: 14px 24px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.terms .sidebar ul li:hover {
  color: #00A0E9
}

.terms .sidebar ul li:last-child span {
  border-bottom: none
}

.terms .sidebar ul li.active {
  color: #275CC3;
  background: #E9EFF9;
  border-radius: 10px 10px 10px 10px;
}

@media (max-width:767.98px) {
  .terms .sidebar {
    width: 100%;
    float: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    border-radius: 0;
    border: none
  }

  .terms .sidebar.sidebar-fixed {
    -webkit-box-shadow: 0 2px 20px -4px rgba(13, 34, 64, .15), 0 0 6px -2px rgba(13, 34, 64, .2);
    box-shadow: 0 2px 20px -4px rgba(13, 34, 64, .15), 0 0 6px -2px rgba(13, 34, 64, .2)
  }

  .terms .sidebar.sidebar-fixed::after {
    content: none
  }

  .terms .sidebar::after {
    content: '';
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 0;
    height: 1px;
    background: #edf0fa
  }

  .terms .sidebar .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .terms .sidebar .title i {
    font-weight: 400;
    font-size: 22px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
    color: #adbacc
  }

  .terms .sidebar ul {
    display: none
  }

  .terms .sidebar ul li {
    padding: 0
  }

  .terms .sidebar ul li span {
    padding: 15px 0;
    font-size: 16px;
    margin-left: 15px
  }

  .terms .sidebar ul li.active {
    color: #0d2240
  }

  .terms .sidebar ul li.active::after {
    height: 10px;
    width: 3px;
    margin-top: -5px;
    background: #0d2240
  }
}

@media (min-width:767.98px) {
  .terms .sidebar ul {
    display: block !important
  }
}

.terms .sidecon {
  width: calc(100% - 355px);
  float: right
}

@media (max-width:767.98px) {
  .terms .sidecon {
    width: 100%;
    float: none;
    margin-top: 65px;
    overflow: hidden
  }
}

.terms .sidecon .article {
  display: none
}

.terms .sidecon .article:first-child {
  display: block
}

.terms .sidecon .article .ti2em {
  text-indent: 2em;
}

.terms .sidecon h4 {
  font-weight: 600;
  font-size: 26px;
  color: #333333;
  line-height: 24px;
  margin-top: 24px;
}

.terms .sidecon p {
  font-size: 14px;
  margin-top: 12px;
  color: #666666
}

.terms .sidecon ul {
  margin-top: 12px;
  margin-left: 16px
}

.terms .sidecon ul li {
  margin-top: 12px;
  font-size: 14px;
  color: #676d8b
}

.terms .sidecon ul ul {
  margin-left: 22px
}

.terms .sidecon table {
  margin-top: 12px
}

.terms .sidecon table td,
.terms .sidecon table th {
  border-left: 1px solid #e8ecff;
  border-top: 1px solid #e8ecff;
  padding: 5px 16px;
  color: #676d8b;
  font-size: 14px;
  text-align: left
}

.terms .sidecon table td:last-child,
.terms .sidecon table th:last-child {
  border-right: 1px solid #e8ecff
}

.terms .sidecon table tr:last-child td {
  border-bottom: 1px solid #e8ecff
}

@media (max-width:767.98px) {
  .terms {
    padding-top: 16px;
    padding-bottom: 16px
  }
}

.terms-banner {
  overflow: hidden;
  height: 350px;
  margin-bottom: 50px;
  position: relative;
}

.terms-banner .container {
  width: 1200px;
  height: 100%;
  margin: auto;
  padding-top: 160px;
  position: relative;
}

.terms-banner .container .title {
  text-align: center;
  color: #333333;
  font-size: 40px;
}

.terms-banner .container .banner_img {
  position: absolute;
  right: -250px;
  top: 20px;
}

@media (max-width:767.98px) {
  .terms-banner {
    height: 240px
  }

  .terms-banner .container .title {
    margin-top: 92px;
    text-align: left
  }
}

@media (max-width:375px) {
  .terms-banner::before {
    background-size: cover
  }
}

.consulting-service {
  position: relative;
}