body{
    background: #f6f6f6;
}

.container-fluid{
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 87.5rem !important;
}

.white{
    background: #fff;
}

.topnav{
    padding: 8px 0;
}

.topnav > div {
    margin: auto .75rem;
    align-items: center;
}

.topnav h4 {
	margin: auto auto auto 1.5rem;
	font-size: 1rem;
}

.topnav .logo {
	background: url(/images/logo_small.png) no-repeat;
	width: 2.875rem;
	height: 2.875rem;
	display: block;
	text-indent: -9999px;
	white-space: nowrap;
	line-height: 0;
	background-size: contain;
}

/*����*/
.sitename{
    font-size: 20px;
    font-weight: bold;
}

.sitename a {
    color: #000;
    text-decoration: none;
    text-indent: -9999px;
    line-height: 0;
    display: none;
}

.userbar{
    height: 29px;
    line-height: 29px;
    padding: 0 8px;
}

.notlogin{
    border: 1px solid #ffa115;
    border-radius: 29px;
}

.userbar-item a{
    font-size: 0.9em;
    color: #ffa115;
    text-decoration: none;
}

.userbar .sx{
    font-size: 14px;
    color: #ffa115;
    width: 14px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    overflow: hidden;
}

.userbar-item .userpic{
    width: 28px;
    height: 28px;
    border-radius: 28px;
    overflow: hidden;
    margin-left: 5px;
}

.back-button, 
.back-button:hover{
	background-color: transparent;
	border: 0;
	color: #fF9900;
}


.userhandler{
    display: none;
    position: absolute;
    list-style: none;
    right: 12px;
    margin: 0;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 100;
}

.userhandler li{
    line-height: 32px;
    height: 32px;
}

.userhandler a{
    text-decoration: none;
    color: #333;
}

.userhandler a:hover{
    background-color: #f5f5f5;
}

.drop-menu button{
	background-color: #f6f6f6;
	color: #fF9900;
}

.drop-menu button:hover {
	color: var(--bs-btn-hover-color);
}

.frop-menu-box{
    display: none;
    position: absolute;
    list-style: none;
    top: 3.8rem;
    right: 0;
    margin: 0;
    padding: 10px 12px;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 99;
}

.menu-mody{
    display: none;
}

.menu-item{
    margin-bottom: 10px;
}

.menu-item-center .menu-header a {
    color: #ffa115;
}

.contact-qrcode {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
}

.contact-qrcode div {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    text-align: center;
}

.contact-qrcode img {
    height: 6rem;
}

.small-classname{
    margin-right: 10px;
    line-height: 2;
}

.small-classname a{
    text-decoration: none;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 4px 8px;
	font-size: .875rem;
}

.menu-header {
	display: flex;
}

.menu-header:active{
    background-color: #f5f5f5;
}

.menu-header a{
    color: #000;
    font-size: 16px;
    text-decoration: none;
    margin-right: 1.5rem;
}

.menu-header i {
	font-size: 1rem;
	color: #666;
	margin-left: auto;
}

.drop-icon{
    display: inline-block;
    width: 10px;
    height: 10px;
    border: solid black;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    transition: transform .3s;
}

.opened .drop-icon{
    transform: rotate(-135deg);
}

.weizhi{
    line-height: 40px;
    font-size: 14px;
	min-width: 5rem;
}

.weizhi a{
    color: #666;
	text-decoration: none;
}

.fabu a{
    display: block;
    height: 32px;
    line-height: 32px;
    margin-top: 4px;
    color: #ffa115;
    text-decoration: none;
    background: #fff;
    border: 1px solid #ffa115;
    padding: 0 10px;
}

.fabu span{
    margin-right: 6px;
}

.search{
    margin-right: .75rem;
}

.search button{
    padding: 0;
    margin: 0;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border: 0;
    background: none;
	color: #666;
}

.search button span{
    font-size: 24px;
}

.frop-search-box{
    display: none;
    position: absolute;
    list-style: none;
    top: 2.5rem;
    right: 0;
    margin: 0;
    padding: 10px;
    width: 100%;
    background-color: #fff; /* ���������򱳾�ɫ */
    border-bottom: 1px solid #ccc; /* �����������߿� */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* ������������Ӱ */
    z-index: 98;
}

.drop-button{
    border: 0;
    background: none;
}

.boxes{
    padding: 10px;
}

/*swiper*/
:root{
    --swiper-theme-color: #ff9900 !important;
}

.swiper{
    width: 100%;
    height: 100%;
}

.swiper-slide{
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img{
    display: block;
    width: 100%;
    height: 150px;
    object-fit: cover;
}


/*�в�*/
.box-header{
    border-bottom: 1px solid #ffdfb0;
    color: #444;
}

.box-header h2{
    display: inline-block;
    padding-bottom: 7px;
    border-bottom: 4px solid #ff9900;
    font-weight: 600;
    margin-bottom: 0;
}

.box-header h2 a{
    color: #ff9900;
    text-decoration: none;
}

.box-body{
    padding: 10px 0 0 0;
}

.box-body ul {
    list-style: none;
    padding-left: 0;
}

.box-body ul li {
     display: flex;
     justify-content: space-between;
 }
 
.box-body ul li p {
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
 }

.list-title-hp p .listbox-bottom-username a,
.box-body ul li .list-title-hp p a,
.box-body ul li .text-secondary a{
	 color: #777;
 }
 
 
 .box-body ul li a {
     color: #000;
     text-decoration: none;
 }

.list-title-pic img{
    width: 120px;
    height: 80px;
    margin-right: 10px;
}

.list-title-hp h4{
    font-size: 1rem;
    font-weight: normal;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    margin-bottom: 5px;
}

.list-title-hp p{
    font-size: .875rem;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    color: #777;
}

.list-title-hp p .listbox-bottom-time {
	float: right;
}

.list-title-hp a{
    color: #000;
    text-decoration: none;
}

.border-top-a{
    border-top: 1px solid #eee;
    padding-top: 15px;
}

.border-top-a .list-title-pic {
	flex-shrink: 0;
}

.border-top-a .list-title-hp {
	flex-grow: 1;
}

/*��һ��border-top-aû��border*/
.border-top-a:first-child{
    border-top: 0;
    padding-top: 0;
}

.lmtb{
    width: 64px;
}

.lmtb .classicon{
    text-align: center;
}

.lmtb .classicon .iconfont{
    font-size: 32px;
}

.lmtb .classname{
    width: 32px;
    height: 44px;
    line-height: 22px;
    overflow: hidden;
    /*����*/
    margin: 0 auto;
}

.lmtb .classname a{
    color: #777;
    text-decoration: none;
}

.s1ul{
    padding: 0;
    margin-bottom: 0;
}

.s1ul a{
    color: #000;
    text-decoration: none;
}

.s1ul li{
    line-height: 2rem;
    height: 2rem;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.s1ul li span{
    position: absolute;
    background: #fff;
    z-index: 9;
    right: 0;
    top: 0;
    height: 2rem;
    line-height: 2rem;
    color: #666;
}

/**
 * �б�����
*/
.nav {
	overflow: hidden;
}
.nav .nav-list {
	display: flex;
	list-style: none;
	padding-left: .5rem;
	margin-top: 1rem;
	overflow-x: auto;
}

.nav .nav-list.nav-home-list {
    margin-top: 0;
    width: 96%;
    overflow: hidden;
    justify-content: space-between;
}

.nav .nav-list li {
	flex-shrink: 0;
	margin-left: .5rem;
	margin-right: .5rem;
}

.nav .nav-list li.active a{
 	color: #ff9900;
}

.nav .nav-list li a {
	text-decoration: none;
	color: #000;
}

/*翻页*/
.epages{
    padding: 1rem 0;
    text-align: center;
}

.epages select{
    height: 30px;
    line-height: 30px;
    border: 1px solid #777;
    border-radius: 5px;
    padding: 0 6px;
    margin-right: 4px;
}

.epages a{
    display: inline-block;
    padding: 0 5px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #777;
    border-radius: 5px;
    margin-right: 6px;
    color: #777;
    text-decoration: none;
}

.epages a:hover, .epages a.active{
    background: #ff9900;
    color: #fff;
    border: 1px solid #ff9900;
}

.ad-img{
    text-align: center;
}

.ad-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.smallimg{
    display: block;

    max-height: 70px;
    max-width: 100%;
    border-radius: 10px;
}

.imgbox3{
    margin-right: 10px;
}

.imgbox3:last-child{
    margin-right: 0;
}

.picblcok{
    overflow: hidden;
}

/* ��������ʽ */
#overlay{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    z-index: 9999; /* ȷ������������� */
}

#overlay img{
    max-width: 80%;
    max-height: 80%;
    margin-top: 50%;
    border: 5px solid #fff;
    border-radius: 5px;
}

#close{
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    cursor: pointer;
}

/**/
.smallimgm{
    display: block;
    margin-right: 10px;
}

.smallimgm:last-child{
    margin-right: 0;
}

.smallimgm img{
    max-height: 70px;
    max-width: 100%;
    border-radius: 10px;
}

/*����list*/
.xinqing{
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.xinqing:first-child{
    border-top: 0;
    padding-top: 15px;
}

.list-user-box .img img{
    width: 32px;
    height: 32px;
    border-radius: 32px;
}

.list-user-box p{
    margin-bottom: 0;
    overflow: hidden;
}

.list-user-box .username{
    font-size: 14px;
    color: #000;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
}

.list-user-box .level{
    font-size: 12px;
    color: #999;
    height: 20px;
    line-height: 20px;
}

.list-user-box-title{
    height: 50px;
    overflow: hidden;
}

.list-user-box-title a{
    color: #000;
    text-decoration: none;
}

.doblock{
    margin-top: 10px;
    font-size: 14px;
}

.doblock div{
    line-height: 24px;
    height: 24px;
}

.doblock span{
    margin-right: 4px;
}

.listbox-bottom-zhuanfa{
    margin-right: 12px;
}

.listbox-bottom-zan, .listbox-bottom-shoucang, .listbox-bottom-plnum{
    width: 50px;
}

.doblock a{
    color: #777;
    text-decoration: none;
}

.user-coinfo .more-btn {
	
	color: #ff9900 !important;
}

/*��������div*/
.share-popup{
    display: none;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    padding: 10px;
}

.shareimg{
    margin-top: 10px;
}

.share-popup img{
    width: 36px;
    height: 36px;
    margin-right: 12px;
}

/***********����ҳ************/
.breadcrumb{
    line-height: 30px;
    height: 30px;
    color: #777 !important;
    font-size: 14px;
}

.breadcrumb a{
    color: #777 !important;
    text-decoration: none;
}

.page-title{
    font-size: 1rem;
    font-weight: bold;
    margin: 15px 0;
    text-align: center;
    line-height: 1.5;
}

.user-info-plane .uerpic{
    margin-right: 10px;
}

.user-info-plane .uerpic img{
    width: 60px;
    height: 60px;
    border-radius: 60px;
}

.userplane, .user-info-more{
    font-size: .875rem;
}

.userplane .yq svg{
    width: 18px;
    height: 18px;
    margin-right: 4px;
}

.userplane .yq a{
    color: #777;
    text-decoration: none;
    padding: 0;
    font-size: 14px;
    margin-right: 6px;

}

.userintro{
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
    color: #777;
    max-height: 48px;
    overflow: hidden;
}

.title-info{
    color: #999;
    margin: 20px 0;
    text-align: center;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px 0;
    font-size: 14px;
}

.title-info span{
    margin-right: 12px;
}

.title-info a{
    margin-left: 12px;
}

.page-text{
    margin: 0;
    line-height: 1.8;
    font-size: 16px;
    overflow: hidden;
}

.page-text p{
    margin-bottom: 15px;
    text-indent: 2em;
}

.page-text img{
    max-width: 100% !important;
    height: auto;
    margin-bottom: 15px;
    overflow: hidden;
}

.title-info-bottom{
    color: #999;
    padding: 1rem 0;
    box-shadow: 0px -5px 10px rgba(0, 0, 0, .2); /* ������ӰЧ�� */
    z-index: 1000; /* ���ò㼶��ȷ�������������ϲ� */
}

.title-info-bottom ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.title-info-bottom ul li {
    display: flex;
    align-items: center;
    margin: .325rem auto;
    text-align: center;
}

.title-info-bottom ul li a {
    margin-top: .5rem;
}

.title-info-bottom ul li i {
	font-size: 1.125rem;
}

.title-info-bottom ul li p {
    margin-bottom: 0;
	font-size: .75rem;
}

.title-info-bottom ul li span {
    color: #ff9900 !important;
}

.title-info-bottom ul li span.none {
    display: none !important;
}

.title-info-bottom a{
    color: #999;
    text-decoration: none;
    font-size: 14px;
}

.title-info-bottom span{
    margin-right: 24px;
}

/* ��ʽ���������� */
#floatingLayer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 0;
}

/*����*/
.pinglunbox .plhd{
    background: #fcfcfc;
    color: #000;
    border-bottom: 1px solid #e1e4e8;
    border-top: 1px solid #e1e4e8;
    padding: 8px 0;
    margin: 20px 0;
}

.pinglunbox .plhd span{
    font-weight: normal;
    margin-left: 6px;
    font-size: 14px
}

.ly_form textarea {
    min-height: 8.5rem;
}

.ly-box{
    border-bottom: 1px dashed #ddd;
	margin-top: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 20px
}

.ly-box .name{
    font-weight: bold;
    font-size: 1rem;
}

.ly-box .name a {
	text-decoration: none;
	color: #000;
}

.ly-box .saycon{
    padding: 15px 0;
    line-height: 1.5;
    font-size: 14px
}

.ly-box .saycon blockquote{
    border: 1px solid #ddd;
    background: #eaecef;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 14px
}

.ly-box .saycon blockquote pre{
    margin-bottom: .5rem;
    font-weight: bold;
    font-size: .875rem
}

.ly-box .saytime{
    text-align: right;
}

.ly-box .saytime span{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: #666;
    font-size: 14px
}

.ly-box .saytime a{
    margin-left: 10px;
    text-decoration: none;
    color: #666;
    font-size: 14px
}

/*��Ա����*/
.hydh{
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    color: #777;
    font-size: 14px;
}

.hydh a{
    color: #777;
    text-decoration: none;
}

.accordion-button:not(.collapsed) {
    color: #333;
    background-color: #f6f6f6;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-button:focus {
    border-color: #ffa115;
}

.hycd a{
    text-decoration: none;
}



.user-info-plane-m .uerpic{
    margin-right: 10px;
}

.user-info-plane-m .uerpic img{
    width: 64px;
    height: 64px;
    border-radius: 64px;
}

.userplane-m{
    font-size: 14px;
}

.userplane-m .tj{
    height: 25px;
    line-height: 25px;
    color: #777;
    overflow: hidden;
}

.userplane-m .nm{
    height: 30px;
    line-height: 30px;
    color: #777;
    overflow: hidden;
}

.uerpic .yq{
    line-height: 20px;
    overflow: hidden;
    color: #777;
}

.uerpic .yq svg{
    width: 18px;
    height: 18px;
    margin-right: 4px;
}

.uerpic .yq a{
    color: #777;
    text-decoration: none;
    padding: 0;
    font-size: 14px;
    margin-right: 6px;

}

.userintro-m{
    margin-top: 5px;
    font-size: 14px;
    line-height: 24px;
    color: #777;
    max-height: 72px;
    overflow: hidden;
}

/**
 * 评论
*/
.post-comment-box,
.footer-search-box{
	position: fixed;
	bottom: 0;
	background-color: #fff;
	width: 100%;
	z-index: 1002;
}

.comment-form,
.footer-search-box form {
	margin: 1rem .5rem;
}

.footer-search-box form {
	display: flex;
	justify-content: space-between;
}

.footer-search-box form .sub-search {
    color: #fF9900;
}

.comment-form textarea {
	height: 20rem;
}

.mark {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    width: 100vw;
    height: 100vh;
    background-color: #000;
	opacity: .5;
}


/**
 * ��Ա����
*/
.daohang_body input {
    width: 90%;
}

.nav-link {
	color: #6c757d!important
}

.nav-tabs .nav-link.active i {
	color: #ff9900;
}

/***********底部***********/
.footer{
    padding: 10px 0;
}

.footer p{
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    margin: 0;
    color: #a6a6a6;
}

.footer a{
    color: #a6a6a6;
    text-decoration: none;
}

.footer-menu {
    width: 100%;
    border-top: 1px solid #e9e9e9;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9;
    background-color: #fff;
}

.footer-menu ul {
    display: flex;
    justify-content: space-between;
    margin: .2rem 0;
    padding: 0;
    height: 3rem;
}

.footer-menu ul li{
    display: block;
    margin: .325rem auto;
    color: #666;
    text-align: center;
    font-size: .75rem;
}

.footer-menu ul li i {
    font-size: 1.125rem;
}

.footer-menu ul li a {
    color: #ff9900;
    text-decoration: none;
}