
input:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px white inset;
border: 1px solid #E2E3E8!important;
}
.STYLE1 {
	font-family: "微软雅黑";
	font-size: 18px;
}

.STYLE2 {
	color: #2F75BB;
	font-weight: bold;
}

.STYLE3 {
	color: #676767
}

.ocx_style {
	border: 1px solid #F1F1F4;
	width: 320px;
	height: 40px;
	line-height:40px !important ;
	border-radius: 4px;
	background-color: #F5F6FA;
	padding-left: 46px;
}
.ocx_style:focus{
	outline:2px solid #e7e7e7;
}

.ocx_style1{
	border: 1px solid #F1F1F4;
	width: 320px;
	height: 35px;
	line-height:35px;
	border-radius: 4px;
	background-color: white;
}
.ocx_style2{
	border: 1px solid #E2E3E8;
	width: 320px;
	height: 35px;
	line-height:35px;
	border-radius: 4px;
	padding-left: 10px;
	background-color: white;
}
.ocx_style::placeholder{
	color: #a3a4a7;
}
.ocx_style2::placeholder{
	color: #cacbcf;
}



.ocx_style1:focus{
	outline:2px solid #F1F1F4;
}

.ocx_style2:focus{
	outline:2px solid #F1F1F4;
}

._ocx_password_forget{
	border: 1px solid #E2E3E8;
	width: 100%;
	height: 40px;
	line-height:40px;
	border-radius: 4px;
	background-color: white;
	padding-left: 10px;
}
._ocx_password_forget:focus{
	outline:2px solid rgba(104, 177, 245,0.2);
}
._ocx_password_forget::placeholder{
	color: #cacbcf;
}


#_ocx_password_down{
	line-height: 40px !important;
}
/* 
.ocx_style2 {
	border: 1px solid #7F9DB9;
	width: 60px;
	height: 25px;
}

.ocx_style5 {
	border: 1px solid #7F9DB9;
	width: 260px;
	height: 25px;
}

.ocx_style3 {
	border: 1px solid #000000;
	width: 155px;
	height: 25px;
} */

.down {
	border: 1px solid #7F9DB9;
	line-height: 20px;
	text-align: center;
}

a:link {
	font-size: 12px;
	color: #656565;
	text-decoration: underline;
}

/* a:visited {
	font-size: 12px;
	color: #656565;
	text-decoration: underline;
}

a:hover {
	font-size: 12px;
	color: #656565;
	text-decoration: none;
}

a:active {
	font-size: 12px;
	color: #656565;
	text-decoration: none;
} */
/* 投资理财 - 第三方存款 - 证券转银行 - 证券交易密码输入框样式 */
.securities_trade_password_input{
	border: 1px solid #F1F1F4;
	width: 280px;
	height: 32px;
	line-height:32px !important ;
	border-radius: 4px;
	background-color: #ffffff;
	padding: 4px 11px;
}
.securities_trade_password_input:focus{
	border-color: #406cc9;
    border-right-width: 1px !important;
    outline: 0;
    box-shadow: 0 0 0 2px rgb(30 75 189 / 20%);
}
.securities_trade_password_input::placeholder{
	color:#7D7F8E;
}
.securities_trade_password_input::-webkit-input-placeholder{
	color:#7D7F8E;
}
.securities_trade_password_input::-moz-placeholder{
	color:#7D7F8E;
}
.securities_trade_password_input::-ms-placeholder{
	color:#7D7F8E;
}