* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: inherit;
    -webkit-box-sizing: inherit;
}
img {
    display: block;
}
.header {
    padding: 0 20px;
    display: flex;
    justify-content: center;
    background: url(../../image/login/background.png);
    background-position: 0 -110px;
}

.header .main {
    width: 1000px;
}

.header h3 {
    font-weight: 300;
    font-size: 16px;
    color: white;
    padding-top: 15px;
}

.header h3 span {
    margin: 0 40px;
}

.header .contain {
    padding: 20px 0;
    display: flex;
    justify-content: flex-start;
}

.header img {
    width: 85px;
    margin-right: 20px;
}

.header h2 {
    font-weight: 600;
    font-size: 32px;
    letter-spacing: 5px;
    color: white;
    line-height: 1.7em;
}

.header p {
    font-weight: 300;
    font-size: 20px;
    letter-spacing: 2px;
    color: white;
}

.body {
    height: calc(100vh - 357px);
    min-height: 480px;
    padding: 20px 0;
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.body .catalog {
    width: 50%;
}

.body .catalog .top,
.body .catalog .bottom {
    display: flex;
    justify-content: space-between;
}

.body .catalog .top div {
    width: 160px;
    height: 210px;
    background-color: #00C5E9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.body .catalog .bottom div {
    width: 245px;
    margin-top: 10px;
    height: 210px;
    background-color: #00A0E9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.body .catalog .bottom div p,
.body .catalog .top div p {
    text-align: center;
    color: white;
    line-height: 2em;
    margin-top: 10px;
}

.body .catalog .bottom div img,
.body .catalog .top div img {
    width: 90px;
}
.body .login{
    width: 450px;
  margin-left: 40px;
}
.body .loginBox {
    height: 380px ;
    border-radius: 5px;
    border: 1px solid #d3d5d8;
    padding: 20px 30px;
   width: 450px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.body .login h3 {
    text-align: center;
    letter-spacing: 4px;
    font-size: 24px;
    font-weight: 700;
    line-height: 3em;
}

.body .login h4 {
    text-align: center;
    color: #1483e4;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1.5em;
}

.body .login .inp {
    position: relative;
    left: 32px;
}

.body .login .inp .icon {
    width: 20px;
    position: absolute;
    left: 9px;
    top: 12px;
}

.body .inp input {
    outline: none;
    display: block;
    padding: 13px 35px;
    margin: 16px 0;
    width: 320px;
    font-size: 16px;
    border: 1px solid #d3d5d8;
    border-radius: 5px;
}

.body .login .authCode {
    position: absolute;
    right: 9px;
    top: 0;
    width: 90px;
    height: 45px;
}

input::-webkit-input-placeholder {
    color: #C3C0C0;
    font-size: 16px;
}

input:-moz-placeholder {
    color: #d3d5d8;
    font-size: 16px;
}

input::-moz-placeholder {
    color: #d3d5d8;
    font-size: 16px;
}

input:-ms-input-placeholder {
    color: #d3d5d8;
    font-size: 16px;
}

.body .login .btn {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.body .login .btn input {
    display: inline-block;
    background-color: #1281E5;
    text-align: center;
    border: none;
    width: 160px;
    height: 40px;
    border-radius: 3px;
    color: white;
}

.body .login .btn2 {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.body .login .btn2 input {
    display: inline-block;
    background-color: #1281E5;
    text-align: center;
    border: none;
    width: 160px;
    height: 40px;
    border-radius: 3px;
    color: white;
}

.footer {
    background-color: #0566C9;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 30px 0px;
}

.footer .main {
    width: 1000px;
    display: flex;
    justify-content: space-between;
}

.footer .main p {
    color: white;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 1.5em;
}

.footer .main p span {
    margin: 0 10px;
}

.footer .main .contain {
    display: flex;
    justify-content: flex-start;
}

.footer .main img:nth-of-type(1) {
    width: 65px;
    height: 80px;
}

.footer .main img:nth-of-type(2) {
    width: 90px;
    height: 50px;
    margin: 15px 30px 0;
}

.footer .main .right img {
    width: 60px;
    height: 60px;
}
.footer .main .right p {
    line-height: 2em;
}

