*,
body,
html {
	padding: 0;
	margin: 0;
}

a {
	color: inherit;
	text-decoration: none;
}

body,
h1,
h2,
h3,
html {
	font-family: Lato, Helvetica Neue, Arial, Helvetica, sans-serif;
}

body,
html {
	max-width: 100vw;
	overflow-x: hidden;
	min-width: 320px;
	background: #fff;
	font-size: 14px;
	line-height: 1.4285em;
	color: rgba(0, 0, 0, .87);
}

:root {
	--max-width: 1100px;
	--border-radius: 12px;
	--font-mono: ui-monospace, Menlo, Monaco, "Cascadia Mono", "Segoe UI Mono", "Roboto Mono", "Oxygen Mono", "Ubuntu Monospace", "Source Code Pro", "Fira Mono", "Droid Sans Mono", "Courier New", monospace;
	--foreground-rgb: 0, 0, 0;
	--background-start-rgb: 214, 219, 220;
	--background-end-rgb: 255, 255, 255;
	--primary-glow: conic-gradient(from 180deg at 50% 50%, #16abff33 0deg, #0885ff33 55deg, #54d6ff33 120deg, #0071ff33 160deg, transparent 360deg);
	--secondary-glow: radial-gradient(#fff, hsla(0, 0%, 100%, 0));
	--tile-start-rgb: 239, 245, 249;
	--tile-end-rgb: 228, 232, 233;
	--tile-border: conic-gradient(#00000080, #00000040, #00000030, #00000020, #00000010, #00000010, #00000080);
	--callout-rgb: 238, 240, 241;
	--callout-border-rgb: 172, 175, 176;
	--card-rgb: 180, 185, 188;
	--card-border-rgb: 131, 134, 135;
	--color1: #eff1fa;
	--color2: #000;
	--color3: #000;
	--color4: #000;
	--color5: #000;
	--color6: #000;
	--logoColor: #008cffd1;
	--textColor1: #000;
	--textColor2: #77787d;
	--textColor3: #4559d7;
	--textColor4: #e5e5e5;
	--textColor5: #fff;
	--textColor6: #900;
	--topPicksColor1: #0071be;
	--topPicksColor2: #dd4437;
	--topPicksColor3: #f29100;
	--topPicksColor4: #277c38;
	--topPicksColor5: #7c2773;
}

article,
aside,
details,
figcaption,
figure,
footer,
header2,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	background-color: transparent
}

a:active,
a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: bold
}

dfn {
	font-style: normal
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

mark {
	background: #ff0;
	color: #191d1f
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -0.5em
}

sub {
	bottom: -0.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type=checkbox],
input[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	border: 1px solid #aab0b5;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: bold
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,
th {
	padding: 0
}


/*!
 * Copyright 2019 Atlas Copco. All rights reserved.
 */

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dd,
ol,
ul,
form,
fieldset,
legend,
figure,
table,
th,
td,
caption,
hr {
	margin: 0;
	padding: 0
}

abbr[title],
dfn[title] {
	cursor: help
}

ins {
	text-decoration: none
}

ins {
	border-bottom: 1px solid
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit
}

.indexpage {
	width: 100%;
	height: 100%;
	float: left;
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow: auto;
	position: absolute;
}


/* 头部 */

.header2 {
	width: 100%;
	height: 62px;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 9999;
}

.header_bg {
	background: #1e1e1e;
}

.container {
	position: relative;
	width: 95%;
	margin: 0 auto;
	max-width: 1024px;
}

.navigation,
.phonemenu {
	display: none;
}

.header2 .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo {
	width: 180px;
}

.logo img {
	display: block;
}

.searchinput {
	width: 250px;
}

.searchinput input {
	width: -webkit-fill-available;
	color: #000;
	margin-left: 0;
	height: 36px;
	font-size: 1.2em;
	background: url(../images/searchBr_Black.svg) no-repeat 97%;
	background-size: 26px;
	border: 1px solid #dededf;
	border-radius: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #fff;
}


/* banner */

.indexmian {
	padding: 20px 0;
	width: 100%;
}

.index-banner .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.indexban-left {
	width: calc(100% - 450px);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	height: 216px;
	background-color: rgba(111, 190, 255, .11);
	padding: 15px;
	position: relative;
}

.indexban-title {
	font-size: 2.5rem;
	line-height: 3rem;
	font-weight: 800;
	color: #000;
	padding: 0;
	margin: 0 auto 10px 0;
	background-color: transparent;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-decoration: none;
	font-family: inherit;
}

.indexban-textr {}

.indexban-textr p {
	font-size: 1.3rem;
	line-height: 1.8rem;
	color: gray;
	font-weight: 500;
	text-align: left;
}

.indexban-right {
	width: 450px;
}

.indexban-right img {
	display: block;
	width: 100%;
}

.indexban-date-line ul {
	display: flex;
}

.indexban-date-line ul li {
	width: 24px;
	margin-right: 10px;
	height: 24px;
	border-radius: 50%;
}

.indexban-date-line ul li::marker {
	display: none;
	font-size: 0;
}

.indexban-date-line ul li:nth-child(1) {
	background: #3b5998;
}

.indexban-date-line ul li:nth-child(2) {
	background: #00aced;
}

.indexban-date-line ul li:nth-child(3) {
	background: #25d366;
}

.indexban-date-line ul li:nth-child(4) {
	background: #7f7f7f;
}

.indexban-date-line ul li img {
	display: block;
	width: 100%;
}


/* product */

.productweb {
	margin-bottom: 50px;
}

.productlist {
	width: 100%;
	min-height: 380px;
	float: left;
	padding-top: 50px;
	padding-bottom: 50px;
	cursor: pointer;
	border-bottom: .5px solid #d5d5d5;
}

.productswiper {
	position: relative;
}

.swiper-container {
	overflow: hidden;
}

.shop-for-title {
	font-size: 1.5rem;
	text-align: left;
	font-weight: 500;
	color: var(--textColor1);
	width: -moz-fit-content;
	width: fit-content;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 2px solid rgba(0, 140, 255, .82);
	margin-bottom: 15px;
}

.product-item {
	height: 300px;
	border: .5px solid #d3d3d3;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-color: rgba(111, 190, 255, .11);
	align-items: flex-start;
	text-align: start;
	margin: 20px;
}

.product-image {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	min-width: 100%;
	max-width: 100%;
	min-height: 180px;
	max-height: 180px;
	border-bottom: 4px solid rgba(0, 140, 255, .82);
	background-color: #fff;
}

.product-image img {
	max-width: 90%;
	max-height: 156px;
	object-fit: scale-down;
	min-width: 90%;
	padding: 10px;
}

.product-similar {
	font-size: 1.2rem;
	max-height: 3.6em;
	color: var(--textColor1);
	font-weight: 700;
	padding-left: 20px;
	padding-right: 20px;
	overflow: hidden;
}

.product-desc p {
	display: block;
	text-overflow: ellipsis;
	word-wrap: break-word;
	overflow: hidden;
	max-height: 3.6em;
	line-height: 1.8em;
	padding-left: 20px;
	padding-right: 20px;
	color: var(--textColor2);
}


/* footer */

.footer {
	width: 100%;
	overflow: hidden;
	min-height: 160px;
	background-color: #1e1e1e;
	color: #fff;
	padding-top: 15px;
	border-top: 3px solid #448bf5;
}

.footerform {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding-top: 20px;
}

.footer-form-input {
	width: 190px;
	height: 28px;
	border-radius: 5px;
	opacity: unset;
	position: relative;
	margin-left: 20px;
	padding-left: 10px;
	font-size: .9rem;
	color: #000;
	border: .5px solid #d3d3d3;
	background-color: #fff;
}

.footer-form-button {
	height: 20px;
	border-radius: 5px;
	border: none;
	font-size: 1.1rem;
	color: #fff;
	padding: 5px 25px;
	width: 150px;
	font-weight: 700;
	background-color: #508df5;
	margin-left: 30px;
}

.footer-menu,
.footer-con {
	padding-top: 30px;
}

.footer-menu ul,
.footer-con ul {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
}

.footer-menu ul li::marker,
.footer-con ul li::marker {
	font-size: 0;
	display: none;
}


/* 产品列表 */

.pro_list_banner {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	background-color: rgba(111, 190, 255, .11);
	padding: 8px 15px;
	margin-top: 25px;
	position: relative;
}

.banner-sptitle {
	font-size: 2.5rem;
	line-height: 3rem;
	font-weight: 600;
	color: var(--textColor1);
	padding: 0;
	padding-bottom: 3px;
	margin: 0 auto 10px 0;
	background-color: transparent;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-decoration: none;
	font-family: inherit;
	border-bottom: .5px solid rgba(44, 56, 98, .251);
}

.banner-sptext {
	padding: 10px 0;
}

.banner-sptext p {
	font-size: 1.3rem;
	line-height: 1.8rem;
	color: dimgray;
	font-weight: 500;
	text-align: left;
}

.banner-spbottom {
	display: flex;
	align-items: center;
	width: 100%;
	height: 35px;
	justify-content: space-between;
}

.banner-disclosure span {
	font-size: 0.9rem;
	color: #666;
}

.date-line {
	line-height: 35px;
	margin-top: auto;
	color: #000000;
	font-weight: 300;
}

.date-line b {
	font-weight: bold;
}

.productlb {
	position: relative;
}

.productlb ul li {
	display: flex;
	flex-direction: column;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .2);
	margin: 30px 10px 0;
	position: relative;
}

.aucon-first {
	display: flex;
	flex-direction: row;
	min-height: 15px;
}

.aucon-number {
	position: absolute;
	background-color: #fff;
	font-size: 17px;
	color: #000;
	z-index: 10;
	font-weight: 700;
	top: 2px;
	left: 2px;
	border-radius: 20px;
	width: 28px;
	height: 28px;
	line-height: 1rem;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.aucon-number p {
	margin-bottom: 0;
	margin-top: 0;
	line-height: 1.4285em;
}

.aucon-ribbon {
	width: auto;
	height: -moz-fit-content;
	height: fit-content;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-left: 50px;
}

.aucon-item {
	width: 160px;
	height: 30px;
	transform: skew(-30deg);
	background: #ffc52f;
	position: relative;
}

.aucon-ribbon span {
	position: absolute;
	font-size: 16px;
	font-weight: 700;
}

.productaucon-container {
	display: flex;
	flex-direction: row;
	width: 100%;
	padding-top: 5px;
	margin-bottom: 10px;
	align-items: center;
	justify-content: space-between;
}

.productaucon-image {
	margin-left: 30px;
}

.productaucon-image a {
	position: relative;
}

.productaucon-image a img {
	max-width: 160px;
	max-height: 160px;
	object-fit: scale-down;
	border-radius: 8px;
}

.productaucon-right-title {
	max-width: 400px;
	margin-left: 20px;
	margin-right: 2px;
	width: 400px;
}

.pac-title a h3 {
	padding-top: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	max-width: 100%;
	font-family: inherit;
	max-height: 52px;
}

.pac-text {
	color: #222;
	padding-top: 6px;
	text-align: left;
	margin-left: -4px;
}

.moreinfo-text {
	line-height: 20px;
	display: flex;
	align-items: center;
	flex-direction: row;
	margin-top: 4px;
}

.mf-img {
	width: 20px;
	height: 20px;
	background-color: rgba(111, 190, 255, .11);
	border-radius: 50%;
	margin: 5px 0;
}

.mf-img img {
	display: block;
	width: 100%;
}

.mf-text {
	padding-left: 5px;
	margin-top: 3px;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	max-width: 100%;
	font-family: inherit;
	max-height: 40px;
}

.productaucon-rating {
	min-width: 120px;
	background-color: rgba(60, 140, 250, .071);
	height: 130px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
}

.rating-value {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}

.rating-value span {
	text-align: center;
	color: #000;
	font-size: 2.2rem;
	padding-bottom: 5px;
	font-weight: 500;
	line-height: 1;
}

.stars-rating {
	display: flex;
	justify-content: center;
}

.srating_img {
	width: 15px;
	margin: 0 1px;
}

.srating_img img {
	display: block;
	width: 100%;
}

.reviews-count {
	color: gray;
	font-size: .9rem;
	text-align: center;
	margin-top: 5px;
}

.productaucon-desktop {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 10px;
	min-width: 250px;
	height: 165px;
}

.productaucon-desktop a {
	text-decoration: underline;
	max-height: 55px;
	width: 100%;
}

.productaucon-desktop a button {
	background-color: rgba(0, 140, 255, .82);
	border-radius: 8px;
	width: 100%;
	color: #fff;
	height: 40px;
	cursor: pointer;
	border: unset;
	font-size: 16px;
	font-weight: 700;
	background-color: #508df5;
}

.amazon {
	width: 80px;
	margin: 10px auto;
}

.amazon img {
	display: block;
	width: 100%;
}

.productaucon-desktop p {
	color: #888;
	text-align: center;
}

.productaucon-ribbon {
	font-size: 16px;
	position: absolute;
	display: inline-block;
	text-align: center;
	z-index: 10;
	top: 15px;
	right: -11px;
}

.productaucon-ribbon:before {
	content: "";
	position: absolute;
	top: .3em;
	left: .2em;
	width: 100%;
	height: 100%;
	border: none;
	z-index: -2;
}

.productaucon-ribbon .text-desktop {
	display: inline-block;
	padding: .5em 1em;
	min-width: 85px;
	font-size: 1.2rem;
	line-height: 1.2rem;
	background: #ff4848;
	position: relative;
	color: #fff;
}

.productaucon-ribbon .text-desktop:before {
	content: "";
	position: absolute;
	border-style: solid;
	bottom: 100%;
	right: 0;
	top: 100%;
	border-width: .5em .7em 7px 0;
	border-color: #b3241a transparent transparent;
}

.productaucon-ribbon .bold-desktop:before {
	border-color: transparent;
	top: 2.2em;
	right: -1.15em;
	width: 40px;
	border-width: .55em .5em .55em 1.5em;
	z-index: -1;
	content: "";
	position: absolute;
	border-style: solid;
}

.productaucon-ribbon .text-desktop:after {
	content: "";
	position: absolute;
	border-style: solid;
	top: 100%;
	right: 0;
	border-width: .5em 2em 0 0;
	border-color: transparent;
}

.productaucon-ribbon:after {
	top: 1em;
	right: -.6em;
	border-width: .55em .5em .55em 1.5em;
	border-color: transparent;
	z-index: -1;
	content: "";
	position: absolute;
	border-style: solid;
}


/* 邮件 */

.product_youjian {
height: auto;
    width: 100%;
    /* display: flex; */
    /* flex-direction: column; */
    align-items: center;
    justify-content: center;
    /* padding: 20px; */
    width: 100%;
    margin: 30px 10px 0;
}

.BeeSubform {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

	height: 100%;
	background-color: #000;
	border-radius: 10px;
	box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .2);
	padding: 15px 100px;
}

.beehive-title-1 {
	font-size: 1.5rem;
	line-height: 1.1;
	font-weight: 500;
	color: #fff;
	margin: 5px 0 10px;
	padding: 0;
	text-decoration: none;
	font-weight: 700;
	position: relative;
	text-align: center;
}

.beehive-title-1 img {
	position: absolute;
	top: -10px;
	right: -85px;
	width: 70px;
}

.beehive-title-2 {
	font-size: 1.25rem;
	line-height: 1.33;
	color: gray;
	text-decoration: none;
	margin: 5px 0 20px;
	text-align: center;
}

.beehive-subscription {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.beehive-input {
	width: 300px;
	height: 40px;
	border-radius: 45px;
	padding-left: 10px;
	font-size: 1rem;
	color: #000;
	border: .5px solid #d3d3d3;
	background-color: #fff;
}

.beehive-button {
	margin-top: 10px;
	height:32px;
	border-radius: 45px;
	border: none;
	font-size: 1.2rem;
	color: #fff;
	padding: 5px 25px;
	width: 160px;
	font-weight: 700;
	background-color: #508df5;
}


/* You Might Also Like */

.product_intro-text {
	padding: 40px 10px 10px;
	text-align: left;
}

.product_intro_tit {
	font-size: 32px;
	font-weight: 700;
	text-decoration: underline;
	-webkit-text-decoration-color: rgba(0, 140, 255, .82);
	text-decoration-color: rgba(0, 140, 255, .82);
	padding-bottom: 30px;
	font-family: inherit;
	color: #000;
}

.you-might ul {
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: space-around;
	text-transform: capitalize;
	margin-left: 20px;
	margin-top: 20px;
}

.you-might ul li {
	width: 25%;
	display: contents;
}

.you-might ul li::marker {
	font-size: 0;
	display: none;
}

.you-might ul li a {
	border: 2px solid #d3d3d3;
	width: 200px;
	height: 200px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 16px;
	cursor: pointer;
}

.you-might ul li .you-also-item-img {
	width: 120px;
	margin: 0 auto;
}

.you-might ul li img {
	display: block;
	width: 100%;
}

.you-also-item-title {
	font-size: 1.2rem;
	font-weight: 600;
	text-align: center;
	padding: 10px 5px 5px;
	color: #000;
}

.pro_neirongqu p {
	font-size: 1.4rem;
	line-height: 2.2rem;
	color: #000000;
	font-weight: 300;
	text-align: left;
}

.pro_neirongqu ul li::marker {
	font-size: 0;
	display: none;
}

.product_introfaq {
	padding-bottom: 10px;
}

.pro_neirongqu ul li a {
	font-size: 1.4rem;
	max-height: 2.5rem;
	line-height: 2.5rem;
	padding-right: 15px;
	color: #000;
}

.pro_neirongqu ul li .faq_wenti {
	font-size: 1.3rem;
	line-height: 1.3em;
	margin: calc(2rem - .14285714em) 0 1rem;
	font-weight: 700;
	padding: 0;
}

.pro_neirongqu ul li .faq_daan p {
	font-size: 1.2rem;
	margin: 0 0 1em;
	line-height: 1.4285em;
	color: #888;
	text-align: left;
}

@media (max-width: 1200px) {
	.header2 .container {
		justify-content: center;
	}
	.searchmenu {
		display: none;
	}
	.navigation {
		display: block;
		position: absolute;
		top: -32px;
		left: -40px;
	}
	.navigation #menuToggle {
		display: block;
		position: relative;
		top: 50px;
		left: 50px;
		z-index: 1;
		-webkit-user-select: none;
		-moz-user-select: none;
		user-select: none;
	}
	.navigation .menuanniu span {
		display: block;
		width: 33px;
		height: 4px;
		margin-bottom: 5px;
		position: relative;
		background: #fff;
		border-radius: 3px;
		z-index: 1;
		transform-origin: 4px 0;
		transition: transform .5s cubic-bezier(.77, .2, .05, 1), background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease;
	}
	.navigation .menuanniu span:nth-last-child(2) {
		transform-origin: 0 100%;
	}
	.navigation .menuanniu.active span {
		opacity: 1;
		transform: rotate(45deg) translate(-5px, -19px);
		background: #fff;
	}
	.navigation .menuanniu.active span:nth-last-child(3) {
		opacity: 0;
		transform: rotate(0deg) scale(.2);
	}
	.navigation .menuanniu.active span:nth-last-child(2) {
		transform: rotate(-45deg) translateY(15px);
	}
	.navigation #menuToggle #menu {
		width: calc(100% - 115px);
		min-height: 300px;
		display: inline;
		max-height: auto;
		position: fixed;
		margin-top: 15px;
		left: 0px;
		background: #fff;
		list-style-type: none;
		-webkit-font-smoothing: antialiased;
		transform-origin: 0 0;
		transform: translate(-100%);
		transition: transform .5s cubic-bezier(.77, .2, .05, 1);
		box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
		padding: 15px 50px 30px;
	}
	.navigation #menuToggle ul.active {
		transform: none !important;
	}
	.menu-class-name .searchinput {
		width: 100%;
	}
	.menu-class-name>li {
		padding: 10px 0;
	}
	.menu-class-name>li>a,
	.menu-class-name>li .menutwo {
		font-weight: 700;
		text-align: left;
		font-size: 1.3rem;
	}
	.menutwo-beehive {
		width: 100%;
		display: none;
		flex-direction: column;
		align-items: center;
		margin-top: 15px;
	}
	.menutwo-beehive input {
		display: block;
		height: 32px;
		top: -7px;
		left: -5px;
		cursor: pointer;
		z-index: 2;
		-webkit-touch-callout: none;
		opacity: unset;
		position: relative;
		width: 80%;
		margin-top: 10px;
		margin-left: 25px;
		border-radius: 5px;
		padding-left: 10px;
		font-size: 1rem;
		color: #000;
		background-color: #fff;
		border: .5px solid #d3d3d3;
	}
	.menudier {
		display: none;
		margin-top: 10px;
	}
	.menu-class-name>li.active .menutwo-beehive {
		display: flex;
	}
	.menu-class-name>li.active .menudier {
		display: block;
	}
	.menutwo-beehive-button {
		width: calc(80% - 40px);
		margin-top: 0px;
		margin-left: 15px;
		height: 35px;
		border-radius: 5px;
		border: none;
		font-size: 1.2rem;
		color: #fff;
		padding: 5px 25px;
		font-weight: 700;
		background-color: #508df5;
	}
	#menu li .menutwo div {
		display: inline-block;
	}
	#menu li .menutwo div.twofuhao2 {
		display: none;
	}
	.menu-class-name>li dt {
		margin-top: 10px;
	}
	.menu-class-name>li dd a {
		cursor: pointer;
		color: rgb(19, 113, 188);
		text-align: left;
		padding-left: 36px;
		font-weight: bold;
		font-size: 15px;
		line-height: 22px;
	}
	#menu li.active .twofuhao1 {
		display: none;
	}
	#menu li.active .twofuhao2 {
		display: inline-block !important;
	}
	.route {
		display: none;
	}
	.promian {
		padding-top: 0;
	}
	.pro_list_banner {
		margin-top: 0;
	}
	.product_youjian {
		width: calc(100% - 40px);
	}

	.beehive-title-1 {
		display: block;
		width: 100%;
	}
	.beehive-title-1 img {
		right: -110px;
	}
}

@media (max-width: 991px) {
	.index-banner .container {
		flex-wrap: wrap;
	}
	
	.beehive-input 
	{width:200px;    text-align: center;}

	.product_youjian {
	    margin: 0px;
	}

	.indexban-right {
		width: auto;
		margin: 10px auto 0;
	}
	.indexban-title,
	.indexban-date-line {
		display: none;
	}
	.indexban-textr p {
		text-align: center;
		font-size: 14px;
		line-height: 1.4285em;
	}
	.indexban-left {
		width: 100%;
		padding: 0;
		height: initial;
		background-color: initial;
		text-align: center;
	}
	.indexban-right img {
		width: auto;
		max-width: 100%;
	}
	.footer {
		overflow: initial;
		min-height: auto;
	}
	.footer-menu,
	.footer-con {
		padding-top: 15px;
	}
	.footer-con ul {
		flex-wrap: wrap;
		padding-bottom: 20px;
	}
	.footer-con ul li {
		display: block;
		width: 100%;
		text-align: center;
	}
	.pro_list_banner {
		background-color: initial;
		width: 100%;
		padding: 10px 0 20px;
	}
	.banner-sptext {
		display: none;
	}
	.banner-splitted {
		display: block;
		width: 100%;
	}
	.banner-sptitle {
		display: block;
	}
	.banner-spbottom {
		flex-wrap: wrap;
	}
	.banner-disclosure,
	.banner-spdate {
		display: block;
		width: 100%;
	}
	.productlb ul {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	.productlb ul li {
		width: calc(50% - 20px);
	}
	.productaucon-container,
	.moreinfo-text {
		flex-direction: column;
	}
	.productaucon-ribbon {
		display: none;
	}
	.productaucon-image {
		margin-left: 0;
	}
	.productaucon-right-title {
		max-width: initial;
		width: 95%;
		margin: 0 auto;
	}
	.pac-title a h3 {
		text-align: left;
	}
	.productaucon-desktop {
		height: auto;
		min-width: initial;
	}
	.productaucon-rating {
		margin-top: 10px;
	}
	.you-might ul {
		flex-wrap: wrap;
		margin-left: 0;
	}
	.you-might ul li {
		width: 48%;
		display: block;
		margin-bottom: 20px;
		margin-right: 4%;
	}
	.you-might ul li:nth-child(2n) {
		margin-right: 0;
	}
}

@media (max-width: 768px) {
	.footer-menu ul {
		flex-wrap: wrap;
	}

	.footer-menu ul {
		padding-bottom: 0px;
	}
	.footer-con ul {
		padding-bottom: 20px;
	}
	.footer-menu ul li {
		display: block;
		width: 100%;
		text-align: center;
	}
	.footer-menu ul li,
	.footer-con ul li {
		padding: 5px 0;
	}
	.footer-form-input,
	.footer-form-button {
		margin-left: 0;
	}
	.footerform {
		flex-direction: column;
		justify-content: center;
		gap: 10px;
	}
	.product_intro_tit {
		font-size: 20px;
		padding-bottom: 15px;
	}
	.product_intro-text {
		padding: 25px 0 10px;
	}
	.product_introfaq {
		padding-bottom: 0 !important;
	}
	.pro_neirongqu p,
	.pro_neirongqu ul li a,
	.pro_neirongqu ul li .faq_daan p {
		font-size: 1.1rem;
		line-height: 1.8rem;
	}
	.productlb ul li {
		width: 100%;
		margin: 20px 0 0;
	}
	.banner-sptitle {
		font-size: 1.5rem;
		line-height: 2rem;
	}
	.product_youjian {
		width: 100%;
		padding: 20px 0;
	}
	
	.you-might ul li a {
		width: 100%;
	}
		.you-might ul li a {width: calc(100% - 2px);}
	.footerform form{flex-direction: column;justify-content: center;gap: 10px;display: flex;}
	.menu-class-name{width:calc(100% - 100px) !important;}
	.productaucon-container{flex-direction: initial; flex-wrap: wrap;padding: 15px;width: auto;}
	.moreinfo-text{flex-direction: row;align-items: flex-start;}
	.mf-img{width: 16px;height: 16px;}
	.mf-text{width: calc(100% - 20px);}
	.productaucon-image{width: calc(100% - 130px);}    
	.productaucon-image a img{width: 100%;height: 100%;max-width: initial;max-height: initial;object-fit: contain;}
	.productaucon-rating{position: absolute;margin-top: 0;top: 0;right: 0;width: 115px;background-color: rgba(60, 140, 250, .071);height: 130px;display: flex;justify-content: center;align-items: center;border-top-right-radius: 8px;border-bottom-left-radius: 8px;}
	.productaucon-ribbon{font-size: 16px;position: absolute;display: inline-block;text-align: center;z-index: 10;top: 135px;right: -11px;}
	.productaucon-ribbon .text-desktop{padding: 10px 5px;}
	.productaucon-desktop{width: 100%;}
	.productaucon-ribbon .text-desktop:before{border-color: transparent transparent #b3241a;bottom: 100%;top: initial;}
}

.title{
	    font-size: 25px;
    line-height: 1.1;
    font-weight: 700;
    color: rgba(0,140,255,.82);
    padding: 0;
    text-decoration: none;
    margin: 15px auto 10px 0;

}
.footerform form{
		gap: 10px;
	}