﻿forget-passbody, ul, li, ol, img, div, p {
    margin: 0;
    padding: 0;
    font-size: 12px;
}

body, html {
    background-color: #f5f6f9;
}

article {
    display: table;
}

a {
    text-decoration: none;
}

ul, li {
    list-style: none;
}

input:focus {
    outline: none;
}

.center {
    width: 1200px;
    margin: auto;
}

footer .desc p {
    margin-bottom: 20px;
}

footer .desc {
    text-align: left;
    margin-left: 50px;
    display: inline-block;
    margin-top: 20px;
}

footer .logo img {
    width: 100%;
    height: 100%;
    margin: 10px auto;
}

footer .logo {
    display: inline-block;
    float: left;
    width: 100px;
    height: 100px;
}


footer .app-container .android img {
    width: 100%;
    height: 100%;
}

footer .app-container .android {
    height: 100px;
    width: 100px;
}

footer .app-container {
    display: inline-block;
    float: right;
    height: 100px;
    width: 100px;
    margin-top: 10px;
    margin-right: 5px;
}

footer a {
    color: #fff;
}

footer {
    clear: both;
    width: 100%;
    text-align: left;
    background: #2d8cf0;
    height: 140px;
    color: #fff;
    position: absolute;
    bottom: 0;
}

.clg-wrap {
    min-width: 768px;
    box-sizing: border-box;
}

.clg-wrap-inner {
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    padding: 0 10px 20px;
    font-size: 0;
    white-space: nowrap;
    height: 426px;
}


.clg-wrap-con {
    padding: 0px 100px 0 0;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    width: 490px;
    text-align: right;
    height: 100%;
    margin-left: 150px;
    z-index: 9999;
}

.clg-onpage-con {
    display: inline-block;
    text-align: left;
}


.clg-onpage .clg-mod {
    max-width: 340px;
    padding: 0;
    border-radius: 0;
    text-align: left;
}

.clg-mod {
    box-sizing: initial;
}

.clg-mod {
    width: 340px;
    padding: 50px 60px;
    border-radius: 4px;
    font-size: 14px;
}

.clg-onpage .clg-mod-tit {
    text-align: left;
    font-size: 32px;
    color: #27386f;
    font-weight: 600;
}

.clg-mod-tit {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 25px;
    text-align: center;
    color: #000;
}


.clg-form-input {
    padding-bottom: 15px;
    position: relative;
}

.clg-input {
    font-size: 14px;
    line-height: 28px;
    height: 45px;
    display: inline-block;
    padding: 7px 10px;
    border: 1px solid #ddd;
    color: #333;
    vertical-align: middle;
    width: 100%;
    background-color: #fff;
    padding-left: 76px;
    border-radius: 30px;
}


.clg-form-tips-list {
    position: absolute;
    top: 48px;
    left: 0;
    width: 100%;
    border: 1px solid #ddd;
    background-color: #FFF;
    border-radius: 2px;
    color: #000;
    font-size: 14px;
    z-index: 5;
    max-height: 370px;
    overflow-y: auto;
    box-sizing: border-box;
}

.clg-btn:hover {
    color: #fff;
    background-color: #27386f;
    border-color: #27386f;
}

.clg-btn {
    height: 45px;
    padding: 0 20px;
    background-color: #27386f;
    color: #fff;
    font-size: 16px;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    box-sizing: border-box;
    text-decoration: none;
    width: 100%;
    border-radius: 30px;
    border-color: #27386f;
}

.clg-loading .clg-loading-inner .two {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s;
}

.clg-loading .clg-loading-inner .one {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s;
}

.clg-loading-weak .clg-loading-inner > div {
    background-color: #fff;
}

.clg-loading .clg-loading-inner > div {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #448aff;
    -webkit-animation: bouncedelay .7s infinite ease-in-out both;
    animation: bouncedelay .7s infinite ease-in-out both;
    text-align: center;
    margin-left: 4px;
    margin-right: 4px;
}

.clg-loading {
    text-align: center;
}

.clg-wrap-aside img {
    display: block;
    height: 100%;
    width: 100%;
}

.clg-wrap-aside {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.clg-wrap-aside-event img {
    display: block;
    height: 100%;
    width: 100%;
}

.clg-wrap-aside-event {
    height: 100%;
}

button, input, select {
    box-sizing: border-box;
}

.clg-input:focus, .clg-input:hover {
    border-color: #448aff;
    outline: 0;
}

.clg-form-input.security .clg-security-num img {
    max-width: 100%;
    height: 100%;
}

.clg-form-input.security .clg-security-num {
    width: 40%;
    height: 45px;
    display: inline-block;
    padding: 0;
    text-align: center;
}


.clg-form-input.security .clg-input {
    width: calc(60% - 10px);
    vertical-align: top;
}

.clg-form-input.security {
    font-size: 0;
}

.clg-form-tips.error {
    color: red;
}

.clg-form-tips {
    font-size: 12px;
    color: #999;
    margin-top: -5px;
    margin-bottom: 10px;
}

.clg-input.error, .clg-input.error:focus {
    border: 1px solid red;
}

.regist-form-tit span {
    display: inline-block;
    background-color: #fff;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.regist-form-tit:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
    top: 50%;
    left: 0;
    z-index: 1;
}

.regist-form-tit {
    color: #999;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
}


.fm-dropdown .input-tips, .form-input .input-tips {
    position: absolute;
    top: 15px;
    left: 12px;
    font-size: 14px;
    line-height: 16px;
    color: #999;
    cursor: text;
    display: none;
    text-align: left;
}

.form-input {
    padding-bottom: 20px;
    position: relative;
}

.fm-dropdown .mobile-code-dropdown {
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
}

.fm-dropdown .input-tips {
    z-index: 1;
    left: 120px;
}


.fm-dropdown .qc-log-input-text.input-mobile {
    display: block;
    width: 100%;
    border: none;
    padding-left: 76px;
}

.fm-dropdown .mobile-code-dropdown .dropdown-link {
    display: inline-block;
    height: 45px;
    line-height: 45px;
    vertical-align: top;
    width: 100px;
    padding-left: 10px;
    position: relative;
}

.fm-dropdown {
    position: relative;
    text-align: left;
}


.m-mobile-code-dropdown {
    height: 45px;
    border: none;
    display: none;
}

.qc-log-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #d1d2d3;
    border-radius: 2px;
    background-color: #fff;
    background-image: url(img/select.png);
    background-repeat: no-repeat;
    background-position: right center;
    box-shadow: none;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    height: 35px;
    padding: 8px 24px 7px 6px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 60px;
}

.fm-dropdown .mobile-code-dropdown .arr {
    display: inline-block;
    width: 12px;
    height: 7px;
    background-image: url(/images/regist.png);
    position: absolute;
    right: 5px;
    top: 19px;
    background-position: -31px -54px;
}

.qc-log-input-text {
    font-size: 14px;
    height: 45px;
    width: 100%;
    display: inline-block;
    border: 1px solid #e5e5e5;
    color: #333;
    vertical-align: middle;
    padding: 13px 10px 12px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border-radius: 30px;
}

.fm-dropdown .registarr {
    display: inline-block;
    width: 12px;
    height: 7px;
    background-image: url(/images/regist.png);
    position: absolute;
    right: 20px;
    top: 19px;
    background-position: -31px -54px;
}


.mobile-code-dropdown .dropdown-wrapper {
    width: 340px;
    border-radius: 2px;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    background-color: #FFF;
    position: absolute;
    top: 48px;
    left: -1px;
    box-sizing: border-box;
    z-index: 5;
    color: #000;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    display: none;
    z-index: 9999;
}

.mobile-code-dropdown .dropdown-menu.dropdown-menu-usual {
    border-bottom: 1px solid #f2f2f2;
}

.mobile-code-dropdown .dropdown-menu .info {
    display: block;
    padding-left: 10px;
    color: #666;
    line-height: 38px;
    text-align: left;
    text-decoration: none;
}

.mobile-code-dropdown .dropdown-menu {
    padding: 10px 0;
    margin: 0 10px;
    width: 320px;
}


.fm-dropdown .mobile-code-dropdown .flag:not(.icon):before {
    display: inline-block;
    content: '';
    background: url(/images/login_school.png) no-repeat left center;
    width: 22px;
    height: 18px;
    background-size: contain;
}

.fm-dropdown .mobile-code-dropdown .flag {
    display: inline-block;
    width: 22px;
    height: 18px;
    line-height: 22px;
    vertical-align: middle;
    margin: 0 6px 0 0;
    text-decoration: inherit;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.mobile-code-dropdown .dropdown-menu .mobile-code {
    float: right;
    width: 50px;
    text-align: left;
}

.fm-dropdown .mobile-code-dropdown .mobile-code {
    vertical-align: middle;
    color: #333;
    margin-right: 10px;
    width: 40px;
    display: inline-block;
    font-size: 14px;
}

.fm-dropdown .mobile-code-dropdown.menu-active .arr {
    background-image: url(/images/regist.png);
    background-position: -45px -54px;
}

.fm-dropdown .menu-active.registarr {
    background-image: url(/images/regist.png);
    background-position: -45px -54px;
}


.mobile-code-dropdown .dropdown-menu .info:hover {
    background-color: #f2f2f2;
    cursor: pointer
}

.J-errorTip {
    text-align: left;
    color: #ff5252;
    font-size: 14px;
    display: none;
}

.qc-log-input-text.error, .qc-log-input-text.error:focus, .qc-log-input-text.error:hover {
    border: 1px solid red !important;
}

.logo span {
    color: #27386f;
    text-decoration: none;
    font-size: 24px;
    line-height: 96px;
    font-weight: 600;
}

.logo img {
    height: 42px;
    margin: 24px;
    float: left;
    visibility: hidden;
}

.clg-form-unit-name {
    background: url(/Content/2020/images/common/msVersion2UserName.png) no-repeat center center;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 55px;
    height: 44px;
    z-index: 9;
    background-color: #27386f;
    border-radius: 30px 0 0 30px;
    background-size: 20px;
}

.clg-form-unit-pwd {
    background: url(/Content/2020/images/common/msVersion2Pwd.png) no-repeat center center;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 55px;
    height: 44px;
    z-index: 9;
    background-color: #27386f;
    border-radius: 30px 0 0 30px;
    background-size: 20px;
}

.clg-form-unit-security {
    background: url(/Content/2020/images/common/msVersion2Verfy.png) no-repeat center center;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 55px;
    height: 44px;
    z-index: 9;
    background-color: #27386f;
    border-radius: 30px 0 0 30px;
    background-size: 20px;
}

.clg-form-unit-school {
    background: url(/Content/2020/images/common/msVersion2School.png) no-repeat center center;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 55px;
    height: 44px;
    z-index: 9;
    background-color: #27386f;
    border-radius: 30px 0 0 30px;
    background-size: 20px;
}

.logo {
    display: table;
    text-decoration: none;
}

.forget-pass {
    float: left;
}

.forget-reg .inline-block {
    color: #27386f;
}

.forget-reg {
    font-size: 14px;
    padding-left: 12px;
    margin-top: 18px;
    text-align: right;
}

.fssdk-tab-item-active .fssdk-tab-item-text:after {
    bottom: -16px;
}

.fssdk-tab-item {
    font-size: 18px;
    height: 50px;
}

#codeImg {
    height: 23px;
    width: 88px;
}


#smsCodeImg {
    height: 45px;
    color: #27386f;
    font-weight: 500;
    cursor: pointer;
    line-height: 45px;
    font-weight: 600;
    position: inherit;
    display: block;
    line-height: 26px;
    height: 26px;
}

#password-container {
}

header {
    z-index: 99999;
    position: relative;
}

.ivu-tabs-nav .ivu-tabs-tab-active, .ivu-tabs-nav .ivu-tabs-tab:hover {
    color: #27386f;
    font-weight: 700;
}

.ivu-tabs-bar {
    margin-bottom: 40px;
}

.ivu-tabs-ink-bar {
    background-color: #27386f;
}

.ivu-tabs-tab {
    font-size: 16px;
}

.ivu-input-group-prepend {
    background: #27386f;
    color: #fff;
    border: 1px solid #27386f;
    border-right: 0;
}