[v-cloak]{
    display: none;
}
.footer{
    margin-top: 0;
}
.topnav{
    overflow: unset;
}
.competition__index{
    background: #e7e7e7;
    padding: 40px 0;
}
.competition__box{
    background: #fff;
    padding: 28px 0;
    padding-bottom: 18px;
}
.competition__item{
    width: 1262px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.competition__item .item__list{
    position: relative;
    width: 628px;
    height: 392px;
    margin-bottom: 6px;
    background: #000;
}
.competition__item .item__list a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.competition__item img {
    width: 628px;
    height: 392px;
    opacity: .6;
}
.list__info{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 18px 16px;
    box-sizing: border-box;
    cursor: pointer;
}
.list__info .info__time{
    position: absolute;
    width: 95%;
    bottom: 18px;
    display: flex;
    justify-content: space-between;
}
.info__time div{
    display: flex;
    align-items: end;
}
.info__time i{
    display: block;
    margin-right: 10px;
}
.info__time .info__time__left{
    width: 15px;
    height: 18px;
    background: url('../../images/competition/icon.png') left 2px no-repeat;
}
.info__time .info__time__right{
    width: 17px;
    height: 16px;
    background: url('../../images/competition/icon.png') left bottom no-repeat;
}
.info__time span{
    color: #fff;
    font-size: 12px;
}
.info__title h1{
    color: #fff;
    font-size: 30px;
    margin: 42px 10px 0 10px;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
}
.info__title__box{
    position: absolute;
    left: 50%;
    top: 45%;
    text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.info__prize{
    color: #FFD800;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
}
.info__prize i{
    display:inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    margin-right: 9px;
    background: url('../../images/competition/minPrize.png') left center no-repeat;
    background-size: 15px 15px;
}
.info__prize span{
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 570px;
}
.info__border{
    position: relative;
    width: 100%;
    margin: 10px 0 15px 0;
    display: flex;
    align-items: center;
}
.info__border span{
    display: block;
    border-bottom: #fff solid 1px;
    width: 48.5%;
}
.info__border i{
    display: block;
    color: #fff;
    width: 20px;
    font-size: 20px;
}
/* 分页 */
.page__box{
    margin-top: 60px;
}
.page__box .page__content{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #606266;
    font-size: 14px;
    padding-bottom: 60px;
}
.page__content .page__total{
    margin-right: 15px;
}
.page__content .page__num{
    display: flex;
    align-items: center;
    font-size: 16px;
    padding: 0 4px;
}
.page__content .page__num span{
    cursor: pointer;
    margin: 0 15px;
    font-weight: 500;
    user-select: none;
}
.page__content .page__num span:hover{
    color: #f80;
    font-weight: 600;
}
.page__content .page__num .span__selected{
    color: #f80;
    font-weight: 600;
}
.page__content .page__num .page__num__list{
    display: flex;
    align-items: center;
}
.page__num__input{
    display: flex;
    align-items: center;
    margin-left: 30px;
    font-weight: 400;
}
.page__num__input input{
    height: 26px;
    width: 40px;
    text-align: center;
    border-radius: 5px;
    border: #dfdfdf solid 1px;
    margin: 0 10px;
}