@charset "utf-8";
/* CSS Document */
html, body {
    height: 100% !important;
    font-family: "微软雅黑";
    font-size: 14px;
}

input[type="text"], input[type="password"], select {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; /* width: 98% !important; */
    height: 44px !important;
    font-family: "微软雅黑";
    font-size: 14px;
}

/*login登录界面开始*/
.login-top {
    width: 100%;
    height: 20%;
}

.login-bg {
    background: url("../images/bj.jpg");
    background-size: 100% 100%;
    position: relative;
    display: block;
}

.login {
    display: block;
    width: 742px;
    margin: 0 auto;
    background: #f2f5fa;
    box-shadow: 0 0 10px rgba(107, 107, 107, .2);
    border-radius: 5px;
    z-index: 2;
    /* -webkit-animation:mymove 3s ease-out;
    -moz-animation:mymove 3s ease-out;
    -ms-animation:mymove 3s ease-out;
    -o-animation:mymove 3s ease-out;
    animation: mymove 3s ease-out; */
}

.header {
    height: 80px;
    border-radius: 5px 5px 0 0;
    text-align: center;
    line-height: 80px;
    background-color: #0c479d !important;
}

.logo-img {
    float: left;
    width: 177px;
    margin-top: 25px;
    margin-left: 30px;
}

.welcome {
    width: 100%;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    padding-top: 20px;
    margin: 10px 0;
        background:#f4f6fa;
}

.welcome-text1 {
    color: #1b4692;
}

.welcome-text2 {
    color: #00a3e0;
}

.login-right {
    float: right;
    width: 150px;
    color: #fff;
    height: 72px;
    font-size: 20px;
    line-height: 72px;
    border-bottom: 8px solid #d8212a;
}

.form {
    padding: 20px 150px;
    background:#f4f6fa;
}

.form-name {
    overflow: hidden;
    margin: 10px 0;
    width: 100%;
    border: none;
    border-bottom: solid thin #d2d8e3;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.form-name:after {
    clear: both;
}

.form-name div {
    background: #f4f6fa;
}

.form-name span {
    font-size: 18px;
    color: #666;
}

.nameImg {
    display: inline-block;
    width: 5%;
    height: 44px;
    text-align: center;
    line-height: 44px;
    margin: 0;
}

.nameIpu {
    display: inline-block;
    width: 95%;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #b5b5b5;
}
input:-moz-placeholder, textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #b5b5b5;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #b5b5b5;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #b5b5b5;
}
.nameIpu input {
    height: 30px;
    width: 100%;
    color: #00a3e0;
    line-height: 30px;
    padding: 7px 3px;
    border: none;
    background-color: #f4f6fa;
    text-indent: 10px;
    letter-spacing: 1px;
}
.code{
    display: inline-block;
    width: 45% !important;
}
.random{
    display: inline-block;
    width: 45% !important;
    margin-left: 0px!important;
    text-align: right;
}
.nameIpu input:hover {

}

.form-name .code input {
    width: 180px;
}

.form-name .random {
    margin-left: 10px;
    margin-top: 7px;
}

/* .form-name .random img{width:90px; height:30px;} */
.form-name .random span {
    width: 86px;
    height: 44px;
    background: #e3e8ee;
    display: block;
    text-align: center;
    line-height: 37px;
}

.form-name .random span i {
    font-size: 20px;
}

.form-name .rotate {
    background: none;
    border: none;
    cursor: pointer;
}

.btn input {
    width: 100%;
    height: 50px;
    -webkit-appearance: none;
    line-height: 50px;
    background: -webkit-linear-gradient(left, #0c479d , #00a3e0)!important; /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #0c479d, #00a3e0)!important; /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #0c479d, #00a3e0)!important; /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #0c479d , #00a3e0)!important; /* 标准的语法 */
    border: none;
    letter-spacing: 2px;
    color: #FFF;
    cursor: pointer;
    font-size: 20px;
    margin-top: 30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.link {
    text-align: center;
       background:#f4f6fa;
    padding: 20px 40px;
}

.link p {
    font-size: 13px !important;
    line-height: 22px;
}

.link .p2 {
    text-align: right;
}

.link span {
    white-space: nowrap;
    margin: 0 5px;
}

.link .link-Email {
    font-family: "Calibri";
}

.link p {
    font-family: "Calibri";
}

.link .p2 span {
    color: #F00;
}

/*.form-name .rotate:hover{ transform: rotate(360deg); transition: all ease 0.5s;}*/
/* @keyframes mymove{
	0%{ top:-500px; }
	100%{ top: 50%;}
}
@-webkit-keyframes mymove{
	0%{ top:-500px; }
	100%{ top: 50%;}
}
@-moz-keyframes mymove{
	0%{ top:-500px; }
	100%{ top: 50%;}
}
@-ms-keyframes mymove{
	0%{ top:-500px; }
	100%{ top: 50%;}
}
@-o-keyframes mymove{
	0%{ top:-500px; }
	100%{ top: 50%;}
} */
/*PC登录界面结束*/

@media all and (max-width: 450px) {
    .login-bg {
        background: #eff3f6;
        position: relative;
        display: block;
    }

    .login {
        width: 100%;
        background: #f2f5fa;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -243px;
        margin-left: 0px;
        box-shadow: 0 0 10px rgba(107, 107, 107, .2);
        border-radius: 5px;
        z-index: 2;
        /* -webkit-animation:mymove 3s ease-out;
        -moz-animation:mymove 3s ease-out;
        -ms-animation:mymove 3s ease-out;
        -o-animation:mymove 3s ease-out;
        animation: mymove 3s ease-out; */
    }

    .header {
        background: #323a45;
        height: 80px;
        border-radius: 5px 5px 0 0;
        text-align: center;
        padding-top: 20px;
        line-height: 80px;
    }

    .header img {
        width: 50%;
    }

    .form {
        padding: 20px;
        border-bottom: 1px solid #FFF;
    }


    .form-name {
        overflow: hidden;
        margin: 10px 0;
        width: 100%;
    }

    .form-name:after {
        clear: both;
    }

    .form-name div {
        background: #f4f6fa;
    }

    .form-name span {
        font-size: 18px;
        color: #666;
    }

    .nameIpu {
        float: left;
        width: 78%;
    }

    .nameIpu input {
        height: 30px;
        width: 100%;
        line-height: 30px;
        padding: 7px 3px;
        border: 0;
        background: #f4f6fa;
        text-indent: 10px;
        letter-spacing: 1px;
        border-radius: 0px;
    }

    .nameIpu input:hover {
        background: #f4f6fa;
    }

    .form-name .code {
        width: 32%;
    }

    .form-name .code input {
        width: 100%;
    }

    .btn input {
        border-radius: 0px;
    }

    .form-name .random {
        margin: 0 5%;
        background: #f4f6fa;
        width: 27%
    }

    .form-name .random span {
        width: 100%;
        height: 44px;
        background: #e3e8ee;
        display: block;
        text-align: center;
        line-height: 37px;
    }

    .form-name .random span i {
        font-size: 20px;
    }

    .form-name .rotate {
        background: none;
        border: none;
        cursor: pointer;
        width: 10%;
    }

    .form-name .rotate img {
        width: 100%;
    }

    .link {
        text-align: center;
        color: #9ea4b0;
    }

    .link p {
        font-size: 13px !important;
        line-height: 22px;
    }

    .link span {
        display: inline-block;
    }

    .link .link-Email {
        font-family: "Calibri";
    }

    .link p {
        font-family: "Calibri";
    }

    .link .p2 {
        text-align: center;
    }

    .link .p2 span {
        color: #F00;
    }
    /*小屏幕手机*/
    @media screen and (max-width: 320px)
    {
        .logo-img {
            float: left;
            width: 120px !important;
            margin-top: 25px;
            margin-left: 30px;
        }
    }
    /* @keyframes mymove{
        0%{ top:-500px; }
        100%{ top: 50%;}
    }
    @-webkit-keyframes mymove{
        0%{ top:-500px; }
        100%{ top: 50%;}
    }
    @-moz-keyframes mymove{
        0%{ top:-500px; }
        100%{ top: 50%;}
    }
    @-ms-keyframes mymove{
        0%{ top:-500px; }
        100%{ top: 50%;}
    }
    @-o-keyframes mymove{
        0%{ top:-500px; }
        100%{ top: 50%;}
    } */
}

/*移动登录界面结束*/