@charset "utf-8";
/*激活功能需要的css CSS Document */

.hzwHuaxingNotopened,
.hzwFuyouNotopened {
  display: none;
  text-align: center;
}
.hzwHuaxingNotopened h3,
.hzwFuyouNotopened h3 {
  text-align: left;
}
.hzwHuaxingNotopened img,
.hzwFuyouNotopened img {
  margin: 46px auto 26px;
}
.hzwHuaxingNotopened p:first-child,
.hzwFuyouNotopened p:first-child {
  line-height: 34px;
}
.hzwHuaxingNotopened p:last-child a,
.hzwFuyouNotopened p:last-child a {
  display: inline-block;
  padding: 14px 77px;
  color: #ffffff;
  background: #ff8900;
  border-radius: 2px;
  margin-top: 26px;
  margin-bottom: 45px;
}

.accountPopUp {
  position: fixed;
  padding: 0px 40px;
  background: #ffffff;
  z-index: 111;
}
.accountPopUp h3 {
  font-size: 16px;
  color: #303740;
  line-height: 54px;
  border-bottom: 1px solid #ebecee;
}
.accountPopUp .accountCloseBtn {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  font-size: 18px;
  position: absolute;
  top: 0px;
  right: 0px;
  color: #303740;
}