@charset "UTF-8";
/** ANGLE METHODS **/
/** @MEDIA **/
/** BROWSER PREFIXS **/
/** FOR SPECIAL BROWSERS **/
/** SOME HELPERS **/
/** COMPONENTS **/
/** LANGUAGES **/
.article-style .article-fold-btn {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../img/tutorial/svg/open.svg) center/contain no-repeat;
  vertical-align: middle;
  cursor: pointer;
}
.article-style .article-fold-btn.fold {
  background-image: url(../img/tutorial/svg/fold.svg);
}
.article-style .article-content {
  counter-reset: order;
}

.page-style {
  min-height: calc(100% - 180px);
  padding: 80px 0;
}
@media (min-width: 1024px) {
  .page-style .wrapper {
    max-width: 50%;
  }
}

.content {
  min-height: 100vh;
  padding-top: 120px;
  counter-reset: order;
  font-family: "HelveticaNeue", "Helvetica";
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  font-family: "HelveticaNeue Bold", "Helvetica";
  font-weight: bold;
}
.content .wrapper {
  padding-bottom: 100px;
  width: 1160px;
}
.content .wrapper::after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 768px) {
  .content .wrapper {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .content {
    padding: 50px 0 0 0;
  }
  .content .nav-left {
    display: none;
  }
}
.content .main-content h1 {
  text-align: left;
}

.rating-share-section {
  padding-top: 20px;
  padding-bottom: 40px;
}

.rating[disabled] {
  opacity: 1;
}

.rating-text,
.rating-detail {
  font-size: 14px;
}

.rating-detail {
  margin-top: 0;
}
.rating-detail [itemprop=ratingValue] {
  font-size: 18px;
  font-weight: bold;
}

.posted {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #ededed;
  overflow: hidden;
}
.posted-portrait {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
  position: relative;
}
.posted-portrait img {
  display: block;
  width: 100%;
  height: 100%;
}
.posted-portrait img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../com/img/article/author.svg") no-repeat;
  background-size: 100% 100%;
}
.posted-info {
  padding-top: 4px;
  margin-left: 46px;
}

.yarpp-related {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #ebebeb;
}
.yarpp-related h3 {
  margin-top: 0;
}
.yarpp-related ul {
  margin-bottom: 0;
  list-style-type: circle;
  padding-left: 19px;
}
.yarpp-related li {
  padding: 9px 0;
}
.yarpp-related a {
  color: inherit;
}
.yarpp-related a:hover {
  color: #0099cc;
}
.yarpp-related img {
  display: none;
}

.yarpp-related-none {
  display: none;
}

.author-head {
  width: 96px;
  height: 96px;
  margin-top: 8px;
  margin-bottom: 20px;
  float: left;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.author-head img {
  display: block;
  width: 100%;
  height: 100%;
}
.author-head img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../com/img/article/author.svg") no-repeat;
  background-size: 100% 100%;
}
.author-info {
  margin-left: 120px;
}
@media (max-width: 768px) {
  .author {
    text-align: center;
  }
  .author-head {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .author-info {
    margin-left: 0;
    text-align: left;
  }
}

.share-to {
  margin-top: 10px;
}
.share-to li {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: top;
  line-height: 40px;
  margin-right: 10px;
  color: #25a0cf;
  background-position: 100% 100%;
}
.share-to a {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
}
@media (max-width: 768px) {
  .share-to {
    text-align: center;
  }
}

.article_list {
  padding: 30px 20px 10px 0;
  border-bottom: 1px dotted #ddd;
}
.article_list::after {
  content: "";
  display: block;
  clear: both;
}
.article_list:hover {
  border-bottom-color: #aaa;
}
.article_list:hover .left_img {
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.3);
}
.article_list a {
  text-decoration: none;
  color: #375eae;
}
.article_list a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .article_list {
    padding-right: 0;
  }
}

.left_img {
  background: #fff;
  border: 1px solid #eee;
  width: 124px;
  height: 84px;
  padding: 2px;
  margin: 0 -124px 20px 0;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  vertical-align: middle;
  float: left;
}
.left_img a {
  display: block;
  height: 100%;
  background-position: center;
  background-size: cover;
}
@media (max-width: 768px) {
  .left_img {
    position: relative;
    float: none;
    width: 100%;
    padding-top: 60%;
  }
  .left_img a {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
  }
}

.right_info {
  float: left;
  margin-left: 144px;
}
.right_info h3 {
  margin-top: -5px;
}
.right_info p {
  font-size: 16px;
  margin: 10px 0;
  line-height: 27.5px;
}
@media (max-width: 768px) {
  .right_info {
    float: none;
    width: auto;
    margin-left: 0;
  }
}

.wp-pagenavi {
  clear: both;
  width: 100%;
  height: 40px;
  padding: 30px 0 0 0;
}

.wp-pagenavi a,
.wp-pagenavi span {
  background: #eee;
  color: #999;
  margin: 2px;
  padding: 6px 10px;
  text-decoration: none;
}

.wp-pagenavi a {
  color: #000069;
}

.wp-pagenavi a:hover {
  background: #00aed3;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.wp-pagenavi .pages,
.wp-pagenavi .extend {
  display: none;
}
@media (max-width: 768px) {
  .wp-pagenavi .page,
.wp-pagenavi .first,
.wp-pagenavi .last {
    display: none;
  }
}

.left_img a,
.left_img a img {
  line-height: 85px;
  vertical-align: middle;
  width: 100%;
}

.article .stepblue3,
.article .step,
.article .stepblue,
.article .stepblue2 {
  display: inline-block;
  vertical-align: top;
  width: 42px;
  height: 42px;
  line-height: 42px;
  margin-right: 12px;
  margin-top: 20px !important;
  margin-bottom: 0 !important;
  border: 1px solid #0099cc;
  border-radius: 50%;
  text-align: center;
  font-size: 26px;
  font-weight: normal;
  font-style: italic;
  color: #0099cc;
  padding-left: 0;
  padding-right: 4px;
}
.article .stepblue3 + h2,
.article .stepblue3 + h3,
.article .stepblue3 + h4,
.article .stepblue3 + p,
.article .step + h2,
.article .step + h3,
.article .step + h4,
.article .step + p,
.article .stepblue + h2,
.article .stepblue + h3,
.article .stepblue + h4,
.article .stepblue + p,
.article .stepblue2 + h2,
.article .stepblue2 + h3,
.article .stepblue2 + h4,
.article .stepblue2 + p {
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
}
.article .stepblue {
  width: 52px;
  height: 52px;
  line-height: 52px;
  margin-right: 13px;
  font-size: 36px;
}
.article .stepblue + h2,
.article .stepblue + h3,
.article .stepblue + h4,
.article .stepblue + p {
  padding-top: 11px;
  padding-bottom: 11px;
  width: -webkit-calc(100% - 70px);
  width: calc(100% - 70px);
}
.article .download_tp img {
  margin-right: 15px;
  vertical-align: middle;
}

.article {
  line-height: 1.8;
  font-size: 18px;
  font-family: HelveticaNeueLight, Helvetica;
}
.article:lang(ja) {
  font-family: "Meiryo", "MS PGothic", "MS UI Gothic", Arial, Verdana;
}
.article a {
  color: #4786ff;
}
.article a:hover {
  text-decoration: underline;
}
.article a.download {
  padding: 0 30px;
}
.article h3 {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.article h4,
.article h5,
.article h6 {
  font-size: 1em;
  margin-top: 30px;
  margin-bottom: 10px;
}
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
  clear: both;
}
.article p {
  margin-top: 18px;
  margin-bottom: 18px;
}
.article img {
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.article ul {
  list-style-type: disc;
  padding-left: 30px;
  margin-top: 18px;
  margin-bottom: 18px;
}
.article ol {
  padding-left: 30px;
}
.article li {
  padding-top: 5px;
  padding-bottom: 5px;
}
.article iframe {
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  transform-origin: left top;
  border: 0;
  margin-top: 20px;
}
.article blockquote {
  background: #f4f5f7 url(../com/img/article/blockquote.gif) 8px 14px no-repeat;
  border: 1px dashed #f4f5f7;
  padding: 20px 20px 0 48px;
  margin: 5px 0;
}
.article blockquote .quote-name {
  display: block;
  color: #999;
  text-align: right;
  padding: 5px 10% 0 0;
}
.article blockquote .quote-name img {
  vertical-align: middle;
  padding-right: 5px;
}
.article .align-center,
.article .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 18px;
  margin-bottom: 36px;
}
.article .align-left {
  float: left;
  margin-right: 20px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .article .align-left {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
.article .clear {
  clear: both;
}
.article .file-format {
  margin-top: 40px;
  margin-bottom: 40px;
  overflow: hidden;
}
.article .file-format img {
  width: 131px;
  height: 167px;
  float: left;
  margin: 0px;
  margin-right: 30px;
}
.article .file-format ul {
  list-style-type: none;
  padding-left: 0;
  float: left;
  padding-top: 20px;
}
.article .file-format ul li {
  line-height: 32px;
}
.article .order {
  margin-top: 30px;
  margin-bottom: 10px;
  padding-left: 60px;
  min-height: 50px;
  line-height: 50px;
  position: relative;
  word-break: break-word;
  counter-reset: sub-order;
}
.article .order::before {
  counter-increment: order;
  content: counter(order);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #fa7534;
  border-radius: 50%;
  text-align: center;
  font-size: 36px;
  font-weight: normal;
  font-style: italic;
  color: #fa7534;
  padding-right: 4px;
}
.article .sub-order {
  line-height: 42px;
  padding-left: 58px;
  position: relative;
}
.article .sub-order::before {
  counter-increment: sub-order;
  content: counter(sub-order, lower-roman);
  position: absolute;
  left: 4px;
  top: 0px;
  width: 42px;
  height: 42px;
  border: 1px solid #fa7534;
  border-radius: 50%;
  text-align: center;
  font-size: 26px;
  font-weight: normal;
  font-style: italic;
  color: #fa7534;
  padding-right: 2px;
}
.article .sub-order ~ .sub-order {
  margin-top: 30px;
}
.article .new-sub-order {
  counter-reset: sub-order;
}
.article .icon-list {
  list-style-type: none;
  padding-left: 7px;
}
.article .icon-list img {
  float: left;
  margin-right: 14px;
  width: 37px;
  height: 37px;
}
.article .icon-list h2,
.article .icon-list h3,
.article .icon-list h4,
.article .icon-list h5,
.article .icon-list h6 {
  margin-top: 0;
  margin-left: 51px;
}
.article .icon-list p {
  margin-top: 0;
  margin-left: 51px;
}
.article .mark {
  margin-top: 30px;
  margin-bottom: 10px;
  padding-left: 65px;
  min-height: 50px;
  line-height: 50px;
  position: relative;
}
.article .mark::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #fa7534;
  border-radius: 50%;
  background: url("../com/img/article/mark-gitmind.svg") center 46% no-repeat;
  background-size: 26px auto;
}
.article a.download {
  display: inline-block;
  box-sizing: border-box;
  color: #fff;
  font-size: 22px;
  height: 50px;
  line-height: 50px;
  border: 2px solid #fff;
  border-radius: 25px;
  padding: 0px 20px;
  border: none;
  background: linear-gradient(to right, #dc5c3b, #e8a454);
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.article a.download::before {
  content: "";
  display: inline-block;
  background: url(../img/gitmind/svg/article-edit.svg) center/cover no-repeat;
  width: 25px;
  height: 25px;
  vertical-align: text-top;
  margin-right: 14px;
}
.article a.download:hover {
  text-decoration: unset;
  box-shadow: 0px 10px 30px rgba(232, 164, 84, 0.5);
}
.article a.download.aligncenter {
  position: relative;
  transform: translateX(-50%);
  left: 50%;
  margin: 0px;
}
.article a.download-small {
  display: inline-block;
  background: #fa7534 url(../com/img/article/download.svg) 30px 15px/24px auto no-repeat;
  color: #fff;
  font-size: 20px;
  padding: 13px 30px 10px 65px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  margin-top: 18px;
  border-radius: 8px;
}
.article a.download-small:hover {
  background-color: #f9641b;
}
.article a.download-green {
  display: inline-block;
  background: #fa7534 url(../com/img/article/download.svg) 25px/25px auto no-repeat;
  color: #fff;
  font-size: 24px;
  height: 50px;
  line-height: 50px;
  padding: 0 30px 0 60px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  margin-top: 18px;
  border-radius: 8px;
}
.article a.download-green:hover {
  background-color: #f9641b;
}
.article p .download,
.article p .download-small {
  margin-top: 0;
}
.article .order-nav {
  margin-bottom: 30px;
  counter-reset: nav-order;
  overflow: hidden;
}
.article .order-nav a {
  float: left;
  clear: left;
  padding: 9px 0;
  counter-increment: nav-order;
}
.article .order-nav a::before {
  content: counter(nav-order);
  display: inline-block;
  vertical-align: top;
  width: 28px;
  height: 28px;
  line-height: 28px;
  margin-right: 12px;
  border: 1px solid #0099cc;
  border-radius: 50%;
  text-align: center;
  color: #0099cc;
}
.article .order-nav a:hover::before {
  color: #fff;
  background: #0099cc;
}
.article .list-nav {
  margin-bottom: 30px;
  overflow: hidden;
}
.article .list-nav a {
  float: left;
  clear: left;
  padding: 9px 0;
}
.article .list-nav a::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 7px;
  height: 7px;
  margin-top: 11px;
  margin-right: 14px;
  border: 1px solid #0099cc;
  border-radius: 50%;
  color: #0099cc;
}
.article .list-nav a:hover::before {
  color: #fff;
  background: #0099cc;
}
.article .grid-nav {
  margin-bottom: 30px;
  overflow: hidden;
  border: 1px solid #0099cc;
  border-radius: 5px;
}
.article .grid-nav a {
  width: 50%;
  float: left;
  padding: 5px 10px;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-color: #0099cc;
  border-style: solid;
  border-width: 0;
}
.article .grid-nav a:nth-child(odd) {
  border-right-width: 1px;
}
.article .grid-nav a:nth-child(n+3) {
  border-top-width: 1px;
}
.article .grid-nav a:hover {
  background: #0099cc;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 768px) {
  .article .grid-nav a {
    width: 100%;
  }
  .article .grid-nav a:nth-child(odd) {
    border-right: none;
  }
  .article .grid-nav a:nth-child(n+2) {
    border-top-width: 1px;
  }
}
.article .table,
.article .table-border {
  width: 100%;
  margin: 18px auto;
  border: none;
  font-size: 15px;
  line-height: 20px;
}
.article .table th,
.article .table-border th {
  padding: 12px 12px;
}
.article .table td,
.article .table-border td {
  padding: 12px 12px;
  background-color: #fff;
  text-align: center;
}
.article .table th,
.article .table tr:nth-child(odd) td,
.article .table-border th,
.article .table-border tr:nth-child(odd) td {
  background-color: #f7f7f7;
}
.article .table img,
.article .table-border img {
  margin: 0;
}
.article .table td span,
.article .table-border td span {
  text-decoration: line-through;
  color: #999;
}
.article .table .supported,
.article .table-border .supported {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../com/img/article/supported.svg");
}
.article .table .unsupported,
.article .table-border .unsupported {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../com/img/article/unsupported.svg");
}
@media (max-width: 768px) {
  .article .table,
.article .table-border {
    table-layout: fixed;
  }
  .article .table td,
.article .table th,
.article .table-border td,
.article .table-border th {
    padding: 12px 5px;
  }
}
.article .table-border {
  border: 1px solid #eee;
}
.article .table-border th,
.article .table-border tr:nth-child(odd) td {
  background-color: #fff;
}
.article .table-border th,
.article .table-border td {
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
}
.article .table-border td span {
  text-decoration: none;
  color: #333;
}
.article .ask::before,
.article .answer::before {
  content: "";
  float: left;
  display: block;
  width: 140px;
  height: 100px;
  background: url("../com/img/article/ask-answer.png") no-repeat;
  padding: 23.5px 5px;
  padding-right: 25px;
  margin: 10px 15px 0px 0;
}
.article .ask h2,
.article .ask h3,
.article .ask h4,
.article .ask h5,
.article .ask h6,
.article .answer h2,
.article .answer h3,
.article .answer h4,
.article .answer h5,
.article .answer h6 {
  font-size: 30px;
  line-height: 42px;
}
.article .ask + h2,
.article .ask + h3,
.article .ask + h4,
.article .ask + h5,
.article .ask + h6,
.article .answer + h2,
.article .answer + h3,
.article .answer + h4,
.article .answer + h5,
.article .answer + h6 {
  clear: none;
}
.article div.ask,
.article div.answer {
  font-size: 0;
  line-height: 0;
}
.article div.ask::before,
.article div.answer::before {
  margin-top: 25px;
}
.article .ask:lang(en)::before {
  background-position: 0px 0px;
}
.article .answer:lang(en)::before {
  background-position: -177px 0px;
}
.article .ask:lang(fr)::before {
  background-position: 0px -116px;
}
.article .answer:lang(fr)::before {
  background-position: -177px -116px;
}
.article .ask:lang(de)::before {
  background-position: 0px -232px;
}
.article .answer:lang(de)::before {
  background-position: -177px -232px;
}
.article .ask:lang(it)::before {
  background-position: 0px -348px;
}
.article .answer:lang(it)::before {
  background-position: -177px -348px;
}
.article .ask:lang(es)::before {
  background-position: 0px -464px;
}
.article .answer:lang(es)::before {
  background-position: -177px -464px;
}
.article .ask:lang(pt)::before {
  background-position: 0px -580px;
}
.article .answer:lang(pt)::before {
  background-position: -177px -580px;
}
.article .ask:lang(nl)::before {
  background-position: 0px -696px;
}
.article .answer:lang(nl)::before {
  background-position: -177px -696px;
}
.article .ask:lang(ja)::before {
  background-position: 0px -812px;
}
.article .answer:lang(ja)::before {
  background-position: -177px -812px;
}
.article .ask:lang(zh)::before {
  background-position: 0px -928px;
}
.article .answer:lang(zh)::before {
  background-position: -177px -928px;
}
.article .ask:lang(tw)::before {
  background-position: 0px -1044px;
}
.article .answer:lang(tw)::before {
  background-position: -177px -1044px;
}
.article .ask:lang(sv)::before {
  background-position: 0px -1160px;
}
.article .answer:lang(sv)::before {
  background-position: -177px -1160px;
}
.article .ask:lang(no)::before {
  background-position: 0px -1276px;
}
.article .answer:lang(no)::before {
  background-position: -177px -1276px;
}
.article .ask:lang(fi)::before {
  background-position: 0px -1392px;
}
.article .answer:lang(fi)::before {
  background-position: -177px -1392px;
}
.article .ask:lang(da)::before {
  background-position: 0px -1508px;
}
.article .answer:lang(da)::before {
  background-position: -177px -1508px;
}
.article .ask:lang(pl)::before {
  background-position: 0px -1624px;
}
.article .answer:lang(pl)::before {
  background-position: -177px -1624px;
}
.article .ask:lang(tr)::before {
  background-position: 0px -1740px;
}
.article .answer:lang(tr)::before {
  background-position: -177px -1740px;
}
.article .ask:lang(hu)::before {
  background-position: 0px -1856px;
}
.article .answer:lang(hu)::before {
  background-position: -177px -1856px;
}
.article .ask:lang(cs)::before {
  background-position: 0px -1972px;
}
.article .answer:lang(cs)::before {
  background-position: -177px -1972px;
}
.article .ask:lang(el)::before {
  background-position: 0px -2088px;
}
.article .answer:lang(el)::before {
  background-position: -177px -2088px;
}
.article .fancybox,
.article .fancybox-media {
  cursor: url("../com/img/article/zoomin.cur"), pointer;
}
.article .google-play {
  display: inline-block;
  width: 213px;
  height: 64px;
  margin-right: 20px;
  background: url("../com/img/article/app-download/en-android.png");
  /*!skip embed*/
}
.article .google-play:lang(fr) {
  background: url("../com/img/article/app-download/fr-android.png");
  /*!skip embed*/
}
.article .google-play:lang(de) {
  background: url("../com/img/article/app-download/de-android.png");
  /*!skip embed*/
}
.article .google-play:lang(it) {
  background: url("../com/img/article/app-download/it-android.png");
  /*!skip embed*/
}
.article .google-play:lang(sv) {
  background: url("../com/img/article/app-download/sv-android.png");
  /*!skip embed*/
}
.article .google-play:lang(nl) {
  background: url("../com/img/article/app-download/nl-android.png");
  /*!skip embed*/
}
.article .google-play:lang(es) {
  background: url("../com/img/article/app-download/es-android.png");
  /*!skip embed*/
}
.article .google-play:lang(pt) {
  background: url("../com/img/article/app-download/pt-android.png");
  /*!skip embed*/
}
.article .google-play:lang(fi) {
  background: url("../com/img/article/app-download/fi-android.png");
  /*!skip embed*/
}
.article .google-play:lang(no) {
  background: url("../com/img/article/app-download/no-android.png");
  /*!skip embed*/
}
.article .google-play:lang(da) {
  background: url("../com/img/article/app-download/da-android.png");
  /*!skip embed*/
}
.article .google-play:lang(tr) {
  background: url("../com/img/article/app-download/tr-android.png");
  /*!skip embed*/
}
.article .google-play:lang(pl) {
  background: url("../com/img/article/app-download/pl-android.png");
  /*!skip embed*/
}
.article .google-play:lang(ja) {
  background: url("../com/img/article/app-download/ja-android.png");
  /*!skip embed*/
}
.article .google-play:lang(tw) {
  background: url("../com/img/article/app-download/tw-android.png");
  /*!skip embed*/
}
.article .google-play:lang(zh) {
  background: url("../com/img/article/app-download/zh-android.png");
  /*!skip embed*/
}
.article .google-play:lang(hu) {
  background: url("../com/img/article/app-download/hu-android.png");
  /*!skip embed*/
}
.article .google-play:lang(cs) {
  background: url("../com/img/article/app-download/cs-android.png");
  /*!skip embed*/
}
.article .google-play:lang(pt) {
  background: url("../com/img/article/app-download/pt-android.png");
  /*!skip embed*/
}
.article .app-store {
  display: inline-block;
  width: 213px;
  height: 64px;
  margin-right: 20px;
  background: url("../com/img/article/app-download/en-ios.png");
  /*!skip embed*/
}
.article .app-store:lang(fr) {
  background: url("../com/img/article/app-download/fr-ios.png");
  /*!skip embed*/
}
.article .app-store:lang(de) {
  background: url("../com/img/article/app-download/de-ios.png");
  /*!skip embed*/
}
.article .app-store:lang(it) {
  background: url("../com/img/article/app-download/it-ios.png");
  /*!skip embed*/
}
.article .app-store:lang(sv) {
  background: url("../com/img/article/app-download/sv-ios.png");
  /*!skip embed*/
}
.article .app-store:lang(nl) {
  background: url("../com/img/article/app-download/nl-ios.png");
  /*!skip embed*/
}
.article .app-store:lang(es) {
  background: url("../com/img/article/app-download/es-ios.png");
  /*!skip embed*/
}
.article .app-store:lang(pt) {
  background: url("../com/img/article/app-download/pt-ios.png");
  /*!skip embed*/
}
.article .app-store:lang(fi) {
  background: url("../com/img/article/app-download/fi-ios.png");
  /*!skip embed*/
}
.article .app-store:lang(no) {
  background: url("../com/img/article/app-download/no-ios.png");
  /*!skip embed*/
}
.article .app-store:lang(da) {
  background: url("../com/img/article/app-download/da-ios.png");
  /*!skip embed*/
}
.article .app-store:lang(tr) {
  background: url("../com/img/article/app-download/tr-ios.png");
  /*!skip embed*/
}
.article .app-store:lang(pl) {
  background: url("../com/img/article/app-download/pl-ios.png");
  /*!skip embed*/
}
.article .app-store:lang(ja) {
  background: url("../com/img/article/app-download/ja-ios.png");
  /*!skip embed*/
}
.article .app-store:lang(tw) {
  background: url("../com/img/article/app-download/tw-ios.png");
  /*!skip embed*/
}
.article .app-store:lang(zh) {
  background: url("../com/img/article/app-download/zh-ios.png");
  /*!skip embed*/
}
.article .app-store:lang(hu) {
  background: url("../com/img/article/app-download/hu-ios.png");
  /*!skip embed*/
}
.article .app-store:lang(cs) {
  background: url("../com/img/article/app-download/cs-ios.png");
  /*!skip embed*/
}
.article .app-store:lang(pt) {
  background: url("../com/img/article/app-download/pt-ios.png");
  /*!skip embed*/
}
.article .google-play:hover,
.article .app-store:hover {
  opacity: 0.8;
}
.article .seoquake-nofollow {
  color: #00adff;
}

.comment-form .win-foot button {
  border-radius: 8px;
}

.article a.download {
  padding: 0 30px;
}

@media (max-width: 768px) {
  .search-control {
    display: none;
  }
}

.update-at .share-box {
  display: inline-block;
  float: right;
}
.update-at .share-box a {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-decoration: none;
}
.update-at .share-box .share-facebook {
  background: url(../img/faq-single/facebook.svg) center/cover no-repeat;
  margin-left: 10px;
}
.update-at .share-box .share-facebook:hover {
  background-image: url(../img/faq-single/facebook-hover.svg);
}
.update-at .share-box .share-twitter {
  background: url(../img/faq-single/twitter.svg) center/cover no-repeat;
  margin-left: 10px;
}
.update-at .share-box .share-twitter:hover {
  background-image: url(../img/faq-single/twitter-hover.svg);
}
.update-at .share-box .share-link {
  background: url(../img/faq-single/link.svg) center/cover no-repeat;
  margin-left: 10px;
}
.update-at .share-box .share-link:hover {
  background-image: url(../img/faq-single/link-hover.svg);
}

.el-message {
  top: 80px !important;
  background: #fff !important;
  border: 1px solid #dbdbdb !important;
  border-radius: 8px;
  height: 46px;
  position: fixed;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.el-message.error {
  top: 30vh !important;
}
.el-message .icon-success-el {
  color: #08ba13;
  margin-right: 12px;
  line-height: 20px;
  height: 20px;
  vertical-align: middle;
}
.el-message p {
  margin: 0;
  display: inline-block;
  line-height: 20px;
  vertical-align: middle;
  height: 20px;
}
.el-message .el-message__content {
  padding: 0;
  font-size: 14px;
}
.el-message .el-message__content {
  color: #333;
}
.el-message .icon-success-el {
  color: #08ba13;
  margin-right: 12px;
  display: inline-block;
}
.el-message .icon-success-el:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(../com/img/msg/success.svg) center/100% no-repeat;
}
.el-message .icon-error-el {
  color: #fa7534;
  margin-right: 12px;
}
.el-message .icon-error-el:before {
  content: "";
}

.leave-comment .comment-number {
  color: #fa7534;
}
.leave-comment .comment-number a {
  color: inherit;
}
.leave-comment .comment-number span {
  background-color: #fa7534;
}
.leave-comment .comment-number span:after {
  border-left-color: #fa7534;
}
.leave-comment button.blue {
  background: linear-gradient(90deg, #ffb91d, #ff5a12, #ffb91d);
  background-size: 200% 100%;
  background-position: 0% 0%;
  transition: all 0.3s ease;
}
.leave-comment button.blue:hover {
  background: linear-gradient(90deg, #ffb91d, #ff5a12, #ffb91d);
  background-size: 200% 100%;
  background-position: 100% 0%;
  transition: all 0.3s ease;
}

@media (max-width: 1440px) {
  .header {
    height: 50px;
  }
}
.header .nav-right-wrapper li {
  display: flex;
  align-items: center;
  max-height: 50px;
}
.header .nav-right-wrapper .search form {
  margin-top: 16px;
}
