#app {
	background: #252d55;
}

.banner {
	width: 100%;
	height: 895px;
	margin: -80px auto 0;
	overflow: hidden;
}

.banner img {
	display: block;
	/* height: 100%; */
	width: 100%;
}

.tabs-swiper-container {
	width: 1460px;
	height: 212px;
	margin: -490px auto 0;
	/* margin: 0 auto 0; */
	overflow: hidden;
}

.main-tab-item {
	display: inline-block;
	width: 353px;
	height: 212px;
	background-repeat: no-repeat;
	/* background-size: cover; */
	background-size: 85%;
	background-position: center;
	cursor: pointer;
}

.main-tab-item.yan {
	background-image: url(../image/productNew/yanxuanliangtou.png?v=001);
}
.main-tab-item.qu {
	background-image: url(../image/productNew/qushizhitou.png?v=001);
}
.main-tab-item.siren {
	height: 211px;
	background-image: url(../image/productNew/sirendingzhi.png?v=001);
}
.main-tab-item.qushizhouqi {
	background-image: url(../image/productNew/qushizhouqi.png);
}

.main-tab-item.on {
	background-size: cover;
}

.main-content {
	width: 1117px;
	margin: 180px auto 0;
}

.main-content-item {
	display: none;
	position: relative;
	width: 1117px;
	margin-bottom: 70px;
	/* margin-bottom: 95px; */
	padding-bottom: 70px;
	background: #293261;
	text-align: center;
	border-radius: 10px;
}

.main-content-item.on {
	display: block;
}

.main-content-item-title {
	position: absolute;
	top: -90px;
	left: 0;
	right: 0;
	display: block;
	width: 864px;
	height: 227px;
	margin: 0 auto;
}

.main-content-item-title .pic {
	display: block;
	width: 864px;
	height: 227px;
}

.main-content-item-title .price {
	position: absolute;
	top: 60px;
	left: 300px;
	width: 407px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.main-content-item-title .price.gold {
	background-image: url(../image/productNew/gold-price.png?v=001);
}

.main-content-item-title .price.platinum {
	background-image: url(../image/productNew/platinum-price.png?v=001);
}

.main-content-item-title .price.diamond {
	background-image: url(../image/productNew/diamond-price.png?v=001);
}

.main-content-item-title .price.grandmaster {
	background-image: url(../image/productNew/grandmaster-price.png?v=001);
}

.product-list {
	padding: 180px 20px 60px;
}

.product-list-item {
	display: inline-block;

	width: 20%;
	/* width: 200px; */
	margin: 35px 0;
	font-size: 25px;
	color: #aeb7eb;
	transition: 0.3s;
}

.yanxuanliangtou .product-list-item,
.qushizhitou .product-list-item,
.sirendingzhi .product-list-item {
	float: left;
}

/* .product-list-item:hover { */
/* transform: translate3d(0, -15px, 0); */
/* } */

.product-list-item .product-item-icon {
	position: relative;
	width: 76px;
	height: 78px;
	margin: 0 auto 24px;
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-name: vanishIn;
}

.product-list-item .product-item-icon.guchi::after {
	content: '';
	position: absolute;
	top: -10px;
	right: -30px;
	width: 45px;
	height: 27px;
	background: url(../image/productNew/guchi.png) no-repeat center/cover;
}

.product-list-item .product-item-icon.zhibiao::after {
	content: '';
	position: absolute;
	top: -10px;
	right: -30px;
	width: 45px;
	height: 27px;
	background: url(../image/productNew/zhibiao.png) no-repeat center/cover;
}

.product-list-desc {
	width: 850px;
	padding: 15px 0;
	margin: 0 auto;
	font-size: 25px;
	color: #b2baeb;
	border: 1px dotted #50577e;
	line-height: 1.8;
	font-weight: 300;
}

.qushizhitou .product-list-desc {
	margin-top: 50px;
}

.yanxuanliangtou .product-list-desc {
	width: 700px;
}

.qushizhouqi .product-list-desc {
	width: 1014px;
}

.sirendingzhi .product-list-desc {
	width: 950px;
}

.main-content-item.qushizhitou {
	padding: 0 30px 50px;
}

.product-cate {
	padding: 180px 0 0;
	border-bottom: 1px solid #252d55;
}

.product-cate-item {
	float: left;
	width: 25%;
	padding: 18px 0;
	transition: 0.3s;
	cursor: pointer;
}

.product-cate-item.on {
	background: #303a71;
}

.product-cate-item.on .product-cate-pic {
	opacity: 1;
}

.product-cate-item:hover {
	background: #303a71;
}

.product-cate-pic {
	width: 234px;
	height: 186px;
	opacity: 0.5;
	transition: 0.3s;
}

.product-cate-list {
	padding: 40px 20px;
	background: #303a71;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.product-list-group {
	display: none;
}

.product-list-group.on {
	display: block;
}

.product-item-name.on {
	color: #fff;
}

@keyframes vanishIn {
	0% {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
		transform-origin: 50% 50%;
		transform: scale(2);
		filter: blur(10px);
	}
	100% {
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
		transform-origin: 50% 50%;
		transform: scale(1);
		filter: blur(0px);
	}
}

.qushizhouqi .product-list.product-list-container {
	padding-bottom: 0;
	padding-top: 150px;
}

.qushizhouqi-list-item {
	display: block;
	width: 1014px;
	height: 205px;
	margin: 35px auto;
	background-color: #3b4682;
	border-radius: 10px;
	overflow: hidden;
}

.qushizhouqi-list-item-leader {
	float: left;
	position: relative;
  width: 212px;
  height: 205px;
	padding: 35px 0;
	background: #4b589e;
}

.qushizhouqi-list-item-leader::after {
	position: absolute;
	top: 50%;
	right: 0;
	content: "";
	width: 0;
	height: 0;
	border: 14px solid;
	margin-top: -14px;
	border-color: transparent #3b4682 transparent transparent;
}

.qushizhouqi-list-item-second {
	float: left;
	width: 800px;
	height: 205px;
	padding: 0 20px;
	text-align:left;
}

.qushizhouqi-list-item-second .product-list-item {
	/* width: 19%; */
	text-align: center;
}