 
.loginBox .login-container{
    z-index: 1;
    left: 50%;
    top: 50%!important;
}
.loginBox .thelogin .checkbox1 .iconfont, .checkbox .iconfont {
    font-size: 12px;
    line-height: 1;
}
 
.loginBox .login-container .quhao {
    position: absolute;
    top: 26px;
    font-size: 14px!important;
    line-height: 1em;
    display: inline-flex;
    align-items: center;
  }
  .loginBox .login-container .quhao i{
    font-style: normal;
  }
.loginBox .login-container p {
    margin: 0;
    line-height: 1;
    margin-top: 20px;
}
.loginBox .loginmode{
    margin-top: 30px;
}
.loginBox .Inputbox ul li input {
    border: none;
    line-height: 1em;
    font-size: 14px;
    outline: none;
    width: calc(100% - 80px);
}
.loginBox .login-container {
    position: fixed;
  top: calc((100vh - 350px) / 2)!important;
  min-height: 410px;
  margin-top: -30px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-left: -192px;
  border-radius: 5px;
}
.loginBox .thelogin .agreement .checkbox {
       margin-top: 4px;
    margin-right: 0;
    color: #e70012;
    display: inline-block;
    line-height: 1em;   
     display: flex;
}
.loginBox .thelogin .agreement .checkbox1 {
       margin-top: 4px;
    margin-right: 0;
    color: #e70012;
    display: inline-block;
    line-height: 1em;   
     display: flex;
}
.loginBox .inputCodeTip{
    position: absolute;
    left: 0;
    font-size: 14px;
    font-weight: normal;
    color: #e70012!important;
    background: #fff;
    min-width: 200px;
    top: 26px;
}
.loginBox .getCode {
    position: absolute;
    right: 0px;
    font-size: 14px;
    top: 26px!important;
    cursor: pointer;
    font-weight: bold;
}
.loginBox .el-dialog__body a {
    font-size: 14px;
}
.loginBox .Inputbox ul li {
    padding: 23px 0 17px;
    border-bottom: 1px solid #eee;
    width: 100%;
    line-height: 1em;
}
.loginBox .inputTip {
    position: absolute;
    right: 0px;
    font-size: 14px;
    top: 26px;
    font-weight: normal;
    color: #e70012!important;
    line-height: 1em;
}
.loginBox .Forgot {
    display: flex;
    justify-content: flex-end;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 60px;
}
.loginBox .thelogin .loginsubmit {
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    background-color: #fff;
    text-align: center;
    border-radius: 4px;
    /* padding: 6px 0; */
    border-radius: 0px;
    margin-top: 0px;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    color: #e70012;
    border: 1px solid #e70012;
    margin-bottom:15px;
}
.loginBox .thelogin .agreement {
    display: flex;
    margin-top: 8px;
    cursor: pointer;
}
.loginBox .thelogin .agreement p {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 13px;
    font-weight: 400;
    color: #777;
    line-height: 1.5;
}
.loginBox .agreement a {
    font-size: 13px;
    color: rgba(0,0,0,0.6);
}
.loginBox .login-bottom {
    height: 60px;
    width: 100%;
    bottom: 0;
    left: 0;
    position: static;
    line-height: 60px;
    background-color: #F6F6F6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
}
.loginBox .closeBtn {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    z-index: 5;
    line-height: 1;
}
.loginBox .v{
    position: absolute;
    left: 30px;
    z-index: 2;
    top: 20px;
    width: 24px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
}
.loginBox .closeBtn .iconfont {
    font-size: 16px; 
    color: rgba(0,0,0,0.6);
}
.loginBox .closeBtn .iconfont:hover {
    
    color: rgba(0,0,0,0.9);
}
.loginBox .loginmode li{
    color: rgba(0,0,0,0.6);
}
.loginBox .loginmode li.active{
    color: rgba(0,0,0,0.9);
}
.loginBox .loginmode .active_view {
    margin: 16px auto -8px;
    height: 11px;
    border: 0;
    width: 70px;
    background-color: #e70012;
    position: absolute;
    left: 1px;
    transform: scale(1, 0.25);
    bottom: 3px;
}
@media (max-width: 768px){
  .loginBox .login-container {
    max-width: 400px!important;
    margin-left: -180px!important;
  }
}