@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	line-height: 0;
}

.top_div{
	height:48px;
	background:#fff;
	width:100vw;
	position:absolute;
	top:0;
}

.top_div .logo{
	height:100%;
	margin-left:40px;
	display:flex;
	align-items:center;
}

.top_div .logo img{
	height:60%;
	display:inline-block;
}

select, input {
	outline-width: 0;
}

.c_div {
	background: #efefef;
	width: 100%;
	height: 100vh;
	display:flex;
	justify-content:center;
	align-items:center;
}

.cheak_div {
	width: 960px;
	height: 480px;
	background: #fff;
	display: flex;
	justify-content: center;
	position:relative;
	/*align-items: center;*/
}

	.cheak_div .mask{
		position:absolute;
		width:237px;
		height:86px;
		background:url(../images/Mask.png) no-repeat;
		background-size:cover;
		background-position:center center;
		top:0;
		right:0;
		transform:translateY(-86px);
	}

	.cheak_right {
	}

.cheak_he {
	width: 382px;
	color: #000;
	line-height: 26px;
	text-align: center;
	margin: 70px auto;
}
.cheak_he h2 {
	font-size: 36px;
	margin-bottom:10px;
}

	.cheak_he span {
		width: 94%;
		display: block;
		font-size: 14px;
		text-align-last: justify;
		margin: auto;
	}

.iput2_wrap {
	/*width: 430px;*/
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-top: 30px;
}
.iput_divx {
	background: #f5f5f5;
	height:48px;
	display:flex;
	width:156px;
	justify-content:center;
	align-items:center;
}
.iput_div3x {
	width:300px;
	height:48px;
}
.input_textx {
	width:100%;
	height: 100%;
	margin-top: 0px;
	font-size: 16px;
	color: #696969;
	border: 0px;
	margin-left:8px;
	border-bottom:1px solid #ddd;
}

.input_textx:focus {
	border-bottom: 1px solid #26c81d;
}

.iput2_wrap option {
	font-size: 15px;
	line-height: 15px;
}
.iput2_wrap .btn {
	margin-left:40px;
	display: block;
	width: 84px;
	padding:0 30px;
	height: 48px;
	background: #121c2d;
	color: #fff;
	display:flex;
	justify-content:space-between;
	align-items:center;
}

.iput2 {
	display: flex;
	justify-content: center;
	align-items: center;
	/*width: 350px;*/
	/*box-shadow: 0px 0px 3px 0px #21a7ff;*/
	/*border: 1px solid #21a7ff;*/
	/*border-radius: 9px;*/
	height: 48px;
}

.chayan_btn {
	margin: 13px 0px 0px -1px;
}


.fanhui {
	text-align: center;
	font-size: 14px; /* margin-top: 10px; */
	line-height: 34px;
	letter-spacing: 4px;
}

	.fanhui a {
		border-bottom: 1px solid;
		color: #2173ff;
	}

.iput_div3 {
	width: 210px;
	height: 48px;
}

.cy_dw {
	width: 100vw;
	height: 100vh;
	position: absolute;
	background: rgba(0,0,0,0.2);
	top: 0;
	left: 0;
}

.cy_jg {
	width: 100%;
	height: 100%;
	position: relative;
	display:flex;
	justify-content:center;
	align-items:center;
}

.cy_bg {
	background: #fff;
	width: 560px;
	height: 360px;
	text-align: center;
	display:flex;
	align-items:center;
	justify-content:center;
}

	.cy_bg img {
		margin-top: 20px;
		width:150px;
	}

	.cy_bg a {
		display:block;
		width: 120px;
		height: 44px;
		background: #26c81d;
		text-align:center;
		line-height:44px;
		color:#fff;
		margin:0 auto;
	}

	option{
		display:block;
		width:145px;
	}
