﻿@charset "utf-8";


.listContiner .center {
	width: 35.83rem;
	margin: 0 auto;
	position: relative;
}

.biaozhun-continer .items {
	padding: .1rem 0;
	overflow: hidden;
}

.biaozhun-continer .transition {
	transition: all .3s ease;
}

.listContiner .main-title {
	font-size: .82rem;
	display: flex;
	justify-content: center;
}
	.listContiner .main-title span {
		font-size: .5rem;
		display: flex;
		align-items: flex-end;
		align-content: center;
		margin-left: .5rem;
		padding-bottom: .1rem;
	}

.biaozhun-continer .items-steps {
	background-color: #F6F6F6;
}

	.biaozhun-continer .items-steps .items-block {
		height: 9.5rem;
		position: relative;
		margin: .8rem 0 .8rem;
	}

.biaozhun-continer .img-block {
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

	.biaozhun-continer .img-block img {
		display: block;
		margin: 0 auto;
		max-width: 100%;
	}

.biaozhun-continer .items-steps .item {
	position: absolute;
	top: 0;
	width: 4rem;
	height: 4.1rem;
	background-color: #fff;
	border-radius: 5px;
	transform: translateX(-2rem);
	z-index: 1;
	box-shadow: 0 0 5px 2px rgba(135, 135, 135, 0.15);
	backface-visibility: hidden;
}

	.biaozhun-continer .items-steps .item:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #fff;
		border-radius: 5px;
		z-index: -1;
	}

	.biaozhun-continer .items-steps .item:after {
		content: "";
		position: absolute;
		width: 15px;
		height: 15px;
		left: 50%;
		bottom: -7px;
		box-shadow: 0 0 5px 2px rgba(135, 135, 135, 0.15);
		background-color: #fff;
		z-index: -2;
		transform: translateX(-50%) rotateZ(135deg);
	}

	.biaozhun-continer .items-steps .item.cur {
		margin-top: -10px;
	}

	.biaozhun-continer .items-steps .item.even {
		top: auto;
		bottom: 0;
	}

		.biaozhun-continer .items-steps .item.even:after {
			top: -7px;
			bottom: auto;
		}

		.biaozhun-continer .items-steps .item.even.cur {
			margin-bottom: -10px;
		}

	.biaozhun-continer .items-steps .item:nth-child(1),
	.biaozhun-continer .items-steps .step:nth-child(1) {
		left: 2.5rem;
	}

	.biaozhun-continer .items-steps .item:nth-child(2),
	.biaozhun-continer .items-steps .step:nth-child(2) {
		left: 5rem;
	}

	.biaozhun-continer .items-steps .item:nth-child(3),
	.biaozhun-continer .items-steps .step:nth-child(3) {
		left: 7.5rem;
	}

	.biaozhun-continer .items-steps .item:nth-child(4),
	.biaozhun-continer .items-steps .step:nth-child(4) {
		left: 10rem;
	}

	.biaozhun-continer .items-steps .item:nth-child(5),
	.biaozhun-continer .items-steps .step:nth-child(5) {
		left: 12.5rem;
	}

	.biaozhun-continer .items-steps .item:nth-child(6),
	.biaozhun-continer .items-steps .step:nth-child(6) {
		left: 15rem;
	}

	.biaozhun-continer .items-steps .item:nth-child(7),
	.biaozhun-continer .items-steps .step:nth-child(7) {
		left: 17.5rem;
	}

	.biaozhun-continer .items-steps .item:nth-child(8),
	.biaozhun-continer .items-steps .step:nth-child(8) {
		left: 20rem;
	}

	.biaozhun-continer .items-steps .item:nth-child(9),
	.biaozhun-continer .items-steps .step:nth-child(9) {
		left: 22.5rem;
	}

	.biaozhun-continer .items-steps .item:nth-child(10),
	.biaozhun-continer .items-steps .step:nth-child(10) {
		left: 25rem;
	}

	.biaozhun-continer .items-steps .item:nth-child(11),
	.biaozhun-continer .items-steps .step:nth-child(11) {
		left: 27.5rem;
	}

	.biaozhun-continer .items-steps .item:nth-child(12),
	.biaozhun-continer .items-steps .step:nth-child(12) {
		left: 30rem;
	}

	.biaozhun-continer .items-steps .item:nth-child(13),
	.biaozhun-continer .items-steps .step:nth-child(13) {
		left: 32.5rem;
	}
.biaozhun-continer .items-steps .img-block {
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%;
	background-color: #fff;
	margin-top: -0.7rem;
	position: relative;
	transition-duration: 1s;
}

	.biaozhun-continer .items-steps .img-block:before {
		content: "";
		width: 100%;
		height: 100%;
		box-shadow: 0 0 5px 2px rgba(135, 135, 135, 0.15);
		position: absolute;
		z-index: -2;
		border-radius: 50%;
		left: 0;
		top: 0;
	}

	.biaozhun-continer .items-steps .img-block img {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}

.biaozhun-continer .items-steps .item:hover .img-block {
	transform: rotateZ(360deg);
}

.biaozhun-continer .items-steps .item-title {
	font-size: .5rem;
	text-align: center;
}
.biaozhun-continer .items-steps .item-content {
	width: 4rem;
	height: 2.5rem;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: space-around;
	justify-content: space-between;
	align-items: center;
	padding: .1rem;
}
.biaozhun-continer .items-steps .item-p {
	color: #999;
	text-align: center;
	margin-bottom: 5px;
}

.biaozhun-continer .items-steps .item.even .item-title {
	margin-top: 15px;
}

.biaozhun-continer .items-steps .item.even .img-block {
	margin: 0 0 0 -.75rem;
	position: absolute;
	left: 50%;
	bottom: -.75rem;
}

.biaozhun-continer .items-steps .item-col2 {
	width: 267px;
	transform: translateX(-133.5px);
}

	.biaozhun-continer .items-steps .item-col2 .flex-row {
		justify-content: space-around;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	.biaozhun-continer .items-steps .item-col2 .item-p {
		text-align: left;
	}

.biaozhun-continer .items-steps .steps-block {
	position: absolute;
	height: 24px;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

	.biaozhun-continer .items-steps .steps-block:before {
		content: "";
		position: absolute;
		width: 99.4%;
		height: 8px;
		background-color: #E9E9E9;
		border-radius: 2px;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}

	.biaozhun-continer .items-steps .steps-block:after {
		content: "";
		position: absolute;
		width: 26px;
		height: 38px;
		background: url(../images/items-steps-arrow.png) no-repeat center;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}

.biaozhun-continer .items-steps .step {
	position: absolute;
	width: 24px;
	height: 24px;
	background-color: #fff;
	border-radius: 50%;
	transform: translateX(-12px);
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
}

	.biaozhun-continer .items-steps .step:before {
		content: "";
		position: absolute;
		width: 10px;
		height: 10px;
		background-color: #FFAE12;
		border-radius: 50%;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		transition: all .3s ease;
	}

	.biaozhun-continer .items-steps .step.cur:before {
		width: 100%;
		height: 100%;
	}

.biaozhun-continer .rollInLeft {
	animation-name: rollInLeft;
}

.biaozhun-continer .rollInLeft1 {
	animation-name: rollInLeft1;
}

@keyframes rollInLeft {
	0% {
		opacity: 0;
		transform: translateX(-100%) rotateY(-180deg);
	}
	100% {
		opacity: 1;
		transform: translateX(-50%) rotateY(0deg);
	}
}

@keyframes rollInLeft1 {
	0% {
		opacity: 0;
		transform: translateX(-100%) rotateY(-180deg);
	}
	100% {
		opacity: 1;
		transform: translateX(-150%) rotateY(0deg);
	}
}