html,
body {
    height: 100%;
    font-family:'Microsoft YaHei' !important;
}

.block {
    display: block;
}

.clear {
    display: block;
    overflow: hidden;
}

.full-width {
    width: 100% !important;
}

.full-height {
    height: 100% !important;
}

.no-padding {
    padding: 0 !important;
}

.no-borders {
    border: none !important;
}

.no-margins {
    margin: 0 !important;
}

.no-top-border {
    border-top: 0 !important;
}

.p-xxs {
    padding: 5px;
}

.p-xs {
    padding: 10px;
}

.p-sm {
    padding: 15px;
}

.p-m {
    padding: 20px;
}

.p-md {
    padding: 25px;
}

.p-lg {
    padding: 30px;
}

.p-xl {
    padding: 40px;
}

.wxCode {
    cursor: pointer;
    z-index: 999;
    position: fixed;
    /*width: 12%;
    max-width: 60px;*/
    min-width: 50px;
    float: right;
    right: 20px;
    bottom: 20px;
}

.lang{
    width:3.5rem;
    height:3.5rem;
    font-size:1.8rem;
    line-height:3.5rem;
    text-align:center;
    position:absolute;
    color:#fff;
    left:20px;
    top:20px;
    cursor:pointer;
    z-index:1000;
    border:1px solid #fff;
}
/*Login and Unlocked and wxOpenCode begin*/


/*public*/

.loginfooter {
    font-size: 14px;
    bottom: 20px;
    line-height: 60px;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
}

 .frcontext{
    max-width: 1200px;
    height: 87%;
    min-height: 400px;
    margin: 0 auto;
}
.middle-box {
    max-width: 400px;
    z-index: 100;
    margin: 0 auto;
    color: #FFFFFF;
}
#middle_box{
    position: absolute;
    width: 300px;
    height: 300px;
    top: 50%;
    left: 50%;
    margin-top: -210px;
    margin-left: -150px;
}

.gradient {
    position: relative;
    background: #6695ff;
    background: -moz-linear-gradient(125deg, #6695ff 0%, #72c5ff 100%);
    background: -webkit-gradient(linear, 100% 25%, 0 25%, from(#6695ff), from(#72c5ff));
    background: -webkit-linear-gradient(125deg #6695ff 25%, #72c5ff 100%);
    background: -o-linear-gradient(125deg, #6695ff 25%, #72c5ff 100%);
    background: -ms-linear-gradient(125deg, #6695ff 25%, #72c5ff 100%);
    background: linear-gradient(125deg, #6695ff 25%, #72c5ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6695ff', endColorstr='#72c5ff', GradientType=0);
}

:root .gradient {
    filter: none;
    min-height: 480px;
}

.gradient1 {
    background: #5c86e5;
    background: -moz-linear-gradient(125deg, #5c86e5 0%, #66b1e5 100%);
    background: -webkit-gradient(linear, 100% 25%, 0 25%, from(#5c86e5), from(#66b1e5));
    background: -webkit-linear-gradient(125deg #5c86e5 25%, #66b1e5 100%);
    background: -o-linear-gradient(125deg, #5c86e5 25%, #66b1e5 100%);
    background: -ms-linear-gradient(125deg, #5c86e5 25%, #66b1e5 100%);
    background: linear-gradient(125deg, #5c86e5 25%, #66b1e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c86e5', endColorstr='#66b1e5',GradientType=0 );
}

:root .gradient1 {
    filter: none;
}

.login-screen.middle-box {
    width: 300px;
}

.btn-login {
    background-color: #ffc107;
    border-color: #ffc107;
}

    .btn-login:hover {
        color: #FFFFFF;
        background-color: #fbd700;
        border-color: #fbd700;
    }

.btn-unlock {
    background-color: transparent;
    border-color: #FFFFFF;
}

    .btn-unlock:hover {
        background-color: transparent;
        border-color: #FFFFFF;
        color: #FFFFFF;
    }

.wxCode-box {
    max-height: 480px;
    min-height: 375px;
    background-color: #FFFFFF;
    margin-top: 28%;
    height: 75%;
}

.wxcode-img {
    width: 70%;
    margin: 0px auto;
    padding-top: 24%;
}

.btn {
    padding: 11px 12px;
}

/*Login and Unlocked end*/
.crmlogo {
    width: 25%;
    margin-bottom: 20px;
}

.crm_login_padding {
    margin-bottom:1px;
}
.crm_login_alert {
    font-size:1.5rem;
    line-height:0.8;
    margin-bottom:10px;
    border-radius: 2px;
    background:#ef9a9a;
    border:0px solid;
    color:white;
    display:none;
}
.crm_login_input {
    border-radius: 2px;
    height:46px;
    border:0 solid;
}
.crm_login_formmargin {
    margin-bottom: 20px;
    
}
.crm_login_button {
    height:52px;
     border-radius: 2px;
     font-weight:600;
}
 .crm_Unlocked_formmargin {
    margin-bottom: 20px;
    
}
.crm_Unlocked_button {
      height:52px;
     border-radius: 2px;
     font-weight:600;
     margin-bottom:6px;

}

.crm_Unlocked_Labelmargin {
     margin-top:8px; 
     margin-bottom:20px;
     font-weight:400;
}
.foot_body{
    max-width:1200px;
    width:100%;
    margin:0 auto;
}
@media(min-width:768px)
{
    .wxCode {
        position: fixed;
        bottom: 20px;
    }
  
    .footimg{
        max-width:1200px;
        margin:0 auto; 
    }
}

@media(min-width:1200px) {
    .lang{
        left:inherit;
    }

    .loginfooter{
        /*position: fixed;*/
        width: 1200px;
        margin: 0 auto;
        line-height: 0px;
        bottom: 0px;
    }
    .wxCode{
        position:relative;
        right:0px;
    }
}