/**
 * version 3.2.5
 * date 2020-08-25
 * author Liao Tai
 */

@keyframes hand {
    25% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/*reset*/
li {
    list-style-type: none;
}

html{
    font-family: "微软雅黑", "Microsoft Yahei", SimHei, STHeiti, Helvetica, serif, Arial;
}

html, body, h1, h2, h3, h4, h5, ul, li, p {
    margin: 0;
    padding: 0;
}

button{
    border: none;
}

.app {
    width: 13.6rem;
    height: 7.3rem;
    margin: auto;
    overflow: hidden;
    position: relative;
}

.background {
    font-size: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.mask{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    top: 0;
}

/*.title{*/
/*    background-image: url("../images/title.png");*/
/*    background-size: 1.03rem 0.43rem;*/
/*    background-position: left top;*/
/*    background-repeat: no-repeat;*/
/*    height: 0.43rem;*/
/*    position: absolute;*/
/*    text-indent: 1.20rem;*/
/*    color: #ffffff;*/
/*    font-size: 0.24rem;*/
/*    font-weight: bold;*/
/*    left: 0.8rem;*/
/*    top: 0.42rem;*/
/*    line-height: 0.42rem;*/

/*}*/

.background img{
    width: 100%;
}
.background video{
    width: 100%;
}

.tips, .point {
    left: 0;
    top: 0;
    position: absolute;
}

.tips .tip {
    font-size: 0.22rem;
    color: #ffffff;
    position: absolute;
    line-height: 0.26rem;
    font-weight: bold;
}
.tips .tip.tip-title{
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 2px;
    color: #003399;
    font-weight: bold;
}
.tips .tip span {
    color: #ffcc00;
}


.hand {
    position: absolute;
    width: 0.77rem;
    height: 0.9rem;
    cursor: pointer;
    background-image: url("../images/hand.png");
    background-size: 0.37rem 0.5rem;
    background-position: center;
    margin-left: -0.2rem;
    margin-top: -0.2rem;
    background-repeat: no-repeat;

}
.point .hand.flash{
    animation: hand 1s ease-out infinite;
}

.point .area {
    position: absolute;
    cursor: pointer;
}

.control {
    position: absolute;
    background-image: url("../images/ctr_prev_dis.png");
    background-size: cover;
    left: 0;
    top: 50%;
    margin-top: -0.29rem;
    display: block;
    width: 0.58rem;
    height: 0.58rem;
    cursor: pointer;
}
.control.active{
    background-image: url("../images/ctr_prev.png");
}

.loading {
    position: absolute;
    width: 100%;
    text-align: center;
    height: 0.5rem;
    line-height: 0.5rem;
    top: 50%;
    margin-top: -0.25rem;
    font-size: 0.16rem;
}

.buttons{
    position: absolute;
}
.buttons a{
    text-decoration: none;
}
.buttons .button{
    display: block;
    width: 2.4rem;
    height: 0.46rem;
    box-shadow: 0 0.03rem 0.10rem 0 rgba(112, 115, 130, 0.5);
    border-radius: 0.23rem;
    font-size: 0.22rem ;
    line-height: 0.46rem;
    text-align: center;
    white-space: nowrap;
}

.gifs{
    position: absolute;
}
.gifs .gif{
    position: absolute;
}
.gifs .gif img{
    width: 100%;
    height: 100%;
}