@charset "utf-8";
/* CSS Document */

@media (min-height: 768px) {
    .logo-top {
        height: 0;
    }
}

@media (min-width: 1024px) {
    .container {
        padding-left: 0;
        padding-right: 0;
        margin-left: 12px;
    }
}

@media (min-height: 900px) {
    .logo-top {
        height: 80px;
    }
}

@media (min-width: 1100px) {
    .container {
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
}

a {
    text-decoration: none;
    outline: none;
    color: #656565;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.logo-top-left {
    height: 36px;
    margin-top: 22px;
}

.logo-top-right {
    height: 33px;
    margin-top: 25px;
}

.logo-top-right .email-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(/static/images/client/login-email-icon.png) no-repeat;
    float: left;
}

.logo-top-right .phone400 {
    line-height: 18px;
    font-size: 18px;
    color: #4c4c4c;
    font-weight: bold;
    margin-left: 6px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.login-main {
    width: 100%;
    min-width: 1000px;
    height: 460px;
    margin: 66px 0 188px 0;
}

@media screen and (min-width: 1000px) and (max-width: 1800px) {
    .login-main {
        margin: 50px 0;
    }
}

.commWith {
    width: 1000px;
    margin: 0 auto;
}

.login-main .login-reg-box {
    width: 990px;
    margin: 0 auto;
}

.login-main .login-left {
    width: 580px;
    height: 460px;
    /* background: linear-gradient(to top, rgba(225, 236, 255, 0.5), rgba(189, 213, 255, 0.8)); */
    /* background: linear-gradient(to bottom, rgba(136, 179, 253, 0.6) 13.478%, rgba(168, 198, 250, 0.6) 0%); */
    background: linear-gradient(to bottom, rgb(223, 223, 223, 0.6) 13.478%, rgb(248, 248, 248, 0.6) 0%);
    text-align: center;
    box-shadow: 0px 15px 65px rgba(0, 0, 0, 0.2);
}

.login-main .login-left h2 {
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    margin: 244px 0 32px 0;
}

.login-main .login-left p {
    font-size: 22px;
    line-height: 22px;
}

.login-main .login-left p span {
    vertical-align: middle;
    display: inline-block;
}

.login-main .login-left p b {
    width: 1px;
    height: 22px;
    background: #FFFFFF;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

.logo-main-comm {
    width: 410px;
    /* background: #f1eeee; */
    background: rgba(255, 255, 255, 0.88);
    height: 460px;
    box-shadow: 0px 15px 65px rgba(0, 0, 0, 0.2);
}

.login-item {
    height: 62px;
    line-height: 62px;
    width: 410px;
}

.login-item .login-list {
    font-size: 18px;
    color: #333333;
    text-align: center;
    display: inline-block;
    float: left;
    width: 136px;
    border-bottom: 2px solid #eeeeee;
}

.login-item .login-list:hover {
    color: #2a94fe;
}

.login-item .selected {
    color: #2a94fe;
    border-bottom: 2px solid #2a94fe;
}

.group-inputs {
    width: 356px;
    margin: 15px 0 0 29px;
}

.group-inputs .input-wrapper {
    /* background: #FFFFFF; */
    width: 356px;
    border-bottom: 1px solid #dddddd !important;
    margin-bottom: 10px;
    height: 29px;
}

#f .input-wrapper {
    /* margin-bottom: 30px; */
}

.group-inputs .input-class {
    margin-bottom: 5px;
    height: 29px;
}

.group-inputs .input-wrapper .phone-icon {
    background: url(/static/images/client/login-phone-icon.png) no-repeat;
}

.group-inputs .input-wrapper .password-icon {
    background: url(/static/images/client/login-password-icon.png) no-repeat;
}

.group-inputs .input-wrapper .code-icon {
    background: url(/static/images/client/login-code-icon.png) no-repeat;
}

.group-inputs .input-wrapper .re-password-icon {
    background: url(/static/images/client/login-repassword-icon.png) no-repeat;
}

.group-inputs .input-wrapper .user-icon {
    background: url(/static/images/client/login-user-icon.png) no-repeat;
}

.group-inputs .input-wrapper .same-icon {
    display: inline-block;
    float: left;
    width: 18px;
    height: 20px;
    margin-top: 4px;
}

.group-inputs .input-wrapper .code-input {
    line-height: 28px;
    height: 28px;
    width: 100px;
    padding: 0 0px;
    font-size: 16px;
    color: #666;
}

.group-inputs .input-wrapper .name-input {
    line-height: 28px;
    height: 28px;
    float: left;
    width: 180px;
    padding: 0 0px;
    font-size: 16px;
    color: #666;
    /* background: #ffffff; */
}

input,
select,
textarea {
    outline: none;
    border: none;
    background: none;
}

.group-inputs .btn-wrapper .submit-btn {
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    height: 44px;
    line-height: 44px;
}

.group-inputs .btn-wrapper:hover {
    background: -webkit-linear-gradient(left, #92bdfb, #5299fd);
    background: -moz-linear-gradient(right, #92bdfb, #5299fd);
    background: -o-linear-gradient(right, #92bdfb, #5299fd);
    background: linear-gradient(to right, #92bdfb, #5299fd);
}

.group-inputs .btn-wrapper {
    margin: 40px 0 0px;
    width: 100%;
    height: 44px;
    background: #6ea8fc;
    background: -webkit-linear-gradient(left, #5299fd, #92bdfb);
    background: -moz-linear-gradient(right, #5299fd, #92bdfb);
    background: -o-linear-gradient(right, #5299fd, #92bdfb);
    background: linear-gradient(to right, #5299fd, #92bdfb);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 0px 15px 35px rgba(0, 49, 149, 0.26);
}

.group-inputs .input-wrapper .code-btn {
    text-align: right;
    cursor: pointer;
    font-size: 14px;
    width: 100px;
    display: inline-block;
    line-height: 28px;
    color: #5299fd;
}

.error-content {
    text-indent: 18px;
    color: red;
    min-height: 25px;
    line-height: 18px;
    text-align: center;
}

body {
    background: url('/static/images/mbacal/bg.png') no-repeat fixed;
    z-index: 1;
    background-size: cover;
    width: 100%;
    height: 100%;
}

body::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.2);
    z-index: -1;
    width: 100%;
    height: 100%;
}

.login-footer {
    font-size: 14px;
    color: #000000;
    text-align: center;
    padding: 0;
    margin-top: 20px;
}

@media screen and (min-width: 1000px) and (max-width: 1800px) {
    .login-footer {
        margin-top: 10;
    }
}

.group-inputs .input-title {
    float: left;
    font-size: 14px;
    color: #666;
    width: 80px;
    font-weight: bold;
    line-height: 28px;
    font-style: normal;
    margin: 0 2px;
}


/*  纯css效果  */
.bg-logo {
    box-sizing: border-box;
    position: absolute;
    left: 1%;
    bottom: 88%;
    z-index: 10;
    width: 180px;
    height: 50px;
    opacity: 1;
    background: url('/static/images/mbacal_logo.png') center no-repeat;
    background-size: cover;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeInToOut {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.c1{
/*animation: fadeOut 7s;*/
/*animation-fill-mode: forwards;*/
animation: fadeOut 5s;
animation-fill-mode: forwards;
position: absolute;
top:100px;
left:65px;
}
.c2{
opacity: 0;

animation: fadeInToOut 5s;
animation-delay:3s;
-webkit-animation-delay:3s; /* Safari 和 Chrome */
animation-fill-mode: forwards;
position: absolute;
top:100px;
left:65px;
}
.c3{
opacity: 0;

animation: fadeInToOut 5s;
animation-delay:6s;
-webkit-animation-delay:6s; /* Safari 和 Chrome */
animation-fill-mode: both; /*linear*/
position: absolute;
top:100px;
left:65px;
}
.c4{
opacity: 0;

animation: fadeIn 5s;
animation-delay:9s;
-webkit-animation-delay:9s; /* Safari 和 Chrome */
animation-fill-mode: both; /*linear*/
position: absolute;
top:100px;
left:65px;
}
