* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    vertical-align: middle;
    border: none;
}

a {
    color: #ffffff;
    text-decoration: none;
    -webkit-appearance: none;
}

html,
body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    color: #ffffff;
    background-color: #fff;
    font: normal 12px/1.5 "Helvetica Neue", Helvetica, Arial, STHeiTi, "Microsoft Yahei", sans-serif;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}

@-webkit-keyframes drop-up {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 18px, 0);
        transform: translate3d(0, 18px, 0);
    }

    50% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, -8px, 0);
        transform: translate3d(0, -8px, 0);
    }
}

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate-in {
    0% {
        opacity: 0;
        -webkit-transform: rotateX(90deg);
        -ms-transform: rotateX(90deg);
        -o-transform: rotateX(90deg);
        transform: rotateX(90deg);
    }
    40% {
        opacity: 1;
        -webkit-transform: rotateX(-10deg);
        -ms-transform: rotateX(-10deg);
        -o-transform: rotateX(-10deg);
        transform: rotateX(-10deg);
    }
    60% {
        -webkit-transform: rotateX(8deg);
        -ms-transform: rotateX(8deg);
        -o-transform: rotateX(8deg);
        transform: rotateX(8deg);
    }
    80% {
        -webkit-transform: rotateX(-5deg);
        -ms-transform: rotateX(-5deg);
        -o-transform: rotateX(-5deg);
        transform: rotateX(-5deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
}

@keyframes rotate-in {
    0% {
        opacity: 0;
        -webkit-transform: rotateX(90deg);
        -ms-transform: rotateX(90deg);
        -o-transform: rotateX(90deg);
        transform: rotateX(90deg);
    }
    40% {
        opacity: 1;
        -webkit-transform: rotateX(-10deg);
        -ms-transform: rotateX(-10deg);
        -o-transform: rotateX(-10deg);
        transform: rotateX(-10deg);
    }
    60% {
        -webkit-transform: rotateX(8deg);
        -ms-transform: rotateX(8deg);
        -o-transform: rotateX(8deg);
        transform: rotateX(8deg);
    }
    80% {
        -webkit-transform: rotateX(-5deg);
        -ms-transform: rotateX(-5deg);
        -o-transform: rotateX(-5deg);
        transform: rotateX(-5deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }

}

@-webkit-keyframes rotate-in-y {
    0% {
        opacity: 0;
        -webkit-transform: rotateY(90deg);
        -ms-transform: rotateY(90deg);
        -o-transform: rotateY(90deg);
        transform: rotateY(90deg);
    }
    40% {
        opacity: 1;
        -webkit-transform: rotateY(-10deg);
        -ms-transform: rotateY(-10deg);
        -o-transform: rotateY(-10deg);
        transform: rotateY(-10deg);
    }
    60% {
        -webkit-transform: rotateY(8deg);
        -ms-transform: rotateY(8deg);
        -o-transform: rotateY(8deg);
        transform: rotateY(8deg);
    }
    80% {
        -webkit-transform: rotateY(-5deg);
        -ms-transform: rotateY(-5deg);
        -o-transform: rotateY(-5deg);
        transform: rotateY(-5deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@keyframes rotate-in-y {
    0% {
        opacity: 0;
        -webkit-transform: rotateY(90deg);
        -ms-transform: rotateY(90deg);
        -o-transform: rotateY(90deg);
        transform: rotateY(90deg);
    }
    40% {
        opacity: 1;
        -webkit-transform: rotateY(-10deg);
        -ms-transform: rotateY(-10deg);
        -o-transform: rotateY(-10deg);
        transform: rotateY(-10deg);
    }
    60% {
        -webkit-transform: rotateY(8deg);
        -ms-transform: rotateY(8deg);
        -o-transform: rotateY(8deg);
        transform: rotateY(8deg);
    }
    80% {
        -webkit-transform: rotateY(-5deg);
        -ms-transform: rotateY(-5deg);
        -o-transform: rotateY(-5deg);
        transform: rotateY(-5deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

}

@keyframes bounds-in {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
    }
    55% {
        -webkit-transform: scale(.97);
        -ms-transform: scale(.97);
        -o-transform: scale(.97);
        transform: scale(.97);
    }
    85% {
        -webkit-transform: scale(1.01);
        -ms-transform: scale(1.01);
        -o-transform: scale(1.01);
        transform: scale(1.01);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes bounds-in {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
    }
    55% {
        -webkit-transform: scale(.97);
        -ms-transform: scale(.97);
        -o-transform: scale(.97);
        transform: scale(.97);
    }
    85% {
        -webkit-transform: scale(1.01);
        -ms-transform: scale(1.01);
        -o-transform: scale(1.01);
        transform: scale(1.01);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes shine {
    0% {
        opacity: 1;
    }
    100% {
        opacity: .75;
    }
}

@-webkit-keyframes shine {
    0% {
        opacity: 1;
    }
    100% {
        opacity: .75;
    }
}

.loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 105;
    background-color: #ff6699;
    color: #ffffff;
}

.loader-graph {
    overflow: hidden;
    width: 100%;
}

.loader-graph .rudder {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -50px 0 0 -28px;
    width: 56px;
    height: 56px;
    border-radius: 28px;
    background: #ff6699 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAGc0lEQVR42u1b22+URRTfCqE1VUSqtEarwQcNKoYQ4yVSC9RgMLZcGqsxRBtqQfwD1ETURIN3sAXvDSHGqMVsuWgVMWBhW6UIxmBR9AX1CS/gA6Kt3253PYecLx6PZ+abZedrcNtJfunuzpnLby5nzjkzTSRGOOVyuUWA3YBdgAWJYk5AcDpgKPdPGgRcWcyEm4hoBpCmz03FTLiREc7Q58bRQjg9RrgICTcohBuKleyZgOUK4fsAZadTRycC2gF7AE8DJjiWKwPcBHgM8CHgG8DvRJQDf/sa8AHgUSpT5tjGBMAzgH5AG+AsH4Q7cv9OSVuHIO9SInkAkBVlhwXZgH7jKUtlkfzUiAHtEmVfLZTsGYABqizNjpJNkjR8rwI8D/jNQtAFfACwrmcBlQrZTaxf4fb4ClBSKOm3RcVh5ZsBpSRzN+BH1tFAyPOZTit1hTNryvsBsITaKqW2tT696WNJV9EekUQwbQS8YiDDZ+o44HPAPqawwhWzj/KOi5URKMTXUZsaWdQxVb4UVyUjrc1ARiGKn7cDlgEuA4wD1CuWVj1tnctJdjure9gwgBrZSt/aeoqBtDYAuORuVOpY7GJ4wG+zAFst20CSnRLXEYWkewz7bZiOnoW+LC2sC/CtQflhHz4BnB/3ufyGRflss2nJUyBcAvjI0t6GuMneq+xZfqZieg9QXihhNCKoLtOSDnVAS1xkLwH8wjoQGI4hTN2a1eNKGH47mywvk5Lk338CXBQH4fVKY7hn+wwd+w9p+H6rQni+MrMmsr2AQ8qgd8QRmhlkyiP8W0e2dp9hptGGLgeMJw3dLRQe1vM+5Y0n2W0WsjjzN7NjLVRef3oNFUFlLwhCmN5h+RWAlKGjO6mzOWGiZsS26CVZrQ4M+lWw9t5VVttqX2TPZWZjOCs4otOFXAUjFhhMR1PKWoyKFCdLbc0QKw7T94BzfBBeoOy7LoPsZGWmAzYIm8maQhewhvzjLUxGm9nJhra2KrN8mw/CLyve0u0W+Ulk/WQZEfS4ZlnK1JICDAcGy35qmzHIu1Mh3F4o2XHCnMT0K+DCiMjGfrZEB1yODZC5mAIBYdob4XdXA44xJZijQSophDBq4J8F4Z6IMnewfYl7/VqRPwewilAr8q6nvZl1CfDRkud9O+IU9QChawCttL9aCUsBDwFOMOWQpSuSZibXKsqkWIc7RTsvKgprrZBJsgHbRXVqbTWztkJlin19QJQJOc0MG1gB+MuiQTMGa8eWQrl7GJE6i/xsJrdU1JGL0O6auaklvOJZlhBHji9kqDNzGZG1ls60Mbl5Fnu9EJw8uuImXHcKhG/Jsz9BHoQPJyguPJTHks46LLVAWdJzLfK1TK5F1BG1pAPHJT14cklTIzPJ9eNKq8WgtHoilFYvG5SNQiGtUzrcJmS6WN7uCKXVqyitB6nvXGkhtxlxHUtNrMM4qtcpRsbjgCekMQLfbxDH0uJYjqWIuPQeUelRmyFBMWNueKAFVe3obx8ShkdphOFx1KvhQRW/VIBpyf3m2ZYycxjZ0LT8DOsaUdPScuOXNMhyj0k6D2lyFFaQ84C4n/zhtMHLSlmchy3KRHhxHiZR5J+7h7jPrnYg68M97DW4h0PCPTzsxT2kBtYoy6eT5Z9nIbuTuYwyAMAHJGUJAKREACCp9Oc5nxGPq5QQT4bCLRMtcS0e4llIy1cL8TSQZ1ZOZbS6+ijEM4+1Hx6VfwCu8B3X6lBG9TtSLq5BvPmOQbxugx7oo8C87MdrcUQtqykkqoVpI8nmGabVSJvCtEds/nmhpFtYhwODvRpnID5g7YaauTnu24cNp9FVy/q4yUZdpqHxsMgj4caIy7SeuG8OXa9LMaJYU8B1aQ3bw1Ht9XsnTRfiex0vxDPst4/J/ZxGR5NmtdVT3jSS3SHq0Fw/qb37vV2IQ0UXKGTDxjtFnMr05AGfJn1BToUksZ9wwvIYJkzt1GbOMNNVPgi7PGpZQpF/0xLM91FLII49rPsuh0ctb/l4tnTQ8dlSJT0SO2aJluT7bAndvyflHrU8WzrgY4Zfz/Nh2lTAI4AvDY/O0hEho2EquxJ95Ai/O+n1YRqLeqwh53pVHk8PS+lxykrSuActTw8HSOZhKuPaBj49fIrM29Venh561PSlhsely22Rjf91MtxEFu8/eoy9iB8jXHyER92/8Yyuf9RimnoHBezqR7r9vwGTVOhT4v5wwwAAAABJRU5ErkJggg==) no-repeat 50% 50%;
    background-size: 30px 30px;
    -webkit-animation: rotation 1.2s linear infinite;
    -o-animation: rotation 1.2s linear infinite;
    animation: rotation 1.2s linear infinite;
}

.loader-progress {
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: 25px;
    text-align: center;
}

.loader-progress:before, .loader-progress:after {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 15px;
    border-bottom: 1px solid #ffffff;
    height: 7.5px;
    line-height: 0;
    font-size: 0;
    margin: 0 10px;
}

.drop-up {
    position: absolute;
    display: none;
    bottom: 20px;
    left: 50%;
    width: 16px;
    height: 10px;
    margin-left: -8px;
    background: url(http://media.xitaoinfo.com/photoH5_drop-up.png) no-repeat 0 0;
    background-size: 16px 10px;
    z-index: 999;
}

.page.play .drop-up {
    display: block;
    -webkit-animation: drop-up 2s ease infinite;
    -o-animation: drop-up 2s ease infinite;
    animation: drop-up 2s ease infinite;
}

.pages {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow: hidden;
}

.page {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -webkit-transform: translate3d(0px, 100%, 0px);
    transform: translate3d(0px, 100%, 0px);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.scalable {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 320px) {
    .scalable {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@media screen and (min-width: 330px) and (max-width: 350px) {
    .scalable {
        -webkit-transform: scale(1.08);
        -moz-transform: scale(1.08);
        -ms-transform: scale(1.08);
        -o-transform: scale(1.08);
        transform: scale(1.08);
    }
}

@media screen and (min-width: 350px) and (max-width: 375px) {
    .scalable {
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
        transform: scale(1.15);
    }
}

@media screen and (min-width: 375px) and (max-width: 400px) {
    .scalable {
        -webkit-transform: scale(1.25);
        -moz-transform: scale(1.25);
        -ms-transform: scale(1.25);
        -o-transform: scale(1.25);
        transform: scale(1.25);
    }
}

@media screen and (min-width: 400px) and (max-width: 420px) {
    .scalable {
        -webkit-transform: scale(1.32);
        -moz-transform: scale(1.32);
        -ms-transform: scale(1.32);
        -o-transform: scale(1.32);
        transform: scale(1.32);
    }
}

@media screen and (min-width: 420px) {
    .scalable {
        -webkit-transform: scale(1.38);
        -moz-transform: scale(1.38);
        -ms-transform: scale(1.38);
        -o-transform: scale(1.38);
        transform: scale(1.38);
    }
}

/*standard animation*/
.play .lIn, .play .rIn, .play .tIn, .play .bIn {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.lIn {
    opacity: 0;
    -webkit-transform: translate(-100px, 0);
    -moz-transform: translate(-100px, 0);
    -ms-transform: translate(-100px, 0);
    -o-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.rIn {
    opacity: 0;
    -webkit-transform: translate(100px, 0);
    -moz-transform: translate(100px, 0);
    -ms-transform: translate(100px, 0);
    -o-transform: translate(100px, 0);
    transform: translate(100px, 0);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.tIn {
    opacity: 0;
    -webkit-transform: translate(0, -100px);
    -moz-transform: translate(0, -100px);
    -ms-transform: translate(0, -100px);
    -o-transform: translate(0, -100px);
    transform: translate(0, -100px);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.bIn {
    opacity: 0;
    -webkit-transform: translate(0, 100px);
    -moz-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    -o-transform: translate(0, 100px);
    transform: translate(0, 100px);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.t1 {
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -ms-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}

.t2 {
    -webkit-transition-duration: 2s;
    -moz-transition-duration: 2s;
    -ms-transition-duration: 2s;
    -o-transition-duration: 2s;
    transition-duration: 2s;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
}

.t3 {
    -webkit-transition-duration: 3s;
    -moz-transition-duration: 3s;
    -ms-transition-duration: 3s;
    -o-transition-duration: 3s;
    transition-duration: 3s;
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    -o-animation-duration: 3s;
    animation-duration: 3s;
}

.t25 {
    -webkit-transition-duration: .25s;
    -moz-transition-duration: .25s;
    -ms-transition-duration: .25s;
    -o-transition-duration: .25s;
    transition-duration: .25s;
    -webkit-animation-duration: .25s;
    -moz-animation-duration: .25s;
    -o-animation-duration: .25s;
    animation-duration: .25s;
}

.t30 {
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
    -o-animation-duration: .3s;
    animation-duration: .3s;
}

.t40 {
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -ms-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-animation-duration: .4s;
    -moz-animation-duration: .4s;
    -o-animation-duration: .4s;
    animation-duration: .4s;
}

.t50 {
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -ms-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
}

.t60 {
    -webkit-transition-duration: .6s;
    -moz-transition-duration: .6s;
    -ms-transition-duration: .6s;
    -o-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-animation-duration: .6s;
    -moz-animation-duration: .6s;
    -o-animation-duration: .6s;
    animation-duration: .6s;
}

.t70 {
    -webkit-transition-duration: .7s;
    -moz-transition-duration: .7s;
    -ms-transition-duration: .7s;
    -o-transition-duration: .7s;
    transition-duration: .7s;
    -webkit-animation-duration: .7s;
    -moz-animation-duration: .7s;
    -o-animation-duration: .7s;
    animation-duration: .7s;
}

.t80 {
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    -ms-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .8s;
    -webkit-animation-duration: .8s;
    -moz-animation-duration: .8s;
    -o-animation-duration: .8s;
    animation-duration: .8s;
}

.t125 {
    -webkit-transition-duration: 1.25s;
    -moz-transition-duration: 1.25s;
    -ms-transition-duration: 1.25s;
    -o-transition-duration: 1.25s;
    transition-duration: 1.25s;
    -webkit-animation-duration: 1.25s;
    -moz-animation-duration: 1.25s;
    -o-animation-duration: 1.25s;
    animation-duration: 1.25s;
}

.t150 {
    -webkit-transition-duration: 1.5s;
    -moz-transition-duration: 1.5s;
    -ms-transition-duration: 1.5s;
    -o-transition-duration: 1.5s;
    transition-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

/*standard animation end*/

.page-0 {
    background: #fff;
}

.page-1 {
    background: #fff;
}

.page-2 {
    background: #fff;
}

.page-3 {
    background: #fff;
}

.page-4 {
    background: #fff;
}

.page-5 {
    background: #fff;
}

.page-6 {
    background: #fff;
}

.page-7 {
    background: #fff;
}

.page-8 {
    background: #fff;
}

.standard {
    position: absolute;
    top: 55%;
    left: 50%;
    display: block;
    width: 100px;
    height: 100px;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.img_editable {
    overflow: hidden;
    background: #333;
}

.text_editable {
    color: #ff6699;
    font-size: 18px;
    position: absolute;
    bottom: 5%;
    left: 50%;
    z-index: 10;
    display: block;
    width: 200px;
    height: 55px;
    margin-left: -100px;
    margin-top: 20px;
    text-align: center;
    border: none;
    background: transparent;
    resize: none;
}

/*3d css pages*/
.page-3d {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -ms-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
}

.bless_btn {
    position: absolute;
    width: 110px;
    height: 30px;
    margin-left: -55px;
    bottom: 70px;
    left: 50%;
    font-size: 16px;
    color: #81CBFF;
    border: 1px solid #A4DDFF;
    border-radius: 5px;
    background: transparent;
    z-index: 10;
    text-align: center;
    line-height: 27px;
}

#blessing_scroll {
    width: 190px;
    height: 90px;
    position: absolute;
    margin-left: -95px;
    left: 50%;
    bottom: 113px;
}

#blessing_scroll .reply_bless_content {
    height: 72px;
    border: none;
    background: #DFEFFF;
    border-radius: 8px;
}

#blessing_scroll .reply_people_pic {
    right: 68%;

}

#blessing_scroll .reply_people_name {
    left: 38%;
}

#blessing_scroll .reply_bless_dec {
    width: 60%;
    height: 40px;
    left: 38%;
}

.page-6.play #blessing_scroll .reply_bless_content.showtrue {
    display: block;
    transform-origin: top;
    -webkit-transform-origin: top;
    -webkit-animation: rotate-in .7s ease-in-out;
    animation: rotate-in .7s ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

/*page-0*/
.album_tit {
    width: 180px;
    height: 58.5px;
    background: url(images/cove_title-min.png) 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    z-index: 1;
    position: absolute;
    bottom: 70px;
    left: 30px;
}

#text_0_0 {
    width: 280px;
    height: 23px;
    left: 123px;
    bottom: 132px;
    text-align: left;
    color: #6A6A6A;
    overflow: hidden;
}

#text_0_1 {
    font-size: 12px;
    width: 130px;
    height: 60px;
    margin-left: 11px;
    margin-top: -16px;
    text-align: center;
    color: #828282;
    top: 50%;
}

#img_0_0 {
    width: 180px;
    height: 180px;
    margin-left: -90px;
    margin-top: -90px;
    top: 33%;
    border: 4px solid white;
    box-shadow: 0 3px 12px rgba(96, 125, 165, 0.07);
    z-index: 2;
}

#img_1_0 {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 6s ease-out;
    -moz-transition: all 6s ease-out;
    -ms-transition: all 6s ease-out;
    -o-transition: all 6s ease-out;
    transition: all 6s ease-out;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.play #img_1_0 {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.love_is_wine {
    width: 201px;
    height: 150px;
    position: absolute;
    right: 0;
    bottom: 80px;
    background: url(images/page2_title-min.png) 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translate(100px, 0);
    -moz-transform: translate(100px, 0);
    -ms-transform: translate(100px, 0);
    -o-transform: translate(100px, 0);
    transform: translate(100px, 0);

}

.play .love_is_wine {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.pink_heart {
    width: 30px;
    height: 26.5px;
    background: url(images/page4_heart-min.png) 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 64px;
    margin-top: -64px;
    opacity: 0;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    -webkit-transform: translate(0, 80px);
    -moz-transform: translate(0, 80px);
    -ms-transform: translate(0, 80px);
    -o-transform: translate(0, 80px);
    transform: translate(0, 80px);
}

.play .pink_heart {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.scale_box {
    position: absolute;
    z-index: -1;
    top: -190px;
    left: 130px;
    -webkit-transform: scale(1.4) rotate(45deg);
    -moz-transform: scale(1.4) rotate(45deg);
    -ms-transform: scale(1.4) rotate(45deg);
    -o-transform: scale(1.4) rotate(45deg);
    transform: scale(1.4) rotate(45deg);
}

.scale_box.second {
    top: 140px;
    left: -280px;
    -webkit-transform: scale(1.4) rotate(-45deg);
    -moz-transform: scale(1.4) rotate(-45deg);
    -ms-transform: scale(1.4) rotate(-45deg);
    -o-transform: scale(1.4) rotate(-45deg);
    transform: scale(1.4) rotate(-45deg);
}

.will_you_marry_me {
    width: 163px;
    height: 12px;
    background: url(images/page5_title-min.png) 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    left: 50%;
    bottom: 50px;
    margin-left: -82px;
}

.yes_i_do {
    width: 63px;
    height: 11.5px;
    position: absolute;
    background: url(images/page6_title-min.png) 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    bottom: 50px;
    left: 50%;
    margin-left: -31.5px;
}

.float_box {
    position: absolute;
    width: 58px;
    height: 58px;
    background: #FFE9E9;
    display: inline-block;
}

.float_box.big {
    width: 120px;
    height: 120px;
}

.float_box:nth-child(1) {
    margin-top: 123px;
    margin-left: 2px;
    background: #9FF0F1;
}

.float_box:nth-child(2) {
    margin-top: -1px;
    margin-left: 126px;
}

.float_box:nth-child(3) {
    margin-top: 61px;
    margin-left: 126px;
    background: #C7F9F9;
}

.float_box:nth-child(4) {
    margin-top: 123px;
    margin-left: 126px;
}

.float_box:nth-child(5) {
    margin-top: 185px;
    margin-left: 126px;
}

.float_box:nth-child(6) {
    margin-top: -1px;
    margin-left: 188px;
    background: #C7F9F9;
}

.float_box:nth-child(7) {
    margin-top: 123px;
    margin-left: 188px;
}

.float_box:nth-child(8) {
    margin-top: 123px;
    margin-left: 250px;
}

.float_box:nth-child(9) {
    margin-top: 185px;
    margin-left: 188px;
}

.float_box:nth-child(10) {
    margin-top: 185px;
    margin-left: 250px;
}

.float_box:nth-child(11) {
    margin-top: 123px;
    margin-left: 312px;
    background: #C7F9F9;
}

.second .float_box:nth-child(7), .second .float_box:nth-child(5), .second .float_box:nth-child(10) {
    background: #C7F9F9;
}

.second .float_box:nth-child(1), .second .float_box:nth-child(11) {
    background: #FFE9E9;
}

#img_2_0, #img_2_1, #img_2_2, #img_2_3 {
    width: 140px;
    height: 140px;
    opacity: 0;
    -webkit-transform: translateZ(-10px) rotateX(90deg);
    -ms-transform: translateZ(-10px) rotateX(90deg);
    -o-transform: translateZ(-10px) rotateX(90deg);
    transform: translateZ(-10px) rotateX(90deg);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    z-index: 10;
}

.play #img_2_0, .play #img_2_1, .play #img_2_2, .play #img_2_3 {
    z-index: 10;
    -webkit-animation: bounds-in .7s ease-in-out;
    -moz-animation: bounds-in .7s ease-in-out;
    -ms-animation: bounds-in .7s ease-in-out;
    -o-animation: bounds-in .7s ease-in-out;
    animation: bounds-in .7s ease-in-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

#img_2_0 {
    margin-left: -142px;
    margin-top: -150px;
}

#img_2_1 {
    margin-left: 2px;
    margin-top: -150px;
}

.play #img_2_1 {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -o-animation-delay: .2s;
    animation-delay: .2s;
}

#img_2_2 {
    margin-left: -142px;
    margin-top: -6px;
}

.play #img_2_2 {
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    -o-animation-delay: .4s;
    animation-delay: .4s;
}

#img_2_3 {
    margin-left: 2px;
    margin-top: -6px;
}

.play #img_2_3 {
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;
}

#img_3_0, #img_3_1, #img_3_2, #img_3_3, #img_3_4 {
    opacity: 0;
    width: 150px;
    height: 150px;
}

.play #img_3_0, .play #img_3_1, .play #img_3_2, .play #img_3_3, .play #img_3_4 {
    -webkit-animation: bounds-in .7s ease-out;
    -o-animation: bounds-in .7s ease-out;
    animation: bounds-in .7s ease-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

#img_3_0 {
    margin-left: -151px;
    margin-top: -280px;
}

#img_3_1 {
    margin-top: -280px;
}

.play #img_3_1 {
    -webkit-animation-delay: .25s;
    -moz-animation-delay: .25s;
    -o-animation-delay: .25s;
    animation-delay: .25s;
}

#img_3_2 {
    margin-left: -151px;
    margin-top: -129px;
}

.play #img_3_2 {
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;
}

#img_3_3 {
    margin-left: -151px;
    margin-top: 22px;
}

.play #img_3_3 {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
}

#img_3_4 {
    margin-top: 22px;
}

.play #img_3_4 {
    -webkit-animation-delay: .65s;
    -moz-animation-delay: .65s;
    -o-animation-delay: .65s;
    animation-delay: .65s;
}

.play #img_3_1 {
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -o-animation-delay: .3s;
    animation-delay: .3s;
}

#img_4_0, #img_5_0 {
    opacity: 0;
    -webkit-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
}

.play #img_4_0, .play #img_5_0 {
    -webkit-animation: rotate-in .7s ease-out;
    -o-animation: rotate-in .7s ease-out;
    animation: rotate-in .7s ease-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

#img_4_1, #img_4_2 {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
}

#img_5_1, #img_5_2 {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -o-transform-origin: right;
    transform-origin: right;
}

.play #img_4_1, .play #img_4_2, .play #img_5_1, .play #img_5_2 {
    -webkit-animation: rotate-in-y .7s ease-out;
    -o-animation: rotate-in-y .7s ease-out;
    animation: rotate-in-y .7s ease-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.play #img_4_2, .play #img_5_1 {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

#img_4_0 {
    width: 300px;
    height: 160px;
    margin-left: -150px;
    margin-top: -262px;
}

#img_4_1 {
    width: 149px;
    height: 250px;
    margin-left: -150px;
    margin-top: -99px;
}

#img_4_2 {
    width: 147px;
    height: 250px;
    margin-left: 3px;
    margin-top: -99px;
}

#img_5_0 {
    width: 300px;
    height: 160px;
    margin-left: -150px;
    margin-top: -262px;
}

#img_5_1 {
    width: 149px;
    height: 250px;
    margin-left: -150px;
    margin-top: -99px;
}

#img_5_2 {
    width: 147px;
    height: 250px;
    margin-left: 3px;
    margin-top: -99px;
}

#img_6_0 {
    width: 100%;
    height: 180px;
    top: 60px;
    left: 0;
    opacity: 0;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    -webkit-transform: translate(0, 50px);
    -moz-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    -o-transform: translate(0, 50px);
    transform: translate(0, 50px);
}

.play #img_6_0 {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

/*ad*/
html, body {
    height: 100%;
}

p {
    margin: 0;
    padding: 0;
}

.page0-img-wrapper {
    position: absolute;
    z-index: 10;
    height: 100%;
    width: 100%;
}

.page0-mask-wrapper {
    position: absolute;
    z-index: 20;
    height: 100%;
    width: 100%;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.page0-mask-wrapper div {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 25%;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.play .page0-mask-wrapper div {
    opacity: 1;
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
}

.p0-mask {
    height: 25%;
    line-height: 100%;
    font-size: 16px;
    color: #ffffff;
}

.page0-right-mask {
    padding-left: 100px;
    text-align: left;
    -webkit-transform: skewX(45deg) translate(-100px, 0);
    transform: skewX(45deg) translate(-100px, 0);
}

.page0-right-mask p {
    line-height: 100%;
    position: relative;
    z-index: 99;
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);
}

.page0-left-mask {
    padding-right: 100px;
    text-align: right;
    -webkit-transform: skewX(-45deg) translate(100px, 0);
    transform: skewX(-45deg) translate(100px, 0);
}

.page0-left-mask p {
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
}

.page0-box {
    width: 100%;
    background-color: #f69;
    border-bottom: 1px solid #fff;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.4s ease-in-out;
    height: 25%;
}

.page0-left-animate {
    -webkit-transform: translate(-400px, 0) skewX(30deg);
    transform: translate(-400px, 0) skewX(30deg);
}

.play .page0-left-animate {
    -webkit-transform: translate(0, 0) skewX(0deg);
    transform: translate(0, 0) skewX(0deg);
}

.page0-right-animate {
    -webkit-transform: translate(400px, 0) skewX(-30deg);
    transform: translate(400px, 0) skewX(-30deg);
}

.play .page0-right-animate {
    -webkit-transform: translate(0, 0) skewX(0deg);
    transform: translate(0, 0) skewX(0deg);
}

.p0-img1 {
    background: url("http://media.xitaoinfo.com/photoH5_p0-img1.jpg") no-repeat center;
    background-size: cover;
}

.p0-img2 {
    background: url("http://media.xitaoinfo.com/photoH5_p0-img2.jpg") no-repeat center;
    background-size: cover;
}

.p0-img3 {
    background: url("http://media.xitaoinfo.com/photoH5_p0-img3.jpg") no-repeat center;
    background-size: cover;
}

.p0-img4 {
    background: url("http://media.xitaoinfo.com/photoH5_p0-img4.jpg") no-repeat center;
    background-size: cover;
}

.play .delay1 {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.play .delay2 {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.play .delay3 {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.play .delay4 {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
}

.page0-main-title {
    width: 100%;
    height: 100px;
    top: 50%;
    margin-top: -50px;
    position: absolute;
    z-index: 30;
    background: url("http://media.xitaoinfo.com/photoH5_p0-text-img.png") no-repeat center rgba(255, 110, 145, 0.5);
    -webkit-background-size: 207px 85px;
    background-size: 207px 85px;
    opacity: 0;
    -webkit-transform: translate(0, 400px);
    transform: translate(0, 400px);

}

.play .page0-main-title {
    -webkit-transition: all 1.6s ease-in-out;
    transition: all 1.6s ease-in-out;
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);

}

/*page1*/
.p1-wrapper {
    height: 100%;
    background: url("http://media.xitaoinfo.com/photoH5_p1-img.jpg") bottom no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: all 8s ease-out;
    transition: all 8s ease-out;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    position: absolute;
    width: 100%;
    z-index: 1;
}

.play .p1-wrapper {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.p1-img1 {
    position: absolute;
    top: 50%;
    margin-top: -153px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    height: 200px;
    display: block;
    z-index: 2;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all 8s ease-out;
    transition: all 8s ease-out;
}

.p1-img2 {
    position: absolute;
    top: 50%;
    margin-top: -104px;
    left: 50%;
    margin-left: -79px;
    width: 163px;
    height: 100px;
    display: block;
    z-index: 2;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all 8s ease-out;
    transition: all 8s ease-out;
}

.play .p1-img1 {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.play .p1-img2 {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.p1-bottom {
    background-color: rgba(255, 102, 153, 0.81);
    position: absolute;
    width: 250px;
    bottom: 55px;
    left: 50%;
    margin-left: -125px;
    text-align: center;
    font-size: 14px;
    z-index: 2;
}

/*page2*/
.p2-wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    background: url("http://media.xitaoinfo.com/photoH5_p2-bg.png") no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.p2-text1 {
    position: absolute;
    top: 50%;
    margin-top: -200px;
    left: 30px;
    font-size: 16px;
    color: #fff;
    z-index: 3;
}

.p2-text2 {
    position: absolute;
    top: 50%;
    background: url("http://media.xitaoinfo.com/photoH5_p2_title.png") no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 175px;
    height: 30px;
    margin-top: 80px;
    left: 30px;
    font-size: 16px;
    color: #fff;
    font-weight: bolder;
    padding: 5px 30px;
    z-index: 3;

}

.p2-text3 {
    position: absolute;
    top: 50%;
    margin-top: 120px;
    font-size: 14px;
    color: #fff;
    padding: 0 30px;
    z-index: 3;
}

.p2-head {
    position: absolute;
    width: 100px;
    height: 100px;
    left: 50%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}

.p2-head1 {
    margin-left: -122px;
    top: 50%;
    margin-top: -147px;
    -webkit-transform: translate(400px, 0);
    transform: translate(400px, 0);
}

.p2-head2 {
    margin-left: -50px;
    top: 50%;
    margin-top: -102px;
    -webkit-transform: translate(400px, 0);
    transform: translate(400px, 0);

}

.play .p2-head1 {
    z-index: 1;
    -webkit-transform: rotate(-10deg) translate(0, 0);
    transform: rotate(-10deg) translate(0, 0);
}

.play .p2-head2 {
    z-index: 5;
    -webkit-transform: rotate(10deg) translate(0, 0);
    transform: rotate(10deg) translate(0, 0);
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.p2-head3 {
    z-index: 3;
    margin-left: -137px;
    top: 50%;
    margin-top: -40px;
    -webkit-transform: translate(400px, 0) rotate(-10deg);
    transform: translate(400px, 0) rotate(-10deg);

}

.p2-head4 {
    z-index: 4;
    margin-left: 12px;
    top: 50%;
    margin-top: -127px;
    -webkit-transform: translate(400px, 0) rotate(-10deg);
    transform: translate(400px, 0) rotate(-10deg);

}

.p2-head5 {
    margin-left: 12px;
    top: 50%;
    z-index: 1;
    margin-top: -36px;
    -webkit-transform: translate(400px, 0) rotate(-10deg);
    transform: translate(400px, 0) rotate(-10deg);

}

.play .p2-head3 {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.play .p2-head4 {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

.play .p2-head5 {
    -webkit-transform: translate(0, 0) rotate(10deg);
    transform: translate(0, 0) rotate(10deg);
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

/*page3*/
.p3-wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    background: url("http://media.xitaoinfo.com/photoH5_p3-bg.jpg") no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.p3-text1 {
    position: absolute;
    top: 50%;
    margin-top: -200px;
    left: 30px;
    font-size: 16px;
    color: #000000;
}

.p3-text2 {
    position: absolute;
    top: 50%;
    margin-top: -170px;
    left: 30px;
    font-size: 16px;
    font-weight: bolder;
    background-color: #000;
    color: #fff;
    padding: 5px 30px;
}

.p3-text3 {
    position: absolute;
    top: 50%;
    margin-top: -127px;
    left: 30px;
    padding-right: 30px;
    font-size: 14px;
    color: #000000;
}

.p3-img1 {
    width: 70px;
    height: 60px;
    position: absolute;
    left: 50%;
    margin-left: -120px;
    z-index: 2;
    top: 50%;
    margin-top: -20px;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.p3-img2 {
    width: 110px;
    height: 80px;
    position: absolute;
    left: 50%;
    margin-left: 31px;
    z-index: 2;
    top: 50%;
    margin-top: -30px;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

@-webkit-keyframes p3-img1 {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes p3-img2 {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.play .p3-img1 {
    -webkit-animation: p3-img1 5s linear infinite;
}

.play .p3-img2 {
    -webkit-animation: p3-img2 5s linear infinite;
}

.p3-img3 {
    z-index: 1;
    width: 127px;
    height: 118px;
    position: absolute;
    left: 50%;
    margin-left: -63px;
    top: 50%;
    margin-top: 40px;
}

/*page4*/
.p4-wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    background: url("http://media.xitaoinfo.com/photoH5_p4_bg.jpg") no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.p4-text1 {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: 30px;
    font-size: 16px;
    color: #fff;
    z-index: 3;
}

.p4-text2 {
    position: absolute;
    top: 50%;
    margin-top: 32px;
    left: 30px;
    width: 132px;
    height: 30px;
    font-size: 16px;
    color: #fff;
    font-weight: bolder;
    padding: 5px 30px;
    z-index: 3;
    background: url("http://media.xitaoinfo.com/photoH5_p4_title.png") no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.p4-text3 {
    position: absolute;
    top: 50%;
    margin-top: 79px;
    font-size: 14px;
    color: #fff;
    padding: 0 30px;
    z-index: 3;
}

.p4-img1 {
    position: absolute;
    width: 234px;
    height: 131px;
    left: 50%;
    top: 50%;
    margin-top: -170px;
    margin-left: -117px;
    opacity: 0;
    -webkit-transform: translate(-400px, 0);
    transform: translate(-400px, 0);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.play .p4-img1 {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);

}

.p4-img2 {
    position: absolute;
    width: 46px;
    height: 125px;
    left: 50%;
    top: 50%;
    margin-top: -100px;
    margin-left: 85px;
}

/*page5*/
.p5-wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    background: url("http://media.xitaoinfo.com/photoH5_p5_bg.jpg") no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.p5-text1 {
    position: absolute;
    top: 50%;
    margin-top: -146px;
    left: 30px;
    font-size: 16px;
    z-index: 3;
    color: #000000;
}

.p5-text2 {
    position: absolute;
    top: 50%;
    margin-top: -120px;
    left: 30px;
    font-size: 16px;
    font-weight: bolder;
    background-color: #000;
    color: #fff;
    padding: 5px 30px;
}

.p5-text3 {
    position: absolute;
    top: 50%;
    margin-top: -80px;
    left: 30px;
    padding-right: 30px;
    font-size: 14px;
    color: #000000;
}

.p5-img1 {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 65%;
    left: 50%;
    margin-top: -15px;
    margin-left: -120px;
    z-index: 2;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.play .p5-img1 {
    -webkit-animation: p5-img1 4s linear infinite;
}

.play .p5-img2,
.play .p5-img3 {
    -webkit-animation: p5-img2 4s linear infinite;
}

.p5-img2 {
    width: 129px;
    height: 129px;
    position: absolute;
    top: 65%;
    margin-left: -2px;
    margin-top: -100px;
    left: 50%;
    z-index: 2;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.p5-img3 {
    width: 67px;
    height: 67px;
    position: absolute;
    margin-top: -4px;
    top: 65%;
    left: 50%;
    margin-left: -10px;
    z-index: 2;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.p5-img4 {
    width: 62px;
    height: 162px;
    position: absolute;
    margin-top: -100px;
    top: 65%;
    left: 50%;
    margin-left: -51px;
    z-index: 1;
}

@-webkit-keyframes p5-img1 {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes p5-img2 {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

/*page6*/
.p6-wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    background: url("http://media.xitaoinfo.com/photoH5_p6_bg.jpg") no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.p6-text1 {
    position: absolute;
    top: 50%;
    margin-top: -180px;
    left: 30px;
    font-size: 16px;
    color: #fff;
    z-index: 3;
}

.p6-text2 {
    position: absolute;
    top: 50%;
    margin-top: 40px;
    left: 30px;
    font-size: 16px;
    color: #fff;
    font-weight: bolder;
    padding: 5px 30px;
    z-index: 3;
    background: url("http://media.xitaoinfo.com/photoH5_p6_title.png") no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 175px;
    height: 30px;
}

.p6-text3 {
    position: absolute;
    top: 50%;
    margin-top: 90px;
    font-size: 14px;
    color: #fff;
    padding: 0 30px;
    z-index: 3;
}

.p6-img1 {
    position: absolute;
    width: 237px;
    height: 152px;
    left: 50%;
    top: 50%;
    margin-top: -140px;
    margin-left: -119px;
    -webkit-transform: translate(400px, 0);
    transform: translate(400px, 0);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.play .p6-img1 {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

/*page7*/
.p7-wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    background: url("http://media.xitaoinfo.com/photoH5_p7_bg.jpg") no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.p7-text1 {
    position: absolute;
    top: 50%;
    margin-top: -198px;
    left: 30px;
    font-size: 16px;
    z-index: 3;
    color: #000000;
}

.p7-text2 {
    position: absolute;
    top: 50%;
    margin-top: -165px;
    left: 30px;
    font-size: 16px;
    font-weight: bolder;
    background-color: #000;
    color: #fff;
    padding: 5px 30px;
}

.p7-text3 {
    position: absolute;
    top: 50%;
    margin-top: -124px;
    left: 30px;
    padding-right: 30px;
    font-size: 16px;
    color: #000000;
}

.p7-img1 {
    width: 111px;
    height: 208px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -120px;
    z-index: 2;
}

.p7-img2 {
    width: 129px;
    height: 129px;
    position: absolute;
    top: 65%;
    margin-left: -2px;
    margin-top: -100px;
    left: 50%;
    z-index: 2;
    -webkit-transform-origin: 0 80%;
    transform-origin: 0 80%;

}

.play .p7-img2 {
    -webkit-animation: p5-img2 4s linear infinite;
}

.p7-img3 {
    width: 67px;
    height: 67px;
    position: absolute;
    margin-top: -4px;
    top: 65%;
    left: 50%;
    margin-left: -10px;
    z-index: 2;
}

.p7-img4 {
    width: 62px;
    height: 162px;
    position: absolute;
    margin-top: -100px;
    top: 65%;
    left: 50%;
    margin-left: -51px;
    z-index: 1;
}

/*page8*/
.p8-wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #f69;
}

.p8-text1 {
    color: #b23a62;
    font-size: 20px;
    width: 230px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -115px;
    margin-top: -154px;
}

.p8-text2 {
    color: #fff;
    font-size: 20px;
    width: 230px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -115px;
    margin-top: -129px;
}

.p8-img1 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 245px;
    height: 100px;
    display: block;
    margin-left: -125px;
    margin-top: -50px;
    opacity: 0;
    -webkit-transform: translate(0, 300px);
    transform: translate(0, 300px);
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.play .p8-img1 {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.p8-text3 {
    width: 280px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -140px;
    text-align: center;
    margin-top: 100px;
}

/*page9*/
.p9-wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #f69;
}

.page-9 .swiper-container {
    width: 100%;
    height: 100%;
}

.page-9 .swiper-container-horizontal > .swiper-pagination {
    bottom: 112px;
    right: 0;
    width: 120px;
}

.page-9 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: 1;
}

.page-9 .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #ff6699;
}

.page-9.swiper-button-next {
    display: none !important;
}

.page-9 .swiper-button-prev {
    display: none !important;
}

.p9-img-name {
    z-index: 3;
    position: absolute;
    top: 40px;
    left: 0;
    background-color: #f16591;
    color: #ffffff;
    height: 30px;
    font-size: 16px;
    padding: 0 40px;
    line-height: 30px;
}

.p9-img {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
}

.p9-img1 {
    background: url("http://media.xitaoinfo.com/p9_img1.jpg") no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.p9-img2 {
    background: url("http://media.xitaoinfo.com/p9_img2.jpg") no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.p9-img3 {
    background: url("http://media.xitaoinfo.com/p9_img3.jpg") no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.p9-img4 {
    background: url("http://media.xitaoinfo.com/p9_img4.jpg") no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.p9-img5 {
    background: url("http://media.xitaoinfo.com/p9_img5.jpg") no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.p9-bottom-wrapper {
    position: absolute;
    z-index: 2;
    height: 110px;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.p9-bottom-wrapper img {
    width: 233px;
    height: 72px;
    display: block;
    margin: 20px auto;
}

.p9-duang {
    z-index: 40;
    line-height: 25px;
    width: 35px;
    height: 25px;
    border-radius: 3px;
    text-align: center;
    background-color: #ff6699;
    color: #ffffff;
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: 60px;
    transform-origin: 50% 100%;
}

.play .p9-duang {
    -webkit-animation: duang 3s infinite;
}

@-webkit-keyframes duang {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    30% {
        -webkit-transform: scale(1, 0.9);
        transform: scale(1, 0.9);
    }
    50% {
        -webkit-transform: translate(0, -20px);
        transform: translate(0, -20px);
        -webkit-transition-timing-function: cubic-bezier(.2, .74, .55, .95);
        transition-timing-function: cubic-bezier(.2, .74, .55, .95);
    }
    80% {
        -webkit-transform: translate(0, 0) scale(1, 0.9);
        transform: translate(0, 0) scale(1, 0.9);
        -webkit-transition-timing-function: cubic-bezier(.69, .24, .91, .69);
        transition-timing-function: cubic-bezier(.69, .24, .91, .69);
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

/*page10*/
.p10-wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
}

.p10-1 {
    height: 200px;
    width: 100%;
    background: url("http://media.xitaoinfo.com/photoH5_p10_red_bg.png") no-repeat;
    padding: 15px 0;
    text-align: center;
    -webkit-background-size: 100% 200px;
    background-size: 101% 200px;
}

.p10-1 img {
    width: 130px;
    height: 25px;
}

.p10-cat {
    width: 150px;
    height: 160px;
    left: -25px;
    top: 170px;
    position: absolute;
    z-index: 10;
}

.p10-text1 {
    font-size: 24px;
    font-weight: bolder;
    margin: 10px 0;
    color: #ffffff;
}

.p10-text2 {
    font-size: 12px;
    color: #ffffff;
}

.p10-text3 {
    font-size: 18px;
    color: #ffffff;
    margin-top: 10px;
}

.p10-tel {
    width: 180px;
    border: 1px solid #eee;
    margin: 40px auto 20px auto;
    outline: none;
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    padding: 0 10px;
    color: #666666;
    word-spacing: 2px;
}

.p10-btn {
    background-color: #ff6699;
    text-align: center;
    height: 40px;
    width: 172px;
    display: block;
    font-size: 14px;
    line-height: 40px;
    border-radius: 5px;
    padding: 0 20px;
    color: #ffffff;
    border: none;
    margin: 0 auto 10px auto;
}
.p10-btn.locked{
    background-color: #bbbbbb;
}

.p10-coupon {
    width: 120px;
    margin: 10px auto;
    text-align: center;
    color: #999;
    font-size: 14px;
    padding: 0 20px;
    text-decoration: underline;
    /* border-bottom: 1px solid #333; */
}

.p10-detail,
.p10-address {
    font-size: 11px;
    color: #666;
    padding: 0 20px;
}

.p10-title {
    font-size: 13px;
    color: #333333;
}

/*page11*/
.p11-wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    text-align: center;
    color: #000000;
}

.p11-btn {
    padding: 0 20px;
    height: 40px;
    border: none;
    font-size: 14px;
    outline: none;
    line-height: 40px;
    color: #ffffff;
    left: 50%;
    top: 50%;
    margin-top: -44px;
    width: 165px;
    background-color: #ff6699;
    position: absolute;
    margin-left: -82px;
    border-radius: 5px;
}

.p11-text1 {
    position: absolute;
    margin-top: -110px;
    width: 100%;
    top: 50%;
    font-size: 16px;
}

.p11-text2 {
    position: absolute;
    width: 100%;
    margin-top: 3px;
    top: 50%;
    font-size: 12px;
}

.p11-baidu {
    position: absolute;
    width: 150px;
    left: 50%;
    margin-left: -75px;
    top: 50%;
    margin-top: 140px;
}

.p11-hun {
    width: 53%;
    border: 1px solid #eee;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #000000;
    float: left;

}

.p11-bai {
    width: 45%;
    background-color: #3388ff;
    text-align: center;
    height: 25px;
    line-height: 25px;
    color: #ffffff;
    float: left;
}

.p11-text3 {
    position: absolute;
    width: 100%;
    top: 50%;
    font-size: 12px;
    margin-top: 120px;
    color: #666666;
}

.p11-text4 {
    position: absolute;
    width: 100%;
    top: 50%;
    font-size: 12px;
    margin-top: 167px;
}
.p11-share{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: 99;
}
.p11-share:after{
    position: absolute;
    content: "";
    right: 20px;
    top: 10px;
    width: 92px;
    height: 77px;
    background: url("http://media.xitaoinfo.com/photoH5_share_arrow.png") no-repeat;
}
.p11-share-text{
    font-size: 14px;
    position: absolute;
    right: 30px;
    top: 88px;
}

/*coupon*/
.coupon-detail {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 10;
}

.coupon-detail p {
    /* margin: 20px 40px; */
    color: #ffffff;
    font-size: 14px;
    line-height: 1.7em;
}

p.coupon-title {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -120px;
    /* text-align: center; */
    font-size: 20px;
    text-align: center;
}
.coupon-text1{
    width: 100%;
    padding:10px 40px;
    text-align: left;
    position: absolute;
    top: 50%;
    margin-top: -80px;
}

.coupon-close {
    position: absolute;
    bottom: 50px;
    left: 50%;
    display: block;
    width: 64px;
    height: 64px;
    margin-left: -32px;
    z-index: 10;
    background: url("http://media.xitaoinfo.com/photoH5_close128.png") no-repeat;
    -webkit-background-size: 64px 64px;
    background-size: 64px 64px;
}

/*music*/
@-webkit-keyframes rotating {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.music-icon {
    display: none;
    position: absolute;
    width: 30px;
    height: 30px;
    margin-bottom: -15px;
    margin-left: -15px;
    z-index: 6;
    background-image: url(http://media.xitaoinfo.com/photoH5_music.png);
    background-size: contain;
    background-position: -1px -1px;
    background-color: rgba(107, 107, 107, 0.24);
    top: 20px;
    right: 20px;
    border-radius: 50%;
    border: 2px solid white;
    opacity: .4;
}

.music-icon.true {
    display: block;
}

.on {
    opacity: .75;
    animation: rotating 1.6s linear infinite;
    -webkit-animation: rotating 1.6s linear infinite;
    -moz-animation: rotating 1.6s linear infinite;
    -o-animation: rotating 1.6s linear infinite;
}

/*page 12 temp add*/
.p12-img-wrapper {
    position: absolute;
    z-index: 10;
    height: 100%;
    width: 100%;
}

.p12-main-title {
    position: absolute;
    top: 32px;
    /* margin-top: -223px; */
    left: 0;
    padding: 5px 20px;
    font-size: 16px;
    background-color: #000;
    color: #ffffff;
    font-weight: bolder;
    z-index: 3;
}

.p12-img-box {
    height: 70%;
    width: 100%;
    position: absolute;
    top: 20%;
}

.p12-box {
    width: 100%;
    background-color: #f69;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    height: 33.33%;
}

.p12-left-animate {
    -webkit-transform: translate(-500px, 0) skewX(30deg);
    transform: translate(-500px, 0) skewX(30deg);
}

.play .p12-left-animate {
    -webkit-transform: translate(0, 0) skewX(0deg);
    transform: translate(0, 0) skewX(0deg);
}

.p12-right-animate {
    -webkit-transform: translate(500px, 0) skewX(-30deg);
    transform: translate(500px, 0) skewX(-30deg);
}

.play .p12-right-animate {
    -webkit-transform: translate(0, 0) skewX(0deg);
    transform: translate(0, 0) skewX(0deg);
}

.p12-img1 {
    background: url("http://media.xitaoinfo.com/photoH5_p12_picture1.png") no-repeat center;
    background-size: contain;
}

.p12-img2 {
    background: url("http://media.xitaoinfo.com/photoH5_p12_picture2.png") no-repeat center;
    background-size: contain;
}

.p12-img3 {
    background: url("http://media.xitaoinfo.com/photoH5_p12_picture3.png") no-repeat center;
    background-size: contain;
}

/*page13*/
/*page 12 temp add*/
.p13-img-wrapper {
    position: absolute;
    z-index: 10;
    height: 100%;
    width: 100%;
    background-color: #000000;
}

.p13-bottom {
    height: 120px;
    padding: 20px;
    position: absolute;
    font-size: 11px;
    bottom: 21px;
    width: 100%;
}

.p13-bottom p {
    color: #ffffff;
    font-size: 12px;
    margin: 5px 0;
}

.page-13 .swiper-container {
    width: 100%;
    height: 90%;
    position: absolute;
}
.page-13 .swiper-button-next,
.page-13 .swiper-button-prev{
    opacity: 0.5;
}

.p13-img1 {
    background: url("http://media.xitaoinfo.com/p13_1.jpg") no-repeat center;
    background-size: contain;
}

.p13-img2 {
    background: url("http://media.xitaoinfo.com/p13_2.jpg") no-repeat center;
    background-size: contain;
}

.p13-img3 {
    background: url("http://media.xitaoinfo.com/p13_3.jpg") no-repeat center;
    background-size: contain;
}
.p13-img4 {
    background: url("http://media.xitaoinfo.com/p13_4.jpg") no-repeat center;
    background-size: contain;
}

/*drop-up*/
.page-0 .drop-up,
.page-2 .drop-up,
.page-4 .drop-up,
.page-6 .drop-up,
.page-8 .drop-up,
.page-13 .drop-up{
    background: url(http://media.xitaoinfo.com/photoH5_drop-up2.png) no-repeat 0 0;
    -webkit-background-size: 16px 10px;
    background-size: 16px 10px;
}






