@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2018-06-05 10:07:26
 * @version $Id$
 */
@font-face{
    font-family: loading;
    src: url('../font/load.ttf');
}
* {
    padding: 0;
    margin: 0;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-appearance: none;
    outline: none;
}
html {
    font-size: 62.5%; /*10 ÷ 16 × 100% = 62.5%*/
    width: initial;
}
html,
body {
    height: 100%;
    width: 100%;
}
html body {
    overflow: auto;
    position: static;
    width: initial;
}
img {
    -webkit-user-select: none;
    pointer-events: none;
}
body {
    background-color: #fff;
    font-size: 1.2rem;
    color: #000;
}
i,
em,
li {
    font-style: normal;
    list-style: none;
}
input {
    outline: none;
    border-radius: 0;
}
a {
    text-decoration: none;
    color: #000;
}
.w100 {
    display: block;
    width: 100%;
}
.h100 {
    display: block;
    height: 100%;
}
.screen {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.fix {
    content: '';
    position: fixed !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.ts {
    font-size: 1.6rem;
    text-align: center;
    line-height: 4;
}
.load {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.load-bg {
    display: none;
    position: absolute;
}
.load-bg.on {
    display: block;
}
.load-bg2 {
    width: 100%;
}
.load-bg2 .img{
    width: 750px;
    height: 1217px;
    background-position: 0 0;
    background-repeat: no-repeat;
}
.load-bg.on .load-bg2 .img {
    width: 7500px;
    height: 1217px;
    -webkit-animation: load 1s steps(10) infinite;
}
@-webkit-keyframes load {
  100% {
    background-position: -7500px 0;
  }
}
audio {
    display: none;
}
#music {
    position: fixed;
    width: 8%;
    right: 1rem;
    top: 1rem;
    display: none;
}
.music {
    width: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
}
.music .img{
    width: 60px;
    height: 60px;
    background-position: 0 0;
    background-repeat: no-repeat;
}
#music .music-off{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 90% 90%;
    -webkit-transform: translate(0%, -8%);
}
#music.on .music-off{
    display: none;
}
#music.on .music .img {
    width: 180px;
    height: 60px;
    -webkit-animation: music .3s steps(3) infinite;
}
@-webkit-keyframes music {
  100% {
    background-position: -180px 0;
  }
}
.load-center {
    position: absolute;
    width: 66%;
    -webkit-transform:translate(-50%, -50%);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    left: 50%;
    top: 50%;
}
.load-center-logo {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.load-dian {
    position: absolute;
    width: 56%;
    height: 23%;
    left: 50%;
    bottom: 29.5%;
    -webkit-transform:translate(-50%, 0);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}
.dian {
    width: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
}
.dian .img{
    width: 288px;
    height: 177px;
    background-position: 0 0;
    background-repeat: no-repeat;
}
.load-dian.on .dian .img {
    width: 2880px;
    height: 177px;
    -webkit-animation: dian 1s steps(10) infinite;
}
@-webkit-keyframes dian {
  100% {
    background-position: -2880px 0;
  }
}
.loading {
    font-family: loading;
    color: #03dbe1;
    font-size: 1.2rem;
    position: absolute;
    width: 48%;
    left: 50%;
    bottom: 12%;
    -webkit-transform:translate(-50%, 0);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.loading2 {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: .5px;
    padding: 1px;
    overflow: hidden;
    height: 50%;
}
.loading2 span {
    display: block;
    float: left;
}
.loading2 #percent1 {
    width: 75%;
    overflow: hidden;
    height: 90%;
}
.loading2 #percent2 {
    width: 25%;
    text-align: right;
    line-height: 1;
    font-size: 1.1rem;
    position: absolute;
    right: 4px;
    top: 50%;
    -webkit-transform:translateY(-52%);
}
.loading2 #percent1 i {
    float: left;
    height: 100%;
    display: block;
    background-color: #03dbe1;
    margin-top: 3.5%;
    opacity: .2;
}
.loading2 #percent1 i.on {
    opacity: 1;
}
.button-go {
    position: absolute;
    width: 50%;
    left: 50%;
    bottom: 12%;
    -webkit-transform:translate(-50%, 10%);
    display: none;
    z-index: 0;
}
.button-go .go1 {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    -webkit-animation: go 1s linear infinite;
}
@-webkit-keyframes go {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
.button-go .go2 {
    position: relative;
    width: 100%;
    z-index: 1;
}
.load-code {
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    overflow: hidden;
}
.load-code2{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
}
.load-code2.on {
    -webkit-animation: loadcode 8s linear forwards;
}
.load-code2 .code {
    position: absolute;
    width: 100%;
    left: 6.5%;
    color: #00f8fe;
    font-size: 1.25rem;
}
.load-code2 .code1{
    top: 16.5%;
}
.load-code2 .code2{
    top: 31.6%;
}
.load-code2 .code3{
    top: 47.8%;
}
.load-code2 .code4{
    top: 60.4%;
}
.load-code2 .code5{
    top: 77.7%;
}
.load-code2 .code6{
    top: 88.7%;
}
.load-code2 .code7{
    top: 85.3%;
}
.load-code2 .code8{
    top: 93.1%;
}
.load-code3 {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 4%;
    -webkit-transform: translateX(-100%);
}
.load-code4 {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 4%;
    -webkit-transform: translateX(100%);
}
.load-code3.on {
    -webkit-animation: code 1s forwards;
}
.load-code4.on {
    -webkit-animation: code 1s forwards;
}
@-webkit-keyframes code {
    100% {
        -webkit-transform: translateX(0);
    }
}
.sao {
    position: absolute;
    width: 16.7%;
    height: 50%;
    right: 15.4%;
    top: 25%;
    display: none;
    -webkit-user-select: none;
}
.sao2 {
    position: absolute;
    width: 30%;
    height: 100%;
    right: 10%;
    top: 0;
}
.sao-load {
    position: absolute;
    width: 70%;
    height: 1.6rem;
    left: 6.8%;
    bottom: 18%;
    -webkit-transform: scale(.5);
    -webkit-transform-origin: left bottom;
    border-radius: 1rem;
    border: 1px solid #1cbdd0;
    background-color: #000;
    box-sizing: border-box;
    padding: 1px;
    overflow: hidden;
}
.sao-load em {
    position: relative;
    display: block;
    width: 0;
    height: 100%;
    overflow: hidden;
    border-radius: 1rem;
    background-color: #1cbdd0;
}
.sao-load.on em {
    -webkit-animation: saoload 2s linear forwards;
}
@-webkit-keyframes saoload {
    100% {
        width: 100%;
    }
}
.sao img{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
.sao.on img {
    -webkit-animation: sao 3s linear infinite ;
}
@-webkit-keyframes sao {
    0% {
        -webkit-transform: translateY(-50%);
    }
    50% {
        -webkit-transform: translateY(650%);
    }
    100% {
        -webkit-transform: translateY(-50%);
    }
}
.bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
}
.wen {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.wen-img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.button-logo,
.button-ok {
    position: absolute;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.button-ok {
    display: none;
}
.wen1 .button-logo {
    left: 5%;
    top: 45%;
}
.wen1 .button-ok {
    left: 26%;
    bottom: -18%;
}
.wen2 .button-logo {
    right: -22%;
    top: -8%;
}
.wen2 .button-ok {
    left: 54%;
    bottom: -10%;
}
.wen3 .button-logo {
    left: 0;
    top: 80%;
}
.wen3 .button-ok {
    left: 40%;
    bottom: -22%;
}
.wen4 .button-logo {
    right: 10%;
    top: 0;
}
.wen4 .button-ok {
    left: 32%;
    bottom: -7.5%;
}
.wen5 .button-logo {
    left: -10%;
    top: 50%;
}
.wen5 .button-ok {
    left: 20%;
    bottom: -70%;
}
.wen .button {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.wen1 .button1 {
    top: 63%;
    left: 59%;
}
.wen1 .button2 {
    left: 20%;
    top: 76%;
}
.wen1 .button3 {
    left: 45%;
    top: 88%;
}
.wen2 .button1 {
    left: 96%;
    top: 16%;
}
.wen2 .button2 {
    left: 96%;
    top: 36%;
}
.wen2 .button3 {
    left: 96%;
    top: 55.5%;
}
.wen3 .button1 {
    left: 56.7%;
    top: 57%;
}
.wen3 .button2 {
    left: 56.7%;
    top: 74%;
}
.wen3 .button3 {
    left: 35.4%;
    top: 57%;
}
.wen4 .button1 {
    left: 18.8%;
    top: 69.2%;
}
.wen4 .button2 {
    left: 40.5%;
    top: 69.2%;
}
.wen4 .button3 {
    left: 65.8%;
    top: 69.2%;
}
.wen5 .button1 {
    left: -16%;
    top: 89%;
}
.wen5 .button2 {
    left: 41%;
    top: 106%;
}
.wen5 .button3 {
    left: 55%;
    top: 74%;
}
.make {
    background-color: rgba(0, 0, 0, .8);
    display: none;
}
.making {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform:translate(-50%, -50%);
}
.quan {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-animation: quan 1s linear infinite;
}
@-webkit-keyframes quan {
    0% {
        -webkit-transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
.make .jd{
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    color: #10e8f1;
    -webkit-transform:translate(0, -50%);
    font-size: 1rem;
    line-height: 2;
    text-align: center;
}
.result {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: none;
}
.result-center {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80%;
    -webkit-transform:translate(-50%, -58%);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.isWechat .result-center {
    -webkit-transform:translate(-50%, -55%);
}
.myresult {
    pointer-events: auto;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.result-bottom-wx {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(140%);
}
.result-button {
    width: 34%;
}
.button-again {
    position: relative;
    margin-left: 12%;
}
.button-buy {
    position: absolute;
    right: 12%;
    top: 0;
}
.ts {
    background-color: rgba(0, 0, 0, .8);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.ts-center {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform:translate(0, -60%);
}
.ts-ok {
    position: absolute;
    width: 34%;
    left: 50%;
    bottom: 0;
    -webkit-transform:translate(-50%, 135%);
}
.result-bottom {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    -webkit-transform:translateY(105%);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.result-bottom .result-button {
    position: absolute;
    width: 34%;
}
.result-bottom .result-bottom {
    bottom: auto;
}
.result-bottom .button-again {
    left: auto;
    bottom: auto;
    top: 0;
    right: 2.4%;
}
.result-bottom .button-buy {
    right: 2.4%;
    bottom: 0;
    top: auto;
}
@media screen and (min-height:500px){
    .result-center {
        width: 94%;
        -webkit-transform: translate(-50%, -59%);
    }
    .isWechat .result-center {
        width: 100%;
    }
    .result-bottom {
        -webkit-transform:translateY(110%);
    }
}
@media screen and (min-width:350px){
    .result-center {
        width: 86%;
    }
    .isWechat .result-center {
        width: 90%;
    }
}
@media screen and (min-width:360px){

}
@media screen and (min-width:360px) and (min-height:560px) {
    .result-center {
        width: 94%;
        -webkit-transform: translate(-50%, -58%);
    }
    .isWechat .result-center {
        width: 100%;
    }

}
@media screen and (min-width:370px){
    html {
        font-size: 73%;
    }
    .result-center {
        width: 94%;
        -webkit-transform: translate(-50%, -59%);
    }
    .result-bottom {
        -webkit-transform:translateY(117%);
    }

}
@media screen and (min-width:400px){
    html {
        font-size: 81%;
    }
}
@media screen and (min-width:375px) and (min-height:720px) {
    .result-center {
        width: 100%;
        -webkit-transform: translate(-50%, -61%);
    }
    .result-bottom {
        -webkit-transform:translateY(120%);
    }
    .isWechat .result-bottom-wx {
        -webkit-transform: translateY(170%);
    }
}

.wrapper {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
}
.scroller {
    position: absolute;
    z-index: 1;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    width: auto;
    height: 100%;
    left: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
}
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
}
.swiper-slide.on:before{
    content: '';
    position: absolute;
    height: 100%;
    width: 80%;
    left: 10%;
    top: 0;
    box-sizing: border-box;
    border: .25rem solid #f8b900;
    z-index: 2;
}

.weui-mask{
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
}
.weui-dialog{
    position: fixed;
    z-index: 5000;
    width: 80%;
    max-width: 300px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #FFFFFF;
    text-align: center;
    border-radius: 3px;
    overflow: hidden;
}
.weui-dialog__bd{
    padding: 0 1.6em 0.8em;
    min-height: 40px;
    font-size: 15px;
    line-height: 1.3;
    word-wrap: break-word;
    word-break: break-all;
    color: #999999;
}
.weui-dialog__bd:first-child{
    padding: 2.7em 20px 1.7em;
    color: #353535;
}
.weui-dialog__ft{
    position: relative;
    line-height: 48px;
    font-size: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.weui-dialog__ft:after{
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 1px;
    border-top: 1px solid #D5D5D6;
    color: #D5D5D6;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
}
.weui-dialog__btn{
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
            flex: 1;
    color: #3CC51F;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative;
}
.weui-dialog__btn:active{
    background-color: #EEEEEE;
}
.weui-dialog__btn:after{
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    bottom: 0;
    border-left: 1px solid #D5D5D6;
    color: #D5D5D6;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: scaleX(0.5);
            transform: scaleX(0.5);
}
.weui-dialog__btn:first-child:after{
    display: none;
}
.weui-dialog__btn_default{
    color: #353535;
    display: none;
}
.weui-dialog__btn_primary{
    color: #0BB20C;
}
.weui-mask_transparent {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.weui-toast {
    position: fixed;
    z-index: 5000;
    width: 7.6em;
    min-height: 7.6em;
    top: 180px;
    left: 50%;
    margin-left: -3.8em;
    background: rgba(17, 17, 17, 0.7);
    text-align: center;
    border-radius: 5px;
    color: #FFFFFF;
 }
.weui-loading {
    margin: 30px 0 0;
    width: 38px;
    height: 38px;
    display: inline-block;
    vertical-align: baseline;
    -webkit-animation: weuiLoading 1s steps(12, end) infinite;
    background:transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 100 100'%3E%3Cpath fill='none' d='M0 0h100v100H0z'/%3E%3Crect xmlns='http://www.w3.org/2000/svg' width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.56)' rx='5' ry='5' transform='translate(0 -30)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.5)' rx='5' ry='5' transform='rotate(30 105.98 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.43)' rx='5' ry='5' transform='rotate(60 75.98 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.38)' rx='5' ry='5' transform='rotate(90 65 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.32)' rx='5' ry='5' transform='rotate(120 58.66 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.28)' rx='5' ry='5' transform='rotate(150 54.02 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.25)' rx='5' ry='5' transform='rotate(180 50 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.2)' rx='5' ry='5' transform='rotate(-150 45.98 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.17)' rx='5' ry='5' transform='rotate(-120 41.34 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.14)' rx='5' ry='5' transform='rotate(-90 35 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.1)' rx='5' ry='5' transform='rotate(-60 24.02 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.03)' rx='5' ry='5' transform='rotate(-30 -5.98 65)'/%3E%3C/svg%3E") no-repeat;
    background-size: 100%;
}
@-webkit-keyframes weuiLoading{
    0%{
        -webkit-transform:rotate3d(0, 0, 1, 0deg);
    }
    100%{
        -webkit-transform:rotate3d(0, 0, 1, 360deg);
    }
}
#orientLayer {
    display: none;
    z-index: 9999999;
}
.mod-orient-layer {
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    z-index: 9997;
}
.mod-orient-layer__content {
    position: absolute;
    width: 100%;
    top: 45%;
    margin-top: -75px;
    text-align: center
}
.mod-orient-layer__icon-orient {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIYAAADaCAMAAABU68ovAAAAXVBMVEUAAAD29vb////x8fH////////x8fH5+fn29vby8vL////5+fn39/f6+vr////x8fH////////+/v7////09PT////x8fH39/f////////////////////x8fH///+WLTLGAAAAHXRSTlMAIpML+gb4ZhHWn1c2gvHBvq1uKJcC6k8b187lQ9yhhboAAAQYSURBVHja7d3blpowFIDhTUIAOchZDkre/zE7ycySrbUUpsRN2/1fzO18KzEqxEVgTiZNfgmmtxRc8iaR8HNe8x4BtjQePKayYCIoyBSgvNNE1AkNSHqZyLqk97EgUCCHBzZ5mkg7ScvIJuIyOyXBRFxgpqWZyGsAZLB1KjsJi8nutHU4JCRbFRH8tmirI9k8Jx2sqNs8K/m0LQkrktO2crgcgXGB4AiTEsB0hJfo9MGgX7CGcYiYwQxmMOOvZwRhBG8tCoMXjBDeXvWCEcHbi14wgCBmMIMZzGAGM5jxETNwzMAxA8cMHDNwzMAxA8cMHDNwzMAxA8cMHDNwzMAxY6E2rUQxnH2tz9cirlJFwFBJedaPnUv0M7++egPDE8iAJcIDmxwH5wwv9vUviw2kLbVO3TJU5uul/EyB0FoLp4x60PdGUd3qPurrWyjGGTc05u+1dcgI7/+tCCPARWGhH7o5Y7RCf+bH9ctXLp6v2BVDxfqz0oPXeSVaNtINo/1SXDv4dck8IIkbhtC2ol+iouEonTBCbYvVMnXOjxww6s/RFrBUpXHh/gw1rHj5d/qhYn9Gpk2FWh6xRBRX5Oj3Znh2Sq49/L6+y8pB26q9GbE2dbA2mVbx6I+7MfBglLCttm73ZQi7AD3iL4HqjFYJHSPRppqaUaJ3ATpGa+ckpGak2hRRMyqjGMkvl+xyFeSMwjAqcsZgGDdyhl0oNTnDN4yenJGZFGxNChP5/Y3efh6SM2rDOJMzboYxkDMqwyjIGcIw6F+io2FU1IxIm1JqRmgXSkvNKNCXeTpGrU0JNSO2c6LIGPgCS8AuDHz9ta0SXWDtxoDRH+MqlbC2Dt2G2JFRadtQZt2qq/orGowdGb2euxYiqWEpVWhTBnszoNAPdStuQwxqf0aocdWKW4Z+DfszIh8pxJqbuCE4YAC+4bm0evtipjpgJHeFnyyt1Ku2xa0bhjxr27p75rECNwyI9ZwvXkHq+7aTaMEV44YYy/spfgjgjNHaWW+GeUhGEX7tLlVinIFDDSgnOwhi1V6bU0b6tVS9eAERe863g4dRrtiHdc6o+nn5vtyVVgR79Cqt4uL6gfHPQyGqtP2vf7HADGbcYwaOGThm4JiBYwaOGThm4JiBYwaOGThm4JiBYwaOGThm4JiBYwaOGThm4JjhtOM+J/AgT008yDMkN/dPP9hzS8zAMQN3OEYeekp5YU7KOKXwVXqiY+QS7smcinGKABWdiBgpPJTSMHJ4KidhhPBUSMLw4CmPhKHgKUXCkHsygum71ftNSgCX6bsl8FQyfbcL5EdYsDk0R3j7aiA5wpt5AjKg/2gLJEBD/0Hf2OOf/vRrj6z/7GtP4B3nMKyjHA12kIPSjnJs3FEO0TvKkYJHOWCR+rjJH0Vn6fI5PjNbAAAAAElFTkSuQmCC');
    display: inline-block;
    width: 67px;
    height: 109px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -webkit-animation: rotation infinite 1.5s ease-in-out;
    animation: rotation infinite 1.5s ease-in-out;
    -webkit-background-size: 67px;
    background-size: 67px
}
.mod-orient-layer__desc {
    margin-top: 20px;
    font-size: 15px;
    color: #fff;
}
@-webkit-keyframes rotation {
    10% {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg)
    }
    50%,
    60% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg)
    }
    90% {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg)
    }
    100% {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg)
    }
}
@media all and (orientation : landscape){
    #orientLayer {
        display: block;
    }
}