* {
  box-sizing: border-box;
}

html, body, p {
  margin: 0;
  padding: 0;
}

body {
  font-size: 14px;
}
input, textarea, select, button {
  outline: none;
  border: none;
}
#plv-config {
  position: fixed;
  width: 300px;
  height: 400px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
  margin: auto;
  text-align: center;
  background: #fff;
  border-radius: 2px;
}

.plv-config__title {
  font-size: 18px;
  font-weight: 400;
  margin-top: 20px
}

.plv-config__content {
  margin-top: 40px;
}

.plv-config__input {
  position: relative;
  margin: 0 auto 30px;
  padding: 0 5px;
  width: 220px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #bfbfbf;
  border-radius: 3px;
}

.plv-config__button {
  margin-top: 7px;
  width: 220px;
  line-height: 38px;
  background: #222791;
  color: #fff;
  border-radius: 3px;
  outline: none;
  border: none;
}
.signupPop{
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.signupPopBox{
  width: 360px;
  height: 378px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -189px 0 0 -180px;
}
.signupPopCon{
  position: relative;
  background: #fff;
  border-radius: 9px;
  text-align: center;
  height: 100%;
  padding-top: 40px;

}
.closePop{
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 20px;
  height: 20px;
  background: url("/static/live/images/close.png") 0 / contain no-repeat;
  color: rgba(51, 51, 51, 1);
  cursor: pointer;
}
.signupPopCon h2{
  line-height: 33px;
  padding-left: 41px;
  font-size: 24px;
  width: 210px;
  margin: 0 auto 30px;
  background: url(/static/live/images/success.png) 0 center / 24px no-repeat;
  font-weight: normal;
}
.codeBox{
  width: 160px;
  height: 160px;
  border: 1px solid rgba(209, 44, 2, 1);
  margin: 0 auto 20px;
  border-radius: 15px;
  overflow: hidden;
}
.codeBox img{
  width: 158px;
  height: 158px;
}
.signupPopCon p{
  line-height: 28px;
  font-size: 20px;
}
.unsignup{
  text-align: center;
  line-height: 514px;
}
.weixinImg{position: absolute;z-index: -1;opacity: 0;pointer-events: none;max-width: 100%;left: 0;top: 0;}
