@media (max-width: 1200px){
    .container-fluid {
        width:100%;
    }
    #login-comp{
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin:0 auto;
    }
    .navbar-brand{
        margin-left:-200px;
    }
}
@media (min-width: 1200px){
    .container-fluid {
        width:100%;
    }
    #login-comp{
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin:0 auto;
    }
}
@media (min-width: 1360px){
    .container-fluid {
        width: 1300px;
    }
    #login-comp{
        display: block;
    }
}
@media (min-width: 1600px){
    .container-fluid {
        width: 1570px;
    }
}
.lxs>input,.lxs>label{
    float: left;
}
.lxs>input{
    width: 20px;
    height: 20px;
    margin-top: 10px;
}
.navbar {
    border-radius: 0px;
}
/*#code>canvas{
    width: 150px;
    height: 150px;
    border: 1px solid #007cff;
    padding: 4px;
}*/
#code>canvas{
    width: 200px;
    height: 200px;
    box-shadow: 0px 0px 6px 4px rgba(0, 128, 255, .5);
    -webkit-tap-highlight-color: transparent;
    padding: 10px;
}
.flex{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin:0 auto;
}
.tag-active {
    color: #007cff;
}
.tag-active1 {
    color: #eae500 !important;
}
.tag-active2 {
    color: #444e88 !important;
}
.body-bg{
    background: url('./img/login-bg.png');
    background-size: 100%;
}
.login-bg {
    background: #fff;
}

.login-bg>h4 {
    margin: 0;
    text-indent: 22px;
    height: 50px;
    line-height: 50px;
    background: #007cff;
    color: #FFFFFF;
    font-size: 16px;
}

.login-bg>h4>span {
    margin-left: 20px;
}
.tishi {
    /*position: absolute;
    bottom: 20px;
    right: 0%;
    width: 400px;
    margin: 0 auto;
    transition: all 2s;*/
}

.tishi>h4 {
    color: #2D85E4;
    font-size: 14px;
    line-height: 30px;
    width: 25%;
}

.tishi1 {
    width:95%;
}
.tishi1>p {
    color: #000000;
    font-size: 14px;
    line-height: 30px;
}
.nav-tag {
    padding-top: 29px;
    padding-bottom: 21px;
}

.nav-tag>ul>li {
    cursor: pointer;
    font-size: 16px;
    color: #848482;
    float: left;
    width: 209px;
    text-align: center;
    line-height: 30px;
}

.nav-tag>ul>li:nth-of-type(1) {
    border-right: 1px solid #d6d6d4;
}
.school-item{
    font-size: 16px;padding: 10px;cursor: pointer;
}
.school-item:hover{
    color:#007cff;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    border: 1px solid #CCC !important;
}
#footer-item{
    height:0;
    opacity:0;
}
#head-item{
    margin-top:-50px;
    opacity:0;
}
#image-item{
    margin-left:-100px;
    opacity:0;
}
#login-item{
    margin-right:-100px;
    opacity:0;
}
.huanbeijing1:hover{
    background: linear-gradient(to top, #10a875,#4ed7ae) !important;
}
.huanbeijings{
    outline-color: rgba(0,0,0,0.0) !important;
    color: #3e488d;
    font-weight: 900;
}
.huanbeijings:hover{
    font-weight: 900;
    color: #6973bb !important;
    background: url('http://www.rgzcloud.com/platform/resources/views/platform/img/dengluanniu2.png') center center no-repeat !important;
}
body{
    /*height: 100vh;*/
    overflow: hidden;
}