/*.row*/
/*    共12*/
/*    .col-6*/

@media (max-width: 991px) {
/* 	 faq间距*/
	.header-sticky .faq-widget .themeflat-container .image-event-content {
		margin-bottom: 25px !important;
	}
	/* 	form图片缩小 */
	.widget-form-register .heading-register > img {
		width: 75%;
	}
/* 	form间距缩小 */
	.widget-form-register .widget-register {
    gap: 20px;
	}
/* 	 服务详情页标题 */
	.blog-content-single .main-post .entry-title-single {
        font-size: 27px !important;
    }
	/* 	 服务详情页底部间距 */
	.service-content .entry-image {
    text-align: center;
    padding: 15px 0 0 0;
}
    #mainnav-mobi ul>li>a {
		height: 60px;
		line-height: 1.8;
    padding: 0 16px;
    color: var(--white);
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    letter-spacing: 0.1em;
    display:flex;
		align-items: center;
    text-decoration: none;
	}
	#mainnav-mobi ul li {
	
		text-align: left;
		cursor: pointer;
	}
	.header-sticky .news-main  .widget-categories ul>li>a {
		display: flex;
	}
	#logo-mobie a img {
    width: 55%;
}
}

@media (max-width: 767px) {
	#logo-mobie a img {
    width: 55%;
}
	/* 	 faq间距*/
	.header-sticky .faq-widget .themeflat-container .image-event-content {
		margin-bottom: 25px !important;
	}
	/* 	form图片缩小 */
	.widget-form-register .heading-register > img {
		width: 75%;
	}
	/* 	form间距缩小 */
	.widget-form-register .widget-register {
    gap: 20px;
	}
	/* 	 服务详情页标题 */
	.blog-content-single .main-post .entry-title-single {
        font-size: 27px !important;
    }
		/* 	 服务详情页底部间距 */
	.service-content .entry-image {
    text-align: center;
    padding: 15px 0 0 0;
}
/* 	about页面wiget benefits */
		.tf-widget-benefit .benefit-number .number {
			font-size: 35px;
		}
	.tf-widget-benefit .benefit-item {
		gap: 5px;
	}
/* 新闻间距 */
article.entry.format-standard:not(:last-child) {
    margin-bottom: 10px;
}
	article.entry.format-standard .wrap-share .tag li {
    margin-bottom: 10px;
}
	/* 	contact us 按钮 */
	.tf-contact-page .social-contact .social-media li > a {
		width: 35px;
		height: 35px;
	}
/* 	产品详情 */
	.prodeta-info-main .widget-tabs .prodeta-tab-item {
		margin: 0 6px;
	}
	.prodeta-info-main .product-details-slick .product-details-sitem {
		padding: 20px;
	}
	#mainnav-mobi ul>li>a {
		height: 60px;
		line-height: 1.8;
    padding: 0 16px;
    color: var(--white);
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    letter-spacing: 0.1em;
    display:flex;
		align-items: center;
    text-decoration: none;
	}
	#mainnav-mobi ul li {
	
		text-align: left;
		cursor: pointer;
	}
	.header-sticky .news-main  .widget-categories ul>li>a {
		display: flex;
	}
}