/*!
Theme Name: pedrcchi
Theme URI: http://www.pedrcchi.net.cn/
Author: lonely
Author URI: http://www.fromphoto.com
Description: pedrcchi
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 7.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pedrcchi
Tags: 官网
*/


/*头部导航*/
.head-top {
	background: #382518;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
	color: #333;
}


.country-selector {
    position: absolute;
    top: 0;
    color: #fff;
	right: 1.25rem;
	cursor:pointer;
}

.top-header {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    background-color: #333333;
    color: #fff;
}
.uk-navbar-nav>li>a {
    color: #fff !important;
    font-size:15px!important;
    padding: 0 22px!important;
}
.uk-logo img {
    height: 98px;
}
.slogan {
    color: #fff;
    font-size: 15px;
    border-left: 2px solid #fff;
    padding-left: 5px;
    padding-right: 5px;
}
.uk-navbar-toggle {
    color: #fff!important;
}

.uk-offcanvas-bar {
    background: #382518!important;
}
/* PC 端导航：菜单居中 */
.uk-navbar-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

/* 多语言切换挂载位，插件未装好之前不占位 */
.pedrcchi-lang-switch:empty {
    display: none;
}


.language-switcher {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 14px;
	color: #ffffff;
}

.language-switcher a {
	text-decoration: none;
	color: #ffffff;
	opacity: 0.7;
	transition: opacity 0.2s ease;
}

.language-switcher a:hover,
.language-switcher a.current-language {
	opacity: 1;
	font-weight: 600;
	color: #ffffff;
}

.language-switcher .lang-separator {
	opacity: 0.4;
	color: #ffffff;
	user-select: none;
}

.mobile-nav.uk-container::before,
.mobile-nav.uk-container::after,
nav.uk-navbar.uk-container::before,
nav.uk-navbar.uk-container::after {
    content: none;
    display: none;
}


/* 一级下拉子菜单：悬停整行白底，绝对定位不占据文档流，内容限制在 uk-container 宽度内 */
.pc-dropdown {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
    padding: 0;
    z-index: 1020;
}
.pc-dropdown .uk-container {
    padding-top: 24px;
    padding-bottom: 24px;
}
.pc-dropdown__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: space-around;
    margin: 0;
}
.pc-dropdown__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100px;
    text-align: center;
    text-decoration: none;
    color: #333 !important;
    text-transform: none;
}
.pc-dropdown__item-img {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 6px;
}
.pc-dropdown__item-img img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform .2s ease-in-out;
}
.pc-dropdown__item:hover .pc-dropdown__item-img img {
    transform: scale(1.05);
}
.pc-dropdown__item-text {
    font-size: 14px;
    text-align: center;
}

/* 移动端顶部导航：汉堡居左 / Logo 居中 / 多语言居右 */
.mobile-nav {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    min-height: 55px;
}
.mobile-nav__left {
    justify-self: start;
}
.mobile-nav__center {
    justify-self: center;
}
.mobile-nav__right {
    justify-self: end;
}
.jinghuaqi {
    background-image: url(http://119.23.231.231/wp-content/themes/SHULESHI/static/img/brand/jdqijian.png);
}

.uk-navbar-container:not(.uk-navbar-transparent){
    background: #382518;
}
.uk-navbar-nav>li>a {
    color: #f1f1f1;
    text-transform: capitalize!important;
    transition: .1s ease-in-out;
    transition-property: color,background-color;
}
.uk-navbar-nav>li.uk-active>a {
    color: #fff;
}
.buy-button button {
    background: #4c3221;
    color: #ffffff;
    border: 0;
    margin: 20px 10px;
    border-radius: 8px;
    padding: 13px 20px;
}
.uk-tile-primary {
    background: #4c3221;
}
.buy-button-two button {
    background: #ffffff;
    color: #4c3221;
    border: 0;
    margin: 20px 10px;
    border-radius: 8px;
    padding: 13px 20px;
}
.home-product-bg {
    background: rgb(0 0 0 / 30%);
}
.product-right-bg{
    background: #e1d8cd;
}
.home-title h1 {
    color: #382518;
    font-size: 32px;
    font-weight: 700;
}
.home-title p {
    color: #666;
    font-size: 20px;
    font-weight: 200;
}


/*品牌服务*/
.brand_service_content {
    background: #f6f6f6;
}
.brand_service_items {
    display: table;
    width: 100%;
    margin-top: 60px;
    border-top: 2px solid #737373;
}
.brand_service_item {
    float: left;
    width: calc(100% / 6);
    position: relative;
    margin-top: 44px;
    text-align: center;
}
.brand_service_item img {
    display: inline-block;
    width: auto;
    height: 37px;
}
.brand_service_item_title {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #848383;
    margin-top: 12px;
}
.brand_service_item::after {
    content: "";
    width: 2px;
    position: absolute;
    right: 0;
    top: 0;
    height: 74px;
    background: #737373;
}
.brand_service_item:last-child::after{
    background:none;
}
.brand_service_item:last-child::after {
　　background: none
}

/*文章详情页*/
.single-bg {
    background: #f5f5f5;
    padding-top: 40px;
    padding-bottom: 40px;
}
.post-title {
    text-align: center;
    padding: 10px;
}
.post-title h1 {
    padding-top: 5px;
    font-size: 20px;
}
.post-title m {
    color: #333;
    font-size: 13px;
}
.single-box{
    background:#fff;
}
.entry-content {
    color: #333;
    margin-bottom: 10px;
    padding: 25px 30px;
    overflow: hidden;
}
/*产品页面*/
.product-container {
    max-width: 1000px;
    box-sizing: content-box;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.product-content-title h2 {
    padding-left: 10px;
    font-size: 22px;
    border-left: 3px solid #19335c;
}
.product-content img {
    width: 100%;
}
/*文章*/
.single-bg {
    background: #f5f5f5;
    padding-top: 40px;
    padding-bottom: 40px;
}
.post-title {
    text-align: center;
    padding: 10px;
}
.post-title h1 {
    padding-top: 5px;
    font-size: 20px;
}
.post-title m {
    color: #333;
    font-size: 13px;
}
.single-box{
    background:#fff;
}
.entry-content {
    color: #333;
    margin-bottom: 10px;
    padding: 25px 30px;
    overflow: hidden;
}
/*小工具*/
.widget_display_topics {
    background: #fff;
    padding: 10px;
}
.hot-post li {
    list-style: square;
    margin-left: 15px;
}
h2.widget-title {
    font-size: 18px;
    color: #333;
}
.hot-post a {
    color: #333;
    font-size: 14px;
}
/*footer*/
.footer-bg{
   background: #382518; 
}
.footer-item h5 {
    font-weight: bold;
    color: #ffffff;
    font-size: 14px;
}
.footer-item a {
    font-size: 14px;
    color: #dbdbdb;
}
.footer-item p {
    color: #dbdbdb;
    font-size: 14px;
    margin: 0;
}
/*分页*/
.clearfix, .nav-links {
    display: block;
}
.clearfix {
    zoom: 1;
}
.pd20 {
    padding: 20px;
}
.box {
    background-color: #ffffff;
}
.fl {
    float: left;
}
.fs13 {
    font-size: 13px;
}
.fr {
    float: right;
}
.btn-pager .disabled.button, .btn-pager button.disabled, .btn-pager button.empty {
    padding: 5px 10px;
}
.btn-pager .navbtr.button, .btn-pager button.navbtr, .btn-pager button.empty {
    padding: 5px 10px;
}
.btn-pager button, .btn-pager .button {
    margin-left: 10px;
    padding: 0;
    border: 1px solid #e2e2e2;
    color: #9fadbd;
    background-color: #fff;
    text-shadow: 0 0 1px #fff;
    box-shadow: none;
    background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
    height: 33px;
}
button.disabled, .button.disabled {
    cursor: default;
    color: #ccc!important;
    border: 1px solid #ccc!important;
    background: #fff!important;
}
.btn-pager button, .btn-pager .button {
    margin-left: 10px;
    padding: 0;
    border: 1px solid #e2e2e2;
    color: #9fadbd;
    background-color: #fff;
    text-shadow: 0 0 1px #fff;
    box-shadow: none;
    background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
    height: 33px;
}
button, .button {
    display: inline-block;
    padding: 8px 12px;
    line-height: 1;
    font-size: 13px;
    color: #fff;
    background: #555d66;
    border-radius: 2px;
    position: relative;
    cursor: pointer;
}

.btn-group button, .btn-group .button {
    display: inline-block;
    padding: 8px 10px;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    margin-right: 10px;
    line-height: 1;
    font-size: 14px;
    color: #9fadbd;
    text-shadow: 0 0 1px #fff;
    background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
    height: 14px;
}
.down {
    width: 100%;
    padding: 17px 0px;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    margin: 0 auto;
}
.down span {
    font-size: 12px;
    line-height: 1.3em;
    color: #666;
    vertical-align: bottom;
}
.guanzhu-text h2{
    width: max-content;
    padding: 10px;
    font-size: 20px;
    background: #834D29;
    font-weight: bold;
}

.guanzhu-text h4 {
    font-size: 20px;
    margin: 0;
}
.guanzhu-text {
    padding-left: 80px!important;
}
.guanzhu-button>div {
    color: #fbf7f8;
    border: 1px solid;
    background: rgb(0 0 0 / 61%);
    width: 139px;
    padding: 2px;
    text-align: center;
    margin: 5px;
}
.guanzhu-ewm-box img {
    display: block;
    width: 100px;
}
.guanzhu-ewm-box {
    background: rgb(255 255 255 / 64%);
    text-align: center;
    padding: 15px;
    border-radius: 8px;
    color: #333;
    width: 100px;
}
.footer-ewm img{
    width: 130px;
}
.guanzhu-ewm-box span {
    font-weight: bold;
    padding-top: 10px;
    font-size: 12px;
    display: block;
}
button.product-info {
    border: none;
    background: #6f4029;
    font-weight: bold;
    padding: 13px 23px;
    border-radius: 8px;
}


.product-canshu ul {
    list-style-type: none; /* 去掉列表样式 */
    padding: 0;
}

.product-canshu ul li {
    margin: 7px 0; /* 设置列表项之间的间距 */
    font-size: 16px; /* 设置文本大小 */
    color: #333; /* 设置文本颜色 */
}


.product-canshu p {
    margin: 10px 0; /* 设置段落之间的间距 */
    font-size: 18px; /* 设置段落文本大小 */
}
.param-key {
    font-weight: bold; /* 设置参数名称加粗 */
    color: #382518; /* 设置参数名称颜色 */
}

.param-value {
    color: #333; /* 设置参数值颜色 */
}
.margin-large-left {
    margin-left:70px;
}
.product-canshu hr {
    margin: 5px 0px 5px 0px;
   border-top: 1px solid #e5e5e5;
}
.product-canshu span {
    font-size: 14px;
}
.brand_content P {
    margin: 5px 0;
    font-size: 16px;
    font-weight: 400;
    color: #382518;
}

.wpcf7-not-valid-tip {
    font-size: 14px!important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #32d296!important;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    border-color: #32d296!important;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100%;
    padding: 8px 13px;
}
.coffee-des p{
    margin: 0 0 5px 0;
    margin-top:5px;
    font-weight: bold;
    
}