@charset "utf-8";

/* 隐藏 SearchWP 的自动修正提示 */
.searchwp-revised-search-notice{display: none !important;}




.sBanner{--search_height:50px}
.sBanner{position: relative; overflow: hidden;}
.sBanner::before{content: ''; position:absolute; top:0; left:0; width:100%; height:100%; background: rgb(0 0 0 / 60%);}
.sBanner img{width: 100vw;}
.sBanner_t{position:absolute; top:50%; transform:translate(0,-50%); left: 0; width: 100%; text-align: center;}
.sBanner_t h2{font-size: 40px; color: #FFF;}

.sBanner_t form {
	display: block;
	margin-top: 30px;
	width: 100%;
	max-width: 680px;
	margin-left: auto;margin-right: auto;
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	background: none;
}
.sBanner_t form::before{content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: #FFF;}
.sSearch_ipt {
	width: 100%;
	height: calc(var(--search_height) - 1px);
	background: none;
	box-sizing: border-box;
	font-size: 16px;
	color: #FFF;
	padding: 0 20px 0 0;
}
.sSearch_ipt::-webkit-input-placeholder {
	color: #AAA;
	font-size: 16px
}
.sSearch_ipt::-moz-placeholder {
	color: #AAA;
	font-size: 16px
}
.sSearch_ipt:-moz-placeholder {
	color: #AAA;
	font-size: 16px
}
.sSearch_ipt:-ms-input-placeholder {
	color: #AAA;
	font-size: 16px
}
.sSearch_btn {
	flex-shrink: 0;
	font-size: 0;
	color: #FFF;
	width: var(--search_height);
	height: var(--search_height);
	background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='m12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.018-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z'/%3E%3Cpath fill='%23fff' d='M10.5 2a8.5 8.5 0 1 0 5.262 15.176l3.652 3.652a1 1 0 0 0 1.414-1.414l-3.652-3.652A8.5 8.5 0 0 0 10.5 2M4 10.5a6.5 6.5 0 1 1 13 0a6.5 6.5 0 0 1-13 0'/%3E%3C/g%3E%3C/svg%3E") no-repeat center;
	background-size: 24px;
	cursor: pointer;
}

@media screen and (max-width:1024px) {
	.sBanner{aspect-ratio: 10 / 3.8;}
	.sBanner img{height: 100%; object-fit: cover;}
	.sBanner_t h2{font-size: 4vw;}
}
@media screen and (max-width:768px) {
	.sBanner_t form{margin-top: 20px;}
}
@media screen and (max-width:560px) {
	.sBanner{--search_height:40px}
	.sBanner_t h2{font-size: 5vw;}
	.sSearch_btn{background-size: 20px;}
}



.sCont{margin-top: 80px;}

.sResult{margin: 0 auto 80px; display:flex; flex-wrap:nowrap; align-items: flex-start; gap: 0 3vw;}

.sResult_box{width: 100%;}
.noRes{font-size: 16px; background: #F1F1F1; padding: 36px;}

.sResult_tit{margin-bottom: 30px;}
.sResult_tit h3{font-size: 30px; color: #000;}
.sResult_tit p{margin-top: 20px; font-size: 15px; color: #5D5D5D;}

.sNav{margin-bottom: 40px; display:flex; flex-wrap:wrap; gap: 10px 20px;}
.sNav li{background: #F5F5F5; cursor: pointer; border-radius:200px;}
.sNav p{padding: 14px 30px; font-size: 16px;}
.sNav li.active{background: var(--i_color);}
.sNav li.active p{color: #FFF;}

.sShow{}
.sShow .item{opacity: 0; visibility: hidden; height: 0; position: relative; top: 30px; transition:none;}
.sShow .item.active{opacity: 1; visibility: visible; height: auto; top: 0; transition:top .5s ease;}

@media screen and (max-width:1366px) {
	.sResult_tit h3{font-size: 28px;}

	.sNav p{padding: 12px 24px; font-size: 15px;}
}
@media screen and (max-width:1024px) {
	.sCont{margin-top: 60px;}
	.sResult{margin: 0 auto 60px; flex-wrap: wrap; gap: 50px 0;}

	.sResult_tit h3{font-size: 22px;}
}
@media screen and (max-width:560px) {
	.sCont{margin-top: 40px;}
	.sResult{margin: 0 auto 40px; gap: 30px 0;}

	.sResult_tit h3{font-size: 20px;}

	.sNav{margin-bottom: 26px;}
	.sNav p{padding: 10px 18px; font-size: 14px;}
}



.sResult_list{display:flex; flex-wrap:wrap; gap:20px 0}
.sResult_list li{width: 100%; box-sizing: border-box; border: 1px solid #DDD;}
.sResult_list .cont{display:flex; flex-wrap:nowrap; padding:14px 16px; align-items: center; gap: 0 28px;}
.sResult_list .pic{flex-shrink: 0; width: 9.5vw; aspect-ratio: 1 / 1; position: relative; overflow: hidden;}
.sResult_list .pic img{width: 100%; height: 100%; object-fit: contain;}

.sResult_list .txt{width: 100%;}
.sResult_list .txt .tit{font-size: 16px; font-weight: bold; line-height: 1.5; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}
.sResult_list .txt p{margin-top: 10px; font-size: 13px; line-height: 1.6; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}
.sResult_list .txt .cate{margin-top: 16px; font-size: 13px; font-weight: normal; color: #888; line-height: 1.6;}
.sResult_list .txt .cate:hover{color: var(--i_color); text-decoration: underline;}

.sResult_list .pic:hover img{transform: scale(1.05, 1.05);}
.sResult_list .txt .tit:hover{color: var(--i_color);}

@media screen and (max-width:1440px) {
	.sResult_list .pic{width: 12vw;}
}
@media screen and (max-width:1024px) {
	.sResult_list .pic{width: 18vw;}
}
@media screen and (max-width:768px) {
	.sResult_list .pic{width: 30%}
}
@media screen and (max-width:560px) {
	.sResult_list{gap: 14px 0;}
	.sResult_list .cont{gap: 0 18px;}
	.sResult_list .pic{width: 35%}
	.sResult_list .txt .tit{font-size: 15px;}
	.sResult_list .txt p{margin-top: 6px;}
	.sResult_list .txt .cate{margin-top: 6px;}
}



.sRec{flex-shrink: 0; width: 30%; box-sizing: border-box; padding:30px 20px; background: #F7F7F7; border-top:3px solid var(--i_color)}

@media screen and (min-width:1025px) {
	.sRec .sResult_list li{border: none; padding-bottom: 20px; border-bottom: 1px solid #EEE;}
	.sRec .sResult_list li:last-child{border-bottom: none;}
	.sRec .sResult_list .cont{padding: 0 0;}
	.sRec .sResult_list .pic{width: 36%;}
	.sRec .sResult_list .txt p{margin-top: 4px;}
	.sRec .sResult_list .txt .cate{margin-top: 6px}
}
@media screen and (max-width:1024px) {
	.sRec{width: 100%;}
	.sRec .sResult_list li{border: none}
	.sRec .sResult_list .cont{padding: 0 0;}
}




.sContent{margin: 60px auto; font-size: 15px; line-height: 1.8;}
@media screen and (max-width:1200px) {
	.sContent{font-size: 14px;}
}
@media screen and (max-width:1024px) {
	.sContent{margin: 50px auto;}
}
@media screen and (max-width:560px) {
	.sContent{margin: 40px auto; font-size: 13px;}
}



.sOther{}

.sOther_products{display:flex; flex-wrap:wrap; gap: 30px 4%;}
.sOther_products li{width: 22%;}
.sOther_products .pic{width: 100%; aspect-ratio: 1 / 1; background: #F1F1F1; position: relative; overflow: hidden;}
.sOther_products .pic img{width: 100%; height: 100%; object-fit: contain;}
.sOther_products .txt{margin-top: 18px;}
.sOther_products h5{font-size: 16px; font-weight: bold; line-height: 1.5; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}
.sOther_products p{margin-top: 10px; font-size: 13px; line-height: 1.6; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}

.sOther_products a:hover img{transform: scale(1.05, 1.05);}
.sOther_products a:hover h5{color: var(--i_color);}

@media screen and (max-width:768px) {
	.sOther_products{gap: 30px 4%;}
	.sOther_products li{width: 48%;}
}
@media screen and (max-width:560px) {
	.sOther_products h5{font-size: 15px;}
	.sOther_products p{font-size: 13px;}
}


@media screen and (min-width:769px) {
	.sOther_show .sResult_list{gap: 30px 2%;}
	.sOther_show .sResult_list li{width: 49%;}
}



.sTit{margin-bottom: 40px; font-size: 26px; font-weight: bold;}
@media screen and (max-width:1200px) {
	.sTit{font-size: 20px;}
}
@media screen and (max-width:560px) {
	.sTit{margin-bottom: 30px;}
}


.sTags{margin: 80px auto;}
.sTags_list{}

.sTags_list{display:-webkit-flex; display:flex; flex-wrap:wrap; align-items: baseline; gap: .16rem 0;}
.sTags_list a{display: block; padding: 10px 20px; margin-right: 20px; font-size: 14px; color: #555; border: 1px solid #DDD;}
.sTags_list a:hover{background: var(--i_color); border-color: var(--i_color); color: #FFF;}
@media screen and (max-width:768px) {
	.sTags{margin: 60px auto;}
	.sTags_list{gap: 12px 0;}
}
@media screen and (max-width:560px) {
	.sTags{margin: 40px auto;}
}



.sForm{margin: 80px auto;}
@media screen and (max-width:768px) {
	.sForm{margin: 60px auto;}
}
@media screen and (max-width:560px) {
	.sForm{margin: 40px auto;}
}
#wpforms-247{
    --wpforms_input_height:48px;
    --wpforms_textarea_height:120px;
    --wpforms_input_font_size: 16px;
    --wpforms-field-border-radius: 8px;
    --wpforms-button-background-color: var(--i_color);
    --wpforms-button-border-color: var(--i_color);
    --wpforms-page-break-color: var(--i_color)
}
#wpforms-247{margin:0; padding:0;}
#wpforms-form-247{width:100%; position:relative;}

/* 字段样式 */
#wpforms-247 .wpforms-field-container>.wpforms-field{width: 100%; padding: 0 1px 20px; margin: 0 0 6px;overflow-x:initial !important; position: relative;}
#wpforms-247 label.wpforms-field-label{display: block; margin-bottom: 8px; font-size: 14px; font-weight: bold;}
#wpforms-247 .wpforms-field-container .wpforms-required-label{color: #D63637;}
#wpforms-247 .wpforms-field-container .wpforms-field>input,
#wpforms-247 .wpforms-field-container textarea
{width: 100%; max-width: 100%; box-sizing: border-box; padding: 10px 14px!important; margin: 0 0; border: 1px solid #CCC; background: #FFF; border-radius:var(--wpforms-field-border-radius); font-size:var(--wpforms_input_font_size); line-height: 1.4;}
#wpforms-247 .wpforms-field-container .wpforms-field>input{height: var(--wpforms_input_height);}
#wpforms-247 .wpforms-field-container textarea{height: var(--wpforms_textarea_height);}
#wpforms-247 input::placeholder, #wpforms-247 textarea::placeholder{color:#AAA; font-size:var(--wpforms_input_font_size); line-height: 1.4;}

/* 下拉菜单样式 */
/* #wpforms-247 .choices{width: 100%; max-width: 100% !important; height: var(--wpforms_input_height);}
#wpforms-247 .choices__inner{background: #F2F4F5; border: none !important; height: 100%;}
.wpforms-container .wpforms-field .wpforms-field-row:before{display: none !important;} */

#wpforms-247 .wpforms-field-container .wpforms-field>input:hover,
#wpforms-247 .wpforms-field-container textarea:hover,
#wpforms-247 .wpforms-field-container .wpforms-field>input:focus,
#wpforms-247 .wpforms-field-container textarea:focus{border-color: var(--i_color);}

/* 验证错误提示 */
#wpforms-247 label.wpforms-error, #wpforms-247 em.wpforms-error{position: absolute; left: 0; bottom: 0; font-size: 13px; color: #D63637;}

/* 隐藏 Label 标签 */
/* #wpforms-247 .wpforms-field-container .wpforms-field-label{height: 0; font-size: 0;margin: 0 0;}
#wpforms-247 .wpforms-field-container .wpforms-required-label{position: absolute;top: 4px; left: 6px; font-size: 16px; font-weight: bold;} */

/* 输入框水平排列，一行两个 */
#wpforms-247 .wpforms-field-container{display:flex; flex-wrap:wrap;justify-content: space-between;}
#wpforms-247-field_1-container,
#wpforms-247-field_2-container{width: 49% !important;}

/* 提交按钮样式 */
#wpforms-247 .wpforms-submit-container{width: 220px; margin: 0 auto; padding:0 0; position: relative; border-radius:200px; overflow: hidden;}
#wpforms-247 .wpforms-submit-container button{width: 100%; height:44px; font-size: 15px; color: #FFF; background: #545454;}
#wpforms-247 .wpforms-submit-container img{position:absolute;top:50%;transform:translate(0,-50%);right:4px;z-index:2}
#wpforms-247 .wpforms-submit-container button:hover{background: #F4863D;}

@media screen and (max-width:768px) {
	#wpforms-247 .wpforms-field-container>.wpforms-field{width: 100% !important;}
}