.top,
.toptop,
#container,
body {
    background: #fff;
}

.top {
    height: 118px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: normal;
}

.top-logo {
    width: 270px;
    height: 96px;
    margin-top: 0;
    flex: 0 0 270px;
    float: none;
}

.top-logo a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.top-logo img {
    display: block;
    width: 240px;
    height: auto;
    margin-top: 0;
    transform: translateY(-8px);
}

.top-searcher {
    width: 545px;
    margin-top: 0;
    margin-left: 10px;
    flex: 0 0 545px;
    float: none;
}

.top-searcher form {
    overflow: hidden;
}

.so-search-input {
    width: 440px;
}

.top-kefu {
    width: 165px;
    margin-top: 0;
    margin-left: 14px;
    line-height: 22px;
    color: #2461bf;
    flex: 0 0 165px;
    float: none;
}

.tp-kefu-meta {
    margin-top: 0;
    font-size: 13px;
    color: #2461bf;
    word-break: break-all;
}

.tp-kefu-line {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    color: #2461bf;
}

.tp-kefu-line img {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
}

.tp-kefu-line span {
    color: #2461bf;
}

.top-weixin {
    margin-left: 12px;
    width: 91px;
    height: 106px;
    margin-top: 0;
    flex: 0 0 91px;
    float: none;
}

.top-weixin img {
    max-width: 100%;
    height: auto;
}

#menu {
    display: flex;
    justify-content: center;
}

#menu ul {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-left: 0;
}

#menu li {
    float: none;
    width: auto;
    min-width: 90px;
    flex: 1 1 0;
    line-height: 45px;
    text-align: center;
}

#menu li:last-child {
    background-image: none;
}

#menu li a {
    height: 45px;
}

.notice {
    clear: both;
}

.soso-search-submit,
.so-search-input {
    font-family: SimSun, Arial, sans-serif;
}

.tp-home-main {
    float: left;
    width: 870px;
    overflow: hidden;
}

.tp-home-main .pl,
.tp-home-main .bot {
    box-sizing: border-box;
}

.tp-home-main .bot {
    width: 420px;
}

.tp-home-main .bnr1 {
    width: 420px;
}

.tp-home-main .bnr2 {
    width: 410px;
}

/* tp-banner 轮播图容器 - 由 mycss.css 中的样式接管，此处保持最小化 */

.tp-card-empty {
    width: 207px;
    height: 250px;
    float: left;
    text-align: center;
    padding-top: 80px;
    color: #666;
}

.tp-thumb {
    width: 207px;
    height: 207px;
    object-fit: cover;
}

.tp-content-box {
    width: 860px;
    float: left;
    overflow: hidden;
    border: 1px #c5ddf5 solid;
    border-radius: 6px;
    margin-left: 10px;
    margin-top: 10px;
    background: #fff;
}

.tp-detail-body {
    padding: 18px 24px 30px;
    line-height: 28px;
}

.tp-detail-body img {
    max-width: 100%;
    height: auto;
}

.tp-contact-lines {
    line-height: 26px;
}

.tp-list-pager {
    clear: both;
    width: 100%;
    text-align: center;
    padding: 16px 0 12px;
}

.tp-list-pager ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.tp-list-pager li {
    display: inline-block;
    margin: 0;
}

.tp-list-pager a,
.tp-list-pager span {
    display: inline-block;
    padding: 4px 9px;
    border: 1px solid #2461bf;
    color: #2461bf;
}

.tp-list-pager .active span {
    background: #2461bf;
    color: #fff;
}

.tp-category-tip {
    color: #666;
    font-size: 12px;
    line-height: 20px;
    padding: 10px 0 6px;
}

.tp-tree-menu {
    margin: 0;
    padding: 0;
}

.tp-tree-menu .tp-menu-item {
    list-style: none;
    position: relative;
    padding: 3px 0 3px 18px;
}

.tp-tree-menu .tp-menu-item > a {
    display: inline-block;
    vertical-align: middle;
}

.tp-menu-toggle,
.tp-menu-bullet {
    position: absolute;
    left: 0;
    top: 8px;
    width: 12px;
    height: 12px;
}

.tp-menu-toggle {
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
}

.tp-menu-toggle::before,
.tp-menu-bullet::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 5px solid #2461bf;
    transition: transform 0.18s ease;
    margin-top: 2px;
}

.tp-tree-menu .is-expanded > .tp-menu-toggle::before {
    transform: rotate(90deg);
    transform-origin: 2px 4px;
}

.tp-tree-children {
    margin: 6px 0 0 6px;
    padding: 0 0 0 8px;
}

.tp-tree-children .tp-menu-item {
    padding-left: 16px;
    font-weight: normal;
}

.tp-tree-children .tp-menu-item.is-hover {
    background-color: #f1f6fd;
}

.is-current-link {
    color: #1b56b7;
    font-weight: bold;
}

.tp-subcategory-box {
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px dashed #c5ddf5;
}

.tp-subcategory-title {
    color: #2461bf;
    font-weight: bold;
    margin-bottom: 8px;
}

.tp-product-filter {
    width: 840px;
    padding: 4px 0 14px;
    text-align: left;
    box-sizing: border-box;
}

.tp-product-filter form {
    display: flex;
    align-items: center;
    gap: 8px;
}

.tp-product-filter input {
    width: 260px;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    border: 1px solid #c5ddf5;
}

.tp-product-filter button {
    height: 32px;
    padding: 0 14px;
    border: none;
    background: #2461bf;
    color: #fff;
    cursor: pointer;
}

.tp-page-intro {
    margin-bottom: 16px;
    color: #555;
    line-height: 26px;
}

.tp-job-list {
    display: grid;
    gap: 16px;
}

.tp-job-item,
.tp-company-card {
    border: 1px solid #c5ddf5;
    background: #fff;
    border-radius: 8px;
    padding: 18px 20px;
}

.tp-job-item h3,
.tp-company-card h3 {
    margin: 0 0 10px;
    color: #2461bf;
}

.tp-job-meta {
    color: #666;
    line-height: 24px;
    margin-bottom: 12px;
}

.tp-job-block {
    line-height: 28px;
    color: #333;
    margin-bottom: 10px;
}

.tp-job-block strong {
    color: #2461bf;
}

.tp-empty-box {
    border: 1px dashed #c5ddf5;
    padding: 18px 20px;
    color: #666;
    background: #fafcff;
}

.tp-message-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.8fr);
    gap: 20px;
}

.tp-message-main,
.tp-message-side {
    min-width: 0;
}

.tp-message-form {
    display: grid;
    gap: 14px;
}

.tp-form-row label {
    display: block;
    margin-bottom: 8px;
    color: #2461bf;
    font-weight: bold;
}

.tp-form-row input,
.tp-form-row textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #c5ddf5;
    border-radius: 6px;
    font: inherit;
}

.tp-form-row textarea {
    min-height: 160px;
    resize: vertical;
    line-height: 24px;
}

.tp-submit-btn {
    width: 140px;
    height: 38px;
    border: none;
    border-radius: 6px;
    background: #2461bf;
    color: #fff;
    cursor: pointer;
}

.tp-message-notice {
    margin-bottom: 14px;
    padding: 10px 12px;
    border-radius: 6px;
    line-height: 22px;
}

.tp-message-notice.is-success {
    background: #ecfdf3;
    border: 1px solid #86efac;
    color: #166534;
}

.tp-message-notice.is-error {
    background: #fef2f2;
    border: 1px solid #fca5a5;
    color: #991b1b;
}

.tp-plain-list {
    line-height: 28px;
    color: #333;
}

.wzlist li {
    list-style: none;
    overflow: hidden;
}

.kt3 {
    min-height: 300px;
}

@media (max-width: 960px) {
    .tp-message-layout {
        grid-template-columns: 1fr;
    }
}

/* about 页面内容区宽度自适应 */
.tp-home-main .pl .detail {
    width: 100%;
    min-height: 0;
    box-sizing: border-box;
}

/* 简单页面隐藏旧浮动元素（安全兜底） */
#container > .kt2,
#container > .kt3 {
    display: none;
}
