a,
a:hover {
  color: #000;
  text-decoration: none;
}

a,
a:hover,
a:link,
a:visited {
  text-decoration: none;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Microsoft YaHei, sans-serif;
  font-size: 14px;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
  outline: 0;
  border: 0;
  padding: 0 14px;
  box-sizing: border-box;
}

button {
  outline: 0;
  border: 0;
}

.login-wrap {
  width: 100vw;
  min-height: 100vh;
  padding: 30px 0;
  overflow-x: hidden;
  box-sizing: border-box;
  display: flex;
  background: url(../img/main_bg.jpg) 0 no-repeat;
  background-size: cover;
}

.login {
  margin: auto;
  width: 1100px;
  min-height: 640px;
  display: flex;
}

.login > div {
  flex: 1;
}

.login > .l-left {
  background: url(../img/box_bg.jpg) -26px no-repeat #111c3a;
  background-size: cover;
  position: relative;
}

.login > .l-left > img {
  position: absolute;
  left: 30px;
  bottom: 40px;
}

.login > .l-right {
  position: relative;
  padding: 70px 0 60px 60px;
  background-color: #fff;
}

.login-top > p {
  margin: 10px 0 56px;
  color: #848587;
  font-size: 12px;
  font-weight: 700;
}

.login-box {
  max-width: 362px;
}

.login-form-item {
  margin-bottom: 18px;
}

.login-form-item label {
  display: block;
  margin-bottom: 10px;
  color: #95a3b2;
  font-size: 14px;
}

.login-form-item input {
  width: 100%;
  height: 42px;
  background-color: #f8f9fc;
  overflow: hidden;
  border-radius: 5px;
  box-sizing: border-box;
  border: 1px solid #f3f4f7;
}

.login-code {
  display: flex;
}

.login-code > input {
  width: 100%;
  flex: 1;
}

.login-code-img {
  flex: 0 0 80px;
  min-width: 80px;
  margin: 0 10px;
  height: 42px;
  border: 1px solid #f3f4f7;
  background-color: #fff;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-code-img > img {
  max-width: 100%;
  max-height: 100%;
}

.code-btn {
  flex: 0 0 50px;
  min-width: 50px;
  height: 42px;
  cursor: pointer;
  line-height: 42px;
  color: #848587;
}

.login-bottom {
  margin: 30px 0 50px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 700;
}

.login-bottom .checkbox {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  top: 3px;
  border: 1px solid #21d07c;
  box-sizing: border-box;
  border-radius: 50%;
  transition: background-color 0.2s, border-color 0.2s;
  width: 16px;
  height: 16px;
}

.login-bottom input:checked + .checkbox {
  background: url(../img/tick.png) 3px 4px no-repeat #21d07c;
  border-color: #21d07c;
}

.login-bottom label {
  cursor: pointer;
  color: #111d41;
  user-select: none;
}

.login-bottom #isRember {
  display: none;
}

.login-bottom .login-forget {
  color: #95a3b2;
}

.login-btn {
  width: 160px;
  height: 42px;
  cursor: pointer;
  background-color: #02305e;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  line-height: 42px;
  user-select: none;
}

.login-btn:active {
  transform: scale(0.98);
}

.l-right .v-modal,
.l-right .el-dialog__wrapper {
  position: absolute;
}

.l-right .el-dialog {
  margin-top: 124px!important;
  border-radius: 15px;
}

.l-right .el-dialog__body {
  padding: 20px 38px 36px;
}

.l-right .el-dialog__header {
  display: none;
}

.code-title {
  margin: 0 -12px;
  height: 142px;
  background: url('../img/code_bg.png') no-repeat;
  background-size: 100%;
}

.code-info {
  margin: 24px 0;
  font-size: 16px;
}

.code-info i {
  display: inline-block;
  position: relative;
  top: 1px;
  width: 14px;
  height: 14px;
}

.code-info .name {
  color: #95a3b2;
}

.code-info div > span {
  color: #122746;
}

.code-info .phone i {
  width: 10px;
  background: url('../img/phone.png') no-repeat;
}
.code-info .ip i {
  background: url('../img/ip.png') no-repeat;
}

.code-info > div {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}

button.code-sumbit {
  margin: 30px auto 0;
  display: block;
  width: 200px;
  height: 42px;
  cursor: pointer;
  background-color: #02305e;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 42px;
  user-select: none;
}

button.code-sumbit:active {
  transform: scale(0.98);
}

.code-form-item {
  position: relative;
}

.code-form-item > input {
  width: 100%;
  height: 42px;
  background-color: #f8f9fc;
  overflow: hidden;
  padding-right: 85px;
  border-radius: 5px;
  box-sizing: border-box;
  border: 1px solid #f3f4f7;
}

.code-form-item > span {
  cursor: pointer;
  position: absolute;
  font-weight: bold;
  color: #122746;
  right: 14px;
  top: 15px;
  font-size: 12px;
}
