@media screen and (min-width: 750px){
    #outer {
        width: 10rem!important;
        margin: 0 auto;

    }
    .modal-content{
        height:350px;
    }
}
@media screen and (max-width: 768px){

    .modal-content{
        margin-top: 35%;
    }
    #outer {
        width: 6rem!important;
        margin: 0 auto;
        font-size: 12px;

    }
    #outer .ipt>div{
        width: 90%;
    }

    .modal-content{
        height:350px;
    }
    .modal-header .modal-title{
        font-size: 14px;
    }
    #outer .ipt .yzm .hqyzm{
        width: 30%;
    }
    #outer .btn_{
        height:0.7rem;
        width:60% !important;
        line-height:0;
        margin-left:0.9rem;
    }
    .verify-wrap .fix-tips, .verify-msg{
        margin-left: 10px;
        font-size: 10px;
    }
}