body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
[v-cloak] {
  display: none;
}
@media (max-width: 800px) and (min-width: 636px) {
  .about .main .content {
    width: 88% !important;
  }
  .about .main .content .about-left {
    width: 30%!important;
  }
  .development .development-title {
    font-size: 20px !important;
  }
  .development .development-main .development-item span {
    font-size: 14px !important;
  }
}
@media (min-width: 636px) {
  .about-main-header {
    display: none !important;
  }
}
@media (max-width: 635px) {
  .about-right .btn {
      display: block !important;
      text-align: left !important;
  }
  .ho {
    display: none !important;
  }
  .about-main-header {
    display: block !important;
  }
  .about-main-header .dropdown {
    width: 100%;
    display: flex;
  }
  .about-main-header .dropdown .liActive {
    position: relative;
  }
  .about-main-header .dropdown .liActive .groupActive {
    display: block !important;
    /*top: 31px;*/
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
  }
  .about-main-header .dropdown .liActive .list-group {
    display: none;
    position: absolute;
    background-color: #fff;
  }
  .about-main-header .dropdown .liActive .list-group .list-group-item {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
  }
  .about-main-header .dropdown .liActive .list-group .active {
    color: #fff;
  }
  .about-main-header .dropdown .liActive .noBorder {
    border: none;
    padding: 3px 3px;
  }
  .about-main-header .dropdown .btn-default {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .about-main-header .dropdown .dropdown-menu {
    transform: translateX(5%);
    width: 90%;
  }
  .about-main-header .dropdown .dropdown-menu .noBlock {
    display: none;
  }
  .development .development-title {
    font-size: 18px !important;
    margin: 20px 0 !important;
  }
  .development .development-main .development-item span {
    font-size: 12px !important;
  }
  .about-nav {
    display: none;
    font-size: 12px!important;
    padding: 12px 0 !important;
  }
  .about-main {
    display: block !important;
    margin-top: 21px !important;
  }
  .about .main .content {
    width: 96% !important;
  }
  .about .main .content .about-left {
    display: none;
    width: 30%!important;
  }
  .about .main .content .about-left a {
    font-size: 12px !important;
  }
  .about .main .content .about-right {
    width: 90% !important;
    margin: 18px auto 0 !important;
    box-shadow: 0px 2px 8px 4px rgba(0, 0, 0, 0.03) !important;
  }
  .about .main .content .about-right .about-title {
    padding: 0 0 18px 0 !important;
    font-size: 18px !important;
  }
  .about .main .content .about-right .about-text .about-content {
    font-size: 12px !important;
  }
}
.about .bg-solution {
  background: url('/static/images/bg-4.png') no-repeat !important;
  background-size: cover !important;
}
.about .bg {
  width: 100%;
  height: 1.7708rem;
  min-height: 80px;
  background: url('/static/images/banner.png') no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
}
.about .main {
  width: 100%;
  padding: 0 0 0.7813rem 0;
  display: flex;
  justify-content: center;
  background: url('/static/images/about-bg.png') no-repeat;
  background-size: cover;
}
.about .main .content {
  width: 80%;
}
.about .main .content .about-nav {
  color: #aaaaaa;
  padding: 0.151rem 0 0.1302rem 0;
  border-bottom: 1px solid #cfd0d0;
}
.about .main .content .about-nav a {
  font-size: 14px;
  color: #aaaaaa;
}
.about .main .content .about-nav a:hover {
  color: #aaa081;
}
.about .main .content .about-nav .navActive {
  color: #aaa081;
}
.about .main .content .about-main {
  margin-top: 37px;
  display: flex;
  width: 100%;
}
.about .main .content .about-main .about-main-header {
  display: flex;
}
.about .main .content .about-main .about-left {
  width: 20%;
  border-top: 2px solid #39456d;
  background: #fff;
  height: 100%;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.03);
}
.about .main .content .about-main .about-left ul {
  list-style: none;
  padding: 0;
  margin: 0;
      background: #fff;
}
.about .main .content .about-main .about-left ul .collections {
  display: block;
}
.about .main .content .about-main .about-left ul .collections .collections-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about .main .content .about-main .about-left ul li {
  border-bottom: 1px solid #dfdfe0;
}
.about .main .content .about-main .about-left ul li a {
  padding: 0.099rem 0.1094rem;
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: block;
  box-sizing: border-box;
}
.about .main .content .about-main .about-left ul .leftActive {
  background: #39456d;
}
.about .main .content .about-main .about-left ul .leftActive > a {
  color: #fff;
}
.about .main .content .about-main .about-left ul .leftActive .collections-child {
  background: #fff;
}
.about .main .content .about-main .about-left ul li:hover {
  background: #39456d;
}
.about .main .content .about-main .about-left ul li:hover > a {
  color: #fff;
}
.about .main .content .about-main .about-left ul li:last-child {
  border: none;
}
.about .main .content .about-main .about-right {
  width: 80%;
  margin-left: 0.1563rem;
  background-color: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.03);
  padding: 0.2344rem 15px 0.5208rem 15px;
  border-radius: 6px;
  min-height: 200px;
}
.about .main .content .about-main .about-right .about-title {
  padding: 0 0 0.1354rem 0;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.about .main .content .about-main .about-right .about-title .about-title-time {
  font-weight: normal;
  font-size: 12px;
  color: #666672;
  margin-top: 30px;
}
.about .main .content .about-main .about-right .about-text {
  margin-top: 0.3125rem;
  width: 100%;
  box-sizing: border-box;
  
}
.about .main .content .about-main .about-right .about-title .detail-next {
    right: 0;
}
.about .main .content .about-main .about-right .about-title .detail-pre {
    left: 0;
}
.about .main .content .about-main .about-right .about-title .detail-next,.detail-pre i {
    font-size: 24px;
    color: #fff;
}
.about .main .content .about-main .about-right .about-title .detail-next,.detail-pre{
    width: 30px;
    height: 30px;
    background-color: rgba(0,0,0,.6);
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.about .main .content .about-main .about-right .about-text .about-content {
  width: 100%;
  box-sizing: border-box;
  font-size: 16px !important;
}
.about .main .content .about-main .about-right .about-text .about-content a,
.about .main .content .about-main .about-right .about-text .about-content tr,
.about .main .content .about-main .about-right .about-text .about-content td,
.about .main .content .about-main .about-right .about-text .about-content p,
.about .main .content .about-main .about-right .about-text .about-content ul,
.about .main .content .about-main .about-right .about-text .about-content li,
.about .main .content .about-main .about-right .about-text .about-content span {
  width: 100%;
  box-sizing: border-box;
  font-size: 16px !important;
}
.about .main .content .about-main .about-right .about-text .about-content img {
    max-width: 100%;
    font-size: 16px;
}
.btn {
    margin-top: 40px;
    display: flex !important;
    justify-content: space-between;
}