* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    width: 100%;
    background-color: #fff;
}

li {
    list-style: none;
}

header {
    height: 60px;
    width: 100%;
    line-height: 59px;
    border-bottom: 1px solid #e0e0e0;
    padding: 0 30px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.logo {
    height: 100%;
    display: inline-block;
    position: relative;
}

.menu {
    float: right;
}

.item {
    margin-left: 25px;
    float: left;
}

a {
    text-decoration: none;
    color: #286efa;
}

a:link{
	color: #286efa;
}
a:visited{
	color: #286efa;
}
a:hover{
	color: #286efa;
}
a:active{
	color: #286efa;
}

.item a {
    font-size: 14px;
    color: #333;
    line-height: 59px;
    height: 59px;
}

.vertical-center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.layout {
    z-index: 100;
    width: 100vw;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

.form {
    width: 410px;
    border: 1px solid #e0e0e0;
    right: 50%;
    padding: 15px;
    transform: translate(50%, -50%);
}

.switch-login-type {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.center {
    text-align: center;
}

.form-title {
    margin: 20px 0 50px;
}

.input-wrap {
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
}

    .input-wrap .icon {
        position: absolute;
        left: 10px;
    }

    .input-wrap input {
        height: 40px;
        width: 350px;
        padding: 0 10px 0 35px;
        border: 1px solid #e0e0e0;
        color: #999;
        border-radius: 4px;
    }

.find-pwd {
    color: #409ffe;
    float: right;
    margin-right: 20px;
}

.el-button {
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid #dcdfe6;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    transition: 0.1s;
    font-weight: 700;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
}

.el-button--primary {
    background-color: #409eff;
    border-color: #409eff;
}

    .el-button--primary:focus,
    .el-button--primary:hover {
        background: #66b1ff;
        border-color: #66b1ff;
    }

    .el-button--primary[disabled], .el-button--primary[disabled]:active, .el-button--primary[disabled]:focus, .el-button--primary[disabled]:hover {
        background-color: #66b1ff;
        border-color: #66b1ff;
        cursor: pointer;
    }

.margin-center {
    margin: 0 auto;
    text-align: center;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
}

.submit {
    width: 350px;
    margin: 15px 0;
    color: #fff
}

.sms-vcode input {
    width: 216px;
    margin-right: 15px;
}

.error {
    width: 350px;
    font-size: 14px;
    margin-left: 20px;
    border-radius: 4px;
    line-height: 30px;
    color: #f78e8e;
}

.vcode input {
    width: 240px;
    margin-right: 10px;
}

.vcode .vcode-img {
    width: 100px;
    height: 38px;
    vertical-align: top;
    cursor: pointer;
}

.scan-login-qrcode {
    width: 200px;
    height: 200px;
    margin-bottom: 15px;
    border: 1px solid #dcdfe6;
}

.copyright {
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
    color: #999;
}

.ie-kill {
    position: fixed;
    width: 400px;
    height: 200px;
    padding: 10px;
    padding-top: 40px;
    left: 40%;
    top: 40%;
    background-color: #fff;
    border: 5px solid #409eff;
    text-align: center;
    line-height: 50px;
    font-size: 26px;
}

[v-cloak] {
    display: none;
}

.error-msg {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.copyright {
    position: fixed;
    background-color: rgba(255,255,255,0.5);
    left: 0;
    bottom: 0;
    padding: 10px;
    text-align: center;
    width: 100%;
    color: #333;
}
.tip{
  color: #fff;
  background-color: #808082;
  border-radius: 5px;
  font-size: 14px;
  padding: 10px;
  user-select: none;
}

.impowerBox #wx_default_tip p {
    font-size: 16px !important;
}
@media screen and (max-width: 768px) {
  .form {
    width: 340px;
    margin-top: 20px;
  }
  .input-wrap input {
    width: 280px;
  }
  .vcode input {
    width: 170px;
  }
  .submit {
    width: 280px;
  }
 }