﻿img,table{max-width:100%}
.sp{min-height: 6rem;}

.sp_title {
	p{}
	span{display: block;width: 0.73rem; height: 0.22rem; background: #f9e5e7;margin: -0.16rem auto 0;}
}
.public-sub-column-box{
    position: absolute; background: #13181f; top: 0; left: 0; width: 100%;
    .item{
        color: #fff;
        height: 0.55rem;
        line-height: 0.55rem;
        list-style: none;
        text-align: center;
        font-size: 0.18rem;
        cursor: pointer;
        overflow: hidden;
        &:hover{
            color: #ff4c5b;
        }
        &.active{
            color: #ff4c5b;
        }
    }
}