body {
    background: #cce0ea;
    font-family: "微软雅黑", Arial, sans-serif;
    color: #333;
}

a {
    text-decoration: none;
}

.container {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 120px;
    box-sizing: border-box;
}

.clearfix:after,
.line:after,
.line-small:after {
    content: "";
    display: block;
    clear: both;
}

.xin-logo-text {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    color: #333;
    font-size: 28px;
    font-weight: bold;
}

.user-area-simple {
    min-width: 168px;
    justify-content: flex-end;
}

.xin-member-login,
.xin-member-trigger {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #24323a;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    box-sizing: border-box;
}

.xin-member-login:hover,
.xin-member-trigger:hover {
    color: #1d6d92;
}

.xin-member-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    overflow: hidden;
    border-radius: 50%;
    border: 3px solid #fff;
    background: linear-gradient(135deg, #5b9bbb, #3d7896);
    box-shadow: 0 2px 8px rgba(40, 79, 98, .18);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    flex: 0 0 auto;
}

.xin-member-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.xin-member-menu {
    position: relative;
}

.xin-member-menu:hover .xin-member-dropdown,
.xin-member-menu:focus-within .xin-member-dropdown {
    display: block;
}

.xin-member-name {
    max-width: 108px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #1f2d35;
}

.xin-member-caret {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #60727c;
}

.xin-member-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    width: 168px;
    padding: 7px 0;
    border: 1px solid #eef3f6;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(43, 84, 104, .14);
    z-index: 1200;
}

.xin-member-dropdown:before {
    content: "";
    position: absolute;
    top: -6px;
    right: 24px;
    width: 10px;
    height: 10px;
    border-left: 1px solid #e5edf2;
    border-top: 1px solid #e5edf2;
    background: #fff;
    transform: rotate(45deg);
}

.xin-member-dropdown:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -12px;
    height: 12px;
}

.xin-member-dropdown-head {
    padding: 9px 16px 7px;
    border-bottom: 1px solid #eef3f6;
    color: #6a7c86;
    font-size: 13px;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xin-member-dropdown a,
.xin-member-dropdown button {
    display: block;
    width: 100%;
    padding: 10px 16px;
    border: 0;
    background: transparent;
    color: #333;
    font: inherit;
    line-height: 1.2;
    text-align: left;
    cursor: pointer;
    box-sizing: border-box;
}

.xin-member-dropdown a:hover,
.xin-member-dropdown button:hover {
    background: #f3f8fb;
    color: #1d6d92;
}

.layout.navbar .container {
    position: relative;
}

.nav,
.nav li,
.dropdown-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-inline {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.nav-inline li a {
    display: block;
    padding: 16px 20px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

.nav-inline li a:hover {
    background: rgba(255, 255, 255, .14);
    color: #fff;
}

.nav-inline li.active a {
    background: rgba(255, 255, 255, .24);
    color: #fff;
}

.bg-white {
    background: #cce0ea !important;
}

.data-table .btn-free {
    background: #4CAF50;
}

.data-table .btn-buy {
    background: #FF5722;
}

.data-table .btn-contact {
    background: #2196F3;
}

.tanz-pages {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 20px 0;
    padding: 0;
}

.tanz-pages .tanz-page-link,
.tanz-pages .tanz-page-ellipsis {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    padding: 0 14px;
    border: 1px solid #DCDCDC;
    border-radius: 4px;
    background: #fff;
    color: #6e6e6e;
    font-size: 14px;
    line-height: 38px;
    text-decoration: none;
    box-sizing: border-box;
}

.tanz-pages a.tanz-page-link:hover,
.tanz-pages .tanz-page-link.is-active {
    border-color: #ff9600;
    background: #ff9600;
    color: #fff;
}

.tanz-pages .tanz-page-link.is-disabled,
.tanz-pages .tanz-page-ellipsis {
    color: #aaa;
    background: #f7f7f7;
}

.has-infinite-list .tanz-infinite-pagination {
    display: none;
}

.tanz-infinite-sentinel {
    width: 100%;
    height: 1px;
}

.tanz-infinite-limit {
    margin: 18px 0 0;
    color: #5f6f78;
    font-size: 14px;
    text-align: center;
}

.tanz-infinite-limit a {
    color: #0b74c9;
    font-weight: bold;
}

.filter-recommend-wrapper {
    padding-top: 15px;
}

.recommend-section {
    height: 173px !important;
    min-height: 173px !important;
}

.xin-empty {
    padding: 28px !important;
    background: #fff !important;
    color: #777 !important;
    text-align: center !important;
}

.friend-links {
    background: #cce0ea;
    padding: 10px 0;
    color: #333;
    font-size: 13px;
}

.friend-links a {
    margin-right: 10px;
    color: #333;
}

.back-to-top {
    display: none;
    position: fixed;
    right: 35px;
    bottom: 45px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 4px;
    background: #5b9bbb;
    color: #fff;
    cursor: pointer;
    z-index: 9999;
}

.xin-product-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 260px;
    background: #f3f8fb;
    color: #8aa9b8;
}

.xin-news-page {
    padding-top: 20px;
}

.xin-news-head {
    padding: 18px 24px;
    margin-bottom: 14px;
    background: #fff;
    border: 1px solid #d9e4ea;
    border-radius: 4px;
}

.xin-news-head h1 {
    margin: 0;
    font-size: 22px;
    line-height: 1.4;
    color: #222;
}

.xin-news-head p {
    margin: 8px 0 0;
    color: #666;
    line-height: 1.7;
}

.xin-news-list {
    background: #fff;
    border: 1px solid #d9e4ea;
}

.xin-news-item {
    padding: 16px 22px;
    border-bottom: 1px solid #e5e5e5;
}

.xin-news-item:last-child {
    border-bottom: 0;
}

.xin-news-item h2 {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
}

.xin-news-item h2 a {
    color: #005fc4;
}

.xin-news-meta {
    display: flex;
    gap: 16px;
    margin-top: 6px;
    color: #777;
    font-size: 13px;
}

.xin-news-item p {
    margin: 8px 0 0;
    color: #555;
    line-height: 1.7;
}

@media (max-width: 768px) {
    .header-inner,
    .layout.navbar .container {
        display: block;
    }

    .logo-simple,
    .user-area-simple,
    .nav-search-container {
        width: 100%;
        margin: 8px 0;
        text-align: center;
    }

    .container {
        max-width: 100%;
        padding: 0 20px;
    }

    .nav-inline {
        justify-content: center;
    }

    .nav-inline li a {
        padding: 10px 12px;
    }
}
