
*{
    margin: 0;
    padding: 0;
}
html{
    width: 100%;
    height: 100%;
    background: url('../../img/1.png') no-repeat ;
    background-size: 90% 100%;
}

body{
    font-family: "微软雅黑";
}
/*  */
.container{
    width: 421px;
    /* float: right; */
    /* margin-right: 86px;
    margin-top: 150px; */
    position: absolute;
    right: 5%;
    top: 20%;
}
h1{
    width: 421px;
    text-align: center;
    font-size: 36px;
    color: rgb(101, 101, 101);
    font-weight: normal;
    margin-left: 35px;
}
.tip{
    font-size: 14px;
    font-family: "微软雅黑";
    width: 240px;
    margin: 0 auto;
    text-align: right;
    margin-top: 22px;
    color: rgb(101, 101, 101);
    margin-bottom: 54px;
    padding-left: 12px;
}
/* 账号样式 */
.enter-number{
    width: 421px;
    position: relative;
}
.enter-number input{
    width: 346px;
    height: 37px;
    outline: none;
    border-radius: 30px;
    border: 1px solid #c3c3c3;
    box-sizing: border-box;
    padding-left: 37px;
    font-size: 12px;
    color: rgb(101, 101, 101);
    background-color: #ECEBEB;    
    
}
.enter-number .icon-shouji{
    position: absolute;
    font-size: 22px;
    left: 10px;
   top:7px;
    color: rgb(101, 101, 101);    
}
.enter-number .error-number{
    height: 27px;
    line-height: 27px;
    color: #FF3F3F;
    margin-left: 18px; 
    font-size: 10px;
}

/* 密码 */
.password{
    width: 421px;
    position: relative;
}
.password input{
    width: 346px;
    height: 37px;
    outline: none;
    border-radius: 30px;
    border: 1px solid #c3c3c3;
    box-sizing: border-box;
    padding-left: 37px;
    font-size: 12px;
    color: #726D7A;
    background-color: #ECEBEB;
    
}
.password .icon-iconset0114{
    position: absolute;
    font-size: 22px;
    left: 10px;
   top: 5px;
    color: rgb(101, 101, 101);    
}

.error-number{
    visibility: hidden;
}
/* 图片验证码 */
.code{
    width: 421px;
    position: relative;
    margin-top: 27px;
}
.code input{
    width: 202px;
    height: 37px;
    outline: none;
    border-radius: 30px;
    border: 1px solid #c3c3c3;
    box-sizing: border-box;
    padding-left: 37px;
    font-size: 12px;
    color: rgb(101, 101, 101);
    background-color: #ECEBEB;    
}
.code .icon-yanzhengma2{
    position: absolute;
    font-size: 22px;
    left: 10px;
    top: 4px;
    color: rgb(101, 101, 101); 
}
.code img{
    width: 136px;
    height: 36px;
    border:1px solid #c3c3c3;
    border-radius: 30px;
    vertical-align: middle;
}
.code span{
    color: rgb(0, 189, 214);
    cursor: pointer;
    font-size: 12px;    
}
.error-code{
    height: 27px;
    line-height: 27px;
    color: #FF3F3F;
    margin-left: 18px; 
    visibility: hidden;
    float: left;
    font-size: 10px;
}




/* 忘记密码 */
.forget{
    display: block;
    font-size: 12px;
    color: rgb(0, 189, 214); 
    text-decoration: none;
    float: right;
    margin-right: 80px;   
    margin-top: 9px;
}
/* 登录按钮 */
.btn-login{
    clear: both;
    width: 346px;
    height: 37px;
    outline: none;
    border-radius: 30px;
    border: 1px solid #c3c3c3;
    box-sizing: border-box;
    text-align: center;
    background-color: rgb(0, 189, 214);
    margin-top: 16px;
    font-size: 16px;
    font-family: "微软雅黑";
    color:#fff;
    cursor: pointer;
    box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19); 
}