html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
a,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  position: relative;
}
input,
button,
textarea,
select {
  outline: 0;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
i {
  font-weight: normal;
  font-style: normal;
}
ul,
ol,
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}
* {
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Hiragino Sans GB', 'Heiti SC',
    'WenQuanYi Micro Hei';
}
html,
body {
  width: 100%;
  min-width: 900px;
  height: 100%;
  margin: 0;
  padding: 0;
}
*:hover{
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.wrap {
  width: 100%;
  height: 100%;
  display: flex;
}

.left-bg {
  background: url('../images/img-login.jpg') center center no-repeat;
  background-size: cover;
  width: calc(100% - 560px);
  height: 100%;
}

.line-one {
  color: #fff;
  font-size: 28px;
  margin: 60px 0 0 60px;
}

.line-two {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  margin: 16px 0 0 60px;
}

.right-login {
  width: 560px;
  height: 100%;
  position: relative;
}

.nav {
  width: 100%;
  height: 60px;
  box-shadow: 0px 0px 6px 0px rgba(24, 24, 24, 0.1);
  z-index: 999;
}

.nav img {
  width: 93px;
  height: 28px;
  margin: 16px 0 0 16px;
}

.nav span {
  width: 100px;
  height: 28px;
  font-size: 20px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #3d3935;
  line-height: 28px;
  margin-left: 9px;
  display: inline-block;
  transform: translateY(-7px);
}

.con-code,
.con-account,
.con-password{
  border: 1px solid #DDDDDD;
  line-height: 46px;
  padding-left: 16px;
}

.con-code,
.con-account,
.con-password,
.con-login{
  width: 340px;
  height: 46px;
  margin: 0 auto;
  border-radius: 4px;
  box-sizing: border-box;
}
.form-box{
  position: absolute;
  left: 50%;
  top: 40%;
  margin-top: -100px;
  margin-left: -170px;
  z-index: 98;
}
.code-img{
  display: inline-block;
  height: 100%;
  width: 120px;
}

.con-password,.con-login,.con-code{
  margin-top: 36px;
}

.con-code input{
  display: inline-block;
  border: 0px;
  outline: none;
  width: calc(100% - 126px);
  font-size: 14px;
  transform: translateY(-16px);
}

.con-account input,
.con-password input{
  display: inline-block;
  border: 0px;
  outline: none;
  width: calc(100% - 32px);
  font-size: 14px;
}


.con-bottom{
  position: absolute;
  width: 410px;
  height: 16px;
  font-size: 12px;
  font-family: PingFang-SC-Regular, PingFang-SC;
  font-weight: 400;
  color: rgba(0,0,0,0.4);
  line-height: 16px;
  left: calc(50% - 205px);
  bottom: 24px;
}
.con-bottom a{
  text-decoration: none;
  color: rgba(0,0,0,0.4);
}
.con-bottom a:hover{
  color: #FF7919;
}
.con-login{
  background: #FFC533;
  border-radius: 4px;
  text-align: center;
  line-height: 46px;
  cursor: pointer;
}
.con-login:hover{
  background: #FFCF54;
}

p.error{
  font-size: 12px;
  line-height: 16px;
  color: #ff5040;
  margin: 0;
}