@charset "UTF-8";
.wrap{
    width: 100%;
    height: 100vh;
    background: #fff;
}
.title{
    width: 1200px;
    height: 110px;
    line-height: 110px;
    font-size: 28px;
    color: #275895;
    margin: 0 auto;
    font-weight: bold;
}
.center{
    width: 100%;
    height: 430px;
    background: url(./image/bj.png);
    background-position: center;
}
.content{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    overflow: auto;
}
.centerImg{
    width: 502px;
    height: 430px;
    background: url(./image/ys.png);
}
.denglu{
    width: 300px;
    /* height: 300px; */
    padding-bottom: 23px;
    border-radius: 10px;
    background: #fff;
    position: absolute;
    top:48px;
    right:80px;
}
.loginTitle{
    width: 100%;
    height: 40px;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    color:#4680c8;
    text-align: center;
}
.inputDiv{
    width: 250px;
    height: 40px;
    margin: 0 auto;
    overflow: auto;
    margin-top: 15px;
}
.loginImg{
    width: 40px;
    height: 40px;
    float: left;
    background: url(./image/sj.png) no-repeat;
    border: 1px solid #c3c3c3;
    border-right: none;
    background-position: center;
    border-radius: 3px 0px 0px 3px;
}
.loginImg1{
    background: url(./image/xh.png) no-repeat;
    background-position: center;
}
.loginImg2{
    background: url(./image/yzm.png) no-repeat;
    background-position: center;
}
.phone{
    width: 210px;
    height: 40px;
    border: 1px solid #c3c3c3;
    padding-left: 10px;
    color: #666;
    font-size: 12px;
    border-radius: 0px 3px 3px 0px;
}
.yanzhengma{
    width: 100px;
    height: 40px;
    /*background: #ccc;*/
    float: right;
}
.yanzhengma img{
    width: 100px;
}
.yzm{
    width: 100px;
    height: 40px;
    border: 1px solid #c3c3c3;
    padding-left: 10px;
    color: #666;
    float: left;
    font-size: 12px;
    border-radius: 0px 3px 3px 0px;
}
/* .wangji{
    display: block;
    text-align: right;
    padding-right: 30px;
    color: #4680c8;
    font-size: 12px;
    margin-top: 5px;
} */
.sure{
    width: 250px;
    height: 40px;
    background: #4680c8;
    color: #fff;
    margin: 0 auto;
    display: block;
    border:none;
    border-radius: 3px;
    margin-top: 5px;
}
.foot{
    width: 100%;
    text-align: center;
    line-height: 50px;
    color: #333;
    font-size: 14px;
}
.jiaxiaotong{
	width:100%;
	display:block;
	text-align:right;
	padding:0 25px;
	color: #4680c8;
	margin-top:5px;
}
