/**
 * zygw 质赢评选 - 首页专用样式
 * 整体宽度 75rem (1200px)，单位 rem
 * 1rem = 16px
 */

/* ========== 1. 顶部 Banner：背景用 banner.png ========== */
button:focus,
a:focus,
.your-class:focus {
    outline: none;
}

.zygw-hero-wrap {
    color: #ffffff;
    position: relative;
}

.zygw-hero-slide {
    min-height: 31.25rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.zygw-hero-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.zygw-hero-inner {
    max-width: 75rem;
    margin: 0 auto;
    padding: 10.125rem 3rem 6.0625rem;
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
    gap: 4rem;
    align-items: center;
    position: relative;
    z-index: 1;
    text-align: left;
}

.infack {
    left: -4%;
    top: 38%;
}

/* 客户反馈（index_kh.png）左侧文案自适应 */
.kh-overlay {
    width: clamp(11rem, 34vw, 17.5rem);
    text-align: center;
}

.kh-free {
    font-weight: 800;
    font-size: clamp(1.125rem, 3.8vw, 1.875rem);
    color: #FF7100;
    line-height: 1.05;
    margin-bottom: 0.5rem;
}

.kh-label {
    font-size: clamp(0.75rem, 2.1vw, 0.875rem);
    color: #374151;
    line-height: 1.2;
    margin-bottom: 2.5rem;
}

.kh-num {
    font-weight: bold;
    font-size: clamp(1.25rem, 4.8vw, 1.875rem);
    /* 更小一些，约 30px max */
    line-height: 1;
    background: linear-gradient(180deg, #FF7100 0%, #FF4F00 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 0.5rem;
}

.kh-item+.kh-item {
    margin-top: 1.5rem;
}

@media (max-width: 48rem) {
    .infack {
        left: 0.5rem;
        top: 2.5rem;
    }
}

.zygw-hero-title {
    font-size: 3.25rem;
    line-height: 1.3;
    font-weight: 800;
    margin-bottom: 1rem;
}

.zygw-hero-sub {
    font-size: 1.375rem;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 4.25rem;
}

.zygw-hero-cta-wrap {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 5.8rem;
}

.protext .zygw-hero-cta-wrap, .helptext .zygw-hero-cta-wrap {
    justify-content: center;
}

.pmt,
.hmt {
    margin-top: 7.3rem;
    margin-bottom: auto;
}

.smt {
    margin-top: 0.4rem;
    margin-bottom: auto;
}

.smt .free-banner-title {
    text-align: left;
    margin-bottom: 0.3rem;
}

.smt .free-banner-subtitle {
    margin-bottom: 1.3125rem;
}

.helptext .free-banner-title {
  margin-bottom: 1.7rem !important;
}

.help-banner {
 padding-top: 9rem;
}

.ab-banner {
    padding-top: 8.5rem; 
}

.zygw-hero-cta-wrap:hover {
    /* transform: scale(1.01);
    transition: all 0.3s ease-in-out; */
}

.zygw-hero-cta {
    height: 2.9375rem;
    border-radius: 0.25rem;
    font-size: 0.9375rem;
    font-weight: 500;
    padding: 0 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity 0.2s;
}

.zygw-hero-cta-primary {
    background: url(../images/index_btb.png) no-repeat center / 100% 100%;
    color: #fff;
    border: none;
}

.zygw-hero-cta-primary:hover {
    opacity: 0.9;
}


.zygw-hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
}

.zygw-hero-stat-value {
    font-size: 1.125rem;
    font-weight: 600;
}

/* ========== 3. 活动展示：上下结构 + 左右内容 ========== */
.zygw-showcase {
    padding: 4rem 0 0rem;
    background: #f5f7fa;
}

.zygw-showcase-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.zygw-showcase-title {
    font-size: 1.875rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 0.5rem;
}

.zygw-showcase-subtitle {
    font-size: 1.125rem;
    color: #111111;
}

.zygw-showcase-body {
    max-width: 75rem;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: grid;
    grid-template-columns: 16rem minmax(0, 1fr);
    gap: 2.5rem;
    align-items: stretch;
}

/* 左侧：Tab 导航 + 按钮 + 轮播箭头 */
.zygw-showcase-left {
    display: flex;
    flex-direction: column;
}

.zygw-showcase-tabs {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 2.5rem;
}

.zygw-showcase-tab {
    width: 100%;
    padding: 0.625rem 0.875rem;
    font-size: 1rem;
    font-weight: 600;
    text-align: left;
    color: #374151;
    cursor: pointer;
    transition: all 0.2s ease;
}

.zygw-showcase-tab span {
    display: block;
    font-size: 0.75rem;
    font-weight: 400;
    color: #6b7280;
    margin-top: 0.25rem;
}

.zygw-showcase-tab-active,
.zygw-showcase-tab:hover {
    background: #FFFFFF;
    box-shadow: 0px .3125rem .625rem 0px rgba(49, 90, 255, 0.2);
    color: #1d4ed8;
    border-radius: 8px;
}



.zygw-showcase-cta {
    width: 100%;
    height: 2.75rem;
    border-radius: 0.5rem;
    font-size: 0.9375rem;
    font-weight: 500;
    margin: 0;
    background: url('../images/index_btb.png') no-repeat center/100% 100%;
    border: 0;
    color: #ffffff;
}

.zygw-showcase-actions {
    position: relative;
    width: 100%;
    padding-right: 5.25rem;
    min-height: 2.75rem;
    display: flex;
    align-items: center;
}

.zygw-showcase-arrows {
    position: absolute;
    right: -1.625rem;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    gap: 0.5rem;
}

.zygw-arrow-btn {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 9999px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 0;
    color: transparent;
    border: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.zygw-arrow-btn:hover {
    transform: translateY(-0.125rem);
    box-shadow: 0 0.5rem 1.25rem rgba(15, 23, 42, 0.25);
}

#zygwPrev {
    background-image: url('../images/index_jtl.png');
}

#zygwNext {
    background-image: url('../images/index_jtr.png');
}

/* 右侧：轮播图，一排 3 个 + 轮播切换 */
.zygw-showcase-right {
    position: relative;
    min-height: 43rem;
    overflow: visible;
    min-width: 0;
    width: 100%;
}

.zygw-showcase-empty {
    position: absolute;
    inset: 1rem 0;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.6);
    z-index: 5;
    pointer-events: none;
}

.zygw-showcase-empty-inner {
    font-size: 1.1rem;
    color: #111827;
    font-weight: 600;
}

.zygw-showcase-swiper {
    width: 100% !important;
    max-width: 100%;
    height: 43rem;
    padding: 1rem 0;
    box-sizing: border-box;
    overflow: hidden;
}

/* slidesPerView: 'auto' 时，slide 宽度由 CSS 控制，实现一排 3 个 */
.zygw-showcase-swiper .swiper-slide {
    width: calc((100% - 40px) / 3) !important;
    height: 32.5rem;
    flex-shrink: 0;
}

@media (min-width: 40rem) and (max-width: 63.9375rem) {
    .zygw-showcase-swiper .swiper-slide {
        width: calc((100% - 20px) / 2) !important;
    }
}


@media (max-width: 39.9375rem) {
    .zygw-showcase-swiper .swiper-slide {
        width: 100% !important;
    }
}

.zygw-showcase-slide {
    height: 42.5rem;
    border-radius: 1.25rem;
    background: #fff;
    /* box-shadow: 0 1rem 2.5rem rgba(15, 23, 42, 0.12); */
    overflow: hidden;
    transition: transform 0.3s ease, opacity 0.3s ease;
    flex-shrink: 0;
    box-sizing: border-box;
}

.zygw-showcase-slide.swiper-slide-active,
.zygw-showcase-slide.zygw-slide-current {
    border: .3125rem solid #ffffff;
    box-shadow: 0 0.0625rem 0.35rem rgba(15, 23, 42, 0.3);
}

.zygw-showcase-slide-inner {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

/* 图片填满 slide 容器，不溢出 */
.zygw-showcase-image {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.zygw-showcase-iframe {
    display: none;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background: #fff;
}

.zygw-showcase-slide .zygw-showcase-iframe {
    display: none;
}

.zygw-showcase-slide.show-iframe .zygw-showcase-iframe {
    display: block !important;
}

.zygw-showcase-slide.show-iframe .zygw-showcase-image {
    display: none !important;
}

/* 切换 tab 时：不要用 display:none 影响 Swiper 计算 active slide
   只把非当前 tab 的图片/iframe 隐藏，保证布局与 active 类稳定 */
.zygw-showcase-filtered .zygw-showcase-slide:not(.is-tab-active) {
    opacity: 0;
    pointer-events: none;
}

.zygw-showcase-filtered .zygw-showcase-slide:not(.is-tab-active) .zygw-showcase-image {
    display: none !important;
}

.zygw-showcase-filtered .zygw-showcase-slide:not(.is-tab-active) .zygw-showcase-iframe {
    display: none !important;
}

.zygw-showcase-slide:not(.swiper-slide-active) {
    transform: none;
}

.zygw-showcase-slide:not(.swiper-slide-active) .zygw-showcase-image {
    opacity: 0.4;
}

@media (max-width: 64rem) {
    .zygw-hero-inner {
        grid-template-columns: minmax(0, 1fr);
        text-align: center;
    }

    .zygw-hero-badge-wrap {
        justify-content: center;
        margin-top: 2rem;
    }

    .zygw-showcase-body {
        grid-template-columns: minmax(0, 1fr);
    }

    .zygw-showcase-left {
        max-width: 20rem;
        margin: 0 auto;
    }
}

/* ========== 4. 用数据说话：8 宫格 ========== */
.zygw-data {
    padding: 4rem 0 4.5rem;
    background: #ffffff;
}

.zygw-data-inner {
    max-width: 75rem;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.zygw-data-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.zygw-data-title {
    font-size: 1.875rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 0.5rem;
}

.zygw-data-subtitle {
    font-size: 0.9375rem;
    color: #6b7280;
}

.zygw-data-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.zygw-data-item {
    padding: 2.25rem 1.25rem;
    border-right: 1px solid #eef2f7;
    border-bottom: 1px solid #eef2f7;
    text-align: center;
}

.zygw-data-item:hover .zygw-data-icon {
    transform: rotateY(180deg);
}

.zygw-data-item:nth-child(4n) {
    border-right: none;
}

.zygw-data-item:nth-child(-n+8):nth-child(n+5) {
    border-bottom: none;
}

.zygw-data-icon {
    width: 5.625rem;
    height: 5.625rem;
    object-fit: contain;
    margin: 0 auto 0.75rem;
    display: block;
    transition: transform 0.45s ease;
}

.zygw-data-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 0.25rem;
}

.zygw-data-desc {
    font-size: 0.875rem;
    color: #6b7280;
    line-height: 1.4;
}

@media (max-width: 48rem) {
    .zygw-data-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 24rem) {
    .zygw-data-item {
        padding: 1.5rem 1rem;
    }
}

.in_step1 {
    background: url("../images/index_cr.png") center/cover;
}

.in_step2 {
    background: url('../images/index_cr2.png') center/cover;
}

.in_step3 {
    background: url('../images/index_cr3.png') center/cover;
}

.in_step_z {
    /* height: 24.375rem; */
    height: 25.3125rem;
}

.in_step_z>div {
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.in_step_z:hover>div {
    transform: translateY(-0.5rem);
    box-shadow: 0 1.5rem 3.5rem rgba(15, 23, 42, 0.25);
}

/* ========== 5. 创建不费脑：整段背景（抽离 index.html 内联 style）========== */
.zygw-create-section {
    background-image: url('../images/index_crbak.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* ========== 6. 广告：整段背景 + 按钮（抽离 index.html 内联 style）========== */
.zygw-ad-section {
    background-image: url('../images/in_gg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.zygw-ad-cta {
    width: 12.5rem;
    height: 2.75rem;
    background: url('../images/index_btb.png') no-repeat center/100% 100%;
    color: #fff;
    border-radius: 0.5rem;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
}

.zygw-ad-cta:hover {
    opacity: 0.95;
}

/* 广告第一行：标题 + 按钮垂直居中 */
.zygw-ad-hero {
    min-height: 12.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* ========== product.html 动效 + 创建步骤箭头 ========== */
@keyframes zygwFadeUp {
    from {
        opacity: 0;
        transform: translateY(0.75rem);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes zygwFloatY {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-0.25rem);
    }
}

.zygw-fade-up {
    animation: zygwFadeUp 650ms cubic-bezier(0.2, 0.9, 0.2, 1) both;
}

.zygw-delay-1 {
    animation-delay: 90ms;
}

.zygw-delay-2 {
    animation-delay: 180ms;
}

.zygw-delay-3 {
    animation-delay: 270ms;
}

.zygw-delay-4 {
    animation-delay: 360ms;
}

.zygw-float {
    animation: zygwFloatY 2.8s ease-in-out infinite;
    will-change: transform;
}

.zygw-step-arrow {
    width: 15.625rem;
    /* 250px */
    height: 0.125rem;
    position: relative;
    background-image: repeating-linear-gradient(to right,
            rgba(148, 163, 184, 0.55),
            rgba(148, 163, 184, 0.55) 0.375rem,
            transparent 0.375rem,
            transparent 0.75rem);
}

.zygw-step-arrow::after {
    content: "";
    position: absolute;
    right: -0.125rem;
    top: 50%;
    width: 0.5rem;
    height: 0.5rem;
    border-right: 0.125rem solid rgba(148, 163, 184, 0.75);
    border-top: 0.125rem solid rgba(148, 163, 184, 0.75);
    transform: translateY(-50%) rotate(45deg);
}

.zygw-step-arrow-abs {
    display: none;
    position: absolute;
    top: 3.25rem;
    width: clamp(10.5rem, 18vw, 15.625rem);
    height: auto;
    object-fit: contain;
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
    opacity: 0.95;
}

@media (min-width: 48rem) {
    .zygw-step-arrow-abs {
        display: block;
    }
}

/* 两个箭头分别放在 01-02 / 02-03 中间 */
.zygw-step-arrow-abs-1 {
    left: 30.3%;
    transform: translateX(-50%);
}

.zygw-step-arrow-abs-2 {
    left: 69.2%;
    transform: translateX(-50%);
}

@media (prefers-reduced-motion: reduce) {

    .zygw-fade-up,
    .zygw-float {
        animation: none !important;
    }

    .zygw-hero-cta-primary,
    .zygw-showcase-cta,
    .zygw-ad-cta,
    .zygw-footer .zygw-footer-links a {
        transition: none !important;
    }
}

/* ========== 案例中心板块（case.html，由 jxh5 迁移） ========== */

/* 1. 案例页 Banner 区域：顶部背景图 + 搜索框 */
.case-tbanner.free-banner {
    background: url('../images/case_tban.png') no-repeat center/cover;
    height: 26.25rem;
    display: flex;
    align-items: center;
    padding-top: 3.1rem;
    position: relative;
}
.new-banner {
    padding: 0;
}

.case-tbanner .free-banner-inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.case-tbanner .free-banner-text {
    max-width: 33.375rem;
    margin: auto;
}

.case-tbanner .free-search-wrap {
    display: flex;
    align-items: stretch;
    width: 35.3125rem;
    max-width: 100%;
    height: 3.375rem;
    background: #FFFFFF;
    border-radius: 1.6875rem;
    border: 0.0625rem solid #CCCCCC;
    overflow: hidden;
}

.case-tbanner .free-search-input {
    flex: 1;
    min-width: 0;
    height: 100%;
    background: transparent;
    border: none;
    padding: 0 1rem 0 3.125rem;
    font-size: 1rem;
    outline: none;
    background-image: url('../images/free_soso.png');
    background-repeat: no-repeat;
    background-position: 1.25rem center;
    background-size: 1rem 1rem;
}

.case-tbanner .free-search-input::placeholder {
    color: #999;
}

.case-tbanner .free-search-btn {
    width: 7.5rem;
    height: 100%;
    background: #2E83FF;
    border: none;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease, opacity 0.2s ease;
}

.case-tbanner .free-search-btn:hover {
    background: #1f6fff;
}

@media (max-width: 48rem) {
    .case-tbanner.free-banner {
        height: auto;
        padding-top: 6rem;
        padding-bottom: 3rem;
    }

    .case-tbanner .free-search-wrap {
        width: 100%;
        max-width: 100%;
        height: 2.75rem;
    }

    .case-tbanner .free-search-btn {
        width: 5.75rem;
    }
}

/* 2. 案例列表网格：卡片 + 封面 + 悬浮遮罩 + 二维码 + 标题 + 数据 */
.jxh-case-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(17.125rem, 1fr));
    gap: 1.875rem;
}

@media (min-width: 62.5rem) {
    .jxh-case-list {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.jxh-case-activity-item {
  background: #fff;
  position: relative;
  border-radius: 0.625rem;
  overflow: hidden;
  box-shadow: 0 0 0.625rem rgba(220, 220, 220, 0.5);
  cursor: pointer;
  display: flex;
  flex-direction: column;
}

.jxh-case-activity-item:hover {
  transform: translateY(-0.625rem);
  box-shadow: 0 0.5rem 1.25rem rgba(220, 220, 220, 0.6);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.jxh-case-cover-wrap {
    border-radius: 0.625rem 0.625rem 0 0;
    position: relative;
}

.jxh-gradient-btn {
    background: #2E83FF;
}

.jxh-gradient-btn:hover {
    transform: scale(1.1);
}

.line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.line-clamp-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


.jxh-case-cover-img {
    width: 100%;
    height: 9rem;
    object-fit: cover;
    display: block;
}

.jxh-case-mask {
    opacity: 0;
    position: absolute;
    inset: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.1);
    align-items: center;
    justify-content: center;
}

.jxh-case-activity-item:hover .jxh-case-mask {
    opacity: 1;
    display: flex;
}

.jxh-case-qrcode-wrap {
    width: 7.4375rem;
    min-height: 5rem;
    background: #fff;
    text-align: center;
    padding: 0.625rem 0;
    border-radius: 0.375rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.jxh-case-qrcode canvas,
.jxh-case-qrcode img {
    display: block;
    margin: auto !important;
}

.jxh-case-hint {
    font-size: 0.75rem;
    color: #666;
    margin-top: 0.25rem;
}

.jxh-case-actitle {
    font-size: 0.875rem;
    font-weight: 700;
    margin: 1rem auto;
    padding: 0 0.625rem;
    text-align: center;
    line-height: 1.4;
    width: 100%;
}

.jxh-case-actitle a {
    display: inline-block !important;
    max-width: 100% !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    color: #000 !important;
    text-decoration: none !important;
}

.jxh-case-actitle a:hover {
    color: #5f89f7;
}

.jxh-case-ratings {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding: 0 0.5rem 1rem;
    font-size: 0.875rem;
    color: #666;
}

.jxh-case-rating-item {
    display: inline-block;
    align-items: center;
    gap: 0.25rem;
}

.jxh-case-rating-item img {
    margin: .375rem auto;
}

.jxh-case-rating-icon {
    width: 1.125rem;
    height: 1.125rem;
    vertical-align: middle;
}

@media (max-width: 62.4375rem) {
    .jxh-case-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.25rem;
    }

    .jxh-case-cover-img {
        height: 30vw;
        min-height: 8rem;
    }

    .jxh-case-actitle {
        margin: 0.625rem auto;
    }

    .jxh-case-ratings {
        font-size: 0.75rem;
        margin-bottom: 0.9375rem;
    }
}

/* ========== 案例中心板块结束 ========== */

.case-ys-tab {
    font-size: 1.25rem;
    font-weight: 600;
    color: #374151;
    padding: 1rem 0;
    position: relative;
    transition: color 0.2s ease;
}

.case-ys-tab:hover {
    color: #2E83FF;
}

.case-ys-tab::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.75rem;
    width: 100%;
    height: 0.1875rem;
    background: transparent;
    border-radius: 9999px;
    transition: background 0.2s ease;
}

.case-ys-tab-active {
    color: #2E83FF;
}

.case-ys-tab-active::after {
    background: #2E83FF;
}

.in_news {
    background-color: #F2F6FF;
}

.step_con {
    width: 71%;
    line-height: 2.5;
}

/* 免费模板 */
/* Tab 导航：距离 banner 63px，高亮 39px #333 圆角 20px */
.free-tabs-wrap {
    margin-top: 3.9375rem;
    /* 63px */
}

.free-tab {
    height: 2.4375rem;
    line-height: 2.4375rem;
    /* 39px */
    padding: 0 1.25rem;
    border-radius: .25rem;
    /* 20px */
    font-size: 1rem;
    color: #333;
    background: transparent;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.2s ease;
}

.free-tab:hover {
    color: #007AFF;
}

.free-tab.active {
    background: rgba(0, 122, 255, .1);
    color: #007AFF;
}

/* 产品区：4 列 总宽 1200，图片高 559 */
.free-products {
    max-width: 75rem;
    /* 1200px */
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.free-product-card {
    background: #fff;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.08);
    /* 10px 30px 30px */
    transition: transform 260ms cubic-bezier(.2, .9, .2, 1), box-shadow 260ms cubic-bezier(.2, .9, .2, 1);
    will-change: transform;
    cursor: pointer;
}

.free-product-card:hover {
    transform: translateY(-0.5rem);
    box-shadow: 0 1.25rem 2.75rem rgba(17, 24, 39, 0.16);
}

.free-product-img {
    width: 100%;
    height: 27.375rem;
    object-fit: cover;
    display: block;
    transform: translateZ(0);
    transition: transform 420ms cubic-bezier(.2, .9, .2, 1);
}

.free-product-card:hover .free-product-img {
    transform: scale(1.045);
}

.free-product-body {
    padding: 1rem 1.25rem;

}

.free-product-title {
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
    text-align: center;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 64rem) {

    /* 1024px */
    .free-product-img {
        height: 23.375rem;
    }
}

@media (max-width: 40rem) {

    /* 640px */
    .free-product-img {
        height: 20.25rem;
    }
}

/* 免费模板结束 */

@media (prefers-reduced-motion: reduce) {

    .free-product-card,
    .free-product-img {
        transition: none !important;
    }
}

/* 产品中心 */
.pro_scene {
    background-image: url('../images/pro_sebak.png');
}

/* 解决方案 */
.tabtitle {
    border-bottom: 1px solid #DFE1E6;
    height: 4.55rem;
}

.zygw-fade-up ul li span {
    font-size: 18px;
}

/* ========== 行业资讯 newlist.html ========== */
.newlist-tab-active {
    background: rgba(0, 122, 255, 0.1);
    color: #007AFF;
}

/* 第一行卡片：默认无阴影，hover 时动效（同 case 列表：上浮+阴影） */
.newlist-card {
    box-shadow: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.newlist-card:hover {
    transform: translateY(-0.5rem);
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.12);
}

.newlist-card-img {
    transition: transform 0.3s ease;
}

.newlist-card-img-inner {
    transition: transform 0.3s ease;
    will-change: transform;
}

.newlist-card:hover .newlist-card-img-inner {
    transform: scale(1.03);
}

.newlist-card-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.newlist-card-desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* 第二行新闻列表 hover：文字变蓝、底部分隔线高亮、图片滑动放大 */
.newlist-item {
    transition: background-color 0.2s ease;
}

.newlist-item:hover .newlist-item-title {
    color: #007AFF;
}



.newlist-item:hover .newlist-item-img {
    transform: translate3d(0.75rem, 0, 0) scale(1.1);
}

.newlist-item-title {
    transition: color 0.3s ease;
}

.newlist-item-border {
    transition: border-color 0.35s ease;
}

.newlist-item-img {
    transition: opacity 0.35s ease, transform 0.45s ease;
    transform: translate3d(0, 0, 0);
    will-change: transform;
}

/* 第一行卡片绝对定位，压在 banner 上 */
.newlist-banner.free-banner {
    min-height: 26.25rem;
    padding-bottom: 8rem;
    /* 为绝对定位卡片留出空间 */
}

.newlist-cards-row {
    pointer-events: auto;
}

@media (max-width: 64rem) {
    .newlist-banner.free-banner {
        min-height: 22rem;
        padding-bottom: 6rem;
    }

    .newlist-cards-row {
        padding: 0 1.5rem;
    }
}

@media (max-width: 48rem) {
    .newlist-banner.free-banner {
        min-height: 18rem;
        padding-bottom: 5rem;
    }

    /* 小屏取消绝对定位，避免卡片挤压/重叠 */
    .newlist-banner.free-banner {
        display: block;
        /* 覆盖 .free-banner 的 flex，避免左右并排挤到右侧 */
        padding-top: 4rem;
        height: auto;
        align-items: initial;
    }

    .newlist-cards-row {
        position: static !important;
        left: auto !important;
        bottom: auto !important;
        transform: none !important;
        translate: none !important;
        width: 100% !important;
        max-width: 75rem;
        margin: 0 auto;
        padding: 0 1.5rem;
    }

    .newlist-banner.free-banner {
        padding-bottom: 0;
    }
}

/* 帮助中心 */
/* ========== help.html page-only styles ========== */
.help-section {
    padding: 3.5rem 0;
}

.help-section-title {
    font-size: 2rem;
    font-weight: 700;
    color: #111827;
    text-align: center;
    margin-bottom: 2.5rem;
}

.help-faq-card {
    background: #f2f6ff;
    border-radius: .375rem;
    padding: 1.25rem 1.25rem 1.125rem;
    border: 1px solid rgba(46, 131, 255, 0.06);
    transition: transform 260ms cubic-bezier(.2, .9, .2, 1), box-shadow 260ms cubic-bezier(.2, .9, .2, 1), background 260ms;
    will-change: transform;
}

.help-faq-card:hover {
    transform: translateY(-0.375rem);
    box-shadow: 0 0.75rem 2rem rgba(17, 24, 39, 0.10);
}

.help-faq-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 0.75rem;
}

.help-faq-steps {
    font-size: 0.9375rem;
    color: #4b5563;
    line-height: 1.9;
    margin-bottom: 0.75rem;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.help-link {
    font-size: 0.9375rem;
    color: #2E83FF;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    transition: transform 180ms ease, opacity 180ms ease;
}

.help-faq-card:hover .help-link {
    transform: translateX(0.125rem);
}

.help-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.75rem;
    margin-bottom: 2.25rem;
}

.help-tab {
    font-size: 1rem;
    color: #6b7280;
    font-weight: 600;
    padding: 0.5rem 1rem;
    border-radius: .25rem;
    position: relative;
    cursor: pointer;
    user-select: none;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.18s ease, background-color 0.18s ease;
}

.help-tab:hover {
    color: #2E83FF;
}

.help-tab-active {
    background-color: rgba(0, 122, 255, 0.08);
    color: #007AFF;
}

.help-video-card {
    background: #f2f6ff;
    border-radius: .375rem;
    padding: 1rem;
    transition: transform 260ms cubic-bezier(.2, .9, .2, 1), box-shadow 260ms cubic-bezier(.2, .9, .2, 1);
    cursor: pointer;
}

.help-video-card:hover {
    transform: translateY(-0.375rem);
    box-shadow: 0 0.75rem 2rem rgba(17, 24, 39, 0.10);
}

.help-video {
    width: 23.75rem;
    height: 19.75rem;
    border-radius: 0.375rem;
    overflow: hidden;
    background: #0b1220;
    display: block;
    object-fit: cover;
}

@media (max-width: 64rem) {
    .help-video {
        width: 100%;
        height: 16.5rem;
    }
}

@media (max-width: 40rem) {
    .help-tabs {
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem;
        margin-bottom: 1.5rem;
        padding: 0 0.5rem;
    }

    .help-tab {
        padding: 0.5rem 0.875rem;
        font-size: 0.9375rem;
    }
}

.help-video-title {
    font-size: 1rem;
    font-weight: 700;
    color: #111827;
    margin-top: 0.875rem;
}

.help-video-meta {
    font-size: 0.875rem;
    color: #9ca3af;
    margin-top: 0.5rem;
}

.help-video-action {
    font-size: 0.9375rem;
    color: #2E83FF;
    font-weight: 600;
    margin-top: 0.5rem;
    display: inline-block;
}

.help-contact-section {
    padding: 3.25rem 0 4rem;
    background-color: #ffffff;
}

.help-contact-inner {
    max-width: 75rem;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.help-contact-banner {
    margin-top: 1.75rem;
    background: url('../images/help_bak.png') no-repeat center/cover;
    padding: clamp(1.75rem, 4vw, 4.5rem) clamp(1rem, 15vw, 10.1875rem);
}

.help-contact-head {
    text-align: center;
    margin-bottom: 2rem;
}

.help-contact-head h3 {
    font-size: 2rem;
    font-weight: 800;
    color: #111827;
    margin-bottom: 0.5rem;
}

.help-contact-head p {
    font-size: 1rem;
    color: #374151;
}

.help-contact-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.5rem;
    align-items: stretch;
    min-width: 0;
}

@media (max-width: 48rem) {
    .help-contact-cards {
        grid-template-columns: 1fr;
    }
}

.help-contact-card {
    border-radius: 0.5rem;
    padding: 1.75rem 2rem;
    min-height: 9.5rem;
    position: relative;
    overflow: hidden;
    min-width: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.help-contact-card-phone {
    background-image: url('../images/help_tel.png');
}

.help-contact-card-wechat {
    background-image: url('../images/help_tel2.png');
}

.help-contact-card h4 {
    font-size: 1.375rem;
    font-weight: 800;
    color: #111827;
    margin-bottom: 2rem;
}

.help-contact-phone {
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    color: #111827;
    white-space: nowrap;
}

.help-contact-time {
    font-size: 1rem;
    color: #4b5563;
}

.help-contact-wechat-grid {
    display: grid;
    grid-template-columns: auto auto;
    /* gap: 1rem; */
    align-items: center;
    justify-content: space-between;
}

.help-qr {
    width: 8.75rem;
    height: 8.75rem;
    border-radius: 0.25rem;
    background: #fff;
    object-fit: cover;
}

@media (max-width: 30rem) {
    .help-contact-wechat-grid {
        grid-template-columns: 1fr;
        justify-content: center;
        width: 100%;
    }

    .help-contact-card {
        padding: 1.25rem 1.25rem;
        min-height: 0;
        background-size: cover;
    }

    .help-contact-card h4 {
        font-size: 1.125rem;
        margin-bottom: 1.375rem;
    }

    .help-contact-phone {
        font-size: clamp(1.5rem, 9vw, 2rem);
        letter-spacing: 0;
    }

    .help-contact-time {
        font-size: 0.9375rem;
    }
}

@media (prefers-reduced-motion: reduce) {

    .help-faq-card,
    .help-video-card,
    .help-link {
        transition: none !important;
    }
}

/* ========== about.html page-only styles (rem, 1200px) ========== */
.about-container {
    max-width: 75rem;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.about-hero {
    background: url('../images/abt_bak.png') no-repeat center/cover;
    padding: 6.5rem 0 4.25rem;
    position: relative;
    overflow: hidden;
}

.about-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 22.375rem;
    gap: 3.5rem;
    align-items: center;
    position: relative;
    z-index: 1;
}

.about-hero-titleimg {
    width: 9.25rem;
    height: auto;
    display: block;
    margin-bottom: 1.5rem;
}

.about-hero-text {
    font-size: 0.9375rem;
    color: rgba(17, 24, 39, 0.72);
    line-height: 2.1;
    max-width: 42rem;
}

.about-hero-text p {
    margin: 0 0 1.25rem 0;
}

.about-hero-media {
    width: 22.375rem;
    height: 28.9375rem;
    position: relative;
    justify-self: end;
}

.about-hero-photo {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    background: rgba(255, 255, 255, 0.75);
}

.about-service {
    background: url('../images/abt_bak2.png') no-repeat center/cover;
    padding: 4.5rem 0 5rem;
}

.about-service-head {
    text-align: center;
    margin-bottom: 3.5rem;
}

.about-service-title {
    font-size: 2rem;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 0.75rem 0;
    letter-spacing: 0.02em;
}

.about-service-sub {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
    position: relative;
    display: inline-block;
    padding: 0 2.5rem;
}

.about-service-sub::before,
.about-service-sub::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 3.75rem;
    height: 0.125rem;
    background: rgba(255, 255, 255, 0.8);
    transform: translateY(-50%);
}

.about-service-sub::before {
    left: 0;
    transform: translate(-100%, -50%);
}

.about-service-sub::after {
    right: 0;
    transform: translate(100%, -50%);
}

.about-service-cards {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1.5rem;
    align-items: stretch;
}

.about-service-card {
    background: rgba(255, 255, 255, 0.96);
    border-radius: 0.25rem;
    padding: 1.75rem 1.5rem 1.5rem;
    min-height: 12.25rem;
    border: 0.0625rem solid rgba(46, 131, 255, 0.08);
    transition: transform 260ms cubic-bezier(.2, .9, .2, 1), box-shadow 260ms cubic-bezier(.2, .9, .2, 1);
    will-change: transform;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.about-service-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0.25rem;
    opacity: 0;
    transition: opacity 260ms ease;
}

.about-service-card:hover {
    transform: translateY(-0.5rem);
    box-shadow: 0 2rem 2rem rgba(20, 38, 66, .3);
}

.about-service-card:hover::before {
    opacity: 1;
}

.about-service-card h3 {
    font-size: 1.125rem;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 1rem 0;
    text-align: center;
    display: inline-block;
    padding: 0.25rem 1rem;
    border-radius: 0.25rem;
    background: #254067;
}

.about-service-card p {
    font-size: 0.875rem;
    color: #4b5563;
    margin: 0;
    line-height: 1.95;
    text-align: left;
}

@media (max-width: 64rem) {
    .about-hero {
        padding-top: 5.5rem;
    }

    .about-hero-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 2rem;
    }

    .about-hero-media {
        justify-self: center;
    }

    .about-service-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 40rem) {
    .about-hero {
        padding-top: 4.75rem;
        padding-bottom: 3rem;
    }

    .about-hero::after {
        font-size: 5.5rem;
        bottom: -0.75rem;
    }

    .about-hero-titleimg {
        width: 8rem;
    }

    .about-hero-media {
        width: 100%;
        max-width: 22.375rem;
        height: auto;
        aspect-ratio: 358 / 463;
    }

    .about-hero-photo {
        height: auto;
        aspect-ratio: 358 / 463;
    }

    .about-service {
        padding: 3.5rem 0 4rem;
    }

    .about-service-title {
        font-size: 1.625rem;
    }

    .about-service-cards {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .about-service-card {
        transition: none !important;
    }
}

.navlink .active::before {
    content: '';
    /* 必须添加，否则伪元素不会显示 */
    position: absolute;
    /* 关键：绝对定位 */
    left: 0;
    bottom: -0.875rem;
    /* 与父元素的 padding-bottom 对齐 */
    height: .1875rem;
    width: 100%;
    background: #007AFF;
    font-weight: bold;
}

.navlink a:hover::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -0.875rem;
    height: .1875rem;
    width: 100%;
    background: #007AFF;
    transition: all 0.3s ease;
    font-weight: bold;
}


.line-clamp1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

/* 帮助中心详情页 */
.help-detail {
    line-height: 1.5;
    font-size: 16px;
    color: #333232;
    width: 1200px;
    margin: 0 auto
}

.title {
    text-align: center;
    color: #212121;
    font-size: 26px;
    font-weight: 700;
    line-height: 100px
}

.banwz {
    line-height: 1.5 !important;
}

.page-num-current {
    padding: .5rem .75rem;
    background: #2E83FF;
    color: #fff;
}

.page-num {
    border: 1px solid rgb(229 231 235);
    padding: .5rem .75rem;
}


/* 新闻详情 */

@font-face {
    font-family: iconfont;
    src: url('../fonts/iconfont.woff2') format('woff2')
}

.iconfont {
    font-family: iconfont !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-top:before {
    content: "\e61f"
}

.icon-service:before {
    content: "\e649"
}

.icon-pen:before {
    content: "\e614"
}

.icon-link:before {
    content: "\e66f"
}

.icon-tag:before {
    content: "\e61a"
}

.icon-search:before {
    content: "\e693"
}

.icon-user:before {
    content: "\e685"
}

.icon-qq:before {
    content: "\e62d"
}

.icon-phone:before {
    content: "\e674"
}

.icon-address:before {
    content: "\e675"
}

.icon-refresh:before {
    content: "\e699"
}

.icon-time:before {
    content: "\e619"
}

.icon-weibo-fill:before {
    content: "\e60e"
}

.icon-cry:before {
    content: "\e609"
}

.icon-close2:before {
    content: "\e612"
}

.icon-comment:before {
    content: "\e6d8"
}

.icon-friendcircle:before {
    content: "\e6da"
}

.icon-weibo:before {
    content: "\e6dd"
}

.icon-wechat:before {
    content: "\e6de"
}

.icon-qzone:before {
    content: "\e6df"
}

.icon-sofa:before {
    content: "\e6fd"
}

.icon-close:before {
    content: "\e639"
}

.icon-qr:before {
    content: "\e640"
}

.icon-view:before {
    content: "\e608"
}

.icon-douban-fill:before {
    content: "\e615"
}

.icon-quote:before {
    content: "\e630"
}

.icon-qq-fill:before {
    content: "\e61b"
}

.icon-wechat-fill:before {
    content: "\e64d"
}

.icon-thumb:before {
    content: "\e627"
}

.icon-line:before {
    content: "\e611"
}

.icon-qzone-fill:before {
    content: "\e665"
}

.icon-setting:before {
    content: "\e632"
}

.icon-category:before {
    content: "\e6a7"
}

.icon-right:before {
    content: "\e64b"
}

.icon-left:before {
    content: "\e64c"
}

.icon-down:before {
    content: "\e6a8"
}


/*==========public class=========*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clear {
    clear: both
}

.fl {
    float: left
}

.fr {
    float: right
}

.bn {
    border: none !important
}

.pd {
    padding: 1.5em
}

.mb {
    margin-bottom: 20px
}

.mt {
    margin-top: 20px
}

.mr {
    margin-right: 20px
}

.br {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.sb {
    box-shadow: 0 1px 3px rgba(26, 26, 26, .2);
    background: #fff
}

.nav-sb {
    box-shadow: 0 3px 14px 0 rgba(199, 209, 215, .4);
    background: #fff
}

.container-box {
    max-width: 1240px;
    margin: 50px auto
}

.transition {
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s
}

.img-cover {
    object-fit: cover
}

/*单行文本溢出省略*/
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

/*两行文本溢出省略*/
.multi-ellipsis {
    position: relative;
    line-height: 1.4em !important;
    height: 2.8em !important;
    overflow: hidden
}

.multi-ellipsis:after {
    content: "";
    font-weight: 700;
    position: absolute;
    bottom: 0;
    right: 0;
    padding-left: 20px;
    background: -webkit-linear-gradient(left, transparent, #fff 62%);
    background: -o-linear-gradient(right, transparent, #fff 62%);
    background: -moz-linear-gradient(right, transparent, #fff 62%);
    background: linear-gradient(to right, transparent, #fff 62%)
}

/*hover时提升按钮颜色明度*/
.brightness:hover {
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s
}

/*修改不同视口下公共类属性的值*/
@media screen and (max-width:1200px) {
    .mb {
        margin-bottom: 10px
    }

    .m-multi-ellipsis {
        position: relative;
        line-height: 1.4em !important;
        height: 2.8em !important;
        overflow: hidden
    }

    .m-multi-ellipsis:after {
        content: "";
        font-weight: 700;
        position: absolute;
        bottom: 0;
        right: 0;
        padding-left: 20px;
        background: -webkit-linear-gradient(left, transparent, #fff 62%);
        background: -o-linear-gradient(right, transparent, #fff 62%);
        background: -moz-linear-gradient(right, transparent, #fff 62%);
        background: linear-gradient(to right, transparent, #fff 62%)
    }
}

/*不同视口下对html的显隐*/
.hidden {
    display: none
}

@media screen and (max-width:1200px) {
    .hidden-sm-md-lg {
        display: none !important
    }
}

@media screen and (max-width:768px) {
    .hidden-sm {
        display: none !important
    }
}

@media screen and (min-width:769px) and (max-width:992px) {
    .hidden-md {
        display: none !important
    }
}

@media screen and (min-width:993px) and (max-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

@media screen and (min-width:1201px) {
    .hidden-xl {
        display: none !important
    }
}

/*你懂的*/
.fuck-ie {
    position: fixed;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 99
}

.fuck-ie .tips {
    position: absolute;
    width: 700px;
    height: 100px;
    color: #c57602;
    border: 1px solid #fe9219;
    text-align: center;
    line-height: 100px;
    left: 50%;
    top: 50%;
    margin-left: -350px;
    font-size: 16px;
    margin-top: -50px;
    background: #fffedc;
    z-index: 999
}

/*animate.css*/
@-webkit-keyframes fadeInUpMenu {
    from {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpMenu {
    from {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        visibility: visible;
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpMenu {
    -webkit-animation-name: fadeInUpMenu;
    animation-name: fadeInUpMenu
}

.animated-fast {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media (prefers-reduced-motion) {
    .animated {
        -webkit-animation: unset !important;
        animation: unset !important;
        -webkit-transition: none !important;
        transition: none !important
    }
}

/*==========【复用模块】图片放大transform=========*/
.img-post img,
#aside_hot_comment img,
#aside_new img,
#aside_random img,
.double-list .item img,
.recommend-b .thumbnail img {
    -webkit-transition: all .4s;
    transition: all .4s
}

.img-post .a:hover img,
#aside_hot_comment .list:hover img,
#aside_new .list:hover img,
#aside_random .list:hover img,
.double-list .item:hover img,
.recommend-b .item:hover img {
    border-radius: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -ms-transform: scale(1.2)
}

/*==========【复用模块】图片左移transform===========*/
.article-list .figure img,
.full-post .figure img,
.recommend-a .item img,
.related-item .img {
    position: relative;
    max-width: none;
    width: calc(100% + 40px);
    -webkit-transition: opacity .35s, -webkit-transform .45s;
    transition: opacity .35s, transform .45s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0)
}

.article-list:hover img,
.full-post .img-list:hover img,
.recommend-a .item:hover img,
.related-item:hover img {
    filter: alpha(opacity=60);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

/*========【复用模块】模块标题栏样式========*/
.double-list,
.flink,
.full-post,
.text-post,
.img-post,
.post-comment,
.recommend-a,
.recommend-b,
.related-art,
.widget {
    padding: 1.5em
}

.c-title {
    font-size: 18px;
    border-bottom: 1px solid #eee;
    padding-bottom: .5em;
    margin-top: -.5em;
    position: relative
}

.c-title:after {
    content: "";
    background-color: #0084ff;
    left: 1px;
    width: 34px;
    height: 2px;
    bottom: -1px;
    position: absolute;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.double-list:hover .c-title::after,
.flink:hover .c-title::after,
.full-post:hover .c-title::after,
.text-post:hover .c-title::after,
.img-post:hover .c-title::after,
.new-post:hover .c-title::after,
.post-comment:hover .c-title::after,
.recommend-a:hover .c-title::after,
.recommend-b:hover .c-title::after,
.related-art:hover .c-title::after,
.widget:hover .c-title::after {
    width: 70px
}

/*========header========*/
.h-wrap {
    height: 80px;
    position: relative
}

.pc-nav {
    max-width: 80%;
    height: 80px;
}

.pc-nav li {
    float: left
}

.pc-nav li a {
    height: 80px;
    line-height: 80px;
    padding: 0 20px;
    font-size: 16px;
    display: block
}

.pc-nav li a:after {
    content: "\e6a8";
    font-family: iconfont !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.pc-nav .sub-nav a:after {
    content: "\e64b";
    font-family: iconfont !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.pc-nav .sub-nav:before {
    content: "";
    height: 15px;
    width: 15px;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-left: 0;
    border-bottom: 0;
    position: absolute;
    top: -8px;
    left: 44px;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee
}

.pc-nav .sub-nav .sub-nav:before {
    content: "";
    height: 15px;
    width: 15px;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-left: 0;
    border-bottom: 0;
    position: absolute;
    top: 32px;
    left: -8px;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: none
}

.pc-nav .sub-nav a:hover {
    color: #0084ff
}

.pc-nav li a:only-child::after {
    content: ""
}

.pc-nav .li-cate {
    position: relative
}

.pc-nav .active {
    color: #0084ff
}

.dropdown-toggle:active,
.open .dropdown-toggle {
    outline: 0
}

.dropdown-nav {
    position: absolute;
    top: 44px;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    margin: 0;
    padding: 0;
    background-color: #323841;
    list-style: none
}

.dropdown-nav .active a,
.dropdown-nav .active a:hover,
.dropdown-nav li a:hover {
    background-color: #0084ff;
    color: #fff
}

.pc-nav {
    font-size: 14px;
    margin-right: 10px
}

.pc-nav li {
    position: relative;
    list-style: none;
    display: block;
    float: left
}

.pc-nav li a {
    text-transform: none;
    line-height: 80px;
    height: 80px;
    padding: 0 18px;
    display: block
}

.pc-nav li a i.fa {
    padding-right: 3px;
    position: relative;
    top: 0
}

.pc-nav li .sub-nav {
    text-align: left;
    position: absolute;
    top: 80px;
    left: -17px;
    display: none;
    background: #fff;
    border: 1px solid #eaeeef;
}

.pc-nav li .sub-nav li {
    float: none;
    height: 40px;
    min-height: 40px
}

.pc-nav li .sub-nav li a {
    line-height: 40px;
    height: 40px;
    padding: 0 35px;
    color: #1a1a1a;
    white-space: nowrap;
    min-width: 110px
}

.pc-nav li .sub-nav li a i.iconfont {
    padding-right: 3px
}

.pc-nav li .sub-nav li a:hover {
    background: 0 0
}

.pc-nav .active a,
.pc-nav .active a:focus {
    color: #fff
}

.pc-nav li>ul>li a.current-menu-item {
    background: 0 0
}

.pc-nav li.current-menu-ancestor a,
.pc-nav li.current-menu-item a,
.pc-nav li.current-post-ancestor a,
.pc-nav li:hover a {
    position: relative
}

.pc-nav li .icons {
    margin-right: 5px;
    font-size: 17px;
    top: 1px;
    position: relative
}

.pc-nav .nav-ul>li:hover>.sub-nav {
    display: block;
    padding: 20px 0
}

.nav-ul>li,
.nav-ul>li>li {
    float: left
}

.pc-nav .nav-ul li ul li:hover>.sub-nav {
    display: block;
    padding: 20px 0
}

.pc-nav li ul li .sub-nav {
    top: -20px;
    left: 100%
}

.pc-nav li ul.sub-nav li>a.menu-th3:after {
    content: ".";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-left: 4px solid;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    position: relative;
    left: 5px;
    overflow: hidden
}

.pc-nav .has-child>a:after {
    content: ".";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    position: relative;
    left: 5px;
    overflow: hidden
}

.m-nav-btn,
.nav-sousuo,
span.toggle-btn {
    display: none
}

#search-area {
    position: absolute;
    bottom: -84px;
    right: 0;
    z-index: 2;
    width: 28%;
    background: rgba(255, 255, 255, 1)
}

body,
button,
input,
select,
textarea {
    font: 400 14px/1.8 PingFang SC, Lantinghei SC, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans;
}

.header .login i.iconfont {
    font-size: 24px;
}

.search-button {
    cursor: pointer;
    width: 60px;
    height: 80px;
    line-height: 80px;
    display: block;
    text-align: center
}

.search-button i.iconfont {
    font-size: 24px
}

.searchform {
    width: 100%
}

.s-input {
    width: 78%;
    border: none;
    background: 0 0;
    font-weight: 400;
    padding: 1.2em;
    color: #333
}

.s-button {
    width: 20%;
    border: none;
    cursor: pointer;
    height: 60px;
    line-height: 60px;
    background-color: #0084ff;
    color: #fff;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

.mask-hidden {
    position: fixed;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    background: #000;
    visibility: hidden
}

.mask-show {
    visibility: visible;
    opacity: .4
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

/*Swiper自定义css*/
.swiper-container-box {
    margin-bottom: 20px !important;
    width: 100%;
    height: 390px
}

.swiper-container-box img {
    width: 100%
}

.swiper-slide {
    text-align: center;
    background: #fff
}

.swiper-button-next,
.swiper-button-prev {
    background-image: none !important;
    opacity: .3;
    background-color: rgba(0, 0, 0, .3);
    position: absolute;
    width: 50px;
    height: 60px;
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: .3s
}

.swiper-button-prev {
    left: -50px
}

.swiper-button-next {
    right: -50px
}

.swiper-container-box:hover .swiper-button-prev {
    left: 0
}

.swiper-container-box:hover .swiper-button-next {
    right: 0
}

.swiper-container-box:hover .swiper-button-next,
.swiper-container-box:hover .swiper-button-prev {
    opacity: 1
}

.swiper-slide .link {
    display: block
}

.swiper-slide .p {
    position: absolute;
    bottom: 2em;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    z-index: 2;
    text-align: center;
    width: 100%;
    padding: 0 1em
}

.swiper-pagination-bullet {
    width: 2em;
    height: .2em;
    border-radius: 0;
    background: #fff;
    opacity: .5
}

.swiper-pagination-bullet-active {
    background-color: #0084ff;
    opacity: 1
}

.swiper-container-box-horizontal>.swiper-pagination {
    width: 50%;
    margin: auto;
    position: absolute;
    bottom: .8%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

.swiper-pagination {
    text-align: right
}

.swiper-slide .mask {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .01) 5%, rgba(0, 0, 0, .35));
    z-index: 1
}

/*========主内容区域======*/
.index-breadcrumb {
    height: 1px;
    padding-top: 104px
}

.breadcrumb {
    padding: 94px 0 8px 10px;
    color: #888
}

.breadcrumb a {
    color: #888
}

#mainbox {
    width: 70.4%
}

/*--首页推荐模块A--*/
.recommend-a .item i.iconfont {
    padding-right: 5px;
    color: #666
}

.recommend-a .item:nth-child(3n+0) {
    margin-right: 0
}

.recommend-a .item {
    width: 31.2%;
    margin-top: 1.5em;
    margin-right: 3.2%;
    position: relative
}

.recommend-a .thumbnail {
    display: block;
    overflow: hidden
}

.recommend-a .thumbnail img {
    height: 160px
}

.recommend-a .num {
    padding: 0 5px;
    color: #999
}

.recommend-a .category {
    position: absolute;
    top: .5em;
    left: .5em;
    z-index: 1;
    background-color: #0084ff;
    opacity: .9;
    padding: .1em .5em;
    color: #fff;
    font-size: 12px
}

.recommend-a .item .title {
    width: 100%;
    font-weight: 400;
    padding: 0 5px;
    font-size: 16px
}

.recommend-a .author,
.recommend-a .comment,
.recommend-a .thumb,
.recommend-a .view {
    padding-right: 1em;
    max-width: 8em
}

.recommend-a .thumb {
    padding-right: 0
}

.recommend-a time {
    padding-top: 2px
}

/*--首页推荐模块B--*/
.recommend-b .item {
    width: 48.4%;
    margin-top: 1.5em;
    margin-right: 3.2%;
    position: relative
}

.recommend-b .item:nth-of-type(even) {
    margin-right: 0
}

.recommend-b .category {
    border: 1px solid #0084ff;
    padding: .1em .5em;
    color: #0084ff;
    font-size: 12px
}

.recommend-b .category:hover {
    background-color: #0084ff;
    color: #fff
}

.recommend-b .title-wrap {
    font-size: 16px;
    margin-bottom: 10px
}

.recommend-b .title {
    padding: .1em .5em;
    font-weight: 400;
    max-width: 84%
}

.recommend-b .intro {
    color: #999;
    background: #f8f8f8;
    padding: 1em;
    height: 80px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 设置最大显示行数 */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.recommend-b .intro:before {
    content: "";
    height: 10px;
    width: 10px;
    background-color: #f8f8f8;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-left: 0;
    border-bottom: 0;
    position: absolute;
    top: 34px;
    left: -5px
}

.recommend-b .fr-wrap {
    margin-left: 80px
}

.recommend-b .thumbnail {
    display: block;
    overflow: hidden;
    width: 80px;
    height: 80px
}

.recommend-b .thumbnail img {
    width: 80px;
    height: 80px
}

/*--最新文章+文章列表[多页面共用]--*/
.article-list {
    width: 100%;
    padding: 1.5em;
    position: relative
}

.article-list:hover {
    box-shadow: 0 6px 12px rgba(26, 26, 26, .1);
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s
}

.article-list .istop {
    color: #f33;
    padding: 0 3px;
    border: 2px solid #f33;
    border-radius: 4px;
    font-size: 14px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
    font-weight: 700
}

.article-list .figure {
    width: 240px;
    height: 160px;
    overflow: hidden;
    margin: 0;
}

.article-list .thumbnail {
    display: block;
    overflow: hidden
}

.article-list .figure img {
    height: 160px
}

.article-list .content {
    margin-left: 260px;
    color: #888
}

.article-list .content .title {
    font-size: 20px;
    font-weight: 400
}

.article-list .content i.iconfont {
    padding-right: 5px;
    color: #666
}

.article-list .intro {
    padding: 1em 0
}

.article-list .author,
.article-list .time,
.article-list .view {
    padding-right: 1em
}

.article-list .tag {
    max-width: 22em
}

.article-list .tag a {
    color: #666;
    padding-right: 8px
}

.article-list .tag a:hover {
    color: #333;
    text-decoration: underline
}

/*--首页双栏文章--*/
.double-list {
    width: 48.81%
}

.double-list:nth-of-type(even) {
    margin-right: 0
}

.double-list .more {
    position: absolute;
    right: 0;
    height: 35px;
    line-height: 35px
}

.double-list .more i.iconfont {
    font-size: 24px
}

.double-list .item .title {
    height: 3em;
    line-height: 3em;
    font-size: 16px;
    width: 100%;
    font-weight: 400;
    padding: 0 5px;
    color: #fff;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, .4)
}

.double-list .icon-quote {
    position: absolute;
    top: 80px;
    left: 1em;
    color: rgba(255, 255, 255, .8) !important;
    z-index: 2
}

.double-list .item i.iconfont {
    padding-right: 5px;
    color: #eee
}

.double-list .thumbnail {
    position: relative;
    color: #eee;
    display: block;
    overflow: hidden
}

.double-list .thumbnail img {
    display: block;
    width: 100%;
    height: 200px
}

.double-list .absolute {
    width: 100%;
    padding: .5em 1em;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2
}

.double-list .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .01) 30%, rgba(0, 0, 0, .65))
}

.double-list .num {
    padding-top: 5px
}

.double-list .comment,
.double-list .thumb,
.double-list .view {
    padding-right: 1em;
    max-width: 8em
}

.double-list .thumb {
    padding-right: 0
}

.double-list .ul .title {
    line-height: 2.4em
}

.double-list .ul .a {
    max-width: 80%;
}

.double-list .ul .time {
    color: #999;
    line-height: 2.4em
}

/*--首页通栏文章--*/
.full-post .more {
    position: absolute;
    right: 0;
    height: 35px;
    line-height: 35px
}

.full-post .more i.iconfont {
    font-size: 24px
}

.full-post .img-list {
    width: 47.99%;
    margin-right: 4%
}

.full-post .img-list:nth-of-type(even) {
    margin-right: 0
}

.full-post .figure {
    width: 180px;
    height: 120px;
    overflow: hidden
}

.full-post .thumbnail {
    display: block;
    overflow: hidden
}

.full-post .figure img {
    height: 100%
}

.full-post .content {
    margin-left: 200px;
    color: #888
}

.full-post .content .title {
    font-size: 18px;
    font-weight: 400
}

.full-post .content i.iconfont {
    padding-right: 5px;
    color: #666
}

.full-post .intro {
    padding: .5em 0
}

.full-post .author,
.full-post .time,
.full-post .view {
    padding-right: 1em
}

.full-post .read-more {
    border: 1px solid #0084ff;
    border-radius: 100px;
    padding: .1em 1em;
    text-align: center;
    color: #0084ff;
    font-size: 12px
}

.full-post .read-more:hover {
    background-color: #0084ff;
    color: #fff
}

.full-post .list {
    padding-top: .6em;
    width: 47.99%;
    margin-right: 4%
}

.full-post .list .iconfont {
    font-size: 14px;
    padding-right: 2px
}

.full-post .list .a {
    max-width: 76%
}

.full-post .list:nth-of-type(even) {
    margin-right: 0
}

.full-post .list-time,
.full-post .time {
    color: #999
}

/*--首页三栏文章--*/
.text-post-wrap {
    width: 100%
}

.text-post {
    width: 32.262%;
    margin-right: 1.6%
}

.text-post:nth-child(3n+0) {
    margin-right: 0
}

.text-post .more {
    position: absolute;
    right: 0;
    height: 35px;
    line-height: 35px
}

.text-post .more i.iconfont {
    font-size: 24px
}

.text-post .list {
    padding-top: .6em;
    width: 100%;
    margin-right: 4%
}

.text-post .list .iconfont {
    font-size: 14px;
    padding-right: 2px
}

.text-post .list .a {
    max-width: 76%
}

.text-post .list:nth-of-type(even) {
    margin-right: 0
}

.text-post .list-time,
.full-post .time {
    color: #999
}

/*--首页多图模块----*/
.img-post .more {
    position: absolute;
    right: 0;
    height: 35px;
    line-height: 35px
}

.img-post .more i.iconfont {
    font-size: 24px
}

.img-post .img {
    display: block
}

.img-post article .a {
    position: relative;
    display: block
}

.img-post .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .01) 80%, rgba(0, 0, 0, .85))
}

.img-post .title {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    color: #fff;
    padding: 1em;
    font-weight: normal;
    width: 100%
}

.img-post .left {
    width: 30%;
    overflow: hidden
}

.img-post .left .img {
    width: 100%;
    height: 480px
}

.img-post .top-wrap {
    width: 100%;
    height: 220px
}

.img-post .top {
    width: 33.19%;
    margin-left: 1.8%;
    overflow: hidden
}

.img-post .top .img {
    width: 100%;
    height: 220px
}

.img-post .bottom {
    width: 21.52%;
    margin-left: 1.8%;
    margin-top: 20px;
    overflow: hidden
}

.img-post .bottom:nth-child(3n+0) {
    margin-right: 0
}

.img-post .bottom .img {
    width: 100%;
    height: 240px
}

/*========侧边栏======*/
#sidebar {
    width: 28%
}

#sidebar .aside_ad {
    display: block;
    line-height: 0;
    margin: -1.5em
}

#sidebar .aside_ad img {
    width: 100%
}

#divCatalog li {
    width: 50%;
    display: inline-block
}

#divCatalog li:nth-of-type(even) {
    text-align: right
}

#divCatalog li a {
    width: 96%;
    display: inline-block;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: .5em 0;
    margin-top: .5em
}

#divCatalog li a:hover {
    background-color: #0084ff;
    color: #fff;
    border: 1px solid #0084ff
}

#divPrevious li {
    list-style: circle;
    list-style-position: inside;
    border-bottom: 1px dashed #ddd;
    padding: .5em 0
}

#divPrevious li:last-child {
    border: none;
    padding-bottom: 0
}

#divPrevious li:first-child {
    padding-top: 0
}

#divTags li {
    display: inline-block
}

#divTags .tag-count {
    font-size: 12px;
    font-weight: 100
}

#divTags li a {
    display: inline-block;
    text-align: center;
    background: #f1f1f1;
    padding: .2em .6em;
    margin: .5em .2em 0 0
}

ul.divTags {
    margin-top: -.5em
}

#divTags li a:hover {
    background-color: #0084ff;
    color: #fff;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .24s;
    -ms-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s
}

#divMisc li {
    display: inline-block;
    padding-right: 5%
}

#divAuthors li,
#divFavorites li,
#divLinkage li {
    display: inline-block;
    padding-right: 1em
}

#divArchives li,
#divNavBar li,
#divStatistics li {
    display: inline-block;
    width: 49.2%
}

#divContorPanel .cp-login a,
#divContorPanel .cp-vrs a {
    width: 48.3%;
    display: inline-block;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: .5em 0;
    margin-top: .5em
}

#divContorPanel .cp-login a:hover,
#divContorPanel .cp-vrs a:hover {
    background-color: #0084ff;
    color: #fff;
    border: 1px solid #0084ff
}

#tbCalendar {
    width: 100%
}

#tbCalendar a {
    width: 40px;
    height: 40px;
    color: #0084ff
}

#tbCalendar tbody a {
    display: inline-block;
    background-color: #0084ff;
    color: #fff;
    border-radius: 3px
}

#tbCalendar caption {
    height: 60px;
    line-height: 60px
}

#tbCalendar td,
#tbCalendar th {
    width: 40px;
    height: 40px;
    line-height: 40px
}

#tbCalendar caption {
    font-size: 18px
}

#tbCalendar tbody {
    text-align: center
}

#divSearchPanel input[type=text] {
    width: 78%;
    border: none;
    background: 0 0;
    font-weight: 400;
    padding: .5em;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 3px;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

#divSearchPanel input[type=submit] {
    width: 21.9%;
    border: none;
    cursor: pointer;
    padding: .5em;
    background-color: #0084ff;
    color: #fff;
    border: 1px solid #0084ff;
    border-radius: 3px;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    margin-left: -6px
}

/*--站点信息--*/
#aside_about {
    padding: 0;
}

#aside_about .bg {
    width: 348px;
    height: 142px
}

#aside_about .avatar {
    width: 100%;
    text-align: center;
    margin-top: -42px
}

#aside_about .img {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    border-radius: 100px;
    border: 5px solid rgba(255, 255, 255, .8)
}

#aside_about .wrap {
    padding-top: 0
}

#aside_about .title {
    text-align: center;
    font-size: 20px;
    color: #333
}

#aside_about .info {
    color: #666;
    padding-top: 5px;
    line-height: 26px;
    overflow: hidden
}

#aside_about .ul {
    position: relative;
    margin-top: 17px
}

#aside_about .line {
    position: absolute;
    left: 46%;
    top: 5px;
    z-index: 1;
    color: #aaa;
    font-size: 22px
}

#aside_about .li {
    width: 49.5%;
    text-align: center
}

#aside_about .num {
    text-align: center;
    font-size: 22px;
    font-weight: 100;
    line-height: 10px
}

#aside_about small {
    display: block;
    color: #999
}

/*--热门文章--*/
#aside_hot li {
    border-bottom: 1px dashed #ddd;
    padding: .5em 0
}

#aside_hot li:first-child {
    padding-top: 0
}

#aside_hot li:last-child {
    border: none;
    padding-bottom: 0
}

#aside_hot li a {
    margin-left: 0px;
    display: block
}

#aside_hot .list {
    float: left;
    font-size: 16px;
    font-style: italic;
    color: #888;
    font-weight: 800
}

#aside_hot .list-1,
#aside_hot .list-2,
#aside_hot .list-3 {
    color: #0084ff
}

/*--随机图文--*/
#aside_random .list {
    padding: .6em 0
}

#aside_random li:first-child {
    padding-top: 0
}

#aside_random li:last-child {
    padding-bottom: 0
}

#aside_random .comment,
#aside_random .time {
    color: #999;
    padding-right: 1.5em
}

#aside_random .comment i.iconfont,
#aside_random .time i.iconfont {
    padding-right: 2px
}

#aside_random .list .img-wrap {
    float: left;
    overflow: hidden;
    display: block;
    height: 70px;
    width: 100px
}

#aside_random .random-img {
    width: 100px;
    height: 70px
}

#aside_random .random-text {
    margin-left: 120px
}

#aside_random .title {
    line-height: 1.6em
}

/*--最新文章--*/
#aside_new .list {
    padding: .6em 0
}

#aside_new li:first-child {
    padding-top: 0
}

#aside_new li:last-child {
    padding-bottom: 0
}

#aside_new .time,
#aside_new .view {
    color: #999;
    padding-right: 1.5em
}

#aside_new .time i.iconfont,
#aside_new .view i.iconfont {
    padding-right: 2px
}

#aside_new .list .img-wrap {
    float: left;
    overflow: hidden;
    display: block;
    height: 70px;
    width: 100px
}

#aside_new .random-img {
    float: left;
    width: 100px;
    height: 70px
}

#aside_new .new-text {
    margin-left: 120px
}

#aside_new .title {
    line-height: 1.6em
}

/*--热门评论--*/
#aside_hot_comment .list {
    padding: .6em 0
}

#aside_hot_comment li:first-child {
    padding-top: 0
}

#aside_hot_comment li:last-child {
    padding-bottom: 0
}

#aside_hot_comment .comment,
#aside_hot_comment .time {
    color: #999;
    padding-right: 1.5em
}

#aside_hot_comment .comment i.iconfont,
#aside_hot_comment .time i.iconfont {
    padding-right: 2px
}

#aside_hot_comment .list .img-wrap {
    float: left;
    overflow: hidden;
    display: block;
    height: 70px;
    width: 100px
}

#aside_hot_comment .random-img {
    width: 100px;
    height: 70px
}

#aside_hot_comment .new-text {
    margin-left: 120px
}

#aside_hot_comment .title {
    line-height: 1.6em
}

/*--最新留言--*/
#divComments .list {
    padding: .6em 0
}

#divComments li:first-child {
    padding-top: 0
}

#divComments li:last-child {
    padding-bottom: 0
}

#divComments .avatar {
    float: left;
    display: block
}

#divComments .avatar img {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    border: 2px solid #fff;
    box-shadow: 2px 2px 3px #efefef;
    -webkit-transition: .4s;
    -webkit-transition: -webkit-transform .4s ease-out;
    transition: transform .4s ease-out;
    -moz-transition: -moz-transform .4s ease-out
}

#divComments li:hover .avatar img {
    transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg)
}

#divComments .title {
    margin-left: 70px
}

#divComments .title .a {
    display: block
}

#divComments .info i.iconfont {
    padding-right: 5px
}

#divComments .info {
    color: #999
}

#divComments .author {
    padding-right: .5em
}

/*--文章页作者信息--*/
#widget_aside_author .title {
    margin: -1.5em;
    background: #f8f8f8;
    padding: 1.5em;
    background-size: 100% !important
}

#widget_aside_author .img {
    border-radius: 100px;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    display: block;
    border: 5px solid rgba(255, 255, 255, .8)
}

#widget_aside_author .avatar {
    margin-top: 50px;
    display: block
}

#widget_aside_author .name {
    font-size: 22px;
    text-align: center
}

#widget_aside_author .level {
    font-size: 12px;
    background-color: #0084ff;
    padding: 2px 6px;
    color: #fff;
    text-align: center;
    display: inline-block;
    vertical-align: middle
}

#widget_aside_author .intro {
    color: #888;
    text-align: center
}

/*--首页友情链接--*/
.flink {
    margin-bottom: 20px
}

.flink .iconfont {
    color: #333
}

.flink a.iconfont:hover {
    color: #0084ff
}

.flink .rule {
    font-size: 14px;
    font-weight: 400;
    padding-left: 2em;
    color: #999
}

.flink .f-list li {
    float: left;
    padding-right: 2em
}

.flink .f-list li a {
    font-size: 14px
}

/*--文章详情页--*/
/*==========iconfont=========*/
@font-face {
    font-family: iconfont;
    src: url('../fonts/iconfont.woff2') format('woff2')
}

.iconfont {
    font-family: iconfont !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-time:before {
    content: "\e619";
}

.icon-view:before {
    content: "\e608"
}

.art-main {
    padding: 2em 3em
}

.art-main .art-title {
    font-size: 28px
}

.art-main .head-info {
    color: #999;
    padding-top: 5px
}

.art-main .head-info i.iconfont {
    padding-right: 2px
}

.art-main .head-info .author,
.art-main .head-info .comment,
.art-main .head-info .edit,
.art-main .head-info .time,
.art-main .head-info .view {
    padding-right: 1em
}

.art-main .art-content {
    padding-top: 10px;
    position: relative;
    font-size: 16px;
    width: 100%;
    word-break: break-all
}

.art-content a {
    color: #0084ff
}

.art-content a:hover {
    border-bottom: 1px dashed #0084ff
}

.art-content h1,
.art-content h2,
.art-content h3,
.art-content h4,
.art-content h5,
.art-content h6 {
    margin: 10px 0
}

.art-content h1 {
    font-size: 1.8em
}

.art-content h2 {
    font-size: 1.6em
}

.art-content h3 {
    font-size: 1.4em
}

.art-content h4 {
    font-size: 1.2em
}

.art-content h5 {
    font-size: 1em
}

.art-content h6 {
    font-size: 0.8em
}

.art-content blockquote {
    color: #666;
    font-weight: 400;
    border-left: 4px solid #0084ff;
    padding: .5em 1em;
    background-color: #f9f9f9
}

.art-content img {
    max-width: 100% !important;
    height: auto !important;
}

.art-content table {
    border-collapse: collapse;
    empty-cells: show;
    border-spacing: 0
}

.art-content table tr.firstRow {
    font-weight: bold;
    background-color: #f8f8f8;
    text-align: left
}

.art-content table th,
.art-content table td {
    padding: .3em .5em;
    margin: 0;
    vertical-align: top;
    border: 1px solid #ddd
}

.art-content blockquote,
.art-content dl,
.art-content form,
.art-content hr,
.art-content ol,
.art-content p,
.art-content pre,
.art-content table,
.art-content ul {
    font-weight: 400;
    margin-bottom: 1rem
}

.art-content blockquote p,
.art-content ul p {
    margin-bottom: 0
}

.art-content li {
    margin-left: 1.2em
}

.art-content hr {
    border: none;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    border-top: 1px solid #eee;
    height: 1px;
    background: 0 0
}

.art-content audio,
.art-content img,
.art-content video {}

.art-content b,
.art-content strong {
    font-weight: 700;
}

.art-content .padding {
    padding-right: .5em
}

.art-content .art-copyright,
.art-content .tag-wrap {
    font-size: 14px
}

.art-content .tags {
    border: 1px solid #ddd;
    padding: .1em .5em;
    text-align: center;
    color: #333
}

.art-content .tags:hover {
    background-color: #0084ff;
    color: #fff;
    border: 1px solid #0084ff
}

.art-copyright {
    background: #f8f8f8;
    padding: 1em 1.5em
}

.art-copyright .copyright {
    font-weight: 700;
    padding-top: 10px
}

.prev-next {
    padding: 1.5em
}

.prev-next strong {
    font-weight: 400
}

.prev-next a {
    color: inherit;
    text-decoration: none;
    display: block
}

.prev-next .post-next,
.prev-next .post-prev {
    width: 46%;
    color: #999;
    font-size: 16px
}

.prev-next .post-next {
    text-align: right
}

.prev-next .next,
.prev-next .prev {
    display: block;
    font-size: 14px
}

.quick-prev-next .next,
.quick-prev-next .prev {
    position: fixed;
    z-index: 1;
    top: 45%;
    height: 50px;
    line-height: 50px;
    width: 50px;
    font-size: 50px;
    color: #888
}

.quick-prev-next .next:hover,
.quick-prev-next .prev:hover {
    color: #333
}

.quick-prev-next .prev {
    left: 0
}

.quick-prev-next .next {
    right: 0
}

/*--分享--*/
.social-widget {
    min-height: 50px
}

.bds_qzone,
.bds_sqq,
.bds_tsina,
.bds_weixin {
    background-image: none !important;
    text-indent: 0 !important;
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    border-radius: 100px
}

.bd_weixin_popup {
    width: 240px !important;
    height: 310px !important
}

.bdsharebuttonbox .iconfont {
    font-size: 26px;
    padding-left: 7px;
    color: #fff
}

.bdsharebuttonbox .iconfont:hover {
    color: #fff
}

.bds_weixin {
    background: #59d55c
}

.bds_qzone {
    background: #f1d519
}

.bds_tsina {
    background: #ff5a5a
}

.bds_sqq {
    background: #4a8aff
}

/*--点赞--*/
.thumbs-up-widget {
    padding-top: 6px
}

.thumbs-btn {
    border-radius: 100px;
    border: 1px solid #0084ff;
    text-align: center;
    padding: .3em 2em;
    color: #0084ff;
    cursor: pointer
}

.thumbs-btn .num {
    padding-left: 3px
}

.thumbs-btn:hover {
    color: #fff;
    background-color: #0084ff
}

.thumbs_done {
    background-color: #0084ff;
    color: #fff !important;
    opacity: .8
}

.thumbs_btn:hover {
    color: #fff;
    opacity: .8
}

/*--打赏--*/
.reward-widget {
    position: absolute;
    bottom: -5px;
    left: 45%;
    z-index: 1
}

.reward-widget .btn {
    width: 60px;
    height: 60px;
    font-size: 20px;
    border-radius: 100px;
    background-color: #ff5a5a;
    line-height: 60px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    margin: 0 auto
}

#popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 1;
    display: none;
    border-radius: 5px
}

#close {
    position: absolute;
    right: 10px;
    top: 0;
    color: #666;
    cursor: pointer;
    font-size: 24px
}

#reward-img {
    position: relative;
    margin: 15% auto;
    max-width: 400px;
    max-height: 250px
}

/*--相关文章--*/
.related-item {
    width: 31%;
    margin-right: 3.4%
}

.related-item a {
    display: block;
    overflow: hidden
}

.related-item .img {
    height: 160px
}

.related-item .titile {
    height: 2em;
    overflow: hidden
}

.related-item:nth-child(3n+0) {
    margin-right: 0
}

/*--评论--*/
#comments-title {
    padding-top: 100px;
    margin-top: -100px
}

.comment-disable {
    padding: 1.5em;
    color: #888;
    text-align: center
}

.comment-disable i.iconfont {
    padding-right: 5px;
    color: #666;
    font-size: 18px
}

.comment-num {
    color: #999;
    font-size: 16px
}

.comment-num .emphasize {
    color: #f33
}

.no-comment {
    color: #999;
    text-align: center
}

.no-comment i.iconfont {
    font-size: 60px;
    color: #ddd;
    display: block;
    margin-top: -20px;
    height: 90px
}

.comment-msg {
    padding: 1.5em 0;
    overflow: hidden;
    border-top: 1px solid #ddd
}

.comment-list .ul {
    list-style: none;
    border-top: 1px solid #ededed
}

.comment-list .li {
    overflow: hidden;
    padding: 1em
}

.comment-list .li:hover {
    background: #f8f8f8
}

.comment-list .li img {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    border: 2px solid #fff;
    box-shadow: 2px 2px 3px #efefef;
    -webkit-transition: .4s;
    -webkit-transition: -webkit-transform .4s ease-out;
    transition: transform .4s ease-out;
    -moz-transition: -moz-transform .4s ease-out
}

.comment-list .li:hover img {
    transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg)
}

.comment-list .li .clbody {
    margin-left: 70px
}

.comment-list .ul .ul {
    margin-left: 4%
}

.comment-list .title {
    font-size: 18px;
    padding-bottom: .5em
}

.compost .com-info li {
    float: left;
    margin-bottom: 1em;
    width: 33.3%;
    padding-right: 3%;
    position: relative
}

.compost .com-info li:nth-child(3) {
    padding-right: 0
}

.compost .com-info li .verify {
    position: absolute;
    right: 9%;
    top: 0;
    z-index: 1;
    height: 40px
}

.compost .com-info li .verify img {
    width: 100%;
    height: 100%;
    border: 1px solid #ddd
}

.compost .com-info li input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 4px;
    border: 1px solid #ddd;
    border-radius: 3px;
    text-indent: 10px
}

.compost .com-name {
    padding: 0 0 1em .2em
}

#cancel-reply {
    color: #0084ff
}

#txaArticle {
    border-radius: 3px;
    text-indent: 10px;
    margin: 0 10px 10px 0;
    padding: 5px;
    width: 100%;
    border: 1px solid #ddd;
    background: #fff;
    -webkit-appearance: none
}

.com-submit {
    border-radius: 3px;
    border: none;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    background-color: #0084ff;
    color: #fff;
    padding: 0 20px
}

.comment-list .cinfo {
    height: 20px
}

.comment-list .clbody .p {
    word-wrap: break-word
}

.cinfo .author {
    color: #666
}

.c-time {
    color: #999;
    font-size: 12px
}

.comment-at {
    color: #0084ff
}

.reply-a {
    opacity: 0.5
}

.comment-list li:hover .reply-a {
    opacity: 1
}

/*--分页--*/
.pagebar {
    text-align: center
}

.page-numbers {
    padding: 0 1em;
    line-height: 34px;
    text-align: center;
    margin: 0 0 0 5px;
    display: inline-block;
    background-color: #0084ff;
    color: #fff
}

a.page-numbers {
    background: #fff;
    color: #1a1a1a
}

a.page-numbers:hover {
    background-color: #0084ff;
    color: #fff
}

.ias-spinner {
    background: url(../images/loading.gif) no-repeat center;
    float: inherit;
    width: 98%;
    margin: 0 auto;
    height: 35px
}

.ias-trigger-next {
    cursor: pointer;
    float: inherit;
    text-align: center;
    padding: 1.5em 0
}

.ias-trigger-next a {
    background: #fff;
    color: #333;
    padding: .8em 2em;
    line-height: 100%;
    border-radius: 2px;
    box-shadow: 0 1px 2px 0 rgba(51, 51, 51, .3)
}

.ias-trigger-next a:hover {
    box-shadow: 0 3px 2px 0 rgba(51, 51, 51, .2)
}

.ias-trigger-next i {
    margin-right: 5px
}



.f-about,
.f-contact,
.f-qr {
    display: inline-block
}

.f-about {
    width: 46%;
    padding: 3% 0
}

.f-contact {
    width: 40%;
    padding: 3% 10%
}

.f-contact i.iconfont {
    padding-right: 5px
}

.f-qr {
    width: 120px;
    padding: 3% 0
}

.f-qr .img {
    width: 100px;
    height: 100px
}

/*--贴边工具栏--*/
.toolbar {
    bottom: 80px;
    position: fixed;
    right: 0;
    margin-right: 15px;
    cursor: pointer
}

#totop {
    display: none
}

.toolbar i.iconfont {
    color: #666;
    font-size: 18px
}

.toolbar .btn {
    display: block;
    padding: 12px;
    margin-bottom: 5px;
    width: auto;
    height: auto;
    line-height: 18px;
    vertical-align: middle;
    text-align: center
}

#qr:hover,
.btn.qq:hover,
.toolbar .btn:hover {
    background-color: #0084ff
}

#qr:hover a,
.btn.qq:hover a,
.toolbar .btn:hover i {
    color: #fff
}

#qr #qr-img {
    position: absolute;
    display: none
}

#qr-img {
    left: -200px;
    bottom: 5px;
    max-width: 180px;
    padding: 8px
}

/*==========responsive==========*/
@media screen and (max-width:1200px) {

    .double-list,
    .flink,
    .full-post,
    .post-comment,
    .recommend-a,
    .recommend-b,
    .related-art,
    .widget {
        padding: 20px 15px 15px 15px
    }

    #mainbox {
        width: 100%
    }


    .recommend-a .item {
        width: 48.4%;
        display: none
    }

    .recommend-a .item:nth-child(-n+2) {
        display: block
    }

    .recommend-a .item:nth-child(2) {
        margin-right: 0
    }

    .recommend-a .thumbnail img {
        height: 30vw
    }

    .recommend-a .item .title {
        font-size: 14px
    }

    .recommend-b .item {
        width: 100%
    }

    .recommend-b .intro {
        padding: 2.8vw;
        line-height: 1.5
    }

    .article-list .figure {
        width: 34%;
        height: 24vw
    }

    .article-list .content {
        margin-left: 38%;
        padding-top: 5px
    }

    .article-list {
        padding: 3vw
    }

    .article-list .content .title {
        font-size: 16px;
        white-space: unset;
        line-height: 1.6
    }

    .article-list .data {
        padding-top: 1vw
    }

    .double-list {
        width: 100%
    }

    .double-list .ul .a {
        max-width: 80%
    }

    .double-list .ul .title {
        list-style-type: none
    }

    .full-post .img-list {
        width: 100%
    }

    .full-post .figure {
        width: 30%;
        height: 20vw
    }

    .full-post .content {
        margin-left: 34%
    }

    .full-post .content .title {
        font-size: 16px;
        white-space: unset
    }

    .full-post .info {
        padding-top: 1vw
    }

    .full-post .list {
        width: 100%
    }

    .text-post {
        width: 100%
    }

    .img-post .left,
    .img-post .top,
    .img-post .bottom {
        width: 100%;
        overflow: hidden;
    }

    .img-post .title {
        padding: 0 1em 1.5em 1em;
    }

    .img-post .top,
    .img-post .bottom {
        margin-left: 0;
    }

    .img-post .top {
        margin-top: 20px;
    }

    .flink {
        margin-bottom: 10px
    }

    .f-about {
        width: 100%
    }

    .f-contact {
        width: 100%;
        padding: 3% 0
    }

    .f-qr {
        width: 100%
    }

    .art-main {
        padding: 4vw
    }

    .art-main .art-content {
        font-size: 14px
    }

    .art-main .art-title {
        font-size: 22px
    }

    .art-main h1,
    .art-main h2,
    .art-main h3 {
        font-size: 20px
    }

    #reward-img {
        margin: 45% 5%
    }

    .reward-widget {
        position: static;
        margin-bottom: 20px
    }

    .quick-prev-next .next,
    .quick-prev-next .prev {
        background: rgba(255, 255, 255, .8);
        color: #333;
        font-size: 24px;
        text-align: center;
        width: 40px;
        box-shadow: 0 1px 3px rgba(26, 26, 26, .2)
    }

    .quick-prev-next .prev {
        border-radius: 0 100px 100px 0
    }

    .quick-prev-next .next {
        border-radius: 100px 0 0 100px
    }

    .related-art .ul {
        margin-bottom: 3vw
    }

    .related-item {
        width: 48.4%;
        margin-right: 3%
    }

    .related-item .img {
        height: 100px
    }

    .related-item:nth-child(2n+0) {
        margin-right: 0
    }

    .related-item:nth-child(3) {
        margin-right: 3%
    }

    .page-numbers {
        margin-top: 10px
    }

    .compost .com-info li {
        width: 100%;
        padding-right: 0%
    }

    .compost .com-info li .verify {
        right: 0
    }

    .footer .main {
        padding: 1em
    }
}

.pcd_ad {
    display: block;
}

.mbd_ad {
    display: none
}

@media(max-width:768px) {

    .pcd_ad {
        display: none !important;
    }

    .mbd_ad {
        display: block !important;
    }

}

.meihua_1 {
    display: block;
    margin-top: 10px;
    padding: 5px 10px;
    background-color: #ea4c89;
    color: #FFF;
    font-weight: bold;
    font-size: 18px;
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.meihua_2 {
    background-color: #fff;
    margin-bottom: 20px;
    box-shadow: 0 1px 2px rgba(15, 39, 65, 0.1);
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.meihua_2 .meihua_2_1 {
    height: auto;
    overflow: hidden;
    background-color: #FFF;
    border: 1px solid #DDDDDD;
    border-width: 1px 1px 1px 1px;
    padding: 20px;
}

.meihua_2 .meihua_2_1 p {
    margin: 5px auto !important;
}

.meihua_2 .meihua_2_1 .meihua_btn {
    float: left;
    border: 1px solid #8a8a8a;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    padding-left: 40px;
    margin: 10px 10px 0 0;
    overflow: hidden;
    border-radius: 2px;
    background: url(../images/30.png) no-repeat 5px 3px #4abd96;
    border: 1px solid #4abd96;
    color: #FFF;
    text-decoration: none;
    padding-right: 10px;
}

.meihua_2 .meihua_2_1 .meihua_btn i {
    margin-right: 5px
}

.meihua_2 .meihua_2_1 .meihua_btn:hover {
    background-color: #3169b0
}

.video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.short-btn {
    float: left;
    border: 1px solid #8a8a8a;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    padding-left: 40px;
    margin: 10px 10px 0 0;
    overflow: hidden;
    border-radius: 2px;
    background: url(../images/10.png) no-repeat 5px 3px #4abd96;
    border: 1px solid #4abd96;
    text-decoration: none;
    color: #FFF !important;
    padding-right: 10px;
    text-decoration: none;
}

.short-btn:hover {
    background-color: #3169b0
}

.foucs {
    width: 580px;
    height: 592px;
    margin: 0px auto;
    border: 1px solid #ccc;
}

.gundong {
    height: 64px;
    margin: 0px auto;
    background: #F4F4F4;
    padding: 10px 0px 10px 15px;
}

.gundong_left {
    width: 29px;
    height: 64px;
    float: left;
    cursor: pointer;
    background: url(../images/pic33.jpg) 0 0 no-repeat;
}

.gundong_center {
    width: 498px;
    height: 64px;
    float: left;
    position: relative;
    overflow: hidden;
}

.gundong_center ul {
    width: 2000px;
    position: absolute;
    left: 0;
}

.gundong_center li {
    width: 80px;
    height: 60px;
    float: left;
    cursor: pointer;
    margin: 0px 7px;
    _display: inline;
}

.gundong_center li img {
    width: 80px;
    height: 60px;
}

.gundong_center li.on {
    border: 1px solid #f00;
}

.gundong_right {
    width: 29px;
    height: 64px;
    float: left;
    cursor: pointer;
    background: url(../images/pic34.jpg) 0 0 no-repeat;
}

.fbox {
    width: 498px;
    height: 478px;
    margin: 30px auto 0px;
}

.fbox dl {
    display: none;
}

.fbox dt {
    text-align: center;
}

.fbox dd {
    line-height: 22px;
    text-indent: 2em;
    padding: 10px 0px;
}

.fbox img {
    max-width: 100%;
    max-height: 400px;
}

.ellipsis-online {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-all
}

.ellipsis-online-1 {
    -webkit-line-clamp: 1
}

.ellipsis-online-2 {
    -webkit-line-clamp: 2
}

.display-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.recommend-box .recommend-item-box {
    padding: 8px 10px;
    background-color: #fff;
    font-style: normal;
    border-top: 1px solid #f7f7fc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.recommend-box .recommend-item-box .content-box-img {
    width: 88px;
    height: 66px;
    margin-right: 16px
}

.recommend-box .recommend-item-box .content-box-img img {
    width: 88px;
    height: 66px
}

.recommend-box .recommend-item-box .content-box {
    width: 100%
}

.recommend-box .recommend-item-box .title-box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.recommend-box .recommend-item-box .title-box .tit {
    color: #282b31;
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.recommend-box .recommend-item-box .title-box .tit:hover {
    color: #fc5531
}

.recommend-box .recommend-item-box .title-box .tit em {
    color: #fc5531;
    font-style: normal
}

.recommend-box .recommend-item-box .title-box .tit .tag {
    color: #507999;
    background: #ebf2f7;
    line-height: 22px;
    height: 20px;
    font-size: 12px;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: -2px;
    padding: 0 6px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 2px
}

.recommend-box .recommend-item-box .info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.recommend-box .recommend-item-box .info-box .blog-title {
    color: #999aaa;
    font-size: 13px
}

.recommend-box .recommend-item-box .info-box .blog-title:hover {
    color: #fc5531
}

.recommend-box .recommend-item-box .info-box .info {
    min-width: 32px
}

.recommend-box .recommend-item-box .info-box .info:hover .read {
    display: none
}

.recommend-box .recommend-item-box .info-box .info:hover .time {
    display: block
}

.recommend-box .recommend-item-box .info-box .info-block {
    font-size: 13px;
    color: #999aaa;
    margin-left: 12px;
    line-height: 24px
}

.recommend-box .recommend-item-box .info-box .time {
    display: none
}

.recommend-box .recommend-item-box .info-box .read-img {
    width: 14px;
    height: 14px;
    vertical-align: -2px;
    margin-right: 4px
}

.recommend-box .recommend-item-box .desc-box .desc {
    color: #999aaa;
    font-size: 14px
}

.recommend-box .recommend-item-box .desc-box .desc em {
    color: #fc5531;
    font-style: normal
}

.recommend-box #recommend-item-box-tow {
    display: block
}

.art-content img {
    /*display: none!important;*/
}


/* 帮助中心详情页 */
.help-detail {
    line-height: 1.5;
    font-size: 16px;
    color: #333232;
    width: 1200px;
    margin: 0 auto
}

.title {
    text-align: center;
    color: #212121;
    font-size: 26px;
    font-weight: 700;
    line-height: 100px
}

.banwz {
    line-height: 1.5 !important;
}

.page-num {
    border: 1px solid rgb(229 231 235);
    padding: .5rem .75rem;
}

.new-text p {
    text-align: left;
}

.list-paddingleft-2 li {
    background: url("../images/sl_dg.png") no-repeat left center;
    background-size: 1.125rem 1.125rem;
    padding-left: 1.875rem;
    background-position: left 0.1875rem;
    line-height: 1.6;
    margin-bottom: 1.3rem;

}

.list-paddingleft-2 li p {}


.zygw-showcase-actions a {
    display: block;
    width: 100%;
}

.list-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #898989;
    padding: 200px 0
}

.list-empty img {
    width: 200px !important;
    margin-bottom: 40px
}

/* 更小屏幕的额外调整 */
@media (max-width: 1355px) {

    .navdh>div,
    .navdh a {
        font-size: 1.125rem !important;
    }

    .navdh {
        gap: 1rem !important;
    }

     .logoimg img{ width: 8.5625rem !important; height: 2.2rem !important;}
}


@media (max-width: 1215px) {

    .navdh>div,
    .navdh a {
        font-size: .875rem !important;
    }

    .navdh {
        gap: 0.75rem !important;
    }

    .logoimg img{ width: 8.5625rem !important; height: 2.2rem !important;}

    .zygw-btn-login {
      font-size: .875rem !important; 
      padding: 0 1.5rem !important; 
    }
    .zygw-btn-register {
        padding: 0 0.5rem !important;  
    }
}
.new-empty {
    padding: 0 0 200px !important;
}

.logoimg img{ width: 12.0625rem; height: 3.125rem;}
