
html,
body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

#page {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: no-repeat url('https://img.alicdn.com/imgextra/i2/O1CN01y80v051DdxvqYzTN6_!!6000000000240-0-tps-2266-1536.jpg') right/contain,
    linear-gradient(90deg, #F8FBFE 0%, rgba(250, 252, 254, 0.00) 100%),
    linear-gradient(-90deg, rgba(223, 232, 245, 0) 42%, #FEFFFF 100%);
}

.logo {
    display: flex;
    position: absolute;
    left: 11%;
    top: 50%;
    width: 665px;
    height: 394px;
    margin-top: -197px;
    border-radius: 4px;
    overflow: hidden;
}

.logo-wrap {
    width: 321px;
    font-family: AlibabaPuHuiTiR;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    background: no-repeat url('https://img.alicdn.com/imgextra/i4/O1CN01X4eAbP230RmLcaWYx_!!6000000007193-2-tps-486-438.png') left bottom/contain,
    linear-gradient(90deg, #0F64A8 100%, #0F64A8 100%);
    letter-spacing: 3px;
}

.logo-img {
    height: 32px;
    margin: 100px 0 8px;
    background: no-repeat url('https://img.alicdn.com/imgextra/i3/O1CN01VQPr2L1WZp37n19V3_!!6000000002803-2-tps-470-169.png') center center/contain;
}

.login-box {
    flex: 1;
    padding: 0 20px;
    background: #fff;
    box-shadow: 0 0 7px 0 #e1e1e1;
}

.title {
    padding: 35px 0 15px;
    text-align: center;
    font-family: PingFangSC;
    font-weight: 600;
    font-size: 24px;
    color: #348CFF;
}

.home-filings {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
}

.home-filings a {
    color: rgb(142, 150, 168);
    font-size: 14px;
    display: flex;
    height: 24px;
    text-decoration: none;
}

.home-filings a img {
    height: 24px;
    margin-right: 12px;
}

.home-filings a span {
    margin-right: 12px;
}

.home-filings a:nth-last-child(1) span {
    margin-right: 0;
}