article{
    width:100%;
    overflow: hidden;
    background: url(../img/6_1_pg.png);
}
.login{
    width:570px;
    height: 644px;
    background:rgba(255,255,255,1);
    border-radius:5px;
    margin:57px auto 88px;
}
.formBox{
    display: block;
    margin:0px 34px 0 36px;
    padding-top:37px;
}
.formBox .formTitle{
    font-size:30px;
    color:rgba(30,79,178,1);
    text-align: center;
    margin-bottom:33px;
}
.formBox p{
    width: 500px;
    height:76px;
    line-height: 76px;
    border-bottom:1px solid rgba(153,153,153,1);
    margin-top:11px;
}
.formBox p label{
    font-family:FZLTHK--GBK1-0;
    color:rgba(77,77,77,1);
    display: inline-block;
    width:139px;
}
.formBox p input{
    border:0;
    text-align: left;
}
.formBox p input::-webkit-input-placeholder{
    font-size:18px;
    color:rgba(179,179,179,1);
}
/* 短信验证码 */
#time{
    display: inline-block;
    width:160px;
    height:30px;
    border:1px solid rgba(30,79,178,1);
    border-radius:15px;
    text-align: center;
    font-family:FZLTHK--GBK1-0;
    color:rgba(30,79,178,1);
    background:rgba(255,255,255,1);
    cursor: pointer;
    margin-top:20px;
}
/* 图形验证码 */
.yzm .yanzheng{
    display: inline-block;
    width:120px;
    height:30px;
    background:rgba(204,232,207,1);
    margin-top: 17px; 
}
.yzm input{
    width:165px;
}
.yanzheng b{
    display: inline-block;
    width: 96px;
    height: 30px;
    text-align: center;
    margin-left:12px;
    background:rgba(255,255,255,1);
}
.yanzheng b span{
    display: inline-block;
    position: relative;
    top: -22px;
}
.btnBox{
    text-align: center;
}
.loginBtn{
    display: inline-block;
    width:400px;
    height:50px;
    line-height:50px; 
    border:1px solid rgba(30,79,178,1);
    border-radius:25px;
    text-align: center;
    font-family:FZLTHK--GBK1-0;
    color:rgba(30,79,178,1);
    margin-top:83px;
}
.loginBtn:hover{
    color:rgba(30,79,178,1);
}
.goRegister{
    text-align: center;
    margin:22px 0 68px 0;
}
.goRegister a{
    font-size:16px;
    color:rgba(30,79,178,1);
}
