.code-txt {
     margin-top: 0.6rem;
     padding-right: 0.4rem;
     text-align: right;
     font-size: 0.22666666666666666rem;
     margin-bottom: 0.24rem;
}
 .code-txt a {
     color: #a6a5a5;
}
 .code-txt img {
     width: 0.3066666666666667rem;
     height: auto;
     vertical-align: middle;
     margin-right: 0.21333333333333335rem;
     position: relative;
     top:-0.013333333333333334rem;
}



.form-box {
     padding-left: 0.4rem;
     padding-right: 0.4rem;
}
 .form-box .form-item {
     border: 1px solid #dcdcdc;
     height: 0.9rem;
     display: flex;
     padding-left: 0.3rem;
     padding-right: 0.3rem;
     align-items: center;
     justify-content: space-between;
     margin-bottom: 0.6rem;
}
 .form-box .form-item.none {
 	margin-bottom: 0rem;
 }
 .form-item img {
     width: 0.25333333333333335rem;
     height: auto;
     margin-right: 0.23333333333333334rem;
}

.big-item .code-box {
     float: right;
     width: 2.6666666666666665rem;
     height: 0.9rem;
     border:1px solid #3b86f7;
     text-align: center;
     color: #3b86f7;
     line-height: 0.9rem;
     font-size: 0.26666666666666666rem;

}

.big-item {
    height: 0.9rem;
}

 .form-item.short-code {
     width: 3.1333333333333334rem;
     float: left;
 }
 .form-item .pwd {
 	width: 0.3rem;
 }
 .form-item input {
     font-size: 0.26666666666666666rem;
     flex: 1;
     height: 100%;
     border:none;
     line-height: 0.9rem;
     background: none;
}

.login-button {
     margin-top: 0.4rem;
}
 .login-button button {
     height: 0.9rem;
     line-height: 0.9rem;
     background: #3b86f7;
     color: #fff;
     font-size: 0.32rem;
     text-align: center;
     width: 100%;
}

.login-opt {
     display: flex;
     margin-top: 0.26666666666666666rem;
     font-size: 0.22666666666666666rem;
     color:#a6a6a6;
     justify-content: space-between;
}
 .login-opt .txt a {
     color:#a6a6a6;
}
 .login-opt a {
     color: #3b86f7;
}

 .login-opt .txt .checkbox {
 	position: relative;
 	top:0.03rem;
 }

