:root {
    --primary-color: #0084ff;
    --text-darker: #444d58;
    --text-dark: #6b7386;
    --text-default: #8590a6;
    --text-light: #a1a7b7;
    --text-lighter: #caccd5;
    --panel-border-color: #e9ecef;
    --divider: #f4f4f4;
    --primary-color-hover: #60a3f5
}

[data-theme='dark'] {
    --text-darker: #b3b3b3;
    --text-dark: #676767;
    --text-default: #676767;
    --text-light: #555555;
    --text-lighter: #4c5054;
    --divider: #313131;
    --button-hover-bg: rgba(76, 80, 84, .5);
    --card-border-color: #43454a;
    --panel-border-color: rgba(255, 255, 255, .05);
    --button-active-bg: #313131
}

.banner-image {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 40px
}

.banner-image p {
    flex: 1;
    background: #E5E5E5;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-light);
    font-size: 20px;
    margin-right: 10px
}

.banner-image p:last-child {
    margin-right: 0
}

.banner-side-image {
    width: 300px;
    height: 300px;
    margin-bottom: 10px;
    background: #E5E5E5;
    border-radius: 6px;
    overflow: hidden;
    font-size: 20px;
    color: var(--text-light);
    display: flex;
    align-items: center;
    justify-content: center
}

.banner-side-image img {
    width: 100%;
    border-radius: 6px
}

.index-wrapper {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 40px 50px;
    max-width: 1500px;
    margin: 0 auto;
}

.index-banner {
    height: 240px;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center 50%
}

.index-banner::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0
}

.index-banner .inner {
    width: 850px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center
}

.index-banner .inner .title {
    text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
    font-size: 35px;
    color: #f9f9f9;
    margin-bottom: 20px
}

[data-theme='dark'] .index-banner .inner .title {
    color: #aaaaaa
}

.index-banner .el-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

.index-banner .el-input {
    flex: 1;
    height: 50px;
    background-color: #fff;
    border-radius: 4px;
    font-size: 15px
}

.index-banner .el-input__inner {
    height: 50px;
    border-radius: 4px;
    border: none
}

.index-banner .search-btn {
    width: 120px;
    margin-left: 10px;
    height: 50px;
    font-weight: normal;
    font-size: 15px
}

.index-banner .action {
    margin-top: 20px
}

.index-banner .action .el-button {
    width: 150px;
    border: none
}

.index-banner .action .share-btn {
    width: 36px;
    height: 36px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.index-banner .action .qr-code {
    width: 150px;
    height: 150px;
    background: #F5F5F5
}

.index-main {
    flex: 1;
    width: 0;
    box-sizing: border-box
}

.ink-v2-items {
    margin-left: -7px;
    margin-right: -7px
}

.ink-v2-item {
    padding: 0 7px 14px;
    width: 20%
}

.banner-title {
    width: 100%;
    height: 150px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(to bottom, #fefefe, #f6f6f6)
}

.banner-title.banner-title-index {
    height: 200px
}

.banner-title h1 {
    position: relative;
    z-index: 1;
    font-size: 40px;
    font-weight: bold;
    color: #191919
}

.search-form {
    width: 720px;
    height: 50px;
    margin: 0 auto;
    border: 1px solid rgba(120,130,140,0.13);
    background: #fff;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 8px 0 0 15px;
    position: relative;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04)
}

.search-form input {
    border: none;
    width: 620px;
    height: 30px;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    color: rgba(0,0,0,0.85)
}

.search-form button {
    background: none;
    border: none;
    outline: none;
    width: 68px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 10px;
    cursor: pointer;
    border-left: 1px solid #E2E2E2
}

.search-form button .el-icon-search {
    font-size: 18px;
    color: #666
}

.search-form button:hover .el-icon-search {
    color: var(--primary-color)
}

.title-bg {
    pointer-events: none;
    background-image: url("https://img.bidianer.com/image/grid.png");
    background-size: 100% 100%;
    background-position: 0 0;
    margin: 0 auto;
    width: 1280px;
    height: 200px;
    opacity: .6;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    max-width: 100%
}

.sub-menus {
    position: relative;
    z-index: 10;
    margin-top: 20px;
    display: flex;
    align-items: center
}

.sub-menus .sub-menu-item {
    font-size: 15px;
    height: 26px;
    line-height: 27px;
    padding: 1px 15px 2px;
    border-radius: 20px;
    cursor: pointer;
    white-space: nowrap
}

.sub-menus .sub-menu-item:not(:last-child) {
    margin-right: 5px
}

.sub-menus .sub-menu-item:hover {
    background: var(--button-hover-bg)
}

.sub-menus .sub-menu-item.active {
    background: #0084ff;
    color: #fff
}

.google-adsense {
    width: 1200px;
    margin: 0 auto 15px
}

.content {
    box-sizing: border-box;
    padding: 0 50px;
    margin-top: 15px
}

.pagination {
    display: flex;
    justify-content: center;
    margin: 20px 0 50px
}

.list-end-number {
    margin-bottom: 50px
}

.pc-pagination {
    display: block
}

.mobile-pagination {
    display: none
}

.more-tip {
    font-size: 12px;
    text-align: center;
    margin-top: 20px;
    color: var(--text-light)
}

@media screen and (max-width: 1600px) {
    .ink-v2-item {
        width:25%
    }
}

@media screen and (max-width: 1366px) {
    .ink-v2-item {
        width:33.33333%
    }
}

@media screen and (max-width: 1024px) {
    .ink-v2-item {
        width:50%
    }
}

@media screen and (max-width: 760px) {
    .banner-title {
        height:120px
    }

    .banner-title h1 {
        font-size: 30px
    }

    .banner-title.banner-title-index {
        height: 120px
    }

    .ink-v2-items {
        margin-left: -4px;
        margin-right: -4px
    }

    .ink-v2-item {
        padding: 0 4px 8px
    }

    .ink-v2-item .ink-v2-a {
        padding: 10px
    }

    .index-wrapper {
        padding-left: 0;
        padding-right: 0;
        display: block
    }

    .index-main {
        width: 100%
    }

    .item-sidebar {
        margin-left: 0;
        width: 100%
    }

    .sub-menus {
        width: 100%;
        overflow-y: hidden;
        overflow-x: auto;
        scrollbar-width: none
    }

    .sub-menus .sub-menu-item {
        font-size: 13px
    }

    .pc-pagination {
        display: none
    }

    .mobile-pagination {
        display: block
    }

    .page-footer {
        display: none
    }

    .search-form {
        width: 100%
    }

    .search-form input {
        width: calc(100% - 68px)
    }

    #searchHead {
        height: 80px
    }
}

/*# sourceMappingURL=index.css.map */
