* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "宋体";
}
ul {
	list-style: none;
}

img {
	width: 100%;
	height: 100%;
}



/* ============广告背景============ */
.ban-bg {
	width: 100%;
	/* height: 8.0rem; */
}
/* =================产品介绍============== */
.introduceArea {
	/* padding: 1rem; */
}
.introduceArea .int-up {
	display: flex;
	justify-content: space-between;
}
.introduceArea .int-up p {
	width: 2.8rem;
    height: 1rem;
}
.introduceArea .int-up div {
	float: right;
	width: 1rem;
	height: 1rem;
}
.introduceArea .int-up div a {
	text-decoration: none;
}
.introduceArea .int-dow {
	height: 2.5rem;
    margin-top: 0.8rem;	
}

/* ===================耳机展示================ */
.headsetArea {
}
.headsetArea .he-show {
	margin-bottom: 0.8rem;
	position: relative;
}
.headsetArea .he-show .swiper-headset {
	height: 6rem;
}
.swiper-button-prev,.swiper-button-next {
	background-image: none;
    width: 0.5rem;
    line-height: 1.2rem;
}
.he-show .swiper-pagination {
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0.4rem;
}
.he-show .swiper-pagination .swiper-pagination-bullet {
	margin-left: 0.2rem;
}
.swiper-pagination-bullet-active {
	background-color: #fff;
}

.headsetArea .headset-bg {
	padding: 0.6rem;
	/* height: 2rem; */
}

/* ================产品区=========== */
.productArea {
	margin: 0.2rem;
}
.productArea .pro-top {
	width: 2rem;
    height: 0.5rem;
	margin-bottom: 0.28rem;
}
.productArea .pro-dow {
	display: flex;
}
.productArea .pro-dow .pro-inner {
	background-color: rgb(248, 248, 248);
}
.productArea .pro-dow .pro-inner:nth-child(1) {
	margin-right: 0.2rem;
}
.productArea .pro-dow .pro-inner<p {
	height: 5rem;
}
.productArea .pro-dow .pro-inner .w {
	padding: 0.5rem 0.2rem 1rem 0.5rem;
		
}
.productArea .pro-dow .pro-inner .w p {
	font-size: 0.4rem;
	color: rgb(66, 66, 66);
	margin-bottom: 0.2rem;
}
.productArea .pro-dow .pro-inner .w i {
	font-style: normal;
	font-size: 0.35rem;
	color: rgb(128, 128, 128)
}

.productArea .cas-area {	
	height: 3rem;
	display: flex;
	align-items: center;
	justify-content:center;
}
.productArea .cas-area a {	
	text-decoration: none;
}
.productArea .cas-area .buttom {
	width: 4.0rem;
	border: 2px solid rgb(65, 65, 65);
	text-align: center;
	line-height: 1.0rem;
	font-weight: 700;
	color: rgb(65, 65, 65);
}
