

/* CSS Document */

html,
body,
div,
ul,
li,
dl,
dd,
dt,
a,
ol,
u,
i,
b,
br,
p,
span,
hr,
label,
input,
select,
textarea,
button,
form,
h1,
h2,
h3,
h4,
h5,
h6,
font,
strong,
em,
iframe,
img,
tr,
th,
td,
q {
    margin: 0;
    padding: 0;
    list-style: none;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

body {
    padding: 0;
    margin: 0;
    font: 12px/1.5 "Microsoft YaHei", 微软雅黑, '宋体', tahoma, Verdana, arial, sans-serif;
    color: #333;
    background: #fff;
}

input,
textarea,
select,
button {
    vertical-align: middle;
    outline: none;
    font-family: var(--loopes-font);
    color: #333;
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
    blr: expression(this.onFocus=this.blur());
}

a:hover {
    color: #0088FF;
    text-decoration: none;
}

a img {
    border: none;
}

h1,
h2,
h3 {
    font-weight: normal;
}

h1 {
    font-size: 20px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

ul,
li {
    vertical-align: middle;
}

.container {
    width: 1200px;
    margin: 0 auto;
}


/*****顶部****/

.header {
    position: fixed;
    width: 100%;
    height: 60px;
    top: 0;
    left: 0;
    background: url(../image/topbg.png);
    z-index: 99;
}

.nav {
    width: 1200px;
    margin: 0 auto;
}

.logo {
    float: left;
    padding: 12px 0;
    margin-left: 10px;
}

.logo img {
    height: 64px;
    width: auto;
}

.footer-logo-img {
    height: 68px;
    width: auto;
    object-fit: contain;
}


/***导航****/

.menubox {
    float: left;
    margin-left: 50px;
}

.menubox>ul>li {
    float: left;
    position: relative;
}

.menubox>ul>li>a {
    display: block;
    padding: 0 20px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    position: relative;
}

.menubox>ul>li>a span {
    display: block;
    position: absolute;
    width: 0;
    height: 2px;
    left: 50%;
    bottom: 1px;
    background: #ffffff;
    transition: all .5s;
}

.menubox>ul>li>a:hover span,
.menubox li.on>a>span {
    width: 100%;
    left: 0;
}

.topct {
    width: 400px;
    float: left;
    font-size: 16px;
    color: #fff;
    padding-left: 100px;
}

.topct li {
    float: left;
    padding: 0 30px;
    background: url(../image/top_line.png) right center no-repeat;
}

.topct li a {
    display: block;
    color: #fff;
    line-height: 62px;
    padding-left: 30px;
}

.top_tel {
    background: url(../image/phone.png) no-repeat left center;
}

.join {
    background: url(../image/join.png) no-repeat left center;
}

/*二级导航*/
.sub_nav{
    display: none;
    position:absolute;
    width:180px;
    background:url(../image/back70.png);
    left:50%;
    margin-left:-90px;
    top: 63px;
}
.sub_nav li a{
    display: block;
    font-size:14px;
    height:42px;
    line-height:42px;
    padding: 0 20px;
    color: #f5f5f5;
    border-bottom:#676880 1px solid;
    overflow:hidden;
    /*text-overflow: ellipsis;*/
    white-space: nowrap;
    transition:all .5s;
    -webkit-transition:all .5s;
}

.sub_nav li a:hover{
    /*background:url(../images/back30.png);*/

    bottom: 1px;
    background: #2b2b2b;
    transition: all .5s;
}


/***底部***/

.footer {
    width: 100%;
    background: #011e3a;
    padding: 20px 0;
    overflow: hidden;
}

.footer_l {
    float: left;
    width: 60%;
    font-size: 14px;
    color: #fff;
    line-height: 38px;
}

.footer_l a {
    color: #fff;
    padding: 0 5px;
}

.footer_l a:hover {
    color: #dedede;
}

.footer_r {
    float: right;
    width: 36%;
}

.footer_ht {
    line-height: 60px;
    font-size: 20px;
    color: #fff;
    float: left;
    padding: 30px 20px 0 0;
}

.footer_r .weixin {
    float: left;
}

.footer_r img {
    width: 120px;
    height: 120px;
}

/* ====== Section Block 区块容器（来自 LoopesUI 迁移） ====== */
.loopes-section-block {
    position: relative;
    padding: 80px 0;
}
.loopes-section-header {
    text-align: center;
    margin-bottom: 48px;
}
.loopes-section-header__label {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--loopes-primary);
    margin-bottom: 8px;
}
.loopes-section-header__title {
    font-size: 32px;
    font-weight: 700;
    color: var(--loopes-text);
    margin: 0 0 12px 0;
    line-height: 1.3;
}
.loopes-section-header__desc {
    font-size: 16px;
    color: var(--loopes-text-secondary);
    margin: 0 0 16px 0;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}
.loopes-section-header__line {
    width: 50px;
    height: 3px;
    background: var(--loopes-primary);
    border-radius: 2px;
    margin: 0 auto;
}
@media (max-width: 768px) {
    .loopes-section-block { padding: 50px 0; }
    .loopes-section-header { margin-bottom: 32px; }
    .loopes-section-header__title { font-size: 24px; }
    .loopes-section-header__desc { font-size: 14px; }
}

/* ====== Hero 页面横幅（来自 LoopesUI 迁移） ====== */
.loopes-hero {
    position: relative;
    padding: 100px 0 80px;
    text-align: center;
    overflow: hidden;
}
.loopes-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.loopes-hero--blue .loopes-hero__bg {
    background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 50%, #1a365d 100%);
}
.loopes-hero--blue .loopes-hero__bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 20% 50%, rgba(26, 115, 232, 0.15) 0%, transparent 60%),
        radial-gradient(ellipse at 80% 20%, rgba(26, 115, 232, 0.1) 0%, transparent 50%),
        radial-gradient(ellipse at 50% 80%, rgba(26, 115, 232, 0.08) 0%, transparent 50%);
    pointer-events: none;
}
.loopes-hero--dark .loopes-hero__bg {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
}
.loopes-hero--light .loopes-hero__bg {
    background: var(--loopes-bg-secondary);
}
.loopes-hero--light .loopes-hero__label {
    color: var(--loopes-primary);
}
.loopes-hero--light .loopes-hero__title {
    color: var(--loopes-text);
}
.loopes-hero--light .loopes-hero__desc {
    color: var(--loopes-text-secondary);
}
.loopes-hero--light .loopes-hero__meta {
    color: var(--loopes-text-tertiary);
}
.loopes-hero--light .loopes-hero__breadcrumb {
    color: var(--loopes-text-tertiary);
}
.loopes-hero--light .loopes-hero__breadcrumb a {
    color: var(--loopes-text-secondary);
}
.loopes-hero--light .loopes-hero__breadcrumb a:hover {
    color: var(--loopes-primary);
}
.loopes-hero--light .loopes-hero__breadcrumb-current {
    color: var(--loopes-text);
}
.loopes-hero__content {
    position: relative;
    z-index: 1;
}
.loopes-hero__breadcrumb {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 20px;
}
.loopes-hero__breadcrumb a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: color 0.2s;
}
.loopes-hero__breadcrumb a:hover {
    color: #fff;
}
.loopes-hero__breadcrumb-sep {
    margin: 0 8px;
    font-size: 10px;
}
.loopes-hero__breadcrumb-current {
    color: rgba(255, 255, 255, 0.9);
}
.loopes-hero__label {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--loopes-primary);
    margin-bottom: 12px;
}
.loopes-hero__label--bordered {
    padding: 6px 18px;
    border-radius: 20px;
    background: rgba(26, 115, 232, 0.12);
    border: 1px solid rgba(26, 115, 232, 0.2);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
}
.loopes-hero__title {
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 12px 0;
    line-height: 1.25;
}
.loopes-hero__desc {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 auto 16px;
    max-width: 600px;
    line-height: 1.6;
}
.loopes-hero__meta {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}
.loopes-hero__meta--boxed {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 14px;
    margin-top: 12px;
}
.loopes-hero__meta strong {
    font-weight: 700;
}
.loopes-hero__meta svg {
    width: 16px;
    height: 16px;
    opacity: 0.6;
}
.loopes-hero__count i {
    margin-right: 4px;
}
@media (max-width: 768px) {
    .loopes-hero { padding: 70px 0 50px; }
    .loopes-hero__title { font-size: 26px; }
    .loopes-hero__desc { font-size: 14px; }
}


/* ====== 工具栏搜索框组件 ====== */

.loopes-toolbar-search {
    display: flex;
    align-items: center;
    position: relative;
    flex: 1;
    max-width: 380px;
}

.loopes-toolbar-search form,
.loopes-toolbar-search__input-wrap {
    width: 100%;
    position: relative;
}

.loopes-toolbar-search__input {
    width: 100%;
    height: 42px;
    padding: 0 44px 0 16px;
    font-size: 14px;
    border: 1px solid var(--loopes-border);
    border-radius: 8px;
    outline: none;
    color: var(--loopes-text);
    transition: border-color 0.25s ease;
    background: var(--loopes-bg);
    box-sizing: border-box;
}

.loopes-toolbar-search__input:focus {
    border-color: var(--loopes-primary);
    box-shadow: 0 0 0 3px rgba(26, 115, 232, 0.1);
}

.loopes-toolbar-search__input::placeholder {
    color: var(--loopes-text-light);
}

.loopes-toolbar-search__btn {
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: none;
    background: var(--loopes-primary);
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.25s ease;
}

.loopes-toolbar-search__btn svg {
    width: 16px;
    height: 16px;
}

.loopes-toolbar-search__btn:hover {
    transform: translateY(-50%) scale(1.06);
}


/* ====== 工具栏搜索框 - inline 风格（左侧带搜索图标） ====== */

.loopes-toolbar-search--inline form {
    display: flex;
    align-items: center;
}

.loopes-toolbar-search--inline .fa-search {
    padding: 0 0 0 14px;
    font-size: 14px;
    color: var(--loopes-text-light);
    pointer-events: none;
}

.loopes-toolbar-search--inline .loopes-toolbar-search__input {
    flex: 1;
    min-width: 0;
    padding: 9px 10px;
    border: 1px solid var(--loopes-border, #E2E8F0);
    border-radius: 8px;
    background: var(--loopes-bg-secondary, #F8FAFC);
    box-sizing: border-box;
    color: var(--loopes-text);
}

.loopes-toolbar-search--inline .loopes-toolbar-search__input:focus {
    border-color: var(--loopes-primary);
    background: var(--loopes-bg, #fff);
    box-shadow: 0 0 0 3px rgba(26, 115, 232, 0.1);
}

.loopes-toolbar-search--inline .loopes-toolbar-search__btn {
    position: static;
    transform: none;
    flex-shrink: 0;
}

/* ---- pill 风格（胶囊搜索框：左侧搜索图标 + 右侧圆形按钮） ---- */
.loopes-toolbar-search--pill {
    max-width: 320px;
}

.loopes-toolbar-search--pill form {
    width: 100%;
}

.loopes-toolbar-search--pill .loopes-toolbar-search__input-wrap {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}

.loopes-toolbar-search--pill .loopes-toolbar-search__icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
    color: var(--loopes-text-light, #94A3B8);
    pointer-events: none;
    z-index: 1;
}

.loopes-toolbar-search--pill .loopes-toolbar-search__input {
    width: 100%;
    height: 44px;
    padding: 0 50px 0 40px;
    font-size: 14px;
    border: 1.5px solid var(--loopes-border, #E2E8F0);
    border-radius: 999px;
    outline: none;
    background: var(--loopes-bg, #fff);
    color: var(--loopes-text, #0F172A);
    box-sizing: border-box;
    transition: all 0.25s ease;
}

.loopes-toolbar-search--pill .loopes-toolbar-search__input:focus {
    border-color: var(--loopes-primary, #1A73E8);
    box-shadow: 0 0 0 3px rgba(26, 115, 232, 0.1);
}

.loopes-toolbar-search--pill .loopes-toolbar-search__input::placeholder {
    color: var(--loopes-text-light, #94A3B8);
}

.loopes-toolbar-search--pill .loopes-toolbar-search__btn {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
    background: none;
    color: var(--loopes-text-light, #94A3B8);
    cursor: pointer;
    transition: color 0.2s;
    font-size: 16px;
    line-height: 1;
}

.loopes-toolbar-search--pill .loopes-toolbar-search__btn:hover {
    color: var(--loopes-primary, #1A73E8);
}


/* ====== 分类筛选标签组件 ====== */

.loopes-cats-filter__item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 16px;
    font-size: 14px;
    font-weight: 500;
    color: var(--loopes-text-light);
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.25s ease;
    white-space: nowrap;
    flex-shrink: 0;
}

.loopes-cats-filter__item svg {
    width: 15px;
    height: 15px;
}

.loopes-cats-filter__item:hover {
    color: var(--loopes-primary);
    background: var(--loopes-primary-lighter, #E8F0FE);
}

.loopes-cats-filter__item.is-active {
    color: #fff;
    background: var(--loopes-primary);
    box-shadow: 0 2px 8px rgba(26, 115, 232, 0.25);
}

.loopes-cats-filter__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    font-size: 11px;
    font-weight: 600;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.08);
    color: inherit;
}

.loopes-cats-filter__item.is-active .loopes-cats-filter__badge {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}


/* ===== 暗色模式适配 ===== */
[data-theme="dark"] .loopes-cats-filter__badge {
    background: rgba(255, 255, 255, 0.1);
}