/* å¤´é¨ */
.land-header{
    width: 100%;
    height:200px;
    background: url(../images/land-bg.jpg) no-repeat 0 0;
    background-size: cover;
}
.land-header-img img{
    /* width: 75px;
    height: 75px;
    margin-top: 16%;
    margin-left: 40%;
    border-radius: 50px; */
    width: 85px;
    height: 85px;
    margin-top: 16%;
    margin-left: 39.5%;
    border-radius: 50px;
}
/* è¡¨å */
form{
    margin-top: 10%;
}
/* è´¦å· */
.account{
    width: 90%;
    height: 40px;
    border: 1px solid #ebebeb;
    border-radius: 25px;
    font-size: 1.4rem;
    text-indent: 10%;
    margin: 10% 5% 0 5%;
}
.account-one{
    position: relative;
}
.account-one i{
    font-size: 1.5rem;
    position: absolute;
    left: 8%;
    top: 66%;
}
/* éªè¯ç  */
.land-code{
    position: relative;
}
.land-code input{
    display: inline-block;
    width: 59%;
    height: 40px;
    border: 1px solid #ebebeb;
    border-radius: 25px;
    font-size: 1.4rem;
    text-indent: 16%;
    margin: 5% 5% 0 5%;
    position: relative;
}
.land-code i{
    font-size: 1.5rem;
    position: absolute;
    left: 8%;
    top: 56%;
}
.land-code span{
    display: inline-block;
    width: 25%;
    height: 40px;
    border: 1px solid #ebebeb;
    border-radius: 25px;
    margin-left: 100px;
    background-color: #1f6ecf;
    font-size: 1.4rem;
    color: white;
    text-align: center;
    line-height: 40px;
    margin: 0% 0% 0 0%;
}
/* å¯ç  */
.password{
    width: 90%;
    height: 40px;
    border: 1px solid #ebebeb;
    border-radius: 25px;
    font-size: 1.4rem;
    text-indent: 10%;
    margin: 5% 5% 0 5%;
}
.password-one{
    position: relative;
}
.password-one i{
    font-size: 1.5rem;
    position: absolute;
    left: 8%;
    top: 58%;
}
/* å¿è®°ç»é */
form p{
    color: #333;
    font-size: 1.2rem;
    text-align: center;
    margin: 20px 0px;
}
/* æäº¤æé®-submit */
.land-submit button{
    width: 90%;
    height: 40px;
    border: none;
    background-color: #1f6ecf;
    border-radius: 25px;
    font-size: 1.7rem;
    letter-spacing: 0.5rem;
    color: white;
    margin: 0% 5% 0 5%;
    /* box-shadow: 0 1px 1px rgb(31 110 207 / 20%); */
}
.land-clause img{
    width: 165px;
    height: 43px;
    background-size: cover;
}
.land-clause{
    text-align: center;
    margin-top: 8%;
    line-height: 215%;
    margin-bottom: 0%;
    color: #808080;
    
}
.land-clause a{
    color: #078dda;
}

