
/*
平台首页样式,禁止写和平台首页无关的样式
*/
.classif1 .nav-five{
    margin-top: 10px;
    display: flex;
}
.classif1{
    margin: 0 .3rem;
    overflow: hidden;
    position: relative;
    padding-bottom: 30px;
}
.classif1 .nav-five .nav-five-item .icon{
    display: block;
    margin: auto;
    width: 100%;
    height: 100%;
}
.classif1 .nav-five .nav-five-item p{
    margin: .1rem 0;
    text-align: center;
    font-size: .18rem;
}
.classif1 .nav-five .nav-five-item p a{
    color:rgb(33, 33, 33);
}
.classif1 li {
    margin: 0 !important;
    width: 20% !important;
}
.classif1 .swiper-pagination-bullet-active {
    width: 12px;
    opacity: 1;
    background: #f1170d!important;
}
.classif1 .swiper-pagination-bullet {
    height: 0.04rem;
    background: #acacac;
    opacity: 1;
    border-radius: 4px;
}
.pop-lottery{
    display: none;
    width: 7.5rem;
    height:10rem;
    font-size: .28rem;
    line-height: .5rem;
    color:#E53F07;
    box-sizing: border-box;
    padding:1rem .5rem 0 .5rem;
    position: relative;
    font-weight: 900;
    background-size:100% auto;
    background-repeat: no-repeat;
    text-align: center;
    overflow: hidden;
}
.toMini{
    display: block;
    width: 6.5rem;
    height:10rem;
}
.pop-lottery .toMini img{
    display: inline-block;
    width: 100%;
}
.pop-lottery .pop-lottery-close{
    display: block;
    width:.5rem;
    height:.46rem;
    position: absolute;
    top: .5rem;
    right: .5rem;
    text-align: center;
}
.pop-lottery .pop-lottery-close img{
    display: inline-block;
    width: .46rem;
    height: .46rem;
}
