:root {
    --user-primary-color:#9e6425
}

.btn-primary {
    background-color: #af7d45 !important;
}

.container-fluid {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.nav-back {
    position: absolute;
    left: 0.2rem;
}
.gh {
    min-width: min(10rem,100px) !important;
    width:auto !important;
}
.navs-user_nickname {
   padding: 0.4rem 1.2rem;
        font-size: 1.4rem;
        color: var(--user-primary-color);
}
.yunzupu-search_bg {
    background: url( "/assets/design/images/zp3.png) no-repeat center/cover");
}
.yunzupu-btn {
    background-color: rgb(169 152 117) !important;
}
.yunzupu-search .btns {
    display: flex;
    flex-direction: row;
    gap: 1rem; width: 100%;        justify-content: center;
}
/* for zp-detail */
.zp-detail-page,.xg-detail-page {
    font-size: 1.2rem;
}
.cm-card-box .cb-title {
    font-size: 1.35rem;
}
.sidebar-label { font-size: 1.2rem;}
.zp-sidebar-left {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}
.zp-sidebar-left .zupu-metainfo {
    background-color: transparent !important;
    /* width: min(10rem , 60vw) !important; */
    flex: 1;
    min-width:10rem;
    height: 100%;
}
.zp-sidebar-left .zupu-metainfo > div {
    display: flex;
    flex-direction: column;  gap: 1rem;
}
.zp-sidebar-left .zupu-cover{
    background-color: transparent !important;
    width: min(8rem , 35vw) !important;
}
.zupu-cover img {
    width:100% !important;
}
.zp-detail-body {
    padding: 0 !important;
}

.zupu-preview-img {
    width: 100% !important; height: auto !important;
    /* max-height: 400px; */
    background: #33333330 !important;
}
.zp-sidebar-left .SiteUserToolbar{
    flex-shrink: 100%;
    width: 100%;
    margin-top: 0 !important;
}
#zpdetail-imgs {
    height: max(30rem,450px) !important;
}
/* zupu/index */
.resultlists-container  .card-right { flex: 1;padding-left: 1rem;}
.resultlists-container  .card-left img { width: 100%; padding: 0 !important;}
/* for user/xungen */
.xungen-form-body {
    padding: 0px !important;
}
.xungen-form-body .record-item {
    padding: 1rem 1.1rem !important;
    background-color: #f5f5f5;
}
.xungen-form-body .record-img {
    width: min(100px ,30%) !important;
    flex: none !important;
}
.xungen-form-body .record-body {
    flex: 1 !important;
    padding-left: 1rem;
    height: 7rem;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.record-item_status {
     display: flex; flex-direction: row;
     align-items: center;
    justify-content: space-around;
}
.record-item_date {
    font-size: 1rem;
}
.qiuzhu-tags {
    font-size: 12px;
    font-weight: 500;
}
.record-item_title {
    font-size: 1.2rem; font-weight: 700;
}

/* for album-view*/
.user-action {
   right: 1rem !important;
}

/* for zupu/index */
.yunzupu-input {
    height: auto !important;
    margin: 0px !important;
    box-sizing: border-box !important;
}
.yunzupu-search {
    gap: 1.1rem;
}
.yzp_bg {
    display: none;
}
.banner-mb {
    display: none;
}
.yunzupu-search .t1 {
    width: min(85vw,35rem)
}

/* for user/message */
.message-body{
    font-size: 1rem;
}

/* for user/register */
.form-mobile {
    font-size: 1.2rem !important;   
}
.form-mobile .form-group[role=flex]{
    display: flex; align-items: center; justify-content: center;
    position: relative; overflow: hidden; clear: both;
}
.form-mobile .control-label {
    color: #777; width: max(5rem, 20vw);
}
.form-mobile .controls {
    color: #777; flex: 1;
}
.form-mobile .form-group .form-control { 
    width:100%;
    height: 3.4rem;
    border-radius: 0.5rem;
}
.form-mobile .form-group .form-control::placeholder{ 
    font-size: 1.2rem;
}


.SiteUserCenter .user-baseinfo {
    font-size: 1.3rem;
}

/* map_distribution/checkin */
.qifu-area {
    width: min(85vw,20rem) !important;
}
.qifu-area .form-group { margin-left: 0px !important; margin-right: 0px !important;}
.zhufu-record-area p {
    font-size: 12px !important;
    background-size: 1rem;
    background-position-y: 5px;
    background-color: #f4e5c1d1;
    border-radius: 7px;
    padding: 3px 20px;
    padding-left: 1.2rem;
}
/* channel/outline2025 */
.channel-toolbar .search-box {
    flex: 1; padding-right: 1rem !important;
}
.media-search { display: flex; align-items: center; justify-content: center;}
.media-search .btn-search-box {

}
.newdel .hds h1 {
    font-size: 1.55rem !important;
}