*{
	margin:0;
	padding:0;
}
a{
	text-decoration: none;
}
body,html{
	font-family: "微软雅黑",sans-serif;
	
}

body{
	background:url(../../images/newLogin/bagImg.jpg) no-repeat left center;
	background-size:100% 100%;
}
.center{
	width:1000px;
	margin:0 auto;
	display:flex;
	min-width: 1000px;
}
header{
	min-width: 1200px;
	height:90px;
	line-height: 90px;
	display:flex;
}
header img{
	height:66px;
	margin-top:12px;
}
header .text{
	height:47px;
	width:90px;
	line-height: 47px;
	border-left:1px solid #999;
	color: #00599c;
	text-align: center;
	margin-top:23px;
	margin-left:20px;
	font-size:16px;
}

section{
	min-width: 1200px;
	height: 600px;
	display:flex;
	justify-content: space-between;
	background:url(../../images/newLogin/bagImg.jpg) no-repeat left center;
    background-size:100% 100%;
}
section .center{
	justify-content: space-between;
}
section .leftImg,section .logingRight{
	height:600px;
	display: flex;
	align-items: center;
}
.wrap-login{
	height: 659px;
	max-width: 1200px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
}



.rightLogin{
	width:330px;
	height:400px;
	padding:20px 40px; 
	background: #fff;
	border-radius: 8px;
	position: relative;
}
.switchover{
	position: absolute;
	top:10px;
	right: 10px;
}
.rightTitle{
	font-size:26px;
}
.tableClick{
	display:flex;
	padding-top:32px;
	justify-content: center;
	color: #888;;
}
.tableClick a{
	color:#888;
	font-size:18px;
	padding:0 20px;
}
.tableClick a:hover{
	color: rgb(0,89,156);
}
.tableClick .aClick{
	color: rgb(0,89,156);
	font-weight: bold;
}
.loginForm input{
	width: calc(100% - 38px);
	height:32px;
	padding:2px 2px 2px 36px;
	border-radius: 4px;
	border:1px solid #888
}
.loginForm input:focus{
	outline: none;
	border:1px solid rgb(0,89,156);
}
.loginForm input::-webkit-input-placeholder{
	color:#888;
}
.loginForm input::-moz-placeholder{
	color:#888;
}
.loginForm div{
	position:relative;
	margin-top:20px;
}
.loginForm div img{
	position: absolute;
	top:10px;
	left:8px;
}
.loginForm div .verificationCode{
	width:calc(100% - 149px);
	margin-right:10px;
}
.loginForm div .verificationCodeImg{
	top:2px;
	left:unset;
	right: 0;
}
.loginButton{
	display: block;
	width:100%;
	height: 44px;
	text-align: center;
	line-height: 44px;
	background: rgba(0,89,156,1);
	color:#fff;
	margin-top:30px;
	border-radius: 4px;
}
.loginForm .logingRightFooter{
	display:flex;
	justify-content: space-between;
	margin-top:0px;
}
.logingRightFooter div{
	color:#00599c;
	margin-top:10px;
}
.logingRightFooter div a{
	font-size:14px;
}
footer{
	background: rgb(230, 230,230);
	height:247px;
	min-width: 1200px;
}
.footerTop{
	display:flex;
	padding-top: 20px;
	padding-bottom:10px;
	border-bottom:1px solid #888;
}
.footerTop a{
	color:#666;
	font-size:16px;
	margin-left:20px;
	margin-right:10px;
}
.footerBottom{
	display:flex;
	justify-content: space-between;
}
.footerBottom  a{
	margin:0 10px;
	color:#0c3d65;
}
.footerBottomA{
	color:#888;
	margin:20px 0;
}
.footerBottom span{
	margin-right:30px;
}
.textBottom{
	margin:10px 0;
}
.imgBottomDiv{
	display:flex;
	justify-content: space-between;
	margin-top:20px;
	position: relative;
}
.imgBottom{
	width:52px;
	height:52px;
	border-radius: 100%;
	background: #9eaebb;
	margin:0 20px;
	display:flex;
	align-items: center;
	justify-content: center;
}
.h2Bottom{
	padding-top:6px;
	color:#0c3D65;
	display:flex;
	justify-content: space-between;
}


/*登录切换*/
.qrcodeTop{
	width:98%;
	height:34px;
	color:#fb4a30;
	background: rgb(253,232,232);
	display:flex;
	align-items: center;
	padding-left:10px;
	position: relative;
	margin-top:20px;
	border-radius: 6px;
}
.qrcodeTop img{
	margin-right:10px;
}
.qrCodeImg{
	margin-top:20px;
}
.qrCodeImg div{
	width:216px;
	height: 216px;
	text-align: center;
	margin:0 auto;
	border:1px solid #999;
	display: flex;
	align-items: center;
	justify-content: center;
}
.qrCodeImg div img{
	width:190px;
	height:190px;
}
.qrCode{
	padding-top:20px;
	padding-bottom:30px;
	text-align: center;
}
.qrCode span{
	color: #00599c;
}
.qrFooter{
	position: absolute;
    left: 0;
    bottom:0;
    width: 100%;
    text-align: center;
    border-top: 1px solid #999;
    line-height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00599c;
}
.qrFooter img{
	margin-right:10px;
}
.footerBottomA{
	position:relative
}
.hoverPopout{
	position: absolute;
    left: -140px;
    top: -384px;
    background: url(../../images/newLogin/u80.svg) no-repeat center center;
    padding: 20px;
    background-size: 100% 100%;
    border-radius: 4px;
    display:none;
}
.hoverPopout1{
	left:-18px;
}

/*微博微信*/
.hoverFooterRight{
	width:116px;
	height:138px;
	position: absolute;
	top: -136px;
    left: -12px;
	background: url(../../images/newLogin/u86.svg) no-repeat center center;
	text-align: center;
	background-size: 100% 100%;
	border-radius: 4px;
	display: none;
}
.hoverFooterRight img{
	margin-top:14px;
}
.hoverFooterRight span{
	margin:0;
	display: block;
	font-size:12px;
	text-align: center;
}
.hoverFooterRight1{
	left:90px;
}
/*IC卡登录样式*/
.icLogin{
	font-size:12px;
	padding:10px 3px;
	color:#333;
	background: #f1f9ff;
	border-radius: 4px;
	padding-left:12px;
}
.icLogin p{
	line-height: 26px;
}
.icLogin p span{
	display:inline-block;
	width:18px;
	height:18px;
	text-align: center;
	line-height: 18px;
	color:#fff;
	background-color: #00599c;
	border-radius: 100%;
	margin-right:4px;
}
