/* Header */
.large-header {
    position: relative;
    width: 100%;
    background: #333;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    z-index: 1;
}
#loginWrap {
    padding: 15px 35px;
    margin-top: 20px;
}
.demo-1 .large-header {
    background-image: url('../images/demo-2-bg.jpg');
}

.logo_box {
    width: 500px;
    height: 400px;
    /* padding: 35px; */
    color: #EEE;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -250px;
    margin-top: -200px;
    background-color: #fff;
    border-radius: 3px;
}

    .logo_box h3 {
        text-align: center;
        height: 20px;
        font: 20px "microsoft yahei",Helvetica,Tahoma,Arial,"Microsoft jhengHei",sans-serif;
        color: #FFFFFF;
        height: 20px;
        line-height: 20px;
        padding: 0 0 35px 0;
        position: absolute;
        top: -20%;
        left: -148px;
        font-size: 40px;
        width: 700px;
    }

.forms {
    width: 280px;
    height: 485px;
}

.logon_inof {
    width: 100%;
    min-height: 450px;
    padding-top: 35px;
    position: relative;
}

.input_outer {
    height: 46px;
    padding: 0 5px;
    margin-bottom: 30px;
    border-radius: 50px;
    position: relative;
    border: rgba(255,255,255,0.2) 2px solid !important;
}

    .input_outer:hover {
        border: 2px solid #fff !important;
    }


.us_uer {
    width: 55px;
    height: 25px;
    color: #192f4a;
    position: absolute;
    margin: 10px 13px;
    font-weight: bold;
    font-size: 16px;
}

.l-login {
    position: absolute;
    z-index: 1;
    left: 50px;
    top: 0;
    height: 46px;
    font: 14px "microsoft yahei",Helvetica,Tahoma,Arial,"Microsoft jhengHei";
    line-height: 46px;
}

.text {
    width: 330px;
    height: 46px;
    outline: none;
    display: inline-block;
    font: 14px "microsoft yahei",Helvetica,Tahoma,Arial,"Microsoft jhengHei";
    margin-left: 72px;
    background-color: #fff;
    background: none;
    line-height: 46px;
    padding: 0 10px;
    box-sizing: border-box;
    border: 1px solid #d7dde0;
}

#code {
    position: absolute;
    right: -1px;
    top: -1px;
    border: 2px solid #5c7182;
    border-radius: 50px;
    background-color: transparent;
    height: 45px;
    color: #fff;
    width: 90px;
    cursor: pointer;
    font-style:normal;
    font-size:13px;
}

/*///*/
.mb2 {
    margin-bottom: 20px
}

    .mb2 a {
        text-decoration: none;
        outline: none;
    }

.submit {
    padding: 15px;
    margin-top: 20px;
    display: block;
}

.act-but {
    line-height: 20px;
    text-align: center;
    font-size: 20px;
    border-radius: 2px;
    background-color: #076cd2;
    width: 390px;
    margin: auto;
    transition:all linear 0.4s;
}
    .act-but:hover {
        background-color: #067df5;
    }
#wrapUp {
    width: 600px;
    height: 300px;
    /* padding: 35px; */
    color: #EEE;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -300px;
    margin-top: -150px;
    overflow: hidden;
    /* transform: translate(-50%,-50%); */
    text-align: center;
}
#PhoneNumber {
    width:182px;
}
#wrapUp li a {
    color: #fff;
    font-size: 27px;
    letter-spacing: 5px;
    text-shadow: 0 0 3px #0835c5;
    display:block;
    width:100%;
    height:100%;
}

#wrapUp li {
    width: 300px;
    height: 200px;
    line-height: 200px;
    border-radius: 10px;
    border: 1px solid #fff;
    display: inline-block;
    margin: 0 10px;
    text-align: center;
   
    margin-bottom: 20px;
    cursor: pointer;
    background-image: linear-gradient(to bottom,#1597f9, #020bae);
    transition:all linear .4s;
}
    #wrapUp li:hover {
        background-image: linear-gradient(to bottom,#1597f9, #1597f9);
    }
.content > h3 {
    width: 100%;
    height: 80px;
    line-height: 80px;
}
    .content > h3 a {
        display: block;
        width: 1200px;
        height: 100%;
        margin: auto;
        font-size: 32px;
        letter-spacing: 2px;
        color: #2c496d;
        font-weight: bold;
    }
#foot {
    height: 65px;
    background-color: #ffffff;
    width: 100%;
    color: #294756;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    font-size: 15px;
}
.upImg {
    width:100%;
    height:110px;
}
    .upImg img {
        width: 100%;
        height:100%;
    }