*{ margin:0px; padding:0px;-webkit-tap-highlight-color: rgba(0,0,0,0);}
body,html {color:#000;background-color:#FFF; width: 100%; position: relative; font-size: 14px;}
a{cursor: pointer;}
img{display:block; width: 100%; /*transform: translateZ(0); -webkit-transform:translateZ(0);*/ }
input{ outline: none; background-color: #f0f0f0; border: none; text-indent: 10px;  font-size: 14px;}
table tr td{ font-size: 14px;}
ul,li {list-style: none}
.page {
    position:relative;
    background-size: cover;
    width: 100%;

}
img{
    display: block;
    width: 100%;
}
.logo{width: 25.78125%; position: absolute; top: 10px; left: 20px;z-index: 10;}
.content{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height:100%;
}
.tour{width: 45%;position: absolute;top: -3%;left: 61%; }
.route1{width: 26.09375%;position: absolute; top: 27.4%; left: 9.5%;z-index: 10;}
.route1-img{width: 80%;}
.route1-date{width: 80%;padding-top: 10px;}
.route2{width: 26.09375%;position: absolute; top: 28.7%; left: 50%;z-index: 10;}
.route3{width: 26.09375%;position: absolute; top: 36.8%; left: 70.5%;z-index: 10;}
.route4{width: 26.09375%;position: absolute; top: 40.5%; left: 37.6%;z-index: 10;}
.route5{width: 26.09375%;position: absolute; top: 44.6%; left: 3.1%;z-index: 10;}
.route6{width: 26.09375%;position: absolute; top: 51.3%; left: 49.6%;z-index: 10;}
.route7{width: 26.09375%;position: absolute; top: 58.3%; left: 6%;z-index: 10;}
.route8{width: 26.09375%;position: absolute; top: 61.7%; left: 70.3%;z-index: 10;}
.route9{width: 26.09375%;position: absolute; top: 68.7%; left: 33%;z-index: 10;}
.route10{width: 26.09375%;position: absolute; top: 75.7%; left: 2%;z-index: 10;}
/*.route11{width: 26.09375%;position: absolute; top: 79.2%; left: 65.3%;z-index: 10;}*/
.route11 {
    width: 26.09375%;
    position: absolute;
    top: 79.7%;
    left: 67%;
    z-index: 10;
}
.dream{width: 91.5625%;top:75%;left: 3.5%;position:fixed;z-index: 50;}

.dream_sup{    width: 16.3457%;top: 48%;left: 76.5%;position: absolute;z-index: 51;}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    animation-iteration-count:infinite;
-webkit-animation-iteration-count:infinite; /* Safari 和 Chrome */
}
.bounce{
    -webkit-animation-name: bounce;
    animation-name: bounce;
    animation-iteration-count:infinite;
-webkit-animation-iteration-count:infinite; /* Safari 和 Chrome */
-webkit-animation-duration: 3s;
  animation-duration: 3s;
}