body,html{
    height: 100%;
    background: #fff;
}
 
.login-form,.register-form{
    width: 9rem;
    margin: 0 auto;
    margin-bottom: 2rem;
    padding-top: 0.8rem;
    padding-bottom: 0.4rem;
}
.btn:hover{
    color:#fff
}
.title{
    width: 100%;
    margin-bottom: 0.6rem;
}

.form-horizontal .form-group {
    padding: 0 40px;
    margin: 0 0 25px 0;
    position: relative;
}
.form-horizontal .form-control {
    background: #f0f0f0;
    border: none;
    border-radius: 20px;
    box-shadow: none;
    padding: 0 20px 0 36px;
    height: 40px;
    transition: all 0.3s ease 0s;
}
.form-horizontal .form-group i {
    position: absolute;
    top: 9px;
    left: 55px;
    font-size: 17px;
    color: #333;
    transition: all 0.5s ease 0s;
}
.form-horizontal .smscode i {
    position: absolute;
    top: 9px;
    left: 30px;
    font-size: 17px;
    color: #333;
    transition: all 0.5s ease 0s;
}
.form-horizontal .form-group .keyimg{
    height: 40px;
    display: inline-block;
    vertical-align: top;
 }

.btn-dy{
    width: 100%;
    /* padding: 0 10px; */
    background-color: #c33e20;
    color: #fff;
}
 .keybox{
     padding: 0.2rem;
 }
.kz , .wm{
   display: inline-block;
   vertical-align: top;
   width: 30%;
   height: 45px;
   line-height: 45px;
   font-size:14px;
   font-family:MicrosoftYaHei;
   color:#8e8e8e;
   cursor: pointer;
}
.kz{
   text-align: left;
   text-indent: 10px;
}
.wm{
   text-align: left;
}

/* 注册 */
.register-form .form-horizontal .dyselect{
    padding: 0 20px 0 14px;
}

.register-form .form-horizontal .form-control .select{
    outline: 0;
    background: #fff none;
}
.register-form .form-control .smscode{
    padding: 0 !important;
}
.register-form .layui-form .layui-form-select{
    background: #f0f0f0;
    border: none;
    border-radius: 20px;
    box-shadow: none;
    /* padding: 0 20px 0 36px; */
    height: 40px;
    transition: all 0.3s ease 0s;
}
.register-form .layui-form .layui-form-select .layui-input{
    padding: 0 20px 0 16px;
    background: #f0f0f0;
    border-radius: 20px;
    border: none;
}
.register-form  .form-horizontal .form-group i {
    position: absolute;
    top: 12px;
    left: 55px;
    font-size: 17px;
    color: #333;
    transition: all 0.5s ease 0s;
}
.register-form  .form-horizontal .smscode i {
    position: absolute;
    top: 12px;
    left: 30px;
    font-size: 17px;
    color: #333;
    transition: all 0.5s ease 0s;
}
.register-form  .form-horizontal .form-group .layui-edge{
    position: absolute;
    top: 20px;
    left: 92%;
}
.btn-code{
    padding-top: 0.02rem;
    text-align: center;
    /* margin-left: 0.1rem; */
}
.dy-checkbox {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0,0,0,.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    position: relative;
    top: -0.09em;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    vertical-align: middle;
    outline: none;
    cursor: pointer;
}
.dy-font{
    color: #2c8bff;
}
.dy-bg{
    background: #f8f8f8;
}
.login-register{
    width: 100%;
}
.login-register td{
    text-align: center;
}
.login-register td .registerbtn{
    background-color: #fff;
    color: #c33e20;
}
#accountLogin,#registerbtn{
    width: 60%;
    border-radius: 20px;
}
#registerAccount{
    width: 84%;
    border-radius: 20px;
}
.btn-lg{
    padding: 0.1rem 0rem;
}
.login-logo-title{
    display: none;
}
@media screen and (max-width: 500px) {
    #registerAccount{
        width: 78%;
    }
    .btn-code{
        padding-top: 0.04rem;
        text-align: left;
    }
    .login-form{
        padding-top: 1rem;
    }
    .login-logo-title{
        display: block;
        height: 5.4rem;
        border-bottom-left-radius: 10%;
        border-bottom-right-radius: 10%;
     }
     .login-logo-title img{
        display: block;
        width: 100%;
        height: 100%;
     } 
     .login-fixed{
         position: fixed;
         top: 0;
         left: 0;
         height: 100%;
         width: 100%;
         background: #f8f8f8;
     } 
  }
@media (max-width: 768px) {
   #registerAccount{
        width: 78%;
    }
    .btn-code{
        padding-top: 0.04rem;
        text-align: left;
    }
    .login-form{
        padding-top: 1rem;
    }
    .login-logo-title{
        display: block;
        height: 5.4rem;
        border-bottom-left-radius: 10%;
        border-bottom-right-radius: 10%;
     }
     .login-logo-title img{
        display: block;
        width: 100%;
        height: 100%;
     } 
     .login-fixed{
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: #f8f8f8;
    } 
}

@media (max-width: 992px) {
    #registerAccount{
        width: 78%;
    }
    .btn-code{
        padding-top: 0.04rem;
        text-align: left;
    }
    .login-form{
        padding-top: 1rem;
    }
    .login-logo-title{
        display: block;
        height: 5.4rem;
        border-bottom-left-radius: 10%;
        border-bottom-right-radius: 10%;
     }
     .login-logo-title img{
        display: block;
        width: 100%;
        height: 100%;
     } 
     .login-fixed{
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: #f8f8f8;
    } 
}