﻿@charset "utf-8";

*margin {
    margin:0;
    padding:0;
}

body {
    font-size: 12px;
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}


.zong {
    width:100%;
    height: 100vh;
    padding: 0px;
    overflow: hidden;
    background: url(../images/backg.jpg);
}
.all_box{
    width: 1120px;
    height: 540px;
    background:#fff;
    margin: 200px auto;
    border-radius: 10px;
}
.login {
    height: 294px;
    float: left;
    width: 1400px;
    overflow: hidden;
}

.login1 {
    width: 50%;
    height: 100%;
    float: left;
    background: #E5F1FF;
    border-radius: 10px 0 0 10px;
}

.login2 {
    width: 36%;
    height: 100%;
    float: left;
    margin-left:100px;
}

.login2_1 {
    width: 302px;
    height: 29px;
    float: left;
    margin-top: 40px;
}

.login2_1left {
    width: 88px;
    height: 29px;
    float: left;
}

    .login2_1left span {
        font-size: 14px;
        line-height: 29px;
    }

.login2_1right {
    width: 183px;
    height: 29px;
    float: left;
}

.select {
    width: 183px;
    height: 20px;
    float: left;
}

.gao {
    width: 175px;
    height: 20px;
    float: left;
    font-size:14px;
}

.zhuce {
    width: 302px;
    height: 41px;
    margin-top: 10px;
    float: left;
    margin-bottom:20px;
}

    .zhuce img {
        border: none;
    }

.help {
    width: 302px;
    height: 14px;
    text-align:center;
}

    .help a {
        color: #666
    }

.lg {
    width: 72%;
    height: 96%;
    background:url(../images/backlogo.png)no-repeat;
    background-size:100% 100%;
    margin: 22px auto 0 ;
}
.login_title {
    font-size: 30px;
    color: #454545;
    margin:55px 0 50px 0;
}
.login2_1 input {
    border: none;
    border-bottom: 1px solid #8080803d;
    width: 300px;
    outline: none;
    height: 40px;
}

.btn {
    border: none;
    color: #fff;
    background: #5093FE;
    font-size:15px;
    width:149px;
    line-height:40px;
    text-align:center;
    border-radius:6px;
}
a{
    text-decoration:none;
    color:#fff
}
    a:link {
        text-decoration: none;
    }
    a:visited{
        text-decoration:none
    }
    a:hover {
        text-decoration: none
    }
    a:active {
        text-decoration: none
    }
    a:focus {
        text-decoration: none
    }