﻿*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Microsoft YaHei';
}
body{
    background: #f2efef;
    overflow:hidden;
}
.con_btn {
    display: inline-block;
    /*height: 46px;*/
    /*line-height: 46px;*/
    height: 43px;
    line-height: 43px;
    padding: 0 18px;
    background-color: #3988ed;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}
.wrap_con{
    width:1920px;
    height: 1080px;
    position: relative;
}
.wrap{
    width: 1200px;
    margin: 0 auto;
    height: auto;
    display: flex;
    position: relative;
}
.header{
    width: 100%;
    height: 130px;
    padding: 10px 0;
    background: #fff;
}
.main{
    width: 100%;
    height: 650px;
    /*background: url(../images/login/bg.jpg) no-repeat center;*/
    background: url(../images/login/bg_650.jpg) no-repeat center;
    position: relative;
    z-index: 1;
	background-size: 100% 100%;
}
/*选择角色*/
.role{
    height: 45px;
    margin-top: 25px;
    line-height: 45px;
}
.select:hover {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.select:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top-color: #ccc;
    top: 19px;
    right: 10px;
    cursor: pointer;
    z-index: -2;
}
.select select {
    height: 45px;
    border: 1px solid #d2d3d3;
    cursor: pointer;
    padding: 2px 10px 0 55px;
    width: 100%;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color:#666666;
}

.select select:focus {
    outline: none;

}
.user,.pwd,.code,.check{
   width: 100%;
   height: 45px;
   border: 1px solid #d2d3d3;
   margin-top: 25px;
   line-height: 45px;
   display: flex;
   justify-content: space-between;
   transition: all 0.2s linear;
   position: relative;
}
.user:hover,.pwd:hover,.code p:hover,.role input:hover{
    border: 1px solid #3a7dd4;
    box-shadow: 0px 0px 5px 1px #3a7dd4;
}
.user.red,.pwd.red,.code.red p{
    border: 1px solid #f00;
    box-shadow: 0px 0px 3px 1px rgba(220,36,37,.8);
}
.error{
    width: 100%;
    font-size: 14px;
    color:#f91e1e;
    position: absolute;
    bottom: 243px;
}
.user input,.pwd input,.code p input{
    flex: 1;
    border: 0;
    outline: none;
    font-size: 14px;
    color: #999;
    box-sizing: border-box;
    width:400px;
    height:32px;
    line-height:32px;
    margin-left: 48px;
    margin-top:5px;
}
.code p input{
    width:290px;
}
.user i,.pwd i,.code i,.select i{
    width: 30px;
    color: #666;
    font-size: 24px;
    margin: 0 10px;
    display: inline-block;
    position: absolute;
    top:0;
    left:0;
}
.select i{
    margin-left: 15px;
}
.pwd i#eye{
    left:408px;
    cursor: pointer;
}
.pwd i{
    font-size: 30px;
}
.code i{
    font-size: 27px;
}
.code p{
    width: 340px;
    height: 45px;
    border: 1px solid #d2d3d3;
    display: flex;
}
.code{
    border: 0;
    display: flex;
    justify-content: space-between;
}
.check{
    border: 0;
    height: 20px;
    line-height: 20px;
    /* margin: 0; */
    font-size: 14px;
    color: #777;
    position: relative;
}
.check label{
    line-height: 20px;
    cursor: pointer;
}
.check label input{
    margin-top: 3px;
    margin-right: 10px;
    float: left;
}
.check a{
    color:#3a7dd4 ;
    text-decoration: none;
    position: absolute;
    right:0;
}
.submit{
    border: 0;
    width: 460px;
    height: 50px;
    line-height: 50px;
    background: #216bd6;
    border:1px solid #2b75de;
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    display: block;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 15px;
}

.footer{
    width: 100%;
    color: #666;
    background: #f2efef;
    z-index: 10;
}

.footer-bottom{
    font-size: 14px;
    color:#666;
    text-align: center;
    padding-top: 40px;
    width:100%;
    overflow: hidden;
	line-height: 26px;
}
.footer-bottom span{padding: 0 10px;}
.logo{
    justify-content: space-between;
}
.logo img{
    height:113px;
	margin-top: 0px;
}
.main .login{
    /*width: 720px;*/
    width: 620px;
    height: 480px;
    position: absolute;
    top: 80px;
    right: 0;
    display: flex;
}
.main .txt{
    width: 350px;
    height: 100px;
    position: absolute;
    font-size: 30px;
    color: #fff;
    font-style: italic;
    top: 70px;
    left: 0;
    text-align: right;
    line-height: 40px;
}

.lo-right{
    width: 500px;
    height: 490px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    left: 60px;
    box-shadow: 0px 0px 10px 5px #0505054d;
}
.lo-right-wrap{
    padding: 20px 20px 0;
}

.lo-right .title{
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: flex;
    justify-content: space-between;
    position: relative;
    border-bottom: 1px solid #ccc;
}

.title_in{
    display: inline-block;
    margin:0 auto;
    text-align: center;
    cursor: pointer;
    /*font-weight: bold;*/
    padding: 0 10px;
}
canvas{
    border: 2px solid #000;
    width: 108px;
    height: 45px;
    cursor: pointer;
    position: absolute;
    top:0;
    right:0;
}
.login-bt{
    text-align: center;
    height: 56px;
    line-height: 56px;
    margin-top: 28px;
    font-size: 14px;
    padding: 0 20px;
}
.wjmm{
    display: inline-block;
    color: #124ca0;
    cursor:pointer;
    float: left;
}
.hmzh{
    display: inline-block;
    float: right;
}
.ljzc{
    display: inline-block;
    color: #124ca0;
    cursor:pointer;
    float: right;
}

/*@media screen and (min-width: 1440px) and (max-width: 1600px){*/
/*    .header{*/
/*        width: 100%;*/
/*        height: 120px;*/
/*        padding: 10px 0;*/
/*        background: #fff;*/
/*    }*/
/*    .content .layui-btn{*/
/*        display: inline-block;*/
/*        height: 33px;*/
/*        line-height: 33px;*/
/*        padding: 0 18px;*/
/*        background-color: #3988ed;*/
/*        color: #fff;*/
/*        white-space: nowrap;*/
/*        text-align: center;*/
/*        font-size: 14px;*/
/*        border: none;*/
/*        border-radius: 2px;*/
/*        cursor: pointer;*/
/*    }*/
/*    .lo-right .title{*/
/*        width: 100%;*/
/*        height: 50px;*/
/*        line-height: 50px;*/
/*        display: flex;*/
/*        justify-content: space-between;*/
/*        position: relative;*/
/*    }*/
/*    .t1 {*/
/*        font-size: 18px;*/
/*        width: 100%;*/
/*        display: flex;*/
/*        height: 50px;*/
/*        line-height: 50px;*/
/*        border-bottom: 1px solid #ccc;*/
/*    }*/
/*    .t1 span{*/
/*        display: inline-block;*/
/*        width: 50%;*/
/*        text-align: center;*/
/*        cursor: pointer;*/
/*    }*/
/*    .main{*/
/*        width: 100%;*/
/*        height: 440px;*/
/*        background: url(../images/login/bg_s.jpg) no-repeat center;*/
/*        position: relative;*/
/*        z-index: 1;*/
/*        background-size: 100% 100%;*/
/*    }*/
/*    .main .login{*/
/*        width: 546px;*/
/*        height: 364px;*/
/*        position: absolute;*/
/*        top: 30px;*/
/*        right: 0;*/
/*        display: flex;*/
/*    }*/
/*    .lo-right{*/
/*        width: 380px;*/
/*        height: 380px;*/
/*        background: #fff;*/
/*        border-radius: 5px;*/
/*        overflow: hidden;*/
/*        position: absolute;*/
/*        z-index: 100;*/
/*        left: 60px;*/
/*        box-shadow: 0px 0px 10px 5px #0505054d;*/
/*    }*/
/*    .user input, .pwd input, .code p input {*/
/*        flex: 1;*/
/*        border: 0;*/
/*        outline: none;*/
/*        font-size: 14px;*/
/*        color: #999;*/
/*        width: 290px;*/
/*        height: 32px;*/
/*        line-height: 32px;*/
/*        margin-left: 48px;*/
/*        margin-top: 0;*/
/*    }*/
/*    .user, .pwd, .code, .check {*/
/*        width: 100%;*/
/*        height: 35px;*/
/*        !*  border: 1px solid #d2d3d3; *!*/
/*        margin-top: 14px;*/
/*        line-height: 32px;*/
/*        display: flex;*/
/*        justify-content: space-between;*/
/*        transition: all 0.2s linear;*/
/*        position: relative;*/
/*    }*/
/*    .login-bt{*/
/*        text-align: center;*/
/*        height: 56px;*/
/*        line-height: 56px;*/
/*        margin-top: 18px;*/
/*        font-size: 14px;*/
/*        padding: 0 20px;*/
/*    }*/
/*    .code p {*/
/*        width: 230px;*/
/*        height: 35px;*/
/*        border: 1px solid #d2d3d3;*/
/*        display: flex;*/
/*    }*/
/*    canvas {*/
/*        border: 2px solid #000;*/
/*        width: 108px;*/
/*        height: 35px;*/
/*        cursor: pointer;*/
/*        position: absolute;*/
/*        top: 0;*/
/*        right: 0;*/
/*    }*/
/*    .logo img {*/
/*        height: 90px;*/
/*        margin-top: 5px;*/
/*    }*/
/*    .submit{*/
/*        height: 36px;*/
/*        line-height: 36px;*/
/*        border: 0;*/
/*        background: #216bd6;*/
/*        color: #fff;*/
/*        font-size: 14px;*/
/*        font-weight: bold;*/
/*        text-align: center;*/
/*        display: block;*/
/*        border-radius: 4px;*/
/*        cursor: pointer;*/
/*        margin-top: 25px;*/
/*        width: 340px;*/
/*    }*/

/*    }*/
