html, body {
  max-width: 100%;
  overflow-x: hidden;
  }

.wrap{
  margin: 0; padding: 0;
  position: absolute;
  width: 100%;
  height: 2500px;
  background-position: center top;
}

#fullpage{
  position: absolute;
  width: 100%;
  /*height: 6064px;*/
  height: 6325px;
  left:0;
  padding-left: 35px;
  top: 116px;
  border-radius: 50px;
  overflow: hidden;
  /*margin-bottom: 65px;*/
}
.hand{
  width: 382px;
  height: 1440px;
  background: url(../img/hand.png) left -300px;
  left: 50%;
  margin-left:-175px;
  top: -4px;
  z-index: 9999;
  position: fixed;
  overflow: hidden;
}
.img_1{
  background: url(../img/login2.jpg) no-repeat center 0;
  padding-left: 0;
  position: absolute;
  left:0px;
  top: 0px;
  width: 100%;
  height: 758px;
  z-index: 8;
}
.img_2{
  background: url(../img/main2.jpg) no-repeat center 0;
  padding-left: 0;
  position: absolute;
  left:0px;
  top: 758px;
  width: 100%;
  height: 758px;
  z-index: 7;
}
.img_3{
  background: url(../img/total2.jpg) no-repeat center 0;
  padding-left: 0;
  position: absolute;
  left:0px;
  top: 1516px;
  width: 100%;
  height: 758px;
  z-index: 6;
}
.img_4{
  background: url(../img/content2.jpg) no-repeat center 0;
  padding-left: 0;
  position: absolute;
  left:0px;
  top: 2274px;
  width: 100%;
  height: 758px;
  z-index: 5;
}
.img_5{
  background: url(../img/sch2.jpg) no-repeat center 0;
  padding-left: 0;
  position: absolute;
  left:0px;
  top: 3032px;
  width: 100%;
  height: 758px;
  z-index: 4;
}
.img_6{
  background: url(../img/tour2.jpg) no-repeat center 0;
  padding-left: 0;
  position: absolute;
  left:0px;
  top: 3790px;
  width: 100%;
  height: 758px;
  z-index: 3;
}
.img_7{
  background: url(../img/pay2.jpg) no-repeat center 0;
  padding-left: 0;
  position: absolute;
  left:0px;
  top: 4548px;
  width: 100%;
  height: 758px;
  z-index: 2;
}
.img_8{
  background: url(../img/my_info2.jpg) no-repeat center 0;
  padding-left: 0;
  position: absolute;
  left:0px;
  top: 5306px;
 width: 100%;
  height: 758px;
  z-index: 2;
}

.wrap .button{
  z-index: 9999;
  position: fixed;
  top: 800px;
  left: 250px;
}

a{
    display: block;
    font-size: 20px;
    text-align: center;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 20px;
    width: 200px;
    height: 50px;
    line-height: 50px;
}

a:hover{
    background: rgba(255, 255, 255, 0.424);
    color: #000;
    transition: all 0.3s ease;
    font-weight: bold;
}

.img{
    width: 100%;
    height: 2000px;
    background: url(../img/app_bg2.png) center -300px;
    position: fixed;
    top: -4px;
    z-index: 1;
    overflow: hidden;
}
