.md_account_window {
    width: 600px;
    min-height: 100px;
    background: #FFFFFF;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    z-index: 99999;
}

.md_account_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #4A4A4A;
    line-height: 25px;
    padding-left: 10px;
    box-sizing: border-box;
}

.md_account_title img {
    height: 15px;
    width: 15px;
    padding: 10px;
    cursor: pointer;
}

.md_account_content {}

.md_account_content .statusIcon {
    text-align: center;
    margin-top: 15px;
}

.md_account_content .statusIcon img {
    width: 50px;
    height: 50px;
}

.md_account_content .mdMessage {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #4A4A4A;
    line-height: 22px;
    padding: 30px;
    text-align: center;
}

.md_account_content .mdMenu {
    display: flex;
    justify-content: space-between;
    margin: 0 40px 40px 40px;
}

.md_account_content .mdMenu .mdMenuItem {
    width: 250px;
    height: 126px;
    background: #FFFFFF;
    border: 1px solid #CDCDCD;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}

.md_account_content .mdMenu .mdMenuItem .menuTxt {
    font-size: 14px;
    font-weight: 400;
    color: #4A4A4A;
    line-height: 20px;
    text-align: center;
}

.md_account_content .mdMenu .mdMenuItem .menuBtn {
    display: flex;
    justify-content: center;
}

.md_account_content .mdMenu .mdMenuItem .menuToLogin {
    width: 142px;
    height: 36px;
    background: #003399;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    margin-top: 10px;
}

.md_account_content .mdMenu .mdMenuItem .menuToLogin:hover {
    background: #003399;
    opacity: 0.8;
}

.md_account_content .mdMenu .mdMenuItem .menuToRegist {
    width: 142px;
    height: 36px;
    background: #FFCC00;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    color: #545454;
    line-height: 20px;
    margin-top: 10px;
}

.md_account_content .mdMenu .mdMenuItem .menuToRegist:hover {
    background: #FBF9D2 !important;
    text-decoration: none;
}


/* confirm modal */

.md_account_confirm {
    min-width: 400px;
    max-width: 450px;
    min-height: 100px;
    background: #FFFFFF;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    z-index: 99999;
}

.md_account_confirm_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #4A4A4A;
    line-height: 25px;
    padding-left: 10px;
    box-sizing: border-box;
    background: #FFFFFF !important;
}

.md_account_confirm_title img {
    height: 16px;
    width: 16px;
    padding: 10px;
    cursor: pointer;
}

.md_account_confirm_content {
    padding: 0 30px 40px 30px;
}

.md_account_confirm_content .statusIcon {
    text-align: center;
    margin-top: 14px;
}

.md_account_confirm_content .statusIcon img {
    width: 50px;
    height: 50px;
}

.md_account_confirm_content .mdMessage {
    font-size: 16px;
    font-weight: 400;
    color: #4A4A4A;
    line-height: 26px;
    margin-top: 30px;
    text-align: center;
    word-break: break-all;
}

.md_account_confirm_content .mdMessage .spanKey {
    color: #003399;
}

.md_account_confirm_content .mdTip {
    font-size: 12px;
    font-weight: 400;
    color: #4A4A4A;
    line-height: 12px;
    margin-top: 12px;
    text-align: center;
}

.md_account_confirm_content .mdBtns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.md_account_confirm_content .mdBtns .mdBtnOk {
    min-width: 120px;
    height: 36px;
    background: #FFCC00;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    color: #4A4A4A;
    line-height: 20px;
    padding: 0 20px;
    box-sizing: border-box;
}

.md_account_confirm_content .mdBtns .mdBtnOk:hover {
    background: #FFEA98 !important;
    text-decoration: none;
}

.md_account_confirm_content .mdBtns .mdAlertBtn {
    min-width: 152px;
}

.md_account_confirm_content .mdBtns .mdBtnNo {
    min-width: 120px;
    height: 36px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    color: #4A4A4A;
    border: 1px solid #FFCC00;
    line-height: 20px;
    margin-left: 20px;
    padding: 0 20px;
    box-sizing: border-box;
}

.md_account_confirm_content .mdBtns .mdBtnNo:hover {
    background: #FBF9D2 !important;
    text-decoration: none;
    border: 1px solid #FBF9D2;
}


/* 绑定modal */

.md_bind_confirm {
    min-width: 400px;
    width: 400px;
    min-height: 100px;
    background: #FFFFFF;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    z-index: 99999;
}

.md_bind_confirm_title {
    width: 100%;
    height: 40px;
}

.md_bind_confirm_title img {
    float: right;
    padding-right: 10px;
    padding-top: 10px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.md_bind_confirm_content {
    font-size: 14px;
    line-height: 20px;
    margin: 0 auto;
    text-align: center;
}

.md_bind_confirm_content img {
    padding: 10px 0 30px 0;
    margin: 0 auto;
}

.md_bind_confirm_content .pd5 {
    padding-top: 5px;
}

.md_bind_confirm_content .mdBtns {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    padding-bottom: 40px;
}

.md_bind_confirm_content .mdBtns .bgyellow {
    min-width: 100px;
    height: 36px;
    background: #FFCC00;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 14px;
    color: #4A4A4A;
    line-height: 36px;
    box-sizing: border-box;
}

.md_bind_confirm_content .mdBtns .bgwhite {
    min-width: 100px;
    height: 36px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 14px;
    color: #4A4A4A;
    border: 1px solid #FFCC00;
    line-height: 34px;
    margin-left: 20px;
    box-sizing: border-box;
}

.md_bind_confirm_title::after {
    content: '';
    clear: both;
}

.fancybox-skin {
    padding: 0;
    border-radius: 0;
}

.md_bind_confirm_content .mdMessage {
    width: fit-content;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #4A4A4A;
    line-height: 20px;
}

.md_bind_confirm_content img {
    width: 221px;
    height: 50px;
}


/* 解绑 */

#mdWechatUnbind .mdMessage {
    text-align: left;
    width: 258px;
}

.mdMessage.unbindFaild {
    width: 198px;
}

.mdMessage.unbindSuccess {
    width: 99px;
}

.mdMessage.bindconfirm {
    width: 245px;
}


/* 个人信息修改姓名 单独style */

.md_account_title {
    height: 40px;
}

.md_account_input span {
    font-size: 12px;
    color: #9B9B9B;
}

.md_account_input #mdUserName input {
    width: 327px;
}

.md_accountOK,
.md_accountNO {
    min-width: 100px !important;
    width: 100px;
}