body,
html {
    margin: auto;
    padding: 0;
    font-family: PingFangSC-Medium, PingFang SC;
}

.fade-enter-active,
.fade-leave-active {
    transition: opacity .5s;
}

.fade-enter,
.fade-leave-to
/* .fade-leave-active below version 2.1.8 */

{
    opacity: 0;
}

.topimg {
    width: 100%;
    position: relative;
    display: block;
}

.topcontainer {
    width: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
    background-size: contain;
    min-height: 73.6vw;
}

.music {
    margin: 1rem;
    width: 1.5rem;
    float: left;
}

.topright {
    float: right;
    margin: 1.2rem;
    text-align: center;
    overflow: hidden;
}

.topright img {
    width: 2rem;
}

.rule {
    margin-bottom: .8rem;
}

.paihang {
    margin-bottom: .8rem;
}

.time {
    width: 100%;
    line-height: 3rem!important;
    height: 3rem;
    text-align: center;
}

.votecontainer {
    display: flex;
    flex-wrap: wrap;
    margin-left: 4vw
}

.voteitem {
    width: 46vw;
}

.voteitem.is-pre {
    width: 45vw;
}

.voteitem>div {
    background: white;
    margin: auto;
    width: 93%;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
}

.mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
    text-align: center;
    line-height: 20vh;
    color: #888;
}

.voteitem .voteimg {
    /*width: 100%;*/
    height: 15rem;
    border-radius: 0.5rem;
}

.votetitle {
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(94, 94, 94, 1);
    margin: 0 0.5rem;
    line-height: 2.5rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.votebtn {
    border-radius: 1rem;
    width: 85%;
    margin: auto;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    font-weight: 800;
    color: #fff;
}

.btn:active {
    opacity: 0.5;
}

.search {
    background: rgba(255, 255, 255, 1);
    border-radius: 0.4px;
    width: 60%;
    margin: 1rem auto;
    padding: 0.5rem;
    display: flex;
}

.search input {
    border: none;
    outline: none;
}

.fontstyle {
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 700;
    color: rgba(136, 136, 136, 1);
    line-height: 1.7rem;
    font-size: 13px;
}

.fontcolor {
    font-family: PingFangSC-Medium, PingFang SC;
    color: rgba(136, 136, 136, 1);
}

.mc {
    -webkit-animation: xuanzhuan 4s linear infinite;
}

@-webkit-keyframes xuanzhuan {
    0% {
        -webkit-transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(90deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    75% {
        -webkit-transform: rotate(270deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
.indexBox{
    font-weight: 800;
    /* line-height: 1.5rem; */
    height: 1rem;
    text-align: center;
}