.container {
  max-width: 1200px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 1200px) {
  .container {
    padding: 0 15px;
  }
}
.blue {
  display: block;
  color: #135cd6;
  text-align: right;
  padding-right: 30px;
}
.blue::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 9px;
  background: url(/assets/aub/images/faq/jt.png) no-repeat;
  margin-left: 5px;
  transition: transform 0.5s;
}
.blue:hover::after {
  transform: translateX(10px);
}
.banner {
  background: url(/assets/aub/images/faq/banner-BG.png) no-repeat center center;
  background-size: cover;
  padding: 90px 0 100px 0;
}
.banner .container {
  text-align: center;
  color: #fff;
}
.banner h1 {
  font-size: 52px;
  font-weight: bold;
  line-height: 1.4;
}
.banner p {
  margin-top: 10px;
  font-size: 24px;
}
.sales {
  color: #000;
  min-height: 700px;
}
.sales .container {
  padding-top: 55px;
}
.sales h2 {
  color: #000000;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 55px;
}
.sales .collapsed {
  position: relative;
  margin-bottom: 25px;
  cursor: pointer;
}
.sales .collapsed.open h4 {
  color: #135cd6;
}
.sales .collapsed.open h4:before {
  height: 38px;
  background: #135cd6;
  top: -5px;
  border-radius: 3px;
}
.sales .collapsed.open h4:after {
  background-position: 0px 0px;
}
.sales .collapsed.open:after {
  margin-top: 5px;
}
.sales .collapsed.open p {
  display: block;
}
.sales .collapsed p {
  font-size: 16px;
  line-height: 30px;
  display: none;
  padding-left: 20px;
  margin-bottom: 25px;
  margin-top: 10px;
}
.sales .collapsed p a {
  color: #135cd6;
}
.sales .collapsed:after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  margin-top: 15px;
  background: #dedede;
}
.sales .collapsed h4 {
  padding-left: 20px;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  padding-right: 25px;
}
.sales .collapsed h4:before {
  content: '';
  position: absolute;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  left: 0;
  top: 5px;
  background-color: #135cd6;
  transition: linear 0.4s;
}
.sales .collapsed h4:after {
  content: '';
  display: inline-block;
  background: url("/assets/aub/images/faq//jiantou.png") no-repeat;
  background-position: 0px -154px;
  width: 18px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 10px;
}
.technical {
  min-height: 750px;
}
.technical .container {
  padding-top: 120px;
  color: #000;
}
.technical h2 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #000000;
  margin-bottom: 45px;
}
.technical .tog-btn-bx {
  margin-bottom: 70px;
  border-bottom: 1px solid #00347B;
  justify-content: space-around !important;
  text-align: center \9;
}
.technical .tog-btn-bx[role="tog-btn-bx"] {
  display: flex;
  justify-content: space-around !important;
  align-items: center;
}
.technical .tog-btn-bx li {
  font-size: 24px;
  line-height: 48px;
  width: 280px;
  display: inline-block \9;
  padding: 10px;
  font-weight: 400;
}
.technical .tog-btn-bx li.active,
.technical .tog-btn-bx li:hover {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background-color: #00347B;
  border-radius: 10px 10px 0px 0px;
}
.technical .tog-btn-bx li:after {
  display: none;
}
.technical .tog-btn-bx li:before {
  border-top: 8px solid #00347B;
  bottom: -8px;
}
.technical .collapsed {
  position: relative;
  margin-bottom: 25px;
  cursor: pointer;
}
.technical .collapsed.open h4 {
  color: #137DF5;
}
.technical .collapsed.open h4:before {
  height: 38px;
  background: #135cd6;
  top: -5px;
  border-radius: 3px;
}
.technical .collapsed.open h4:after {
  background-position: 0px 0px;
}
.technical .collapsed.open:after {
  margin-top: 5px;
}
.technical .collapsed.open p {
  display: block;
}
.technical .collapsed p {
  padding-left: 20px;
  font-size: 16px;
  line-height: 30px;
  display: none;
  margin-bottom: 25px;
  margin-top: 10px;
}
.technical .collapsed:after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  margin-top: 15px;
  background: #dedede;
}
.technical .collapsed h4 {
  padding-left: 20px;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  padding-right: 25px;
}
.technical .collapsed h4:before {
  content: '';
  position: absolute;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  left: 0;
  top: 5px;
  background-color: #135cd6;
  transition: linear 0.4s;
}
.technical .collapsed h4:after {
  content: '';
  display: inline-block;
  background: url(/assets/aub/images/faq//jiantou.png) no-repeat;
  background-position: 0px -154px;
  width: 18px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 10px;
}
@media (max-width: 768px) {
  .technical .info {
    padding: 0px;
  }
}
@media screen and (max-width: 720px) {
  .technical .tog-btn-bx[role="tog-btn-bx"] {
    display: block;
  }
  .technical .tog-btn-bx li {
    width: 100%;
    max-width: 100%;
  }
}
.info {
  max-width: 881px;
  padding: 20px 15px;
  margin: 80px auto 0;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  background: #00347B;
  background-blend-mode: normal,
    normal;
  border-radius: 10px;
  margin-bottom: 100px;
}
.info p {
  max-width: 610px;
  margin: auto;
  text-align: center;
  font-weight: 400;
}
.info p a {
  text-decoration: underline;
  color: #fff;
  font-size: 16px;
  transition: 0.3s;
}
.info p a:hover {
  text-decoration: none;
}
