/*
Theme Name: Twenty Twenty-Four
Theme URI: https://wordpress.org/themes/twentytwentyfour/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Four is designed to be flexible, versatile and applicable to any website. Its collection of templates and patterns tailor to different needs, such as presenting a business, blogging and writing or showcasing work. A multitude of possibilities open up with just a few adjustments to color and typography. Twenty Twenty-Four comes with style variations and full page designs to help speed up the site building process, is fully compatible with the site editor, and takes advantage of new design tools introduced in WordPress 6.4.
Requires at least: 6.4
Tested up to: 6.5
Requires PHP: 7.0
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfour
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/
html{
	font-size: 62.5%;
}
  header * , footer *{
    margin: 0;
    padding: 0;
  }
  a {
    text-decoration: none;
    color: #093bcf;
  }
  a:hover {
    text-decoration: none;
  }
  body {
    font-family: "Inter", "Open Sans", system-ui, -apple-system, BlinkMacSystemFont,
      "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue",
      sans-serif;    
    color: #192446;
    line-height: 24px;
	--wp--style--global--content-size: 800px;
	--wp--preset--font-family--heading: "Inter", "Open Sans", system-ui, -apple-system, BlinkMacSystemFont,
      "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue",
      sans-serif;	
	   --wp--preset--font-size--small: 1.26rem;
	  --wp--preset--font-size--medium: 1.47rem;
	  --wp--preset--font-size--large: clamp(1.94rem, 1.39rem + ((1vw - 0.44rem) * 0.767), 2.59rem);
	  --wp--preset--font-size--x-large: clamp(2.59rem, 1.85rem + ((1vw - 0.44rem) * 1.083), 3.5rem);
	  --wp--preset--font-size--xx-large: clamp(3.5rem, 2.5rem + ((1vw - 0.44rem) * 1.283), 4.53rem);
  }
  /* CSS */
  :root {
    font-family: Inter, "Open Sans", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue",
    sans-serif;
    font-feature-settings: 'liga' 1, 'calt' 1; /* fix for Chrome */
	--wp--preset--font-size--normal: 14px;
  	--wp--preset--font-size--huge: 36px;
  }
  @supports (font-variation-settings: normal) {
    :root {
		font-family: InterVariable, "Open Sans", system-ui, -apple-system, BlinkMacSystemFont,
      "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue",
      sans-serif;
		--wp--preset--font-size--normal: 14px;
  		--wp--preset--font-size--huge: 36px;
	  }
  }
  ul {
    list-style: none;
	padding-left:0;
  }
  .alignfull.wp-block-post-content-is-layout-constrained ul{ 
	list-style-type: unset;
  	list-style-position: inside;
  }
nav.howto-pagination{
	background:none !important;
}
.how-to-author{
	color: #8b8b8b;
}
.how-to-author .wp-block-post-author__byline, .how-to-author .wp-block-post-author__name{
	display:inline;
}
.how-to-author .wp-block-post-author__byline{
	font-size:1.26rem;
}
  img {
    border: none;
    outline: none;
  }
  button:focus{
    outline:0;
  }  
  .head-con-r {
    float: right;
    padding-top: 10px;
    height: 50px;
  }
  .clearfix:before,
  .clearfix:after {
    content: " ";
    display: table;
  }
  .clearfix:after {
    clear: both;
  }
  input,textarea,select{
    font-family:inherit;
  }
  input.search-input::input-placeholder {
    color: #a1a0a0;
  }
  input.search-input::-webkit-input-placeholder {
    color: #a1a0a0;
  }
  input.search-input:-ms-input-placeholder {
    color: #a1a0a0;
  }
  input.search-input:-moz-placeholder {
    color: #a1a0a0;
  }
  input.search-input::-moz-placeholder {
    color: #a1a0a0;
  }
  input.search-input:focus::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0);
  }
  input.search-input:focus::-moz-input-placeholder {
    color: rgba(0, 0, 0, 0);
  }
body{
	background:#fff;
}
.content-wrap {
  width:1200px;
  margin:0 auto
}
  nav{
    padding: 0;
	background: #f5f6f8;
  }
  .nav-cat {
    position: relative;
  }
  .nav-cat:hover .cat-submenu-wrap {
    display: block;
  }
  .cat-submenu-wrap {
    position: absolute;
    background: #fff;
    /* -webkit-box-shadow: 0 1px 4px 0 rgba(106, 105, 106, 0.2);
    box-shadow: 0 1px 4px 0 rgba(106, 105, 106, 0.2); */
    border: 1px solid #f2f4f8;
    top: 52px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: none;
    z-index: 1;
    overflow: hidden;
  }
  .cat-submenu-wrap li {
    float: none;
    white-space: nowrap;
  }
  .cat-submenu-wrap li a {
    color: #38415f;
    display: block;
    padding: 5px 20px;
    min-width: 180px;
  }
  .cat-submenu-wrap li a:hover {
    background: #f6f6f6;
  }
  .search{
    float: right;
	padding: 12px 0;
    width: 30%;
  }
  .search {
    
  }
  .nav-bar-con,
  .nav-bar-con > li,
  .logo {
    float: left;
  }
  .nav-bar-con-list.nav-bar-con-sub>li{
    display: none;
  }
  .nav-bar-con-list.nav-bar-con-sub>li.active{
    display: block;
  }
  .logo{
    margin: 10px 0;
  }
  .logo img{
    vertical-align: middle;
  }
#back{
    position: absolute;
    right: 10px;
    top: 5px;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 1.6rem;
    font-weight: 500;
    display: none;
    border: 1px solid #ededed;
    box-sizing: border-box;
    border-radius: 5px;
    color: #9a9a9a;
    cursor: pointer;
  }
  .navbar-toggle-btn {
    background: #fff;
    display: none;
    width: 30px;
    height: 32px;
    float: left;
    margin: 15px 0;
    background: url("/how-to/wp-content/uploads/2024/04/navbar-btn.png") 0 0 no-repeat;
  }
  .navbar-toggle-btn:hover {
    background: url("/how-to/wp-content/uploads/2024/04/navbar-btn.png") -30px 0 no-repeat;
  }
  .navbar-toggle-btn:active {
    background: url("/how-to/wp-content/uploads/2024/04/navbar-btn.png") -60px 0 no-repeat;
  }
  .nav-bar-con-item > li {
    line-height: 36px;
    margin-right: 30px;
    float: left;
  }
  /* .nav-bar-con > li {
    margin-right: 50px;
  } */
  .breadcrumb {
    float: left;
  }
  .share-wrap {
    float: right;
    line-height: 50px;
  }
  #app {
    margin: 100px auto;
    width: 300px;
  }
  #st-1 .st-btn{
    display: block !important;
    width: 48px !important;
    height: 48px !important;
    border-radius: 24px !important;
    line-height: unset !important;
    margin-bottom: 10px;
  }
  #st-1 .st-btn:hover{
    top: unset !important;
  }
  #st-1 .st-btn[data-network="sharethis"]{
    background-color: #fe6d4c !important;
  }
  .sharethis-inline-share-buttons.st-inline-share-buttons .st-total {
    color: #192446 !important;
    background-position: center 18px;
    padding: 0 0 8px !important;
    width: 48px;
  }
  .sharethis-inline-share-buttons.st-inline-share-buttons .st-total > span.st-label {
    font-size: 12px !important;
    line-height: 18px !important;
    border: 1px solid rgb(170, 170, 170);
    border-radius: 5px;
    padding: 0 3px !important;
    background: #fff;
  }
  .sharethis-inline-share-buttons.st-inline-share-buttons .st-total > span.st-shares {
    position: relative;
    font-size: 0 !important;
    height: 0;
    line-height: 0 !important;
  }
  .sharethis-inline-share-buttons.st-inline-share-buttons .st-total > span.st-shares::before {
    content: "";
    border: 4px solid transparent;
    border-top-color: transparent;
    border-top-color: rgb(170, 170, 170);
    position: absolute;
    left: 20px;
    bottom: -8px;
  }
  .sharethis-inline-share-buttons.st-inline-share-buttons .st-total > span.st-shares::after {
    content: "";
    border: 4px solid transparent;
    border-top-color: transparent;
    border-top-color: #fff;
    position: absolute;
    left: 20px;
    bottom: -7px;
  }
  .breadcrumb li {
    float: left;
    line-height: 44px;
    font-size: 1.3rem;
    color: #707070;
  }
  .breadcrumb li a {
    color: #707070;
  }
  .breadcrumb li a:hover {
    text-decoration: underline;
  }
  .breadcrumb > li + li:before {
    color: #707070;
    content: "> ";
    padding: 0 5px;
  }
  .breadcrumb li.active {    
    color: #707070;
  }
  .translate_nor{
    float: right;
    margin-top: 9px;
    min-width: 83px;
  }
  .operation-system{
    height: 50px;
    margin-right: 80px;
  }
  .operation-system li {
    min-width: 90px;
    text-align: center;
    float: left;
    line-height: 46px;
    padding: 0 12px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top: 4px solid #fff;
  }  
  .operation-system li.active {
    background: #f5f6f8;
    border-top: 4px solid #5675f9;
  }
  .operation-system li span, .nav-bar-con-list .device-list span{
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    vertical-align: sub;
  }
  .nav-bar-con-list .device-list span{
    margin-right: 10px;
  }
  .operation-system li .device-list-win{
    background: url("/am/img/imgnewversion/device-flag.png") 0 0 no-repeat;
  }
  .operation-system li.active .device-list-win{
    background: url("/am/img/imgnewversion/device-flag.png") 0 -18px no-repeat;
  }
  .nav-bar-con-list li .device-list-win{
    background: url("/am/img/imgnewversion/device-flag.png") 0 0 no-repeat;
  }
  .nav-bar-con-list li:hover .device-list-win{
    background: url("/am/img/imgnewversion/device-flag.png") 0 -18px no-repeat;
  }
  .operation-system li.active a{
    color: #5675f9;
  }
  .operation-system li .device-list-mac{
    background: url("/am/img/imgnewversion/device-flag.png") -18px 0 no-repeat;
  }
  .operation-system li.active .device-list-mac{
    background: url("/am/img/imgnewversion/device-flag.png") -18px -18px no-repeat;
  }
  .nav-bar-con-list li .device-list-mac{
    background: url("/am/img/imgnewversion/device-flag.png") -18px 0 no-repeat;
  }
  .nav-bar-con-list li:hover .device-list-mac{
    background: url("/am/img/imgnewversion/device-flag.png") -18px -18px no-repeat;
  }
  .operation-system li .device-list-android{
    background: url("/am/img/imgnewversion/device-flag.png") -36px 0 no-repeat;
  }
  .operation-system li.active .device-list-android{
    background: url("/am/img/imgnewversion/device-flag.png") -36px -18px no-repeat;
  }
  .nav-bar-con-list li .device-list-android{
    background: url("/am/img/imgnewversion/device-flag.png") -36px 0 no-repeat;
  }
  .nav-bar-con-list li:hover .device-list-android{
    background: url("/am/img/imgnewversion/device-flag.png") -36px -18px no-repeat;
  }
  .operation-system li .device-list-app{
    background: url("/am/img/imgnewversion/device-flag.png") -54px 0 no-repeat;
  }
  .operation-system li.active .device-list-app{
    background: url("/am/img/imgnewversion/device-flag.png") -54px -18px no-repeat;
  }
  .nav-bar-con-list li .device-list-app{
    background: url("/am/img/imgnewversion/device-flag.png") -54px 0 no-repeat;
  }
  .nav-bar-con-list li:hover .device-list-app{
    background: url("/am/img/imgnewversion/device-flag.png") -54px -18px no-repeat;
  }
  .operation-system li .device-list-iphone{
    background: url("/am/img/imgnewversion/device-flag.png") -72px 0 no-repeat;
  }
  .operation-system li.active .device-list-iphone{
    background: url("/am/img/imgnewversion/device-flag.png") -72px -18px no-repeat;
  }
  .nav-bar-con-list li .device-list-iphone{
    background: url("/am/img/imgnewversion/device-flag.png") -72px 0 no-repeat;
  }
  .nav-bar-con-list li:hover .device-list-iphone{
    background: url("/am/img/imgnewversion/device-flag.png") -72px -18px no-repeat;
  }
  .operation-system li a {
    color: #434343;
    font-size: 1.4rem;
  }
  .operation-system li a:hover {
    /* font-weight: 600; */
  }
  .nav-bar-con-list .device-list{
    line-height: 36px;
    padding: 5px 2%;
    display: none;
  }
  .nav-bar-con-list .device-list a{
    color: #434343;
  }
  .nav-bar-con-list .device-list.active a{
     color: #385bf1;
  } 
  .nav-bar-con-item > li > a {
    color: #38415f;
    font-weight: 500;
    display: block;
    padding: 6px 0;
    border-bottom: 4px solid #f2f4f8;
  }
  .nav-bar-con-item > li > a:hover {
    color: #093bcf;
    border-bottom: 4px solid #093bcf;
  }
  .cat-submenu-wrap li a:hover {
    color: #093bcf;
    background: #f6f6f6;
  }
  .triangle {
    margin-left: 5px;
  }
  .search-text {
    width: 100%;
    height: 28px;
    position: relative;
  }
  .search.search-software .search-text{
    height: 46px;
  }
  .search-input {
    border-radius: 14px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #ececec;
    border-right: none;
    line-height: 28px;
    height: 28px;
    padding-left: 2%;
    width: 90%;
    position: absolute;
    right: 10%;
    background: #fff;
    box-sizing: border-box;
  }
  .search.search-software .search-input {
    line-height: 46px;
    height: 46px;
    border-radius: 23px;
    border-top-right-radius:0;
    border-bottom-right-radius:0;
  }
  .search-software-tip{  
    line-height: 50px;
    text-align: center;
  }
  .search-software-tip a{
    color: #b4b4b4;
  }
  .search-software-tip a:hover{
    text-decoration: underline;
  }
  .search-input:focus {
    border: 2px solid #0060df;
    border-right: none;
    outline: none;
  }
  .search-input:focus + .search-btn {
    border: 2px solid #0060df;
    border-left: none;
    height: 28px;
    right: 0px;
    top: 0px;
    box-sizing: border-box;
  }
  .search-btn {
    position: absolute;
    width: 10%;
    height: 28px;
    right: 0;
    top: 0;
    cursor: pointer;
    background: #fff;
    text-align: center;
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
    border: 1px solid #ececec;
    border-left: none;
    box-sizing: border-box;
  }
  .search.search-software .search-btn{
    height: 46px;
    line-height: 46px;
    border-top-right-radius: 23px;
    border-bottom-right-radius: 23px;    
  }
  .search-btn:hover {
    background: #e5e5e5;
  }
  .search-btn img {
    margin-top: 7px;
  }  
  .slogan {
    font-size: 1.5rem;
    color: #282828;
    font-weight: 500;
    margin-top: 30px;
    line-height: 30px;
  } 
  .share-btn {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
  }
  .share-btn.share-btn-fb {
    background: url(/how-to/wp-content/uploads/2024/04/share-icons.png) 0 0 no-repeat;
  }
  .share-btn.share-btn-fb:hover {
    background: url(/how-to/wp-content/uploads/2024/04/share-icons.png) 0 -20px no-repeat;
  }
  .share-btn.share-btn-tw {
    background: url(/how-to/wp-content/uploads/2024/04/share-icons.png) -20px 0 no-repeat;
  }
  .share-btn.share-btn-tw:hover {
    background: url(/how-to/wp-content/uploads/2024/04/share-icons.png) -20px -20px no-repeat;
  }
  .share-btn.share-btn-youtube {
    width: 24px;
    background: url(/how-to/wp-content/uploads/2024/04/share-icons.png) -40px 0 no-repeat;
  }
  .share-btn.share-btn-youtube:hover {
    background: url(/how-to/wp-content/uploads/2024/04/share-icons.png) -40px -20px no-repeat;
  }
  .share-btn.share-btn-rss {
    width: 17px;
    background: url(/how-to/wp-content/uploads/2024/04/share-icons.png) -64px 0 no-repeat;
  }
  .share-btn.share-btn-rss:hover {
    background: url(/how-to/wp-content/uploads/2024/04/share-icons.png) -64px -20px no-repeat;
  }  
  .footer-con {
    padding: 30px 0;
    width: 100%;
    display: table;
  }
  .footer-con-logo {
    display: table-cell;
    width: 38%;
    padding-right: 6%;
    vertical-align: middle;
  }
  .footer-con-logo img{
    width: 182px;
    vertical-align: top;
  }
  .footer-nav-wrap {
    display: table;
    width: 100%;
  }
  .footer-nav {
    display: table-cell;
    width: 56%;
  }
  .footer-nav-title {
    font-size: 1.4rem;
    color: #282828;
    font-weight: 600;
    margin-bottom: 14px;
  }
  .footer-nav-list a,
  .copyright {
    font-size: 1.4rem;
    color: #282828;
    line-height: 30px;
  }
  .footer-nav-list a:hover {
    color: #093bcf;
    text-decoration: underline;    
  }
  .sep-line {
    height: 1px;
    background: #a6a6a6;
  }
  .sep-line.sep-line-e7{
    background: #e7e7e7;
    margin: 30px 0 50px;
  }
  .copyright {
    font-size: 1.3rem;
    text-align: center;
    padding: 25px 0 30px;
    width: 100%;
  }
  .footer-nav-item {
    display: table-cell;
    width: 33%;
  }
  footer {
    background: #ebecef;
  }
  .cookiesTip {
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 -2px 16px rgba(20, 34, 180, 0.3);
    background: #fff;
    display: none;
    opacity: 0.9;
  }
  .ckTipContainer {
    margin: 0 auto;
    min-height: 60px;
    display: table;
    padding: 0 10px;
  }
  .ckTipCon {
    display: table-cell;
    padding: 15px 0;
    vertical-align: middle;
  }
  .ckTipText {
    line-height: 20px;
    margin-right: 10px;
  }
  a.privacyPolicy {
    text-decoration: underline;
    color: rgb(88, 103, 171);
    font-weight: 600;
  }
  .ckTipBtn {
    display: table-cell;
    vertical-align: middle;
  }
  a.removeCkBtn {
    display: block;
    padding: 1px 20px;
    min-width: 72px;
    border-radius: 24px;
    border: 2px solid #d2d2d2;
    text-align: center;
    line-height: 36px;
    margin: 10px 0;
    color: #2e2e2e;
    white-space: nowrap;
    font-weight: 600;
  }
  a.removeCkBtn:hover {
    text-decoration: none;
  }
   div#google_translate_element div.goog-te-gadget-simple:hover {
    /* background: #eff0f1; */
  }
  #google_translate_element a > span:last {
    display: none;
  }
  .goog-te-gadget-simple {
    display: block;
  }
  div#google_translate_element div.goog-te-gadget-simple {
    border-radius: 5px;
    height: 22px;
    border: none; /* 1px solid #dfdfdf; */
    padding: 5px 10px;
    font-size: 1.4rem;
    /* background: #f2f4f8; */
  }
  div#google_translate_element div.goog-te-gadget-simple span > a {
    margin: 0;
    vertical-align: top;
    line-height: 22px;
    height: 22px;
    display: inline-block;
  }
  div#google_translate_element
    div.goog-te-gadget-simple
    a.goog-te-menu-value:hover {
    text-decoration: none;
  }
  div#google_translate_element
    div.goog-te-gadget-simple
    a.goog-te-menu-value
    span {
    color: #46558e;
  }
  div#google_translate_element
    div.goog-te-gadget-simple
    a.goog-te-menu-value
    span:hover {
    color: #46558e;
  }
  div#google_translate_element
    div.goog-te-gadget-simple
    span
    a
    span[style="border-left: 1px solid rgb(187, 187, 187);"],
  div#google_translate_element div.goog-te-gadget-simple span > a img {
    display: none;
  }
  div#google_translate_element
    div.goog-te-gadget-simple
    a.VIpgJd-ZVi9od-xl07Ob-lTBxed
    span[style="color: rgb(118, 118, 118);"] {
    display: inline-block;
    font-size: 0;
    border: 6px solid transparent;
    border-top:6px solid rgb(67, 67, 67);
    height: 0;
    margin: 8px 0 0 5px;
  }
  div#google_translate_element
    div.goog-te-gadget-simple    
    a.VIpgJd-ZVi9od-xl07Ob-lTBxed
    span[style="color: rgb(118, 118, 118);"]:hover {
      display: inline-block;
      font-size: 0;
      border: 6px solid transparent;
      border-top:6px solid rgb(67, 67, 67);
      height: 0;
      margin:8px 0 0 5px;
  }
  .goog-te-gadget-icon {
    display: none;
  }
  div#google_translate_element
    div.goog-te-gadget-simple
    a.VIpgJd-ZVi9od-xl07Ob-lTBxed
    span[style="color: rgb(213, 213, 213);"] {
      display: inline-block;
      font-size: 0;
      border: 6px solid transparent;
      border-top:6px solid rgb(67, 67, 67);
      height: 0;
      margin:8px 0 0 5px;
  }  
  .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span{
    vertical-align: top;
  }
  div#google_translate_element
  div.goog-te-gadget-simple
  a.VIpgJd-ZVi9od-xl07Ob-lTBxed
  span[style="color: rgb(67, 67, 67);"]{
    display: inline-block;
    vertical-align: top;
  }
  div#google_translate_element
    div.goog-te-gadget-simple
    a.VIpgJd-ZVi9od-xl07Ob-lTBxed
    span[style="color: rgb(155, 155, 155);"] {
      display: inline-block;
      font-size: 0;
      border: 6px solid transparent;
      border-top:6px solid rgb(67, 67, 67);
      height: 0;
      margin:8px 0 0 5px;
  }
  div#google_translate_element
    div.goog-te-gadget-simple
    a.goog-te-menu-value
    span[style="border-left: 1px solid rgb(187, 187, 187);"] {
    display: none;
  }
  div#google_translate_element
    div.goog-te-gadget-simple
    a.goog-te-menu-value
    span[style="border-left-color: rgb(187, 187, 187); border-left-width: 1px; border-left-style: solid;"] {
    display: none;
  }
  .goog-te-banner-frame.skiptranslate {
    display: none !important;
  }
   .gather {
    width: 48px;
    position: fixed;
    right: 10px;
    bottom: 150px;
    z-index: 10000;
  }
  .gatherwrap {
    width: 48px;
  }
  #myLauncher {
    height: 48px;
    width: 48px;
    margin-top: 10px;
    background: url(/how-to/wp-content/uploads/2024/04/suggest.png) center center no-repeat;
    cursor: pointer;
  }
  #myLauncher:hover{
     opacity: .8;
  }
  #st-1 .st-btn > img{
    width: 24px !important;
    height: 24px !important;
    vertical-align: middle !important;
  }
  #webWidget.widget-pc{
    width: 500px !important;
    max-height: unset !important;
    height: 632px !important;
  }
@media screen and (max-width: 1501px) {
    .content-wrap{
		width:80%
	  }
  }
   @media screen and (max-width: 1041px) {
    .ckTipContainer {
      width: 98%;
      padding: 0;
    }
  }
  @media screen and (max-width: 1024px) {
    .st-sticky-share-buttons.st-right{
      display: unset !important;
      width: auto !important;
      left: unset !important;
    }
    #st-3.st-sticky-share-buttons.st-right .st-btn[data-network="sharethis"], 
    #st-2.st-sticky-share-buttons.st-right .st-btn[data-network="sharethis"]{
      border-radius: 24px !important;
    }
    .st-sticky-share-buttons.st-right .st-btn[data-network="sharethis"]{
      display: block !important;
    }
    body {
      padding-bottom: 0 !important;
    }    
  }
  @media screen and (max-width: 979px) {    
	 .content-wrap {
		width:96%
	 }
    .navbar-toggle-btn {
      display: block;
    }
    .nav-bar-con-item > li {
      float: none;
    }
    nav .content-wrap {
      position: relative;
      padding: 0 2%;
    }
    nav .content-wrap .nav-bar-con {
      display: none;
    }
    .nav-bar-con {
      position: absolute;
      top: 60px;
      left: 0;
      background: #fff;
      width: 100%;
      /* -webkit-box-shadow: 0 2px 5px 0 rgba(106, 105, 106, 0.18);
      box-shadow: 0 2px 5px 0 rgba(106, 105, 106, 0.18); */
      border: 1px solid rgb(237, 237, 237);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border-top: 0;
      border-bottom-left-radius: 8px;
      border-bottom-right-radius: 8px;
      z-index: 1;
      overflow: hidden;
      white-space: nowrap;
      font-size: 0;
    }    
    .nav-bar-con-list.nav-bar-con-sub{/* , .nav-bar-con-list.device-list */
      display: inline-block;
      width: 100%;
      vertical-align: top;
      overflow: hidden;
      font-size: 1.4rem;
    }
    .nav-bar-con-item > li {
      margin-right: 0;
    }
    .nav-bar-con-item > li > a {
      width: 96%;
      display: inline-block;
      padding: 5px 2%;
      border-bottom: none;
    }
    .nav-bar-con-item > li > a:hover{
      border-bottom: none;
    }
    .nav-cat,
    .cat-submenu-wrap {
      position: unset;
    }
    .cat-submenu-wrap li a {
      padding: 5px 4%;
    }
    .cat-submenu-wrap {
      /* background: none; */
      box-shadow: none;
      border-radius: 0;
    }
    .footer-con-logo,
    .footer-nav {
      display: block;
      width: 100%;
      padding: 0;
    }
    .footer-con-logo {
      margin-bottom: 25px;
    }
    .slogan {
      display: none;
    } 
    .logo{
      float: left;
    }
    .head-con-r{
      float: right;
    }
    .search{
      padding: 17px 0;
    }
  }
  @media screen and (max-width: 680px) {    
    #webWidget.widget-pc{
      width: 80% !important;      
      height: 632px !important;      
    }
  } 
  @media screen and (max-width: 600px) {
    .ckTipContainer,
    .ckTipCon,
    .ckTipBtn {
      display: block;
    }
    .ckTipCon {
      padding: 10px 0;
    }
    .ckTipText {
      margin-right: 0;
    }
    a.removeCkBtn {
      margin-top: 0;
    }
  }
  @media screen and (max-width: 480px) {    
    .search{
      width: 60%;
    }
  }
  @media screen and (max-height: 660px) {
    #webWidget.widget-pc{
      max-height: calc(100vh) !important;
      height: 600px !important;
    }
  }
body{
	height:100%
}
.wp-site-blocks{
  display: flex;
  flex-direction: column;
  height: 100%;
}
main{
	flex:1;
}
footer{
	margin-top:60px;
}

