/*----------------------------颜色----------------------------*/
/*----------------------------尺寸----------------------------*/
/*----------------------------字体----------------------------*/
/*----------------------------字号----------------------------*/
/*----------------------------动画----------------------------*/
/*----------------------------圆角----------------------------*/
/*----------------------------阴影----------------------------*/
/*----------------------------透明度--------------------*/
.fj-tools {
  /* 顶部banner的3步走 */
  /* Feature区域 */
}
.fj-tools * {
  box-sizing: border-box;
}
.fj-tools .maker_banner {
  width: 100%;
  padding: 100px 0;
  background: #4A2F8E;
  color: #fff;
  text-align: center;
}
.fj-tools .maker_banner .wrapper {
  width: 90%;
  margin: auto;
}
.fj-tools .maker_banner .wrapper > h1 {
  font-size: 42px;
  font-weight: bold;
  line-height: 70px;
}
.fj-tools .maker_banner .wrapper > p {
  margin-top: 10px;
  font-size: 19px;
  line-height: 30px;
  font-weight: 400;
  opacity: 0.6;
}
.fj-tools .maker_items {
  width: 100%;
  background: #fff;
  padding-top: 120px;
  padding-bottom: 76px;
}
.fj-tools .maker_items .wrapper {
  width: 1144px;
  margin: auto;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
.fj-tools .maker_items .wrapper .item {
  position: relative;
  width: 352px;
  height: 304px;
  border-radius: 2px;
  border: 1px solid #e7e7e9;
  display: inline-block;
  margin: 0 15px 44px 14px;
  padding: 35px 26px 0 26px;
  cursor: pointer;
  text-align: center;
}
.fj-tools .maker_items .wrapper .item:hover {
  box-shadow: 0px 15px 15px 0px rgba(53, 53, 53, 0.2);
}
.fj-tools .maker_items .wrapper .item:hover .btn {
  opacity: 1;
}
.fj-tools .maker_items .wrapper .item .icon {
  width: 70px;
  height: 70px;
  margin: auto;
}
.fj-tools .maker_items .wrapper .item .icon > img {
  width: 100%;
  height: 100%;
}
.fj-tools .maker_items .wrapper .item .title {
  width: 90%;
  margin: auto;
  height: 23px;
  font-size: 19px;
  font-weight: bold;
  color: #17191d;
  line-height: 23px;
  margin-top: 25px;
  margin-bottom: 17px;
}
.fj-tools .maker_items .wrapper .item .desc {
  width: 100%;
  margin: auto;
  height: 68px;
  font-size: 16px;
  font-weight: 400;
  color: #4a4e57;
  line-height: 24px;
}
.fj-tools .maker_items .wrapper .item .btn {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 58px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 0px 0px 2px 2px;
  left: 0;
  opacity: 0;
}
.fj-tools .maker_items .wrapper .item .btn > span {
  display: inline-block;
  min-width: 120px;
  padding: 8px 30px;
  color: #fff;
  background: #FF822C;
  margin-top: 12px;
  text-decoration: none;
  border-radius: 17px;
}
.fj-tools .maker_items .wrapper .item .btn > span:hover {
  background: #E0640F;
}
.fj-tools .editor-guide {
  position: fixed;
  width: 700px;
  top: 28px;
  left: 50%;
  margin-left: -350px;
  z-index: 6;
  display: flex;
  justify-content: space-around;
}
.fj-tools .editor-guide span {
  display: inline-block;
  line-height: 24px;
}
.fj-tools .editor-guide span svg {
  float: left;
  margin-right: 8px;
}
.fj-tools .editor-guide i {
  margin: 0 28px;
}
.fj-tools .editor-guide i svg {
  opacity: 0.5;
}
.fj-tools .editor-guide .active {
  color: #FF822C;
}
.fj-tools .editor-guide .active svg path {
  fill: #FF822C;
}
.fj-tools .editor-guide .inactive {
  color: #17191D;
}
.fj-tools .editor-guide .inactive svg path {
  fill: #17191D;
}
.fj-tools .editor-guide .enabled {
  opacity: 1;
  cursor: pointer;
}
.fj-tools .editor-guide .disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.fj-tools .trim-guide {
  display: flex;
  justify-content: space-around;
}
.fj-tools .tools-mobile {
  display: none;
  width: 100%;
  background: #f3f5f6;
  padding: 50px 0;
}
.fj-tools .tools-mobile .mobile-title {
  padding: 0 30px;
  font-size: 34px;
  font-weight: bold;
  color: #17191d;
  line-height: 44px;
  margin: auto;
  text-align: center;
}
.fj-tools .tools-mobile .mobile-desc {
  padding: 0 30px;
  margin: auto;
  text-align: center;
  font-size: 19px;
  line-height: 26px;
  opacity: 0.5;
  margin-top: 12px;
}
.fj-tools .tools-mobile .mobile-jump {
  width: 80%;
  margin: auto;
  margin-top: 18px;
  padding: 30px 18px;
  background: #fff;
  border: 1px #b7b7b7 dashed;
  text-align: center;
  line-height: 25px;
  height: fit-content;
}
.fj-tools .tools-mobile .mobile-jump a {
  color: #FF822C;
}
.fj-tools .editor_banner {
  width: 100%;
  padding-top: 64px;
  padding-bottom: 45px;
  color: #fff;
}
.fj-tools .editor_banner .wrapper {
  width: 90%;
  margin: auto;
  text-align: center;
}
.fj-tools .editor_banner .wrapper .banner_title {
  font-size: 42px;
  font-weight: bold;
  line-height: 56px;
  max-width: 1000px;
  margin: 0 auto;
}
.fj-tools .editor_banner .wrapper .banner_desc {
  font-size: 19px;
  font-weight: 400;
  line-height: 23px;
  opacity: 0.5;
  text-align: center;
  max-width: 1000px;
  margin: 10px auto 20px;
}
.fj-tools .editor_banner .wrapper .uploader_wrapper {
  width: max-content;
  margin: auto;
  background: #fff;
  padding: 10px;
  cursor: pointer;
}
.fj-tools .editor_banner .wrapper .uploader_wrapper .uploader {
  width: 520px;
  height: 270px;
  border-radius: 4px;
  border: 2px dashed #d3d6dd;
  padding: 40px;
}
.fj-tools .editor_banner .wrapper .uploader_wrapper .uploader.dragging {
  border-style: double;
}
.fj-tools .editor_banner .wrapper .uploader_wrapper .uploader .uploader_icon {
  width: 33px;
  height: 33px;
  margin: auto;
}
.fj-tools .editor_banner .wrapper .uploader_wrapper .uploader .uploader_icon > img {
  width: 100%;
  height: 100%;
}
.fj-tools .editor_banner .wrapper .uploader_wrapper .uploader .uploader_title {
  font-size: 18px;
  font-weight: 500;
  color: #17191d;
  line-height: 21px;
  margin-top: 22px;
  margin-bottom: 15px;
}
.fj-tools .editor_banner .wrapper .uploader_wrapper .uploader .uploader_or {
  font-size: 17px;
  font-weight: 500;
  color: rgba(23, 25, 29, 0.38);
  line-height: 20px;
  margin-bottom: 20px;
}
.fj-tools .editor_banner .wrapper .uploader_wrapper .uploader .uploader_btn {
  width: max-content;
  height: 42px;
  margin: auto;
  border-radius: 21px;
  padding: 11px 49px;
  background: #FF822C;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
}
.fj-tools .editor_banner .wrapper .uploader_wrapper .uploader .uploader_btn:hover {
  background: #E0640F;
}
.fj-tools .editor_banner .wrapper .uploader_tip {
  font-size: 15px;
  line-height: 18px;
  margin-top: 17px;
}
.fj-tools .maker_banner_bg {
  background: url("https://resource.flexclip.com/pages/tools/images/maker/editor_banner_bg.webp?v=1") no-repeat center;
  background-size: cover;
}
.fj-tools .maker_banner_bg > div > div .title {
  color: #fff;
}
.fj-tools .maker_banner_bg > div > div .desc {
  color: #fff;
}
.fj-tools #screen_recorder > div.screen_recorder-start,
.fj-tools #screen_recorder > div.screen_recorder-option,
.fj-tools #screen_recorder > div.screen_recorder-recording,
.fj-tools #screen_recorder > div.screen_recorder-ended {
  background: url("https://resource.flexclip.com/pages/tools/images/maker/editor_banner_bg.webp?v=1") no-repeat center;
  background-size: cover;
}
.fj-tools #screen_recorder > div .title {
  color: #fff;
}
.fj-tools #screen_recorder > div .desc {
  color: #fff;
}
.fj-tools #screen_recorder > div .btn-desc {
  color: #fff;
}
.fj-tools #screen_recorder .screen_recorder-re-record-modal .title,
.fj-tools #screen_recorder .screen_recorder-audio-denied-modal .title,
.fj-tools #screen_recorder .screen_recorder-project-limit-modal .title,
.fj-tools #screen_recorder .screen_recorder-no-audio-output-modal .title,
.fj-tools #screen_recorder .screen_recorder-re-record-modal .desc,
.fj-tools #screen_recorder .screen_recorder-audio-denied-modal .desc,
.fj-tools #screen_recorder .screen_recorder-project-limit-modal .desc,
.fj-tools #screen_recorder .screen_recorder-no-audio-output-modal .desc {
  color: #000;
}
.fj-tools .editor_relate {
  width: 100%;
  padding: 85px 0;
}
.fj-tools .editor_relate .wrapper {
  width: 1260px;
  margin: auto;
}
.fj-tools .editor_relate .wrapper .title {
  font-size: 19px;
  font-weight: bold;
  color: #17191d;
  line-height: 23px;
  text-align: center;
  margin-bottom: 30px;
}
.fj-tools .editor_relate .wrapper .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.fj-tools .editor_relate .wrapper .items .item {
  width: 25%;
  display: inline-block;
  margin-bottom: 18px;
  position: relative;
}
.fj-tools .editor_relate .wrapper .items .item .icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 2px;
}
.fj-tools .editor_relate .wrapper .items .item .icon > img {
  width: 100%;
  height: 100%;
}
.fj-tools .editor_relate .wrapper .items .item .link {
  position: relative;
  font-size: 17px;
  font-weight: 400;
  color: #181a1e;
  line-height: 24px;
  text-decoration: none;
  display: inline-block;
  left: 28px;
}
.fj-tools .editor_relate .wrapper .items .item .link:hover {
  text-decoration: underline;
  color: #FF822C;
}
.fj-tools .editor_relate .wrapper .items .hidden {
  display: none;
}
.fj-tools .editor_relate .wrapper .items .more {
  width: 100%;
  margin-top: 22px;
}
.fj-tools .editor_relate .wrapper .items .more .more-btn,
.fj-tools .editor_relate .wrapper .items .more .less-btn {
  height: 20px;
  width: max-content;
  margin: auto;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
.fj-tools .editor_relate .wrapper .items .more .more-btn .text,
.fj-tools .editor_relate .wrapper .items .more .less-btn .text {
  display: inline-block;
  height: 20px;
  font-size: 17px;
  font-weight: 400;
  color: #FF822C;
  line-height: 20px;
}
.fj-tools .editor_relate .wrapper .items .more .more-btn .icon,
.fj-tools .editor_relate .wrapper .items .more .less-btn .icon {
  width: 12px;
  margin-left: 12px;
  right: 0;
  display: inline-block;
}
.fj-tools .editor_relate .wrapper .items .more .more-btn:hover .text,
.fj-tools .editor_relate .wrapper .items .more .less-btn:hover .text {
  color: #E0640F;
}
.fj-tools .editor_relate .wrapper .items .more .more-btn:hover .icon svg path,
.fj-tools .editor_relate .wrapper .items .more .less-btn:hover .icon svg path {
  fill: #FF822C;
}
.fj-tools .editor_relate .wrapper .items .more .less-btn .icon svg {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -moz-transform: rotate(180deg);
  /* Firefox */
  -webkit-transform: rotate(180deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(180deg);
  /* Opera */
}
.fj-tools .maker-featured {
  min-height: 500px;
  padding-top: 120px;
  padding-bottom: 70px;
  box-sizing: border-box;
  background: #f7f8fa;
}
.fj-tools .maker-featured .maker-container {
  width: 1250px;
  margin: auto;
}
.fj-tools .maker-featured .maker-featured-item {
  display: inline-block;
  width: 380px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #dfe2e8;
  margin-bottom: 38px;
}
.fj-tools .maker-featured .maker-featured-item > img {
  width: 60px;
  height: 60px;
  margin: 40px auto 0 auto;
}
.fj-tools .maker-featured ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.fj-tools .maker-featured ul li {
  position: relative;
  width: 380px;
  background: white;
  border-radius: 4px;
  border: 1px solid #DFE2E8;
  list-style: none;
}
.fj-tools .maker-featured ul li * {
  display: block;
  text-align: center;
  margin: 0 auto;
}
.fj-tools .maker-featured ul li svg {
  position: absolute;
  left: 50%;
  bottom: 168px;
  margin-left: -30px;
}
.fj-tools .maker-featured ul li h4 {
  margin: 16px auto;
  font-size: 19px;
  font-weight: bold;
  color: #17191D;
  line-height: 23px;
}
.fj-tools .maker-featured ul li p {
  padding: 0 30px;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #4A4E57;
  line-height: 24px;
}
.fj-tools .tools-step {
  margin: 0 auto;
  padding-top: 7.5rem;
  background: #fff;
}
.fj-tools .tools-step h3 {
  font-size: 2.25rem;
  color: #17191d;
  line-height: 2.625rem;
  text-align: center;
}
.fj-tools .tools-step > div {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  margin-top: 3.3125rem;
  padding-left: 20%;
}
.fj-tools .tools-step > div .left-animation {
  display: inline-block;
  background: url("https://resource.flexclip.com/pages/create/new-2019/computer.webp?v=1") no-repeat center center;
  width: 53.25rem;
  height: 31.5625rem;
  margin-left: -25rem;
  position: relative;
  margin-right: 10px;
}
.fj-tools .tools-step > div .left-animation ul {
  list-style-type: none;
  width: 32.5625rem;
  height: 20.375rem;
  position: absolute;
  left: 16rem;
  top: 1.3125rem;
  overflow: hidden;
}
.fj-tools .tools-step > div .left-animation ul li {
  position: absolute;
  top: 0;
}
.fj-tools .tools-step > div .step-guide {
  margin-left: 0.8125rem;
  width: 33.125rem;
  position: relative;
  color: #17191d;
}
.fj-tools .tools-step > div .step-guide div {
  margin-top: 4.3125rem;
  margin-bottom: 88px;
  width: 83%;
  padding-left: 19%;
}
.fj-tools .tools-step > div .step-guide div:first-child {
  margin-top: 0;
}
.fj-tools .tools-step > div .step-guide div:nth-child(2) {
  margin-bottom: -4px;
}
.fj-tools .tools-step > div .step-guide div:hover {
  cursor: pointer;
}
.fj-tools .tools-step > div .step-guide div h4 {
  font-size: 1.1875rem;
  color: #17191d;
  line-height: 1.4375rem;
  margin-bottom: 0.9375rem;
}
.fj-tools .tools-step > div .step-guide div p {
  font-size: 1.0625rem;
  line-height: 1.5rem;
  color: #4a4e57;
}
.fj-tools .tools-step > div .step-guide .step-line {
  position: absolute;
  top: -4.375rem;
  left: 1.5rem;
}
.fj-tools .tools-step > div .step-guide .step-line span {
  width: 4rem;
  height: 4rem;
  position: absolute;
  left: -2rem;
  border: 2px solid #FF822C;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fj-tools .tools-step > div .step-guide .step-line span:hover {
  background: #ff822c;
}
.fj-tools .tools-step > div .step-guide .step-line span:hover svg path {
  fill: #fff;
}
.fj-tools .tools-step > div .step-guide .step-line span:hover svg polygon {
  fill: #fff;
}
.fj-tools .tools-step > div .step-guide .step-line span:nth-child(2) {
  top: 9.375rem;
}
.fj-tools .tools-step > div .step-guide .step-line span:nth-child(3) {
  top: 18.875rem;
}
.fj-tools .tools-step > div .step-guide .step-line span img {
  width: 2rem;
  height: 2rem;
  padding: 1rem;
}
.fj-tools .tools-step > div .step-guide .step-line span svg {
  position: relative;
  box-sizing: content-box;
}
.fj-tools .tools-step > div .step-guide .step-line span b {
  border-left: 1px dashed #FF822C;
  width: 0;
  height: 2.6875rem;
  position: absolute;
  top: 5.5rem;
  left: 2rem;
}
.fj-tools .tools-step > div .step-guide .step-line .active {
  background: #ff822c;
  transition: color 1s;
  color: #ff822c;
}
.fj-tools .tools-step > div .step-guide .step-line .active svg path {
  transition: fill 1s;
  fill: #fff;
}
.fj-tools .tools-step > div .step-guide .step-line .active svg polygon {
  transition: fill 1s;
  fill: #fff;
}
.fj-tools .tools-step > div .step-guide .step-line .active svg g circle,
.fj-tools .tools-step > div .step-guide .step-line .active svg g rect {
  transition: fill 1s;
  fill: #fff;
}
.fj-tools .c-preview .setting {
  width: initial;
  min-width: 820px;
}
.popup {
  position: fixed;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.78);
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  outline: 0;
  display: none;
  align-items: center;
  justify-content: center;
}
.popup .popup-box {
  width: 500px;
  padding: 44px 36px 30px 36px;
  background: #fff;
  text-align: center;
  display: none;
}
.popup .popup-box .title {
  width: 100%;
  font-size: 21px;
  font-weight: 400;
  color: #344750;
  line-height: 24px;
  margin-bottom: 26px;
}
.popup .popup-box .desc {
  font-size: 15px;
  font-weight: 400;
  color: #344750;
  opacity: 0.8;
  line-height: 26px;
  margin-bottom: 48px;
}
.popup .popup-box .btns {
  width: 90%;
  margin: auto;
  display: flex;
}
.popup .popup-box .btn {
  width: 160px;
  height: 42px;
  display: inline-block;
  background: #FF822C;
  border-radius: 21px;
  color: white;
  cursor: pointer;
  margin: auto;
  line-height: 42px;
  text-align: center;
}
.popup .popup-box .btn:hover {
  background: #E0640F;
}
.popup .popup-box .btn.cancel {
  background: #ffffff;
  color: #344750;
  border: 1px solid #E4E4E4;
}
.popup .popup-box .btn.cancel:hover {
  background: #E4E4E4;
  color: #000000;
}
@media screen and (max-width: 1260px) {
  .fj-tools .editor_relate .wrapper {
    width: 90%;
  }
  .fj-tools .editor_relate .wrapper .items .item {
    width: 260px;
  }
  .fj-tools .maker-featured .maker-container {
    width: 90%;
  }
  .fj-tools .tools-step > div {
    flex-wrap: wrap;
  }
  .fj-tools .tools-step > div .step-guide {
    margin-left: 0px;
  }
}
@media screen and (max-width: 1144px) {
  .fj-tools .maker_items .wrapper {
    width: 90%;
    justify-content: space-around;
  }
}
@media screen and (max-width: 780px) {
  .fj-tools .maker_items .wrapper .item {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .fj-tools .editor-mobile {
    display: block;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .fj-tools .editor-guide {
    display: none;
  }
  .fj-tools .tools-mobile {
    display: block;
  }
  .fj-tools .editor_banner {
    display: none;
  }
  .fj-tools .editor_relate .wrapper {
    width: 90%;
  }
  .fj-tools .editor_relate .wrapper .items .item {
    width: 90%;
  }
  .fj-tools .maker-featured {
    padding: 0;
  }
  .fj-tools .maker-featured .maker-container {
    width: 100%;
    padding-top: 34px;
  }
  .fj-tools .maker-featured .maker-container .maker-featured-item {
    width: 90%;
  }
  .fj-tools .tools-step {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .fj-tools .tools-step > div {
    align-items: center;
    padding-left: 0;
  }
  .fj-tools .tools-step div.left-animation {
    position: relative;
    background-size: contain;
    margin: 0;
    width: 360px;
    height: 300px;
    left: -20px;
  }
  .fj-tools .tools-step div.left-animation ul {
    width: 220px;
    height: 138px;
    position: relative;
    left: 108px;
    top: 53px;
  }
  .fj-tools .tools-step div.left-animation img {
    width: 100%;
  }
  .fj-tools .tools-step div.step-guide {
    width: 80%;
    left: 10%;
  }
  .fj-tools .tools-step div.step-guide div {
    padding-left: 18%;
    margin-bottom: 66px !important;
  }
  .fj-tools .tools-step .step-guide-li > h4 {
    margin-left: 5%;
  }
  .fj-tools .tools-step .step-guide-li > p {
    margin-left: 5%;
  }
  .fj-tools .tools-step .step-guide-li:nth-child(3n) {
    margin-bottom: 0;
    top: -31px;
    position: relative;
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  .fj-tools .trim-guide {
    display: none;
  }
  .menu-bg .logo {
    display: inline-block !important;
  }
}
/*# sourceMappingURL=maker.css.map */