/* 绑定手机号 */
body {
    height: 100%;
}

.bind_mask {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    /* background: rgba(0,0,0,.4); */
    z-index: 999;
}

.bind_mask .bind_content {
    width: 400px;
    height: 265px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 15px #e1dfe4;
    z-index: 1000;
    padding-top: 19px;
}

.bind_mask .bind_content .bind_close {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    background: url("../images/bind_mobile.png");
}

.bind_mask .bind_content .bind_title {
    font-size: 22px;
    color: #333333;
    text-align: center;
    line-height: 32px;
}

.bind_mask .bind_content .bind_text {
    font-size: 14px;
    color: #555555;
    text-align: center;
    line-height: 44px;
}

.bind_mask .bind_content .radius {
    height: 41px;
    background: #f4f4f6;
    width: 338px;
    border-radius: 21px;
    margin: 0 auto;
    margin-bottom: 14px;
    line-height: 41px;
}

.bind_mask .bind_content .radius span,
.bind_mask .bind_content .radius i,
.bind_mask .bind_content .radius input {
    float: left;
}

.bind_mask .bind_content .radius span {
    width: 62px;
    padding-right: 16px;
    text-align: right;
}

.bind_mask .bind_content .radius i {
    width: 1px;
    height: 24px;
    background: #bdbdbe;
    margin-top: 8px;
}

.bind_mask .bind_content .radius input {
    border: none;
    background: none;
    height: 41px;
    padding-left: 18px;
    outline: none;
    width: 140px;
}

.bind_mask .bind_content .radius button {
    float: right;
    width: 97px;
    height: 41px;
    background: #ceced6;
    color: #333333;
    border-radius: 21px;
    cursor: pointer;
    border: none;
    outline: none;
}

.bind_mask .bind_content .bind_btn {
    width: 338px;
    height: 40px;
    background: #f3890c;
    color: #fff;
    font-size: 17px;
    display: block;
    border-radius: 20px;
    border: none;
    outline: none;
    cursor: pointer;
    margin: 25px auto;
}
