.left-list {
    display: inline-block;
    width: 21%;
}

.list-item-p {
    position: relative;
    background-image: url('../images/btn.png');
    background-size: 100% 100%;
    line-height: 2vw;
    height: 2vw;
    text-align: center;
}

.list-item-p>a {
    color: #1a275b;
    font-size: 0.8vw;
}

.list-item-p.has-c::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1vw;
    transform: translateY(-50%);
    background-image: url('../images/icon-bottom.png');
    background-size: 100% 100%;
    width: 1vw;
    height: 0.6vw;
}

.list-item-p.has-c.active::after {
    top: 35%;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.list-item-p.new::before {
    content: '';
    position: absolute;
    top: -0.1vw;
    left: 0vw;
    background-image: url('../images/new.png');
    background-size: 100% 100%;
    width: 2.1vw;
    height: 1.5vw;
}

.c-list {
    position: absolute;
    left: 103%;
    top: 0;
    width: 100%;
}

.c-list>a {
    display: none;
    width: 100%;
    background-image: url('../images/btn.png');
    background-size: 100% 100%;
    line-height: 2vw;
    height: 2vw;
    text-align: center;
    color: #1a275b;
    font-size: 0.8vw;
}

.c-list.active>a {
    display: block;
}

.menu-icon {
    display: none;
}

.unshow {
    display: none;
}

.show {
    display: block !important;
}

@media (max-width: 480px) {
    .menu-icon {
        display: block;
        position: absolute;
        z-index: 200;
        top: 10px;
        left: 10px;
    }

    .menu-icon>img {
        width: 20px;
        padding: 3px;
    }

    .menu-icon>.open {
        padding: 0;
    }

    .menu-icon>.close {
        position: fixed;
        background-color: #bec7d0;
        border-radius: 100px;
    }

    .left-list {
        display: none;
        position: fixed;
        top: 70px;
        left: 10px;
        z-index: 400;
    }

    .list-item-p>a {
        font-size: 14px;
    }

    .list-item-p.has-c::after {
        right: 10px;
        width: 10px;
        height: 6px;
    }

    .list-item-p.new::before {
        top: -1px;
        width: 20px;
        height: 15px;
    }

    .c-list>a {
        line-height: 20px;
        height: 20px;
        margin-bottom: 2px;
        font-size: 14px;
    }

    .list-item-p {
        line-height: 20px;
        height: 20px;
        margin-top: 5px;
        width: 150px;
    }

    .slide img {
        height: 200px;
    }

    .center {
        position: relative;
    }

    .center .menu {
        position: absolute;
        width: 100%;
        top: -30px;
    }

    .center .cont .right {
        padding-top: 40px;
    }
}
