.quick_active_mask{
  position: fixed;
  _position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  _height: 100%;
  bottom: 0;
  z-index: 9999;
  background: #000000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  display: none;
}
.pop_bind_hint {
  width: 597px;
  height: 386px;
  position: absolute;
  overflow: hidden;
  left: 50%;
  top: 50%;
  margin-top: -193px;
  margin-left: -298.5px;
  z-index: 100000;
}
.pop_bind_hint_head {
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  background-color: #1e2330;
  color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.pop_bind_hint_head span {
  float: left;
  padding-left: 16px;
}
.pop_bind_hint_close {
  float: right;
  margin: 11px 16px 0 0;
  width: 12px;
  height: 12px;
  background: url(../images/feihuo_close.png) no-repeat;
  cursor: pointer;
}
.pop_bind_hint_close:hover {
  opacity: .8;
}
.pop_bind_tip_txt {
  background: url(../images/bind_hint_bg.png) no-repeat;
  height: 270px;
  *height: 226px;
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  padding-top: 44px;
  text-align: center;
  box-sizing: border-box;
}
.pop_bind_tip_footer {
  height: 81px;
  background-color: #fff;
}
.pop_bind_tip_footer a {
  box-sizing: border-box;
  width: 140px;
  height: 41px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  border-radius: 4px;
  margin-top: 20px;
}
.pop_bind_tip_btn1 {
  float: left;
  color: #1ea5e8;
  border: 1px solid #1ea5e8;
  line-height: 39px;
  margin-left: 137px;
  margin-right: 43px;
}
.pop_bind_tip_btn1:hover {
  background-color: #1ea5e8;
  color: #fff;
  border-color: #0895ff;
}
.pop_bind_tip_btn2 {
  float: left;
  color: #fff;
  background-color:#177edd;
  line-height: 41px;
}
.pop_bind_tip_btn2:hover {
  background-color: #1ea5e8;
}

.pop_bind_logout {
  height: 350px;
  background-color: #fff;
}
.pop_bind_logout_title {
  text-align: center;
  color: #000;
  font-size: 22px;
  font-weight: bold;
  line-height: 24px;
  padding: 52px 0 26px;
}
.pop_bind_logout_tip {
  font-size: 14px;
  line-height: 26px;
  color: #333;
  text-align: center;
}
.pop_bind_logout_tip a {
  color: #c6312b;
}

/* 公共按钮样式 - start */
.pop_bind_btns_pub {
  width: 372px;
  height: 43px;
  margin: 48px auto 0;
  overflow: hidden;
}
.pop_bind_btns_pub a {
  width: 180px;
  height: 43px;
  *width: 178px;
  *height: 41px;
  line-height: 41px;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  float: left;
}
.pop_bind_btns_pub a:hover {
  background-color: #e43a3a;
  color: #fff;
  border-color: #e43a3a;
}
.pop_bind_btn1_pub {
  color: #d42a2a;
  border: 1px solid #d42a2a;
  margin-right: 12px;
}
.pop_bind_btn2_pub {
  color: #fff;
  background-color: #d42a2a;
  border: 1px solid #d42a2a;
}
/* 公共按钮样式 - end */

/* 输入框公共样式 - start */
.pop_bind_ipt_pub {
  height: 38px;
  *height: 36px;
  border: 1px solid #dddddd;
  line-height: 36px;
  text-indent: 8px;
  font-size: 12px;
  float: left;
  box-sizing: border-box;
}
.poo_get_msg_btn {
  font-size: 12px;
  float: left;
  box-sizing: border-box;
  height: 38px;
  *height: 36px;
  border: 1px solid #d42a2a;
  color: #d42a2a;
  line-height: 36px;
  text-align: center;
}
.poo_get_msg_disabled {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: #999999;
  font-size: 12px;
  cursor: default;
}
.pop_bind_form {
  height: 38px;
  line-height: 38px;
  overflow: hidden;
  font-size: 12px;
  color: #000;
  margin-bottom: 10px;
}
.pop_bind_form .label {
  float: left;
  width: 192px;
  text-align: right;
}
input::-webkit-input-placeholder{
  color:#000;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
  color:#000;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
  color:#000;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
  color:#000;
}
.pop_err_msg {
  position: absolute;
  color: #d42a2a;
  font-size: 12px;
  display: none;
}
/* 输入框公共样式 - end */

.pop_bind_save {
  height: 350px;
  background-color: #fff;
  padding-top: 50px;
  box-sizing: border-box;
  position: relative;
}
.pop_bind_save .pop_err_msg {
  left: 192px;
  top: 26px;
}
.pop_save_cell input {
  width: 270px;
}
.pop_save_code input {
  width: 138px;
  margin-right: 10px;
}
.pop_save_code a {
  width: 121px;
}
.pop_sing_btn_pub {
  color: #fff;
  background-color: #d42a2a;
  font-size: 14px;
  width: 200px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  margin: 60px auto 0;
  cursor: pointer;
}
.pop_sing_btn_pub:hover {
  background-color: #e43a3a;
}

.pop_bind_active {
  height: 350px;
  background-color: #fff;
  padding-top: 30px;
  box-sizing: border-box;
  position: relative;
}
.pop_bind_active .pop_err_msg {
  left: 192px;
  top: 10px;
}
.pop_bind_active .get_active_code {
  width: 121px;
  text-indent: 0;
}
.pop_bind_save .get_pwd_code{
  text-indent: 0;
}
.pop_active_code input {
  width: 138px;
  margin-right: 10px;
}
.pop_active_cell input {
  width: 270px;
}
.pop_active_msg input {
  width: 138px;
  margin-right: 10px;
}
.pop_bind_active .poo_get_msg_btn {
  width: 121px;
}
.pop_bind_proto {
  color: #999;
  font-size: 12px;
  height: 14px;
  line-height: 14px;
  padding-left: 144px;
}
.pop_bind_proto a {
  color: #999;
  text-decoration: underline;
}
.pop_bind_uname {
  height: 350px;
  background-color: #fff;
  padding-top: 70px;
  box-sizing: border-box;
}
.pop_bind_uname .pop_err_msg {
  left: 177px;
  top: 45px;
}
.pop_uname .label{
  width: 177px;
}
.pop_uname .pop_bind_ipt_pub {
  width: 300px;
}
.pop_bind_uname .pop_bind_btns_pub {
  margin-top: 60px;
}

.pop_reset {
  height: 350px;
  background-color: #fff;
  padding-top: 70px;
  box-sizing: border-box;
}
.pop_reset .pop_err_msg {
  left: 177px;
  top: 45px;
}
.pop_reset .label {
  width: 177px;
}
.pop_reset .pop_bind_ipt_pub {
  width: 270px;
}
.pop_bind_tip_btn3 {
  float: left;
  color: #fff;
  background-color:#177edd;
  line-height: 41px;
  margin-left: 228px;
  margin-right: 43px;
}
.pop_bind_tip_btn3:hover {
  background-color: #1ea5e8;
}
