.LiLogin{
    margin-top:50px;
}
.LiLoginTitle{
    margin: 0 auto;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    position: relative;
    width: 520px;
}
.LiLoginTitle p::before{
    content: "";
    width:148px;
    height:1px;
    background: #80C440;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.LiLoginTitle p::after{
    content: "";
    width:148px;
    height:1px;
    background: #80C440;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.LiFaceBook{
    width: 230px;
    height: 40px;
    margin: 50px auto 0 auto;
    border: solid 1px #E1E1E1;
    text-align: center;
    line-height: 34px;
    font-size: 16px;
    border-radius: 3px;
    font-weight: bold;
    cursor: pointer;
}
.LiFaceBook img{
    width: 13px;
}
.LiFaceBook span{
    display: inline-block;
    vertical-align: middle;
}
.LiMobileLoginLine{
    width: 400px;
    margin: 40px auto;
    text-align: center;
    position: relative;
    color: #999999;
}
.LiMobileLoginLine span::before{
    content: "";
    width: 35%;
    height: 1px;
    background: #E1E1E1;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.LiMobileLoginLine span::after{
    content: "";
    width: 35%;
    height: 1px;
    background: #E1E1E1;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.LiLoginInputBox{
    margin-top: 40px;
    text-align: center;
}
.LiLoginTelInput input{
    width:338px;
    height:40px;
    background:rgba(255,255,255,1);
    border:1px solid #E5E5E5;
    font-size: 16px;
    margin-left: 10px;
    text-indent: 10px;
    border-radius: 2px;
    display: inline-block;
    vertical-align: middle;
}
.LiLoginTelInput input:focus {
    outline:none;
    border: 1px solid #B6DA94;
}
.LiLoginPasswordInput{
    margin-top: 20px;
    text-align: center;
}
.LiLoginPasswordInput input{
    width:338px;
    height:40px;
    background:rgba(255,255,255,1);
    border:1px solid #E5E5E5;
    font-size: 16px;
    margin-left: 10px;
    text-indent: 10px;
    border-radius: 2px;
    display: inline-block;
    vertical-align: middle;
}
.LiLoginPasswordInput input:focus {
    outline:none;
    border: 1px solid #B6DA94;
}
.LiLoginCheckBox{
    margin-top: 10px;
    margin-left: 435px;
    width: 345px;
}
.LiLoginCheck{
    float: left;
}
.LiLoginCheck img{
    cursor: pointer;
}
.LiLoginCheck span{
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    font-size: 16px;
    color: #9A9A9A;
    font-weight: bold;
}
.LiLoginForgetPassword{
    float: right;
}
.LiLoginForgetPassword span{
    font-size: 16px;
    font-weight: bold;
    color: #5DAE11;
    cursor: pointer;
}
.LiLoginBtn{
    margin-top: 25px;
}
.LiLoginBtn button{
    height: 50px;
    background: #5DAE11;
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border: none;
    margin-left: 35px;
    border-radius:8px;
    width: 338px;
}
.line{
    margin-top: 30px;
    height: 1px;
    width: 338px;
    background: #E5E5E5;
    margin-left: 435px;
}
.LiLoginText{
    margin-top: 30px;
    font-size: 16px;
    color: #9A9A9A;
    width: 338px;
    margin-left: 435px;
    text-align: left;
}
.LiRegistBtn{
    margin-top: 25px;
}
.LiRegistBtn button{
    height: 50px;
    background: white;
    color: #5DAE11;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border: solid 1px #5DAE11;
    margin-left: 35px;
    border-radius:8px;
    width: 338px;
}
.errborder{
    border-color: red!important;
}
.sweet-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 10500;
}
.sweet-alert{
    position: fixed;
    left: 50%;
    top: 50%;
    background-color: white;
    width: 380px;
    height: 210px;
    transform: translate(-50%,-50%);
    z-index: 99999;
    border-radius: 5px;
    text-align: center;
    padding: 17px;
    display: none;
}
.sweet-alert p:nth-child(2){
    font-size: 23px;
    font-weight: bold;
    margin: 15px 0;
}
.errortext{
    font-size: 18px;
    margin: 15px 0;
}