@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%;
}

#play_icon {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	width: 60px;
	height: 60px;
	transform: translate(-50%, -50%);
	border-radius: 50%;
}

#play_icon:hover {
	cursor: pointer;
	-webkit-filter: drop-shadow(0px 0px 10px white);
}


.data-box {
	margin-top: 30px;
	position: relative;
	left: 22px;
	top: 0px;
	text-align: center;
	width: 660px;
	border-radius: 20px;
	padding: 25px 27px;
	background: #FFF2F1;
	margin-bottom: 50px;
}

.data-box .top {
	padding: 30px;
}

.data-box .top p {
	/* margin-top: 60px; */
	font-weight: 600;
	font-size: 26px;
	color: #333;
	line-height: 4px;
}

.data-box .top .nub {
	font-size: 36px;
	color: #FF4E18;
}

.data-box .top .tips {
	display: block;
	font-size: 24px;
	margin-top: 40px;
	margin-bottom: 10px;
}

.data-box .cont {
	margin-bottom: 30px;
	padding: 60px 30px 0;
	height: 256px;
	background: #FFFFFF;
	border-radius: 12px;
}

.data-box .cont .text2 {
	padding-left: 50px;
}

.data-box .cont .unit {
	font-size: 34px;
	color: #FF4E18;
	line-height: 50px;
	font-weight: bold;
}

.data-box .cont .nub {
	font-size: 44px;
	color: #FF4E18;
	line-height: 50px;
	font-weight: bold;
}

.data-box .explain {
	font-size: 18px;
	color: #747C88;
	line-height: 25px;
	text-align: center;
	margin-top: 24px;

}

.bgtop {
	height: 30px;   
	width: 800px;
	background: #FFF4EB;
}

.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;
}