@media screen and (max-width: 1200px) {
    .header{
        width:100%;
        height: 70px;
    }
    .logo{
        margin-left:10px;
    }
    .header-message{
        margin-right: 0;
    }
    .register{
        width:100%;
    }
    .reg-head{
        width:100%;
        margin-top:0;
    }
    .reg-forget p{
        margin:0;
        width:23.8%;
        font-size: 0.8rem;
    }
    .reg-con .inputcon label{
        width:28%;
    }
    .inputcon .frameInput{
        width: 57%;
    }
    .reg-con button{
        margin:10px auto;
    }
    .inputcon input.forgetyzm{
        width:40%;
    }
    .yzmWrapper{
        width:67%;
    } 
    .footer{
        width:100%;
    }
    .forget-phone{
        width:94%;
    }
    .phoneIn{
        width:100%;
    }
    .icon-iphone{
        margin-right:10px;
    }
    .phoneInit h4{
        margin-top:0;
    }
    .phoneInit{
        width:47%;
    }
    .phoneInit p{
        line-height: 20px;
    }
    .phoneIn button{
        margin-right: 5px;
        margin-top:16px;
    }
    .reg-phone{
        width:100%;
        border:none;
    }
    .reg-phone h3{
        text-indent:0;
        text-align:center;
    }
    .inputcon p, .inputcon label{
        width:28%;
    }
    .reg-phone button{
        margin-left:29%;
    }
    #vcodeMobile{
        width:35%;
    }
    .inputcon b{
        display:none;
    }
    .pass-wrap{
        margin-left:27%;
    }
    .inputcon span{
        margin-left: 30%;
    }
    p.reg-finish{
        width:90%;
    }
}
@media screen and (max-width: 600px) {
    .regisp{
        display: none;
    }
}