
:root {
    --color: #ed6cbb;
    --color2:#ffeb3b;
    --color3:#46c3a6;
    --color4:#bbaaef;
    --gradient: #ff92bb;
    --gradient2: #f664bc;
}
*, ::after, ::before {
    box-sizing: border-box;
}
svg {
    fill: currentColor;
    vertical-align: middle;
    margin-top: -4px;
    width: 1em;
}
.hide { display: none; }
.show { display: block; }

.layui-main { width: 1180px; }
.layui-card {
    border-radius: 15px;
}
.layui-card-header{
    line-height: 60px;
    height: 60px;
    font-size: 18px;
    padding: 0 20px;
}
.layui-card-body {
    line-height: 26px;
    padding: 10px 20px;
}
.layui-card-body li {
    padding: 5px 0;
    font-size: 16px;
}
.layui-card-body img {
    max-width: 100%;
}
.layui-tab-brief>.layui-tab-title .layui-this {
    color: var(--color);
}
.layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after {
    border-bottom: 2px solid var(--color);
}
.layui-timeline-axis {
    color: var(--color);
}

.layui-form-label { width: 120px; }
/*layui-btn*/
.layui-btn{ 
    font-size: 16px;
    padding: 0 25px;
}
.layui-btn.shadow{
    -webkit-box-shadow: 0.872px 9.962px 20px 0px rgba(12, 78, 165, 0.3);
    box-shadow: 0.872px 9.962px 20px 0px rgba(12, 78, 165, 0.3);
}

.layui-btn-default {
    color: #FFF !important;
    background-color: var(--color);
    background-image: -o-linear-gradient(284deg, var(--gradient) 0%, var(--gradient2) 100%);
    background-image: linear-gradient(166deg, var(--gradient) 0%, var(--gradient2) 100%);
}
.layui-btn-primary:hover {
    border-color: var(--color);
    color: var(--color);
}
.layui-btn-success {
    color: #FFF;
    background-color: #67c188;
}
.layui-btn-border{
    color: var(--color);
    border:1px solid var(--color);
    background:unset;
}
.layui-btn-border:hover {
    opacity: .8;
    color: var(--color);
}
.layui-btn-sm{ 
    padding: 0 20px;
    font-size: 14px;
}
.layui-btn-lg{ 
    padding: 0 40px;
    font-size: 18px;
}
.layui-btn-xs{
    padding: 0 8px;
    height: 24px;
    line-height: 24px;
    font-size: 12px; 
}


.layui-form-select dl dd.layui-this {
    background: #FFF;
    color: var(--color);
}
.layui-form-checked[lay-skin=primary] i{
    border-color: var(--color);
    background-color:var(--color);
}
.layui-form-checkbox[lay-skin=primary]:hover i{
    border-color: var(--color);
}
.layui-form-radio>i:hover, .layui-form-radioed>i {
    color: var(--color);
}
.layui-form-select dl {
    padding: 0;
    top: 38px;
    bottom: unset;
    border-color: #eee;
    border-radius: 5px;
    -webkit-box-shadow: 0.872px 9.962px 20px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0.872px 9.962px 20px 0px rgba(0, 0, 0, 0.3);
}
.layui-form-select dl dd, .layui-form-select dl dt {
    line-height: 31px;
}

.layui-form-switch {
    position: relative;
    height: 24px;
    line-height: 24px;
    min-width: 45px;
}
.layui-form-switch i { 
    left: 4px;
    top: 2px;
    width: 18px;
    height: 18px;
}
.layui-form-onswitch i{
    left: 100%;
}
.radio-inline {
    margin-top: 6px;
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
}
.radio-inline .layui-form-radio {
    margin: 0;
    padding: 0;
}
.radio-inline .layui-form-radio>i {
    margin-right: 5px;
}
.radio-inline span.fa, 
.checkbox-inline span.fa { display: none; }
/*.layui-slider-bar { background-color: var(--color) !important; }
.layui-slider-wrap-btn { border-color: var(--color) !important;  }
*/

.layui-laydate .layui-laydate-content .layui-this{
    background-color: var(--color) !important;
}

/*layui-nav*/
.layui-nav { background: unset; color: #444;}
.layui-nav * { font-size: 16px; }
.layui-nav .layui-badge, .layui-nav .layui-badge-dot{
    margin-top: -5px;
}
.layui-nav .layui-badge{
    margin-top: -10px;
    font-size: 12px; border-radius: 4px; 
}


.layui-nav .layui-nav-item a{ color: #444; }
.layui-nav .layui-nav-item a:hover, .layui-nav .layui-this a{
    color:var(--color);
    background-color: unset;
}
.layui-nav .layui-nav-child dd.layui-this a, .layui-nav-child dd.layui-this {
    background-color: unset;
    color: var(--color);
}
.layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after{
    background-color: var(--color);
    background-image: -o-linear-gradient(284deg, var(--gradient) 0%, var(--gradient2) 100%);
    background-image: linear-gradient(166deg, var(--gradient) 0%, var(--gradient2) 100%);
}
.layui-nav-tree .layui-this:after {
    content:'';
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width:5px;
    position: absolute;
    background-color: var(--color);
    display: block;
}

.layui-nav-itemed>a, 
.layui-nav-tree .layui-nav-title a, 
.layui-nav-tree .layui-nav-title a:hover{
    color:#444 !important;
}
.layui-nav-itemed>.layui-nav-child{
    background-color: rgba(0,0,0,.02)!important;
    
}
.layui-nav-itemed>.layui-nav-child dd a{
    padding-left: 40px;
}
.layui-nav-tree>.layui-nav-child a:hover{
    color:var(--color) !important;
}
.layui-nav .layui-nav-more{
    border-top-color: #999;
}
.layui-nav .layui-nav-mored, 
.layui-nav-itemed>a .layui-nav-more { 
    border-bottom-color: #999; 
}

.layui-nav-tree .layui-nav-child dd.layui-this, 
.layui-nav-tree .layui-nav-child dd.layui-this a, 
.layui-nav-tree>.layui-nav-child dd a:hover,
.layui-nav-tree>.layui-nav-item a:hover,
.layui-nav-tree .layui-this, 
.layui-nav-tree .layui-this>a, 
.layui-nav-tree .layui-this>a:hover{
    background-color:unset;
    color: var(--color);
}




.layui-elem-quote {
    border-left: 5px solid var(--color);
    background-color: #FFFFFF;
}
.layui-carousel-ind ul, .layui-carousel-arrow {
    background-color: rgba(0, 0, 0, .1)
}

.layui-table tbody tr:hover, .layui-table thead tr, .layui-table-click, .layui-table-header, .layui-table-hover, .layui-table-mend, .layui-table-patch, .layui-table-tool, .layui-table-total, .layui-table-total tr, .layui-table[lay-even] tr:nth-child(even){
    background-color: #F8F8F8;
}
.layui-table td, .layui-table th, .layui-table-col-set, .layui-table-fixed-r, .layui-table-grid-down, .layui-table-header, .layui-table-page, .layui-table-tips-main, .layui-table-tool, .layui-table-total, .layui-table-view, .layui-table[lay-skin=line], .layui-table[lay-skin=row]{
    border-color: #EEE;
}
/*======================================layout=========================================*/

/*======================================layout=========================================*/

body {
    color: #444;
    background-color: #F8F8F8;
    font: 16px/1.8 Arial, sans-serif, \5b8b\4f53;
}
a {
    color: #333
}
/* 未访问时的状态 */

/*a:visited {
    color: #333
}*/
/* 已访问过的状态 */

a:hover {
    color: var(--color)
}
/* 鼠标移动到链接上时的状态 */

a:active {
    color: var(--color)
}
/* 鼠标按下去时的状态 */

.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.color-default {
    color: var(--color);
}
.color-gray {
    color: #999;
}
.color-orange {
    color: #F60;
}
.color-red {
    color: #F00;
}
.color-green {
    color: #090;
}
.color-black {
    color: #333;
}
.font-size12 {
    font-size: 12px;
}
.font-size14 {
    font-size: 14px;
}
.font-size16 {
    font-size: 16px;
}
.font-size18 {
    font-size: 18px;
}
.font-size24 {
    font-size: 24px;
}
.font-size32 {
    font-size: 32px;
}
._text, ._text2, ._text3, ._text4, ._text5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
._text2 {
    -webkit-line-clamp: 2;
}
._text3 {
    -webkit-line-clamp: 3;
}
._text4 {
    -webkit-line-clamp: 4;
}
._text5 {
    -webkit-line-clamp: 5;
}
.clear, .clr {
    clear: both;
}
.clearfix::after {
    height: 0px;
    clear: both;
    display: block;
    visibility: hidden;
    content: ".";
}

.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;
}
.smooth2 {
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.smooth5 {
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.notfound {
    text-align: center;
    font-size: 14px;
    color: #999;
    padding: 50px 0;
}


.bcui-upload-box {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.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;
    cursor: pointer;
}
button[bottlecms-upload-button] {
    pointer-events: none;
    cursor: pointer;
}


/*pagination*/

.pagination-wrap {
    text-align: center;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 40px 0;
}
.pagination>li {
    display: inline;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    min-width: 50px;
    padding: 0;
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    text-decoration: none;
    color: #AAA;
    background-color: #fff;
    border: 1px solid #F5F5F5;
    border-radius: 100%;
    margin-left: 5px;
    -webkit-box-shadow: 0px 15px 30px 0px rgba(119, 123, 146, 0.2);
    box-shadow: 0px 15px 30px 0px rgba(119, 123, 146, 0.2);
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    z-index: 2;
    color: #333;
    background-color: #F5F5F5;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    background-color: var(--color);
    background-image: -o-linear-gradient(284deg, var(--gradient) 0%, var(--gradient2) 100%);
    background-image: linear-gradient(166deg, var(--gradient) 0%, var(--gradient2) 100%);
    cursor: default;
}






/*header*/

.header {
    height: 80px;
}
.header .head-wrap {
    height: 80px;
    line-height: 80px;
    color: #FFF;
    background-color: #FFF;
    /*background-image: -webkit-radial-gradient(50% 0px, #FF69C0, #E22883);
    background-size: 100% 100px;*/
}
.header .head-wrap {
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
    position: fixed;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.header .head-logo {
    float: left;
}
.header .head-logo img {
    height: 40px;
}
.header .head-logo .logo_white {
    display: none;
}




.header .head-area {
    float: left;
    font-size: 12px;
    color:#CCC;
    padding: 0 20px;
}

.header .layui-nav { 
    background: none;
    padding: 0;
}
.header .head-nav {
    padding-left: 50px;
    color: #333;
    float: left;
}
.header .head-nav a{
    color: #333;
}

.header .layui-nav .layui-nav-item {
    margin: 0 15px;
    z-index: 1;
    line-height: 80px;
}
.header .layui-nav .layui-nav-item>a {
    font-size: 18px;
    font-weight: 400;
    color: #333;
    /*min-width: 30px;*/
    padding: 0 0px;
    position: relative;
    text-align: center;
}


.header .layui-nav .layui-nav-item a:hover,
.header .layui-nav .layui-this a{
    color: var(--color);
}

.header .layui-nav .layui-nav-item>a>i {
    font-size: 16px;
}

.header .layui-nav .layui-nav-more {
    right: 0px;
    margin-top: -2px;
    border-width: 4px;
    display: none;
}
.header .layui-nav .layui-nav-mored {
    margin-top: -6px;
}
.header .layui-nav .layui-nav-child {
    top: 70px;
    padding: 0;
}
.header .layui-nav .layui-nav-child hr {
    margin: 0;
}
.header .head-right {
    position: absolute;
    top: 0;
    right: 0;
}
.header .head-right .layui-nav-child {
    left: unset;
    right: 0;
}
.header .head-right .layui-this:after, 
.header .head-right .layui-nav-bar{
    display: none;
}
.header .head-right .layui-nav-item>a{
    color: #999;
}

.header .head-right .layui-btn-default { 
        padding: 0 25px;
}

.header .head-right.layui-nav>.layui-nav-item>a>.layui-badge {
    margin-top: -20px;
    margin-left: -7px;
}
.header .head-right.layui-nav>.layui-nav-item>a>.layui-badge-dot{
    margin-top: -14px;
    margin-left: -5px;
}

.header.theme .head-wrap{ background-color: unset;
         box-shadow:unset;-webkit-box-shadow:unset; }
    .header.theme .head-logo .logo_white { display: unset; }
    .header.theme .head-logo .logo { display: none; }
    .header.theme .head-area,
    .header.theme .head-area a,
    .header.theme .head-nav,
    .header.theme .head-nav a,
    .header.theme .head-right,
    .header.theme .head-right a,
    .header.theme .head-right a:hover,
    .header.theme .head-nav .layui-nav-item a:hover, 
    .header.theme .head-nav .layui-this a:hover{
        color: #FFF;
    }
    .header.theme .head-right .layui-nav-child,
    .header.theme .head-right .layui-nav-child a{
        color: #666;
    }
    .header.theme .head-nav .layui-nav-child dd.layui-this a, 
    .header.theme .head-nav .layui-nav-child dd.layui-this,
    .header.theme .head-nav .layui-this:after, 
    .header.theme .head-nav .layui-nav-bar, 
    .header.theme .head-nav .layui-nav-tree .layui-nav-itemed:after,
    .header.theme .head-right .layui-btn-default { 
        background-image:unset; background-color: #FFF; color: #444 !important; 
    }
    .header.theme .head-right .layui-nav-child dd a:hover{
        color: var(--color)
    }



/*footer*/

.footer {
    margin-top: 40px;
    text-align: center;
    background-color: #E3E6EE;
    color: #999;
    font-size: 14px;
}
.footer a{
    color: #999;
}
.footer .foot—bar-menu {
    padding: 20px 0;
    font-size: 14px;
    color: #999;
}
.footer .foot—bar-menu a {
    font-size: 14px;
    color: var(--color)
}
.footer .foot—bar-menu a:hover {
    text-decoration: underline;
}
.footer .copyright {
    padding-top: 30px;
}
.footer .powered{
    /*border-top: 1px solid #DDD;*/
    margin-top: 30px;
    opacity: .8;
    font-size: 12px;line-height: 30px;
}



/*============================================================
            弹出层
=============================================================*/

/*弹出层*/

.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: 4px;
}
.bcui_actions {
    z-index: 11001;
    position: fixed;
    display: none;
}
.bcui_actions .group {
    border-radius: 4px;
    margin: 8px;
    overflow: hidden;
}
.bcui_actions .group .item {
    width: 100%;
    text-align: center;
    font-weight: normal;
    margin: 0;
    background: rgba(243, 243, 243, 0.95);
    box-sizing: border-box;
    display: block;
    position: relative;
    cursor: pointer;
    line-height: 43px;
    color: #666;
    font-size: 16px;
}
.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: #f16365;
    color: white;
}
/*bcui_toast*/

.bcui_toast {
    background-color: var(--color);
    opacity: .9;
    z-index: 20001;
    position: fixed;
    display: none;
    color: #FFF;
    border-radius: 10px;
    font-size: 18px;
    text-align: center;
    min-width: 200px;
    max-width: 400px;
}
.bcui_toast_main {
    padding: 15px 25px;
}
/*bcui_confirm*/

.bcui_confirm {
    background: #FFF;
    z-index: 20000;
    position: fixed;
    display: none;
    overflow: hidden;
    border-radius:3px;
    width: 280px;
}
.bcui_confirm .bcui_confirm_coutent {
    padding: 20px;
    text-align: center;
    min-height: 80px;
}
.bcui_confirm .bcui_confirm_btn {
    background-color: #FCFCFC;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
}
.bcui_confirm .bcui_confirm_confirm, .bcui_confirm .bcui_confirm_cancel {
    float: left;
    display: block;
    text-align: center;
    width: 50%;
    font-size: 16px;
    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: 14px;
    border-radius: 3px;
    text-align: center;
}
.bcui_loading_main {
    padding: 6px 10px;
}
.bcui_loading .load-icon {}
.bcui_loading .load-icon::before {
    content: "";
    display: inline-block;
    font-size: 20px;
    text-indent: -9999em;
    overflow: hidden;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    position: relative;
    border: 7px 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: 14px;
    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 36px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    margin: 0 5px;
    border: none;
    background-color: var(--color);
    color: #FFF;
    border-radius: 20px;
    cursor: pointer;
    position: relative;
}
a.btn:active, .btn:active, .btn:hover {
    color: #FFF;
    box-shadow: 0 40px 40px rgba(0, 0, 0, .05) inset;
    -moz-box-shadow: 0 40px 40px rgba(0, 0, 0, .05) inset;
    -webkit-box-shadow: 0 40px 40px rgba(0, 0, 0, .05) inset;
}
.btn-sm {
    padding: 0 16px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border-radius: 15px;
}
.btn-max {
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    border-radius: 25px;
}
.btn-block {
    display: block;
    width: 100%;
    margin-left: 0;
}
.btn-default {
    color: #666;
    background-color: #FFF;
}
.btn-success {
    background-color: #08c197;
}
.btn-info {
    background-color: #05bfd2;
}
.btn-warning {
    background-color: #f0ad4e;
}
.btn-danger {
    background-color: #FF7474;
}
.btn-invalid {
    color: #AAA;
    background-color: #EEE;
}
.group-btn {
    border-radius: 20px;
    overflow: hidden;
}
.group-btn>.btn {
    border-radius: 0;
    padding: 0 16px;
    display: block;
    margin: 0;
    float: left;
}
.group-btn-sm {
    border-radius: 15px;
}
.group-btn-sm>.btn {
    padding: 0 8px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}
.group-btn-sm>.btn:first-child {
    padding-left: 12px;
}
.group-btn-sm>.btn:last-child {
    padding-right: 12px;
}
/*============================================================
            input
=============================================================*/
/*
.c-checkbox, .c-radio {
    margin-right: 5px;
}
input[type=checkbox], input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 4px;
    width: 18px;
    height: 18px;
    background: #cbd1d8;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    outline: none;
    margin-right: 2px;
}
input[type=checkbox]:checked, input[type=radio]:checked {
    background: var(--color);
}
input[type=checkbox]:checked::before, input[type=radio]:checked::before {
    width: 4px;
    height: 8px;
    position: absolute;
    content: '';
    display: inline-block;
    top: 4px;
    left: 7px;
    border-right: 2px solid #FFF;
    border-bottom: 2px 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: 22px;
    height: 22px;
}
input[type=radio].radio-med:checked::before {
    top: 5px;
    left: 8px;
}*/
/*.bcui-switch * {
    cursor: pointer;
}
.bcui-switch input {
    opacity: 0;
    position: absolute;
    z-index: -1;
}
.bcui-switch span {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 24px;
    background-color: #fff;
    border: 1px solid #dddddd;
    border-radius: 100px;
    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: 22px;
    width: 22px;
    border: 1px solid #ddd;
    border-radius: 400px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    transition: all .2s;
}
.bcui-switch.switch-sm span {
    width: 32px;
    height: 16px;
}
.bcui-switch.switch-sm span:after {
    height: 13px;
    width: 13px;
}
.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: 10px;
    height: 10px;
    background: #ec48a1;
    display: inline-block;
    border-radius: 100%;
    margin: 0 6px;
    margin-top: -4px;
    vertical-align: middle;
    text-indent: -9999em;
    overflow: hidden;
}
s.num {
    background: #ec48a1;
    display: inline-block;
    border-radius: 8px;
    height: 16px;
    min-width: 16px;
    line-height: 18px;
    margin-left: 8px;
    color: #FFF;
    font-size: 9px;
    padding: 0 4px;
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
    margin: 0 6px;
    margin-top: -4px;
    vertical-align: middle;
}



/*breadcrumb*/
.breadcrumb-wrap { line-height: 30px; padding: 20px 0; }
.breadcrumb{ padding: 0 20px; font-size: 14px; color: #999; }
.breadcrumb a{ color: #999; }
.breadcrumb a:hover{ color: var(--color); }
/*page-content*/
.page-content { min-height: 60vh;}

.infinite-scroll {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*bcui-btnnav*/
.bcui-btnnav-warp {}
.bcui-btnnav {
    padding: 20px;
}
.bcui-btnnav .item {
    height: 35px;
    line-height: 35px;
    padding: 0 18px;
    border-radius: 18px;
    background: #F2F2F2;
    color: #B3B3B3;
    font-size: 14px;
    display: inline-block;
    margin: 10px 10px 0 0;
    transition:all .3s;
}
.bcui-btnnav .item:hover,
.bcui-btnnav .item.active {
    background-color: var(--color);
    background-image: -o-linear-gradient(284deg, var(--gradient) 0%, var(--gradient2) 100%);
    background-image: linear-gradient(166deg, var(--gradient) 0%, var(--gradient2) 100%);
    color: #FFF;
}



/*============================================================
            tab选项卡
=============================================================*/

.bcui-tab {}
.bcui-tab .bcui-tab-title-float {
    height: 45px;
}
.bcui-tab .bcui-tab-title-float.fixed .bcui-tab-title {
    background-color: #FFF;
    z-index: 200;
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    right: 0;
}
.bcui-tab .bcui-tab-title {
    height: 45px;
    line-height: 45px;
    background: #FFF;
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #E9E9E9;
    display: -webkit-box !important;
    display: box !important;
    position: relative;
    color: #999;
}
.bcui-tab .bcui-tab-title>.item {
    font-size: 16px;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    display: block;
    cursor: pointer;
    position: relative;
    -webkit-box-flex: 1;
    box-flex: 1;
}
.bcui-tab .bcui-tab-title>.active {
    color: var(--color);
}
.bcui-tab .bcui-tab-title>.active::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    width: 60px;
    left: 50%;
    margin-left: -30px;
    height: 2px;
    background: var(--color);
}
.bcui-tab .bcui-tab-content {}
.bcui-tab .bcui-tab-content>.item {
    display: none;
}
.bcui-tab .bcui-tab-content>.item.active {
    display: block;
}
/*============================================================
            流加载
=============================================================*/

.bcui-infinite-preloader {
    clear: both;
    margin: 10px 0;
    text-align: center;
    color: #BBB;
    font-size: 14px;
}
.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] {
    background: #FFF;
    height: 80vh;
    padding-top: 30%;
    margin-top: 0;
}
.bcui-infinite-preloader .bcui-flow-more {
    padding: 4px 20px;
    border-radius: 3px;
    background-color: #FFF;
    font-size: 14px;
    color: #999;
    font-style: normal;
}
.bcui-infinite-preloader .bcui-flow-loading::before {
    content: "";
    display: inline-block;
    font-size: 20px;
    text-indent: -9999em;
    overflow: hidden;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin: 16px auto;
    position: relative;
    border: 4px 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: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    content: "";
    background-image: url("../img/logo_null.svg");
    background-size: cover;
}
.bcui-infinite-preloader .bcui-flow-nothing {
    text-align: center;
    padding: 6px 0;
    opacity: .6;
}
.bcui-infinite-preloader .bcui-flow-nothing::before {
    height: 100px;
    width: 100px;
    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:20px;
    background: #FFF
}
.bcui-form .form-item {
    margin-top: 20px;
    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: 50px;
    line-height: 50px;
    font-size: 16px;
    display: block;
    border: none;
    -webkit-appearance: button;
    border: 1px solid #DADADA;
    border-radius: 25px;
    background: #FFF;
    position: relative;
    -webkit-box-flex: 1;
    box-flex: 1;
    text-indent: 10px;
}
.bcui-form textarea {
    line-height: 22px;
    font-size: 14px;
    border-radius: 6px;
    padding-top: 5px;
    height: 60px;
    text-indent: 10px;
}
.bcui-form select {
    width: 100%;
    position: relative;
    height: 50px;
    display: block;
    border: 1px solid #DADADA;
    border-radius: 25px;
    -webkit-appearance: button;
    -webkit-user-select: none;
    padding-left: 5px;
    font-size: 16px;
    color: #999;
    background: #FFF;
    margin-bottom: -1px;
}
.bcui-form select::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #000;
}
.bcui-form .form-submit {
    height: 50px;
    border-radius: 25px;
    width: 100%;
    display: block;
    margin: 0;
    font-size: 18px;
}
.bcui-form .form-label {
    font-weight: normal;
    overflow: hidden;
    line-height: 40px;
    margin-bottom: 2px;
    margin-top: 10px;
    color: #333;
    font-size: 16px;
}
.bcui-form .form-title {
    padding-left: 6px;
    line-height: 30px;
    margin-bottom: -16px;
    margin-top: 10px;
    color: #999;
    font-size: 14px;
}

/*步骤*/

.bcui-step .step-title {
    height: 50px;
    overflow: hidden;
    margin: 60px 40px;
    display: -webkit-box !important;
    display: box !important;
    position: relative;

}
.bcui-step .step-title>.step {
    overflow: hidden;
    height: 50px;
    position: relative;
    position: relative;
    -webkit-box-flex: 1;
    box-flex: 1
}
.bcui-step .step-title>.step>u {
    position: absolute;
    left: 0;
    top: 20px;
    height: 10px;
    width: 100%;
    display: block;
    background: var(--color);
}
.bcui-step .step-title>.step>b {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -25px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    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;
}

/*============================================================
            相册
=============================================================*/

.bcui-photo-list {
    list-style: none;
    margin: 0;
    padding: 20px;
    padding-top: 5px;
    padding-right: 0;
    background: #FFF;
    display: block;
    overflow: hidden;
}
.bcui-photo-list li {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-right: 10px;
    position: relative;
    border: 1px solid #EEE;
    width: 80px;
    height: 80px;
    margin-top: 10px;
    float: left;
    overflow: hidden;
}
.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: 16px;
    height: 16px;
    line-height: 1;
    color: #FFF;
    font-size: 14px;
    text-align: center;
    background-color: rgba(220, 0, 0, 0.6);
    border-radius: 100%;
    border-top-right-radius: 0;
    font-style: normal;
}
.bcui-photo-list li .del::after, .bcui-photo-list li .del::before {
    width: 8px;
    height: 1px;
    content: "";
    background: #FFF;
    position: absolute;
    top: 7px;
    left: 5px;
    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: 12px;
    text-align: center;
    margin: 0;
    color: #FFF;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 16px;
    background: rgba(0, 0, 0, 0.7);
}
.bcui-photo-list .addbtn {
    font-size: 12px;
    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: 30px;
    height: 2px;
    content: "";
    background: #CCC;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 50%;
    margin-left: -15px;
}
.bcui-photo-list .addbtn::before {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}