@import url('./reset.css');
@import url('./swiper-bundle.min.css');
@import url('./common.css');
@import url('./list.css');
@media (min-width: 960px) {
    .search {
        padding: 0;
        margin-bottom: 30px;
        height: 38px;
    }

    .ncgb-btn-list {
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        right: initial;
        background-image: url(//game.gtimg.cn/images/l2m/cp/guidebook/btn_list_back_pc.png);
        display: block;
    }

    .autoSuggest {
        float: right;
        width: 305px;
        border: 1px solid rgba(34, 34, 34, 0.12);
        padding-left: 15px;
    }

    .swiper-wrapper {
        flex-direction: initial;
    }

    .swiper-slide.act a {
        color: #CF631F;
    }

    .swiper-slide.act a {
        border-bottom: 1px solid #CF631F;
    }

    .ncgb-suggest-input {
        height: 38px;
        margin-left: 0;
        width: 80%;
    }

    .submit {
        right: 0;
        left: initial;
    }

    .delete {
        right: 30px;
        left: initial;
    }

    .link_list li {
        color: rgba(0, 0, 0, 0.68);
        padding: 0 15px;
        font-size: 16px;
    }

    .open_link {
        display: none;
    }

    .swiper {
        opacity: 1;
        position: relative;
        height: 50px;
        border: 0;
        z-index: 1;
    }

    #prev,
    #next {
        display: block;
    }

    .swiper-slide:nth-child(1) {
        margin-left: 25px;
    }

    .swiper-slide:last-child {
        margin-right: 25px;
    }

    .swiper-wrapper .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 49px;
        height: 49px;
        width: auto;
    }

    .swiper-slide a {
        display: block;
        margin-right: 40px;
        padding: 0 5px;
        color: rgba(0, 0, 0, 0.93);
    }

    #next {
        right: 0;
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 5%, #FFFFFF 60%, #FFFFFF 100%);
        width: 60px;
        height: 46px;
        color: #a0a0a0;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    #prev {
        width: 60px;
        height: 48px;
        left: 0;
        color: #a0a0a0;
        background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 5%, #FFFFFF 60%, #FFFFFF 100%);
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    #next:after,
    #prev:after {
        font-size: 25px;
        transform: translateX(-10px);
    }

    #prev.swiper-button-disabled,
    #next.swiper-button-disabled {
        opacity: 0;
    }

    #prev:after {
        transform: translateX(10px);
    }

    .link_box {
        padding: 0 13px;
    }

    .guide_item_img {
        width: 160px;
        height: 110px;
        margin-right: 20px;
        margin-left: initial;
    }

    .guide_item {
        display: inline-block;
        vertical-align: top;
        margin: -1px 0 0 -1px;
        padding: 20px;
        width: 50%;
        height: 150px;
        border: 1px solid rgba(34, 34, 34, 0.08);
    }

    .container_list {
        margin-top: 20px;
        border-bottom: 0;
    }

    .container_item {
        padding-top: 20px;
        border-top: 0;
    }

    .guide_list {
        display: flex;
        flex-wrap: wrap;
    }

    .guide_list li {
        box-sizing: border-box;
    }
}