/*弹窗*/
.modal {
  display: none;
}


/*form*/

/* .form {padding: 0 12px;}
.form-lg {padding: 0 12px;}
.form-sm {padding: 0 10px;}
.form-xs {padding: 0 5px;} */
.search-group {
  *zoom: 1;
}
.search-group:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.form .txt, .form .placeholder {
  font-family: Microsoft yahei;
  font-size: 14px;
  line-height: 32px;
  height: 32px;
  border: 1px solid #e43;
}
.form .txt {
  padding: 0 !important;
  text-indent: 12px;
  border-color: #ddd;
  *display: block;
}
.form .placeholder {
  position: absolute;
  z-index: 9999;
  padding-left: 12px;
  white-space: nowrap;
  color: #a9a9a9;
  border: none;
  background: none;
}
.form .label-group {
  line-height: 2;
}
.form .textarea {
  padding: 10px;
  border: 1px solid #ddd;
}
.form textarea {
  overflow: auto;
  min-height: 60px;
  resize: vertical;
  border: 0 none;
}
.form li {
  line-height: 1;
  position: relative;
  padding: 5px 0;
}
.form select {
  font-family: Microsoft yahei;
  padding: 7px;
  color: #999;
  border: 1px solid #ddd;
}
input.btn, button.btn {
  height: 34px;
}
.form-lg .btn, .btn-lg {
  font-size: 18px;
  line-height: 44px;
  height: 44px;
  padding: 0 16px;
}
.form-lg .placeholder, .form-lg .txt {
  font-size: 18px;
  line-height: 44px;
  height: 44px;
  padding: 0 16px;
}
.form-lg input.btn, .form-lg button.btn {
  height: 46px;
}
input.btn-lg, button.btn-lg {
  height: 46px;
}
.form-sm .btn, .btn-sm {
  font-size: 12px;
  line-height: 28px;
  height: 28px;
  padding: 0 10px;
}
.form-sm .placeholder, .form-sm .txt {
  font-size: 12px;
  line-height: 28px;
  height: 28px;
  padding: 0 10px;
}
.form-sm input.btn, .form-sm button.btn {
  height: 30px;
}
input.btn-sm, button.btn-sm {
  height: 30px;
}
.form-xs .btn, .btn-xs {
  font-size: 12px;
  line-height: 20px;
  height: 20px;
  padding: 0 5px;
}
.form-xs .placeholder, .form-xs .txt {
  font-size: 12px;
  line-height: 20px;
  height: 20px;
  padding: 0 5px;
}
.form-xs input.btn, .form-xs button.btn {
  height: 22x;
}
input.btn-xs, button.btn-xs {
  height: 22x;
}
.form-lg .placeholder {
  padding-left: 16px;
}
.form-sm .txt {
  text-indent: 10px;
}
.form-sm .placeholder {
  padding-left: 10px;
}
.form-xs .txt {
  text-indent: 5px;
}
.form-xs .placeholder {
  padding-left: 5px;
}
.form-fz16 input {
  font-size: 16px;
}
.label-group label {
  display: inline-block;
  margin-right: 15px;
}
.label-group input {
  font-family: simsun;
  width: 13px;
  height: 13px;
  margin-right: 5px;
  vertical-align: -2px;
  *vertical-align: 1px;
}
.form-lg li {
  padding: 10px 0;
}
.form-lg select {
  font-size: 18px;
  padding: 9px;
}
.form-bdrs, .form-bdrs .txt, .form-bdrs .textarea, .form-bdrs .btn {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/*验证�&#65533;*/
.reg-wrap {
  display: none;
}
.form .reg-wrap {
  position: relative;
  display: none;
}
.form .reg-wrap .lbl {
  line-height: 34px;
  float: right;
  width: 148px;
  padding-left: 10px;
  _position: relative;
}
.form .reg-wrap .regcode-img {
  height: 34px;
  margin-right: 5px;
}
.form .reg-wrap .msg {
  font-size: 12px;
  cursor: pointer;
  color: #666;
}
.form .reg-wrap .txt-wrap {
  overflow: hidden;
  padding-right: 2px;
  _padding-right: 148px;
}
.form .reg-wrap .txt {
  width: 100%;
  _margin-top: -30px;
}
.form-lg .reg-wrap .lbl {
  line-height: 46px;
  width: 198px;
}
.form-lg .reg-wrap .regcode-img {
  height: 46px;
}
.form-sm .reg-wrap .lbl {
  line-height: 30px;
  width: 140px;
}
.form-sm .reg-wrap .regcode-img {
  height: 30px;
}
.form-control .txt, .form-control .btn, .form-control select, .form-control textarea {
  display: block;
  width: 100%;
}
.form-control-auto {
  display: inline;
  width: auto;
}
.search-group .btn {
  float: right;
  margin-left: 10px;
  _position: relative;
}
.search-group .txt-wrap {
  overflow: hidden;
  padding-right: 2px;
}
.search-group .txt {
  width: 100%;
  _margin-top: -36px;
}
/* modal-login */
.ico-login {
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: 0;
  width: 44px;
  height: 44px;
  cursor: pointer;
  background: #fff url(../images/pcwx.png) right 0 no-repeat;
}
.ico-pc {
  background-position: 0 0;
}
.wrap-wx .wx-img {
  border: 1px solid #d3d3d3;
  background: url(../images/m-loading.gif) center no-repeat;
}
.wrap-wx span {
  cursor: pointer;
}
.wx-login-tip {
  position: absolute;
  bottom: 20px;
  left: 50%;
  display: none;
  margin-left: -120px;
}
.login-other {
  line-height: 44px;
}
.login-other a:hover {
  text-decoration: none;
}