/* CSS Document */

/*
 *
 * Name : 登录页面
 * Author : 易招标研发中心UI设计组，王瑞军
 * Version : v1.0.0
 * Date : 2014-12-09 19:58
 *
 */


/* ==========  登录页面样式 ========== */

.login {
    width: 100%;
    overflow: hidden;
	background: url(../images/login-bd.png) repeat-x 0px 0px;
}
.login .login-hd {
    width: 1000px;
    height: 50px;
	padding: 25px 0px;
	margin: 0px auto;
}
.login-hd .login-logo {
    width: 400px;
    height: 50px;
}
.login-hd .login-logo a {
    float: left;
    width: 200px;
    height: 50px;
	line-height: 50px;
}
.login-hd .login-links {
    float: right;
    height: 50px;
    line-height: 50px;
	margin-top: -50px;
}
.login-hd .login-links em {
    float: left;
    margin: 0px 15px;
    color: #eee;
}
.login-hd .login-links a {
    float: left;
    font-size: 14px;
    color: #fff;
}
.login-hd .login-links a .iconfont {
    margin-right: 5px;
    font-size: 18px;
}
.login-bd {
    width: 100%;
    height: 460px;
}
.login-bd-center {
    position: relative;
    width: 1000px;
    height: 460px;
    margin: 0px auto;
}

.login-slide {
	position: relative;
	display: block;
	width: 640px;
	height: 460px;
}
.login-slide-img {
	float: left;
	display: none;
	width: 640px;
	height: 460px;
}
.login-slide-img.z-current {
	display: block;
}
.slideTxt {
	position: absolute;
	top: 50px;
	left: 20px;
}
.slideTxtEn {
	position: absolute;
	top: 110px;
	left: 20px;
}
.slideTxt, .slideTxtEn {
}
.slidePer {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.login-more {
	position: absolute;
	top: 200px;
	left: 20px;
	display: block;
	width: 140px;
	height: 42px;
	line-height: 42px;
	font-size: 0px;
	background: url(../images/login-more.png) no-repeat 0px 0px;
}
.login-more:hover {
	color: #ff6600;
	background: url(../images/login-more.png) no-repeat -140px 0px;
}
.login-serial {
	position: absolute;
	bottom: 50px;
	left: 20px;
	width: 400px;
	height: 18px;
}
.login-serial a {
	float: left;
	width: 18px;
	height: 18px;
	font-size: 0px;
	text-indent: -999em;
	background: url(../images/serialNum2.png) no-repeat 0px 0px;
}
.login-serial a + a {
	margin-left: 10px;
}
.login-serial a.z-current {
	background: url(../images/serialNum.png) no-repeat 0px 0px;
}


.login-area {
    position: absolute;
    top: 10px;
    right: 0px;
    width: 340px;
    height: 340px;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	background-color: #fff;
}
.login-area .login-area-item {
    position: relative;
    float: left;
    width: 280px;
    margin: 0px 30px 16px;
}
.login-area-item.title, .login-area-item.regist {
    width: 340px;
    height: 40px;
    line-height: 40px;
    padding: 15px 0px;
    margin: 0px 0px 26px;
    border-bottom: #eee 1px solid;
    text-align: center;
    font-size: 22px;
    color: #558cf4;
}
.login-area-item.form {
    width: 280px;
    height: 44px;
}
/*   目前已经登陆的账户名，显示效果   */
.login-area-item.logined {
    display: block;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    color: #666;
}
.login-area-item.logined strong {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 160px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: top;
}
.login-area-item input, .login-area-item label {
    position: absolute;
    left: 0px;
    top: 0px;
    float: left;
    width: 248px;
    padding: 0px 15px;
    height: 42px;
    line-height: 42px;
    border: #ddd 1px solid;
    border-radius: 2px;
    font-size: 15px;
    color: #666;
    font-weight: bold;
    background-color: #fff;
}
.login-area-item input.z-current {
    border: #558cf4 1px solid;
    box-shadow: #86b8ff 0px 0px 3px;
}
.login-area-item input.z-error {
    border: #ff5f3b 1px solid;
    box-shadow: #ffaf9d 0px 0px 3px;
}
.login-area-item label {
    left: 1px;
    top: 1px;
    z-index: 1;
    border: none;
    color: #aaa;
    font-weight: normal;
    background-color: transparent;
}
.login-area-item .clearUsername, .login-area-item .switchUser {
    position: absolute;
    right: 2px;
    top: 2px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    padding: 10px;
    text-align: center;
}
.login-area-item .clearUsername .iconfont, .login-area-item .switchUser .iconfont {
    font-size: 18px;
    color: #558cf4;
}
/*  验证码区域  */
.login-area-item.vercode {
    
}
.login-area-item.vercode input, .login-area-item.vercode label {
    width: 86px;
}
.login-area-item.vercode span {
    position: absolute;
    right: 0px;
    width: 150px;
    height: 42px;
}
.login-area-item.vercode span em {
    float: left;
    width: 100px;
    height: 42px;
    margin-right: 6px;
}
.login-area-item.vercode span a {
    float: left;
    width: 44px;
    height: 42px;
    line-height: 21px;
    text-align: right;
}
.login-area-item.links {
    *position: relative;
    *z-index: 6;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
}
.login-area-item.links a {
    color: #999;
}
/*  记住密码  */
.login-area-item.links .rememb {
    position: relative;
    float: left;
}
.login-area-item.links .rememb .checkbox {
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background: url(../images/checkbox.png) no-repeat 1px 1px;
}
.login-area-item.links .rememb a.z-current .checkbox, .login-area-item.links .rememb a.z-current:hover .checkbox {
    background-position: -35px 1px;
}
.login-area-item.links .rememb a:hover .checkbox {
    background-position: -17px 1px;
}
/*  记住密码提示信息  */
.login-area-item.links .rememb .tip {
    position: absolute;
    top: 20px;
    left: 0px;
    z-index: 9;
    display: none;
    width: 210px;
    height: 68px;
    background:url(../images/rememb.png) no-repeat 0px 0px;
}
.login-area-item.links .rememb a:hover em.tip {
    display: block;
}
/*  忘记密码  */
.login-area-item.links .forget {
    float: right;
}
/*  登录按钮  */
.login-area-item.submit {
    *position: relative;
    *z-index: 5;
    height: 46px;
    margin: 0 30px 26px;
}
.login-area-item.submit button {
    width: 280px;
    height: 46px;
    border: none;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
    background: #558cf4;
}
.login-area-item.submit button:hover {
    background: #5f95fb;
}
.login-area-item.submit button:active {
    background: #4f83e5;
}
.login-area-item.submit button:disabled {
    background: #74a4ff;
}
/*  登录框下方文字描述  */
.login-area-item.regist {
    margin-bottom: 0px;
    font-size: 14px;
    color: #999;
    border-bottom: none;
    border-top: #eee 1px solid;
}
.login-area-item.regist a {
    color: #558cf4;
    margin-left: 4px;
}
/*  登录区域帐号密码报错信息  */
.login-area .infoError {
    display: none;
    position: absolute;
    left: -330px;
    top: 65px;
    float: left;
    width: 360px;
}
.login-area .infoError-hd, .login-area .infoError-bt {
    width: 340px;
    height: 20px;
    background: url(../images/login-error.png) no-repeat -8px 0px;
}
.login-area .infoError-bt {
    background-position: -8px -28px;
}
.login-area .infoError-bd {
    position: relative;
    width: 280px;
    padding: 0px 30px;
    background: url(../images/login-error.png) repeat-y -348px 0px;
}
.login-area .infoError-bd h3 {
    width: 242px;
    line-height: 24px;
    padding-left: 34px;
    font-size: 16px;
    font-weight: bold;
    color: #fbe50d;
    background: url(../images/login-error.png) no-repeat -688px 0px;
}
.login-area .infoError-bd em.arrow {
    position: absolute;
    top: 50%;
    left: 340px;
    width: 8px;
    height: 17px;
    margin-top: -9px;
    background: url(../images/login-error.png) no-repeat 0px 0px;
}
.login-area .infoError-bd p {
    margin-top: 10px;
    padding-top: 5px;
    width: 280px;
    line-height: 24px;
    border-top: #494949 1px solid;
    color: #ccc;
}
.login-area .infoError-bd p a {
    color: #fbe50d;
    margin-left: 4px;
}
/*  登录页下方copyright信息  */
.login-copyright {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 10px 0px;
    margin: 0px auto;
    text-align: center;
    color: #999;
    border-top: #eee 1px solid;
    background-color: #fff;
}
.login-copyright a {
    color: #888;
    margin: 0px 6px;
}

/*  注册、找回密码等公用头部  */
.public-title {
    width: 100%;
    height: 70px;
    background-color: #fff;
}
.public-title .public-title-area {
    position: relative;
    width: 1000px;
    height: 70px;
    margin: 0px auto;
}
.public-title .pt-logo {
    float: left;
    padding: 12px 0px;
    width: 164px;
    height: 46px;
    font-size: 0px;
    line-height: 0px;
    background: url(../images/pt-logo-register.png) no-repeat center center;
}
/* Webkit内核兼容CSS */
@media screen and (-webkit-min-device-pixel-ratio:0){
.public-title .pt-logo a.iconfont {
    line-height: 22px;
}
}
.public-title .subhead {
    float: left;
    border-left: #ddd 1px solid;
    padding-left: 15px;
    margin: 23px 0px 23px 15px;
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    color: #666;
}
.public-title .pt-links {
    position: absolute;
    right: 10px;
    top: 0px;
}
.public-title .pt-links em, .public-title .pt-links a {
    float: left;
    padding: 20px 5px;
    height: 30px;
    line-height: 30px;
    color: #555;
    font-size: 14px;
}
.public-title .pt-links a {
    color: #0090eb;
}
.public-title .pt-links a:hover {
    text-decoration: underline;
}


.public-text {
    display: block;
    height: 100px;
    background: url(/staticRes/images/public-text.jpg) no-repeat center center;
}
.public-text span {
    display: block;
    width: 1000px;
    height: 100px;
    line-height: 100px;
    font-size: 24px;
    text-align: center;
    margin: 0px auto;
    color: #fff;
}


/*  用户服务公用页面样式  */
.register {
    /*background: url(../images/register_bg.jpg) no-repeat center 0px;*/
    background-color: #fff;
}

.userService {
    width: 100%;
}
.userService-main{
    width: 1000px;
    min-height: 400px;
    margin: 20px auto 50px;
}
.userService-main .us-main-hd {
    width: 800px;
    height: 60px;
    line-height: 60px;
    padding: 20px 100px 0px;
    border-bottom: #eee 1px solid;
}
.userService-main .us-main-hd a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 60px;
    line-height: 60px;
    padding: 0px 10px;
    font-size: 15px;
    color: #888;
}
.userService-main .us-main-hd a + a {
    margin-left: 100px;
}
.userService-main .us-main-hd a em {
    float: left;
    width: 26px;
    height: 26px;
    line-height: 26px;
    margin: 17px 9px 17px 0px;
    text-align: center;
    font-family:  arial;
    font-size: 14px;
    color: #888;
    background: url(../images/cricle.png) no-repeat 0px 0px;
}
.userService-main .us-main-hd a.z-current {
    color: #0090eb;
    border-bottom: #0090eb 1px solid;
}
.userService-main .us-main-hd a.z-current em {
    color: #fff;
    background: url(../images/cricle.png) no-repeat -26px 0px;
}
.userService-main .us-main-bd {
    width: 940px;
    min-height: 340px;
    margin: 0px auto;
    padding: 0px 30px;
}
.register .us-main-bd {
    position: relative;
}
.retrieve .userService-main .us-main-bd {
    width: 920px;
    padding: 40px;
}
.register .m-form-item .u-button-xxlblue {
    height: 46px;
    line-height: 46px;
}
.register .m-form-item button.u-button-xxlblue {
    height: 46px;
    line-height: 42px;
}

/*  注册页面右侧帮助链接  */
.register-helplist {
    position: absolute;
    right: 60px;
    top: 50px;
    float: left;
    width: 240px;
    height: 746px;
    padding-left: 40px;
    border-left: #f2f2f2 1px solid;
}
.register-helplist dt {
    height: 40px;
    line-height: 40px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 19px;
    color: #333;
    border-bottom: #f2f2f2 1px solid;
}
.register-helplist dl {
    overflow: hidden;
}
.register-helplist dl dd {
    position: relative;
    float: left;
    width: 212px;
    line-height: 28px;
    padding: 3px 0px 3px 28px;
}
.register-helplist dl dd em {
    position: absolute;
    left: 0px;
    top: 3px;
    width: 18px;
    text-align: center;
    margin-right: 10px;
    color: #fff;
    background: url(../images/reg-help-icon.png) no-repeat 0px 5px;
}
.register-helplist .more {
    float: left;
    height: 30px;
    line-height: 30px;
    padding-top: 10px;
    padding-left: 28px;
}

.register input.width-290 {
    *width: 260px;
}
.register input.width-110 {
    *width: 80px;
}

/*  密码强度  */
.pwd-power {
    display: block;
    width: 100%;
    color: #999;
}
.pwd-power {
    display: block;
    margin-top: 10px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
}
.pwd-power em {
    float: left;
    margin-right: 5px;
    width: 74px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #999;
    font-size: 12px;
    background-color: #eee;
}
.pwd-power.power01 em.weak {
    color: #fff;
    background-color: #0090eb;
}
.pwd-power.power02 em.weak, .pwd-power.power02 em.medium {
    color: #fff;
    background-color: #ff9000;
}
.pwd-power.power03 em.weak, .pwd-power.power03 em.medium, .pwd-power.power03 em.powerful {
    color: #fff;
    background-color: #f56744;
}
/*  较大文本输入框的表单  */
.m-form-lg .u-label {
    font-size: 14px;
}
.m-form-lg .u-checkbox-group .u-checkbox, .m-form-lg .u-checkbox-group .u-radio {
    margin-right: 8px;
}
.m-form-lg .m-form-item .u-label, .m-form-lg .m-form-item .u-input {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}
.m-form-lg .m-form-item .m-tiptext {
    margin-top: 0px;
}
.m-form-lg .m-form-item .m-tiptext .iconfont {
    top: 2px;
}
.m-form-lg .m-form-item .m-tiptext-more {
    line-height: 16px;
    font-size: 14px;
}
.m-form-lg .m-form-text {
    margin-left: 15px;
}
.m-form-lg span.m-form-text.prompt {
    font-size: 14px;
}
.m-form-lg .m-form-item .u-label {
    top: 0px;
    width: 260px;
}
.register .m-form-lg .m-form-item {
    padding: 0px 80px 0px 310px;
}
.m-form-lg .m-form-item .u-input {
    *height: 36px;
    *line-height: 36px;
    padding: 0px 14px;
}
.register .width-290 {
    *width: 260px;
}
.m-form-lg .m-form-links .u-button {
    height: 38px;
    line-height: 38px;
    margin-left: 10px;
    font-size:14px;
}

.m-form-lg .m-form-links {
    margin-left: 0px;
}

.m-form-lg .m-form-links button.u-button {
    height: 40px;
    line-height: 36px;
    font-size:14px;
}

/*  表单成功情况  */
.m-form-lg .m-form-item-sucess .m-form-text .iconfont {
    color: #25c762;
}

.m-form-lg .m-form-withbtn .sign {
    width: 59px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #999;
    background-color: #fff;
}


.userService-main .m-form .m-form-title {
    height: 30px;
    line-height: 30px;
    border-bottom: none;
}
.userService-main .m-form .m-form-title h2 {
    padding: 0 0px 0 310px;
    border-bottom: none;
    color: #999;
    font-size: 14px;
    font-weight: normal;
}
.userService-main .m-form .m-form-title h2 a {
    display: block;
}
.userService-main .m-form .m-form-fieldset {
    padding: 30px 0px 14px;
}


/*  注册成功  */

.bg{
	width:100%;
	position:absolute;
	top:2px;
	left:-1px;
	height:450px;
	overflow:hidden;
	clip: rect(auto,auto,auto,auto);
	background-repeat: no-repeat;
	background-position: center top;
}
.cont{
	width:500px;
	line-height:20px;
	margin-top: 13%;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.c1{height:360px;text-align:center}
.c1 .img1{margin-top:180px}
.c1 .img2{margin-top:165px}
.cont h2{
	text-align:center;
	color:#F90;
	font-size:40px;
	font-weight:normal;
	line-height: 45px;
	margin-bottom: 10px;
	height: auto;
}
.c2{
	height:35px;
	text-align:center;
	padding-right: 20px;
}
.c2 a{display:inline-block;margin:0 4px;font-size:14px;height:23px;color:#626262;padding-top:1px;text-decoration:none;text-align:left}
.c2 a:hover{color:#626262;text-decoration:none;}
.c2 a.home{
	width:66px;
	padding-left:30px;
}
.c3{
	height:60px;
	text-align:left;
	color:#999;
	font-size:12px
}
.c2 span{
    height:30px;
	color:#999;
	font-size:12px;
}


.retrieve {
    background-color: #fff;
}
.retrieve .public-title {
	border-bottom: #eee 1px solid;
}
.retrieve .m-form-item {
    padding-left: 240px;
}
.retrieve span.m-form-text {
    line-height: 40px;
    font-size: 14px;
}
.retrieve .m-form-item .u-label {
    width: 180px;
}
.retrieve .m-form-links a {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}
/*new*/
.userService-main .us-main-bd{padding: 35px 30px 100px 30px;}
.login-hd{width: 1000px;margin: 0 auto;height: 80px;}
.login-hd .login-links a {color: #999;height: 80px;line-height: 80px;}
.login-hd .login-links em{height: 80px;line-height: 80px;color: #999;}
.login-hd .login-logo a{width: 110px;height: 80px;line-height: 110px;}
.login-hd .login-logo{height: 80px;display: inline-block;}
.login-hd .login-links{height: 80px;margin-top: 0;}
.login{background: url("../images/banner1.jpg") top center no-repeat;}
.login-bd{height: 580px;}
.login-area{top: 110px;}
.login-bd-center{height: 580px;}
.login-copyright{
    width: 1000px;
    margin: 0 auto;}
.login-copyright-fl{
    float: left;}
.login-copyright-fr{
    float: right;font-size: 14px;}
    
.public-title .pt-logo{background: url(../images/login-logo.png) no-repeat center center}


/*loading 条 */
.spinner {
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 10px;
    float: left;
}
.press-more{
    text-align:center;
    background-color: #fff;
}
.press-more .t1{
    line-height:30px;
    float: left;
    margin-left:10px;
}

.spinner > div {
    background-color: #2e8df7;
    height: 100%;
    width: 4px;
    display: inline-block;

    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
    20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }  20% {
           transform: scaleY(1.0);
           -webkit-transform: scaleY(1.0);
       }
}
