.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;
}

/* mkp start */
.md_modify_bg{
  width: 692px;
  height: 572px;
  padding: 15px 15px 10px;
  border-radius: 10px;
  background: #FFFFFF;
  background-image: url(/vcommon/common/img/md_modify_pfebgN.png);
  background-size: 848px 764px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.md_modify_close{
  height: 24px;
  position: absolute;
  right: 20px;
  top: 20px;
}
.md_modify_close .closeicon{
  background: url(/vcommon/common/img/md_close.png) no-repeat;
  width: 24px;
  height: 24px;
  background-size: 100%;
  cursor: pointer;
}
.md_modify_title p{
    font-size: 24px;
    color: #333333;
    line-height: 38px;
    text-align: center;
    font-weight: bold;
}
.md_modify_title .md_title_line{
    width: 36px;
    height: 6px;
    background: url(/vcommon/common/img/md_title_line.png) no-repeat;
    background-size: 100%;
    margin: auto;
}
.md_modify_content{
    margin: 2px auto 10px auto;
    width: 621px;
    font-family: PingFang SC, PingFang SC;
}
.md_modify_content_title{
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 22px;
    text-align: center;
}
.md_modify_content_title span{ 
    color: #333;
}
.md_modify_content_title a{
    color: #003399;
}
.md_modify_content_title a:hover {
  text-decoration: underline;
}
.md_modify_content_content{
    display: flex;
    justify-content: space-between;
    margin-top: 14px;
    width: 621px;
    height: 406px;
    position: relative;
}
.md_modify_content_content.bgnopfe{
    background: url(/vcommon/common/img/md_modify_pfe.png?v=20260116) no-repeat;
    background-size: 621px 406px;
}
.md_modify_content_content.bgvsd{
  background: url(/vcommon/common/img/md_modify_vsdN.png?v=20260116) no-repeat;
}
.md_modify_content_content.bgprice{
  background: url(/vcommon/common/img/md_modify_priceN.png?v=20260116) no-repeat;
}
.md_modify_content_content_left,
.md_modify_content_content_right{
    width: 148px;
    height: 42px;
    background: #FFCC00;
    border-radius: 4px 4px 4px 4px;
    font-size: 14px;
    color: #333333;
    line-height: 42px;
    position: absolute;
    bottom: 20px;
    text-align: center;
    cursor: pointer;
}
.md_modify_content_content_left{
  left: 81px;
}
.md_modify_content_content_right{
  right: 78px;
}
.md_modify_content_content_left.choose,
.md_modify_content_content_right.choose{
    opacity: 0.8;
    color: #666;
}
.md_modify_footer{
    margin: 0 auto;
    width: 600px;
}
.md_modify_footer_btn{
    display: flex;
    justify-content: center;
    width: 56px;
    font-size: 14px;
    color: #333333;
    line-height: 17px;
    margin: 0 auto 10px auto;
    border-bottom: 1px solid #333333;
    padding-bottom: 2px;
    cursor: pointer;
}
.md_modify_mask{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 20010;
  background: url(/vcommon/common/img/fancybox_overlay.png);
}
.md_modify_title{
  margin-top: 16px;
}
.md_modify_footer_tip,
.md_modify_footer_tipT{
    height: 14px;
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    line-height: 14px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.md_modify_footer_tipT{
    padding-top: 10px;
    padding-bottom: 16px;
}
.md_modify_footer_tipS,
.md_modify_footer_tipTS{
    height: 14px;
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    line-height: 14px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.md_modify_footer_tipTS{
  padding-bottom: 4px;
}
.md_modify_no{
  text-align: center;
  color: #e52f2c;
  font-size: 14px;
  line-height: 16px;
  padding-bottom: 10px;
}
/* mkp end */