﻿/*登陆*/
#loginForm {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.lang-wrap {
    position: absolute;
    left: 0px
}
.login-Lang-cflog {
    line-height: 30px;
    width: 80px;
    height: 30px;
    padding-right: 5px;
    margin-left: 25px;
    background-color: #02a232;
    border-radius: 10px;
    color: #ffffff;
}
.layui-icon-triangle-d {
    position: relative;
    /*left: 53px;
    bottom: 29px;*/
}
.login-Lang-cflog .flogt {
    width: 40px;
    margin-top: 5px;
    margin-left: 0px;
    top:25px
}
#lstLangPic {
    width: 25px;
    height: 24px;
    border-radius: 10px;
    margin-bottom: 2px;
    margin-left:3px;
}

.logincnt-X {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0px;
    font-size: 25px;
 /*   font-weight: bold;*/
    color: #06a537;
    top: 10px;
}

.login-info {
    width: 120px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 25px;
    color: #06a537;
    font-weight: bold;
    position: absolute;
    top: 15px;
    left: 145px;
}

.logincnt {
    background: #effef4;
    width: 100%;
    height: 100%;
    padding-top: 50px;

}

.login-div {
    padding-left: 8%;
    max-height: 80px;
}

.login-div-span {
    color: #06a537;
    font-size: 18px;
}

.login-div-input {
    border-radius: 25px;
    height: 40px;
    line-height: 40px;
    width: 90%;
    border: 2px solid #73c67c;
    text-align: center;
}

.login-div-icon {
    width: 25px;
    height: 25px;
    position: relative;
    left: 82%;
    bottom: 35px;
}

.login-div-icon img {
    width: 85%;
    height: 82%;
    margin-top: 4px;
}


.form-group44 {
    height: 40px;
    margin: 0 auto;
    position: relative;
}

.form-group44 input {
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    border-bottom: 1px solid #969696;
    background: transparent;
    color: #ffffff;
    font-size: 16px;
    text-fill-color: #ffffff;
    -webkit-text-fill-color: #ffffff;
}
.rememberMe {
    height: 30px;
    line-height: 30px;
    position: relative;
    bottom:20px;
}
.login-div-icon-Rem {
    width: 30px;
    height: 30px;
}
.login-div-icon-Rem img{
    width:90%;
}
.rememberMe .rememberMe-span {
    display: block;
    position: relative;
    top: -28px;
    left: 30px;
    color: #898a8a;
}


.suit44 {
    margin-top: 0px;
    height: 25px;
    padding-left:8%;
}

.form-group44.suit44 input {
    background: linear-gradient(#02a232, #02a232);
    border-bottom: 0;
    border-radius: 20px;
    color: purple;
    font-weight: bold;
    text-fill-color: #ffff;
    -webkit-text-fill-color: #ffff;
    border: 2px solid #73c67c;
}

.suittwo44 {
    margin-top: 10px;
    height: 35px;
}

.suittwoleft44 {
    width: 45%;
    height: 100%;
    float: left;
    position: relative;
}

.suittworight44 {
    width: 45%;
    height: 100%;
    float: right;
    position: relative;
}

.suittwoleft44 input {
    width: 100%;
    height: 100%;
    background: linear-gradient(#fdf402, #b7942f);
    color: purple;
    text-fill-color: #ffff;
    -webkit-text-fill-color: #ffff;
    font-size: 14px;
    border-radius: 22px;
}

.suittworight44 input {
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #008000 0%, #378000 100%);
    font-size: 14px;
    border-radius: 22px;
}

.layui-layer .form-group44 select {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    color: rgba(0,0,0,0.87);
}

.layui-layer .form-group44 .value {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 4px;
    right: 0px;
    color: #ffff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
}


.userremember {
    margin-top: -27px;
    margin-left: 8px;
    color: #898a8a;
    font-size: 16px;
}

.userpass {
    margin-top: -21px;
    margin-left: 8px;
    color: #898a8a;
    font-size: 23px;
}

.layui-layer .logincnt {
    margin-bottom: 10px;
}

/*登陆*/


