﻿/*body {
    padding:0px;
    margin:0px;
    background-color:#F7F7F7;
}

#box_login{
    height:260px;
    width:25%;
    margin:0px auto;
    margin-top:100px;
    padding-top:30px;
    box-shadow:#B8B8B8 2px 2px 10px 2px;
}

.tiptext{
    color:red;
}

#btn_login{
    border:2px solid;
    text-align:center;
    border-radius:100px;
}

#forgetpassword{
    margin-top:-20px;
    text-align:right;
    padding-right:50px
}*/


/**/
* {
    padding: 0px;
    margin: 0px;
}

body {
    font-size: 14px;
    font-family: '微软雅黑';
    width: 100%;
    height: 100%;
    background: url('/File/Image/SysImg/BackGround.png');
    min-width: 1200px;
    background-size: cover;
    overflow: hidden;
}

.body {
    position: relative;
    height: 100%;
    width: 100%;
}

a {
    text-decoration: none;
}
/**头部***/
.header {
    width: 100%;
    height: 90px;
    line-height: 90px;
    /*background:#f1f1f1;*/
}

.logo h1 {
    font-size: 36px;
    color: #3a3f67;
    margin-left: 20px;
    font-weight: bold;
    /*display:inline-block;*/
    display: none;
}

.logo img {
    margin: 20px 0 0 20px;
    animation: logomove 1s;
}

.page_theme {
    display: inline-block;
    border-left: 1px solid #2e2e34;
    margin-left: 20px;
    padding-left: 20px;
    color: #000000;
    height: 24px;
    line-height: 28px;
    font-size: 18px;
    position: relative;
    top: -4px;
    letter-spacing: 5px;
}
/*尾部*/
.footer {
    width: 100%;
    height: 100px;
    text-align: center;
}

    .footer p {
        padding-top: 40px;
        line-height: 60px;
    }
/*中部内容区*/
.content_body {
    position: relative;
    /*border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;*/
    /*background: #fff;*/
}

.school_bg {
    width: 100%;
    height: 100%;
}

.content {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
}

.main_area {
    width: 1100px;
    margin: 0 auto;
}
/*左边图片*/
.leftpic {
    float: left;
}
/*登录框*/
.login {
    border-radius: 5px;
    width: 300px;
    height: 360px;
    background: rgba(255, 255, 255, 0.8);
    float: left;
    margin-left: 33%;
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
    padding: 30px 35px;
    animation: myfirst 1.5s;
    animation-timing-function: ease;
}

.type_btn {
    height: 35px;
}

.form-control {
    height: 35px;
    line-height: 35px;
    padding-left: 5px;
    width: 200px;
    border-style: none;
    border-style: none;
    outline: medium;
    background: #fff;
    /*box-shadow: 0 0 3px #EE7AE9;*/
}

.forget {
    float: right;
    color: #04a3ff;
    margin-right: -77px;
    margin-top: 17px;
}

.yzm .form-control {
    width: 100px;
}

#imgCode {
    float: right;
    height: 36px;
    cursor: pointer;
}

.form-label {
    line-height: 27px;
}

.dltext {
    display: block;
    height: 30px;
    line-height: 30px;
    color: red;
}

.bottom-a {
    width: 100%;
    display: block;
    height: 40px;
    line-height: 40px;
    background: #06c6a0;
    text-align: center;
    color: #fff;
    letter-spacing: 5px;
    font-weight: bold;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 600;
}

    .bottom-a:hover {
        background: #11e2b8;
    }

    .bottom-a.noclick {
        background: #c8c8c8;
    }

@keyframes myfirst {
    0% {
        opacity: 0;
        margin-top: 56%;
    }

    100% {
        opacity: 1.00;
        margin-top: 0%;
    }
}

@keyframes logomove {
    0% {
        opacity: 0;
        margin-left: 300px;
        margin-top: 10px;
    }

    100% {
        opacity: 1.00;
        margin-top: 3px;
        margin-top: 10px;
    }
}

.purpose-row span {
    width: 48%;
    display: inline-block;
    line-height: 34px;
    font-size: 14px;
    text-align: center;
    /* margin-right: 14px; */
    border: 1px #e3e7ed solid;
    cursor: pointer;
    background: #fff;
}

    .purpose-row span.cur {
        box-shadow: 1px 2px 3px #d7f4f1;
        border-color: #59cac2;
        color: #5dd5c8;
    }


.useraccount {
    background: #fff;
    white-space: nowrap;
    border-radius: 10px;
    margin-top: 20px;
}

.userpwd {
    margin-top: 20px;
    background: #fff;
    white-space: nowrap;
    border-radius: 10px;
}
