h1.wp-block-post-title {
	display: none;
}

html:not(.has-modal-open) .custom-contact-us-nav a {
	padding: 6px 16px;
	text-decoration: none;
	background: linear-gradient(90deg, #75ff9e 1%, #36a3fe 100%);
	border-radius: 1000px;
	color: #fff !important;
}

html:not(.has-modal-open) .wp-block-navigation .current-menu-item.custom-contact-us-nav a {
	color: #fff !important;
}

.hardware-item-wrap {
	border: 1px solid #dddfe2;
	border-radius: 6px;
	overflow: hidden;
}

.hardware-item-wrap:hover {
	background: linear-gradient(white, white) padding-box, linear-gradient(180deg, #75ff9e 1%, #36a3fe 100%) border-box;
	border: 1px solid transparent;
	box-shadow: 0 0 16px 10px rgba(96, 176, 251, 0.14);
}

.hardware-item-wrap a {
	text-decoration: none;
}

.hardware-item-wrap p {
	padding: 0 3px 10px;
}

.hardware-item-wrap a:focus {
	outline: none;
}

.goods-list .wp-block-image img {
	transition: transform .3s ease;
}

.goods-list .wp-block-image img:hover {
	transform: scale(1.06);
}

.goods-list .wp-block-button__link:focus {
	outline-color: #36a3fe;
}

.company-intro {
	max-height: 310px;
	overflow: scroll;
	padding-right: 10px;
	margin-bottom: 10px;
}

.wp-block-jetpack-slideshow[data-autoplay=true] .wp-block-jetpack-slideshow_button-pause {
	display: none;
}

.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom {
	display: none;
}

.goods-list .wp-block-jetpack-slideshow {
	margin-bottom: 0;
}

.goods-list  .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_image {
	max-height: 400px;
}

.wp-block-separator {
	height: 1px;
	background: linear-gradient(90deg, rgb(117, 255, 158) 0%, rgb(54, 163, 254) 100%);
	border-color: transparent;
}

.googlemaps {
	max-width: 100%;
	height: 460px;
}

.googlemaps iframe {
	width: 100%;
}

.wp-block-jetpack-send-a-message {
	display: flex;
}

div.wp-block-jetpack-whatsapp-button {
}

div.wp-block-jetpack-whatsapp-button a.whatsapp-block__button {
	background-size: 26px 26px;
	padding-left: 46px;
	font-size: 16px;
}

.wp-block-navigation-item__content:focus {
	outline-color: #36a3fe;
}

.wp-block-navigation .current-menu-item a {
	color: #36a3fe !important;
}

.wp-block-navigation .current-menu-item a::after {
	border-color: #36a3fe;
}

/** 产品页 **/
.products-category-name-wrap .wp-block-navigation {
	width: 100%;
}

.products-category-name-wrap .wp-block-navigation .wp-block-navigation-item {
	width: 100%;
	cursor: pointer;
}

.products-category-name-wrap .wp-block-navigation-item__content {
	width: 100%;
	position: relative;
	padding-right: 15px;
}

.products-category-name-wrap .wp-block-navigation-item__content::after {
	border-bottom: 1px solid #dddfe2;
	border-right: 1px solid #dddfe2;
	content: "";
	display: block;
	height: 10px;
	width: 10px;
	transform: translateY(-50%) rotate(-45deg);
	position: absolute;
	right: 0;
	top: 50%;
}

.products-category-name-wrap .wp-block-navigation .wp-block-navigation-item__content:hover {
	color: #36a3fe;
}

.products-category-name-wrap .wp-block-navigation .wp-block-navigation-item__content:hover::after {
	border-color: #36a3fe;
}

.product-item-wrap {
	margin-bottom: 10px !important;
	border-color: #dddfe2;
	overflow: hidden;
}

.product-item-wrap:hover {
	border: 1px solid;
/** border-color: #36a3fe; **/
	border-image: linear-gradient(90deg, #75ff9e 1%, #36a3fe 100%) 1;
	border-radius: 6px;
}

.product-item-wrap .wp-block-image img {
	transition: transform .3s ease;
}

.product-item-wrap .wp-block-image img:hover {
	transform: scale(1.06);
}

.product-item-wrap .wp-block-button__link:hover {
	opacity: .8;
}

.product-item-wrap .wp-block-heading a {
	text-decoration: none;
}

.product-item-wrap  a:focus {
	outline: none;
}

.product-item-wrap .wp-block-button__link:focus {
	outline: none;
}

.product-item-wrap .wp-block-buttons>.wp-block-button .wp-block-button__link {
	background: linear-gradient(90deg, #75ff9e 1%, #36a3fe 100%);
}

.what-is {
	position: relative;
}

.what-is::before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, rgb(117, 255, 158) 0%, rgb(54, 163, 254) 100%);
}

.five-things-title {
	font-weight: bold;
}

.five-things {
	list-style: none;
	padding-left: 0;
}

.five-things li {
	position: relative;
	padding-left: 40px;
}

.five-things li::before {
	position: absolute;
	left: 6px;
	top: 50%;
	transform: translateY(-50%);
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: linear-gradient(90deg, rgb(117, 255, 158) 0%, rgb(54, 163, 254) 100%);
}

/** 我们的优势 **/
.advantage-item {
	width: 270px;
	height: 270px;
	border: 1px solid #93928D;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	transition: all .4s;
	position: relative;
	z-index: 1;
}

.advantage-item::before {
	border-radius: 50%;
	background: linear-gradient(90deg, #75ff9e 1%, #36a3fe 100%);
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	z-index: -1;
	opacity: 0;
	transition: opacity .4s;
}

.advantage-item:hover {
	border-color: transparent；;
	color: #fff;
}

.advantage-item:hover::before {
	opacity: 1;
}

.advantage-item p {
	padding: 0 20px;
}

.advantage-item:hover p {
	color: #fff !important;
}

/** 产品页详情页 **/
/** 产品页详情页面包屑导航 **/
.breadcrumb-nav {
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
}

.breadcrumb-nav, .breadcrumb-nav li {
	list-style-type: none;
}

.breadcrumb-nav li {
	margin-right: 12px;
}

.breadcrumb-nav li a {
	text-decoration: none;
	position: relative;
	padding-right: 16px;
	padding-bottom: 1px;
	padding-left: 2px;
}

.breadcrumb-nav li a::after {
	border-bottom: 1px solid #111111;
	border-right: 1px solid #111111;
	content: "";
	display: block;
	height: 10px;
	width: 10px;
	transform: translateY(-50%) rotate(-45deg);
	position: absolute;
	right: 3px;
	top: 50%;
}

.breadcrumb-nav li a:hover {
	color: #36a3fe;
}

.breadcrumb-nav li a:hover::after {
	border-color: #36a3fe;
}

.faq-wrap .wp-block-details summary {
	color: #36a3fe;
}

footer.wp-block-template-part {
	margin-top: 0;
}

.footer-title {
	max-width: 422px;
}

.footer-contact a {
	text-decoration: none;
}

.chat-with-us {
	position: fixed;
	right: 18px;
	bottom: 150px;
	z-index: 100;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: url('https://betavee.com/wp-content/uploads/2025/05/msg-icon.png') no-repeat center center/30px auto;
	background-color: #36a3fe;
	color: transparent;
}

.chat-with-us a,  .back-to-top a {
	display: block;
	width: 46px;
	height: 46px;
}

.back-to-top {
	position: fixed;
	right: 18px;
	bottom: 50px;
	z-index: 100;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: url('https://betavee.com/wp-content/uploads/2025/05/backtop-icon.png') no-repeat center center/26px auto;
	background-color: #36a3fe;
	color: transparent;
}