#tools-slideshow .slideshow-maker {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 502px;
  background: #F4F5FF;
}
#tools-slideshow .slideshow-maker * {
  box-sizing: border-box;
}
#tools-slideshow .slideshow-maker .title {
  margin: 72px 0 0;
  text-align: center;
  font-size: 46px;
  font-weight: bold;
  color: #1A1B1C;
  line-height: 54px;
}
#tools-slideshow .slideshow-maker .desc {
  margin: 4px 0 0;
  text-align: center;
  font-size: 19px;
  font-weight: 400;
  color: #1A1B1C;
  line-height: 32px;
}
#tools-slideshow .slideshow-maker button {
  height: 64px;
  background: #000000;
  border-radius: 36px;
  margin: 31px 0 0;
  padding: 24px 52px;
  cursor: pointer;
  transition: all 0.3s;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
#tools-slideshow .slideshow-maker button span {
  font-size: 17px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 20px;
  margin-left: 22px;
}
#tools-slideshow .slideshow-maker button:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
}
#tools-slideshow .slideshow-maker .file-input {
  display: none;
}
#tools-slideshow .slideshow-maker .slideshow-banner-img-container {
  margin-top: 50px;
  width: 900px;
}
#tools-slideshow .slideshow-maker .slideshow-banner-img-container img {
  width: 100%;
  max-height: 399px;
  height: auto;
  z-index: 1;
}
#tools-slideshow .slideshow-maker .upload-area {
  width: 600px;
  margin: 41px 0 0;
  padding: 10px;
  background: #FFFFFF;
  border-radius: 4px;
  max-width: 80%;
}
#tools-slideshow .slideshow-maker .upload-area.dragging .border,
#tools-slideshow .slideshow-maker .upload-area:hover .border {
  border: 2px solid #DFDFDF;
}
#tools-slideshow .slideshow-maker .upload-area .border {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  background: #FFFFFF;
  border-radius: 4px;
  border: 2px dashed #DFDFDF;
  padding-bottom: 20px;
}
#tools-slideshow .slideshow-maker .upload-area .border .upload-icon {
  margin: 32px 0 0;
  text-align: center;
}
#tools-slideshow .slideshow-maker .upload-area .border p {
  margin: 10px 0 0;
  font-size: 19px;
  font-weight: 500;
  color: #17191D;
  line-height: 23px;
  text-align: center;
}
#tools-slideshow .slideshow-maker .upload-area .border > span {
  height: 20px;
  margin: 10px 0 0;
  font-size: 17px;
  font-weight: 500;
  color: #17191D;
  line-height: 20px;
  opacity: 0.5;
}
#tools-slideshow .slideshow-maker .support-format {
  height: 18px;
  margin: 20px 0 0;
  font-size: 15px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 18px;
  text-align: center;
  opacity: 0.5;
}
#tools-slideshow .slideshow-content-container {
  margin-top: 300px;
}
#tools-slideshow .banner-icon-lists {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 750px;
  margin: 28px auto 0;
}
#tools-slideshow .banner-icon-lists > div {
  height: 50px;
  width: max-content;
  display: flex;
}
#tools-slideshow .banner-icon-lists > div svg {
  margin: 0 20px 0 20px;
}
#tools-slideshow .tools-mobile {
  display: none;
  width: 100%;
  background: #f3f5f6;
  padding: 50px 0;
}
#tools-slideshow .tools-mobile .mobile-title {
  padding: 0 30px;
  font-size: 34px;
  font-weight: bold;
  color: #17191d;
  line-height: 44px;
  margin: auto;
  text-align: center;
}
#tools-slideshow .tools-mobile .mobile-desc {
  padding: 0 30px;
  margin: auto;
  text-align: center;
  font-size: 19px;
  line-height: 26px;
  opacity: 0.5;
  margin-top: 12px;
}
#tools-slideshow .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;
}
#tools-slideshow .theme-tpl-show-bg {
  background: #f7f8fa;
}
#tools-slideshow .theme-tpl-show-bg .template-list {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1256px;
  text-align: left;
  position: relative;
  outline: 0;
  margin: 3.4375rem 1.62rem 0 0;
}
#tools-slideshow .theme-tpl-show-bg .template-list .template-item {
  margin-bottom: 40px;
}
#tools-slideshow .theme-tpl-show-bg .template-list .template-item img {
  width: 400px;
  height: 226px;
}
#tools-slideshow .theme-tpl-show-bg .template-list .template-item video {
  width: 400px;
  height: 226px;
  display: none;
}
#tools-slideshow .theme-tpl-show-bg .template-list .template-item h4 {
  margin-top: 20px;
  height: 21px;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  color: #17191D;
  line-height: 21px;
}
#tools-slideshow .theme-tpl-show-bg .template-list .template-item.play img {
  display: none;
}
#tools-slideshow .theme-tpl-show-bg .template-list .template-item.play video {
  display: block;
}
@media screen and (max-width: 430px) {
  #tools-slideshow .theme-tpl-show-bg .template-list .template-item img,
  #tools-slideshow .theme-tpl-show-bg .template-list .template-item video {
    width: 300px;
    height: 169.5px;
  }
}
#tools-slideshow .theme-tpl-show-bg .make-slideshow-btn {
  display: block;
  margin: auto;
  width: max-content;
  padding: 0 25px;
  height: 56px;
  line-height: 56px;
  font-size: 18px;
  color: #ffffff;
  background: #ff822c;
  transition: all 0.3s;
  cursor: pointer;
  outline: none;
  border-radius: 28px;
}
#tools-slideshow .theme-tpl-show-bg .make-slideshow-btn:hover {
  background: #e0640f;
}
#tools-slideshow .slide-step-bg {
  background: none;
}
#tools-slideshow .want-to-miss-slide > div > div {
  min-height: 225px;
  width: 305px;
  height: 370px;
  padding: 40px 16px;
  box-sizing: border-box;
}
#tools-slideshow .want-to-miss-slide > div > div div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  padding: 0;
  margin: auto;
  border: none;
  vertical-align: middle;
  background: #fff;
  border-radius: 0.25rem;
}
#tools-slideshow .want-to-miss-slide > div > div div img {
  width: auto;
  height: auto;
}
#tools-slideshow .want-to-miss-slide > div > div p {
  font-size: 16px;
  color: #4a4e57;
  line-height: 1.5rem;
}
#tools-slideshow .theme-make-step {
  width: 100%;
  margin: 0 auto;
  padding: 7.5rem 0;
}
#tools-slideshow .theme-make-step h3 {
  font-size: 2.25rem;
  color: #17191d;
  line-height: 2.625rem;
  text-align: center;
}
#tools-slideshow .theme-make-step > div {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  margin-top: 3.3125rem;
}
#tools-slideshow .theme-make-step > div .left-animation {
  position: relative;
  display: inline-block;
  background: url("https://resource.flexclip.com/pages/tools/images/public/browser.svg") no-repeat;
  width: 650px;
  height: 408px;
  margin: 0 70px 70px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
#tools-slideshow .theme-make-step > div .left-animation ul {
  width: 650px;
  height: 380px;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  list-style-type: none;
  position: absolute;
  overflow: hidden;
}
#tools-slideshow .theme-make-step > div .left-animation ul li {
  position: absolute;
  top: 0;
}
#tools-slideshow .theme-make-step > div .step-guide {
  margin-bottom: 70px;
  margin-left: 0.8125rem;
  width: 33.125rem;
  position: relative;
  color: #17191d;
}
#tools-slideshow .theme-make-step > div .step-guide div {
  margin-top: 4.3125rem;
  width: 83%;
  padding-left: 19%;
}
#tools-slideshow .theme-make-step > div .step-guide div h4 {
  font-size: 1.1875rem;
  color: #17191d;
  line-height: 1.4375rem;
  margin-bottom: 0.9375rem;
}
#tools-slideshow .theme-make-step > div .step-guide div p {
  font-size: 1.0625rem;
  line-height: 1.5rem;
  color: #4a4e57;
}
#tools-slideshow .theme-make-step > div .step-guide div:first-child {
  margin-top: 0;
}
#tools-slideshow .theme-make-step > div .step-guide div:nth-child(2),
#tools-slideshow .theme-make-step > div .step-guide div:nth-child(3) {
  margin-top: 87px;
}
#tools-slideshow .theme-make-step > div .step-guide .active {
  transition: color 1s;
  color: #ff822c;
}
#tools-slideshow .theme-make-step > div .step-guide .step-line {
  position: absolute;
  top: -4.375rem;
  left: 1.5rem;
  margin-top: 4.3125rem;
  width: 83%;
  padding-left: 19%;
}
#tools-slideshow .theme-make-step > div .step-guide .step-line span {
  width: 4rem;
  height: 4rem;
  display: inline-block;
  position: absolute;
  left: -2rem;
  border: 2px solid #ff822c;
  border-radius: 100%;
}
#tools-slideshow .theme-make-step > div .step-guide .step-line span:hover {
  background: #ff822c;
}
#tools-slideshow .theme-make-step > div .step-guide .step-line span:hover svg polygon,
#tools-slideshow .theme-make-step > div .step-guide .step-line span:hover svg path {
  transition: fill 1s;
  fill: #fff;
}
#tools-slideshow .theme-make-step > div .step-guide .step-line span:nth-child(2) {
  top: 9.375rem;
}
#tools-slideshow .theme-make-step > div .step-guide .step-line span:nth-child(3) {
  top: 18.875rem;
}
#tools-slideshow .theme-make-step > div .step-guide .step-line span svg {
  width: 2rem;
  height: 2rem;
  padding: 1rem;
}
#tools-slideshow .theme-make-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;
}
#tools-slideshow .theme-make-step > div .step-guide .step-line .active {
  background: #ff822c;
  transition: color 1s;
}
#tools-slideshow .theme-make-step > div .step-guide .step-line .active svg polygon,
#tools-slideshow .theme-make-step > div .step-guide .step-line .active svg path {
  transition: fill 1s;
  fill: #fff;
}
.lang_list {
  z-index: 2;
}
.menu-bg .slideshow-step {
  display: none;
  justify-content: center;
  align-items: center;
  height: 84px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  width: max-content;
}
.menu-bg .slideshow-step .step {
  display: flex;
  align-items: center;
}
.menu-bg .slideshow-step .step svg {
  margin-right: 9px;
}
.menu-bg .slideshow-step .step span {
  color: #8B8C8E;
}
.menu-bg .slideshow-step .step.active svg g,
.menu-bg .slideshow-step .step.active svg path {
  fill: #FF822C;
}
.menu-bg .slideshow-step .step.active span {
  color: #FF822C;
}
.menu-bg .slideshow-step .step-1,
.menu-bg .slideshow-step .step-2 {
  cursor: pointer;
}
.menu-bg .slideshow-step > svg {
  margin: 0 22px;
}
@media screen and (max-width: 1130px) {
  .menu-bg .slideshow-step {
    display: none;
  }
}
.addthis-smartlayers {
  display: none !important;
}
.want-to-miss-bg > div div h4 {
  position: relative;
  width: 280px;
  left: -10px;
  font-size: 1.1875rem;
  color: #17191d;
  margin: 1.625rem auto 1rem;
}
@media screen and (max-width: 900px) {
  #tools-slideshow .slideshow-maker .slideshow-banner-img-container {
    width: 96%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 800px) {
  #tools-slideshow .slideshow-content-container {
    margin-top: 200px;
  }
}
@media screen and (max-width: 640px) {
  #tools-slideshow .want-to-miss-bg > div div {
    width: 83%;
    margin-top: 1.375rem;
  }
  #tools-slideshow .slideshow-content-container {
    margin-top: 100px;
  }
  #tools-slideshow .slideshow-maker {
    height: auto;
  }
  #tools-slideshow .banner-icon-lists {
    position: absolute;
    width: 100%;
    bottom: -110px;
    flex-direction: column;
    align-items: center;
  }
  #tools-slideshow .banner-icon-lists > div {
    width: 100%;
    justify-content: center;
  }
  #tools-slideshow .banner-icon-lists > div svg {
    margin: 10px 5% 5px 0;
  }
}
/*# sourceMappingURL=slideshow.css.map */