#header {
  display: none;
}

[v-cloak] {
  display: none;
}

p {
  margin: 0;
  padding: 0;
}

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

body {
  background: #FFEED6;
}

body .top {
  width: 100%;
}

body .goodlists {
  background: url("../../images/520/High-11/2-center.png") no-repeat;
  background-size: 100% 100%;
  padding-bottom: 1.09375rem;
}

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.625rem;
}

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

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

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

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: #fff;
  padding-bottom: 0.125rem;
  border-bottom: 0.0625rem solid #fff;
}

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

body .bottomtext {
  position: fixed;
  bottom: 0;
  height: 4.5rem;
  width: 100%;
  background: #FFEED6;
}

body .bottomtext .textpic {
  line-height: 2.5rem;
  text-align: center;
  width: 100%;
  color: #0f0e08;
  letter-spacing: 0.25rem;
  font-size: 0.9375rem;
}

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

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

body .tc .tccontainer .top {
  width: 84%;
  margin-left: 8%;
}

body .tc .tccontainer .errorbtn {
  width: 84%;
  margin-left: 8%;
  background: #fb6236;
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

body .tc .tccontainer .errorbtn .errortop {
  width: 80%;
  margin-left: 10%;
  margin-top: 0.78125rem;
}

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