.popbox-login{ width:100%; height: 100%; left: 0;right: 0; top: 0;  position: fixed; z-index: 9;background: rgba(0,0,0,0.8);}
.popboxCon-login{  position: absolute; left: 0; right: 0; width: 90%; top: 20%; margin: 0 auto;  }
.popboxCon-bd-login{ position: relative; padding: 20px;  background:#fff; border-radius: 5px; }
.popboxCon-ft-login{ text-align: center; margin-top: 10px;}
.popboxCon-ft-login img{ width: 36px;}
.popboxCon-bd-tp-login{ color: #635348; text-align: center; font-size: 16px; padding-top: 5px; padding-bottom: 10px;}
.popboxCon-bd-tp-login p{ display: inline-block;position: relative; z-index: 1;font-weight: bold;}
.popboxCon-bd-tp-login p::after{ content: "";display: block; height: 6px; background: linear-gradient(to bottom,#fff,#f7c773); position: absolute;left: 0; right: 0;
    bottom: 1px;z-index: -1;}
.popboxCon-bd-tp-login a{ position: absolute; right: 12px; top: 12px; }
.popboxCon-bd-tp-login a img{ width: 18px;}
.inputMsg-login{ display: flex;display: -webkit-flex; justify-content: space-between;-webkit-justify-content: space-between; margin-top: 12px;
    height: 40px;  }
.inputMsg-login input{ width: 0; flex: 1;padding-left: 15px;background: #f2f2f2; border-radius: 26px;  border: none;}
.inputMsg-login input::-webkit-input-placeholder{color: #999;}
.inputMsg-rt-login{ width: 100px; height: 36px; text-align: center; line-height: 36px;  color: #d3bd94; border: 1px solid #d3bd94;
    border-radius:26px; margin-left: 10px;}
.inputMsg-rt-login a{ display: block; color: #d3bd94;}
.btn2-login{ display: block; width: 96%; height: 40px;  margin: 25px auto 0; background: #f1d895;
    border-radius: 26px; color: #72552b;text-align: center; line-height: 40px;font-size: 15px;}
.popbox-tx-login{ padding-top: 5px; padding-bottom: 15px;}

.blackbg_login {width:100%;height:100%;background:#000;opacity:0.5;z-index:10;position:fixed;left:0;top:0;
    display: none;}