/*!
 * BottleCMS-UI v1.2.9 (http://ui.bottlecms.com)
 * Copyright 2014-2020 BottleCMS, Inc.
 * Licensed MIT 
 */

:root {
    --color: #F56692;
    --invert_color: #FFF;
    --light_color: #F56692;
    --gradient: #F56692;
    --gradient2: #FF8960;
    --color2: #F56692;
    --color3: #F56692;/*主题色浅色*/
    --color4: #F56692;/*主题色深色*/
    --color5: #F56692;

    --a: #F56692;
    --a_hover: #F56692;
    --title_color: #181818;
    --text_color: #666;
    --info_color: #999;
    --content_color: #666;

    --card_radius: .8rem; 
    --card_margin: .8rem;
    --card_padding: .7rem;
    --card_back: #FFF;
    --card_head_title: #000;

    --base_height: 3rem;
    --font_color: #3d4145;
    
    --page_back: #f3f3f3;
}

html {
    font-size: 20px;
}
/*@media only screen and (min-width: 401px) {
    html {
        font-size: 25px !important;
    }
}
@media only screen and (min-width: 428px) {
    html {
        font-size: 26.75px !important;
    }
}
@media only screen and (min-width: 481px) {
    html {
        font-size: 30px !important;
    }
}
@media only screen and (min-width: 569px) {
    html {
        font-size: 35px !important;
    }
}
@media only screen and (min-width: 641px) {
    html {
        font-size: 40px !important;
    }
}*/

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}
a {
    background-color: transparent;
}
a:active, a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
    object-fit: cover;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
    -webkit-appearance: none;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
    -webkit-appearance: none !important;
    -moz-appearance: textfield;
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}
ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
}
* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #BBB;
}
body {
    font-family: PingFang SC, STHeitiSC-Light, Helvetica-Light, arial, sans-serif;
    font-size: 0.85rem;
    line-height: 1.5;
    color: var(--font_color); 
    background-color: var(--page_back);
}
a, input, textarea, select, button {
    outline: 0;
}
p {
    margin: 1em 0;
}
a {
    color: var(--color);
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.text-center {
    text-align: center;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
/*布局*/

.ub {
    display: -webkit-box !important;
    display: box !important;
    position: relative;
}
.ub-rev {
    -webkit-box-direction: reverse;
    box-direction: reverse;
}
.ub-fh {
    width: 100%;
}
.ub-fv {
    height: 100%;
}
.ub-con {
    position: absolute;
    width: 100%;
    height: 100%;
}
.ub-ac {
    -webkit-box-align: center;
    box-align: center;
}
.ub-ae {
    -webkit-box-align: end;
    box-align: end;
}
.ub-pc {
    -webkit-box-pack: center;
    box-pack: center;
}
.ub-pe {
    -webkit-box-pack: end;
    box-pack: end;
}
.ub-pj {
    -webkit-box-pack: justify;
    box-pack: justify;
}
.ub-ver {
    -webkit-box-orient: vertical;
    box-orient: vertical;
}
.ub-f1 {
    position: relative;
    -webkit-box-flex: 1;
    box-flex: 1;
}
.ub-f2 {
    position: relative;
    -webkit-box-flex: 2;
    box-flex: 2;
}
.ub-f3 {
    position: relative;
    -webkit-box-flex: 3;
    box-flex: 3;
}
.ub-f4 {
    position: relative;
    -webkit-box-flex: 4;
    box-flex: 4;
}
.ub-img {
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.ub-img1 {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.ub-img2 {
    background-repeat: repeat-x;
    background-size: auto 100%
}
.ub-img3 {
    background-repeat: repeat-y;
    background-size: 100% auto
}
.ub-img4 {
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}
.ub-img5 {
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.ub-img6 {
    background-repeat: no-repeat;
    background-position: center;
}
.ub-img7 {
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.pointer {
    cursor: pointer;
}
/* ellipsis */

.ellipsis, .ellipsis2, .ellipsis3, .ellipsis4, .ellipsis5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.ellipsis2 {
    -webkit-line-clamp: 2;
}
.ellipsis3 {
    -webkit-line-clamp: 3;
}
.ellipsis4 {
    -webkit-line-clamp: 4;
}
.ellipsis5 {
    -webkit-line-clamp: 5;
}
svg {
    fill: currentColor;
}
svg.icon {
    vertical-align: middle;
    margin-top: -3px;
    width: 1em;
    height: 1em;
}
/*============================================================
            动画
=============================================================*/

/*旋转*/

@keyframes animate-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
/*闪烁-webkit-animation: twinkling 1s infinite ease-in-out*/

@keyframes twinkling {
    0% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
    }
}
.twinkling {
    animation: twinkling 1s infinite ease-in-out;
}
.hide[bottlecms-notice] {
    display: none;
}
/*============================================================
            弹出层
=============================================================*/

/*弹出层*/

.bcui_mask, .bcui_loading_mask, .bcui_actions_mask, .bcui_confirm_mask {
    width: 100%;
    display: none;
    opacity: 0;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 10600;
    background: #000;
    cursor: pointer;
}
/*bcui_pop*/

.bcui_pop {
    z-index: 11000;
    position: fixed;
    display: none;
    border-radius: .75rem;
}
.bcui_actions {
    z-index: 11001;
    position: fixed;
    display: none;
}
.bcui_actions .group {
    border-radius: 1.2rem;
    margin: 0.4rem;
    overflow: hidden;
}
.bcui_actions .group .item {
    width: 100%;
    text-align: center;
    font-weight: normal;
    margin: 0;
    background: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    display: block;
    position: relative;
    cursor: pointer;
    line-height: 2.4rem;
    color: #666;
    font-size: .85rem;
}
.bcui_actions .group .item:active {
    opacity: .9;
}
.bcui_actions .group .item:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    height: 1px;
    width: 100%;
    background-color: #d2d2d6;
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}
.bcui_actions .group .item:last-child:after {
    display: none;
}
.bcui_actions .group .item.bg-danger {
    background: var(--color);
    color: var(--invert_color);
}
/*bcui_toast*/

.bcui_toast {
    background-color: #000;
    opacity: .9;
    z-index: 20001;
    position: fixed;
    display: none;
    color: #FFF;
    border-radius: .75rem;
    font-size: .75rem;
    text-align: center;
    min-width: 4rem;
    max-width: 85%;
    bottom: 0;
    box-shadow: 0 0 1rem rgba(255, 255, 255, 0.2);
}
.bcui_toast_main {
    padding: .4rem 1rem;
}
/*bcui_confirm*/

.bcui_confirm {
    background: #FFF;
    z-index: 20000;
    position: fixed;
    display: none;
    overflow: hidden;
    border-radius: .75rem;
    width: 14rem;
}
.bcui_confirm .bcui_confirm_coutent {
    padding: 1rem;
    text-align: center;
    min-height: 4rem;
}
.bcui_confirm .bcui_confirm_btn {
    background-color: #FCFCFC;
    overflow: hidden;
    height: 2.5rem;
    line-height: 2.5rem;
    cursor: pointer;
}
.bcui_confirm .bcui_confirm_confirm, .bcui_confirm .bcui_confirm_cancel {
    float: left;
    display: block;
    text-align: center;
    width: 50%;
    font-size: .8rem;
    color: var(--color);
    cursor: pointer;
}
.bcui_confirm .bcui_confirm_cancel {
    color: #999;
}
.bcui_confirm .bcui_confirm_confirm:active, .bcui_confirm .bcui_confirm_cancel:active {
    background-color: #F5F5F5;
}
/*bcui_loading*/

.bcui_loading {
    z-index: 110002;
    position: fixed;
    display: none;
    color: #FFF;
    font-size: .7rem;
    border-radius: .75rem;
    text-align: center;
}
.bcui_loading_main {
    padding: .3rem .5rem;
}
.bcui_loading .load-icon {}
.bcui_loading .load-icon::before {
    content: "";
    display: inline-block;
    font-size: 1rem;
    text-indent: -9999em;
    overflow: hidden;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    position: relative;
    border: .35rem solid var(--color);
    border-left-color: rgba(255, 255, 255, 0);
    border-right-color: rgba(255, 255, 255, 0);
    opacity: 1;
    animation: animate-spinsa 1s linear infinite;
}
@keyframes animate-spinsa {
    0% {
        transform: rotate(0deg) scale(.6);
    }
    50% {
        transform: rotate(180deg) scale(1);
    }
    100% {
        transform: rotate(360deg) scale(.6);
    }
}
/*============================================================
            内容
=============================================================*/

._content {
    padding: .75rem;
    word-wrap: break-word !important;
    word-break: normal !important;
}
._content img {
    max-width: 100%;
    width: unset !important;
    height: unset !important;
}
._content * {
    max-width: 100%;
}
/*====================================
            按钮
=====================================*/

.btn {
    padding: 0 1.8rem;
    height: 2.5rem;
    line-height: 2.5rem;
    display: inline-block;
    text-align: center;
    font-size: .8rem;
    margin: 0 .25rem;
    border: none;
    background-color: var(--color);
    color: var(--invert_color);
    border-radius: 1.25rem;
    cursor: pointer;
    position: relative;
}
a.btn:active, .btn:active, .btn:hover {
    color: var(--invert_color);
    box-shadow: 0 2rem 2rem rgba(0, 0, 0, .05) inset;
    -moz-box-shadow: 0 2rem 2rem rgba(0, 0, 0, .05) inset;
    -webkit-box-shadow: 0 2rem 2rem rgba(0, 0, 0, .05) inset;
}
.btn-sm {
    padding: 0 .8rem;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: .65rem;
    border-radius: .75rem;
}
.btn-block {
    display: block;
    width: 100%;
    margin-left: 0;
}
.btn-default {
    color: #666;
    background-color: #FFF;
}
.btn-success {
    color: #FFF;
    background-color: #08c197;
}
.btn-info {
    color: #FFF;
    background-color: #05bfd2;
}
.btn-warning {
    color: #FFF;
    background-color: #f0ad4e;
}
.btn-danger {
    color: #FFF;
    background-color: #FF7474;
}
.btn-invalid {
    color: #AAA;
    background-color: #EEE;
}
.group-btn {
    border-radius: 1rem;
    overflow: hidden;
}
.group-btn>.btn {
    border-radius: 0;
    padding: 0 .8rem;
    display: block;
    margin: 0;
    float: left;
}
.group-btn-sm {
    border-radius: .75rem;
}
.group-btn-sm>.btn {
    padding: 0 .4rem;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: .65rem;
}
.group-btn-sm>.btn:first-child {
    padding-left: .6rem;
}
.group-btn-sm>.btn:last-child {
    padding-right: .6rem;
}
/*============================================================
            input
=============================================================*/

.c-checkbox, .c-radio {
    margin-right: .3rem;
}
input[type=checkbox], input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: .2rem;
    width: .9rem;
    height: .9rem;
    background: #cbd1d8;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    outline: none;
    margin-right: .1rem;
}
input[type=checkbox]:checked, input[type=radio]:checked {
    background: var(--color);
}
input[type=checkbox]:checked::before, input[type=radio]:checked::before {
    width: .2rem;
    height: .4rem;
    position: absolute;
    content: '';
    display: inline-block;
    top: .15rem;
    left: .3rem;
    border-right: .1rem solid #FFF;
    border-bottom: .1rem solid #FFF;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
input[type=radio] {
    border-radius: 50%;
}
input[type=radio].radio-med {
    width: 1.1rem;
    height: 1.1rem;
}
input[type=radio].radio-med:checked::before {
    top: .25rem;
    left: .4rem;
}
.bcui-switch * {
    cursor: pointer;
}
.bcui-switch input {
    opacity: 0;
    position: absolute;
    z-index: -1;
}
.bcui-switch span {
    position: relative;
    display: inline-block;
    width: 2.4rem;
    height: 1.2rem;
    background-color: #fff;
    border: 1px solid #dddddd;
    border-radius: 5rem;
    transition: all .5s;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1) inset;
    vertical-align: middle;
}
.bcui-switch span:after {
    content: "";
    position: absolute;
    background-color: #fff;
    top: 0;
    left: 0;
    height: 1.1rem;
    width: 1.1rem;
    border: 1px solid #ddd;
    border-radius: 20rem;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    transition: all .2s;
}
.bcui-switch.switch-sm span {
    width: 1.6rem;
    height: .8rem;
}
.bcui-switch.switch-sm span:after {
    height: .65rem;
    width: .65rem;
}
.bcui-switch input:checked+span {
    background-color: var(--color);
    border-color: var(--color);
    transition: all .5s;
}
.bcui-switch input:checked+span:after {
    left: 50%;
    transition: all .2s;
}
.bcui-upload-box {
    position: relative;
    overflow: hidden;
}
.bcui-upload-box input[type='file'] {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    font-size: 999px;
}
button[bottlecms-upload-button] {
    pointer-events: none;
}
/**/

s.dot {
    width: .5rem;
    height: .5rem;
    background: #ec48a1;
    display: inline-block;
    border-radius: 100%;
    margin: 0 .3rem;
    margin-top: -.15rem;
    vertical-align: middle;
    text-indent: -9999em;
    overflow: hidden;
}
s.num {
    background: #ec48a1;
    display: inline-block;
    border-radius: .4rem;
    height: .8rem;
    min-width: .8rem;
    line-height: .9rem;
    margin-left: .4rem;
    color: #FFF;
    font-size: .45rem;
    padding: 0 .2rem;
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
    margin: 0 .3rem;
    margin-top: -.15rem;
    vertical-align: middle;
}
/*============================================================
            布局
=============================================================*/

/* === Pages === */

.page {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*background: #F8F8F8;*/
    z-index: 2000;
}
.page, .page-group {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background: #F8F8F8;*/
    /* display: none; */
    overflow: hidden;
}
.page.page-current, .page-group.page-current, .page.page-visible, .page-group.page-visible, .page.page-from-center-to-left, .page-group.page-from-center-to-left, .page.page-from-center-to-right, .page-group.page-from-center-to-right, .page.page-from-right-to-center, .page-group.page-from-right-to-center, .page.page-from-left-to-center, .page-group.page-from-left-to-center {
    display: block;
}
.page.page-current, .page-group.page-current {
    overflow: hidden;
}
.page-group {
    display: block;
}
.page-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; 
    overflow: hidden; 
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.infinite-scroll {
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
/* === Panels === */

@keyframes panel_overlay {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: .1;
    }
}
.panel-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 1);
    opacity: .1;
    z-index: 5999;
    display: none;
    animation: panel_overlay 600ms;
    cursor: pointer;
}
.panel {
    z-index: 1000;
    display: none;
    background: #FFF;
    box-sizing: border-box;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: absolute;
    width: 12rem;
    top: 0;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 300ms;
    transition: transform 300ms;
}
.panel.panel-left.panel-cover {
    z-index: 6000;
    left: -12rem;
}
.panel.panel-left.panel-reveal {
    left: 0;
}
.panel.panel-right.panel-cover {
    z-index: 6000;
    right: -12rem;
}
.panel.panel-right.panel-reveal {
    right: 0;
}
body.with-panel-left-cover .page, body.with-panel-right-cover .page {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 300ms;
    transition: transform 300ms;
}
body.with-panel-left-cover .panel-overlay, body.with-panel-right-cover .panel-overlay {
    display: block;
}
body.with-panel-left-reveal .page, body.with-panel-right-reveal .page {
    -webkit-transition: 300ms;
    transition: 300ms;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
}
body.with-panel-left-reveal .panel-overlay, body.with-panel-right-reveal .panel-overlay {
    display: block;
}
body.with-panel-left-reveal .page {
    -webkit-transform: translate3d(12rem, 0, 0);
    transform: translate3d(12rem, 0, 0);
}
body.with-panel-left-reveal .panel-overlay {
    margin-left: 12rem;
}
body.with-panel-left-cover .panel-left {
    -webkit-transform: translate3d(12rem, 0, 0);
    transform: translate3d(12rem, 0, 0);
}
body.with-panel-right-reveal .page {
    -webkit-transform: translate3d(-12rem, 0, 0);
    transform: translate3d(-12rem, 0, 0);
}
body.with-panel-right-reveal .panel-overlay {
    margin-left: -12rem;
}
body.with-panel-right-cover .panel-right {
    -webkit-transform: translate3d(-12rem, 0, 0);
    transform: translate3d(-12rem, 0, 0);
}
body.panel-closing .page {
    -webkit-transition: 300ms;
    transition: 300ms;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
}
/*头部导航*/

.head-nav-wrap {
    height:var(--base_height);
}
.head-nav {
    height: var(--base_height);
    line-height: var(--base_height);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 200;
    /*background-color: #FFF;*/
    overflow: hidden;
    color: #333;
    /*border-bottom: 1px solid #FFF;*/
}
.head-nav a {
    color: #333;
}
.head-nav .nav-title {
    padding: 0 2.5rem;
    font-size: 1rem;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.head-nav .nav {
    color: #333;
    padding: 0 2.5rem;
    font-size: .8rem;
    text-align: center;
    overflow: hidden;
}
.head-nav .nav>a {
    position: relative;
    display: inline-block;
    margin: 0 .3rem;
}
.head-nav .nav .active {
    color: var(--color);
}
.head-nav .nav .active::before {
    background-color: var(--color);
    content: "";
    display: block;
    position: absolute;
    bottom: 1px;
    width: 3rem;
    left: 50%;
    margin-left: -1.5rem;
    height: 2px;
}
.head-nav .nav-left, .head-nav .nav-right {
    min-width: var(--base_height);
    height: var(--base_height);
    cursor: pointer;
    display: block;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
}
.head-nav .nav-right {
    left: auto;
    right: 0;
}
.head-nav .nav-left:active, .head-nav .nav-right:active {
    opacity: .7;
}
.head-nav .icon {
    position: absolute;
    width: 1.2rem;
    height: 1.2rem;
    font-size: 1.2rem;
    top: 50%;
    left: 50%;
    margin-top: -.6rem;
    margin-left: -.6rem;
}
.head-nav .hbtn {
    padding: 0 .5rem;
    font-size: .75rem;
}
/*底部*/

footer {
    padding: 1.2rem;
    color: #CCC;
    font-size: .6rem;
    text-align: center;
}
footer * {
    padding: 0;
    margin: 0;
    list-style: none;
}
footer a {
    color: #CCC;
}
/**底部导航**/

.foot-nav-wrap {
    height: var(--base_height);
}
.foot-nav {
    width: 100%;
    height: var(--base_height);
    position: absolute;
    z-index: 200;
    bottom: 0;
    /*border-top: 1px solid #F5F5F5;*/
    /*background: #FFF;*/
    display: flex;
    justify-content: space-around;
    align-items: center;

}
.foot-nav .nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative; 
    text-align: center;  
    color: #999;
    font-size: .55rem;
}
.foot-nav .nav-item.active, .foot-nav .nav-item:active {
    color: var(--color);
}
.foot-nav .fill {
    flex: 1;
}
.foot-nav .nav-item .title {
    font-size: .6rem;
    transform: scale(.9);
    margin-bottom: -.2rem;
}
.foot-nav .nav-item .icon {
    width: 1.2rem;
    height: 1.2rem;
    font-size: 1.2rem; 
    position: relative;
}
.foot-nav .nav-item .imgicon.two {
    display: none;
}
.foot-nav .nav-item.active .imgicon,
.foot-nav .nav-item:active .imgicon{
    display: none;
}
.foot-nav .nav-item.active .imgicon.two,  
.foot-nav .nav-item:active .imgicon.two {
    display: block;
}
.foot-nav .nav-item .dot {
    position: absolute;
    left: 50%;
    margin-left: .5rem;
    top: .2rem;
}
.foot-nav .nav-item .num {
    position: absolute;
    left: 50%;
    margin-left: .4rem;
    top: .2rem;
}


 .foot-nav.bar-bottom{
    background: none;
    padding:0 .75rem;
    height: 4rem;
    border: none;
}
 .foot-nav .btn{
    height: 2.25rem;
    line-height: 2.25rem;
}


/*page-content*/

.head-nav-wrap~.page-content {
    top: var(--base_height);
}
.foot-nav-wrap~.page-content {
    bottom: var(--base_height);
}
.head-search-wrap~.page-content {
    top: var(--base_height);
}
.head-nav-wrap~.head-search-wrap~.page-content {
    top: 5.25rem;
}
.head-tab-wrap~.page-content {
    top: var(--base_height);
}
.head-nav-wrap~.head-tab-wrap~.page-content {
    top: 5rem;
}
.head-nav-wrap~.page-content .buttons-fixed {
    top: 2.5rem !important;
}
.page-main {
    min-height: 70vh;
}
/*============================================================
            列表
=============================================================*/
.handle-title { 
    font-size: .7rem;
    color: #999;
    padding: 0.2rem 0.2rem;
    margin: .75rem;
    margin-bottom: -.75rem;
}

.handle-list {
    margin:0 var(--card_margin);
    margin-top: .75rem;
    overflow: hidden; 
    background: #FFF;
    border-radius: var(--card_radius);
    /*-webkit-box-shadow: 0px 0px 0.6rem rgba(0,0,0,.04);*/
    /*box-shadow: 0px 0px 0.6rem rgba(0,0,0,.04);*/
}
.handle-list .list-item {
    position: relative; 
    border-bottom: 1px solid #F5F5F5;
    min-height: 2.8rem;
    line-height: 1.8rem;
    color: #666; 
    overflow: hidden;
    padding: .5rem 1rem;
    cursor: pointer;
    display: flex;
    flex-direction: row;

    align-items:center; 
}
.handle-list .list-item:last-child{
    border-bottom: none;
}

.handle-list .list-item.enter:active {
    background: #F9F9F9;
}
.handle-list .list-item.enter::before {
    width: .4rem;
    height: .4rem;
    position: absolute;
    top: 50%;
    right: .75rem;
    margin-top: -.2rem;
    display: inline-block;
    vertical-align: middle;
    content: "";
    border-top: 1px solid #CCC;
    border-right: 1px solid #CCC;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(7deg);
}
.handle-list .list-item .left-icon { 
    margin-right: .4rem; 
    margin-left: -.2rem;
}
.handle-list .list-item .left-icon .icon {
    height: 1.1rem;
    width: 1.1rem;
    font-size: 1.1rem;
    line-height: 1;
    display:block; 
    color: var(--color)
}
.handle-list .list-item .left-icon .imgicon.two {
    display: none;
}
.handle-list .list-item.active .left-icon .imgicon,
.handle-list .list-item:active .left-icon .imgicon{
    display: none;
}
.handle-list .list-item.active .left-icon .imgicon.two,  
.handle-list .list-item:active .left-icon .imgicon.two {
    display: block;
}

.handle-list .list-item .item-title { 
    flex: 1;
    font-size: .8rem;
    white-space: nowrap;
    margin-right: .5rem;
}
.handle-list .list-item .item-info {
    color: #999;
    font-size: .65rem;
    line-height: 1.4;
}
.handle-list .list-item.enter .item-info {
    margin-right: .6rem;
}
.handle-list .list-item .dot {}
.handle-list .list-item .num {}
/*============================================================
            tab选项卡
=============================================================*/

.bcui-tab {}
.bcui-tab-title-float {
    height: 2.25rem;
}
.bcui-tab-title-float.fixed .bcui-tab-title {
    background-color: var(--page_back);
    z-index: 200;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    right: 0;
}
.head-nav-wrap~ .bcui-tab-title-float.fixed .bcui-tab-title,
.head-nav-wrap~ .page-content .bcui-tab-title-float.fixed .bcui-tab-title {
    top: var(--base_height); 
}
.bcui-tab-title {
    height: 2.25rem;
    line-height: 2.25rem;
    /*background: #FFF;*/
    list-style: none;
    padding: 0;
    margin: 0;
    /*border-bottom: 1px solid #F2F2F2; */
    display: flex;
    flex-direction: row;
    position: relative;
    color: #999;
    display: flex; 
    align-items: center;
    justify-content: center;
}
.bcui-tab-title>.item {
    color: #999;
    font-size: .75rem;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    display: block;
    cursor: pointer;
    position: relative;  
    margin: 0 .75rem;
    flex: 1;
    white-space: nowrap;
}
.bcui-tab-title>.active {
    color: var(--color);
}
.bcui-tab-title>.active::after {
    content: "";
    display: block;
    position: absolute;
    bottom: .2rem;
    width: 1rem;
    left: 50%;
    margin-left: -.5rem;
    height: .14rem;
    border-radius: .1rem;
    background: var(--color);
}
.bcui-tab-content {}
.bcui-tab-content>.item {
    display: none;
}
.bcui-tab-content>.item.active {
    display: block;
}
/*============================================================
            流加载
=============================================================*/

.bcui-infinite-preloader {
    clear: both;
    margin: .5rem 0;
    text-align: center;
    color: #BBB;
    font-size: .7rem;
}
.bcui-infinite-preloader>div {
    display: none;
}
.bcui-infinite-preloader[status=more] .bcui-flow-more {
    display: inline;
}
.bcui-infinite-preloader[status=end] .bcui-flow-end {
    display: inline;
}
.bcui-infinite-preloader[status=nothing] .bcui-flow-nothing {
    display: inline;
}
.bcui-infinite-preloader[status=loading] .bcui-flow-loading {
    display: inline;
}
.bcui-infinite-preloader[status=nothing] {
    height: 100vh;
    padding-top: 30%;
    margin-top: 0;
}
.bcui-infinite-preloader .bcui-flow-more {
    padding: .2rem 1rem;
    border-radius: .15rem; 
    font-size: .7rem;
    color: #999;
    font-style: normal;
}
.bcui-infinite-preloader .bcui-flow-loading::before {
    content: "";
    display: inline-block;
    font-size: 1rem;
    text-indent: -9999em;
    overflow: hidden;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    margin: 0.8rem auto;
    position: relative;
    border: .2rem solid var(--color);
    border-left-color: #EEE;
    border-right-color: #EEE;
    opacity: .8;
    animation: animate-spins 1s linear infinite;
}
@keyframes animate-spins {
    0% {
        transform: rotate(0deg) scale(.6);
    }
    50% {
        transform: rotate(180deg) scale(1);
    }
    100% {
        transform: rotate(360deg) scale(.6);
    }
}
.bcui-infinite-preloader .bcui-flow-end::before {
    height: 1rem;
    width: 1rem;
    display: inline-block;
    vertical-align: middle;
    margin-top: -.15rem;
    content: "";
    background-image: url("../img/logo_null.svg");
    background-size: cover;
}
.bcui-infinite-preloader .bcui-flow-nothing {
    text-align: center;
    padding: 3rem 0;
    opacity: .6;
}
.bcui-infinite-preloader .bcui-flow-nothing::before {
    height: 5rem;
    width: 5rem;
    display: block;
    margin: 0 auto;
    content: "";
    opacity: .5;
    background-image: url("../img/logo_end.svg");
    background-size: cover;
}
.bcui-infinite-preloader .bcui-flow-nothing font {
    display: block;
}
.bcui-infinite-preloader .bcui-flow-nothing em {
    display: block;
}
/*============================================================
            表单
=============================================================*/

.bcui-form {
    padding: .75rem;
    /*background: #FFF*/
}
.bcui-form .form-item {
    margin-top: .75rem;
    display: -webkit-box !important;
    display: box !important;
    position: relative;
}
.bcui-form input[type="text"], .bcui-form input[type="number"], .bcui-form input[type="tel"], .bcui-form input[type="email"], .bcui-form input[type="date"], .bcui-form input[type="datetime"], .bcui-form input[type="password"], .bcui-form textarea {
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: .8rem;
    display: block;
    border: none;
    -webkit-appearance: button;
    border: 1px solid #DADADA;
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, .2);
    position: relative;
    -webkit-box-flex: 1;
    box-flex: 1;
    text-indent: .5rem;
}
.bcui-form textarea {
    line-height: 1rem;
    font-size: .7rem;
    border-radius: .3rem;
    padding-top: .25rem;
    height: 3rem;
    text-indent: .5rem;
}
.bcui-form select {
    width: 100%;
    position: relative;
    height: 2.5rem;
    display: block;
    border: 1px solid #DADADA;
    border-radius: 1.25rem;
    -webkit-appearance: button;
    -webkit-user-select: none;
    padding-left: .25rem;
    font-size: .8rem;
    color: #999;
    background: #FFF;
    margin-bottom: -1px;
}
.bcui-form select::before {
    content: "";
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background: #000;
}
.bcui-form .form-submit {
    height: 2.5rem;
    border-radius: 1.25rem;
    width: 100%;
    display: block;
    margin: 0;
    font-size: .9rem;
}
.bcui-form .form-label {
    font-weight: normal;
    overflow: hidden;
    line-height: 2rem;
    margin-bottom: .1rem;
    margin-top: .5rem;
    color: #333;
    font-size: .8rem;
}
.bcui-form .form-title {
    padding-left: .3rem;
    line-height: 1.5rem;
    margin-bottom: -.8rem;
    margin-top: .5rem;
    color: #999;
    font-size: .7rem;
}
/*============================================================
            轮播图
=============================================================*/

.bcui-carousel {
    position: relative;
    overflow: hidden;
    display: block;
    padding-top: 50%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-width: 100%;
    padding: 0;
    margin: 0;
}
.bcui-carousel .sw-slides {
    display: block;
    padding: 0;
    list-style: none;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    font-size: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    position: absolute;
    bottom: 0
}
.bcui-carousel .sw-slide {
    width: 100%;
    height: 100%;
    margin: auto;
    display: inline-block;
    position: relative;
    touch-action: none;
}
.bcui-carousel .sw-slide img {
    max-width: 100%;
}
.bcui-carousel .sw-slide .sw-content {
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    font-size: .7rem;
}
.bcui-carousel .sw-next-prev {
    display: none;
    height: 2.5rem;
    width: 2.5rem;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    line-height: 2.5rem;
    font-size: 1.5rem;
    font-weight: bolder;
    color: rgba(160, 160, 160, .53);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
    border-radius: 50%;
    text-decoration: none;
    transition: all .2s ease-out;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.bcui-carousel .sw-next-prev:hover {
    background-color: rgba(255, 255, 255, .74)
}
.bcui-carousel .sw-next-prev:active {
    background-color: rgba(255, 255, 255, .5)
}
.bcui-carousel .sw-prev {
    left: 2%
}
.bcui-carousel .sw-prev::after {
    content: '<'
}
.bcui-carousel .sw-next {
    right: 2%
}
.bcui-carousel .sw-next::after {
    content: '>'
}
.bcui-carousel .sw-bullet {
    position: absolute;
    bottom: .05rem;
    list-style: none;
    display: block;
    right: 1rem;
    left: 1rem;
    text-align: center;
    padding: 0;
    margin: 0
}
.bcui-carousel .sw-bullet li {
    width: .5rem;
    height: .5rem;
    background-color: rgba(255, 255, 255, .5);
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: all .2s ease-out;
    box-shadow: 0 0 .4rem rgba(0, 0, 0, .1);
}
.bcui-carousel .sw-bullet li:hover, .bcui-carousel .sw-bullet li.active {
    background-color: rgba(255, 255, 255, .9);
}
.bcui-carousel .sw-bullet li:not(:last-child) {
    margin-right: .25rem
}
.bcui-carousel ul, .bcui-carousel li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.bcui-carousel .tit {
    width: 100%;
    padding: 0 .75rem;
    font-size: .7rem;
    position: absolute;
    bottom: 0;
    height: 1.4rem;
    line-height: 1.4rem;
    color: #fff;
    text-align: left;
    background: rgba(153, 107, 241, .5);
    display: block;
}
/*============================================================
            卡片
=============================================================*/

/*.bcui-card {
    background-color: #FFF;
    margin: .75rem;
    position: relative;
    border-radius: 0.1rem;
    font-size: .7rem;
    border-radius: var(--card_radius);
}
.bcui-card .bcui-card-head, .bcui-card .bcui-card-foot {
    font-size: 0.85rem;
    min-height: 2.2rem;
    position: relative;
    padding: 0.5rem 0.75rem;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.bcui-card .bcui-card-head:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    height: 1px;
    width: 100%;
    background-color: #e1e1e1;
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}
.bcui-card .bcui-content {
    position: relative;
}
.bcui-card .bcui-content-inner {
    padding: 0.75rem;
    position: relative;
}*/


.bcui-card {
    margin-bottom: 0;  
    position: relative;
    margin-top:var(--card_margin);;
}
.bcui-card .card-head{
    display: block;
    color: var(--card_head_title);
    font-size: .9rem;
    font-weight: 700;
    display: flex;
    flex-direction: row;
    justify-items: center;
    padding: .5rem var(--card_margin);
}
.bcui-card .card-head .right{
    text-align: right;
    font-size: .7rem;
    color: #606264;
    font-weight: 400;
    flex: 1;
}
.bcui-card .card-head .right a{
    color: #606264;
}
.bcui-card .card-head .ico{
    color: var(--color);
}
.bcui-card .card-foot{
    text-align: center;
    font-size: .7rem;
    color: #999; 
    padding: 0 var(--card_margin);
}
.bcui-card .card-main{ 
    padding: 0 var(--card_margin);
}



.bcui-card-radius {
    margin: var(--card_margin);
    margin-bottom: 0;
    border-radius: var(--card_radius);
    background: var(--card_back);
    position: relative;
}
.bcui-card-radius .card-head{
    margin-top: -.0rem;
    padding:.75rem; 
    display: block;
    color: #101010; 
    font-size: .8rem;
}
.bcui-card-radius .card-head .ico{
    color: var(--color);
}
.bcui-card-radius .card-foot{
    text-align: center;
    font-size: .7rem;
    color: #999;
    padding: .75rem;
}
.bcui-card-radius .card-main{
    padding:0 .75rem;  
}
/*============================================================
            用户列表
=============================================================*/

.bcui-userlist {}
.bcui-userlist .item {
    padding: .75rem .75rem;
    margin: .5rem var(--card_margin);
    background: #FFF;
    /*border-bottom: 1px dashed #EEE;*/
    border-radius: var(--card_radius);
    position: relative;
}
.bcui-userlist .item .ub-img1 {
    width: 3rem;
    height: 3rem;
    background-color: #F8F8F8;
    border-radius: .75rem;
    margin-right: .25rem;
}
.bcui-userlist .item .nickname {
    font-size: .8rem;
    font-weight: 700;
    color: #333;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.bcui-userlist .item .info {
    font-size: .6rem;
    margin: 0;
    color: #999;
    line-height: 1.5;
    padding-bottom: .15rem;
}
.bcui-userlist .item .info .district {
    font-size: .7rem;
    color: #444
}
.bcui-userlist .item .btnbox {
    margin-left: .5rem;
}
.bcui-userlist .item .created_at {
    position: absolute;
    bottom: .5rem;
    right: .7rem;
    font-size: .55rem;
    color: #BBB;
    line-height: 1;
}
/*============================================================
            相册
=============================================================*/

.bcui-photo-list {
    list-style: none;
    margin: 0;
    padding: .75rem;
    padding-top: .25rem;
    padding-right: 0; 
    display: block;
    overflow: hidden;
}
.bcui-photo-list li {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-right: .5rem;
    position: relative;
    border: 1px solid #EEE;
    width: 3.5rem;
    height: 3.5rem;
    margin-top: .5rem;
    float: left;
    overflow: hidden;
    border-radius: .4rem;
}
.bcui-photo-list li img {
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.bcui-photo-list li .del {
    text-indent: -9999em;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 1rem;
    height: 1rem;
    line-height: 1.1;
    color: #FFF;
    font-size: .8rem;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 100%;
    font-style: normal;
}
.bcui-photo-list li .del::after, .bcui-photo-list li .del::before {
    width: .6rem;
    height: .05rem;
    content: "";
    background: #FFF;
    position: absolute;
    top: .45rem;
    left: .2rem;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.bcui-photo-list li .del::before {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.bcui-photo-list li .audit {
    position: absolute;
    font-size: .6rem;
    text-align: center;
    margin: 0;
    color: #FFF;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: .8rem;
    background: rgba(0, 0, 0, 0.7);
}
.bcui-photo-list .addbtn {
    font-size: .6rem;
    text-align: center;
    cursor: pointer;
    position: relative;
    color: #CCC;
    overflow: hidden;
    float: left;
    border: 2px dashed #DDD;
}
.bcui-photo-list .addbtn .uppicbtn {
    cursor: pointer;
    width: 100%;
    background: #F00;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.bcui-photo-list .addbtn::after, .bcui-photo-list .addbtn::before {
    width: 1.5rem;
    height: .1rem;
    content: "";
    background: #CCC;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 50%;
    margin-left: -.75rem;
}
.bcui-photo-list .addbtn::before {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
/*============================================================
            弹窗form
=============================================================*/

/**/

.bcui_pop.bcui-pop-from {
    border-radius: .3rem;
}
.bcui-pop-popfrom {
    width: 13rem;
    position: relative;
    height: 15rem;
}
.bcui-pop-popfrom ul, .bcui-pop-popfrom li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.bcui-pop-popfrom input[type="text"], .bcui-pop-popfrom textarea {
    background-color: #F5F5F5;
    border: none;
}
.bcui-pop-popfrom>.head {
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: .8rem;
    color: #999;
    text-align: center;
    border-bottom: 1px solid #F5F5F5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.bcui-pop-popfrom>.foot {
    overflow: hidden;
    height: 2.5rem;
    line-height: 2.5rem;
    border-top: 1px solid #F5F5F5;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.bcui-pop-popfrom>.foot>* {
    float: left;
    display: block;
    text-align: center;
    width: 50%;
    font-size: .8rem;
    color: #999;
    cursor: pointer;
}
.bcui-pop-popfrom>.foot>.confirm {
    color: var(--color);
}
.bcui-pop-popfrom>.foot>.confirm>*:active {
    background-color: #F5F5F5;
}
.bcui-pop-popfrom>.body {
    position: absolute;
    bottom: 2.5rem;
    top: 2.5rem;
    left: 0;
    right: 0;
}
.bcui-pop-popfrom>.body .lists {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    overflow-y: auto;
}
.bcui-pop-popfrom.selectbox .body .lists .item {
    cursor: pointer;
    color: #999;
    line-height: 2rem;
    height: 2rem;
    position: relative;
    text-align: center;
}
.bcui-pop-popfrom.selectbox .body::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: -1rem;
    height: 2rem;
    background-color: var(--color);
    opacity: .15;
}
.bcui-pop-popfrom.selectbox .body::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    pointer-events: none;
}
.bcui-pop-popfrom.selectbox .body .lists .item.selected, .bcui-pop-popfrom.selectbox .body .lists .item:active {
    color: var(--color);
}
.bcui-pop-popfrom.checkboxbox .body {
    padding: .75rem;
    max-height: 15rem;
    overflow-y: auto;
}
.bcui-pop-popfrom.checkboxbox .body ul {
    margin: -.3rem;
}
.bcui-pop-popfrom.checkboxbox .body ul li {
    cursor: pointer;
    display: inline-block;
    margin: .25rem;
    font-size: .75rem;
    color: var(--color);
    line-height: 1rem;
    border: var(--color) 1px solid;
    padding: .2rem .4rem;
    border-radius: .25rem;
}
.bcui-pop-popfrom.checkboxbox .body ul li.selected, .bcui-pop-popfrom.checkboxbox .body ul li:active {
    background: var(--color);
    border-color: var(--color);
    color: #fff;
}
.bcui-pop-popfrom.datebox .body {
    max-height: 24rem;
    overflow-y: auto;
    border-radius: .75rem;
    background: #e1e0e3;
}
.bcui-pop-popfrom.datebox .body ul li {
    cursor: pointer;
    background: #fff;
    color: #6a6572;
    float: left;
    width: 25%;
    box-sizing: border-box;
    text-align: center;
    height: 2.5rem;
    line-height: 2.5rem;
    border-left: #e1e0e3 1px solid;
    border-top: #e1e0e3 1px solid;
}
.bcui-pop-popfrom.datebox .body ul li:active, .bcui-pop-popfrom.datebox .body ul li.selected {
    background: #ddd1f3;
}
.bcui-pop-popfrom.districtbox .body {
    max-height: 22rem;
    overflow-y: auto;
    background: #e1e0e3;
}
.bcui-pop-popfrom.districtbox .body ul li {
    cursor: pointer;
    background: #fff;
    color: #6a6572;
    float: left;
    width: 25%;
    box-sizing: border-box;
    text-align: center;
    height: 2.5rem;
    line-height: 2.5rem;
    border-left: #e1e0e3 1px solid;
    border-top: #e1e0e3 1px solid;
}
.bcui-pop-popfrom.districtbox .body ul li:active, .bcui-pop-popfrom.districtbox .body ul li.selected {
    background: #ddd1f3;
}
.bcui-pop-popfrom.rangebox .body .head {
    height: 2.7rem;
    line-height: 2.7rem;
    background: #ddd1f3;
    text-align: center;
}
.bcui-pop-popfrom.rangebox .body .head span {
    color: #76707b;
    width: 20%;
    float: left;
}
.bcui-pop-popfrom.rangebox .body .head .start, .bcui-pop-popfrom.rangebox .body .head .end {
    display: block;
    width: 40%;
    line-height: 2.7rem;
    height: 2.7rem;
    position: relative;
}
.bcui-pop-popfrom.rangebox .body .head .on::before {
    position: absolute;
    display: block;
    content: "";
    bottom: 0;
    left: 50%;
    width: 3rem;
    margin-left: -1.5rem;
    height: 2px;
    background-color: #5553ce;
}
.bcui-pop-popfrom.rangebox .body .listbox {
    max-height: 18rem;
    overflow-y: auto;
    background: #e1e0e3;
}
.bcui-pop-popfrom.rangebox .body .listbox .maxlist {
    display: none
}
.bcui-pop-popfrom.rangebox .body .listbox li {
    cursor: pointer;
    background: #fff;
    color: #6a6572;
    float: left;
    width: 25%;
    box-sizing: border-box;
    text-align: center;
    height: 2.5rem;
    line-height: 2.5rem;
    border-left: #e1e0e3 1px solid;
    border-top: #e1e0e3 1px solid;
}
.bcui-pop-popfrom.rangebox .body .listbox li:active, .bcui-pop-popfrom.rangebox .body .listbox li.selected {
    background: #ddd1f3;
}
/*head-filter*/

.head-filter-warp {
    height: 2rem;
}
.head-filter {
    background-color: #FFF;
    border-bottom: 1px solid #EEE;
    height: 2rem;
    line-height: 2rem;
    font-size: .7rem;
    position: fixed;
    z-index: 100;
    top: 2.5rem;
    left: 0;
    right: 0;
}
.head-filter-mask {
    display: none;
    z-index: 99;
    position: fixed;
    top: 2.5rem;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .6);
}
.head-filter ul, .head-filter li, .head-filter dl, .head-filter dt, .head-filter dd {
    padding: 0;
    margin: 0;
    list-style: none;
}
.head-filter .head-filter-item {
    margin: 0;
    position: initial;
}
.head-filter .head-filter-item .head-filter-title {
    line-height: 2rem;
    color: #444;
    text-align: center;
}
.head-filter .head-filter-item .head-filter-title .head-filter-more {
    content: '';
    width: 0;
    height: 0;
    border-style: solid dashed dashed;
    border-color: #666 transparent transparent;
    overflow: hidden;
    cursor: pointer;
    transition: all .2s;
    -webkit-transition: all .2s;
    display: inline-block;
    margin-top: .15rem;
    vertical-align: middle;
    border-width: 5px;
    margin-left: .15rem;
}
.head-filter .head-filter-item.active .head-filter-title .head-filter-more {
    border-style: dashed dashed solid;
    border-color: transparent transparent #666;
    margin-top: -.3rem;
}
.head-filter .head-filter-item .head-filter-title .icon {
    width: .7rem;
    height: .7rem;
}
.head-filter .head-filter-child {
    display: none;
    position: absolute;
    z-index: 2;
    top: 2rem;
    left: 0;
    right: 0;
    background-color: #FFF;
    max-height: 10rem;
    overflow-y: auto;
}
.head-filter .head-filter-child-rp {
    position: fixed;
    top: 4.5rem;
    left: auto;
    width: 12.5rem;
    right: 0;
    bottom: 0;
    max-height: initial;
}
.head-filter .head-filter-item.active .head-filter-title {
    background-color: #FFF;
}
.head-filter .head-filter-item.active .head-filter-child {
    display: block;
}
/*head-filter*/

.bcui-btnnav-warp {}
.bcui-btnnav { 
    margin: .75rem; 
    overflow: hidden;
    display: -webkit-box;
    overflow-x: auto;
}
.bcui-btnnav .item {
    display: block;
    line-height: 1.5rem;
    padding: 0 .75rem;
    border-radius: .75rem;
    background-color: #FFF;
    color: #020405;
    font-size: .7rem; 
    border:1px solid #ededed;
    margin-right: .4rem;
}
.bcui-btnnav .item.active {
    background: var(--color);
    color: var(--invert_color);
}
/*============================================================
           picker
=============================================================*/

.picker {
    display: none;
    position: fixed;
    top: 0;
    z-index: 11000;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    font-family: PingFang SC, STHeitiSC-Light, Helvetica-Light, arial, sans-serif;
    font-size: 14px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.picker ul, .picker li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.picker .picker-mask {
    position: absolute;
    z-index: 500;
    width: 100%;
    height: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    background: transparent;
    opacity: 0
}
.picker .picker-mask.show {
    background: rgba(0, 0, 0, .6);
    opacity: 1
}
.picker .picker-panel {
    position: absolute;
    z-index: 600;
    bottom: 0;
    width: 100%;
    height: 243px;
    background: #fff;
    transform: translateY(243px);
    -webkit-transform: translateY(243px);
    transition: all .5s;
    -webkit-transition: all .5s
}
.picker .picker-panel.show {
    transform: translateY(0);
    -webkit-transform: translateY(0)
}
.picker .picker-panel .picker-choose {
    position: relative;
    height: 50px;
    color: #878787;
    font-size: 14px
}
.picker .picker-panel .picker-choose .picker-title {
    line-height: 50px;
    font-size: 19px;
    text-align: center;
    color: #333
}
.picker .picker-panel .picker-choose .cancel, .picker .picker-panel .picker-choose .confirm {
    position: absolute;
    padding: 10px;
    top: 6px
}
.picker .picker-panel .picker-choose .confirm {
    right: 0;
    color: #fa8919
}
.picker .picker-panel .picker-choose .cancel {
    left: 0
}
.picker .picker-panel .picker-content {
    position: relative
}
.picker .picker-panel .picker-content .mask-bottom, .picker .picker-panel .picker-content .mask-top {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 90px;
    pointer-events: none;
    transform: translateZ(0);
    -webkit-transform: translateZ(0)
}
.picker .picker-panel .picker-content .mask-top {
    top: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(hsla(0, 0%, 100%, .4)), to(hsla(0, 0%, 100%, .8)));
    background: -o-linear-gradient(bottom, hsla(0, 0%, 100%, .4), hsla(0, 0%, 100%, .8))
}
.picker .picker-panel .picker-content .mask-top:after, .picker .picker-panel .picker-content .mask-top:before {
    display: block;
    position: absolute;
    border-top: 1px solid #ccc;
    left: 0;
    width: 100%;
    content: " "
}
.picker .picker-panel .picker-content .mask-top:before {
    display: none;
    top: 0
}
.picker .picker-panel .picker-content .mask-top:after {
    display: block;
    bottom: 0
}
.picker .picker-panel .picker-content .mask-bottom {
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .4)), to(hsla(0, 0%, 100%, .8)));
    background: -o-linear-gradient(top, hsla(0, 0%, 100%, .4), hsla(0, 0%, 100%, .8))
}
.picker .picker-panel .picker-content .mask-bottom:after, .picker .picker-panel .picker-content .mask-bottom:before {
    display: block;
    position: absolute;
    border-top: 1px solid #ccc;
    left: 0;
    width: 100%;
    content: " "
}
.picker .picker-panel .picker-content .mask-bottom:before {
    display: block;
    top: 0
}
.picker .picker-panel .picker-content .mask-bottom:after {
    display: none;
    bottom: 0
}
.picker .picker-itemtit {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    background-color: #F8F8F8;
    z-index: 11;
    border-bottom: 1px solid #EEE
}
.picker .picker-itemtit ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    padding: 0 10px;
    line-height: 20px;
    height: 20px;
    font-size: 12px;
    color: #666;
}
.picker .picker-itemtit ul li {
    -ms-flex: 1 1 1e-9px;
    -webkit-box-flex: 1;
    flex: 1;
    flex-basis: 1e-9px;
    width: 1%;
}
.picker .picker-panel .wheel-wrapper {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    padding: 0 10px
}
.picker .picker-panel .wheel-wrapper .wheel {
    -ms-flex: 1 1 1e-9px;
    -webkit-box-flex: 1;
    flex: 1;
    flex-basis: 1e-9px;
    width: 1%;
    height: 220px;
    overflow: hidden;
    font-size: 21px
}
.picker .picker-panel .wheel-wrapper .wheel .wheel-scroll {
    margin-top: 90px;
    line-height: 40px
}
.picker .picker-panel .wheel-wrapper .wheel .wheel-scroll .wheel-item {
    height: 40px;
    overflow: hidden;
    white-space: nowrap;
    color: #333
}
.picker .picker-footer {
    height: 20px
}
@media (-webkit-min-device-pixel-ratio:1.5), (min-device-pixel-ratio:1.5) {
    .border-1px:after, .border-1px:before {
        -webkit-transform: scaleY(.7);
        -webkit-transform-origin: 0 0;
        transform: scaleY(.7)
    }
    .border-1px:after {
        -webkit-transform-origin: left bottom
    }
}
@media (-webkit-min-device-pixel-ratio:2), (min-device-pixel-ratio:2) {
    .border-1px:after, .border-1px:before {
        -webkit-transform: scaleY(.5);
        transform: scaleY(.5)
    }
}
/*重置picker*/

.picker .picker-panel {
    bottom: unset !important;
    top: 50% !important;
    left: 50% !important;
    width: 300px !important;
    height: 320px !important;
    margin-top: -160px !important;
    margin-left: -150px !important;
    border-radius: var(--card_radius);
    transform: translateY(-100px) !important;
    -webkit-transform: translateY(-100px) !important;
    transition: all .5s;
    -webkit-transition: all .5s;
    opacity: 0;
}
.picker .picker-panel.show {
    opacity: 1;
    transform: translateY(0) !important;
    -webkit-transform: translateY(0) !important;
}
.picker .picker-panel .picker-choose {
    position: absolute !important;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #F5F5F5;
    overflow: hidden;
}
.picker .picker-panel .picker-choose .cancel, .picker .picker-panel .picker-choose .confirm {
    padding: 0 !important;
    width: 50%;
    position: unset !important;
    display: block;
    float: left;
    font-size: 16px;
    cursor: pointer;
}
.picker .picker-panel .picker-choose .confirm {
    color: var(--color) !important;
}
.picker .picker-panel .picker-content {
    position: absolute !important;
    bottom: 50px;
    top: 50px;
    left: 0;
    right: 0;
}
.picker .picker-panel .picker-head {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #F5F5F5;
}
.picker .picker-panel .picker-head .picker-title {
    padding: 0;
    margin: 0;
    color: #999;
    font-size: 18px;
}
.picker .picker-panel .wheel-wrapper .wheel .wheel-scroll .wheel-item {
    transform: rotateX(0) !important;
    color: #999;
    font-size: 16px;
}
.picker .picker-panel .wheel-wrapper .wheel .wheel-scroll .wheel-item.active {
    color: var(--color);
    font-size: 18px;
}
.picker .picker-panel .picker-content::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: -20px;
    height: 40px;
    background-color: var(--color);
    opacity: .15;
}
.picker .picker-panel .picker-content .mask-top:after, .picker .picker-panel .picker-content .mask-bottom:before {
    display: none !important;
}
/*popform*/

.popform {
    display: none;
    position: fixed;
    top: 0;
    z-index: 11000;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.popform .popform-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    background: transparent;
    opacity: 0;
}
.popform .popform-mask.show {
    background: rgba(0, 0, 0, .6);
    opacity: 1;
}
.popform .popform-panel {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 320px;
    margin-top: -160px;
    margin-left: -150px;
    border-radius: 8px;
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    transition: all .5s;
    -webkit-transition: all .5s;
    opacity: 0;
    background: #fff;
}
.popform .popform-panel.show {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}
.popform .popform-panel .popform-choose {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #F5F5F5;
    overflow: hidden;
    height: 50px;
    color: #878787;
    font-size: 14px;
}
.popform .popform-panel .popform-choose .cancel, .popform .popform-panel .popform-choose .confirm {
    padding: 0;
    width: 50%;
    display: block;
    float: left;
    font-size: 16px;
    cursor: pointer;
}
.popform .popform-panel .popform-choose .confirm {
    color: var(--color);
}
.popform .popform-panel .popform-head {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #F5F5F5;
}
.popform .popform-panel .popform-head .popform-title {
    padding: 0;
    margin: 0;
    color: #999;
    font-size: 18px;
}
.popform .popform-panel .popform-content {
    position: absolute;
    bottom: 50px;
    top: 50px;
    left: 0;
    right: 0;
    overflow-y: auto;
}
.popform.text .popform-panel {
    height: 150px;
}
.popform.text .popform-content input {
    height: 2.5rem;
    background: #F5F5F5;
    width: 100%;
    padding-left: 10px;
    border-radius: .3px;
    border: none;
}
.popform.textarea .popform-panel {
    height: 300px;
}
.popform.textarea .popform-content textarea {
    height: 200px;
    background: #F5F5F5;
    width: 100%;
    padding: 3px 10px;
    border-radius: .3px;
    border: none;
    display: block;
    font-size: .8rem;
}
.popform.checkbox .popform-content .checkbox {
    padding: .2rem;
}
.popform.checkbox .popform-content input[type='checkbox'] {
    display: none;
}
.popform.checkbox .popform-content input[type='checkbox']~span {
    border: 1px solid #EEE;
    height: 1.3rem;
    line-height: 1.3rem;
    padding: 0 .3rem;
    border-radius: .2rem;
    display: inline-block;
    margin: .2rem;
    font-size: .7rem;
    background-color: #F5F5F5;
}
.popform.checkbox .popform-content input[type='checkbox']:checked~span {
    background-color: var(--color);
    border-color: var(--color);
    color: #FFF;
}
/*步骤*/

.bcui-step .step-title {
    height: 1.8rem;
    overflow: hidden;
    margin: 3rem 2rem;
    display: -webkit-box !important;
    display: box !important;
    position: relative;
}
.bcui-step .step-title>.step {
    overflow: hidden;
    height: 1.8rem;
    position: relative;
    position: relative;
    -webkit-box-flex: 1;
    box-flex: 1
}
.bcui-step .step-title>.step>u {
    position: absolute;
    left: 0;
    top: .8rem;
    height: .25rem;
    width: 100%;
    display: block;
    background: var(--color);
}
.bcui-step .step-title>.step>b {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -.9rem;
    height: 1.8rem;
    width: 1.8rem;
    line-height: 1.8rem;
    text-align: center;
    color: #FFF;
    background: var(--color);
    border-radius: 100%;
    display: block;
}
.bcui-step .step-title>.step:first-child>u {
    width: 50%;
    left: 50%;
}
.bcui-step .step-title>.step:last-child>u {
    left: unset;
    width: 50%;
    right: 50%
}
.bcui-step .step-cons>.step {
    display: none;
}
.bcui-step[step='1']>.step-title>.step[step='1']~.step>u, .bcui-step[step='1']>.step-title>.step[step='1']~.step>b, .bcui-step[step='2']>.step-title>.step[step='2']~.step>u, .bcui-step[step='2']>.step-title>.step[step='2']~.step>b, .bcui-step[step='3']>.step-title>.step[step='3']~.step>u, .bcui-step[step='3']>.step-title>.step[step='3']~.step>b {
    background: #AAA
}
.bcui-step[step='1']>.step-cons>.step[step='1'], .bcui-step[step='2']>.step-cons>.step[step='2'], .bcui-step[step='3']>.step-cons>.step[step='3'] {
    display: block;
}
/*bc_infos*/

.bcui_infos {
    font-size: .7rem;
    line-height: 1.8;
}
.bcui_infos dl, .bcui_infos dt, .bcui_infos dd {
    margin: 0;
    padding: 0;
}
.bcui_infos dl {
    display: table;
}
.bcui_infos dt, .bcui_infos dd {
    display: table-cell;
}
.bcui_infos dt {
    color: #999;
    width: 4.5rem;
    text-align: right;
}