/* 法律声明 Start */
.legalNotice_wrap,
.friendshipLink_wrap,
.feedback_wrap {
  margin-top: 72px;
  border-bottom: 1px solid #E0E0E0;
}

.statement_title {
  color: #161616;
  font-family: SourceHanSansCN;
  font-size: 54px;
  font-style: normal;
  font-weight: 350;
  line-height: 64px;
  padding: 80px 192px;
  text-align: left;
  border-bottom: 1px solid #E0E0E0;
  transition: all .5s ease-in-out;
}

.legalNotice_content,
.friendshipLink_content {
  padding: 32px 192px 80px 192px;
  transition: all .5s ease-in-out;
}

.fsc_label,
.fsc_text {
  color: #161616;
  font-family: SourceHanSansCN;
  font-size: 16px;
  font-style: normal;
}

.fsc_label {
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 16px;
  text-align: left;
}

.fsc_text {
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 32px;
  text-align: justify;
}

.margin_bottom_0 {
  margin-bottom: 0px !important;
}

.friendshipLink_links {
  display: block;
  color: #161616;
  font-family: SourceHanSansCN;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  text-align: left;
  transition: all .5s ease-in-out;
}

/* 法律声明 End */

/* 信息反馈 Start */
.feedback_content {
  padding: 32px 192px 143px 192px;
  transition: all .5s ease-in-out;
}

.feedback_content p {
  color: #161616;
  font-family: SourceHanSansCN;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 16px;
}

.feedback_content .feedback_title {
  font-weight: 700;
  line-height: 32px;
}

.fb_mb_32 {
  margin-bottom: 32px !important;
}

.fb_download {
  padding-top: 32px;
  border-top: 1px solid #E0E0E0;
}

.fb_download_file {
  display: block;
  width: 352px;
  height: 144px;
  border-radius: 32px;
  background: #F4F4F4;
  cursor: pointer;
}

.fb_download_title {
  color: #161616;
  font-family: WixMadeforText, SourceHanSansCN;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  padding: 20px 22px;
  margin-bottom: 10px;
}

.fb_download_btn {
  padding: 20px 22px;
}

.fb_download_btn img {
  width: 24px;
  height: 24px;
}

/* 信息反馈 End */

@media (max-width: 1280px) {

  .statement_title {
    font-size: 48px;
    padding: 64px 15%;
  }

  .legalNotice_content,
  .friendshipLink_content,
  .feedback_content {
    padding: 28px 15% 80px 15%;
  }
}

@media (max-width: 1000px) {

  .friendshipLink_wrap {
    height: calc(100vh - 219px);
    min-height: 497px;
    border: none;
  }

  .statement_title {
    font-size: 41px;
    padding: 64px 9.6%;
  }

  .legalNotice_content,
  .friendshipLink_content,
  .feedback_content {
    padding: 24px 9.6% 80px 9.6%;
  }

  .fsc_label,
  .fsc_text {
    font-size: 14px;
  }

  .fsc_label {
    margin-bottom: 14px;
  }

  .fsc_text {
    margin-bottom: 28px;
  }

  .friendshipLink_links {
    font-size: 14px;
  }
}

@media (max-width: 768px) {

  .statement_title {
    font-size: 28px;
    padding: 32px 0;
  }

  .legalNotice_content,
  .friendshipLink_content,
  .feedback_content {
    padding: 16px 0;
  }

  .fsc_label,
  .fsc_text {
    font-size: 12px;
  }

  .fsc_label {
    margin-bottom: 12px;
  }

  .fsc_text {
    margin-bottom: 24px;
  }


  .friendshipLink_links {
    font-size: 12px;
  }
}