@charset "utf-8";
/*
Theme Name: XSwm
Author: 小兽
Author URI: https://www.seo628.com         
Description: 小兽WordPress外贸主题
Version: 2025
Text Domain: xs
*/
:root {
    --highlight-primary-color: #001648;
    --primary-color: #001648;
    --primary-text-color: #1f1f1f
}
html, body, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, ins, kbd, q, s, samp, small, strike , sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead,figure {
	border: 0;
	font-size: 14px;
	font-style: inherit;
	font-weight: inherit;
	outline: 0;
	padding: 0;
	margin: 0;
	vertical-align: baseline;
}
@font-face {
	font-display: swap;
	font-family: "Alibaba Sans";
	font-style: normal;
	font-weight: 400;
	src: url('./fonts/AlibabaSans.woff');
	
}

@font-face {
	font-display: swap;
	font-family: "Alibaba Sans";
	font-style: normal;
	font-weight: 500;
	src: url('./fonts/AlibabaSansMedium.woff');
}

@font-face {
	font-display: swap;
	font-family: "Alibaba Sans";
	font-style: normal;
	font-weight: 600;
	src: url('./fonts/AlibabaSansBold.woff');
}
html,body{
font-family: Alibaba Sans, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	height:100%;
	color: var(--primary-text-color);
}
p{
	padding: 0;
	margin: 0;	
}
ul,li,ol {
	list-style: none;
	background: transparent;
	margin-bottom:0;
}
a{
	text-decoration: none;
	color: var(--primary-text-color);
}
a:hover{
	color:var(--highlight-primary-color);
	text-decoration: none;
}
a,button,input{ 
	outline: none;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    -ms-interpolation-mode: bicubic;
    border: 0;
}
textarea{
	resize: vertical;
}
.alignleft {
	display:inline;
	float:left;
	margin-right: 2em;
	margin-bottom: 2em;
}
.alignright {
	display:inline;
	float:right;
	margin-right: 2em;
	margin-bottom: 2em;
}
.aligncenter {
clear:both;
display:block;
margin-left:auto;
margin-right:auto;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #b5b5b5; opacity:1; 
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #b5b5b5;opacity:1;
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder{
  color: #b5b5b5;opacity:1;
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
   color: #b5b5b5;opacity:1;
}
embed,
iframe,
object {
  max-width: 100%;
  margin:20px auto;
  display:block;
}
table{
  margin:15px auto;
  border-collapse:collapse;
  border:1px solid #aaa;
  width:100%;
}
table th {
    vertical-align: middle;
    padding: 20px;
    background-color: #ea5504;
    border: 1px solid #dcdcdc;
    text-align: left;
    color: #fff;
    font-size: 18px;
	font-weight: 400;
}
table td {
	vertical-align: middle;
    padding: 15px;
    border: 1px solid #dcdcdc;
    font-size: 16px;
}
table tr:nth-child(odd) {
  background-color:#F5F5F5;
}
table tr:nth-child(even) {
  background-color:#fff;
}

.f8f8f8 {
    background-color: #f8f8f8;
}
.animate3s ,.wp-post-image {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.phone span i{margin-right:5px}
.phone span{padding-right:20px;}
#header{
	position:relative;
}
#header .top-header{
    height: 50px;
    line-height: 50px;
    background: var(--primary-color);
	color: #b5b5b5;
}

@media (min-width: 768px) {
    #header .container {
      display: flex;
      justify-content: space-between;
    }
  }
#header .top-header .phone a{color: #b5b5b5;}
#header .top-header .phone a:hover{color: var(--highlight-primary-color);}
.header-logo{
    height: 90px;
	line-height:90px;
    float: left;
    max-width: 50%;
	display: flex;
    align-items: center;
}
.sticky .header-logo{
    height: 60px !important;
	line-height:60px !important;
}
.header-logo a {
    vertical-align: middle;
    display:block;
}
.header-logo img {
    vertical-align: middle;
    width: auto;
    display: inline-block;
    max-height: 60px;
}
.sticky .header-logo img {
    max-height: 40px;
}
.header-right{	
	float:right;
}
select {
  /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
  border: solid 1px #222222;
 
  /*很关键：将默认的select选择框样式清除*/
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
 
  /*在选择框的最右侧中间显示小箭头图片*/
  background: url("images/more_unfold.png") no-repeat scroll right center transparent;
 
 
  /*为下拉小箭头留出一点位置，避免被文字覆盖*/
  padding-right: 14px;
}
 
option {
    border:none;
    outline: none;
}
.search-form{
	display:inline-block;
    position: relative;
    width: 100%; 
	height: 28px;
    line-height: 28px;
}
.search-select{
	background-color: #001648;
	border-radius: 10px 0 0 10px;
	padding: 0 15px 0 15px;
    border-left: 1px solid #b5b5b5;
	border-top: 1px solid #b5b5b5;
	border-bottom: 1px solid #b5b5b5;
	color: #b5b5b5;
}
.search-input{
	color: #b5b5b5;
    line-height: 1;
    height: 30px;
    border: 1px solid #b5b5b5;
    background: none;
    width: 200px;
    padding-left: 10px;
	margin-left: -5px;
	border-radius: 0px 10px 10px 0;
}
.search-form button {
    position: absolute;
    right: 1%;
    top: 20%;
    background: none;
    border: none;
    font-size: 18px;
    line-height: 1;
	color: #b5b5b5;
}
div.sticky {
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 99;
    box-shadow: 0 1px 3px rgba(0,0,0,.11);
    top: 0;
}
.header-menu{
}
.header-menu >ul{
    display: flex;
    align-items: center;
}
.header-menu>ul>li{
	float:left;
	position:relative;
	height: 100%;
    margin-left: 40px;
}
.header-menu>ul>li:first-child {
    margin-left: 0;
}
.header-menu>ul>li:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 2px;
    overflow: hidden;
    background: var(--highlight-primary-color);
    left: 50%;
    right: 50%;
    transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
}
.header-menu>ul>li.current-menu-item:after{
	left: 0px;
    right: 0px;
}
.header-menu>ul>li>a{
    display: block;
    width: 100%;
    height: 100%;
    line-height:90px;
    font-size: 16px;
}
.sticky .header-menu>ul>li>a{
    line-height:60px;
}
.header-menu>ul>li:hover:after {
    left: 0px;
    right: 0px;
}
.sf-menu ul {
    position: absolute;
    width: 200px;
    display: none;
    z-index: 9999;
    background: #FFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    top: 100%;
}
.sf-menu ul li {
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
    z-index: 9999;
    line-height: 1.4;
}
.sf-menu ul li:last-child{border-bottom: none;}
.sf-menu ul li a {
    display: block;
    border: none;
	padding: 10px 10px 10px 20px;
}
.sf-menu ul li:hover {
	background:var(--highlight-primary-color);
}
.sf-menu ul >li:hover>a{color:#fff !important;}
.sf-menu ul ul {
    top: 1px;
    left: 100%;
}
.sf-menu li li ul {
    margin-top: -1px;
}
#slider-home .swiper-pagination{
    position: absolute;
    bottom: 10px;
    width: 100%;
}
#slider-home .swiper-pagination-bullet {
    width: 25px !important;
    height: 4px !important;
    background: #ffffff !important;
    margin: 5px !important;
    display: inline-block !important;
    opacity: 0.4 !important;
	border-radius: 2px!important;
}
#slider-home .swiper-pagination-bullet-active{
	opacity: 1 !important;
	background: var(--highlight-primary-color) !important;
}	
#slider-home img,#slider img{width:100%;}
.contact-ad{
	position:relative;
	max-width:1920px;
	margin:auto;
}
.section-head{
	position:relative;
	overflow:hidden;
	z-index:9;
}
.section-head h2{
    color: #222222;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    display: inline-block;
}
.section-head p{
	line-height: 1.42;
    color: #888;
	font-size:16px;
	margin-left:auto;
	margin-right:auto;
}
.pro-cat {
	padding: 20px;
    box-shadow: 0 15px 40px 0 rgba(22,35,49,.15);
    background: #fff;
    border-radius: 10px;
    transition: all .2s linear;
}
.pro-cat h3{
	font-size: 18px;
    color: #fff;
    background-color: var(--highlight-primary-color);
    padding: 10px 20px;
}
.proli h4{
    padding: 10px;
    font-size: 16px;
    color: var(--highlight-primary-color);
}
.proli h4 i{
	margin-right: 10px;
    height: 32px;
    float: left;
    overflow: hidden;
}
.proli h4 a{color: var(--highlight-primary-color);}
.proli ul{
	padding-left:30px;
}
.proli ul li{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 0.1mm solid #f8f8f8;
}
.proli ul li:last-child{
	margin-bottom:0;
}

.pro-list ul li a {
    display: block;
    padding: 10px;
    background: #fff;
	height:100%;
	border: 1px solid #eee;
}
.pro-list ul li a .images,.case-con ul li a .images{overflow:hidden;
}
.pro-list ul li a img {
    transform: scale(1);
    border: 1px solid #f5f5f5;
}
.pro-list ul li:hover a img {
    transform: scale(1.08);
}
.pro-list ul li a p{
    line-height: 1.42;
	font-size:16px;
}
.case-con a,.news-img a,.widget-list ul li a{
    display: block;
    position: relative;
    overflow: hidden;
}
.case-con a img,.news-img a img,.widget-list ul li a img{
    transform: scale(1);
}
.case-con a:hover img,.news-img a:hover img,.widget-list ul li a:hover img {
    transform: scale(1.08);
}
.case-con .text{
    padding: 15px;
}
.news-img a h3{
	font-size:20px;
	color:#222;
}
.news-cat a h3{
	font-size:18px;
	color:#222;
}
.news-cat li:last-child{margin-bottom:0 !important;}
.news-cat a:hover h3,.news-img a:hover h3{
	color:var(--highlight-primary-color);
}
.news-con a span{
	color:#666;
}
.news-con a p{
	font-size:16px;
	color:#666;
}
.about-con img{
	width:60px;
	height: auto;
	display: inline-block;
}
.about-con ul li h4{
	font-size:18px;
	margin-bottom:10px;
	line-height: 1.6;
}
.about-con ul li p{
	color:#888;
	line-height:1.7;
	max-width: 90%;
    margin: auto;
}
.contact .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contact{
	color:#fff;
	background-color:#001648;
}
.contact .box .text{max-width:50%;}
.contact .text h3 {
    font-size: 30px;
	word-wrap: break-word;
    word-break: normal;
}
.contact .text p{
    font-size: 16px;
}
.contact .btn-action a {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    border: 2px solid #fff;
    padding: 10px 30px;
	margin-right:0;
}
.contact .btn-action a:hover{
	background-color:#fff !important;
	color:#001648 !important;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.contact .btn-action a i{
    font-size: 24px;
}
/* 底部样式 */

#footer {
	background: #1f1f1f;
    color: #ffffff;
}
.footer-top h3 {
	font-weight:bold;
  font-size: 18px;
  color: #ffffff;
  margin: 0px 0px 15px;
}
.foot-menu ul li{
	margin-bottom:10px;
}
.foot-menu ul li:last-child{
	margin-bottom:0;
}
.foot-menu ul li a {
  color:#b5b5b5;
  display:block;
}
.foot-menu ul li a:hover {
  color: #ffffff !important;
}
.foot-contact {
	border-left:1px solid #3a3939;
	padding-left:50px;
}

.foot-contact img{max-width:100px;}
.foot-contact p {
    line-height: 2;
	color:#b5b5b5;
}
.copyr  {
    border-top: 1px solid #3a3939;
	padding-top: 20px;
}
.foot-link a {
    display: inline-block;
    color: #b5b5b5;
    font-size: 12px;
    line-height: 22px;
    margin-right: 20px;
}
.foot-link a:hover{color:#fff !important;}
/* 侧边栏样式 */
.content {
    padding: 20px;
	background-color: #fff;
}
.sidebar .case-con li:last-child{
	margin-bottom:0 !important;
}
.sidebar aside{
    margin-bottom: 20px;
    padding: 20px;
    background-color: #fff;
}
.sidebar aside:last-child{
	margin-bottom:0;
}
.sidebar .widget-title{
    border-bottom:#eee 2px solid;
	margin-bottom:15px;
}
.sidebar .widget-title h3{
	font-weight:bold;
	padding-bottom:10px;
    font-size: 18px;
    display: inline-block;
    border-bottom: --highlight-primary-color 2px solid;
	z-index:99;
	margin-bottom: -2px;
}
.sidebar ul.menu>li{
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.sidebar ul.menu li:last-child{margin-bottom:0;}
.sidebar  ul.menu>li>a {
	display: block;
    cursor: pointer;
    font-size: 16px;
}

.sidebar  ul.menu>li .sub-menu{
	padding-top:10px;
    padding-left: 10px;
    overflow: hidden;
	display:none;
}
.sidebar  ul.menu>li.current-menu-parent .sub-menu,.sidebar  ul.menu>li.current-product-ancestor .sub-menu, .sidebar  ul.menu>li.current-menu-item .sub-menu{
	display:block !important;
}
.pro-menu .sub-menu{
	display:block !important;
}
.sidebar ul.menu>li .sub-menu li{
	margin-bottom:10px;
}
.sidebar ul.menu>li .sub-menu li:last-child{margin-bottom:0;}
.sidebar ul.menu>li .sub-menu li a{
    background: url(images/arrow.png) left center no-repeat;
	padding-left: 10px;
	display: inline-block;
}
.widget_recent_entries ul{
	margin-top:15px;
}
.widget_recent_entries ul li {
    margin-bottom: 10px;
    position: relative;
}
.widget_recent_entries ul li :last-child,.sidebar .widget-list ul li:last-child{
	margin-bottom:0 !important;
}
.widget_recent_entries ul li a:before {
    display: inline-block;
    vertical-align: 2px;
    width: 5px;
    height: 5px;
    background: var(--highlight-primary-color);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-right: 10px;
    content: "";
}
.widget-list ul li a {
    position: relative;
    display: block;
	overflow: hidden;
}
.widget-list ul li a p {
    padding: 10px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #fff;
    background-color: rgba(0,0,0,.6);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.widget_recent_entries ul li:last-child{
	margin-bottom:0 !important;
}
.tagcloud a{
    font-size: 14px;
    margin: 0 10px 5px 0;
    display: inline-block;
}
.entry-meta{
    overflow: hidden;
    border-bottom: #eee 1px solid;
    margin-bottom: 20px;
}
.entry-meta h1 {
    font-weight: 600;
    font-size: 24px;
    padding-bottom: 10px;
    display: inline-block;
    border-bottom: --highlight-primary-color 2px solid;
}
.entry-meta p {
	clear:both;
	color: #999999;
	margin-top:15px;
}
.entry-des p{
	margin-bottom:20px;
}
.crumbs{
    padding: 20px 0;
}
.crumbs a,.crumbs {
    color: #999999;
}

.content-list li{
	padding: 20px;
    margin-bottom: 30px;
    border: 1px dotted #ddd;
    background: #fff;
}
.content-list li h2 a{
	 font-weight: bold;
	display:inline-block;
	font-size:18px;
	float:left;
}
.content-list li h2{
    overflow: hidden;
	line-height:1.42;
}
.content-list li span{
	float:right;
	color: #999999;
}
.content-list li p{
	color: #999999;
}
.case-list .row{align-items: center;}
.case-list li{
	border-bottom: 1px dotted #ccc;
}
.case-list li h2 a{
	font-weight: bold;
	display:inline-block;
	font-size:18px;
}
.case-list li h2{
    overflow: hidden;
	line-height:1.42;
}
.case-list li p{
    overflow: hidden;
	line-height:1.5;
	color: #999999;
}
.case-list li span{
	color: #b4b4b4;
}
.entry-content{
	clear:both;
	font-size: 16px;	
	overflow: hidden;
}
.entry-content p{
	margin-bottom:20px;
	line-height: 1.625;
	word-wrap: break-word;
}
.entry-content>div{
	margin-bottom:20px;
	line-height: 1.625;
}
.entry-content>figure{
	margin-bottom:20px;
	line-height: 1.625;
}
.entry-content>figure:last-child,.entry-content>div:last-child{margin-bottom:0;}
.entry-content p:last-child{margin-bottom:0;}
.entry-content a{
   text-decoration: underline;
}
.entry-content a:hover{text-decoration: none;}
.entry-content h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.42;
}
.entry-content h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom:20px;
	line-height: 1.42;
}
.entry-content ul {
  list-style: disc;
  margin: 0 0 15px 30px;
}
 .entry-content ul li {
  list-style: disc;
  font-size: 16px;
  line-height: 1.625;
  margin-bottom: 10px;
}
.entry-content ol {
  list-style: decimal;
  margin: 0 0 15px 30px;
}
.entry-content ol li {
  list-style: decimal;
  font-size: 16px;
  line-height: 1.625;
  margin-bottom: 10px;
}
.entry-content blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 16px;
	border-left: 5px solid #8952E9;
	background-color: #f5f5f5;
}
.textwidget .gallery-item{
	margin-top:0 !important;
}
.entry-content .gallery .gallery-item{
	padding:10px;
}
.entry-content .gallery .gallery-item img{
	border: none !important;
}
div.wp-caption{
	max-width:100%;
}
p.wp-caption-text,dd.wp-caption-text{
	text-align: center;
    margin-top: 10px;
    font-weight: bold;
}
.single-header{
	margin-bottom:20px;
	border-bottom: 1px dotted #cccccc;
}
.single-header h1 {
    font-size: 30px;
    line-height: 1.4;
    font-weight: bold;
}
 .single-header .single-meta {
  overflow: hidden; 
  color: #999999;
  display: inline-block;
}
 .single-header span {
  display: inline-block;
  margin-right: 10px;
}
.single-meta .crumbs{
    line-height: 36px;
}
#nav-single{
    border-top: 1px solid #f5f5f5;
    margin-top: 20px;
    padding-top: 10px;
}
#nav-single div{
	height: 30px;
    line-height: 30px;
    overflow: hidden;

}

/* 产品中心样式开始 */
.cp-con{
    border-bottom: solid 1px #dedede;
}
.cp-con h1{
	font-size: 30px;
    font-weight: bold;
	line-height:1.5;
}
.cp-des h3{
	font-size: 16px;
    font-weight: bold;
}
.cp-des p{
	line-height: 1.7;
font-size: 16px;
}
.cp-app p {
    line-height: 1.75;
    background: #f8f8f8;
    padding: 20px;
    border-radius: 4px;
}
.btn-action a {
    display: inline-block;
    padding: 10px 30px;
    background-color: var(--highlight-primary-color);
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
}
.btn-action a:hover{
	 background-color: #218838 !important;
    font-size: 18px;
    color: #fff !important;
}
.btn-action a i{margin-left:5px;}
.contact .btn-action a{
	background-color:transparent !important;
}
.btn-action a:hover {
    background: #008b4a;
}
.btn-action a.green {
    background: #008b4a;
}
.navigation {
  text-align: center;
  display:block;
}
.navigation a,
.navigation span {
  display: inline-block;
  border: 1px solid #eee;
  padding: 10px 20px;
  margin: 0 1px;
      background: #fff;
}
.navigation .current {
  background: var(--highlight-primary-color);
  color: #fff;
  text-decoration: none;
  border: 1px solid var(--highlight-primary-color);
}
.screen-reader-text{
	    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

/* 产品中心样式结束 */
.textwidget p{
	line-height:2;
}
.con1{overflow:hidden;}
.wpforms-submit{
	background-color:--highlight-primary-color !important;
	color:#fff !important;
	border: 1px solid --highlight-primary-color !important;
	padding: 10px 40px !important;
	}
.single-pro-nav{
	border-bottom: 3px solid var(--highlight-primary-color);
}
.single-pro-list li{
	margin-right:1px;
	float:left;
	background-color:#eee;
	-moz-border-radius: 15px 15px 0 0; /* Firefox */
  -webkit-border-radius:15px 15px 0 0;/* Safari 和 Chrome */
  border-radius: 15px 15px 0 0;/* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */

}
.single-pro-list li.on{
	background-color:var(--highlight-primary-color);
}
.single-pro-list li.on a{
	color:#ffffff !important;
}
.single-pro-list li a{
	display:inline-block;
	padding:10px 20px;
}
.pro-wrap .pro-item {
    display: none;
    margin-top: 20px;
}
.pro-wrap .pro-item .content-list li:last-child,.pro-wrap .pro-item .case-list li:last-child{margin-bottom:0 !important;}
.pro-cat-img {
    display: block;
    text-align: center;
}
.pro-wrap div.pro-item:first-child{display:block;}
.cp-xg h3, .post-xg h3, .case-xg h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
.post-con li{
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.post-con li a{
	border-bottom: 1px solid #eee;
    display: inline-block;
    padding-bottom: 10px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.down-list li{
    border-bottom: 1px solid #f5f5f5;
	cursor: pointer;
	display: flex;
    flex-direction: row;
    justify-content: space-between;
	    align-items: center;
}
.down-list li img{
	width:auto;
	height:20px;
	margin-top:10px;
}
.down-list li .down-info{
	line-height:30px;
	font-size:16px;
	max-width: 60%;
}
.down-list li .down-btn a{
    display: inline-block;
    background-color: #001648;
    color: #fff !important;
    padding: 10px 20px;
	border-radius:6px;
}
.down-list li:hover .down-btn a{
	background-color: #218838 !important;
}
.footer-btm,.footer-btm p a{color: #b5b5b5;}
.footer-btm p a:hover{color: #fff !important;}

a.btn-action {
    background-color:#43B66B;
    color: #fff;
    padding: 10px 30px;
    font-size: 18px;
    display: inline-block;
	border-radius: 20px;
}
a.btn-action:hover ,.section-head a.btn-more:hover{
    background-color: #008b4a;
}

.at-above-post,.at-below-post,.at-above-post-page{display:none !important;}
.rtbar{ display:none;position:fixed; top:200px; right:0; width:50px; height:203px; z-index:10;}
.rtbar li{ width:62px; height:50px; z-index:20; }
.rtbar li.rtbar1,.rtbar li.rtbar4{ position:absolute; left:0;}
.rtbar li.rtbar1{ top:0; width:172px; }
.rtbar li.rtbar2{ position:absolute; top:51px; left:0;width:172px;}
.rtbar li.rtbar3{ position:absolute; top:102px; left:0; width:172px; }
.rtbar li.rtbar4{ top:153px;}
.rtbar4{ position:absolute; top:102px; left:0;}
.rtbar li a{ display:block; color:#FFF !important; height:50px; line-height:50px; overflow:hidden; background-color: var(--highlight-primary-color); border-radius:6px;}
.rtbar li a .fa{ display:block; float:left; vertical-align:middle; width:24px; height:24px; margin:12px 12px 14px 14px;font-size: 24px;}
.rtbar li a:hover{background-color:var(--highlight-primary-color);opacity:1;}
.cate-list h3{font-size:18px;font-weight: bold;}
.cate-list span{color:#666}
.cate-list p{color:#666}
div.wpforms-container-full{margin:0 !important;}
.cp-child li {
    float: left;
    margin: 0 10px 20px 0;
}
.cp-child li a {
    padding: 8px 15px;
    border: 1px solid #dcdcdc;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    display: inline-block;
}
.pro-small{padding:0 40px;}
.pro-small .swiper-slide-thumb-active, .pro-small .swiper-slide:hover {
-webkit-filter: brightness(50%) !important;
filter: brightness(50%) !important;
}
.pro-small img {
	border-radius: 10px;
    cursor: pointer;
    border: 1px solid rgb(0 0 0 / 20%);
    padding: 5px;
}
.pro-small-nav{
position: absolute;
width: 100%;
left: 0;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
}
.pro-small-nav i{
font-size: 50px;
cursor: pointer;
}
.swiper-button-disabled{
opacity: .35;
cursor: auto;
pointer-events: none
}
.social li {
    margin-right: 15px;
}
.social li:last-child {
    margin-right: 0;
}
.social li a{
    width: 25px;
    height: 25px;
    text-align: center;
    background-color:#ffffff;
    color: #fff;
    display: block;
    border-radius: 5px;
    padding: 5px;
}



@media (min-width: 768px) {
    .menu-item-gtranslate .gt_option {
        position: absolute !important;
    }
}

@media (max-width: 767px) {
    .menu-item-gtranslate .gt_switcher,  .menu-item-gtranslate .gt_option  {
        width: 100% !important;
    }

    .menu-item-gtranslate .gt_switcher a, .menu-item-gtranslate .gt_option a {
        height: auto;
        width: calc(100% - 12px) !important;
    }
}