/**
 * 
 * @authors Anne
 * @date    2017-09-04 19:08:40
 * @version v1.0.1
 */
@charset "utf-8";
/* CSS Document */
/*reset css*/
/** Set default font family and font color and background color */
html {
  font-family: '宋体', arial, verdana, sans-serif;
  color: #333;
  background: #fff;
}
/***** body *****/
body {
  font-size: 100%;
  background: #ffffff;
}
/*****Remove default margin and padding*****/
body,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
form,
p {
  margin: 0;
}
input,
button,
textarea,
td,
th {
  padding: 0;
}
menu,
ul,
ol {
  margin: 0;
  padding: 0;
}
/***** Remove default vertical scrollbar in IE 8/9/10/11 and resize button*****/
textarea {
  resize: none;
  overflow: auto;
}
/***** Improve link behaviour*****/
a {
  text-decoration: none;
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
/***** Prevent `sub` and `sup` affecting `line-height` in all browsers. *****/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/***** fix border problem *****/
iframe,
img {
  border: 0;
}
/***** remove list style of ul and ol*****/
ul,
ol {
  list-style: none;
}
/***** input and button *****/
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/***** table *****/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*****display behaviour *****/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
/*****common classes *****/
.clear {
  clear: both;
}
.inner {
  position: relative;
  width: 100%;
  height: 100%;
}
/* 去掉半透明灰色遮罩 */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/***** 此处需要根据具体项目修改 *****/
/*旋屏提示 start*/
#orientLayer {
  display: none;
}
.mod-orient-layer {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #333;
  z-index: 9997;
}
.mod-orient-layer__content {
  position: absolute;
  width: 100%;
  top: 45%;
  margin-top: -75px;
  text-align: center;
}
.mod-orient-layer__icon-orient {
  background-image: url(../images/pixels.png);
  display: inline-block;
  width: 67px;
  height: 109px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -webkit-animation: rotation infinite 1.5s ease-in-out;
  animation: rotation infinite 1.5s ease-in-out;
  -webkit-background-size: 67px;
  background-size: 67px;
}
.mod-orient-layer__desc {
  margin-top: 20px;
  font-size: 15px;
  color: #fff;
}
@media screen and (min-aspect-ratio: 13/9) {
  #orientLayer {
    display: block;
  }
}
/*旋屏提示动画*/
@-webkit-keyframes rotation {
  10% {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  50%,
  60% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  90% {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  100% {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
}
@keyframes rotation {
  10% {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  50%,
  60% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  90% {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  100% {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
}
/*旋屏提示 end*/
body,
html {
  background-color: #122955;
  font-family: "Microsoft YaHei";
}
img {
  pointer-events: none;
  -webkit-user-select: none;
}
* {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@font-face {
  font-family: "myFont";
  src: url("../tff/zqHappy.ttf");
}
div {
  background-repeat: no-repeat;
  font-family: "myFont";
}
/*样式*/
/*自定义的Less变量 start*/
/*自定义的Less变量 end*/
.main {
  position: relative;
  overflow: hidden;
}
.wrapbox {
  position: absolute;
}
.wrapcont {
  height: 100%;
  position: absolute;
  top: 0;
}
.inner {
  float: left;
  position: relative;
}
.loadpage {
  position: fixed;
  left: 0;
  top: 0;
  background: #4176ae;
  z-index: 9000;
}
.loading {
  position: relative;
  width: 100%;
  height: 100%;
}
.loadbg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #FFF;
}
.loading img {
  width: auto;
  height: 100%;
}
.loadhouse {
  position: absolute;
  width: 68%;
  height: 50%;
  left: 16%;
  top: 8%;
  display: none;
}
.loadgirl {
  position: absolute;
  width: 51%;
  height: 40%;
  left: 25%;
  top: 34%;
}
.loadwheel {
  position: absolute;
  width: 100%;
  height: 12%;
  top: 58%;
}
.loadwheel img {
  position: absolute;
}
.loadwheel .wheel1 {
  left: 26%;
}
.loadwheel .wheel2 {
  left: 57%;
  top: -2.5%;
}
.loadwind {
  position: absolute;
  width: 253px;
  height: 162px;
  left: 26.5%;
  top: 33%;
}
.loadtxt {
  position: absolute;
  width: 100%;
  height: 45px;
  bottom: 12%;
}
.loadtxt img {
  position: absolute;
}
.loadtxt div {
  position: absolute;
  width: 70%;
  height: 100%;
  left: 15%;
  background: #fff;
  z-index: 10;
  transition-duration: 3s;
  -webkit-transition-duration: 3s;
  transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
}
.loadtxt .loadtext {
  left: 36%;
  top: 27%;
  z-index: 2;
  width: 34%;
  height: auto;
}
.loadtxt .loadtextbg {
  left: 22%;
}
.loading .loadBtn {
  left: 25%;
  display: none;
  width: 50%;
  height: 45px;
  bottom: 12%;
  position: absolute;
  z-index: 999;
  background-image: url("../images/loading-btn.png");
  background-size: 100% 100%;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.processnum {
  position: absolute;
  width: 100%;
  bottom: 25%;
  text-align: center;
  font-size: 30px;
  color: #541b1e;
  height: 94.5px;
  line-height: 94.5px;
}
.loadNum {
  position: absolute;
  width: 177px;
  height: 95px;
  left: 50%;
  bottom: 25%;
  background-image: url("../images/btnbg.png");
  background-size: 100% 100%;
  margin-left: -86.5px;
}
.main {
  opacity: 0;
}
.bedroom {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url("../images/bedroom.jpg");
  background-size: 100% 100%;
}
.bedroom .girl1 {
  background-image: url("../images/girl1.png");
  background-size: 100% 100%;
  left: 14%;
  top: 69%;
  width: 86%;
  height: 32%;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
.bedroom .girl2 {
  background-image: url("../images/girl2.png");
  background-size: 100% 100%;
  left: 0;
  top: 56.2%;
  width: 51%;
  height: 29%;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
}
.bedroom .girl3 {
  background-image: url("../images/girl3.png");
  background-size: 100% 100%;
  left: 59%;
  top: 23.5%;
  width: 41%;
  height: 34%;
  animation-delay: 3s;
  -webkit-animation-delay: 3s;
}
.bedroom .girl4 {
  background-image: url("../images/girl4.png");
  background-size: 100% 100%;
  left: 17%;
  top: 35.6%;
  width: 46%;
  height: 26%;
  animation-delay: 4s;
  -webkit-animation-delay: 4s;
}
.bedroom .girl5 {
  background-image: url("../images/girl5.png");
  background-size: 100% 100%;
  left: 11%;
  top: 20.3%;
  width: 31%;
  height: 21%;
  animation-delay: 5s;
  -webkit-animation-delay: 5s;
}
.bedroom .girl {
  position: absolute;
  background-size: 100% auto;
  display: none;
}
.bedroom .onbed {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url("../images/onbed.jpg");
  background-size: 100% 100%;
  display: none;
  animation-delay: 8s;
  -webkit-animation-delay: 8s;
}
.phone {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url("../images/bg1.jpg");
  background-size: 100% 100%;
  display: none;
}
.phone .phone1 {
  position: absolute;
  background-image: url("../images/phone1.png");
  background-size: 100% 100%;
  left: 0%;
  top: 8%;
  width: 99%;
  height: 90%;
  background-size: 100% auto;
  display: none;
}
.phone .phone2 {
  position: absolute;
  background-image: url("../images/phone2.jpg");
  background-size: 100% 100%;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  display: none;
}
.phone .arrow {
  position: absolute;
  background-image: url("../images/arrow.png");
  background-size: 100% 100%;
  left: 43%;
  top: 38%;
  width: 20%;
  height: 20%;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  background-size: 100% auto;
  display: none;
}
.phone .finger {
  position: absolute;
  background-image: url("../images/finger.png");
  background-size: 100% 100%;
  left: 68%;
  top: 40%;
  width: 46%;
  height: 30%;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  background-size: 100% auto;
}
.chat {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url("../images/chat-bg.jpg");
  background-size: 100% 100%;
  overflow: hidden;
}
.chat .chatTitle {
  position: fixed;
  width: 100%;
  height: 16%;
  left: 0;
  top: 0;
  background-image: url("../images/chat-title.png");
  background-size: 100% 100%;
  z-index: 99;
  background-size: 100% auto;
}
.chat .choice {
  position: fixed;
  width: 100%;
  height: 250px;
  left: 0;
  bottom: 8%;
  background: #fff;
  z-index: 90;
  padding-bottom: 10px;
  display: none;
}
.chat .choice p {
  width: 100%;
  text-align: center;
  border-top: 3px solid #CCC;
  height: 25%;
  line-height: 62px;
  font-size: 20px;
}
.chat .touched {
  background-image: url(../images/chat-touched.png);
  background-position: 55% center;
  background-size: auto 80%;
  background-repeat: no-repeat;
  color: #fff;
}
.chat .chatBottom {
  position: fixed;
  width: 100%;
  height: 10%;
  left: 0;
  bottom: 0;
  background-image: url("../images/chat-bottom.jpg");
  background-size: 100% 100%;
  z-index: 99;
  background-size: 100% auto;
  background-position: bottom;
}
.chat .bottomCover {
  position: fixed;
  width: 100%;
  height: 10%;
  left: 0;
  bottom: 0;
  z-index: 100;
}
.chat #wrapper {
  width: 100%;
  height: 88%;
  overflow: hidden;
  margin-top: 20%;
}
.chat #scroller {
  padding-bottom: 15%;
  padding-top: 8%;
}
.chat .chatContent {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 86px;
  margin-bottom: 4%;
  display: none;
}
.chat .headPic {
  position: absolute;
  left: 5%;
  top: 0;
  width: 28%;
  height: 100%;
  background-size: auto 100%;
  max-height: 86px;
}
.chat .boss1 {
  background-image: url(../images/head-boss1.png);
}
.chat .boss2 {
  background-image: url(../images/head-boss2.png);
}
.chat .chatText {
  margin-left: 28%;
  top: 3%;
  width: auto;
  height: auto;
  line-height: 1.5;
  max-width: 53%;
  background-size: 100% 100%;
  font-size: 14px;
  display: inline-block;
}
.chat .chatText1 {
  background-image: url(../images/chat-textbg.png);
  padding: 6% 3% 4% 13%;
}
.chat .chatText2 {
  background-image: url(../images/chat-textbg.png);
  padding: 6% 3% 4% 10%;
  margin-top: 6%;
}
.chat .me1 {
  background-image: url(../images/head-me1.png);
  right: 5%;
  left: inherit;
}
.chat .me2 {
  background-image: url(../images/head-me2.png);
  right: 5%;
  left: inherit;
}
.chat .meText1 {
  background-image: url(../images/chat-textbg-me.png);
  padding: 6% 13% 5% 6%;
  margin-top: 6%;
  margin-left: 5%;
  float: right;
  margin-right: 31%;
}
.chat .meText2 {
  background-image: url(../images/chat-textbg-me.png);
  padding: 6% 13% 5% 6%;
  margin-top: 6%;
  margin-left: 5%;
  float: right;
  margin-right: 31%;
}
.chat .staffa1 {
  background-image: url(../images/head-staffa1.png);
}
.chat .staffa2 {
  background-image: url(../images/head-staffa2.png);
}
.chat .staffb1 {
  background-image: url(../images/head-staffb1.png);
}
.chat .staffb2 {
  background-image: url(../images/head-staffb2.png);
}
.chat .staffc1 {
  background-image: url(../images/head-staffc1.png);
}
.chat .staffc2 {
  background-image: url(../images/head-staffc2.png);
}
.chat .staffd1 {
  background-image: url(../images/head-staffd1.png);
}
.chat .staffd2 {
  background-image: url(../images/head-staffd2.png);
}
.chat .staffe1 {
  background-image: url(../images/head-staffe1.png);
}
.chat .staffe2 {
  background-image: url(../images/head-staffe2.png);
}
.chat .stafff1 {
  background-image: url(../images/head-stafff1.png);
}
.chat .stafff2 {
  background-image: url(../images/head-stafff2.png);
}
.chat .chatPic {
  position: relative;
  width: 100%;
  height: auto;
}
.chat .picMini {
  width: 120px;
  height: 71px;
  border: 3px dotted #CCC;
  padding: 5% 0;
  border-radius: 10px;
  display: inline-block;
  position: relative;
}
.chat .picMini img {
  position: absolute;
  width: 96%;
  left: 2%;
  height: 92%;
  top: 4%;
  border-radius: 10px;
}
.chat .picTip {
  width: 30px;
  height: 91px;
  background-image: url(../images/pic-tip.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}
.chat .picBig {
  width: 96%;
  height: 36%;
  position: absolute;
  top: 30%;
  left: 1%;
  border: 3px dotted #CCC;
  padding: 5% 0;
  border-radius: 10px;
  z-index: 999;
  display: none;
}
.chat .picBig img {
  position: absolute;
  width: 96%;
  left: 2%;
  height: 92%;
  top: 4%;
  border-radius: 10px;
}
.chat #chat2d span {
  margin-bottom: 5px;
  display: block;
  text-align: center;
  width: 120px;
}
.favRoom {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
}
.favRoom img {
  position: absolute;
  width: auto;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.favRoom .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url("../images/favRoom.png");
  background-size: 100% 100%;
  z-index: 5;
}
.favRoom .number {
  position: absolute;
  width: 46%;
  height: 50px;
  left: 30%;
  top: 24%;
  line-height: 50px;
  font-size: 40px;
  z-index: 99;
  text-align: center;
}
.content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url("../images/pagebg.png");
  background-size: 100% 100%;
  display: none;
}
.content .cover {
  position: absolute;
  width: 98.5%;
  height: 99.5%;
  left: 0;
  top: 0;
  background-image: url("../images/bookcover.jpg");
  background-size: 100% 100%;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
.content .pagefooter {
  position: absolute;
  width: 28%;
  height: 20%;
  right: 1%;
  bottom: 0.6%;
  background-image: url("../images/footer11.png");
  background-size: 100% 100%;
  background-size: 100% auto;
  display: none;
  z-index: 999;
}
.content .page {
  position: absolute;
  width: 98.5%;
  height: 99.5%;
  left: 0;
  top: 0;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
.content .page video {
  object-fit: cover;
  object-position: center bottom;
  width: 100%;
  display: none;
  height: 100%;
}
.content .fingerprint {
  position: absolute;
  width: 16%;
  height: 11%;
  right: 42%;
  top: 35%;
  background-image: url("../images/fingerprint.png");
  background-size: 100% 100%;
  background-size: 100% auto;
}
.content .pagetip {
  display: none;
}
.content .touchText {
  position: absolute;
  text-align: center;
  font-size: 12px;
  top: 47%;
  width: 100%;
  color: #FFF;
}
.content .touchText p {
  line-height: 1.75;
}
.last {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url("../images/last.jpg");
  background-size: 100% 100%;
  display: none;
}
.last .shareBtn {
  position: absolute;
  width: 58%;
  height: 8%;
  left: 22%;
  bottom: 12%;
  background-image: url("../images/shareBtn.png");
  background-size: 100% 100%;
  background-size: 100% auto;
}
.last .linkBtn {
  position: absolute;
  width: 58%;
  height: 8%;
  left: 22%;
  bottom: 25%;
  background-image: url("../images/linkBtn.png");
  background-size: 100% 100%;
  background-size: 100% auto;
}
.last .shareDiv {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background-image: url("../images/shareDiv.png");
  background-size: 100% 100%;
  display: none;
  z-index: 99;
}
@media (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  /* 适配iphone5 */
}
@media screen and (min-width: 414px) and (max-width: 768px) {
  /* 适配iphone6 Plus */
}
@media screen and (min-width: 768px) {
  /* 适配iPad */
}
@-webkit-keyframes roate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes roate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.roate {
  -webkit-animation: roate 0.5s linear infinite;
  animation: roate 0.5s linear infinite;
}
@-webkit-keyframes roateStop {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(2160deg);
    transform: rotate(2160deg);
  }
}
@keyframes roateStop {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(2160deg);
    transform: rotate(2160deg);
  }
}
.roateStop {
  -webkit-animation: roateStop 3s ease-out;
  animation: roateStop 3s ease-out;
}
@keyframes houseIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.houseIn {
  -webkit-animation: houseIn 2s ease-out;
  animation: houseIn 2s ease-out;
}
.active .piaofu {
  animation: piaofu 8s infinite;
  -webkit-animation: piaofu 8s infinite ;
  animation-timing-function: ease-in-out;
}
@keyframes piaofu {
  0% {
    transform: translate3d(0px, 10px, 0);
  }
  50% {
    transform: translate3d(0px, -20px, 0);
  }
  100% {
    transform: translate3d(0px, 10px, 0);
  }
}
@-webkit-keyframes piaofu {
  0% {
    transform: translate3d(0px, 10px, 0);
  }
  50% {
    transform: translate3d(0px, -20px, 0);
  }
  100% {
    transform: translate3d(0px, 10px, 0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.animated1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated0 {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated2 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.active .caixiang {
  animation: caixiang 3s infinite;
  -webkit-animation: caixiang 3s infinite ;
  animation-timing-function: ease-in-out;
}
@keyframes caixiang {
  0% {
    transform: translate3d(0px, 10px, 0);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    transform: translate3d(0px, -20px, 0);
    opacity: 0;
  }
}
@-webkit-keyframes caixiang {
  0% {
    transform: translate3d(0px, 10px, 0);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    transform: translate3d(0px, -20px, 0);
    opacity: 0;
  }
}
.active .light {
  animation: light 4s infinite;
  -webkit-animation: light 4s infinite ;
  animation-timing-function: ease-in-out;
}
@keyframes light {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes light {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.08, 1.08, 1.08);
    transform: scale3d(1.08, 1.08, 1.08);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.08, 1.08, 1.08);
    transform: scale3d(1.08, 1.08, 1.08);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation: pulse ease-in-out 1.5s infinite;
  animation: pulse ease-in-out 1.5s infinite;
}
.fangda {
  -webkit-animation: fangda 4s ;
  animation: fangda 4s ;
  animation-fill-mode: forwards;
}
@keyframes fangda {
  0% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.4) rotateZ(0deg);
  }
}
@-webkit-keyframes fangda {
  0% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.4) rotateZ(0deg);
  }
}
.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@keyframes flipBook1 {
  0% {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(-160deg);
    -ms-transform: rotateY(-160deg);
    -o-transform: rotateY(-160deg);
    transform: rotateY(-160deg);
  }
}
@-webkit-keyframes flipBook1 {
  0% {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(-160deg);
    -ms-transform: rotateY(-160deg);
    -o-transform: rotateY(-160deg);
    transform: rotateY(-160deg);
  }
}
.flipBook1 {
  transform-origin: 0 50%;
  animation: flipBook1 2s;
  -moz-animation: flipBook1 2s;
  /* Firefox */
  -webkit-animation: flipBook1 2s;
  /* Safari and Chrome */
  -o-animation: flipBook1 2s;
  /* Opera */
  -webkit-animation-fill-mode: forwards;
}
@keyframes flipBook2 {
  0% {
    -webkit-transform: rotateY(-160deg);
    -ms-transform: rotateY(-160deg);
    -o-transform: rotateY(-160deg);
    transform: rotateY(-160deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@-webkit-keyframes flipBook2 {
  0% {
    -webkit-transform: rotateY(-160deg);
    -ms-transform: rotateY(-160deg);
    -o-transform: rotateY(-160deg);
    transform: rotateY(-160deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
.flipBook2 {
  transform-origin: 0 50%;
  animation: flipBook2 2s;
  -moz-animation: flipBook2 2s;
  /* Firefox */
  -webkit-animation: flipBook2 2s;
  /* Safari and Chrome */
  -o-animation: flipBook2 2s;
  /* Opera */
  -webkit-animation-fill-mode: forwards;
}
@keyframes scaleflip {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes scaleflip {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.scaleflip {
  animation: scaleflip 3s ease-in-out;
  -webkit-animation: scaleflip 3s ease-in-out;
}
@-webkit-keyframes pagefooter {
  0% {
    background-image: url("../images/footer11.png");
    background-size: 100% 100%;
  }
  25% {
    background-image: url("../images/footer22.png");
    background-size: 100% 100%;
  }
  50% {
    background-image: url("../images/footer33.png");
    background-size: 100% 100%;
  }
  75% {
    background-image: url("../images/footer22.png");
    background-size: 100% 100%;
  }
  100% {
    background-image: url("../images/footer11.png");
    background-size: 100% 100%;
  }
}
@keyframes pagefooter {
  0% {
    background-image: url("../images/footer11.png");
    background-size: 100% 100%;
  }
  25% {
    background-image: url("../images/footer22.png");
    background-size: 100% 100%;
  }
  50% {
    background-image: url("../images/footer33.png");
    background-size: 100% 100%;
  }
  75% {
    background-image: url("../images/footer22.png");
    background-size: 100% 100%;
  }
  100% {
    background-image: url("../images/footer11.png");
    background-size: 100% 100%;
  }
}
.pagefooter {
  -webkit-animation: pagefooter 1s linear infinite;
  animation: pagefooter 1s linear infinite;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 0;
    transform: translate3d(20px, 0px, 0px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-80px, 20px, 0px);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes arrowUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.arrowUp {
  animation-name: arrowUp;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.flash {
  -webkit-animation: flash 1s ease-in infinite;
  animation: flash 1s ease-in infinite;
}
