/*!***************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./public/static/css/web/about.css ***!
  \***************************************************************************************************************/
.main-content {
  margin-bottom: 240px;
}
.about-banner {
  position: relative;
}
.about-banner img {
  width: 100%;
}
.about-banner .title {
  font-size: 30px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.about-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.about-nav ul {
  margin: 24px auto 0;
}
.about-nav li {
  float: left;
}
.about-nav li a{
  color: #999;
}
.about-nav li a:hover{
  color: #000;
}
.about-nav li i {
  margin: 0 30px;
  display: inline-block;
  width: 5px;
  height: 8px;
  background: url("/source/73e5981f45f973642303cfe6d0427de1/line_4fef45.svg") no-repeat;
  vertical-align: 2px;
}

.about-info .about-step {
  position: relative;
  margin-bottom: 40px;
}
.about-step .step-bg {
  width: 129px;
  height: 126px;
  margin: 0 auto;
  background: url("/source/98712aaa7bd8c2506e8431e3b68fdb2a/about_01_995b2d.png") no-repeat;
  background-size: 100% 100%;
  display: block;
}
.about-info h2 {
  font-size: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  font-weight: normal;
}
.about-info .brand-intro p,.about-info .brand-intro li,.about-info .brand-intro span {
  font-size: 18px !important;
  line-height: 1.5 !important;
}
.issue-info .step-bg {
  width: 154px;
  background-image: url("/source/06cca8732a7969042c6c121b98a3b13a/about_03_e93aec.png");
}
.issue-list li {
  border-bottom: 1px solid #d8d8d8;
  cursor: pointer;
}
.issue-wrapper{
  width: 100%;
  max-width: 1200px;
}
.issue-title{
  font-size: 16px;
  margin-top: 32px;
  margin-bottom: 16px;
  font-weight: 700;
}
.issue-list .topic {
  font-size: 16px;
  min-height: 48px;
  padding:12px 24px 12px 8px;
  background: #fff;
  position: relative;
}
.issue-list .answer {
  padding: 0 8px 12px 8px;
  display: none;
  overflow: hidden;
  font-size: 14px;
  line-height: 22px;
  background:#F0F0F0;
}
.issue-list .answer a{
  color:#0084D4;
}
.issue-list .answer a:hover {
  text-decoration: underline;
}
.topic.show {
  background: #f2f2f2;
  border: 0;
  font-weight: 700;
}

.topic i {
  position: absolute;
  right: 8px;
  top:12px;
  font-size: 16px;
  width: 20px;
  height:20px;
  background: url("/source/8896548ba455e9d68f260a854ce5591f/icon-add_bc5b2a.svg");
}
.topic.show i {
  background: url("/source/a1fd77a7c9e5ca9ce8c92002ade9755b/icon-reduce_59c8ab.svg");
}
.news-wrapper {
  margin-bottom: 120px;
}
.news-info .step-bg {
  width: 152px;
  background-image: url("/source/9de8b2683e9a686063a3d0cd4135e127/about_02_763ff8.png");
}
.news-details {
  text-align: center;
  padding: 48px 40px 0;
}
.news-details .title {
  font-size: 28px;
}
.news-details .date {
  font-size: 14px;
  color: #999;
  margin: 10px 0 60px;
}
.news-details-box {
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 20px;
  text-align: left;
  line-height: 20px;  
}
.news-details-box p,.news-details-box li,.news-details-box span {
  font-size: 16px !important;
  line-height: 1.5 !important;
}
.news-details-box img,.brand-intro img {
  max-width: 100%;
  margin: 24px auto;
  display: block;
}
.slide-item {
  margin: 0 -30px;
}
.slide-item li {
  float: left;
  width: 33.333%;
  padding: 0 30px;
  margin-bottom: 48px;
}
.slide-item li img {
  width: 100%;
  max-height: 160px;
}
.news-list {
  position: relative;
}
.slide-item .date {
  font-size: 12px;
  color: #999;
  margin: 10px 0 16px;
}
.slide-item .desc {
  font-size: 16px;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.swiper-pagination {
  cursor: pointer;
}
.pagination-item {
  margin-right: 20px;
  color: #999;
}
.pagination-item.active {
  color: #333;
}
.switch-list {
  margin: auto;
}
.switch-list .button-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  display: inline-block;
  margin-right: 20px;
}
.switch-list .icon-angle-right {
  float: left;
  line-height: 1.5;
  outline: none;
  cursor: pointer;
}
.switch-pagination {
  position: static;
  width: auto;
  float: left;
}
.switch-list-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.my-button-disabled{
  color: #D8D8D8;
}
@media screen and (max-width: 1024px) {
  .slide-item li {
    padding: 0 8px;
    margin-bottom: 36px;
  }
  .slide-item {
    margin: 0 -8px;
  }
  .about-banner .title {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .about-info h2 {
    font-size: 24px;
  }
  .about-step .step-bg {
    width: 96px;
    height: 86px;
  }
  .main-content {
    margin-bottom: 80px;
  }
  .issue-info .step-bg {
    width: 106px;
  }
  .news-info .step-bg {
    width: 104px;
  }
  .swiper-hide {
    display: none;
  }
  .slide-item {
    margin: 0;
  }
  .slide-item li {
    width: 50%;
    padding: 0;
  }
  .slide-item li:nth-child(2n+1) {
    padding-right: 6px;
  }
  .slide-item li:nth-child(2n+2) {
    padding-left: 6px;
  }
  .about-info {
    margin: 27px auto 0;
  }
  .news-details .title {
    font-size: 18px;
  }
  .news-details .date {
    font-size: 12px;
  }
  .news-details .date {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .hide-min {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .about-banner .title{
    font-size: 20px;
  }
  .about-banner img {
    width: auto;
    height: 100px;
  }
}
@media screen and (max-width: 360px) {
  .about-nav {
    font-size: 0.8em;
  }
}


