* {
    margin: 0;
    padding: 0;
}


.index-container{
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1011;
   
}
.homeTopBox {
    padding: 0 .33rem;
    display: flex;
    background-color: #fff;
}

.homeTopBox .topLeft {
    display: flex;
}

.homeTopBox .topLeft .logo {
    margin-top:.18rem;
    width: 2.3rem;
    height: .73rem;
}

.homeTopBox .topLeft .telBox {
    height: 1.15rem;
    display: flex;
    margin-left: .18rem;
}

.topLeft .telBox img {
    width: .31rem;
    height: .31rem;
    display: inline-block;
    margin-top: .51rem;

}

.topLeft .telBox a {
    width: 2.21rem;
    height: .31rem;
    margin-top: .51rem;
    margin-left: .132rem;
    background: url(../homeIndexImg/telcode.png) no-repeat;
    background-size: 100% 100%;

}

.homeTopBox .topRight {
    display: flex;
    height: 1.15rem;
    width: 2.9rem;
    flex-direction: row-reverse;
    margin-left: .23rem;


}

.topRight .laba {
    display: block;
    width: .44rem;
    height: .353rem;
    margin-top: .44rem;
    position: relative;
    margin-right: .44rem;

}

.topRight .laba .date {
    padding: .02rem;

    height: .27rem;
    background-color: #FF6975;
    border-radius: .13rem;
    font-weight: bold;
    font-size: .18rem;
    color: #fff;
    line-height: .24rem;
    position: absolute;
    top: -.098rem;
    right: -0.33rem;

}

.topRight .laba .date p {
    transform: scale(0.85);
}


.topRight .eventBox {
    /* display: flex; */
    margin-left: .2rem;
    width: .57rem;
    height: .57rem;
    margin-top: .33rem;
    border-radius: .04rem;
    /* background-color: #069AC1; */

}




.topTab {
    position: relative;
    width: 100%;
    height: 1.15rem;
    background-color: #fff;
    box-shadow: 0 .04rem .15rem 0px rgba(234, 234, 234, 0.5400);
}

.topTab .tabBox {
    width: 100%;
    height: 1.06rem;
    display: flex;
}

.tabBox .text {
    width: 50%;
    height: 100%;
    color:#06C1AE;
    font-size: .35rem;
    line-height: 1.16rem;
    text-align: center;
}

.tabBox .videos {
    width: 50%;
    height: 100%;
    color: #444;
    font-size: .35rem;
    line-height: 1.16rem;
    text-align: center;
}

.tabLine {
    position: absolute;
    width: .66rem;
    background-color: #06C1AE;
    height: .09rem;
    left: 1.72rem;

}

.contents {
    margin-top: 2.21rem;

    width: 100%;
    background-color: #F1F9F9;
}

.contents .videoScr {
    height: 100%;
    display: none;
    width: 100%;
    overflow: scroll;

}

.contents .videoBox {
    width: 7.62rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;


}

.itemVideo {
    position: relative;
    overflow: hidden;
    width: 3.71rem;
    height: 5.85rem;
    border-radius: .18rem;
    margin-top: .1766rem;

}

.itemVideo .videos {
    position: relative;
    width: 3.71rem;
    height: 5.85rem;
    border-radius: .18rem .18rem 0px 0px;

}

.itemVideo .text {
    left: 0;
    bottom: 0;
    position: absolute;
    font-size: .35rem;
    line-height: .53rem;
    padding: .22rem .33rem;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);

}

.itemVideo .videos .videoCover {
    object-fit: fill;
    width: 3.71rem;
    height: 5.85rem;
    border-radius: .18rem .18rem 0px 0px;
}

.itemVideo .videos  .playIcon {
    position: absolute;
    width: 1.1rem;
    height: 1.1rem;
    right: .29rem;
    bottom: 1.81rem;

}

/* 隐藏video 进度条 */
.video::-webkit-media-controls-timeline {
    display: none;
}

.video::-webkit-media-controls-fullscreen-button {
    display: none;
}

.videoPop {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, .8);

}

.videoPop .box {
    width: 100%;
    /* position: relative; */
}



.videoPop .slideBox {
    width: 100%;
    position: absolute;
    z-index: 1011;
    top: 0;
}

.videoPop .slideBox .slide {
    position: relative;
    width: 100%;
}
.videoPop .slideBox .slide  .topTitle{
    width: 100%;
    position: absolute;
}

.videoPop .slideBox .slide .titleBg {
    width: 100%;
    height: 1.41rem;
    font-size: .353rem;
    text-align: center;
    line-height: .88rem;
    color: #fff;
    z-index: 1012;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    opacity: .2;
}

.videoPop .slideBox .slide .title {
    position: absolute;
    width: 100%;
    top: 0;
    height: 1.41rem;
    font-size: .353rem;
    text-align: center;
    line-height: .88rem;
    color: #fff;
    z-index: 1012;



}


.slide .checkVideo {
    width: 100%;
    height: 100%;
    object-fit: fill;




}

.videoPop .icon {
    width: .33rem;
    height: .33rem;
    position: absolute;
    top: .27rem;
    left: .33rem;
    z-index: 1012;
}

.guidePop {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1012;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .7);
}

.slidIcon .guideBox {
    position: relative;

}

.guideBox .slidIcon {
    position: absolute;
    width: 1.13rem;
    height: 4.99rem;
    bottom: 1.17rem;
    left: 3.58rem;
    animation: topSlide 1s infinite;
}

.guideBox .fingerIcon {
    position: absolute;
    width: 1.39rem;
    height: 1.13rem;
    bottom: 1.3rem;
    right: 1.86rem;
    animation: fingerSlide 1s infinite;
}

@keyframes topSlide {
    0% {
        bottom: 0rem;
    }

    100% {
        bottom: 2.2rem;
    }
}

@keyframes fingerSlide {
    0% {
        bottom: 0rem;
    }

    100% {
        bottom: 2.5rem;
    }

}



.endBox {

    position: relative;
    width: 100%;
    height: 100%;

}

.endBox img {
    z-index: 1011;
    position: absolute;
    width: 1.28rem;
    height: 1.66rem;
    display: block;
    top: 45vh;
    left: 3.49rem;
}

.textscr {
    width: 100%;
    height: 100%;
    overflow: scroll;


}

.exampleBox {
    width: 100%;
    background-color: #fff;

}

.sonBox {
    width: 7.62rem;
    margin: 0 auto;

}

.sonBox:last-child .content:last-child {
    border-bottom: none;
}

.sonBox .userBox {
    width: 100%;
    display: flex;
    padding-top: .35rem;
}

.sonBox .user {
    display: flex;
    width: 50%;
    height: .53rem;

}

.sonBox .user img {
    width: .53rem;
    height: .53rem;
}

.sonBox .user .username {
    font-size: .35rem;
    line-height: .58rem;
    color: #444;
    margin-left: .18rem;
}

.sonBox .dateBox {

    height: .53rem;
    display: flex;
    flex-direction: row-reverse;
    width: 50%;


}

.sonBox .dateBox .icon {
    display: block;
    width: .27rem;
    height: .27rem;
    margin-right: .07rem;
    margin-top: 0.15rem;

}

.sonBox  .dateBox .date {
    font-size: .27rem;
    color: #999;
    line-height: 0.58rem;

}

.exampleBox .tagBox {
    display: flex;
    width: 7.62rem;
    margin: 0 auto;
    margin-top: .22rem;
}

.exampleBox .tagBox .tag {
    width: fit-content;
    font-size: .27rem;
    padding: 0 .22rem;
    height: .4rem;
    border: solid .02rem #ECF1F1;
    line-height: .38rem;
    color: #999999;
    border-radius: .2rem;
    margin-left: .13rem;
}

.exampleBox .tagBox .tag:first-child {
    margin-left: 0;
}




.sonBox .content {
    position: relative;
    width: 7.62rem;
    display: flex;
    margin-top: .22rem;
    padding-bottom: .42rem;
    border-bottom: .02rem solid #F3F3F3;
    overflow: hidden;
}


.sonBox .content .leftBox {
    width: 4.33rem;
    color: #444;
    font-size: .31rem;
    line-height: .46rem;


}
.sonBox .content .leftBox .textBox{
    height: 1.39rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    

}

.sonBox .content .leftBox p {
    line-height: .39rem;
    overflow: hidden;
    /* 溢出部分进行隐藏 */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* 盒模型元素从顶部向底部垂直排列子元素 */
    -webkit-line-clamp: 3;
    /* 显示两行 */
    text-overflow: ellipsis;

}
.content .leftBox .setMeal {
    width: 3.31rem;
    height: .53rem;
    color: #444;
    font-size: .27rem;
    line-height: .54rem;
    background-color: #F5F5F5;
    border-radius: .04rem;
    text-align: center;
}

.sonBox .content .rightBox {
    position: absolute;
    width: 3.14rem;
    margin-left: .154rem;
    right: 0;
    clip:rect(0px,3.14rem,2.01rem,0px)
}

.content .leftBox .audioBox {

    position: relative;
    height: 0.84rem;
    background: rgba(243, 255, 254, 1);
    border-radius: 0.09rem;
    border: 1px solid rgba(6, 193, 174, 1);
    padding-left: .35rem;
    color: #06C1AE;
    margin-bottom: .32rem;
    display: flex;
    margin-top: .32rem;

}

.leftBox .audioBox .left {
    left: 1.04rem;
    top: .17rem;
    position: absolute;

}

.audioBox .iconBox {
    width: .49rem;
    display: flex;
    height: 0.33rem;
    margin-top: .22rem;
    overflow: hidden;

}

.audioBox img:nth-child(1) {
    width: .29rem;
    height: .33rem;

}

.audioBox img:nth-child(2) {
    width: .07rem;
    height: .15rem;
    margin-top: .09rem;
    margin-left: .02rem;


}

.audioBox img:nth-child(3) {
    width: .07rem;
    height: .24rem;
    margin-top: .045rem;
    margin-left: .02rem;

}


.leftBox .curr .iconBox {

    animation: horn 1.3s linear infinite;

}

audio:not([controls]) {
    display: none;
    height: 0;
}

@keyframes horn {

    0% {
        width: .29rem;
    }

    50% {
        width: .38rem;
    }

    60% {
        width: .49rem;
    }

    100% {
        width: .49rem;
    }

}




.soneMore {
    height: 1.1rem;
    padding: .35rem 0;
    display: flex;
    width: 7.62rem;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    padding-bottom: 1.88rem;
}

.soneMore p {
    font-size: .35rem;
    color: #06C1AE;
}

.soneMore img {
    width: .24rem;
    height: .13rem;
    margin-top: .17rem;
    margin-left: .16rem;

}




.spillPop {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, .8);
    top: 0;
    left: 0;
    z-index: 1011;
}

.spillBox {
    position: relative;
    width: 6.63rem;
    margin: 0 auto;
    background-color: #fff;
    margin-top: 6.23rem;
    border-radius: .22rem;


}

.spillBox .topBox {
    display: flex;
    line-height: .53rem;
    padding: .35rem;
    padding-bottom: .18rem;

}

.spillBox .topBox img {
    width: .53rem;
    height: .53rem;

}

.spillBox .topBox p {
    margin-left: .18rem;
    color: #444;
    line-height: .60rem;
}

.spillBox .text {
    font-size: .31rem;
    padding: .35rem;
    padding-top: 0rem;
    line-height: .49rem;
    color: #444;

}

.spillBox .close {
    width: 0.88rem;
    position: absolute;
    height: 0.88rem;
    border: 2px solid #FFFFFF;
    background: url(../../../../images/guanbi@2x.png) no-repeat center;
    background-size: 0.5rem 0.5rem;
    top: 100%;
    left: 50%;
    margin-top: 0.4rem;
    margin-left: -0.44rem;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

