.top .container{
	max-width: 1044px;
	width: 100%;
	padding: 0 22px;
	margin: 0 auto;
}
.top{
	background-color: #fff;
}
.top .wrapper{
	padding: 40px 0;
}
.top .gallery .xzoom{
	vertical-align: unset;
	margin-bottom: 8px;
	box-shadow: none;
}
.top .gallery .xzoom-thumbs{
	max-width: 370px;
	white-space: nowrap;
	overflow-x: auto;
}
.top .gallery .xzoom-thumbs a{
	display: inline-block;
}
.top .gallery .xzoom-thumbs a:first-child img{
	margin-left: 0;
}
.top .wrapper{
	display: flex;
    justify-content: space-between;
}
.top .gallery{
	width: 100%;
	max-width: 370px;
}
.top .gallery .gallery-wap{
	display: none;
}
.top .msg{
	width: 430px;
}
.top .msg .name{
	font-size: 36px;
	color: #333;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 20px;
}
.top .msg .point{
	line-height: 2;
	color: #4c4c4c;
	font-size: 16px;
	margin-bottom: 20px;
}
.top .msg .buy a{
	width: 80px;
	height: 80px;
	display: block;
	margin-right: 15px;
	border-radius: 5px;
	overflow:hidden;
}
.top .msg .buy a.tmall{
	background: url(../../img/shop/tmall.jpg);
	background-size: cover;
}
.top .msg .buy a.jd{
	background: url(../../img/shop/jd.jpg);
	background-size: cover;
}
.top .msg .buy a.pdd{
	background: url(../../img/shop/pdd.jpg);
	background-size: cover;
}
.top .msg .buy a.other{
	background: url(../../img/shop/other.jpg);
	background-size: cover;
}
.top .msg .buy h4{
	font-size: 18px;
	font-weight: bold;
	color: #555;
	line-height: 1.5;
	margin-bottom: 10px;
}
.top .msg .buy .list{
	display: flex;
}
.top .tags{
	display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.top .tags .product-tag{
	font-size: 14px;
    line-height: 28px;
    display: inline-flex;
    padding: 0 15px;
    background: rgb(28 84 173);
    border-radius: 14px;
    height: 28px;
    color: #fff;
    /*max-width: 200px;*/
    overflow: hidden;
}
@media only screen and (max-width: 1439px){
}
@media only screen and (max-width: 1068px){
	.top .container{
		max-width: 474px;
	}
	.top .wrapper{
		padding-top: 20px;
		flex-direction: column;
	    align-items: center;
	    gap: 20px;
	}
	.top .msg{
		width: 100%;
	}
	.top .msg .name{
		font-size: 28px;
		margin-bottom: 16px;
	}
	.top .msg .point{
		font-size: 14px;
		line-height: 1.7;
		margin-bottom: 16px;
	}
}
@media only screen and (max-width: 833px){
	.top .container{
		max-width: 462px;
		padding: 0 16px;
	}
}
@media only screen and (max-width: 734px){
	.top .wrapper{
		padding: 16px 0 30px;
		gap: 10px;
	}
	.top{
		background: #181818;
	}
	.top .gallery .gallery-pc{
		display: none;
	}
	.top .gallery .gallery-wap{
		display: block;
	}
	.gallery-top .swiper-slide{
		width: 100%;
		aspect-ratio: 1 / 1;
	}
	.gallery-top .swiper-slide img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.gallery-thumbs{
		padding: 10px;
		width: 100%;
	}
	.gallery-thumbs .swiper-slide{
		width: 25%;
		aspect-ratio: 1 / 1;
		margin-right: 12px;
	}
	.gallery-thumbs .swiper-slide img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.gallery-thumbs .swiper-slide.swiper-slide-active{
		position: relative;
	}
	.gallery-thumbs .swiper-slide.swiper-slide-active::after{
		content: "";
		width: 100%;
		height: 100%!important;
		position: absolute;
		left: 0;
		top: 0;
		height: auto;
		display: block;
		border: 6px solid #0f5fda;
	}
	.top .msg .name{
		font-size: 24px;
		color: #fff;
		line-height: 1.8;
		margin-bottom: 4px;
	}
	.top .msg .point{
		font-size: 15px;
		line-height: 1.8;
		color: #d3d3d3;
	}
}
@media only screen and (max-width: 508px){
	.top .container{
		padding: ;
	}
}
@media only screen and (max-width: 430px){
}




.btm .tabs{
	padding: 40px 0;
	background: #f7f7f7;
}
.btm .tabs ul{
	width: 100%;
	max-width: 1280px;
	padding: 0 22px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
.btm .tabs ul li{
	display: inline-flex;
}
.btm .tabs ul li a{
	font-size: 18px;
	color: #666;
	padding: 10px 20px;
	display: inline-flex;
	position: relative;
}
.btm .tabs ul li a.cur::after{
	position: absolute;
    content: "";
    margin: 0 auto;
    width: 100%;
    height: 2px;
    transition: all .3s ease;
    right: 0;
    left: 0;
    bottom: 0;
    pointer-events: none;
    background-color: #0f5fda;
}
.btm .windows .overview{
	background: #fff;
}
.btm .windows .parm{
	background: #f7f7f7;
}
.btm .window{
	opacity: 0;
	height: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	overflow: hidden;
}
.btm .window.cur{
	opacity: 1;
	height: auto;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.btm .window.overview .wrapper{
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding-bottom: 0;
	background: #fff;
}
.btm .window.overview .wrapper img{
    max-width: 100%;
    height: auto;
    margin: auto;
    display: block;
}
.btm .window.parm .wrapper{
	width: 100%;
	max-width: 844px;
	margin: 0 auto;
	position: relative;
	padding: 0 22px 100px;
}
.btm .window.parm .wrapper .p{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #ccc;
}
.btm .window.parm .wrapper .p .h,
.btm .window.parm .wrapper .p .c{
	font-size: 16px;
	color: #444;
	line-height: 1.8;
}
.btm .window.parm .wrapper .p .h{
	padding: 15px 20px;
	width: 35%;
}
.btm .window.parm .wrapper .p .c{
	padding: 15px 20px;
	width: 65%;
}
@media only screen and (max-width: 1439px){
	.btm .window.parm .wrapper{

	}
}
@media only screen and (max-width: 1068px){
	.btm .tabs{
		padding: 30px 0;
	}
	.btm .tabs ul li a{
		font-size: 16px;
		padding: 8px 16px;
	}
	.btm .window.parm .wrapper .p .h{

	}
	.btm .window.parm .wrapper .p .c{

	}
	.btm .window.parm .wrapper .p .h, 
	.btm .window.parm .wrapper .p .c{
		padding: 10px 16px;
		font-size: 15px;
		line-height: 1.5;
	}
}
@media only screen and (max-width: 833px){
	.btm .tabs{
		padding: 16px 0;
	}
	.btm .window.parm .wrapper{
		padding: 0 16px 60px;
		max-width: 832px;
	}
}
@media only screen and (max-width: 734px){
	.btm .tabs {
	    padding: 20px 16px;
	    background: #000;
	    font-size: 0;
	    text-align: center;
	}
	.btm .tabs ul{
		gap: 10px;
	}
	.btm .tabs ul li a.cur::after{
		content: "";
	}
	.btm .tabs ul li a{
	    font-size: 14px;
	    display: flex;
	    padding: 8px 16px;
	    line-height: 1.3;
	    color: #fff;
	}
	.btm .tabs ul li a.cur{
		background: #0f5fda;
	}
	.btm .window.parm .wrapper{
		padding: 40px 16px;
	}
	.btm .windows,
	.btm .windows .parm{
		background: #181818;
	}
	.btm .window.parm .wrapper .p .h, 
	.btm .window.parm .wrapper .p .c{
		padding: 6px 8px;
		color: #d3d3d3;
    	line-height: 1.8;
	}
}
@media only screen and (max-width: 508px){
}
@media only screen and (max-width: 430px){
}