html,body{
    width: 100%;
    height: 100%;
}
.login_code{
    width: 100%;
    padding: 0 0.4rem;
}
.login_code p:first-child{
    width: 100%;
    padding: 0.8rem 0;
}
.login_code p:first-child span{
    display: inline-block;
    width: 0.43rem;
    height: 0.43rem;
    background: url(../businessOptimization/images/arrow_back@3x.png) no-repeat;
    background-size: 0.43rem;
}
.login_code p:nth-child(2),.login_code p:nth-child(3){
    padding: 0 0.4rem;
}
.login_code p:nth-child(2){
    font-size: 0.58rem;
    color: #333333;
    padding-bottom: 0.27rem;
}
.login_code p:nth-child(3){
    font-size: 0.4rem;
    color: #333333;
}
.login_code_input{
    width: 8.4rem;
    height: 1.28rem;
    line-height: 1.28rem;
    position: relative;
    margin: 1.6rem 0.4rem 0.53rem 0.4rem;
}
.login_code_input .allinput{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1.28rem;
    line-height: 1.28rem;
    opacity: 0;
    z-index: 10;
}
.login_code_input .login_code_inputsix{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1.28rem;
    overflow: hidden;
}
.login_code_input .login_code_inputsix .login_code_inputall{
    height: 1.28rem;
    line-height: 1.28rem;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.login_code_input .login_code_inputsix .login_code_inputall input{
    width: 1.06rem;
    height: 1.28rem;
    border: 0;
    border-bottom: 1px solid #E7E7E7;
    font-size: 0.64rem;
    color: #333333;
    font-weight: bold;
    text-align: center;
}
.login_code p:nth-child(5){
    width: 100%;
    padding: 0 0.4rem;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content:space-between;
}
.login_code p:nth-child(5) span:first-child{
    font-size: 0.37rem;
    color: #999999;
}
.login_code p:nth-child(5) .nocode{
    font-size: 0.37rem;
    color: rgb(0, 210, 195);
    text-decoration: none;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content:center;
    justify-content: center;
    align-items: center;
    -webkit-align-items:center;
}
.login_code p:nth-child(5) .nocode i{
    width: 0.43rem;
    height:0.43rem;
    display: inline-block;
    background: url(../businessOptimization/images/choose_warm@3x.png) no-repeat;
    background-size: 0.43rem;
    margin-right: 0.1rem;
}
.login_codetext{
    width: 100%;
    font-size: 0.32rem;
    color: #CCCCCC;
    text-align: center;
    position: fixed;
    left: 0;
    bottom: 0;
    padding-bottom: 0.4rem;
}
.login_code_frame{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* opacity: 0.4; */
    background: rgba(51, 51, 51, 0.4);
    z-index: 10;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}
.login_code_frame .nocode_frame{
    width: 7.86rem;
    background: #ffffff;
    border-radius: 0.25rem;
}
.login_code_frame .nocode_frame .nocode_frame_content{
    padding: 0.53rem;

}
.login_code_frame .nocode_frame .nocode_frame_content p:first-child{
    font-size: 0.48rem;
    color: #333333;
    margin-bottom: 0.53rem;
    text-align: center;
}
.login_code_frame .nocode_frame .nocode_frame_content p:nth-child(2){
    font-size: 0.37rem;
    color: #333333;
}
.login_code_frame .nocode_frame .nocode_frame_content p:nth-child(2) span{
    font-size: 0.37rem;
    color: #00D2C3;
    font-weight: bold;
}
.login_code_frame .nocode_frame .nocode_frame_content p:nth-child(3){
    margin: 0.4rem 0 0.27rem 0;
}
.login_code_frame .nocode_frame .nocode_frame_content p:nth-child(3),.login_code_frame .nocode_frame .nocode_frame_content p:nth-child(4){
    font-size: 0.32rem;
    color: #333333;
}
.login_code_frame_btn{
    width: 100%;
    display: flex;
    display: -webkit-flex;
    border-top: 1px solid #E7E7E7;
}
.login_code_frame_btn span,.login_code_frame_btn a{
    font-size: 0.43rem;
    color: #999999;
    line-height:1.33rem;
    width: 50%;
    text-align: center;
}
.login_code_frame_btn a{
    color:  #00D2C3;
    font-weight: bold;
    border-left: 1px solid #E7E7E7;
}
.imgcode{
    width: 7.86rem;
    background: #ffffff;
    border-radius: 0.27rem;
}
.imgcode_content{
    padding: 0.53rem;
}
.imgcode_content p:first-child{
    font-size: 0.48rem;
    color: #333333;
    text-align: center;
    margin-bottom: 0.8rem;
}
.imgcode_content p:nth-child(2){
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.imgcode_content p:nth-child(2) img{
    width: 2.67rem;
    height: 1.17rem;
    border-radius: 0.05rem;
}
.imgcode_content p:nth-child(2) input{
    width: 3.5rem;
    text-align: center;
    border: 1px solid #999999;
    border-radius: 0.05rem;
    font-size: 0.58rem;
    color: #333333;
    /* letter-spacing: 0.2rem; */
    font-weight: bold;
}
.imgcode_content p:nth-child(2) ::-webkit-input-placeholder{
    font-size: 0.37rem;
    color: #999999;
    letter-spacing: 0;
    font-weight: normal;
}
.imgcode_btn{
    display: flex;
    display: -webkit-flex;
    border-top: 1px solid #E7E7E7;
}
.imgcode_btn span{
    display: inline-block;
    width: 50%;
    line-height: 1.33rem;
    text-align: center;
    font-size: 0.43rem;
    color: #999999;
}
.imgcode_btn span:nth-child(2){
    color: #00D2C3;
    border-left: 1px solid #E7E7E7;
}
.login_code_checkouting,.login_code_checkoutsuc{
    width: 2.67rem;
    height: 2.67rem;
    background: rgba(17, 17, 17, 0.7);
    border-radius: 0.27rem;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction:column;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}
.login_code_checkouting p:first-child{
    animation: refresh 1s infinite linear;
    background: url(../businessOptimization/images/refresh@3x.png) no-repeat;
}
.login_code_checkoutsuc p:first-child{
    background: url(../businessOptimization/images/sucess@3x.png) no-repeat;
}
.login_code_checkouting p:first-child,.login_code_checkoutsuc p:first-child{
    width: 0.74rem;
    height: 0.74rem;
    background-size: 0.74rem;
    border-radius: 0.37rem;
}
.login_code_checkouting p:last-child,.login_code_checkoutsuc p:last-child{
    font-size: 0.37rem;
    color: #FFFFFF;
    margin-top: 0.4rem;
}
@keyframes refresh{
    from {transform:rotate(0deg)}
    to {transform:rotate(360deg)}
}