#header-outter{background: #fff;}
#verify-check-form{
	width: 100%;
	height: 550px;
	min-height: 550px;
	background: url(../images/verify_banner.jpg);
}
#check-form{
	height: 100%;
	box-sizing: border-box;
	padding: 30px 0px 20px 0px;
}
#check-form-inner-fr{
	height: 317px;
	width: 100%;
	text-align: center;
}
#verify_banner{
	width: 100%;
	height: 331px;
	box-sizing: border-box;
}
.verify_img{
	width: 200px;
	height: 200px;
	display: block;
}
.check-header{
	font-size: 34px;
    color: #363b3c;
    text-align: center;
    font-weight: 500px;
}
.check-header span{
	display: inline-block;
	position: relative;
	color: white;
}
.form-ipt_code{
	margin-top:10px;
}
.ipt-form_2{
	margin-top:25px;
	width:82px;
	margin-left: -31px;
	display: inline-block;
	clear: left;
}
.ipt-form{
	width: 360px;
}
.tid_tip{
	font-size: 14px;
	color: #f06541;
	text-align: center;
	justify-content: center;
	letter-spacing: 2px;
}
.ipt-form,.ipt-form_2{
	background: #fff;
    outline: none;
    line-height: 38px;
    padding: 0 10px;
    height: 38px;
    border: 0;
    border: 1px solid #ccc;
    border-radius: 3px;

}
.submit_verify{
	display: inline-block;
    height: 21px;
    position: relative;
    top: 3px;
    line-height: 21px;
    width: 90px;
    left: 31px;
}
#verify_notice{
	position: relative;
	width: 100%;
	height: 300px;
	box-sizing:border-box;
	background:#f5f5f5;
    overflow: hidden;
}
.verify_notice_position{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	z-index: 1;
}
#footer{
	margin-top: 0px;
}
#verify_notice_ul{
	height: 100%;
	padding:20px 0px;
	color:white;
}
.header-notice{
	font-size: 16px;
	color: black;
	margin:0px 0px 10px;
	display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
#verify_notice ul{
	font-size: 16px;
	color: black;
	top:100px;
}
#verify_notice ul li{
	width: 100%;
	margin:0px 0px 10px 0px;
}
#verify-code-img{
	width: 92px;
	height: 38px;
	position: relative;
    top: 15px;
    left: 17px;
    border-radius: 3px;
}
#send_verify_code_button{
	cursor: pointer;
}