@charset "utf-8";

/* CSS Document */
.details-img {
	/* position: relative; */
}

.details-img img {
	width: 100%;
}

.details-link {
	position: relative;
}

.details-link p {
	position: absolute;
	text-align: center;
	opacity: 1;
	bottom: 95px;
	left: 50%;
	transform: translate(-50%);
	width: 580px;
}

.details-link p a {
	display: inline-block;
	width: 100%;
}

.btn1 {
	display: block;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	bottom: 150px;
	width: 250px;
	line-height: 50px;
	height: 50px;
	opacity: 0;
	font-size: 0;
	text-indent: 9999;
}

.btn2 {
	display: block;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	bottom: 82px;
	width: 500px;
	height: 48px;
	opacity: 0;
	font-size: 0;
	text-indent: 9999;
}

.text {
	position: relative;
	/* max-width: 750px; */
	text-align: center;
	font-size: 24px;
	font-weight: 400;
	color: #888;
	/* margin-bottom: 40px; */
}

.video {
	position: relative;
	width: 100%;
}

.ruler-wrap {
	width: 100%;
	height: 650px;
	overflow: hidden;
	font-size: 24px;
	margin: 2px auto 0;
}

.td-tip {
	display: inline-block;
	color: #999999;
	font-size: 12px;
}

.em2-1 {
	display: inline-block;
	width: 0.5em;
}

.form-yzm .yzmbox .smscode {
	width: 120px;
	float: left;
}

.form-yzm .yzmbox .yzm-btn {
	width: 95px;
	height: 38px;
	float: left;
	border-radius: 3px;
	margin-left: 5px;
	color: #434343;
}    

.form-item .form-inner .age::placeholder {
	font-size: 13.35px;
}            