.body .banner {
  position: relative;
}
.body .banner > img {
  width: 100%;
  height: 3.2rem;
}
.body .banner .text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-left: 1.7rem;
  display: flex;
  align-items: center;
  font-family: 'OpenSans-Regular';
  font-size: 0.4rem;
  color: #FFFFFF;
  line-height: 0.55rem;
}
.body .crumb {
  height: 0.7rem;
  background: #F5F5F5;
  padding: 0 1.7rem;
  display: flex;
  align-items: center;
}
.body .crumb .icon {
  width: 0.205rem;
  height: 0.184rem;
  background-image: url('../img/contact/home.png');
  background-size: 100% 100%;
  margin-right: 0.08rem;
}
.body .crumb > span {
  font-family: 'OpenSans-Regular';
  font-size: 0.14rem;
  color: #838383;
  line-height: 0.19rem;
}
.body .crumb .space {
  margin: 0 0.05rem;
}
.body .list {
  background-color: #fff;
  padding: 0 3.1rem;
}
.body .list h3 {
  font-family: 'OpenSans-Bold';
  font-size: 0.3rem;
  color: #000;
  line-height: 0.41rem;
  margin-top: 0.51rem;
  margin-bottom: 0.44rem;
  display: flex;
  justify-content: center;
}
.body .list .item {
  height: 0.8rem;
  border-bottom: 1px solid #E5E5E5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}
.body .list .item .faqInfo {
  display: flex;
  align-items: center;
}
.body .list .item .faqInfo .icon {
  width: 0.146rem;
  height: 0.17rem;
  background-image: url('../img/faqs/icon.png');
  background-size: 100% 100%;
}
.body .list .item .faqInfo .text {
  margin-left: 0.16rem;
  font-family: 'OpenSans-Regular';
  font-size: 0.2rem;
  color: #000;
  line-height: 0.27rem;
}
.body .list .item .des {
  display: none;
  margin-top: 0.21rem;
  margin-left: 0.49rem;
  font-family: 'OpenSans-Regular';
  font-size: 0.2rem;
  color: #666;
  line-height: 0.27rem;
}
.body .list .item:hover {
  background: #F2F2F2;
}
.body .list .item.active {
  height: 1.3rem;
  background: #F2F2F2;
}
.body .list .item.active .icon {
  margin-left: 0.17rem;
  width: 0.17rem;
  height: 0.146rem;
  background-image: url('../img/faqs/icon_active.png');
}
.body .list .item.active .des {
  display: flex;
}
.body .btns {
  display: flex;
  justify-content: center;
}
.body .btns .btn {
  width: 1.58rem;
  height: 0.45rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'OpenSans-Bold';
  font-size: 0.14rem;
  color: #fff;
  background: #081587;
  line-height: 0.19rem;
  margin-top: 0.76rem;
  margin-bottom: 0.68rem;
  cursor: pointer;
}



@media only screen and (max-width:1024px){
    .body .banner .text{
        padding-left: 0.4rem;
    }
    .body .crumb{
            padding: 0 0.4rem;
    }
    .body .list{
        padding: 0 0.4rem;
    }
    .body .list .item.active{
            height: 1.8rem;
    }
}