.zhuti {
    background-color: rgb(238, 238, 238);
    padding: 0.3rem;
}


.biaoti h1 {
    width: 100%;
    height: rem;
    line-height: 2rem;
    text-align: center;
    font-size: 1.2rem;
    color: rgb(255, 255, 255);
    /* -webkit-text-stroke: 1px #f14400; */
    text-shadow: 2px 2px 5px rgb(255, 145, 0);
    background-color: #fff;
    margin: 0 auto;
    border-bottom: 1px solid black;
    border-radius: 0.2rem;
    box-shadow: 0px 2px 3px 0.2px rgb(206, 206, 206);
}

.yiren {
    display: flex;
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background-color: rgb(238, 238, 238);
}

.yiren .new {
    position: absolute;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.6rem;
    color: white;
    background-color: red;
    padding: 0 0.3rem;
    left: 39%;
    top: 0.6rem;
    z-index: 10;
    border-radius: 0.3rem 0 0 0.3rem;
    animation-name: shangxia;
    animation-duration: 0.6s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;

}

.play {
    display: none;
    position: fixed;
    width: 20rem;
    height: 100%;
    top: 0;
    background-color: #000000;
    z-index: 99999;
}

iframe {
    display: block;
    width: 100%;
    height: 80%;
    text-align: center;
}

.back {
    position: fixed;
    width: 6rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    color: #000;
    font-size: 1.7rem;
    left: 50%;
    margin-left: -3rem;
    bottom: 7%;
    background-color: #ebebeb;
    border-bottom: 3px solid black;
    border-radius: 0.5rem;
    box-shadow: 2px 2px 10px 0.2px rgb(206, 206, 206);
}

@keyframes shangxia {
    0% {
        transform: translatey(0rem);
    }

    30% {
        transform: translatey(0.4rem);
    }

    100% {
        transform: translatey(0rem);
    }
}

.yiren .kapian {
    position: relative;
    overflow: hidden;
    width: 47%;
    height: 7.5rem;
    border-radius: 0.2rem;
    background-color: #fff;
    box-shadow: 0px 2px 3px 0.2px rgb(206, 206, 206);
    margin-bottom: 0.4rem;
}

.yiren .kapian .img {
    overflow: hidden;
    height: 5.5rem;
    text-align: center;

}

.yiren .kapian .img img {
    display: inline-block;
    height: 100%;
}

.yiren .kapian p {
    width: 100%;
    height: 0.7rem;
    padding: 0.3rem;
    line-height: 0.7rem;
    text-align: center;
    font-size: 0.5rem;
}

.yiren .mengban {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}