html {
  font-family: '微软雅黑', Tahoma, Arial, "Helvetica Neue", "Hiragino Sans GB", Simsun, sans-self;
}
.clearfix:after {
  /*伪元素是行内元素 正常浏览器清除浮动方法*/
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  /*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
  *zoom: 1;
}
input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #bababa;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #bababa;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #bababa;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #bababa;
}
.arrow {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 6px solid #2398d6;
}
body {
  background: #f6f6f6;
}
.lf{
  float: left;
}
.rt{
  float: right;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.pl_48px{
  padding-left: 48px;
}

.bl_3px {
  border-left: 3px solid rgb(35, 152, 214);
}
.bb_1px{
  border: 1px solid rgb(244, 244, 244);
}
.clamp_1{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.zz_btn{
  display: inline-block;
  vertical-align: middle;
  border-radius: 3px;
  width: 80px;
  height: 26px;
  margin: 0 6px;
  line-height: 26px;
  font-size: 14px;
  box-sizing: border-box;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  cursor: pointer;
  outline: none;
}


.comfirm_btn{
  background-color: rgb(35, 152, 214);
  border-color: rgb(35, 152, 214);
  color: rgb(255, 255, 255);
}
.cancel_btn{
  border-color: rgb(195, 200, 204);
  background-color: rgb(255, 255, 255);
  color: rgb(35, 152, 214);
}
.pwd_input{
  border-width: 1px;
  border-color: rgb(207, 207, 207);
  border-style: solid;
  width: 302px;
  height: 34px;
  line-height: 32px;
  padding-left: 15px;
  box-sizing: border-box;

}
.pwd_input:disabled {
  background-color: rgb(255, 255, 255);
}