body {
  zoom: 95%;
  background-color: #f2f0c0;
}

.body_back {
  width: 100%;
  height: 100%;
  background-image: url(../images/bg.jpg);
  position: fixed;
  background-size: 100% 100%;
}

.p_color {
  color: orange;
}

.p_girls {
  color: rgb(11, 206, 241);
}

.p_banks {
  color: rgb(241, 136, 232);
}

.part2 {
  display: none;
}

.part p {
  font-size: 0.9em;
  width: 420px;
  font-family: Times New Roman;
}

.part a {
  font-size: 0.95em;
  float: right;
  color: yellow;
  cursor: pointer;
}

.part a:hover {
  color: rgb(232, 14, 240);
}

.pages-select {
  font-size: 22px;
  font-family: 宋体;
  color: white !important;
  display: flex;
  justify-content: center;
  padding-top: 10px;
  width: 422px;
}

.pages-select .page-num {
  display: inline;
  cursor: pointer;
  background-color: rgba(214, 241, 208, 0.1);
  border: solid 0.5px rgb(198, 218, 201);
  line-height: 10px;
  padding: 14px 14px;
  margin: 4px;
}

.pages-select .on,
.pages-select .page-num:hover {
  color: black;
  background-color: rgba(94, 186, 114, 0.956);
}

.coin-title{
  text-transform: uppercase;
}

.home-logo{
  text-align: center;
  padding-bottom: 20px;
}

.pay-radio{
  padding: 8px 8px;
  margin: 2px;
}