/*背景*/

.ec-bg-gyj {
	background: url(../images/login/background.jpg) no-repeat;
	height: 768px;
	position: relative;
	background-size: 100% 100%;
	margin: 0 auto;
	width: 90%;
}


/*中心区域*/

.ec-content {
	width: 380px;
	margin: 0 auto;
	margin-top: 70px;
	position: relative;
}

.ec-login-head {
	position: relative;
	padding-left: 50%;
	right: 95px;
	margin-bottom: 40px;
}

.ec-form-con button {
	width: 100%;
	height: 40px;
	font-size: 18px;
}

.ec-form-con .ec-tip-gyj {
	font-size: 12px;
	margin-top: 13px;
}

.ec-login-form {
	margin: 0 auto;
	width: 280px;
}

.ec-form-title {
	border-bottom: 1px solid #686868;
	margin-bottom: 21px;
}

.ec-form-title h4 {
	font-weight: 700;
}

.ec-form-title h4 span {
	color: #6d89a4;
	font-size: 14px;
	/*	margin-left: 60px;*/
	cursor: pointer;
	margin-top: 3px;
}

.form-control {
	border: 0;
	background: none;
}

.ec-form-input {
	position: relative;
	border: 1px solid #dbdbdb;
	background: #fefdf0;
	height: 40px;
	line-height: 40px;
	border-radius: 4px;
}

.ec-form-input span {
	color: #6b707c;
	padding: 0 14px;
	border-right: 1px solid #d2d2cb;
}

.ec-form-type {
	height: 100%;
	padding: 0 14px;
	border: 0;
	background: none;
}


/*输入框*/

.form-input-text {
	width: auto;
}


/*下拉框*/

.form-select-text {
	background: url(../images/login/ec-login-sel.png) no-repeat center right;
	cursor: pointer;
}


/*验证码*/

.ec-form-input span.ec-auth {
	padding-right: 28px !important;
}

.form-auth-code {
	width: 36%;
}

.ec-form-input .ec-sel-item {
	width: 190px;
	position: absolute;
	right: 0;
	z-index: 888;
	border: 1px solid #ccc;
	background: #fff;
	padding: 0 15px;
}

.ec-form-input .ec-sel-item li {
	border-bottom: 1px dotted #ccc;
	cursor: pointer;
	line-height: 25px;
}

.ec-form-input #verifyCode {
	margin-bottom: 5px;
	cursor: pointer;
}


#loadInputPwd input {
	display: block;
	position: absolute;
	top: 0;
	left: 104px;
	border: none;
	height: 38px;
	line-height: 38px;
	z-index: 0;
}
#loadInputPwd #passwordId_down{
	display: inline-block;
	margin-left: 10px;
}
#loadInputPwd{
	border: none;
	padding: 0 10px;
}


/*密码*/

#loginpwd_str,
#pinpwd_str {
	display: block;
	position: absolute;
	top: 0;
	left: 88px;
	border: none;
	height: 40px;
	line-height: 40px;
	z-index: 0;
}

#loginpwdId_pge,
#loginpwdId {
	height: 38px;
	line-height: 38px;
	width: 100%;
}

#loginpwd_str #opw_pge,
#loginpwd_str #opw {
	height: 32px;
	line-height: 32px;
	width: 100%;
}

#loginpwd_str #opw {
	padding-left: 10px;
}


/*底部图标*/

.ec-footer-gyj {
	font-size: 0;
	text-align: center;
}

.ec-footer-gyj .ec-icon {
	display: inline-block;
	width: 62px;
	height: 62px;
	margin-right: 58px;
}

.ec-icon.icon-ios {
	background: url(../images/login/ios_v.png) no-repeat;
}

.ec-icon.icon-andriod {
	background: url(../images/login/android_v.png) no-repeat;
	margin-right: 0;
}

.ec-icon.icon-wx {
	background: url(../images/login/wechart_v.png) no-repeat;
}


/*底部版权*/

.ec-footer-bottom {
	text-align: center;
	color: #65636a;
}


/*右侧浮层*/

.ec-flayer-gyj {
	padding:20px 0;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #b1b2a6;
	background: rgba(178, 178, 166, .5);
	filter: Alpha(opacity=50);
	box-sizing: border-box;
	width: 100%;
	height: 120px;
}
.ec-flayer-gyj ul li {
	position: relative;
	margin-bottom: 22px;
	width: 13.7%;
	color: #fff;
	display: inline-block;
	text-align: center;
	margin: 0 auto;
}
.ec-flayer-gyj ul li p{
	margin: 10px 0 0 0;
	color: #fff;
}
.ec-flayer-gyj .icon-list{
	display: block;
	width: 52px;
	height: 52px;
	margin: 0 auto;
	background: url(../images/login/ec-flayer.png) no-repeat left center;
}
.ec-flayer-gyj .icon0 {
	background-position: center 0;
}

.ec-flayer-gyj .icon1 {
	background-position: center -58px;
}

.ec-flayer-gyj .icon2 {
	background-position: center -116px;
}

.ec-flayer-gyj .icon3 {
	background-position: center -174px;
}

.ec-flayer-gyj .icon4 {
	background-position: center -232px;
}

.ec-flayer-gyj .icon5 {
	background-position: center -290px;
}

.ec-flayer-gyj .icon6 {
	background-position: center -348px;
}

.ec-flayer-gyj .icon7 {
	background-position: center -406px;
}
.ec-flayer-gyj .icon8 {
	background-position: center -464px;
}
.ec-flayer-gyj .icon9 {
	background-position: center -522px;
}
.ec-flayer-gyj .lang-ul{
	display: none;
	background: gray;
	position: absolute;
	z-index: 2;
	left: 66px;
	top: 42px;
	height: 80px;
	width:60px;
}
.ec-flayer-gyj .lang-li{
	background:none;
	margin-bottom: 0;
	margin-left:-66px;
	height:24px;
	line-height: 24px;
	cursor:pointer;
}
.tips-icon{
	display: none;
	position: absolute;
	right: -28px; 
	top:0;
	line-height: 40px;
	font-size:18px;
	color: blue;
	cursor: pointer;
}
.depositIns_frame{
	position: absolute;
	right: 0;
	bottom:0;
	padding: 20px 15px;
}
.depositIns_login{
	height: 85px;
	border: 1px solid #ccc;

}
#passwordreaset .default,
#passwordreaset .i-userCode{
	width: 100%;
	height: 30px;
	border: 0;
	padding-left: 10px;
}
