* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;

}


body,
p,
ul,
li {
    margin: 0;
    padding: 0;
    font-family: PingFangSC-Regular, sans-serif;
}

ul,
li {
    list-style: none;
}

.header {
    display: -webkit-box;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    position: fixed;
    width: 90%;
    height: 1.2rem;
    top: 0;
    padding: 0 5%;
    background: #fff;
    left: 0;
    font-size: 0.28rem;
    z-index: 11
}

.header .logo img {
    width: 0.72rem;
    height: 0.72rem;
}

.header .flex {
    display: -webkit-box;
    -webkit-box-flex: 1;
    flex: 1;
    padding-left: 0.2rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.header .star i {
    background: url(../images/star.png) no-repeat;
    background-size: 0.28rem 0.26rem;
    height: 0.26rem;
    width: 0.33rem;
    display: inline-block
}

.header a {
    background: #1b1b1b;
    color: #e1c79b;
    width: 1.5rem;
    padding: 0.08rem 0;
    border-radius: 1rem;
    text-align: center;
    text-decoration: none;

}

.content {
    margin-top: 1.2rem;
    height: 12.88rem;
    background: url(../images/mobile-bg.png) #252525;
    background-size: 100%
}

.content .titbox {
    height: 2.1rem;
    font-size: Helvetica;
    width: 4.88rem;
    padding-top: 0.65rem;
    padding-left: 0.65rem;
    color: #fff;
    margin: auto;
}

.titbox .style1 {
    font-size: 0.48rem;
}

.titbox .style2 {
    font-size: 0.4rem;
    padding-top: 0.1rem
}

.titbox .style3 {
    padding-top: 0.05rem;
    font-size: 0.2rem;
}

.content .mobile {
    width: 4.88rem;
    height: 9.68rem;
    margin: auto;
    position: relative;
}

.content .mobile .shell {
    position: absolute;
    width: 4.88rem;
    height: 9.69rem;
    background: url('../images/iphonx.png');
    background-size: 4.88rem 9.69rem;
    z-index: 10;
}


.content .mobile .sliderpic {
    position: absolute;

    width: 4.4rem;
    top: 0.2rem;
    left: 0.24rem;
    height: 9.29rem;
}

.content .mobile .sliderpic img {
    width: 4.38rem;
    height: 9.29rem;
}

.detail {
    font-size: 0.28rem;
    color: #1b1b1b;
    line-height: 0.4rem;
    padding: 0.68rem 0.36rem 0.26rem;
    position: relative;
}

.top {
    width: 0;
    height: 0;
    border-right: 0.4rem solid transparent;
    border-left: 0.4rem solid transparent;
    border-bottom: 0.4rem solid #fff;
    display: inline-block
}

.borderbox {
    top: -0.2rem;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    right: 0
}

.footer {
    padding: 0.44rem 0.36rem 0.28rem;
    background: #1b1b1b;
    color: rgba(255, 255, 255, 0.4);
    font-family: PingFangSC-Medium, sans-serif;
    font-size: 0.24rem;
    text-align: center;
}

.footer .contact {
    display: flex;
    display: -webkit-flex;
    padding-bottom: 0.8rem;
}

.footer ul {
    padding-left: 0.24rem;
    text-align: left;
    -webkit-box-flex: 1;
    flex: 1;
    line-height: 0.66rem;
}

.footer ul .style {
    font-size: 0.36rem;
    color: #fff;
    line-height: 0.5rem;

}

.footer a {
    color: rgba(255, 255, 255, 0.4);
    text-decoration: none;
}




.slideShine {
    background: #fff -webkit-linear-gradient(left, #ffdb92, #ffdb92 50%, #ffdb92 90%, #ffdb92) no-repeat 0 0;
    background-size: 10% 100%;
    /* background-size: 80px; */
    width: 100%;
    /* background: #111 -webkit-linear-gradient(left, #111, #fff) 0 0 no-repeat; */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}


.slideShine {
    -webkit-animation: slideShine .5s linear infinite;
    animation: slideShine 3.5s linear infinite;

}

/* @-webkit-keyframes slideShine {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 100% 100%;
    }
    100% {
        background-position: 100% 100%;
    }
} */
@keyframes slideShine {
    0% {
        background-position: 0 0;
    }

    10% {
        background-position: 100% 100%;
    }

    100% {
        background-position: 100% 100%;
    }
}

.jumpaction {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    /* -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; */
    /* -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; */
    animation: 2.3s heartBeat ease-in-out infinite;
    -webkit-animation: 2.3s heartBeat ease-in-out infinite;
}

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    14% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    28% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    62% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    14% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    28% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    62% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}