/* 主体部分 */
.qxj_body{
    width: 100%;
    height: 800px;
    background-color: #f3f3f3;
    overflow: hidden;
}
.qxj_body_top{
    height: 40px;
    background-color: #31b2eb;
    margin-top: 40px;
}
.qxj_body_top_text .active{
    color:rgb(205, 50, 50);
}
.qxj_body_top_text{
	margin-left:122px;
}
.qxj_body_top span{
	color: #fff;
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
    font-size: 16px;
    font-weight: 700;
}
.qxj_body_con{
    height: 650px;
    background-color: #fff;
}
/* 密码验证部分 */
.wbk{
    height: 15px;
    width: 200px;
    margin-top: 20px;
    margin-left: 155px;
}
.nbk{
    background-color:#eeeeee;
}
.nbk td{
    border-radius: 15px;
    height: 1px;
}
.dlmm .text{
    margin-left: 172px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.dlmm .text i{
    padding-right: 50px;
}
.qxj_body_content{
    margin-left:130px;
    overflow: hidden;
}
.yhm{
    margin-top: 35px;
}
.qxj_body_content input{
    height: 40px;
    width: 300px;
    background-color: #f7f7f7;
    border:none;
    border:1px solid #ccc;
    margin-left: 41px;
    margin-top: 25px;
    border-radius: 7px;
}
.dlmm p{
    text-align: center;
}
.qxj_body_content b{
    color: #ff2649;
    position: relative;
    top: 3px;
}
.qxj_body_content span{
    margin-left: 7px;
}
.qxj_body_content :nth-child(2) input {
    margin-left: 28px;
}
.qxj_body_content :nth-child(3) input {
    margin-left: 28px;
    margin-top: 0;
    margin-right: 20px;
}
.qxj_body_content :nth-child(5) input {
    margin-left: 28px;
    margin-right: 20px;
}
.qxj_body_content :nth-child(4) input {
    margin-right: 20px;
}
.qxj_body_content :nth-child(6) input {
    margin-right: 20px;
    width: 200px;
}
.qxj_body_bot .btn-block{
    display: block;
    width: 308px;
    margin-top: -122px;
    margin-left: 235px;
    background-color: #31b2eb;
}
.qxj_body_bot a:hover{
    text-decoration: none;
}
.qxj_body_bot .btn-block a{
    color:#fff;
}
.qxj_body_bot .btn-block a:hover{
    text-decoration: none;
}
.qxj_body_bot .btn-block:hover{
    background-color: #31b2eb;
}
.qxj_body_bot_text span{
    display: block;
    width: 308px;
    margin-left: 286px;
    margin-top: 20px;
}
.qxj_body_bot_text span a{
    color:#ff2649;
}
/* 验证码 */
/* input.yzminput{
    position: relative;
    top: -12px;
} */
/* span.yzmspan{
    margin-left: 100px;
} */
.yzm #code{ 
    width: 80px;
    font-family: Arial,宋体;
    font-style: italic;
    color: blue;
    border: 1px solid #ccc;
    text-align: center;
    letter-spacing: 3px;
    margin-left: 0;
    font-weight: bolder;
  }
  /* 改变input框文字大小及颜色 */
  /* //chrome谷歌浏览器，Safari苹果浏览器 */
.qxj_body_content input::-webkit-input-placeholder{
    color:#999;
    font-size:12px;
    text-indent: 10px;  
}
/* //firefox火狐浏览器 */
.qxj_body_content input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
    color:#999;
    font-size:12px;
}
/* //IE浏览器 */
.qxj_body_content input:-ms-input-placeholder { /* Internet Explorer 10+ */ 
    color:#999;
    font-size:12px;
}