@charset "UTF-8";
.top-h1 {
  background: #cb40a9;
  padding: 30px 0;
  margin-bottom: 18px;
}

.top-h1 h1 {
  text-align: center;
  font-size: 30px;
  color: #fff;
}

.top-h1.v1 {
  padding: 0;
  background: #fff;
  color: #373737;
}
@media ( min-width: 1520px) {
  .top-h1.v1 .josh-wrap {
    width: 980px;
  }
}
.top-h1.v1 h1,
.top-h1.v1 strong,
.top-h1.v1 p,
.top-h1.v1 span {
  font-family: Helvetica;
}
.top-h1.v1 h1 {
  max-width: 980px;
  margin: 0 auto 15px;
  padding: 0;
  color: inherit;
  font-weight: bold;
}
.top-h1.v1 .top__info {
  text-align: center;
  font-size: 14px;
}
@media (max-width: 580px) {
  .top-h1.v1 .top__info {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    gap: 12px;
  }
}
.top-h1.v1 .top__info a {
  color: inherit;
}
.top-h1.v1 .top__info a:hover {
  color: #cb40a9;
}
.top-h1.v1 .top__info a[href*="javascript:void(0)"] {
  text-decoration: none;
  color: inherit;
}
@media (min-width: 581px) {
  .top-h1.v1 .top__info > span {
    margin-left: 10px;
  }
}
.top-h1.v1 .top__info > span a {
  text-decoration: underline;
}
.top-h1.v1 .top__info > .share-buttons {
  vertical-align: middle;
  font-size: 0;
}
@media (min-width: 581px) {
  .top-h1.v1 .top__info > .share-buttons {
    margin-left: 25px;
  }
}
.top-h1.v1 .top__info > .share-buttons a {
  display: inline-block;
  transition: ease 0.25s;
  vertical-align: middle;
}
.top-h1.v1 .top__info > .share-buttons a:not(:first-child) {
  margin-left: 16px;
}
.top-h1.v1 .top__info > .share-buttons a:hover {
  transform: translateY(-2px);
}

.btn-download-mac,
.btn-buy-mac {
  background-image: url(../images/mac@2x.png);
  background-size: 36px auto;
  background-position: 18px 6px;
}

.btn-download {
  line-height: 45px;
}

.btn-download-win,
.btn-buy-win {
  background-image: url(../images/win@2x.png);
  background-size: 36px auto;
  background-position: 18px 6px;
}

.breadcrumb {
  background: #ffffff;
  padding: 50px 0 30px 0;
  line-height: 20px;
}

.breadcrumb a {
  font-size: 18px;
  color: #373737;
}

.breadcrumb img {
  margin: -6px 10px 0 10px;
}

.breadcrumb span {
  font-size: 18px;
  color: #363636;
}

.art-content {
  padding-bottom: 35px;
}

@media ( min-width: 1520px) {
  .art-content .josh-wrap {
    width: 980px;
  }
}

.art-content img {
  max-width: 100%;
  height: auto !important;
}

.art-summery {
  background: #ffffff;
}

.art-summery p {
  color: #373737;
  font-size: 16px;
  line-height: 1.6em;
  margin-bottom: 15px;
}

.art-summery p a {
  color: #cb40a9;
}

.art-summery img {
  display: block;
  margin: 28px auto;
  max-width: 100%;
}

.art-summery img.hot {
  display: inline;
  margin: -4px 0 0 0;
}

.art-summery .guide {
  padding: 18px 10px;
  margin-left: 8px;
  list-style: none;
}
.art-summery .guide li {
  position: relative;
}
.art-summery .guide li:before {
  font-size: 34px;
  line-height: 27px;
  color: #373737;
  content: "•";
  display: block;
  position: absolute;
  left: -20px;
  top: 0px;
}
.art-summery .guide li > a {
  display: inline-block;
  padding: 6px 0;
  color: #373737;
  font-size: 16px;
}
.art-summery .guide ul {
  margin-left: 36px;
  list-style: none;
}
.art-summery .guide ul > li:before {
  content: "";
  top: 12px;
  left: -16px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  border: 1px solid #373737;
}

.art-step {
  background: #ffffff;
}

.art-step p a {
  color: #cb40a9;
}

.art-step .josh-wrap > h2 {
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 8px 20px 8px 12px;
  color: #404040;
  font-size: 28px;
  font-weight: 700;
  line-height: 24px;
  border-left: 8px solid #CB40A9;
}
.art-step .josh-wrap > h2 a {
  color: #404040;
}

.art-step h2 a {
  color: #373737;
}

.art-step .josh-wrap > h3 {
  margin-bottom: 20px;
  padding-left: 22px;
  position: relative;
  color: #404040;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}
.art-step .josh-wrap > h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 10px;
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #CB40A9;
}

.art-step h3 a {
  color: #404040;
}

.art-step .josh-wrap > h4 {
  margin-bottom: 20px;
  color: #404040;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.art-step p {
  font-size: 16px;
  color: #373737;
  padding: 5px 0px 10px 0;
  line-height: 1.6em;
  word-break: break-word;
}

.ar-download-box {
  padding: 30px 0;
}

.ar-download-box .d-box {
  background: #f4f4f4;
  padding: 20px 40px;
  border-radius: 15px;
  display: inline-block;
  position: relative;
}

.ar-download-box h2, .ar-download-box .title {
  color: #373737;
  font-size: 22px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  position: absolute;
  left: 90px;
}
@media ( max-width: 768px) {
  .ar-download-box h2, .ar-download-box .title {
    left: 75px;
    text-align: left;
    line-height: normal;
  }
}
@media ( max-width: 480px) {
  .ar-download-box h2, .ar-download-box .title {
    top: 25px;
  }
}
.ar-download-box h2 a, .ar-download-box .title a {
  color: #cb40a9;
}

.ar-download-box .img {
  position: absolute;
  top: 20px;
  max-width: 40px;
}
@media ( max-width: 768px) {
  .ar-download-box .img {
    max-width: 40px !important;
  }
}

.ar-download-box .text {
  margin-top: 40px;
  display: flex;
  align-items: center;
}
@media ( max-width: 992px) {
  .ar-download-box .text {
    flex-wrap: wrap;
  }
}
@media ( max-width: 768px) {
  .ar-download-box .text {
    margin-top: 50px;
  }
}
.ar-download-box .text .btn-box-two {
  margin-top: -35px;
  padding: 0;
  width: auto;
}
@media ( max-width: 992px) {
  .ar-download-box .text .btn-box-two {
    margin-top: 10px;
  }
}
.ar-download-box .text .btn-box-two .btn-download-box {
  padding: 0;
  width: auto;
  float: none;
}
.ar-download-box .text .btn-download {
  padding-left: 27px;
  font-size: 18px;
  background-size: 23px auto;
  background-position: 25px 11px;
}

.ar-download-box .text ul {
  margin-right: 62px;
  padding-left: 25px;
  padding-top: 10px;
  width: 550px;
  box-sizing: border-box;
}
@media ( max-width: 768px) {
  .ar-download-box .text ul {
    margin-right: 0;
    padding-left: 0;
    width: auto;
  }
}

.ar-download-box .text li {
  color: #373737;
  font-size: 16px;
  line-height: 1.62;
}
.ar-download-box .text li::marker {
  font-size: 12px;
}

.ar-download-box .text li a,
.art-step h2 > a {
  color: #cb40a9;
}

.ar-download-box .btn-box-two {
  padding-top: 12px;
}

.dl-step a {
  color: #cb40a9;
}

.dl-step dt {
  margin-bottom: 20px;
  color: #404040;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.dl-step dt span {
  padding: 0 5px;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  border-radius: 20px;
  background: #CB40A9;
  margin-right: 10px;
}

.dl-step dd {
  color: #373737;
  font-size: 16px;
  padding-bottom: 33px;
  line-height: 1.6em;
}

.dl-step img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.info-table {
  border: none;
  margin: 17px 15px;
}

.info-table .odd {
  background: #e2e2e2;
}

.info-table .even {
  background: #f8f9f9;
}

.info-table th {
  font-size: 17px;
  background: #404040;
  height: 50px;
  vertical-align: middle;
  color: #ffffff;
}

.info-table th.title {
  color: #fff;
}

.info-table td {
  height: 28px;
  line-height: 28px;
  vertical-align: middle;
}

.info-table .title {
  width: 268px;
  font-size: 18px;
  text-align: center;
  color: #373737;
  border-right: 1px solid #ffffff;
}

.info-table .info {
  text-align: center;
  font-size: 16px;
  color: #373737;
  border-right: 1px solid #ffffff;
}

.posted-by {
  background: #ffffff;
}

.posted-by .josh-wrap {
  padding: 44px 0;
  border-bottom: 2px solid #e0e0e0;
}

.posted-by .d-box {
  padding: 12px 40px 12px 20px;
  float: right;
  background: #404040;
  border-radius: 10px;
  text-align: center;
  font-size: 16px;
  line-height: 1.6em;
  position: relative;
  color: #fff;
}

.posted-by .d-box img {
  position: absolute;
  right: -50px;
  bottom: 0;
  display: none;
}

.posted-by.v1 {
  padding: 30px 0;
  color: #373737;
}
.posted-by.v1 * {
  font-family: Helvetica;
}
.posted-by.v1 .josh-wrap {
  padding: 30px 0 25px;
  border-top: solid 1px #dedede;
  border-bottom: solid 1px #dedede;
}
.posted-by.v1 .flex-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}
@media (max-width: 580px) {
  .posted-by.v1 .flex-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
}
.posted-by.v1 .avator-box a[href*="javascript:void(0)"] {
  cursor: auto;
  text-decoration: none;
}
.posted-by.v1 .avator-box .avator-info {
  display: inline-block;
  width: calc(100% - 96px);
  padding-left: 16px;
  vertical-align: middle;
}
@media (max-width: 380px) {
  .posted-by.v1 .avator-box .avator-info {
    width: 100%;
    padding: 0;
  }
}
.posted-by.v1 .avator-box .avator-info h3 {
  margin-bottom: 7px;
  white-space: nowrap;
  font-size: 24px;
  font-weight: bold;
}
.posted-by.v1 .avator-box .avator-info h3 span,
.posted-by.v1 .avator-box .avator-info h3 a {
  vertical-align: middle;
}
.posted-by.v1 .avator-box .avator-info h3 a {
  color: inherit;
}
.posted-by.v1 .avator-box .avator-info h3 a:not([href*="javascript:void(0)"]):hover {
  color: #cb40a9;
}
.posted-by.v1 .avator-box .avator-info h3 .share-buttons {
  position: relative;
  padding-left: 14px;
  margin-left: 5px;
  vertical-align: middle;
  font-size: 0;
}
.posted-by.v1 .avator-box .avator-info h3 .share-buttons::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 18px;
  background-color: #666;
}
.posted-by.v1 .avator-box .avator-info h3 .share-buttons a {
  display: inline-block;
  transition: ease 0.25s;
}
.posted-by.v1 .avator-box .avator-info h3 .share-buttons a:hover {
  transform: translateY(-2px);
}
.posted-by.v1 .avator-box .avator-info h3 .share-buttons a:not(:last-child) {
  margin-right: 8px;
}
.posted-by.v1 .avator-box .avator-info p {
  font-size: 16px;
}
.posted-by.v1 .rating-box {
  text-align: right;
}
@media (max-width: 580px) {
  .posted-by.v1 .rating-box {
    text-align: left;
  }
}
.posted-by.v1 .rating-box .jw-rate {
  margin-bottom: 8px;
}
.posted-by.v1 .rating-box .jw-rate .star {
  position: relative;
  left: 5px;
  display: inline-block;
  height: 100%;
  background: url(../images/article/rating.svg) no-repeat;
  background-size: 24px 23px;
  background-position: center center;
  cursor: pointer;
}
@media (max-width: 580px) {
  .posted-by.v1 .rating-box .jw-rate .star {
    left: auto;
    right: 5px;
  }
}
.posted-by.v1 .rating-box .jw-rate .star-off {
  background-image: url(../images/article/rating-hollow.svg);
}
.posted-by.v1 .rating-box .rate-tips {
  font-size: 14px;
}
.posted-by.v1 .author-desc {
  font-size: 16px;
  line-height: 26px;
}

.related-art {
  background: #ffffff;
  position: absolute;
  top: 276px;
  right: 50%;
  width: 220px;
  margin-right: -750px;
  background: #fff;
  z-index: 2;
}
@media ( max-width: 1520px) {
  .related-art {
    max-width: 980px;
    position: initial !important;
    margin: 0 auto 30px;
    top: 0;
    right: 0;
    width: 100%;
  }
}
@media ( max-width: 768px) {
  .related-art {
    padding: 0 15px;
    box-sizing: border-box;
  }
}
.related-art .josh-wrap {
  border: 1px solid #ddd;
}
@media ( min-width: 1520px) {
  .related-art .josh-wrap {
    width: auto;
  }
}
.related-art .img {
  text-align: left;
}
@media ( max-width: 1520px) {
  .related-art .img {
    width: 100%;
    float: none;
    text-align: center;
  }
}
.related-art .img img {
  display: none;
}
.related-art .img p {
  padding: 12px 20px;
  font-size: 18px;
  font-weight: bold;
  color: #565656;
  background: #eaeaea;
}
.related-art .link-box {
  padding: 0 10px 20px 10px;
  background: #fff;
}
@media ( max-width: 1520px) {
  .related-art .link-box {
    float: none;
    display: block;
    padding: 0;
    width: auto;
  }
}
.related-art .link-box .link {
  margin-top: 15px;
}
@media ( max-width: 1520px) {
  .related-art .link-box .link {
    float: none;
    padding: 0px 20px;
    width: auto;
  }
}
.related-art a {
  position: relative;
  display: block;
  margin-top: 8px;
  padding-left: 10px;
  color: #565656;
  font-size: 14px;
  line-height: 1.4;
}
@media ( max-width: 1520px) {
  .related-art a {
    margin: 10px 0;
    font-size: 14px;
    text-align: left;
  }
}
.related-art a::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #565656;
}
.related-art .active {
  color: #cb40a9;
}

.art-sitemap {
  background: #ffffff;
  padding-bottom: 35px;
}

.art-sitemap .josh-wrap {
  padding: 44px 0;
  border-bottom: 2px solid #f8f9f9;
}

.art-sitemap .img {
  width: 256px;
  text-align: center;
  float: left;
}

.art-sitemap .img p {
  margin-top: 8px;
  font-size: 20px;
  color: #cb40a9;
}

.art-sitemap .link-box {
  width: 680px;
  float: right;
}

.art-sitemap .link-box .link {
  width: 340px;
  float: left;
}

.art-sitemap a {
  display: block;
  color: #565656;
  font-size: 15px;
  line-height: 30px;
}

.art-list {
  font-size: 15px;
  color: #565656;
  padding: 8px 0px;
  list-style-position: inside;
  list-style-type: disc;
}

.art-list li {
  padding: 4px;
  line-height: 120%;
  overflow-wrap: break-word;
  position: relative;
}

.art-list.num {
  list-style-type: decimal;
}

.art-list.roman {
  list-style-type: upper-roman;
}

.art-list.step {
  list-style: none;
  counter-reset: artlist-step-counter;
}

.art-list.step li::before {
  content: "Step " counter(artlist-step-counter, decimal) ".";
  counter-increment: artlist-step-counter;
  margin-right: 5px;
  font-weight: bold;
}

.art-list.none {
  list-style: none;
}

.article-body .btn-box-wrap {
  margin-top: 22px;
  margin-left: -50px;
}

@media (max-width: 767px) {
  .top-h1 {
    padding: 40px 15px;
  }
  .breadcrumb {
    padding-left: 15px;
    padding-right: 15px;
  }
  .art-summery .guide li {
    list-style-position: inside;
  }
  .ar-download-box .d-box {
    padding: 40px 20px 23px 20px;
  }
  .ar-download-box .img {
    padding: 0;
    margin-top: 3vw;
    width: 100%;
    max-width: none;
    text-align: center;
    float: none;
  }
  .ar-download-box .text {
    width: 100%;
    float: none;
  }
  .ar-download-box .text li {
    list-style-position: inside;
  }
  .art-step h1 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .info-table {
    max-width: 100%;
    display: block;
    overflow: scroll;
    margin: 17px 0;
  }
  .info-table .info {
    padding-left: 1em;
    padding-right: 1em;
  }
  .info-table .title {
    width: auto;
  }
  .art-content {
    padding: 0 15px;
  }
  .art-content .josh-wrap {
    width: 100%;
  }
  .article-body iframe {
    width: 100%;
    padding: 15px 0;
  }
  .top-h1 h1 {
    font-size: 20px;
  }
  .art-sitemap .img {
    width: 100%;
    float: none;
  }
  .art-sitemap .link-box {
    width: 100%;
    float: none;
  }
  .art-sitemap .link-box .link {
    width: auto;
    padding: 10px 20px;
    float: none;
  }
  .art-sitemap a {
    text-align: center;
    margin: 10px 0;
  }
}
.art-step.partner .box .link {
  float: left;
  height: 75px;
  margin-right: 25px;
}

.art-step.partner .box .link:last-of-type {
  margin-right: 0;
}

.art-step.partner .box .link img {
  vertical-align: middle;
}

.video {
  max-width: 100%;
}

.product-banner {
  padding-top: 33px;
  position: relative;
  overflow: hidden;
  min-height: 350px;
  box-sizing: border-box;
  background-color: lightskyblue;
}

@media (max-width: 768px) {
  .product-banner {
    padding: 10px;
  }
}
.banner-bg {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  height: 100%;
  width: auto;
  max-width: none;
}
@media (min-width: 1922px) {
  .banner-bg {
    width: 100%;
    height: auto;
  }
}

.banner__title {
  display: block;
  font-size: 32px;
  font-weight: 600;
  color: #ffffff;
  cursor: pointer;
}

.banner__title:hover {
  text-decoration: none;
}

.banner__title h2,
.banner__title p {
  display: inline-block;
  margin-left: 18px;
  vertical-align: middle;
}
@media ( max-width: 768px) {
  .banner__title h2,
  .banner__title p {
    width: calc(100% - 95px);
  }
}

.banner__title:hover h2,
.banner__title:hover p {
  text-decoration: underline;
}

.banner__list {
  margin: 25px 0 25px 16px;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
}

.banner__list li::marker {
  font-size: 8px;
}

.banner__btn-group .btn-download {
  display: inline-block;
  margin: 0 15px 10px 0;
  padding-left: 68px;
  width: 206px;
  height: 60px;
  background-color: #62d578;
  border-radius: 5px;
  line-height: 60px;
  font-size: 22px;
  font-weight: 600;
  color: #fffefe;
  box-sizing: border-box;
  text-align: left;
  transition: all 0.4s;
}
@media ( max-width: 480px) {
  .banner__btn-group .btn-download {
    display: block;
    margin: 0 auto 10px;
  }
}

.banner__btn-group .btn-download:hover {
  background-color: #30b850;
}

.banner__btn-group .btn-download-mac {
  background-position: 24px center;
}

.banner__btn-group .btn-download-win {
  background-image: url(../images/win-30.png);
  background-size: 32px 32px;
  background-position: 24px center;
}

.btn-box-two .buy-30 {
  margin: 18px 15px 0;
  float: left;
}

.sticky-art {
  display: none;
  position: absolute;
  top: 0;
  right: 50%;
  margin-right: -750px;
  padding-top: 30px;
  width: 220px;
  background-color: transparent;
  transition: top 0.3s;
  z-index: 2;
}
@media ( max-width: 1520px) {
  .sticky-art {
    max-width: 980px;
    position: initial !important;
    margin: 0 auto 30px;
    top: 0;
    right: 0;
    width: 100%;
  }
}

.sticky-art .josh-wrap {
  padding: 24px 20px 12px;
  border: 1px solid #ddd;
  background-color: #ffffff;
  text-align: center;
  box-sizing: border-box;
}
@media ( min-width: 1520px) {
  .sticky-art .josh-wrap {
    width: auto;
  }
}

.sticky-art .title {
  margin: 8px 0 0;
  padding: 0 10px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
}
.sticky-art .title a {
  color: #282828;
}

.sticky-art .desc {
  margin: 6px 0 14px;
  font-size: 14px;
  line-height: 1.2;
}

.recommend-btn a::before {
  display: none;
}

.recommend-btn {
  display: none;
}

.recommend-btn.active {
  display: block;
}

.recommend-btn a {
  display: block;
  padding: 0;
  margin: 0 auto 12px;
  width: 154px;
  height: 44px;
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
  line-height: 44px;
  transition: all 0.4s;
}

.recommend-btn a:hover {
  text-decoration: none;
}

.recommend-btn .buy-btn {
  background-color: #ff6137;
  position: relative;
}
.recommend-btn .buy-btn .discount {
  position: absolute;
  top: -15px;
  right: -32px;
  transform: scale(0.6);
  width: 114px;
  height: 40px;
  color: #FFEC1F;
  font-size: 23px;
  line-height: 30px;
  font-weight: 700;
  background: url(/special/discount.png) no-repeat;
  background-size: cover;
}
.recommend-btn .buy-btn .discount span {
  font-size: 19px;
}
.recommend-btn .buy-btn .free {
  right: -27px;
  width: 89px;
  background: url(/special/product-free.png) no-repeat;
}

.recommend-btn .buy-btn:hover {
  background-color: #ce370f;
}

.recommend-btn .download-btn {
  background-color: #38da5e;
}

.recommend-btn .download-btn:hover {
  background-color: #30b850;
}

.af-table-wrapper {
  overflow-x: auto;
}
.af-table-wrapper table .title {
  min-width: 210px;
  font-weight: bold;
}
.af-table-wrapper th {
  min-width: 120px;
  padding: 8px 15px;
  font-weight: bold;
  line-height: 1.4;
  border-right: 1px solid #fff;
}
.af-table-wrapper th:last-child {
  border-right: none;
}
.af-table-wrapper td {
  padding: 8px 15px;
}

.art-summery .nav-content {
  padding: 10px 30px;
  margin-bottom: 20px;
  border-radius: 10px;
  background: linear-gradient(90deg, rgba(205, 72, 239, 0.08) 0%, rgba(248, 66, 145, 0.08) 100%);
}
.art-summery .nav-content .nav-content-title {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.art-summery .nav-content .nav-content-title span {
  color: #404040;
  font-size: 24px;
  font-weight: 700;
}
.art-summery .nav-content .nav-content-title img {
  margin: 15px 0;
  transform: rotate(180deg);
}
.art-summery .nav-content.active .nav-content-title {
  border-bottom: 1px solid #F2D2EA;
}
.art-summery .nav-content.active .nav-content-title img {
  transform: rotate(0deg);
}
.art-summery .nav-content.active .nav-content-ul {
  display: block;
}
.art-summery .nav-content .nav-content-ul {
  display: none;
  padding: 10px 0 0;
  list-style: none;
}
.art-summery .nav-content .nav-content-ul .tips-hot {
  margin-left: 5px;
  padding: 0.5px 4px;
  color: #FFF;
  font-size: 11px;
  font-weight: 500;
  line-height: 15.4px;
  border-radius: 4px;
  background: #F96137;
  vertical-align: text-bottom;
}
.art-summery .nav-content .nav-content-ul > li {
  margin: 10px 0;
  padding: 0 15px;
}
.art-summery .nav-content .nav-content-ul > li:hover > a {
  color: #CB40A9;
}
.art-summery .nav-content .nav-content-ul > li > a {
  color: #404040;
  font-size: 16px;
  line-height: 22px;
}
.art-summery .nav-content .nav-content-ul > li.scroll > a {
  color: #CB40A9;
}
.art-summery .nav-content .nav-content-ul ul li {
  position: relative;
  list-style: none;
  margin: 10px 0;
  padding-left: 26px;
}
.art-summery .nav-content .nav-content-ul ul li a {
  color: #404040;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.art-summery .nav-content .nav-content-ul ul li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 10px;
  top: 8px;
  border: 1px solid #404040;
  border-radius: 50%;
}
.art-summery .nav-content .nav-content-ul ul li:hover a {
  color: #CB40A9;
}
.art-summery .nav-content .nav-content-ul ul li:hover::before {
  content: "";
  border-radius: 50%;
  border: 1px solid #CB40A9;
  background-color: #CB40A9;
}
.art-summery .nav-content .nav-content-ul .have-child {
  position: relative;
}
.art-summery .nav-content .nav-content-ul .have-child ul {
  display: none;
}
.art-summery .nav-content .nav-content-ul .have-child > .before {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  left: -5px;
  top: 3px;
  transform: rotate(180deg);
  width: 15px;
  height: 15px;
  background-image: url(/images/article/arrow-bg-b.svg);
  background-size: cover;
}
.art-summery .nav-content .nav-content-ul .have-child.active ul {
  display: block;
}
.art-summery .nav-content .nav-content-ul .have-child.active ul .active a {
  color: #CB40A9;
}
.art-summery .nav-content .nav-content-ul .have-child.active ul .active::before {
  content: "";
  border-radius: 50%;
  border: 1px solid #CB40A9;
  background-color: #CB40A9;
}
.art-summery .nav-content .nav-content-ul .have-child.active > .before {
  transform: rotate(0deg);
}

.footer-support-v1 {
  background-color: #F5F5F5;
}
.footer-support-v1 .item-box {
  display: flex;
  padding: 80px 0;
  border-bottom: none;
}
@media (max-width: 768px) {
  .footer-support-v1 .item-box {
    padding: 40px 15px;
    flex-direction: column;
  }
}
.footer-support-v1 .item {
  width: 31.7%;
  margin-right: 30px;
  float: none;
  padding: 30px 32px;
  border-radius: 20px;
  border: 1px solid #F1E7ED;
  background-color: #FFF;
}
@media (max-width: 768px) {
  .footer-support-v1 .item {
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .footer-support-v1 .item {
    padding: 20px 15px;
  }
  .footer-support-v1 .item:first-of-type {
    margin-top: 0;
  }
}
.footer-support-v1 .item:last-of-type {
  margin-right: 0;
}
@media (max-width: 768px) {
  .footer-support-v1 .item:last-of-type {
    margin-bottom: 0;
  }
}
.footer-support-v1 .item h3 {
  color: #404040;
  text-align: center;
  font-family: Helvetica;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}
@media (max-width: 480px) {
  .footer-support-v1 .item h3 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 22px;
  }
}
.footer-support-v1 .item p {
  color: #666;
  text-align: center;
  font-family: Helvetica;
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 480px) {
  .footer-support-v1 .item p {
    font-size: 14px;
    line-height: 22px;
  }
}
.footer-support-v1 .img img {
  width: auto;
  height: 51px;
}
@media (max-width: 480px) {
  .footer-support-v1 .img img {
    width: auto;
    height: 39px;
  }
}

.product-nav {
  background: #f4f4f4;
  border-bottom: 4px solid #e3d7e0;
  text-align: center;
  font-size: 0;
}
@media ( max-width: 480px) {
  .product-nav {
    display: none !important;
  }
}
.product-nav.hidden {
  display: block;
  opacity: 0;
  border: none;
  height: 0;
}
.product-nav a {
  display: inline-block;
  height: 56px;
  line-height: 56px;
  padding: 0 30px;
  margin: 0 0 -4px;
  color: #404040;
  font-size: 18px;
}
@media ( max-width: 768px) {
  .product-nav a {
    font-size: 16px;
    padding: 3px 0;
    width: 25%;
    text-align: center;
  }
}
@media ( max-width: 480px) {
  .product-nav a {
    font-size: 14px;
  }
}
.product-nav a:hover, .product-nav a.active {
  color: #cb40a9;
  text-decoration: none;
  border-bottom: 4px solid #cb40a9;
}
.product-nav .logo:hover, .product-nav .down-cart a:hover {
  border-bottom: none;
}
.product-nav .logo {
  position: absolute;
  padding: 0;
  top: 0;
  left: 0;
  height: auto;
  line-height: 50px;
}
@media ( max-width: 1520px) {
  .product-nav .logo {
    display: none;
  }
}
.product-nav .logo img, .product-nav .logo span {
  display: inline-block;
  vertical-align: middle;
}
.product-nav .logo span {
  margin: 0 0 0 7px;
  font-family: Helvetica;
  font-size: 16px;
  line-height: 24px;
  color: #404040;
  font-weight: bold;
}
@media ( max-width: 768px) {
  .product-nav .logo span {
    font-size: 11pt;
    line-height: 1.3;
  }
}
.product-nav .down-cart {
  position: absolute;
  top: 0;
  right: 0;
}
@media ( max-width: 1520px) {
  .product-nav .down-cart {
    display: none !important;
  }
}
.product-nav .down-cart .dc-download, .product-nav .down-cart .dc-cart {
  margin: 8px 5px;
  display: inline-block;
  width: 130px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  border-radius: 6px;
  font-family: Arial;
  font-size: 18px;
  color: #ffffff;
}
.product-nav .down-cart .dc-win, .product-nav .down-cart .dc-mac {
  background-size: 24px auto;
  text-align: left;
}
@media screen and (min-width: 0\0 ) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
  .product-nav .down-cart .dc-win, .product-nav .down-cart .dc-mac {
    background-size: 90px auto;
  }
}
.product-nav .down-cart .dc-win {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 38'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Ewin%3C/title%3E%3Cpath class='cls-1' d='M16.37,18.41V5.52L2.94,7.38v11Z'/%3E%3Cpath class='cls-1' d='M17.48,18.41H34.93V3L17.48,5.37Z'/%3E%3Cpath class='cls-1' d='M16.37,19.51H2.94v11l13.43,1.85Z'/%3E%3Cpath class='cls-1' d='M17.48,19.51v13L34.93,35V19.51Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 9px center;
  text-indent: 41px;
}
@media screen and (min-width: 0\0 ) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
  .product-nav .down-cart .dc-win {
    background-position: -22px center;
  }
}
.product-nav .down-cart .dc-mac {
  background-position: 11px center;
  text-indent: 43px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 38'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Emac%3C/title%3E%3Cpath class='cls-1' d='M19,28.47a50.07,50.07,0,0,1-14.32-2.1l.74-2.21a45.06,45.06,0,0,0,13.58,2h1.79a28.94,28.94,0,0,1,.52-4.74H14.16A34,34,0,0,1,18.79,4.89H.05V33.21H21a37.34,37.34,0,0,1-.21-4.74ZM7.21,9.53H9.52v4.73H7.21ZM37.94,4.79H22.16c-.11.1-.11.21-.22.32a37.4,37.4,0,0,0-3.36,7.26,31.13,31.13,0,0,0-1.37,6.1h7.58l-.63,3.37a32,32,0,0,0-.43,4,51.4,51.4,0,0,0,9-1.79l.74,2.21a51,51,0,0,1-9.69,1.9v.52c0,1.48.11,2.95.21,4.43H38.05V4.79Zm-7.15,9.47H28.47V9.53h2.32Zm-6.95,19H21M18.89,4.79h3.27'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-repeat: no-repeat;
}
@media screen and (min-width: 0\0 ) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
  .product-nav .down-cart .dc-mac {
    background-position: -22px center;
  }
}
.product-nav .dc-download {
  background-color: #5bd578;
}
.product-nav .dc-cart {
  background-color: #f09522;
}

.nav-absulute {
  position: absolute;
  top: 0;
  background: #f4f4f4;
}
.nav-absulute > a {
  display: inline-block;
  height: 56px;
  line-height: 56px;
  font-family: Arial;
  font-size: 18px;
  color: #5a5a5a;
}
.nav-absulute > a:hover, .nav-absulute > a.active {
  color: #cb40a9;
  border-bottom: 4px solid #cb40a9;
}

.top-h1.v1 {
  margin-bottom: 30px;
  background: #F0E9EE;
  height: 180px;
  display: flex;
  align-items: center;
}
@media ( max-width: 768px) {
  .top-h1.v1 {
    padding: 30px 15px;
    height: auto;
  }
}
.top-h1.v1 h1 {
  margin: 0 auto 15px;
}
@media ( min-width: 768px) {
  .top-h1.v1 h1 {
    max-width: 960px;
    font-size: 36px;
    line-height: 42px;
  }
}/*# sourceMappingURL=article.css.map */