﻿@charset "utf-8";
/* CSS Document */
/*登陆界面*/
#login-page:after {
    content: '';
    background: url(../images/backgrounds.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.logo-title {
    text-align: center;
    letter-spacing: 2px;
    padding: 15px 0 0 0;
}

    .logo-title h1 {
        color: #007DDB;
        font-size: 32px;
        font-weight: 400;
    }

#login-form {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 30px 50px;
    box-shadow: 10px 10px 10px #666666;
}

    #login-form .layui-form-item {
        position: relative;
    }

        #login-form .layui-form-item label {
            position: absolute;
            left: 1px;
            top: 1px;
            width: 38px;
            line-height: 36px;
            text-align: center;
            color: #d2d2d2;
            z-index: 1;
        }

        #login-form .layui-form-item input {
            padding-left: 36px;
        }

            #login-form .layui-form-item input:focus {
                border-color: #01AAED !important;
            }

        #login-form .layui-form-item .layui-form-danger:focus, #login-form .layui-form-item .layui-form-danger + .layui-form-select .layui-input {
            border-color: #FF5722 !important;
        }


.loginframe {
    width: 400px;
    height: 20px;
}

.changelogqr {
    cursor: pointer;
    text-align: right;
    left: 198px;
    top: -30px;
    position: relative;
}

.corner-icon-view {
    height: 0px;
    width: 150px;
}

 .corner-icon-view .login-tip .poptip
{
    border: 1px solid #f3d995;
    background: #fefcee;
}

.corner-icon-view .poptip {
    position: absolute;
    background-color: #fefcee;
    border: 1px solid #ff9000;
    padding: 5px 10px;
    top: 5px;
    width: 95px;
}
    .corner-icon-view .poptip .poptip-content {
        color: #ff9000;
        font-size: 12px;
        font-weight: 400;
    }
    .corner-icon-view .poptip .poptip-arrow {
        position: absolute;
        z-index: 10;
        *zoom: 1;
        top: 8px;
        right: 0;
    }
        .corner-icon-view .poptip .poptip-arrow em {
            top: 0;
            left: 1px;
            border-left-color: #ff9000;
            border-width: 6px 0 6px 6px;
        }
        .corner-icon-view .poptip .poptip-arrow span {
            border-left-color: #fefcee;
            border-width: 6px 0 6px 6px;
        }
        .corner-icon-view .poptip .poptip-arrow em, .corner-icon-view .poptip .poptip-arrow span {
            position: absolute;
            *zoom: 1;
            width: 0;
            height: 0;
            border-color: hsla(0,0%,100%,0);
            border-color: transparent \0;
            *border-color: transparent;
            _border-color: tomato;
            _-webkit-filter: chroma(color=tomato);
            _: chroma(color=tomato);
            border-style: solid;
            overflow: hidden;
            top: 0;
            left: 0;
            border-left-color: #ff9000;
        }

.logqrimg {
    height: 50px;
    width: 50px;
    right: 0px;
    background: url(/images/loginqr.png);
    position: absolute;
}

#weixin_qrcode iframe {
    width: 300px;
    height: 310px;
}
.login_weixin {
    margin: 130px 0;
}
.submitweixinlog {
    width: 100%;
    height: 50px !important;
    font-size:20px !important;
}

@media (max-width:767px) {
    .loginframe {
        width: 22rem;
        margin: 0 auto;
    }


    .changelogqr {
        left: 150px;
    }
    #weixin_qrcode iframe {
        width: 255px;
    }
}

@media (max-width:1199px) {
    .col-md-3 {
        width: 12%;
    }
}



.logtitle {
    text-align: left;
    padding-top: 20px;
    font-size: 20px;
}

.loglogoimg {
    /*width: 100%;*/
    height: 70px;
    padding-bottom: 20px;
}

#Captcha {
    width: 60%;
    display: inline-block;
}

.captcha-img {
    display: inline-block;
    width: 34%;
    float: right;
}

    .captcha-img img {
        height: 34px;
        border: 1px solid #e6e6e6;
        height: 36px;
        width: 100%;
    }


.img_verifycode {
    width: 100px;
    height: 30px;
    display: inline-block;
    position: absolute;
    margin: 5px 0 0 10px;
}

#verCode {
    width: 150px;
    display: inline-block;
}

/*=================================
    GENERAL STYLES
 ==================================*/
@import url(http://fonts.googleapis.com/css?family=Dosis); /*FREE GOOGLE FONT*/
body {
    font-family: 'Dosis', sans-serif;
    line-height: 30px;
    font-size: 20px;
    /*background-color: #6381C3;*/
}

section {
    padding-bottom: 50px;
    padding-top: 50px;
}

/*=================================
    HEADER / REPLICATE HEADER STYLES
 ==================================*/
.header-div {
    color: #000;
}

    .header-div h1 {
        font-size: 26px;
        font-weight: 400;
    }

    .header-div .overlay {
        background: #fff;
        padding-top: 30px;
        padding-bottom: 10px;
    }


/*Background Scrolling Animation*/
@-webkit-keyframes bgscroll {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0 -400px;
    }
}

@-moz-keyframes bgscroll {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0 -400px;
    }
}

@-ms-keyframes bgscroll {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0 -400px;
    }
}

@-o-keyframes bgscroll {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0 -400px;
    }
}

@keyframes bgscroll {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0 -400px;
    }
}
/*=================================
    TEXT SECTION STYLES
=================================== */
.section-text {
    background-color: #6381C3;
    color: #fff;
    background: url(../images/logbg.jpg) no-repeat center;
    height: 500px;
}

.section-textout {
    background-color: #f2f2f2;
    color: #fff;
    height: 500px;
}

/*=================================
    FOOTER SECTION STYLES
=================================== */

footer {
    padding: 20px;
    font-size: 15px;
    text-align: center;
    font-weight: 900;
    background-color: #6381C3;
    color: #fff;
    bottom: 0px;
    position: fixed;
    width: 100%;
}

    footer a, footer a:hover {
        color: #fff;
        text-decoration: none;
    }
