#header {
  display: none;
}

[v-cloak] {
  display: none;
}

input::-webkit-input-placeholder {
  color: #FFDD8B;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #FFDD8B;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #FFDD8B;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #FFDD8B;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #FFDD8B;
}

p {
  margin: 0;
  padding: 0;
}

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

body {
  background: #FFB400;
}

body .top {
  width: 100%;
}

body .goodlists {
  background: url("../../images/520/High-endUsersJuly/bj.png") no-repeat;
  background-size: 100% 100%;
  padding-bottom: 1.875rem;
}

body .goodlists .lists {
  width: 88%;
  margin-left: 6%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0.9375rem;
}

body .goodlists .lists .goods {
  width: 100%;
}

body .goodlists .lists .goods .goodpic {
  width: 86%;
  margin-left: 7%;
}

body .button {
  width: 100%;
  margin-bottom: 0.4375rem;
}

body .button .btns {
  width: 70%;
  margin-left: 15%;
  margin-top: -1.5rem;
}

body .rule {
  margin-bottom: 3rem;
}

body .rule .rule_check {
  text-align: center;
}

body .rule .rule_check .checkbox {
  width: 0.875rem;
  vertical-align: middle;
}

body .rule .rule_check .text {
  font-size: 0.75rem;
  color: #FFF0CC;
  padding-bottom: 0.125rem;
  border-bottom: 0.0625rem solid #FFF0CC;
}

body .rule .ruletext {
  color: #FFE9D9;
  font-size: 0.75rem;
  padding: 0.4375rem 6% 0;
  text-align: justify;
}

body .bottomtext {
  position: fixed;
  bottom: 0;
  height: 3rem;
  line-height: 2.5rem;
  color: #FFE38A;
  text-align: center;
  width: 100%;
  background: #FFB400;
  font-size: 0.875rem;
}

body .otherPop2 .content {
  background: url("../../images/520/High-endUsersJuly/tc_bj.png") no-repeat;
  background-size: 100% 100%;
  border-radius: 0.4375rem;
}

body .error {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

body .error .errorcontant {
  margin-top: 31%;
  width: 100%;
  border-radius: 0.5625rem;
}

body .error .errorcontant .errortop {
  width: 84%;
  margin-left: 8%;
}

body .error .errorcontant .errortext {
  background: #FFB400;
  width: 84%;
  margin-left: 8%;
  color: #fff;
  text-align: center;
  line-height: 1.875rem;
  font-size: 1.0625rem;
  padding: 0 2.1875rem 0;
}

body .error .errorcontant .errorbtn {
  width: 84%;
  margin-left: 8%;
  background: #FFB400;
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  padding-top: 1.875rem;
  padding-bottom: 1.5625rem;
}

body .error .errorcontant .errorbtn .errortop {
  width: 80%;
  margin-left: 10%;
  margin-top: 1.875rem;
}

body .error .errorcontant .closepic {
  width: 2.1875rem;
  text-align: center;
  margin: 1.875rem auto;
  display: block;
}

.rotateload {
  -webkit-animation: run 2s linear 0s infinite;
  animation: run 2s linear 0s infinite;
}

@-webkit-keyframes run {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes run {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}