/* 6.1 */
/* common set */
.d-flex{display: flex;}
.d-block{display: block;}
.jc-b{justify-content: space-between;}
.jc-c{justify-content: center;}
.jc-e{justify-content: flex-end;}
.ai-c{align-items: center;}
.ai-e{align-items: flex-end;}
.tx-c{text-align: center;}
.tx-r{text-align: right;}
.bg_white{background-color: #fff;}
.pad_16{padding: 16px;}
.radius_8{border-radius: 8px;}
.gap_2{gap: .2rem;}
.gap_4{gap: .4rem;}
.gap_8{gap: .8rem;}
.gap_10 {gap: 1rem;}
.gap_20 {gap: 2rem;}
.gap_60 {gap: 6rem;}
.flex_1{flex: 1;}
.mt_40{margin-top: 40px;}
.mt_30{margin-top: 30px;}
.mt_25{margin-top: 25px;}
.mt_20{margin-top: 20px;}
.mt_10{margin-top: 10px;}
.mt_15{margin-top: 15px;}
.mt_8{margin-top: 8px;}
.mt_5{margin-top: 5px;}
.mt_2{margin-top: 2px;}
.mt_0{margin-top: 0px;}
.pb_20{padding-bottom: 20px;}
.pt_5{padding-top: 5px;}
.pt_2{padding-top: 2px;}
.w-100{width: 100%;box-sizing: border-box;}
.w_224{width: 224px;box-sizing: border-box;}
.w_88{width: 88px;box-sizing: border-box;}
.color_F7B500{color: #F7B500;}
.color_000{color: #000;}
.word_org .modal_confirm_btn {color: #F7B500;}
.color_gary,.h4.color_gary {color: #666;}
.bg_fff{background-color: #fff;}
.ver_middle{vertical-align: middle;}
.h2{font-size: 3.2rem;line-height: 4.2rem; font-weight: 600;color: #000;}
.h2_2{font-size: 3rem;line-height: 4.2rem; font-weight: 600;color: #000;}
.h3{font-size: 2.2rem;line-height: 3.2rem; font-weight: 600;color: #000;}
.h4{font-size: 1.7rem;line-height: 3.1rem; font-weight: 500;color: #000;}
.h5{font-size: 1.4rem;line-height: 2rem; font-weight: 600;color: #000;}
.txt_15{font-size: 1.5rem;line-height: 2.1rem; font-weight: 500;}
.txt_14{font-size: 1.4rem;line-height: 2rem; font-weight: 500;}
.txt_12{font-size: 1.2rem;line-height: 1.7rem; font-weight: 500;}
.txt_normal{font-weight: normal;}
.txt_blod{font-weight: 500;}
.article_txt{font-size: 1.4rem;line-height: 1.5; color: #000;}
.article_txt p{margin-top: 0;}
.p_relative{position: relative;}
.full_img img{width: 100%;}
.max_h_100 img{max-height: min(100vh,375px);object-fit: contain;}
.full_link{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
textarea{width: 100%;box-sizing: border-box;}
.over_hidden{overflow: hidden;}
.hover_1:hover{opacity: 1;}
/* 图片定宽高比 */
.ratio_3_4{aspect-ratio: 3/4;}
.ratio_5_8{aspect-ratio: 5/8;}
.ratio_3_4 img,.ratio_5_8 img {display: block;object-fit: contain;width: 100%;height: 100%;max-height: 100%;}
.nk-inner{padding: 0 1.5rem;}
.nk-inner2 {padding: 0 1rem;}
.p_10{padding: 1rem;}
.p_15{padding: 1.5rem;}
.pt_15{padding-top: 1.5rem;}
/* 设置最小高度 */
.post_page{min-height: calc(100vh - 178px);}
/* 按钮 + 背景色 + icon */
.btn_icon{text-decoration: none;text-align: center;}
.btn_icon .filter_icon{margin: 0 auto;background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FBF6C3 100%);}
.btn_icon.active .filter_icon{background: linear-gradient(180deg, #FDF7C8 0%, #FFE7A6 100%);}
.btn_icon.active {color: #F7B500;}

/* header */
.l-wrapper--linear {background: linear-gradient(180deg, #FBF6C3 0%, #F7F7F7 40.38vh);}
.l-header-linear{position: fixed;top: 0;left: 0;width: 100%;z-index: 1004;overflow: hidden;}
.is-modal-open .modal{z-index: 1004;}
.l-header-linear .bg_before{content: ''; width: 100%;height: 100vh; position: absolute;top: 0;left: 0;background: linear-gradient(180deg, #FBF6C3 0%, #F7F7F7 40.38vh);}
.scroll-on .l-header-linear,.scroll-on .l-header-linear .bg_before{background: #F7F7F7;}
.l-header-linear_inner{position: relative;}
.l-header-linear_logo{margin-left: 10px;}
.l-header-linear_logo a{display: block;padding: 20px 0;}
.l-header-linear_logo img{width: 144px;}
.l-header-right{display: none;}
.l-header_link a{background-color: #fff; color: #000; text-decoration: none; padding: 6px 10px;border-radius: 50px;display: flex;gap: 4px;align-items: center;transition: all .3s;font-size: 1.4rem;line-height: 1.5;opacity: .6;}
.l-header_link a:hover{opacity: 1;}
.l-header_link a img{width: 16px;}
.modal_content.modal_content-wxcode{background-color: transparent;width: 320px;height: auto;}
.wxcode_pop{padding: 46px 24px;width: 100%;height: 320px;border-radius: 8px;background-color: #fff;box-sizing: border-box;}
.wxcode_pop .text-weak{color: rgba(0, 0, 0, 0.9);font-size: 1.7rem;line-height: 2.4rem;font-weight: 500;}
.wxcode_pop_close{padding-top: 10px;text-align: center;}
/* 图文发布弹框 */
.modal_content.modal_content-send{width: 100%;height: auto;border-radius: 15px 15px 0 0;overflow: hidden;max-height: fit-content;}
.send_pop{background: linear-gradient(180deg, #FBF6C3 0%, #F7F7F7 40.38%);padding: 15px 15px 10px;}
.send_pop .h4{line-height: 2.4rem;}
.send_pop_close{position: absolute;right: 15px;top: 15px;}
img.send_icon_thumbtack{width: 30px;position: absolute;left: 13.4rem;top: 8.8rem;}
img.send_icon_thumbtack2{left: 8.3rem;top: 6.9rem;}
.modal_linkbox{padding: 15px 15px 10px;background-color: #fff;display: flex;gap: 8px;justify-content: space-between;}
.send_link1{width: 37.5%;}
.send_link2{width: 58%;}
/* 重写list弹框 */
.modal_content.modal_content--bottom--position{border-radius: 1.2rem 1.2rem 0 0;max-height: 235px;}
.modal_content#modal-position-more{max-height: 360px;}
#modal-position-more .btm_fixed{position: relative;}
.modal_content--bottom--position .modal_confirm_action{border-top: none;}
.modal_confirm_btn{display: block;font-size: 1.7rem;line-height: 2.4rem;color: #000;padding: 1.6rem;}
.modal_confirm_action_item{box-shadow: 0px -1px 0px 0px rgba(241, 241, 241, 1) inset;}
.modal_content {overflow: hidden;}
.modal_confirm_action.modal_confirm_action--column .modal_confirm_action_item:not(:first-child){border-top: none;}
.modal_confirm_action.modal_confirm_action--column .modal_confirm_action_item.modal_confirm_action_item_cancel{ border-top: 8px solid rgba(237, 237, 237, 0.9);}


/* main */
.l-main-linear{padding-top: 86px;}
.l-header-linear_inner{padding: 0 10px;}
.masonry_slider_box{width: 100%;}
.filter_icon img{width: 24px;}
.content_header{width: calc(100vw - 20px);overflow-x: auto;margin: 0 10px;justify-content: center;}
.filter-gradient_flex{gap: 12px;}
.filter-gradient_item{padding: 0;width: 48px;position: relative;max-width: calc((100% - 60px)/6);}
.has_message{position: absolute;top: 0; right: 0; width: 8px;height: 8px;background-color: #FA5151;border-radius: 50%;}
.filter-gradient_item:not(:first-child){padding: 0;}
.filter-gradient_item>a,.filter-gradient_item>label{display: flex;flex-direction: column;gap: 2px;align-items: center;}
.filter_icon{width: 40px;height: 40px;display: flex;justify-content: center;align-items: center;background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FBF6C3 100%);border-radius: 100%;}
.filter-gradient_item.sp{display: none;}
.filter_text{font-size: 1.2rem;line-height: 1.5;color: #000;}
.js-slider-kvbox{overflow: hidden;}
.js-slider-kv {width: calc(80vw + 10px);margin: 0 auto;}
.js-slider-kv .slick-list{overflow: inherit;}
.js-slider-kv .slider_item{padding: 0 5px;}
.js-slider-kv .slider_item a{display: block; border-radius: 10px;overflow: hidden;}
/* list-masonry */
.content_inner{padding: 0 10px;}
.list-masonry.list-masonry--top .list-masonry_item--inner{padding: 0;border-radius: 4px;overflow: hidden;}
.list-masonry.list-masonry--top .list-masonry_item--inner a{text-decoration: none;}
.list-masonry_img{border-radius: 4px 4px 0 0;overflow: hidden;position: relative;}
.list-masonry_img img{width: 100%;}
.local_txt{position: absolute;left: 0;bottom: 0;padding: 4px 8px; display: flex;gap: 4px;align-items: center;}
.local_txt img{width: 7.5px;}
.local_txt span{flex: 1;color: #fff;font-size: 1.2rem;line-height: 1.7rem;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.list-masonry_ttl{margin: 10px;}
.list-masonry_ttl p{color: #000; font-size: 1.2rem;line-height: 1.5;}
.list-masonry_user{margin: 10px;}
.list-masonry_user a{display: inline-flex;align-items: center;gap: 4px;}
.link-base_user .masonry_user-portrait{width: 14px;height: 14px; border-radius: 50%; overflow: hidden;}
.list-masonry.list-masonry--top .list-masonry_viewers{margin-top: 0;}
.list-masonry.list-masonry--top .list-masonry_user{align-items: center;}
.list-masonry.list-masonry--top .masonry_user-portrait img{margin-right: 0;width: 1.4rem;height: 1.4rem;display: block;}
.list-masonry.list-masonry--top .viewers-reaction_like svg{margin-right: 0;width: 1.4rem;height: 1.4rem;display: block;}
.list-masonry.list-masonry--top .viewers-reaction_like.is-active svg path{stroke: #FF6265;fill:#FF6265;}
.masonry_viewers_position .viewers-reaction_like.is-active svg path{stroke: #FF6265;fill:#FF6265;}
.link-base_user .masonry_user-name{color: #000; font-size: 1.2rem;line-height: 1.5;}

.l-opt-release .opt_release {left: -120px; padding: 0 8px;background: linear-gradient(180deg, #FBF6C3 0%, #FFFFFF 100%);}
.opt_release:before{display: none;}
.opt_release li{border-color: #ccc;}
.opt_release a{font-size: 1.2rem; line-height: 1.5;}

.l-checkin{width: 38px;height: 38px;position: fixed; right: 13px;bottom: 5%; z-index: 998; /* -webkit-transform: scale(0); transform: scale(0); */ -webkit-transition: 0.3s; transition: 0.3s;}
.l-checkin.is-visible {-webkit-transform: scale(1);transform: scale(1);}
.l-checkin__btn {background: linear-gradient(104.04deg, #FFE600 0%, #FFCDA5 100%);display: flex; align-items: center;justify-content: center;text-decoration: none;width: 100%;height: 100%; border-radius: 50%; position: relative;}
/* 活动页 */
.activity_tab{padding: 10px 15px;}
.activity_tab .tab_link{background: linear-gradient(104.04deg, #FFE600 0%, #FFCDA5 100%);padding: 0;border-radius: 20px;font-size: 1.4rem;}
.activity_tab .tab_link span{display: block; padding: 6px 12px;border-radius: 20px;color: #333;position: relative;}
.activity_tab .tab_link:after{display: none;}
.activity_tab .tab_link::before{content: ''; width: calc(100% - 4px);height: calc(100% - 4px);background: #333;position: absolute; left: 2px;top: 2px;opacity: 0;border-radius: 20px;}
.activity_tab .tab_link.is-active::before{opacity: 1;}
.activity_tab .tab_link.is-active span{ background-image: linear-gradient(104.04deg, #FFE600 0%, #FFCDA5 100%);-webkit-background-clip: text; color: transparent;}
.activity_tab-content{margin-top: 0;}
.js-activity-kvbox{overflow: hidden;}
.filterCat .catLi-max{padding: 0;justify-content: center;}
.filterCat .catLi{padding: 0 5px;}
.filterCat .catBtn_c .catName_c{font-size: 1.4rem;line-height: 2rem;}
/* 活动列表 */
.activity_inner{max-width: 100%;margin: 0 auto;}
.js-activity-kvbox .slider_item img{width: 100%;aspect-ratio: 3 / 2;object-fit: cover;transform-origin: right;transition: all .3s;}
.js-activity-kvbox .slick-slide.slick-active img{transform: scale(1);}
.js-activity-kvbox .slick-slide.slick-active+.slick-slide img{transform-origin: left;}
.activity_status_list{display: flex;gap: 2px;flex-wrap: wrap;}
.activity_status_item{background-color: #fff;padding: 10px 15px;width: 100%;box-sizing: border-box;}
.activity_status_item a{color: #000;}
.activity_item_flex{gap: 8px;}
.activity_item_date{width: 80px;}
.activity_item_date h4 {font-size: 1.7rem;line-height: 2.4rem;font-weight: 600;}
.activity_item_date p {font-size: 1.2rem;color: #666;margin-top: 8px;}
.activity_item_cont{flex: 1;}
.activity_item_ttl {font-size: 1.7rem;line-height: 2.4rem;font-weight: 600;}
.activity_item_txt {margin-top: 8px;}
.activity_item_txt p {font-size: 1.2rem;margin-top: 0;}
.activity_item_txt p+p {margin-top: 4px;}
.activity_item_status {width: 80px;}
.status_btn {padding: 5px 2px;border-radius: 4px;box-sizing: border-box;width: 100%;height: 30px;display: block;text-align: center;font-size: 1.4rem;}
.filterbtn_bd{color: #333;padding: 4px 12px;font-size: 1.4rem;line-height: 2rem;border-radius: 2rem;}
/* 方形按钮 */
.btn_rect {display: inline-block;padding: 1rem;border-radius: 8px;color: #000;text-decoration: none;text-align: center;}
.btn_rect_b{padding: 1rem 2rem;}
.btn_rect img{width: 1.6rem;vertical-align: top;margin-top: 2px; margin-right: 3px;}
.btn_rect svg {width: 1.2rem;vertical-align: middle;margin-top: 4px; margin-right: 3px;}
.btn_circle{display: inline-block;padding: 5px 12px;border-radius: 2rem;color: #000;text-decoration: none;text-align: center;}
.btn_circle img{width: 16px;vertical-align: top;margin-top: 2px; margin-right: 3px;}
.btn_circle.txt_12 img{width: 14px;margin-top: 1px;}
.btn_circle.btn_fill_linear{padding: 7px 12px;}
.member-list_action a.btn-action.btn_circle{background: linear-gradient(104.04deg, #FFE600 0%, #FFCDA5 100%);color: #333;}
.member-list_action a.btn_circle{background: transparent;font-size: 1.4rem; line-height: 2rem;border-radius: 2rem;padding: 4px 10px;color: #666;}
/* 铺满渐变色 */
.btn_fill_linear {background: linear-gradient(104.04deg, #FFE600 0%, #FFCDA5 100%);}
/* 线性 */
.btn_border {border: 1px solid #666;color: #666;}
.btn_circle.btn_border {padding: 4px 11px;}
/* 灰色 */
.btn_gary {background-color: #ccc;color: #666;}
/* 线性 & 灰底色 */
.btn_border_gary {border: 1px solid #666;background: #CCCCCC;color: #666;}
/* 渐变边框 &  黑底 & 渐变文字 */
.btn_linear {background: linear-gradient(104.04deg, #FFE600 0%, #FFCDA5 100%);position: relative;}
.btn_linear::before{content: ''; width: calc(100% - 2px);height: calc(100% - 2px);background: #000;position: absolute; left: 1px;top: 1px;border-radius: 4px;}
.btn_linear span {background: linear-gradient(104.04deg, #FFE600 0%, #FFCDA5 100%);-webkit-background-clip: text; color: transparent;position: relative;}
.btn_circle.btn_linear::before{border-radius: 2rem;}
/* 渐变边框 & 橙底色 & 灰色字 */
.btn_linear2 {background: linear-gradient(104.04deg, #FFE600 0%, #FFCDA5 100%);position: relative;}
.btn_linear2::before{content: ''; width: calc(100% - 2px);height: calc(100% - 2px);background: #FFF6C7;position: absolute; left: 1px;top: 1px;border-radius: 4px;}
.btn_linear2 span { color: #666;position: relative;}
.activity_item_local {display: flex;gap: 3px;align-items: center;justify-content: center;margin-top: 4px;}
.activity_item_local img {width: 14px !important;height: 14px !important;}
.activity_item_local span {font-size: 1.2rem;}
.filterCat .catList{padding: 15px;gap: 15px 25px;}
.filterCat .catList li{width: calc(50% - 12.5px);justify-content: space-between;color: #333;}
.filterCat .catList li .wr{padding: 0;}
.filterCat .catList li .ic-check{position: relative;left: 0; width: 14px;height: 14px;border-radius: 50%;background: transparent;border-color: #333; top: 0; transform: none;}
.filterCat .catList li.is-active .ic-check{border-color: #F7B500;background-color: #F7B500;}
.filterCat .catList li .ic-check::before{color: #fff;font-size: .8rem;}
.filterCat .catDetermine button{font-size: 1.4rem;line-height: 2rem;border-radius: 8px;box-sizing: border-box; padding: 9px;}
.btn-action{background: linear-gradient(104.04deg, #FFE600 0%, #FFCDA5 100%);}
.filterCat .catDetermine button.catReset,.filterCat .catDetermine button.catResetDate{color: #666;border-color: #ccc;width: 130px;}
.filterCat .catDetermine button.catSure{color: #000;flex: 1;}
.entry_btn{text-align: center;margin-top: 30px;}
.article_wrap{margin-top: 15px;}
.article_share{gap: 10px;}
.share_link {border: 1px solid #ccc;padding: 5px 13px;display: flex;gap: 4px;color: #666;border-radius: 20px;align-items: center;font-size: 1.2rem;}
.share_link img,.share_link svg {width: 14px; height: 14px;margin-top: -3px;}
.entry_notice_fixed{position: fixed; left: 0;top: 50%;transform: translateY(-50%);}
.entry_notice_fixed button{writing-mode: tb;background: #000; color: #fff; padding: 8px 4px;  border-radius: 0 4px 4px 0; text-align: center;font-size: 1.2rem; line-height: 1.4rem;display: flex;gap: 3px;}
.entry_notice_fixed button img{width: 13px;}
.entryNotice_wrap{width: 500px;max-width: calc(100% - 60px);margin: 0 auto;}
.entryNotice_cont{padding: 30px 20px;background-color: #fff;border-radius: 4px;}
.entryNotice_txt p{margin-top: 0;color: #666;}
.entryNotice_txt p+p{margin-top: 10px;}
.entryNotice_cont_scroll{overflow-y: auto; max-height: 290px;}
.btn-action.catEntryVip{box-shadow: 0px 4px 0px 0px #000000CC;}
.btn-action.catEntryVip img{height: 20px;}
.btn-action.catEntry{border: 1px solid #CCCCCC;background: #FFFFFF;}

/* 维修 */
.nk-wrap{background-color: #F7F7F7;}
.bg-F7F7F7{background-color: #F7F7F7;}
.nk-list{padding-top: 10px;}
.nk-card{background-color: #fff;padding: 15px;border-radius: 8px;margin-bottom: 10px;font-weight: 500;}
.nk-card2{background-color: #fff;padding: 15px;margin-bottom: 5px;font-weight: 500;}
.nk-card2.dark{background-color: #EAEAEA;}
.nk-card2_1{margin-bottom: 0;}
.nk-card2_1+.nk-card2_1{margin-top: 2px;}
.nk-card .h4,.nk-card2 .h4{line-height: 2.4rem;}
.online_text,.online_info{margin-top: 8px;}
.online_txt{display: flex;justify-content: space-between; align-items: center; padding: 8px 0;}
.online_txt+.online_txt{margin-top: 8px;}
.online_txt span{width: 6em;color: #666;font-size: 1.5rem;line-height: 2.1rem;}
.online_txt p{flex: 1;font-size: 1.7rem;line-height: 2.4rem;color: #F7B500;margin: 0;text-align: right;}
.online_text{padding: 8px 0;}
.online_text p{color: #666;font-size: 1.5rem;line-height: 2.1rem;}
.online_link{text-align: right;margin-top: 8px;}
.online_link a{padding: 8px 0;display: inline-flex; align-items: center; gap: 10px;text-decoration: none;font-size: 1.5rem;line-height: 2.1rem;color: #333333;}
.online_link img{width: 16px;}
/* 机位分享 */
.bg_transparent{background-color: transparent;}
.position_header{padding: 5px 0;}
.search_form{flex: 1;margin-right: 15px;}
.search_form_inputbox{background: linear-gradient(104.04deg, #FFE600 0%, #FFCDA5 100%);border-radius: 2rem;padding-left: 1.2rem;border: none;}
.search_form_inputbox::before{content: '';width: calc(100% - .2rem);height: calc(100% - .2rem);position: absolute;left: .1rem;top: .1rem;background-color: #fff;border-radius: 2rem;}
.search_form input,.search_form_input{position: relative;}
.search_form_input img{width: 1.6rem;vertical-align: middle;}
.search_form input{padding: 4px 5px;font-size: 1.4rem;line-height: 1.5;}
.filterbtn_item{width: auto;max-width: fit-content;}
.filterbtn_item input[type='radio']:checked~.filterbtn_bd{position: relative;}
.filterbtn_item input[type='radio']:checked~.filterbtn_bd::before{content: ''; width: calc(100% - 2px);height: calc(100% - 2px);background: #000;position: absolute; left: 1px;top: 1px;border-radius: 2rem;}
.filterbtn_item input[type='radio']:checked~.filterbtn_bd span {background: linear-gradient(104.04deg, #FFE600 0%, #FFCDA5 100%);-webkit-background-clip: text; color: transparent;position: relative;}

/* 机位分享地图 */
.camera-position-big img{min-height: 66.6rem;}
.map_position{position: absolute;right: 15px;top: 15px;display: flex;flex-direction: column;gap: 10px;}
.map_position_icon{background: rgba(255, 230, 0, 0.2);width: 4rem;height: 4rem;display: flex;align-items: center;justify-content: center;}
.map_position_icon img{width: 24px;}
.map_local{position: absolute;left: 19.8rem;top: 14.7rem;}
.map_local img{width: 3.2rem;}
.map_local2 {left: 8.5rem;top: 10.4rem;}
.slot_share_thumb_item{position: absolute;}
.slot_share_thumb_item01{left: 13rem;top: 9rem;}
.slot_share_thumb_item02{left: 4.8rem;top: 26rem;}
.slot_share_thumb_item03{right: 7rem;top: 35.8rem;}
.slot_share_thumb_img{display: block;width: 3.8rem;height: 3.8rem;border: 2px solid #ccc;border-radius: 2px;position: relative;}
.slot_share_thumb_img img{width: 100%;height: 100%;object-fit: cover;}
.slot_share_thumb_img::after{content: '';border-top: 6px solid #ccc;border-left: 4px solid transparent;border-right: 4px solid transparent;position: absolute;bottom: -7px;left: calc(50% - 4px);}
.slot_share_thumb_item.active .slot_share_thumb_img{border-color: #F7B500;}
.slot_share_thumb_item.active .slot_share_thumb_img::after {border-top-color: #F7B500;}
.slot_share_thumb_item.active .slot_share_thumb_img+i {background-color: #F7B500;}
.slot_share_thumb_img+i{width: 6px;height: 6px;background-color: #ccc; border-radius: 50%;display: block;margin: 8px auto 0;}
.map_position_address{background-color: #fff;border-radius: 10px 10px 0 0;padding: 20px 15px 10px;display: flex;flex-direction: column;gap: 20px;position: absolute;bottom: 0;left: 0;width: 100%; box-sizing: border-box;}
.map_position_address#scrollPosition{position: relative;}
.map_address_ttl{border: 1px solid #F7B500;background: #FFF6C7;color: #000;border-radius: 8px;padding: 10px;box-sizing: border-box;}
.map_position_address>p{color: #000;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;margin-top: 0;}
.map_local_pop{position: absolute;top: 2.3rem; left: calc(50% - 10rem); width: 20rem;background: rgba(247, 181, 0, 0.9);padding: 10px;}
.map_local_pop p{color: #fff;text-align: center;}
.add-mapimg{height: 16rem;}
.add-mapimg img{height: 100%;width: 100%; object-fit: cover;}
img.send_icon_thumbtack{width: 3rem;height: 4.8rem;}
.position_linkbox{position: absolute;top: 50%; left: 50%;transform: translate(-50%, -50%);}
input[type="text"].form-control, textarea.form-control{font-size: 1.4rem; line-height: 2rem; box-sizing: border-box; font-weight: normal;color: #333;}
input[type="text"].form-control-b, textarea.form-control-b{font-size: 1.7rem; line-height: 2.4rem;font-weight: 500; box-sizing: border-box;}
input[type="text"].form-control::placeholder, textarea.form-control::placeholder {color: #CCC;}
.recommend_flex{gap: 2rem;align-items: center;}
.recommend_starbox{display: flex;align-items: center;gap: 8px;}
.recommend_star{width: 3.2rem;height: 3.2rem;display: flex;align-items: center;justify-content: center;}
.recommend_star svg{width: 3rem;}
.recommend_star svg path.path1,.recommend_star svg .path1{fill: #CCCCCC; stroke:#ccc;}
.recommend_star svg path.path2,.recommend_star svg .path2{fill: #CCCCCC; stroke:#ccc;}
.recommend_star.active svg .path1 {fill: #FFE600;stroke: #FFE600;}
.recommend_star.active svg .path2 {fill: #FFF6C7;stroke: #FFF6C7;}
.recommend_star.active2 svg .path1{stroke: #FFE600;fill: #FFE600;}
.recommend_star.active2 svg .path2{stroke: #FFE600;fill: #FFE600;}
/* .form-l-line{position: relative;padding-left: .4em;}
.form-l-line::before{content: '';width: 1px;height: 1.4rem;background: #333;position: absolute;left: 0;top: 3px;}
.form-l-line2::before{top: 5px;} */
.add-photobox{width: 88px;height: 88px;border: 1px solid #666;border-radius: 4px;position: relative;}
.add-photobox>span,.add-photobox>span::before{width: 16px;height: 1px;background-color: #000;position: absolute;left: calc(50% - 8px);top: 50%;}
.add-photobox>span::before{content: '';transform: rotate(90deg);}
.photofile{width: 88px;height: 88px;position: absolute;left: 0;top: 0;opacity: 0;}
/* 底部固定模块 */
.send_flex{background-color: #fff;padding: 1.5rem 1.5rem 4.4rem 4rem;justify-content: space-between;align-items: center;}
.send_linkimg{gap: 4rem;display: flex;}
.send_linkimg img{width: 3.2rem;}
.send_fixedbox{position: fixed;width: 100%;left: 0;bottom: 0;}
.btm_fixed{position: fixed;width: 100%;left: 0;bottom: 0;z-index: 10;}
.btm_fixedbox{background-color: #fff;padding: 1rem 1.5rem 4.4rem 1.5rem;justify-content: space-between;align-items: center;}
.btm_fixedbox2{padding: 1rem 1.5rem 4.4rem 1.5rem;}
/* 发表评论 */
.comments_btm_fixed{gap: 2rem;}
.comments_btm_fixed img,.comments_btm_fixed svg{width: 2.4rem;height: 2.4rem;}
.comments_btm_fixed a,.comments_btm_fixed button{display: flex;gap: .2rem; line-height: 2.4rem; align-items: center;font-weight: 500;color: #333;text-decoration: none;}
.toogle_like.is-active svg path{stroke: #FF6265;fill:#FF6265;}
.toogle_favorite.is-active svg path{stroke: #F7B500;fill: #F7B500;}

.nearby_parking{background: linear-gradient(104.04deg, #FFE600 0%, #FFCDA5 100%);margin: 5px;border-radius: .8rem;padding: 1.5rem;position: relative;}
.nearby_parking::before{content: '';width: calc(100% - .2rem);height: calc(100% - .2rem);position: absolute;left: .1rem;top: .1rem;background-color: #fff;border-radius: .8rem;}
.nearby_flex{display: flex;gap: 5px;}
.nearby_flex p,.nearby_flex h5{margin-top: 0;}
.nearby_flex p{flex: 1;}
.nearby_flex h5{width: 19rem;display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}

.position_address_ttl{display: flex;gap: 10px;margin-top: 0;line-height: 2.4rem;}
.position_address_close{top: 20px;z-index: 1;}
.js-slider-addressbox{margin: 0 -15px;padding: 0 15px;overflow: hidden;}
.js-slider-address .slick-list {overflow: inherit;}
.js-slider-address .slider_item {width: 162px;}
.js-slider-address .slider_link{border-radius: 4px;overflow: hidden;display: block;width: calc(100% - 12px);}
.js-slider-address img{aspect-ratio: 3/2;object-fit: cover;}
.slider_more_link{background-color: #D9D9D9; color: #666; width: 100%;aspect-ratio: 3/2;display: flex;align-items: center;justify-content: center;text-align: center;}
.js-slider-address .slider_more_link{display: flex;}
.navigation_flex{gap: 4px;}
.navigation_flex p{flex: 1;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;color: #000;}
.icon_navigation{transform: rotate(45deg);}
.icon_navigation img{width: 12px;}
.position_tab .tab{justify-content: flex-start;}
.position_tab .tab_link{color: #666;padding: 8px 0;font-weight: 500;}
.position_tab .tab_link:after{height: 2px;border-radius: 0;background-color: #F7B500;}
.position_tab .tab_link.is-active{color: #000;}
.position_tab .tab_item:not(:first-child){margin-left: 20px;}

.linkbox--share{padding: 8px 0;background-color: #fff;}
.slider_person{position: absolute;bottom: 4px;left: 4px;}
.slider_person a{color: #fff;font-size: 1rem;text-decoration: none;display: flex;gap: 4px;}
.profile_picture{position: relative;display: flex;align-items: center;justify-content: center;}
.profile_picture_14{width: 1.4rem;height: 1.4rem;}
.profile_picture_48{width: 4.8rem;height: 4.8rem;}
.profile_picture_55{width: 5.5rem;height: 5.5rem;}
.profile_picture_64{width: 6.4rem;height: 6.4rem;}
.profile_picture img{aspect-ratio: 1;width: 85.7%;height: 85.7%;}
.profile_picture::after{content: '';width: 100%;height: 100%; background: url(/assets/img/pic_frame01.png) no-repeat center; background-size: cover; position: absolute;left: 0;top: 0;}
.profile_picture_avatar-kol::after{background-image: url("/assets/img/pic_frame01.png");}

.recommend_starbox_16{gap: 3px;}
.recommend_starbox_16 .recommend_star{width: 16px;height: 16px;}
/* 个人信息模块 */
.personInfo_flex{color: #000;}
.personInfo_flex2{padding: .8rem 0;}
.personInfo_flex a{text-decoration: none;}
.personInfo_name{font-size: 1.5rem;line-height: 2.1rem;font-weight: 500;max-width: 7em;}
.personInfo_name a{color: #000;text-decoration: none;}
.personInfo_grade {width: 2.4rem;}
.personInfo_grade img{aspect-ratio: 3/2;object-fit: cover;width: 100%;object-position: center 52%;display: block;}
.personInfo_grade_3 {width: 3rem;}
.personInfo_grade_4 {width: 3.6rem;}
.personInfo_honor{background-color: #F5F5F5; padding: .2rem .5rem;display: flex;align-items: center; gap: .2rem;border-radius: 2rem;text-decoration: none;}
.personInfo_honor img{width: 1.4rem;}
.personInfo_honor span{color: #666;font-size: 1.1rem; line-height: 1.4rem;font-weight: 500;}
/* 详细页更多信息 */
.position_details .tab-content{min-height: calc(100vh - 475px);}
.masonry_viewers_position .viewers-reaction > *:not(:first-child){margin-left: 2rem;}
.masonry_viewers_position .viewers-reaction > *{display: flex;align-items: center;gap: .2rem;color: #666;}
.masonry_viewers_position .viewers-reaction a{text-decoration: none;}
.masonry_viewers_position .viewers-reaction img{width: 1.4rem;}
/* 收藏按钮点击 */
.favorite_btn {height: 40px;box-sizing: border-box;}
.favorite_btn img {width: 12px;margin-top: 3px;}
.favorite_btn .on{display: none;}
.favorite_btn.is-active {background: linear-gradient(104.04deg, #FFE600 0%, #FFCDA5 100%);position: relative;border: none;}
.favorite_btn.is-active::before{content: ''; width: calc(100% - 2px);height: calc(100% - 2px);background: #000;position: absolute; left: 1px;top: 1px;border-radius: 8px;}
.favorite_btn.is-active span {background: linear-gradient(104.04deg, #FFE600 0%, #FFCDA5 100%);-webkit-background-clip: text; color: transparent;position: relative;font-weight: 500;}
.favorite_btn.is-active .on{display: inline-block;}
.favorite_btn.is-active .off{display: none;}
/* 机位分享更多 */
.position_more_flex{color: #666;font-size: 1.2rem; line-height: 1.7rem;}
.position_more_img{width: 6.4rem;}
.position_more_img img {width: 100%;aspect-ratio: 1; object-fit: cover;}
.position_more_ttl h5,.position_more_ttl span{font-size: 1.5rem;line-height: 2.1rem;font-weight: 500;}
.position_more_ttl h5{color: #000;}
.position_more_info {margin-top: 4px;}
.position_more_info p{margin: 0;}
.position_more_info p span{display: inline-block;vertical-align: middle;}
.position_more_address{margin-top: 4px;}
.form-borderarea .form-control{border: 1px solid #CCC;padding: 8px;border-radius: 4px;box-sizing: border-box;}
.checkbox_flex{flex-wrap: wrap;gap: 1.5rem .9rem;}
.checkbox_item input[type="checkbox"]{display: none;}
.checkbox_txt {box-sizing: border-box; border: 1px solid #666;height: 4rem;display: flex; align-items: center; justify-content: center; border-radius: .8rem;position: relative;}
.checkbox_txt::before{content: ''; width: calc(100% - 2px);height: calc(100% - 2px); border-radius: .7rem;position: absolute; left: .15rem;top: .15rem;}
.checkbox_txt span {position: relative;font-weight: 500;color: #666;font-size: 1.4rem;line-height: 2rem;padding: .9rem 2.3rem;display: block;border-radius: .8rem;}
.checkbox_item input[type="checkbox"]:checked ~ .checkbox_txt {background: linear-gradient(104.04deg, #FFE600 0%, #FFCDA5 100%);border-color: transparent;}
.checkbox_item input[type="checkbox"]:checked ~ .checkbox_txt::before{background-color: #000;}
.checkbox_item input[type="checkbox"]:checked ~ .checkbox_txt span{background: linear-gradient(104.04deg, #FFE600 0%, #FFCDA5 100%);-webkit-background-clip: text; color: transparent;}
.checkbox_flex_sm{gap: .8rem;}
.checkbox_item_circle .checkbox_txt {height: 3.2rem;border-radius: 2rem;}
.checkbox_item_circle .checkbox_txt::before, .checkbox_item_circle .checkbox_txt span {border-radius: 2rem;}
.checkbox_item_circle .checkbox_txt span{padding: .6rem 1.1rem;}
/* 开关滑块 */
.input-toggle_b{width: 6rem;height: 3.2rem;}
.input-toggle_b > span:before{width: 2.6rem;height: 2.6rem;}
.input-toggle_b.is-active > span:before{left: calc(100% - 2.9rem);}
.nk-card2 a{text-decoration: none;}

/* 帖子详细页 */
.btn_share {width: 3.2rem;}
.btn_share img{width: 100%;}
/* 轮播样式 */
.slider_counter{background: rgba(0, 0, 0, 0.2);border-radius: .4rem;padding: .2rem .4rem;color: #fff;font-size: 1.2rem;line-height: 1.7rem;display: flex;align-items: center;justify-content: center;top: 1rem;bottom: auto;left: auto;right: 1rem;min-width: fit-content;}
.slider_pagination li{border-color: #D9D9D9;background-color: #D9D9D9;margin: 0 .2rem;}
.slider_pagination li.slick-active{border-color: #F7B500;background-color: #F7B500;}

.article_topic{flex-wrap: wrap;gap: 1.5rem;}
.article_topic a{text-decoration: none;color: #00AAFF;font-size: 1.5rem;line-height: 2.1rem;font-weight: 500;}
.article_category{color: #666;font-size: 1.2rem;line-height: 1.7rem;font-weight: normal;}
.article_category .link-base{color: #666;}
.article_more img{width: 1.4rem;}
.my_local {font-size: 1.2rem;color: #333;gap: .3rem;font-weight: normal;}
.my_local img{width: 1.2rem;}
.nk_live a{gap: .2rem;text-decoration: none;font-size: 1.5rem; line-height: 2.1rem;}
.nk_live img{width: 1.6rem;}
/* 评价 */
.photo_comment{color: #666;font-size: 1.5rem;line-height: 2.1rem;}
.photo_comment_header{padding: .2rem 1.5rem;border-bottom: .1rem solid #F7F7F7;}
.photo_comment_sort > li:not(:first-child){margin-left: .8rem;}
.photo_comment_sort_btn > input:checked + span{color: #000;}
.photo_comment_list:not(:first-child){margin-top: 0;}
.article-comments_item{padding: .8rem 1.5rem;border-bottom: .1rem solid #F7F7F7;}
.comment_body .comment{margin-top: 1.5rem;}
.comment_body{padding: 0;border-bottom: none;}
.comment_inner{gap: .8rem;}
.comment_text {font-size: 1.4rem;line-height: 2.1rem;}
.comment_body .personInfo_name a{font-size: 1.2rem;line-height: 1.7rem;color: #ccc;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;max-width: 6em;display: block;}
.comment_action {width: 3rem;}
.comment_action_flex{flex-direction: column;justify-content: space-between;height: 100%;}
.comment_action_flex .comment_like {line-height: 1.7rem;}
.comment_action_flex .comment_like svg{width: 1.4rem;height: 1.4rem;}
.comment_action_flex .comment_like.is-active svg path{stroke: #FF6265;fill:#FF6265;}
.comment_more a{margin-top: .8rem;font-size: 1.2rem;line-height: 1.7rem;}

.list-postfilter{display: flex;flex-direction: column;gap: 1.5rem; border-bottom: none;margin-top: 2.5rem;}
.list-postfilter .list-postbottom_item:not(:first-child){border: none;}
.filter_post_tab .filter_item{margin: 0; box-sizing: border-box; border: 1px solid #666;display: flex; align-items: center; justify-content: center; height: 3.2rem;border-radius: 2rem;position: relative;}
.filter_post_tab .filter_item::before{content: ''; width: calc(100% - 2px);height: calc(100% - 2px); border-radius: 2rem;position: absolute; left: .1rem;top: .1rem;}
#choserelease .filter_post_tab .filter_item span {position: relative;font-weight: 500;color: #666;font-size: 1.4rem;line-height: 2rem;padding: .5rem 1.1rem;display: block;border-radius: 2rem; border: none;}
#choserelease .filter_post_tab .filter_item.on {background: linear-gradient(104.04deg, #FFE600 0%, #FFCDA5 100%);border-color: transparent;}
#choserelease .filter_post_tab .filter_item.on::before{background-color: #000;}
#choserelease .filter_post_tab .filter_item.on span{background: linear-gradient(104.04deg, #FFE600 0%, #FFCDA5 100%);-webkit-background-clip: text; color: transparent;}
.choices-list_inner{width: 100%;justify-content: space-between;}

/* 搜索 */
.search_heading{border: none;}
.search_heading .heading_toolbar_inner{height: 4.5rem;}
/* form 渐变边框线 */
.search_heading .input-search{border: 1px solid transparent; padding: 0 1.2rem;background-clip: padding-box, border-box; background-origin: padding-box, border-box; background-image: linear-gradient(to right, #fff, #fff), linear-gradient(104.4deg, #FFE600, #FFCDA5);border-radius: 2rem;}
.content.topSearch .input-search-header_icon{width: 1.6rem;margin-right: .4rem;}
.heading_toolbar_search .input-search input{font-size: 1.4rem;line-height: 2.1rem;padding: .4rem  0 .2rem;}
.form-search-add-sp .btn-search-action{font-size: 1.4rem;line-height: 2.1rem;width: 3.8rem;color: #000;}
/* 搜索历史 */
.search-history .history_item{padding: 1rem;margin: 0;}
.search-history .history_item .link{color: #000;font-size: 1.5rem;line-height: 2.1rem;}
.search-history .history_item .link .s-record{width: 1.4rem;filter: brightness(0);margin-right: .7rem;}
.search-history .history_item [class^="ic-"]{color: #000;padding: 0;margin: 0;width: 1.6rem;line-height: 1.6rem;}
.search-history .history_item [class^="ic-"]::before{transform: scale(1);}
.btnhistory-ct{padding: .8rem 1.5rem;}
.btnhistory-ct .open_historybtn,.btnhistory-ct .clear_historyCt {color: #666;font-size: 1.2rem;line-height: 1.7rem;}
.btnhistory-ct .no_historybtn{color: #666;font-size: 1.5rem;line-height: 2.1rem;font-weight: 500;}
/* 搜索 */
.title.history-tit~.clear_search{display: none;}
.search-ranking-tab,.search-ranking-tab .tab-content{margin-top: 0;}
.search-ranking-tab.mt_5,.search-ranking-tab .tab-content.mt_5{margin-top: .5rem;}
.search-ranking-tab .tab{gap: 1.5rem;}
.search-ranking-tab .tab_item:not(:first-child) { margin-left: 0;}
.search-ranking-tab .tab_link{padding: 0;color: #000;font-size: 1.5rem;line-height: 2.1rem;}
.search-ranking-tab .member-list{padding: 0;margin: 0;}
.member-list_item{padding: 1.2rem 1.5rem;border-bottom: 2px solid #F7F7F7;}
.search-ranking-tab .member-list_item:first-child{padding-top: 1.2rem;}
.member-list_pic{width: 4rem;}
.member-list_body{margin-left: 1rem;flex: 1;}
.hot-ico{display: flex;align-items: center;gap: .2rem;justify-content: flex-end;}
.hot-ctn{width: 7rem;}
.hot-ctn .hot-ico,.hot-ct .hot-ico {color: #A3A6AD;font-size: 1.1rem;line-height: 1.5rem;}
.hot-ctn .hot-ico img{width: 1.2rem;display: block;margin-right: 0;}
.rankingList_big .rankingList-item .item_link{width: calc(100% - 6rem);}
.member-list_name{font-size: 1.5rem;flex-wrap: wrap;}
.member-list_name a{color: #000;}
.member-list_name .user-name-photo{max-width: 7em;}
.list-masonry_grade.grade_circle{width: 2.4rem;}
.member-list_name .list-masonry_grade.grade_circle img{width: 2.4rem !important;height: 1.6rem !important;object-fit: cover;}
.member-list_name .honor_circle{color: #666;border-radius: 2rem;}
.rankingList .rankingList-item .item_link .wor{width: calc(100% - 40px);}
.wen-info{position: absolute;right: 15px;top: -42px;}
.wen-info1{top: -36px;}
.circle-list.circle-list--mine .circle-list_item:not(:first-child){margin: 0;}
.search-ranking-tab .circle-list.circle-list--mine.join_intro{margin: .5rem 0 0;}
.search-ranking-tab .circle-list.circle-list--mine .circle-list_link{padding: 1rem;}
.circle-list_title{width: 100%;color: #000;flex: 1;}
.circle-list_title+.btn_circle{width: 7.2rem;padding: .6rem 0;}
.circle-list_title+.btn_border{padding: .5rem 0;}
.circle-list_title+.btn_circle span{width: 100%;}
.circle-list_numbers:not(:first-child){padding-right: 0;margin-top: .4rem;}
.circle-list_desc:not(:first-child){margin-top: .4rem;}
.rankingList{margin-left: 15px;margin-right: 15px;}
/* 搜索轮播 */
.search_slidebox{margin-left: 1rem;}
#search-result{margin: 0;padding: 0;}
#search-result .search-ranking-tab{margin: 0;}
#topSearchResult.topSearch{background-color: transparent;}
.result_tab{gap: 2rem;margin-bottom: 2px;}
.result_tab .tab_link {color: #666;padding: .8rem 0;position: relative;}
.result_tab .tab_link::before {content: '';width: 100%;height: 2px;position: absolute;left: 0;bottom: 0;}
.result_tab .tab_link::after {display: none;}
.result_tab .tab_link.is-active{color: #000;}
.result_tab .tab_link.is-active::before{background-color: #F7B500;}

.search-ranking-tab .result_tab-content{margin-top: 0;}
.result-card{background-color: #fff;padding: .8rem 0;}
.result-card .h4{line-height: 2.1rem;padding: 0 1rem;}
.scroll-resultbox{overflow-x: auto;padding-left: 1rem;}
.result_person_item{width: 6.8rem;text-align: center;margin-right: auto;}
.result_person_item .profile_picture{margin: 0 auto;}
.result_person_item a{color: #000;text-decoration: none;font-size: 1.3rem;line-height: 1.8rem;font-weight: 500;}
.result_person_item .user-name-photo{max-width: 100%;}

.result_cont_item{width: 10rem;}
.result_cont_item a{color: #000;text-decoration: none;font-weight: 500;}
.result_cont_ttl {margin-top: .2rem;}
.result_cont_img{border-radius: 2px;overflow: hidden;width: 10rem;background-color: #EAEAEA;}
.result_cont_img img {width: 100%;aspect-ratio: 3/2;object-fit: cover;}
.result_cont_img_nic img {object-fit: contain;}
.result_cont_item_more{width: 32px;}
.result_cont_item_more a{height: 100%;}
.result_cont_item_more .result_cont_img {height: 84px; width: 32px; background: linear-gradient(104.04deg, #FFE600 0%, #FFCDA5 100%); box-sizing: border-box; padding: 1rem;display: flex; align-items: center; justify-content: center; flex-direction: column; gap: .4rem;color: #000;border-radius: .4rem;}
.result_cont_item_more .result_cont_img img{width: 1.5rem;}
.slick-track{margin-left: 0;}
.js-search_swiper .swiper-slide{width: 10.8rem;}
.js-search_swiper .swiper-slide_more{width: 42px;}
.user_swiper .swiper-slide{width: 8.2rem;}
.user_swiper .swiper-slide_more{width: 42px;}
.search-ranking-tab .member-list2{margin-top: .3rem !important;margin: 0;}
.search-ranking-tab .member-list2 .member-list_item{background-color: #fff;padding: .8rem 1.5rem;border: none;}
.search-ranking-tab .member-list2 .member-list_item+.member-list_item{margin-top: .5rem;}
.circle-user-name.user-name-photo{color: #000;line-height: 2.1rem;}
.list-masonry_honor.honor_circle{border-radius: 2rem;}
.member-list_action a.btn{color: #666;border-color: #666;width: 7.2rem;box-sizing: border-box;text-align: center;padding: .6rem;}
.member-list_action a.btn-action{background: linear-gradient(104.04deg, #FFE600 0%, #FFCDA5 100%);color: #333;font-weight: 500;font-size: 1.2rem;line-height: 1.7rem;border-color: transparent;border-radius: 2rem;padding: .5rem;}
/* 搜索---圈子 */
#tab_circle .member-list2{margin-top: .3rem;}
#tab_circle .circle-list_item{background-color: #fff;padding: .8rem 1.5rem;}
#tab_circle .circle-list_item+.circle-list_item{margin-top: .5rem;}
#tab_circle .circle-list_link{border: none;}
#search-result .circle-list.circle-list--pc-col2{margin-top: .3rem !important;margin: 0;}
.circle-list_media_pic{width: 11rem;margin-right: .8rem;}
/* 搜索---官方 */
.search_brandlist{margin-top: .3rem;}
.brand_item{background-color: #fff;padding: 1.5rem;}
.brand_item a{text-decoration: none;color: #000;}
.brand_item+.brand_item{margin-top: .2rem;}
.movie_brandlist .brand_item+.brand_item{margin-top: 1rem;}
.brand_img{border-radius: .4rem;overflow: hidden;}
.brand_text{margin-top: .8rem;}
.rand_date{width: 11rem;}
.activity_item_status2{width: auto;display: flex; align-items: flex-end;}
.activity_item_status3{width: 8.4rem;display: flex; flex-direction: column; justify-content: flex-end;}
.activity_item_status3_2{justify-content: flex-start;}
.activity_item_status3 .activity_item_local{margin-top: .8rem;}
.brand_ttl {color: #000;font-size: 1.5rem;line-height: 2.1rem;font-weight: 500;}
.brand_user-word{margin-top: 0;font-size: 1.5rem;line-height: 2.1rem;font-weight: 500;}
.brand_user-portrait{width: 2.4rem;}
.brand_viewers svg{width: 2.4rem; margin-top: -4px;}
.viewers_like.is-active svg path{fill: #FF6265;stroke: #FF6265;}
.viewers_fav.is-active svg path{fill: #F7B500;stroke: #F7B500;}
.brand_viewers_sm button{font-size: 1.2rem;line-height: 1.7rem;}
.brand_viewers_sm button svg{width: 1.4rem;height: 1.4rem; margin-top: -3px;}
.tab_tie_inner{margin: .5rem 1rem 2rem;}
.form_title_gr{color: #000;}
.result_tab-content .list-masonry_ttl p{font-size: 1.4rem; line-height: 2rem; font-weight: 500;}
.search_form2{margin-right: 0;}
.masonry_cmn_set{text-decoration: none;color: #000;}
.masonry_cmn_set .list-masonry_ttl p{margin-top: .5rem;font-weight: normal;}
.contest-results_item-01 .contest-results_head{background: linear-gradient(104.04deg, #FFE600 0%, #FFCDA5 100%); border-radius: 1rem 1rem 0 0;}
.contest-results_item-01 .contest-results_body{ border: 2px solid transparent; background-clip: padding-box, border-box; background-origin: padding-box, border-box; background-image: linear-gradient(to right, #fff, #fff), linear-gradient(104.4deg, #FFE600, #FFCDA5);border-radius: 0 0 1rem 1rem;}

.personInfo_name_17{font-size: 1.7rem;line-height: 2.4rem;}
.list-masonry_honor_b{width: 8.4rem;border-radius: 2rem;padding: 1.2rem .5rem; text-align: center; display: flex; justify-content: center; gap: .5rem;}
.list-masonry_honor_b img{-webkit-transform: translateX(0); transform: translateX(0);position: relative;}
/* 干货 */
.filterCat.filterCat_inner{padding-top: 0;}
.content_scrollnav_nav{padding: 1rem 0 1rem 1rem;}
.scrollnav_item{width: auto;}
.scrollnav_item .tab_link{border: 1px solid transparent;background-clip: padding-box, border-box; background-origin: padding-box, border-box;border-radius: 2rem;font-size: 1.2rem;line-height: 1.7rem;padding: .5rem 1.1rem;background: linear-gradient(104.04deg, #FFE600 0%, #FFCDA5 100%);}
.scrollnav_item .tab_link span{color: #333333;}
.scrollnav_item .tab_link.is-active{background-image: linear-gradient(to right, #000, #000), linear-gradient(104.4deg, #FFE600, #FFCDA5);}
.scrollnav_item .tab_link.is-active span{background: linear-gradient(104.04deg, #FFE600 0%, #FFCDA5 100%);-webkit-background-clip: text; color: transparent;position: relative;}
.masonry_user-word{max-width: 6em;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
/* 影赛 */
.tab_link1 {color: #666;font-size: 1.4rem; line-height: 2rem; font-weight: 500;display: flex; align-items: center;text-align: center;text-decoration: none;padding: 0 5px 5px;position: relative;}
.tab_link1 [class^="ic-"] { margin-right: 6px; }
.tab_link1:after {content: '';display: block;background: linear-gradient(-45deg, #FFCDA5 0%, #FAE24B 100%);width: 100%;height: 2px;border-radius: 2px; position: absolute; bottom: 0; left: 0; opacity: 0;}
.tab_label > input:checked + .tab_link1 {color: #000;}

.filter_content-add .filter_fw_w{flex-wrap: wrap;gap: .5rem;margin: 0;}
.filter_fw_w .filter_item{margin: 0;min-width: 4rem;}
.filter_fw_w .filter_item span{font-size: 1rem;line-height: 1.4rem; padding: .4rem 1rem;}

.filterCat_nic{background-color: transparent;padding: 0 1rem;}
.filterNic{width: 100%;align-items: center;}
.filterNic .filterCat_inner{width: auto;}
.nk_linkbtn{color: #000;font-size: 1.4rem;line-height: 2rem;font-weight: 500; display: flex;align-items: center;gap:.4rem;text-decoration: none;}
.nk_linkbtn img{width: 2.4rem;height: 2.4rem;}
.filterCat_nic .filterCat .catLi{padding: 0 0 0 15px;}
.content_Cat_nic.on .close_cat{top: 3.7rem;}
.filterCat .catBtn_c .catName_c{color: #000;font-weight: 500;}
.filterCat_nic .filterCat  .catBtn_c .catName_c{padding: .7rem 2rem .7rem 0;}
.filterCat .catConSort{width: auto; right: 1rem; left: auto; padding: 0 .8rem .8rem;background: linear-gradient(180deg, #FFFFFF 0%, #FAFAFA 100%);border-radius: .4rem;}
.catConSort a{color: #000;text-decoration: none;padding: .8rem 0; display: block;font-size: 1.2rem;line-height: 1.7rem;}
.catConSort li+li {border-top: 1px solid #EAEAEA;}

.article_txt .h4{line-height: 2.4rem;margin-top: 0;}
.nic_flag span{display: inline-block;}
.nic_item{display: flex;padding: .7rem 0;}
.nic_th,.nic_td {width: 50%;}
.nic_th_30{width: 30px;}
.nic_tab {justify-content: flex-start;}
.tab-content.mt_10{margin-top: 10px;}
.search_brandlist_10 .brand_item+.brand_item{margin-top: 1rem;}

/* 照片 ---筛选 */
.filter{ margin-left: 0;gap: 1rem; padding: 10px 10px 5px;}
.filter_item{margin: 0; min-width: 48px;}
.filter_item span{border-color: #666;color: #666;font-size: 1.2rem;line-height: 1.7rem;padding: 3px 11px;}
.content_header_right .tab-sort{margin: 10px 0 0;gap: 4rem;}
.tab-sort .tab_link{font-size: 1.5rem; line-height: 2.1rem; font-weight: 500; color: #000; padding: .8rem 0;}
.tab_item:not(:first-child){margin: 0;}
/* 关注 */
.guan_item{padding: 0;}
.guan_item .brand_text{padding: 10px 10px 0; margin: 0;}
.guan_item>.d-flex{padding: 10px; margin: 0;}
.brand_ttl{display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 2; overflow: hidden;}
.circle_tab{margin-bottom: 0;}
.circle_box .brand_user-portrait{width: 3rem;height: 2rem;}
.circle_box .brand_user-portrait img{width: 100%;height: 100%;object-fit: cover;}

@media screen and (min-width: 769px) {
	.pc_bg_transparent{background: transparent;}
	.mt_pc_30{margin-top: 30px;}
	.mb_pc_30{margin-bottom: 30px;}
	.mt_pc_15{margin-top: 15px;}
	.pc_lr_15{padding-left: 1.5rem;padding-right: 1.5rem;}
	.pc_bg_fff,.pc_bg_fff.filterCat_activity {background-color: #FFF;}
	.pc_jc-c{justify-content: center;width: 100%;}
	.slick-slide img.sp{display: none;}
	.l-main-linear_inner,.l-header-linear_inner{max-width: 1280px;margin: 0 auto;padding: 0;}
	.l-header-linear_search{width: 490px;box-sizing: border-box;}
	.l-header-linear_search a{text-decoration: none;}
	.l-header-linear_search .input-search-header{border: 1px solid #FFE600;border-radius: 20px;overflow: hidden;}
	.l-header-linear_search .input-search-header_icon{margin-left: 12px;margin-right: 0;}
	.l-linear_input-search{width: 1.6rem;}
	.l-header-linear_search input{padding: 6px !important;font-size: 1.4rem;line-height: 1.5;}
	.l-footer{background-color: transparent;}
	.heading.heading--content .heading_back{color: #666;border-color: #666;}
	.heading.heading--content .heading_title{color: #000;}
	.main_box .content_body.content_body--center{max-width: 505px;}
	.main_box .content_body.content_body--search{max-width: 1030px;margin: 0 auto;}
	
	.main_flex{gap: 20px;}
	.nk-inner,.nk-inner2 {max-width: 720px;margin-left: auto;margin-right: auto;padding: 0;}
	.send_flex{padding-bottom: 1rem;}
	/* left slidebar */
	.slidebar{width: 190px;height: calc(100vh - 86px); position: sticky; top: 86px;z-index: 1;}
	.slidebar dt+dt{margin-top: 10px;}
	.slidebar a{display: block;padding: 12px 20px;font-size: 17px;line-height: 24px;color: #000;text-decoration: none;}
	.slidebar dt>a,.slidebar_more a{display: flex;gap: 16px;}
	.slidebar dt.active>a{background-color: #fff;border-radius: 50px;}
	.slidebar_icon{width: 24px;}
	.slidebar ul {margin-top: 0;height: 0;overflow: hidden;transition: height .3s;}
	.slidebar dt a.js-toggle.is-active+ul {height: auto;}
	.slidebar li a{padding-left: 60px;}
	.slidebar li.active a{background-color: #fff; border-radius: 50px;}
	.slidebar_icon_down{transform: rotate(0);transition: all .15s;}
	.slidebar dt>a.js-toggle.is-active .slidebar_icon_down {transform: rotate(180deg);}
	.slidebar_more {position: absolute;left: 0;bottom: 0;}
	.main_box{flex: 1;}
	.js-slider-kv {width: 840px;}
	.slick-slide img.pc{aspect-ratio: 820/396;}
	.js-slider-kv .slider_item{padding: 0 10px;}
	.js-slider-kv .slick-arrow {
	    display: block !important;
	    width: 28px;
	    height: 28px;
	    background: url(data:image/png;base64,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);
	    border-radius: 50%;
	    background-size: cover;
	    position: absolute;
	    top: 50%;
	    -webkit-transform: translateY(-50%);
	            transform: translateY(-50%);
	    z-index: 9;
	    text-indent: -200%;
	    overflow: hidden;
	    -webkit-transition: all 0.15s;
	    transition: all 0.15s;
	  }
	.js-slider-kv .slick-arrow.slick-prev {left: 30px;}
	.js-slider-kv .slick-arrow.slick-next { right: 30px;-webkit-transform: translateY(-50%) rotateZ(-180deg); transform: translateY(-50%) rotateZ(-180deg);}
	.js-slider-kv:hover .slick-arrow.slick-prev {opacity: 1;left: 10px;}
	.js-slider-kv:hover .slick-arrow.slick-next {opacity: 1;right: 10px;}
	.js-slider-kv_top.js-slider-kv .slick-arrow {width: 28px;height: 28px;}
	.js-slider-kv:hover .slick-arrow.slick-disabled {opacity: 0.5;}
	.l-header-right{display: flex;}
	.l-header_link{display: flex;gap: 10px;margin-left: 28px;}
	.filter-gradient_flex{gap: 43px;}
	.content_header{width: 100%;margin: 0;}
	/* list-masonry */
	.list-masonry_sizer, .list-masonry_item{width: calc(100%/5);}
	.slidebar_more .l-gnav_child {left: 0;top: auto;bottom: 0;transform: translateY(-48px);height: auto;z-index: 100;width: 200px;}
	.slidebar_more:hover .l-gnav_child {visibility: visible; opacity: 1;}
	.slidebar_more .l-gnav_child_link{padding: 10px;}
	/* 活动页 */
	.filterCat_activity{background-color: transparent;}
	.activity_status_cont{margin-top: 20px;}
	.js-activity-kvbox .js-slider-kv{width: 407px;}
	.js-activity-kvbox .slider_item{padding: 0 11px;}
	.js-activity-kvbox .slider_item img{transform: scale(0.779); border-radius: 10px;}
	.comment-form_link-pcpr{overflow: hidden;}
	.filterCat .catLi-max{padding: 8px 0;}
	.activity_inner{width: 820px;}
	.activity_status_list{gap: 20px;}
	.activity_status_item{width: calc(50% - 10px); min-height: 118px;}
	/* 活动详细页 */
	.article_page{margin-top: 20px;}
	.entry_fixedbox{display: flex;gap: 20px;justify-content: center; }
	.show-photo-box{background: #fff;max-height: 345px;}
	.slider_pagination{margin-top: 12px;}
	.personInfo_flex2{padding: .8rem 2rem;}
	/* 客服&维修 */
	.nk-wrap{/* background-color: transparent; */min-height: calc(100vh - 186px);box-sizing: border-box; padding: 20px; margin-top: 10px;}
	.nk-list:first-child{padding-top: 0;}
	/* 机位分享 */
	.position_map_400{height: 400px;}
	.position_map_400 img{height: 100%;object-fit: cover;}
	.camera-position-big img{max-height: 80rem;object-fit: cover;object-position: center top;}
	.send_fixedbox,.btm_fixed{position: relative;}
	.modal_content.modal_content-send{border-radius: 15px;}
	.modal_content.modal_content--bottom--position{border-radius: 1.2rem;height: auto;}
	.comment_action{width: 4rem;}
	.article_page{margin-top: 3rem;}
	.linkbox--share{background-color: transparent;}
	.modal_content#modal-position-more{max-width: 720px;width: 720px;max-height: 590px;}
	.js-slider-addressbox{padding: 0;margin: 0;}
	.add-mapimg{height: 26rem;}
	
	/* 搜索 */
	.search_total_flex{display: flex;flex-wrap: wrap;gap: 2rem;margin-top: 3.2rem;}
	.search_total_flex .result-card{width: calc(50% - 1rem);margin: 0;overflow: hidden;}
	.search_total_flex .result-card_full{width: 100%;}
	#search-result{min-height: calc(100vh - 302px);margin: 0 auto; padding: 0;}
	/* 搜索  热门*/
	.search-ranking-ct{max-width: 100%;}
	.search-ranking-tabflex{justify-content: center;}
	.search-history{gap: 1rem 2rem;margin: 0;}
	.search-history .history_item{padding: 1rem;min-width: calc((100% - 8rem)/5);box-sizing: border-box;border: none;justify-content: space-between;gap: 1.6rem;display: none;}
	.search-history .history_item:nth-child(-n+5){display: flex;}
	.search-history .history_item .link .s-record{display: block;margin-right: 0;}
	.search-history .history_item [class^="ic-"]{border-left: none;}
	.search-history .history_item .link{gap: .5rem;}
	.search-history-column{display: flex;flex-direction: column-reverse;}
	.title.history-tit{font-size: 1.2rem;line-height: 1.7rem; justify-content: center; margin: 0 1.5rem 1rem; padding: 0;border-bottom: 1px solid #EAEAEA;}
	.title.history-tit button{padding: .8rem 0;}
	.title.history-tit~.clear_search {margin: 0 auto;padding: .8rem 0;font-size: 1.2rem;line-height: 1.7rem;}
	.history-tit.is-active button{display: none;}
	.history-tit.is-active~.clear_search {display: flex;}
	.history-tit.is-active~.search-history .history_item{display: flex;}
	.search-ranking-tab .member-list{display: flex;flex-wrap: wrap;gap: 1rem 2rem;margin: 1.5rem 1.5rem 0;}
	.search-ranking-tab .member-list_item {width: calc(50% - 1rem);background-color: #fff;}
	.rankingList{display: flex;flex-wrap: wrap;gap: 1rem 2rem;margin: 1.5rem 0 0;}
	.rankingList .rankingList-item{width: calc(50% - 9rem); margin: 0 4rem;}
	.rankingList_big .rankingList-item .item_link{padding: 6px 5px;}
	.rankingList .rankingList-item .item_link .wor{width: calc(100% - 24px);line-height: 24px;}
	.search-ranking-tab .circle-list.circle-list--mine.join_intro{margin: 1.5rem 1.5rem 0;display: flex;flex-wrap: wrap;gap: 2rem;}
	.search-ranking-tab .circle-list.circle-list--mine .circle-list_item{width: calc(50% - 1rem);margin-bottom: 0;padding: 0;}
	.search-ranking-tab .circle-list.circle-list--mine .circle-list_link{background-color: #fff;border-bottom: none;}
	.wen-info{top: -53px;}
	/* 搜索 */
	.btnhistory-ct_add{margin-top: 0;}
	.search-ranking-ctbox {padding: 30px;}
	#topSearchResult.topSearch{padding: 0;margin-top: 0;}
	.search_brandlist{display: flex;flex-wrap: wrap;gap: 3rem;}
	.search_brandlist.movie_brandlist{gap: 0;margin-top: 0 !important;}
	.result_tab {margin-bottom: 0;}
	.search-ranking-tab .member-list2 {gap: .5rem;}
	.search-ranking-tab .member-list2 .member-list_item+.member-list_item {margin: 0;}
	#search-result .tab_tie_inner{margin: 3.2rem 0 0;}
	#search-result .circle-list.circle-list--pc-col2,.search-ranking-tab .member-list2,.search_brandlist{margin-top: 3.2rem !important;}
	#search-result .member-list_item, #search-result .circle-list_item{width: 100%;}
	#tab_circle .circle-list_item+.circle-list_item{margin-top: 0;}
	.details_boxCont .list-masonry_sizer, .details_boxCont .list-masonry_item {width: calc(100% / 2);}
	#search-result .list-masonry_sizer, #search-result .list-masonry_item {width: 20%; padding-left: 1.5rem;}
	.search-ranking-ct {background-color: #fff;}
	.search-ranking-ct.pc_bg_transparent{background: transparent;}
	.js-search_swiper .swiper-slide{width: 11.3rem;}
	.user_swiper .swiper-slide{width: 8.7rem;}
	.js-search_swiper .swiper-slide_more,.user_swiper .swiper-slide_more{width: 4.2rem;}
	.search-ranking-tab .tab{gap: 6rem;}
	#search-result .member-list,#search-result .circle-list.circle-list--pc-col2{gap: 2rem;}
	#search-result .circle-list_item{margin-bottom: 0;}
	#search-result .member-list_item, #search-result .circle-list_item{width: calc(50% - 1rem);}
	.list-masonry--guan .list-masonry_sizer, .list-masonry--guan .list-masonry_item{width: 100%;}
	/* 取消轮播后设置 */
	.user_swiperflex{gap: 20px;}
	.result_person_item{display: none;}
	.result_person_item:nth-child(-n+5){display: block;}
	.js-search_swiperflex{gap: 13px;}
	.js-search_swiperflex .result_cont_item{display: none;}
	.js-search_swiperflex .result_cont_item:nth-child(-n+4){display: block;}
	
	/* 搜索官方 */
	.list-masonry--guan{margin-top: 3.2rem;margin-left: -1.5rem;}
	.list-masonry--guan .brand_item{padding: 0;}
	.list-masonry--guan .brand_img{border-radius: .4rem .4rem 0 0;}
	.list-masonry--guan .brand_ttl{font-size: 1.4rem;line-height: 2rem; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
	.list-masonry--guan .brand_text {padding: 1rem;margin-top: 0;}
	.list-masonry--guan .brand_text_pcset{padding: 0 1rem 1rem;}
	.list-masonry--guan .brand_text_pcset .d-flex{align-items: center;}
	.list-masonry--guan .brand_user {gap: .4rem;}
	.list-masonry--guan .brand_user-portrait,.list-masonry--guan .brand_viewers svg{width: 1.4rem;}
	.list-masonry--guan .brand_user-portrait img{display: block;}
	.list-masonry--guan .brand_user-word {font-size: 1.2rem;line-height: 1.7rem;color: #000;}
	.list-masonry--guan .brand_viewers {gap: .2rem;}
	.list-masonry--guan .brand_viewers .viewers_like {display: none;}
	.list-masonry--guan .brand_viewers span{font-size: 1.2rem;line-height: 1.7rem;color: #666;}
	
	/* 滤镜 */
	.filterCat_nic{padding: 0;}
	.filterNic .filterCat_inner{justify-content: flex-end;margin-right: 0;}
	
	.content_header_left.content_header_left2{width: 100%;margin: 0;}
	.content_header_right{margin-top: 30px;}
	.filter{padding: 0;}
	/* 瀑布流设置 */
	.list-masonry_user button{font-size: 1.2rem;gap: .2rem;}
	.list-masonry_pc_2 {margin-left: -15px;}
	.list-masonry_pc_2 .list-masonry_sizer, .list-masonry_pc_2 .list-masonry_item{width: 50%;}
	.list-masonry.list-masonry_pc_2 .list-masonry_item{padding-left: 15px;margin-bottom: 15px;}
	.list-masonry_pc_5_15 {margin-left: -1.5rem;}
	.list-masonry.list-masonry_pc_5_15 .list-masonry_sizer {width: 20%;}
	.list-masonry.list-masonry_pc_5_15 .list-masonry_item {width: 20%; padding-left: 1.5rem;margin-bottom: 15px;}
	.list-masonry_pc_4_15 {margin-left: -1.5rem;}
	.list-masonry.list-masonry_pc_4_15 .list-masonry_sizer {width: 25%;}
	.list-masonry.list-masonry_pc_4_15 .list-masonry_item {width: 25%; padding-left: 1.5rem;margin-bottom: 15px;}
	.list-photos .list-masonry_info .list-masonry_user{margin: 0;}
	.circle-list.circle_pc_full { gap: 10px;margin: 15px 0 0;}
	.circle-list.circle_pc_full .circle-list_item{width: 100%;margin: 0;}
	.circle-list.circle_pc_2_15 { gap: 10px 15px;margin: 15px 0 0;}
	.circle-list.circle_pc_2_15 .circle-list_item{width: calc(50% - 15px);margin: 0;}
	
	.list-masonry_info{width: 100%;height: 100%;}
	/* 关注 */
	.guan_item .brand_user {gap: .4rem;}
	.guan_item .brand_user-portrait,.list-masonry--guan .brand_viewers svg{width: 1.4rem;}
	.circle_box .brand_user-portrait{width: 3rem;height: 2rem;}
	.guan_item .brand_user-portrait img{display: block;}
	.guan_item .brand_user-word {font-size: 1.2rem;line-height: 1.7rem;color: #000;}
	.guan_item .brand_viewers {gap: .2rem;}
	.guan_item .brand_viewers span{font-size: 1.2rem;line-height: 1.7rem;color: #666;}
	.guan_item .brand_viewers svg{width: 1.4rem;}
	.list-masonry_play{width: 2.6rem;height: 2.6rem;}
	.list-masonry_play_ic{width: 2.6rem;height: 2.6rem;font-size: 1rem;}

}
@media screen and (max-width: 1340px) {
	.l-main-linear_inner,.l-header-linear_inner{padding: 0 30px;}
	.js-slider-kv{width: 700px;}
	.list-masonry_sizer, .list-masonry_item{width: calc(100%/4);}
	/* 取消轮播后设置 */
	.result_person_item:nth-child(5){display: none;}
	.js-search_swiperflex .result_cont_item:nth-child(4){display: none;}
	
}
@media screen and (max-width: 1040px) {
	.l-main-linear_inner,.l-header-linear_inner{padding: 0 20px;}
	.l-header-linear_search{width: 360px;}
	.js-slider-kv{width: 600px;}
	.list-masonry_sizer, .list-masonry_item{width: calc(100%/3);}
}
@media screen and (max-width: 920px) {
	.l-header-linear_search{width: 210px;}
	.slidebar{display: none;}
	.js-slider-kv{width: 600px;}
}
@media screen and (max-width: 768px) {
	.mt_sp_5{margin-top: .5rem;}
	.pt_sp_10 {padding: 1rem;}
	.plr_sp_10 {padding: 0 1rem;}
	.main_box{flex: auto;width: 100%;}
	.sp_bg_f7f7f7{background-color: #F7F7F7;}
	.sp_bg_fff {background-color: #FFF;}
	.sp_fullpage{min-height: calc(100vh - 190px);}
	.listbox_5_20{padding: .5rem 0 1rem;}
	.nk-inner-filter{padding: .5rem 1rem;}
	.item_ttl+.list-masonry:not(:first-child){margin-top: .5rem;}
	.slick-slide img.pc{display: none;}
	.slick-slide img.sp{aspect-ratio: 3 / 4; object-fit: cover;transform: scale(0.9); border-radius: 10px;transform-origin: right;transition: all .3s;}
	.slick-slide.slick-active img.sp{transform: scale(1);}
	.slick-slide.slick-active+.slick-slide img.sp{transform-origin: left;}
	.l-header-linear_inner{padding: 0 10px;}
	.l-header-linear_logo{margin: 0;padding: 12px 0 6px;}
	.l-header-linear_logo a{padding: 0;}
	.l-header-linear_logo img{width: 100px;}
	.heading{border-bottom: none;}
	.heading_title{line-height: 2.4rem;}
	.heading_toolbar {padding: 10px 5px;}
	.heading_toolbar_left{display: flex;gap: 15px;align-items: center;}
	.heading_toolbar_menu{width: 24px;height: 24px;margin: 0;}
	.hamburger .hamburger_menu{margin-right: 0;}
	.hamburger .hamburger_btn .hamburger_btn_line{width: 16px;border-radius: 2px;}
	.hamburger .hamburger_btn .hamburger_btn_line:nth-child(1){top: 4px;}
	.hamburger .hamburger_btn .hamburger_btn_line:nth-child(2){top: 11px;}
	.hamburger .hamburger_btn .hamburger_btn_line:nth-child(3){top: 18px;}
	.to_search_page::before{display: none;}
	.heading_toolbar_search .input-search{background-color: transparent;}
	.input-search-header_icon{margin: 0;height: 20px;}
	.input-search-header_icon img{height: 100%;}
	.btn-scanCode img{width: 22px;}
	/* more */
	.hamburger .hamburger_menu{background-color: rgba(0, 0, 0, 0.5);}
	.hamburger_menu_inner{width: 78.666%;background: #F7F7F7;padding: 25px 15px;height: 100%; justify-content: center;z-index: 2;}
	.hamburger_menu_close{width: 100%;height: 100%;}
	.hamburger_menu_body{margin-top: 0;}
	.hamburger_nav_item+.hamburger_nav_item{margin-top: 10px;}
	.hamburger_nav_link, .hamburger_nav_btn{background-color: #fff;border: none;padding: 12px 20px;display: flex;gap: 16px;border-radius: 10px;color: #000;}
	.hamburger_nav_link img{width: 24px;height: 24px;object-fit: contain;}
	.hamburger_menu_footer{display: flex;justify-content: center;text-align: center;padding: 0;margin-top: 100px;}
	.hamburger_menu_footer > *{width: 48px;text-decoration: none;}
	.hamburger_menu_footer > *:not(:first-child){margin-left: 14px;}
	/* main */
	.l-main-linear{padding-top: 103px;}
	.l-main-linear_inner {padding-left: 0;padding-right: 0;}
	.js-slider-kv{width: calc(72vw + 10px);}
	.js-slider-kv .slick-arrow{display: none !important;}
	/* list-masonry */
	.list-masonry_home{padding-top: 0 !important;margin-left: -5px;}
	.list-masonry.list-masonry--top .list-masonry_item--inner{background-color: white;}
	.list-masonry--circle .list-masonry_item--inner:after{display: none;}
	.list-masonry_item{padding-left: 5px;}
	.list-masonry {margin-left: -5px;}
	.list-masonry_sizer, .list-masonry_item{width: calc(100%/2);}
	.list-masonry.list-masonry--circle .list-masonry_sizer, .list-masonry.list-masonry--circle .list-masonry_item{width: calc(100%/2);}
	.list-masonry.list-masonry--circle .list-masonry_item {margin-bottom: 5px;}
	.filter-gradient_item.sp{display: block;}
	.filter-gradient_item.pc{display: none;}
	/* navbar_menu */
	.navbar_menu{padding: 0;padding-bottom: 34px;border-top: none;}
	.navbar_menu_item{width: 20%;}
	.l-wrapper--top .navbar_menu_item:nth-child(1) .navbar_menu_text{color: #F7B500;}
	.navbar_menu_btn{height: 48px;}
	.navbar_menu_text{font-size: 1.2rem;line-height: 1.5;margin: 0;font-weight: 500;color: #000;}
	.navbar_menu_ic.navbar_menu_ic--add{width: 56px;height: 36px;border-radius: 10px; background: linear-gradient(90deg, #FAE14F 0%, #FDD091 100%);display: flex;align-items: center; justify-content: center;}
	.ic-add-gradient > svg{width: 17px;height: 17px;}
	.opt_release_btn .opt_release{width: 75px; left: 50%;bottom: 100%; border-radius: .4rem .4rem 0 0;background: linear-gradient(180deg, #FBF6C3 0%, #FFFFFF 100%); padding: 0 8px;}
	.opt_release li{border-color: #ccc;}
	.opt_release a{font-size: 1.2rem; line-height: 1.5;}
	/* pagetop */
	.l-pagetop{width: 4rem;height: 4rem;right: 1rem;bottom: 8.8rem;}
	.l-pagetop__btn{background: linear-gradient(104.04deg, #FFE600 0%, #FFCDA5 100%);}
	.l-checkin{right: 1rem;top: 43rem;bottom: auto;}
	/* .l-checkin.is-visible{top: auto;bottom: 15.4rem;} */
	/* .l-checkin{right: 1rem;bottom: 14.6rem;} */
	
	/* 活动页 */
	.l-wrapper--activity .heading_toolbar{display: none;}
	.l-wrapper--activity .l-main-linear{padding-top: 55px;}
	.l-wrapper.l-wrapper--navbar{padding-bottom: 82px;min-height: calc(100vh - 82px);}
	.l-wrapper.l-wrapper--activity_article {padding-bottom: 94px;min-height: calc(100vh - 94px);}
	.l-wrapper.l-wrapper--nofoot {padding-bottom: 0;min-height: calc(100vh - 60px);}
	.l-wrapper.l-wrapper--activity_article2 {padding-bottom: 144px;min-height: calc(100vh - 144px);}
	.l-wrapper--activity_article .l-header-linear{display: none;}
	.l-wrapper--nofoot .l-header-linear{display: none;}
	.l-wrapper--activity_article .l-main-linear{padding-top: 0;}
	.l-wrapper--nofoot .l-main-linear{padding-top: 0;min-height: calc(100vh - 64px);}
	.js-activity-kvbox .js-slider-kv{width: calc(80vw + 10px);}
	.js-slider-kv .slider_item{padding: 0 5px;}
	.js-slider-kv .slider_item img{transform: scale(0.9); border-radius: 8px;}
	.activity_tab .tab_link span{padding: 6px;}
	.activity_kv_ttl{margin: 0 15px 15px;}
	.activity_kv_ttl h3{font-size: 2.2rem;line-height: 3.2rem;color: #000;font-weight: 600;}
	.activity_kv_ttl h5{font-size: 1.7rem;line-height: 2.5rem;color: #666;font-weight: 500;margin-top: 5px;}
	.filterCat .catBtn_c .catName_c{padding-top: 9px; padding-bottom: 9px;}
	.filterCat .catCon{top: 37px;background: linear-gradient(180deg, #FFFFFF 0%, #FAFAFA 100%);}
	.filterCat .catList,.filterCat .catDetermine{background-color: transparent;}
	.filterCat .catList{border-radius: 0;}
	/* 活动详细页面 */
	.article_inner{padding: 0 15px 0 30px;}
	.entry_btn{width: 100%;position: fixed;bottom: 0;left: 0;background-color: #fff;padding: 10px 15px 44px 15px;margin-top: 0;z-index: 5;}
	.btn-action{font-size: 1.4rem;line-height: 2rem; color: #000; border-radius: 8px;box-sizing: border-box; padding: 9px;}
	.entry_fixedbox{gap: 10px;display: flex;flex-direction: column;}
	/* 机位分享 */
	.l-wrapper--position .l-header-linear {display: none;}
	.l-wrapper--position .l-main-linear{padding-top: 0;}
	.heading_linear{background-color: transparent;border: none;}
	/* 搜索 */
	.scroll-resultbox{scrollbar-width: none;-ms-overflow-style: none;}
	#search-result{background-color: #F7F7F7;}
	.list-masonry--guan .list-masonry_sizer, .list-masonry--guan .list-masonry_item{width: 100%;margin-bottom: .2rem;}
	.search_heading .heading_toolbar{padding: 0;}
	.search-history{max-height: 8.2rem;margin: 0 !important;}
	.rankingList .rankingList-item{margin-bottom: 10px;}
	/* 取消轮播后设置 */
	.user_swiperflex{gap: 13px;}
	.result_person_item{display: none;}
	.result_person_item:nth-child(-n+4){display: block;}
	.js-search_swiperflex{gap: 8px;}
	.js-search_swiperflex .result_cont_item{display: none;}
	.js-search_swiperflex .result_cont_item:nth-child(-n+3){display: block;}
	/* 画廊 */
	.contest-results_item{margin-top: 2rem;}
	.contest-results_head{height: 44px;padding: 1rem 1.5rem;}
	.contest-results_head_hl h3{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 1.7rem;line-height: 2.4rem;color: #000;font-weight: 500;}
	.contest-results_body_inner{padding: .8rem 1.5rem;}
	/* 关注 */
	.guan_item .brand_ttl{font-size: 1.4rem;line-height: 2rem;}
	.guan_item .brand_user {gap: .4rem;}
	.guan_item .brand_user-portrait,.list-masonry--guan .brand_viewers svg{width: 1.4rem;}
	.circle_box .brand_user-portrait{width: 3rem;height: 2rem;}
	.guan_item .brand_user-portrait img{display: block;}
	.guan_item .brand_user-word {font-size: 1.2rem;line-height: 1.7rem;color: #000;}
	.guan_item .brand_viewers {gap: .2rem;}
	.guan_item .brand_viewers span{font-size: 1.2rem;line-height: 1.7rem;color: #666;}
	.guan_item .brand_viewers svg{width: 1.4rem;}
	.list-masonry_play{width: 2.6rem;height: 2.6rem;}
	.list-masonry_play_ic{width: 2.6rem;height: 2.6rem;font-size: 1rem;}

	/* 瀑布流设置 */
	.list-masonry_sp_2_5{margin-bottom: 0;margin-left: -5px;}
	.list-masonry.list-masonry_sp_2_5 .list-masonry_item{padding-left: 5px;margin-bottom: 5px;width: 50%;}
	.list-masonry_sp_1 {margin-bottom: 0;margin-left: 0;}
	.list-masonry.list-masonry_sp_1 .list-masonry_item{padding-left: 0;margin-bottom: 5px;width: 100%;}
}