.index footer{
  margin-top: 0;
}
.indexAbout_fq{
  margin-bottom: 0;
}
.cp_img{
  text-align: center;
}
.cp_img img{
  width: auto;
}
.regularcustomers .Bbox_view .blockTitle,
.faq .Bbox_view .blockTitle {
  text-align: center;
}
.regularcustomers .Bbox_view .blockTitle::after,
.faq .Bbox_view .blockTitle::after {
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.regularcustomers .menuListStyle_3,
.faq .menuListStyle_3{
  margin-bottom: 50px;
  margin-left: -16px;
  margin-right: -16px;
}
.regularcustomers .menuListStyle_3 li,
.faq .menuListStyle_3 li{
  padding-left: 16px;
}
.regularcustomers .menuListStyle_3 li a,
.faq .menuListStyle_3 li a{
  display: block;
  padding: 5px 30px;
  border-radius: 3px;
  border: 1px solid #000000;
}
.regularcustomers .menuListStyle_3 li:hover a,
.faq .menuListStyle_3 li:hover a{
  color: #a02a3a;
  border-color: #a02a3a;
}
.regularcustomers .faqList .itemList .item .itemTitle{
  color: #ffffff;
  background-color: #A02A3A;
  padding-left: 1em;
  padding-right: 1em;
}
.regularcustomers .faqList .itemList .item .itemTitle:before,
.regularcustomers .faqList .itemList .item .itemTitle::after{
  display: none;
}
.fixedSide{
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 10;
}
.fixedSide a{
  display: block;
}

@media (max-width:768px){
  .regularcustomers .menuListStyle_3 li,
  .faq .menuListStyle_3 li{
    padding-left: 8px;
    padding-right: 8px;
  }
  .indexAbout_fq{
    padding-left: 0;
    padding-right: 0;
  }
}


.albumdetail .blockInfoTxt {
  display: none;
}
.mbPanel_funNav.navBottom * {
  color: #fff !important;
}