@charset "UTF-8";.pagination-box {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.pagination-box .pagination-page-box {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start
}

.pagination-box .pagination-page-box .pagination-page-pre {
    margin-right: 11px
}

.pagination-box .pagination-page-box .pagination-page-pre img {
    display: none
}

.pagination-box .pagination-page-box .pagination-page-pre img.show {
    display: block
}

.pagination-box .pagination-page-box .pagination-page-pre img.show:nth-child(2) {
    cursor: pointer
}

.pagination-box .pagination-page-box .pagination-page-num a {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    font-family: "Microsoft YaHei";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    color: #353535
}

.pagination-box .pagination-page-box .pagination-page-num a:hover {
    font-weight: 700;
    color: #353535;
    background: #f0f0f0;
    cursor: pointer
}

.pagination-box .pagination-page-box .pagination-page-num a.active {
    font-weight: 700;
    color: #353535;
    background: #f0f0f0
}

.pagination-box .pagination-page-box .pagination-page-next {
    margin-left: 11px
}

.pagination-box .pagination-page-box .pagination-page-next img {
    display: none
}

.pagination-box .pagination-page-box .pagination-page-next img.show {
    display: block
}

.pagination-box .pagination-page-box .pagination-page-next img.show:nth-child(2) {
    cursor: pointer
}

.pagination-box .pagination-input {
    margin-left: 30px;
    font-family: "Microsoft YaHei";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #353535
}

.pagination-box .pagination-input input {
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: 0;
    display: inline-block;
    width: 44px;
    height: 32px;
    line-height: 32px;
    background: #f9f9f9;
    border: 1px solid #eaebec;
    border-radius: 6px;
    margin: 0 8px;
    text-align: center
}

body {
    background: #f2f2f2;
    height: 100vh;
    min-height: 100%!important
}

.tab-box {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 1200px;
    margin: 0 auto;
    height: 70px;
    margin-top: 58px
}

.tab-box ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.tab-box ul li {
    position: relative;
    height: 52px;
    line-height: 52px;
    font-family: ProximaNovaSemibold;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    margin-right: 50px;
    cursor: pointer
}

.tab-box ul li:last-child {
    margin-right: 0
}

.tab-box ul li.active::after {
    position: absolute;
    bottom: 6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    width: 24px;
    height: 2px;
    background: #000
}

.tab-box .help-input-box {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 274px;
    height: 44px;
    background: #fff;
    border: 1px solid #cecece;
    box-sizing: border-box;
    border-radius: 45px;
    overflow: hidden
}

.tab-box .help-input-box .input-img-box {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    max-width: 339px;
    margin-left: 14px;
    word-break: break-all
}

.tab-box .help-input-box .input-img-box.add-width {
    width: 89%;
    margin: 0
}

.tab-box .help-input-box .input-img-box.add-width input {
    position: unset
}

.tab-box .help-input-box .input-img-box img {
    margin-bottom: 2px
}

.tab-box .help-input-box .input-img-box img.hide {
    display: none
}

.tab-box .help-input-box .input-img-box input {
    position: absolute;
    left: 31px;
    top: 0;
    width: 100%;
    max-width: 308px;
    height: 40px;
    line-height: 40px;
    font-family: "Microsoft YaHei";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    caret-color: #007aff;
    outline: 0;
    border: none;
    box-sizing: border-box;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none
}

.tab-box .help-input-box .input-img-box input -moz-input-placeholder,.tab-box .help-input-box .input-img-box input -ms-input-placeholder,.tab-box .help-input-box .input-img-box input -o-input-placeholder,.tab-box .help-input-box .input-img-box input input-placeholder,.tab-box .help-input-box .input-img-box input::-webkit-input-placeholder {
    font-family: "Microsoft YaHei";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    color: #999
}

.tab-box .help-input-box .input-img-box input.add-width {
    width: 100%;
    padding-left: 16px;
    box-sizing: border-box
}

.tab-box .help-input-box .input-img-box label {
    visibility: hidden;
    opacity: 0;
    height: 40px;
    line-height: 40px;
    margin-left: 12px;
    font-family: "Microsoft YaHei";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #000
}

.tab-box .help-input-box .input-img-box label.hide {
    display: none
}

.tab-box .help-input-box span {
    position: relative;
    display: none;
    width: 54px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: rgba(0,122,255,.5);
    border-radius: 25px;
    margin-right: 4px
}

.tab-box .help-input-box span.show {
    display: block
}

.tab-box .help-input-box span.active {
    background: #007aff;
    cursor: pointer
}

.tab-box .help-input-box span img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.article-box {
    width: 100%;
    padding-bottom: 50px;
    box-sizing: border-box
}

.article-box .article-crumbs {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    font-size: 12px;
    color: #797979
}

.article-box .article-crumbs>img {
    margin: 0 5px;
    width: 20px;
    height: 20px
}

.article-box .article-crumbs>a {
    font-size: 16px!important;
    color: #797979
}

.article-box .article-crumbs>div {
    margin-left: 5px
}

.article-box .article-crumbs>div a {
    font-size: 16px!important
}

.article-box .article-crumbs>div>img {
    margin-right: 5px
}

.article-box .article-crumbs .article-last-none {
    display: flex;
    justify-content: center;
    align-items: center
}

.article-box .article-crumbs .none {
    opacity: 0
}

.article-box .article-crumbs .none.active {
    opacity: 1;
    font-size: 16px
}

.article-box .article-container {
    position: relative;
    width: 1200px;
    margin: 0 auto
}

.article-box .article-container .article-item {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 20px 24px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 16px;
    margin-bottom: 16px
}

.article-box .article-container .article-item:last-child {
    margin-bottom: 0
}

.article-box .article-container .article-item>a img {
    width: 340px;
    height: 190px;
    border-radius: 16px;
    object-fit: cover
}

.article-box .article-container .article-item .article-info-text {
    position: relative;
    width: 68%;
    height: 190px
}

.article-box .article-container .article-item .article-info-text h1 a {
    display: block;
    width: 100%;
    font-family: ProximaNovaSemibold;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -ms-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 2;
    -ms-line-clamp: 2;
    -moz-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis
}

.article-box .article-container .article-item .article-info-text h1 a .search-test {
    color: #fc4247
}

.article-box .article-container .article-item .article-info-text p {
    width: 100%;
    font-family: ProximaNovaRegular;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #a2a2a2;
    margin-top: 16px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -ms-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 2;
    -ms-line-clamp: 2;
    -moz-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis
}

.article-box .article-container .article-item .article-info-text p .search-test {
    color: #fc4247
}

.article-box .article-container .article-item .article-info-text .article-tag-box {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.article-box .article-container .article-item .article-info-text .article-tag-box .article-tag-text {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%
}

.article-box .article-container .article-item .article-info-text .article-tag-box .article-tag-text .article-tag-text-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 24px
}

.article-box .article-container .article-item .article-info-text .article-tag-box .article-tag-text a {
    padding: 6px 10px;
    box-sizing: border-box;
    background: rgba(255,255,255,.6);
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 100px;
    font-family: ProximaNovaRegular;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 15px;
    color: #323232;
    margin-right: 16px
}

.article-box .article-container .article-item .article-info-text .article-tag-box .article-tag-text a:last-child {
    margin-right: 0
}

.article-box .article-container .article-item .article-info-text .article-tag-box .article-tag-text a:hover {
    background: rgba(0,122,255,.1);
    border: 1px solid #007aff;
    color: #007aff
}

.article-box .article-container .article-item .article-info-text .article-tag-box .article-tag-text .operate-down {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 10px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,.1);
    background: #fff
}

.article-box .article-container .article-item .article-info-text .article-tag-box .article-tag-text .operate-down img {
    width: 20px;
    height: 20px
}

.article-box .article-container .article-item .article-info-text .article-tag-box .article-tag-text .operate-down span {
    display: inline-block;
    margin: 0 5px;
    color: #007aff;
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -.5px;
    opacity: 1
}

.article-box .article-container .article-item .article-info-text .article-tag-box .article-tag-text .operate-down span.color-active {
    color: #5d5d5d
}

.article-box .article-container .article-item .article-info-text .article-tag-box .article-tag-text .win-even {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 10px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,.1);
    background: #fff;
    margin-right: 16px;
    cursor: pointer
}

.article-box .article-container .article-item .article-info-text .article-tag-box .article-tag-text .win-even>span {
    display: inline-block;
    margin: 0 5px;
    color: #007aff;
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -.5px;
    opacity: 1
}

.article-box .article-container .article-item .article-info-text .article-tag-box .article-tag-text .win-even>span.color-active {
    color: #5d5d5d
}

.article-box .article-container .article-item .article-info-text .article-tag-box .article-tag-text .win-even img {
    width: 20px;
    height: 20px
}

.article-box .article-container .article-item .article-info-text .article-tag-box .article-tag-text .win-even>div {
    display: none;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 38px;
    left: 0;
    padding: 4px 0;
    box-sizing: border-box;
    background-color: #fff;
    width: 100%;
    border-radius: 8px;
    filter: drop-shadow(0 0 7px rgba(0, 0, 0, .2));
    z-index: 2023
}

.article-box .article-container .article-item .article-info-text .article-tag-box .article-tag-text .win-even>div a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 36px;
    background: #fff;
    cursor: pointer;
    padding: 0;
    border: 0;
    border-radius: 0;
    line-height: 36px;
    margin-right: 0;
    background: #fff
}

.article-box .article-container .article-item .article-info-text .article-tag-box .article-tag-text .win-even>div a img {
    width: 26px;
    height: 26px
}

.article-box .article-container .article-item .article-info-text .article-tag-box .article-tag-text .win-even>div a span {
    display: inline-block;
    width: 56px;
    margin-left: 4px;
    font-family: "Microsoft YaHei";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -.5px;
    color: #000;
    margin-left: 6px;
    opacity: 1
}

.article-box .article-container .article-item .article-info-text .article-tag-box .article-tag-text .win-even>div a:hover {
    background-color: #eee
}

.article-box .article-container .article-item .article-info-text .article-tag-box .article-tag-text .win-even:hover>div {
    display: flex
}

.article-box .article-container .article-item .article-info-text .article-tag-box .article-tag-text .win-even:hover {
    border-radius: 4px;
    border: 1px solid #007aff;
    background: rgba(0,122,255,.1)
}

.article-box .article-container .article-item .article-info-text .article-tag-box .article-tag-text .down-qr-div {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 16px;
    padding: 6px 6px 6px 8px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,.1);
    background: #fff;
    cursor: pointer
}

.article-box .article-container .article-item .article-info-text .article-tag-box .article-tag-text .down-qr-div img {
    width: 20px
}

.article-box .article-container .article-item .article-info-text .article-tag-box .article-tag-text .down-qr-div span {
    display: inline-block;
    width: 56px;
    margin: 0 4px;
    font-family: Microsoft YaHei;
    color: #5d5d5d;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -.5px;
    opacity: 1
}

.article-box .article-container .article-item .article-info-text .article-tag-box .article-tag-text .down-qr-div .download-qrcode {
    position: absolute;
    top: 36px;
    left: -12px;
    display: none;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 144px;
    height: 164px;
    background: #fff;
    box-shadow: 0 0 7px 0 rgba(0,0,0,.2);
    border-radius: 8px;
    z-index: 10
}

.article-box .article-container .article-item .article-info-text .article-tag-box .article-tag-text .down-qr-div .download-qrcode>div {
    cursor: pointer
}

.article-box .article-container .article-item .article-info-text .article-tag-box .article-tag-text .down-qr-div .download-qrcode canvas {
    width: 100%
}

.article-box .article-container .article-item .article-info-text .article-tag-box .article-tag-text .down-qr-div .download-qrcode .qr-p {
    margin-top: 0;
    color: #000;
    font-family: Microsoft YaHei;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -.5px;
    text-align: center;
    z-index: 20
}

.article-box .article-container .article-item .article-info-text .article-tag-box .article-tag-text .down-qr-div:hover {
    border-radius: 4px;
    border: 1px solid #007aff;
    background: rgba(0,122,255,.1)
}

.article-box .article-container .article-item .article-info-text .article-tag-box .article-tag-text .down-qr-div:hover .download-qrcode {
    display: flex
}

.article-box .article-container .article-item .article-info-text .article-tag-box span {
    font-family: ProximaNovaRegular;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #000;
    opacity: .5;
    display: inline-block
}

.article-box .article-container .article-item .article-info-text .article-tag-box>span {
    width: 80px
}

.article-box .other-box {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px
}

.article-box .other-box .common-title {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    font-family: ProximaNovaSemibold;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #000
}

.article-box .other-box .common-title i {
    display: inline-block;
    width: 4px;
    height: 26px;
    background: #000;
    border-radius: 115px;
    margin-right: 12px
}

.article-box .other-box .featured-article-box ul {
    width: 585px;
    height: 270px;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 16px;
    margin-top: 16px;
    padding: 20px 24px;
    box-sizing: border-box
}

.article-box .other-box .featured-article-box ul li {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 9px
}

.article-box .other-box .featured-article-box ul li:last-child {
    margin-bottom: 0
}

.article-box .other-box .featured-article-box ul li a {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 85%;
    font-family: ProximaNovaRegular;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #000;
    display: inline-block;
    -webkit-box-orient: vertical;
    -ms-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 1;
    -ms-line-clamp: 1;
    -moz-line-clamp: 1;
    -o-line-clamp: 1;
    line-clamp: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.article-box .other-box .featured-article-box ul li a:hover {
    text-decoration: underline
}

.article-box .other-box .featured-article-box ul li a i {
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #000;
    margin-right: 8px;
    border-radius: 50%;
    margin-bottom: 2px
}

.article-box .other-box .featured-article-box ul li span {
    font-family: "Microsoft YaHei";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #a2a2a2
}

.article-box .other-box .hot-products ul {
    width: 585px;
    height: 270px;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 16px;
    margin-top: 16px;
    padding: 12px 8px;
    box-sizing: border-box
}

.article-box .other-box .hot-products ul li {
    width: 100%;
    padding: 8px 25px;
    box-sizing: border-box;
    border-radius: 8px
}

.article-box .other-box .hot-products ul li:hover {
    background: #f5f5f5
}

.article-box .other-box .hot-products ul li a {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.article-box .other-box .hot-products ul li a .hot-products-info {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 91%
}

.article-box .other-box .hot-products ul li a .hot-products-info img {
    width: 44px;
    height: 44px
}

.article-box .other-box .hot-products ul li a .hot-products-info .hot-products-text {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    margin-left: 8px
}

.article-box .other-box .hot-products ul li a .hot-products-info .hot-products-text h2 {
    width: 100%;
    font-family: ProximaNovaSemibold;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    color: #000;
    margin-bottom: 8px;
    margin-top: 1px;
    display: inline-block;
    -webkit-box-orient: vertical;
    -ms-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 1;
    -ms-line-clamp: 1;
    -moz-line-clamp: 1;
    -o-line-clamp: 1;
    line-clamp: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.article-box .other-box .hot-products ul li a .hot-products-info .hot-products-text p {
    width: 100%;
    font-family: ProximaNovaRegular;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    color: #000;
    display: inline-block;
    -webkit-box-orient: vertical;
    -ms-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 1;
    -ms-line-clamp: 1;
    -moz-line-clamp: 1;
    -o-line-clamp: 1;
    line-clamp: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.paginationBox .my-pagination ._page_container {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 0
}

.paginationBox .my-pagination ._page_container ._prev {
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    color: rgba(0,0,0,.85);
    background: #f5f5f5;
    border: 1px solid #e7e7e7;
    border-radius: 6px;
    box-sizing: border-box;
    margin: 0;
    margin-right: 11px
}

.paginationBox .my-pagination ._page_container ._next {
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    color: rgba(0,0,0,.85);
    background: #f5f5f5;
    border: 1px solid #e7e7e7;
    border-radius: 6px;
    box-sizing: border-box;
    margin: 0;
    margin-left: 11px
}

.paginationBox .my-pagination ._page_container ._disabled_c {
    color: #d9d9d9!important
}

.paginationBox .my-pagination ._page_container ul li {
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 6px;
    text-align: center;
    font-family: ProximaNovaRegular;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: rgba(0,0,0,.85);
    padding: 0;
    margin: 0;
    margin-right: 8px
}

.paginationBox .my-pagination ._page_container ul li:last-child {
    margin-right: 0
}

.paginationBox .my-pagination ._page_container ul li:hover {
    background: #007aff;
    color: #fff!important
}

.paginationBox .my-pagination ._page_container ul li._active_2 {
    background: #007aff;
    color: #fff!important
}
.paginationBox .my-pagination ._page_container ul li._active_2 a{
    color: #fff!important
}

.paginationBox .my-pagination ._page_container ._jumper {
    margin: 0;
    margin-left: 16px
}

.paginationBox .my-pagination ._page_container ._jumper span {
    font-family: ProximaNovaRegular;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #a2a2a2
}

.paginationBox .my-pagination ._page_container ._jumper ._jumper_input {
    width: 50px;
    height: 28px;
    line-height: 28px;
    background: #f5f5f5;
    border: 1px solid #e7e7e7;
    box-sizing: border-box;
    border-radius: 6px;
    margin: 0 4px;
    font-family: ProximaNovaRegular;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: rgba(0,0,0,.85)
}

.paginationBox .my-pagination ._page_container ._jumper ._jumper_input:focus {
    background: #fff
}

.helpArticleInfo-leftMeun-container {
    padding-bottom: 20px;
    width: 98px;
    border-radius: 30px;
    background: #fff;
    z-index: 2020;
    filter: drop-shadow(3px 7px 7px rgba(0, 0, 0, .07))
}

.helpArticleInfo-leftMeun-container .helpArticleInfo-leftMeun-title {
    position: relative;
    height: 44px;
    line-height: 44px;
    color: #878787;
    font-size: 13px;
    text-align: center;
    border-bottom: 1px solid #b8b7b7;
    cursor: default;
    padding-top: 6px
}

.helpArticleInfo-leftMeun-container .helpArticleInfo-leftMeun-li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 55px;
    line-height: 55px;
    text-align: center;
    color: #101010;
    font-size: 14px;
    cursor: default;
    font-size: 16px
}

.helpArticleInfo-leftMeun-container .helpArticleInfo-leftMeun-li::before {
    display: inline-block;
    content: "";
    width: 3px;
    height: 23px;
    background-color: #007aff;
    opacity: 0
}

.helpArticleInfo-leftMeun-container .helpArticleInfo-leftMeun-li::after {
    display: inline-block;
    content: "";
    width: 3px;
    height: 23px
}

.helpArticleInfo-leftMeun-container .helpArticleInfo-leftMeun-li .concealldiv {
    position: absolute;
    top: 0;
    right: 5px;
    display: none;
    background-color: #878787
}

.helpArticleInfo-leftMeun-container .helpArticleInfo-leftMeun-li .helpArticleInfo-leftMeun-li-box {
    position: absolute;
    padding: 20px 2px;
    width: 712px;
    height: 504px;
    box-sizing: border-box
}

.helpArticleInfo-leftMeun-container .helpArticleInfo-leftMeun-li .helpArticleInfo-leftMeun-li-box .roller {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 707px;
    height: 444px;
    overflow-y: auto;
    border-right: 2px solid #fff
}

.helpArticleInfo-leftMeun-container .helpArticleInfo-leftMeun-li .helpArticleInfo-leftMeun-li-box .roller .helpArticleInfo-leftMeun-li-box-card {
    display: flex;
    align-items: center;
    margin-right: 38px;
    margin-left: 50px;
    margin-bottom: 16px;
    width: 285px;
    height: 60px;
    box-sizing: border-box;
    text-align: start
}

.helpArticleInfo-leftMeun-container .helpArticleInfo-leftMeun-li .helpArticleInfo-leftMeun-li-box .roller .helpArticleInfo-leftMeun-li-box-card .image {
    width: 45px;
    height: 45px;
    margin-right: 14px;
    cursor: pointer
}

.helpArticleInfo-leftMeun-container .helpArticleInfo-leftMeun-li .helpArticleInfo-leftMeun-li-box .roller .helpArticleInfo-leftMeun-li-box-card>div {
    width: 190px;
    height: 38px;
    cursor: pointer
}

.helpArticleInfo-leftMeun-container .helpArticleInfo-leftMeun-li .helpArticleInfo-leftMeun-li-box .roller .helpArticleInfo-leftMeun-li-box-card>div>span {
    display: block;
    line-height: 1;
    font-size: 13px;
    color: #878787;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.helpArticleInfo-leftMeun-container .helpArticleInfo-leftMeun-li .helpArticleInfo-leftMeun-li-box .roller .helpArticleInfo-leftMeun-li-box-card>div .txt {
    font-weight: 700;
    font-size: 15px;
    color: #101010;
    margin-bottom: 10px
}

.helpArticleInfo-leftMeun-container .helpArticleInfo-leftMeun-li .helpArticleInfo-leftMeun-li-box .helpArticleInfo-leftMeun-li-box-card:nth-child(2n) {
    margin-right: 0;
    margin-left: 0
}

.helpArticleInfo-leftMeun-container .helpArticleInfo-leftMeun-li:hover {
    background-color: #f0f6ff;
    color: #3897ff
}

.helpArticleInfo-leftMeun-container .helpArticleInfo-leftMeun-li:hover::before {
    opacity: 1
}

.helpArticleInfo-leftMeun-container .helpArticleInfo-leftMeun-li:hover .concealldiv {
    display: block
}

.helpArticleInfo-leftMeun-container ::-webkit-scrollbar {
    width: 3px;
    height: 8px
}

.helpArticleInfo-leftMeun-container ::-webkit-scrollbar-thumb {
    background: #d5d5d5;
    border-radius: 5px;
    padding: 10px
}

.helpArticleInfo-leftMeun-container ::-webkit-scrollbar-thumb:hover {
    background: #555
}

.white-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 806px;
    height: 504px;
    background-color: #fff;
    border-radius: 30px;
    display: none;
    z-index: -1;
    filter: drop-shadow(3px 7px 7px rgba(0, 0, 0, .07))
}

.white-background.whiteActive {
    display: block;
    z-index: -1
}

.hole {
    z-index: 10;
    opacity: 1
}

.hole.show {
    opacity: 0!important
}

.hole.min {
    position: fixed;
    top: 130px;
    left: 18px
}

.hole.max {
    position: absolute;
    top: 0;
    left: -117px
}

.defaultNone {
    display: none;
    width: 100%;
    height: 467px;
    background-color: #fff;
    border-radius: 8px
}

.defaultNone.show {
    display: block
}

.defaultNone .default-container {
    padding-top: 60px;
    width: 100%;
    text-align: center
}

.defaultNone .default-container>img {
    width: 81px;
    height: 96.55px
}

.defaultNone .default-container>p {
    font-family: "Microsoft YaHei";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #b6b6b6;
    margin-top: 16px
}

.kingshiper-footer {
    z-index: 2
}

.production-banner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 1360px;
    height: 227px;
    margin: 0 auto;
    margin-top: 74px
}

.production-banner.active {
    display: none
}

.production-banner span {
    z-index: 10;
    display: inline-block
}

.production-banner span:nth-child(1) {
    margin-top: 72px;
    margin-bottom: 14px;
    color: #000;
    text-align: center;
    font-family: Microsoft YaHei;
    font-size: 30px;
    font-weight: 700
}

.production-banner span:nth-child(2) {
    color: #000;
    font-family: Microsoft YaHei;
    font-size: 22px;
    font-weight: 400
}

.production-banner span i {
    font-style: normal
}

.production-banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}
