/* logo  */
.content-header {
    background-color: #fff;
    margin-bottom: 50px;
    height: 95px;
}

.content{
    height: 94px;
    background-color: #fff;
    position: relative;
}

.content .logo {
    float: left;
    width: 164px;
    margin-left: 15px;
    position: absolute;
    top: 20px;
}

.content .header-notice {
    float: right;
    line-height: 90px;
    position: absolute;
    right: 40px;
}

.content .header-notice .n-content{
    display: inline-block;
    vertical-align: middle;
    color: #666;
    font-size: 12px;
    line-height: 28px;
    background: #ffeeef;
    padding: 0 32px 0 22px;
    border: 1px solid #ea9292;
}

/* logo end */

/* 登录 */
.main-content{
    border: 1px solid #eee;
    box-shadow: 4px 16px 20px 0 rgb(0 0 0 / 8%);
    border-radius: 8px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 40px;
}

.main-img {
    width: 770px;
    float: left;
}

.login-input {
    padding: 35px 0 20px 0;
}

.main-login {
    background-color: #fff;
    padding: 20px 14px;
    float: left;
    box-sizing: border-box;
}

.main-login.bd {
    padding: 18px 14px;
}

.main-login .login{
    padding: 0 30px;
    width: 400px;
    border-radius: 8px;
    box-sizing: border-box;
}

.main-login .login-input .text-input input{
    display: inline-block;
    width: 87%;
    line-height: 26px;
    padding: 5px;
    padding-left: 35px;
    background-color: #fff;
    border: 1px solid #9f9f9f;
    border-radius: 2px;
    font-size: 14px;
}

.login-input i.layui-icon {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 18px;
}

i.layui-icon.layui-icon-ok {
    top: 0;
}

.main-login .login-input .text-input{
    position: relative;
    width: 100%;
    margin-bottom: 35px;
    color: #999;;
}

.main-login .login-input .text-input .login-verify{
    position: relative;
    z-index: 1;
    width: 100%;
    height: 38px;
    background-color: #e8e8e8;
}

.slider-text{
    position: relative;
    z-index: 3;
    display: block;
    width: 100%;
    line-height: 38px;
    text-align: center;
    user-select: none;
    font-size: 14px;
}

.slider-btn{
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    width: 46px;
    height: 36px;
    border: 1px solid #ccc;
    background-color: #fff;
    cursor: move;
}

.slider-btn i.layui-icon {
    position: relative;
    top: 10px;
    left: 15px;
    font-size: 16px;
}

.login-assist {
    width: 100%;
    margin-bottom: 1.7em;
}

.login-assist .assist{
    float: left;
    width: 50%;
    font-size: 14px;
}

.login-assist .assist span {
    padding-left: 12px;
    padding-right: 15px;
    line-height: 18px;
    background: 0 0;
    color: #666;
}

.login-assist .assist span {
    padding-left: 12px;
    padding-right: 15px;
    line-height: 18px;
    background: 0 0;
    color: #666;
}

.login-assist .forget-pwd{
    float: right;
    color: #f37201;
}

button.login-btn {
    background-color: #f37201;
    color: #fff;
    width: 120px;
    border-radius: 100px;
    height: 38px;
    line-height: 38px;
    border: 1px solid transparent;
    padding: 0 18px;
    font-size: 14px;
    margin: 20px 110px;
    cursor: pointer;
}

.login-bottom .bottom-title{
    position: relative;
    width: 100%;
    line-height: 31px;
    font-size: 14px;
    text-align: center;
}

.login-bottom .bottom-title::before{
    position: absolute;
    content: '';
    top: 15px;
    left: 0;
    width: 125px;
    height: 1px;
    background-color: #dedede;
}

.login-bottom .bottom-title::after{
    position: absolute;
    content: '';
    top: 15px;
    right: 0;
    width: 125px;
    height: 1px;
    background-color: #dedede;
}

.slider-progress {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #7ac23c;
    overflow: hidden;
}

.login-input .error-text {
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 12px;
    color: #c95050;
    opacity: 0;
}

.login-input .error-text.show {
    opacity: 1;
}

.slider-text.finish {
    color: #fff;
}



/* 第三方登录 */
.login-bottom .login-Third .Third{
    width: 50%;
    float: left;
    position: relative;
    box-sizing: border-box;
    padding: 8px;
}

a.btn-weibo {
    display: block;
    float: right;
    border-color: #c95050;
    color: #c95050;
    position: relative;
    padding: 6px 16px;
    border: 1px solid;
    border-radius: 3px;
    font-size: 16px;
    
}

a.btn-qq{
    display: block;
    float: left;
    border-color: #2babdf;
    color: #2babdf;
    position: relative;
    padding: 6px 16px;
    border: 1px solid;
    border-radius: 3px;
    font-size: 16px;
}

.layui-icon-login-qq:before {
    content: "\e676";
}

.layui-icon-login-weibo:before {
    content: "\e675";
}

.link-btn > i.layui-icon {
    margin-right: 5px;
}
/* 三方登录 end */

/* 底部注册 */
.sign{
    padding: 20px 0 10px;
    font-size: 14px;
    text-align: center;
}

.sign a{
    color: #f37201
}


/* 登录页面 end */


/* 注册页面  */
.login-title {
    font-size: 16px;
    margin-bottom: 25px;
    color: #494949;
}

.text-input .l-verify{
    width: 58%;
    float: left;
}

.verify-btn button{
    background-color: #f37201;
    border-color: #f37201;
    float: right;
    width: 120px;
    height: 38px;
    line-height: 38px;
    border: 1px solid transparent;
    border-radius: 2px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    cursor: pointer;
}

.layui-icon-cellphone:before {
    content: "\e678";
}

.layui-icon-vercode:before {
    content: "\e679";
}

/* 已有账号 */
.account{
    text-align: right;
    padding: 20px 0 10px;
    font-size: 14px;
}

.account a{
    color: #f37201;
}

