/**
 * 颜色
 */
/**
尺寸
 */
/**
*形状
 */
.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 */
main {
  background: #F8FAFF;
}
.fj-page-nonsupport .nonsupport-icon {
  margin-top: 227px;
  text-align: center;
}
.fj-page-nonsupport .nonsupport-icon img {
  transform: translateX(16px);
}
.fj-page-nonsupport .nonsupport-title {
  margin-top: 26px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #08091D;
  line-height: 28px;
  height: initial;
  padding: 0 10px;
}
.fj-page-nonsupport .nonsupport-desc {
  margin-top: 13px;
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  color: #08091D;
  line-height: 28px;
  height: initial;
  padding: 0 36px;
}
.fj-page-nonsupport .nonsupport-buttons {
  text-align: center;
  margin: 56px auto;
}
.fj-page-nonsupport .nonsupport-buttons .chrome-download {
  width: 207px;
  display: flex;
  margin: auto;
  height: 40px;
  background: #0074E3;
  border-radius: 20px;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  transition: all 0.3s;
}
.fj-page-nonsupport .nonsupport-buttons .chrome-download:hover {
  background: #174ea6;
}
.fj-page-nonsupport .nonsupport-buttons .chrome-download span {
  height: 19px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 19px;
}
@media screen and (max-width: 640px) {
  .fj-page-nonsupport .nonsupport-title {
    width: 305px;
    margin: auto;
  }
}
@media screen and (max-width: 440px) {
  .fj-page-nonsupport .nonsupport-icon {
    margin-top: 160px;
  }
}
/*# sourceMappingURL=nonsupport.css.map */
