@charset "gb2312";
/* CSS Document */


.conc{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	margin-bottom:100px;
	background:#fff;
}

.conc_yy{
	width: 100%;
    float: left;
    margin-top: 0px;
}

.form_con{
	width: 96%;
    float: left;
    background: #fff;
    letter-spacing: 0.1rem;
    margin-left: 2%;
}
.form_con ul{
	width:90%;
	margin:0 auto;
	margin-top:20px;
}
.form_con ul li{
	margin-top:10px;
	width:100%;
	float:left;
}
.form_con ul li i{
	width:100%;
	line-height:54px;
	float:left;
	font-size:1.6rem;
	margin: 5px 0;
	color: #d63838;
}
.form_con ul li.li_1 input{
	width:99%;
	float:right;
	height:54px;
	margin-top:6px;
	font-size:1.6rem;
	color:#999;
	letter-spacing: 0.1rem;
	text-indent: 1rem;
}
.form_con ul li p{
	width:80%;
	float:left;
	padding-left:1%;
	margin-top:10px;
	color:#888;
	line-height: 26px;
}
.form_con ul li label{ 
	width: 99.8%;
    float: left;
    margin-top: -1px;
    font-size: 1.6rem;
    line-height: 60px;
    border: 1px #bbb solid;
    display: inline-block;
	background: #fff;
}

.form_con ul li label a{ color: #4e4e4e;}

.form_con ul li label:nth-child(4){
}
.form_con ul li label input{
	width:60px;
}

.djgd{
	width:100%;
	float:left;
	background:#fff;
}
.djgd a{
	width: 100%;
    float: left;
    color: #fff;
	background:#568ad8;
    font-size: 1.6rem;
    line-height: 4rem;
    text-align: center;
    cursor: pointer;
    margin: 10px 0;
	letter-spacing: 1px;
}

.djgd a img{	
    margin: 0px 0;	
}

.djgd a:last-child{
	background:#1a5eb1;
}
.djgd a:hover{
	background:#b80616;
}


.refer{
	width:96%;
	height:5rem;
	float:left;
	margin:2rem 4%;
}
.refer input{
	float: left;
    background: #b95221;
    border: 1px #b95221 solid;
    color: #fff;
    font-size: 2rem;
    line-height: 60px;
    text-align: center;
    margin: 3%;
    padding: 0 4rem;
    border-radius: 10px;
    cursor: pointer;
}