/*背景*/

.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-bg-electronic {
	background: url(../images/login/ele-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: 70px;
	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;
	position: relative;
}
.ec-form-con .ec-tip-gyj > a{
	color: #1890FF;
}
.ec-form-con .ec-tip-gyj > a:hover{
	color: #40a9ff;
	text-decoration: underline;
}
.ec-form-con .ec-tip-gyj > a:active, .ec-form-con .ec-tip-gyj > a:visited{
	color: #096dd9;
	text-decoration: underline;
}
.ec-tip-gyj .tip-list{
	display: none;
	background: #FFF;
	box-shadow: 0 6px 16px rgba(0,0,0,0.08);
	border-radius: 2px;
	position: absolute;
	padding: 4px 0;
}
	
.ec-tip-gyj .tip-list > a{
	display: block;
	font-size: 14px;
	color: #333333;
	padding: 9px 12px;
	text-align: left;
	margin: 0;
	line-height: 14px;
}
.ec-tip-gyj .tip-list > a:hover{
	background: #F3F3F3;
}
.ec-tip-gyj .forgetPwd{
	float: left
}
.ec-login-form {
	margin: 0 auto;
	width: 280px;
}

.ec-login-form-ele {
	margin: 0 auto;
	background-color: #fff;
	border-radius: 2px;
	box-shadow: 0 9px 28px rgba(0,0,0,0.08);
	padding: 20px 44px;
	border: 1px solid #d9d9d9\0;
}
:root .ec-login-form-ele {
	border: 0;
}

.ec-login-form-ele .ec-form-input {
	background: none;
}

.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;
}
#loadInputPwd #passwordId_down{
	display: inline-block;
	margin-left: 10px;
}
#loadInputPwd {
	border:none;
}
#loadInputPwd  input {
	display: block;
	position: absolute;
	top: 0;
	left: 88px;
	border: none;
	height: 38px;
	line-height: 38px;
	z-index: 0;
	padding-left: 10px;
}

.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;
}


/*密码*/

#loginpwd_str,
#pinpwd_str {
	display: block;
	position: absolute;
	top: 0;
	left: 88px;
	border: none;
	height: 40px;
	line-height: 40px;
	z-index: 0;
}
#loginpwd_str1,#loginpwd_str2{
	display: block;
	position: absolute;
	top: 0;
	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,
#loginpwd_str1 #opw1_pge,
#loginpwd_str1 #opw1,
#loginpwd_str2 #opw2_pge,
#loginpwd_str2 #opw2 {
	height: 32px;
	line-height: 32px;
	width: 100%;
}

#loginpwd_str #opw,
#loginpwd_str1 #opw1,
#loginpwd_str2 #opw2 {
	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: 20px;
}

.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;
}

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


/*底部版权*/

.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: 9.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 .icon10 {
	background-position: center -581px;
}
.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;
}
/*版本切换*/
.ec-login-verTab{
    position: absolute;
    right: 0px;
    top: 50%;
    width: 40px;
    text-align: center;
    background: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
    z-index: 2000;
}
.ec-login-verTab a{
	display: inline-block;
	outline: none;
}
.ec-review-pop-gyj {width: 650px; height: 260px; border-radius: 2px;background: #FFF;box-shadow:0 6px 16px 0;}
.ec-review-pop-gyj .ec-title{background-color: #ED473A; color: #fff; font-size: 14px; height: 38px; line-height: 38px; padding-left: 14px;border-radius: 2px 2px 0 0;}
.ec-review-pop-gyj .ec-title span{float: right; margin-right: 20px; font-size: 20px; cursor: pointer; position: relative !important;}
.ec-content-pop .con-card-body{padding-left: 20px; padding-top: 5px;}
.ec-content-pop .con-card-body .con-span1{margin-left: 16px; /*color: #ED473A;*/ font-size: 16px;}
.ec-content-pop .con-card-body .con-span2{margin-left: 44px; font-size:12px; display: block; margin-top: 16px;}
.ec-content-pop .con-card-body .con-span3{color:#2a8fe0; cursor: pointer;}
.ec-content-pop .con-card-body .con-span3:hover{color:#2a8fe0; cursor: pointer;text-decoration: underline;}
.ec-content-pop .con-card-body .con-span4{color: #2a8fe0; text-decoration: underline;}
.ec-content-pop .con-footer{margin-left: 246px; /*margin-top: 90px;*/}
.con-line{width: 538px; border: 1px solid #ececec; margin: 0 auto; margin-top: 24px; margin-bottom: 16px;}
.con-footer{font-size: 0; margin-top: 10px;}
.con-footer span{display: inline-block; border-radius: 2px; padding:9px 8px; font-size: 14px; line-height: 1; cursor: pointer; min-width: 100px; text-align: center;}
.con-footer .ft-span-1{background-color: #ED473A; color: #fff; margin-right: 24px;}
.con-footer .ft-span-2{background: #FFFFFF; border: 1px solid #D9D9D9;}
.ec-step-popover{display: none; height: auto;width: 296px; background-color: white; position: absolute; z-index: 9999;color: #595959;border-radius: 2px;font-family: "微软雅黑";box-shadow: 0 3px 6px 0 rgba(0,0,0,0.14);border: 1px solid #ECECEC;}
.ec-step-triangle1{position:absolute;bottom:-16px; left:50%; border:8px solid white; content: ''; border-right-color: transparent; border-left-color: transparent; border-bottom-color: transparent;}
.ec-step-v{top: -68px; left:-40%;width: 218px; padding: 8px 12px;font-size:12px;text-align: left;}
.ec-step-highlig{position: relative;z-index: 9999;}
.privacy{top: 12px; right: 120px;  position: absolute;z-index: 1;}
.privacy a{font-size: 12px; font-weight: bold;cursor: pointer;}
.privacy a:hover{text-decoration: underline;}
