/* Document Less */
.wh {
  width: 100%;
  height: auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.img {
  width: 100%;
}
.ma {
  margin: 0 auto;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.pf {
  position: fixed;
}
.clear {
  clear: both;
}
.ov {
  overflow: hidden;
}
.dis {
  display: none;
}
.handbook {
  width: 100%;
  height: auto;
}
.handbook .img {
  width: 100%;
  height: auto;
  position: relative;
}
.handbook .img img {
  width: 100%;
  display: block;
}
.handbook .img a {
  position: absolute;
}
.handbook .img01 a {
  width: 56%;
  height: 12%;
  left: 22%;
  top: 63%;
}
.handbook .img01 .amount {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 86%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
}
.handbook .img01 .amount p {
  font-size: 110%;
}
.handbook .img01 .amount p span {
  color: #e55699;
  font-size: 110%;
}
.handbook .img07 a {
  width: 56%;
  height: 12%;
  left: 22%;
  top: 88%;
}
.handbook .img06 .submit {
  width: 44%;
  height: 8%;
  left: 28%;
  top: 81%;
  position: absolute;
}
.handbook .img06 input {
  padding-left: 2%;
}
.handbook .img06 .num {
  width: 79.3%;
  height: 7.5%;
  left: 10.5%;
  top: 41.8%;
  position: absolute;
  border: 0;
  font-size: 110%;
}
.handbook .img06 .name {
  width: 79.3%;
  height: 7.5%;
  left: 10.5%;
  top: 30.4%;
  position: absolute;
  border: 0;
  font-size: 110%;
}
.handbook .img06 .address {
  width: 79.3%;
  height: 14.9%;
  left: 10.5%;
  top: 53.4%;
  position: absolute;
  border: 0;
  font-size: 110%;
  padding-left: 2%;
}
.tk {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.26);
  position: fixed;
  top: 0;
  display: none;
}
.tk .tk_img {
  width: 80%;
  margin: 0 auto;
  position: relative;
  top: 50%;
  left: 4%;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
}
.tk .tk_img img {
  width: 100%;
}
.tk .tk_img .tk_close {
  position: absolute;
  width: 7%;
  height: 7%;
  top: 2%;
  left: 76%;
  cursor: pointer;
}
.tk .tk_img a {
  position: absolute;
  width: 28%;
  height: 9%;
  top: 58%;
  left: 6%;
}
