.auth_realname {
	background-image: url(/static/images/auth_realname.png);
}
.auth_vip {
	background-image: url(/static/images/auth_vip.png);
}
.auth_company {
	background-image: url(/static/images/auth_company.png);
}
.auth_img {
	display: block;
  width: 80px;
  height: 18px;
  background-size: 80px 18px;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 7px;
  border-radius: 10px;
}
.nav {
	font-size: 12px;
  margin-top: 14px;
	margin-bottom: 14px;
	padding-left: 4px;
}
.nav a, .nav span {
	margin-right: 5px;
}
.nav span.on {
  color: #707070;
}

.cate_nav,.user-nav {
    font-size: 0;
    float: left;
    margin-left: 14px;
    height: 49px;
    line-height: 49px
}

.cate_nav ul,.user-nav ul {
    display: inline-block;
    white-space: nowrap;
    vertical-align: top
}

.cate_nav li,.user-nav li {
    display: inline-block;
    white-space: nowrap;
    vertical-align: top;
    text-align: center;
    font-size: 14px;
    margin: 0 10px
}

.cate_nav li>a,.user-nav li>a {
    font-weight: 500
}

.user-nav li.nav-dot {
    color: #fff;
    margin: 0;
    font-size: 0;
    width: 1px;
    height: 8px;
    background: #fff;
    border-radius: 1px;
    margin-top: 21px
}

.unify_box .top {
  margin-bottom: 20px;
}
.unify_box .top .title {
  font-weight: 600;
  position: relative;
  padding-left: 14px;
  letter-spacing: 1px;
}
.unify_box .top .title::before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 5px;
  height: 12px;
  border-radius: 16px;
  background: #00B38A;
  content: '';
}
.unify_box .top .remark {
  float: right;
    font-size: 12px;
    color: #f00;
}
.unify_box .top .remark_info {
  font-size: 12px;
  color: #999;
  margin-left: 3px;
}

.box_a {
	background-color: #fff;
	padding: 20px;
	border-radius: 3px;
}
.box_a .top {
  margin-bottom: 20px;
}
.box_a .top .title {
  font-weight: 600;
  position: relative;
  padding-left: 14px;
  letter-spacing: 1px;
}
.box_a .top .title::before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 5px;
  height: 12px;
  border-radius: 16px;
  background: #00B38A;
  content: '';
}
.box_a .top .remark {
  float: right;
  font-size: 12px;
  color: #999;
}
.box_a .top .remark_info {
  font-size: 12px;
  color: #999;
  margin-left: 3px;
}

.header_top {
	width: 100%;
	height: 50px;
	background-color: #32373E;
	line-height: 36px;
	color: #eee;
	font-size: 12px;
}
.header_top a {
	color: #eee;
}
.header_top a:hover {
  color: #00B38A;
}
.header_top .left_title {
	float: left;
}
.header_top .right_nav {
	float: right;
	    float: right;
    margin-left: 14px;
    height: 49px;
    line-height: 49px;
}
.header_top .right_nav .item {
	position: relative;
	float: left;
	display: block;
	padding: 0 12px;
	cursor: pointer;
}
.header_top .right_nav .item::after {
	position: absolute;
	content: '';
	width: 1px;
	height: 10px;
	background-color: #eee;
	top: 20px;
	right: 0;
}
.header_top .right_nav .login_box a:not(:first-child) {
	margin-left: 5px;
}
.header_top .right_nav .item:last-child:after {
  opacity: 0 !important;
}
.header_top .right_nav .user_box i {
	font-size: 12px;
	margin-left: 3px;
}
.header_top .right_nav .user_box .avatar {
	width: 15px;
	margin-right: 4px;
	border-radius: 50%;
}
.header_top .right_nav .user_box {
	position: relative;
}
.header_top .right_nav .user_box .fold_items {
	position: absolute;
  background-color: #fff;
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  min-width: 100px;
  left: 0;
  top: 36px;
  border-radius: 3px;
  z-index: 99;
  padding: 8px 0;
  display: none;
}
.header_top .right_nav .user_box .fold_item {
  line-height: 28px;
  color: #666;
  display: block;
  font-size: 12px;
  text-align: center;
  border-radius: 3px;
}
.header_top .right_nav .user_box:hover .fold_items {
  display: block;
}
 /* 基础样式重置 */
        .category-nav-container{
              border-bottom: 1px solid #ebebeb;
    background: #f2f4f7;
    box-shadow: inset 0 6px 15px rgb(0 0 0 / 20%);
        }
        
        /* 分类导航容器 */
        .category-nav {
            max-width: 1200px;
    margin: 0 auto;
    border-radius: 3px;
    padding: 15px 20px;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
        }
        
        .category-nav::-webkit-scrollbar {
            display: none; /* 隐藏滚动条 - Chrome/Safari */
        }
        
        /* 分类标签样式 */
        .category-tag {
           display: inline-block;
    padding: 8px 13px;
    margin-right: 9px;
    font-size: 13px;
    font-weight: 500;
    background: #fff;
    color: #1b1c1c;
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid #dadada;
        }
        
        .category-tag:last-child {
            margin-right: 0;
        }
        
        .category-tag:hover {
            background-color: #e6f0ff;
            color: #0fbec0;
        }
        
        .category-tag.active {
                background-color: #0fbec0;
    color: white;
    box-shadow: 0 4px 12px rgba(58, 122, 254, 0.2);
        }
        
        .category-tag.active a{
    background-color: #0fbec0;
    color: white;
    box-shadow: 0 4px 12px rgba(58, 122, 254, 0.2);
}
        
        .category-tag i {
            margin-right: 6px;
            font-size: 13px;
        }
        
        /* 响应式设计 */
        @media (max-width: 768px) {
            .category-nav {
                padding: 12px 15px;
                border-radius: 8px;
            }
            
            .category-tag {
                padding: 6px 14px;
                margin-right: 8px;
                font-size: 13px;
            }
        }
.head {
    background-color: transparent;
    width: 100%;
    overflow: hidden;
    font-family: 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
}

.head_box {
    padding: 28px 0 5px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head .mainbd {
    display: flex;
    align-items: center;
    gap: 20px;
        margin: 20px auto 0px;
}

.head .search {
    position: relative;
}

.head .search form {
    position: relative;
}

.head .search .search_menu {
    position: absolute;
    left: 8px;
    top: -28px;
    display: flex;
    gap: 4px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.head .search .search_menu li {
    width: 60px;
    height: 28px;
    font-weight: 600;
    line-height: 28px;
    background: rgba(60, 60, 60, 0.08);
    border-radius: 6px 6px 0 0;
    text-align: center;
    font-size: 13px;
    color: #555;
    cursor: pointer;
    transition: all 0.3s ease;
}

.head .search .search_menu li:hover {
    background: rgba(15, 190, 192, 0.2);
}

.head .search .search_menu li.on {
    color: #fff;
    background: #0fbec0;
}

.head .search_box {
    width: 600px;
    height: 46px;
    background: #ffffff;
    border: 2px solid #0fbec0;
    border-radius: 6px;
    display: flex;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(15, 190, 192, 0.1);
}

.head .search_box input {
    flex: 1;
    height: 100%;
    font-size: 14px;
    color: #333;
    padding: 0 16px;
    border: none;
    outline: none;
}

.head .search_box input::placeholder {
    color: #999;
}

.head .search_box .search_btn {
    width: 110px;
    height: 46px;
    background: #0fbec0;
    color: white;
    font-size: 15px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.head .search_box .search_btn:hover {
    background: #0da9ab;
}

.head .search_box .search_btn i {
    margin-right: 6px;
    font-size: 16px;
}

.head .publish_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 46px;
    font-size: 15px;
    color: white;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    border: none;
    border-radius: 6px;
    background: linear-gradient(135deg, #54dedf, #0fbec0);
    transition: all 0.3s ease;
    text-decoration: none;
    box-shadow: 0 2px 10px rgba(15, 190, 192, 0.3);
}

.head .publish_btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(15, 190, 192, 0.4);
    color: white;
}

.head .publish_btn i {
    margin-right: 8px;
    font-size: 16px;
}
.menu {
    width: 100%;
    height: 50px;
    border-bottom: 0px solid #0fbec0;
    background-color: none;
    z-index: 99;
}
.menu .home_menu {
    height: 50px;
    position: relative;
    width: 230px;
    z-index: 100;
    float: left;
    margin-top: 10px;
}
.menu .home_menu:hover .dd {
  display: block !important;
}
.menu .home_menu .dd .item:hover {
  background: #f9f9f9;
}
.menu .home_menu .dd .item:hover .item_layer {
  display: block !important;
}
.menu .home_menu .dt a {
    background-color: #0fbec0;
    color: #000;
    display: block;
    text-indent: 40px;
    width: 230px;
    line-height: 40px;
    position: absolute;
    font-weight: 600;
    top: 0;
    left: 0;
    font-size: 16px;
}
.menu .home_menu .dt a i {
	margin-right: 5px;
}
.menu .home_menu .dd {
	border-top: none;
  min-height: 440px;
  width: 230px;
  position: relative;
  top: 42px;
  z-index: 999;
  background: #fff;
}
.menu .home_menu .dd .item_home {
  padding: 12px 0 12px 20px;
}
.menu .home_menu .dd .item_home .title {
  font-weight:600;
  color:#000;
}
.menu .home_menu .dd .item_home.ch {
	display: none;
}
.menu .home_menu .dd .item_home .tags {
  padding-right: 12px;
  margin-top: 12px;
  font-size: 12px;
  color: #999;
  margin-left: -10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow:ellipsis;
}
.menu .home_menu .dd .item_home .tags a {
  color: #999;
  margin-left: 10px;
}
.menu .home_menu .dd .item_home .tags a:hover {
  color: #00B38A;
}
.menu .home_menu .dd .item_home i {
  margin-left: 5px;
}
.menu .item_layer {
	width: 750px;
  height: auto !important;
  min-height: 440px;
  position: absolute;
  top: 0;
  left: 231px;
  border: 1px solid #f7f7f7;
  background-color: #fff;
  -webkit-box-shadow: 2px 0 5px rgb(0 0 0 / 30%);
  box-shadow: 2px 0 5px rgb(0 0 0 / 30%);
  -webkit-transition: top .25s ease;
  transition: top .25s ease;
}
.menu .item_layer .subitems {
	width: 700px;
	min-height: 387px;
  padding: 20px 0 0 20px;
  float: left;
}
.menu .item_layer .subitems dl {
	width: 100%;
  overflow: hidden;
  font-size: 12px;
  margin-bottom: 10px;
}
.menu .item_layer .subitems dl:last-child {
	margin-bottom: 0;
}
.menu .item_layer .subitems dl dt {
  float: left;
}
.menu .item_layer .subitems dl dt em {
	width: 55px;
	display: inline-block;
}
.menu .item_layer .subitems dl dt i {
}
.menu .item_layer .subitems dl dd {
	float: left;
  max-width: 600px;
  margin-left: 20px;
}
.menu .item_layer .subitems dl dd a {
	float: left;
  padding: 0 10px;
  margin-bottom: 10px;
  border-left: 1px solid #eee;
  color: #666;
}





.menu_1 {
    width: 100%;
    z-index: 99;
}
.menu_1 .home_menu {
    position: relative;
}
.menu_1 .home_menu:hover .dd {
  display: block !important;
}
.menu_1 .home_menu .dd .item:hover {
  background: #f9f9f9;
}
.menu_1 .home_menu .dd .item:hover .item_layer {
  display: block !important;
}
.menu_1 .home_menu .dt a {
    background-color: #0fbec0;
    color: #000;
    display: block;
    text-indent: 40px;
    width: 230px;
    line-height: 40px;
    position: absolute;
    font-weight: 600;
    top: 0;
    left: 0;
    font-size: 16px;
}
.menu_1 .home_menu .dt a i {
	margin-right: 5px;
}
.menu_1 .home_menu .dd {
    border-top: none;
    /* height: 425px; */
    position: absolute;
    width:280px;
        padding-bottom: 15px;
    top: 0px;
    z-index: 999;
    background: #fff;
    /* overflow: hidden; */
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.menu_1 .home_menu .dd:hover {
    border: 1px solid #46d7d9;
}
.menu_1 .home_menu .dd .item_home {
  padding: 12px 10px 0px 20px;
}
.menu_1 .home_menu .dd .item_home .title {
  font-weight:600;
  color:#000;
}
.menu_1 .home_menu .dd .item_home.ch {
	display: none;
}
.menu_1 .home_menu .dd .item_home .tags {
  padding-right: 12px;
  margin-top: 12px;
  font-size: 12px;
  color: #999;
  margin-left: -10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow:ellipsis;
}
.menu_1 .home_menu .dd .item_home .tags a {
  color: #7b7b7b;
  margin-left: 10px;
}
.menu_1 .home_menu .dd .item_home .tags a:hover {
  color: #00B38A;
}
.menu_1 .home_menu .dd .item_home i {
  margin-left: 5px;
}
.menu_1 .item_layer {
    width: 750px;
    height: auto !important;
    min-height: 440px;
    position: absolute;
    top: 0;
    left: 279px;
    border: 1px solid #0fbec0;
    border-left: 0px;
    background-color: #fff;
    /* -webkit-box-shadow: 2px 0 5px rgb(0 0 0 / 30%); */
    /* box-shadow: 2px 0 5px rgb(0 0 0 / 30%); */
    /* -webkit-transition: top .25s ease; */
    transition: top .25s ease;
}
.menu_1 .item_layer .subitems {
	width: 700px;
	min-height: 387px;
  padding: 20px 0 0 20px;
  float: left;
}
.menu_1 .item_layer .subitems dl {
	width: 100%;
  overflow: hidden;
  font-size: 12px;
  margin-bottom: 10px;
}
.menu_1 .item_layer .subitems dl:last-child {
	margin-bottom: 0;
}
.menu_1 .item_layer .subitems dl dt {
  float: left;
}
.menu_1 .item_layer .subitems dl dt em {
	width: 55px;
	display: inline-block;
}
.menu_1 .item_layer .subitems dl dt i {
}
.menu_1 .item_layer .subitems dl dd {
	float: left;
  max-width: 600px;
  margin-left: 20px;
}
.menu_1 .item_layer .subitems dl dd a {
	float: left;
  padding: 0 10px;
  margin-bottom: 10px;
  border-left: 1px solid #eee;
  color: #666;
}



.custom_menu {
    line-height: 50px;
    position: relative;
    margin-left: 10px;
    float: left;
}
.custom_menu li {
    float: left;
    padding: 0 16px;
    font-weight: 600;
    font-size: 22px;position: relative;
}
.custom_menu li.on a {
	color: #00B38A;
}




/* 主容器 */
        .home-container {
            width: 1200px;
            margin: 0 auto;
            overflow: hidden; /* 清除浮动 */
            padding: 20px 0; /* 仅为演示，可移除 */
        }
        
        /* 左侧区域 */
        .home-left-section {
            width: 900px;
            float: left;
        }
        
        /* 右侧区域 */
        .home-right-section {
            width: 280px;
            float: right;
        }
        
        /* 清除浮动 */
        .clearfix::after {
            content: "";
            display: table;
            clear: both;
        }
        
        
        
        


.banner {
	width: 100%;
}
.banner .zw {
	width: 280px;
	min-height: 1px;
	float: left;
}
.banner .adver {
	float: left;
	    margin-left: 20px;
}
.banner .adver_a {
	width: 600px;
	height: 262px;
	    border-radius: 3px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	
}
.banner .adver_a .item img {
	width: 100%;
	height: 100%;
	
}
.banner .adver_b {
	width: 600px;
	margin-top: 15px;
	display: flex;
	justify-content: space-between;
}
.banner .adver_b img {
	width: 190px;
	height: 100px;
	    border-radius: 3px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.banner .index_account {
	float: right;
	width: 244px;
}
.account_box {
	width: 100%;
	height: 200px;
	text-align: center;
	background-color: #fff;
	padding-top: 30px;
}
.account_box .avatar {
	width: 80px;
	height: 80px;
	padding-top: 10px;
}
.account_box .nickname {
	margin-top: 6px;
}
.account_box .date {
	margin-top: 20px;
	font-size: 12px;
	color: #999;
}
.account_box .btn_box {
	margin-top: 20px;
}
.account_box .btn_box a {
	display: block;
  width: 80px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  font-size: 12px;
  text-align: center;
  transition: all .3s;
  display: inline-block;
  border: 1px solid #DCDCDC;
  color: #999;
  margin: 0 2px;
}
.account_box .btn_box .btn_login {
    border: 1px solid #0fbec0;
    background: #0fbec0;
    color: #000;
}


.index_account{
    margin-bottom: 20px;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.roll_items {
	width: 100%;
	height: 180px;
	margin-top: 16px;
	background-color: #fff;
	color: #666;
}
.roll_items_box {
	padding: 14px;
}
.roll_items_box .title {
	margin-bottom: 14px;
    letter-spacing: 2px;
    font-weight: 600;
    text-align: center;
    font-size: 14px;
    color: #000;
}
.roll_items_box .title span {
    color: #ff5c72;
    font-size: 20px;
    font-family: DINProM;
}
.roll_items_box .items, .roll_items_box .auto_scroll {
	height: 112px;
	overflow: hidden;
}
.roll_items_box .item {
  height: 28px;
  background: #F8F8F8;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 5px;
  color: #333;
  font-size: 12px;
  margin-bottom: 12px;
}
.roll_items_box .item:last-child {
	margin-bottom: 0;
}


/* 紧凑型样式 */
#hmuser-sidebar.hmuser-compact {
    --hmuser-primary: #0fbec0;
    --hmuser-dark: #000;
    --hmuser-light: #fff;
    --hmuser-gray: #f8f8f8;
    --hmuser-border: #eee;
    font-size: 13px;
    line-height: 1.4;
}

.hmuser-compact .hmuser-panel {
    width: 280px;
    background: var(--hmuser-light);
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

/* 用户资料区 */
.hmuser-compact .hmuser-profile {
    padding: 12px 12px 12px 27px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--hmuser-border);
}

.hmuser-avatar-box {
    position: relative;
    margin-right: 15px;
}

.hmuser-compact .hmuser-avatar {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 1px solid var(--hmuser-border);
}
.hmuser-compact img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 1px solid var(--hmuser-border);
}
.hmuser-status {
    position: absolute;
    right: -2px;
    bottom: -2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--hmuser-primary);
    border: 2px solid var(--hmuser-light);
}

.hmuser-compact .hmuser-welcome {
    font-size: 13px;
    color: var(--hmuser-dark);
    margin-bottom: 2px;
}

.hmuser-compact .hmuser-auth {
    display: flex;
    align-items: center;
    gap: 5px;
}

.hmuser-auth-link {
    color: var(--hmuser-primary);
    text-decoration: none;
    font-size: 13px;
    transition: opacity 0.2s;
}

.hmuser-auth-link:hover {
    opacity: 0.8;
}

.hmuser-divider {
    color: #ddd;
    font-size: 10px;
}

/* 紧凑导航 */
.hmuser-compact .hmuser-nav-compact {
    padding: 0px 12px 12px;
}

.hmuser-nav-group {
    margin-bottom: 0;
    flex-direction: row;
    display: flex;
    width: 100%;
    font-size: 12px;
    border-radius: 5px;
}

.hmuser-nav-title {
    color: #666;
    font-size: 11px;
    padding: 6px 0;
    border-bottom: 1px dashed var(--hmuser-border);
    margin-bottom: 6px;
}

.hmuser-compact .hmuser-nav-item {
   display: flex;
    align-items: center;
    padding: 6px 8px;
    width: 33%;
    /* margin: 2px 0; */
    border-radius: 4px;
    color: #444;
    text-decoration: none;
    transition: all 0.2s;
    flex-direction: column;
    display: flex;
}

.hmuser-compact .hmuser-nav-item:hover {
    background: var(--hmuser-gray);
    color: var(--hmuser-dark);
}

.hmuser-compact .hmuser-nav-item.active {
    background: rgba(15, 190, 192, 0.1);
    color: var(--hmuser-primary);
}

.hmuser-icon {
        width: 28px;
    height: 32px;
    display: flex!important;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--hmuser-primary);
}

.hmuser-badge {
    margin-left: auto;
    background: var(--hmuser-primary);
    color: var(--hmuser-light);
    font-size: 10px;
    min-width: 16px;
    height: 16px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
}

/* 响应式调整 */
@media (max-width: 480px) {
    .hmuser-compact .hmuser-panel {
        width: 100%;
        border-radius: 0;
    }
}



.index_adver1 img {
    width: 100%;
    margin-top: 20px;
    max-height: 45px;
}

.section {
	margin-top: 20px;
	overflow: hidden;
	padding-bottom: 8px;
}
.section .top .title {
	font-weight: 600;
  letter-spacing: 2px;
  position: relative;
  padding-left: 14px;
}
.section .top .title::before {
	position: absolute;
  top: 2px;
  left: 0;
  width: 5px;
  height: 12px;
  border-radius: 16px;
  background: #ffd400;
  content: '';
}
.section .top .more {
	float: right;
	color: #999;
	font-size: 12px;
}
.section .items {
	margin-top: 20px;
	margin-right: -20px;
	margin-bottom: -20px;
	overflow: hidden;
}
.section .items .item {
	width: 386px;
	height: 180px;
	background-color: #fff;
	float: left;
	margin: 0 20px 20px 0;
	transition: all .3s;
}
.section .items .item:hover {
	box-shadow: 0 4px 8px rgba(3, 27, 78, .12);
}
.section .items .item_bd {
	padding: 20px 20px 0 20px;
}
.section .items .item .title {
	display: block;
	height: 56px;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #000;
    font-weight: 600;
}
.section .items .item:hover .title {
  transition: all .3s;
  color: #cca900;
}
.section .items .item .tags {
	width: 100%;
	height: 30px;
	overflow: hidden;
}
.section .items .item .tag_item {
	margin-top: 6px;
	overflow: hidden;
	margin-bottom: -5px;
}
.section .items .item .tag_item .tag_title {
	color: #666;
	float: left;
	width: 80px;
}
.section .items .item .tag_item .tag_values {
	float: left;
	width: 266px;
	overflow: hidden;
}
.section .items .item .sp {
	display: inline-block;
	padding: 0 10px;
	height: 19px;
	text-align: center;
	line-height: 19px;
	border-radius: 10px;
	font-size: 12px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.section .items .item .sp1 {
  background-color: #ffe253;
    color: #000000;
}
.section .items .item .sp2 {
  background-color: #FFEBE2;
  color: #FA5508;
}
.section .items .item .sp3 {
  background-color: #E3F2FD;
  color: #0F9FFF;
}
.section .items .item_foot {
	margin-top: 16px;
  border-top: 1px solid #f5f5f5;
  font-size: 12px;
}
.section .items .item .user_info {
	display: flex;
  align-items: center;
  flex-wrap: nowrap;
  float: left;
  height: 50px;
  width: 80%;
  overflow: hidden;
}
.section .items .item .user_info .avatar {
  margin-right: 5px;
}
.section .items .item .user_info .avatar img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  vertical-align: top;
  object-fit: cover;
}
.section .items .item .user_info .name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.foot {
	background: #32373E;
  padding-top: 60px;
  width: 100%;
  overflow: hidden;
  margin-top: 28px;
}
.foot_menu {
	overflow: hidden;
	padding: 0 30px;
}
.foot_menu dl {
	float: left;
  width: 210px;
}
.foot_menu dt {
	margin-bottom: 12px;
  color: #fff;
  line-height: 20px;
}
.foot_menu dd {
	font-size: 12px;
  font-weight: 400;
  color: #999;
  line-height: 28px;
}
.foot_menu dd a {
	color: #999;
}
.foot_contact {
	float: right;
	text-align: center;
}
.foot_contact img {
	width: 120px;
  height: 120px;
  border-radius: 10px;
}
.foot_contact p {
	font-size: 12px;
  color: #ccc;
  margin-top: 5px;
}
.foot_link {
	margin-top: 30px;
  padding: 30px;
  border-top: 1px solid rgba(216, 216, 216, .1);
}
.foot_link span {
  display: block;
  color: #FFFFFF;
  line-height: 20px;
  margin-bottom: 12px;
}
.foot_link ul {
	margin-bottom: -10px;
}
.foot_link li {
  float: left;
  margin-bottom: 10px;
  font-size: 12px;
  margin-right: 30px;
}
.foot_link li a {
  display: block;
  color: #999;
  line-height: 28px;
}
.foot .copyright {
	height: 60px;
  line-height: 60px;
  background: #32373E;
  text-align: center;
  color: #7d7d7d;
  font-size: 12px;
  border-top: 1px solid rgba(216, 216, 216, .1);
}
.foot .copyright a {
	color: #7d7d7d;
}

/* list start */
.condition {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  font-size: 13px;
  margin-top: 20px;
  border-radius: 3px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.condition .c_group {
  display: flex;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #f5f5f5;
  display: flex;
}
.condition .c_group:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.condition .c_group .c_group_title {
  width: 100px;
}
.condition .c_group .c_group_items {
  margin-bottom: -14px;
  margin-right: -20px;
    width: 1080px;
}
.condition .c_group .c_group_items a {
  color: #333;
}
.condition .c_group .c_group_items .span_item {
  display: inline-block;
  color: #666;
  margin: 0 20px 14px 0;
  color: #333;
}
.condition .c_group .c_group_items .span_item.on {
  font-weight: 600;
  color: #00B38A;
}
.condition .c_group.city_box i:before {
  content: '\e60c';
  margin-left: 5px;
  color: #666;
  font-weight: 400;
	font-size: 13px;
}



.navcondition {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  font-size: 13px;
  border-radius: 3px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.navcondition .c_group {
  display: flex;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #f5f5f5;
  display: flex;
}
.navcondition .c_group:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.navcondition .c_group .c_group_title {
  width: 100px;
}
.navcondition .c_group .c_group_items {
  margin-bottom: -14px;
  margin-right: -20px;
  width: 860px;
}
.navcondition .c_group .c_group_items a {
  color: #333;
}
.navcondition .c_group .c_group_items .span_item {
  display: inline-block;
  color: #666;
  margin: 0 20px 14px 0;
  color: #333;
}
.navcondition .c_group .c_group_items .span_item.on {
  font-weight: 600;
  color: #00B38A;
}
.navcondition .c_group.city_box i:before {
  content: '\e60c';
  margin-left: 5px;
  color: #666;
  font-weight: 400;
	font-size: 13px;
}


.list_left {
	float: left;
	width: 900px;
}
.list_left .item {
	background-color: #fff;
	width: 100%;
	margin-bottom: 20px;
  transition: all .3s;
}
.list_left .item:hover {
	box-shadow: 0 4px 8px rgba(3, 27, 78, .12);
}
.list_left .item_box {
	padding: 20px;
	overflow: hidden;
	position: relative;
	border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.list_left .item_box .tips {
  position: absolute;
  width: 60px;
  height: 24px;
  line-height: 24px;
  background: #00B38A;
  border-radius: 13px 0px 0px 13px;
  font-size: .75rem;
  color: #fff;
  text-align: center;
  top: 1rem;
  right: 0;
}
.list_left .item_box.item_tips .title {
	max-width: 86%;
}
.list_left .left {
	float: left;
}
.list_left .cover {
	position: relative;
  display: block;
  width: 80px;
  height: 80px;
  padding: 3px;
  border: 1px solid #f5f5f5;
}
.list_left .cover img {
	width: 100%;
  height: 100%;
  vertical-align: top;
  object-fit: cover;
}
.list_left .auth_img {
	display: block;
  width: 80px;
  height: 18px;
  background-size: 80px 18px;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 7px;
  border-radius: 10px;
}
.list_left .auth_realname {
	background-image: url(/static/images/auth_realname.png);
}
.list_left .auth_vip {
	background-image: url(/static/images/auth_vip.png);
}
.list_left .auth_company {
	background-image: url(/static/images/auth_company.png);
}
.list_left .con {
	width: 740px;
	float: right;
	padding-top: 12px;
}
.list_left .title {
	display: block;
	width: 700px;
  font-size: 16px;
  font-weight: 600;
}
.list_left .type {
	margin-top: 16px;
	margin-left: -14px;
	color: #999;
	font-size: 12px;
  overflow: hidden;
}
.list_left .type li {
	float: left;
	margin-left: 14px;
}
.list_left .type li.nickname {}
.list_left .tags {
	margin-top: 10px;
}
.list_left .tag_item {
	margin-top: 6px;
	overflow: hidden;
}
.list_left .tag_item .tag_title {
	color: #666;
	float: left;
	width: 80px;
}
.list_left .tag_item .tag_values {
	float: left;
	margin-bottom: -6px;
	width: 655px;
}
.list_left .sp {
	display: inline-block;
	padding: 0 10px;
	height: 19px;
	text-align: center;
	line-height: 19px;
	border-radius: 10px;
	font-size: 12px;
	margin-right: 5px;
	margin-bottom: 6px;
}
.list_left .sp1 {
  background-color: #E2FCF6;
  color: #00B38A;
}
.list_left .sp2 {
  background-color: #FFEBE2;
  color: #FA5508;
}
.list_left .sp3 {
  background-color: #E3F2FD;
  color: #0F9FFF;
}
/* list end */

/* show start */
/* 优化后的show样式 */
.show_left {
    float: left;
    width: 886px;
}
.show_left .main {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.show_left .top_page {
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
}
.show_left .top_page .title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
    color: #333;
    line-height: 1.4;
}
.show_left .top_page .user_info {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    float: left;
    width: 80%;
    overflow: hidden;
}
.show_left .top_page .user_info .avatar {
    margin-right: 10px;
}
.show_left .top_page .user_info .avatar img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #f0f0f0;
}
.show_left .top_page .user_info .types1 {
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.show_left .top_page .user_info .types1 .s1 {
    margin-left: 8px;
    color: #666;
}
.show_left .top_page .user_info .types1 a {
    color: #666;
    transition: color 0.3s;
}
.show_left .top_page .user_info .types1 a:hover {
    color: #0fbec0;
}
.show_left .top_page .user_info .types1 .auth_img {
    display: inline-block;
    width: 80px;
    height: 19px;
    background-size: 80px 19px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
    margin-left: 8px;
}
.show_left .type {
    background-color: #f9f9f9;
    margin: 20px 0;
    padding: 15px;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
}
.show_left .type li {
    width: 33.33%;
    font-size: 13px;
    line-height: 24px;
    padding: 0 10px;
    box-sizing: border-box;
}
.show_left .type li span.first {
    color: #999;
    margin-right: 5px;
}
.show_left .contact {
    margin: 20px 0;
    border-radius: 8px;
    overflow: hidden;
}
.show_left .contact .bd.nodata {
    background: linear-gradient(135deg, #f5f7fa 0%, #e4e8eb 100%);
    padding: 30px 20px;
    text-align: center;
}
.show_left .contact .bd.nodata .btn {
    display: inline-block;
    width: 200px;
    height: 40px;
    background: linear-gradient(90deg, #0fbec0, #1ad1d3);
    border-radius: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 4px 10px rgba(15, 190, 192, 0.3);
}
.show_left .contact .bd.nodata .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(15, 190, 192, 0.4);
}
.show_left .contact .bd {
        border: 1px solid #e9e8e8;
    background-color: #dbedef;
    font-size: 13px;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.show_left .contact .bd .contact_items {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}
.show_left .contact .bd .contact_item {
    padding: 5px;
    width: 25%;
    box-sizing: border-box;
    font-weight: 500;
    margin-bottom:10px ;
}
.show_left .contact .bd .remark_info {
    margin-top: 15px;
    color: #fb0000;
    font-size: 12px;
    text-align: center;
}
.show_left .unify_box_attribute {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin: 20px 0;
}
.show_left .attribute {
    margin: 0px 0;
}
.show_left .attribute .bd {
    margin-bottom: -10px;
    display: flex;
    flex-wrap: wrap;
}
.show_left .attribute .bd .sp {
    display: inline-block;
    padding: 0 12px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    border-radius: 12px;
    font-size: 12px;
    margin-right: 8px;
    margin-bottom: 10px;
    transition: all 0.2s;
}
.show_left .attribute .bd .sp:hover {
    transform: translateY(-2px);
}
.show_left .attribute .bd .sp1 {
    background-color: rgba(253, 208, 0, 0.1);
    color: #000;
    border: 1px solid rgba(253, 208, 0, 0.3);
}
.show_left .attribute .bd .sp2 {
    background-color: rgba(255, 107, 107, 0.1);
    color: #ff6b6b;
    border: 1px solid rgba(255, 107, 107, 0.3);
}
.show_left .attribute .bd .sp3 {
    background-color: rgba(15, 190, 192, 0.1);
    color: #0fbec0;
    border: 1px solid rgba(15, 190, 192, 0.3);
}
.show_left .content {
    margin: 20px 0;
}
.show_left .content_txt {
    line-height: 1.8;
    font-size: 14px;
    color: #333;
}
.show_left .content_images {
    margin-top: 15px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}
.show_left .content_images .image_wrap {
    position: relative;
    padding-top: 100%;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s;
}
.show_left .content_images .image_wrap:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.show_left .content_images .image_wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}
.show_left .content_images .image_wrap:hover img {
    transform: scale(1.05);
}

/* 图片预览样式 */
.image-preview-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.9);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
.image-preview-overlay.active {
    opacity: 1;
    visibility: visible;
}
.image-preview-container {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    text-align: center;
}
.image-preview-container img {
    max-width: 100%;
    max-height: 80vh;
    border-radius: 4px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.5);
}
.preview-nav {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transform: translateY(-50%);
    transition: all 0.3s;
    color: #fff;
    font-size: 24px;
}
.preview-nav:hover {
    background: rgba(255,255,255,0.3);
}
.preview-prev {
    left: -70px;
}
.preview-next {
    right: -70px;
}
.preview-close {
    position: absolute;
    top: -50px;
    right: -50px;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
    color: #fff;
    font-size: 20px;
}
.preview-close:hover {
    background: rgba(255,255,255,0.3);
}
.preview-counter {
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

@media (max-width: 992px) {
    .show_left .content_images {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (max-width: 768px) {
    .show_left .content_images {
        grid-template-columns: repeat(3, 1fr);
    }
    .preview-nav {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    .preview-prev {
        left: -50px;
    }
    .preview-next {
        right: -50px;
    }
}
@media (max-width: 576px) {
    .show_left .content_images {
        grid-template-columns: repeat(2, 1fr);
    }
    .preview-nav {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }
    .preview-prev {
        left: -40px;
    }
    .preview-next {
        right: -40px;
    }
    .preview-close {
        top: -30px;
        right: -30px;
        width: 30px;
        height: 30px;
    }
}
/* show end */

/* user show start */
.usershow_left {
	float: left;
	width: 886px;
}
.usershow_left .main {
  background-color: #fff;
  padding: 24px 24px 40px 24px;
}
.usershow_left .top_page {

}
/* user show end */

/* pc端公共右侧 start */
.common_right {
	float: right;
	width: 284px;
}
.cr_section {
	background-color: #fff;
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.cr_section:last-child {
	margin-bottom: 0;
}
.cr_section .top {
	margin-bottom: 20px;
}
.cr_section .top .title {
	font-weight: 600;
  letter-spacing: 2px;
  position: relative;
  padding-left: 14px;
}
.cr_section .top .title:after {
	position: absolute;
  top: 2px;
  left: 0;
  width: 5px;
  height: 12px;
  border-radius: 16px;
  background: #00B38A;
  content: '';
}
.cr_section .top .more {
	font-weight: 400;
  letter-spacing: 2px;
   float: right;
    font-size: 12px;
    color: #676767;
}

   
    
    
.cr_section .items {
	margin-bottom: -10px;
}
.cr_section .item {
	margin-bottom: 16px;
}
.cr_section .item .title {
    display: block;
    color: #3f3f3f;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 13px;
    font-weight: 500;
}
.cr_section .item .date {
  font-size: 12px;
  color: #999;
  margin-top: 8px;
}
.cr_section.adver {
	display: flex !important;
  align-items: center;
  flex-wrap: nowrap;
  padding: 14px;
}
.cr_section.adver .adver_left_icon {
  width: 41px;
  height: 41px;
}
.cr_section.adver .adver_left_icon {
  padding: 0 5px 0 0;
  color: #666666;
  font-size: 12px;
}
.cr_section.adver .adver_content {
	padding: 0 7px 0 5px;
  color: #666666;
  font-size: 12px;
}
.cr_section.adver .adver_content_title {
	color: #333333;
	font-size: 14px;
	font-weight: 500;
}
.cr_section.adver .adver_right_qrcode {
	width: 70px;
	height: 70px;
	border-radius: 8px;
}
.cr_section.adver1 {
	padding: 0;
}
.cr_section.adver1 img {
	width: 100%;
	height: auto;
}

.cs_user {
  text-align: center;
}
.cs_user .top {
  text-align: left;
}
.cs_user .avatar {
  width: 85px;
  height: 85px;
  display: inline-block;
  padding-top: 5px;
}
.cs_user .avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  vertical-align: top;
  object-fit: cover;
}
.cs_user .name {
  margin-top: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow:ellipsis;
}
.cs_user .name .sex_icon {
  font-size: 12px;
  margin-left: 3px;
}
.cs_user .name .man::before {
  content: '\e602';
  color: #007AFF;
}
.cs_user .name .woman::before {
  content: '\e602';
  color: #ff4b9f;
}
.cs_user .type {
  color: #999;
  text-align: left;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #F5F5F5;
  font-size: 12px;
  margin-bottom: -6px;
}
.cs_user .type li {
  margin-bottom: 6px;
  line-height: 1.5;
}
.cs_user .type li span.first {
  display: inline-block;
  width: 62px;
}
.cs_user .type li span a {
	color: #00B38A;
}
.cs_user .btn {
  display: block;
  margin-top: 20px;
  width: 100%;
  height: 36px;
  line-height: 34px;
  background: #FFFFFF;
  border: 1px solid #01B48B;
  text-align: center;
  font-size: 14px;
  color: #01B48B;
  transition: all .3s;
}
.cs_user .btn:hover {
  background-color: #01B48B;
  color: #fff;
}
/* pc端公共右侧 end */

/* noresult start */
.noresult {
	text-align: center;
	display: block;
	margin: 30px 0 30px 0;
}
.noresult img {
	max-width: 130px;
}
.noresult p {
	font-size: 12px;
	margin-top: 10px;
	color: #ccc;
	letter-spacing: 1px;
}
.noresult p.link {
	margin-top: 20px;
}
.noresult p.link a {
	background-color: #ffaa2c;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	color: #fff;
	margin-left: 8px;
	padding: 0 10px;
	border-radius: 5px;
}
.noresult p.link a:first-child {
	margin-left: 0;
}
/* noresult end */

/* account login start */
.account_login {
	overflow: hidden;
	min-height: 100%;
	background: url(https://xinchuan.oss-cn-beijing.aliyuncs.com/default/pc_login_bg.jpg) no-repeat;
	background-size: cover;
}
.account_login a {
	text-decoration: none;
	color: #333;
}
.account_login .top {
	text-align: center;
	padding: 80px 0 30px 0;
	color: #fff;
}
.account_login .top .title {
	color: #fff;
	font-size: 20px;
	letter-spacing: 2px;
}
.account_login .top .info {
	margin-top: 1rem;
	letter-spacing: 5px;
	font-size: 14px;
}
.account_login .box {
	background-color: #fff;
	max-width: 420px;
	margin: 0 auto;
	padding: 45px 25px;
	border-radius: 5px;
	box-shadow: 0 1px 2px #999;
}
.account_login .box .title {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 5px;
}
.account_login .other_way {
	font-size: .75rem;
	margin-top: 1rem;
	overflow: hidden;
}
.account_login .other_way a {
	color: #40a9ff;
}
.account_login .other_way a.a1 {
	float: left;
}
.account_login .other_way a.a2 {
	float: right;
}
.account_login .send_code_btn {
	color: #333;
}
/* account login end */

/* paginate start */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  font-size: 14px;
}
.page-link {
  position: relative;
  display: block;
  color: #707070;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.page-link:hover {
  z-index: 2;
  color: #707070;
  background-color: #00B38A;
  border-color: #00B38A;
  color: #fff;
}
.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #00B38A;
  border-color: #00B38A;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}
.page-link {
  padding: 0.125rem 0.35rem;
}
.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
/* paginate end */

/* payment start */
.payment {
	overflow: hidden;
}
.payment .title {
	font-weight: 600;
	letter-spacing: 3px;
	padding-left: 2px;
}
.payment .items {
	margin-left: -10px;
}
.payment .items .item {
    width: 130px;
    padding: 0.2rem;
    border: 1px solid #eee;
    float: left;
    margin-left: 10px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 3px;
}
.payment .items .item.on {
	border: 1px solid #d8b66c;
}
.payment .items .item img {
	max-width: 100%;
	height: auto;
}
.payment_foot {
	padding-bottom: 10px;
}
.payment_foot .description {
	color: #666;
	font-size: 12px;
	margin-bottom: 12px;
}
.payment_foot .description .price_color {
	font-size: 18px;
	color: #dc3545;
}
.payment_foot .btn {
	width: 280px;
	background-color: #d8b66c;
	border: 1px solid #d8b66c;
	color: #fff;
}
.payment_foot .btn.btn_check_pay {
	background-color: #5ca75b;
	border: 1px solid #5ca75b;
}
.payment_foot .pay_qrcode .msg {
	width: 150px;
	text-align: center;
	font-size: .875rem;
	letter-spacing: 3px;
}
.payment_foot .pay_qrcode .image {
	border: 1px solid #eee;
	width: 150px;
	height: 150px;
	line-height: 150px;
	text-align: center;
	margin-bottom: 5px;
  overflow: hidden;
}
.payment_foot .pay_qrcode .image img {
	max-width: 100%;
	max-height: 100%;
}
/* payment end */

/* article start */
.article_list_left {
	float: left;
	width: 886px;
}
.article_list_left .item {
	background-color: #fff;
	width: 100%;
	margin-bottom: 20px;
  transition: all .3s;
}
.article_list_left .item:hover {
	box-shadow: 0 4px 8px rgba(3, 27, 78, .12);
}
.article_list_left .item_box {
	padding: 20px;
	overflow: hidden;
}
.article_list_left .cover {
	position: relative;
  display: block;
  width: 80px;
  height: 80px;
  padding: 3px;
  float: left;
  border: 1px solid #f5f5f5;
}
.article_list_left .cover img {
	width: 100%;
  height: 100%;
  vertical-align: top;
  object-fit: cover;
}
.article_list_left .con {
	width: 740px;
	float: right;
	padding-top: 12px;
}
.article_list_left .title {
	display: block;
	width: 700px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 600;
}
.article_list_left .type {
	margin-top: 16px;
	margin-left: -14px;
	color: #999;
	font-size: 12px;
}
.article_list_left .type li {
	float: left;
	margin-left: 14px;
}

.article_show_left {
	float: left;
	width: 886px;
}
.article_show_left .main {
  background-color: #fff;
  padding: 24px 24px 30px 24px;
}
.article_show_left .main .title {
	font-weight: 600;
	font-size: 16px;
}
.article_show_left  .type {
	font-size: 12px;
	color: #666;
	float: left;
	margin-left: -10px;
  margin-top: 10px;
  overflow: hidden;
}
.article_show_left .type li {
	float: left;
	margin-left: 10px;
}
.article_show_left .content {
	margin-top: 20px;
	line-height: 2;
}
.article_show_left .content img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.article_show_left .content h1,
.article_show_left .content h2,
.article_show_left .content h3,
.article_show_left .content h4,
.article_show_left .content h5 {
    font-size: 0.17rem;
    font-weight: 600;
    margin-bottom: 0.1rem;
    position: relative;
    padding-bottom: 0rem;
    line-height: 2;
}
.article_show_left .content h1::before,
.article_show_left .content h2::before,
.article_show_left .content h3::before,
.article_show_left .content h4::before,
.article_show_left .content h5::before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 38px;
  content: '';
  background-color: #eee;
}
.article_show_left .content p {
       margin-bottom: 0.05rem;
}
.article_show_left .content p:last-child {
	margin-bottom: 0;
}
.article_show_left .content ul {
	list-style-type: disc;
	padding-left: 0.2rem;
	margin-bottom: 0.2rem;
}
.article_show_left .content ul:last-child {
	margin-bottom: 0;
}

/* 回复列表样式 */
.rpl-list {
    margin-top: 30px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    padding: 20px;
}

.rpl-item {
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f094;
}

.rpl-item:last-child {
    border-bottom: none;
}

.rpl-user-header-row{
    display: flex;
    justify-content: space-between;
}

/* 用户信息 */
.rpl-user-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 0px;
}

.rpl-user-avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    background: #f0f0f0;
}

.rpl-user-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rpl-user-main {
    flex: 1;
    min-width: 0;
}

.rpl-user-name {
    font-size: 13px;
    color: #333;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* 认证标签 */
.rpl-auth-tag {
    font-size: 12px;
    color: #00B38A;
    background: #e6f8f4;
    padding: 2px 6px;
    border-radius: 3px;
}

/* 等级标识 */
.rpl-level-tag {
    color: #FF6B6B;
    font-size: 12px;
}

/* 时间信息 */
.rpl-time-info {
   font-size: 12px;
    color: #999;
    white-space: nowrap;
}

/* 公司信息 */
.rpl-company-info {
    font-size: 13px;
    color: #666;
    margin-top: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 回复内容 */
.rpl-content {
        margin: 0px 0 0 36px;
    padding: 8px;
    background: #f8f9fa;
    border-radius: 6px;
    position: relative;
    font-size: 12px;
}

.rpl-content::before {
    content: '';
    position: absolute;
    left: -8px;
    top: 12px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 8px solid #f8f9fa;
}

.rpl-cooperation-tag {
    display: inline-block;
    padding: 4px 8px;
    background: #00B38A;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
    margin-bottom: 8px;
}

.rpl-text {
       font-size: 13px;
    color: #333;
    line-height: 1.8;
}

/* 操作按钮 */
.rpl-action {
    text-align: right;
    margin-top: 12px;
}

.rpl-btn {
    display: inline-block;
    padding: 6px 16px;
    background: #409EFF;
    color: #fff;
    border-radius: 4px;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.3s;
}

.rpl-btn:hover {
    background: #66b1ff;
}



/* 分页样式 */
.rpl-pagination {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.rpl-page-item {
    min-width: 32px;
    height: 32px;
    padding: 0 12px;
    line-height: 32px;
    text-align: center;
    color: #666;
    background: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s;
}

.rpl-page-item:hover:not(.rpl-active, .rpl-disabled) {
    color: #409EFF;
    border-color: #409EFF;
    background: #f5faff;
}

.rpl-active {
    color: #fff !important;
    background: #409EFF !important;
    border-color: #409EFF !important;
}

.rpl-disabled {
    color: #c0c4cc !important;
    cursor: not-allowed !important;
    background: #f5f7fa !important;
}

.rpl-pagination-dots {
    pointer-events: none;
    background: transparent !important;
    border: none !important;
}

/* 移动端适配 */
@media (max-width: 768px) {
    .rpl-page-item {
        min-width: 28px;
        height: 28px;
        line-height: 28px;
        padding: 0 8px;
        font-size: 13px;
    }
    
    .rpl-page-item:nth-child(n+6):not(:nth-last-child(-n+3)) {
        display: none;
    }
    
    .rpl-pagination-dots {
        display: inline-block;
    }
}


/* 新增标题样式 */
.rpl-section-title {
    margin: 0px 0 3px;
    padding-bottom: 12px;
    border-bottom: 2px solid #f0f0f0;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    gap: 8px;
}

.rpl-section-title::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 16px;
    background: #0fbec0;
    border-radius: 2px;
}

/* 移动端适配 */
@media (max-width: 768px) {
    .rpl-section-title {
        font-size: 16px;
        margin: 25px 0 12px;
    }
}


/* article end */

/* danbao start */
.danbao .container {
	//width: 800px;
}
.danbao .box_a {
	margin-top: 20px;
}
.danbao .flow .item {
	margin-bottom: 10px;
}
.danbao .flow .item:last-child {
	margin-bottom: 0;
}
.danbao .flow .item span:first-child {
	margin-right: 12px;
	background-color: #00B38A;
	color: #fff;
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
}
.danbao .btns {
	text-align: center;
	margin-top: 20px;
}
.danbao .btns .btn1 {
	color: #00B38A;
  background-color: #fff;
  border-color: #00B38A;
  margin-right: 6px;
}
.danbao .creator_items .item {
	color: #00B38A;
  border: 1px solid #00B38A;
	padding: 8px 16px;
	border-radius: 3px;
	cursor: pointer;
	font-size: 12px;
}
.danbao .creator_items .item.on {
	background-color: #00B38A;
	color: #fff;
}
.danbao .creator_items .item.item1 {
	margin-right: 6px;
}
.danbao .info .item {
	margin-bottom: 5px;
}
.danbao .info .item:last-child {
	margin-bottom: 0;
}
.danbao .info .item span:first-child {
	width: 96px;
	display: inline-block;
}
.danbao .content .bd {
	letter-spacing: 2px;
}
/* danbao end */

/* popup start */
.contact_popup {
	width: 380px;
  background-color: #fff;
  padding: 50px 0 60px 0;
  text-align: center;
  border-radius: 20px;
  position: relative;
}
.contact_popup .close::before {
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
  content: '\e608';
  font-size: 16px;
}
.contact_popup .btns .btn {
	margin: 0 4px;
	padding: 5px 8px;
  font-size: 14px;
  border-radius: 3px;
}
.contact_popup .btns .btn1 {
	background-color: #5ca75b;
	border: 1px solid #5ca75b;
	color: #fff;
}
.contact_popup .btns .btn2 {
	background-color: #d8b66c;
	border: 1px solid #d8b66c;
	color: #fff;
}

.contact_popup_addition_class {
  border-radius: 20px !important;
}
.contact_popup .tip3 {
	font-size: 12px;
	color: #999;
}
.image_popup_addition_class {
	background-color: transparent !important;
	box-shadow: none !important;
}
.image_popup img {
	max-width: 100%;
	max-height: 100%;
}
/* popup end */

/* 异步上传 start */
.luckFU {
  position: relative;
  cursor: pointer;
  border: 1px solid #eee;
  background: url(/static/images/icon_upload.png) no-repeat center;
  background-size: 60% 60%;
  text-align: center;
}
.luckFU_3_6 {
  background-size: 30% 60% !important;
}
.luckFU img {
  max-width: 95%;
  max-height: 95%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.luckFU.uploaded {
  background-size: 0%;
}
.luckFU_remove {
  position: absolute;
  top: -8px;
  right: -8px;
	z-index: 1;
	display: none;
}
.luckFU_remove::before {
  content: '\e608';
  color: red;
}
.luckFU:hover .luckFU_remove {
  display: block;
}
/* 异步上传 end */

/* qun start */
.qun_list .items {
	overflow: hidden;
}
.qun_list .item {
	width: 224px;
	overflow: hidden;
	background-color: #fff;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	border-radius: 3px;
}
.qun_list .item:nth-child(5n) {
	margin-right: 0;
}
.qun_list .item_box {
  padding: 20px;
}
.qun_list .items .item_box .type {
  margin-top: 3px;
  margin-left: -5px;
  font-size: 12px;
  color: #999;
}
.qun_list .items .item_box .type li {
  margin-left: 5px;
  display: inline-block;
}
.qun_list .item .qrcode img {
  width: 184px;
  height: 200px;
  vertical-align: top;
  object-fit: cover;
  border: 1px solid #eee;
  border-radius: 3px;
}
.qun_list .item .info {
  margin-top: 10px;
  width: 100%;
  overflow: hidden;
}
.qun_list .item .name {
  overflow: hidden;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  letter-spacing: 1px;
  font-weight: 600;
}
.qun_list .item .btn_box {
  margin-top: 10px;
}
.qun_list .item .btn_box .btn {
  width: 100%;
  border: 1px solid #00B38A;
	background: #00B38A;
	color: #fff;
}
.qun_list .item .btn_box .btn1 {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.qun_list .qrcode {
  position: relative;
}
.qun_list .qrcode .shade {
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 120px;
  height: 40px;
  line-height: 40px;
  background-color: #0d6efd;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  font-size: .75rem;
  opacity: .99;
}
.qun_qrcode_popup {
	width: 380px;
  background-color: #fff;
  padding: 50px 0 60px 0;
  text-align: center;
  border-radius: 20px;
  position: relative;
}
.qun_qrcode_popup .close::before {
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
  content: '\e608';
  font-size: 16px;
}
.qun_qrcode_popup .btns .btn {
	margin: 0 4px;
	padding: 5px 8px;
  font-size: 14px;
  border-radius: 3px;
}
.qun_qrcode_popup .btns .btn1 {
	background-color: #5ca75b;
	border: 1px solid #5ca75b;
	color: #fff;
}
.qun_qrcode_popup .btns .btn2 {
	background-color: #d8b66c;
	border: 1px solid #d8b66c;
	color: #fff;
}

.qun_qrcode_popup_addition_class {
  border-radius: 20px !important;
}
.qun_qrcode_popup .tip3 {
	font-size: .75rem;
	color: #999;
}
.qun_qrcode_popup .qrcode_img img {
  width: 150px;
  height: 150px;
  border: 1px solid #eee;
  border-radius: 3px;
  vertical-align: top;
  object-fit: cover;
  padding: 3px;
  cursor: pointer;
}

.image_popup_addition_class {
	background-color: transparent !important;
	box-shadow: none !important;
}
.image_popup img {
	max-width: 100%;
	max-height: 100%;
}
/* qun end */

.alert1 {
	background-color: #00B38A;
	color: #fff;
	padding: 15px;
	font-size: 12px;
	border-radius: 3px;
}
.sub_forum_nav {
    text-align: left;
}
.sub_forum_nav {
   width: 100px;
    border: 1px solid #0fbec0;
    box-shadow: rgba(0,0,0,0.2) 0 3px 5px;
    border-radius: 0 0 5px 5px;
    background: #fff;
    border-top: 0;
    position: absolute;
    top: 40px;
    z-index: 100;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s,visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s,visibility 0s 0.3s;
    transition: opacity 0.3s 0s,visibility 0s 0.3s;
}
.sub_forum_nav ul {
    width: 100%;
    display: block;
	text-align: center;
}
.sub_forum_nav li {
    height: 50px;
    display: inline-block;
    float: unset;
    padding: 0px;
}
ul li, .xl li {
    list-style: none;
}
.sub_forum_nav li a {
    
    padding: 0px;
    display: block;
    line-height: 50px;
    font-size: 16px;
    background: none;
    color: #444;
    font-weight: normal;
    text-align: center;
    border: none;
}
.menu .container ul.custom_menu li:hover div.sub_forum_nav{
    opacity: 1;
    visibility:visible;
}




/* 定制化样式 */
.pubcate-container {
    padding: 15px;
    max-width: 1000px;  /* 容器宽度缩小 */
    margin: 0 auto;
}

.pubcate-header {
    font-size: 20px;  /* 标题缩小 */
    text-align: center;
    margin-bottom: 20px;  /* 底部间距减少 */
    color: #333;
    position: relative;
}

.pubcate-header .cate-close {
    position: absolute;
    right: 15px;  /* 关闭按钮右移 */
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;  /* 关闭图标缩小 */
}

.pubcate-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;  /* 间距缩小 */
    padding: 10px;  /* 内边距减少 */
}

.pubcate-card {
    display: flex;
    flex-direction: column;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    padding: 18px;  /* 卡片内边距减少 */
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: #fff;
    text-decoration: none !important;
    min-height: 140px;  /* 添加最小高度 */
        text-align: center;
}

.pubcate-card:hover {
    transform: translateY(-3px);  /* 浮动幅度减小 */
    box-shadow: 0 6px 15px rgba(0,0,0,0.1);  /* 阴影效果减弱 */
    border-color: #409EFF;
}

.pubcate-icon {
    font-size: 30px;  /* 图标缩小 */
    margin-bottom: 15px;  /* 间距减少 */
    text-align: center;
}

.pubcate-title {
    font-size: 16px;  /* 标题缩小 */
    color: #303133;
    margin-bottom: 10px;  /* 间距减少 */
    font-weight: 600;
}

.pubcate-desc {
    font-size: 13px;  /* 描述文字缩小 */
    color: #606266;
    line-height: 1.5;
}

/* 新增响应式布局 */
@media (max-width: 1200px) {
    .pubcate-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {
    .pubcate-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .pubcate-grid {
        grid-template-columns: 1fr;
    }
}

/* membership start*/
.metop-container {
            margin: 0 auto;
            overflow: hidden;
        }
        
        /* 横幅区域 */
        .metop-hero {
              display: flex;
    justify-content: center;
    align-items: center;
    /* height: 558px; */
    position: relative;
    margin-left: -200px;
    margin-top: 231px;
        }
        
        .metop-hero1::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.2);
        }
        
        .metop-hero-card {
            width: 428px;
    padding: 34px;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.92);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(5px);
    z-index: 1;
    transition: transform 0.3s ease
        }
        
        .metop-hero-card:hover {
            transform: translateY(-5px);
        }
        
        .metop-hero-logo {
               width: 60%;
    display: block;
    margin: 0 auto;
    margin-bottom: 25px;
        }
        
        .metop-hero-text {
          margin-top: 2px;
    font-size: 18px;
    color: #333;
    font-weight: 500;
    line-height: 1.8;
        }
        
        .metop-price {
          margin-top: 15px;
    color: #ff4a36;
    font-size: 20px;
    text-align: center;
    margin-bottom: 16px;
        }
        
        .metop-price-amount {
            font-size: 35px;
            font-style: italic;
            font-weight: 700;
        }
        
        /* 按钮样式 */
        .metop-btn {
           display: inline-block;
    padding: 12px 30px;
    background: linear-gradient(135deg, #ffb0a8, #cd4436);
    color: white;
    border-radius: 30px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    margin-top: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 162, 116, 0.3);
    border: none;
    cursor: pointer;
    margin: 0 auto;
    display: flow-root;
    width: 50%;
        }
        
        .metop-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(0, 162, 116, 0.4);
            background: linear-gradient(135deg, #00c896, #00a274);
        }
        
        /* 内容区域 */
        .metop-content {
            padding: 60px 20px;
        }
        
        .metop-content-title {
            text-align: center;
            margin-bottom: 50px;
        }
        
        .metop-content-title img {
            max-width: 100%;
            height: auto;
        }
        
        .metop-features {
            display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 50px;
    max-width: 1200px;
    margin: 0 auto;
        }
        
        .metop-feature-card {
           width: calc(0% - 24px);
    min-width: 130px;
    padding: 25px 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    text-align: center;
    transition: all 0.3s ease;
        }
        
        .metop-feature-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
        }
        
        .metop-feature-img {
            width: 60px;
            height: 60px;
            margin: 0 auto 20px;
        }
        
        .metop-feature-title {
            font-size: 18px;
            font-weight: 600;
            color: #00a274;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .metop-feature-icon {
            width: 24px;
            margin-left: 8px;
        }
        
        .metop-feature-desc {
            font-size: 14px;
            color: #666;
            margin-bottom: 8px;
        }
        
        /* 底部区域 */
        .metop-footer {
          position: relative;
    margin-top: 50px;
    text-align: center;
    /* height: 527px; */
    border-bottom: 158px solid #78719b;
    margin-bottom: -28px;
        }
        
        .metop-footer-img {
            width: 100%;
            height: auto;
            display: block;
        }
        
        .metop-footer-content {
               position: absolute;
    top: 108%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 600px;
    padding: 0 20px;
        }
        
        .metop-footer-text {
            font-size: 20px;
            font-weight: 300;
            letter-spacing: 1px;
            color: #fff;
            margin-bottom: 20px;
            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        }
        
        .metop-footer-price {
            color: #fff;
            font-size: 20px;
            margin-bottom: 25px;
        }
        
        .metop-footer-note {
            font-size: 12px;
            font-weight: 300;
            letter-spacing: 1px;
            color: rgba(255, 255, 255, 0.8);
            margin-top: 15px;
        }
        
        /* 响应式设计 */
        @media (max-width: 1024px) {
            .metop-feature-card {
                width: calc(33.333% - 20px);
            }
        }
        
        @media (max-width: 768px) {
            .metop-hero {
                height: 500px;
            }
            
            .metop-hero-card {
                width: 280px;
                padding: 30px;
            }
            
            .metop-feature-card {
                width: calc(50% - 15px);
            }
            
            .metop-footer-text {
                font-size: 18px;
            }
        }
        
        @media (max-width: 480px) {
            .metop-hero {
                height: 400px;
            }
            
            .metop-feature-card {
                width: 100%;
                max-width: 300px;
            }
            
            .metop-footer-content {
                position: relative;
                transform: none;
                left: auto;
                top: auto;
                padding: 30px 20px;
                background: #00a274;
            }
            
            .metop-footer-img {
                display: none;
            }
        }
 





/* 基础样式 */
.meship-section {
  font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
  background: linear-gradient(135deg, #f5f7fa 0%, #e4e8eb 100%);
  padding: 0px 0;
  color: #333;
    width: 100%;
    height: auto;
        background: linear-gradient(180deg, #0f2c35 0%, #94faff 26%, #fffaf1 61%, #fff9f1 100%);

}
.meship-section .meshipbj {
    position: absolute;
    left: 0;
    right: 0;
    top: 118px;
    width: 1322px;
    height: 636px;
    z-index: 0;
    display: flex;
    margin: 0 auto;
}
.meship-container {
      position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 999;
    margin-top: 20px;
}

/* 头部样式 */
.meship-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.meship-title {
  font-size: 32px;
  font-weight: 600;
  color: #2c3e50;
  position: relative;
  padding-left: 20px;
}

.meship-title:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 24px;
  background: #3498db;
  border-radius: 3px;
}

.meship-exchange-btn {
  background: #fff;
  border: 1px solid #3498db;
  color: #3498db;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
}

.meship-exchange-btn:hover {
  background: #3498db;
  color: #fff;
}

.meship-exchange-btn .meship-icon-gift {
  margin-right: 8px;
}

/* 特权亮点 */
.meship-highlight {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;

  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
  border: 1px solid rgba(255,255,255,0.2);
}





 
.meship-benefits-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  flex: 1;
}

.meship-benefits-list li {
  display: flex;
  align-items: center;
  font-size: 16px;

  border-bottom: none;
}

.meship-benefits-list i {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  color: #4A90E2;
  font-size: 1.2em;
}
.meship-benefits-list .meship-icon-check {
  color: #3498db;
  margin-right: 8px;
  font-size: 18px;
}

.meship-cta-btn {
  background: linear-gradient(90deg, #ff7e5f, #feb47b);
  color: white;
  border: none;
  padding: 15px 30px;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 4px 15px rgba(255, 126, 95, 0.3);
  margin-left: 30px;
}

.meship-cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 126, 95, 0.4);
}

.meship-cta-btn small {
  font-size: 14px;
  font-weight: normal;
  opacity: 0.9;
}

/* 实时购买动态 */
.meship-purchases {
  background: #fff;
  border-radius: 12px;
  padding: 15px;
  margin-bottom: 40px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.meship-purchase-track {
  height: 50px;
  overflow: hidden;
  position: relative;
}

.meship-purchase-item {
  display: flex;
  align-items: center;
  padding: 10px 0;
  animation: meship-scroll 20s linear infinite;
}

.meship-purchase-item img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
}

.meship-purchase-item p {
  font-size: 14px;
  color: #666;
}

@keyframes meship-scroll {
  0% { transform: translateY(0); }
  100% { transform: translateY(-100%); }
}

/* 会员等级卡片 */
.meship-tiers {
  display: grid;
    grid-template-columns: repeat(auto-fit, minmax(183px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.meship-tier-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
  position: relative;
}

.meship-tier-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.meship-tier-card.meship-featured {
      border: 3px solid #fe9b6e;
}

.meship-feature-label {
      position: absolute;
    bottom: 11px;
    right: 0;
    left: 0;
    width: 50%;
    margin: 0 auto;
    background: #fe9b6e;
    color: white;
    padding: 3px 15px;
    font-size: 12px;
    border-radius: 20px;
    z-index: 1;
    background: linear-gradient(90deg, #ff7e5f, #feb47b);
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(255, 126, 95, 0.3);

}

.meship-tier-header {
  padding: 25px 20px;
  text-align: center;
  position: relative;
}

.meship-tier-badge {
  position: absolute;
  top: -12px;
  left: 20px;
  background: #2c3e50;
  color: white;
  padding: 3px 15px;
  font-size: 12px;
  border-radius: 20px;
}

.meship-tier-card h3 {
  font-size: 20px;
  margin: 10px 0;
  color: #2c3e50;
}

.meship-tier-price {
  font-size: 24px;
  font-weight: 600;
  color: #3498db;
  margin: 15px 0;
}

.meship-tier-price strong {
  font-size: 32px;
}

.meship-original-price {
  font-size: 14px;
  color: #999;
  text-decoration: line-through;
}

.meship-daily-price {
  font-size: 14px;
  color: #666;
  margin: 5px 0 15px;
}

.meship-tier-btn {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 30px;
  background: #eee;
  color: #666;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
}

.meship-tier-btn.meship-highlight-btn {
  background: linear-gradient(90deg, #3498db, #2ecc71);
  color: white;
  box-shadow: 0 4px 10px rgba(52, 152, 219, 0.3);
}

.meship-tier-btn.meship-highlight-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(52, 152, 219, 0.4);
}

.meship-features-list {
  padding: 20px;
  border-top: 1px solid #eee;
}

.meship-features-list li {
  display: flex;
    justify-content: center;
    padding: 8px 0;
    font-size: 14px;
    border-bottom: 1px dashed #eee;
    text-align: center;
}

.meship-features-list li:last-child {
  border-bottom: none;
}

.meship-features-list .meship-feature-highlight {
  color: #3498db;
  font-weight: 500;
}

.meship-features-list .meship-bonus-item {
  color: #e67e22;
}

.meship-features-list .meship-bonus-item .meship-icon-gift {
  margin-right: 5px;
}

/* 响应式调整 */
@media (max-width: 1024px) {
  .meship-benefits-list {
    grid-template-columns: 1fr;
  }
  
  .meship-highlight {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .meship-cta-btn {
    margin: 20px 0 0;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .meship-tiers {
    grid-template-columns: 1fr;
  }
  
  .meship-header {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .meship-exchange-btn {
    margin-top: 15px;
  }
}
 
/* 支付弹窗容器 */
#vipPayModal {
  padding: 30px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.1);
}

/* 二维码支付区域 */
.pay_qrcode {
  text-align: center;
  position: relative;
}

/* 二维码图片容器 */
.pay_qrcode .image {
  width: 260px;
  height: 260px;
  margin: 20px auto 20px;
  background: #f8f9fa;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eee;
  position: relative;
}
.pay_qrcode .image img{
    width:100%;
}
/* 加载动画 */
.pay_qrcode .image img[src*="loading"] {
  width: 50px;
  height: 50px;
  animation: rotateLoading 1.2s linear infinite;
}

@keyframes rotateLoading {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* 支付提示文字 */
.pay_qrcode .msg {
  font-size: 18px;
  color: #333;
  font-weight: 500;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

/* 倒计时样式 */
.timer_text {
  font-size: 14px;
  color: #666 !important;
  margin-top: 25px !important;
}

#countdown {
  font-weight: 600;
  color: #ff4d4f;
  margin-left: 3px;
}

/* 会员订阅按钮优化 */
.am_unify_box .metop-btn {
  display: inline-block;
  padding: 12px 36px;
  font-size: 16px;
  color: #fff !important;
  background: linear-gradient(135deg, #ff6b6b, #ff8787);
  border-radius: 25px;
  text-decoration: none !important;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255,107,107,0.3);
  position: relative;
  overflow: hidden;
  border: none;
  cursor: pointer;
}

/* 按钮悬停效果 */
.am_unify_box .metop-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255,107,107,0.4);
}

/* 按钮点击效果 */
.am_unify_box .metop-btn:active {
  transform: translateY(1px);
  box-shadow: 0 3px 12px rgba(255,107,107,0.3);
}

/* 按钮流光效果（可选） */
.am_unify_box .metop-btn::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    45deg,
    transparent,
    rgba(255,255,255,0.2),
    transparent
  );
  transform: rotate(45deg);
  animation: btnShine 3s infinite;
}

@keyframes btnShine {
  0% { transform: rotate(45deg) translateX(-150%); }
  100% { transform: rotate(45deg) translateX(150%); }
}

/* 移动端适配 */
@media (max-width: 768px) {
  #vipPayModal {
    padding: 20px;
    width: 90% !important;
  }
  
  .pay_qrcode .image {
    width: 200px;
    height: 200px;
  }
  
  .am_unify_box .metop-btn {
    padding: 10px 28px;
    font-size: 15px;
  }
}
/*membership end*/



.post-notice-card {
      position: relative;
    /* padding: 0.1rem; */
    /* background: linear-gradient(145deg, #f8fbff, #e1e1e1); */
    /* border: 1px solid rgba(182, 224, 254, 0.6); */
    border-radius: 12px;
    margin: 0.1rem 0;
    /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06); */
    display: flex;
    gap: 0.1rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    justify-content: center;
}


.post-notice-card__icon {
     color: #4dabf7;
    font-size: 0.3rem;
    margin-top: 0.05rem;
}

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

.post-notice-list__item {
  padding: 0.05rem 0;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.1rem;
}

.post-notice-text {
     color: #2c3e50;
    font-size: 13px;
    line-height: 1;
}

.post-action-btn {
       display: inline-flex;
    align-items: center;
    gap: 0.05rem;
    padding: 0.05rem 0.1rem;
    border-radius: 6px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
    border: 1px solid transparent;
}

.post-action-btn--primary {
  background: #0fbec0;
    color: #ffffff;
}

.post-action-btn--primary:hover {
    background: #1e88e5;
    color: white;
    border-color: #1e88e5;
}

.post-action-btn--vip {
    background: linear-gradient(135deg, #ffd700, #ffb400);
    color: #2c3e50;
    font-weight: 600;
}

.post-action-btn--vip:hover {
    transform: scale(1.05);
    box-shadow: 0 2px 8px rgba(255, 180, 0, 0.3);
}

/* 图标动画 */
.fas {
    transition: transform 0.3s ease;
}

.post-action-btn:hover .fas {
    transform: scale(1.1);
}

/* 移动端适配 */
@media (max-width: 768px) {
    .post-notice-card {
        flex-direction: column;
    }
    
    .post-notice-card__icon {
        align-self: flex-start;
    }
    
    
}

