@charset "UTF-8";

.check-wrap {
    /* background: url(../image/login_bg.jpg) no-repeat center; */
    width: 100%;
    height: 763px;
}
.inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
.check-wrap h2 {
    font-size: 26px;
    margin-bottom: 50px;
}
.check-wrap .box {
    width: 576px;
    height: 220px;
/*     background: #fff; */
    position: absolute;
    top: 140px;
    left: 0;
    padding: 40px;
    border-radius: 4px;
    margin-top: -130px;
}
.check-wrap li {
    overflow: hidden;
    margin-bottom: 10px;
}
.check-wrap input[type='text'] {
    display: block;
    float: left;
    height: 45px;
    line-height: 45px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #dcdcdc;
    text-indent: 10px;
    font-size: 14px;
    color: #757575;
    padding: 0;
}

.check-wrap .pop-line1 input {
    width: 262px;
}
.check-wrap .pop-line2 input {
    width: 340px;
}

.btn-submit {
    display: block;
    width: 90px;
    height: 45px;
    line-height: 45px;
    background-color: #e9122c;
    font-size: 16px;
    color: #fff;
    border: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 20px 120px 0;
    text-align: center;
}

.pop-third-party {
    padding: 30px 0;
    border-width: 1px 0;
    border-style: solid;
    border-color: #F5F5F5;
    margin: 26px 0 0;
    position: relative;
    text-align: center;
}
.pop-third-party > .tit-txt {
    position: absolute;
    left: 50%;
    top: -6px;
    width: 138px;
    background-color: #fff;
    margin: 0 0 0 -69px;
    font-size: 14px;
    color: #999;
}
.pop-third-party > a {
    display: inline-block;
    /*float: left;*/
    width: 40px;
    height: 40px;
    background: url("../image/sprite.png") no-repeat;
}
.pop-third-party > a.qq {
    background-position: -134px -90px;
}
.pop-third-party > a.wx {
    background-position: -134px -150px;
    margin: 0 40px;
}
.pop-third-party > a.taobao {
    background-position: -134px -210px;
}

.pop-btn-blue {
    position: absolute;
    display: block;
    right: 130px;
    width: 82px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border: 0px;
    background-color: #e9122c;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    top: 0px;
    margin-top: 2px;
}

#file {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    font-size: 42px;
}
.title_p_check{
	margin-left: 19px;
	color: #757575;
	font-size: 26px;
	margin: 0 0 30px 0;
	text-indent: 14px;
	position: relative;
    border-bottom: 3px solid #f8f8f8;
    padding-bottom: 40px;
}
.title_p_check i{
	display: block;
	width: 4px;
	height: 25px;
	background: #e9122c;
	position: absolute;
	top: 2px;
	left: 0;
}
.check_one{
	width: 660px;
	height: 140px;
	border-bottom: 1px solid #f8f8f8;
	padding-bottom: 40px;
}
.check_one img{
	width: 84px;
	height: 112px;
	margin-top: 14px;
	margin-left: 38px;
}
.check_one .check_one_inner{
	float: right;
	margin-right: 100px
}
.check_one .check_one_inner h2{
	color: #757575;
	font-size: 22px;
	font-weight: bold;
	margin-top: 18px;
}
.check_one .check_one_inner p{
	color: #757575;
	font-size: 22px;
	margin-top: 40px;
}
.check-wrap .pop-line0 p{
	font-size: 20px;
	color: #757575;
	margin-left: 120px;
	margin-bottom: 20px;
}
.check-wrap .pop-line3 p{
	font-size: 14px;
    color: #757575;
    float: right;
    margin-top: 36px;
}