/*
Theme Name: Joyoshare App Site
Text Domain: josappsite
Version: 1.0.12
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Joyoshare App Site Theme
Tags: Joyoshare, app
Author: TORYOI
Author URI: 
Theme URI: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/
/*@font-face {
    font-family: "OpenSans-Regular";
    src: url('./assets/fonts/OpenSans/OpenSans-Regular.eot');
    src: url('./assets/fonts/OpenSans/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
         url('./assets/fonts/OpenSans/OpenSans-Regular.woff2') format('woff2'),
         url('./assets/fonts/OpenSans/OpenSans-Regular.woff') format('woff'),
         url('./assets/fonts/OpenSans/OpenSans-Regular.svg#chalkboard_sebold') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
body {
  position: relative;
  font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,Helvetica,Arial,apple color emoji,segoe ui emoji,segoe ui symbol,sans-serif;
  font-size: 16px;
}
div,p,h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,span,a {
  font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,Helvetica,Arial,apple color emoji,segoe ui emoji,segoe ui symbol,sans-serif;
}
.is-layout-flex {
  display: flex;
}
/*a,
p.has-text-color a {
  color: #f88735;
}
a:hover,a:focus,
p.has-text-color a:hover,
p.has-text-color a:focus {
  color: #f88735;
  text-decoration: underline;
}*/
/* title h */
.h1, .h2, .h3, h1, h2, h3 {
  margin: 0;
  font-weight: bold;
}
h1,
.h1,
.h1 a {
  font-size: 30px;
}
h2,
.h2,
.h2 a {
  font-size: 24px;
}
h3,
.h3,
.h3 a {
  font-size: 18px;
}
.page-content h2,
.page-content .h2 {
  padding-top: 15px;
  margin-bottom: 15px;
}
.page-content h3,
.page-content .h3 {
  margin-bottom: 10px;
}
/* icon */
.icon {
  display: inline-block;
}
.icon-win {
  width: 32px;
  height: 32px;
  background: url(./assets/images/icons/windows.png) no-repeat;
}
.icon-win-w {
  width: 32px;
  height: 32px;
  background: url(./assets/images/icons/windows-w.png) no-repeat;
}
.icon-win-s-active {
  width: 16px;
  height: 16px;
  background: url(./assets/images/icons/windows-active.png) no-repeat;
  background-size: 100% 100%;
}
.icon-mac {
  width: 30px;
  height: 35px;
  background: url(./assets/images/icons/apple.png) no-repeat;
}
.icon-mac-w {
  width: 30px;
  height: 35px;
  background: url(./assets/images/icons/apple-w.png) no-repeat;
}
.icon-mac-s-active {
  width: 15px;
  height: 18px;
  background: url(./assets/images/icons/apple-active.png) no-repeat;
  background-size: 100% 100%;
}
.icon-cart {
  width: 38px;
  height: 36px;
  background: url(./assets/images/icons/cart-o.png) no-repeat center center;
}
.icon-win-mac-grey {
  width: 33px;
  height: 26px;
  background: url(./assets/images/icons/win-mac-grey.png);
}
.icon-win-mac-w {
  width: 33px;
  height: 26px;
  background: url(./assets/images/icons/win-mac-30.png);
}
@keyframes adk-icon-push {
  from { transform: scale(0.8); }
  50% { transform: scale(1.2); }
  100% { transform: scale(1); }
}
@keyframes adk-bg-push {
  from { background-size: 22px auto; }
  50% { background-size: 28px auto; }
  100% { background-size: 25px auto; }
}
/* btn */
.btn {
  font-weight: bold;
  transition: all .2s;
}
.btn:hover .icon {
  /*animation: adk-icon-push .19s ease-in-out;*/
}
.btn-primary {
  display: inline-block;
  color: #fff;
  background-color: #f88735;
  border-color: #f88735;
}
.btn-primary:hover{
  color:#fff;
  background-color:#f88735;
  border-color:rgba(22,164,161, 1);
}
.btn-primary.focus,
.btn-primary:focus{
  -webkit-box-shadow:0 0 0 .2rem rgba(22,164,161,.5);
  box-shadow:0 0 0 .2rem rgba(22,164,161,.5);
  background-color:#f88735;
  border-color:rgba(22,164,161, 1);
}
.btn-primary.disabled,
.btn-primary:disabled{
  color:#fff;
  background-color:#f88735;
  border-color:#f88735;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle{
  color:#fff;
  background-color:#f88735;
  border-color:#f88735;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus{
  -webkit-box-shadow:0 0 0 .2rem rgba(22,164,161,.5);
  box-shadow:0 0 0 .2rem rgba(22,164,161,.5);
}
.btn-outline-primary{
  display: inline-block;
  color:#f88735;
  background-color:transparent;
  background-image:none;
  border-color:#f88735;
}
.btn-outline-primary:hover{
  color:#fff;
  background-color:#f88735;
  border-color:#f88735;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus{
  -webkit-box-shadow:0 0 0 .2rem rgba(22,164,161,.5);
  box-shadow:0 0 0 .2rem rgba(22,164,161,.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled{
  color:#f88735;
  background-color:transparent;
}
.btn-download {
  position: relative;
  display: inline-block;
  padding: 12px 20px 12px 60px;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  background-size: 200% 100%;
  background-image: linear-gradient(90deg, rgba(249,167,52,1), rgba(247,88,48,1) 50%, rgba(249,167,52,1) 50%, rgba(247,88,48,1) 100%);
  background-position: 0 0;
  border: none;
  border-radius:25px;
  color: #fff;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 
    background-position .85s ease-in-out,
  transition: 
    background-position .85s ease-in-out,
}
.btn-download .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 18px;
}
.btn-download:hover,
.btn-download:focus {
  color:#fff;
  background-position: -100% 0;
  text-decoration: none;
}
.btn-download.focus,
.btn-download:focus{
  background-position-x: 100%;
  background: linear-gradient(90deg,rgba(249,167,52,1),rgba(247,88,48,1)) #f88735;
}
.btn-download.disabled,
.btn-download:disabled{
  color:#fff;
  background-color:rgba(22,191,188,1);
  border-color:rgba(22,191,188,1);
}
.btn-outline-download {
  position: relative;
  display: inline-block;
  padding: 12px 20px 12px 60px;
  font-size: 18px;
  text-align: center;
  border-radius: 25px;
  background-color: transparent;
  background-image: none;
  border: 2px solid #f88735;
  color: #f88735;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    -webkit-box-shadow .15s ease-in-out;
  transition: 
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out,
    -webkit-box-shadow .15s ease-in-out;
}
.btn-outline-download .icon {
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
}
.btn-outline-download .icon-win {
  background-image: url(./assets/images/icons/windows.png);
}
.btn-outline-download .icon-mac {
  background-image: url(./assets/images/icons/apple-active.png);
}
.btn-outline-download:hover,
.btn-outline-download:focus {
  color: #fff;
  background-color:#f88735;
  border-color:#f88735;
}
.btn-outline-download:hover .icon-win,
.btn-outline-download:focus .icon-win {
  background-image: url(./assets/images/icons/windows.png);
}
.btn-outline-download:hover .icon-mac,
.btn-outline-download:focus .icon-mac  {
  background-image: url(./assets/images/icons/apple-w.png);
}
.btn-outline-download.focus,
.btn-outline-download:focus {
  -webkit-box-shadow:0 0 0 .2rem rgba(22,164,161,.5);
  box-shadow:0 0 0 .2rem rgba(22,164,161,.5);
}
.btn-outline-download.disabled,
.btn-outline-download:disabled{
  color:#fff;
  background-color:#f88735;
  border-color:#f88735
}
.btn-buy {
  display: inline-block;
  padding: 5px 25px 5px 55px;
  font-size: 18px;
  text-align: center;
  font-weight: normal;
  position: relative;
  background:#f88735;
  border-radius: 1.8em;
  color: #414141;
  transition: background .3s;
  border: 1px solid rgba(249,166,52,0.8);
}
.btn-buy:hover {
  color: #414141;
  background:rgba(249,166,52,1);
  background-position-x: 155px;
}
.btn-buy.focus,
.btn-buy:focus {
  -webkit-box-shadow:0 0 0 .2rem rgba(249,166,52,.5);
  box-shadow:0 0 0 .2rem rgba(249,166,52,.5);
  background:rgba(249,166,52,1);
}
.btn-buy.disabled,
.btn-buy:disabled {
  color:#414141;
  background-color:#aaa;
  border-color:#aaa;
}
.btn-buy .icon {
    position: absolute;
    top: 3px;
    left: 20px;
}
.btn-buy .icon-mac {
  top: 3px;
  width: 24px;
  height: 28px;
  background-size: 100%;
}
.btn-buy .icon-win {
  top: 6px;
  width: 24px;
  height: 24px;
  background-size: 100%;
}
.btn-buy-large {
  font-size: 24px;
  padding: 6px 35px 6px 75px;
}
.btn-buy-large .icon {
  position: absolute;
  top: 6px;
  left: 25px;
}
.btn-buy-large .icon-mac {
  top: 6px;
  width: 30px;
  height: 35px;
  background-size: 100%;
}
.btn-buy-large .icon-win {
  top: 8px;
  width: 32px;
  height: 32px;
  background-size: 100%;
}
.btn-buy-large:hover {
  background-position-x: 210px;
}
.btn-simple-buy {
  position: relative;
  display: inline-block;
  padding: 10px 20px 10px 60px;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  border: 2px solid #f88735;
  border-radius:25px;
  color: #f88735;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    -webkit-box-shadow .15s ease-in-out;
  transition: 
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out,
    -webkit-box-shadow .15s ease-in-out;
}
.btn-simple-buy .icon {
  position: absolute;
  top: 5px;
  left: 18px;
}
.btn-simple-buy .icon-win {
  background-image: url(./assets/images/icons/win.png);
}
.btn-simple-buy .icon-mac {
  background-image: url(./assets/images/icons/mac.png);
}
.btn-simple-buy .icon-cart {
  background-image: url(./assets/images/icons/store.png);
}
.btn-simple-buy:hover .icon-cart {
  background-image: url(./assets/images/icons/store-white.png);
}
.btn-simple-buy:hover,
.btn-simple-buy:active,
.btn-simple-buy:focus {
  color: #fff;
  background-color: #f88735;
  border-color: #f88735;
  text-decoration: none;
}
.btn-simple-buy.focus,
.btn-simple-buy:focus{
  -webkit-box-shadow:0 0 0 .2rem rgba(249,166,52,.5);
  box-shadow:0 0 0 .2rem rgba(249,166,52,.5);
}
.btn-simple-buy.disabled,
.btn-simple-buy:disabled{
  color:#fff;
  background-color: rgba(249,166,52,.5);
  border-color: rgba(249,166,52,.5);
}
.btn-outline-buy {
  position: relative;
  display: inline-block;
  padding: 10px 20px 10px 70px;
  font-size: 18px;
  text-align: center;
  font-weight: normal;
  background-color: transparent;
  background-image: none;
  border: 2px solid #f88735;
  border-radius: 25px;
  color: #f88735;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    -webkit-box-shadow .15s ease-in-out;
  transition: 
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out,
    -webkit-box-shadow .15s ease-in-out;
}
.btn-outline-buy .icon {
  position: absolute;
  top: 5px;
  left: 18px;
}
.btn-outline-buy .icon-win {
  background-image: url(./assets/images/icons/win.png);
}
.btn-outline-buy .icon-mac {
  background-image: url(./assets/images/icons/mac.png);
}
.btn-outline-buy .icon-cart {
  background-image: url(./assets/images/icons/cart-o.png);
}
.btn-outline-buy:hover,
.btn-outline-buy:focus {
  color: #fff;
  background-color:#f88735;
  border-color:#f88735;
}
/*.btn-outline-buy:hover .icon-win,
.btn-outline-buy:focus .icon-win {
  background-image: url(./assets/images/icons/win.png);
}
.btn-outline-buy:hover .icon-mac,
.btn-outline-buy:focus .icon-mac  {
  background-image: url(./assets/images/icons/mac.png);
}*/
.btn-outline-buy.focus,
.btn-outline-buy:focus {
  -webkit-box-shadow:0 0 0 .2rem rgba(22,164,161,.5);
  box-shadow:0 0 0 .2rem rgba(22,164,161,.5);
}
.btn-outline-buy.disabled,
.btn-outline-buy:disabled{
  color:#fff;
  background-color:#fe7d3b;
  border-color:#fe7d3b
}
.btn-outline-buy:hover .icon-cart,
.btn-outline-buy:focus .icon-cart {
  background-image: url(./assets/images/icons/cart-o-active.png);
}
.price-box {
  margin-bottom: 16px;
}
.price-box .price .org,
.buy-item .price .org {
  text-decoration: line-through;
  color: #818181;
  font-size: 14px;
  margin-right: 10px;
}
.price-box .price .sell,
.buy-item .price .sell {
  font-size: 20px;
  color: #ff6137;
  font-weight: 800;
}
.badge-primary {
  color: #fff;
  background-color: #f88735;
}
.btn-win {
  padding-left: 50px !important;
  background-repeat: no-repeat;
  background-image: url(./assets/images/icons/win.png);
  background-position: 15px 8px;
}
.btn-mac {
  padding-left: 50px !important;
  background-repeat: no-repeat;
  background-image: url(./assets/images/icons/mac.png);
  background-position: 15px 8px;
}
.btn-win-s {
  padding-left: 50px !important;
  background-repeat: no-repeat;
  background-image: url(./assets/images/icons/win-s.png);
  background-position: 15px 8px;
}
.btn-win-s:focus,
.btn-win-s:active {
  background-image: url(./assets/images/icons/win-s.png);
}
.btn-mac-s {
  padding-left: 45px !important;
  background-repeat: no-repeat;
  background-image: url(./assets/images/icons/mac-s.png);
  background-position: 12px 7px;
}
.btn-mac-s:focus,
.btn-mac-s:active {
  background-image: url(./assets/images/icons/mac-s.png);
}
.btn-win-mac-s {
  padding-left: 50px !important;
  background-repeat: no-repeat;
  background-image: url(./assets/images/icons/win-mac-s.png);
  background-position: 11px 9px;
}
.btn-win-mac-s:focus,
.btn-win-mac-s:active {
  background-image: url(./assets/images/icons/win-mac-s.png);
}
.wp-block-button a {
  transition: all .2s;
}
.wp-block-button a:hover {
  text-decoration: none;
}
.wp-block-button.is-style-outline a:hover {
  background-color: #f88735;
  color: #fff;
  border-color: #f88735;
}
.btn-learn-more a {
  width:220px;
  height: 50px;
  line-height: 50px;
  background:linear-gradient(90deg,rgba(249,167,52,1),rgba(247,88,48,1));
  font-size: 20px;
  padding: 0;
  border-radius: 25px;
  transition: background .28s;
  position: relative;
  text-indent: -0.6em;
}
.btn-learn-more a:before {
  font-family: 'FontAwesome';
  display: inline-block;
  content: "\f105";
  position: absolute;
  right: 2.0em;
  top: 1px;
  font-size: 20px;
}
.btn-learn-more a:hover {
  background-position-x: 220px;
}
/* platform */
.platform-a {
  height: 25px;
  line-height: 25px;
  position: relative;
  top: 6px;
  display: none;
  color: #414141;
  display: inline-block;
  padding-left: 26px;
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: center left;
}
.platform-a:hover {
  text-decoration: none;
  color: #414141;
}
.platform-a.active {
  display: none;
}
.platform-a-win {
  background-image: url(./assets/images/icons/win-s.png);
  transition: all .2s;
}
/*.platform-a-win:hover {
  background-image: url(./assets/images/icons/win-s-active.png);
}*/
.platform-a-mac {
  background-image: url(./assets/images/icons/mac-s.png);
  transition: all .2s;
}
/*.platform-a-mac:hover {
  background-image: url(./assets/images/icons/mac-s-active.png);
}*/
/* Header */
#site-header {
  height: 80px;
  z-index: 10;
  width: 100%;
  background: #fff;
}
.jos-fixed-header #site-header {
  position: absolute;
  top: 0;
  background: none;
}
.header-title {
  height: 100%;
  line-height: 100%;
  float: left;
}
.header-title .custom-logo-link {
  display: inline-block;
  height: 80px;
  line-height: 80px;
}
#site-header .nav-pills {
  height: 80px;
  line-height: 80px;
}
#site-header .nav-pills li a {
  display: inline-block;
  color: #414141;
  font-size: 18px;
  font-weight: normal;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
  padding: 0 25px;
}
#site-header .nav-pills li a:hover,
#site-header .nav-pills li a:focus,
#site-header .nav-pills .current-menu-ancestor>a,
#site-header .nav-pills .current-menu-item>a {
  background: none;
  color: #313131;
}
#site-header .menu-item>.icon {
  position: relative;
  top: 1px;
  left: -20px;
  display: inline-block;
  font-size: 24px;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 100;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #313131;
  transition: all .2s;
}
#site-header .menu-item>.icon:before {
  content: "\f107";
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#site-header .nav-pills>.menu-item:hover>.icon,
#site-header .nav-pills>.menu-item:hover>a {
  color: #313131;
}
#site-header .menu-item:hover>.icon:before {
  content: "\f106";
}
#site-header .nav {
}
#site-header .nav>.menu-item {
  height: 100%;
}
#site-header .nav .menu-item {
  position: initial;
}
#site-header .nav .menu-item-has-children {
  position: static;
}
#site-header .nav .sub-menu-wrap {
  width: 100%;
  height: 0;
  opacity: 0;
  position: absolute;
  top: 79px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  z-index: 10;
  left: 0;
  right: 0;
  /*background: rgba(233, 137, 0, .45);*/
  background: rgba(255, 255, 255, 1);
  border: none;
  transition: all .35s;
}
#site-header .nav .sub-menu {
  list-style: none;
  padding: 45px 20px;
  line-height: 32px;
  transition: all .2s;
  color: #333;
  text-align: center;
}
#site-header .nav .menu-item-has-children:hover {
  background: rgba(248,135,53, .07);
}
#site-header .nav .menu-item:hover .sub-menu-wrap,
#site-header .nav .menu-item:focus .sub-menu-wrap {
  height: 200px;
  opacity: 1;
  border-bottom: 2px solid #f88735;
  /*background: rgba(233, 137, 0, 0.45);*/
  background: rgba(250, 250, 250, 1);
}
#site-header .nav .menu-item .sub-menu-wrap:hover {
  /*background: rgba(233, 137, 0, 0.55);*/
  background: rgba(250, 250, 250, 1);
  box-shadow: rgba(0, 170, 234, 0.15) 0px 5px 8px;
}
#site-header .sub-menu .menu-item {
  display: inline-block;
  /*border-right: 1px solid #eee;*/
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
}
#site-header .sub-menu .menu-item:last-child {
  border-right: none;
}
#site-header .sub-menu .menu-item a {
  color: #333;
  display: block;
  transition: all .2s;
  padding: 26px 45px;
  border-radius: 6px;
  text-align: left;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 1px 4px #eee;
}
#site-header .sub-menu .menu-item a:hover {
  text-decoration: none;
  color: #333;
  background: rgba(255, 255, 255, 1);
  box-shadow: rgba(248,135,53, 0.25) 0px 3px 7px;
}
#site-header .sub-menu .menu-item .name {
  display: block;
  font-size: 20px;
  font-weight: bold;
  transition: all .2s;
}
#site-header .sub-menu .menu-item .desc {
  display: block;
  line-height: 1;
  color: #666;
  font-size: 16px;
  margin-top: 8px;
  transition: all .2s;
}
#site-header .sub-menu .current-menu-item>a,
#site-header .sub-menu a:hover .name,
#site-header .sub-menu a:hover .desc {
  color: #323232;
}
/* site content */
#site-content {
  
}

.wp-block-media-text__media img, 
.wp-block-media-text__media video {
  height: auto;
}

/* footer menu widgets */
.footer-top {
  padding-top: 15px;
  padding-bottom: 30px;
}
.footer-title-follow {
  padding-left: 0;
  padding-bottom: 10px;
}
.follow-title {
  color: #414141;
  font-size: 20px;
  margin-top: 45px;
  font-weight: bold;
}
.footer-title .site-logo .custom-logo {
  
}
.footer-social-wrapper {
  padding-left: 10px;
}
.footer-social {
  list-style: none;
  padding-left: 0;
  height: 30px;
}
.footer-social .menu-item {
  color: #414141;
  float: left;
  margin-right: 12px;
}
.footer-social .menu-item a {
  display: inline-block;
  background: none;
  color: #414141;
  transition: all .2s;
  margin-right: 4px;
}
.footer-social .menu-item:hover a {
  margin-top: -5px;
}
.footer-social .screen-reader-text {
  display: none;
}
.footer-social .svg-icon {
  fill: #414141;
}
.footer-menu {
  padding-left: 0;
  list-style: none;
}
.footer-menu .menu-item a {
  color: #818181;
}
.footer-menu>.menu-item {
  display: block;
  float: left;
  width: 33.333%;
}
.footer-menu>.menu-item>a {
  font-size: 20px;
  font-weight: bold;
  color: #414141;
}
.footer-menu>.menu-item>a:hover {
  text-decoration: none;
}
.footer-menu .sub-menu {
  padding-left: 0;
  list-style: none;
  margin-top: 20px;
  padding-bottom: 20px;
}
.footer-menu .sub-menu .menu-item {
  margin-top: 8px;
}
.footer-menu .sub-menu a {
  font-size: 14px;
  position: relative;
  transition:all ease .4s;
}
.footer-menu .sub-menu a:hover {
  color: #f88735;
  text-decoration: none;
}
.footer-menu .sub-menu a::after {
  content:'';
  width:100%;
  height:1px;
  background-color:#f88735;
  position:absolute;
  left:0;
  bottom:-1px;
  transform:scaleX(0);
  opacity:.3;
  transition:all ease .4s;
}
.footer-menu .sub-menu a:hover::after{
  transform:scaleX(1);
  opacity:1;
}
/* site footer */
#site-footer {
  padding: 20px 0;
  text-align: center;
}
.footer-copyright {
  color: #414141;
  margin-bottom: 0;
  font-size: 14px;
}
.footer-nav-widgets-wrapper {
  padding: 56px 0;
  border-top: 2px solid #E9E9E9 !important;
}
.to-top {
  position: fixed;
  display: inline-block;
  bottom: 5%;
  right: 5%;
  background-color: #8d8d8d;
  width: 43px;
  height: 43px;
  color: #fff;
  text-align: center;
  line-height: 45px;
  font-size: 18px;
  -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.2);
  box-shadow: 0 0 30px 0 rgba(0,0,0,.2);
  transition: all .2s;
  display: none;
  opacity: .35;
}
.to-top:hover {
  color: #fff;
  opacity: .9;
}
.to-top:focus {
  background-color: #8d8d8d;
}
.store-banner {
  /*padding-top: 80px;
  padding-bottom: 80px;*/
}
.store-banner .sub-title {
}
.store-banner .product-columns-group {
  margin-top: 50px;
  justify-content: center;
}
.store-banner .product-columns-group .wp-block-column {
  background: #fff;
  padding: 30px 15px 20px 20px;
  transition: all .2s;
  border-radius:40px;
}
.store-banner .product-columns-group .wp-block-column:hover {
  -webkit-box-shadow: 0 0 5px rgba(22,164,161,.4);
  box-shadow: 0 0 5px rgba(22,164,161,.4);
}
.store-banner .product-columns-group .wp-block-media-text{
  grid-template-columns: 30% auto !important;
  -ms-grid-columns: 30% 1fr !important;
}
.store-banner .product-columns-group .wp-block-media-text__media {
  text-align: right;
}
.store-banner .product-columns-group .wp-block-media-text__media img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.store-banner .product-columns-group .wp-block-media-text__content {
  padding-top: 12px;
  padding-left: 20px;
  padding-right: 20px;
}
.store-banner .product-columns-group .wp-block-media-text__content .h2,
.store-banner .product-columns-group .wp-block-media-text__content .h2 a {
  color: #414141;
  font-size: 20px;
}
.store-banner .product-columns-group .wp-block-media-text__content .h2 {
  margin-bottom: 15px;
  text-align: center;
}
.store-banner .product-columns-group .wp-block-media-text__content p.text {
  color: #818181;
  font-size: 14px;
  line-height: 160%;
  margin-bottom: 24px;
  min-height: 90px;
}
.store-banner .product-columns-group .buy-item {
  width: 50%;
  float: left;
  text-align: left;
}
.store-banner .product-columns-group .btn-buy {
  
}
.store-banner .product-columns-group .btn-download-box {
  width: 50%;
  float: left;
  text-align: left;
}
.store-banner .product-columns-group .btn-download-box+.btn-download-box {
  text-align: right;
}
.store-banner .product-columns-group .wp-block-media-text__content .info {
  color: #818181;
  font-size: 12px;
  text-indent: 0;
  margin-bottom: 0;
  line-height: 1;
  margin-top: 8px;
  margin-right: 8px;
  margin-left: 8px;
}
.store-banner .product-columns-group .btn-download {
  padding: 8px 25px 8px 15px;
  font-size: 14px;
  background-position-y: 8px;
  background-color: f88735;
  border-color: f88735;
}
.store-banner .product-columns-group .btn-download:hover
.store-banner .product-columns-group .btn-download.focus,
.store-banner .product-columns-group .btn-download:focus,
.store-banner .product-columns-group .btn-download.active,
.store-banner .product-columns-group .btn-download:active {
  border-color: f88735;
}
/*.store-banner .product-columns-group .btn-download:hover {
  animation: adk-bg-push 0.19s ease-in-out;
}*/
.store-banner .product-columns-group .wp-block-media-text__content .info {
  text-align: left;
  font-size: 12px;
  transform: scale(0.833);
  margin-left: -15px;
  margin-right: -10px;
}
.store-banner .product-columns-group .btn-download-box+.btn-download-box .info {
  margin-left: -10px;
  margin-right: -15px;
}
.store-banner .product-columns-group .btn-download span {
  display: block;
}
.store-banner .product-columns-group .btn-download .txt1 {
  font-size: 18px;
}
.store-banner .product-columns-group .btn-download .txt2 {
  font-size: 12px;
  line-height: 1;
  margin-bottom: 3px;
  transform: scale(0.833);
}

.prd-box-single .row {
    border-radius: 40px;
    box-shadow: 0 0 20px 0 rgb(46 46 46 / 10%);
    padding-top: 58px;
    padding-bottom: 62px;
    position: relative;
}

.prd-box-single .title {
  margin-top: 12px;
}

.prd-box-single .desc {
  margin-top: 36px;
  padding-right: 8%;
}

.prd-box-single .buy-box {
  margin-top: 36px;
}

.prd-box-single .wp-block-joyoshare-products-product-button a {
  font-size: 24px;
  padding: 6px 35px 6px 75px;
}


.wp-block-column.prd-column {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 20px 0 rgb(46 46 46 / 10%);
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 70px;
}

.wp-block-column.prd-column:not(:first-child) {
    margin-left: 100px;
}

.wp-block-column.prd-column .title {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
  color: #414141;
  font-size: 24px;
}

.wp-block-column.prd-column .btn-box {
  margin-top: 30px;
  text-align: center;
}

.wp-block-column.prd-column .wp-block-joyoshare-products-product-button a {
  font-size: 24px;
  padding: 6px 35px 6px 75px;
}

.wp-block-column.prd-column .title,
.wp-block-column.prd-column .desc,
.wp-block-column.prd-column .price {
  padding: 0 8%;
}

.prd-column .wp-block-button__link {
  color: #fff;
}

.product-bundles {
  margin-top: 50px;
}
.product-bundles .product-columns-group .wp-block-column {
  background: #fff;
  padding: 30px 0;
  box-shadow:0px 0px 16px 4px rgba(46,46,46,0.1);
  border-radius:20px;
  transition: all .2s;
}
.product-bundles .product-columns-group .wp-block-column:hover {
  border-color: #f88735;
  -webkit-box-shadow: 0 0 5px rgba(22,164,161,.4);
  box-shadow: 0 0 5px rgba(22,164,161,.4);
}
.product-bundles .product-columns-group .btn-buy {

}
.product-bundles .product-columns-group .wp-block-group p {
  color: #777;
  padding: 0 15px;
}
.product-bundles .product-columns-group .buy-item {
  width: 50%;
  float: left;
  text-align: center;
}
.product-bundles .product-columns-group .buy-item:child(1) {
  padding-left: 15px;
}
.group-2-columns .wp-block-column {
  
}
.group-2-columns .wp-block-column:not(:first-child) {
  margin-left: 100px;
}
.group-2-columns .wp-block-column .wp-block-image {
  margin-bottom: 0;
  *height: 260px;
  text-align: center;
  overflow: hidden;
  margin-bottom: 60px;
}
.group-2-columns .wp-block-column .wp-block-image figure {
  max-height: 100%;
}
.group-2-columns .wp-block-column .wp-block-image img{
  vertical-align: middle;
  max-height: 260px;
}
.group-2-columns .wp-block-column .wp-block-group {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  word-break: break-word;
  padding: 0 8%;
  text-align: left;
}
.group-2-columns .wp-block-column .h2,
.group-2-columns .wp-block-column .h3 {
  text-align: center;
  margin-bottom: 30px;
  color: #414141;
}
.group-2-columns .wp-block-group .wp-block-group__inner-container p {
  padding: 0;
  line-height: 160%;
  color: #818181;
}
.group-2-columns .wp-block-column .buy-item {
  text-align: center;
}
.group-2-columns .wp-block-column .buy-item .price {
  text-align: right;
  padding-right: 15px;
  margin-bottom: 5px;
}

.group-3-columns .wp-block-column {
  min-height: 656px;
}
.group-3-columns .wp-block-column .wp-block-image {
  height: 196px;
  overflow: hidden;
  margin-bottom: 55px;
}
.group-3-columns .wp-block-column .wp-block-image img {
  max-height: 196px;
}
.group-3-columns .wp-block-column .buy-item + .buy-item {
  margin-top: 20px;
}
.group-3-columns .wp-block-column .h2,
.group-3-columns .wp-block-column .h3 {
  margin-bottom: 25px;
  padding: 0 15px;
}
.group-3-columns .wp-block-group p {
  height: 88px;
  overflow: hidden;
}
.product-bundles .group-3-columns .buy-item .price {
  margin-bottom: 12px;
}
.product-bundles .group-3-columns .buy-item {
  width: auto;
  float: none;
}
.product-columns-group .buy-box-single .buy-item {
  width: auto;
  float: none;
  text-align: center;
}
/* why choose */
.why-choose  {
  padding: 100px 0;
  background: #fff;
}
.why-choose .h2 {
  color: #333;
  text-align: center;
}
.why-choose .item {
  text-align: center;
}
.why-choose .item .img {
  padding: 50px 0 38px;
}
.why-choose .item .title {
  color: #333;
  font-size: 18px;
  line-height: 100%;
  padding: 0 0 18px;
  margin: 0;
}
.why-choose .item .content {
    font-size: 15px;
    line-height: 24px;
    color: #676767;
    padding: 0 58px;
}
/* category */
.category .archive-header {
  height: 180px;
  line-height: 180px;
  background: #666 url(./assets/images/banner/resource.jpg) no-repeat;
  text-align: center;
  color: #fff;
}
.category-main-content {
  padding: 50px 0;
}
.category .archive-title {
  line-height: 180px;
  padding: 5px 0;
}
.category-main-content .row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.category-main-content .left-bar {
  top: 18px;
  width: 23%;
  position: sticky;
  position: -webkit-sticky;
  padding-bottom: 70px;
}
.category-main-content .left-bar .border-box {
  -moz-box-shadow: 0px 1px 4px #cecece;
  -webkit-box-shadow: 0px 1px 4px #cecece;
  box-shadow: 0px 1px 4px #cecece;
}
.category-main-content .left-bar .title {
  height: 58px;
  line-height: 65px;
  border-bottom: 1px solid #c8c8c8;
  margin: 0 16px;
  color: #3d3d3d;
  font-size: 18px;
}
.category-main-content .left-bar .left-bar-menu {
    padding: 10px 0;
}
.category-main-content .left-bar ul {
  list-style: none;
  padding-left: 0;
}
.category-main-content .left-bar ul li {
  position: relative;
}
.category-main-content .left-bar ul a {
  color: #3d3d3d;
  font-size: 14px;
  font-weight: bold;
  display: block;
  padding: 8px 16px;
}
.category-main-content .left-bar ul .more {
  font-size: 12px;
  float: right;
  display: inline-block;
  padding: 4px;
  cursor: pointer;
  position: absolute;
  top: 9px;
  right: 16px;
}
.category-main-content .left-bar ul .more:before {
  content: "\e258";
}
.category-main-content .left-bar ul li:hover, 
.category-main-content .left-bar ul a:hover, 
.category-main-content .left-bar ul a.active, 
.category-main-content .left-bar .active .more {
  color: #f88735;
  text-decoration: none;
  background: #f6f6f6;
}
.category-main-content .left-bar li:hover .more:before,
.category-main-content .left-bar .active .more:before {
  content: "\e259";
}
.left-bar-menu .menu-li-haschild .menu-child {
  display: none;
  transition: all .5s;
  padding-bottom: 10px;
}
.left-bar-menu .active .menu-child,
.left-bar-menu li:hover .menu-child {
  display: block;
  background: #f9f9f9;
}
.left-bar-menu .menu-li-haschild .menu-child a {
  font-size: 13px;
  font-weight: normal;
  padding-top: 6px;
  padding-bottom: 6px;
  background: #f9f9f9;
  text-indent: 1em;
  padding-left: 15px;
}
.category-main-content .article-content {
  width: 77%;
  padding-left: 33px;
}
.category-main-content .title {
  color: #3d3d3d;
  font-size: 24px;
  padding-bottom: 10px;
}
.category-main-content .post {
  border-top: 1px solid #c8c8c8;
  border-bottom: none;
  margin: 0px;
  padding: 30px 0 25px 0;
  background: #fff;
}
.category-main-content .article-title,
.category-main-content .article-title a {
  font-size: 18px;
  color: #414141;
}
.category-main-content .article-desc {
  margin-top: 15px;
  line-height: 150%;
  font-size: 14px;
  color: #777777;
}
.category-main-content .article-desc p {
  margin-bottom: 0;
}
.category-main-content .article-posted {
  margin-top: 12px;
  color: #585858;
}
.category-main-content .article-read-more {
  float: left;
  font-size: 14px;
}
.category-main-content .author-date {
  float: right;
  text-align: right;
  font-size: 14px;
}
.pagination-wrapper .nav-prev-text {
  margin-right: 8px;
}
.pagination-wrapper .screen-reader-text {
  margin-bottom: 20px;
  font-size: 18px;
}
.pagination-wrapper .pagination {
  font-size: 14px;
}
.pagination-wrapper .nav-next-text {
  margin-left: 8px;
}
.pagination-wrapper .page-numbers {
  padding: 0 3px;
}
/* article detail */
.post-header {
  padding-bottom: 30px;
  margin-bottom: 10px;
  color: #fff;
}
.post-header-inner {
  padding-top: 30px;
  background: #f6f6f6;
}
.post-header h1,
.post-header .post-title {
  color: #414141;
  font-weight: bold;
  text-align: center;
  padding: 0 100px;
}
.post-header .bar {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.post-header .bar div {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
}
.post-header .bar div p {
    color: #606060;
    font-size: 14px;
    margin-bottom: 0;
}
.post-header .bar div.author p {
    font-style: italic;
}
.post-header .bar div.share_buttons a {
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    color: #606060;
}
/* article main content */
.article-main-content {
  margin-bottom: 50px;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
  color: #414141;
}
.article-content-box {
  padding: 0 100px;
}
.article-sidebar-left .row {
  flex-direction: row-reverse;
}
.article-sidebar-left .article-content-box {
  padding-left: 30px;
}
.article-sidebar-right .article-content-box {
  padding-right: 30px;
}
.article-main-content .sidebar-box {
  width: 280px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.article-main-content p {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 166%;
}
.article-main-content h1,
.article-main-content .h1{
    margin-bottom: 36px;
    color: #414141;
    font-size: 40px;
    font-weight: bold;
}
.article-main-content h2,
.article-main-content .h2 {
    margin-bottom: 30px;
    font-weight: bold;
    color: #414141;
}
.article-main-content h3,
.article-main-content .h3 {
    margin-bottom: 20px;
    font-weight: bold;
    color: #414141;
}
.article-main-content h3+ol {
  margin-bottom: 20px;
}
.article-main-content h4,
.article-main-content .h4 {
    margin-bottom: 20px;
    font-weight: bold;
    margin-top: 0;
    color: #414141;
}
.article-main-content h4 code,
.article-main-content .h4 code {
  background-color: #777;
  color: #fff;
  padding: 2px 10px;
  margin-right: 8px;
  font-size: 85%;
}
.article-main-content .step {
  color: #444;
  margin-top: 25px;
  text-align: left;
}
.article-main-content .step .badge {
    font-size: 17px;
    border-radius: 2px;
    padding: 4px 6px;
    font-weight: normal;
    margin-right: 6px;
    position: relative;
    top: -2px;
    background-color: #f88735;
}
.article-main-content .wp-block-image {
  margin-bottom: 30px;
}
.article-main-content ul {
  font-size: 18px;
  margin-bottom: 30px;
}
.article-main-content ul li {
  margin-bottom: 3px;
}
.article-main-content ul ul {
  margin-bottom: 0;
}
/* article part-guide */
.article-part-guide {
  background: #f6f6f6;
  padding: 15px 20px;
  margin-top: 30px;    
  margin-bottom: 30px;
  line-height: 1.6;  
}
.article-part-guide ul {
  margin-bottom: 0;
}
.article-part-guide li {
  color: #f88735;
  font-size: 18px;
}
.article-part-guide p {
    margin-bottom: 5px;
}
.post-template-default .article-content h2 {
  margin-bottom: 20px;
}
.article-product-block {
  background-color: #f4f4f4;
  padding: 40px 50px 40px 55px;
  border-radius: 15px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.article-product-block h3,
.article-product-block .h3 {
  color: #404040;
  font-size: 22px;
  text-align: left;
  padding-bottom: 0;
}
.article-product-block .wp-block-media-text {
  grid-template-columns: 25% auto !important;
}
.article-product-block .wp-block-media-text__media {
  text-align: center;
}
.article-product-block .wp-block-media-text__media img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.article-product-block .wp-block-media-text__content {
  padding-right: 0;
}
.article-product-block .wp-block-media-text__content ul {
  padding-left: 18px;
  margin-bottom: 20px;
}
.article-product-block .wp-block-media-text__content li {
  margin-bottom: 4px;
}
.article-product-block .wp-block-media-text__content .btn {
  margin-right: 20px;
  padding: 14px 15px 14px 55px;
  font-size: 15px;
}
.article-product-block .wp-block-media-text__content .btn .icon {
  top: 7px;
  left: 10px;
}
.sidebar-box .relate-product {
  text-align: center;
  margin-bottom: 20px;
  box-shadow: rgba(0, 170, 234, 0.25) 0px 1px 8px;
  background: #fff;
}
.sidebar-box .relate-product a {
  display: block;
  padding: 20px 15px;
}
.sidebar-box .relate-product .title {
  font-size: 18px;
  margin-bottom: 15px;
  color: #555;
}
.sidebar-box .relate-product a:hover {
  text-decoration: none;
}
.sidebar-box .relate-product img {
  max-width: 80%;
  height: auto;
}
.sidebar-box .sidebar-post {
  box-shadow: rgba(127, 127, 127, 0.1) 0px 1px 8px;
  padding: 30px;
  width: 100%;
  margin-bottom: 20px;
  background: #fff;
}
.sidebar-box .sidebar-post:hover {
  box-shadow: rgba(0, 170, 234, 0.3) 0px 1px 8px;
}
.sidebar-box .sidebar-post .title {
    display: block;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 9px;
    border-bottom: 1px solid #333;
}
.sidebar-box .sidebar-post ul {
  list-style: none;
  padding-left: 0;
}
.sidebar-box .sidebar-post li {
    margin-bottom: 10px;
}
.sidebar-box .sidebar-post li a {
    display: inline-block;
    font-size: 15px;
    color: #666;
    line-height: 150%;
    width: 100%;
    text-decoration: none;
}
.sidebar-box .sidebar-post li a:hover,
.sidebar-box .sidebar-post li a.active {
  color: #f88735;
}
.jos-media-text .wp-block-media-text__content {
  line-height: 180%;
}
.jos-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0;
}
.jos-media-text.has-media-on-the-left .wp-block-media-text__content {
  padding-right: 0;
}
.support-columns .wp-block-column {
  padding: 70px 60px;
  border-radius: 10px;
  background-color: #fafafa;
  transition: background 0.3s;
}
.support-columns .wp-block-column:hover {
  background-color: #f0f0f0;
}
.support-columns .wp-block-media-text {
  margin-bottom: 20px;
}
.support-columns .wp-block-media-text__media img {
  width: auto;
}
.support-columns .wp-block-media-text__content a {
  color: #333;
  margin-left: 20px;
}
.page-content .wp-block-group ul {
  margin-bottom: 20px;
}
.page-content .article-part-guide ul {
  margin-bottom: 0;
}
.schema-faq {
  margin-top: 30px;
}
.schema-faq-section {
  padding: 20px 25px;
  background: #fafafa;
  margin-bottom: 20px;
}
.schema-faq-answer {
  margin-top: 8px;
}
.article-comments-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 2px solid grey;
}
.article-comments-wrapper .styled-separator {
  margin-top: 60px;
  border: none;
}
.comments-header {
  margin-bottom: 30px;
}
.comment {
  border-bottom: 1px solid #efefef;
  padding-bottom: 5px;
  padding: 0 15px 5px 15px;
}
.comment .comment  {
  background-color: rgba(200, 200, 200, .18);
  border-bottom: 0;
}
.comment-body {
  padding: 30px 0;
}
.comment-meta {
  margin-bottom: 8px;
  position: relative;
}
.comment-author {
  font-weight: bold;
  font-size: 18px;
  color: #4a4a4a;
}
.comment-date {
  font-size: 14px;
  margin-left: 8px;
  color: #555;
}
.comment-reply {
  position: absolute;
  top: 0;
  right: 0;
}
.comment-respond .comment-reply-title {
  margin-bottom: 30px;
}
.comment-reply .comment-reply-link {
  background-color: transparent;
  font-size: 12px;
}
.by-post-author {
  font-size: 12px;
  background: #ddd;
  padding: 4px 8px;
  border-radius: 4px;
  color: #777;
  margin-left: 10px;
  position: relative;
  top: -1px;
}
.comment-content p {
  margin-bottom: 0;
  color: #666;
}
.comment-notes {
  font-size: 12px;
  color: #999;
}
.comment-form-submit .btn {
  padding: 8px 20px;
  font-size: 15px;
}
.breadcrumbs {
  padding: 20px 0;
}

#site-header .nav-pills #menu-item-41,
#site-header .nav-pills #menu-item-41 a {
  color: #f88735;
}

.why-choose-us {
  padding: 68px 0;
}
.why-choose-us .h2 {
  margin-bottom: 54px;
}
.why-choose-us .wp-block-image {
  height: 100px;
  overflow: hidden;
}
.why-choose-us .h3 {
  margin-bottom: 32px;
}
.why-choose-us .text {
  color: #818181;
  line-height: 160%;
}
.why-choose-us .wp-block-column {
  padding-left: 47px;
  padding-right: 47px;
  padding-top: 27px;
  padding-bottom: 27px;
  margin-left: 0;
}
.why-choose-us .wp-block-column:not(:first-child) {
    border-left: 2px dotted rgba(232,232,232,1);
}

.hot-topics {
  margin-bottom: 55px;
}
.hot-topics h2,
.hot-topics .h2 {
  margin-bottom: 44px !important;
  color: #414141;
}
.hot-topics .wp-block-column ul {
  list-style: disc;
  color: #818181;
  font-size: 18px;
}
.hot-topics .wp-block-column ul li {
  margin-bottom: 5px;
}
.hot-topics .wp-block-column ul a {
  color: #818181;
  font-size: 16px;
}
.hot-topics-2-col .wp-block-column {
  padding-left: 100px;
  padding-right: 0px;
}
.hot-topics-2-col .wp-block-column+.wp-block-column {
  padding-left: 0;
  padding-right: 100px;
}

.dev-milestone {
  list-style: none;
  margin-top: 85px;
  padding-left: 40px;
  padding-right: 40px;
}
.dev-milestone strong {
  display: inline-block;
  width:70px;
  height:70px;
  line-height: 70px;
  text-align: center;
  background:rgba(255,255,255,1);
  border:2px solid rgba(102,102,102,1);
  border-radius:50%;
  font-size: 12px;
  vertical-align: middle;
  color: rgba(102,102,102,1);
}
.dev-milestone em {
  display: inline-block;
  font-style: normal;
  color: #818181;
  font-size: 18px;
  line-height: 120%;
  margin-top: 16px;
}
.dev-milestone li {
  position: relative;
  height: 98px;
}
.dev-milestone li:nth-child(odd) {
  margin-right: 50%;
  padding-right: 70px;
}
.dev-milestone li:nth-child(odd) strong {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 30;
}
.dev-milestone li:nth-child(odd):before {
  content: '';
  display: block;
  width: 2px;
  height: 65px;
  background: rgba(102,102,102,1);
  position: absolute;
  right: 0;
  top: 50px;
  z-index: 1;
  transform: rotate(-45deg);
  z-index: 1;
}
.dev-milestone li:nth-child(odd) em {
  text-align: right;
  margin-right: 20px;
}
.dev-milestone li:nth-child(even) {
  margin-left: 50%;
  padding-left: 70px;
}
.dev-milestone li:nth-child(even) strong {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 30;
}
.dev-milestone li:nth-child(even):before {
  content: '';
  display: block;
  width: 2px;
  height: 65px;
  background: rgba(102,102,102,1);
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 1;
  transform: rotate(45deg);
  z-index: 1;
}
.dev-milestone li:nth-child(even) em {
  text-align: left;
  margin-left: 20px;
}
.dev-milestone li:last-child:before {
  display: none;
}
/*view-original-img-wrapper*/
.view-original-img-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.7);
  z-index: 999999;
}
.view-original-img-wrapper .box {
  height: 100%;
  position: relative;
}
.view-original-img-wrapper .img {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-box-align:center;
  -moz-box-align:center;
  box-align:center;
  -webkit-box-pack:center;
  -moz-box-pack:center;
  box-pack:center;
}
.view-original-img-wrapper .close {
  position: absolute;
  top: 8px;
  right: 8px;
  color: #fff;
  opacity: 1;
  border: 2px solid #fff;
  border-radius: 50%;
  display: block;
  font-style: normal;
  width: 24px;
  height: 24px;
  font-size: 16px;
  text-align: center;
  float: none;
  transition: all 0.3s;
  text-shadow: none;
}
.view-original-img-wrapper .close:hover {
  color: #f88735;
  border-color: #f88735;
}
/*other-users-download*/
.other-users-download {
  background: #f5f5f5;
  padding: 60px 0;
}
.other-users-download .h2,
.other-users-download h2 {
  color: #414141;
  margin-bottom: 45px;
}
.other-users-download .title {
  text-align: center;
  margin-bottom: 10px;
}
.other-users-download .title .wp-block-image,
.other-users-download .title figure {
  display: inline;
}
.other-users-download h3 {
  margin-bottom: 20px;
  display: inline;
}
.other-users-download h3 a {
  color: #414141;
}
.other-users-download .item-box {
  background: #fff;
  border-radius: 20px;
  padding: 30px 35px;
}
.other-users-download .item-box:not(:first-child) {
  margin-left: 120px;
}
.other-users-download .text {
  font-size: 14px;
  line-height: 1.8;
  color: #414141;
  margin-bottom: 14px;
  min-height: 80px;
}
.other-users-download .btn-box {
  text-align: center;
  margin-bottom: 0;
}
.other-users-download .wp-block-joyoshare-products-product-button {
  margin-right: 0;
}
.other-users-download .wp-block-joyoshare-products-product-button a {
  font-size: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 50px;
}
.other-users-download .wp-block-joyoshare-products-product-button .jos-product-btn-win {
  background-size: 26px;
}
.other-users-download .wp-block-joyoshare-products-product-button .jos-product-btn-mac {
  background-size: 24px;
  background-color: transparent;
  color: #f88735 !important;
  background-image: url(./assets/images/icons/apple-active.png) ;
}
.other-users-download .wp-block-joyoshare-products-product-button .jos-product-btn-mac:hover {
  background-color: #f88735;
  color: #fff !important;
  background-image: url(./assets/images/icons/apple-w.png) ;
}
/*other-users-download-single*/
.other-users-download-single {
  background: #f5f5f5;
  padding: 60px 0;
}
.other-users-download-single .h2,
.other-users-download-single h2 {
  color: #414141;
  margin-bottom: 45px;
}
.other-users-download-single .title {
  text-align: center;
  margin-bottom: 10px;
}
.other-users-download-single .title .wp-block-image,
.other-users-download-single .title figure {
  display: inline;
}
.other-users-download-single h3 {
  margin-bottom: 20px;
}
.other-users-download-single h3 a {
  color: #414141;
}
.other-users-download-single .item-box {
  background: #fff;
  border-radius: 20px;
  padding: 30px 35px;
  margin: 0 auto;
  *width: 500px;
  max-width: 500px;
}
.other-users-download-single .text {
  font-size: 14px;
  line-height: 1.8;
  color: #414141;
  margin-bottom: 14px;
  min-height: 80px;
}
.other-users-download-single .btn-box {
  text-align: center;
  margin-bottom: 0;
}
.other-users-download-single .wp-block-joyoshare-products-product-button {
  margin-right: 0;
}
.other-users-download-single .wp-block-joyoshare-products-product-button a {
  font-size: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 50px;
}
.other-users-download-single .wp-block-joyoshare-products-product-button .jos-product-btn-win {
  background-size: 26px;
}
.other-users-download-single .wp-block-joyoshare-products-product-button .jos-product-btn-mac {
  background-size: 24px;
  background-color: transparent;
  color: #f88735 !important;
  background-image: url(./assets/images/icons/apple-active.png) ;
}
.other-users-download-single .wp-block-joyoshare-products-product-button .jos-product-btn-mac:hover {
  background-color: #f88735;
  color: #fff !important;
  background-image: url(./assets/images/icons/apple-w.png) ;
}

/* article */
.article-main-content .row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
}
.article-main-content .article-content-box {
  flex: 1;
}
.article-main-content .sidebar-box {
  position: sticky;
  position: -webkit-sticky;
  top: 10px;
}
.article-main-content .had-guide-bar {
  top: 75px;
}
.article-main-content .article-content-box {
  padding-left: 30px;
  padding-right: 0;
}

@media (max-width: 768px) {
  h1,.h1 {
    font-size: 30px;
  }
  .icon-win {
    width: 25px;
    height: 25px;
    background-size: 100%;
  }
  .icon-mac {
    width: 25px;
    height: 25px;
    background-size: 100%;
  }
  .icon-cart {
    width: 25px;
    height: 25px;
    background-size: 100%;
  }
  .btn-buy {
    padding: 10px 35px 10px 55px;
  }
  .btn-buy .icon-mac {
    top: 8px;
  }
  .btn-buy .icon-win {
    top: 11px;
  }
  .btn-buy-large {
    font-size: 20px;
    padding: 10px 35px 10px 75px;
  }
  .btn-buy-large .icon-mac {
    top: 5px;
  }
  .btn-buy-large .icon-win {
    top: 8px;
  }
  .btn-download {
    font-size: 12px;
    padding: 10px 15px 10px 45px;
  }
  .btn-download .icon {
    left: 10px;
    width: 25px;
    height: 25px;
    background-size: 100% 100%;
    background-position: 100% 100%;
  }
  .btn-simple-buy {
    font-size: 12px;
    padding: 10px 15px 10px 45px;
    min-width: 148.68px !important;
  }
  .btn-simple-buy .icon{
    top: 50%;
    margin-top: -12.5px;
  }
  .btn-outline-download {
    font-size: 12px;
    padding: 10px 15px 10px 45px;
  }
  .btn-outline-download .icon {
    top: 8px;
    left: 10px;
  }
  .btn-outline-buy {
    font-size: 12px;
    padding: 10px 15px 10px 45px;
  }
  .btn-outline-buy .icon {
    top: 8px;
    left: 10px;
  }
  #site-header {
    position: absolute;
    top: 0;
    height: 80px;
    z-index: 999;
  }
  #site-content {
    padding-top: 80px;
  }
  .header-title .custom-logo-link {
    height: 80px;
    line-height: 80px;
    padding-left: 15px;
  }
  #site-header .navbar-collapse {
    width: 100%;
    background: rgba(0,0,0,.8);
    overflow: visible;
  }
  #site-header .navbar-toggle {
    background-color: transparent;
    margin-top: 22px;
    border-color: #f88735;
  }
  #site-header .navbar-toggle .icon-bar {
    background-color: #f88735;
  }
  #site-header .nav-pills li a {
    padding: 0 10px;
    color: #fff;
  }
  #site-header .nav-pills {
    height: auto;
    overflow: visible;
  }
  #site-header .menu-item>.icon {
    left: -8px;
    color: #fff;
  }
  #site-header .nav .sub-menu {
    width: auto;
    padding: 15px 15px;
    left: -15px;
    right: -15px;
  }
  #site-header .sub-menu .menu-item {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  img {
    max-width: 100%;
  }
  .why-choose .h2 {
    font-size: 30px;
  }
  .footer-menu {
    padding-left: 0;
    list-style: none;
    border-top: 1px solid #676767;
    margin-left: -15px;
    margin-right: -15px;
  }
  .footer-menu>.menu-item {
    width: auto;
    float: none;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #676767;
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-menu .sub-menu {
    display: none;
  }
  .footer-menu>.menu-item.active .sub-menu {
    display: block;
  }
  .footer-menu>.menu-item>a {
    display: block;
    font-size: 15px;
    position: relative;
  }
  .footer-menu>.menu-item>a::before {
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    right: 0;
    font-weight: 400;
    font-size: 15px;
    top: 0px;
    transition: all .2s;
  }
  .footer-title {
    text-align: center;
  }
  .product-columns-group .wp-block-media-text {
    display: block;
  }
  .store-banner .product-columns-group .wp-block-media-text__media {
    text-align: center;
  }
  .product-columns-group .wp-block-media-text__content {
    margin-top: 20px;
  }
  .product-columns-group {
    margin-top: 30px;
  }
  .product-columns-group .wp-block-column {
    margin-bottom: 30px;
  }
  .wp-block-cover .wp-block-cover__inner-container {
    width: auto;
    padding: 0 15px;
  }
  .wp-block-media-text .wp-block-media-text__content {
    padding:0 15px;
  }
  .store-banner .product-columns-group .buy-item {
    text-align: center;
    width: 100%;
    float: none;
  }
  .store-banner .product-columns-group .buy-item + .buy-item {
    margin-top: 15px;
  }
  .store-banner .product-columns-group .wp-block-media-text__media img {
    max-width: 200px;
    height: auto;
  }
  .store-banner .product-columns-group .wp-block-media-text__content .h2 {
    text-align: center;
  }
  #site-content iframe {
    width: 100% !important;
    height: auto !important;
  }
  .category-main-content {
    padding-top: 15px;
  }
  .category-main-content .row {
    display: initial;
  }
  .category-main-content .left-bar {
    width: auto;
    position: initial;
    padding-bottom: 40px;
  }
  .category-main-content .article-content {
    width: auto;
    padding-left: 0;
  }
  .category-main-content .border-box {
    position: relative;
  }
  .category-main-content .navbar-toggle {
    background: #fff;
    position: absolute;
    right: 0;
    top: 4px;
    border-color: #ccc;
  }
  .category-main-content .left-bar .title {
    border-bottom: 0;
  }
  .category-main-content .navbar-toggle .icon-bar {
    background: #f88735;
  }
  .category-main-content .left-bar .left-bar-menu {
    border-top: 1px solid #dfdfdf;
  }
  .category-main-content .left-bar ul {
    margin-bottom: 0;
  }
  .post-template-default .post-header {
    padding-top: 0;
  }
  .post-template-default .post-header-inner {
    padding-top: 0;
  }
  .post-template-default .post-header .post-title {
    background:#333;
    font-size: 25px;
    color: #fff;
    padding: 30px;
    background: #333;
    font-size: 18px;
    color: #fff;
  }
  .article-main-content .row {
    display: initial;
  }
  .article-main-content .article-content-box {
    width: auto;
    float: none;
    padding: 0 15px;
    margin-right: 0;
  }
  .article-main-content .sidebar-box {
    width: auto;
    float: none;
    margin-top: 30px;
    padding: 0 15px;
    position: initial;
  }
  .article-product-block {
    padding: 20px 15px;
  }
  .article-product-block .wp-block-media-text {
    display: block;
  }
  .article-product-block .wp-block-media-text__content {
    margin-top: 20px;
    padding: 0;
  }
  .article-product-block .wp-block-media-text__content .btn {
    font-size: 12px;
    padding: 10px 15px 10px 45px;
  }
  .post-header {
    padding-bottom: 0;
  }
  .post-header .bar div {
    margin-right: 12px;
  }
  #site-header .nav .menu-item:hover .sub-menu-wrap, 
  #site-header .nav .menu-item:focus .sub-menu-wrap {
    height: auto;
  }
  .group-2-columns {
    padding: 0 15px;
  }
  .group-2-columns .wp-block-column:not(:first-child) {
    margin-left: auto;
  }
  .product-bundles .product-columns-group .buy-item {
    width: 100%;
    float: none;
  }
  .group-2-columns .wp-block-column .buy-item .price {
    text-align: center;
    margin-top: 15px;
  }
  .group-3-columns {
    padding-left: 15px;
    padding-right: 15px;
  }
  .why-choose-us .wp-block-column:not(:first-child) {
    border-left: none;
  }
  .store-banner .product-columns-group .btn-download-box {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 18px;
  }
  .store-banner .product-columns-group .btn-download-box+.btn-download-box {
    text-align: center;
  }
  .store-banner .product-columns-group .wp-block-media-text__content .info {
    text-align: center;
  }
  .page-template-default .wp-block-media-text {
    display: block;
  }
  .dev-milestone {
    margin-top: 45px;
    padding-left: 15px;
    padding-right: 0px;
    list-style: disc;
    font-size: 14px;
  }
  .dev-milestone li {
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    height: auto !important;
    line-height: 1;
    margin-bottom: 15px;
  }
  .dev-milestone li strong {
    position: initial !important;
    display: inline !important;
    border: none;
    line-height: 1;
  }
  .dev-milestone li em {
    font-size: 14px;
    display: inline !important;
    text-align: left !important;
    line-height: 1;
    margin: 0 !important;
  }
  .dev-milestone li:before {
    display: none !important;
  }
  .article-product-navbar .prd-title {
    display: none;
  }
  .hot-topics-2-col .wp-block-column {
    padding-left: 0;
  }
  .hot-topics-2-col .wp-block-column+.wp-block-column {
    padding-right: 0;
  }
  .article-main-content .wp-image-2539 {
    width: 55% !important;
  }
  .article-main-content h4 {
    white-space: pre-wrap;
    line-height: 180%;
    font-size: 20px;
  }
  .sidebar-box .relate-product img {
    max-width: 55%;
  }
}

/* home */
.aligncenter {
  text-align: center;
}
.home .main-banner {
  margin-bottom: 68px;
}
.home .main-banner .h1 {
  /*margin-top: 180px;*/
  text-align: center;
  font-size: 50px;
  color: #fff;
}
.home .main-banner .h1 a {
  font-size: 50px;
  color: #fff;
  text-decoration: none;
}
.home .main-banner .banner-summary {
  font-size: 18px;
  color: #fff;
  margin-top: 18px;
  text-align: center;
}
.home .main-banner .btn-box {
  margin-top: 55px;
  text-align: center;
}
.home .main-banner .btn-download {
  margin-right: 8px;
}
.home .main-banner .choose-platform {
  text-align: center;
  color: #fff;
  font-size: 15px;
  margin-top: 20px;
}
.home .main-banner .video-link {
  margin-top: 25px;
  text-align: center;
}
.home .main-banner .video-link a {
  font-size: 16px;
  color: #fff;
}
.home .main-banner .video-link a:hover {
  color: #f88735;
}
.home .main-banner .btn-learn-more {
  margin-top: 46px;
}
/* sub banner */
.home .sub-banner {
  background-repeat: no-repeat;
  background-position: -20% center;
  background-size: auto 100%;
  background-image: url(./assets/images/home-pic1.jpg);
  background-color: #f7f7f7;
}
.home .sub-banner .content {
  padding: 100px 0;
}
/* product banner */
.home .product-banner {
  padding: 35px 0 25px 0;
  margin-bottom: 0;
}
.home .product-banner .wp-block-image {
  margin-bottom: 0;
}
.home .product-banner .h2 {
  margin-bottom: 15px;
}
.home .product-banner .h2,
.home .product-banner .h2 a {
  color: #414141;
}
.home .product-banner .content {
  padding: 20px 80px 0 80px;
}
.home .product-banner .text {
  line-height: 34px;
  color: #818181;
}
.home .product-banner .learn-more {
  margin-top: 20px;
  color: #f88735;
  font-size: 18px;
  text-align: right;
}
.home .user-reviews {
  padding: 68px 0 58px 0;
}
.home .user-reviews .h2 {
  margin-bottom: 55px;
}
.home .user-reviews .wp-block-column {
  background: #fff;
  border-radius: 40px;
  padding: 30px 25px 20px 25px;
}
.home .user-reviews .wp-block-column:not(:first-child) {
    margin-left: 60px;
}
.home .user-reviews .raty-area {
  text-align: center;
  margin-bottom: 1em;
  line-height: 1;
}
.home .user-reviews .author {
  margin-bottom: 1em;
}
.home .user-reviews .text {
  line-height: 160%;
}
.home .where-recommended {
  padding: 78px 0 50px 0;
}
.home .where-recommended .h2 {
  margin-bottom: 70px;
}
.home .where-recommended .wp-block-columns {
  margin-bottom: 35px;
}
.home .where-recommended .wp-block-column {
  
}
.home .where-recommended .wp-block-column:not(:first-child) {
    margin-left: 80px;
}
.home .where-recommended .wp-block-column figure {
  display: block;
}
.home .where-recommended .wp-block-column a {
  display: block;
  height:100px;
  line-height:100px;
  overflow: hidden;
  background:rgba(255,255,255,1);
  border:2px solid rgba(228,228,228,1);
  box-shadow:0px 5px 0px 0px rgba(46,46,46,0.11);
  border-radius:24px;
  text-align: center;
  transition: all .2s;
}
.home .where-recommended .wp-block-column a:hover {
  border-color:rgba(208,208,208,1);
  box-shadow:0px 5px 0px 0px rgba(46,46,46,0.18);
}
.home .where-recommended .wp-block-image {
  margin-bottom: 0;
}

@media (min-width: 1750px) {
  .home .main-banner {
    background-size: 100% auto;
  }
  .home .sub-banner {
    background-position: 0 center;
    background-size: 45% auto;
  }
}
@media (max-width: 1600px) {
  .home .sub-banner {
    background-position: -5% center;
  }
}
@media (max-width: 1500px) {
  .home .sub-banner {
    background-position: -15% center;
  }
}
.home .sub-banner .h2,
.home .sub-banner .h2 a {
  font-size: 35px;
  color: #333;
}
.home .sub-banner .summary {
  font-size: 20px;
  color: #777;
  margin-top: 30px;
}
.home .sub-banner .btn-box {
  margin-top: 30px;
}
.home .sub-banner .btn-box .btn-download {
  margin-right: 8px;
}
/* user review */
.home .user-review {
  padding: 100px 0;
}
.home .user-review .h2 {
  color: #333;
  text-align: center;
}
.home .user-review .ureview-box {
  margin-top: 25px;
}
.home .user-review .review-item {
  margin-top: 25px;
  padding: 35px 20px;
  text-align: center;
  background: #efefef;
  border-radius: 15px;
  min-height: 317px;
}
.home .user-review .raty-area {
  margin-top: 12px;
}
.home .user-review .raty-area img {
  width: 15px;
}
.home .user-review .author {
  margin-top: 5px;
  color: #333;
  font-size: 18px;
}
.home .user-review .content {
  margin-top: 8px;
  color: #777;
  font-size: 16px;
}
/* where recomend */
.home .where-mentioned {
  padding: 100px 0;
  background: #eee;
}
.home .where-mentioned .h2 {
  color: #333;
  text-align: center;
}
.home .where-mentioned .item-box {
  margin-top: 40px;
}
.home .where-mentioned .item-wrap {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 9px;
    padding-left: 9px;
}
.home .where-mentioned .item-col-4 .item-wrap {
    width: 25%;
}
.home .where-mentioned .item {
    height: 116px;
    background: #fff;
    text-align: center;
    margin: 18px auto 0;
    border-radius: 10px;
}
.home .where-mentioned .item, 
.home .where-mentioned .item a {
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -webkit-box-orient: vertical;
}
.home .where-mentioned .item a img {
    max-width: 95.2380952%;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
}
.home .where-mentioned .item a:hover img {
  -webkit-transform:scale(1.05);
  -moz-transform:scale(1.05);
  transform:scale(1.05);
}
@media (max-width: 768px) {
  .home .main-banner .h1,
  .home .main-banner .h1 a {
    font-size: 38px;
  }
  .home .main-banner .banner-summary {
    font-size: 18px;
  }
  .home .sub-banner {
    position: relative;
    background-position: center center;
  }
  .home .sub-banner:before {
    content: ' ';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, .56);
  }
  .home .sub-banner .h2, 
  .home .sub-banner .h2 a {
    color: #fff;
  }
  .home .sub-banner .summary {
    color: #fff;
    font-size: 18px;
  }
  .home .user-review {
    padding: 50px 0;
  }
  .home .user-review .h2,
  .where-mentioned .h2 {
    font-size: 30px;
  }
  .home .where-mentioned .item-col-4 .item-wrap {
    width: 50%;
  }
  .home .product-banner .content {
      padding: 20px;
  }
  .home .user-reviews .wp-block-column:not(:first-child) {
    margin-left: auto;
    margin-top: 30px;
  }
  .home .where-recommended .wp-block-column:not(:first-child) {
    margin-left: auto;
    margin-top: 30px;
  }
}

/* product */
.single-jos_product #site-header {
  position: absolute;
  top: 0;
  background: none;
}
.product-main-banner .h1 {
    color: #f88735;
    padding-top: 15px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 24px;
}
.product-main-banner .img {
    float: left;
    width: 42.5%;
}
.product-main-banner .img-box {
    text-align: center;
    padding-top: 40px;
}
.product-main-banner .content {
    /*float: left;
    width: 57.5%;*/
}
.product-main-banner .banner-video {
  text-align: center;
  color: #414141;
}
.product-main-banner .product-btn {
    padding-left: 0;
    padding-top: 25px;
}
.product-main-banner .banner-summary {
    font-size: 26px;
    color: #414141;
    line-height: 160%;
    text-align: left;
    text-align: center;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.product-main-banner .btn-box {
    margin-top: 25px;
    text-align: center;
}
.product-main-banner .btn-download {
    margin-right: 8px;
}
.product-main-banner .btn-outline-buy {
    min-width: 200px;
}
.product-main-banner .btn-simple-buy {
    min-width: 200px;
}
.product-main-banner .platform-box {
    /*position: relative;
    top: -52px;
    float: right;
    margin-right: 45px;*/
    text-align: center;
    margin-top: 25px;
}
.product-main-banner .choose-platform {
    text-align: center;
    color: #f88735;
    font-size: 18px;
    margin-top: 5px;
}
.product-main-banner .choose-platform a {
    color: #f88735;
    padding-left: 0;
    padding-right: 32px;
    position: relative;
    background: none;
    font-size: 18px;
}
.product-main-banner .choose-platform a:before {
    display: block;
    content: '';
    width: 26px;
    height: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: url(./assets/images/icons/scrow-right.png) no-repeat center center;
    background-size: 100% 100%;
    transition: all 0.3s;
}
.product-main-banner .choose-platform a:hover:before {
    transform: translateY(-50%) translateX(4px);
}
.product-main-banner .choose-platform .icon {
    margin-right: 3px;
    position: relative;
    top: 2px;
}
.product-main-banner .video-link {
    text-align: center;
}
.product-main-banner .video-link a {
    font-size: 18px;
    color: #f88735;
    padding-right: 22px;
    background: url(./assets/images/icons/play-s.png) no-repeat right center;
}
.product-main-banner .video-link a:hover {
    text-decoration: none;
}
.product-main-banner .requirements {
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-top: 8px;
}
.product-main-banner .tips {
    font-size: 12px;
    color: #414141;
    text-align: center;
    margin-top: 12px;
}
/* product parts */
 .product-items .wp-block-group__inner-container {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
   .product-items .wp-block-group__inner-container {
    width: 768px;
  }
}
@media (min-width: 992px) {
   .product-items .wp-block-group__inner-container {
    width: 992px;
  }
}
@media (min-width: 1200px) {
   .product-items .wp-block-group__inner-container {
    width: 1200px;
  }
}
.product-part {
    padding: 80px 0;
}
.product-part h2,
.product-part .h2 {
    font-size: 28px;
    color: #404040;
    text-align: center;
}
.product-part .wp-block-media-text {
    margin-top: 30px;
}
.jos-block-media-text-normal .wp-block-media-text__content {
    padding-top: 40px;
}
.product-part p {
    font-size: 15px;
    color: #666666;
    line-height: 25px;
    margin-bottom: 10px;
}
.product-part .wp-block-media-text>figure>img, 
.product-part .wp-block-media-text>figure>video {
    width: auto;
    max-width: 100%;
}
.product-meida-text-updown {
    margin-top: 60px;
}
.product-meida-text-updown h3,
.product-meida-text-updown .h3 {
    text-align: center;
    font-size: 20px;
    color: #404040;
    margin-top: 38px;
    padding-bottom: 30px;
}
.product-meida-text-updown p {
    padding: 0 20px;
}
.product-part-white-text h2,
.product-part-white-text .h2,
.product-part-white-text h3,
.product-part-white-text .h3,
.product-part-white-text p {
    color: #fff;
}
.product-part-screenshots .h2 {
    margin-bottom: 55px;
}
.product-part-screenshots .bg {
    padding-top: 44px;
    background: url(./assets/images/screenshots-bg.png) no-repeat center 0px ;
}
.product-part-screenshots .carousel{width:290px;margin: auto;}
.product-part-screenshots .item{height:490px;text-align: center;overflow: hidden;}
.product-part-screenshots .item img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 326px;
}
.product-part-screenshots .tips{position: absolute; width: 100%; text-align:center;bottom:0;font-size: 15px;color: #666666;height: 34px;overflow: hidden;}
.product-part-screenshots .carousel-control{width:83px;height: 80%;}
.product-part-screenshots .carousel-control.left{left:-240px;background:url(./assets/images/left.png) no-repeat center 43%;}
.product-part-screenshots .carousel-control.right{right:-240px;background:url(./assets/images/right.png) no-repeat center 43%;}
.product-part-screenshots .carousel-indicators{position:absolute;bottom: 60px;}
.product-part-screenshots .carousel-indicators li{
    width:6px;
    height:6px;
    background:rgba(228,228,228,1);
    border:none;
    border-radius:50%;
    margin-right: 4px;
}
.product-part-screenshots .carousel-indicators .active{
    width:8px;
    height:8px;
    background:#f88735;
    border:2px solid #f88735;
    border-radius:50%;
}
.product-part-other-features .part-tips {margin-top: 28px;margin-bottom: 35px;}
.product-user-review-box .wp-block-media-text {
    grid-template-columns: 18% auto !important;
    margin-top: 0;
    background: #fff;
}
.product-user-review-box {
    margin-bottom: 0;
    margin-top: 40px;
}
.product-user-review-box .wp-block-column {
    background: #fff;
    padding: 15px 20px;
}
.product-user-review-box .author {
    margin-bottom: 0;
    font-size: 18px;
    color: #404040;
}
.product-user-review-box .content {
    margin-top: 16px;
}

/* product navbar */
.product-navbar {
    border-top: 2px solid #f88735;
    padding: 14px 5px;
    background: #fff;
    border-bottom: none;
}
.product-navbar.navbar-fixed-top {
    border-bottom: 1px solid #c9c9c9;
}
.product-navbar .navbar-brand {
    color: #424242;
    font-size: 22px;
}
.product-navbar .navbar-brand:hover {
    color: #424242 !important;
}
.product-navbar .navbar-nav>li>a {
    font-size: 18px;
    color: #414141;
    padding-left: 18px;
    padding-right: 18px;
}
.product-navbar .navbar-nav>.active>a, 
.product-navbar .navbar-nav>.active>a:focus, 
.product-navbar .navbar-nav>.active>a:hover,
.product-navbar .navbar-nav>li>a:hover {
    background: none;
    color: #f88735;
}
.product-navbar .nav-link {
    margin-left: 20px;
}
.product-navbar .nav-link a {
    margin-right: 15px;
}
.product-navbar .btn-outline-buy {
    padding-left: 45px;
    padding-right: 45px;
}
.tricks-links-columns {
    margin-top: 25px;
}
.tricks-links-columns ul {
    padding-left: 40px;
}
.tricks-links-columns a {
    font-size: 18px;
    color: #424242;
    line-height: 150%;
}
/* user guide */
.user-guide-banner {
    padding: 60px 0 60px 0;
    background: #424242 url(./assets/images/guide-banner-bg.jpg) no-repeat;
}
.user-guide-banner .h1 {
    text-align: center;
    color: #fff;
}
.user-guide-banner .h1 a {
    color: #fff;
}
.user-guide-banner .summary {
    text-align: center;
    margin-top: 20px;
    color: #fff;
    font-size: 18px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.user-guide-banner .btn-box {
    text-align: center;
    margin-top: 30px
}
.user-guide-banner .center-block {
  text-align: center;
}
.user-guide-banner .btn {
    margin-left: 15px;
}
.user-guide-main {
    margin-top: 60px;
    padding-bottom: 60px;
}
.user-guide-main .row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.user-guide-main .user-guide-sidebar {
    position: sticky;
    position: -webkit-sticky;
    top: 90px;
}
.user-guide-sidebar .sidebar {
    padding: 20px 20px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
}
.user-guide-sidebar .sidebar .h4 {
    font-size: 18px;
    color: #333;
    padding-bottom: 15px;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 0;
}
.user-guide-sidebar .sidebar ul {
    list-style: none;
    padding-left: 0;
    padding-top: 5px;
}
.user-guide-sidebar .sidebar li {
    margin-top: 10px;
}
.user-guide-sidebar .sidebar li a {
    color: #333;
    font-size: 14px;
    line-height: 200%;
}
.user-guide-sidebar .sidebar li a:hover,
.user-guide-sidebar .sidebar li a.active {
    color: #f88735;
}
.jos-media-youtube {
    text-align: left;
    margin-bottom: 30px;
}
.user-guide-content h1,
.user-guide-content .h1{
    margin-bottom: 36px;
    color: #333;
    font-weight: bold;
}
.user-guide-content h2,
.user-guide-content .h2 {
    margin-bottom: 30px;
    font-weight: bold;
}
.user-guide-content h3,
.user-guide-content .h3 {
    margin-bottom: 30px;
    font-weight: bold;
}
.user-guide-content h4,
.user-guide-content .h4 {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: bold;
    margin-top: 0;
}
.user-guide-content p {
    line-height: 180%;
    font-size: 18px;
    margin-bottom: 30px;
}
.user-guide-content .wp-block-image {
    margin-bottom: 36px;
}
.user-guide-content .btn-box {
    text-align: left;
    margin-bottom: 30px;
}
.user-guide-content .center-block {
  text-align: center;
}
.user-guide-content .btn {
    margin-right: 10px;
}
.user-guide-content ul {
    margin-left: -20px;
    margin-bottom: 30px;
}
.user-guide-content li {
    margin-bottom: 6px;
    font-size: 16px;
}
.user-guide-content .part-guide {
    background: #efefef;
    padding: 15px 20px;
    margin-bottom: 30px;    
}
.user-guide-content .part-guide p {
    margin-bottom: 5px;
}
.user-guide-content .step {
    margin-bottom: 30px;
    font-weight: normal;
}
.user-guide-content .step .badge {
    font-size: 18px;
    border-radius: 2px;
    padding: 4px 6px;
    font-weight: normal;
    margin-right: 6px;
    position: relative;
    top: -2px;
    background: #8d8d8d;
}
.user-guide-content iframe {
    margin-bottom: 30px;
}
/* tech specs */
.tech-specs-banner {
    padding: 60px 0 60px 0;
    background: #eee;
}
.tech-specs-banner .h1 {
    text-align: center;
    color: #fff;
}
.tech-specs-banner .h1 a {
    color: #fff;
}
.tech-specs-banner .summary {
    text-align: center;
    margin: 20px auto 0 auto;
    max-width: 800px;
    color: #fff;
    font-size: 18px;
}
.tech-specs-banner .btn-box {
    text-align: center;
    margin-top: 30px
}
.tech-specs-banner .btn {
    margin-left: 15px;
}
.tech-specs-content {
    padding-bottom: 50px;
}
.tech-specs-content .title {
    padding: 50px 0 20px 0;
}
.tech-specs-content table {
    border-color: #fff;
}
.tech-specs-content table td {
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
    padding-left: 20px;
}
.tech-specs-content table td:nth-child(1) {
    width: 210px;
    font-weight: bold;
    border-right: 1px solid #FFFFFF !important;
}
.tech-specs-content .wp-block-table.is-style-stripes tbody tr {
    background-color: #fafafa;
}
.tech-specs-content .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f3f3f3;
}
/* reviews */
.product-reviews-banner {
    height: 440px;
    padding: 20px 0 35px 0;
    background: #10131A no-repeat top center;
}
.product-reviews-banner .h1 {
    text-align: center;
    margin-top: 80px;
    color: #fff;
}
.product-reviews-banner .h1 a {
    color: #fff;
}
.product-reviews-banner .h1 a:hover {
    text-decoration: none;
}
.product-reviews-banner .summary {
    text-align: center;
    margin-top: 20px;
    color: #fff;
    font-size: 18px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.product-reviews-banner .btn-box {
    text-align: center;
    margin-top: 30px
}
.product-reviews-banner .btn {
    margin-left: 15px;
}
.product-reviews-banner .raty-area {
    margin-top: 20px;
    text-align: center;
}
.product-reviews-banner .raty-area a {
    position: relative;
    top: -2px;
    margin-left: 16px;
    font-size: 18px;
    color: #fff;
}
.product-reviews-banner .add-review {
    text-align: center;
    margin-top: 30px;
}
.product-reviews-banner .add-review .btn {
    padding: 18px 30px;
    font-size: 18px;
    margin-left: 0;
}
/* product purchase */
.product-purchase-banner {
    padding: 50px 0;
    background-color: #f7f7f7;
}
.product-purchase-banner .row {
    position: relative;
}
.product-purchase-banner .img {
    position: absolute;
    width: 200px;
    top: 0;
    left: 0;
}
.product-purchase-banner .img img {
    max-width: 100%;
    height: auto;
}
.product-purchase-banner .content {
    margin-left: 255px;
}
.product-purchase-banner .h1,
.product-purchase-banner .h1 a {
    font-size: 30px;
    color: #323232;
}
.product-purchase-banner .h1 {
    margin-top: 15px;
}
.product-purchase-banner ul {
    margin-top: 25px;
    padding-left: 0;
    margin-bottom: 0;
}
.product-purchase-banner ul li {
    width: 50%;
    font-size: 15px;
    color: #565656;
    float: left;
    padding-bottom: 15px;
    list-style: none;
    background: url(./assets/images/little-dot.png) no-repeat -7px 3px;
    text-indent: 9px;
}
.product-purchase-banner .support-os {
    margin-top: 15px;
}
.product-purchase-banner .support-os .tips {
    font-size: 14px;
    font-weight: bold;
}
.product-purchase-banner .support-os .btn {
    margin-left: 20px;
}
.product-purchase-main {
    padding: 80px 0;
}
.product-purchase-main > .row {

}
.product-purchase-main > .row .purchase-box {
  height: 100%;
}

@media (max-width: 992px) {
  .product-purchase-main > .row .col-md-4 {
    margin-bottom: 25px;
  }
}

@media (max-width: 768px) {
  .product-purchase-banner .img {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .product-purchase-banner .img img {
    width: auto;
    max-width: 200px;
  }
  .product-purchase-banner .content {
    margin-left: 15px;
    margin-right: 15px;
  }
  .product-purchase-main > .row .col-md-4 {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.purchase-box {
    background: #fff;
    border-radius: 10px;
    text-align: center;
    padding-top: 36px;
    padding-bottom: 46px;
    position: relative;
    border: 1px solid #dedede;
    box-shadow: 0 0 5px rgba(53,49,50,.2);
    -webkit-box-shadow: 0 0 5px rgba(53,49,50,.2);
    transition: all .3s;
}
.purchase-box:hover,
.purchase-box.is-hot {
    border-color: #f88735;
}
.purchase-box h2 {
    color: #383838;
    font-size: 30px;
    padding: 23px;
}
.purchase-box .price {
    color: #ff6137;
    font-size: 40px;
    font-weight: bold;
}
.purchase-box .limit {
    margin-top: 15px;
    font-size: 18px;
    color: #484848;
}
.purchase-box .support {
    margin-top: 15px;
    color: #666666;
    font-size: 18px;
}
.purchase-box .btn-buy {
    margin-top: 25px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 66px;
    color: #fff;
}
.purchase-box .btn-buy .icon {
    filter: brightness(100);
    top: 11px;
}
.purchase-box .btn-buy:hover {
    background-position: 167px;
}
.purchase-box .hot {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 72px;
    height: 79px;
    background: url(./assets/images/hot.png) no-repeat;
}

/* purchase subscribe */
.purchase-box .renew{ position:relative;display:inline-block;font-size:14px;color:#54545b;margin-bottom:45px; }
.purchase-box .renew .renew-icon { margin-left:5px;color:#54545b;display: inline-block; cursor: pointer;position: relative; }
.purchase-box .renew .renew-icon:hover .renew-popover { display:block;opacity:1; }
.purchase-box .renew-popover { animation:apper .25s;animation-fill-mode:forwards;display:none;opacity:0;cursor:default;;box-shadow:0 5px 10px rgba(0,0,0,.2);border-radius:6px;border:1px solid rgba(0,0,0,.2);z-index:9999;background:#fff;width:276px;position:absolute;top:50%;right:-288px;transform:translateY(-50%);margin-left:10px; }
.purchase-box .renew-popover:hover { opacity: 0; }
.purchase-box .renew-popover .arrow, .purchase-box .renew-popover .arrow:after {
  position: absolute;
  border-width: 11px;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}
.purchase-box .renew-popover .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0,0,0,.25);
  border-left-width: 0;
}
.purchase-box .renew-popover .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

.purchase-box .renew-popover .content { display:block;padding:9px 14px;font-size:14px;line-height:1.42857143;text-align:left; }
.purchase-box .renew-popover .content a { color: #ff6137; }
.purchase-box .explain { border-top:1px solid #e5e7f0;margin:25px 45px 0 45px;padding:30px 33px 0 33px;text-align:left;font-size:14px;color:#333333;line-height:30px; }
.purchase-box .explain strong,
.purchase-box .explain b { font-weight: bold;font-size: larger;color:#ff6137; }

/* product-reviews-main */
.product-reviews-main {
    margin-top: 50px;
    padding-bottom: 100px;
}
.product-reviews-main .review-item {
    padding: 20px 0;
    border-bottom: 1px solid #dee2e6;
}
.product-reviews-main .review-head {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.product-reviews-main .review-raty {
    display: inline-block;
    margin-right: 20px;
    position: relative;
    top: 2px;
}
.product-reviews-main .author-date {
    display: inline-block;
}
.product-reviews-main .review-title {
    font-size: 24px;
}
.product-reviews-main .review-content {
    color: #777;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 160%;
    font-size: 15px;
}
.product-reviews-main .comment {
    border-bottom: none;
    padding: 0;
}
.product-reviews-main .comment .comment {
    background-color: rgba(200, 200, 200, .18);
    border-bottom: 0;
    padding: 0 15px 0px 15px;
}
.product-reviews-main .comment-rating {
    padding: 3px;
    cursor: pointer;
    margin-bottom: 0;
    margin-right: 5px;
}
.product-reviews-main .comment-rating .star {
    width: 25px;
    height: 25px;
}
.product-reviews-main .comment-rating .star polygon {
    transition: all .3s;
}
.product-reviews-main .comment-rating:hover .star polygon {
    fill: #ff6e10 !important;
}
.product-reviews-main .comment-form-rating .rating {
    display: none;
}
.product-reviews-main .comment-rating .star-off polygon {
    fill:none !important;
    stroke:#febe10;
    stroke-miterlimit:10;
}
.product-reviews-main .comment-awaiting-moderation {
    padding: 5px 15px;
    background-color: #f6f6f6;
    color: #c0c0c0;
    font-size: 12px;
}
.product-reviews-main .comment-reply-title {
    display: none;
}
.product-comment-modal {
    top: 50px;
}
.product-comment-modal .modal-title {
    font-size: 30px;
    padding-left: 30px;
}
.product-comment-modal .modal-header .close {
    background-color: transparent;
}
.product-comment-modal .control-label {
    font-size: 18px;
    color: #444;
}
.product-comment-modal .modal-body {
    padding: 25px 50px;
}
.product-comment-modal .comment-form-submit .btn {
    font-size: 18px;
    padding: 10px 20px;
}
.product-comment-modal .comment-form-submit .btn-close {
    background-color: #e0e0e0;
    color: #666;
}

.product-screenshots {
    padding: 60px 0;
}
.product-screenshots .h2 {
    margin-bottom: 55px;
}
@media (max-width: 768px) {
    .product-part-screenshots .carousel {
        width: auto !important;
    }
    .product-part-screenshots .carousel-inner {
        height: 368px;
    }
    .product-part-screenshots .item {
        height: 368px;
    }
    .product-part-screenshots .carousel-control {
        display: none;
    }
    .product-part-screenshots .carousel-indicators {
        display: none;
    }
    .product-part-screenshots .carousel-inner>.item {
        display: block;
        margin-bottom: 30px;
    }
    .product-part-screenshots .tips {
        position: initial;
        height: auto;
        margin-top: 15px;
    }
    .product-user-review-box .wp-block-column {
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 30px;
    }
    .product-part h2, 
    .product-part .h2 {
        font-size: 24px;
    }
    .tricks-links-columns a {
        font-size: 15px;
    }
    .product-part-other-features .wp-block-column {
        padding: 15px 30px;
    }
    .product-main-banner .banner-summary {
        font-size: 15px;
    }
    .product-main-banner .h1 {
        padding-top: 30px;
    }
    .product-main-banner .content {
        width: 100%;
        float: none;
    }
    .product-main-banner {
        min-height: auto !important;
        height: auto !important;
        padding-bottom: 60px;
    }
    .product-navbar .navbar-toggle {
        background-color: #fff;
    }
    .product-navbar .navbar-toggle .icon-bar {
        background-color: #f88735;
    }
    .product-part .wp-block-media-text__media {
        text-align: center;
    }
    .user-guide-content {
        margin-top: 50px;
    }
    .product-reviews-main .review-item {
        padding-left: 15px;
        padding-right: 15px;
    }
    .product-reviews-main .review-head {
        display: block;
    }
    .product-reviews-main .review-title .review-meta {
        display: block;
    }
    .product-main-banner .img {
        width: auto;
        float: none;
    }
    .product-main-banner .img img {
        max-width: 200px;
        height: auto;
    }
    .product-main-banner .btn-box {
        margin-left: 0;
        text-align: center;
    }
    .product-main-banner .platform-box {
        position: initial;
        float: none;
        margin-top: 30px;
        margin-right: 0;
    }
    .product-main-banner .video-link a {
        font-size: 14px;
    }
    .product-main-banner .choose-platform a {
        font-size: 14px;
    }
    .product-main-banner .btn-outline-buy {
        min-width: auto;
    }
    
}
@media (max-width: 599px) {
    .product-feature-guide .wp-block-column {
        flex-basis: 19%!important;
    }
    .product-feature-guide .wp-block-image figure figcaption {
        display: none;
    }
}

.tf-modal-watch-video {
    width: 100%;
    height: 100%;
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.5)!important;
    display: none;
}
.tf-modal-watch-video .modal-dialog {
    position: relative;
    margin: 90px auto;
    width: 900px;
}
.tf-modal-watch-video .modal-content {
    background-color: #000;
    border: 3px solid #f88735;
    box-shadow: none;
    color: #fff;
    border-radius: 3px;
}
.tf-modal-watch-video .modal-header {
    padding: 0;
    border-bottom: none;
}
.tf-modal-watch-video .modal-body {
    height: 0;
    padding-bottom: 56.12245%;
    position: relative;
}
.tf-modal-watch-video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: none;
}
.tf-modal-watch-video .close {
    opacity: 0;
    float: right;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #4e3637;
    text-shadow: 0 1px 0 #fff;
    color: #fff;
    line-height: 30px;
    width: 24px;
    height: 24px;
    display: block;
    text-shadow: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    position: absolute;
    right: -20px;
    z-index: 10;
    top: -20px;
}
.tf-modal-watch-video .modal-content:hover .close {
  opacity: 0.6;
  color: #f88735;
}
.tf-modal-watch-video .modal-content .close:hover {
  opacity: 0.9;
}
.page-template-default .page-content p {
  font-size: 18px;
  line-height: 180%;
}

.jos-bg-media-text-right { position: relative; }
.jos-bg-media-text-right .wp-block-cover__inner-container { margin-left: 50%; }
.jos-bg-media-text-right .wp-block-cover__inner-container .learn-more { text-align: left; }
.jos-bg-media-text-right:before { left: 50% !important; width: 50%; }

.circle-img .wp-block-media-text__media { border-radius: 50%; overflow: hidden; }

.has-shadow {
  box-shadow: 0 0 20px 0 rgb(46 46 46 / 10%);
}

/* 首页 awards review */
.audkit-awards-review {
  background-color: #f5f5f5;
  padding-top: 65px;
  padding-bottom: 65px;
  /* margin-bottom: 20px; */
  margin-top: 68px;
}
.audkit-awards-review .col-lg-6 {
  padding: 0;
}
.audkit-awards-review .title {
  text-align: center;
  font-size: 30px;
  line-height: 16px;
  color: #414141;
  margin-bottom: 59px;
}
.audkit-awards-review .title a {
  font-size: 30px;
  line-height: 16px;
  color: #414141;
}
.audkit-awards-review .title a:hover {
  color: #f88735;
}
.audkit-awards-review .partner-img {
  float: left;
  height: 114px;
}
.audkit-awards-review .partner-img .star-bar {

}
.audkit-awards-review .partner-img .star-bar .star {
  display: block;
  float: left;
  width: 12px;
  height: 12px;
  margin-right: 8px;
  background: url(/wp-content/themes/josappsite/assets/images/index/star.png) no-repeat center center;
}
.audkit-awards-review .partner-img .star-bar .star:last-of-type {
  margin-right: 0;
}
.audkit-awards-review .partner-img.adjust {
  padding-top: 30px;
}
.audkit-awards-review .partner-img.adjust .img {
  margin-bottom: 33px;
}
.audkit-awards-review .partner-img .img {
  margin-bottom: 10px;
}
.audkit-awards-review .review-content {
  max-width: 373px;
  float: left;
  margin-left: 46px;
  text-align: right;
}
.audkit-awards-review .review-content p {
  font-size: 16px;
  line-height: 24px;
  color: #818181;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 10px;
  text-align: left;
}
.audkit-awards-review .review-content .link {
  color: #f88735;
  font-size: 20px;
  font-weight: 800;
}

.why-choose-us {
  background: #f5f5f5;
}

.article-content-box .wp-block-image img {
  height: auto;
}