*{
	margin:0;
	padding: 0;
}
body {
	overflow: hidden;
}
/* 滑块验证码下拉条样式 */
.sliderContainer {
  position: relative;
  text-align: center;
  width: 460px;
  height: 38px;
  line-height: 40px;
  margin-top: 15px;
  background: #f7f9fa;
  color: #45494c;
  border: 1px solid #e4e7eb;
}
#bindpassword {
	display: inline-block;
	width: 95%;
	color: #000;
}

#bindName {
	display: inline-block;
	width: 95%;
	color: #000;
}

body .modal_font {
	color: black !important;
}

.modal_font th {
	text-align: left;
	font-weight: 800 !important;
}
.modal {
            display: none; /* 默认隐藏 */
            position: fixed; /* 固定定位 */
            z-index: 1; /* 置于顶层 */
            left: 0;
            top: 0;
            width: 100%; /* 全屏宽度 */
            height: 100%; /* 全屏高度 */
            overflow: auto; /* 超出部分滚动 */
            background-color: rgba(0, 0, 0, 0.4); /* 黑色透明底部 */
}

.modal_font table td {
	text-align: left;
}

.form-group {
	margin-bottom: 4vh;
}

.input-inline input {
	float: left;
}

.form-control1 {
	
	width: 100%;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	
	height: 4.9vh;
	border-radius: 8px;
	padding: 4px 18px;
	background: #fafafa;
	
	
}
.form-control1:hover {
		border-color: #103770;
	}
input:focus {
	
	outline: none;
	
	}
.checkforget {
		margin-top:-2vh;
}

.forgetpass {
	color: #fff;
	float: right;
}

.loginbox {
	width: 100% !important;
		margin: 80px auto 0;
}

#skfPINModal .btn-default {
		width: 60px !important;
		height: 35px !important;
		line-height: 40px !important;
		font-size: 16px !important;
		background-color: #b2bac1 !important;
		display: inline-block !important;
		padding: 6px 12px !important;
		margin-bottom: 0 !important;
		font-size: 14px !important;
		font-weight: 400 !important;
		line-height: 1.42857143 !important;
		text-align: center !important;
		white-space: nowrap !important;
		vertical-align: middle !important;
		touch-action: manipulation !important;
		cursor: pointer !important;
		user-select: none;
		border: 1px solid transparent !important;
		border-radius: 4px !important;
		
	}

.btn-default {
	height: 4.8vh;
	margin-top: 0vh;
	background: linear-gradient(0deg,#10498e,#2974b1);
	box-shadow: 0 4px 9px 0 rgba(0,0,0,.16);
	border-radius: 6px;
	font-size: 1.8vh;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,.12);
	line-height: 1.499;
	    position: relative;
	    display: inline-block;
	    font-weight: 400;
	    white-space: nowrap;
	    text-align: center;
		width: 100%;
	}
	.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
	    color: #fff;
	    background-color: #e6e6e6;
	    border-color: #adadad;
	}
	
.btn-defaults {
		margin-left: 1px;
		height: 4.8vh;
		background: linear-gradient(0deg,#10498e,#2974b1);
		line-height: 1.499;
		color: #fff;
		background-color: #0560b2;
		font-size: 1.8vh;
		text-align: center;
		cursor: pointer;
		background-image: none;
		box-shadow: 0 4px 9px 0 rgba(0,0,0,.16);
		border-radius: 6px;
		border: none;
		
	}
	
.btn-second {
		color: #fff;
		background-color: #28334f;
		width: 460px;
		height: 45px;
		line-height: 45px;
		font-size: 18px;
		text-align: center;
		cursor: pointer;
		background-image: none;
		border-radius: 4px;
		border: none;
		margin-top: 15px;
	}
	
.white-link {
	color: white;
	text-decoration: none;
}

a:link {
	color: white;;
	text-decoration: none;
}

a:visited {
	color: white;
	text-decoration: none;
}

a:hover {
	color: white;
	text-decoration: none;
}

a:active {
	color: white;
	text-decoration: none;
}

.alert-warning a:link {
	color: blue;
	text-decoration: none;
}

.alert-warning a:visited {
	color: blue;
	text-decoration: none;
}

.fingerLogin {
	width: 600px;
	background: #fff;
	display: none;
	position: fixed;
	z-index: 10001;
	top: 30%;
	left: 50%;
	margin-left: -300px;
	margin-top: 30px;
	padding: 20px 20px;
	border-radius: 5px;
	text-align: center;
}

.fingerLogin p {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	text-align: left;
	margin-bottom: 20px;
	font-weight: 600;
}

.fingerLogin button {
	color: white;
	border: none;
	box-shadow: none;
	font-size: 17px;
	font-weight: 500;
	-webkit-border-radius: 4px;
	border-radius: 5px;
	padding: 10px 32px;
	margin: 26px 5px 0 5px;
	cursor: pointer;
	display: inline-block;
	background-color: rgb(60, 141, 188);
}

.hand {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}

.fingerMsg {
	margin: 15px 0;
}

.fingerImg {
	width: 71px;
	background-color: #ccc;
	height: 100px;
}

.fingerImg img {
	width: 100%;
}

.fingerPhoto {
	/*width: 71px;*/
	/*background-color: #ccc;*/
	height: 150px;
}

#usbkeyCertid option {
	color: #333;
}
#usbkeyCertAndPwd option {
	color: #333;
}

#usbkeyCertAndFace option {
	color: #333;
}
#usbkeyCertAndEmail option {
	color: #333;
}
#usbkeyCertAndPhone option {
	color: #333;
}
#usbkeyCertAndFinger option {
	color: #333;
}

.form_flex_box {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}

.logintitleBox {
	width: 100%;
	height: 170px;
	padding: 20px 0;
}
	.loginbox_center {
		width: 1200px;
		height: 150px;
		margin:0 auto;
	}
	
	.logintitle {
		margin:0 auto!important;
	}
	.button_group {
		display: flex;
		flex-wrap: nowrap;
		flex-direction: row;
		align-items: center;
		justify-content: flex-end;
		height: 50px;
		line-height: 50px;
		font-size: 17px;
	}
	.button_group ul {
		margin:0;
		margin-left: 20px;
	}
	.page-container {
	  margin: 0 auto;
	  transform: translateY(20%);
	  width: 75vw;
	  height: 74vh;
	  background: #fff;
	  box-shadow: 0 10px 59px 0 rgba(4,0,0,.3);
	  border-radius: 16px;
	  display: flex;
	}
	.page-container_center {
		width: 1200px;
		margin:0 auto;
	}
	#privacy {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: center;
		width: 100%;
		height: 30px;
		line-height: 30px;
	}
	
	 .left{
		  width: 54.6%;
	  }
	.left-img {
	  width: 100%;
	  height: 100%;
	  background: url(/dingzhi/image/login-left.png);
	  background-size: 100% 100%;
	}
	.right{
		width: 45.4%;
		flex: 1;
		margin: 0 4.4vw;
		display: flex;
		flex-direction: column;
	}
	
	.right .h1{
		font-size: 3.8vh;
		font-weight: 700;
		color: #063674;
		text-align: center;
		margin-top: 11vh !important;
	}
	
	
	h1, .h1, h2, .h2, h3, .h3{
		margin-top: 1px ;
	}
	.right .h2{
		font-size: 2.7vh;
		    font-weight: 700;
		    color: #063674;
		    line-height: 2.7vh;
		    text-align: center;
		    margin-top: 0px !important;
		    margin-bottom: 3.7vh;
	}
	.userLogin{
		height: 100vh;
	}
	.userLogin .imgaa {
	    width: 100%;
	    height: 100%;
	}
	#privacy input[type=checkbox] {
		margin:0;
	}

  
 	.input-group {
    	width: 100% !important;
	}
  
