/* 微信登录框 */
.modal-mask, .modal-wrap { position: fixed; top: 0; left: 0; right: 0; bottom: 0; }
.modal-mask { z-index: 1998; background-color: rgba(0, 0, 0, .45); }
.modal-wrap { z-index: 1999; }

.modal { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 520px; margin: 0 auto; border-top: 2px solid #fe6a00; border-radius: 3px; background-color: #fff; line-height: 1.5; }
.modal-close { position: absolute; top: 14px; right: 12px; color: #999; cursor: pointer; transition: color .24s; }
.modal-close > .i-icon { font-size: 21px; vertical-align: top; }
.modal-close:hover { color: #444; }
.modal-header { padding: 14px 16px; border-bottom: 1px solid #e8eaec; color: #17233d; font-size: 16px; font-weight: 700; line-height: 21px; }
.modal-body { padding: 16px 32px; font-size: 14px; }
.modal-footer { padding: 12px 18px; border-top: 1px solid #e8eaec; text-align: right; }
.modal-footer .modal-btn { height: 32px; padding: 0 15px; border-radius: 4px; color: #fff; font-size: 14px; cursor: pointer; -webkit-transition: all .24s; transition: all .24s; }

.modal-footer .modal-btn-primary { background-color: #fe6a00; border: 1px solid #fe6a00; }
.modal-footer .modal-btn-primary:hover { background-color: #fea400; border-color: #fea400; }

.wxlogin-unbind .form-item { margin-top: 10px; }
.wxlogin-unbind .form-item .input-wrapper { position: relative; height: 42px; }
.wxlogin-unbind .form-item .input-wrapper .input-width-prefix { border: 1px solid #dcdee2; border-radius: 4px;font-size: 15px; padding-left: 42px; width: 87%; height: 40px; }
.wxlogin-unbind .form-item .input-wrapper .input-prefix { position: absolute; top: 0; left: 0; width: 42px; }
.wxlogin-unbind .form-item .input-wrapper .input-prefix i { font-size: 20px; color: #808695; line-height: 42px; }
.wxlogin-unbind .form-btn { display: flex; justify-content: space-between; display: -webkit-flex; -webkit-justify-content: space-between; font-size: 15px; }
.wxlogin-unbind .form-btn .wxlogin-unbind-regist { border-radius: 4px; border: 1px solid #fe6a00; box-sizing: border-box; line-height: 42px; width: 45%; height: 100%; transition: all 0.14s linear; }
.wxlogin-unbind .form-btn .wxlogin-unbind-regist:hover { background: #fe6a00; color: #fff; }
.wxlogin-unbind .form-btn .btn { border: none; border-radius: 4px; background: #fe6a00; color: #fff; width: 45%; cursor: pointer; transition: all 0.14s linear; }
.wxlogin-unbind .form-btn .btn:hover { background: rgba(254, 106, 0, 0.65); }

@media (max-width: 576px) {
    .modal { width: auto; margin: 0 10px; }
}

#wxlogin .modal {
	display: block;
    width: 400px;
    right: auto;
    bottom: auto;
}
#wxlogin .modal-body { text-align: center; }
#wxlogin .modal-body .qrcode { width: 246px; height: 264px; margin: 0 auto; }
#wxlogin .modal-body .info { margin-top: 12px; }