/*背景*/

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

/*中心区域*/

.ec-content {
	width: 380px;
	margin: 0 auto;
	margin-top: 122px;
	position: relative;
}
.ec-login-head {
	position: relative;
	padding-left: 50%;
	right: 70px;
	margin-bottom: 40px;
}
.ec-form-con button {
	width: 100%;
	height: 55px;
	font-size: 18px;
	background: rgb(214,30,15);
}
.ec-form-con .ec-tip-gyj {
	font-size: 14px;
	margin-top: 13px;
	text-align: center;
	color: #B6B6B6;
}
.ec-login-form {
	margin: 0 auto;
	width: 280px;
}
.ec-form-title {
	margin-bottom: 50px;
	text-align: center;
}
.ec-form-title h4 {
	font-weight: normal;
	font-size: 48px;
}
.form-control {
	border: 0;
	background: none;
}
.ec-form-input {
	position: relative;
	border-bottom: 1px solid rgb(237,237,237);
	padding: 20px 0;
	border-radius: 4px;
}
.ec-form-input span {
	font-size: 21px;
	height: 21px;
	line-height: 21px;
	color: rgb(51,51,51);
	padding: 0 14px;
}
.ec-form-type{
	height: 100%;
	padding: 0 14px;
	border: 0;
	background: none;
	font-size: 21px;
}
/*输入框*/
.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: 11px;
	left:115px;
	border:none;
	height: 40px;
	line-height: 40px;
	z-index: 0;
}
#loginpwdId_pge, #loginpwdId{
	height: 38px;
	line-height: 38px;
	width: 100%;
}
#loginpwd_str1 #opw_pge, 
#loginpwd_str1 #opw,
#loginpwd_str2 #opw_pge, 
#loginpwd_str2 #opw{
	height: 32px;
	line-height: 32px;
	width: 100%;
}
#loginpwd_str1 #opw,
#loginpwd_str2 #opw{
	padding-left: 10px;
}

/*首次登录修改密码，密码控件样式*/
#loginpwd_str1 #opw1_pge,
#loginpwd_str1 #opw1,
#loginpwd_str2 #opw2_pge,
#loginpwd_str2 #opw2 {
	height: 32px;
	line-height: 32px;
	width: 100%;
}
.newPwdBorder{
	border:1px solid #DBDBDB;
}


/*底部图标*/

.ec-footer-gyj {
	margin-top: 158px;
	font-size: 0;
	margin-bottom: 22px;
	text-align: center;
}
.ec-footer-gyj .ec-icon {
	display: inline-block;
	width: 62px;
	height: 62px;
	margin-right: 38px;
}
.ec-icon.icon-ios {
	background: url(../images/login/ios.png) no-repeat;
}
.ec-icon.icon-andriod {
	background: url(../images/login/android.png) no-repeat;
}
.ec-icon.icon-wx {
	background: url(../images/login/wechart.png) no-repeat;
	margin-right: 0;
}

/*底部版权*/

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

/*右侧浮层*/

.ec-flayer-gyj {
	padding: 34px 20px;
	position: absolute;
	top: 40px;
	right: 0;
	background: #b1b2a6;
	background: rgba(178, 178, 166, .5);
	filter: Alpha(opacity=50);
	border-radius: 6px 0 0 6px;
	width: 90px;
	box-sizing: border-box;
	/*background: url(../images/login/alpha_bg.png) repeat;*/
}
.ec-flayer-gyj ul li {
	position: relative;
	background: url(../images/login/ec-flayer.png) no-repeat left center;
	height: 52px;
	margin-bottom: 22px;
	line-height: 52px;
	padding-left: 72px;
	color: #fff;
}
.ec-flayer-gyj ul li a {
	color: #fff;
	white-space: nowrap;
}
.ec-flayer-gyj .icon0 {
	background-position: 0 0;
}
.ec-flayer-gyj .icon1 {
	background-position: 0 -58px;
}
.ec-flayer-gyj .icon2 {
	background-position: 0 -116px;
}
.ec-flayer-gyj .icon3 {
	background-position: 0 -174px;
}
.ec-flayer-gyj .icon4 {
	background-position: 0 -232px;
}
.ec-flayer-gyj .icon5 {
	background-position: 0 -290px;
}
.ec-flayer-gyj .icon6 {
	background-position: 0 -348px;
}
.ec-flayer-gyj .icon7 {
	background-position: 0 -406px;
}
.ec-btn-red {
	color: #fff !important;
	background: #e8313e;
}

.ec-btn-red:hover {
	background: #d3090f;
}
.ec-content-bottom {
	position: absolute;
	width: 100%;
	bottom: 20px;
	text-align: center;
}

.ec-main-form {
	width: 630px;
	margin: 50px auto 20px;
}
.ec-main-form-part {
	width: 220px;
	height: 330px;
	padding-top: 11px;
	text-align: center;
	cursor: pointer;
}
.ec-main-form-part-btn {
	display: block;
	margin: 15px auto;
	color: #333333;
	font-size: 28px;
}
.ec-main-form-part p {
	font-size: 20px;
	color: #999999;
}
.ec-main-footer {
	background: url(../images/footer_bg1.png);
	text-align: center;
	position: absolute;
	bottom: 0;
	padding-top: 50px;
	height: 127px;
	width: 100%;
}
.ec-main-footer p {
	margin: 0;
	font-size: 18px;
	color: #333333;
	line-height: 24px;
}


/*新登录*/
.ec-newcontent {
	position: relative;
	height: 100%;
}
.ec-main-head {
	padding-top: 40px;
	padding-left: 40px;
	text-align: left;
}
.ec-newcontent2 {
	width: 440px;
	margin: 0 auto;
	margin-top: 122px;
	position: relative;
}
.ec-newcontent2-form {
	margin: 0 auto;
    width: 500px;
}
.ec-form-con button.getPhoneVerifyCode {
	position: absolute; right:0; top:20px; padding: 0; width:30%;font-size:18px;height:18px; background: none; color: rgb(51,51,51) !important; text-decoration: underline; display: none;
}
.ec-form-con button.getPhoneVerifyCode:focus {
	border: none;
	box-shadow: none;
	outline: none;
}
.icon_returnPage {
	height: 33px;
    width: 28px;
    display: block;
    margin-right: 10px;
	background: url(../images/returnPage.png) no-repeat;
}