html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
ul,
ol {
  list-style: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 100px;
}
@media screen and (min-width: 320px) {
  html {
    font-size: 42.6667px;
  }
}
@media screen and (min-width: 360px) {
  html {
    font-size: 48px;
  }
}
@media screen and (min-width: 375px) {
  html {
    font-size: 50px;
  }
}
@media screen and (min-width: 412px) {
  html {
    font-size: 54.9333px;
  }
}
@media screen and (min-width: 414px) {
  html {
    font-size: 55.2px;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 100px;
  }
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
.clear {
  zoom: 1;
  clear: both;
}
.clear:after {
  clear: both;
  content: "";
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.none {
  display: none !important;
}

.flex {
  display: -ms-flexbox;
  display: flex;
}
/*主轴为水平方向，起点在左边*/
.flexRow {
  -ms-flex-direction: row;
  flex-direction: row;
}
/*主轴为垂直方向，起点在上沿*/
.flexColumn {
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex1 {
  -ms-flex: 1;
  flex: 1;
}
/*交叉轴的起点对齐*/
.alignStart{
  -ms-flex-align: start;
  align-items: flex-start;
}
/*交叉轴的终点对齐*/
.alignEnd{
  -ms-flex-align: end;
  align-items: flex-end;
}
/*交叉轴的中点对齐*/
.alignCenter{
  -ms-flex-align: center;
  align-items: center;
}
/*项目的第一行文字的基线对齐*/
.alignBaseline{
  -ms-align-items: baseline;
  align-items: baseline;
}
/*如果项目未设置高度或设为auto，将占满整个容器的高度*/
.alignStretch{
  -ms-align-items: stretch;
  align-items: stretch;
}
/*换行，第一行在上方*/
.flexWrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/*主轴左对齐*/
.justifyStart {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
/*主轴右对齐*/
.justifyEnd {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
/*主轴居中对齐*/
.justifyCenter {
  -ms-flex-pack: center;
  justify-content: center;
}
/*主轴两端对齐,项目之间的间隔都相等*/
.justifyBetween {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
/*每个项目两侧的间隔相等。所以，项目之间的间隔比项目与边框的间隔大一倍*/
.justifyAround {
  -ms-flex-pack: justify;
  justify-content: space-around;
}

/*覆盖父级交叉轴的起点对齐*/
.alignSelfStart{
  -ms-flex-item-align: start;
  align-self: flex-start;
}
/*覆盖父级交叉轴的终点对齐*/
.alignSelfEnd{
  -ms-flex-item-align: end;
  align-self: flex-end;
}
/*覆盖父级交叉轴的中点对齐*/
.alignSelfCenter{
  -ms-flex-item-align: center;
  align-self: center;
}
/*覆盖父级项目的第一行文字的基线对齐*/
.alignSelfBaseline{
  -ms-flex-item-align: baseline;
  align-self: baseline;
}
/*覆盖父级如果项目未设置高度或设为auto，将占满整个容器的高度*/
.alignSelfStretch{
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

/* 显示一行文字 */
.line1 {
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* 显示2行文字 */
.line2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.line3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

body {
  line-height: 1;
  position: relative;
  background-color: #ffffff;
  min-width: 7.5rem;
}

* {
  box-sizing: border-box;
}

.none {
  display: none !important;
}

i,
span {
  display: block;
}

header {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -3.75rem;
  width: 7.5rem;
  height: 0.92rem;
  padding: 0 0.2rem;
  font-size: 0.24rem;
  color: #ffffff;
  z-index: 1;
}

header .logo {
  width: 2.93rem;
  height: 0.31rem;
  background: url(../mimg/wlyxexchange/logo.png);
  background-size: 2.93rem 0.31rem;
}

header .sign {
  width: 1.70rem;
  height: 0.54rem;
  border-radius: 0.3rem;
  border: solid 1px #ffffff;
  cursor: pointer;
}

header .sign i {
  height: 0.24rem;
  border-left: 1px solid #ffffff;
  margin: 0 0.2rem;
}

header .signed img {
  width: 0.54rem;
  height: 0.54rem;
  border-radius: 50%;
}

header .signed span {
  margin: 0 0.1rem;
  max-width: 1.65rem;
  height: 0.33rem;
  line-height: 0.33rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

header .signed i {
  height: 0.24rem;
  border-left: 1px solid #ffffff;
}

.banner {
  width: 7.5rem;
  height: 6.58rem;
  padding-top: 1.47rem;
  background: #161515 url(../mimg/wlyxexchange/textureBg.png) no-repeat top 0 center;
  background-size: 7.5rem 5.58rem;
  position: relative;
  margin: 0 auto;
}

.banner .headline {
  margin: 0 auto;
  width: 5.83rem;
  height: 0.46rem;
  background: url(../mimg/wlyxexchange/titleA.png);
  background-size: 5.83rem 0.46rem;
}

.banner .card {
  width: 6.40rem;
  height: 4.35rem;
  background: url(../mimg/wlyxexchange/NeteaseCard.png);
  background-size: 6.40rem 4.35rem;
  margin: 0.29rem auto 0;
}

.texture {
  width: 7.50rem;
  border-radius: 0.3rem 0.3rem 0rem 0rem;
  margin: -1.78rem auto 0;
  background: #2c2c2e url(../mimg/wlyxexchange/texture.png) no-repeat top 0 center;
  background-size: contain;
  position: relative;
  z-index: 1;
  padding-top: 0.81rem;
  padding-bottom: 0.8rem;
}

.texture .input {
  width: 6.38rem;
  margin: 0 auto 0.6rem;
  position: relative;
}

.texture .input input {
  height: 0.88rem;
  background-color: #232325;
  border-radius: 0.44rem;
  border: solid 1px #f8e2c0;
  padding: 0 0.5rem;
  line-height: 0.88rem;
  font-size: 0.3rem;
  color: #f7dfbd;
  outline: none;
}

.texture .input input::placeholder {
  color: #665d52;
}

.texture .input input.phone {
  width: 6.38rem;
}

.texture .input input.code {
  width: 3.9rem;
}

.texture .input .codeButton {
  text-align: center;
  width: 2.26rem;
  height: 0.88rem;
  border-radius: 0.44rem;
  border: solid 1px #f8e2c0;
  font-size: 0.3rem;
  /* font-weight: bold; */
  line-height: 0.88rem;
  color: #f7dfbd;
  background: none;
  cursor: pointer;
}

.texture .input .codeButton:focus-within {
  outline: 0;
}

.texture .input .codeButton[disabled] {
  background: #232325;
  border: solid 0.02rem #665d52;
  color: #665d52;
  cursor: not-allowed;
}

.texture .input label {
  position: absolute;
  font-size: 0.24rem;
  color: #f7dfbd;
  top: 1.07rem;
  left: 0.53rem;
}

.texture .submit {
  width: 6.35rem;
  height: 0.88rem;
  background: linear-gradient(90deg,
      #fff0cf 0%,
      #ffc38c 100%);
  border-radius: 0.44rem;
  border: none;
  outline: none;
  display: block;
  margin: 0 auto;
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 0.88rem;
  color: #2d2d2f;
}

.texture .submit[disabled] {
  background: #232325;
  color: #665d52;
}

.texture .int {
  font-size: 0.22rem;
  color: #f7dfbd;
  text-align: center;
  margin-top: 0.24rem;
}

.texture .explain {
  padding-top: 0.93rem;
}

.texture .explain .caption {
  margin: 0 auto 0.3rem;
  width: 1.87rem;
  height: 0.44rem;
  background: url(../mimg/wlyxexchange/titleB.png) center no-repeat;
  background-size: 1.87rem 0.44rem;
}

.texture .explain .headline {
  text-align: center;
  font-size: 0.3rem;
  color: #ffffff;
}

.texture .explain .headline i {
  width: 0.5rem;
  height: 0.02rem;
  border-radius: 0.01rem;
  background: #ffffff;
}

.texture .explain ul {
  width: 6.9rem;
  margin: 0 auto 0.8rem;
  padding-top: 0.2rem;
}

.texture .explain .wlyxexchange_explain li {
  width: 3.3rem;
  height: 2.8rem;
  background: rgba(21, 21, 21, 0.5);
  border-radius: 0.2rem;
  margin-top: 0.3rem;
  text-align: center;
  font-size: 0.24rem;
  color: #ffffff;
}

.texture .explain .wlyxexchange_explain li img {
  width: 1.1rem;
  height: 1.1rem;
  display: block;
  margin: 0 auto 0.3rem;
}

.texture .explain .wlyxexchange_explain li p {
  font-size: 0.28rem;
  font-weight: bold;
  color: #f7dfbd;
}
.texture .explain ul li {
  width: 3.3rem;
  height: 3.3rem;
  background: rgba(21, 21, 21, 0.5);
  border-radius: 0.2rem;
  margin-top: 0.3rem;
  text-align: center;
  font-size: 0.24rem;
  color: #ffffff;
  padding-top: 0.5rem;
}

.texture .explain ul li img {
  width: 1.1rem;
  height: 1.1rem;
  display: block;
  margin: 0.2rem auto 0.3rem;
}

.texture .explain ul li p {
  font-size: 0.28rem;
  font-weight: bold;
  color: #f7dfbd;
  margin-bottom: 0.2rem;
}

.texture .explain ul li span {
  margin-bottom: 0.12rem;
}
.texture .explain .content {
  width: 6.92rem;
  border-radius: 0.2rem;
  background: rgba(21, 21, 21, 0.5);
  margin: 0.5rem auto 0.8rem;
  padding: 0.28rem 0.30rem 0.34rem;
  text-align: justify;
}

.texture .explain .content p {
  font-size: 0.24rem;
  line-height: 0.44rem;
  color: #bbbbbb;
}

.mask {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.layer {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  width: 6rem;
  margin-left: -3rem;
}

.layerOverdue {
  margin-top: -2.36rem;
}

.layerCondition,.layerScan {
  margin-top: -2.91rem;
}

.layerOverdue .popup {
  height: 3.4rem;
}

.layerCondition .popup ,
  .layerScan .popup {
  height: 4.5rem;
}

.layer .popup {
  width: 6rem;
  background-color: #ffffff;
  border-radius: 0.2rem;
  padding-top: 0.7rem;
  text-align: center;
}

.layer .popup .title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 0.4rem;
}

.layer .popup .int {
  font-size: 0.28rem;
  line-height: 0.48rem;
  color: #666666;
}

.layer .popup a,
.layer .popup button {
  display: block;
  margin: 0.6rem auto 0;
  width: 4rem;
  height: 0.8rem;
  background-image: linear-gradient(90deg,
      #fff0cf 0%,
      #ffc38c 100%);
  border-radius: 0.4rem;
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 0.8rem;
  border: none;
  color: #2d2d2f;
}

.layer .popup .int span {
  color: #be7430;
  display: inline;
}

.layer .close {
  margin: 0.6rem auto 0;
  width: 0.72rem;
  height: 0.72rem;
  cursor: pointer;
  background: url(../mimg/wlyxexchange/close.png);
  background-size: 0.72rem;
}

.showText {
  max-width: 4rem;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 0.1rem;
  position: fixed;
  z-index: 99999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 0.3rem;
  line-height: 0.48rem;
  color: #ffffff;
  padding: 0.21rem 0.26rem;
}

@media screen and (min-width: 750px) {

  .layer {
    width: 380px;
    margin-left: -190px;
  }

  .layerOverdue {
    margin-top: -110px;
  }

  .layerCondition,.layerScan {
    margin-top: -142px;
  }

  .layerOverdue .popup {
    height: 220px;
  }

  .layerCondition .popup ,
    .layerScan .popup {
    height: 284px;
  }

  .layer .popup {
    width: 380px;
    border-radius: 10px;
    padding-top: 46px;
  }

  .layer .popup .title {
    font-size: 20px;
    margin-bottom: 28px;
  }

  .layer .popup .int {
    font-size: 16px;
    line-height: 28px;
  }

  .layer .popup a,
  .layer .popup button {
    margin: 28px auto 0;
    width: 251px;
    height: 51px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 51px;
  }

  .layer .close {
    margin: 30px auto 0;
    width: 40px;
    height: 40px;
    background-size: 40px;
  }

}
