@charset "utf-8";

.zyb {
	padding-bottom: .6rem;
	background-color: #1a0967;
}
.zyb .title {
	margin: .6rem 0 .5rem;
	text-align: center;
	color: #47e6ff;
	background: url(title-bg.png) 46% center no-repeat;
	background-size: contain;
}
.zyb .title h3 {
	font-weight: bold;
	font-size: .36rem;
}
.zyb .title p {
	font-family: "Myriad Pro";
	font-size: .2rem;
	text-transform: uppercase;
	letter-spacing: .1rem;
}
.zyb .secbg {
	padding-top: 1px;
	width: 100%;
}
.zyb .secbg .box {
	position: relative;
	float: left;
	margin-top: .1rem;
	width: 3.55rem;
	height: 3.6rem;
}
.zyb .secbg .first-box {
	width: 100%;
}
.zyb .secbg .last-box {
	width: 100%;
	height: 2.4rem;
}
.zyb .secbg .box img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: auto;
	max-width: 68%;
	height: auto;
	max-height: 68%;
}
.zyb .secbg .box p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: .06rem 0;
	width: 80%;
	font-weight: bold;
	font-size: .22rem;
	text-align: center;
	color: #fff;
	background-color: #da8f10;
	border-radius: 0 .5rem .5rem 0;
}
.zyb .secbg .box .choose {
	position: absolute;
	top: 0;
	right: 8%;
	width: 1.3rem;
	height: .75rem;
	line-height: .56rem;
	font-weight: bold;
	font-size: .22rem;
	text-align: center;
	color: #fff;
	background: url(either-ic.png) center no-repeat;
	background-size: contain;
}
.zyb .secbg .last-box img {
	right: auto;
	left: 0;
	width: 48%;
}
.zyb .secbg .last-box h6 {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 48%;
	height: 1.5rem;
	font-size: .24rem;
	color: #fff;
}
