.apply{
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 110;
    background: #f9f9f9;
    padding-top: 40px;
    overflow: hidden;
    -webkit-transition: bottom 1s;
    -moz-transition: bottom 1s;
    -ms-transition: bottom 1s;
    -o-transition: bottom 1s;
    transition: bottom 1s;
 }
.apply .apply-body{
    width:610px;
    margin:0 auto;
}
.apply .form-inline>.form-group{
    display: block;
    margin: 25px auto;
    position: relative;
    text-align: center;
}
.apply .form-inline .form-control{
    width:260px;
}
.apply .control-label{
    width: 85px;
    display: inline-block;
    padding-right: 10px;
    font-weight: 500;
    color: #444;
}
.apply .get-code a.btn{
    width:110px;
    font-size: 16px;
}
.apply .get-code .form-control{
    width: 135px;
    margin-right: 10px;
}
.btn-sub{
    background: #41a7ea;
    font-size: 16px;
    border: none;
}
.btn-sub:active:hover,
.btn-sub:hover ,
.btn-sub:focus ,
.btn-sub:active{
    background-color: #61a7ea;
    border:none;
}
.form-div{
    padding-bottom: 15px;
}
.apply .form-div .btn-sub{
    font-size:20px;
    width: 300px;
    margin: 0 auto;
}
.apply-hidden{
    bottom: 100%;
}
.apply-active{
    bottom: 0;
}
.input-icon{
    position: relative;
}
.input-icon [class^="icon-"]{
    position: absolute;
    top: 9px;
    left: 90px;
    color: #ccc;
    z-index: 3;
}
.apply input[type = "text"],
.apply input[type = "password"]{
    background:#f4f4f4;
}
.input-icon input{
    text-indent: 1.5rem;
}
.layui-layer-page .layui-layer-content{
    overflow: visible !important;
}
.layui-layer-content .form-group {
    display: block;
}
.btn-no{
    pointer-events: none;
    cursor: not-allowed;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    box-shadow:0 0 0 50px #f4f4f4 inset;
    -webkit-text-fill-color: #555;
}