@charset "utf-8";

/* ==========================================================================
   Base & Reset
   ========================================================================== */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
form,
input,
button,
textarea {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Microsoft YaHei", "Segoe UI", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #333;
    background-color: #f4f5f7;
    line-height: 1.6;
}

ul,
ol,
li {
    list-style: none;
}

img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #333;
    transition: all 0.2s ease;
}

a:hover {
    color: #e22160;
}

.tn-helper-clearfix:after,
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.tn-helper-reset {
    margin: 0;
    padding: 0;
    list-style: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mt10 {
    margin-top: 10px;
}

/* ==========================================================================
   Layout
   ========================================================================== */
.tn-wrapper,
.tn-wrapper-inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.spb-layout-3-1 {
    margin-top: 20px;
    overflow: hidden;
}

.spb-column-left {
    float: left;
    width: 730px;
}

.spb-column-right {
    float: right;
    width: 260px;
}

/* ==========================================================================
   Header & Top Nav
   ========================================================================== */
.tn-header-bg {
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.spb-branding-area {
    padding: 20px 0;
    height: 60px;
}

/* Logo */
#spb-logo-top {
    float: left;
    font-size: 28px;
    line-height: 40px;
    font-weight: bold;
}

#spb-logo-top a {
    color: #e22160;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.05);
}

/* Search Box */
.bd-top {
    float: right;
    margin-top: 5px;
}

.nav-srh-top {
    position: relative;
}

.inp-top {
    border: 2px solid #e22160;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
}

.inp-top input[type="text"] {
    border: none;
    padding: 6px 15px;
    width: 240px;
    outline: none;
    float: left;
}

.inp-top input[type="submit"] {
    border: none;
    background: #e22160;
    color: #fff;
    padding: 6px 20px;
    cursor: pointer;
    font-weight: bold;
    float: left;
    height: 32px;
}

.inp-top input[type="submit"]:hover {
    background: #c2104d;
}

/* Top Navigation Bar */
.spb-nav1-area-top {
    background: #2d3436;
    height: 44px;
    line-height: 44px;
}

.spb-nav1-top li {
    float: left;
}

.spb-nav1-top li a {
    display: block;
    padding: 0 25px;
    color: #ddd;
    font-size: 15px;
}

.spb-nav1-top li a:hover,
.spb-nav1-top li.current a {
    background: #e22160;
    color: #fff;
    text-decoration: none;
}

/* ==========================================================================
   Secondary Navigation (Breadcrumb & Page Title)
   ========================================================================== */
.spb-top-menubar {
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    font-size: 13px;
    color: #999;
}

.spb-top-menubar a {
    color: #666;
}

.spb-top-menubar a:hover {
    color: #e22160;
}

.spb-nav1-area {
    background: #fff;
    padding: 20px 0;
    margin-bottom: 0px;
    border-bottom: 1px solid #eee;
}

.spb-nav1-area h1 {
    float: left;
    font-size: 24px;
    font-weight: normal;
    margin-right: 40px;
    color: #333;
    line-height: 32px;
}

.spb-nav1 {
    float: left;
    padding-top: 2px;
}

.spb-nav1 li {
    float: left;
    margin-right: 10px;
}

.spb-nav1 li a {
    display: block;
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    background: #f0f0f0;
    color: #666;
    font-size: 14px;
}

.spb-nav1 li.tn-selected a,
.spb-nav1 li a:hover {
    background: #e22160;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 2px 5px rgba(226, 33, 96, 0.3);
}

/* ==========================================================================
   Content Boxes (Widgets)
   ========================================================================== */
.tn-box,
.spb-widget {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    margin-bottom: 20px;
    overflow: hidden;
    border: 1px solid #e8e8e8;
}

/* Box Header */
.tn-box-header {
    padding: 15px 20px;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
    height: 20px;
    line-height: 20px;
}

.tn-box-header h3 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    padding-left: 12px;
    border-left: 4px solid #e22160;
    display: inline-block;
}

.tn-helper-right {
    float: right;
    font-size: 12px;
}

.tn-helper-right a {
    color: #999;
}

.tn-helper-right a:hover {
    color: #e22160;
}

/* Box Content */
.tn-box-content {
    padding: 20px;
    overflow: hidden;
}

/* ==========================================================================
   Specific Modules Styles
   ========================================================================== */

/* Main Info Block (#main) */
#tabs-1 {
    height: auto !important;
    min-height: 180px;
}

.spb-avatar-area img {
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    padding: 3px;
    border: 1px solid #eee;
    transition: transform 0.3s;
}

.spb-avatar-area img:hover {
    transform: translateY(-5px);
}

#tabs-1 w {
    color: #999;
    margin-right: 5px;
    font-style: normal;
    display: inline-block;
    width: 70px;
    text-align: right;
}

#tabs-1 .plink {
    color: #333;
    margin-right: 5px;
}

#tabs-1 #yanyuanmore {
    color: #e22160;
    font-size: 12px;
    padding-left: 5px;
}

/* Text Content (#juqing) */
#juqing .tn-box-content {
    line-height: 1.8;
    font-size: 14px;
    color: #555;
    text-align: justify;
}

/* Image Lists */
.tn-avatar-list,
.movie_focus_list {
    margin-right: -20px;
}

.tn-avatar-list li,
.movie_focus_list li {
    float: left;
    width: 100px;
    margin: 0 20px 20px 0;
    text-align: center;
}

.img_box {
    width: 100%;
    height: 133px;
    object-fit: cover;
    border-radius: 6px;
    display: block;
    margin-bottom: 8px;
    background: #f0f0f0;
}

.movie_focus_list p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
}

/* Right Column Lists */
.tn-list li {
    border-bottom: 1px dashed #eee;
    padding: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tn-list li:last-child {
    border-bottom: none;
}

.tn-list li:before {
    content: "•";
    color: #e22160;
    margin-right: 8px;
    font-size: 16px;
    vertical-align: middle;
}

/* Tags Cloud (YanZhiYuan) */
.clink {
    height: auto !important;
    max-height: 200px;
}

.clink a {
    display: inline-block;
    padding: 4px 10px;
    margin: 3px;
    background: #f8f8f8;
    color: #666;
    border-radius: 4px;
    font-size: 12px;
    border: 1px solid #eee;
}

.clink a:hover {
    background: #e22160;
    color: #fff;
    border-color: #e22160;
}

/* Footer */
.tn-footer-bg {
    background: #2d3436;
    color: #b2bec3;
    padding: 40px 0;
    margin-top: 30px;
    text-align: center;
}

.tn-footer-legal a {
    color: #dfe6e9;
}

.tn-footer-legal a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Utilities */
.tn-secondary-text {
    color: #999;
}

/* ==========================================================================
   MicroBlog / WeiPost Styles
   ========================================================================== */
#weipost .idtop {
    padding: 15px 0;
    border-bottom: 1px dashed #eee;
    overflow: hidden;
}

#weipost .idtop:last-child {
    border-bottom: none;
}

/* User Avatar Placeholder */
#weipost .idleft {
    float: left;
    width: 48px;
    height: 48px;
    background-color: #e0e0e0;
    /* Pure CSS gray background */
    border-radius: 50%;
    margin-right: 15px;
    position: relative;
    overflow: hidden;
}

/* Optional: Add a simple CSS user icon shape */
#weipost .idleft:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 14px;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
}

#weipost .idleft:after {
    content: "";
    position: absolute;
    top: 36px;
    left: 9px;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
}

/* User Name */
#weipost .aname {
    font-size: 14px;
    font-weight: bold;
    color: #e22160;
    margin-bottom: 6px;
}

/* Comment Content */
#weipost .iduu {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    text-align: justify;
}

/* Bottom spacing (optional) */
#weipost .idbottom {
    clear: both;
}

/* ==========================================================================
   Pagination Styles
   ========================================================================== */
.tn-pagination {
    margin: 20px 0;
    padding: 10px 0;
    overflow: hidden;
}

.tn-helper-align-center {
    text-align: center;
}

.paginator {
    display: inline-block;
}

.tn-page-number, .tn-page-thumb {
    display: inline-block;
    padding: 5px 12px;
    margin: 0 3px;
    border: 1px solid #ddd;
    background-color: #fff;
    color: #333;
    border-radius: 3px;
    font-size: 14px;
    vertical-align: middle;
}

a.tn-page-number:hover, a.tn-page-thumb:hover {
    border-color: #e22160;
    color: #e22160;
    text-decoration: none;
}

.tn-page-number.tn-selected {
    background-color: #e22160;
    color: #fff;
    border-color: #e22160;
    font-weight: bold;
}

.tn-page-next {
    padding: 5px 15px;
}



/* ==========================================================================
   List Page Styles (Tlist.aspx)
   ========================================================================== */
.tn-list-item {
    padding: 20px 0;
    border-bottom: 1px dashed #e8e8e8;
    overflow: hidden;
    position: relative;
}

.tn-list-item:hover {
    background-color: #fafafa;
}

.tn-list-item-area-left {
    float: left;
    width: 100px;
    margin-right: 20px;
    text-align: center;
}

.tn-list-item-area-left img {
    width: 80px;
    height: 106px;
    border-radius: 4px;
    border: 1px solid #eee;
    padding: 2px;
    background: #fff;
    transition: transform 0.2s;
}

.tn-list-item-area-left img:hover {
    transform: scale(1.05);
}

.tn-list-item-area-main {
    float: left;
    width: 580px;
}

.tn-list-item-heading {
    margin-bottom: 10px;
}

.tn-list-item-heading h5 {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
}

.tn-list-item-summary {
    color: #666;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tn-list-item .blue {
    color: #e22160; /* Use theme color instead of blue */
    margin-right: 15px;
    font-size: 12px;
}



/* ==========================================================================
   Left Sidebar Layout (People.aspx)
   ========================================================================== */
.spb-column-left-narrow {
    float: left;
    width: 260px;
}

.spb-column-right-wide {
    float: right;
    width: 730px;
}

