
.container .title{
	font-size: 20px;
    color: #1665C1;
    text-align: center;
    margin-bottom: 20px;
    /* padding: 100px 0px 40px 0px; */
}
div.foot{
	 color: #000;
     font-weight:bold;
}
.form{
	width:31%;
	height:380px;
	background:rgba(255,255,255,1);
	margin:0 auto;
	position: absolute;
    right: 0%;
    top: 22%;
    padding:24px;
}
.form .go{
	margin-top: 80px;
	width:100%;
	padding:15px;
	background:url(../../common/img/btnbg.png);
	color:#fff;
    cursor: pointer;
}
.form input{
	width:66%;
	padding:15px 10px 15px 110px;
	
	border:1px solid #b1b1b1;
	background:rgba(255,255,255,0);
}
.divinput{
	position: relative;
	margin-bottom: 30px;
}
.divinput1{
	position: relative;
	margin-bottom: 0;
}
.divinput span{
	width:31%;
	display: inline-block;
	text-align: center;
	color:#101010;
	position: absolute;
    line-height: 48px;
   /*  top: 40px;	 */
}
.orangebtnhover{
	right: 9px;
    top: 4px !important;
}

.baoxin{
	position: absolute;
	top:40%;
	left:13%;
}
/* 此处进行二维码图片的设置 */
.qrcode{
	position: absolute;
     top:45%;
	 left:35%;
	 width:160px;
	 height:180px;
}
.imgCss{
	margin-left :15px;
}
/* 此处进行二维码文字的设置 */
.qrcodetext{
	margin-left :5px;
	color:#FFFFFF;
}

.loginfooter{
	left: 0px;
    position: absolute;
    color:rgba(22,101,193,1);
    padding: 20px 0px 20px 0px;
    cursor: pointer;
    z-index: 99;
}
.loginfooter1{
	right: 0px;
    position: absolute;
    color:rgba(22,101,193,1);
    padding: 20px 0px 20px 0px;
    cursor: pointer;
    z-index: 99;
}