body{
    margin: 0;
    padding: 0;
}

.wrapper{
    text-align: center;
}
.logos{
    width:200px;
    margin-top:40px;
}
form{
    z-index: 9999;
}
input[type=text]{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    border:none;
    box-shadow: none;
    outline: none;
}
input[type=radio]:focus{
    outline: none;
    border: none;
}
.logo_ctn{
    padding-bottom:35px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.logo_ctn image{
    width: 280px;
    /* height: 167px; */
}
.phcolor{
    color: #C0C0C0;
}
.form-group{
    width: 310px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    z-index: 9999;
}
.xy{
    width: 310px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    color: #4FA0FF;
    font-size: 12px;
}
.xy input{
    margin-right: 10px;
}
.modal-dialog{
    z-index: 9999;
    width: 300px!important;
    margin-left: auto!important;
    margin-right: auto!important;
}
.modal-body{
    color: #7B7B7B;
}
.logins .form-group{
    background-color:  #F5F5F5;
}
.logins .form-group input{
    background-color: #F5F5F5;
}
.form-group{
    border: 1px solid #F5F5F5;
    border-radius: 10px;
    height: 45px;
    padding-top: 1px;
}
.form-group  input{
    
    line-height: 35px;
    font-size: 14px;
    text-align: left;
    padding-left:10px;
    z-index: 9999;
    width: 95%;
}

.form-group div{
    padding-right: 1px;
    width: 49%;
    float: left;
    z-index: 9999;
    /*position: relative;*/


}
.form-group div input{
    margin-left: 2px;
}
.btn[type=text]{
    height: 40px;
    line-height:40px;
    margin-top: 2.5px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    box-shadow: none;
    border:none;
}

button::after{
    border:0
}
button:focus,button:checked,input:focus{
    outline: none;
}
.button{
    width: 310px!important;
    margin-left: auto!important;
    margin-right: auto!important;
    height: 44px;
    line-height: 44px;
    background-color: #004670;
    color: #fff;margin-top: 25px;
    z-index: 9999;
    webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border:none;
    box-shadow: none;
    border-radius:4px;
    /*margin-bottom: 25px;*/
}
#yzm{
    webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 30px;
    background-color: #00578D;
    color: #fff;
    border: none;
    width: 68%;
    margin: 7px 10px 7px 45px;

}
.bottomimg{
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: -1;
    left: 0;
    right:0;

}
.bottom a{
    display: block;
    color: #1E9FFF;
    text-decoration: none;
    line-height: 60px;
    margin-bottom: 40px;
}
.bottom a:last-child{
    margin-top: 60px;
    margin-bottom:0px;
}
.grey{
    color: grey;
}

.logindetail{
    background-color: #fff;
    padding: 0 .2rem;
}
.group {
    display: flex;
    border-bottom: 1px solid #f2f2f2;
    height: 45px;
    line-height: 36px;
    width: 100%;
    font-size: .3rem;
}
.add .group input{
    margin-top: 3px;
}
.group label {
    font-weight: 400;
    width: 1.5rem;
    margin-bottom: unset;
    line-height: 44px;
}
.group div{
    width: 5.6rem;
}
.group div.code{
    width: 3.1rem;
}
.group div.yzm_button{
    width: 2.5rem;
}
.group input[type=text] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    box-shadow: none;
    border: 0;
    padding: 0 0 0 .2rem;
    height: 44px;
    line-height: 44px;
    font-size: .3rem;
}
.group input:focus{
    box-shadow: none;
    outline:none;
}
.n{
    width: 100%!important;
}
.obtain{
    height: 34px;
    line-height: 34px;
    margin-top: 5px;
    width: 100%!important;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/down.png) no-repeat right;
    background-size: 20px;
    border: none;
    box-shadow: none;
    width: 100%;
    padding-left: .2rem;
    height: 44px;
    line-height: 44px;
}
select:focus{
    border: none;
}
.center{
    text-align: center!important;
}
.newbtn{
    background-color: transparent;
    border:none;
    color: #8D8D8D;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
}
.newbtn.active{
    color: #4A90E2;
}
.sexbtn{
    padding-left: 27px;
}
.sexbtn label{
    margin-left: unset;
}
.sexbtn input{
    /*width: 50px;*/
}
.color{
    color: #00CC00;
}
.color1{
    color: #3BB4F2;
}
.color2{
    color: #FF0000;
}
.page-title{
    height: 45px;
    background-color: #f2f2f2;
    line-height: 45px;
    font-size: 16px!important;
}
.failure{
    padding: 10px;
    margin-top: 10px;
    background-color: #fff;
}
.failure .title{
    font-size: 16px;
    margin-top: 0;
}
.text-left{
    text-align: left;
}
 .nobody{
    margin-top:150px;
 }
 .xymodal{
        display: block;
        z-index: 1040;
        height: 100%;;
        background-color: rgba(0,0,0,.5);
    }
    .xymodal .modal-dialog{
        margin-top: 50px;

    }
    .xymodal .modal-body{
        height: 350px;
        overflow-y: auto;
        padding-bottom: 100px;
    }

    .xymodal .modal-footer button{
        width: 50%;
        float: left;
    }
    .xymodal .modal-footer{
        position: fixed;
        bottom: 0;
        z-index: 1;
        background-color: #fff;
        width: 99%;
        left: 1px;
        right: 0;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    .xymodal .modal-footer .text-left{
        border-right: 1px solid #e5e5e5;
    }
    .xy input{
        float: left;
    }
    .yhxy{
        line-height:21px;
        display: block;
        float: left;
        margin-left: 15px;
    }