.container {
    height: 100%;
    width: 100%;
}

.topContent {
    width: 100%;
    color: #ffffff;
    font-weight: bold;
    position: relative;
    background: #0063ff;
    height: 70%;
}

.leftLogo div {
    display: inline-block;
}

.leftLogo {
    position: absolute;
    left: 2%;
    top: 0;
}

.logo {
    width: 30px;
    vertical-align: middle;
}

.logo img {
    width: 100%;
    vertical-align: middle;
}

.logoName {
    height: 80px;
    line-height: 80px;
    font-size: 20px;
    vertical-align: middle;
}

.topContentTip {
    width: 100%;
    height: 100%;
    text-align: center;
}

.topContentTip img {
    width: 35%;
    position: absolute;
    top: 50%;
    left: 35%;
    transform: translate(-50%, -50%);
}

.topContentTipRightContent {
    position: absolute;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
    text-align: left;
    font-size: 24px;
}

.topContentTipRightContentTip2 {
    margin: 20px 0 25px 0;
}

.bottomContent {
    width: 100%;
    line-height: 110px;
    margin: 0 auto;
    text-align: right;
    background: #ffffff;
    position: relative;
    height: 30%;
}

.bottomContent > div {
    width: 320px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.reinstall {
    margin-top: 30px;
    color: #2166f6;
    text-decoration: underline;
    text-align: center;
    display: none;
}