.banner {
  padding-top: 88px;
  padding-bottom: 68px;
  text-align: left;
  color: rgb(52, 52, 52);
  background-size: 1920px 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

.banner h1 {
  margin: 0;
  font-size: 50px;
  height: 50px;
  line-height: 50px;
}

.banner div {
  padding-top: 16px;
  font-size: 18px;
}
/* /style> */

/* style> */
.support-nav {
  margin-top: 40px;
}

.support-nav .span3 {
  padding-top: 25px;
  padding-bottom: 16px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid rgba(240, 240, 240, 1);
  background: rgba(255, 255, 255, 1);
}

.support-nav .span3.active {
  border: 1px solid #b7e8da;
  background: linear-gradient(180deg, #b6e8da0c 0%, #b7f5e433 100%);
}

.support-nav a {
  color: inherit;
}

.support-nav img {
  display: block;
  width: 64px;
  height: 64px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 26px;
}
/* /style> */

/* style> */
#page-main h2 {
  margin-top: 70px;
  margin-bottom: 40px;
}

#page-main .span3 a {
  font-size: 24px;
  color: inherit;
}
/* /style> */


/* style> */
#page-main .faqs {
  padding: 0;
  border: 0;
}
#page-main .faqs h3 {
  margin-bottom: 19px;
  font-weight: normal;
  font-size: 1em;
  line-height: 28px;
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-size: 8px 12px;
  background-position: left center;
  padding-left: 18px;
}
#page-main .faqs h3 a {
  color: #333;
}
#page-main .faqs h3 a:hover {
  color: #07be8b;
}

#page-main .faqs h3 {
  position: relative;
  background: none;
}
#page-main .faqs h3:before {
  position: absolute;
  left: 0;
  top:50%;
  transform: translateY(-6px);
  display: block;
  content: '';
  width: 8px;
  height: 12px;
  background:transparent url(../img/arrow.png) no-repeat center center;
  transition: all .3s;
}
#page-main .faqs h3.active:before {
  transform:translateY(-5px) rotate(90deg);
  width: 12px;
}

#page-main .tab-pane li h3 {
  cursor: pointer;
  font-size: 20px;
}
#page-main .tab-pane li div {
  opacity: .5;
  display: none;
  padding: 15px 15px;
  background: linear-gradient(180deg, #b6e8da0c 0%, #b7f5e433 100%);
}
#page-main img {
  display: block;
  margin-top: 10px;
}


.faqs-container .top-wrap {
  height: 192px;
  padding-top: 64px;
  box-sizing: border-box;
  background: url('../img/support/01.png') no-repeat;
  background-size: contain;
}

.faqs-container .top-wrap .tit {
  text-align: center;
  color: #000000;
  font-family: Poppins;
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
}

.faqs-container .top-wrap .txt {
  text-align: center;
  color: #000000;
  font-family: Poppins;
  font-size: 16px;
}

.faqs,.section-faqs .faqs:first-of-type {
  border: 0;
}