.top .container{
	width: 1000px;
	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;
}
.top .gallery{
	margin-right: 200px;
}
.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;
}
.btm .tabs{
	padding: 40px 0;
	background: #f7f7f7;
}
.btm .tabs ul{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.btm .tabs ul li{
	display: inline-block;
}
.btm .tabs ul li a{
	font-size: 18px;
	color: #666;
	padding: 10px 20px;
	display: inline-block;
	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{
	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: 1600px;
	position: relative;
	margin-left: -800px;
	left: 50%;
	padding-bottom: 60px;
}
.btm .window.overview .wrapper img{
    max-width: 100%;
    height: auto;
    margin: auto;
    display: block;
}
.btm .window.parm .wrapper{
	width: 1200px;
	position: relative;
	margin-left: -600px;
	left: 50%;
	padding: 0 200px 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%;
}