.wrap-video{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0%;
    z-index: 222222222222;
    background: rgba(0,0,0,1);
}
.phone-video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0%;
    background: rgba(0,0,0,1);
}

.phone-video .video-item {
    height: 100%;
    position: relative;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgba(0,0,0,1);
}
.phone-video .video-item .title{line-height: 2em;color: white;padding: 1em;}
.phone-video .video-item video{width: 100%;}
.phone-video .video-item h1 {
    padding-top: 120px;
    line-height: 50px;
    display: block
}
.phone-video .video-item .tool{position: absolute;right: 10px;top:70% ;}
.phone-video .video-item .tool li{text-align: center;margin-bottom: 20px;}
.phone-video .video-item .tool li i{background-size: 100% 100%!important;}
.phone-video .video-item .tool li.ilike i{display: block;width: 36px;height: 32px;background: url(/tlsrmzf/mobile2023/images/index/index_sys_like.png) no-repeat center;margin: 0 auto;}
.phone-video .video-item .tool li.ilike.liked i{background: url(/tlsrmzf/mobile2023/images/index/index_sys_likeh.png) no-repeat center ;}
.phone-video .video-item .tool li.ifav i{display: block;width: 36px;height: 36px;background: url(/tlsrmzf/mobile2023/images/index/index_sys_fav.png) no-repeat center;margin: 0 auto;}
.phone-video .video-item .tool li.ifav.faved i{background: url(/tlsrmzf/mobile2023/images/index/index_sys_favh.png) no-repeat center ;}
.phone-video .video-item .tool li span{color: white;font-size: 0.8em;}
.wrap-video .close-phone{
    color: white;
    position: absolute;
    text-align: center;
    display: block;
    width: 100%;
    height: 46px;
    line-height: 46px;
    bottom: 0px;
    left: 0px;
}


.phone-video .page1 img.no1 {
    position: absolute;
    left: 10px;
    top: 50px;
    -webkit-transition: all 1s ease 0s;
}

.phone-video .page1.cur img.no1 {
    -webkit-transform: rotate(720deg);
}

.phone-video .page1 img.no2 {
    position: absolute;
    left: 600px;
    top: 50px;
    -webkit-transition: all 1s ease 2s;
}

.phone-video .page1.cur img.no2 {
    left: 30px;
    top: 100px;
    -webkit-transform: rotate(720deg);
}

.xiangxiatishi {
    position: fixed;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -webkit-animation: dong 1s linear 0s infinite alternate;
}

@-webkit-keyframes dong {
    from {
        bottom: 20px;
    }

    to {
        bottom: 60px;
    }
}

/* 效果CSS结束 */
