body {
  padding: 0px;
  margin: 0px;
}
header {
  background: #a60000;
  width: 100%;
  padding: 12px 0px;
  text-align: center;
}
.logo {
  height: 80px;
  width: auto;
  overflow: hidden;
}
.logo img {
  height: 100%;
  width: auto;
}
.xiazai {
  padding: 12px;
  margin: 0px;
  width: 90%;
  margin: 0 auto;
  margin-top: 30px;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: nowrap;
}
.xiazai li {
  list-style-type: none;
  text-align: center;
}
.button {
  width: 80%;
  margin: 20px auto;
  padding: 12px 16px;
  background: linear-gradient(to bottom, #fbebc9, #d6bd86);
  background-color: #fbebc9;
  border-radius: 20px;
}
.button a {
  font-size: 18px;
  color: #000;
  text-decoration: none;
}
.clear {
  clear: both;
}
.anzhuangjiaochen {
  background: #f5f5f5;
  width: 100%;
  height: 180px;
  padding: 30px 0px;
  text-align: center;
}
.jc_nav {
  margin: 0 auto;
  width: 640px;
  height: 80px;
  border-radius: 40px;
  border: 1px solid #a60000;
  overflow: hidden;
  padding: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  line-height: 80px;
  margin-bottom: 20px;
}
.jc_nav li {
  width: 50%;
  font-size: 24px;
  list-style-type: none;
  text-align: center;
  cursor: pointer;
}
.jc_nav li:first-child {
  border-right: 1px solid rgb(166, 0, 0);
}

.li1 {
  background: #a60000;
  color: #fbebc9;
}
.li0 {
  background: #ffffff;
  color: #000000;
}
.jc_center {
  background: #eeeeee;
  width: 100%;
  margin: 0 auto;
}
.jc_center img {
  width: 100%;
  height: auto;
}
.jc_2 {
  display: none;
}
#iphoneVip {
  cursor: pointer;
}
.showVip {
  display: none;
  width: 800px;
  height: 400px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}

.showVip img {
  width: 100%;
}
.showVip .leftBtn {
  position: absolute;
  bottom: 10%;
  left: 0;
  width: 50%;
  height: 60px;
}
.showVip .rightBtn {
  position: absolute;
  bottom: 10%;
  right: 0;
  width: 50%;
  height: 60px;
}
.showVip #closed {
  position: absolute;
  top: 5px;
  right: 8px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
@media screen and (max-width: 980px) {
  .showVip {
    width: 94%;
  }
  .showVip .rightBtn,
  .showVip .leftBtn {
    bottom: -40px;
    height: 80px;
  }
}
.overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
