html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    font-size: 100%;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-text-size-adjust: none;
}

body {
    font-size: 11px;
    /* background: #f8f6f3; */
    background: #fff url(../images/loginBg.jpg) top repeat-x;
}

input {
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0;
    color: #292929;
}

img {
    border: 0;
}

ul,
ol {
    list-style: none
}

a {
    text-decoration: none;
    color: #292929;
}

a:hover {
    text-decoration: underline
}

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    margin: 0px;
    padding: 0px;
}

.left {
    float: left;
    display: inline
}

.right {
    float: right;
    display: inline
}

.tc {
    text-align: center !important;
}

.disib {
    display: inline-block !important;
}

.disf {
    display: flex;
    align-items: center;
}

.mr5 {
    margin: 0 5px;
}

html,
body {
    height: 100%;
}
main{
    height: 550px;
    overflow: hidden;
}

.main-box{
    width: 820px;
    height: 470px;
    margin: 50px auto 0;
    padding: 70px 60px 50px 280px;
    box-sizing: border-box;
    position: relative;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
}
.left-box{
    position: absolute;
    top: 0;
    left: 20px;
}
.left-box img{
    width: 350px;
}

.right-box>img{
    width: 480px;
}

.right-box form{
    margin-left: 100px;
    margin-top: 40px;
}
.right-box>p{
    margin-left: 100px;
}
.loginInput{
    width: 100%;
    background-color: #f5f7f9;
    border-radius: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.loginInput img:first-of-type{
    width: 30px;

}
.loginInput img{
    width: 15px;
    margin: 6px;
}
.eyeBtn{
    cursor: pointer;
}
.loginInput input{
    border: none;
    background: transparent;
    height: 30px;
    width: 300px;
    outline: none;
    padding-left: 5px;
    font-size: 14px;
}
.loginInput input:focus{
    border: none;
}
.loginChecks{
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.loginCheck{
    display: flex;
    align-items: center;
}
.loginCheck span{
    font-weight: 700;
    margin-left: 2px;
}
.loginCheck input{
    cursor: pointer;
}
.loginChecks>a{
    color: #3978f6;
    font-weight: 700;
    cursor: pointer;
}
.loginBtn{
    width: 100%;
    height: 50px;
    background-color: #3978f6;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
    border-radius: 10px;
    font-size: 14px;
    cursor: pointer;
    margin: 30px 0;
}
.loginBtn:hover{
    background-color: #2c70f7;
}
.right-box>p{
    text-align: center;
    color: #919ba6;
    font-weight: 700;
}
.right-box>p a{
    color: #3978f6;
}

footer{
    padding: 20px 0 10px 0;
}
footer>p{
    text-align: center;
    font-size: 12px;
    margin-bottom: 30px;
}

footer div{
    text-align: center;
    font-size: 14px;
    margin-bottom: 24px;
}
