/*
Theme Name: xiaotu
*/
@import "./assets/icon/css/icon.css"; 
:root{
	--color:#fed700;
	--yellow:#fed700;
	--red:#f63;
	--red2:#ff5134;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

html{font-size:10px;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;overflow-x:hidden;}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,dialog,div,dl,dt,em,embed,fieldset,figcaption,figure,font,footer,form,header,hgroup,hr,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,meter,nav,object,ol,output,p,pre,progress,q,rp,rt,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,time,tt,u,ul,var,video,xmp,button {margin:0; padding:0; border:0; outline:0;}ul,ol,li{list-style:none;}tbody,tfoot,th,thead,tr,td{margin:0; padding:0; outline:0;}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
body {
	font-size: 15px;
	line-height: 1.6;
	font-weight:400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x:hidden;
}
.clearfix {
	*zoom: 1;
}
.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
}
a {
	color: #111;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #000;
	text-decoration: underline #666;
}
a:active {
}
img{
	max-width: 100%;
	height: auto;
}
.yellowButton, .woocommerce-ResetPassword button {
	display: inline-flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	height: 45px;
	width: 50%;
	transition:box-shadow .1s linear;
	background:#fed700;
	border-radius:22.5px;
	border:none;
}
.yellowButton:hover, .woocommerce-ResetPassword button:hover {
	color: #fff;
	background:#000;
	border-color:#000;
	text-decoration:none;
}
.all{
	position:relative;
	width:100%;
}
.box{
	display:flex;
	flex-wrap: nowrap;
	width:1340px;
	margin:0 auto;
}
.page .belly .box{
	padding:0 15px;
}

@media (max-width: 768px) {
.box{
	width:100%;
	flex-direction: column;
}
.belly .box{
	padding:0 12px;
}
.single .belly .box{
	padding:0;
}
}
.top{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	border-bottom:1px #eee solid;
	font-size:1.4rem;
}
.topLeft{
	gap:2em;
	overflow: hidden;
}
.topLeftItem{
	display: flex;
	align-items: center;
	height:40px;
}
.topRight{
	display:flex;
	align-items:center;
	gap:2em;
}
.topRight .my{
	position:relative;
}
.topRight .my ul.submenu {
    display: none;
    position: absolute;
    z-index: 1000;
    background: #eee;
    list-style: none;
    padding: 0;
    width: 120px;
	min-height:35px;
}
.topRight .my ul.submenu li {
	padding:8px 0 8px 8px;
	
}
@media (max-width: 768px) {
.top{
	display:none;
}
}

.header{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items: center;
}
.header .box{
	padding:0;
	align-items: center;
}
.header .B.box nav{
	display:none
}
.header .logo{
	padding:30px 20px;
	width: 300px;
}
.header .wp-block-search{
	flex: 1 1 10%;
	width: 100%;
	
}
.header .wp-block-search__input{
	border-radius: 3.125rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
/*	border:1px solid #00000033;*/
	border: 2px solid #fed700;
	height:41px;
	font-size: 16px;
}
@media (min-width: 768px) {
.header.pinned {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
	height: 55px;
}
.header.pinned .logo{
	padding:0;
	width: 250px;
}
.header.pinned .box.B nav{
	display:flex;
}
.header.pinned .box.C {
	display:none;
}
.header.pinned .wp-block-search{
	flex:0.5 0.5 8%;
}
.header .wp-block-search-inner {
	position:relative;
	display: flex;
	flex-wrap: nowrap;
	max-width: 100%;
}
.header .wp-block-search .open {
	display:none;
}
}
.header .wp-block-search__button{
	position: absolute;
	right: 5px;
	z-index: 999;
	top: 4px;
	background: #fed700;
	max-width: 35px;
	max-height: 33px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1rem 2.25rem;
	border-radius: 3.125rem;
}
.header .headerAR{
	display:flex;
	flex-direction:row;
	justify-content: flex-end;
	align-items: center;
	width: 210px;
}
.header .headerAR .wc-block-mini-cart{
	margin-left:20px;
}
.header .headerAR .wp-block-woocommerce-customer-account {
	margin-left:15px;
	margin-right:10px;
}
@media (max-width: 768px) {
.header .headerAR .wc-block-mini-cart{
	margin-left:25px;
}
.header .headerAR .wp-block-woocommerce-customer-account {
	margin:0 10px;
}
}
.header svg{
}
.header .headerB{
	display: flex;
	align-items: center;
	width:100%;
	height:50px;
	background:var(--color);
	border-radius: 10px;	
}
.header .headerB .wp-block-woocommerce-customer-account {
	display:none;
}
.header nav{
	display: flex;
	align-items: center;
    padding: 0 30px;
	width:100%;
	height:50px;
	flex:1;
}
.header nav .navigationModal-content ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap:30px;
	font-size: 16px;
}
.navigationModal.is-menu-open {
  z-index: 99999;
  display: flex;
  flex-direction: column;
  padding: 8px 30px;
  background: #fff;
  overflow: auto;
}
.header .headerBR{
	margin-right:30px;
	font-weight:bold;
}
@media (max-width: 768px) {
.header{
	flex-direction: row;
	justify-content: flex-start;
	padding:0 10px;
	border-bottom:1px solid #ccc;
}
.header .box{
	flex-direction:row;
	flex-wrap: nowrap;
	width:auto;
}
.header .logo{
	flex: fit-content;
	padding:0;
	width:auto;
}
.header .logo h1{
	font-size:20px;
}
.header .wp-block-search {
	flex: unset;
	width:auto;
}
.header .wp-block-search i{
	font-size: 17px;
}
.header .wp-block-search-inner {
	display:none;
}
.header .wp-block-search__input {
	position: absolute;
    top: 51px;
    left: 0;
    z-index: 999;
    width: 100%;
}
.header .wp-block-search__button{
	top: 60px;
    right: 12px;
	margin:0;
	padding:0;
	border:none;
	background:none;
	color: #000;
}
.header .headerAR {
  width: fit-content;
}
.header .headerAR > div {
  margin: 0;
}
.header .headerB{
	margin-left: 15px;
	background:none;
}
.header nav{
	padding: 0;
}
.header nav .navigationModal-content ul{
	flex-direction: column;
}
.header .headerBR{
	display:none;
}

}

.sectionTitle {
  font-size: 26px;
  font-weight: 700;
  color: #1a1a1a;
  position: relative;
  padding-bottom: 10px;
}
.sectionTitle::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #e74c3c, #fed700);
}
@media (max-width: 768px) {
.sectionTitle {
	width: 100%;
	text-align:center;
	font-size:20px;
}
.sectionTitle::after {
  left: calc(50% - 30px);
}
}
.home .chest{
	margin-top:50px;
}
.chestL{
	width:268px;
	margin: 0 auto;
	padding: 40px 20px;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.chestR{
	width:calc(100% - 268px);
}
.home .belly{
	margin-top:80px;
}
.homeVideo{
	width:100%;
}
@media (max-width: 768px) {
.chestL, .chestR{
	width:100%;
}
}

.footer{
	margin:100px 0 80px;
}
.footer .logo{
	display: flex;
	justify-content: center;
	width:200px;
}
.footerQR{
	margin-top:38px;
}
.footer .call{
	margin-top:15px;
	text-align:center;
}
.footer .socialIcons{
	margin-top:15px;
}
.footerL{
	width:200px;
}
.footerC{
	display: flex;
	justify-content: space-around;
	width:62%;
	padding:0 7%;
}
.footerC h3, .footerR h3{
	margin-top:0;
	font-size:1.6rem;
	font-weight:600;
}
.footerC li{
	font-size:1.4rem;
	font-weight:400;
	line-height: 3.5rem;
}
.footerR{
	width:calc(38% - 200px);
}
.footerR .sendpress-signup .desc{
	font-size:1.4rem;
}
.footerR .sendpress-signup .sp_email{
    margin-top: 1em;
    padding: 0 1em;
	width: 100%;
    border: 1px solid #fed700;
    border-radius: 3em;
    height: 40px;
}
.footerR .sendpress-signup .sendpress-submit{
	display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: box-shadow .1s linear;
    background: #fed700;
    border-radius: 3em;
    color: #000;
    cursor: pointer;
	width:100%;
	height:40px;
	border:none;
}
.footerR .sendpress-signup .sendpress-submit:hover{
	background: #000;
    color: #fff;
}
.footer .copyright{
	display: flex;
	justify-content: center;
	margin-top:30px;
	width:100%;
	color:#333;
}
.footer .copyright a{
	text-align:center;
	color:#666;
}
@media (max-width: 768px) {
.footer .box {
	padding:0 15px;
}
.footer .logo{
	display: flex;
	justify-content: center;
	width:100%;
}
.footerL, .footerR{
	width:100%;
	text-align: center;
}
.footerC{
	display: flex;
	justify-content: space-around;
	margin:30px 0;
	padding:0;
	width:100%;
}
}
.woocommerce-page main{
	width:100%;
}
.single-post .box{
	justify-content:space-between;
}
body.page-template-page-right main, .single-post main{
	width:75%;
	padding-right:25px;
}
.single-post .belly .right{
	width:25%;
	padding-left:25px;
}
.single-post .belly .rightProducts {
	margin-top:60px;
}
@media (max-width: 768px) {
body.page-template-page-right main, .single-post main{
	padding-right:0;
	width:100%;
}
body:not(.woocommerce-page) .right, .single-post .belly .right{
	margin-top:60px;
	padding:0 15px;
	width:100%;
}
.single-post .belly .rightProducts ul, body.page-template-page-right .belly .rightProducts ul {
	justify-items: center;
	grid-template-columns: repeat(auto-fill, minmax(max(150px, calc(20% - 1em)), 1fr));
}
.single-post .belly .rightProducts ul li{
	min-width: 0;
    width: 100%;
}
}
.woocommerce .woocommerce-breadcrumb{
	margin: 15px 10px;
    color: #aaa;
}
.woocommerce .woocommerce-breadcrumb a{
    color: #aaa;
}
.page .belly main h1.wp-block-post-title, .single-post h1.wp-block-post-title{
	margin:1.2em 0;
	text-align: center;
    font-size: 30px;
    font-weight: 600;
}
.page:not(.woocommerce-page) .belly main h2, .page:not(.woocommerce-page) .belly main h3, .page:not(.woocommerce-page) .belly main h4{
	margin:1.2em 0;
    font-weight: 600;
}
.page:not(.woocommerce-page) .belly main h2{
	font-size:20px;
}
.page:not(.woocommerce-page) .belly main h3{
	font-size:18px;
}
.page:not(.woocommerce-page) .belly main h4{
	font-size:16px;
}
.single-post .article{
	padding:0 20px;
}
.single-post .article .info{
	display:flex;
	align-items:center;
	justify-content:end;
	margin:10px 0;
}
.article .taxonomy-category{
	margin-left:15px;
}
.single-post .article .info a{
	color:#666;
}
.article>.postGo{
	margin-top:20px;
}
.article .wp-block-comments{
	margin-top:80px;
}
.article .wp-block-comments h2.wp-block-heading{
	font-size:22px;
	font-weight:600;
}
.article .wp-block-comments h3{
	font-weight:600;
}
.page:not(.woocommerce-page) .belly main .entry-content ul, .page .belly main .entry-content ol{
	padding-inline-start:1em;
    font-size: 16px;
	color:#222;
}
.page:not(.woocommerce-page) .belly main .entry-content li{
	margin:1em 0;
	line-height: 1.8em;
}
.page:not(.woocommerce-page) .belly main .entry-content ul li{
	list-style:disc;
}
.page:not(.woocommerce-page) .belly main .entry-content ol li{
	list-style:decimal;
}
.page:not(.woocommerce-page) .belly main .entry-content p, .single-post .belly main .entry-content p{
	margin:1em 0;
    font-size: 16px;
	line-height: 1.8em;
	color:#222;
}
.page:not(.woocommerce-page) .belly main .entry-content p:first-child, .single-post .belly main .entry-content p:first-child{
	margin-top:0;
}
.single-post .belly main .entry-content pre{
	margin:1em 0;
    padding: 1em;
	background: #f6f6f6;
    border-radius: 5px;
}
.page:not(.woocommerce-page) .belly main .entry-content figure.wp-block-gallery, .single-post .belly main .entry-content figure.wp-block-gallery{
	display:flex;
	margin:1em 0;
}
.comments ol{
	margin-top:0;:20px;
}
.comments li.comment{
	display:flex;
	flex-flow:row;
	gap:20px;
	margin-bottom:15px;
}
.comments li.comment .commentR>div{
	margin-bottom:10px;
}
.comments li.comment time{
	color:#aaa;
	font-size:1.4rem;
}
.comments .wp-block-comment-reply-link a{
	color:#00f;
	font-size:1.4rem;
}
.comments .comment-respond{
	margin-top:50px;
	max-width: 900px;
}
.comments .comment-respond h3{
	font-size:18px;
}
.comments .comment-respond .comment-form>p{
	margin-top:15px;
}
.comments .comment-respond .comment-form textarea, .comments .comment-respond .comment-form input{
	border:1px solid #ddd!important;
	border-radius:2.25rem;
}
.comments .comment-respond .comment-form #submit{
	border:none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	padding:1rem 3rem 1rem 3rem;
	background:#fed700;
	color: #000;
}
.comments .comment-respond .comment-form #submit:hover{
	background:#000;
	color: #fff;
}
.page-template-page-right .morePosts{
	margin-top:60px;
}
.morePosts h2.wp-block-heading{
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ddd;
  text-align: left;
  font-size: 2.4rem;
  line-height: 1.6em;
}
.morePosts h2.wp-block-heading::after {
  content: ' ';
  border-bottom: 2px solid #fed700;
  display: block;
  width: 20%;
  position: absolute;
  bottom: -1px;
}
.morePosts li{
	display:flex;
	justify-content:space-between;
	align-items: center;
	gap:5px;
	line-height:1.4;
}
.morePosts li h3{
	font-size:inherit;
	font-weight: 400;
}
.morePosts li h3 a{
	color:#333
}
.morePosts li .wp-block-post-date a{
	color:#aaa;
	font-size:1.4rem;
}
.rightProducts li h4{
	font-size:inherit;
	font-weight: 400;
}

/*分类页*/
.archive .belly .L, .woocommerce-account .woocommerce-MyAccount-navigation{
	width: 268px;
	margin-right: 22px;
	padding: 20px;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.archive .belly main{
	width: calc(100% - 290px);
}
@media (max-width: 768px) {
.archive .belly .L, .archive .belly main{
	margin:0;
	width:100%;
}
}
.archive .belly .L h2{
	font-size: 26px;
	font-weight: 700;
	color: #1a1a1a;
	position: relative;
	padding-bottom: 10px;
	border-bottom:1px solid #ddd;
}
.archive .belly .L h2::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60px;
	height: 1px;
	background: linear-gradient(90deg, #e74c3c, #fed700);
}
.wc-block-product-categories li a, .archive .belly .L li a, .woocommerce-account .woocommerce-MyAccount-navigation li a{
	display:flex;
	align-items:center;
	height:38px;
	border-bottom: 1px solid #ddd;
}
.wp-block-woocommerce-product-collection .wc-block-product-template__responsive > li:hover{
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .12);
}
/**分类页**/
body.woocommerce-lost-password .woocommerce{
	justify-content: center;
}