* {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

ul, li {
    list-style: none;
}

.container {
    width: 920px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    font-family: 'microsoft yahei',sans-serif;
}

.containerNews {
    /*//width: 920px;*/
    width: 90%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    font-family: 'microsoft yahei',sans-serif;
}

.header {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #c8c8c8;
}

    .header .logo {
        margin-top: 6px;
    }

    .header a {
        position: absolute;
        display: block;
        font-size: 14px;
        line-height: 20px;
        /*height: 20px;*/
        padding: 10px 0 10px 40px;
        color: #3b3b3b;
    }

        .header a:hover {
            color: #3060b5;
        }

        .header a.contact {
            background: url("/img/contact.png") left center no-repeat;
            right: 120px;
            top: 18px;
        }

        .header a.favorite {
            background: url("/img/favorite.png") left center no-repeat;
            right: 0;
            top: 18px;
        }

        .header a.QRcode {
            background: url("/img/QRcode.png") left center no-repeat;
            right: -90px;
            top: 18px;
        }

.login-bg {
    width: 100%;
    /*background-image: url(/SchoolImg/banner.png);*/
    background-size: 100% 100%;
    min-width: 1200px;
    position: absolute;
    top: 70px;
    bottom: 54px;
}




/*.login-bg .container{background: url("/SchoolImg/banner.jpg") center no-repeat}*/

.login-box {
    width: 278px;
    height: 330px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 40px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 1.0);
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 0em;
    -webkit-box-shadow: 3px 3px 6px #666;
    -moz-box-shadow: 3px 3px 6px #666;
    box-shadow: 0px 0px 9px #b0adad;
}

    .login-box .tabs-title {
        overflow: hidden;
    }

        .login-box .tabs-title .tabs-link {
            height: 70px;
            font-size: 14px;
            color: #6d6d6d;
            line-height: 40px;
            text-align: center;
            float: left;
            cursor: pointer;
        }

            .login-box .tabs-title .tabs-link.active {
                background: #eeeeee;
                color: black;
            }

    .login-box .tabs-cont {
        width: 234px;
        height: 246px;
        padding: 8px 25px;
        display: none;
    }

        .login-box .tabs-cont.active {
            display: block;
        }

        .login-box .tabs-cont span {
            font-size: 14px;
            line-height: 24px;
            color: #565656;
            position: absolute;
            top: 20px;
            left: 5px;
            background: url("/img/sm_bj.png") no-repeat right 4px;
            padding-right: 7px;
        }

        .login-box .tabs-cont .input-s {
            border: none;
            line-height: 32px;
            height: 32px;
            border-bottom: 1px solid #b5b5b5;
            width: 190px;
            padding: 0 5px;
            outline: none;
            transition: 0.35s;
            margin-bottom: 14px;
            display: inline-block;
            padding-left: 35px;
            font-size: 16px;
        }

            .login-box .tabs-cont .input-s:focus {
                border-color: #3060b5;
                box-shadow: 0 0 5px rgba(3, 70, 147, 0.50);
            }

        .login-box .tabs-cont select.input-s {
            width: 236px;
            height: 34px;
        }

    .login-box #admin .input-s {
        margin-bottom: 3px;
    }

    .login-box .tabs-cont .btn {
        display: block;
        width: 220px;
        height: 36px;
        line-height: 36px;
        margin: 18px auto 0;
        font-size: 16px;
        color: #fff;
        border-radius: 3px;
        outline: none;
        background-color: #fb4c00;
        border: 1px solid #d14001;
        cursor: pointer;
    }


        .login-box .tabs-cont .btn:hover,
        .login-box .tabs-cont .btn:focus {
            background-color: #ed4c06;
        }

        .login-box .tabs-cont .btn:active {
            box-shadow: inset 0 3px 5px rgba(0,0,0,.25);
        }

.portal {
    width: 100%;
    height: 348px;
    /*background: #eeeeee;*/
}

    .portal .container {
        overflow: hidden;
    }

    .portal .info-box {
        /*width: 30%;*/
        height: 155px;
        float: left;
        margin-top: 44px;
        padding: 10px 15px;
        box-shadow: 0px 0px 10px #d2d2d2;
        border: 58px #6c6ccc;
        border: 1px solid #ededed;
        margin-right: 23px;
    }

        .portal .info-box.info {
            float: left;
        }

        .portal .info-box .title {
            width: 100%;
            height: 40px;
            border-bottom: 1px solid #e1e1e1;
            position: relative;
            margin-bottom: 20px;
        }

            .portal .info-box .title h3 {
                font-size: 18px;
                font-weight: normal;
                color: #3060b5;
                display: block;
                position: absolute;
                padding: 0 5px;
                top:-10px;
                left: 0;
            }

            .portal .info-box .title a {
                font-size: 13px;
                font-weight: normal;
                color: #3060b5;
                display: block;
                position: absolute;
                padding: 0 5px;
                right: 0;
                top: 7px;
            }

                .portal .info-box .title a:hover {
                    color: #3060b5;
                }

    .portal ul.info-list li {
        font-size: 13px;
        line-height: 26px;
        padding-left: 25px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        background: url("/img/li-pt.png") 5px center no-repeat;
    }

        .portal ul.info-list li a {
            color: #585858;
        }

            .portal ul.info-list li a:hover {
                color: #3060b5;
            }

.footer {
    width: 100%;
    height: auto;
    background: #2a2927;
    padding: 3px 0;
    min-width: 1200px;
    position: fixed;
    bottom: 0;
}

    .footer p {
        font-size: 12px;
        color: #fff;
        text-align: center;
        line-height: 24px;
    }
/*********以下是css新增**********/

.qr_code {
    position: relative;
    float: right;
    width: 220px;
    height: 92px;
}

    .qr_code .qr_code_img {
        width: 180px;
        display: none;
    }

.app {
    position: absolute;
    bottom: -160px;
    z-index: 2;
    right: 13px;
}

.authentication {
    position: absolute;
    bottom: -160px;
    z-index: 2;
    right: 13px;
}

.qrcode_1 {
    position: absolute;
    bottom: -160px;
    z-index: 2;
    right: -100px;
}

.input_box {
    position: relative;
    height: 45px;
    padding: 15px 0px;
}
