html,body{
	background-color: #000000;
}
.web-body{
	max-width: 800px;
	margin: 0 auto;
	padding-bottom: 50px;
}
.top-body{
	position: relative;
	text-align: center;
}
.top-banner{
	width: 100%;
}
.top-title{
	font-size: 16px;
	color: #5597FB;
	left: 50%;
	top: 20px;
	transform: translateX(-50%);
	position: absolute;
}
.top-info{
	width: 30px;
	position: absolute;
	right: 20px;
	top: 20px;
}
.sex-select{
	position: absolute;
	width: 80%;
	left: 50%;
	transform: translateX(-50%);
	bottom: 20px;
}
.sex-select-p1{
	color:#fff;
	text-align: center;
	font-size: 14px;
}
.sex-select-btn-body{
	display: flex;
	text-align: center;
}
.sex-select-btn{
	width: 50%;
	border: 0;
	outline: 0;
	height: 40px;
	display: inline-block;
	margin: 0;
	padding: 0 !important;
	background: none;
	color:#fff;
}
.sex-select-btn-1{
	margin-right: 10px;
	background: url(/images/btn-boy-1.png) no-repeat;
	background-size: 100% 100%;
}
.sex-select-btn-2{
	margin-left: 10px;
	background: url(/images/btn-girl-1.png) no-repeat;
	background-size: 100% 100%;
}
.sex-select-btn-1.active{
	background: url(/images/btn-boy-2.png) no-repeat;
	background-size: 100% 100%;
}
.sex-select-btn-2.active{
	background: url(/images/btn-girl-2.png) no-repeat;
	background-size: 100% 100%;
}
.xing-body .col-xs-4{
	padding-left: 0px;
	padding-right: 0px;
}
.xing-item{
	width: 100%;
	/* background: url(../images/xing-item-bg.png) no-repeat;
	background-size: 100% 100%; */
	padding: 0px 0px;
	text-align: center;
	position: relative;
}
.xing-item-img{
	width: 100%;
}
.xing-item-img2{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.xing-item-p1{
	color: #fff;
	font-size: 14px;
	margin-bottom: 0;
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
}
.xing-item-p2{
	color: #A2A2AA;
	font-size: 12px;
	margin-bottom: 0;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 10px;
	width: 100px;
}
.btn-ok{
	background: url(/images/btn-ok.png) no-repeat;
	background-size: 100% 100%;
	width: 120px;
	border: 0;
	outline: 0;
	height: 40px;
	display: block;
	margin: 0;
	padding: 0 !important;
	color:#fff;
	margin: 0 auto;
	margin-top: 25px;
}



/* show.html */
.show-top{
	position: ;
}
.show-top-img{
	width: 200px;
	margin-top: 20px;
}
.icon-back{
	width: 30px;
	position: absolute;
	right: 20px;
	top: 30px;
}
.show-top{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0px;
}
.show-top-p1{
	color:#fff;
	font-size: 16px;
	margin-bottom: 5px;
}
.show-top-p2{
	color:#A2A2AA;
	font-size: 14px;
	margin-bottom: 5px;
}
.show-nav-body{
	display: flex;
	text-align: center;
	width: 90%;
	margin: 0 auto;
	margin-top: 20px;
}
.show-nav-item{
	width: 25%;
	display: inline-block;
}
.show-nav-item-img{
	width: 80%;
}
.show-nav-item.active .show-nav-item-img{
	width: 100% !important;
}
.num-body{
	width: 150px;
	height: 150px;
	background: url(/images/num-bg.png) no-repeat;
	background-size: 100% 100%;
	position: relative;
	margin: 0 auto;
	margin-top: 15px;
}
.num-body-content{
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	width: 150px;
	text-align: center;
	position: absolute;
}
.num-body-p1{
	font-size: 14px;
	color: #5597FB;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 10px;
}
.num-body-p2{
	font-size: 36px;
	color: #fff;
	text-align: center;
	margin-bottom: 0px;
}
.info-content{
	border-radius: 30px 30px 0 0;
	background-color: #000;
	width: 100%;
	margin-top: 20px;
	font-size: 14px;
	color: #fff;
	padding: 25px 0px;
}
.info-content-level{
	width: 20px;
}
.info-content .row{
	min-height: 45px;
	padding: 0px 30px;
}
.row2{
	background-color: #1A1A1A;
}
.info-content .row .col-xs-6{
	line-height: 45px;
}
.info-content2{
	margin: 0 auto;
	width: 90%;
	margin-top: 10px;
	padding: 20px 15px;
	background-color: #1C1C1E;
	border-radius: 10px;
}
.info-content2 .info-content-level{
	vertical-align: middle;
}
.info-content2-title{
	font-size: 14px;
	padding-left: 5px;
	color: #fff;
	vertical-align: middle;
}
.info-content2-text{
	font-size: 14px;
	color: #fff;
	padding-top: 1px;
}
.info-content2 .row{
	height: 40px;
}