body, html { height: 100% } .main-page, body { -webkit-box-orient: vertical } body, table { width: 100% } *, body, h1, h2, h3, h4, h5, h6, li, ul { margin: 0; padding: 0 } .clearfix:after, .clr:after { visibility: hidden; clear: both } /*#audio_btn, .off { background-repeat: no-repeat }*/ #shareMain input, * { -webkit-tap-highlight-color: transparent } #shareMain input, body * { text-shadow: none!important } .finger_div, body { -webkit-touch-callout: none } .btn, .telphone, body.pc .nr { cursor: pointer } * { outline: 0 } article, aside, dialog, figure, footer, header, menu, nav, section { display: block } a { text-decoration: none; -webkit-tap-highlight-color: rgba(0, 0, 0, .35) } a:active, a:hover, a:link, a:visited { color: #08a1ef; text-decoration: none } .boards-default .boards-con .more-mes, .boards-default .spline-con { color: rgba(0, 0, 0, .6) } html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100% } body { background-color: #000; min-height: 100%; font-weight: 300; font-family: 'Microsoft Yahei', Tahoma, Helvetica, Arial, sans-serif; font-size: 62.5%; line-height: 1.231; display: -webkit-box; -webkit-box-align: stretch; position: relative } img:not([src*="/"]) { display: none } table { border-collapse: collapse; border-spacing: 0 } caption, td, th { vertical-align: middle } textarea { border: 0 } .pre1, .pre2, .pre3, .pre4 { border-radius: 2px; background-color: #fff } li, ul { list-style: none } h1, h2, h3, h4, h5, h6 { font-weight: 400 } .clr:after { content: ""; display: block; height: 0 } .telphone { display: block; position: fixed; right: 2%; bottom: 15%; z-index: 100 } .telphone img { width: 44px; height: 44px } .clearfix:after { content: "."; display: block; height: 0 } /*#audio_btn, .create-chart .position-none { display: none }*/ .u-arrow-bottom, .u-arrow-bottom img { position: absolute; width: 24px; height: 14px; left: 50% } .clearfix { zoom: 1 } .vanishIn { -webkit-animation-name: vanishIn; animation-name: vanishIn } @-webkit-keyframes vanishIn { 0% { opacity: 0; -webkit-transform-origin: 50% 50%; -webkit-transform: scale(2, 2); -webkit-filter: blur(90px) } 100% { opacity: 1; -webkit-transform-origin: 50% 50%; -webkit-transform: scale(1, 1); -webkit-filter: blur(0) } } @keyframes vanishIn { 0% { opacity: 0; transform-origin: 50% 50%; transform: scale(2, 2); -webkit-filter: blur(90px) } 100% { opacity: 1; transform-origin: 50% 50%; transform: scale(1, 1); -webkit-filter: blur(0) } } .vanishOut { -webkit-animation-name: vanishOut; animation-name: vanishOut } @-webkit-keyframes vanishOut { 0% { opacity: 1; -webkit-transform-origin: 50% 50%; -webkit-transform: scale(1, 1); -webkit-filter: blur(0) } 100% { opacity: 0; -webkit-transform-origin: 50% 50%; -webkit-transform: scale(2, 2); -webkit-filter: blur(20px) } } @keyframes vanishOut { 0% { opacity: 1; transform-origin: 50% 50%; transform: scale(1, 1); -webkit-filter: blur(0) } 100% { opacity: 0; transform-origin: 50% 50%; transform: scale(2, 2); -webkit-filter: blur(20px) } } .twisterInUp { -webkit-animation-name: twisterInUp; animation-name: twisterInUp } @-webkit-keyframes twisterInUp { 0% { opacity: 0; -webkit-transform-origin: 100% 0; -webkit-transform: scale(0, 0) rotate(360deg) translateY(100%) } 30% { -webkit-transform-origin: 100% 0; -webkit-transform: scale(0, 0) rotate(360deg) translateY(100%) } 100% { opacity: 1; -webkit-transform-origin: 0 0; -webkit-transform: scale(1, 1) rotate(0) translateY(0) } } @keyframes twisterInUp { 0% { opacity: 0; transform-origin: 100% 0; transform: scale(0, 0) rotate(360deg) translateY(100%) } 30% { transform-origin: 100% 0; transform: scale(0, 0) rotate(360deg) translateY(100%) } 100% { opacity: 1; transform-origin: 0 0; transform: scale(1, 1) rotate(0) translateY(0) } } .slideUp { -webkit-animation-name: slideUp; animation-name: slideUp } @-webkit-keyframes slideUp { 0% { -webkit-transform-origin: 0 0; -webkit-transform: translateY(0) } 100% { -webkit-transform-origin: 0 0; -webkit-transform: translateY(-100%) } } @keyframes slideUp { 0% { transform-origin: 0 0; transform: translateY(0) } 100% { transform-origin: 0 0; transform: translateY(-100%) } } .slideDown { -webkit-animation-name: slideDown; animation-name: slideDown } @-webkit-keyframes slideDown { 0% { -webkit-transform-origin: 0 0; -webkit-transform: translateY(0) } 100% { -webkit-transform-origin: 0 0; -webkit-transform: translateY(100%) } } @keyframes slideDown { 0% { transform-origin: 0 0; transform: translateY(0) } 100% { transform-origin: 0 0; transform: translateY(100%) } } @-webkit-keyframes puffOut { 0% { opacity: 1; -webkit-transform-origin: 50% 50%; -webkit-transform: scale(1, 1); -webkit-filter: blur(0) } 100% { opacity: 0; -webkit-transform-origin: 50% 50%; -webkit-transform: scale(2, 2); -webkit-filter: blur(2px) } } @keyframes puffOut { 0% { opacity: 1; transform-origin: 50% 50%; transform: scale(1, 1); -webkit-filter: blur(0) } 100% { opacity: 0; transform-origin: 50% 50%; transform: scale(2, 2); -webkit-filter: blur(2px) } } .puffOut { -webkit-animation-name: puffOut; animation-name: puffOut } @-webkit-keyframes puffIn { 0% { opacity: 0; -webkit-transform-origin: 50% 50%; -webkit-transform: scale(2, 2); -webkit-filter: blur(2px) } 100% { opacity: 1; -webkit-transform-origin: 50% 50%; -webkit-transform: scale(1, 1); -webkit-filter: blur(0) } } @keyframes puffIn { 0% { opacity: 0; transform-origin: 50% 50%; transform: scale(2, 2); filter: blur(2px) } 100% { opacity: 1; transform-origin: 50% 50%; transform: scale(1, 1); filter: blur(0) } } .puffIn { -webkit-animation-name: puffIn; animation-name: puffIn } @-webkit-keyframes twisterInDown { 0% { opacity: 0; -webkit-transform-origin: 0 100%; -webkit-transform: scale(0, 0) rotate(360deg) translateY(-100%) } 30% { -webkit-transform-origin: 0 100%; -webkit-transform: scale(0, 0) rotate(360deg) translateY(-100%) } 100% { opacity: 1; -webkit-transform-origin: 100% 100%; -webkit-transform: scale(1, 1) rotate(0) translateY(0) } } @keyframes twisterInDown { 0% { opacity: 0; transform-origin: 0 100%; transform: scale(0, 0) rotate(360deg) translateY(-100%) } 30% { transform-origin: 0 100%; transform: scale(0, 0) rotate(360deg) translateY(-100%) } 100% { opacity: 1; transform-origin: 100% 100%; transform: scale(1, 1) rotate(0) translateY(0) } } .twisterInDown { -webkit-animation-name: twisterInDown; animation-name: twisterInDown } @-webkit-keyframes rollIn { 0% { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg) } 100% { opacity: 1; -webkit-transform: none; transform: none } } @keyframes rollIn { 0% { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg) } 100% { opacity: 1; -webkit-transform: none; transform: none } } .rollIn { -webkit-animation-name: rollIn; animation-name: rollIn } @-webkit-keyframes lightSpeedIn { 0% { -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg); transform: translate3d(100%, 0, 0) skewX(-30deg); opacity: 0 } 60% { -webkit-transform: skewX(20deg); transform: skewX(20deg); opacity: 1 } 80% { -webkit-transform: skewX(-5deg); transform: skewX(-5deg); opacity: 1 } 100% { -webkit-transform: none; transform: none; opacity: 1 } } @keyframes lightSpeedIn { 0% { -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg); transform: translate3d(100%, 0, 0) skewX(-30deg); opacity: 0 } 60% { -webkit-transform: skewX(20deg); transform: skewX(20deg); opacity: 1 } 80% { -webkit-transform: skewX(-5deg); transform: skewX(-5deg); opacity: 1 } 100% { -webkit-transform: none; transform: none; opacity: 1 } } .lightSpeedIn { -webkit-animation-name: lightSpeedIn; animation-name: lightSpeedIn; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out } @-webkit-keyframes fadeInLeft { 0% { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0) } 100% { opacity: 1; -webkit-transform: none; transform: none } } @keyframes fadeInLeft { 0% { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0) } 100% { opacity: 1; -webkit-transform: none; transform: none } } .fadeInLeft { -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft } @-webkit-keyframes fadeInRight { 0% { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0) } 100% { opacity: 1; transform: none } } @keyframes fadeInRight { 0% { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0) } 100% { opacity: 1; -webkit-transform: none; transform: none } } .fadeInRight { -webkit-animation-name: fadeInRight; animation-name: fadeInRight } @-webkit-keyframes fadeInUp { 0% { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0) } 100% { opacity: 1; -webkit-transform: none; transform: none } } @keyframes fadeInUp { 0% { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); -ms-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0) } 100% { opacity: 1; -webkit-transform: none; -ms-transform: none; transform: none } } .fadeInUp { -webkit-animation-name: fadeInUp; animation-name: fadeInUp } @-webkit-keyframes fadeOutDown { 0% { opacity: 1 } 100% { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0) } } @keyframes fadeOutDown { 0% { opacity: 1 } 100% { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0) } } .fadeOutDown { -webkit-animation-name: fadeOutDown; animation-name: fadeOutDown } @-webkit-keyframes fadeOutLeft { 0% { opacity: 1 } 100% { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0) } } @keyframes fadeOutLeft { 0% { opacity: 1 } 100% { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0) } } .fadeOutLeft { -webkit-animation-name: fadeOutLeft; animation-name: fadeOutLeft } @-webkit-keyframes fadeOutRight { 0% { opacity: 1 } 100% { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0) } } @keyframes fadeOutRight { 0% { opacity: 1 } 100% { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0) } } .fadeOutRight { -webkit-animation-name: fadeOutRight; animation-name: fadeOutRight } @-webkit-keyframes fadeOutUp { 0% { opacity: 1 } 100% { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0) } } @keyframes fadeOutUp { 0% { opacity: 1 } 100% { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0) } } .fadeOutUp { -webkit-animation-name: fadeOutUp; animation-name: fadeOutUp } @-webkit-keyframes swing { 20% { -webkit-transform: rotate3d(0, 0, 1, 15deg); transform: rotate3d(0, 0, 1, 15deg) } 40% { -webkit-transform: rotate3d(0, 0, 1, -10deg); transform: rotate3d(0, 0, 1, -10deg) } 60% { -webkit-transform: rotate3d(0, 0, 1, 5deg); transform: rotate3d(0, 0, 1, 5deg) } 80% { -webkit-transform: rotate3d(0, 0, 1, -5deg); transform: rotate3d(0, 0, 1, -5deg) } 100% { -webkit-transform: rotate3d(0, 0, 1, 0deg); transform: rotate3d(0, 0, 1, 0deg) } } @keyframes swing { 20% { -webkit-transform: rotate3d(0, 0, 1, 15deg); transform: rotate3d(0, 0, 1, 15deg) } 40% { -webkit-transform: rotate3d(0, 0, 1, -10deg); transform: rotate3d(0, 0, 1, -10deg) } 60% { -webkit-transform: rotate3d(0, 0, 1, 5deg); transform: rotate3d(0, 0, 1, 5deg) } 80% { -webkit-transform: rotate3d(0, 0, 1, -5deg); transform: rotate3d(0, 0, 1, -5deg) } 100% { -webkit-transform: rotate3d(0, 0, 1, 0deg); transform: rotate3d(0, 0, 1, 0deg) } } .swing { -webkit-transform-origin: top center; -ms-transform-origin: top center; transform-origin: top center; -webkit-animation-name: swing; animation-name: swing } @-webkit-keyframes wobble { 0%, 100% { -webkit-transform: none; transform: none } 15% { -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg) } 30% { -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg) } 45% { -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg) } 60% { -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg) } 75% { -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg) } } @keyframes wobble { 0%, 100% { -webkit-transform: none; transform: none } 15% { -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg) } 30% { -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg) } 45% { -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg) } 60% { -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg) } 75% { -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg) } } .wobble { -webkit-animation-name: wobble; animation-name: wobble } /*我的自定义动画*/ /*@-webkit-keyframes myrotateIn{ 0%{-webkit-transform-origin:32px 78px;transform-origin:32px 78px;-webkit-transform:rotate3d(0,0,1,-250deg) scale3d(.3,.3,.3);transform:rotate3d(0,0,1,-250deg) scale3d(.3,.3,.3);opacity:0;} 100%{-webkit-transform-origin:32px 78px;transform-origin:32px 78px;-webkit-transform:none;transform:none;opacity:1;}} @keyframes myrotateIn{ 0%{-webkit-transform-origin:32px 78px;-ms-transform-origin:32px 78px;transform-origin:32px 78px;-webkit-transform:rotate3d(0,0,1,-250deg) scale3d(.3,.3,.3);-ms-transform:rotate3d(0,0,1,-250deg) scale3d(.3,.3,.3);transform:rotate3d(0,0,1,-250deg) scale3d(.3,.3,.3);opacity:0;} 100%{-webkit-transform-origin:32px 78px;-ms-transform-origin:32px 78px;transform-origin:32px 78px;-webkit-transform:none;-ms-transform:none;transform:none;opacity:1;}} .myrotateIn{-webkit-animation-name:myrotateIn;animation-name:myrotateIn}*/ /*我的自定义动画结束*/ @-webkit-keyframes rotateIn { from { -webkit-transform: rotate(0); -webkit-transform-origin:center; } to { -webkit-transform: rotate(360deg); -webkit-transform-origin:center; } } @-moz-keyframes rotateIn { from { -moz-transform: rotate(0) } to { -moz-transform: rotate(359deg) } } @-o-keyframes rotateIn { from { -o-transform: rotate(0) } to { -o-transform: rotate(359deg) } } @keyframes rotateIn { from { transform: rotate(0) } to { transform: rotate(359deg) } } .rotateIn { -webkit-animation-name: rotateIn; animation-name: rotateIn } .fadeOut { -webkit-animation-name: fadeOut; animation-name: fadeOut } @-webkit-keyframes flip { 0% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg); transform: perspective(400px) rotate3d(0, 1, 0, -360deg); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out } 40% { -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out } 50% { -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in } 80% { -webkit-transform: perspective(400px) scale3d(.95, .95, .95); transform: perspective(400px) scale3d(.95, .95, .95); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in } 100% { -webkit-transform: perspective(400px); transform: perspective(400px); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in } } @keyframes flip { 0% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg); transform: perspective(400px) rotate3d(0, 1, 0, -360deg); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out } 40% { -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out } 50% { -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in } 80% { -webkit-transform: perspective(400px) scale3d(.95, .95, .95); transform: perspective(400px) scale3d(.95, .95, .95); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in } 100% { -webkit-transform: perspective(400px); transform: perspective(400px); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in } } .animated.flip { -webkit-backface-visibility: visible; backface-visibility: visible; -webkit-animation-name: flip; animation-name: flip } @-webkit-keyframes fadeInDown { 0% { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0) } 100% { opacity: 1; -webkit-transform: none; transform: none } } @keyframes fadeInDown { 0% { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); -ms-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0) } 100% { opacity: 1; -webkit-transform: none; -ms-transform: none; transform: none } } .fadeInDown { -webkit-animation-name: fadeInDown; animation-name: fadeInDown } .fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn } .zoomIn { -webkit-animation-name: zoomIn; animation-name: zoomIn } @-webkit-keyframes zoomOut { 0% { opacity: 1 } 50% { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3) } 100% { opacity: 0 } } @keyframes zoomOut { 0% { opacity: 1 } 50% { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3) } 100% { opacity: 0 } } .zoomOut { -webkit-animation-name: zoomOut; animation-name: zoomOut } @-webkit-keyframes bounceIn { 0%, 100%, 20%, 40%, 60%, 80% { -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1); transition-timing-function: cubic-bezier(.215, .61, .355, 1) } 0% { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3) } 20% { -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1) } 40% { -webkit-transform: scale3d(.9, .9, .9); transform: scale3d(.9, .9, .9) } 60% { opacity: 1; -webkit-transform: scale3d(1.03, 1.03, 1.03); transform: scale3d(1.03, 1.03, 1.03) } 80% { -webkit-transform: scale3d(.97, .97, .97); transform: scale3d(.97, .97, .97) } 100% { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1) } } @keyframes bounceIn { 0%, 100%, 20%, 40%, 60%, 80% { -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1); transition-timing-function: cubic-bezier(.215, .61, .355, 1) } 0% { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3) } 20% { -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1) } 40% { -webkit-transform: scale3d(.9, .9, .9); transform: scale3d(.9, .9, .9) } 60% { opacity: 1; -webkit-transform: scale3d(1.03, 1.03, 1.03); transform: scale3d(1.03, 1.03, 1.03) } 80% { -webkit-transform: scale3d(.97, .97, .97); transform: scale3d(.97, .97, .97) } 100% { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1) } } .bounceIn { -webkit-animation-name: bounceIn; animation-name: bounceIn } @-webkit-keyframes bounceInLeft { 0%, 100%, 60%, 75%, 90% { -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1); transition-timing-function: cubic-bezier(.215, .61, .355, 1) } 0% { opacity: 0; -webkit-transform: translate3d(-3000px, 0, 0); transform: translate3d(-3000px, 0, 0) } 60% { opacity: 1; -webkit-transform: translate3d(25px, 0, 0); transform: translate3d(25px, 0, 0) } 75% { -webkit-transform: translate3d(-10px, 0, 0); transform: translate3d(-10px, 0, 0) } 90% { -webkit-transform: translate3d(5px, 0, 0); transform: translate3d(5px, 0, 0) } 100% { -webkit-transform: none; transform: none } } @keyframes bounceInLeft { 0%, 100%, 60%, 75%, 90% { -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1); transition-timing-function: cubic-bezier(.215, .61, .355, 1) } 0% { opacity: 0; -webkit-transform: translate3d(-3000px, 0, 0); transform: translate3d(-3000px, 0, 0) } 60% { opacity: 1; -webkit-transform: translate3d(25px, 0, 0); transform: translate3d(25px, 0, 0) } 75% { -webkit-transform: translate3d(-10px, 0, 0); transform: translate3d(-10px, 0, 0) } 90% { -webkit-transform: translate3d(5px, 0, 0); transform: translate3d(5px, 0, 0) } 100% { -webkit-transform: none; transform: none } } .bounceInLeft { -webkit-animation-name: bounceInLeft; animation-name: bounceInLeft } @-webkit-keyframes bounceInRight { 0%, 100%, 60%, 75%, 90% { -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1); transition-timing-function: cubic-bezier(.215, .61, .355, 1) } 0% { opacity: 0; -webkit-transform: translate3d(3000px, 0, 0); transform: translate3d(3000px, 0, 0) } 60% { opacity: 1; -webkit-transform: translate3d(-25px, 0, 0); transform: translate3d(-25px, 0, 0) } 75% { -webkit-transform: translate3d(10px, 0, 0); transform: translate3d(10px, 0, 0) } 90% { -webkit-transform: translate3d(-5px, 0, 0); transform: translate3d(-5px, 0, 0) } 100% { -webkit-transform: none; transform: none } } @keyframes bounceInRight { 0%, 100%, 60%, 75%, 90% { -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1); transition-timing-function: cubic-bezier(.215, .61, .355, 1) } 0% { opacity: 0; -webkit-transform: translate3d(3000px, 0, 0); transform: translate3d(3000px, 0, 0) } 60% { opacity: 1; -webkit-transform: translate3d(-25px, 0, 0); transform: translate3d(-25px, 0, 0) } 75% { -webkit-transform: translate3d(10px, 0, 0); transform: translate3d(10px, 0, 0) } 90% { -webkit-transform: translate3d(-5px, 0, 0); transform: translate3d(-5px, 0, 0) } 100% { -webkit-transform: none; -ms-transform: none; transform: none } } .bounceInRight { -webkit-animation-name: bounceInRight; animation-name: bounceInRight } @-webkit-keyframes bounceInUp { 0%, 100%, 60%, 75%, 90% { -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1); transition-timing-function: cubic-bezier(.215, .61, .355, 1) } 0% { opacity: 0; -webkit-transform: translate3d(0, 3000px, 0); transform: translate3d(0, 3000px, 0) } 60% { opacity: 1; -webkit-transform: translate3d(0, -25px, 0); transform: translate3d(0, -25px, 0) } 75% { -webkit-transform: translate3d(0, 10px, 0); transform: translate3d(0, 10px, 0) } 90% { -webkit-transform: translate3d(0, -5px, 0); transform: translate3d(0, -5px, 0) } 100% { -webkit-transform: none; transform: none } } @keyframes bounceInUp { 0%, 100%, 60%, 75%, 90% { -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1); transition-timing-function: cubic-bezier(.215, .61, .355, 1) } 0% { opacity: 0; -webkit-transform: translate3d(0, 3000px, 0); transform: translate3d(0, 3000px, 0) } 60% { opacity: 1; -webkit-transform: translate3d(0, -25px, 0); transform: translate3d(0, -25px, 0) } 75% { -webkit-transform: translate3d(0, 10px, 0); transform: translate3d(0, 10px, 0) } 90% { -webkit-transform: translate3d(0, -5px, 0); transform: translate3d(0, -5px, 0) } 100% { -webkit-transform: none; transform: none } } .bounceInUp { -webkit-animation-name: bounceInUp; animation-name: bounceInUp } @-webkit-keyframes bounceInDown { 0%, 100%, 60%, 75%, 90% { -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1); transition-timing-function: cubic-bezier(.215, .61, .355, 1) } 0% { opacity: 0; -webkit-transform: translate3d(0, -3000px, 0); transform: translate3d(0, -3000px, 0) } 60% { opacity: 1; -webkit-transform: translate3d(0, 25px, 0); transform: translate3d(0, 25px, 0) } 75% { -webkit-transform: translate3d(0, -10px, 0); transform: translate3d(0, -10px, 0) } 90% { -webkit-transform: translate3d(0, 5px, 0); transform: translate3d(0, 5px, 0) } 100% { -webkit-transform: none; transform: none } } @keyframes bounceInDown { 0%, 100%, 60%, 75%, 90% { -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1); transition-timing-function: cubic-bezier(.215, .61, .355, 1) } 0% { opacity: 0; -webkit-transform: translate3d(0, -3000px, 0); transform: translate3d(0, -3000px, 0) } 60% { opacity: 1; -webkit-transform: translate3d(0, 25px, 0); transform: translate3d(0, 25px, 0) } 75% { -webkit-transform: translate3d(0, -10px, 0); transform: translate3d(0, -10px, 0) } 90% { -webkit-transform: translate3d(0, 5px, 0); transform: translate3d(0, 5px, 0) } 100% { -webkit-transform: none; transform: none } } .bounceInDown { -webkit-animation-name: bounceInDown; animation-name: bounceInDown } @-webkit-keyframes bounceOut { 20% { -webkit-transform: scale3d(.9, .9, .9); transform: scale3d(.9, .9, .9) } 50%, 55% { opacity: 1; -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1) } 100% { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3) } } @keyframes bounceOut { 20% { -webkit-transform: scale3d(.9, .9, .9); transform: scale3d(.9, .9, .9) } 50%, 55% { opacity: 1; -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1) } 100% { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3) } } .bounceOut { -webkit-animation-name: bounceOut; animation-name: bounceOut } @-webkit-keyframes bounceOutDown { 20% { -webkit-transform: translate3d(0, 10px, 0); transform: translate3d(0, 10px, 0) } 40%, 45% { opacity: 1; -webkit-transform: translate3d(0, -20px, 0); transform: translate3d(0, -20px, 0) } 100% { opacity: 0; -webkit-transform: translate3d(0, 2000px, 0); transform: translate3d(0, 2000px, 0) } } @keyframes bounceOutDown { 20% { -webkit-transform: translate3d(0, 10px, 0); transform: translate3d(0, 10px, 0) } 40%, 45% { opacity: 1; -webkit-transform: translate3d(0, -20px, 0); transform: translate3d(0, -20px, 0) } 100% { opacity: 0; -webkit-transform: translate3d(0, 2000px, 0); transform: translate3d(0, 2000px, 0) } } .bounceOutDown { -webkit-animation-name: bounceOutDown; animation-name: bounceOutDown } @-webkit-keyframes bounceOutLeft { 20% { opacity: 1; -webkit-transform: translate3d(20px, 0, 0); transform: translate3d(20px, 0, 0) } 100% { opacity: 0; -webkit-transform: translate3d(-2000px, 0, 0); transform: translate3d(-2000px, 0, 0) } } @keyframes bounceOutLeft { 20% { opacity: 1; -webkit-transform: translate3d(20px, 0, 0); transform: translate3d(20px, 0, 0) } 100% { opacity: 0; -webkit-transform: translate3d(-2000px, 0, 0); transform: translate3d(-2000px, 0, 0) } } .bounceOutLeft { -webkit-animation-name: bounceOutLeft; animation-name: bounceOutLeft } @-webkit-keyframes bounceOutRight { 20% { opacity: 1; -webkit-transform: translate3d(-20px, 0, 0); transform: translate3d(-20px, 0, 0) } 100% { opacity: 0; -webkit-transform: translate3d(2000px, 0, 0); transform: translate3d(2000px, 0, 0) } } @keyframes bounceOutRight { 20% { opacity: 1; -webkit-transform: translate3d(-20px, 0, 0); transform: translate3d(-20px, 0, 0) } 100% { opacity: 0; -webkit-transform: translate3d(2000px, 0, 0); transform: translate3d(2000px, 0, 0) } } .bounceOutRight { -webkit-animation-name: bounceOutRight; animation-name: bounceOutRight } @-webkit-keyframes bounceOutUp { 20% { -webkit-transform: translate3d(0, -10px, 0); transform: translate3d(0, -10px, 0) } 40%, 45% { opacity: 1; -webkit-transform: translate3d(0, 20px, 0); transform: translate3d(0, 20px, 0) } 100% { opacity: 0; -webkit-transform: translate3d(0, -2000px, 0); transform: translate3d(0, -2000px, 0) } } @keyframes bounceOutUp { 20% { -webkit-transform: translate3d(0, -10px, 0); transform: translate3d(0, -10px, 0) } 40%, 45% { opacity: 1; -webkit-transform: translate3d(0, 20px, 0); transform: translate3d(0, 20px, 0) } 100% { opacity: 0; -webkit-transform: translate3d(0, -2000px, 0); transform: translate3d(0, -2000px, 0) } } .bounceOutUp { -webkit-animation-name: bounceOutUp; animation-name: bounceOutUp } @-webkit-keyframes rollOut { 0% { opacity: 1 } 100% { opacity: 0; -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg) } } @keyframes rollOut { 0% { opacity: 1 } 100% { opacity: 0; -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg) } } .rollOut { -webkit-animation-name: rollOut; animation-name: rollOut } @-webkit-keyframes rubberBand { 0%, 100% { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1) } 30% { -webkit-transform: scale3d(1.25, .75, 1); transform: scale3d(1.25, .75, 1) } 40% { -webkit-transform: scale3d(.75, 1.25, 1); transform: scale3d(.75, 1.25, 1) } 50% { -webkit-transform: scale3d(1.15, .85, 1); transform: scale3d(1.15, .85, 1) } 65% { -webkit-transform: scale3d(.95, 1.05, 1); transform: scale3d(.95, 1.05, 1) } 75% { -webkit-transform: scale3d(1.05, .95, 1); transform: scale3d(1.05, .95, 1) } } @keyframes rubberBand { 0%, 100% { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1) } 30% { -webkit-transform: scale3d(1.25, .75, 1); transform: scale3d(1.25, .75, 1) } 40% { -webkit-transform: scale3d(.75, 1.25, 1); transform: scale3d(.75, 1.25, 1) } 50% { -webkit-transform: scale3d(1.15, .85, 1); transform: scale3d(1.15, .85, 1) } 65% { -webkit-transform: scale3d(.95, 1.05, 1); transform: scale3d(.95, 1.05, 1) } 75% { -webkit-transform: scale3d(1.05, .95, 1); transform: scale3d(1.05, .95, 1) } } @-webkit-keyframes lightSpeedOut { 0% { opacity: 1 } 100% { -webkit-transform: translate3d(100%, 0, 0) skewX(30deg); transform: translate3d(100%, 0, 0) skewX(30deg); opacity: 0 } } @keyframes lightSpeedOut { 0% { opacity: 1 } 100% { -webkit-transform: translate3d(100%, 0, 0) skewX(30deg); transform: translate3d(100%, 0, 0) skewX(30deg); opacity: 0 } } .lightSpeedOut { -webkit-animation-name: lightSpeedOut; animation-name: lightSpeedOut; -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in } .rubberBand { -webkit-animation-name: rubberBand; animation-name: rubberBand } @-webkit-keyframes heartbeat { 0%, 100% { -webkit-transform: scale(1); transform: scale(1) } 50% { -webkit-transform: scale(1.5); transform: scale(1.5) } } @keyframes heartbeat { 0%, 100% { -webkit-transform: scale(1); transform: scale(1) } 50% { -webkit-transform: scale(1.5); transform: scale(1.5) } } .heartbeat { -webkit-animation-name: heartbeat; animation-name: heartbeat } @-webkit-keyframes flipOutY { 0% { -webkit-transform: perspective(400px); transform: perspective(400px) } 30% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg); transform: perspective(400px) rotate3d(0, 1, 0, -15deg); opacity: 1 } 100% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); transform: perspective(400px) rotate3d(0, 1, 0, 90deg); opacity: 0 } } @keyframes flipOutY { 0% { -webkit-transform: perspective(400px); transform: perspective(400px) } 30% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg); transform: perspective(400px) rotate3d(0, 1, 0, -15deg); opacity: 1 } 100% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); transform: perspective(400px) rotate3d(0, 1, 0, 90deg); opacity: 0 } } .flipOutY { -webkit-backface-visibility: visible!important; backface-visibility: visible!important; -webkit-animation-name: flipOutY; animation-name: flipOutY; -webkit-animation-duration: .75s; animation-duration: .75s } .flipInX, .flipInY { -webkit-backface-visibility: visible!important } @-webkit-keyframes flipInY { 0% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); transform: perspective(400px) rotate3d(0, 1, 0, 90deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; opacity: 0 } 40% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg); transform: perspective(400px) rotate3d(0, 1, 0, -20deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in } 60% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg); transform: perspective(400px) rotate3d(0, 1, 0, 10deg); opacity: 1 } 80% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg); transform: perspective(400px) rotate3d(0, 1, 0, -5deg) } 100% { -webkit-transform: perspective(400px); transform: perspective(400px) } } @keyframes flipInY { 0% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); transform: perspective(400px) rotate3d(0, 1, 0, 90deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; opacity: 0 } 40% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg); transform: perspective(400px) rotate3d(0, 1, 0, -20deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in } 60% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg); transform: perspective(400px) rotate3d(0, 1, 0, 10deg); opacity: 1 } 80% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg); transform: perspective(400px) rotate3d(0, 1, 0, -5deg) } 100% { -webkit-transform: perspective(400px); transform: perspective(400px) } } .flipInY { backface-visibility: visible!important; -webkit-animation-name: flipInY; animation-name: flipInY } @-webkit-keyframes flipInX { 0% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); transform: perspective(400px) rotate3d(1, 0, 0, 90deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; opacity: 0 } 40% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); transform: perspective(400px) rotate3d(1, 0, 0, -20deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in } 60% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg); transform: perspective(400px) rotate3d(1, 0, 0, 10deg); opacity: 1 } 80% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg); transform: perspective(400px) rotate3d(1, 0, 0, -5deg) } 100% { -webkit-transform: perspective(400px); transform: perspective(400px) } } @keyframes flipInX { 0% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); transform: perspective(400px) rotate3d(1, 0, 0, 90deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; opacity: 0 } 40% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); transform: perspective(400px) rotate3d(1, 0, 0, -20deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in } 60% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg); transform: perspective(400px) rotate3d(1, 0, 0, 10deg); opacity: 1 } 80% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg); transform: perspective(400px) rotate3d(1, 0, 0, -5deg) } 100% { -webkit-transform: perspective(400px); transform: perspective(400px) } } .flipInX { backface-visibility: visible!important; -webkit-animation-name: flipInX; animation-name: flipInX } @-webkit-keyframes flipOutX { 0% { -webkit-transform: perspective(400px); transform: perspective(400px) } 30% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); transform: perspective(400px) rotate3d(1, 0, 0, -20deg); opacity: 1 } 100% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); transform: perspective(400px) rotate3d(1, 0, 0, 90deg); opacity: 0 } } @keyframes flipOutX { 0% { -webkit-transform: perspective(400px); transform: perspective(400px) } 30% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); transform: perspective(400px) rotate3d(1, 0, 0, -20deg); opacity: 1 } 100% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); transform: perspective(400px) rotate3d(1, 0, 0, 90deg); opacity: 0 } } .flipOutX { -webkit-animation-name: flipOutX; animation-name: flipOutX; -webkit-backface-visibility: visible!important; backface-visibility: visible!important } @-webkit-keyframes tada { 0%, 100% { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1) } 10%, 20% { -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg); transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg) } 30%, 50%, 70%, 90% { -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg) } 40%, 60%, 80% { -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg) } } @keyframes tada { 0%, 100% { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1) } 10%, 20% { -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg); transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg) } 30%, 50%, 70%, 90% { -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg) } 40%, 60%, 80% { -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg) } } .tada { -webkit-animation-name: tada; animation-name: tada } @-webkit-keyframes jello { 11.1% { -webkit-transform: none; transform: none } 22.2% { -webkit-transform: skewX(-12.5deg) skewY(-12.5deg); transform: skewX(-12.5deg) skewY(-12.5deg) } 33.3% { -webkit-transform: skewX(6.25deg) skewY(6.25deg); transform: skewX(6.25deg) skewY(6.25deg) } 44.4% { -webkit-transform: skewX(-3.125deg) skewY(-3.125deg); transform: skewX(-3.125deg) skewY(-3.125deg) } 55.5% { -webkit-transform: skewX(1.5625deg) skewY(1.5625deg); transform: skewX(1.5625deg) skewY(1.5625deg) } 66.6% { -webkit-transform: skewX(-.78125deg) skewY(-.78125deg); transform: skewX(-.78125deg) skewY(-.78125deg) } 77.7% { -webkit-transform: skewX(.390625deg) skewY(.390625deg); transform: skewX(.390625deg) skewY(.390625deg) } 88.8% { -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg); transform: skewX(-.1953125deg) skewY(-.1953125deg) } 100% { -webkit-transform: none; transform: none } } @keyframes jello { 11.1% { -webkit-transform: none; transform: none } 22.2% { -webkit-transform: skewX(-12.5deg) skewY(-12.5deg); transform: skewX(-12.5deg) skewY(-12.5deg) } 33.3% { -webkit-transform: skewX(6.25deg) skewY(6.25deg); transform: skewX(6.25deg) skewY(6.25deg) } 44.4% { -webkit-transform: skewX(-3.125deg) skewY(-3.125deg); transform: skewX(-3.125deg) skewY(-3.125deg) } 55.5% { -webkit-transform: skewX(1.5625deg) skewY(1.5625deg); transform: skewX(1.5625deg) skewY(1.5625deg) } 66.6% { -webkit-transform: skewX(-.78125deg) skewY(-.78125deg); transform: skewX(-.78125deg) skewY(-.78125deg) } 77.7% { -webkit-transform: skewX(.390625deg) skewY(.390625deg); transform: skewX(.390625deg) skewY(.390625deg) } 88.8% { -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg); transform: skewX(-.1953125deg) skewY(-.1953125deg) } 100% { -webkit-transform: none; transform: none } } .jello { -webkit-animation-name: jello; animation-name: jello; -webkit-transform-origin: center; transform-origin: center } @-webkit-keyframes flash { 0%, 100%, 50% { opacity: 1 } 25%, 75% { opacity: 0 } } @keyframes flash { 0%, 100%, 50% { opacity: 1 } 25%, 75% { opacity: 0 } } .flash { -webkit-animation-name: flash; animation-name: flash } @-webkit-keyframes pulse { 0%, 100% { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1) } 50% { -webkit-transform: scale3d(1.05, 1.05, 1.05); transform: scale3d(1.05, 1.05, 1.05) } } @keyframes pulse { 0%, 100% { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1) } 50% { -webkit-transform: scale3d(1.05, 1.05, 1.05); transform: scale3d(1.05, 1.05, 1.05) } } .pulse { -webkit-animation-name: pulse; animation-name: pulse } @-webkit-keyframes scaleUp { 0% { -webkit-transform: scale(1) } 100% { -webkit-transform: scale(1.5) } } @keyframes scaleUp { 0% { transform: scale(1) } 100% { transform: scale(1.5) } } @-webkit-keyframes scaleDown { 0% { -webkit-transform: scale(1.5) } 100% { -webkit-transform: scale(1) } } @keyframes scaleDown { 0% { transform: scale(1.5) } 100% { transform: scale(1) } } @-webkit-keyframes blur { 0% { -webkit-filter: blur(0) } 100% { -webkit-filter: blur(8px) } } @keyframes blur { 0% { -webkit-filter: blur(0) } 100% { -webkit-filter: blur(8px) } } @-webkit-keyframes sharp { 0% { -webkit-filter: blur(8px) } 100% { -webkit-filter: blur(0) } } @keyframes sharp { 0% { -webkit-filter: blur(8px) } 100% { -webkit-filter: blur(0) } } .u-arrow-bottom { bottom: 10px; z-index: 150; margin-left: -7px } .u-arrow-bottom img { top: 50%; margin: -7px 0 0 -14px; background-position: 0 -82px; -webkit-animation: start 1.5s infinite ease-in-out; -moz-animation: start 1.5s infinite ease-in-out; animation: start 1.5s infinite ease-in-out } .u-arrow-right, .u-arrow-right img { position: absolute; top: 50%; width: 14px; height: 24px } @-webkit-keyframes start { 0%, 30% { opacity: 0; -webkit-transform: translate(0, 10px) } 60% { opacity: 1; -webkit-transform: translate(0, 0) } 100% { opacity: 0; -webkit-transform: translate(0, -8px) } } @-moz-keyframes start { 0%, 30% { opacity: 0; -moz-transform: translate(0, 10px) } 60% { opacity: 1; -moz-transform: translate(0, 0) } 100% { opacity: 0; -moz-transform: translate(0, -8px) } } @keyframes start { 0%, 30% { opacity: 0; transform: translate(0, 10px) } 60% { opacity: 1; transform: translate(0, 0) } 100% { opacity: 0; transform: translate(0, -8px) } } .u-arrow-right { z-index: 150; margin-top: -10px; right: 20px; transform: scaleX(-1); -webkit-transform: scaleX(-1) } .u-arrow-right img { left: 50%; margin: -7px 0 0 -14px; background-position: 0 -82px; -webkit-animation: rightflip 1.5s infinite ease-in-out; -moz-animation: rightflip 1.5s infinite ease-in-out; animation: rightflip 1.5s infinite ease-in-out } @-webkit-keyframes rightflip { 0%, 30% { opacity: 0; -webkit-transform: translate(10, 0) } 60% { opacity: 1; -webkit-transform: translate(0, 0) } 100% { opacity: 0; -webkit-transform: translate(-8px, 0) } } @-moz-keyframes rightflip { 0%, 30% { opacity: 0; -moz-transform: translate(10, 0) } 60% { opacity: 1; -moz-transform: translate(0, 0) } 100% { opacity: 0; -moz-transform: translate(-8px, 0) } } @keyframes rightflip { 0%, 30% { opacity: 0; transform: translate(10, 0) } 60% { opacity: 1; transform: translate(0, 0) } 100% { opacity: 0; transform: translate(-8px, 0) } } .pre-wrap { width: 24px; height: 14px; position: relative; -webkit-animation: start 1.5s infinite ease-in-out; -moz-animation: start 1.5s infinite ease-in-out; animation: start 1.5s infinite ease-in-out } .pre-box1, .pre-box2 { height: 15px; width: 11px; position: absolute; top: -5px; overflow: hidden } .pre-box2 { left: 10px } .pre1, .pre2 { width: 14px; height: 5px; position: absolute; box-shadow: 1px -1px 1px #646464; top: 5px } .pre1 { transform: rotate(130deg); -webkit-transform: rotate(130deg); left: 1px } .pre2 { left: -4.5px; -webkit-transform: rotate(50deg); transform: rotate(50deg) } .pre-wrap-right { width: 14px; height: 24px; position: relative; -webkit-animation: rightflip 1.5s infinite ease-in-out; -moz-animation: rightflip 1.5s infinite ease-in-out; animation: rightflip 1.5s infinite ease-in-out } .pre-box3, .pre-box4 { height: 11px; width: 15px; position: absolute; overflow: hidden } .pre-box3 { top: 10px } .pre3, .pre4 { width: 14px; height: 5px; position: absolute } .pre3 { transform: rotate(130deg); -webkit-transform: rotate(130deg); top: 1px; box-shadow: 1px -1px 2px #646464 } .pre4 { top: 6px; box-shadow: 1px 1px 1.5px #646464; transform: rotate(40deg); -webkit-transform: rotate(40deg) } /*#audio_btn { position: absolute; right: 20px; top: 20px; z-index: 200; width: 30px; height: 30px }*/ .off { background-image: url(http://as.eqxiu.com/h5_view/css/../images/normalmusic.svg); background-size: contain } .rotate { -webkit-animation: rotating 1.2s linear infinite; -moz-animation: rotating 1.2s linear infinite; -o-animation: rotating 1.2s linear infinite; animation: rotating 1.2s linear infinite } @-webkit-keyframes rotating { from { -webkit-transform: rotate(0) } to { -webkit-transform: rotate(360deg) } } @keyframes rotating { from { transform: rotate(0) } to { transform: rotate(360deg) } } @-moz-keyframes rotating { from { -moz-transform: rotate(0) } to { -moz-transform: rotate(360deg) } } .create-chart h5 { margin: 20px 10px; text-align: center; font-weight: 400; font-size: 18px } .create-chart .position-align ul li { float: left; padding-right: 10px } .create-chart .position-right, .nr .wsite-boards .more { float: right } .bar-legend, .line-legend, .pie-legend { padding: 10px; list-style: none; font-size: 14px } .bar-legend li, .line-legend li, .pie-legend li { position: static; line-height: 1.5 } .boards-panel, .boards-panel .boards-top { position: absolute; background-color: #424d60 } .bar-legend li span, .line-legend li span, .pie-legend li span { width: 1em; height: 1em; display: inline-block; margin-right: 5px } .nr .boards-default .tool { background-color: #fff } .nr .empty-boards { height: 100%; width: 100%; text-align: center; margin-top: 50% } .boards-default .record { border-bottom: 1px solid #ccd5db } .nr .boards-default .replay { background-color: #44cb83 } .nr .boards-default .more { background-color: #08a1ef } .boards-default .head { background-color: #31364a } .boards-default .boards-con, .boards-default .boards-form, .boards-default .spline-con { background-color: #F0F3F4 } .boards-default .boards-con .content-text { border: 1px solid #ccd5db } .boards-default .boards-form .record-btn { background-color: #44cb83 } .boards-panel .boards-form .record-btn.submit-disabled { background-color: #b4b4b4 } .boards-default .spline-con .spline { background-color: #ccd5db } .nr .boards-black .tool { background-color: #171717 } .boards-black .record { color: #fff; border-bottom: 1px solid #171717 } .nr .boards-black .replay { background-color: #30bcad } .nr .boards-black .more { background-color: rgba(255, 255, 255, .15); border: 1px solid rgba(255, 255, 255, .3) } .boards-black .head { background-color: #171717 } .boards-black .boards-con, .boards-black .boards-form, .boards-black .spline-con { background-color: #252525 } .boards-black .boards-con .content-text { border: 1px solid rgba(0, 0, 0, .5) } .boards-black .boards-form .record-btn { background-color: #30bcad } .boards-black .spline-con { color: rgba(255, 255, 255, .2) } .boards-black .boards-con .spline { background-color: rgba(0, 0, 0, .5) } .boards-black .boards-con .more-mes { color: #fff } .nr .boards-pink .tool { background-color: #e6688e } .boards-pink .record { color: #bd5673; border-bottom: 1px solid #e9b3db } .boards-pink .boards-con .more-mes, .boards-pink .spline-con { color: rgba(189, 86, 115, .8) } .nr .boards-pink .more, .nr .boards-pink .replay { background-color: #eb86a5; border: 1px solid #f3b4c7 } .boards-pink .head { background-color: #e6688e } .boards-pink .boards-con, .boards-pink .boards-form, .boards-pink .spline-con { background-color: #f6dcf0 } .boards-pink .boards-con .content-text { border: 1px solid #e9b3db } .boards-pink .boards-form .record-btn { background-color: #e6688e } .boards-pink .spline-con .spline { background-color: #e9b3db } .nr .wsite-boards { font-size: 12px } .nr .wsite-boards .tool { padding: 15px; position: absolute; bottom: 0; width: 100%; z-index: 10 } .nr .wsite-boards .more, .nr .wsite-boards .replay { overflow: hidden; text-align: center; width: 100px; height: 30px; line-height: 30px; border-radius: 3px; color: #fff } .nr .wsite-boards .more:hover, .replay:hover { color: #fff } .boards-panel { z-index: 9999; padding: 30px; line-height: 1; box-sizing: border-box; top: 0; left: 0; width: 100%; min-height: 100% } .boards-panel .boards-top { left: 0; top: 0; right: 0; padding-top: 30px; margin: 0 30px; z-index: 10 } .boards-panel .boards-bottom { position: fixed; left: 29px; bottom: 0; height: 30px; right: 29px; z-index: 10; background-color: #424d60 } .boards-panel .boards-form { text-align: center; border: 1px solid transparent; position: relative } .boards-panel .boards-con { text-align: center; margin-top: 155px; min-height: 261px; padding-top: 10px; position: absolute; top: 46px } .ios-boards-con { overflow: auto; bottom: 30px; left: 30px; right: 30px; -webkit-overflow-scrolling: touch } .boards-panel .headimg, .nr .wsite-boards .headimg { width: 30px; height: 30px; background-position: 50% 50%; background-size: cover; float: left } .wsite-boards .headimg .logo { transform: scale(.5); margin-left: -7px; margin-top: -2px; font-size: 12px } .boards-panel .headimg .logo-scale, .wsite-boards .headimg .logo-scale { transform: scale(.3); margin-left: -16px } .boards-panel .headimg-bg, .nr .wsite-boards .headimg-bg { background: -webkit-linear-gradient(top, #2fcdfc, #08a1ef); background: -ms-linear-gradient(top, #2fcdfc, #08a1ef); background: -moz-linear-gradient(top, #2fcdfc, #08a1ef); color: #fff; text-align: center; font-size: 24px; line-height: 30px } .boards-panel .head { font-size: 16px; height: 30px; color: #fff; padding-left: 10px; line-height: 30px } .boards-panel .head .eqf-wrong { float: right; opacity: .8; font-size: 12px; line-height: 30px; height: 30px; width: 40px; text-align: center } .boards-panel .boards-form .content-text { width: 220px; height: 60px; border-radius: 4px; margin-top: 10px; box-sizing: border-box; padding: 5px } .boards-panel .boards-form .content-tip { color: #000; opacity: .3; position: absolute; bottom: 43px; right: 26px } .boards-panel .boards-con .record-bar { margin-top: 15px 20px } .boards-panel .boards-form .record-btn { height: 30px; width: 220px; margin-top: 8px; border-radius: 3px; line-height: 30px; color: #fff; display: inline-block } .boards-panel .spline-con { height: 20px; text-align: left; padding: 10px 20px 0 } .boards-panel .spline-con .spline { height: 1px; display: block; margin-left: 50px; margin-top: -6px } .boards-panel .boards-con .list { text-align: left } .boards-panel .boards-con .more-mes { height: 40px; text-align: center; line-height: 40px } .boards-panel .boards-con .record, .nr .wsite-boards .record { min-height: 70px; padding: 10px 20px; box-sizing: border-box; -moz-box-sizing: border-box } .boards-panel .boards-con .record .name, .nr .wsite-boards .name { margin-left: 45px; font-size: 14px; opacity: .8 } .boards-panel .boards-con .record .time, .nr .wsite-boards .time { margin-left: 45px; opacity: .2; margin-top: 4px } .boards-panel .boards-con .record .mes, .nr .wsite-boards .mes { margin-left: 45px; word-break: break-all; opacity: .6; margin-top: 6px; line-height: 15px } body>a, body>img { display: none } article { height: 100%!important } .nr .edit_wrapper { height: 100%; width: 100%; background-position: 50% 50%; background-size: cover } .nr .blink-element { position: absolute; width: 100%; height: 100%; top: 0 } .nr .red-border { border: 1px solid #08a1ef; background-color: rgba(0, 0, 0, .6); box-shadow: 1px 1px 10px 2px rgba(51, 51, 102, .3) } .my-tpl .edit_wrapper { padding: 0; width: 80px; height: 124px; border: 1px solid #ccc; position: relative; left: 50%; margin-left: -40px; overflow: hidden } .nr .edit_area, .nr .edit_area .svg-element, .nr .edit_area>li { position: absolute } .edit_area { top: 0; text-align: left; width: 320px; height: 486px; background-repeat: no-repeat; background-size: 100% 100%; position: absolute; } .nr .edit_area>li { color: #676767; line-height: 1; background: 0 0; list-style: none!important; margin: 0!important; padding: 0; -webkit-transition: padding .5s; -moz-transition: padding .5s; transition: padding .5s; min-height: 1px; min-width: 1px; width: 100%; -webkit-user-select: none } .nr .edit_area>li * { box-sizing: border-box; -moz-box-sizing: border-box } .nr .edit_area>li .element-box { overflow: hidden } .nr .edit_area .element { min-width: 1px; min-height: 1px; color: inherit } .nr .wsite-button .element-box { text-align: center; color: #676767; border-radius: 5px; background: #f9f9f9 } .wsite-input .element-box { color: #676767; /*border: 1px solid #ccc;*/ border-radius: 5px; /*background: #f9f9f9*/ } .nr .wsite-video .element-box { width: 48px; height: 48px } .nr .wsite-video .element-box .video_area { background: url(http://as.eqxiu.com/h5_view/css/../images/play.svg) no-repeat; background-size: 100% 100%; width: 48px; height: 48px; display: block } .nr input, textarea { resize: none; overflow: hidden; padding: 0; margin: 0; border-radius: 0; line-height: 120%; display: inline-block!important } .nr .comp_title { background-color: #fff; color: #000; font-size: 14px; text-align: center; word-break: break-all; line-height: 50px } .label_content { opacity: .8; font-size: 18px; height: 50px; top: 0; color: #ccc; border: 1px solid #ccc } .nr .comp_image { width: 100%; height: 100% } .nr .wsite-text { width: 222px; height: 36px } .nr .wsite-text a { display: inline } .nr .comp_paragraph { font-size: 24px; color: #404449; line-height: inherit; padding: .3em 15px; margin: 0; width: 100%; height: 100%; word-wrap: break-word } .nr .comp_paragraph a { color: inherit; text-decoration: inherit } .nr .comp_input_wrapper { margin: 15px auto 0; font-size: 16px; width: 80%; color: #aaa; text-align: left } .nr .comp_input, .nr .comp_radio, .nr .comp_rating { width: 240px; background: 0 0; border: 0 } .nr .comp_input_wrapper .comp_input_label { padding: 4px 0 } .comp_input { /*height: 36px;*/ padding: 0px!important; font-family: 'Open Sans', sans-serif; font-weight: 400; font-size: 16px; } .nr .comp_radio { font-size: 16px } .nr .comp_radio .radio-title { min-height: 36px; padding: 10px } .nr .comp_radio .options .option-group { padding: 7px 0; margin: 0 8px } .nr .comp_radio .options .option-group .option-label { font-size: 12px; margin-bottom: 0; display: inline-block } .nr .comp_radio .options .option-group .option-label input { vertical-align: middle; margin-right: 5px } .nr .comp_rating { padding: 8px!important; font-size: 16px } .nr .comp_rating .rating-icons, .nr .comp_rating .rating-title { display: inline-block; padding: 5px; vertical-align: top } .nr .comp_rating .rating-icons i { margin-right: 5px } .nr .comp_rating .rating-icons i.rating-l { font-size: 18px } .nr .comp_rating .rating-icons i.rating-m { font-size: 15px } .nr .comp_rating .rating-icons i.rating-s { font-size: 12px } .nr .comp_counter { padding: 0 10px } .nr .comp_counter img.counter-elem { vertical-align: middle } .nr .comp_counter.counter-tb { position: relative; width: auto!important } .nr .comp_counter.counter-tb .counter-container { position: absolute; left: 0; right: 0; top: 50%; text-align: center } .nr .comp_counter.counter-tb .counter-elem { display: block; line-height: 1 } .nr .comp_counter.not-voted .counter-icon { color: #ccc!important } .nr .comp_counter.counter-lr .counter-number { margin-left: 10px } .nr .comp_counter.counter-l { font-size: 36px } .nr .comp_counter.counter-m { font-size: 26px } .nr .comp_counter.counter-s { font-size: 16px } .nr .comp_button { width: 240px; height: 36px; min-width: 50px; white-space: nowrap; border: 0; background: 0 0; font-size: 16px; color: #999 } .nr .comp_wechat_hear, .nr .comp_wechat_play { width: 100px; height: 40px; text-align: center; line-height: 40px } .nr .green-back, .nr .recording { background-color: #ccc } .nr .background-transform { transition: all 1s ease 0s; -webkit-transition: all 1s ease 0s } .nr a { display: inline-block; text-algn: center } .nr .comp_anchor { width: 240px; height: 32px; display: block; text-align: center; white-space: nowrap; line-height: 30px; font-size: 16px } .anchorBL { display: none!important } .feedback-box { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, .7); z-index: 888888 } .feedback-form { position: absolute; width: 280px; min-height: 150px; padding: 20px 20px 60px; box-sizing: border-box; background: #fff; border-radius: 10px; top: 50%; left: 50%; margin-left: -140px } .feedback-form a { display: block; width: 280px; height: 18px } .feedback-form span { font-size: 18px; line-height: 18px; width: 280px; display: inline-block; padding-left: 20px; box-sizing: border-box; margin-left: -20px } .feedback-form img { width: 240px; height: 240px } .feedback-form button { position: absolute; bottom: 0; left: 0; width: 100%; height: 40px; line-height: 30px; background-color: #2096f9; color: #fff; font-size: 18px; border: none; border-radius: 0 0 10px 10px } #shareMain { color: #fff; font-size: 13px } #shareMain input { text-rendering: auto; letter-spacing: normal; text-transform: none; display: inline-block; text-align: start; text-indent: 1em; font: 13.33px Arial; -webkit-rtl-ordering: logical; -webkit-user-select: text; -webkit-appearance: textfield; padding: 11px 0 13px; height: 12px } #downloadFooter { background-color: #333; border-top: 2px solid #08a1ef; padding: 10px; position: fixed; bottom: 0; left: 0; right: 0; overflow: scroll } .flip-mask, .iframe-html { overflow: hidden } #downloadFooter img { width: 50px; height: 50px; padding-right: 5px; float: left; vertical-align: top } #downloadFooter .download { background-color: #ea1f64; height: 36px; line-height: 36px; text-align: center; padding: 0 5px; border-radius: 8px; margin-top: 5px; float: right; font-color: #FFF } #downloadFooter .app p { padding-top: 5px; font-size: 12px; color: #FFF } #downloadFooter .app p.big-text { font-size: 16px } #downloadFooter .download a { color: #fff } .fillElement { margin-left: 20px; margin-right: 20px } .fillElement .labelDiv { padding-bottom: 15px } .fillElement .labelDiv label { font-size: 13px } .fillElement .inputDiv { padding-bottom: 25px } .fillElement .inputDiv .sharelink { width: 96%; height: 36px; background: #FFF; color: #76838F; font-size: 13.33px; font-family: Arial; border-radius: 3px; padding-left: 12px; line-height: 36px } .fillElement .inputDiv input { background: #FFF; border-radius: 3px; width: 100%; font-size: 13px; border: 0; color: #76838F } .footer .back { float: left; margin-top: 8px; margin-left: 12px } .footer .complete { float: right; margin-right: 15px } .footer .complete button { width: 80px; height: 32px; background-color: #44cb83; border: 0; border-radius: 2px; color: #FFF } .copyButton { width: 20%; height: 40px; background-color: #44cb83; border: 0; border-radius: 2px; color: #FFF; float: right } .shareIcon { background: #00c853; width: 53px; height: 53px; float: left; vertical-align: middle; border-radius: 53px; margin-top: 7px; margin-left: 12px } .cancelButton { margin-top: 10px; margin-bottom: 20px } .anotherScene { padding-bottom: 20px; border-bottom: 1px solid #fff } .createSceneLink label, .editSceneLink label { border-bottom: 1px solid #FFF } .editSceneLink { float: left; width: 50%; text-align: center } .editSceneLink label { width: 50%; margin-right: 10px } .moreComment { text-align: center; padding-top: 20px } .fillShare { text-align: right; position: relative } .fillShare img, .finger_div, .finger_kuang, .wapShare { position: absolute } .fillShare img { transform: rotate(12deg); height: 63px; right: 10px } .fillShare .divText { padding-top: 60px } .fillShare .divText span { border: 1px solid; margin-right: 70px; border-radius: 20px; padding: 5px 10px } .wapShare { top: 0; left: 0; z-index: 10000; width: 100%; height: 100%; background: #1d092e } .finger_div { width: 200px; height: 200px; left: 50%; top: 50%; margin-left: -100px; margin-top: -100px; z-index: 1000; text-align: center; -webkit-user-select: none } .finger_background { position: absolute; top: 0; left: 0; z-index: 1000; background-size: cover!important } .finger_kuang { width: 180px; left: 70px; top: 160px } .finger_line, .finger_zw { -webkit-touch-callout: none; position: absolute; left: 50%; top: 50%; -webkit-user-select: none } .finger_zw { width: 140px; margin-left: -70px; margin-top: -70px } .finger_line { display: none; width: 180px; margin-left: -90px; margin-top: 70px } .finger_info, .flip-mask, .turning { position: absolute; left: 0 } .finger_info { color: #fff; top: 130px; width: 320px; text-align: center; font-size: 14px } .flip-mask { width: 1000px; height: 1000px; top: 0; background: #fff } .turning { top: 0; z-index: 1000 } @font-face { font-family: eqfonts; src: url(http://as.eqxiu.com/h5_view/css/fonts/eqfonts.eot?jtw01m); src: url(http://as.eqxiu.com/h5_view/css/fonts/eqfonts.eot?jtw01m#iefix) format('embedded-opentype'), url(http://as.eqxiu.com/h5_view/css/fonts/eqfonts.ttf?jtw01m) format('truetype'), url(http://as.eqxiu.com/h5_view/css/fonts/eqfonts.woff?jtw01m) format('woff'), url(http://as.eqxiu.com/h5_view/css/fonts/eqfonts.svg?jtw01m#eqfonts) format('svg'); font-weight: 400; font-style: normal } [class*=" eqf-"], [class^=eqf-] { font-family: eqfonts!important; speak: none; font-style: normal; font-weight: 400; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale } .eqf-clickmore:before { content: "\e910" } .eqf-clickmore2:before { content: "\e911" } .eqf-wrong:before { content: "\e90f" } .eqf-nosy:before { content: "\e90e" } .eqf-eqxiu:before { content: "\e900" } .eqf-eye3:before { content: "\e901" } .eqf-flower:before { content: "\e902" } .eqf-flower2:before { content: "\e903" } .eqf-flower-line:before { content: "\e904" } .eqf-good:before { content: "\e905" } .eqf-love:before { content: "\e906" } .eqf-love-line:before { content: "\e907" } .eqf-roll:before { content: "\e908" } .eqf-roll-line:before { content: "\e909" } .eqf-star:before { content: "\e90a" } .eqf-star-line:before { content: "\e90b" } .eqf-voice:before { content: "\e90c" } .eqf-vote:before { content: "\e90d" } .iframe-html body { background: 0 0 } .iframe-phone .nr { width: 320px; height: 486px } .iframe-html .phone_panel { left: 50%; margin-left: -160px } .iframe_panel { width: 40px; height: 486px; background: #fff; position: fixed; right: 0; top: 0; border-right: 1px solid #ccd5db } .iframe_panel .preview { position: relative; height: 70px; margin-top: 173px } .iframe_panel .next { height: 73px; margin-bottom: 173px } .iframe_panel .scroll_btn { width: 40px; height: 70px; display: block; text-align: center; line-height: 70px; color: #7b8893 } .iframe_panel .scroll_btn:hover { background-color: #F0F3F4; color: #7b8893 } .loading { background: #48424F; width: 100%; height: 100%; position: absolute; z-index: 9999; top: 0 } .loadbg, .loadbox { width: 70px; display: block } .loadbox { position: relative; height: 70px; margin: 50% auto 0 } .loadbg { position: absolute; z-index: 1000; height: 42px; background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MDAgMjQwIj48cmVjdCBmaWxsPSIjMDhhMWVmIiB4PSI0IiB5PSI0IiB3aWR0aD0iMzkyIiBoZWlnaHQ9IjIzMiIvPjxjaXJjbGUgaWQ9ImFjdG9yXzMiIGN4PSIwIiBjeT0iMCIgcj0iMzAiIGZpbGw9IiM5QUQ2NEIiPjxhbmltYXRlTW90aW9uIHBhdGg9Ik0zOSwxMjBMNzgsNTBIMTYxTDIzOSwxOTBIMzIyTDM2MSwxMjBMMzIyLDUwSDIzOUwxNjEsMTkwSDc4TDM5LDEyMCIgZHVyPSIxcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz48L2NpcmNsZT48cGF0aCBkPSJNMCwyNDBWMGg0MDB2MjQwSDB6IE0zMzAuNzY5LDM0aC05OC40NjJsLTgxLjUzOCwxNDEuMzQ1SDg2LjE1NEw1My44NDYsMTE5LjVsMzIuMzA4LTU1Ljg0NWg2NC42MTVsMjMuODQ2LDQwLjgyNGwxNi45MjMtMjkuMjdMMTY3LjY5MiwzNEg2OS4yMzFMMjAsMTE5LjVMNjkuMjMxLDIwNWg5OC40NjFsODEuNTM4LTE0MS4zNDVoNjQuNjE1bDMyLjMwOCw1NS44NDVsLTMyLjMwOCw1NS44NDVoLTY0LjYxNWwtMjMuODQ2LTQwLjgyNGwtMTYuOTIzLDI5LjI3TDIzMi4zMDgsMjA1aDk4LjQ2MkwzODAsMTE5LjVMMzMwLjc2OSwzNHoiIGZpbGw9IiM0ODQyNEYiLz48L3N2Zz4=) } .loading-logo { display: block; position: relative; width: 118px; height: 118px; margin: 50% auto 0 } .logo-image { width: 100% } .loading-tip { display: none; position: absolute; bottom: 40px; font-size: 16px; z-index: 9999; width: 200px; left: 50%; margin-left: -100px; text-align: center; color: #7986cb } .bottom-logo { background: -webkit-linear-gradient(top, #00a2ec, #87d94f); background: -ms-linear-gradient(top, #00a2ec, #87d94f); background: -moz-linear-gradient(top, #00a2ec, #87d94f); position: absolute; left: 9px; top: 11px } .logo-shadow { background: rgba(0, 0, 0, .4); width: 155px; height: 155px; top: -2px; left: 7px; position: absolute } .m-page, .money_mask { top: 0; left: 0 } .logo-shadow1 { background: -webkit-linear-gradient(top, rgba(0, 0, 0, .4), rgba(70, 70, 70, 0)); background: -ms-linear-gradient(top, rgba(0, 0, 0, .4), rgba(70, 70, 70, 0)); background: -moz-linear-gradient(top, rgba(0, 0, 0, .4), rgba(70, 70, 70, 0)) } .m-page, .main-page { background: #fff; width: 100%; height: 100%; overflow: hidden } img { -webkit-user-select: ​ none } .main { width: 100%; height: 100%; margin: 0 auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; position: relative; overflow: hidden } .cas, .m-page, .main-page, .money, .money_mask, .money_modal { position: absolute } .m-page.show { z-index: 10; display: block } .m-page.hide { z-index: 5; display: none } .m-page.active { z-index: 15; display: block } .m-img { width: 100%; height: 100% } .main-page { border: 0; box-sizing: border-box; -moz-box-sizing: border-box; z-index: 0; display: none; -webkit-transform-origin: center center } .page-content { height: 100%; -webkit-box-flex: 100; color: #fff; font-size: 50px } .main-page.z-current { z-index: 1; display: inline-block } .z-current { opacity: 1 } .main-page.z-active { z-index: 2; display: block } @-webkit-keyframes fadeIn { 0% { opacity: 0 } 100% { opacity: 1 } } @-o-keyframes fadeIn { 0% { opacity: 0 } 100% { opacity: 1 } } @keyframes fadeIn { 0% { opacity: 0 } 100% { opacity: 1 } } .z-fade-in { -webkit-animation: fadeIn 2.5s backwards; animation: fadeIn 2.5s backwards } @-webkit-keyframes fadeOut { 0% { opacity: 1 } 100% { opacity: 0 } } @-o-keyframes fadeOut { 0% { opacity: 1 } 100% { opacity: 0 } } @keyframes fadeOut { 0% { opacity: 1 } 100% { opacity: 0 } } .z-fade-out { -webkit-animation: fadeOut 2.5s backwards; animation: fadeOut 2.5s backwards } .scale-end { opacity: 1!important } .cas { z-index: 1!important; width: 100%; height: 100%; opacity: 1; -webkit-transition: opacity .5s; -ms-transition: opacity .5s; -moz-transition: opacity .5s } .scratch-cas { z-index: 668!important } .money { z-index: 1000; width: 100%; height: 100% } .money_mask { width: 100%; height: 100%; background-color: rgba(0, 0, 0, .8); opacity: .8; z-index: 1001 } .money_modal { width: 260px; height: 260px; left: 50%; top: 50%; margin-left: -130px; margin-top: -130px; background-color: #e30016; z-index: 1002; color: #fff714 } .money_modal .money_text { margin-top: 10px; width: 100%; text-align: center; font-size: 16px; line-height: 24px } .money_modal .level_text { width: 100%; margin-top: 10px; font-size: 16px; text-align: center; font-weight: 700 } .money_modal .tip-text { text-align: center; margin-top: 7px; font-size: 12px } .money_modal .button { display: inline-block; width: 112px; padding-top: 10px; padding-bottom: 10px; text-align: center; font-size: 16px; border-radius: 5px; bottom: 30px; position: absolute; background-color: #fff714; color: #e30016 } .money_modal .tryOnce { float: left; margin-left: 10px; margin-right: 14px } .money_modal .enterScene { float: right; margin-left: 138px } .money_modal .money_img { width: 100%; margin: -26px auto 0; background-image: url(http://as.eqxiu.com/h5_view/css/../images/yuanbao.png); background-position: center; background-size: 100%; height: 100px; background-repeat: no-repeat } .noOp { opacity: 0!important } #support { color: #fff; position: fixed; bottom: 5px; right: 5px } #support a img { border: 0 } body.pc { overflow: hidden; background-size: cover; background-position: 50% 50%; -webkit-user-select: none; -ms-user-select: none; user-select: none } body.pc .nr { background-color: #000; position: relative; height: 486px; overflow-x: hidden; overflow-y: hidden; -webkit-user-select: none; border-left: 1px solid #fff; border-right: 1px solid #fff } .phone_panel { left: 35%; margin-left: -130px; position: absolute; height: 641px; top: 50%; margin-top: -320px } .phoneBox { width: 322px; height: 641px; float: Left } .phoneBox .bottom, .phoneBox .top { width: 100%; background-size: 100% 100%; background-repeat: no-repeat } .phoneBox .top { height: 48px; background-image: url(http://as.eqxiu.com/h5_view/css/../images/pc/phonetop.svg) } .phoneBox .bottom { height: 45px; background-image: url(http://as.eqxiu.com/h5_view/css/../images/pc/phonefoot.svg); text-align: center } .phoneBox .bottom a { width: 120px; height: 40px; background: url(http://as.eqxiu.com/h5_view/css/../images/pc/btn1_bg.png) no-repeat; display: inline-block; margin-top: 2px; color: #ccc; font-size: 14px; line-height: 40px; font-weight: 700 } .next_btn, .pre_btn { display: block } .btn, .scene_title_baner { color: #fff; text-align: center } .phone_menubar { background: url(http://as.eqxiu.com/h5_view/css/../images/pc/phonetime.svg); height: 20px } .scene_title_baner { display: block; height: 40px; line-height: 40px; background: #000; border-left: 1px solid #F6F6F6; border-right: 1px solid #F6F6F6 } .scene_title_baner .scene_title { min-width: 20px; font-size: 24px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap } .ctrl_panel { float: left; padding-top: 110px } #downApp, #downAppView h3 #close { float: right } .pre_btn { margin-bottom: 40px } .btn { width: 20px; height: 70px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; left: 50%; background: #2096f9; top: 47px; font-size: 12px; padding: 20px 8px 0; border: 1px solid #2096f9 } #code #down, .nr .progress { bottom: 0; left: 0; position: absolute } .ctrl_panel a:hover { border: 1px solid #08a1ef; color: #08a1ef; background-color: #FFF } #code #sample_btn, #downApp { background-color: #08a1ef; cursor: pointer } .zoomIn-change { animation: zoomIn .5s ease 0s 1 both; -webkit-animation: zoomIn .5s ease 0s 1 both; transform-origin: 100% 0 } @-webkit-keyframes zoomIn { 0% { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3) } 50% { opacity: 1 } } @keyframes zoomIn { 0% { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3) } 50% { opacity: 1 } } #code #downAppView { background-color: #fff; padding: 10px; width: 260px; text-align: center; position: absolute; color: #000; right: 0; margin-top: 25px; display: none } #downAppView h3 { text-align: left; padding-bottom: 20px; font-size: 14px } #downApp { padding: 3px 5px; border-radius: 4px } #downApp:hover { color: #fff; background-color: #56c6ff } #code { position: fixed; right: 30%; top: 50%; margin-right: -120px; margin-top: -243px } #code div { color: #fff; font-size: 13px; margin: 10px 0 } #code #sample_btn, #code #view_reg { font-size: 15px; border: 1px solid #fff; border-radius: 5px; height: 42px; line-height: 42px; text-align: center } #code #sample_btn { border: none } #view_reg span { padding-left: 5px } #view_reg span a { color: #08a1ef; border-bottom: 1px solid #08a1ef } #code #down { top: 0; right: 0; width: 450px; height: 600px } .nr .progress { display: none; height: 3px; width: 100%; z-index: 100; background-color: rgba(0, 0, 0, .2) } .nr .progress span { display: block; height: 100%; width: 0; background-color: #08A1EF; transition: width .8s cubic-bezier(.26, .86, .44, .985) } #report0, #report1 { background-color: #fff } .nr .progress em.page-tip { display: inline-block; position: absolute; right: 0; top: -13px; font-size: 12px; font-style: normal; color: #fff; padding-left: 5px } #report0 { width: 260px; position: absolute; top: 20px; left: 50%; margin-left: -130px; z-index: 999; padding-bottom: 20px; box-shadow: 2px 4px 4px #ccc } #report1 { width: 100%; height: 40%; top: 20%; z-index: 1000; position: relative } .tip, .verifyCode { position: absolute } #report2 { width: 100%; background-color: #f66; color: #fff; text-align: center; padding: 15px 0 } #report2 h1 { font-size: 16px; margin-top: 10px } #report3 { margin-top: 20px; width: 100%; text-align: center } #report3 ul li { font-size: 15px; line-height: 40px } #report3 ul li span { padding-right: 20px } #report3 li.active span { color: #f66; background: url(http://as.eqxiu.com/h5_view/css/../images/report/jubao_07.png) right no-repeat; padding-right: 20px; background-size: 15px } #report4 a, .tip { color: #fff; text-align: center } #report4 { text-align: center; margin-top: 10px } #report4 a { width: 140px; height: 30px; line-height: 30px; font-size: 14px; border-radius: 3px; background-color: #f66 } .tip { z-index: 10000; font-size: 24px; width: 180px; top: 320px; background-color: #000; opacity: .8; line-height: 50px; border-radius: 10px; filter: alpha(opacity=80); left: 50%; margin-left: -90px; word-wrap: break-word } .verifyCode { display: none; background-color: #48424F; width: 100%; height: 100%; z-index: 9998; top: 0 } .verifyCode .container .password-numbers span.active, .verifyCode .container .verify-tips ul>li.active { background-color: #B2AEBA } .verifyCode .container { position: absolute; top: 50%; width: 265px; left: 50%; margin: -215px auto 0 -133px; text-align: center } .verifyCode .container .confirm-password, .verifyCode .container .password-operation { position: relative } .verifyCode .container .scene-cover { display: inline-block; width: 100%; padding-bottom: 15px } .verifyCode .container .scene-cover .cover-img { width: 100px; height: 100px; border-radius: 10px; -webkit-animation: flipInY 2s ease 0s 1 both; animation: flipInY 2s ease 0s 1 both } .verifyCode .container .scene-name { font-size: 18px; height: 20px; margin-bottom: 15px; color: #B2AEBA; white-space: nowrap; text-overflow: ellipsis; overflow: hidden } .verifyCode .container .verify-label { display: block; font-size: 14px; margin-bottom: 5px; color: #B2AEBA } .verifyCode .container .verify-tips { margin-bottom: 10px } .verifyCode .container .verify-tips ul>li { display: inline-block; width: 6px; height: 6px; border-radius: 5px; border: 1px solid #ccc; margin-right: 10px } .verifyCode .container .verify-tips ul>li:last-child { margin-right: 0 } @-webkit-keyframes shake { 0%, 100% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) } 10%, 30%, 50%, 70%, 90% { -webkit-transform: translate3d(-10px, 0, 0); transform: translate3d(-10px, 0, 0) } 20%, 40%, 60%, 80% { -webkit-transform: translate3d(10px, 0, 0); transform: translate3d(10px, 0, 0) } } @keyframes shake { 0%, 100% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) } 10%, 30%, 50%, 70%, 90% { -webkit-transform: translate3d(-10px, 0, 0); transform: translate3d(-10px, 0, 0) } 20%, 40%, 60%, 80% { -webkit-transform: translate3d(10px, 0, 0); transform: translate3d(10px, 0, 0) } } .shake { -webkit-animation-name: shake; animation-name: shake; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both } .verifyCode .container .password-numbers { text-align: center } .verifyCode .container .password-numbers span { display: inline-block; color: #fff; width: 46px; height: 46px; line-height: 46px; border-radius: 25px; border: 1px solid #ccc; text-align: center; vertical-align: middle; font-size: 32px; margin-right: 29px; margin-bottom: 10px } .verifyCode .container .password-numbers span:nth-child(3n) { margin-right: 0 } .verifyCode .container .password-numbers span:last-child { margin-left: 29px } .verifyCode .container .password-operation .btn-cancel, .verifyCode .container .password-operation .btn-clear { position: absolute; top: -25px; display: inline-block; width: 50px; height: 20px; line-height: 20px; color: #B2AEBA; font-size: 14px } .verifyCode .container .password-operation .btn-clear { left: 29px } .verifyCode .container .password-operation .btn-cancel { right: 29px } .m-img .video_mask { position: absolute; top: 0; left: 0; background-color: rgba(0, 0, 0, .5); z-index: 1000; width: 100%; height: 100% } .m-img .close_mask { color: #fff; display: block; position: absolute; right: 15px; top: 15px; width: 20px; height: 20px; z-index: 1001 } .m-img .video_mask .video_player { position: absolute; top: 15%; width: 100%; height: 50% } .voice-panel { position: absolute; width: 120px; height: 110px; background-color: rgba(0, 0, 0, .6); color: #fff; z-index: 1000; top: 50%; left: 50%; margin-left: -60px; margin-top: -120px; padding-top: 10px; text-align: center; border-radius: 5px; font-size: 70px } .voice-panel .icon { font-size: 60px } .voice-panel .voice-tip { font-size: 12px }