body {
  margin: 0;
  font-family: Arial, "微软雅黑";
  color: #666666;
  position: relative;
  font-size: 26px;
  height: 100%;
}
html {
  height: 100%;
}
input,
textarea {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}
textarea {
  resize: none;
  overflow: auto;
}
em {
  font-style: normal;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  border: none;
  vertical-align: top;
}
h1,
p,
h2 {
  margin: 0;
  font-weight: normal;
}
.page {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #FFFFFF;
  z-index: 1;
  display: none;
}
a,
input {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
.pageShow {
  display: block;
}
form {
  margin: 0;
  padding: 0;
}
/*首页*/
#shouye {
  background: url(../img/bg_1.jpg?t=102226666) 0 0 no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
#btn1 {
  position: absolute;
  left: 156px;
  top: 40%;
}
#btn2 {
  position: absolute;
  left: 156px;
  top: 51%;
}
#btword {
  position: absolute;
  left: 166.5px;
  top: 82%;
}
#bt1 {
  position: absolute;
  left: 156px;
  top: 25%;
}
#bt2 {
  position: absolute;
  left: 156px;
  top: 40%;
}
#bt3 {
  position: absolute;
  left: 156px;
  top: 55%;
}
#superbox {
  width: 620px;
  height: 1003px;
  background-color: white;
  border-radius: 33px;
  position: absolute;
  left: 65px;
  top: 11%;
  display: none;
}
.indexback {
  width: 14%;
  position: fixed;
  bottom: 0.4%;
  right: 0;
}
.indexback img {
  width: 76%;
}
#onoff {
  z-index: 1;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 565px;
  top: -40px;
}
#toppic {
  position: absolute;
  left: 0px;
  width: 620px;
}
#bigbox {
  width: 520px;
  height: 747px;
  overflow: scroll;
  z-index: 2;
  position: absolute;
  left: 46px;
  top: 155px;
}
#inbox {
  width: 100%;
}
#longpic {
  width: 100%;
}
#bgblack {
  width: 100%;
  position: fixed;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
  display: none;
}
.pc #shouye {
  width: 540px;
  margin: 0 auto;
  position: static;
}
.pc #btn1 {
  position: absolute;
  left: 50%;
  margin-left: -150px;
  top: 40%;
  width: 300px;
}
.pc #btn2 {
  position: absolute;
  left: 50%;
  margin-left: -150px;
  top: 40%;
  margin-top: 100px;
  width: 300px;
}
