.features-templates {
  font-size: 0;
  background-color: #ffffff;
}
.transition-none {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
img {
  -webkit-user-drag: none;
}
.templates-icon {
  background-image: url('/features/templates/img/templates_icon.png');
}
.templates-banner {
  width: 100%;
  background-image: url('/features/templates/img/banner_background.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.templates-banner-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  padding: 58px 0 64px;
}
@media (max-width: 1680px) {
  .templates-banner-inner {
    max-width: 1200px;
  }
}
@media (max-width: 1440px) {
  .templates-banner-inner {
    max-width: 1100px;
  }
}
@media (max-width: 1280px) {
  .templates-banner-inner {
    max-width: 850px;
  }
}
@media (max-width: 968px) {
  .templates-banner-inner {
    display: block;
    padding: 58px 20px 64px;
  }
}
.banner-text .title {
  font-size: 48px;
  font-weight: 700;
  margin: 0 0 8px;
}
@media (max-width: 1440px) {
  .banner-text .title {
    font-size: 3.5rem;
  }
}
@media (max-width: 1280px) {
  .banner-text .title {
    font-size: 2.5rem;
  }
}
@media (max-width: 968px) {
  .banner-text .title {
    font-size: 5rem;
    text-align: center;
  }
}
.banner-text .title span {
  display: inline-block;
}
.banner-text .title span:nth-child(1) {
  background: linear-gradient(163deg, #439aff 0%, #0076fe 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner-text .title span:nth-child(2) {
  color: #333940;
}
.banner-text .sub-title {
  display: block;
  margin-bottom: 24px;
  font-size: 24px;
  color: #020713;
  line-height: 28px;
}
@media (max-width: 1440px) {
  .banner-text .sub-title {
    font-size: 1.7rem;
  }
}
@media (max-width: 1280px) {
  .banner-text .sub-title {
    font-size: 1.3rem;
  }
}
@media (max-width: 968px) {
  .banner-text .sub-title {
    margin-top: 2vh;
    font-size: 2rem;
    text-align: center;
  }
}
.banner-text .features-list {
  margin-bottom: 44px;
}
@media (max-width: 968px) {
  .banner-text .features-list {
    text-align: center;
  }
}
.banner-text .features-list .list-item {
  margin-bottom: 12px;
}
.banner-text .features-list .list-item img {
  display: inline-block;
  margin-right: 8px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.banner-text .features-list .list-item span {
  display: inline-block;
  font-size: 16px;
  line-height: 19px;
  color: rgba(51, 57, 64, 0.8);
  vertical-align: middle;
}
@media (max-width: 1440px) {
  .banner-text .features-list .list-item span {
    font-size: 1.5rem;
  }
}
@media (max-width: 1280px) {
  .banner-text .features-list .list-item span {
    font-size: 1rem;
  }
}
@media (max-width: 968px) {
  .banner-text .features-list .list-item span {
    font-size: 1.6rem;
  }
}
.banner-text .create-template-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 64px;
  background: linear-gradient(180deg, #53a2ff 0%, #077afe 100%);
  box-shadow: 0px 4px 26px 0px rgba(7, 122, 255, 0.2);
  border-radius: 4px;
  text-decoration: none;
}
@media (max-width: 1440px) {
  .banner-text .create-template-button {
    width: 160px;
    height: 50px;
  }
}
@media (max-width: 1280px) {
  .banner-text .create-template-button {
    width: 130px;
    height: 40px;
  }
}
@media (max-width: 968px) {
  .banner-text .create-template-button {
    margin: 3vh auto 0;
    width: 200px;
    height: 64px;
  }
}
.banner-text .create-template-button span {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  line-height: 23px;
  margin-right: 10px;
}
@media (max-width: 1440px) {
  .banner-text .create-template-button span {
    font-size: 1.6rem;
  }
}
@media (max-width: 1280px) {
  .banner-text .create-template-button span {
    font-size: 1.3rem;
  }
}
@media (max-width: 968px) {
  .banner-text .create-template-button span {
    font-size: 2rem;
  }
}
.banner-text .create-template-button img {
  width: 21px;
  height: 21px;
}
@media (max-width: 1440px) {
  .banner-text .create-template-button img {
    width: 17px;
    height: 17px;
  }
}
@media (max-width: 1280px) {
  .banner-text .create-template-button img {
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 968px) {
  .banner-text .create-template-button img {
    width: 21px;
    height: 21px;
  }
}
.banner-image {
  position: relative;
}
@media (max-width: 968px) {
  .banner-image {
    display: none;
  }
}
.banner-image > div {
  position: absolute;
  z-index: 10;
}
.banner-image img {
  width: 100%;
  height: 100%;
}
.banner-image .banner-image-background {
  position: relative;
  width: 737px;
  height: 439px;
  box-shadow: 0px 5px 30px 0px rgba(15, 31, 55, 0.08);
}
@media (max-width: 1680px) {
  .banner-image .banner-image-background {
    width: 650px;
    height: 350px;
  }
}
@media (max-width: 1440px) {
  .banner-image .banner-image-background {
    width: 550px;
    height: 300px;
  }
}
@media (max-width: 1280px) {
  .banner-image .banner-image-background {
    width: 430px;
    height: 230px;
  }
}
@keyframes float {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.banner-image .banner-image-left {
  width: 189px;
  height: 270px;
  top: 25%;
  left: -20%;
  opacity: 0;
  transition: all 0.5s;
  animation-name: float;
  animation-duration: 5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}
.banner-image .banner-image-left.show {
  left: -10%;
  opacity: 1;
}
@media (max-width: 1680px) {
  .banner-image .banner-image-left {
    width: 150px;
    height: 230px;
  }
}
@media (max-width: 1440px) {
  .banner-image .banner-image-left {
    width: 100px;
    height: 150px;
  }
}
@media (max-width: 1280px) {
  .banner-image .banner-image-left {
    width: 80px;
    height: 130px;
  }
}
.banner-image .banner-image-anime {
  width: 103px;
  height: 96px;
  top: 40%;
  left: -27%;
  opacity: 0;
  box-shadow: 0px 4px 16px 0px rgba(15, 33, 55, 0.3);
  transition: all 0.5s;
}
.banner-image .banner-image-anime.show {
  opacity: 1;
  left: 27%;
}
@media (max-width: 1680px) {
  .banner-image .banner-image-anime {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 1440px) {
  .banner-image .banner-image-anime {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1280px) {
  .banner-image .banner-image-anime {
    width: 35px;
    height: 35px;
  }
}
.banner-image .banner-image-effect {
  width: 126px;
  height: 82px;
  right: 25%;
  box-shadow: 0px 4px 16px 0px rgba(15, 33, 55, 0.3);
  bottom: -60%;
  opacity: 0;
  transition: all 0.5s;
}
.banner-image .banner-image-effect.show {
  bottom: 60%;
  opacity: 1;
}
@media (max-width: 1680px) {
  .banner-image .banner-image-effect {
    width: 80px;
    height: 60px;
    right: 30%;
  }
}
@media (max-width: 1440px) {
  .banner-image .banner-image-effect {
    width: 70px;
    height: 50px;
  }
}
@media (max-width: 1280px) {
  .banner-image .banner-image-effect {
    width: 50px;
    height: 30px;
    right: 27%;
  }
}
.banner-image .banner-image-character {
  width: 155px;
  height: 196px;
  bottom: 45px;
  right: -21%;
  opacity: 0;
  box-shadow: 0px 4px 16px 0px rgba(15, 33, 55, 0.3);
  transition: all 0.5s;
}
.banner-image .banner-image-character.show {
  right: 21%;
  opacity: 1;
}
@media (max-width: 1680px) {
  .banner-image .banner-image-character {
    width: 120px;
    height: 150px;
  }
}
@media (max-width: 1440px) {
  .banner-image .banner-image-character {
    width: 100px;
    height: 120px;
  }
}
@media (max-width: 1280px) {
  .banner-image .banner-image-character {
    width: 60px;
    height: 80px;
    animation-name: bannerImageCharacter_1280px;
  }
}
.banner-image .banner-image-text {
  width: 180px;
  height: 290px;
  top: 25%;
  right: -20%;
  opacity: 0;
  transition: all 0.5s;
  animation-name: float;
  animation-duration: 6s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}
.banner-image .banner-image-text.show {
  right: -10%;
  opacity: 1;
}
@media (max-width: 1680px) {
  .banner-image .banner-image-text {
    width: 110px;
    height: 150px;
  }
}
@media (max-width: 1440px) {
  .banner-image .banner-image-text {
    width: 100px;
    height: 140px;
  }
}
@media (max-width: 1280px) {
  .banner-image .banner-image-text {
    width: 80px;
    height: 120px;
  }
}
.templates-video .title {
  display: block;
  margin-top: 100px;
  font-size: 36px;
  color: #020713;
  line-height: 42px;
  text-align: center;
}
.templates-video .templates-video-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.templates-video .multimedia-features {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
}
.templates-video .multimedia-features .multimedia-features-item {
  position: relative;
  width: 168px;
  height: 50px;
  background: #f5f6f9;
  border-radius: 8px;
  cursor: pointer;
}
.templates-video .multimedia-features .multimedia-features-item .item-content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.templates-video .multimedia-features .multimedia-features-item .item-content span {
  display: inline-block;
}
.templates-video .multimedia-features .multimedia-features-item .item-content .interact-anime-icon {
  width: 25px;
  height: 25px;
  background-position: -13px -12px;
}
.templates-video .multimedia-features .multimedia-features-item .item-content .image-icon {
  width: 27px;
  height: 22px;
  background-position: -65px -12px;
}
.templates-video .multimedia-features .multimedia-features-item .item-content .video-icon {
  width: 28px;
  height: 24px;
  background-position: -120px -12px;
}
.templates-video .multimedia-features .multimedia-features-item .item-content .music-icon {
  width: 27px;
  height: 27px;
  background-position: -175px -10px;
}
.templates-video .multimedia-features .multimedia-features-item .item-content .text-icon {
  width: 29px;
  height: 21px;
  background-position: -229px -14px;
}
.templates-video .multimedia-features .multimedia-features-item .item-content .link-icon {
  width: 27px;
  height: 25px;
  background-position: -284px -11px;
}
.templates-video .multimedia-features .multimedia-features-item .item-content .text {
  margin-left: 16px;
  font-size: 20px;
  color: #020713;
  line-height: 23px;
}
.templates-video .multimedia-features .multimedia-features-item.active {
  background-color: #0076fe;
}
.templates-video .multimedia-features .multimedia-features-item.active .interact-anime-icon {
  background-position: -13px -68px;
}
.templates-video .multimedia-features .multimedia-features-item.active .image-icon {
  background-position: -65px -68px;
}
.templates-video .multimedia-features .multimedia-features-item.active .video-icon {
  background-position: -120px -67px;
}
.templates-video .multimedia-features .multimedia-features-item.active .music-icon {
  background-position: -175px -66px;
}
.templates-video .multimedia-features .multimedia-features-item.active .text-icon {
  background-position: -229px -70px;
}
.templates-video .multimedia-features .multimedia-features-item.active .link-icon {
  background-position: -284px -65px;
}
.templates-video .multimedia-features .multimedia-features-item.active .text {
  color: #ffffff;
}
.templates-video .multimedia-features .multimedia-features-item.active .progress-bar {
  display: block;
}
.templates-video .multimedia-features .multimedia-features-item .progress-bar {
  display: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 5px;
  background-color: #99c8fe;
  border-radius: 0 0 8px 8px;
}
.templates-video .multimedia-introduction {
  width: 100%;
  height: 711px;
  margin-top: 20px;
  border-radius: 4px;
  overflow: hidden;
}
.templates-video .multimedia-introduction .introduction-header {
  position: relative;
  height: 32px;
  width: 100%;
  background-color: #f5f6f9;
}
.templates-video .multimedia-introduction .introduction-header .introduction-header-icon {
  display: inline-block;
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 10px;
  background-position: -11px -115px;
}
.templates-video .multimedia-introduction .introduction-body {
  width: 100%;
  height: calc(100% - 32px);
  background-color: rgba(0, 0, 0, 0.2);
}
.templates-video .multimedia-introduction .introduction-body video {
  width: 100%;
  height: 100%;
}
.templates-advantage {
  margin-top: 120px;
}
@media (max-width: 1280px) {
  .templates-advantage {
    padding: 0 20px;
  }
}
@media (max-width: 968px) {
  .templates-advantage {
    margin-top: 5vh;
  }
}
@media (max-width: 768px) {
  .templates-advantage {
    margin-top: 3vh;
  }
}
.templates-advantage .title {
  display: block;
  margin-bottom: 48px;
  font-size: 36px;
  color: #020713;
  line-height: 42px;
  text-align: center;
}
@media (max-width: 968px) {
  .templates-advantage .title {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .templates-advantage .title {
    margin-bottom: 3vh;
    font-size: 2.5rem;
  }
}
@media (max-width: 480px) {
  .templates-advantage .title {
    font-size: 2.3rem;
  }
}
.templates-advantage .templates-advantage-inner {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  .templates-advantage .templates-advantage-inner {
    max-width: 1000px;
  }
}
@media (max-width: 480px) {
  .templates-advantage .templates-advantage-inner {
    flex-direction: column;
  }
}
.templates-advantage .templates-advantage-inner img {
  max-width: 31%;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}
@media (max-width: 480px) {
  .templates-advantage .templates-advantage-inner img {
    display: block;
    margin: 0 auto 3vh;
    max-width: 80%;
  }
}
.templates-scene {
  margin-top: 120px;
  background-image: url('/features/templates/img/templates_scene_background.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 20px;
}
@media (max-width: 968px) {
  .templates-scene {
    margin-top: 5vh;
  }
}
@media (max-width: 768px) {
  .templates-scene {
    margin-top: 3vh;
  }
}
.templates-scene .title {
  display: block;
  font-size: 36px;
  color: #020713;
  line-height: 42px;
  text-align: center;
}
@media (max-width: 968px) {
  .templates-scene .title {
    font-size: 3rem;
    line-height: 1;
  }
}
@media (max-width: 768px) {
  .templates-scene .title {
    font-size: 2.5rem;
  }
}
@media (max-width: 480px) {
  .templates-scene .title {
    font-size: 2.3rem;
  }
}
.templates-scene .sub-title {
  display: block;
  margin-top: 12px;
  text-align: center;
  font-size: 20px;
}
@media (max-width: 968px) {
  .templates-scene .sub-title {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .templates-scene .sub-title {
    font-size: 1.7rem;
  }
}
@media (max-width: 480px) {
  .templates-scene .sub-title {
    font-size: 1.5rem;
  }
}
.templates-scene .sub-title span {
  display: inline-block;
  line-height: 23px;
  vertical-align: middle;
}
@media (max-width: 968px) {
  .templates-scene .sub-title span {
    line-height: 1;
  }
}
.templates-scene .sub-title span:nth-child(1) {
  color: #999999;
}
@media (max-width: 480px) {
  .templates-scene .sub-title span:nth-child(1) {
    display: block;
    margin-bottom: 1vh;
  }
}
.templates-scene .sub-title .pop-npsmeter {
  display: inline-block;
  margin-left: 10px;
  color: #5bb0ff;
  cursor: pointer;
  text-decoration: none;
}
.templates-scene .sub-title .pop-npsmeter:hover {
  text-decoration: underline;
}
.templates-scene .sub-title a {
  display: inline-block;
  line-height: 23px;
  vertical-align: middle;
  margin-left: 10px;
  color: #5bb0ff;
  text-decoration: none;
}
@media (max-width: 968px) {
  .templates-scene .sub-title a {
    line-height: 1;
  }
}
.templates-scene .sub-title .arrow {
  display: inline-block;
  margin-left: 6px;
  width: 6px;
  height: 6px;
  border: 1px solid #5bb0ff;
  transform: rotate(45deg);
  border-left: none;
  border-bottom: none;
  vertical-align: middle;
}
.templates-scene .templates-scene-inner {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 45px auto 0;
  padding-bottom: 40px;
}
@media (max-width: 1280px) {
  .templates-scene .templates-scene-inner {
    max-width: 1000px;
  }
}
@media (max-width: 768px) {
  .templates-scene .templates-scene-inner {
    flex-wrap: wrap;
    margin: 3vh auto 0;
  }
}
.templates-scene .templates-scene-inner .inner-item {
  display: inline-block;
  width: 286px;
  height: 418px;
  border: 2px solid #ffffff;
  border-radius: 8px;
  box-shadow: 0px 4px 16px 0px rgba(34, 87, 222, 0.15);
  text-align: center;
  text-decoration: none;
}
@media (max-width: 1280px) {
  .templates-scene .templates-scene-inner .inner-item {
    width: 23%;
    height: auto;
    padding: 10px;
  }
}
@media (max-width: 768px) {
  .templates-scene .templates-scene-inner .inner-item {
    width: 49%;
    margin-bottom: 1vh;
  }
}
.templates-scene .templates-scene-inner .inner-item:hover {
  border: 2px solid #3b95fd;
}
.templates-scene .templates-scene-inner .inner-item img {
  display: block;
  margin: 45px auto 0;
}
@media (max-width: 1280px) {
  .templates-scene .templates-scene-inner .inner-item img {
    margin: 3vh auto 0;
    width: 60%;
  }
}
@media (max-width: 768px) {
  .templates-scene .templates-scene-inner .inner-item img {
    width: auto;
  }
}
@media (max-width: 480px) {
  .templates-scene .templates-scene-inner .inner-item img {
    width: 80%;
  }
}
.templates-scene .templates-scene-inner .inner-item .item-title {
  display: block;
  margin-top: 31px;
  font-size: 20px;
  font-weight: 700;
  color: #020713;
  line-height: 23px;
}
@media (max-width: 1280px) {
  .templates-scene .templates-scene-inner .inner-item .item-title {
    margin-top: 2vh;
    font-size: 1.7rem;
  }
}
@media (max-width: 768px) {
  .templates-scene .templates-scene-inner .inner-item .item-title {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .templates-scene .templates-scene-inner .inner-item .item-title {
    font-size: 1.5rem;
  }
}
.templates-scene .templates-scene-inner .inner-item .item-content {
  max-width: 224px;
  margin: 12px auto 0;
  font-size: 13px;
  color: rgba(51, 57, 64, 0.8);
  line-height: 20px;
  text-align: left;
}
@media (max-width: 1280px) {
  .templates-scene .templates-scene-inner .inner-item .item-content {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .templates-scene .templates-scene-inner .inner-item .item-content {
    font-size: 1.3rem;
  }
}
@media (max-width: 480px) {
  .templates-scene .templates-scene-inner .inner-item .item-content {
    font-size: 1rem;
  }
}
.templates-jump {
  margin-top: 45px;
  padding-bottom: 75px;
  width: 100%;
}
.templates-jump .templates-jump-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 1200px;
  height: 234px;
  background-image: url('/features/templates/img/templates_jump_background.png');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .templates-jump .templates-jump-inner {
    margin: 0 20px;
  }
}
.templates-jump .templates-jump-inner .title {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  line-height: 38px;
  text-shadow: 0px 4px 16px rgba(16, 29, 49, 0.09);
  text-align: center;
}
@media (max-width: 768px) {
  .templates-jump .templates-jump-inner .title {
    font-size: 3rem;
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  .templates-jump .templates-jump-inner .title {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.templates-jump .templates-jump-inner .jump-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 216px;
  height: 64px;
  margin-top: 25px;
  background: #ffffff;
  box-shadow: 0px 4px 26px 0px rgba(7, 122, 255, 0.2);
  border-radius: 4px;
  text-decoration: none;
}
.templates-jump .templates-jump-inner .jump-button:hover {
  box-shadow: 0 4px 20px 0 rgba(14, 111, 223, 0.8);
}
@media (max-width: 480px) {
  .templates-jump .templates-jump-inner .jump-button {
    width: 150px;
    height: 50px;
  }
}
.templates-jump .templates-jump-inner .jump-button span {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  color: #3fa4ff;
  line-height: 23px;
}
@media (max-width: 480px) {
  .templates-jump .templates-jump-inner .jump-button span {
    font-size: 1.7rem;
  }
}
.templates-jump .templates-jump-inner .jump-button img {
  display: inline-block;
  margin-left: 10px;
  width: 21px;
  height: 21px;
}
