

.bdbox{width:92%;background-color:#fff;min-height:80px;margin:0 auto 1.2rem auto;border-radius:1rem;padding:2.2rem 1.5rem .5rem 1.5rem;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;z-index:990;}
.bdbox h2{font-size:1.6rem;line-height:1.6rem;text-align:left;font-weight:bold}

.bdbox h2 a{font-weight:normal}
.bdbox h2 a.ed{font-size:1.6rem;font-weight:bold}
.bdbox h2 a.more{margin-left:1rem;font-size:1.3rem;font-weight:normal;float:right}
.bdbox h2 a.more .ico{font-size:1.2rem;font-weight:normal;float:right;font-weight:normal}

.bdsj {clear:both;position:fixed; top:0; left:0; width:100%; height:300px; z-index:99; display:block; overflow:hidden; }
.bdsjbg{ position:fixed; background-color:#000;top:0; left:0; width:100%; height:100%; opacity:0.5;z-index:99;}
.bdsj .bdbox{ position:fixed; top:30%; left:4%;z-index:99;}
.bdsj .bdbox dl{width:80%;margin:2rem auto 0 auto;height:5rem;line-height:5rem;text-align:left;overflow:hidden;background-color:#f8f8f8;border-radius:3rem}
.bdsj .bdbox dl:first-child{margin-top:0}
.bdsj .bdbox dl dt{width:17%;padding-left:3%;float:left;text-align:center;line-height:2.6rem;margin-top:1.4rem}
.bdsj .bdbox dl dd{width:80%;float:right;position:relative;padding-left:1.5rem;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}
.bdsj .bdbox dl dd:after{content:'';width:1px;height:1.8rem;background-color:#ddd;position:absolute;left:0;top:1.7rem}
.bdsj .bdbox dl dt i{display:inline-block;color:#bbb;line-height:2.4rem;font-size:2.2rem;font-size:2.2rem;width:2.4rem}
.bdsj .bdbox dl dd input{width:95%;border:0;padding:0;margin:0;font-size:1.6rem;height:3rem;line-height:3rem;box-sizing:border-box;margin-top:1.1rem;background-color:#f8f8f8}
.bdsj .bdbox dl dd input:-webkit-autofill{-webkit-box-shadow:0 0 0px 100rem #f8f8f8 inset !important}
.bdsj .bdbox dl dd span{font-size:2.2rem;color:#bbb;position:absolute;right:2rem;top:.2rem}#reset,#reset_reg{font-size:2rem;right:2rem;display:none}

.bdsj .bdbox button{width:80%;margin-top:2rem}
.bdsj .bdbox button,.forgetpassbox button{box-shadow:0 .3rem .8rem rgba(250,40,40,.5);background-color:#fff;background:-webkit-linear-gradient(315deg,rgba(250,40,40,.77) 0%,#ff3300 100%)}

.bdsj .bdbox dd.yzmF{position:relative}
.bdsj .bdbox dd.yzmF a.yzmbtn{width:9.2rem;display:block;line-height:1.8rem;height:1.8rem;position:absolute;text-align:center;top:1.7rem;right:1.2rem;border-left:#ddd 0px solid}

.bdsj .bdbox dd.yzmF a.yzmbtn font{color:#f00}
.bdsj .bdbox dd.yzmF a.yzmbtn b{color:#f00;font-weight:normal;margin-right:.2rem}
.bdsj .bdbox dd.yzmF a.disabled{color:#999;border:0;padding:0;margin:0;font-size:1.2rem}
	.btn{vertical-align: middle;outline:0;background-color:#0192cb;white-space:nowrap;border-radius:.4rem;height:3rem;line-height:3rem;color:#fff;padding:0 1rem;font-size:1.2rem;cursor:pointer;border:0;display:inline-block;text-align:center;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s;-webkit-user-select:none;-webkit-appearance:none;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}
.btn:hover{filter:alpha(opacity=80);-moz-opacity:0.8;opacity:0.8}
	
		
		
		/* ===== 弹窗整体优化 ===== */
/* ========= 弹窗最外层 ========= */
.bind-modal {
    position: fixed;
    inset: 0;
    z-index: 990;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ========= 遮罩 ========= */
.bind-mask {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.55);
}

/* ========= 弹窗主体 ========= */
.bind-box {
    position: relative;
    width: 92%;
    max-width: 360px;
    background: #fff;
    border-radius: 16px;
    padding: 26px 20px 22px;
    box-shadow: 0 10px 30px rgba(0,0,0,.25);
    z-index: 2;
}

/* ========= 关闭按钮 ========= */
.bind-close {
    position: absolute;
    right: 14px;
    top: 10px;
    font-size: 26px;
    color: #999;
    cursor: pointer;
    line-height: 1;
}
.bind-close:hover {
    color: #333;
}

/* ========= 输入框 ========= */
.bind-input {
    display: flex;
    align-items: center;
    height: 48px;
    border: 1px solid #e5e5e5;
    border-radius: 24px;
    padding: 0 14px;
    margin-bottom: 14px;
    background: #fafafa;
}

.bind-input input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    font-size: 15px;
    color: #333;
    height: 100%;
}

/* ========= 验证码 ========= */
.bind-input.yzm {
    position: relative;
    padding-right: 110px;
}

.bind-input.yzm .yzmbtn {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
    color: #007aff;
    white-space: nowrap;
}

/* ========= 提交按钮 ========= */
.bind-btn {
    width: 100%;
    height: 46px;
    border: none;
    border-radius: 23px;
    background: linear-gradient(90deg,#ff6b6b,#ff3b30);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-top: 6px;
    cursor: pointer;
}
		#yyhy_form{ margin-top: 10px;}	


.msg-link {
    position: relative;
}

.msg-badge {
    position: absolute;
    top: -8px;
    right: -6px;
    width: 20px;
    height: 20px; line-height: 20px;
    padding: 0 4px;
    font-size: 12px;
    color: #fff;
    background: #f56c6c;
    border-radius: 10px;
    display: none;
    align-items: center;
    justify-content: center;
}

.nickname h3 {
    display: flex;
    align-items: center;
    max-width: 100%; /* 或固定宽度，如 200px */
    overflow: hidden;
}

.nickname h3 span {
    display: inline-block;
    white-space: nowrap;        /* 一行显示 */
    overflow: hidden;           /* 超出隐藏 */
    text-overflow: ellipsis;    /* 省略号 */
    max-width: 180px;            /* 关键 */
}
