@font-face {
  font-family: "Myriad Pro";
  font-style: normal;
  font-weight: 400;
  src: local("Myriad Pro"), local("Myriad Pro-Regular"),
    url(../ttf/myriad-pro_31655.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Myriad Pro";
  font-style: normal;
  font-weight: 700;
  src: local("Myriad Pro Bold"), local("Myriad Pro-bold"),
    url(../ttf/myriad-pro-bold_31631.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: Inter;
  font-style: normal;
  src: url(../ttf/inter-regular.ttf);
  font-weight: 300;
  font-display: swap;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .purchase-top .nav-collapse-list .nav-container {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .nav-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .nav-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .nav-container {
    width: 1160px;
  }
}
@media (max-width: 350px) {
  .nav-lang-text {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .nav-lan-select {
    left: -50%;
  }
}
@media (max-width: 810px) {
  .nav-lan-select {
    left: -50%;
  }
}
@media (max-width: 360px) {
  .nav-lan-select {
    left: -100%;
  }
}
@media (min-width: 960px) {
  .footer-container {
    width: 955px;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .footer-container {
    width: 560px;
  }
  .footer-wrap.products-wrap {
    width: 200px;
  }
  .footer-wrap.flipbooks-wrap {
    width: 180px;
  }
  .footer-wrap.help-wrap {
    width: 100px;
  }
}
@media (max-width: 599px) {
  .footer-container {
    width: 216px;
  }
  .footer-wrap.about-wrap,
  .footer-wrap.flipbooks-wrap,
  .footer-wrap.follow-wrap,
  .footer-wrap.help-wrap,
  .footer-wrap.products-wrap {
    width: 100%;
  }
}
body,
html,
img,
li,
p,
span,
td,
th,
ul {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
  border: none;
}
body {
  background-color: #a5bbcd;
}
@font-face {
  font-family: "Myriad Pro";
  font-style: normal;
  font-weight: 400;
  src: local("Myriad Pro"), local("Myriad Pro-Regular"),
    url(../ttf/myriad-pro_31655.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Myriad Pro";
  font-style: normal;
  font-weight: 700;
  src: local("Myriad Pro Bold"), local("Myriad Pro-bold"),
    url(../ttf/myriad-pro-bold_31631.ttf) format("truetype");
  font-display: swap;
}
a {
  text-decoration: none;
}
.fb-hide {
  display: none;
}
.fb-left {
  float: left;
}
.fb-right {
  float: right;
}
.fb-row:after,
.fb-row:before {
  display: table;
  content: " ";
}
.fb-row:after {
  clear: both;
}
.fb-table {
  display: table;
  width: 100%;
  height: 100%;
}
.fb-table-centered {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.fb-video-panel {
  position: relative;
  width: 100%;
  height: 560px;
  padding: 0;
}
.fb-video-panel > iframe {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.fb-iframe-loading {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background-image: url(../gif/progress.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  transition: height 0.5s ease;
}
.fade {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  filter: alpha(opacity=100);
  opacity: 1;
}
.nav-top {
  height: 52px;
}
.nav-container {
  padding: 0 15px;
  margin-right: auto;
  margin-left: auto;
}
.nav-logo {
  position: relative;
  z-index: 4;
  float: left;
  margin-top: 7px;
}
.nav-logo-link > img {
  display: block;
}
.nav-bar {
  float: right;
}
.nav-bar > li {
  position: relative;
  float: left;
}
.nav-bar > li > a {
  color: #fff;
  padding: 14px 20px;
  font-size: 14px;
  line-height: 24px;
  display: block;
  height: 52px;
}
.nav-bar > li:hover {
  background-color: unset;
}
.nav-bar > li:hover > a {
  color: #87d8d8;
}
.nav-bar > li > a:hover {
  text-decoration: none;
}
.nav-lang {
  position: relative;
  float: right;
  height: 52px;
  padding-left: 20px;
}
.nav-lang-inner {
  position: relative;
  width: 60px;
  height: 32px;
  margin-top: 10px;
}
.nav-lang-text {
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  padding: 0 10px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px;
  cursor: pointer;
}
.nav-lang-text > img {
  margin-left: 14px;
}
@media (max-width: 350px) {
  .nav-lang-text {
    display: none;
  }
}
.nav-lan-select {
  position: absolute;
  z-index: 4;
  background-color: #fff;
  display: none;
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 1px #999;
}
.nav-lan-select > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 15em;
  padding: 4px 0;
}
.nav-lan-select > ul > li {
  display: inline-block;
  width: 50%;
}
.nav-lan-select a {
  color: #596775;
  font-size: 14px;
  padding: 3px 0 8px 12px;
  display: block;
  line-height: 26px;
}
.nav-lan-select a:hover {
  background-color: #eef0f1;
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 11px 10px;
  margin-top: 0;
  margin-left: 4px;
  margin-bottom: 0;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
  top: 1px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  -webkit-transition: 0.35s ease;
  -moz-transition: 0.35s ease;
  -ms-transition: 0.35s ease;
  transition: 0.35s ease;
}
.navbar-toggle:not(.collapsed) .icon-bar:first-child {
  -webkit-transform: translateY(6px) rotate(45deg);
  -moz-transform: translateY(6px) rotate(45deg);
  -ms-transform: translateY(6px) rotate(45deg);
  transform: translateY(6px) rotate(45deg);
  transform-origin: 50% 50%;
  transition-delay: 0.05s;
}
.navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
  opacity: 0;
  filter: alpha(opacity=00);
  width: 4px;
}
.navbar-toggle:not(.collapsed) .icon-bar:last-child {
  -webkit-transform: translateY(-6px) rotate(-45deg);
  -moz-transform: translateY(-6px) rotate(-45deg);
  -ms-transform: translateY(-6px) rotate(-45deg);
  transform: translateY(-6px) rotate(-45deg);
  transform-origin: 50% 50%;
  transition-delay: 0.05s;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
.top-navbar-toggle {
  margin: 9px 0 0 10px;
}
.top-navbar-toggle.navbar-toggle {
  padding: 8px;
  border-radius: 3px;
  cursor: pointer;
}
.top-navbar-toggle.navbar-toggle > .icon-bar {
  background-color: #eee;
}
.nav-products img {
  margin-left: 3px;
}
.nav-products-sub,
.nav-templates-list {
  position: absolute;
  background-color: #fff;
  display: none;
  z-index: 4;
  box-shadow: 0 0 1px #999;
  overflow: hidden;
  left: 50%;
  margin-left: -300px;
}
.nav-products:hover .nav-products-sub,
.nav-templates:hover .nav-templates-list {
  display: block;
}
.nav-products-content {
  position: relative;
  width: 551px;
  display: flex;
}
.nav-products-left {
  width: 214px;
  text-align: center;
  border-right: 1px solid #f1f1f1;
  padding: 38px 44px;
}
.nav-products-left img {
  margin-bottom: 8px;
}
.nav-products-left .title {
  font-size: 14px;
  font-weight: 700;
}
.nav-products-left a.more-but {
  display: inline-block;
  width: 126px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  margin-top: 12px;
  background: #2b90ef;
}
.nav-products-left a.more-but:hover {
  text-decoration: none;
  background: #56adff;
}
.nav-products-left a.more-but:active {
  background: #2b90ef;
}
.nav-products-part {
  padding: 38px 0 38px 30px;
}
.nav-products-part.part2 {
  padding-left: 10px;
}
.nav-h-icon {
  background-image: url(../png/flippdfplus_icon.png);
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}
.nav-h-icon.win {
  background-position: -10px -10px;
}
.nav-h-icon.mac {
  background-position: -44px -10px;
}
.nav-h-icon.plus-new {
  background: url(../png/best.png) no-repeat;
  background-size: contain;
  width: 71px;
  height: 20px;
  line-height: 20px;
  padding-left: 7px;
  color: #FFF;
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  /* width: 38px; */
  /* background-position: -78px -13px; */
  /* height: 20px; */
  /* vertical-align: middle; */
  position: relative;
  margin-left: 5px;
}
.nav-products-part .item-header {
  color: #000;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  padding-left: 20px;
  padding-bottom: 8px;
}
.nav-products-part .item-header > span {
  vertical-align: middle;
  font-size: 16px;
}
.nav-products-part > ul > li.sub-header {
  font-size: 12px;
  color: #333;
  font-weight: 600;
  line-height: 22px;
  padding-left: 8px;
}
.nav-products-part a,
.nav-templates-list a {
  color: #444;
  font-size: 12px;
  padding: 0 20px;
  display: block;
  line-height: 28px;
}
.nav-products-part a {
  display: block;
  line-height: 0;
  font-size: 0;
}
.nav-products-part .see-products {
  display: inline-block;
  color: #2b90ef;
  font-size: 14px;
  line-height: 40px;
  text-decoration: underline;
}
.nav-products-part .see-products:hover {
  background-color: #fff;
}
.nav-products-sub a > span {
  font-size: 14px;
  line-height: 40px;
  vertical-align: middle;
  display: inline-block;
}
.nav-products-part a:hover,
.nav-products-sub .nav-products-part.part2 a:hover,
.nav-templates-list a:hover {
  background-color: #eceff6;
}
.nav-products-part img {
  max-width: 24px;
  display: inline-block;
  margin-left: 5px;
  position: relative;
  vertical-align: middle;
}
.nav-sub-border {
  border-left: 1px solid #ccc;
  position: absolute;
  top: 15px;
  bottom: 15px;
}
.nav-sub-border.b_one {
  left: 200px;
}
.nav-sub-border.b_two {
  left: 400px;
}
.nav-templates-list {
  width: 188px;
}
.nav-collapse-list {
  position: absolute;
  top: 82px;
  background: linear-gradient(141deg, #043b42 0, #32827f 66.15%),
    linear-gradient(154deg, #13555e 0, #10a3b5 40.1%);
  width: 100%;
  left: 0;
  z-index: 4;
  overflow: auto;
  border-bottom: 1px solid #233344;
  border-top: 1px solid #2d3f50;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.nav-collapse-list::-webkit-scrollbar {
  width: 0;
}
.nav-collapse-list > ul > li {
  position: relative;
  width: 100%;
  display: block;
  line-height: 40px;
  padding: 0 1px;
  color: #e2dede;
}
.nav-collapse-list > ul > li a {
  display: block;
  color: #fff;
}
.nav-collapse-list > ul > li a:hover {
  background-color: #2b90ef;
}/* bottom start */
.footer {
  background-color: #1a1a1a;
}
.footer-u {
  padding: 80px 0;
}
.footer-container {
  display: flex;
  justify-content: center;
  row-gap: 40px;
  position: relative;
  margin: 0 auto;
  padding: 0;
}
.footer-wrap > p {
  padding-bottom: 30px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.36px;
  color: #ffffff;
}
.footer-wrap > p > a {
  color: #e5e6e9;
  text-decoration: none;
  cursor: pointer;
}
.footer-wrap > ul {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.footer-wrap > ul a {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  text-align: left;
  color: #818181;
}
.footer-wrap > ul a:hover {
  text-decoration: underline;
}
.footer-wrap.products-wrap {
  width: 240px;
}
.footer-wrap.flipbooks-wrap {
  width: 200px;
}
.footer-wrap.help-wrap {
  width: 200px;
}
.footer-wrap.about-wrap {
  width: 200px;
}
.footer-wrap.follow-wrap {
  width: 100px;
}
.footer-d-background {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 15px;
  padding: 20px;
  background-color: #121212;
}
.footer-d {
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #818181;
}
.footer-explore-products {
  max-width: 1255px;
  margin: 0 auto;
  color: #818181;
  text-align: center;
}
.footer-explore-products span {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #818181;
}
.footer-explore-products a {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #818181;
}
.footer-explore-products a:hover {
  text-decoration: underline;
}
@media (min-width: 960px) {
  .footer-u {
    padding: 40px 0;
  }

  .footer-container {
    width: 955px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .footer-u {
    padding: 40px 0;
  }
  .footer-container {
    width: 560px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .footer-wrap.products-wrap {
    width: 200px;
  }
  .footer-wrap.flipbooks-wrap {
    width: 180px;
  }
  .footer-wrap.help-wrap {
    width: 100px;
  }
}
@media (max-width: 599px) {
  .footer-u {
    padding: 40px 0;
  }
  .footer-container {
    width: 216px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .footer-wrap.products-wrap,
  .footer-wrap.flipbooks-wrap,
  .footer-wrap.help-wrap,
  .footer-wrap.about-wrap,
  .footer-wrap.follow-wrap {
    width: 100%;
  }
}
/*  bottom end  */
.ss-hover-effect > .explames-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  font-size: 0;
}
.ss-hover-effect .explames-mask {
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: visible;
  background-color: rgba(0, 0, 0, 0.5);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ss-hover-effect span.mask-icon {
  position: relative;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.2s 0.1s ease-in,
    opacity 0.1s ease-in-out;
  -moz-transition: -moz-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
  -o-transition: -o-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
  -ms-transition: -ms-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
  transition: transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
}
.ss-hover-effect:hover .explames-mask {
  opacity: 1;
  filter: alpha(opacity=100);
}
.ss-hover-effect:hover span.mask-icon {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.ss-hover-effect .mask-icon {
  background: url(../png/link.png) center no-repeat;
  display: inline-block;
  text-decoration: none;
  padding: 0;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
}
.ss-to-top-panel {
  position: fixed;
  bottom: -17px;
  right: 46px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: width 0.4s, height 0.4s, right 0.4s, opacity 0.4s,
    bottom 0.4s;
  -moz-transition: width 0.4s, height 0.4s, right 0.4s, opacity 0.4s,
    bottom 0.4s;
  -ms-transition: width 0.4s, height 0.4s, right 0.4s, opacity 0.4s, bottom 0.4s;
  -o-transition: width 0.4s, height 0.4s, right 0.4s, opacity 0.4s, bottom 0.4s;
  transition: width 0.4s, height 0.4s, right 0.4s, opacity 0.4s, bottom 0.4s;
  width: 10px;
  height: 10px;
  cursor: pointer;
  overflow: hidden;
  background-image: url(../png/totop.png);
  background-position: -4px -4px;
  z-index: 1000;
}
.ss-to-top-panel.show {
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
  width: 42px;
  height: 42px;
  bottom: 24px;
  right: 17px;
  border-radius: 0;
}
.ss-to-top-panel:hover {
  background-position: -4px -54px;
}
.sh5-table {
  display: table;
  width: 100%;
  height: 100%;
}
.sh5-table-centered {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
body.hf-overflow-hidden {
  padding-right: 17px;
  overflow: hidden !important;
}
.hf-lightbox {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1460;
}
.hf-lightbox-panel {
  position: relative;
  color: #333;
}
.hf-lightbox-panel.padding-15 {
  padding: 15px;
}
.hf-lightbox-bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #000;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.hf-lightbox-bg.disabled {
  display: none;
}
.fade-in .hf-lightbox-bg,
.hf-fade .hf-lightbox-bg {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.hf-lightbox-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  overflow-y: scroll;
  overflow-x: hidden;
}
.hf-lightbox-dialog {
  position: relative;
  margin: 0 auto;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 400ms linear, -webkit-transform 300ms ease-out;
  -moz-transition: opacity 400ms linear, -moz-transform 300ms ease-out;
  -o-transition: opacity 400ms linear, -o-transform 300ms ease-out;
  transition: opacity 400ms linear, transform 300ms ease-out;
  -webkit-transform: translateX(60em) translateY(0em) scale(1);
  -moz-transform: translateX(60em) translateY(0em) scale(1);
  -ms-transform: translateX(60em) translateY(0em) scale(1);
  -o-transform: translateX(60em) translateY(0em) scale(1);
  transform: translateX(60em) translateY(0em) scale(1);
}
.fade-in .hf-lightbox-dialog {
  opacity: 1;
  filter: alpha(Opacity=100);
  -webkit-transform: translateX(0em) translateY(0em) scale(1);
  -moz-transform: translateX(0em) translateY(0em) scale(1);
  -ms-transform: translateX(0em) translateY(0em) scale(1);
  -o-transform: translateX(0em) translateY(0em) scale(1);
  transform: translateX(0em) translateY(0em) scale(1);
  -webkit-transition: opacity 400ms linear, -webkit-transform 300ms ease-out;
  -moz-transition: opacity 400ms linear, -moz-transform 300ms ease-out;
  -o-transition: opacity 400ms linear, -o-transform 300ms ease-out;
  transition: opacity 400ms linear, transform 300ms ease-out;
}
.fade-out .hf-lightbox-dialog {
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transform: translateX(-60em) translateY(0em) scale(1);
  -moz-transform: translateX(-60em) translateY(0em) scale(1);
  -ms-transform: translateX(-60em) translateY(0em) scale(1);
  -o-transform: translateX(-60em) translateY(0em) scale(1);
  transform: translateX(-60em) translateY(0em) scale(1);
  -webkit-transition: opacity 400ms linear, -webkit-transform 400ms ease-out;
  -moz-transition: opacity 400ms linear, -moz-transform 400ms ease-out;
  -o-transition: opacity 400ms linear, -o-transform 400ms ease-out;
  transition: opacity 400ms linear, transform 400ms ease-out;
}
.hf-lightbox-content {
  position: relative;
  margin: 15px auto;
  width: 100%;
  max-width: 600px;
  padding: 0 15px;
}
.hf-lightbox-content-inner {
  position: relative;
  border: 6px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}
.hf-lightbox-header {
  position: relative;
  background-color: #fff;
  color: #333;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
}
.hf-lightbox-close {
  position: absolute;
  top: -3px;
  right: 4px;
  cursor: pointer;
  font-size: 21px;
  font-weight: 700;
  line-height: 24px;
  padding: 0 4px;
}
.hf-lightbox-close:hover {
  text-shadow: -1px 1px 1px #000;
  color: #c02121;
}
.hf-lightbox-close:active {
  color: #a00000;
}
.hf-lightbox-close-button {
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: -10px;
  right: -30px;
  cursor: pointer;
  background-image: url(../png/flipbook_icon.png);
  background-position: -162px -40px;
}
.hf-lightbox-close-button:hover {
  background-position: -162px -64px;
}
.hf-lightbox-close-button:active {
  background-position: -162px -88px;
}
.hf-lightbox-content.modal-dialog {
  max-width: 600px;
}
.hf-lightbox-content.modal-min {
  max-width: 800px;
}
.hf-lightbox-content.modal-mid {
  max-width: 960px;
}
.hf-lightbox-content.modal-max {
  max-width: 1040px;
}
.cc-top-banner {
  height: 0;
  width: 100%;
  background: #cd5151;
  top: 0;
  display: block;
  z-index: 113;
  left: 0;
}
.icon-close {
  position: absolute;
  right: 10px;
  top: 10px;
  background: url(../png/3n_top_close.png)
    no-repeat;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.cc-top-banner p {
  text-align: center;
  font-size: 17px;
  color: #fff;
  padding-top: 11px;
  line-height: 30px;
}
.cc-top-banner p span {
  font-size: 23px;
}
.cc-top-banner p span.cc-top-banner-title {
  font-size: 26px;
  line-height: 50px;
}
.cc-top-banner-close-btn:hover {
  opacity: 0.8;
}
.product-tab-right-iframe img {
  width: 100%;
  height: 100%;
}
#trynow {
  position: fixed;
  z-index: 100;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.45);
}
.trynow-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.trynow-banner img {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.trynow-close {
  position: absolute;
  width: 36px;
  height: 36px;
  top: 0;
  left: 101%;
  cursor: pointer;
}
.nav-top {
  background-color: #385670;
}
.product-max {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.product-panel {
  position: relative;
}
.product-banner {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.product-img-content > img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  padding: 10px 0 0;
}
.products-features .products-features-title {
  line-height: 44px;
}
.product-banner-left {
  width: 50%;
}
.product-banner-right {
  width: 50%;
  text-align: left;
  padding-right: 64px;
  color: #fff;
}
.product-banner-right h1 {
  margin: 0;
  padding-bottom: 15px;
  color: #fff;
  font-family: Inter;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
}
.product-banner-right h1 img {
  margin-left: 5px;
}
.product-banner-desc {
  padding-bottom: 15px;
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.product-banner-video {
  position: relative;
  padding-bottom: 10px;
  color: #a8cbf1;
  line-height: 24px;
  font-size: 14px;
}
.product-banner-video span {
  background-image: url(../png/pb-icon.png);
  background-repeat: no-repeat no-repeat;
  padding: 10px 16px;
  background-position: -4px -3px;
}
.product-banner-video a {
  color: inherit;
}
.product-banner-video a:hover {
  text-decoration: underline;
}
.product-banner-price {
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  padding-bottom: 13px;
}
.product-banner-price span {
  font-size: 12px;
  line-height: 24px;
  padding-left: 10px;
  color: #c6d3e4;
}
.product-banner-price a {
  text-decoration: underline;
  color: #c6d3e4;
}
.product-banner-price a:hover {
  color: #efefef;
}
.product-banner-btns {
  overflow: hidden;
  padding-bottom: 4px;
}
.product-banner-btn .banner-btn.buy-btn {
  border-radius: 8px;
  border: 2px solid #cfedf0;
  color: #cfedf0;
  background: 0 0;
}
.product-banner-btn .buy-btn:hover {
  border-color: transparent;
  background: 0 0;
  background: linear-gradient(0deg, #cfedf0 0, #cfedf0 100%),
    linear-gradient(95deg, #4bc355 0, #36bb95 100%);
  color: #266f6f;
}
.product-banner-btn .down-btn:hover {
  background: #f1feff;
}
.product-banner-btn .buy-btn:hover .products-item-arrow path {
  stroke: #266f6f;
}
.product-banner-btn .buy-btn:hover .down-btn-bigbox {
  display: block;
}
.product-banner-btn .buy-btn:hover .products-item-arrow {
  transform: rotateX(0deg);
}
.product-banner-btn .down-btn-bigbox {
  color: #333;
  background: #fff;
  padding: 10px 0;
  border-radius: 6px;
  box-shadow: 0 0 1px 1px #e6e6e6;
  box-sizing: border-box;
  position: absolute;
  top: -15px;
  left: 0;
  transform: translateY(-100%);
  z-index: 100;
  display: none;
  cursor: pointer;
}
.product-banner-btn .down-btn-bigbox::before {
  content: " ";
  position: absolute;
  height: 20px;
  display: inline-block;
  width: 100%;
  bottom: -20px;
  left: 0;
}
.down-btn-bigbox .down-btn-box {
  width: 250px;
  padding-left: 20px;
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  display: flex;
  align-items: center;
  line-height: 48px;
}
.product-banner-btn .mac-icon,
.product-banner-btn .win-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  margin-right: 12px;
}
.down-btn-bigbox .down-btn-box:hover {
  background: #ebf5f6;
}
.product-banner-support {
  font-size: 12px;
  padding-bottom: 15px;
}
.product-banner-version-item {
  color: #cfedf0;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
  display: flex;
  line-height: 20px;
}
.product-banner-version-item .circle-box {
  min-width: 14px;
  height: 20px;
  display: flex;
  align-items: center;
}
.product-banner-version-item .circle {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #cfedf0;
  border-radius: 50%;
}
.product-banner-version-item a {
  text-decoration: underline;
  color: #fff;
  margin-left: 8px;
}
.product-banner-version-item .contact-link {
  margin-left: 0;
  color: #cfedf0;
  text-decoration: underline;
}
.product-banner-version-item a:hover {
  color: #cfedf0;
}
.product-banner-info {
  display: flex;
  align-items: center;
}
.product-banner-info .text-item {
  display: flex;
  align-items: center;
  color: #cfedf0;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  margin-right: 20px;
}
.product-banner-info .text-item > span {
  padding-right: 4px;
}
.product-content {
  position: relative;
  background-color: #fff;
  padding: 10px 15px 0;
}
.product-tabs-content {
  text-align: center;
  border-bottom: 1px solid #ececec;
}
.product-tabs {
  display: flex;
  justify-content: center;
}
.product-tabs .active {
  left: 0 !important;
}
.product-tabs > li {
  position: relative;
  color: #999;
  margin: 0 8px !important;
}
.product-tabs > li path {
  fill: #999;
  stroke: #999;
}
.product-tabs > li rect {
  stroke: #999;
}
.product-tabs > li.active {
  color: #000;
}
.product-tabs > li a {
  color: inherit;
  font-size: 17px;
  padding: 20px;
  display: block;
  white-space: nowrap;
}
.product-tabs > li.active span,
.product-tabs > li:hover span {
  opacity: 1;
}
.product-tabs > li.active path {
  fill: #000;
  stroke: #000;
}
.product-tabs > li.active rect {
  stroke: #000;
}
.product-tabs > li span {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  background-color: #000;
  height: 2px;
  z-index: 88888;
  border-top: 1px solid #000;
  opacity: 0;
  bottom: -1px;
}
.product-why-wrap {
  overflow: hidden;
  border-bottom: 1px solid #f3f3f3;
  padding: 60px 0;
}
.product-why-wrap > .inner-wrap {
  position: relative;
  margin: 0 auto;
  max-width: 960px;
}
.product-why-wrap-left {
  float: left;
}
.product-why-us > .product-why-wrap:nth-child(2n) .product-why-wrap-left,
.product-why-wrap-right {
  float: right;
}
.product-why-us > .product-why-wrap:nth-child(2n) .product-why-wrap-right {
  float: left;
}
.product-why-wrap-img,
.product-why-wrap-text {
  padding: 0 15px;
}
.product-why-wrap-img {
  text-align: center;
  width: 50%;
}
.product-why-wrap-text {
  width: 45%;
}
.product-why-wrap-img > img {
  width: 100%;
  max-width: 500px;
}
.product-why-wrap-content {
  padding-top: 13px;
}
.product-why-wrap-content > h3 {
  margin: 0;
  font-weight: 400;
  color: #3b3b3b;
  line-height: 26px;
  padding: 17px 0;
  font-size: 24px;
}
.product-why-wrap-content > p {
  color: #666;
  font-size: 13px;
  line-height: 22px;
  padding-bottom: 4px;
}
.product-why-wrap-content > p b,
.product-why-wrap-content > p span,
.product-why-wrap-content > p strong {
  color: inherit;
  font-size: inherit;
}
.product-why-wrap-content > p a {
  color: #6aa7d9;
}
.product-why-wrap-content > p a:hover {
  text-decoration: underline;
}
.product-why-wrap-content > .why-link {
  text-decoration: underline;
  color: #6aa7d9;
}
.product-why-wrap-content > .why-link a {
  color: #6aa7d9;
}
.product-why-wrap-content > .why-link a:hover {
  color: #668084;
}
.product-use-as {
  position: relative;
  text-align: center;
  margin: 0 auto;
  padding: 40px 0;
}
.product-use-as > h3 {
  text-align: center;
  margin: 0;
  font-size: 19px;
  color: #333;
  font-weight: 400;
  padding-bottom: 13px;
}
.product-use-as-content a {
  font-size: 14px;
  line-height: 20px;
  color: #2d729e;
}
.products-features {
  padding: 0 20px;
  max-width: 1100px;
  margin: 0 auto;
}
.product-features-wrap {
  overflow: hidden;
  padding: 60px 0;
  display: flex;
  justify-content: space-between;
}
.product-features-wrap:nth-of-type(odd) {
  flex-direction: row-reverse;
}
.product-features-wrap:nth-of-type(even) {
  flex-direction: row;
}
.product-features-wrap-img,
.product-features-wrap-text {
  padding: 0 10px;
}
.product-features-wrap-img {
  text-align: center;
}
.product-features-wrap-text {
  width: 48%;
  position: relative;
  margin-top: 5%;
}
.product-use-as-content a:hover {
  text-decoration: underline;
}
.product-tab-pane {
  display: none;
  visibility: hidden;
}
.product-tab-pane.active {
  display: block;
  visibility: visible;
}
.product-tab-inner {
  margin-top: 60px;
  padding-bottom: 60px;
  display: flex;
}
.product-tab-left {
  flex: 1;
}
.product-tab-right {
  min-width: 290px;
  padding: 0 24px;
}
.product-tab-right > .inner-right {
  width: 100%;
  position: relative;
}
.product-tab-right-item {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 8px;
  position: relative;
}
.product-tab-right-item:last-child {
  margin-bottom: 0;
}
.product-tab-right-item.explore {
  position: relative;
}
.explore .explore-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  transform: translate(-50%, -50%);
  height: 36px;
  padding: 0 20px;
  line-height: 36px;
  border-radius: 4px;
  background: #fff;
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
}
.product-tab-right-item.productInfo {
  background: #39006a;
  padding: 18px 10px;
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
}
.productInfo .productInfo-title {
  padding: 0 10px 8px;
}
.productInfo .productInfo-content {
  display: flex;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  padding: 10px;
  border-radius: 6px;
}
.productInfo .productInfo-content:hover {
  background: rgba(255, 255, 255, 0.2);
}
.productInfo .productInfo-content img {
  width: auto;
  margin-right: 9px;
}
.productInfo .productInfo-content span {
  font-size: 14px;
}
.explore .explore-btn:hover {
  background: #fff0ff;
}
.product-tab-right-item img {
  width: 100%;
}
.product-tab-right-item > h2 {
  margin: 0;
  color: #333;
  font-size: 14px;
  padding: 4px 0 11px;
}
.product-tab-right-info {
  background-color: #f7f8fc;
  border: 1px solid #ebecf0;
  border-radius: 3px;
  padding: 11px 13px;
}
.product-tab-right-info > li {
  position: relative;
  padding: 2px 0;
  line-height: 28px;
}
.product-tab-right-info a {
  color: #636365;
}
.product-tab-right-info a:hover {
  text-decoration: underline;
}
.product-tab-right-info span {
  background-image: url(../png/product_info.png);
  padding: 6px 15px;
}
.product-tab-right-info span.update-log {
  background-position: -8px -148px;
}
.product-tab-right-info span.manual {
  background-position: -8px -10px;
}
.product-tab-right-info span.pad {
  background-position: -8px -43px;
}
.product-tab-right-info span.license {
  background-position: -8px -77px;
}
.product-tab-right-info span.key-features {
  background-position: -8px -111px;
}
.product-tab-right-iframe {
  width: 100%;
  height: 178px;
  border: 1px solid #ececee;
  padding: 4px;
  background-color: #f7f8fc;
  border-radius: 3px;
}
.product-tab-right-iframe > iframe {
  width: 100%;
  height: 100%;
}
.product-tab-right-img img {
  display: block;
  max-width: 100%;
}
.product-features,
.product-how-work,
.product-vs-pro {
  padding-right: 28px;
  border-right: 1px solid #ececec;
  padding-bottom: 40px;
  min-height: 950px;
  overflow: hidden;
}
.product-features > h2 {
  background-color: #f5f5f7;
  margin: 24px 0 8px;
  color: #333;
  font-size: 17px;
  line-height: 36px;
  padding-left: 15px;
}
.product-features > p {
  font-size: 13px;
  color: #000;
  padding-left: 6px;
  line-height: 20px;
}
.product-features-item {
  padding: 17px 0 15px 2px;
}
.product-features-item > h4 {
  margin: 0;
  font-weight: 400;
  color: #127ed8;
  font-size: 14px;
  padding-bottom: 7px;
}
.product-features-item > p {
  font-size: 12px;
  color: #666;
  padding: 4px 0;
  line-height: 18px;
}
.product-features-item > li {
  color: #666;
  padding: 4px 0;
  font-size: 12px;
  line-height: 20px;
}
.product-features-item a {
  color: #2a89c7;
}
.product-features-item a:hover {
  text-decoration: underline;
}
.product-features-btn {
  background-color: #fdfdfd;
  border: 1px solid #f0f0f0;
  text-align: center;
  padding: 11px 0;
  margin-top: 17px;
}
.product-features-btn a {
  color: #309bf1;
  font-size: 15px;
  text-decoration: underline;
}
.product-features-btn a:hover {
  text-decoration: none;
}
.product-how-work-img {
  border-bottom: 1px solid #cac6c6;
  margin-bottom: 20px;
}
.product-how-work-img h4 {
  font-weight: 400;
  color: #3b3b3b;
  line-height: 26px;
  padding-bottom: 17px;
  font-size: 24px;
  margin-top: 0;
}
.product-how-work-img img {
  margin-bottom: 31px;
  margin-left: auto;
  margin-right: auto;
  background: #f8f8f8;
  padding: 4px;
  cursor: pointer;
}
.product-how-work-img p {
  color: #666;
  font-size: 14px;
  line-height: 23px;
  padding-bottom: 41px;
}
.product-how-work-img > p a {
  color: #6aa7d9;
}
.product-how-work-img > p a:hover {
  text-decoration: underline;
}
.product-how-work-img > img {
  max-width: 100%;
  display: block;
}
.product-vs-pro table {
  width: 100%;
  text-align: center;
}
.product-vs-pro thead th {
  background-color: #f4f5f7;
  border-bottom: 1px solid #eaebef;
  font-size: 12px;
  height: 36px;
  padding: 0 8px;
  color: #333;
}
.product-vs-pro tbody td {
  border-bottom: 1px dashed #ced7d6;
  padding: 15px 8px;
  background-color: #fff;
  color: #676767;
  line-height: 18px;
  font-size: 12px;
}
.product-vs-pro table td.align-left,
.product-vs-pro table th.align-left,
.product-vs-pro tbody tr > td:nth-child(2),
.product-vs-pro thead tr > th:nth-child(2) {
  text-align: left;
}
.product-vs-pro-yes {
  width: 26px;
  height: 26px;
  background: url(../png/vspro_icon.png) -3px -5px no-repeat;
  margin: auto;
}
.product-vs-pro-no {
  width: 26px;
  height: 26px;
  background: url(../png/vspro_icon.png) -3px -34px no-repeat;
  margin: auto;
}
.product-safe {
  background-color: #f4f5f9;
  padding: 50px 15px 40px;
}
.product-safe-content > h2 {
  text-align: center;
  margin: 0;
  font-weight: 400;
  color: #333;
  font-size: 24px;
  padding-bottom: 40px;
}
.product-safe-content > ul {
  overflow: hidden;
  position: relative;
}
.product-safe-item {
  float: left;
  width: 33.33%;
  text-align: center;
  padding: 0 30px 20px;
}
.product-safe-item > div {
  position: relative;
  margin: 0 auto;
  width: 96px;
  height: 90px;
  background-image: url(../png/safe_and_reliable2.png);
}
.product-safe-item > div.refund-icon {
  background-position: -12px -8px;
}
.product-safe-item > div.conversion-icon {
  background-position: -12px -107px;
}
.product-safe-item > div.upgrade-icon {
  background-position: -12px -210px;
}
.product-safe-item > h4 {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  color: #666;
  line-height: 24px;
  padding: 13px 0 7px;
}
.product-safe-item > p {
  font-size: 14px;
  color: #666;
  line-height: 22px;
}
.product-safe-line {
  position: absolute;
  top: 0;
  bottom: 0;
  border-left: 1px solid #e1e2e6;
}
.product-safe-line.first-line {
  left: 33.33%;
}
.product-safe-line.second-line {
  left: 66.66%;
}
.product-review {
  color: #fff;
  font-size: 0;
  line-height: 0;
  right: 0;
  top: 0;
}
.product-review > a {
  color: #fff;
  display: inline-block;
  line-height: 20px;
  font-size: 14px;
  margin-right: 2px;
}
.product-review > a:hover {
  text-decoration: underline;
  color: #aaa;
}
.product-review > .font-hh {
  display: inline-block;
  line-height: 20px;
  padding-left: 5px;
}
.product-review > .font-hh > span {
  background-image: url(../png/star-1.png);
  padding: 0 7px;
}
.product-review .on {
  background-position: 0 -32px;
}
.product-review .half {
  background-position: 0 -59px;
}
.product-fixed-pane {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  background-color: #fff;
  padding: 6px 0;
  box-shadow: 0 2px 5px #edededde;
  border-bottom: 1px solid #efefef;
  -webkit-transition: 0.4s ease-in-out margin-top;
  -moz-transition: 0.4s ease-in-out margin-top;
  -o-transition: 0.4s ease-in-out margin-top;
  transition: 0.4s ease-in-out margin-top;
  margin-top: -100%;
}
.product-fixed-pane.show {
  margin-top: 0;
}
.product-fixed-pane .product-fixed-btns .banner-btn {
  line-height: 40px;
}
.product-fixed-btns .down-btn:hover {
  background: #181818;
}
.product-fixed-btns .buy-btn:hover {
  background: #000;
  color: #fff;
}
.product-fixed-pane .nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-fixed-btns {
  margin-top: 4px;
  display: flex;
  align-items: center;
}
.product-fixed-btns .banner-btn {
  margin-left: 10px;
  height: 40px;
  padding: 0 20px;
  border-radius: 4px;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
}
.product-fixed-btns .down-btn {
  background: #000;
  color: #fff;
}
.product-fixed-btns .buy-btn {
  background: 0 0;
  color: #000;
  border: 1px solid #000;
}
.product-banner.flip-pdf-banner {
  padding: 80px 20px;
}
.product-banner-message {
  background: #2e4a62;
  padding: 25px 25px 15px;
}
.product-banner-prices {
  display: inline-block;
  color: #fff;
  font-family: Inter;
  font-size: 32px;
  font-weight: 700;
  position: relative;
  margin: 10px 0 25px;
}
.product-banner-prices-payment {
  position: absolute;
  right: -4px;
  top: 50%;
  transform: translate(100%, -50%);
  padding: 6px 6px 7px 11px;
  font-size: 12px;
  font-weight: 400;
  white-space: nowrap;
  background: url(../png/bubble.png) no-repeat;
}
.prices-box-left {
  display: flex;
  align-items: center;
}
.box-left-price {
  font-size: 24px;
  color: #f09622;
  margin-right: 5px;
}
.product-review {
  position: relative;
}
.product-banner-btn {
  margin-bottom: 20px;
}
.product-banner-btn .products-item-arrow {
  width: 15px;
  height: 8px;
  margin-left: 6px;
  margin-top: 3px;
  transform: rotateX(180deg);
}
.product-banner-btn {
  display: flex;
  box-sizing: border-box;
}
.product-banner-btn .banner-btn {
  width: 220px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #266f6f;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  position: relative;
  background: linear-gradient(0deg, #cfedf0 0, #cfedf0 100%),
    linear-gradient(95deg, #4bc355 0, #36bb95 100%);
  cursor: pointer;
}
.product-banner-btn > a > .watch-btn {
  width: 130px;
  border: 1px solid #fff;
}
.product-banner-describe p {
  margin-bottom: 8px;
}
.product-banner-content {
  display: flex;
}
.product-tab-versions {
  padding-bottom: 100px;
}
.product-tab-versions > h2 {
  font-size: 30px;
  margin: 0;
  text-align: center;
  padding: 70px 0;
  color: #363a45;
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: 500;
}
.product-tab-title {
  display: flex;
}
.title-box {
  flex: 1;
}
.title-boxs {
  display: flex;
  align-items: center;
  width: 380px;
  border-left: 1px solid #ebebeb;
  padding: 20px 30px;
}
.title-boxs-imgs {
  width: 90px;
  height: 110px;
  margin-right: 25px;
}
.title-boxs-imgs img {
  width: 100%;
  height: 100%;
}
.title-boxs-title > h2 {
  font-weight: 500;
  font-size: 22px;
  margin: 0 0 10px;
  color: #333;
}
.title-boxs-title a button {
  background-color: #f09622;
  color: #fff;
  border: none;
  padding: 8px 25px;
  cursor: pointer;
  outline: 0;
}
.product-tab-contents .tab-contents:nth-child(odd) {
  background: #f8f8f8;
}
.product-tab-contents .tab-contents:nth-child(even) {
  background: #fff;
}
.tab-contents {
  display: flex;
  height: 67px;
}
.contents-box {
  display: flex;
  align-items: center;
  padding-left: 20px;
  font-size: 13px;
  font-weight: 600;
  flex: 1;
}
.contents-boxs {
  color: #333;
  padding-left: 35px;
  font-size: 13px;
  width: 380px;
  border-left: 1px solid #ebebeb;
  display: flex;
  align-items: center;
}
.products-tabs-content {
  display: flex;
  flex-direction: column;
  padding-bottom: 70px;
}
.products-tabs-content p {
  text-align: center;
  font-size: 14px;
  line-height: 26px;
}
.product-how-work-img img {
  box-shadow: 0 0 8px 0 #aaa;
}
.product-banner-try {
  text-decoration: none !important;
}
.product-banner-try > .try-btn {
  position: relative;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  border-radius: 1px;
  background-color: #2c90ef;
  text-decoration: none;
  margin-top: 8px;
  margin-bottom: 28px;
  width: 368px;
  font-size: 15px;
}
.product-banner-try > .try-btn:hover {
  background-color: #1681e7;
}
.product-banner-try > .try-btn .win {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 8px;
}
.product-banner-try > .try-btn .new {
  position: absolute;
  right: -10px;
  top: -10px;
}
.Side-bar {
  position: fixed;
  z-index: 999;
  top: 50%;
  max-width: 200px;
  max-height: 250px;
  right: 10px;
  transform: translate(0, -50%);
}
.Side-bar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.Side-bar-colse {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 4px;
  top: 3px;
  cursor: pointer;
}
.side-bar-menu {
  z-index: 10000;
  position: fixed;
  width: 226px;
  top: 40%;
}
.side-bar-menu .line {
  width: 14px;
  height: 2px;
  background: #000;
  opacity: 0;
}
.side-bar-menu i {
  display: inline-block;
  margin-left: 9px;
  height: 40px;
  width: 20px;
}
@media (max-width: 1550px) {
  .side-bar-menu i {
    display: inline-block;
  }
  .side-bar-menu .line {
    display: none;
  }
  .side-bar-menu-li-active {
    background: #ebeef1;
  }
}

.side-bar-menu .pro-only i,
.side-bar-menu .corporate-version-only i
 {
  background-position: -201px 0px;
}

.side-bar-menu .conversion i {
  background-position: -14px 0px;
}

.side-bar-menu .interactive i {
  background-position: -40px 0px;
}

.side-bar-menu .editor i {
  background-position: -171px 0px;
}

.side-bar-menu .marketing-branding i {
  background-position: -68px 0px;
}

.side-bar-menu .output-formats i {
  background-position: -95px 0px;
}

.side-bar-menu .share-publications i {
  background-position: -121px 0px;
}

.side-bar-menu .high-security i {
  background-position: -146px 0px;
}
.side-bar-menu li {
  position: relative;
  width: 180px;
  margin-top: 10px;
  left: -300px;
  cursor: pointer;
  transition: left 0.5s;
  display: flex;
  align-items: center;
}
.side-bar-menu li:hover {
  background-color: #f5f7f9;
}
.side-bar-menu li:focus {
  background-color: #ebeef1;
}
.side-bar-menu span {
  margin-left: 8px;
  color: #666a78;
  font-size: 16px;
  font-weight: 700;
}
.side-bar-menu a:hover {
  color: #666a78;
  text-decoration: none;
}
.side-bar-menu-li-active {
  background-color: #ebeef1;
}
.active {
  left: 10px !important;
}
.side-bar-menu-mobile {
  display: none;
  width: 100%;
  flex-wrap: wrap;
  padding-left: 20px;
  margin-top: 20px;
}
.side-bar-menu-mobile li {
  margin-top: 12px;
  margin-right: 10px;
  cursor: pointer;
  padding: 10px 15px;
  background: #f6f6f6;
  border-radius: 6px;
}
.side-bar-menu-mobile li > span {
  color: #999;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
}
.product-download {
  background: url(../png/download_bg.png);
  text-align: center;
  font-size: 0;
}
.product-download > span:nth-child(1) {
  display: block;
  padding: 85px 0 10px;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}
.product-download > span:nth-child(2) {
  display: block;
  margin-bottom: 30px;
  font-size: 24px;
  color: #fff;
}
.product-download a {
  display: inline-block;
  margin: 0 10px 90px;
  padding: 18px;
  border-radius: 2px;
  background-color: #deeafb;
  font-size: 15px;
  font-weight: 700;
  color: #2b7eef;
}
.product-download a:hover {
  background-color: #fff;
}
.product-download a:active {
  background-color: #c0daff;
}



@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .nav-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .nav-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .nav-container {
    width: 1160px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .nav-lan-select {
    left: -50%;
  }
}
@media (max-width: 810px) {
  .nav-lan-select {
    left: -50%;
  }
}
@media (max-width: 360px) {
  .nav-lan-select {
    left: -100%;
  }
}
@media (min-width: 960px) {
  .footer-container {
    width: 955px;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .footer-container {
    width: 560px;
  }
  .footer-wrap.products-wrap {
    width: 200px;
  }
  .footer-wrap.flipbooks-wrap {
    width: 180px;
  }
  .footer-wrap.help-wrap {
    width: 100px;
  }
}
@media (max-width: 599px) {
  .footer-container {
    width: 216px;
  }
  .footer-wrap.about-wrap,
  .footer-wrap.flipbooks-wrap,
  .footer-wrap.follow-wrap,
  .footer-wrap.help-wrap,
  .footer-wrap.products-wrap {
    width: 100%;
  }
}
@media (max-width: 1220px) {
  .product-banner-left,
  .product-banner-right {
    width: 100% !important;
    float: none;
    margin: 0 auto;
    padding: 0 !important;
    max-width: 597px;
  }
}
@media (max-width: 750px) {
  .product-banner-bottom .left-text,
  .product-banner-bottom .right-text {
    float: none;
  }
}
@media (max-width: 680px) {
  .product-banner-left,
  .product-banner-right {
    width: 100%;
    float: none;
  }
  .product-banner-right {
    padding-left: 15px;
  }
}
@media (max-width: 880px) {
  .product-banner-right {
    padding-left: 15px;
  }
  .product-features-wrap {
    flex-direction: column-reverse !important;
  }
  .products-features .product-features-wrap {
    padding: 0 0 30px !important;
  }
  .products-features .product-features-wrap .product-features-wrap-text {
    margin-top: 0;
  }
  .product-features-wrap-img,
  .product-features-wrap-text {
    width: 100% !important;
  }
  .products-features .product-features-wrap .product-features-wrap-img {
    text-align: center !important;
  }
  .products-features .product-features-wrap .product-features-wrap-img img {
    width: 100%;
    max-width: 460px;
  }
}
@media (max-width: 820px) {
  .product-why-wrap-content,
  .product-why-wrap-content > h1 {
    padding-top: 0;
  }
  .product-why-wrap-text {
    width: 50%;
  }
}
@media (max-width: 350px) {
  .product-why-wrap-img,
  .product-why-wrap-text {
    padding: 0;
  }
}
@media (max-width: 1200px) {
  .product-banner-content,
  .product-tab-inner {
    display: block;
    padding: 0 20px 40px;
  }
  .product-tab-right {
    margin-top: 20px;
  }
  .inner-right {
    display: flex;
  }
  .inner-right .explore {
    overflow: hidden;
  }
  .inner-right .explore img {
    object-fit: cover;
    height: 100%;
  }
  .compatible {
    margin: 0 20px;
  }
  .products-features {
    width: 100%;
    max-width: none;
    padding: 0 40px;
  }
  .product-img-content > img {
    padding: 15px 0 0;
  }
}
@media screen and (max-width: 900px) {
  .contents-boxs {
    flex: 1;
    padding-left: 5px;
  }
  .contents-box {
    width: 125px;
    padding-left: 5px;
  }
  .title-box {
    width: 0;
    flex: 0;
    padding-left: 5px;
  }
  .title-boxs {
    flex: 1;
    padding: 8px 8px 8px 5px;
  }
  .title-boxs-imgs {
    width: 70px;
    height: 90px;
    margin: 0 15px;
  }
  .title-boxs-title > h2 {
    font-size: 17px;
  }
  .title-boxs-title > button {
    font-size: 12px;
    padding: 5px 10px;
  }
  .product-tab-title:nth-last-child() {
    border-left: 1px solid #ebebeb;
  }
  .tab-contents {
    height: 100%;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .nav-collapse-list {
    height: calc(100% - 82px);
  }
  .purchase-top .nav-top {
    height: auto;
  }
  .purchase-top .nav-collapse-list .nav-container {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px;
  }
  .product-tab-left {
    margin-bottom: 20px;
  }
  .purchase-top .nav-collapse {
    padding-top: 15px;
  }
  .product-banner-right h1 {
    font-size: 34px;
  }
  .product-banner-btn .banner-btn {
    height: 52px;
  }
  .side-bar-menu {
    display: none;
  }
  .side-bar-menu-mobile {
    display: flex;
  }
  .side-bar-menu-mobile .side-bar-menu-li-active {
    background: #efefef;
  }
  .side-bar-menu-mobile .side-bar-menu-li-active span {
    color: #000;
  }
  .product-download {
    padding-bottom: 40px;
  }
  .product-panel .product-download h3 {
    padding: 46px 0 15px;
  }
  .product-download > span:nth-child(1) {
    font-size: 36px !important;
    padding: 36px 0 10px !important;
  }
  .product-download > span:nth-child(2) {
    margin-bottom: 15px !important;
    font-size: 16px !important;
  }
  .product-download .product-download-button a {
    margin: 0 10px 15px;
    min-width: 260px;
    padding: 18px;
    border-radius: 2px;
  }
  .product-banner-btn .products-item-arrow,
  .product-fixed-btns {
    display: none;
  }
  .product-banner.flip-pdf-banner {
    padding-top: 40px;
  }
  .product-banner-btn .buy-btn:hover {
    border: 2px solid #cfedf0;
    background: 0 0;
    color: #cfedf0;
  }
  .product-banner-btn .banner-btn.btnShow {
    border-color: transparent;
    background: linear-gradient(0deg, #cfedf0 0, #cfedf0 100%),
      linear-gradient(95deg, #4bc355 0, #36bb95 100%);
    color: #266f6f;
  }
  .product-banner-btn .banner-btn.btnShow .down-btn-bigbox {
    display: block;
  }
  .products-features .products-features-title {
    margin-top: 10px;
    line-height: 44px;
    font-size: 36px;
    text-align: left;
  }
}
@media (max-width: 650px) {
  .product-tab-left {
    padding-right: 0;
  }
  .product-features,
  .product-how-work,
  .product-vs-pro {
    padding-right: 0;
    border-right: none;
  }
  .product-tab-right {
    position: relative;
    padding: 0;
    width: 100%;
  }
  .product-tab-right-iframe {
    height: 320px;
  }
  .product-safe-item {
    float: none;
    width: 100%;
    padding: 0 0 36px;
  }
  .compatible,
  .explore,
  .product-safe-line {
    display: none;
  }
  .compatible,
  .productInfo {
    width: 100%;
  }
  .productInfo {
    margin-left: 0;
  }
}
@media (max-width: 600px) {
  .product-features-wrap-content {
    padding-top: 0 !important;
  }
  .product-why-wrap-content,
  .product-why-wrap-content > h1 {
    padding-top: 17px;
  }
  .product-why-wrap-left,
  .product-why-wrap-right {
    float: none;
  }
  .product-why-wrap-img,
  .product-why-wrap-text {
    width: 100%;
  }
  .product-features-wrap-text {
    margin-top: 0 !important;
  }
  .product-features-wrap .product-features-wrap-img,
  .product-features-wrap .product-features-wrap-text {
    padding: 0;
  }
}
@media (max-width: 500px) {
  .product-banner-info {
    display: none;
  }
  .product-banner-btn .down-btn-bigbox {
    right: 0;
    left: auto;
  }
  .product-banner-btn .down-btn-bigbox .down-btn-box {
    /* width: 220px; */
    max-width: 250px;
    width: unset;
    white-space: nowrap;
    padding-right: 8px;
  }
}
