/*Lpp2018/1/24*/

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

/** 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: 560px;
    position: absolute;
    left: 50%;
    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;
}

.form-box form {
    padding: 35px;
}

.form-box form .login-title {
    font-size: 16px;
    color: #1E1E1E;
    letter-spacing: 0;
    margin-bottom: 18px;
    display: inline-block;
}

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

.login-input input {
    background: #F7F7F7;
    border: 1px solid #EEEEEE;
    height: 44px;
    padding-left: 44px;
}

.login-input {
    position: relative;
}

.login-icon {
    position: absolute;
    top: 12px;
    left: 16px;
}

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

.yzm-input {
    width: 220px;
}

.yzm-btn {
    width: 104px;
}

.lock-btn {
    width: 104px;
}

.lock-btn .veryCode {
    width: 104px;
    height: 44px;
    /*    background: #E4DFFD;*/
    cursor: pointer;
}

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

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

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

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

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

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

.login-footer {
    width: 100%;
    height: 116px;
    /* background: #003154; */
    /*padding-top:40px;*/
    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 {
    /* WebKit browsers*/
    color: #C3C3C3;
}

.login-input input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18*/
    color: #C3C3C3;
}

.login-input input::-moz-placeholder {
    /* Mozilla Firefox 19+*/
    color: #C3C3C3;
}

.login-input input:-ms-input-placeholder {
    /* Internet Explorer 10+*/
    color: #C3C3C3;
}

.yzm-btn .get-verify {
    opacity: .5;
    filter: alpha(opacity=65);
    cursor: not-allowed;
}

.yzm-btn .get-verify.active {
    cursor: pointer;
    opacity: 1;
}

.tip-bind {
    font-size: 12px;
    color: red;
    margin-left: 10px;
}
.layui-tab-content{
    padding: 0px !important;
}
.layui-tab-title li{
    width:100%;
    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;
}