#wechatBind {

}
.wechat-bind-panel {
    position:absolute;
    z-index: 201;
    width: 520px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 0 5px #89aeec80;
    left: 50%;
    margin-left: -260px;
    overflow: hidden;
    /* display: none; */
}
.bind-panel {
    background-color: #e8f2fb;
}
.bind-title {
    color: #364766;
    font-size: 20px;
    font-weight: 600;
    font-family: PingFangSC-Semibold, 'PingFang SC Semibold', 'PingFang SC';
    text-align: center;
    padding: 20px;
}
.bind-title1 {
    color: #364766;
    padding: 0px 50px 0px 50px;
    text-align: left;
}
.bind-content {
    position: relative;
    padding: 30px 50px 30px 50px;
}
.wechat-info {
    float: left;
}
.wechat-face {
    width: 80px;
    height: 80px;
    border-radius: 5px;
    overflow: hidden;
}
.wechat-name {
    width: 80px;
    text-align: center;
    font-size: 14px;
    padding: 5px 0px 0px 0px;
}
.displace {
    float: left;
    margin: 10px 0px 0px 20px;
}
.displace-text {
    text-align: center;
}
.displace-icon {
    width: 50px;
    height: 14px;
    background: url('/imgs/displace.png');
    background-size:contain;
}
.input-panel {
    width: 250px;
    float: left;
    margin-left: 20px;
}
#wechatBind .login-input {
    border: #374767 2px solid;
    text-align: left;
    margin-bottom: 7px;
    border-radius: 8px;
    width: 100%;
}
#wechatBind .login-input label {
    padding: 8px 12px;
    width: 16px;
    background-color: #374767;
}
#wechatBind .login-input * {
    height: 16px;
    box-sizing: content-box;
    vertical-align: top;
    display: inline-block;
}
#wechatBind .login-input input {
    width: calc(100% - 48px);
    padding: 8px 0;
    padding-left: 8px;
    color: #fff;
    font-size: 16px;
    background: #a4b7d9;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
#wechatBind .adjust {
    position: relative;
    left: 0px;
}
.bind-message {
    width: 270px;
    color: #ff0000;
    font-size: 14px;
}
.bind-button-group-panel {
    text-align: center;
    padding: 20px 0px 20px 0px;
}
.bind-button {
    width: 208px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    border-radius: 8px;
}
.bind-cancel-btn {
    background: #ffffff;
    border: 1px solid #999999;
    color: #000;
}
.bind-verify-btn {
    background: #364766;
    border: 1px solid #364766;
    color: #fff;
}
.bind-pop-msg {
    width: 200px;
    height: 34px;
    background-color: #f5fef3;
    position: absolute;
    color: #80b442;
    left: 50%;
    margin-left: -100px;
    top: 110px;
    z-index: 1001;
    text-align: center;
    line-height: 34px;
    border-radius: 8px;
    display: none;
}