body {
    position: relative;
    background-color: rgb(249,241,228);
    /* background-color: #cfb57f; */
}

.container {
    position: relative;
    padding: .86rem .43rem;
    min-height: 100vh;
    /* margin: .58rem; */
    font-family: AlibabaPuHuiTi, AlibabaPuHuiTi, Arial, Helvetica, sans-serif;
    color: rgba(89, 53, 14, 1);
    font-size: .43rem;
    font-weight: bold;

    background-color: rgb(249,241,228);
    /* width: calc(100vw - 1.15rem); */

    background-image: url('../images/bg.png');
    background-size: 100% auto;
    background-repeat: no-repeat;

    border-width: .43rem;
    border-style: solid;
    border-image: linear-gradient(#c7a869, #cbae74,#dac69b, #d7c093, #b09263, #cdb897) 30;
}

.is-hidden {
    overflow: hidden;
}

.loading {
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
}

.pin {
    position: fixed;
    top: 1.79rem;
    right: 0;
    width: .86rem;
    z-index: 10;
}

.pin img {
    width: .86rem;
    margin-top: .46rem;
}

.title-wrapper img {
    margin-top: .58rem;
}

.title-wrapper .title1 {
    margin-left: .86rem;
    margin-right: .86rem;
    width: calc(100% - 1.73rem);
}

.video-item {
    padding-bottom: .69rem;
}

.video-item .video-avatar {
    width: .81rem;
    height: .81rem;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    margin-right: .23rem;
}


.video-item .video-username {
    font-size: .43rem;
    font-weight: bolder;
    width: 0;
}

.video-item .video-btn {
    font-size: .35rem;
}

.video-item .video-btn img {
    width: .52rem;
    margin-right: .14rem;
}

.video-box {
    position: relative;
    width: 100%;
    height: 5.18rem;
    border-radius: .29rem;
    background-color: #f1e8d9;
    margin-bottom: .2rem;
}

.video-box video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: .29rem;
    z-index: 9;
}

.video-box .video-cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: .29rem;
    background-size: 100% 100%;
}


.video-box .video-cover::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: .29rem;
    background-color: rgba(241, 232, 217, 0.7);
}

.video-box .video-play {
    position: absolute;
    left: calc(50% - .95rem);
    top: calc(50% - .95rem);
    width: 1.9rem;
    height: 1.9rem;
}

.video-box .video-tag {
    position: absolute;
    top: -0.26rem;
    left: -0.12rem;
    width: 2.22rem;
    height: .81rem;
    line-height: .81rem;
    background-image: url('../images/tag.png');
    background-size: 100% 100%;
    font-size: .35rem;
    font-family: sans-serif;
    font-weight: bolder;
    z-index: 10;
}

.video-box .video-tag::before {
    content: '';
    background-image: url('../images/rank.png');
    background-size: 100% 100%;
    width: .43rem;
    height: .43rem;
    margin-right: .12rem;
}

.rules {
    border-top: 2px dashed rgba(222, 205, 186, 1);
    padding-top: .69rem;
    margin-top: .29rem;
}

.rules h3 {
    font-size: .35rem;
    font-weight: bold;
    line-height: .46rem;
    color: rgba(89, 53, 14, 1);
}

.rules p {
    font-size: .26rem;
    font-weight: bold;
    line-height: .46rem;
    color: rgba(219, 170, 110, 1);
    margin-top: .12rem;
    margin-bottom: .43rem;
}

.no-more {
    display: none;
}

.share-video {
    display: none;
}