﻿body{
    overflow-y: hidden;
}
.icheckbox_square-blue{
    margin-top: -3px;
}
#login{
    /*width: 70px;*/
    /*height:35px;*/
    margin-top: -9px;
    max-width:100%;
    max-height:100%;
}
#custom-footer{
    width: 100%;
    position: fixed;
    bottom: 0;
    background: #fff;
    padding: 15px;
    color: #444;
    border-top: 1px solid #d2d6de;
}
.login-logo{
    color: #fff;
    font-family: "微软雅黑";
    font-weight: bold;
}
/* dy */
.loginWarpper{
    width:350px;
    padding:0px 30px 25px 30px;
    position: absolute;
    top:50%;right: 20%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
    background: #fff;
	border-radius: 10px;
	box-shadow: -2px 2px 16px 1px #818181;
}

.loginWarpperMobile{
    padding:0px 20px 20px 20px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background: #fff;
    top:80%;
}

.login-nav{
    width:100%;
    height: 50px;
    padding: 0;
    margin: 0;
}
.active-bar-line{
    width:30%;
    background: #1f8cec;
    height: 2px;
    margin-bottom: 20px;
    -webkit-transition: all .45s cubic-bezier(0, 1.08, 0.71, 1.2);
    transition: all .45s cubic-bezier(0, 1.08, 0.71, 1.2);
}
.active-bar-lineAni{
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
}
.login-nav li{
    padding:12px 10px;
    width:30%;
    text-align: center;
    list-style: none;
    display: inline-block;
    font-size:16px;
    cursor: pointer;
}
.login-nav li.active{
    color: #000;
}
.loginBoxOuterWarpper{
    overflow: hidden; 
}
.loginBoxOuter{
    width:200%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-transition: all .45s cubic-bezier(0, 1.08, 0.71, 1.2);
    transition: all .45s cubic-bezier(0, 1.08, 0.71, 1.2);
}
.loginBoxOuterAni{
    -webkit-transform: translate3d(-50%,0,0);
    transform: translate3d(-50%,0,0);
}
.login-erCode-box{
    flex: 1;
    -webkit-flex:1;
    margin: 0 auto;
    text-align: center;
    position: relative;
    color:#fff;
}
.login-erCode-Invalid{
    width:246px;
    height:246px;
    position: absolute;
    top:50%;left: 50%;
    background: rgba(0,0,0,.5);
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    -webkit-transition: all .4s cubic-bezier(0, 0.97, 1, 1);
    transition: all .4s cubic-bezier(0, 0.97, 1, 1);
}
.login-erCode-InvalidAni{
    opacity: 1;
}
.login-erCode-Invalid p{
    margin-bottom: 20px;
}
.refreshErcode{
    outline: none;
    background: #1f8cec;
    border: 1px solid  #1f8cec;
    padding:4px 16px;
    border-radius: 4px;
}
.notOpen{
    width: 246px;
    height: 246px;
    position: absolute;
    top: 50%;
    left: 50%;
    /* background: rgba(0,0,0,.7); */
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    /* border:1px solid rgba(0,0,0,.15); */
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.notOpen>p {
    margin-top: 14px;
    color: #444;
}
.loginBox{
    /* width:450px; */
    /* padding:30px 30px 50px 30px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    position: absolute;
    top:50%;right: 20%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0); */
    flex: 1;
    -webkit-flex:1;
    padding:0;
}

.logo-desc {
    width: 100%;
    bottom: 100%;
    background: rgba(255,255,255,1);
    padding: 16px 0px;
    border-bottom: 1px solid #f3ebeb;
}

.logo-desc p{
    margin: 0;
    font-size:25px;
}
.logo-desc span{
    font-size: 14px;
}
.loginBox .form-control{
    padding:21.5px 12px;
}
.loginBox  .form-control-feedback{
    height: 45px;
    line-height: 45px;
}
.form-group{
    margin-bottom: 20px;
}
.loginBox .login-btn{
    background: #2962FF;
    padding:11.5px 12px;
    font-size:16px;
    color:#fff;
}
.b-ra5{
    border-radius: 5px!important;
}
.login-btn:hover,.login-btn:focus{
    color:#fff;
}
#verificationCode{
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
    height: 45px;
}
.mask{
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;top:0;
    background: rgba(55,55,55,.6);
    opacity: 0;
    -webkit-transition: all .4s cubic-bezier(0, 0.97, 1, 1);
    transition: all .4s cubic-bezier(0, 0.97, 1, 1);
}
.maskShow{
    opacity: 1;
    position: absolute;
}
.noticeModal{
    display: flex;
    flex: 1;
    /* z-index: -1; */
    flex-direction: column;
    position: relative;
    background-color: #fff;
    border: 0;
    border-radius: 4px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.2);
    box-shadow: 0 2px 8px rgba(0,0,0,.2);
    opacity: 0;
    -webkit-transform: scale(.4);
    transform: scale(.4);
    -webkit-transition: all .4s cubic-bezier(0, 0.97, 1, 1);
    transition: all .4s cubic-bezier(0, 0.97, 1, 1);
}
.noticeModalShow{
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.not-modal-body{
    overflow-y: auto;
    padding: 15px 30px;
    font-size: 12px;
    line-height: 1.5;
}
.not-modal-body .fa-warning{
    color:#108ee9;
    font-size: 16px;
    margin-right: 10px;
}
.not-confirm-title{
    color: rgba(0,0,0,.65);
    font-weight: 700;
    font-size: 14px;
    box-sizing: border-box;
}
.not-confirm-btns{
    margin-top: 30px;
    float: right;
}
.not-confirm-btns button{
    color: #fff;
    background-color: #108ee9;
    border-color: #108ee9;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 500;
    text-align: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    line-height: 1.15;
    padding: 0 15px;
    font-size: 14px;
    border-radius: 4px;
    height: 32px;
    -webkit-appearance: button;
}


.con-vs-alert-danger {
    background: rgba(246,45,81,.15);
    box-shadow: 0 0 25px 0 rgba(246,45,81,.15);
    color: rgba(246,45,81,1);
    padding: 10px;
}

.con-vs-alert-sucess {
    background: rgba(108, 234, 112, 0.15);
    box-shadow: 0 0 25px 0 rgba(108, 234, 112, 0.15);
    color: rgb(29, 78, 3);
    padding: 10px;
}

.con-vs-alert {
    border-radius: 6px;    
    width: 100%;
    position: relative;
    font-size: .8rem;
    cursor: default;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    overflow: hidden;
}


.mb-3 {
    margin-bottom: 1rem !important;
}

.mt-2 {
    margin-top: .5rem !important;
}

