@charset "UTF-8";
html {
  font-family: "Microsoft YaHei", "微软雅黑 Light", Arial, Helvetica, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hgroup, menu, nav, section, summary, time, mark {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: normal;
  line-height: 1.5;
  font-size: 0.28rem;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-touch-callout: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}

img {
  border: 0;
  -webkit-touch-callout: none;
  vertical-align: top;
}

button, input, optgroup, select, textarea {
  margin: 0;
  padding: 0;
  line-height: normal;
  font: inherit;
  color: inherit;
  outline: none;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
  padding: 0;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

.opacity {
  animation: opacity 0.3s linear;
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.popup_wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9999;
}

.memberPopup {
  box-sizing: border-box;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5.4rem;
  overflow: hidden;
  border-radius: 0.36rem;
  z-index: 10000;
  text-align: center;
  background: url(/img/member/memberPopup-bg.png) no-repeat;
  background-size: 100%;
  background-color: #fff;
}
.memberPopup .close {
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  width: 0.22rem;
  height: auto;
}
.memberPopup .title {
  padding: 0 0.4rem;
  line-height: 1rem;
  text-align: center;
  font-size: 0.32rem;
  font-weight: 600;
  color: #181818;
}
.memberPopup .tip {
  padding: 0 0.4rem;
  text-align: center;
  color: #343333;
  font-size: 0.22rem;
}
.memberPopup .pop-input {
  display: flex;
  flex-direction: column;
  padding: 0 0.4rem;
  margin-top: 0.1rem;
}
.memberPopup .pop-input .pop-inp-title {
  text-align: left;
  font-weight: 400;
  font-size: 0.22rem;
  color: #333333;
}
.memberPopup .pop-input input {
  margin: 0.1rem 0;
  height: 0.64rem;
  background: #EFEFEF;
  border-radius: 0.1rem;
  text-indent: 0.2rem;
  border: none;
  color: #262628;
}
.memberPopup .pop-input .name-title {
  min-height: 0.64rem;
  margin: 0.1rem 0;
  background: #EFEFEF;
  border-radius: 0.1rem;
  padding: 0.1rem 0.2rem;
  border: none;
  color: #262628;
}
.memberPopup .btns {
  position: relative;
  margin-top: 0.22rem;
  padding: 0 0.2rem;
}
.memberPopup .btns img {
  width: 100%;
}
.memberPopup .btns .btn-text {
  position: absolute;
  top: 0.13rem;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 600;
  font-size: 0.28;
  color: #FFFFFF;
}/*# sourceMappingURL=memberPopup.css.map */