/* 图形验证码样式开始 */
.valdate-number input {
    width: 104px; }
.valdate-number .renewcode {
    display: inline-block;
    width: 150px;
    height: 34px;
    margin: 0;
    margin-left: 10px;
    position: relative; }
.valdate-number .renewcode img {
      width: 100%;
      height: auto; }
.valdate-number .renewcode > a {
      margin-left:20px;
      position: absolute;
      /* text-decoration: none; */
      background: none !important;
      color: #5493E6 !important;
      cursor: pointer; }
.valdate-number .alert-m {
    width: 200px;
    margin-left: 161px; }
/* 图形验证码样式结束 */
.content-right .anchor-center .phone-wrapper .has-binds {
    width: 100%;
    display: none;
    margin-top: 30px;
}
.has-binds p {
    margin: 20px 0;
    line-height: 16px;
    height: 16px;
}
.has-binds p span {
    color: #DD3541;
}
.has-binds p a {
    text-decoration: none;
    display: inline-block;
    height: 30px;
    width: 80px;
    text-align: center;
    line-height: 32px;
    background-color: #DD3541;
    box-sizing: border-box;
    color: #fff; 
    border-radius: 3px;
    /* margin-left: 220px; */
    margin-top: 30px;
}
/* 提示选择认证方式样式 */
.Alert {
    position: absolute;
    top:40%;
    left: 16%;
    z-index: 100;
    width: 400px;
    height: 200px;
    box-sizing: border-box;
    background-color: #fff;
    display: none;
    border: 1px solid #e5e5e5;
}
.Alert p {
    width: 100%;
    font-size: 14px;
    color: #333;
    padding: 0 6px;
    box-sizing: border-box;
    text-align: center;
}
.Alert .tit {
    height: 32px;
    line-height: 32px;
    background: #333;
    color: #fff;
}

.Alert .tit i {
    display: inline-block;
    float: right;
    margin-right: 4px;
    cursor: pointer;
} 

.Alert .cont {
    margin: 30px 0; 
    text-align: center;
}

.Alert .btn {
    text-align: center;
    padding: 10px 0;
}
.Alert .btn a {
    display:inline-block;
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background-color: #DD3541;
    border-radius: 4px;
    margin: 3px 0;
}
