html{
    display: block;
    width: 100%;
    height: 100%;
}
html,body{
    overflow-x: hidden;
    box-sizing: border-box;
}
.larryms-wrap{
    position: relative;
    width: 100%;
    min-height: 100%;
    margin: 0 auto;
    background: url(../images/background.svg) center top;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    overflow-y: auto;
    padding-top: 40px;
}
.larryms-click-effect {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.larryms-form-login{
    display: block;
    width: auto;
    height: auto;
    max-width: 1000px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-60%);
    z-index: 1999999;
}
.larryms-title-info{
    display: block;
    width: 100%;
    height: 60px;
    line-height: 80px;
    text-align: center;
    margin-bottom: 30px;
    font-size: 30px;
    letter-spacing: 2px;
    color: #353535;
    text-shadow: 2px 4px 8px #bbb;
}
.larryms-login-box{
    display: block;
    background: #fff;
    box-shadow: 12px 16px 68px #3b3e47;
    padding: 35px 60px;
    padding-bottom: 45px;
    border-radius: 10px;
    max-width: 380px;
    margin: 0 auto;
}
.login-h2{
    display: block;
    height: 60px;
    line-height: 60px;
    width: 100%;
    font-size: 26px;
    color: #1e9fff;
    /*color: #fff;*/
    margin-bottom: 25px !important;
    text-align: center;
    font-weight: normal;
    text-shadow: 1px 1px 2px #5bacf1;
    letter-spacing: 1px;
    white-space: nowrap;
}
.larryms-verifycode{
    position: relative;
}
.larryms-verifycode .input{
    display: block;
    width: 150px;
}
.larryms-verifycode .captcha{
    position: absolute;
    top: 0px;
    right: 0px;
    height: 38px;
    width: 130px;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    overflow: hidden;
}
.larryms-verifycode .captcha img{
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}


.larryms-login-box .layui-form-item .layui-input{
    text-indent: 25px;
}
.larryms-login-box .layui-form-item i.layui-icon{
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 30px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #889AA4;
}
.larryms-login-box .layui-form-item .larryms-showpwd{
    position: absolute;
    width: 30px;
    height: 38px;
    top: 0px;
    right: 0px;
    color: #888;
    line-height: 38px;
}
.larryms-login-box .layui-form-item .larryms-showpwd i{
    font-size: 18px;
    line-height: 38px;
}
.larryms-code-item{
    padding-right: 0px;
}
.larryms-login-box .layui-form-item .larryms-code-input{
    width: 58%;
    height: 38px;
}
.larryms-login-box .layui-form-item .layui-inline.larryms-code-img{
    width: 40%;
    position: absolute;
    top: 0px;
    right: 0px;
    padding-right: 0px;
    margin-right: 0px;
}
.larryms-code-img .layui-btn-primary{
    display: inline-block;
    width: 100%;
    border-color: #F1F1F1;
}
.larryms-code-img img{
    width: 100%;
    height: 38px;
    cursor: pointer;;
}
.larryms-login-btn{
    display: block;
    margin-bottom: 15px;
}

.larryms-login-box .tips{
    font-size: 13px;
    color: #989898;
    line-height: 32px;
    display: block;
    text-align: center;
    padding-top: 10px;
    user-select: none;
}
.larryms-login-box .tips span{
    color:#FF9900;
}

.larryms-bottom-nav{
    display: block;
    width: 100%;
    height: 130px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.larryms-bottom-nav {
    text-align: center;
}
.larryms-bottom-nav li,
.larryms-footer-nav li{
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0px 15px;
}
.larryms-bottom-nav li a,
.larryms-footer-nav li a{
    color: #7094BE;
    font-size: 14px;
}
.larryms-bottom-nav .copyright{
    display: block;
    width: 100vw;
    color: #888;
    font-size: 14px;
    text-align: center;
    line-height: 38px;
    position: absolute;
    bottom: 38px;
}
.larryms-footer-nav .copyright{
    display: block;
    width: 100%;
    color: #888;
    font-size: 14px;
    text-align: center;
    line-height: 38px;
    position: absolute;
    bottom: 38px;
}
.larryms-footer-nav  .webinfo{
    position: absolute;
    bottom: 0px;
    line-height: 38px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #ababab;
}