@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei";
}

ul, li {
  list-style: none;
}

a, a:link, a:hover, a:active {
  color: #333;
  text-decoration: none;
}

#popupBg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}
#popupBg #popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 450px;
  /*登录表单*/
  /*注册表单*/
  /*微信登录*/
}
#popupBg #popup i.shutDown {
  position: absolute;
  top: 0;
  right: 12px;
  width: 34px;
  height: 38px;
  background: #ff7b89;
  text-align: center;
  line-height: 38px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  cursor: pointer;
}
#popupBg #popup .popupTabs {
  overflow: hidden;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 300px;
  margin: 60px auto 40px;
}
#popupBg #popup .popupTabs li {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  padding: 0 18px;
  line-height: 44px;
  border-bottom: 4px solid #ccc;
  cursor: pointer;
  width: 150px;
}
#popupBg #popup .popupTabs li.on {
  border-bottom: 4px solid #d52e3f;
}
#popupBg #popup #login {
  width: 300px;
  margin: 0 auto;
}
#popupBg #popup #login .positionUser {
  margin-bottom: 26px;
  position: relative;
}
#popupBg #popup #login .positionUser i {
  border: 1px solid #dedede;
  width: 48px;
  text-align: center;
  color: #c1c1c1;
  font-size: 22px;
  display: inline-block;
  letter-spacing: 0;
  vertical-align: top;
  height: 38px;
  margin-right: -9px;
  line-height: 38px;
  border-radius: 5px;
}
#popupBg #popup #login .positionUser input {
  display: inline-block;
  width: 250px;
  letter-spacing: 0;
  height: 38px;
  line-height: 38px;
  border: 1px solid #dcdfe6;
  text-indent: 10px;
  outline: none;
}
#popupBg #popup #login .positionUser .info{
  position: absolute;
  left: 50px;
    bottom: -20px;  
  font-size: 12px;
  color: #f56c6c;
  display: none;  
}
#popupBg #popup #login .loginBtn {
  width: 300px;
  height: 40px;
  line-height: 40px;
  border: none;
  padding: 0;
  border-radius: 20px;
  background: #d52e3f;
  color: #fff;
  outline: none;
  display: block;
  text-align: center;
  cursor: pointer;
  margin-bottom: 50px;
}
#popupBg #popup #login .forGetpass {
  text-align: right;
  display: block;
  letter-spacing: 0;
  color: #cccccc;
  font-size: 12px;
  margin: -5px 5px 5px 0;
}
#popupBg #popup #login .third {
  width: 300px;
  margin: 20px auto 0;
  text-align: center;
}
#popupBg #popup #login .third .subTitle {
  border-bottom: 1px solid #ccc;
  text-align: center;
  height: 17px;
}
#popupBg #popup #login .third .subTitle span {
  font-size: 12px;
  color: #4c4c4c;
  background: #fff;
  padding: 0 10px;
}
#popupBg #popup #login .third i {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #1fc254;
  color: #fff;
  line-height: 38px;
  display: block;
  margin: 20px auto 34px;
  font-size: 20px;
  cursor: pointer;
}
#popupBg #popup #registered {
  width: 300px;
  margin: 0 auto;
}
#popupBg #popup #registered .formItem {
  margin-bottom: 20px;
}
#popupBg #popup #registered .formItem i {
  border: 1px solid #dedede;
  width: 48px;
  text-align: center;
  color: #c1c1c1;
  font-size: 22px;
  display: inline-block;
  letter-spacing: 0;
  vertical-align: top;
  height: 38px;
  margin-right: -9px;
  line-height: 38px;
  border-radius: 5px;
}
#popupBg #popup #registered .formItem input {
  display: inline-block;
  width: 250px;
  letter-spacing: 0;
  border: 1px solid #dedede;
  line-height: 38px;
  border-radius:0 5px 5px 0;
  text-indent: 15px;
}
#popupBg #popup #registered .formItem .info{
  position: absolute;
  bottom: -18px;
  left: 48px;
  font-size: 12px;
  color: #f56c6c;
  display: none;
  transition: all 1s ease;
}
#popupBg #popup #registered .positionUser {
  position: relative;
}
#popupBg #popup #registered .positionUser .sendCode {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 40px;
  border: none;
  border-radius: 0;
  line-height: 40px;
  background: #549fff;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
#popupBg #popup #registered .positionUser .timerdown{
   position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 40px;
    border: none;
    border-radius: 0;
    line-height: 40px;
    background: #ccc;
    text-align: center;
    color: #fff;
    cursor: pointer;
    display: none;
}
#popupBg #popup #registered .positionUser .timeBtn {
  background: #ccc;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  border-radius: 0;
  width: 120px;
  text-align: center;
  height: 40px;
}
#popupBg #popup #registered .reading a {
  color: #037bf7;
  font-size: 14px;
  text-decoration: underline;
}
#popupBg #popup #registered .regisBtn {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #d52e3f;
  font-size: 17px;
  border: none;
  border-radius: 20px;
  font-weight: normal;
  margin-bottom: 50px;
  margin-top: 29px;
  color: #fff;
  outline: none;
  text-align: center;
  cursor: pointer;
}
#popupBg #popup #wechat {
  width: 300px;
  margin: 0 auto;
}
#popupBg #popup #wechat img {
  display: block;
  width: 260px;
  margin: -20px auto 0;
}
#popupBg #popup #wechat span {
  font-size: 18px;
  color: #666;
  text-align: center;
  display: block;
  font-weight: 600;
  letter-spacing: 10px;
}
#popupBg #popup #wechat .returnBtn {
  border: none;
  background: #d52e3f;
  color: #333;
  width: 260px;
  display: block;
  height: 30px;
  color: #fff;
  border-radius: 20px;
  margin: 20px auto 50px;
}

/*验证码*/
#discode,#regiscode {
  position: absolute;
  width: 120px;
  height: 40px;
  line-height: 40px;
  background: #a9a9a9;
  text-align: center;
  color: blue;
  font-style: oblique;
  letter-spacing: 10px;
  font-family: Fixedsys;
  top: 0;
  right: 0;
  border: none;
  border-radius: 0;
  cursor: pointer;
}
#discode span,#regiscode span {
  transform: translateX(15);
}

