.wrap, body {
  background: #F6F8FC;
}

.page_title {
  width: 100%;
  height: auto;
  margin-top: 40px;
}

.page_title h1 {
  text-align: center;
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 80% */
}

.faq {
  width: 100%;
  height: auto;
  padding: 20px 0 120px;
}

.faq .faq_box {
  width: 100%;
  height: auto;
}

.faq .faq_box .faq_item {
  cursor: pointer;
  width: 100%;
  height: auto;
  margin-top: 20px;
  border: 1px solid transparent;
}

.faq .faq_box .faq_item.active {
  border-radius: 4px;
  border: 1px solid #0D6FD0;
}

.faq .faq_box .faq_item.active .item_title {
  color: #fff;
  background: #0D6FD0;
}

.faq .faq_box .faq_item.active .item_title::after {
  background: url(../img/up_icon.png) no-repeat;
  background-size: 100% 100%;
}

.faq .faq_box .faq_item.active .item_text {
  display: block;
}

.faq .faq_box .faq_item .item_title {
  width: 100%;
  height: 60px;
  border-radius: 4px;
  background: #FFF;
  padding: 0 50px 0 38px;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  position: relative;
}

.faq .faq_box .faq_item .item_title::after {
  content: '';
  width: 16px;
  height: 12px;
  background: url(../img/down_icon.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 26px;
  transform: translateY(-50%);
}

.faq .faq_box .faq_item .item_text {
  display: none;
  width: 100%;
  height: auto;
  padding: 16px 38px;
}

.faq .faq_box .faq_item .item_text p {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 200% */
}
