.su-banner{
    position: relative;
    width: calc(100%);
    height: 562px;
}

.page-header{
    position: absolute;
    bottom: 0;
    display: flex;
    align-items:center;
    justify-content: center;
    width: calc(100%);
    height: 60px;
    background: #232324;
    color: #fff;
}

.page-header .page-btn{
    padding: 0px 65px;
    height: 60px;
    display: flex;
    align-items:center;
    justify-content: center;
    font-size: 18px;
    color: #A6A6A6;
    font-weight: 400;
    border-left: 1px solid #E3E3E3;
}

.page-active{
    background: #A5001C;
    color: #fff !important;
}

.page-header .page-btn:last-child{
    border-right: 1px solid #E3E3E3;
}

.cc-edit p img {
    width: calc(100%) !important;
}