@media (max-width: 768px) {
    .system-title{
        display: none;
    }
}
/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}
.login-page{
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("../images/bg-login.png");
}
.login-page .wrapper{
    background: transparent;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.login-box, .register-box{
    margin: 0;
    width: 100%;
    height: 100%;
}
.navbar-brand {
    display: flex;
    align-items: center;
    height: auto;
    padding: 1.25rem!important;
    color: #fff;
}
.navbar-brand .system-logo {
    width: 50px;
    height: 50px;
    margin-right: 1.25rem;
}
.navbar-brand .main-title {
    display: inline-block;
    font-size: 2rem;
    font-weight: bolder;
    line-height: 2rem;
}
.navbar-brand .sub-title {
    font-size: 16px;
}
.login-page .login-box{
    display: flex;
    justify-content: center;
    align-items: center;
}
.login-page .login-box .system-title{
    color: #fff;
    margin-right: 15%;
    margin-top: -10%;
}
.system-title .main-title {
    font-size: 3rem;
    font-weight: bolder;
    margin-bottom: 1.25rem;
}
.system-title .sub-title {
    font-size: 2rem;
}
.login-copyright {
    background: #000;
    padding: 1rem 20%;
    text-align: center;
    margin: 0 !important;
}
.login-copyright a{
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.login-page .login-box-body{
    width: 26.25rem;
    margin: 0;
    padding: 1.75rem;
    box-shadow: none;
    border-radius: 0;
}
.nav-tabs{

}
.nav-tabs>li{
    margin-bottom: 0;
    margin-right: 1.25rem;
}
.nav-tabs>li a{
    font-size: 1.25rem;
    border: none;
    padding: 0;
    line-height: 50px;
}
.nav-tabs>li a:focus,
.nav-tabs>li a:hover{
    color: #333;
    background: transparent;
    border: none;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover{
    border: 0;
    color: #3D5FD6;
    font-size: 1.25rem;
    font-weight: 700;
}
.nav-tabs>li.active>a:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #3D5FD6;
    transition: all .2s;
    -webkit-transition: all .2s;
    pointer-events: none;
}

.login-box-body .form-control{
    background: #F7F8FA;
    border: 2px;
}
.login-box-body .control-label{
    padding: 0;
    line-height: 2rem;
    margin: 0;
}
.login-page .has-feedback .form-control{
   /* height: 40px;*/
}
.has-feedback label~.form-control-feedback{
    top: 33px;
}
.has-feedback .icon-eye:before{
    content: "\e087";
}
.welcome{
    font-size: 1.75rem;
    font-weight: 700;
    color: #333333;
}

.go-register-box{
    margin-bottom: 1.25rem;
}
.wx-login{
    text-align: center;
}
.wx-login .link-wx{
    color: #333333;
    line-height: 25px;
    display: inline-block;
}
.wx-login .icon{
    display: inline-block;
    margin-left: 5px;
    width: 25px;
    height: 25px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("../images/icon-wx.png");
    vertical-align: middle;
}















/**/
.reg-page{
    display: flex;
    flex-direction: column;
}
.reg-page .reg-title{
    text-align: center;
    font-size: 1.75rem;
    font-weight: 700;
    color: #333333;
    margin-bottom: 1.25rem;
    padding-top: 2.5rem;
}
.reg-page .wrapper{
    display: flex;
    flex-direction: column;
    height: 100vh;
}
.reg-page .login-box{
    flex: 1;
    width: 100%;
    padding: 0 20%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("../images/reg/reg-bg.png");
    background-color: #F4F5F7;
    margin: inherit;
    /*display: flex;
    flex-direction: column;
    justify-content: center;*/
}
.reg-page .layout-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #0A3172;
}
.reg-page .layout-header a:hover{
    color: #fff;
}
.reg-page .navbar{
    margin: 0;
    border: none;
}
.reg-page .login-copyright{
    position: fixed;
    bottom: 0;
}
.reg-page .login-box-body{
    height: calc((100% - 18.75rem));
    min-height: 70%;
    box-shadow: 0px 0px 1.25rem 0px rgba(53,99,233,0.05);
    background: #fff;
}
.reg-page .login-box-body .registerForm{
    width: 100%;
    padding-right: 20%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;

}
.reg-title{

}
.reg-step{
    box-shadow: 0px 0px 1.25rem 0px rgba(53,99,233,0.05);
    background: #fff;
    padding: 1.25rem 2.5rem;
    margin-bottom: 1.25rem;
    display: flex;
    justify-content: space-around;
}
.reg-step .step{
    display: flex;
    flex-direction: row;
}
.reg-step .step img{
    width: 3.125rem;
    height: 3.75rem;
    margin-right: 0.625rem;
}
.reg-step .step.active .label,
.reg-step .step.active p{
    color: #1e5edb;
}
.reg-step .step .label{
    font-size: 1.125rem;
    color: #333333;
    padding: 0;
    line-height: 1.875rem;
}
.reg-step .step p{
    font-size: 1rem;
    color: #999999;
    margin: 0;
}

.step1-content{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 100%;
}
.step1-content .role-box{
    display: flex;
    justify-content: center;
}
.step1-content .role-item{
    cursor: pointer;
    width: 18.75rem;
    height: 18.75rem;
    background: #EEF3FF;
    border-radius: 0.625rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px solid #EEF3FF;
    margin: 0 1.25rem;
}
.step1-content .role-item.active{
    border: 2px solid #1062FF;
}
.step1-content .role-item.active p{
    color: #1062FF;
}
.step1-content .role-item img{
    width: 6.25rem;
    height: 8.125rem;
}
.step1-content .role-item  p{
    font-size: 1.125rem;
    color: #333333;
}
.step1-content .btn{
    width: 12.5rem;
    margin-top: 2.5rem;
}
.margin-r-40{
    margin-right: 2.5rem;
}
.step2-content{
    display: flex;
    justify-content: center;
    height: 100%;
}
.reg-page .form-group{
    margin-bottom: 1.25rem;
}
.step3-content{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.step3-content i.fa{
    display: inline-block;
    color: #fff;
    background: #1062FF;
    height: 2.1875rem;
    width: 2.1875rem;
    border-radius: 1.25rem;
    text-align: center;
    line-height: 2.1875rem;
    font-size: 1.25rem;
}
.step3-content .reg-finish-img{
    text-align: center;
    margin-top: -2.5rem;
}
.step3-content .reg-finish{
    font-size: 1.5rem;
    color: #333333;
    margin-top: 1.25rem;
    margin-bottom: 0;
}
.step3-content .reg-count-down{
    color: #999999;
    font-size: 1rem;
    margin-bottom: 2.5rem;
    margin-top: 1.25rem;
}
.step3-content .btn{
    width: 12.5rem;
}

.reg-page .form-group{
    position: relative;
}
.reg-page .form-group .control-label{
    width: 18.75rem;
    text-align: right;
    padding-right: 0.625rem;
    position: absolute;
}
.reg-page .form-group .control-inline{
    font-size: 1rem;
    width: 100%;
    padding-left: 18.75rem;
}
.reg-page .icheckbox_minimal-grey,
.reg-page .iradio_minimal-grey{
    width: 1.125rem;
    height: 1.125rem;
    background-size: 12.5rem 1.25rem;
}
.icheckbox_minimal-grey.hover{
    background-position: -1.25rem 0;
}
.icheckbox_minimal-grey.checked{
    background-position: -2.5rem 0;
}
.reg-page .form-group .control-label{
    font-size: 1rem;
}
.reg-page .form-group input.form-control{
    font-size: 1rem;
    border: 1px solid #D8DCE6;
    background: #fff;
    padding: 0.25rem 0.375rem 0.3125rem;
    height: 2rem;
    font-size: 0.875rem;
    border-radius: 0.375rem;
}
.input-group .input-group-addon{
    font-size:1rem;
    height: 1.875rem;
}
.input-group .input-group-addon img{
    height: 1.875rem;
    border-radius: 0.5rem;
}
.input-group-btn .btn{
    font-size:1rem;
    height: 2rem;
    padding: 0.25rem 0.625rem;
    border-radius: 6px;
}
.password-tip{
    font-size: 1rem;
    display: block;color: #f59942;
    padding-top: 2.6875rem;
}
.strength .strength_meter{
    height: 2rem;
}
.strength .button_strength{
    font-size: 1rem;
    right: 0.625rem;
    top: 0.3125rem;
}
.strength>span{
    font-size: 1rem;
    padding-top: 2.6875rem;
}
.forget-page .login-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.forget-page .reg-title{
    padding: 0;
}
.forget-page .login-box-body{
    height: auto;
    padding-top: 5rem;
    padding-bottom: 3.75rem;
}
.forget-page .btn-wrap{
    display: flex;
}
.forget-page .back-btn,
.forget-page .submit-btn{
    width: calc((100% - 2.5rem)/2);
}
.forget-page .submit-btn{
    margin-right: 2.5rem;
}
.login-page .login-copyright,
.login-page .login-copyright a{
    font-size: 1rem;
}
.back-home{
    font-size: 1.25rem;
    line-height: 2.3125rem;
}
.go-register-box a{
    font-size: 1rem;
}
.login-page .form-group {
    margin-top: 0.3125rem;
    margin-bottom: 1.25rem;
}
.login-page .login-box-body .nav-tabs {
    margin-bottom: 1.5625rem;
}
.login-page .btn {
    font-size: 1rem;
    padding: .3125rem 0.625rem;
    letter-spacing: 1px;
}
.login-page .login-box-body .has-feedback .form-control {
    font-size: 1rem;
    height: 2.125rem;
    padding: 0.25rem 0.625rem;
    padding-right: 1.125rem;
}
.login-page .login-box-body .form-control-feedback {
    font-size: 0.875rem;
    width: 2.125rem;
    height: 2.125rem;
    line-height: 2.125rem;
}
.wx-login p{
    font-size: 1rem;
    color: #c0c0c0;
    margin-bottom: 0.3125rem;
    border-top: 1px solid #c0c0c0;
    padding-top: 0.9375rem;
    margin-top: 0.625rem;
}
#forgetForm .btn-block,
#registerForm .btn-block{
    font-size: 1rem;
    padding: 0.375rem 0.75rem;
    margin-top: 0;
}
.login-page .input-group-btn .btn{
    font-size: 1rem;
    height: 2.125rem;
}

.icheck label{
    font-size: 1rem;
}

.iradio_minimal-grey {
    width: 1.125rem;
    height: 1.125rem;
    background-size: 12.5rem 1.25rem;
    background-position: -6.25rem 0;
}

.iradio_minimal-grey.hover {
    background-position: -7.5rem 0;
}
.iradio_minimal-grey.checked {
    background-position: -8.75rem 0;
}







































