/*Lpp2018/1/24*/

* {
    padding: 0;
    margin: 0;
    font-family: 'Arial','Microsoft YaHei UI','Microsoft YaHei',SimSun,'Segoe UI',Tahoma,Helvetica,sans-serif;
    box-sizing: border-box;
}

/** css clearfix start */
.cl:after {
    display: block;
    clear: both;
    visibility: hidden;
    font-size: 0;
    height: 0;
    content: "";
}

.cl {
    *zoom: 1;
}

/** css clearfix end */
/** css public start */
.fl {
    float: left;
}

.fr {
    float: right;
}

.bb-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../img/loginbg.png) top center;
    background-size: cover;
}

.login-box {
    width: 612px;
    position: absolute;
    left: 49%;
    margin-left: -280px;
    top: 23%;
}

.login-box h1 {
    font-size: 36px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 60px;
    font-weight: bold;
    text-align: center;
}

.form-box {
    width: 400px;
    background: #fff;
    margin: 30px auto;
    position: relative;
    padding: 35px;
}

#msg {
    display: block;
    font-size: 12px;
    margin: 0 0 15px 0;
    color: #FF5722;
    line-height: 1.5;
}

/* 统一输入框容器样式 */
.login-input {
    position: relative;
    width: 100%;
}

.login-input input {
    background: #F7F7F7;
    border: 1px solid #EEEEEE;
    height: 44px;
    padding-left: 44px;
    width: 100%;
    outline: none;
    font-size: 14px;
}

.login-icon {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    z-index: 1;
}

.phone-icon {
    width: 13px;
    height: 21px;
    background: url("../img/mobile.png") center center no-repeat;
}

.yzm-icon {
    width: 14px;
    height: 17px;
    background: url("../img/yzm.png") center center no-repeat;
}

.lock-icon {
    width: 14px;
    height: 17px;
    background: url("../img/lock.png") center center no-repeat;
}

/* 短信验证码行布局修复 */
.layui-form-item.cl {
    margin: 0;
}

.yzm-input {
    width: calc(100% - 110px) !important;
    margin-right: 10px;
}

.yzm-btn {
    width: 100px;
}

.yzm-btn a {
    display: block;
    width: 100px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border: 1px solid #146FB8;
    font-size: 14px;
    color: #066DBB;
    background: #fff;
    text-decoration: none;
}

.lock-btn {
    width: 100px;
}

.lock-btn .veryCode {
    width: 100px;
    height: 44px;
    object-fit: cover;
    cursor: pointer;
    border: 1px solid #eee;
}

.login-btn {
    width: 100%;
    height: 44px;
    background: #146FB8;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 44px;
    display: block;
    border: none;
    cursor: pointer;
    border-radius: 2px;
}

.login-btn:hover {
    background: #0f5a96;
    color: #fff;
}

.login-button {
    margin-top: 20px;
}

.login-footer {
    width: 100%;
    height: 116px;
    position: absolute;
    bottom: 0;
}

.copyright {
    margin-top: 40px;
}

.login-footer p {
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
}

.login-footer p a {
    color: #fff;
}

.login-footer p a:hover {
    color: #fff;
}

/* 输入框占位符样式 */
.login-input input::-webkit-input-placeholder { color: #C3C3C3; }
.login-input input:-moz-placeholder { color: #C3C3C3; }
.login-input input::-moz-placeholder { color: #C3C3C3; }
.login-input input:-ms-input-placeholder { color: #C3C3C3; }

/* 验证码按钮禁用状态 */
.yzm-btn .get-verify {
    opacity: .5;
    cursor: not-allowed;
}
.yzm-btn .get-verify.active {
    cursor: pointer;
    opacity: 1;
}

.tip-bind {
    font-size: 12px;
    color: red;
    margin-left: 10px;
}

/* Layui 样式修正 */
.layui-tab-content{
    padding: 0px !important;
}
.layui-tab-title li{
    width:100% !important;
    padding: 0px;
}
.layui-tab-brief>.layui-tab-title .layui-this{
    color: #146FB8;
}
.layui-tab-brief>.layui-tab-more li.layui-this:after,
.layui-tab-brief>.layui-tab-title .layui-this:after{
    border-bottom: 2px solid #146FB8;
}

#login_container {
    width: 300px;
    height: 237px;
    margin: 0 auto;
}
.nobind{
    color: #FF5722;
    font-size:18px;
    text-align: center;
    height:230px;
    line-height:230px;
}

/* 去掉数字输入框上下箭头 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"]{
    -moz-appearance: textfield;
}

/* 表单间距统一 */
.layui-form-item {
    margin-bottom: 18px !important;
}