@import "product-common.css";
.section-paweditor-banner {
  background-image: url("/static/img/howTo/howto-banner.png");
  background-size: cover;
  background-position: center;
  height: 252px;
  padding: 74px 0;
  text-align: center;
}
.section-paweditor-banner h3 {
  font-size: 30px;
  color: #ffffff;
  line-height: 1.2;
  font-weight: bold;
  max-width: 500px;
  margin: 0 auto 15px;
}
.section-paweditor-banner .des {
  max-width: 740px;
  margin: auto;
  font-size: 22px;
  line-height: 1.5;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .section-paweditor-banner {
    padding: 50px 0;
    height: auto;
  }
  .section-paweditor-banner h3 {
    padding: 0 16px;
    font-size: 24px;
  }
  .section-paweditor-banner .des {
    padding: 0 16px;
    font-size: 18px;
  }
}
.section-paweditor-main {
  margin-bottom: 78px;
}
.section-paweditor-main .flex-container {
  flex-wrap: wrap;
  max-width: 1080px;
  margin: auto;
  display: flex;
}
.section-paweditor-main .flex-container .flex-item {
  flex: 0 0 30%;
  margin-right: 5%;
  margin-top: 88px;
  display: inline-flex;
}
.section-paweditor-main .flex-container .flex-item:nth-of-type(3n) {
  margin-right: 0;
}
.section-paweditor-main .flex-container .flex-item .item__content {
  box-shadow: rgba(232, 232, 232, 0.5) 1px 1px 8px 1px;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 0 40px 26px;
  width: 100%;
}
.section-paweditor-main .flex-container .flex-item .item__content .cont-top {
  margin-bottom: 30px;
}
.section-paweditor-main .flex-container .flex-item .item__content .cont-top img {
  width: 72px;
  height: 72px;
  display: block;
  position: relative;
  top: -26px;
}
.section-paweditor-main .flex-container .flex-item .item__content .cont-top .title {
  display: inline-block;
  font-size: 20px;
  line-height: 1.2;
  color: #595757;
  padding-bottom: 2px;
  border-bottom: 2px solid #52a1ff;
  margin: 0;
}
.section-paweditor-main .flex-container .flex-item .item__content .cont-mid .panels {
  width: 100%;
  -webkit-perspective: 500;
  -moz-perspective: 500;
  -ms-perspective: 500;
  perspective: 500;
  -ms-transform: perspective(500px);
  -moz-transform: perspective(500px);
  transform-style: preserve-3d;
  position: relative;
}
.section-paweditor-main .flex-container .flex-item .item__content .cont-mid .panels .panel {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform-style: preserve-3d;
  background-color: #ffffff;
  backface-visibility: hidden;
  transform: rotateY(180deg);
  z-index: -1;
  transition-duration: 280ms;
  transition-timing-function: ease-in-out;
}
.section-paweditor-main .flex-container .flex-item .item__content .cont-mid .panels .panel.showing {
  transform: rotateY(0deg);
  position: static;
}
.section-paweditor-main .flex-container .flex-item .item__content .cont-mid .panels .panel ul {
  padding: 0;
  width: 100%;
  margin: 0;
}
.section-paweditor-main .flex-container .flex-item .item__content .cont-mid .panels .panel ul li {
  display: block;
  padding: 0;
  margin-bottom: 12px;
}
.section-paweditor-main .flex-container .flex-item .item__content .cont-mid .panels .panel ul li:list-of-type {
  margin-bottom: 0;
}
.section-paweditor-main .flex-container .flex-item .item__content .cont-mid .panels .panel ul li a {
  font-size: 16px;
  line-height: 1.68;
  color: #898989;
  outline: none;
}
.section-paweditor-main .flex-container .flex-item .item__content .cont-mid .panels .panel ul li a:hover {
  color: #2ea7e0;
}
.section-paweditor-main .flex-container .flex-item .item__content .cont-bot .more {
  display: none;
  padding-top: 20px;
  font-size: 16px;
  color: #2ea7e0;
}
.section-paweditor-main .flex-container .flex-item .item__content .cont-bot .more.showing {
  display: block;
}
.section-paweditor-main .flex-container .flex-item .item__content .cont-bot .more img {
  display: inline-block;
  width: 12px;
  height: 6px;
  position: relative;
  top: -2px;
  transform: translateX(0px);
  transition: 100ms ease-out;
  margin-left: 10px;
}
.section-paweditor-main .flex-container .flex-item .item__content .cont-bot .more:hover img {
  transform: translateX(8px);
}
@media screen and (max-width: 1080px) {
  .section-paweditor-main .flex-container {
    padding: 0 16px;
  }
  .content .sr-user-section-paweditor {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .section-paweditor-main .flex-container {
    justify-content: space-around;
    align-items: normal;
  }
  .section-paweditor-main .flex-container .flex-item {
    flex: 0 0 45%;
    margin-right: 0;
  }
  .section-paweditor-main .cont-top .title {
    font-size: 18px;
    line-height: 1.4;
  }
  .section-paweditor-main .cont-mid .panel li {
    margin-bottom: 8px;
  }
  .section-paweditor-main .cont-mid .panel li a {
    font-size: 14px;
    line-height: 1.68;
  }
  .section-paweditor-main .cont-bot .more {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .section-paweditor-main .flex-container {
    flex-direction: column;
  }
  .section-paweditor-main .flex-item {
    flex: auto;
    width: 100%;
    height: auto;
    margin-top: 64px;
  }
  .section-paweditor-main .item__content {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
  }
}
.info-right .guide {
  display: none;
}
.info-right .guide.shows {
  display: block;
}
/* .proGuide {
  border-bottom: 2px solid #ADADAD;
} */
.info-left .gul-content {
  -webkit-padding-start: 0px;
}
.info-rfoot .gul-content {
  -webkit-padding-start: 0px;
}
img {
  max-width: 100%;
}
/* written by cby */
.guide-head {
  background: url("/static/img/faqs-guide/guide-banner-bg.png") no-repeat center center;
}
.head-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head-content h1 {
  font-weight: bold;
}
.head-content h1,
.head-content p {
  color: #fff;
}
/* #my-nav-hides {
  display: none !important;
} */
#my-nav {
  width: 100%;
  height: 70px;
  line-height: 65px;
  position: relative;
  color: #595757;
  padding-top: 2px;
  background: #fff;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  z-index: 10;
  margin-bottom: 50px;
  border-top-right-radius: unset;
  border-top-left-radius: unset;
  display: none;
}
#my-nav.my-nav-fixed {
  background: #fff !important;
  display: block;
}
#my-nav ul {
  text-transform: none;
  margin: 0;
}
#my-nav ul > li {
  width: auto;
}
#my-nav ul > li > a {
  color: #595757;
  height: 70px;
  line-height: 68px;
}
#my-nav ul > li.active,
#my-nav ul > li:hover {
  background-color: transparent;
  color: #595757;
  font-size: 16px;
  margin-top: -2px;
  height: 68px;
  line-height: 68px;
  border-width: 0px;
  border-color: transparent;
  border-bottom: 3px solid #2d8cff;
}
#my-nav .buttons-area {
  margin-top: 0;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #my-nav .buttons-area {
    display: none;
  }
  #my-nav ul > li {
    border-top: none;
    margin-top: 10px;
    background-color: #fff;
  }
}
.buttons-area {
  margin-top: 30px;
}
.buttons-area .button {
  display: none;
  vertical-align: middle;
  width: 155px;
  height: 34px;
  border: 1px solid;
  font-size: 16px;
  text-align: center;
  line-height: 32px;
  border-radius: 4px;
  transition: 0.4s;
}
.buttons-area .button i {
  position: relative;
  margin-left: 5px;
  font-size: 14px;
}
.buttons-area .button.download {
  width: 155px;
  background-color: #fff;
  color: #000;
  margin-left: 30px;
  border: 2px solid #dcdddd;
}
.buttons-area .button.download:hover {
  border-color: #000;
  color: #000;
}
.buttons-area .button.buy {
  background-color: #2d8cff;
  border-color: #2d8cff;
  color: #fff;
}
.buttons-area .button.buy:hover {
  background-color: #067DF4;
  color: #fff;
}
.gul-content li {
  line-height: 24px;
  font-size: 14px;
  list-style: none;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;
  padding-left: 20px;
  color: rgba(12, 19, 43, 0.7);
}
.gul-content li.choose {
  background-color: rgba(45, 140, 255, 0.5);
  border-radius: 8px;
  padding-right: 34px;
  color: #0C132B;
}
.gul-content li.choose::after {
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  background: url("/static/img/faqs-guide/next.svg") no-repeat center center;
  border-radius: 50%;
  box-shadow: 0 0 5px #025199;
  top: 50%;
  margin-top: -9px;
  right: 15px;
  background-color: #fff;
  background-size: 50%;
}
.gul-content li::before {
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  left: 10px;
  background-color: rgba(12, 19, 43, 0.7);
  border-radius: 50%;
  top: 50%;
  margin-top: -2px;
}
.gul-content li.choose::before {
  background-color: #0C132B;
}
.info-right .Guide-h2 {
  padding-left: 0;
}
.info-right h3 {
  font-size: 16px;
  margin: 0 0 10px;
}
@media (min-width: 1025px) {
  .Guide-wrap {
    width: 100%;
  }
  .guide-head {
    height: 198px;
  }
  .Guide-content {
    width: 1080px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
  .Guide-h2 {
    padding-left: 10px;
    font-size: 20px;
    color: #0C132B;
    font-weight: 700;
    line-height: 39px;
  }
  .head-content h1 {
    font-size: 32px;
    line-height: 42px;
  }
  .banner-words {
    flex: 0 0 65%;
  }
  .banner-pic {
    flex: 0 0 34%;
  }
  .head-content p {
    font-size: 18px;
    margin: 20px 0 0 0;
  }
  .info-left .gul-content {
    margin-top: 30px;
  }
  .info-left {
    float: left;
    width: 30%;
    margin-top: 70px;
  }
  .info-right {
    margin-top: 70px;
    margin-bottom: 58px;
    float: right;
    width: 64%;
    border-left: 1px solid #EDEEEF;
    padding-left: 3.5%;
  }
  .info-guide p {
    color: #606060;
    margin-top: 26px;
    font-size: 14px;
    line-height: 24px;
  }
  .info-guide img {
    padding-top: 17px;
  }
  .info-rfoot h2 {
    margin-top: 85px;
  }
  .info-rfoot .gul-content {
    margin-top: 17px;
  }
}
@media (min-width: 1025px) and (max-width: 1080px) {
  .Guide-content {
    width: 100%;
    padding: 0 15px;
  }
}
@media (max-width: 1024px) and (min-width: 501px) {
  .guide-head {
    background-size: 200% 100%;
  }
  .Guide-wrap {
    width: 100%;
  }
  .Guide-content {
    width: 90%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
  .Guide-h2 {
    font-size: 20px;
    color: #0C132B;
    font-weight: 700;
    padding-left: 10px;
  }
  .head-content h1 {
    font-size: 28px;
    /* font-family: light; */
  }
  .head-content p {
    font-size: 16px;
    margin: 20px 0 0 0;
  }
  .banner-words {
    flex: 0 0 60%;
    margin: 30px 0;
  }
  .banner-pic {
    flex: 0 0 36%;
  }
  .info-left .gul-content {
    margin-top: 34px;
  }
  .gul-content li {
    line-height: 36px;
    font-size: 16px;
    margin-bottom: 0;
  }
  .gul-content li {
    text-decoration: none;
    position: relative;
    cursor: pointer;
  }
  .info-left {
    float: left;
    width: 42%;
    margin-top: 70px;
  }
  .info-right {
    margin-top: 70px;
    margin-bottom: 58px;
    float: right;
    width: 55%;
    border-left: 1px solid #EDEEEF;
    padding-left: 3.5%;
  }
  .info-guide p {
    color: #606060;
    margin-top: 26px;
    font-size: 14px;
    line-height: 24px;
  }
  .info-guide img {
    padding-top: 17px;
  }
  .info-rfoot h2 {
    margin-top: 85px;
  }
  .info-rfoot .gul-content {
    margin-top: 17px;
  }
}
@media (max-width: 500px) {
  .banner-pic {
    display: none;
  }
  .Guide-wrap {
    width: 100%;
    min-width: 320px;
  }
  .Guide-content {
    width: 90%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
  .Guide-h2 {
    font-size: 16px;
    line-height: 39px;
    font-weight: 700;
  }
  .guide-head {
    background: url("/static/img/faqs-guide/banner-bg.png") no-repeat left 0;
  }
  .banner-words {
    margin-top: 35px;
  }
  .head-content {
    width: 90%;
    margin: 0 auto;
  }
  .head-content h1 {
    font-size: 24px;
    line-height: 30px;
    /* font-family: light; */
  }
  .head-content p {
    font-size: 16px;
    margin: 14px 0 10px 0;
    line-height: 25px;
  }
  .info-left .gul-content {
    margin-top: 15px;
  }
  .gul-content li {
    line-height: 42px;
    font-size: 12px;
    padding-left: 24px;
    list-style: none;
    margin-bottom: 0;
  }
  .gul-content li {
    text-decoration: none;
  }
  .gul-content li.choose {
    padding-right: 26px;
  }
  .gul-content li.choose::after {
    width: 14px;
    height: 14px;
    margin-top: -7px;
  }
  .info-left {
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #EDEEEF;
  }
  .info-right {
    margin-top: 30px;
  }
  .info-g2 {
    padding-bottom: 30px;
    border-bottom: 1px solid #EDEEEF;
  }
  .info-guide p {
    color: #606060;
    margin-top: 26px;
    font-size: 14px;
    line-height: 24px;
  }
  .info-guide img {
    padding-top: 17px;
  }
  .info-rfoot h2 {
    margin-top: 30px;
  }
  .info-rfoot .gul-content {
    margin-top: 17px;
    margin-bottom: 34px;
  }
}
@media (max-width: 320px) {
  .guide-head {
    background: url("/static/img/faqs-guide/s-guider-banner.png") no-repeat center center;
    height: 450px;
  }
}
