@charset "utf-8";

/* CSS Document */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
    outline: 0 none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font: 12px/1.5 "Arial", "Hiragino Sans GB", "Microsoft YaHei", '\5FAE\8F6F\96C5\9ED1', tahoma, sans-serif;
    background: #19093E;
    color: #000;
}

a {
    outline: 0 none;
    cursor: pointer;
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    list-style: none;
}

img {
    border: 0 none;
}

em,
i {
    font-style: normal;
    font-weight: normal;
}

h1,
h2,
h3,
h4 {
    font-weight: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.fl,
.fr {
    display: inline;
    float: left;
}

.fr {
    float: right;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.pf {
    position: fixed;
}

[class*="btn"] {
    display: block;
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.bg {
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.df {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    align-items: center;
    justify-content: center;
}

.df.between {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.df.start {
    -webkit-justify-content: flex-start;
    ;
    justify-content: flex-start;
}

.pup {
    top: 50%;
    left: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 102;
}

input::-webkit-input-placeholder {
    color: #d96e4d;
}

input:-moz-placeholder {
    color: #d96e4d;
}

input::-moz-placeholder {
    color: #d96e4d;
}

input:-ms-input-placeholder {
    color: #d96e4d;
}

input:invalid {
    animation: shake 0.2s ease-in-out 0s 2;
    box-shadow: 0 0 0.4em red;
}

@keyframes shake {
    0% {
        margin-left: 0rem;
    }

    25% {
        margin-left: 0.5rem;
    }

    75% {
        margin-left: -0.5rem;
    }

    100% {
        margin-left: 0rem;
    }
}

.thickdiv {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    border: 0 none;
    touch-action: none;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 101;
}

a {
    -webkit-transition: transform 1s;
    transition: transform 1s;
}

a:hover {
    -webkit-transform: scale(.95);
    transform: scale(.95);
}

a:not([class]) {
    text-decoration-thickness: max(0.08em, 1px);
    text-underline-offset: 0.15em;
}

.wrapper { color: #fff; }

.header {
    position: relative;
    height: 9.8rem;
    background-image: url("https://png.pookcdn.net/new_net/tf/lydr/260119/bg_header.jpg");
    border: 1px transparent solid;
    z-index: 2;
}
.logo{
    position: absolute;
    top: .2rem;
    left: .2rem;
}
.logo img {
    width: 3rem;
}

.btnDownload {
    margin: 8.6rem auto 0;
    width: 6.96rem;
    height: 1.66rem;
    background-image: url("https://png.pookcdn.net/new_net/tf/lydr/260119/btn_download.png");
}

.item-title {
    text-align: center;
}

.item-title img {
    height: 2.69rem;
}

.item-sub-title {
    margin: .3rem auto 0;
    text-align: center;
}

.main {
    margin-top: -.01rem;
    height: 18.08rem;
    background-image: url("https://png.pookcdn.net/new_net/tf/lydr/260119/bg_main.jpg");
    overflow: hidden;
}

.feature {
    margin-top: .9rem;
    margin-bottom: .5rem;
}
/* .feature::after{
    content: "";
    position: absolute;
    top:-.5rem;
    left: 0;
    width: 10.42rem;
    height: 5.96rem;
    background: url("https://png.pookcdn.net/new_net/tf/lydr/251229/nimo.png") no-repeat;
    background-size: 100% 100%;
    z-index: 3;
} */
.item-content {
    padding-left: .05rem;
    width: 16.68rem;
    height: 10.17rem;
    background-image: url("https://png.pookcdn.net/new_net/tf/lydr/260119/bg_swiper.png");
    box-sizing: border-box;
}


.item-content .swiper-wrapper {
    margin: .72rem auto 0;
    width: 15.25rem;
    height: 8.59rem;
    overflow: hidden;
}

.item-content .swiper-wrapper .swiper-slide {
    width: 100%!important;
    height: 100%!important;
    opacity: 0 !important;
}

.item-content .swiper-wrapper .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
}

.item-content .swiper-wrapper img,
.item-content .swiper-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.swiper-horizontal>.swiper-pagination-bullets {
    bottom: 0;
    z-index: 3;
}

.swiper-pagination-bullet {
    margin: 0 .05rem !important;
    width: .21rem;
    height: .21rem;
    background-color: #0E0B71;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #72C5FD;
}

/* .play {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background-image: url(https://png.pookcdn.net/new_net/tf/lydr/251121/btn_play.png);
    background-size: 1.64rem 1.6rem;
    background-position: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
    background-color: rgba(0, 0, 0, .5);
    border: none;
    cursor: pointer;
} */

.moment .item-content .swiper-wrapper .swiper-slide {
    opacity: 1 !important;
}

.btn-download-bot {
    margin: 0 auto;
    width: 6.96rem;
    height: 1.66rem;
    background-image: url("https://png.pookcdn.net/new_net/tf/lydr/260119/btn_download_bot.png");
}

.code {
    top: 1.8rem;
    right: 0;
    width: 2.6rem;
    height: 2.78rem;
    background-image: url("https://png.pookcdn.net/new_net/tf/lydr/260119/bg_code.png");
    z-index: 3;
}

.code img {
    display: block;
    margin: .75rem auto 0;
    width: 1.68rem;
    border: .05rem rgba(255, 255, 255, .5) solid;
}

.footer {
    padding: .25rem 0;
    text-align: center;
    color: #fff;
}

.footer a {
    color: #fff;
}

.footer a:hover {
    text-decoration: underline;
}

.footer img {
    vertical-align: middle;
 }


@media only screen and (max-width:780px) {

    .header,
    .main {
        background-size: cover;
        background-position: top center;
    }
    .main{
        height: 16rem;
    }

    .item-title img {
        width: 100%;
        height: auto;
    }
    
    .item-sub-title img{
        width: 70%;
        height: auto;
    }

    .item-content {
        margin-top: -.2rem;
        width: 7.5rem;
        height: 4.7rem;
    }

    .item-content .swiper-wrapper {
        margin: .7rem auto 0;
        width: 5.9rem;
        height: 3.3rem;
        overflow: hidden;
    }

    .item-content .swiper-wrapper .swiper-slide {
        width: 5.9rem !important;
    }

}