
ul, li {
  list-style: none;
}

a, a:link, a:hover, a:active {
  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 .clickcodelogin{
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  cursor: pointer;
}

#popupBg #popup .clickcodelogin.codelogin{
  display: block;
}

#popupBg #popup .clickcodelogin.accountlogin{
  display: none;
}


#popupBg #popup .tishi{
  position: absolute;
  top: 2px;
  left: 64px;
  border: 1px solid #ff6600;
  font-size: 12px;
  color: #ffa365;
  padding: 2px 5px;
  transform: scale(.8);
}

#popupBg #popup .tishi:after{
  content: "";
  position: absolute;
  top: 50%;
  left: -5px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 5px solid #ff6600;
  border-bottom: 5px solid transparent;
  transform: translateY(-50%);
}

#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: 40px;
  margin-right: -9px;
  line-height: 40px;
  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: 10px;
  margin-top: 29px;
  color: #fff;
  outline: none;
  text-align: center;
  cursor: pointer;
}
#popupBg #popup #registered .regisGys {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #037bf7;
  font-size: 17px;
  border: none;
  border-radius: 20px;
  font-weight: normal;
  margin-bottom: 29px;
  color: #fff;
  outline: none;
  text-align: center;
  cursor: pointer;
}
/*#popupBg #popup #registered .regisGys {*/
  /*height: 30px;*/
  /*margin-bottom: 20px;*/
  /*text-align: center;*/
/*}*/
#popupBg #popup #registered .regisGys a{
  font-size: 17px;
  color:#fff;
}
#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);
}

/*微信登录*/
.qrCodebox{
  width: 300px;
  margin: 0 auto;
  padding: 50px 0;
  display: none;
}

.wechatbox{
  height: 340px;
  overflow: hidden;
}

.wechatbind {
    display: none;
    padding-top: 12px;
}

.login-user {
    overflow: hidden;
}

.login-user .user-img {
    width: 58px;
    height: 58px;
    border-radius: 100%;
    background: #f5f5f5;
    margin-right: 5px;
    overflow: hidden;
}

.login-user .fl {
    float: left;
}

.login-user .user-img img {
    max-width: 100%;
    height: 100%;
    border-radius: 100%;
}

.login-user .user-name {
    width: 147px;
    margin-top: 8px;
}

.login-user .user-name p:first-child {
    font-size: 16px;
    color: #333;
    font-weight: 700;
}

.login-user .user-name p:last-child {
    font-size: 12px;
    color: #ce0505;
    margin-top: 2px;
}

.formData {
    margin-top: 15px;
}

.wechatForm .wechatinput {
    position: relative;
    margin-bottom: 16px;
}

.wechatForm .wechatinput i {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(0,-50%);
    color: #c0c4cc;
    font-size: 18px;
    border-right: 1px solid #dcdfe6;
    height: 34px;
    line-height: 34px;
    width: 40px;
    text-align: center;
}

.wechatForm .wechatinput input {
    width: 300px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #dcdfe6;
    background: #fff;
    color: #606266;
    outline: 0;
    /* border-radius: 5px; */
    text-indent: 50px;
    font-size: 12px;
}

.formData .wechatbutton {
    z-index: 1000;
    width: 300px;
    height: 30px;
    border: 0;
    line-height: 30px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border-radius: 20px;
    cursor: pointer;
    outline: none;
    text-align: center;
    background: #ce0505;
}

.registerwechat{
  width: 100%;
  margin-bottom: 5px;
  color: #666;
  font-size: 12px;
  cursor: pointer;
}

.registerwechat>span{
  margin-left: 3px;
  color: #1799f5;
}

.registerwechat>span:hover{
  text-decoration: underline;
  color: #1c59e4;
}