/* common */
@font-face {
    font-family: 'hua';
    src: url('../../fonts/hua.TTF');
}
.ml20 {margin-left: 20px;}
.mg20 {margin: 20px;}
.mb20 {margin-bottom: 20px;}
.mr20 {margin-right: 20px;}
.mt20 {margin-top: 20px;}

.w100 { width: 100%;}
.h100 { height: 100%;}
.ma-center { margin-left: auto; margin-right: auto;} 

.cm-card-box {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
}
.cm-card-box .cb-title {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 14px;
    border-left: 3px solid var(--SITE_BG2);
    padding-left: 8px;
    transform: translate(-15px);
    /* letter-spacing: 1.2px; */
    color: #555;
}
.cm-card-box .cb-title2 {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 14px;
    border-left: 5px solid #af7c43;
    padding-left: 8px;
    transform: translate(-15px);
    letter-spacing: 1.5px;
}
:root {
    --SITE_BG1:#F8F4EB;
    --SITE_BG2:#9E6425;
    --SITE_BG3:#F8F4EB;
    --SITE_BG4: #9d6425;
    --SITE_BG5: #926533;
}
/* site index */
.SitePage {
    padding: 0;
    background-color: var(--SITE_BG3,#f5f5f5);
}
.SiteHeader{
    /* overflow: hidden; */
    margin-bottom: 0 !important;
}
.SiteLogoExtra {
    /* float: right; */
    width: 300px;
    display: inline-block;    
    /* line-height: 60px; */
    height: 60px;
}
.SiteBody {
    padding: 0 !important;
    position: relative;
}
.SiteLogoBg {
    background-color: var(--SITE_BG1);
    height: 60px;
}
.SiteLogoImg {
    height: 50px;
}
.SiteNavMenu {
    height: 60px;
    background: url('/assets/img/navbar_bg.png') repeat;
    margin-bottom: 0px !important;
    /* overflow: hidden; */
}
.SiteNavMenuItem {
    text-align: center;
    float: left;
    display: inline-flex;
    width: 100px;
    /* padding: 10px 10px; */
    /* font-size: 17px; */
    height: calc(100% - 14px);
    /* box-sizing: border-box; */
    margin: 7px 0;
    justify-content: center;
    align-items: center;
}
.SiteNavMenuItem:hover{
    background-color: var(--SITE_BG4);
}
.SiteNavMenuItem > a {
    /* color: #333; */
    color: #fff;
    width: 100%;
    text-decoration: none;   
    font-size: 14px;
}
.SiteNavMenuItem > a:hover{
    /* color: #333; */
    color: #fff;
    text-decoration: none;
    background-color: var(--SITE_BG4);  
    /* background-color: red;  */
}
.SiteNavMenuItem .dropdown-menu {
    background-color: var(--SITE_BG3);
    text-align: center;
}
.SiteSlideLarge {
    
}
.SiteSlideLarge .item>img {
    height: 450px;
    object-fit: cover;
    width: 100%;
}
.SiteLogin {
    color:#fff;
    height: 47px;
    margin-top: 7px;
}
.SiteLogin a{
    color:#fff;
    text-decoration: none;
    height: 100%;
    padding-top: 10px !important;
} 
.SiteLogin a:hover{
    color:#fff !important;
    text-decoration: none;
    background-color: var(--SITE_BG4) !important;
} 
.SiteSlideLarge .item .Stitle {
    background: rgb(3 3 3 / 48%);
    border-radius: 15px;
    padding: 10px;
}
.SiteFooter {
    background:#ccbd73;
    min-height: 150px;
}
.SiteFooter .mediaAccount {
    padding: 40px;
    text-align: center;
}
.SiteFooter .contactInfo {
    padding: 40px;
    color: #222;
    font-size: 12px;
}
.SiteFooter .contactInfo >div{
    /* padding: 10px; */
    line-height: 30px;
}
.SiteMpQrCode {
    width: 120px;
}
.SiteMainList {
    padding: 30px;
    background-color: #fefeff;
    border-radius: 10px;
}
.SiteGlobalSearchInput {
    border-radius: 20px;
    height: 34px;
    margin-top: 14px;
    width: 270px;
    border: 0px;
    outline: 0;
    padding-left: 25px;
}
.round-search-btn {
    border-radius: 20px;
    height: 30px;
    background: var(--SITE_BG2);
    width: 63px;
    position: relative;
    left: 205px;
    top: -32px;
    border: 0px;
}
.round-search-btn:hover {
    background: var(--SITE_BG5);
}
.round-search-btn .icon {color: #fff;}

footer.footer {
    width: 100%;
    color: #aaa;
    background: #555;
    margin-top: 0 !important;
}
.XungenRukou {
    background-color: #eee6d8;
    height: 90px;
    box-sizing: border-box;
    padding: 25px;
}

/* 寻根问祖 */
.zupu-filter {
    padding: 20px;
    background: #fff;
    margin-top: 20px;  margin-bottom: 20px;
}

.result-card {
    background-color: #fff;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    clear: both;
    padding: 15px;
    margin-bottom: 12px;
}
.result-card:hover {
    background-color: #ffffff;
    box-shadow: 0 0 10px #aeac97;
}

.zupu-cover {
    text-align: center;
    width: auto;
    padding: 15px;
}
.zupu-cover img {
    width: 100px;
}

.card-left {
    float: left;
    width: 200px;
}
.card-left img {
    width: 100px;
    padding: 20px;
    border: 1px solid #ddd;
    box-sizing: content-box;
}
.card-right {
    /* float: left; */
    /* width: 200px; */
}
.topic-item {
    
}
.topic-item .topic-item__title {
    font-size: 20px;
}
.topic-item .attach img {
    width: 105px;
}

.lazyloadimg {
    
}
.zupu-preview-img {
    width: 100%;
    object-fit: contain;
    max-height: 400px;
    background: #333;
    margin: 10px 0;
    border-radius: 5px;
}
.filter-row {
    height: 40px;
}
.filter-label {
    display: inline-block;
    /* width: 100px; */
    text-align: right;
    padding-right: 20px;
    font-weight: 700;
}
.basic-tagItem {
    display: inline-block;
    padding: 0.2rem 0.5rem;
    background: var(--SITE_BG1);
    border: 1px solid #faf7c7;
    text-align: center;
    margin-bottom: 5px;
    border-radius: 0.135rem;
}
.dy-tagItem {
    width: 50px;
    border-radius: 3px;
}
.area-tagItem {

}
.filter-row .tag-selected {
    background: #9E6425;
    color :var(--SITE_BG3)
}
.search-cond-item {
    display: inline-block;
}
/* 用户工具栏 */
.SiteUserToolbar {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.SiteUserToolbar > div {
    flex: 1;
}
.SiteUserToolbar .icon,.SiteUserToolbar .tb-text {
    color: var(--SITE_BG2);
}
.SiteUserToolbar .tb-text {
    display: block;
}

/* 消息中心 */
.message-card {
    padding: 15px;
    background: #f5f5f5;
    display: flex;
}
.message-sender {
    flex:1;
    text-align: center;
}
.message-sender img {
    width: 50px;
}
.message-time {
    color: #afaeae;
}
.message-body {
    flex:7;
}

/* 侧边栏数据 */
.site-sidebar-latest_articles {
    padding: 5px;
}
.sidebar_title {
    padding-bottom: 10px;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
}
.sidebar_list {
    margin-top: 10px;
}
.sidebar-item__first_left
,.sidebar-item__title{
    flex: 1;
}
.sidebar-list_item {
    overflow:hidden;
    height: 30px;
    line-height: 30px;
}
.sidebar-list_item::before{
    content :"x1";
    display: inline-flex;
    float: left;
    width: 10px;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.sidebar-list_item_title{
    font-size: 12px;
}
.sidebar-item__first{
    display: flex;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
.sidebar-item__first_left > img {
    width: 80px;
    height: 64px;
    border: 1px solid #333;
    background: #ddd;
    border-radius: 6px;
}

.index-cl_title {
    line-height: 1.6;
    color: #664835;
    display: inline-block;
    background: url(../../img/qms14.png) no-repeat right top 3px;
    background-size: 6px auto;
    padding-right: 15px;
    font-family: 'hua';
    font-size: 27px;
}
.index-cl_title2{
    text-align: center;
    height: 40px;
    margin: 0 auto;
    font-size: 38px;
    font-family: hua;
    position: relative;
}
.index-cl_title2::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    background: url(../../img/qms15.png) no-repeat center/cover;
    width: 380px;
    height: 50px;
    margin: 0 auto;
}
.index-cl_title-right {
    font-size:12px;
    line-height: 1.6;
    color: #666666;
    padding-right: 20px;
}
.mingxian {
    background: url(../../img/qmbg5.jpg) no-repeat center/cover;
}
.books {
    background: url(../../img/qmbg6.jpg) no-repeat center/cover;
}

/* 分页系统 */
.Site_Pagination {
    text-align: center;
}
.Site_Pagination .active > span{
    background-color: var(--SITE_BG4);
    border-color: var(--SITE_BG5);
}

.search_result_page_title {
    padding: 15px;
    font-size: 15px;
    font-weight: 700;
}
/* xgdetail/zpdetail */
.sidebar-label { 
    display: block;
    font-size: 11px; color: #888;
    }
/* 新闻前缀 */
.normal-list__item {
    padding: 5px 8px;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
    .news-list::before{
        background: url(/assets/img/news-prefix.png) no-repeat left center;
        content: '';
        width: 9px;
        height: 9px;
        /* display: inline-flex; */
        float: left;
        margin-right: 10px;
        justify-content: center;
        align-items: center;
        /* height: 100%; */
        margin-top: 7px;
    }

    /* 个人信息卡片 */
.sidebar_user_card {
    text-align: center;
    overflow: hidden;
    position: relative;
}
.sidebar_user_card .avatar-img ,.sidebar_user_card img{
    height: 60px;
    width: 60px;
}
.site-user-space {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 13px;
}
.user-space_item{ 
    flex: 1;
}
.user-space_item i {
    font-size: 24px;
}
.user-space_item span {
    display: block;
    color: #777;
    padding-top: 5px;
}

/* seekroot/zupu */

.record-item {
    padding: 20px;
    /* border: 1px solid #ddd; */
    border-radius: 11px;
    background: #f2f2f2;
    margin-bottom:15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.user-history a,.user-history a:hover {
    color: #333; text-decoration: none;
}
.record-edit a ,.record-edit a:hover {
    color: #fff; background-color: inherit;
}
.record-item_title {
    padding-bottom: 8px ;
    font-size: 17px;
}
.record-img {
    flex: 1;
    text-align: center;
}
.record-img img {width: 100px;
height: 80px;
border-radius: 5px;}
.record-body {
    flex: 3;
    text-align: left;
}


/* 增加地图打卡按钮 */
.btn-map-checkin {
    text-align: center;
    position: absolute;
    top: 9.5%;
    background-color: #ed053a;
    color: #fff;
    padding: 0.7rem 3rem;
    font-size: 1.2rem;
    left: 8%;
    border-radius: 11px;
    z-index: 233;
    box-shadow: 5px 5px 5px 0px #c69090;
}
.btn-map-checkin-disable {
    background: #e29797;
    color: #fafafa;
}
.page-container {
    background-color: #F8F4EC;
}
/* /index/xungen/ */
.yunzupu-input {
    margin-top: 3rem;
    margin-left: auto;
    /* height: 10rem; */
    background: url(/assets/design/images/zp2.png) no-repeat center/cover;
    margin-right: auto;
    border-radius: 9px;
    padding: 30px;
    background-color: #fff;
}
.yunzupu-search {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.yunzupu-search .tit {
    height: 1.7rem;
}
.yunzupu-search .inputs {
    padding:0.7rem 0;
    display: flex;
    width: 100%;
    justify-content: center;
}
.yunzupu-search .btns {

}
.yunzupu-search .t1{
    width: 30rem;
    max-width: calc(100% - 2rem);
/* height: 2.5rem; */
    height: 2.4rem;
    background: #fff;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    border-radius: 25px;
    box-sizing: border-box;
    padding:1rem 1rem;
    font-size: 1rem;
    color: #363636;
}
.yunzupu-btn {
    background: rgba(255,255,255,0.4);
    width: 9.6rem;
    border-radius: 1.5rem;
    color: #fff;
}

.btn-search-inline-input {
    background: #DF002C;
    background-image: url(/assets/design/images/qms50.png);
    background-position: 20%;
    background-repeat: no-repeat;
    border: none;
    border-radius: 25px;
    color: #fff;
    width: 6.6rem;
    height: 2.4rem;
    margin-left: 1rem;
    position: relative;
    margin-left: -6rem;
    padding-left: 20px;
    /* margin-top: -0.2rem; */
    line-height: 1.2;
    font-size: 1.12rem;
}

.btn-huangapp {
    background-color: var(--SITE_BG2);
}
.btn-huangapp:hover,.btn-huangapp:active,.btn-huangapp:focus{
    background-color: var(--SITE_BG5);
}