.LiRegister{
    margin-top:50px;
}
.LiRegisterTitle{
    margin: 0 auto;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    position: relative;
    width: 520px;
}
.LiRegisterTitle p::before{
    content: "";
    width:148px;
    height:1px;
    background: #80C440;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.LiRegisterTitle p::after{
    content: "";
    width:148px;
    height:1px;
    background: #80C440;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.LiRegisterNav{
    width: 320px;
    margin: 50px auto 0 auto;
    position: relative;
}
.LiRegisterFirstNav{
    float: left;
    text-align: center;
}
.LiRegisterFirstNav::after{
    content: "";
    width: 130px;
    height:1px;
    background: #ACD598;
    position: absolute;
    right: 100px;
    top: 15px;
}
.LiRegisterFirstNav p:nth-child(1){
    background: #5DAE11;
    color: white;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 35px;
    margin-left: 10px;
}
.LiRegisterFirstNav p:nth-child(2){
    margin-top: 10px;
}
.LiRegisterSecondNav{
    float: right;
    text-align: center;
}
.LiRegisterSecondNav p:nth-child(1){
    color: #ACD598;
    border: solid 2px #ACD598;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 33px;
    margin-left: 20px;
}
.LiRegisterSecondNav p:nth-child(2){
    margin-top: 10px;
}
.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%);
}
.LiRegisterInputBox{
    width: 400px;
    margin: 50px auto 0 auto;
}
.LiRegisterTelInput span{
    font-size: 16px;
}
.LiRegisterTelInput select{
    border:1px solid #E5E5E5;
    width:60px;
    height:40px;
    border-radius: 2px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
	background: white;
}
.LiRegisterTelInput input{
    width:270px;
    height:40px;
    background:rgba(255,255,255,1);
    border:1px solid #E5E5E5;
    font-size: 16px;
    text-indent: 10px;
    border-radius: 2px;
    display: inline-block;
    vertical-align: middle;
}
.LiRegisterTelInput input:focus {
    outline:none;
    border: 1px solid #B6DA94;
}
.LiRegisterVecInputBox{
    margin-top: 20px;
}
.LiRegisterVecInput{
    float: left;
}
.LiRegisterVecInput span{
    font-size: 16px;
}
.LiRegisterVecInput input{
    width:178px;
    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;
}
.LiRegisterVecCode{
    float: left;
    margin-left: 10px;
}
.LiRegisterVecCode button{
    width: 150px;
    height:40px;
    background:rgba(243,244,245,1);
    border:1px solid rgba(220,220,220,1);
    font-size: 16px;
}
.LiRegisterReadBox{
    margin-top: 25px;
    margin-left: 58px;
    font-size: 16px;
}
.LiRegisterReadBox img{
    cursor: pointer;
}
.LiRegisterReadBox span:nth-child(2){
    color: #D0D0D0;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}
.LiRegisterReadBox span:nth-child(3){
    color: #5DAE11;
    display: inline-block;
    vertical-align: middle;
}
.LiRegisterBtn{
    margin: 40px auto 0 auto;
    width:338px;
}
.LiRegisterBtn button{
    width:338px;
    height: 50px;
    background: #5DAE11;
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border: none;
    margin-left: 35px;
    border-radius:8px;
}
.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;
}