body {
  font-family: "STHeiti", "Microsoft YaHei", Helvetica, Arial, sans-serif;
  margin: 0 auto;
  background: #e3e3e3 url(../images/bg.png) no-repeat center top;
  background-size: 100% auto;
}

img {
  vertical-align: top;
  width: 100%;
}

.header {
  padding-top: 0.25rem;
  height: 1.35rem;
  box-sizing: border-box;
  background: #000;
}

.header a {
  margin: 0 auto;
  width: 3.6rem;
  display: block;
}

#main {
  padding: 2.1rem 0 0.2rem;
}

#main .form {
  margin: 0 auto;
  width: 8.44rem;
  position: relative;
}

#main .form .listUl {
  width: 6.79rem;
  position: absolute;
  left: 0.825rem;
  bottom: 1.66rem;
}

#main .form .listUl li {
  margin-bottom: 0.33rem;
}

#main .form .listUl li input {
  padding: 0 0.34rem;
  width: 100%;
  height: 0.82rem;
  color: #969696;
  font-size: 0.32rem;
  line-height: 0.82rem;
  background: #f0f0f0;
  border: 1px solid #d6d6d6;
  box-sizing: border-box;
  border-radius: 0.1rem;
}

#main .form .listUl li:last-child input {
  background: #f6f6f6;
}

#main .form .listUl li input::-webkit-input-placeholder {
  color: #969696;
}

#main .form .listUl li input::-moz-placeholder {
  color: #969696;
  opacity: 1;
}

#main .form .listUl li input:-moz-placeholder {
  color: #969696;
  opacity: 1;
}

#main .form .btnUl {
  width: 6.97rem;
  position: absolute;
  left: 0.72rem;
  bottom: 0.56rem;
}

#main .form .btnUl li {
  width: 50%;
  float: left;
}

.footer {
  padding: 0.3rem 0 2rem;
  overflow: hidden;
}

.footer p {
  color: white;
  font-size: 0.28rem;
  text-align: center;
}

.bottom {
  height: 1.58rem;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 900;
  background-color: #000;
}

.bottom ul li {
  float: left;
  width: 25%;
  text-align: center;
  padding-top: 1px;
}

.bottom ul li a {
  display: block;
  height: 1.84rem;
  position: relative;
  border-right: 1px solid #000;
  box-sizing: border-box;
  padding-top: 0.26rem;
}

.bottom ul li:last-child a {
  border: none;
}

.bottom ul li .iconfont {
  display: inline-block;
  font-size: 0.54rem;
  color: #ea9795;
  margin: 0 auto;
  margin-top: 0.15rem;
}

.bottom ul li p {
  line-height: 0.6rem;
  color: #fff;
  font-size: 0.32rem;
}

.bottom ul li img {
  width: auto;
  height: 0.55rem;
}

.cover {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}

.popBox {
  padding: 0.8rem 0.88rem;
  width: 9.2rem;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 1000;
  display: none;
  box-sizing: border-box;
  background: #fff;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.popBox .close {
  width: 0.5rem;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
}

.popBox .ttl {
  margin: 0 0 0.5rem;
  color: #282828;
  font-size: 0.55rem;
  font-weight: bold;
  text-align: center;
}

.popBox .listUl li {
  margin-bottom: 0.37rem;
}

.popBox .listUl li input {
  padding: 0 0.34rem;
  width: 100%;
  height: 0.88rem;
  color: #969696;
  font-size: 0.32rem;
  line-height: 0.85rem;
  background: #fafafa;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
}

.popBox .listUl li input::-webkit-input-placeholder {
  color: #969696;
}

.popBox .listUl li input::-moz-placeholder {
  color: #969696;
  opacity: 1;
}

.popBox .listUl li input:-moz-placeholder {
  color: #969696;
  opacity: 1;
}

.popBox .listUl li select {
  padding: 0 0.25rem;
  width: 100%;
  height: 0.88rem;
  color: #969696;
  font-size: 0.32rem;
  line-height: 0.85rem;
  background-color: #fafafa;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
}

.popBox .btn a {
  display: block;
  color: #fff;
  font-size: 0.32rem;
  font-weight: bold;
  line-height: 1.1rem;
  text-align: center;
  background: #a37c3b;
}

.popBox .btn a img {
  margin: -0.08rem 0.15rem 0 0;
  width: auto;
  height: 0.37rem;
  display: inline-block;
  vertical-align: middle;
}

.popBox02 p {
  margin-bottom: 0.4rem;
  color: #282828;
  font-size: 0.4rem;
  text-align: center;
}

.popBox02 .btn a {
  margin: 0 auto;
  width: 2.8rem;
  line-height: 0.9rem;
}

.popBox03 {
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: none;
  background-color: transparent;
  overflow-y: auto;
}

.popBox03 .photoBox {
  width: 90%;
  margin: 40px auto 40px;
}

.popBox03 .photoBox img {
  width: 100%;
}

.popBox03 .close {
  width: 30px;
  height: 30px;
  overflow: hidden;
  position: fixed;
  top: 20px;
  right: 5%;
}

.popBox03 .close a {
  width: 30px;
  height: 30px;
  display: block;
  background: url(../images/close.png) no-repeat center top;
  background-size: 30px auto;
}

.popBox03 .close img {
  width: 100%;
}

th,
td {
  border: 1px solid black;
  word-break: break-all;
  text-align: center;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: black !important;
}

table {
  width: 100%;
}

[v-cloak] {
  display: none;
}

@media screen and (min-width: 1024px) {
  body {
    background-size: 700px auto;
  }

  .header {
    width: 700px;
    margin: 0 auto;
  }

  .bottom {
    width: 700px;
    left: 50%;
    transform: translateX(-50%);
  }

  .popBox03 .photoBox {
    width: 60%;
  }
}
