/**
 * 颜色
 */
/**
尺寸
 */
/**
*形状
 */
.fj-page-main {
  position: relative;
  margin-top: 80px;
}
.fj-page-banner {
  width: 100%;
  background: url("../svg/banner_bge67d.svg?v=1.3") no-repeat center;
  background-size: cover;
}
.fj-page-banner .banner_container {
  margin: auto;
  padding-top: 114px;
  padding-bottom: 85px;
  position: relative;
  width: 1250px;
}
.fj-page-banner .banner_container .banner_text {
  width: 52%;
  float: left;
}
.fj-page-banner .banner_container .banner_text .banner_title {
  width: 100%;
  font-size: 51px;
  font-weight: bold;
  color: #1e1e1e;
  line-height: 70px;
  -webkit-background-clip: text;
}
.fj-page-banner .banner_container .banner_text .banner_description {
  width: 100%;
  height: 68px;
  margin-top: 28px;
  font-size: 20px;
  font-weight: 400;
  color: #1e1e1e;
  line-height: 34px;
  -webkit-background-clip: text;
}
.fj-page-banner .banner_container .banner_text .banner_btn {
  margin-top: 40px;
}
.fj-page-banner .banner_container .banner_img {
  position: absolute;
  right: 0;
  top: 93px;
  border-radius: 6px;
  background: #FFFFFF;
  box-shadow: 0 10px 40px 0 rgba(58, 94, 161, 0.15);
}
.fj-page-banner .banner_container .banner_img img {
  margin: 10px;
  width: calc(100% - 20px);
}
.fj-page-usefor .fj-page-usefor_container {
  background: #fff;
}
.fj-page-usefor .fj-page-usefor_container .usefor_title {
  width: 100%;
  height: fit-content;
  font-size: 40px;
  font-weight: bold;
  color: #1e1e1e;
  line-height: 50px;
  text-align: center;
  -webkit-background-clip: text;
  margin-bottom: 60px;
}
.fj-page-usefor .fj-page-usefor_container .usefor_item {
  width: 530px;
  min-height: 250px;
  float: left;
  padding: 56px 65px;
  background: #ffffff;
  box-shadow: 0px 10px 50px 0px #dce1e8;
  border-radius: 12px;
  margin-right: 40px;
  margin-bottom: 40px;
}
.fj-page-usefor .fj-page-usefor_container .usefor_item:nth-child(2n) {
  margin-right: 0;
}
.fj-page-usefor .fj-page-usefor_container .usefor_item .item_icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  float: left;
  margin-right: 20px;
}
.fj-page-usefor .fj-page-usefor_container .usefor_item .item_icon.lg_free {
  background: linear-gradient(135deg, #d8ffa6 0%, #6cf08f 30%, #06d68f 100%);
}
.fj-page-usefor .fj-page-usefor_container .usefor_item .item_icon.lg_video {
  background: linear-gradient(135deg, #ffbbbb 0%, #fe6061 30%, #f53e6c 100%);
}
.fj-page-usefor .fj-page-usefor_container .usefor_item .item_icon.lg_record {
  background: linear-gradient(135deg, #fff388 0%, #febc58 30%, #ffa234 100%);
}
.fj-page-usefor .fj-page-usefor_container .usefor_item .item_icon.lg_download {
  background: linear-gradient(135deg, #a3ebfa 0%, #6fa6fe 30%, #375aff 100%);
}
.fj-page-usefor .fj-page-usefor_container .usefor_item .item_icon.lg_video_edit {
  background: linear-gradient(135deg, #a3ebfa 0%, #6fa6fe 30%, #375aff 100%);
}
.fj-page-usefor .fj-page-usefor_container .usefor_item .item_icon > img {
  width: 50px;
  height: 50px;
  position: relative;
  left: 15px;
  top: 15px;
}
.fj-page-usefor .fj-page-usefor_container .usefor_item .item_text {
  width: calc(100% - 100px);
  float: left;
}
.fj-page-usefor .fj-page-usefor_container .usefor_item .item_text .item_title {
  width: 100%;
  font-size: 22px;
  font-weight: bold;
  color: #1e1e1e;
  line-height: 34px;
  -webkit-background-clip: text;
  margin-bottom: 8px;
}
.fj-page-usefor .fj-page-usefor_container .usefor_item .item_text .item_desc {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #1e1e1e;
  line-height: 25px;
  -webkit-background-clip: text;
  opacity: 0.7;
}
.fj-page-help {
  width: 100%;
  background: #f8faff;
}
.fj-page-help .fj-page-help_container {
  width: 1300px;
  margin: auto;
}
.fj-page-help .fj-page-help_container .help_title {
  width: 100%;
  height: fit-content;
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  color: #1e1e1e;
  line-height: 50px;
  -webkit-background-clip: text;
  margin-bottom: 60px;
}
.fj-page-help .fj-page-help_container .help_items {
  max-width: 1300px;
  margin: auto;
}
.fj-page-help .fj-page-help_container .help_item {
  width: 250px;
  margin-right: 90px;
  float: left;
  margin-bottom: 60px;
}
.fj-page-help .fj-page-help_container .help_item:nth-child(4n) {
  margin-right: 0;
}
.fj-page-help .fj-page-help_container .help_item .help_item_icon {
  width: 86px;
  height: 86px;
}
.fj-page-help .fj-page-help_container .help_item .help_item_icon img {
  width: 100%;
  height: 100%;
}
.fj-page-help .fj-page-help_container .help_item .help_item_title {
  width: 100%;
  height: 50px;
  font-size: 22px;
  font-weight: 500;
  color: #1e1e1e;
  line-height: 30px;
  -webkit-background-clip: text;
  margin-top: 35px;
  margin-bottom: 22px;
}
.fj-page-help .fj-page-help_container .help_item .help_item_desc {
  width: 100%;
  height: 100px;
  font-size: 16px;
  font-weight: 400;
  color: #1e1e1e;
  line-height: 25px;
  -webkit-background-clip: text;
  opacity: 0.7;
}
.fj-page-step {
  width: 100%;
}
.fj-page-step .fj-page-step_container .step_title {
  width: 100%;
  height: fit-content;
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  color: #1e1e1e;
  line-height: 50px;
  -webkit-background-clip: text;
  margin-bottom: 46px;
}
.fj-page-step .fj-page-step_container .step_img {
  width: 640px;
  background: #FFFFFF;
  float: left;
  margin-right: 80px;
  box-shadow: 0 0 25px 0px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
}
.fj-page-step .fj-page-step_container .step_img img {
  width: calc(100% - 10px);
  margin: 4px 5px;
  display: none;
}
.fj-page-step .fj-page-step_container .step_img img.active {
  display: block;
}
.fj-page-step .fj-page-step_container .step_items {
  float: left;
  height: 435px;
  padding-top: 25px;
}
.fj-page-step .fj-page-step_container .step_items .step_item {
  height: 145px;
  position: relative;
}
.fj-page-step .fj-page-step_container .step_items .step_item.active .step_item_info .step_item_icon {
  background: #ff446b;
}
.fj-page-step .fj-page-step_container .step_items .step_item.active .step_item_info .step_item_icon svg path,
.fj-page-step .fj-page-step_container .step_items .step_item.active .step_item_info .step_item_icon svg circle {
  fill: #fff;
}
.fj-page-step .fj-page-step_container .step_items .step_item .step_item_info {
  position: absolute;
  width: 380px;
}
.fj-page-step .fj-page-step_container .step_items .step_item .step_item_info .step_item_icon {
  width: 70px;
  height: 70px;
  background: #FEEDEF;
  border-radius: 50%;
  margin-right: 30px;
  float: left;
}
.fj-page-step .fj-page-step_container .step_items .step_item .step_item_info .step_item_icon svg {
  width: 30px;
  height: 30px;
  position: relative;
  left: 20px;
  top: 20px;
}
.fj-page-step .fj-page-step_container .step_items .step_item .step_item_info .step_item_icon svg .st0 {
  fill: #ff446b;
}
.fj-page-step .fj-page-step_container .step_items .step_item .step_item_info .step_item_icon:hover {
  background: #ff446b;
}
.fj-page-step .fj-page-step_container .step_items .step_item .step_item_info .step_item_icon:hover svg path,
.fj-page-step .fj-page-step_container .step_items .step_item .step_item_info .step_item_icon:hover svg circle {
  fill: #fff;
}
.fj-page-step .fj-page-step_container .step_items .step_item .step_item_info .step_item_text {
  width: 280px;
  float: left;
}
.fj-page-step .fj-page-step_container .step_items .step_item .step_item_info .step_item_text .step_item_title {
  width: 100%;
  height: 34px;
  font-size: 22px;
  font-weight: bold;
  color: #303133;
  line-height: 34px;
}
.fj-page-step .fj-page-step_container .step_items .step_item .step_item_info .step_item_text .step_item_desc {
  width: 100%;
  height: 50px;
  font-size: 16px;
  font-weight: 400;
  color: #1e1e1e;
  line-height: 25px;
  position: relative;
  top: 12px;
}
.fj-page-step .fj-page-step_container .step_items .step_item .step_item_link {
  position: absolute;
  width: 2px;
  height: 56px;
  background: #FEEDEF;
  margin-left: 35px;
  bottom: 9px;
}
.fj-page-start {
  width: 100%;
  background: url("../svg/start_bgf9e3.svg?v=1.1") no-repeat center;
  background-size: cover;
}
.fj-page-start .fj-page-start_container {
  height: 100%;
  text-align: center;
}
.fj-page-start .fj-page-start_container .start_title {
  width: 100%;
  height: fit-content;
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  color: #303133;
  line-height: 50px;
  -webkit-background-clip: text;
  margin-bottom: 42px;
}
.fj-page-start .fj-page-start_container .start_btn {
  display: inline-block;
}
@media screen and (max-width: 1350px) {
  .fj-page-banner .banner_container {
    width: 90%;
  }
  .fj-page-banner .banner_container .banner_text {
    width: 45%;
  }
  .fj-page-banner .banner_container .banner_img {
    width: 55%;
  }
  .fj-page-help .fj-page-help_container {
    margin: auto;
  }
}
@media screen and (max-width: 1200px) {
  .fj-page-help .fj-page-help_container {
    width: 72%;
  }
  .fj-page-help .fj-page-help_container .help_items {
    width: 100%;
  }
  .fj-page-help .fj-page-help_container .help_item {
    margin-right: 60px;
  }
}
@media screen and (max-width: 1100px) {
  .fj-page-banner .banner_container .banner_text .banner_title {
    font-size: 34px;
    line-height: 50px;
  }
  .fj-page-usefor .fj-page-usefor_container {
    padding-bottom: 80px;
  }
  .fj-page-usefor .fj-page-usefor_container .usefor_item {
    width: 80%;
    margin-left: 10%;
    min-height: 200px;
  }
  .fj-page-help .fj-page-help_container {
    width: 100%;
  }
  .fj-page-help .fj-page-help_container .help_item {
    width: 60%;
    margin-left: 20%;
    margin-top: 8%;
    margin-bottom: 6%;
  }
  .fj-page-step .fj-page-step_container .step_img {
    margin: 0;
    width: 70%;
    position: relative;
    left: 15%;
  }
  .fj-page-step .fj-page-step_container .step_items {
    width: 500px;
    position: relative;
    left: calc(50% - 250px);
    margin-top: 5%;
  }
  .fj-page-step .fj-page-step_container .step_items .step_item .step_item_info {
    width: 100%;
  }
  .fj-page-step .fj-page-step_container .step_items .step_item .step_item_info .step_item_text {
    width: 400px;
  }
  .fj-page-step .fj-page-step_container .step_items .step_item .step_item_info .step_item_text .step_item_title {
    height: fit-content;
  }
}
@media screen and (max-width: 992px) {
  .fj-page-banner .banner_container {
    padding-top: 0;
    padding-bottom: 60px;
  }
  .fj-page-banner .banner_container .banner_text {
    width: 100%;
    text-align: center;
    margin-top: 6%;
    padding-top: 60px;
    float: none;
  }
  .fj-page-banner .banner_container .banner_text .banner_title {
    height: fit-content;
    font-size: 38px;
    line-height: 38px;
  }
  .fj-page-banner .banner_container .banner_text .banner_description {
    font-size: 20px;
    line-height: 30px;
    height: fit-content;
    margin-bottom: 20px;
  }
  .fj-page-banner .banner_container .banner_text .banner_btn {
    margin: 10px 0;
  }
  .fj-page-banner .banner_container .banner_img {
    width: 80%;
    left: 0;
    margin: 4% auto;
    position: relative;
    top: 40px;
  }
  .fj-page-usefor .fj-page-usefor_container .usefor_item {
    width: 100%;
    margin-left: 0;
    min-height: fit-content;
  }
}
@media screen and (max-width: 640px) {
  .fj-page-banner .banner_container .banner_text {
    margin-top: 12%;
  }
  .fj-page-banner .banner_container .banner_img {
    width: 100%;
    left: 0%;
    overflow: hidden;
  }
  .fj-page-banner .banner_container .banner_img img {
    position: relative;
  }
  .fj-page-usefor .fj-page-usefor_container {
    padding-bottom: 30px;
    padding-top: 40px;
  }
  .fj-page-usefor .fj-page-usefor_container .usefor_title {
    margin-bottom: 30px;
  }
  .fj-page-usefor .fj-page-usefor_container .usefor_item {
    width: 100%;
    margin-left: 0;
    padding: 5%;
    min-height: fit-content;
  }
  .fj-page-usefor .fj-page-usefor_container .usefor_item .item_icon {
    width: 60px;
    height: 60px;
    margin-top: 3%;
  }
  .fj-page-usefor .fj-page-usefor_container .usefor_item .item_icon > img {
    width: 32px;
    height: 32px;
    left: 14px;
    top: 14px;
  }
  .fj-page-help .fj-page-help_container .help_item {
    height: fit-content;
  }
  .fj-page-help .fj-page-help_container .help_item .help_item_title {
    height: fit-content;
  }
  .fj-page-help .fj-page-help_container .help_item .help_item_desc {
    height: fit-content;
  }
  .fj-page-step .fj-page-step_container .step_items {
    width: 90%;
    left: 5%;
  }
  .fj-page-step .fj-page-step_container .step_items .step_item {
    width: 100%;
  }
  .fj-page-step .fj-page-step_container .step_items .step_item .step_item_info .step_item_icon {
    width: 60px;
    height: 60px;
    margin-right: 20px;
  }
  .fj-page-step .fj-page-step_container .step_items .step_item .step_item_info .step_item_icon svg {
    width: 26px;
    height: 26px;
    left: 17px;
    top: 17px;
  }
  .fj-page-step .fj-page-step_container .step_items .step_item .step_item_info .step_item_text {
    width: calc(100% - 100px);
    float: right;
  }
  .fj-page-step .fj-page-step_container .step_items .step_item .step_item_info .step_item_text .step_item_title {
    font-size: 16px;
  }
  .fj-page-step .fj-page-step_container .step_items .step_item .step_item_info .step_item_text .step_item_desc {
    height: fit-content;
  }
  .fj-page-step .fj-page-step_container .step_items .step_item .step_item_link {
    margin-left: 30px;
  }
}
@media screen and (max-width: 414px) {
  .u-primary-btn {
    height: 50px;
    line-height: 50px;
  }
  .fj-page-usefor .fj-page-usefor_container .usefor_item {
    width: 100%;
  }
  .fj-page-usefor .fj-page-usefor_container .usefor_item .item_icon {
    margin-left: calc(50% - 30px);
    margin-top: 0;
  }
  .fj-page-usefor .fj-page-usefor_container .usefor_item .item_text {
    width: 100%;
    text-align: center;
  }
  .fj-page-usefor .fj-page-usefor_container .usefor_title {
    font-size: 28px;
    line-height: 36px;
  }
  .fj-page-help .fj-page-help_container .help_title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 0px;
  }
  .fj-page-help .fj-page-help_container .help_item {
    width: 90%;
    margin-left: 5%;
  }
  .fj-page-help .fj-page-help_container .help_item .help_item_title {
    margin-top: 20px;
    margin-bottom: 12px;
  }
  .fj-page-step .fj-page-step_container .step_title {
    font-size: 28px;
    line-height: 36px;
  }
  .fj-page-step .fj-page-step_container .step_img {
    margin: 0;
    width: 100%;
    position: relative;
    left: 0;
  }
  .fj-page-step .fj-page-step_container .step_items .step_item .step_item_info .step_item_icon {
    margin-right: 0;
  }
  .fj-page-step .fj-page-step_container .step_items .step_item .step_item_info .step_item_text {
    width: calc(100% - 80px);
  }
  .fj-page-step .fj-page-step_container .step_items .step_item .step_item_info .step_item_text .step_item_desc {
    top: 0;
  }
  .fj-page-start .fj-page-start_container .start_title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 10px;
  }
}
/*# sourceMappingURL=public.css.map */
/**
 * 颜色
 */
/**
尺寸
 */
/**
*形状
 */
.pvc_ban_bg {
  background: url(../jpg/privacy_bgf9e3.jpg?v=1.1) no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
.pvc_ban {
  margin: 0 auto;
  position: relative;
  margin-top: 84px;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pvc_ban .u-banner-title {
  text-align: center;
  font-weight: normal;
}
.bg_pvc {
  background: #f8f8f8;
  color: #1E1E1E;
}
.pvc_important p {
  font-size: 1.1875em;
  line-height: 1.789em;
  margin-bottom: 1.578em;
  color: #1E1E1E;
  opacity: 0.7;
}
.pvc_important p:nth-child(1) {
  font-size: 1.0625em;
  color: #1E1E1E;
  opacity: 0.7;
}
.pvc_important p:last-child {
  margin-bottom: 0;
}
.pvc_item h3 {
  font-size: 36px;
  color: #1E1E1E;
  margin-bottom: 1em;
  font-weight: normal;
}
.pvc_item h4 {
  margin-bottom: 1em;
}
.pvc_item ul {
  font-size: 1.0625em;
  line-height: 1.64em;
  list-style-position: outside;
  padding-left: 0.88em;
}
.pvc_item ul li {
  margin-bottom: 1.578em;
  opacity: 0.7;
  list-style-type: disc;
}
.pvc_ban .bread_nav {
  list-style-type: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.pvc_ban .bread_nav li {
  display: inline-block;
  width: 9.375rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 4rem;
  background: rgba(0, 0, 0, 0.2);
  vertical-align: bottom;
  line-height: 4rem;
  text-align: center;
  margin-right: 0.875rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  cursor: pointer;
}
.pvc_ban .bread_nav li:hover {
  background: rgba(0, 0, 0, 0.1);
}
.pvc_ban .bread_nav li a {
  color: #fff;
  text-decoration: none;
  font-size: 19px;
  display: block;
  width: 100%;
  height: 100%;
}
.pvc_ban .bread_nav li a:hover {
  text-decoration: underline;
}
.pvc_ban .bread_nav li span {
  border-bottom: 5px solid #fff;
  display: block;
  background: #fff;
}
.pvc_ban .bread_nav li span a {
  color: #000;
}
.pvc_ban .bread_nav li a:hover {
  text-decoration: none;
}
.pvc_ban .bread_nav li a span {
  color: #fff;
}
.pvc_ban .u-content,
.bg_pvc .u-content {
  width: 50em;
}
.pvc_important {
  width: 50em;
}
@media screen and (max-width: 800px) {
  .pvc_ban .u-content,
  .bg_pvc .u-content {
    width: 90%;
    margin-left: 5%;
  }
  .pvc_important {
    width: 90%;
  }
  .pvc_item h3 {
    width: 100%;
    word-wrap: break-word;
    word-break: normal;
    font-weight: normal;
  }
}
@media screen and (max-width: 640px) {
  .pvc_ban .u-content {
    width: 100%;
    margin-left: 0;
  }
  .bread_nav li {
    width: 120px;
    margin-right: 5px;
  }
  .bread_nav li a {
    font-size: 15px;
  }
}
@media screen and (max-width: 414px) {
  .bread_nav li {
    width: 90px;
    margin-right: 0;
  }
  .bread_nav li a {
    font-size: 13px;
  }
}
/*# sourceMappingURL=privacy.css.map */
