a {
    color: #333;
    display: block;
    text-decoration: none;
    transition: all .2s ease-in-out;
}
ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
header{
    background: #fff;
}
.header-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
a.logo{
    width: 100px;
}
.nav-link{
    color: #333;
    font-weight: 600;
}
.nav-link:hover,
.nav-link.active{
    color: #f08200;
}
.has-dropdown{
    position: relative;
}
.has-dropdown .submenu{
    position: absolute;
    top: 100%;
    left: 0;
    width: 180px;
    background: #fff;
    display: none;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    z-index: 99;
}
.has-dropdown:hover .submenu{
    display: block;
}
.has-dropdown .submenu a{
    padding: 5px 15px;
    width: fit-content;
}
.has-dropdown .submenu a:hover{
    color: #f08200;
}
img{
    width: 100%;
    height: auto;
}
body{
    background-image: url(../images/bbs_01.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    font-size: 14px;
    background-color:#f1ede4;
}
.banner{
    position: relative;
}
.banner-nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px auto;
    height: 48px;
    width: 860px;
}
.banner-space{
    height: 410px;
}
.banner-nav>div{
    display: flex;
    align-items: center;
}
.banner-nav>div a:not(:last-child){
    margin-right: 10px;
}
.banner-nav>div a{
    color: #baa272;
    font-weight: 600;
}
.banner-nav>div a:hover{
    text-decoration: underline;
}
p{
    margin-bottom: 0;
}
main{
    width: 100%;
    height: auto;
}
.section{
    margin-top: 15px;
}
.grid-box{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    background: #BBB9AD;
    padding: 20px;
    column-gap: 20px;
}
.grid-box a{
    display: block;
}
.grid-box .swiper-slide{
    width: 100% !important;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
    width: unset;
    left: unset;
    right: 2%;
}
.swiper-pagination-bullet{
    background: #4E0D7C;
    opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #D100FF;
}
.section-header{
    min-height: 59px;
    line-height: 59px;
}
.container{
    max-width: 900px;
}
.section-header a{
    color: #baa272;
    font-weight: 600;
    margin-left: 100px;
}
.section-header a:hover{
    text-decoration: underline;
}
.w-10{
    width: 10%;
}
.w-30{
    width: 30%;
}
.table{
    border-color:#cec7b9;
}
table th ,table td{
    vertical-align: middle;
}
table a{
    color: #333;
    font-weight: 600;
}
table a:hover{
    text-decoration: underline;
}
table th{
    background: url(../images/title_bg.gif) repeat-x;
    font-weight: bold;
    min-height: 27px;
    line-height: 27px;
    color: #74614c;
}
.table>:not(caption)>*>th{
    padding: 0 15px;
}
.table>:not(caption)>*>td{
    background: #eeeee6;
}
.table>:not(caption)>*>*{
    border-color: #cec7b9;
}
table{
    border: 1px solid #cec7b9;
}
footer{
    background: #333;
    padding: 15px 0;
    color: #fff;
    margin-top: 20px;
}
footer .logo{
    margin: 0 auto;
}
.footer-nav{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}
.footer-nav li{
    margin: 0 25px;
}
.footer-nav a{
    color: #fff;
    opacity: .8;
}
footer p{
    opacity: .8;
}
.footer-nav a:hover{
    opacity: 1;
    text-decoration: underline;
}
.breadcrumb-item a{
    color: #56797a;
    display: inline-block;
    font-weight: 600;
}
.breadcrumb-item+.breadcrumb-item::before{
    color: #494946;
}
.breadcrumb-item a:hover{
    text-decoration: underline;
}
.breadcrumb-item.active{
    color: #494946;
    font-weight: 600;
}
.right-content .breadcrumb-item a{
    color: #C74C2A;
}
.right-content .breadcrumb-item+.breadcrumb-item::before{
    color: #C74C2A;
}
.pagination{
    background: #fff;
    border: 1px solid #494946;
    width: fit-content;
    font-size: 12px;
}
.pagination ul{
    display: flex;
    align-items: center;
}
.pagination a,
.pagination span{
    display: block;
    padding: 5px 8px;
}
.pagination ul li:last-child{
    padding: 5px 8px;
    border-left: 1px solid #494946;
}
.pagination input{
    height: 20px;
    width: 50px;
}
.pagination ul li:first-child{
    border-right: 1px solid #494946;
}
.pagination span.total{
    color: #ff0000;
}
.pagination a:hover,.pagination a.active{
    background: #494946;
    color: #ff0000;
}
.tabs{
    display: flex;
    align-items: center;
    background: #fff;
}
.tabs a{
    padding: 5px 8px;
    border-right: 1px solid #494946;
}
.tabs a.active{
    font-weight: 600;
}
.tabs a:hover{
    text-decoration: underline;
}
section .heading{
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #000F1F;
}
section .heading h4{
    margin-bottom: 0;
}
.content-items .item span{
    display: block;
}
.section-content .icon{
    width: 30px;
    padding: 0 5px;
}
.section-content .title{
    width: 480px;
    font-size: 12px;
    padding: 0 5px;
}
.section-content .author{
    width: 130px;
    font-size: 12px;
    padding: 0 5px;
}
.section-content .view-comment{
    width: 90px;
    font-size: 12px;
    text-align: center;
    padding: 0 5px;
}
.section-content .lastest-post{
    width: 140px;
    text-align: right;
    font-size: 12px;
    padding: 0 5px;
}
.section-content .content-heading{
    background: #DBE7E7;
    color: #56797A;
    padding: 5px 0;
    font-weight: 600;
}
.content-items .item{
    background: #F8F5F0;
    border-top: 1px solid #494946;
}
.content-items .item:hover{
    background: #fff;
}
.content-items .item .title a:hover{
    text-decoration: underline;
}
.card{
    border-radius: 0;
}
.card-header h4{
    font-size: 16px;
    margin-bottom: 0;
}
.form-group:not(:last-child){
    margin-bottom: 15px;
}
.btn2{
    background: #FFF8C5;
    border: 1px solid;
    border-color: #FFFDEE #FDB939 #FDB939 #FFFDEE;
    padding: 0 10px;
    width: fit-content;
    font-size: 12px;
    color: #56797a;
}
.card-header{
    padding: 10px;
}
.card-body{
    padding: 10px;
}
.select{
    position: relative;
}
.select span{
    cursor: pointer;
}
.select ul{
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    padding: 15px;
    display: none;
    width: fit-content;
    border: 1px solid #494946;
    z-index: 2;
}
.select:hover ul{
    display: block;
}
.select:hover ul a:hover{
    text-decoration: underline;
}
.filter .form-group{
    display: flex;
    align-items: center;
    column-gap: 4px;
    margin-bottom: 0;
}
.filter{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.filter .right-content{
    display: flex;
    align-items: center;
    column-gap: 8px;
}
.note{
    border: 1px solid #494946;
}
.note .card-body{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 30px;
}
.note img{
    width: 30px;
    margin-right: 10px;
}
.note .item{
    display: flex;
    align-items: center;
}
.page-btns{
    display: flex;
    align-items: center;
    background: #fff;
    color: #ff0000;
    border: 1px solid #494946;
    width: fit-content;
}
.page-btns a{
    padding: 4px 10px;
}
.page-btns a:hover{
    text-decoration: underline;
}
.detail-section .heading ul{
    display: flex;
    align-items: center;
}
.detail-section .heading ul a{
    background: url(../images/headactions_line.gif) no-repeat 100% 50%;
    padding-right: 10px;
    margin-right: 8px;
    color: #c54b25;
}
.detail-section .heading ul a:hover{
    text-decoration: underline;
}
.detail-section .heading{
    background: #fff;
    height: auto;
    color: #333;
    justify-content: space-between;
    padding: 5px 15px;
}
.detail-section .heading ul a:last-child{
    background: none;
    padding-right: 0;
    margin-right: 0;
}
.reply{
    background: #fff;
    padding: 15px;
    display: grid;
    grid-template-columns: 1fr 5fr;
    column-gap: 20px;
    margin-bottom: 15px;
}
.user-name{
    position: relative;
    cursor: pointer;
    font-size: 12px;
    border-bottom: 1px solid #494946;
    padding: 5px;
    margin-bottom: 15px;
}
.user-name img{
    width: 15px;
}
.user-name .popup{
    position: absolute;
    top: 100%;
    left: 0;
    width: 150px;
    background: #fff;
    padding: 10px;
    border: 1px solid #494946;
    cursor: default;
    display: none;
    z-index: 3;
}
.user-name .popup dl{
    margin-bottom: 0;
}
.user-name .popup dt{
    float: left;
    margin-right: 10px;
}
.user-name .popup a{
    border-top: 1px solid #494946;
    padding-top: 5px;
}
.user-name .popup a:hover{
    text-decoration: underline;
}
.user-name:hover .popup{
    display: block;
}
.user-info img{
    width: 16px;
}
.user-info a:hover{
    text-decoration: underline;
}
.user-info p{
    margin-bottom: 3px;
}
.reply-content{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.reply-content .content-heading{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    padding: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid #494946;
}
.reply-content .content-heading a{
    color: #56797a;
    font-weight: 600;
}
.reply-content .content-heading a:hover{
    text-decoration: underline;
}
.reply-content .content-body h3{
    font-size: 14px;
    font-weight: 600;
}
.reply-content .content-body .view{
    display: block;
    text-align: right;
}
.reply-content .content-body .signature{
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #DBE7E7;
}
.reply-content .bottom{
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #494946;
    display: flex;
    align-items: center;
    justify-content: end;
}
.reply-content .bottom a{
    margin-left: 10px;
}
.reply-content .bottom a:hover{
    text-decoration: underline;
}