.bind-mobile-dialog{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    z-index: 999999;
    font-family: "microsoft yahei";
    font-size: 14px;
}
 .errorInfo{
    color: #F00;
    position: absolute;
    top: 40px;
}
.errorInfo2{
    color: #F00;
}
.img-code{
    cursor: pointer;
}
.text-tips{
    padding-bottom: 20px;
    color: #7F7F7F;
}
.dialog-phone-form{
    width: 500px;
    height: 380px;
    background: #fff;
    margin: 0 auto; /*水平居中*/
    position: relative;
    top: 50%; /*偏移*/
    margin-top: -190px;
    border-radius: 6px;
}
.dialog-header{
    position: relative;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    padding: 0 20px;
    border-bottom: 1px solid #c6ccd4;
    color: #1D2129;
}
.close-btn{
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    display: inline-block;
    cursor: pointer;
    width: 12px;
    height: 12px;
    background:url(../images/close-btn.png) no-repeat center center;
}
.dialog-content{
    padding: 20px 0;
    width: 440px;
    text-align: center;
}
.dialog-content .input-txt{
    border-radius: 2px;
    width: 255px;
    height: 40px;
    line-hight: 40px;
    border: 1px solid #c6ccd4;
    padding-left: 20px;
    box-sizing: border-box;
    font-size: 14px;
    color: black;background:white
}
.line-item{
    margin-bottom: 20px;
}
.line-item .label{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 100px;
    color: #1D2129;
}
.line-item .label-right{
    display: inline-block;
    position: relative;
}
.label-right .input-txt{
    border-radius: 4px;
    border: 1px solid #E5E6EB;
}
.label-right-inline{
    display: inline-block;
}
.label-right-inline .input-txt{
    width: 130px;
}
.sms-btn{
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    border-radius: 2px;
    color: #fff;
    background: #E8232A;
    margin-left: 10px;
    vertical-align: middle;
    display: inline-block;
    border-radius: 4px;
}
.dialog-foot{
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0 auto;
}
.bind-btn{
    width: 180px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    border-radius: 2px;
    color: #fff;
    background: #E8232A;
    margin: 0 auto;
    border-radius: 4px;
}
.bind-btn:hover ,.sms-btn:hover{
    background: #EF5769;
}
.code-img img{
    cursor: pointer;
}
.disabledBtn{
    cursor:not-allowed;
    background: #999;
}

.disabledBtn:hover {
    background: #999;
}

/*验证邮箱界面*/

.dialog-emailinfo-box{
    width: 80%;
    margin: 0 auto;
    text-align: left;
}

.dialog-emailinfo-box .d-title{
    font-size: 16px;
    color: #000;
    padding: 10px 0;
}
.dialog-emailinfo-box .d-link-text{
    padding: 10px 0 ;
    font-size: 12px;
}
.dialog-emailinfo-box .d-link-text a{
    text-decoration: none;
}
.dialog-emailinfo-box .d-link-text .goactivate{
    color:#389BD4 ;
    cursor: pointer;
    padding: 0 10px;
    margin-left: 20px;
}
.email-tims{
    padding: 10px 0;
    font-style: 12px;
    color: #999;
}
.finishactive-btn>span{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    min-width: 100px;
    padding: 0 10px;
    text-align: center;
    color: #fff;
    background:#2b78ff;
    border-radius: 4px;
}
.border-line{
    margin-top: 20px;
    height: 1px;
    width: 100%;
    background: #999;
}
.other-tips{
    margin-top: 20px;
    font-size: 12px;
    color: #999;
}
.other-tips dl dd{
    line-height: 1.8;
    padding-left: 10px;
}
.other-tips dl dd:first-child{
    padding-left: 0;
    color: #666;
}
.other-tips dl dd>span{
    color:#2b78ff;
    margin-left: 5px;
    cursor: pointer;
}