@charset "utf-8";
/* CSS Public  Document author[lee] 2019*/

:root {
    --max-w: 768px;
    --font-size: 16px;
    --font-color: black;
}

/* html {
    font-size: var(--font-size);
    font-family: -apple-system, Roboto,
    "Helvetica Neue",
    Roboto,
    "Microsoft Yahei",
    "Hiragino Sans GB",
    Helvetica, Arial,
    sans-serif, nomospace;
    font-style: normal;
    line-height: 1.5;
} */

body {
    margin: 0;
    padding: 0;
    color: var(--font-color);
}

.qr {
	text-align: center;
	margin: 1rem 0;
}

.qr > div {
    display: inline-block;
    width: 20%;
    color: #ccc;
    margin: 0 7.5%;
    font-size: 18px;
    vertical-align: top;
}

* {
    box-sizing: border-box
}

a {
    transition: .15s;
    text-decoration: none
}

img {
    max-width: 100%
}

li, ol, p, ul {
    margin: 0;
    padding: 0;
    width: 100%;
}

li, ol, p, ul {
    list-style-type: none
}

.container {
    max-width: var(--max-w);
    width: 100%;
    margin: 0 auto;
    background: linear-gradient(to bottom, #1e0921 30%, #391f44 60%);
    padding-bottom: 5rem;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12)
}

.center {
    text-align: center;
    align-items: center;
    justify-content: center
}

.img-box {
    vertical-align: middle;
}

.program {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
}

.program li {
    margin: .25rem;
    text-align: center;
    line-height: 0;
    transition: 300ms;
    vertical-align: center;
}

.program.start li {
    transform: translateY(0px) !important;
    opacity: 1 !important;
}

.program li {
    opacity: 0;
}

.program li:nth-child(1) {
    transform: translateX(-100vw);
    transition-delay: 200ms
}

.program li:nth-child(2) {
    transform: translateX(-100vw);
    transition-delay: 100ms
}

.program li:nth-child(3) {
    transform: translateY(0);
    transition-delay: 0ms
}

.program li:nth-child(4) {
    transform: translateX(100vw);
    transition-delay: 100ms
}

.program li:nth-child(5) {
    transform: translateX(100vw);
    transition-delay: 200ms
}

.program img:hover {
    transform: scale(1.1);
    transition: 150ms;
}

.grey {
    color: rgba(0, 0, 0, 0.6)
}

.l0 {
    line-height: 0
}

.white {
    color: rgba(255, 255, 255, .8)
}

/*--------------------------------*/
.jc {
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    text-align: center;
    overflow: scroll;
    padding: 0 1rem;
}

.jc a img {
    width: 50%;
    margin: 1rem auto;
}

.first {
    /*background: url("../images/bg_02.jpg") no-repeat;*/
    /*background-size: 100%;*/
}

.item_04 {
    display: flex;
    align-items: center;
    color: white;
    padding: .2rem 0;
}

.item_04 h1 {
    font-size: 1.25rem;
    text-shadow: 0 5px black;
    margin: 0;
}

.item_04 p {
    font-size: 1rem;
    margin: 0;
    color: rgba(255, 255, 255, .6);
}

.item_04 > img {
    width: 50%
}

.item_04 > div {
    flex: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    margin-left: -10%;
    margin-top: -13%;
}

.item_04 > div > * {
    width: 100%
}

@keyframes scale {
    from {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    to {
        transform: scale(1);
    }
}

#download {
    max-width: 60%;
}

.download {
    animation: linear infinite 1s scale;
}

.download-box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5rem 6rem;
    line-height: 0;
    text-align: center;
    color: white;
}

.download-box a {
    display: block;
    margin: 0 .5rem;
    flex: 1;
}

#repair {
    display: none;
}
.video {
    text-align: center;
    padding: .5rem 1rem 0 1rem;
    color: #f5f5f5;
    margin: .5rem 0;
}
.video iframe {
    width: 100%;
    height: 12rem;
}
.video h3 {
    margin: .25rem 0;
}
.title {
    text-align: center;
    color: whitesmoke;
}

.title img {
    margin-top: .25rem;
}

.items {
    padding: .5rem 1rem !important;
}

.items::after {
    content: "";
    display: block;
    clear: both;
}

.items div {
    float: left;
    width: 50%;
    text-align: center;
}

.items div > img:hover {
    transition: 150ms;
    transform: scale(1.1);
}

.yellow {
    color: #fcf100;
}

.swiper-slide {
    /*width: 33% !important;*/
    text-align: center;
    display: inline-block;
    width: auto !important;
}

.swiper-slide img {
    width: 8rem;
}

.swiper-container {
    margin: 2rem 0 !important;
}

/*.ard, .ios, .qr {*/
/*    display: none;*/
/*}*/

.shop {
    color: whitesmoke;
    font-size: .5rem;
}

.shop > div {
    padding: .25rem;
    overflow: hidden;
    white-space: nowrap;
}

.copy {
    text-align: center;
    line-height: 2;
    color: whitesmoke;
    background-color: #593372;
}

.poker {
    padding: 0 .5rem;
    text-align: center;
}

.poker div {
    line-height: 0;
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 30%;
    border-radius: 5px;
}

@-webkit-keyframes rotateL {
    from {
        -webkit-transform: scale(1) translate3d(-200px, 0, 0);
        transform: scale(1) translate3d(-200px, 0, 0);
    }
    to {
        -webkit-transform: scale(1.2) translate3d(500px, 0, 0);
        transform: scale(1.2) translate3d(500px, 0, 0);
    }
}

@keyframes rotateL {
    from {
        -webkit-transform: scale(1) translate3d(-200px, 0, 0);
        transform: scale(1) translate3d(-200px, 0, 0);
    }
    to {
        -webkit-transform: scale(1.2) translate3d(500px, 0, 0);
        transform: scale(1.2) translate3d(500px, 0, 0);
    }
}

@-webkit-keyframes rotateR {
    from {
        -webkit-transform: scale(1) translate3d(200px, 0, 0);
        transform: scale(1) translate3d(200px, 0, 0);
    }
    to {
        -webkit-transform: scale(1.2) translate3d(-500px, 0, 0);
        transform: scale(1.2) translate3d(-500px, 0, 0);
    }
}

@keyframes rotateR {
    from {
        -webkit-transform: scale(1) translate3d(200px, 0, 0);
        transform: scale(1) translate3d(200px, 0, 0);
    }
    to {
        -webkit-transform: scale(1.2) translate3d(-500px, 0, 0);
        transform: scale(1.2) translate3d(-500px, 0, 0);
    }
}

.poker div::before, .poker div::after {
    content: "";
    position: absolute;
    width: 3px;
    height: 5px;
    z-index: 5;
    border-radius: 50%;
    display: block;
    -webkit-transform-origin: center;
    transform-origin: center;
    box-shadow: 0 0 80px 50px #fff41d;
}

.poker div::before {
    left: 0;
    top: -5px;
    -webkit-animation: linear 5s rotateL infinite;
    animation: linear 5s rotateL infinite;
}

.poker div::after {
    right: 0;
    bottom: -5px;
    -webkit-animation: linear 5s rotateR infinite;
    animation: linear 5s rotateR infinite;
}

footer {
    display: flex;
    position: fixed;
    bottom: -1px;
    width: 100%;
    max-width: var(--max-w);
    align-items: center;
    padding: .5rem;
    z-index: 10;
    line-height: 0;
    border-top: 1px solid #ffa500;
    justify-content: space-between;
    background-image: linear-gradient(to right, #4c2666, #5e3d78, #4c2666);
}

footer > div:first-child {
    width: 4rem;
}

footer > div:nth-child(2) {
    flex: 1;
    padding: 0 .25rem;
}

footer > a {
    display: block;
    width: 4rem;
}

.kf {
    position: fixed;
    right: 0;
    width: 4rem;
    top: 40%;
    z-index: 10;
}
.cesu {
    margin: 1rem 0;
}
.cesu li {
    position: relative;
    display: flex;
    width: 100%;
    padding: 0 1rem;
    margin: .5rem 0;
    height: 1.5rem;
    justify-content: space-between;
}
.jizhan {
    float: left;
    width: 4.5rem;
    background: #2c1a16;
    border: 2px solid #6b3f34;
    border-right: none;
    color: #fff
}

.jizhan, .open {
    text-align: center;
    font-size: 1rem
}
.shijian {
    position: absolute;
    font-size: .8rem;
    display: inline-block;
    line-height: 20px;
    color: #6e6e6e;
    background: #c8c8c8;
    border-radius: 2px;
    top: 0;
    left: 5.5rem;
}
.open {
    display: block;
    color: #250642;
    float: right;
    width: 4.5rem;
    line-height: 1.6rem;
    padding: 0 .5rem;
    font-size: .8rem;
    background: url(../imgs/opbg.png) no-repeat top;
    background-size: 100% 100%;
}
.wangzi {
    color: #131313;
    font-size: 1rem;
    float: left;
    background: #e8e8e8;
    text-align: center;
    border: 2px solid #c8c8c8;
    flex: 1;
    margin-right: .5rem;
}
.sj {
    padding: 0 1rem;
}
.footerText {
    text-align: center;
    margin-top: 0.6rem;
  }
  .footerText a {
    font-size: 0.12rem;
    font-family: å®‹ä½“;
    color: #616161;
    padding-left: 0.04rem;
  }
  .footer {
    background: url("../imgs/footer1.png");
    background-size: 100% 100%;
    position: relative;
    width: 7.5rem;
    height: 1.4rem;
    position: fixed;
    bottom: 0px;
    z-index: 165;
    background-color: black;
  }
  .footer img {
    width: 1.13rem;
    height: 0.97rem;
    float: right;
    margin-right: 0.2rem;
    margin-top: 0.2rem;
    animation: shareCodeBtnAn 0.8s ease-in-out infinite alternate;
    transform-origin: 50% 50%;
  }
  .footer a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .header {
    /* background: url(../images/center1.jpg) no-repeat center top; */
    background-size: 100% 100%;
    width: 7.5rem;
    height: 11.52rem;
    text-align: center;
}
  .header img {
    width: 100%;
    height: 100%;
  }
  
  .header img {
    width: 100%;
    height: 100%;
  }
  
  .content {
    width: 7.5rem;
    margin: 0 auto;
    position: relative;
    float: left;
  }
  .btnObj {
    position: absolute;
    top: 9.7rem;
    width: 7.5rem;
    z-index: 10;
  }
  .bannerBox img {
    width: 7.5rem;
  }
  .btn1 {
    width: 3.65rem;
    height: 1.17rem;
    display: block;
    float: left;
    margin-left:1.9rem;
    margin-top: 0.45rem;
  }
  .btn1 img {
    width: 100%;
    height: 100%;
    animation: shareCodeBtnAn 0.8s ease-in-out infinite alternate;
    transform-origin: 50% 50%;
  }
  .btn2 {
    width: 3.02rem;
    height: 0.99rem;
    display: block;
    float: left;
    margin-left: 0.3rem;
  }
  .btn2 img {
    width: 100%;
    height: 100%;
    animation: shareCodeBtnAn 0.8s ease-in-out infinite alternate;
    transform-origin: 50% 50%;
  }
  .kef{
    width: 0.69rem; height: 2.05rem;position: absolute; position: fixed; top: 2rem; right: 0rem; z-index: 99;
  }
  .kef img{
    width: 100%; height: 100%;
  }
  .center4 {
    width: 7.5rem;
    height: 11.48rem;
}
.contentBox {
    width: 7.5rem;
    margin: 0 auto;
}
/*--------------------------------*/
@keyframes shareCodeBtnAn {
    from {
      transform: scale(0.96);
    }
    to {
      transform: scale(1.04);
    }
  }
/* @media (max-width: 320px) {
    html, body {
        font-size: 14px;
    }
}

@media (min-width: 376px) {
    html, body {
        font-size: 18px;
    }
}

@media (min-width: 576px) {
    html, body {
        font-size: 26px;
    }
}

@media (min-width: 1024px) {
    html, body {
        font-size: 28px;
    }
} */
