.bind-email-panel {
    padding: 5px 0 15px;
}
.bind-email-group {
    position: relative;
    padding: 0px 0 16px 0;
    /* overflow: hidden; */
}
.bind-email-group > label {
    float: left;
    width: 140px;
    margin: 0;
	line-height: 32px;
	height: 32px;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    text-align: right;
    padding-right: 15px;
}
.bind-email-input {
    position: relative;
    float: left;
    width: 300px;
}
.bind-email-input.code-input {
    width: 180px;
}
.bind-email-input > .form-control {
    height: 32px;
    border-radius: 0;
}
.bind-email-input.code-input > .form-control {
    border-right: none;
}
.bind-email-input > .button-pure {
    width: 100%;
    padding: 0;
    line-height: 35px;
    font-size: 17px;
    font-weight: normal;
    border-radius: 0;
    height: 36px;
}
.bind-email-code-btn {
    position: relative;
    float: left;
    height: 32px;
    line-height: 30px;
    text-align: center;
    background: #f5f5f5;
    border: 1px solid #bbb;
    width: 120px;
    cursor: pointer;
    font-size: 12px;
    color: #555;
}
.bind-email-code-btn.disabled {
    color: #bbb;
    cursor: default;
}
.bind-email-code-btn:not(.disabled):hover {
    color: #F60;
}
.bind-email-tip {
    text-align: left;
    padding-left: 140px;
    font-size: 12px;
    margin-top: -14px;
    margin-bottom: 8px;
    position: relative;
    /* z-index: 9; */
}
.bind-email-tip > a,
.bind-email-success > a {
	color: #4997ee;
}
.bind-email-tip > a:hover,
.bind-email-success > a:hover {
	text-decoration: underline;
}
.bind-email-success {
    padding: 28px 24px;
    text-align: center;
    line-height: 24px;
    font-size: 15px;
    color: #333;
}



.bind-email-panel.tip-panel {
    display: none;
    padding: 0 28px 30px;
}
.bind-merge-tip {
    font-size: 14px;
    color: #444;
    line-height: 24px;
    text-align: left;
    padding-bottom: 22px;
}
.bind-merge-tip p {

}
.bind-merge-tip a,
.bind-merge-tip span {
    color: #4997ee;
    font-weight: bold;
}
.bind-merge-tip a {
    text-decoration: underline;
}
.bind-merge-btns {

}
.bind-merge-btns .button-pure {
    width: 138px;
    padding: 7px 0;
    margin: 0 20px;
}
/* .bind-email-panel.merge-panel */