.LiMemberInfo{
    margin-top:50px;
}
.LiMemberInfoTitle{
    margin: 0 auto;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    position: relative;
    width: 520px;
}
.LiMemberInfoTitle p::before{
    content: "";
    width:148px;
    height:1px;
    background: #80C440;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.LiMemberInfoTitle p::after{
    content: "";
    width:148px;
    height:1px;
    background: #80C440;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.LiMemberInfoImage{
    margin: 30px auto;
    text-align: center;
}
.LiMemberInfoImage img{
    border-radius: 50%;
    width: 80px;
    height: 80px;
}
.LiMemberInfoImage p{
    margin-top: 20px;
    font-size: 16px;
}
.LiMemberInfoInputBox{
    width: 430px;
    margin: 0px auto;
}
.LiMemberInfoInput{
    margin:10px auto;
}
.LiMemberInfoInput input{
    width:300px;
    height:40px;
    background:rgba(255,255,255,1);
    border:1px solid #E5E5E5;
    font-size: 16px;
    text-indent: 10px;
    margin-left: 10px;
    border-radius: 2px;
    display: inline-block;
    vertical-align: middle;
}
.LiMemberInfoInput span{
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    width: 105px;
    text-align: right;
}
.LiMemberInfoFlag{
    margin: 30px auto;
}
.LiMemberInfoFlagTitle{
    float: left;
    font-size: 16px;
    width: 105px;
    text-align: right;
}
.LiMemberInfoFlagBox{
    float: left;
    margin-left: 10px;
} 
.LiMemberInfoFlagBox span{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}
.LiMemberInfoFlagBox img{
    cursor: pointer;
    margin-right: 10px;
}
.LiMemberInfoFlagBox img:nth-child(3){
    margin-left: 35px;
}
.LiMemberInfoEditPassword{
    display: none;
}
.LiMemberInfoBind{
    margin: 10px auto;
}
.LiMemberInfoBind span:nth-child(1){
    font-size: 16px;
}
.LiMemberInfoBind span:nth-child(2){
    font-size: 16px;
    margin-left: 15px;
    cursor: pointer;
}
.LiMemberInfoBind span:nth-child(3){
    font-size: 16px;
    margin-left: 5px;
    color: #E00000;
}
.LiMemberInfoBtn{
    margin-top: 25px;
}
.LiMemberInfoBtn button{
    height: 50px;
    background: #5DAE11;
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border: none;
    margin-left: 75px;
    border-radius:8px;
    width: 338px;
}
.LiMemberInfoLoginOutBtn{
    margin-top: 10px;
}
.LiMemberInfoLoginOutBtn button{
    height: 50px;
    background: #5DAE11;
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border: none;
    margin-left: 75px;
    border-radius:8px;
    width: 338px;
}
.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;
}