@media screen and (max-width: 1200px) {
    .header {
        width: 100%;
        height: 60px;
    }

    .call {
        background: none;
        padding-left: 0;
        margin-top: 10px;
        margin-right:10px;
        font-size: 18px;
    }

    .logo {
        margin-top: 10px;
        margin-left:10px;
    }

    .regisp {
        margin-top: 10px;
        margin-left: 10px;
    }

    .register {
        width: 100%;
    }

    .step {
        margin-left: 0;
        width: 99%;
    }

    .step1 {
        left: 2rem;
        top: 50%;
    }

    .step2 {
        left: 13rem;
        top: 50%;
    }

    .fromstyle {
        width: 99%;
        margin-left: 0;
        margin-right: 0;
    }

    .common-input {
        width: 90%;
    }

    .inputcon p, .inputcon label {
        width: 6rem;
    }

    .inputcon .frameInput {
        width: 12rem;
    }

    .inputcon .yzm {
        width: 7rem;
    }

    .inputcon span {
        margin-left: 6rem;
    }

    .inputcon #mobileCode {
        width: 7rem;
    }

    .button_send {
        margin-left: 0;
    }
    .selectAddress{
        width:4rem!important
    }
    .inputcon p, .inputcon label.empty{
        display:none;
    }
    .footer{
        width:100%;
    }
    .header-message>span, .header-message>p{
        padding: 20px 10px;
    }
    .success_info{
        width: 20rem;
        margin-left: -10rem;
    }
    .submit{
        display: block;
        margin: 0 auto;
    }
    .inputcon .quhao input{
        width: 9.5rem;
    }
    .inputcon .frameInput.yzm{
        width: 6rem;
    }
    .inputcon input#mobileCode{
        background-color: #e5e5e5; width: 5rem
    }
}
@media screen and (max-width: 600px) {
    .regisp{
        display: none;
    }
    .header-message>span, .header-message>p{
        padding: 20px 0;
    }
    .step2{
        left: 11rem;
    }
    .inputcon .yzm{
        width: 6rem;
    }
    .inputcon .frameInput{
        width: 11rem;
    }
    .selectAddress{
        width: 3.5rem!important;
    }
    .inputcon .quhao input{
        width: 8.5rem;
    }
    .inputcon input#mobileCode{
        width: 4rem;
    }
}