/* 登录页面样式 sign.html */
#sign-header{
	width: 1210px;
	margin: 0 auto;
}
#sign-header .logo{
	height: 49px;
	padding: 33px 0 28px;
}
.main{
    height: 493px;
    padding-top: 53px;
    background: url(../images/loginbg.jpg) no-repeat left top;
    background-size: 100% 100%;
}
.main .fl div.sign-detail{
    padding-top: 100px;
    font-size: 20px;
    line-height: 40px;
    color: #232323;
    font-family: "Microsoft Yahei";
}
.main .fl div.sign-detail>p:nth-child(1){
    font-size: 36px;
    color: #232323;
    margin-bottom: 35px;
}
.main .fr{
    width: 301px;
    min-height: 310px;
    background: rgba(255, 255, 255, 0.7);
    margin-top: 50px;
    border-radius: 5px;
}
.main .hd{
    position: absolute;
    right: 3px;
    top: 3px;
    width: 62px;
    height: 63px;
}
.main .hd .control{
    width: 62px;
    height: 63px;
    position: absolute;
    top: 0;
    left: 0;
}

.main .fr .mode{
	padding: 0 30px;
}
.main .fr .mode h3{
	font-size: 23px;
	color: #1a1919;
	text-align: center;
    margin-bottom: 20px;
    padding-top: 40px;
}
form {
    position: relative;
    width: 265px;
    text-align: center;
}
.username-field label,.password-field label{
	width: 34px;
	height: 37px;
	border: 1px solid #b6b8bd;
	float: left;
	border-right: none;
	background: url(../images/icons.png) no-repeat 0 0;
    margin: 0;
}
.username-field{
	margin-bottom: 22px;
}
input{
    width: 184px;
    height: 17px;
    border: 1px solid #b6b8bd; /* browsers that don't support rgba */
    font-size: 13px;
    float: left;
    padding: 10px;
    outline: 0;
    font-family: "SimSun";
    line-height: 17px;
}
.password-field{
    margin-bottom: 17px;
}
.password-field label{
    background-position: 0 -38px;
}
.remember-field{
    padding-left: 2px;
}
.remember-field input{
    width: 13px;
    height: 13px;
    float: left;
    margin: 0;
}
.remember-field label{
    float: left;
    line-height: 12px;
    color: #343333;
    font-size: 12px;
    font-family: "SimSun";
    margin-left: 6px;
    /*border-right: 1px solid #343333;*/
    padding-right: 4px;
    margin-right: 4px;
    font-weight: normal;
}
.remember-field a:link,.remember-field  a:visited{
    color: #343333;
    font-size: 12px;
    font-family: "SimSun";
    float: left;
    line-height: 12px;
}
.remember-field a:hover{
    color: #f66200;
}
.remember-field a.regist:link,.remember-field a.regist:visited{
    color: #f66200;
    line-height: 12px;
    margin-left: 11px;
}


.main .fr .mode.mode2{
    padding-top: 46px;
    display: none;
}
.main .fr .mode.mode2 p{
    text-align: center;
    font-size: 16px;
    font-family: "SimSun";
    color: #999;
    line-height: 26px;
    margin-bottom: 16px;
}
.main .fr .mode.mode2 .erweima{
    width: 147px;
    height: 147px;
    padding: 10px 14px;
    border: 1px solid #efefef;
    margin: 0 auto 15px;
}
.main .fr .mode.mode2 .erweima img{
    width: 147px;
    height: 147px;
}
.main .fr .mode.mode2 .other{
    width: 177px;
    margin: 0 auto;
}
.main .fr .mode.mode2 .other a:link,.main .fr .mode.mode2 .other a:visited{
    float: left;
    width: 63px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #999;
    padding: 0 10px;
}
.main .fr .mode.mode2 .other a.a1{
    border-right: 1px solid #ccc;
    text-align: right;
    width: 73px;
}
.main .fr .mode.mode2 .other a:hover{
    color: #f66200;
}
/* 注册页面样式 register.html*/
.Veri-field{
    position: relative;
}
.Veri-field span{
    position: absolute;
    top: 3px;
    right: 27px;
    width: 80px;
    height: 33px;
    background: #f2f2f2;
    text-align: center;
    color: #4c4c4c;
    line-height: 33px;
    border: none;
    border-left: 1px solid #f3f3f3;
    cursor: pointer;
}
.Veri-field label{
    width: 34px;
    height: 37px;
    border: 1px solid #b6b8bd;
    border-right: none;
    float: left;
    background: url(../images/icons.png) no-repeat 0 -76px;
    margin: 0;
}


.accept-field{
    padding-left: 2px;
}
.accept-field input{
    width: 13px;
    height: 13px;
    float: left;
    margin: 0;
}
.accept-field label{
    float: left;
    line-height: 12px;
    color: #343333;
    font-size: 12px;
    font-family: "SimSun";
    margin-left: 6px;
    padding-right: 4px;
    margin-right: 4px;
    font-weight: normal;
}
.accept-field a:link,.accept-field  a:visited{
    color: #343333;
    font-size: 12px;
    font-family: "SimSun";
    line-height: 12px;
}
.accept-field a:hover{
    color: #f66200;
}
.accept-field a.regist:link,.accept-field a.regist:visited{
    color: #f66200;
    line-height: 12px;
    margin-left: 11px;
}

.other-field{
    line-height: 12px;
    color: #343333;
    font-size: 12px;
    font-family: "SimSun";
    line-height: 28px;
}
.other-field p{
    float: left;
    line-height: 28px;
    margin-right: 5px;
}
.other-field a:link,.other-field a:visited{
    float: left;
    width: 28px;
    height: 28px;
    margin-right: 5px;
}
.other-field p a:hover{
    opacity: 0.8;
}
.filed{
    height: 60px;
    margin-bottom: 0px;
    width: 265px;
}
/* demo */
.demo{width:600px;margin:50px auto 0 auto;}
.demo table td{height:50px;vertical-align:top;}
.demo table .tdcon{text-align:right;width:160px;padding:5px 0 0 0;height:45px;}
.demo table .stext{border:solid 1px #ddd;height:20px;line-height:20px;font-size:12px;padding:2px;width:200px;float:left;}
/* tipinfo */
.tipinfo{float:left;text-align: left;}
.tipinfo font.error{background:url("../images/unchecked.jpg") no-repeat left;padding-left:17px;color:#eb0000;width:300px;display:block;}
.tipinfo font.valid{background:url("../images/checked.gif") no-repeat left;width:14px;height:15px;overflow:hidden;padding:0;margin:12px 0 0 5px;display:inline-block;} 
/* Button base */
.Button{
    cursor: pointer;
    width: 236px;
    height: 31px;
    font-family: "Microsoft YaHei";
    font-size: 15px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    padding: 0px;
    background: rgb(255, 102, 0);
    border-width: initial;
    border-style: none;
    border-color: initial;
    margin: 30px 0  16px 2px;
    float: left;
}
.register_button{
    margin: 16px auto;
}
.mode1 h3{
    margin-bottom: 20px;
}
.register-main .fr .mode1 h3{
    margin-bottom: 15px;
}
.other-field-add a:link, .other-field-add a:visited{
    width: auto;
    color: #9c9c9c;
    font-size: 14px;
}
.other-field-add a:hover{
    text-decoration: underline;
}
.other-field a:hover{
    opacity: 0.8;
}
/* 找回密码 */
.findpwd{
    width: 1210px;
    margin: 0 auto;
}
.m-content-bd {
    width: 650px;
    margin: 0 auto;
    padding-top: 50px;
    font-family: "微软雅黑";
}
.m-content {
    _height: 500px;
    background-color: #fafafa;
    border: 1px solid #e4e4e4;
    padding: 30px 20px;
    min-height: 500px;
}
.m-progress {
    margin: 0 auto 25px;
    padding-top: 10px;
    height: 60px;
}
.m-progress-list {
    height: 66px;
    font-size: 0;
    text-align: justify;
    text-justify: inter-ideograph;
}
.m-progress-list .step {
    display: inline-block;
    width: 80px;
    text-align: center;
    color: #999;
    letter-spacing: -5px;
}
.u-progress-stage-bg {
    position: relative;
    display: inline-block;
    background-image: url(../images/sprite-hash-da419526.png);
    background-position: -45px -135px;
    width: 29px;
    height: 29px;
}
.u-stage-icon-inner {
    position: relative;
    z-index: 20;
    display: inline-block;
    width: 19px;
    height: 19px;
    line-height: 19px;
    vertical-align: top;
    margin-top: 5px;
    margin-left: -24px;
    color: #b5b5b5;
    font-size: 12px;
    letter-spacing: normal;
    word-spacing: normal;
    font-style: normal;
}
.u-stage-icon-inner .bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    visibility: hidden;
    background-image: url(../images/sprite-hash-da419526.png);
    background-position: -103px -135px;
    width: 19px;
    height: 19px;
}
.z-step1 .step-1 .u-stage-icon-inner .bg {
    background-image: url(../images/sprite-hash-da419526.png);
    background-position: -79px -135px;
    width: 19px;
    height: 19px;
    visibility: visible;
    opacity: 0;
    opacity: 1\9;
    -webkit-animation: fadeIn .5s forwards;
    animation: fadeIn .5s forwards;
}
.m-progress-list .stage-name {
    padding-top: 10px;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: normal;
    word-spacing: normal;
}
.z-step1 .step-1 .stage-name {
    color: #333;
}
.u-progress-bar {
    margin: -56px 40px 0;
    background-color: #dcdcdc;
    height: 5px;
    font-size: 0;
    padding: 2px 0;
}
.u-progress-placeholder {
    display: inline-block;
    width: 100%;
    height: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}
.u-progress-bar {
    margin: -56px 40px 0;
    background-color: #dcdcdc;
    height: 5px;
    font-size: 0;
    padding: 2px 0;
}
.u-progress-bar-inner {
    position: relative;
    z-index: 10;
    height: 5px;
    width: 0;
    -webkit-transition: width 1s .5s linear;
    transition: width 1s .5s linear;
    background-color: #23c279;
}
.z-step1 .u-progress-bar-inner {
    width: 0;
}
.m-vf-item {
    margin-top: 20px;
    padding-left: 150px;
    margin-bottom: 25px;
}
.ui-label {
    display: inline-block;
    font: 14px/32px tahoma,arial,Hiragino Sans GB,WenQuanYi Micro Hei,'\5FAE\8F6F\96C5\9ED1','\5B8B\4F53',sans-serif;
    vertical-align: middle;
    margin-right: 10px;
    cursor: pointer;
    _line-height: 34px;
    _height: 32px;
    _overflow: hidden;
    float: left;
}
.m-verification-form .u-label {
    margin-right: 0;
    width: 80px;
    white-space: nowrap;
    text-align: right;
}
.ui-form-item-group {
    position: relative;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: none!important;
    transition: none!important;
    -webkit-transition-duration: none!important;
    transition-duration: none!important;
    opacity: 1!important;
}


.ui-tips-pop, .ui-tooltips {
    position: absolute;
    max-width: 800px;
    border: 1px solid #dbdada;
    border-radius: 2px;
    box-shadow: 0 0 3px rgba(0,0,0,.1);
    font: 12px/18px tahoma,arial,Hiragino Sans GB,WenQuanYi Micro Hei,'\5FAE\8F6F\96C5\9ED1','\5B8B\4F53',sans-serif;
    color: #4d4d4d;
    z-index: 50;
}
.ui-tooltips-bottom-arrow, .ui-tooltips-bottom-left-arrow, .ui-tooltips-bottom-right-arrow {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.ui-tooltips {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: -webkit-transform ease-out .15s,opacity ease-out .15s;
    transition: transform ease-out .15s,opacity ease-out .15s;
}
.ui-tooltips-warning {
    border-color: #f8dbb1;
    box-shadow: none;
}
.ui-form-item-group .ui-tooltips-bottom-left-arrow {
    left: 0;
    bottom: 100%;
    margin-bottom: 10px;
}
.ui-tooltips-arrow {
    position: absolute;
}
.ui-tooltips-bottom-arrow .ui-tooltips-arrow, .ui-tooltips-bottom-left-arrow .ui-tooltips-arrow, .ui-tooltips-bottom-right-arrow .ui-tooltips-arrow {
    left: 0;
    bottom: -11px;
    width: 100%;
    height: 10px;
}
.ui-tooltips-warning .arrow-out {
    color: #f8dbb1;
}
:root .ui-tooltips-bottom-arrow .arrow, :root .ui-tooltips-bottom-left-arrow .arrow, :root .ui-tooltips-bottom-right-arrow .arrow {
    top: -9px\9;
}
:root .ui-tooltips-bottom-arrow .arrow-out, :root .ui-tooltips-bottom-left-arrow .arrow-out, :root .ui-tooltips-bottom-right-arrow .arrow-out {
    top: -8px\9;
}
.ui-form-item-group .ui-tooltips-bottom-left-arrow .arrow {
    left: 14px;
}
.ui-tooltips-content {
    position: relative;
    background-color: #fff;
    padding: 6px 15px;
}
.ui-tooltips-warning .ui-tooltips-content {
    background-color: #fffaf3;
}

.ui-input, .ui-textarea {
    width: 148px;
    font: 14px/20px tahoma,arial,Hiragino Sans GB,WenQuanYi Micro Hei,'\5FAE\8F6F\96C5\9ED1','\5B8B\4F53',sans-serif;
    color: #333;
    background-color: #fff;
    border: 1px solid #b2b2b2;
    border-radius: 3px;
    outline: 0;
    -webkit-transition: border-color .3s cubic-bezier(.39,.575,.565,1),background-color .3s cubic-bezier(.39,.575,.565,1);
    transition: border-color .3s cubic-bezier(.39,.575,.565,1),background-color .3s cubic-bezier(.39,.575,.565,1);
}
.ui-input {
    height: 18px;
    line-height: 18px;
    padding: 6px 10px;
    float: left;
}
.u-login-input {
    width: 220px;
}
.ui-form-item-group {
    position: relative;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: none!important;
    transition: none!important;
    -webkit-transition-duration: none!important;
    transition-duration: none!important;
    opacity: 1!important;
    float: left;
}

.u-verification-img {
    border: 1px solid #bfbdbf;
    vertical-align: top;
    margin-left: 7px;
    float: left;
}

.u-code-change {
    display: inline-block;
    line-height: 32px;
    vertical-align: top;
    padding-left: 5px;
}
.ui-btn-primary, .ui-btn-primary:active, .ui-btn-primary:hover, .ui-btn1, .ui-btn1:active, .ui-btn1:hover {
    color: #fff;
}
.ui-btn-loading, button.ui-btn-loading {
    padding: 0;
    overflow: hidden;
}
.ui-btn-loading {
    width: 120px;
}
.m-vf-item .ui-btn-primary {
    margin-left: 84px;
}
.ui-btn-loading-before {
    display: inline-block;
}
.ui-btn-loading-after {
    display: none;
    background-color: #d0d0d0;
}
.ui-btn-medium .ui-btn-loading-after, .ui-btn-nor .ui-btn-loading-after {
    margin-top: -30px;
    line-height: 30px;
    height: 30px;
}

.ui-btn-medium .ii-loading, .ui-btn-medium .ii-loading-gray-16x16, .ui-btn-nor .ii-loading, .ui-btn-nor .ii-loading-gray-16x16 {
    margin-top: 7px;
}
.ii-loading, .ii-loading-gray-16x16 {
    width: 16px;
    height: 16px;
}
.ii-loading, .ii-loading-gray-16x16, .ii-loading-gray-24x24, .ii-loading-gray-32x32, .ii-loading-pink-16x16, .ii-loading-pink-24x24, .ii-loading-pink-32x32 {
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    overflow: hidden;
}
.ui-btn-primary, .ui-btn1 {
    background-color: #f10180;
    border: 1px solid #f10180;
}
.ui-btn-big, .ui-btn-large, .ui-btn-medium, .ui-btn-mini, .ui-btn-nor, .ui-btn-small {
    display: inline-block;
    border-radius: 3px;
    text-decoration: none;
    text-align: center;
    vertical-align: top;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    _overflow-y: hidden;
}
.u-code-change{
    color: #000;
}
.u-code-change:hover{
    color: #f10180;
}
.ui-btn-medium, .ui-btn-nor {
    min-width: 60px;
    _width: 60px;
    padding: 0 19px;
    font: 15px/30px tahoma,arial,Hiragino Sans GB,WenQuanYi Micro Hei,'\5FAE\8F6F\96C5\9ED1','\5B8B\4F53',sans-serif;
    _line-height: 32px;
    height: 30px;
}
/* 第二步 */
.u-page-feedback {
    text-align: center;
    font-size: 14px;
}
.u-item-tip {
    margin: 50px 0 10px 0;
}
.u-page-feedback b {
    font-size: 16px;
}
.u-item-tip a {
    color: #08c;
    vertical-align: 0;
}
.u-item-tip a:hover{
    color: #f10180;
}
.verification-tips {
    text-align: center;
    font-size: 14px;
}
.m-safety-item {
    position: relative;
    padding: 30px 150px 30px;
}
.z-phone-find {
    display: inline-block;
    vertical-align: top;
    background-image: url(../images/sprite-hash-da419526.png);
    background-position: -45px 0;
    width: 40px;
    height: 40px;
}
.m-safety-item div {
    display: inline-block;
    line-height: 37px;
    width: 170px;
    padding-left: 20px;
    _zoom: 1;
    font-size: 14px;
    color: #666;
}
.u-msg-value {
    font-size: 11px;
    line-height: 11px;
}
.m-safety-item a {
    margin: 9px 0 0 10px;
    _zoom: 1;
}
.ui-btn-secondary, .ui-btn-secondary:active, .ui-btn-secondary:hover, .ui-btn2, .ui-btn2:active, .ui-btn2:hover {
    color: #e00078;
}
.ui-btn-secondary, .ui-btn2 {
    background-color: #fcedf2;
    border: 1px solid #ffbee0;
}
.ui-btn-small {
    min-width: 48px;
    _width: 48px;
    padding: 0 11px;
    font: 12px/22px tahoma,arial,Hiragino Sans GB,WenQuanYi Micro Hei,'\5FAE\8F6F\96C5\9ED1','\5B8B\4F53',sans-serif;
    _line-height: 24px;
    height: 22px;
}
.ui-btn-big, .ui-btn-large, .ui-btn-medium, .ui-btn-mini, .ui-btn-nor, .ui-btn-small {
    display: inline-block;
    border-radius: 3px;
    text-decoration: none;
    text-align: center;
    vertical-align: top;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    _overflow-y: hidden;
}




/* 第四步 */
.u-page-feedback {
    text-align: center;
    font-size: 14px;
    font-family: "微软雅黑";
}
.m-vf-item {
    padding-left: 110px;
    margin-bottom: 30px;
    clear: both;
    height: 32px;
}
.m-vf-item {
    margin-top: 20px;
    padding-left: 150px;
    position: relative;
}
.f-pl180 {
    padding-left: 180px;
}
.u-page-feedback-big {
    text-align: center;
    font-size: 18px;
    font-family: "微软雅黑";
    margin: 20px 0;
}
.u-page-feedback-big span{
    display: inline-block;
    padding-left: 30px;
    height: 24px;
    line-height: 24px;
    background: url(../images/safe-icon.png) no-repeat 0px 0px;
}
.u-page-feedback-big span.y{
   background-position: 0px -24px;
}
.if-sigh {
    color: #f9a123;
}
.if-size-32 {
    font-size: 32px;
}
.vipFont {
    font-family: vipFont;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}





.u-progress-bar-inner {
    position: relative;
    z-index: 10;
    height: 5px;
    width: 0;
    -webkit-transition: width 1s .5s linear;
    transition: width 1s .5s linear;
    background-color: #23c279;
}
.u-stage-icon-inner .bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    visibility: hidden;
    background-image: url(../images/sprite-hash-da419526.png);
    background-position: -103px -135px;
    width: 19px;
    height: 19px;
}




.z-step1 .step-1 .u-stage-icon-inner{
    text-indent: -9999px;  
}
.z-step1 .step-1 .u-stage-icon-inner .bg{
    opacity: 1;  
    background-position: -79px -135px;
}
.z-step2 .step-1 .u-stage-icon-inner{
    text-indent: -9999px;  
}
.z-step2 .step-2 .u-stage-icon-inner{
    text-indent: -9999px;  
}
.z-step2 .step-1 .u-stage-icon-inner .bg{
    opacity: 1;  
    background-position: -103px -135px;
    visibility: visible;
   
}
.z-step2 .step-2 .u-stage-icon-inner .bg{
    opacity: 1;  
    background-position: -79px -135px;
    visibility: visible;
  

}
.z-step2 .total-steps-4 .u-progress-bar-inner {
    width: 33.333333333333336%;
}



.z-step3 .step-1 .u-stage-icon-inner{
    text-indent: -9999px;  
}
.z-step3 .step-2 .u-stage-icon-inner{
    text-indent: -9999px;  
}
.z-step3 .step-3 .u-stage-icon-inner{
    text-indent: -9999px;  
}
.z-step3 .step-1 .u-stage-icon-inner .bg{
    opacity: 1;  
    background-position: -103px -135px;
    visibility: visible;
    text-indent: -9999px;  
}
.z-step3 .step-2 .u-stage-icon-inner .bg{
    opacity: 1;  
    background-position: -103px -135px;
    visibility: visible;
   

}
.z-step3 .step-3 .u-stage-icon-inner .bg{
    opacity: 1;  
    background-position: -79px -135px;
    visibility: visible;
    

}
.z-step3 .total-steps-4 .u-progress-bar-inner {
    width: 66.66666666666667%;
}


.z-step4 .step-1 .u-stage-icon-inner .bg{
    opacity: 1;  
    background-position: -103px -135px;
    visibility: visible;
  
}
.z-step4 .step-2 .u-stage-icon-inner .bg{
    opacity: 1;  
    background-position: -103px -135px;
    visibility: visible;

}
.z-step4 .step-3 .u-stage-icon-inner .bg{
    opacity: 1;  
    background-position: -103px -135px;
    visibility: visible;

}
.z-step4 .step-4 .u-stage-icon-inner .bg{
    opacity: 1;  
    background-position: -79px -135px;
    visibility: visible;

}
.z-step4 .total-steps-4 .u-progress-bar-inner {
    width: 100%;
}
.z-step4 .step-1 .u-stage-icon-inner{
    text-indent: -9999px;  
}
.z-step4 .step-2 .u-stage-icon-inner{
    text-indent: -9999px;  
}
.z-step4 .step-3 .u-stage-icon-inner{
    text-indent: -9999px;  
}
.z-step4 .step-4 .u-stage-icon-inner{
    text-indent: -9999px;  
}
.u-verification-code {
    _float: left;
    width: 108px;
    margin-right: 6px;
}
.m-pwd-box input{
    width: 225px;
}


.z-step1 .J_step1{
    display: block;
}
.z-step1 .J_step2,.z-step1 .J_step3,.z-step1 .J_step4,.z-step1 .J_verifyFail{
    display: none;
}

.z-step2 .J_step2{
    display: block;
}
.z-step2 .J_step1,.z-step2 .J_step3,.z-step2 .J_step4,.z-step2 .J_verifyFail{
    display: none;
}

.z-step3 .J_step3{
    display: block;
}
.z-step3 .J_step1,.z-step3 .J_step2,.z-step3 .J_step4,.z-step3 .J_verifyFail{
    display: none;
}

.z-step4 .J_step4,.z-step4 .J_verifyFail{
    display: block;
}
.z-step4 .J_step1,.z-step4 .J_step2,.z-step4 .J_step3{
    display: none;
}
.J_main-title{
    padding: 10px 20px;
}
.J_main-title h3{
    font: 700 18px/22px "Microsoft Yahei";
}
/* 微信扫一扫 2016-09-24 */
/*
.main .hd .control span{
    position: absolute;
    top: 0px;
    right: 0px;
    background: url(../images/sign-mode1-cur.png) no-repeat center right;
    width: 62px;
    height: 62px;
    display: none;
}
.main .hd .control:hover img{
    display: none;
}
.main .hd .control:hover span{
    display: block;
}
*/


.login-tip {
    position: absolute;
    width: auto;
    top: 0px;
    right: 62px;
    background: url(../images/sign-jiao.jpg) no-repeat center right;
    padding-right: 7px;
}
.login-tip .poptip {
    position: relative;
}
.login-tip span{
    float: left;
    height: 26px;
    line-height: 26px;
    border: 1px solid #f3d995;
    white-space:nowrap;
    border-right: none;
    padding-left: 32px;
    padding-right: 10px;
    background:#fefcee url(../images/xiaoth.png) no-repeat 8px center;
    color: #df9c1f;
}
.login-tip i{
    float: left;
}
.m-vf-item label.has-error{
    line-height: 32px;
    font-weight: normal;
    display: block;
    color: #ff0000;
    position: absolute;
    top: 30px;
    left: 230px;
}
.m-vf-item .ui-form-item-group{
    position: static;
}
