.platform-header .title {
    color: #fff;
    text-shadow: 0 0 10px #005eff;
    font-weight: 600;
}

.platform-container .module-item {
    background: rgba(255, 255, 255, .7);
    cursor: pointer;
}

.platform-container .module-item:hover {
    background: rgba(255, 255, 255, 1);
}

.platform-container .logo-box {
    background-image: url(../image/module2.png)
}

.login-title {
    font-size: 26px;
    color: #1cf085;
}

.login-2 .title-login-2,
.login-2 .title-login-2-bcase {
    font-size: 40px;
    color: #fff;
    background: none;
    text-indent: unset;
    text-align: center;
    text-shadow: 0 0 10px #005eff;
    font-weight: 600;
}

.login-2 .login-form .login-bg {
    display: none;
}

.login-2 .login-form .login-content {
    width: 300px;
    height: 320px;
    background: #fff;
    border-radius: 5px;
    padding: 24px;
}

.login-2 .login-content .title {
    font-size: 24px;
    color: #333;
}

.login-2 .login-content .input-box {
    background: #dfe4ef;
}

.login-2 .login-content .login-btn {
    background-color: #11bb65;
}

.login-3 .title-login-2 {
    background: none;
    font-size: 42px;
    color: #fff;
    font-weight: 600;
    text-indent: unset;
    text-align: center;
    margin-bottom: 50px;
}

.login-3.person .login-form .login-content {
    position: relative;
    width: 416px;
    height: 405px;
    background: url("../image/student-person-login.png") center no-repeat;
    background-size: cover;
    padding: 63px 62px 0;
}

.login-3.team .login-form .login-content {
    position: relative;
    width: 416px;
    height: 405px;
    background: url("../image/student-team-login.png") center no-repeat;
    background-size: cover;
    padding: 63px 62px 0;
}

.login-3 .login-content .title {
    text-align: right;
    margin-bottom: 37px;
}
.login-3 .login-content .title .t-name {
    font-size: 28px;
    color: #fff;
}
.login-3 .login-content .title .login-type {
    font-size: 20px;
    color: #01efec;
    font-weight: 500;
    margin-left: 24px;
}

.login-3 .login-links {
    position: absolute;
    bottom: 44px;
    left: 50%;
    transform: translateX(-50%);
    width: 75px;
    height: 30px;
}

.login-3 .login-content .login-links a:after {
    content: '';
    position: absolute;
    top: 24px;
    left: 0;
    right: 0;
    height: 1px ;
    background: #fff;
}
.login-3 .login-content .login-links a {
    display: none;
    position: relative;
    cursor: pointer;
    height: 100%;
    text-align: center;
    color: #fff;
}

.login-3.team .login-links a.person,
.login-3.person .login-links a.team {
    display: block;
}

.login-3.person .login-links a.team,
.login-3.team .login-links a.person {
    display: block;
}

.login-3 .login-content .login-btn:hover {
    opacity: 0;
}
.login-3 .login-content .login-btn {
    opacity: 0;
    height: 40px;
    line-height: 40px;
}
.login-3 .login-content .input-box .sprite {
    display: none;
}
.login-3 .login-content .input-box {
    background: transparent;
    border: 0;
    height: 40px;
    margin-bottom: 24px;
    padding: 0;
}
.login-3 .login-content .input-box input {
    background: transparent;
    border: 0;
    height: 100%;
    margin: 0;
    width: 100%;
    color: #fff;
    padding-left: 50px;
}

.login-page.login-2+.footer {
    height: 61px;
    line-height: 60px;
    background: rgba(8,20,43,.7);
    border-top: 1px solid #0e85cf;
    bottom: 0;
}