address, caption, cite, code, dfn, em, th, var {
    font-weight: normal;
    font-style: normal;
}

i {
    font-style: normal;
}

.clear {
    zoom: 1;
    clear: both;
}

.m_l_5 {
    margin-left: 5px;
}

.m_l_10 {
    margin-left: 10px;
}

.m_l_20 {
    margin-left: 20px;
}

.m_t_5 {
    margin-top: 5px;
}

.m_t_10 {
    margin-top: 10px;
}

.m_t_20 {
    margin-top: 20px;
}

.m_t_30 {
    margin-top: 30px;
}

.m_t_40 {
    margin-top: 40px;
}
.m_t_50 {
    margin-top: 50px;
}

.m_b_10 {
    margin-bottom: 10px;
}

.m_r_2 {
    margin-right: 2%;
}

.padding {
    padding: 10px;
}

.padding_20 {
    padding: 20px;
}

.margin_one {
    margin: 10px 5px 0 10px;
}

.margin_two {
    margin: 10px 5px 0 5px;
}

.no_border_left {
    border-left: 0 !important;
}

.no_border_right {
    border-right: 0 !important;
}

.no_border_bottom {
    border-bottom: 0 !important;
}

.no_border_top {
    border-top: 0 !important;
}

.font_11 {
    font-size: 11px;
}

.font_12 {
    font-size: 12px;
}

.font_13 {
    font-size: 13px;
}

.font_14 {
    font-size: 14px;
}

.font_15 {
    font-size: 15px;
}

.font_16 {
    font-size: 16px;
}

.font_17 {
    font-size: 17px;
}

.font_18 {
    font-size: 18px;
}

.font_19 {
    font-size: 19px;
}

.font_20 {
    font-size: 20px;
}

.font_21 {
    font-size: 21px;
}

.font_22 {
    font-size: 22px;
}

.font_23 {
    font-size: 23px;
}

.font_24 {
    font-size: 24px;
}

.font_25 {
    font-size: 25px;
}

.font_26 {
    font-size: 26px;
}

.color_b11400 {
    color: #b11400;
}

.color_d02009 {
    color: #d02009;
}
.dream {
    width: 100%;
    height: 320px;
    background-image: url('/static/web/images/dream.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    box-sizing: border-box;
}

.pub_ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pub_ellipsis_2 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pub_ellipsis_3 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.pub_ellipsis_4 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.pub_ellipsis_5 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
}

/* 所在位置 */
.position-con-top {
    width: 100%;
    height: 25px;
    line-height: 25px;
}

.position-top-icon {
    float: left;
    width: 25px;
}

.position-top-text {
    float: left;
    width: calc(100% - 25px);
}

/* 分页 */
.paging {
    width: 98%;
    height: auto;
    overflow: auto;
    margin: auto;
    padding-top: 8px;
    padding-bottom: 10px;
    text-align: right;
}

.paging_div1 {
    float: right;
    font-size: 14px;
    text-align: center;
    padding: 5px 10px 5px 10px;
    border: #e3e3e3 1px solid;
    margin-right: 6px;
}

.paging_div1 a {
    color: #343436;
}

.paging_div2 {
    float: right;
    color: #343436;
    font-size: 14px;
    text-align: center;
    padding: 5px 10px 5px 10px;
    border: #e3e3e3 1px solid;
    margin-right: 6px;
}

.paging_div2 a {
    color: #343436;
}

.paging-sel {
    background: #d02009;
    color: white !important;
    border: #d02009 1px solid !important;
}

.paging_div2 a:hover {
    color: #343436;
    font-weight: bold;
}

/* 城市选择 */
.logo_city {
    height: 57px;
    width: auto;
    float: left;
    margin-top: 13px;
    cursor: pointer;
}

.logo_city_left {
	display: inline-block;
	min-width: 122px;
	height: 40px;
	line-height: 40px;
	border-radius: 10px 10px 10px 10px;
	border: 1px solid #eee;
	text-align: center;
	margin-left: 21px;
	vertical-align: middle;
}
.pcDown {
    margin-left: 8px;
}
.pcDown, .pcDw{
    width: 22px;
    height: 22px;
    vertical-align: middle;
}
.pc-city {
    font-weight: 400;
    font-size: 16px;
    color: #333;
    vertical-align: middle;
    cursor: pointer;
}

.logo_city .cityList {
    display: none;
    position: absolute;
    font-size: 14px;
    color: #606060;
    top: 85px;
    background: #fff;
    border: 1px solid #e1e2e1;
    text-align: left;
    width: 633px;
    min-height: 200px;
    z-index: 99;
}

.cityhover {
    display: block !important;
}

.city_mask_title {
    background: #d81e06;
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.city_mask_div {
    width: 100%;
    height: 30px;
    line-height: 30px;
    float: left;
    color: #666;
}

.city_mask_div_con {
    display: inline-block;
    padding: 2px 5px;
    text-decoration: none;
    color: #666;
    cursor: pointer;
    height: 20px;
    line-height: 20px;
    margin: 5px 5px 0 5px;
}

.city_mask_div_con:hover {
    background: #d0200a;
    color: white;
    border-radius: 5px;
}

.profile-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.profile-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.profile-header {
    background: linear-gradient(135deg, #ff6b6b 0%, #ff4d4f 100%);
    padding: 35px 20px;
    text-align: center;
    position: relative;
}

.profile-header::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    background: white;
    transform: translateX(-50%) rotate(45deg);
    box-shadow: 2px 2px 8px rgba(0,0,0,0.05);
}

.avatar {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    border: 4px solid rgba(255,255,255,0.5);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.avatar img {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    object-fit: cover;
}

.user-info {
    text-align: center;
}

.puser-name {
    font-size: 24px;
    font-weight: 600;
    color: white;
    margin-bottom: 12px;
    letter-spacing: 1px;
}

.year-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    font-size: 18px;
    font-weight: 600;
    padding: 4px 16px;
    border-radius: 20px;
    margin-bottom: 8px;
	letter-spacing: 2px;
    backdrop-filter: blur(4px);
}

.user-label {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
}
.nav-menu {
    padding: 16px 0;
}

.nav-title {
    font-size: 15px;
    font-weight: 600;
    color: #999;
    padding: 0 20px 12px;
    margin: 0;
    border-bottom: 1px solid #f0f0f0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}

.nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-item {
    transition: all 0.2s ease;
}

.nav-item:not(:last-child) {
    border-bottom: 1px solid #fafafa;
}

.nav-item-active {
    background: linear-gradient(90deg, #fff5f5 0%, #fff 100%);
}

.nav-item-active .nav-link {
    color: #ff4d4f;
    font-weight: 500;
}

.nav-item-active .nav-link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 20px;
    background: #ff4d4f;
    border-radius: 0 3px 3px 0;
}

.nav-link {
    display: block;
    padding: 14px 20px;
    font-size: 15px;
    color: #666;
    text-decoration: none;
    transition: all 0.2s ease;
    position: relative;
}

.nav-link:hover {
    color: #ff4d4f;
    background: #fff5f5;
}