* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html, body {
    overflow: hidden;
    width: 100%;
    height: 100%
}

html {
    font-size: 40px;
    -webkit-text-size-adjust: 100%
}

body {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    font-family: "PingFang SC", "Apple LiGothic Medium", "Droid Sans", "Microsoft YaHei", "Microsoft JhengHei", "Helvetica Neue", Helvetica, sans-serif;
    font-size: .3rem;
    margin: 0;
    padding: 0;
    color: #666;
    overflow: hidden;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

a:link, a:visited, a:hover, a:active {
    color: #333
}

xmp {
    white-space: pre-wrap;
    word-break: break-all;
    word-wrap: break-word;
    font-size: .26rem;
    margin: 0;
    padding: 0;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
}

ol, ul, li, dl, dt, dd, article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, video, audio, pre {
    margin: 0;
    padding: 0
}

ol, ul, li {
    list-style: none
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: normal
}

h1, .bui-h1 {
    font-size: .42rem
}

h2, .bui-h2 {
    font-size: .38rem
}

h3, .bui-h3 {
    font-size: .3rem
}

h4, .bui-h4 {
    font-size: .26rem
}

h5, .bui-h5 {
    font-size: .26rem
}

h6, .bui-h6 {
    font-size: .26rem
}

p {
    margin: 0;
    margin-bottom: .1rem
}

article {
    padding: .1rem
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, 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: transparent;
    text-decoration: none
}

a:focus {
    outline: thin dotted #333;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

a:active, a:hover {
    outline: 0;
    text-decoration: none
}

abbr[title] {
    border-bottom: 1px dotted
}

strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

mark {
    color: #000;
    background: #ff0
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    height: 0;
    box-sizing: content-box
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 0.2rem
}

button, input, optgroup, select, textarea {
    margin: 0;
    color: inherit;
    font: inherit;
    font-size: 100%;
    vertical-align: middle
}

input, textarea {
    -webkit-user-modify: read-write-plaintext-only;
    -webkit-box-shadow: none;
    box-shadow: none
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button
}

button:focus, textarea:focus, select:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="submit"]:focus {
    outline: 0
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

input[disabled] {
    color: #ccc;
    opacity: 1
}

textarea {
    overflow: auto;
    vertical-align: top
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

input {
    line-height: normal
}

input[type="checkbox"], input[type="radio"] {
    padding: 0;
    box-sizing: border-box
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0
}

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%
}

td, th {
    margin: 0;
    padding: 0
}

label {
    display: inline-block
}

[placeholder] {
    font-family: 'Microsoft yahei'
}

input[type="password"] {
    padding-left: 0
}

input {
    text-shadow: rgba(0, 0, 0, 0) 0px 0px 0px
}

input.focus-fixed {
    text-shadow: none
}

b {
    font-weight: normal;
    font-style: normal
}

view {
    display: block
}

component {
    display: block;
    height: inherit
}

.bui-arrow-left, .bui-arrow-right, .bui-arrow-up, .bui-arrow-down {
    position: relative
}

.bui-arrow-left:before, .bui-arrow-right:before, .bui-arrow-up:before, .bui-arrow-down:before {
    content: "";
    display: block;
    border-width: 8px;
    border-style: solid;
    position: absolute;
    width: 0;
    height: 0;
    box-sizing: content-box;
    z-index: 120
}

.bui-arrow-left:after, .bui-arrow-right:after, .bui-arrow-up:after, .bui-arrow-down:after {
    content: "";
    display: block;
    border-width: 8px;
    border-style: solid;
    position: absolute;
    width: 0;
    height: 0;
    box-sizing: content-box;
    z-index: 121
}

.bui-arrow-left:before {
    border-color: transparent #eee transparent transparent;
    top: 50%;
    margin-top: -8px;
    left: -16px
}

.bui-arrow-left:after {
    border-color: transparent #fff transparent transparent;
    top: 50%;
    margin-top: -8px;
    left: -15px
}

.bui-arrow-right:before {
    border-color: transparent transparent transparent #eee;
    top: 50%;
    margin-top: -8px;
    left: auto;
    right: -16px
}

.bui-arrow-right:after {
    border-color: transparent transparent transparent #fff;
    top: 50%;
    margin-top: -8px;
    left: auto;
    right: -15px
}

.bui-arrow-down:before {
    border-color: #eee transparent transparent transparent;
    top: auto;
    margin-left: -8px;
    left: 50%;
    bottom: -16px
}

.bui-arrow-down:after {
    border-color: #fff transparent transparent transparent;
    left: 50%;
    top: auto;
    margin-left: -8px;
    bottom: -15px
}

.bui-arrow-up:before {
    border-color: transparent transparent #eee transparent;
    top: -16px;
    left: 50%;
    margin-left: -8px
}

.bui-arrow-up:after {
    border-color: transparent transparent #fff transparent;
    top: -15px;
    left: 50%;
    margin-left: -8px
}

.bui-dropdown.bui-arrow-center .bui-arrow-up:before, .bui-arrow-center .bui-arrow-up:before {
    left: 50%;
    right: auto;
    margin-left: -8px
}

.bui-dropdown.bui-arrow-center .bui-arrow-up:after, .bui-arrow-center .bui-arrow-up:after {
    left: 50%;
    right: auto;
    margin-left: -8px
}

.bui-dropdown.bui-arrow-center .bui-arrow-down:before, .bui-arrow-center .bui-arrow-down:before {
    left: 50%;
    right: auto;
    margin-left: -8px
}

.bui-dropdown.bui-arrow-center .bui-arrow-down:after, .bui-arrow-center .bui-arrow-down:after {
    left: 50%;
    right: auto;
    margin-left: -8px
}

.bui-dropdown.bui-arrow-center .bui-arrow-left:before, .bui-arrow-center .bui-arrow-left:before {
    top: 50%;
    bottom: auto;
    margin-top: -8px
}

.bui-dropdown.bui-arrow-center .bui-arrow-left:after, .bui-arrow-center .bui-arrow-left:after {
    top: 50%;
    bottom: auto;
    margin-top: -8px
}

.bui-dropdown.bui-arrow-center .bui-arrow-right:before, .bui-arrow-center .bui-arrow-right:before {
    top: 50%;
    bottom: auto;
    margin-top: -8px
}

.bui-dropdown.bui-arrow-center .bui-arrow-right:after, .bui-arrow-center .bui-arrow-right:after {
    top: 50%;
    bottom: auto;
    margin-top: -8px
}

[class*=bui-badges] {
    display: inline-block;
    text-align: center;
    color: #fff;
    min-width: 8px;
    min-height: 8px;
    background: #f9342a;
    padding-left: 4px;
    padding-right: 4px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    font-size: .25rem;
    font-style: normal;
    margin: 0;
    white-space: nowrap;
    padding-top: 1px;
    padding-bottom: 1px
}

.bui-badges-mini {
    min-width: 3px;
    min-height: 3px;
    padding: 3px
}

@font-face {
    font-family: "icon";
    src: url("../../css/font/iconfont.eot");
    src: url("../../css/font/iconfont.eot?#iefix") format("embedded-opentype"), url("../../css/font/iconfont.woff") format("woff"), url("../../css/font/iconfont.ttf") format("truetype"), url("../../css/font/iconfont.svg#iconfont") format("svg")
}

[class^="icon-"], .icon {
    display: inline-block;
    font-family: "icon" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat
}

.bui-icon {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: .88rem;
    height: .88rem;
    line-height: .88rem;
    font-weight: 300;
    -webkit-border-radius: .88rem;
    border-radius: .88rem
}

.bui-icon i {
    color: #fff;
    font-size: .64rem;
    margin: 0
}

.bui-icon img {
    height: .64rem;
    margin: 0
}

.bui-icon, .icon, .thumbnail, i {
    position: relative
}

.bui-icon .bui-badges, .icon .bui-badges, .thumbnail .bui-badges, i .bui-badges {
    position: absolute;
    top: -10%;
    right: -8px;
    line-height: 1
}

.icon-back:before {
    content: "\e650"
}

.icon-next:before {
    content: "\e64c"
}

.icon-menu:before {
    content: "\e60c"
}

.icon-share:before {
    content: "\e62e"
}

.icon-safe:before {
    content: "\e68c"
}

.icon-check:before {
    content: "\e625"
}

.icon-listright:before {
    content: "\e64c"
}

.icon-listdown:before {
    content: "\e649"
}

.icon-listup:before {
    content: "\e646"
}

.icon-listleft:before {
    content: "\e650"
}

.icon-more:before {
    content: "\e62f"
}

.icon-more2:before {
    content: "\e656"
}

.icon-setting:before {
    content: "\e612"
}

.icon-remove:before {
    content: "\e61c"
}

.icon-removefill:before {
    content: "\e61b"
}

.icon-user:before {
    content: "\e67b"
}

.icon-lock:before {
    content: "\e65d"
}

.icon-unlock:before {
    content: "\e65e"
}

.icon-plus:before {
    content: "\e61e"
}

.icon-minus:before {
    content: "\e620"
}

.icon-search:before {
    content: "\e606"
}

.icon-loading:before {
    content: "\e602"
}

.icon-refresh:before {
    content: "\e655"
}

.icon-arrowup:before {
    content: "\e645"
}

.icon-arrowdown:before {
    content: "\e648"
}

.icon-close:before {
    content: "\e61a"
}

.icon-filter:before {
    content: "\e613"
}

.icon-home:before {
    content: "\e659"
}

.icon-homefill:before {
    content: "\e65a"
}

.icon-eye:before {
    content: "\e680"
}

.icon-eyefill:before {
    content: "\e67f"
}

.icon-camera:before {
    content: "\e60e"
}

.icon-camerafill:before {
    content: "\e60d"
}

.icon-fav:before {
    content: "\e62a"
}

.icon-favfill:before {
    content: "\e629"
}

.icon-pic:before {
    content: "\e679"
}

.icon-picfill:before {
    content: "\e676"
}

.icon-face:before {
    content: "\e610"
}

.icon-facefill:before {
    content: "\e60f"
}

.icon-warning:before {
    content: "\e60b"
}

.icon-warningfill:before {
    content: "\e60a"
}

.icon-success:before {
    content: "\e628"
}

.icon-successfill:before {
    content: "\e627"
}

.icon-info:before {
    content: "\e622"
}

.icon-infofill:before {
    content: "\e621"
}

.icon-help:before {
    content: "\e624"
}

.icon-helpfill:before {
    content: "\e623"
}

.icon-error:before {
    content: "\e61c"
}

.icon-errorfill:before {
    content: "\e61b"
}

.icon-fallback:before {
    content: "\e62b"
}

.icon-scan:before {
    content: "\e611"
}

.icon-tel:before {
    content: "\e603"
}

.icon-ecode:before {
    content: "\e657"
}

.icon-alert:before {
    content: "\e63f"
}

.icon-addressbook:before {
    content: "\e65b"
}

.icon-userinfo:before {
    content: "\e63a"
}

.icon-clock:before {
    content: "\e658"
}

.icon-edit:before {
    content: "\e62d"
}

.icon-time:before {
    content: "\e63c"
}

.icon-timefill:before {
    content: "\e63b"
}

.icon-comment:before {
    content: "\e633"
}

.icon-commentfill:before {
    content: "\e632"
}

.icon-chat:before {
    content: "\e678"
}

.icon-chatfill:before {
    content: "\e677"
}

.icon-doubt:before {
    content: "\e624"
}

.icon-doubtfill:before {
    content: "\e623"
}

.icon-shoppingcart:before {
    content: "\e631"
}

.icon-shoppingcartfill:before {
    content: "\e630"
}

a[class*=bui-btn] {
    display: block
}

button[class*=bui-btn], input[type="button"][class*=bui-btn] {
    width: 100%
}

[class*=bui-btn] {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    cursor: pointer;
    text-align: center;
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .2rem;
    padding-right: .2rem;
    line-height: 1.2;
    vertical-align: middle;
    -webkit-appearance: none;
    border: 1px solid #eee;
    margin: 0 auto;
    min-height: .6rem
}

[class*=bui-btn].active, [class*=bui-btn]:active {
    background-color: #f2f2f2
}

[class*=bui-btn] .icon {
    width: .7rem;
    height: .7rem;
    line-height: .7rem;
    margin: 0 0.2rem 0 0;
    font-size: .48rem
}

[class*=bui-btn] .icon img {
    width: 100%;
    height: auto
}

[class*=bui-btn] .icon [class^=icon-] {
    margin-right: 0
}

[class*=bui-btn] .bui-icon {
    margin-right: .2rem;
    font-size: .48rem
}

[class*=bui-btn] .bui-icon .icon, [class*=bui-btn] .bui-icon [class^=icon-] {
    margin-right: 0
}

[class*=bui-btn] .bui-thumbnail {
    margin-right: .2rem;
    width: 2rem
}

[class*=bui-btn] label {
    display: block
}

[class*=bui-btn].bui-box {
    display: -webkit-box;
    display: box;
    -webkit-box-align: center;
    box-align: center;
    text-align: left
}

[class*=bui-btn].bui-box-vertical {
    text-align: center
}

[class*=bui-btn] img {
    vertical-align: middle
}

[class*=bui-btn] .bui-loading .bui-loading-cell {
    margin-top: 0;
    vertical-align: top
}

[class*=bui-btn] .bui-loading-inline .bui-loading-text {
    line-height: inherit;
    display: inline-block
}

.bui-thumbnail {
    margin: 0;
    width: 100%
}

[class*=bui-btn-text] {
    background: none;
    border: none;
    padding-top: .1rem;
    padding-bottom: .1rem
}

.bui-group {
    padding: 0;
    margin: 0 auto;
    text-align: center
}

.bui-group:after {
    content: "";
    display: block;
    clear: both
}

.bui-group > [class*=bui-btn] {
    border-left-width: 0;
    display: inline-block
}

.bui-tag {
    display: inline-block;
    padding: .05rem .2rem;
    background: #efefef;
    color: #999
}

.bui-group {
    padding: 0;
    margin: 0 auto;
    text-align: center
}

.bui-group:after {
    content: "";
    display: block;
    clear: both
}

.bui-group > [class*=bui-btn] {
    border-left-width: 0;
    display: inline-block
}

.bui-group > .bui-check {
    display: inline-block;
    width: auto
}

.bui-list {
    text-align: left
}

.bui-list > [class*=bui-btn] {
    border: 0;
    text-align: left;
    border-bottom: 1px solid #eee
}

.bui-list > [class*=bui-btn] .bui-list {
    border-top: 0;
    border-bottom: 0
}

.bui-list > [class*=bui-btn]:last-child {
    border-bottom: 0
}

.bui-list > [class*=bui-btn]:last-child:after {
    content: "";
    position: relative
}

.bui-list > [class*=bui-btn] input[type="text"] {
    padding-left: 0
}

.bui-list > [class*=bui-btn] > .icon {
    margin-right: .2rem
}

.bui-list .bui-box {
    -webkit-box-align: center;
    box-align: center
}

.bui-list .bui-box .span1 {
    text-align: left
}

.bui-list > .bui-box-align-top {
    -webkit-box-align: start;
    box-align: start
}

.bui-list > .bui-box-align-bottom {
    -webkit-box-align: end;
    box-align: end
}

.bui-list > .bui-btn-title {
    padding-top: .12rem;
    padding-bottom: .12rem;
    color: #999;
    background: #f3f5f8;
    min-height: 0
}

.bui-list > .active {
    background-color: #f2f2f2
}

.bui-list > .bui-btn-line {
    padding-top: .15rem;
    padding-bottom: .15rem;
    line-height: .6rem
}

.bui-list .bui-select {
    padding-left: 0
}

.bui-list .thumbnail {
    margin: 0;
    margin-right: .2rem
}

.bui-list .thumbnail img {
    width: 100%;
    height: 100%
}

.bui-list .icon {
    width: .54rem;
    height: .54rem;
    line-height: .54rem;
    text-align: center;
    margin: 0
}

.bui-list .icon img {
    width: 100%;
    height: auto
}

.bui-list .bui-value {
    color: #666
}

.bui-list textarea {
    border: 0
}

.bui-list textarea.bui-input {
    padding: 0
}

.bui-list .bui-pickerdate {
    border: 0
}

.bui-list .bui-dropdown > [class*=bui-btn] {
    border: 0;
    margin-top: -.1rem;
    margin-bottom: -.1rem;
    padding-right: 0
}

.bui-list .bui-dropdown > [class*=bui-btn].active {
    background: none
}

.bui-list .bui-dropdown > [class*=bui-btn] ~ .bui-list {
    border: 1px solid #eee
}

.bui-list .bui-dropdown .icon-dropdown {
    color: #666;
    margin-left: .2rem
}

.bui-menu {
    text-align: left;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.bui-menu > [class*=bui-btn] {
    border: 0;
    text-align: left;
    border-bottom: 1px solid #eee
}

.bui-menu > [class*=bui-btn]:active {
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s
}

.bui-menu > [class*=bui-btn]:active:before {
    width: 0
}

.bui-menu > [class*=bui-btn]:active:after {
    width: 100%
}

.bui-menu > [class*=bui-btn]:last-child {
    border: 0;
    text-align: left;
    border-bottom: 0
}

.bui-list-pic .bui-pic, .bui-list-photo .bui-thumbnail {
    margin-bottom: .2rem;
    margin-right: 0;
    width: 100%
}

.bui-list-pic .bui-pic img, .bui-list-photo .bui-thumbnail img {
    max-width: 100%
}

.bui-list-thumbnail .item-title {
    margin-bottom: .2rem
}

.bui-navbar {
    width: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow-x: auto
}

.bui-navbar::-webkit-scrollbar {
    display: none
}

.bui-navbar .bui-nav {
    display: block;
    -webkit-padding-start: 0;
    white-space: nowrap
}

.bui-navbar .bui-nav > [class*=bui-btn] {
    border-bottom: 0
}

.bui-navbar .bui-nav > [class*=span], .bui-navbar .bui-nav > li {
    display: inline-block;
    float: none;
    clear: none;
    word-break: break-all;
    margin: 0;
    width: auto;
    min-width: 1rem;
    padding-left: .2rem;
    padding-right: .2rem;
    vertical-align: bottom
}

.bui-navbar .bui-nav > [class=span1] {
    width: .08333rem
}

.bui-navbar .bui-nav > [class=span2] {
    width: .16667rem
}

.bui-navbar .bui-nav > [class=span3] {
    width: .25rem
}

.bui-navbar .bui-nav > [class=span4] {
    width: .33333rem
}

.bui-navbar .bui-nav > [class=span5] {
    width: .41667rem
}

.bui-navbar .bui-nav > [class=span6] {
    width: .5rem
}

.bui-navbar .bui-nav > [class=span7] {
    width: .58333rem
}

.bui-navbar .bui-nav > [class=span8] {
    width: .66667rem
}

.bui-navbar .bui-nav > [class=span9] {
    width: .75rem
}

.bui-navbar .bui-nav > [class=span10] {
    width: .83333rem
}

.bui-navbar .bui-nav > [class=span11] {
    width: .91667rem
}

.bui-navbar .bui-nav > [class=span12] {
    width: 1rem
}

.bui-nav {
    display: -webkit-box;
    display: box;
    width: 100%;
    -webkit-box-pack: justify;
    box-pack: justify;
    -webkit-box-align: center;
    box-align: center;
    position: relative;
    margin: 0 auto;
    border-bottom: 1px solid #eee
}

.bui-nav.bui-nav-skin01 > [class*=bui-btn]:after {
    left: 50%;
    right: auto;
    width: .6rem;
    margin-left: -.3rem
}

.bui-nav > [class*=bui-btn] {
    -webkit-box-flex: 1;
    box-flex: 1;
    width: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    border-right: 0;
    border-left: 0;
    position: relative;
    border: 0
}

.bui-nav > [class*=bui-btn]:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    transition: -webkit-transform .2s ease-out, transform .2s ease-out;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    height: 2px
}

.bui-nav > [class*=bui-btn] > .span1 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.bui-nav > [class*=bui-btn] .icon, .bui-nav > [class*=bui-btn] i {
    margin: 0 .1rem;
    display: inline-block;
    font-size: .48rem;
    width: .48rem;
    height: .48rem;
    text-align: center;
    line-height: .48rem
}

.bui-nav > [class*=bui-btn].active:after {
    content: "";
    display: block;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    background: #39a4ff
}

.bui-nav > .active {
    color: #39a4ff;
    background: #fff
}

.bui-nav > .active i {
    color: inherit
}

.bui-nav.bui-fluid {
    border-top: 1px solid #eee
}

.bui-nav.bui-fluid > [class*=bui-btn] {
    border-top: 0
}

.bui-nav.bui-fluid > [class*=bui-btn].bui-box-vertical {
    padding-top: .1rem;
    padding-bottom: .1rem
}

.bui-nav .bui-box-vertical {
    padding-top: .1rem;
    padding-bottom: .1rem;
    font-size: .208rem
}

.bui-nav .bui-box-vertical .icon, .bui-nav .bui-box-vertical i {
    margin: 0 auto
}

.bui-nav i {
    background-size: auto .4rem
}

.bui-nav .icon-nav01 {
    background-image: url(../images/icons/icon-nav01.png)
}

.bui-nav .icon-nav02 {
    background-image: url(../images/icons/icon-nav02.png)
}

.bui-nav .icon-nav03 {
    background-image: url(../images/icons/icon-nav03.png)
}

.bui-nav .icon-nav04 {
    background-image: url(../images/icons/icon-nav04.png)
}

.bui-nav .active .icon-nav01 {
    background-image: url(../images/icons/icon-nav01-active.png)
}

.bui-nav .active .icon-nav02 {
    background-image: url(../images/icons/icon-nav02-active.png)
}

.bui-nav .active .icon-nav03 {
    background-image: url(../images/icons/icon-nav03-active.png)
}

.bui-nav .active .icon-nav04 {
    background-image: url(../images/icons/icon-nav04-active.png)
}

.bui-nav-vertical {
    -webkit-box-orient: vertical;
    box-orient: vertical;
    border-bottom: 1px solid #eee
}

.bui-nav-vertical > [class*=bui-btn] {
    width: 100%;
    border-bottom: 0;
    border-right: 1px solid #eee
}

.bui-nav-vertical > [class*=bui-btn]:first-child {
    border-left: 1px solid #eee
}

.bui-nav-round > [class*=bui-btn]:first-child {
    -webkit-border-radius: .1rem 0 0 .1rem;
    border-radius: .1rem 0 0 .1rem
}

.bui-nav-round > [class*=bui-btn]:last-child {
    -webkit-border-radius: 0 .1rem .1rem 0;
    border-radius: 0 .1rem .1rem 0
}

header .bui-nav {
    border-bottom: 0
}

.bui-tab-foot .bui-nav, footer .bui-nav {
    border-top: 1px solid #eee;
    border-bottom: 0
}

.bui-tab-foot .bui-nav [class*=bui-btn], footer .bui-nav [class*=bui-btn] {
    border-bottom: 0
}

.bui-tab-foot .bui-nav [class*=bui-btn].bui-box-vertical, footer .bui-nav [class*=bui-btn].bui-box-vertical {
    padding-top: .15rem
}

.bui-tab-foot .bui-nav [class*=bui-btn].bui-box-vertical i, footer .bui-nav [class*=bui-btn].bui-box-vertical i {
    margin-bottom: .05rem
}

.bui-tab-foot .bui-nav [class*=bui-btn]:after, footer .bui-nav [class*=bui-btn]:after {
    transition: none;
    height: 0
}

.bui-nav-icon {
    background: #fff
}

.bui-nav-icon .bui-btn i, .bui-nav-icon .bui-btn .icon, .bui-nav-icon .bui-btn [class^=icon-], .bui-nav-icon .bui-btn [class^=bui-icon-] {
    display: block;
    font-size: .64rem;
    width: .88rem;
    height: .88rem;
    line-height: .88rem;
    margin: 0 auto;
    text-align: center
}

.bui-nav-icon .bui-btn i i, .bui-nav-icon .bui-btn .icon i, .bui-nav-icon .bui-btn [class^=icon-] i, .bui-nav-icon .bui-btn [class^=bui-icon-] i {
    margin: 0
}

.bui-nav-icon .bui-btn {
    padding-top: .2rem;
    padding-bottom: .2rem;
    border: 0
}

.bui-nav-icon .bui-btn > .bui-icon, .bui-nav-icon .bui-btn > .icon {
    margin-right: auto;
    margin-bottom: .2rem
}

.bui-nav-icon .bui-badges {
    min-width: .34rem;
    min-height: .34rem;
    line-height: .34rem;
    padding: 0;
    padding-top: .03rem
}

.bui-nav-icon .item-title {
    font-size: .3rem
}

.bui-bar {
    background: #fff;
    display: -webkit-box;
    display: box;
    width: 100%;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-box-align: center;
    box-align: center
}

.bui-bar .bui-bar-main {
    color: #666;
    padding: 0;
    font-size: .34rem;
    text-align: center;
    -webkit-box-flex: 1;
    box-flex: 1;
    width: 0
}

.bui-bar .bui-bar-main .bui-nav {
    width: 80%
}

.bui-bar .bui-bar-main .bui-nav > [class*=bui-btn] {
    background: #fff;
    border-color: #fff;
    color: #666;
    font-size: .26rem;
    min-height: .5rem;
    line-height: .5rem;
    padding-top: 0;
    padding-bottom: 0
}

.bui-bar .bui-bar-main .bui-nav > [class*=bui-btn]:after {
    height: 0
}

.bui-bar .bui-bar-main .bui-nav > .active {
    color: #666;
    background: #fff
}

.bui-bar .bui-bar-main .bui-nav > [class*=bui-btn]:first-child {
    -webkit-border-radius: .5rem 0 0 .5rem;
    border-radius: .5rem 0 0 .5rem;
    border-left: 1px solid #fff
}

.bui-bar .bui-bar-main .bui-nav > [class*=bui-btn]:last-child {
    -webkit-border-radius: 0 .5rem .5rem 0;
    border-radius: 0 .5rem .5rem 0;
    border-right: 1px solid #fff
}

.bui-bar .bui-bar-main > [class*=bui-dropdown] > [class*=bui-btn] {
    background: none;
    border: 0;
    color: #666;
    height: .9rem;
    line-height: .9rem;
    text-align: center;
    padding: 0
}

.bui-bar .bui-bar-main > [class*=bui-dropdown] > [class*=bui-btn] i {
    font-size: .36667rem
}

.bui-bar .bui-bar-main > [class*=bui-dropdown] > [class*=bui-dropdown-menu] .span1 {
    text-align: center
}

.bui-bar .bui-bar-main > [class*=bui-dropdown] .bui-menu-bottom [class*=bui-btn] {
    color: #666
}

.bui-bar .bui-bar-main > .bui-input {
    padding: .08rem .1rem
}

.bui-bar [class^="icon-"] {
    width: .44rem;
    height: .44rem;
    line-height: .44rem;
    position: relative
}

.bui-bar .bui-bar-left, .bui-bar .bui-bar-right {
    width: 1.2rem;
    height: .9rem;
    overflow: hidden
}

.bui-bar .bui-bar-left > [class*=bui-btn], .bui-bar .bui-bar-right > [class*=bui-btn] {
    height: .9rem;
    padding: 0;
    line-height: .9rem;
    border: 0;
    background: none;
    display: inline-block;
    font-size: .27rem
}

.bui-bar .bui-bar-left > [class*=bui-btn] > i, .bui-bar .bui-bar-right > [class*=bui-btn] > i {
    color: #666;
    font-size: .44rem
}

.bui-bar .bui-bar-left > [class*=bui-dropdown] > [class*=bui-btn], .bui-bar .bui-bar-right > [class*=bui-dropdown] > [class*=bui-btn] {
    background: none;
    border: 0;
    color: #fff;
    height: .9rem;
    text-align: center;
    padding-left: 0;
    padding-right: 0
}

.bui-bar .bui-bar-left > [class*=bui-dropdown] > [class*=bui-btn] > i, .bui-bar .bui-bar-right > [class*=bui-dropdown] > [class*=bui-btn] > i {
    color: #666;
    font-size: .44rem
}

.bui-bar .bui-bar-left {
    text-align: left
}

.bui-bar .bui-bar-left > [class*=bui-btn] {
    text-align: left;
    padding-left: .2rem;
    width: 100%
}

.bui-bar .bui-bar-left > [class*=bui-dropdown] > [class*=bui-list] {
    left: .1rem !important
}

.bui-bar .bui-bar-left > [class*=bui-dropdown] .bui-menu-bottom.bui-arrow-up:before, .bui-bar .bui-bar-left > [class*=bui-dropdown] .bui-menu-bottom.bui-arrow-up:after {
    left: .17rem !important
}

.bui-bar .bui-bar-left > [class*=bui-dropdown] .bui-menu-top.bui-arrow-down:before, .bui-bar .bui-bar-left > [class*=bui-dropdown] .bui-menu-top.bui-arrow-down:after {
    left: .17rem !important
}

.bui-bar .bui-bar-right {
    text-align: right;
    padding-right: .2rem
}

.bui-bar .bui-bar-right > [class*=bui-btn] {
    text-align: right;
    margin-right: .1rem;
    margin-left: .1rem
}

.bui-bar .bui-bar-auto {
    width: auto
}

.bui-bar .bui-bar-text {
    width: 1.4rem
}

.bui-bar input[type="radio"]:before, .bui-bar input[type="checkbox"]:before {
    color: #fff
}

.bui-bar .bui-input {
    background: #f3f5f8
}

.bui-bar .bui-list {
    border-top: 1px solid #eee
}

header.bui-bar, header .bui-bar {
    background: #39a4ff
}

header.bui-bar .bui-bar-main, header .bui-bar .bui-bar-main {
    color: #fff;
    font-size: .34rem
}

header.bui-bar .bui-bar-main .bui-nav, header .bui-bar .bui-bar-main .bui-nav {
    width: 80%
}

header.bui-bar .bui-bar-main .bui-nav > [class*=bui-btn], header .bui-bar .bui-bar-main .bui-nav > [class*=bui-btn] {
    background: #39a4ff;
    color: #fff;
    border: 1px solid #fff
}

header.bui-bar .bui-bar-main .bui-nav > [class*=bui-btn] > i, header .bui-bar .bui-bar-main .bui-nav > [class*=bui-btn] > i {
    color: #fff
}

header.bui-bar .bui-bar-main .bui-nav > .active, header .bui-bar .bui-bar-main .bui-nav > .active {
    color: #39a4ff;
    background: #fff
}

header.bui-bar .bui-bar-main .bui-nav > [class*=bui-btn]:first-child, header .bui-bar .bui-bar-main .bui-nav > [class*=bui-btn]:first-child {
    border-left: 1px solid #fff
}

header.bui-bar .bui-bar-main .bui-nav > [class*=bui-btn]:last-child, header .bui-bar .bui-bar-main .bui-nav > [class*=bui-btn]:last-child {
    border-right: 1px solid #fff
}

header.bui-bar .bui-bar-main > [class*=bui-dropdown] > [class*=bui-btn], header .bui-bar .bui-bar-main > [class*=bui-dropdown] > [class*=bui-btn] {
    background: none;
    color: #fff
}

header.bui-bar .bui-bar-main > [class*=bui-dropdown] > [class*=bui-btn] > i, header .bui-bar .bui-bar-main > [class*=bui-dropdown] > [class*=bui-btn] > i {
    color: #fff
}

header.bui-bar .bui-bar-left > [class*=bui-btn], header.bui-bar .bui-bar-right > [class*=bui-btn], header .bui-bar .bui-bar-left > [class*=bui-btn], header .bui-bar .bui-bar-right > [class*=bui-btn] {
    background: none;
    color: #fff
}

header.bui-bar .bui-bar-left > [class*=bui-btn] > i, header.bui-bar .bui-bar-right > [class*=bui-btn] > i, header .bui-bar .bui-bar-left > [class*=bui-btn] > i, header .bui-bar .bui-bar-right > [class*=bui-btn] > i {
    color: #fff
}

header.bui-bar .bui-bar-left > [class*=bui-dropdown] > [class*=bui-btn], header.bui-bar .bui-bar-right > [class*=bui-dropdown] > [class*=bui-btn], header .bui-bar .bui-bar-left > [class*=bui-dropdown] > [class*=bui-btn], header .bui-bar .bui-bar-right > [class*=bui-dropdown] > [class*=bui-btn] {
    background: none;
    color: #fff
}

header.bui-bar .bui-bar-left > [class*=bui-dropdown] > [class*=bui-btn] > i, header.bui-bar .bui-bar-right > [class*=bui-dropdown] > [class*=bui-btn] > i, header .bui-bar .bui-bar-left > [class*=bui-dropdown] > [class*=bui-btn] > i, header .bui-bar .bui-bar-right > [class*=bui-dropdown] > [class*=bui-btn] > i {
    color: #fff
}

header.bui-bar input[type="radio"]:before, header.bui-bar input[type="checkbox"]:before, header .bui-bar input[type="radio"]:before, header .bui-bar input[type="checkbox"]:before {
    color: #fff
}

header.bui-bar .bui-input, header .bui-bar .bui-input {
    background: #fff
}

.bui-bar-side .bui-bar-main {
    text-align: left
}

.bui-bar-side .bui-bar-right {
    width: auto
}

.bui-bar-side .bui-bar-right [class*=bui-btn] {
    padding-left: 0
}

.bui-bar-side .bui-bar-left {
    width: auto;
    padding-right: .2rem
}

.bui-accordion {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    border-top: 1px solid #eee
}

.bui-accordion > dt, .bui-accordion > [class*=bui-btn] {
    border: 0;
    border-bottom: 1px solid #eee;
    background: #fff
}

.bui-accordion > dt:active, .bui-accordion > [class*=bui-btn]:active {
    background: #f2f2f2
}

.bui-accordion > dt .clearactive:active, .bui-accordion > [class*=bui-btn] .clearactive:active {
    background: #fff
}

.bui-accordion > .active .icon-accordion {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.bui-accordion > [class*=bui-btn] + dd, .bui-accordion > dt + dd, .bui-accordion > dd {
    display: none;
    border: 0;
    overflow-y: auto;
    border-bottom: 1px solid #eee
}

.bui-accordion > [class*=bui-btn] + dd > .bui-list, .bui-accordion > dt + dd > .bui-list, .bui-accordion > dd > .bui-list {
    border-top: 0;
    border-bottom: 0
}

.bui-accordion > [class*=bui-btn] + dd > .bui-list > .bui-btn:last-child, .bui-accordion > dt + dd > .bui-list > .bui-btn:last-child, .bui-accordion > dd > .bui-list > .bui-btn:last-child {
    border-bottom: 0
}

.bui-accordion .icon-accordion {
    -webkit-transition: -webkit-transform 0.3s ease-in-out 0s;
    transition: transform 0.3s ease-in-out 0s
}

.bui-accordion .icon-accordion:before {
    content: "\e649"
}

.bui-choose, .bui-like, .bui-fav, .bui-checkbox, .bui-radio {
    display: inline-block;
    -webkit-appearance: none;
    background-color: transparent;
    border: 0;
    outline: 0;
    width: .44rem;
    height: .44rem;
    line-height: .44rem;
    font-family: "icon";
    -webkit-text-stroke-width: 0.1px;
    -webkit-font-smoothing: antialiased;
    font-size: .44rem;
    margin-left: .1rem;
    margin-right: .1rem;
    vertical-align: middle;
    color: #ccc
}

.bui-choose:before, .bui-like:before, .bui-fav:before, .bui-checkbox:before, .bui-radio:before {
    display: inline-block;
    content: "\e626";
    line-height: 1
}

.bui-choose.active, .bui-choose:checked, .bui-like.active, .bui-like:checked, .bui-fav.active, .bui-fav:checked, .bui-checkbox.active, .bui-checkbox:checked, .bui-radio.active, .bui-radio:checked {
    color: #39a4ff
}

.bui-choose.active:before, .bui-choose:checked:before, .bui-like.active:before, .bui-like:checked:before, .bui-fav.active:before, .bui-fav:checked:before, .bui-checkbox.active:before, .bui-checkbox:checked:before, .bui-radio.active:before, .bui-radio:checked:before {
    content: "\e615"
}

.bui-choose.disabled, .bui-choose:disabled, .bui-like.disabled, .bui-like:disabled, .bui-fav.disabled, .bui-fav:disabled, .bui-checkbox.disabled, .bui-checkbox:disabled, .bui-radio.disabled, .bui-radio:disabled {
    color: #eee
}

.bui-choose.disabled:before, .bui-choose:disabled:before, .bui-like.disabled:before, .bui-like:disabled:before, .bui-fav.disabled:before, .bui-fav:disabled:before, .bui-checkbox.disabled:before, .bui-checkbox:disabled:before, .bui-radio.disabled:before, .bui-radio:disabled:before {
    content: "\e626"
}

.bui-choose.disabled:checked, .bui-choose:disabled:checked, .bui-like.disabled:checked, .bui-like:disabled:checked, .bui-fav.disabled:checked, .bui-fav:disabled:checked, .bui-checkbox.disabled:checked, .bui-checkbox:disabled:checked, .bui-radio.disabled:checked, .bui-radio:disabled:checked {
    color: #ccc
}

.bui-choose.disabled:checked:before, .bui-choose:disabled:checked:before, .bui-like.disabled:checked:before, .bui-like:disabled:checked:before, .bui-fav.disabled:checked:before, .bui-fav:disabled:checked:before, .bui-checkbox.disabled:checked:before, .bui-checkbox:disabled:checked:before, .bui-radio.disabled:checked:before, .bui-radio:disabled:checked:before {
    content: "\e616"
}

.bui-choose[title], .bui-like[title], .bui-fav[title], .bui-checkbox[title], .bui-radio[title] {
    display: inline-block;
    width: inherit
}

.bui-choose[title]:after, .bui-like[title]:after, .bui-fav[title]:after, .bui-checkbox[title]:after, .bui-radio[title]:after {
    content: attr(title);
    display: block;
    padding-left: .54rem;
    margin-top: -.44rem;
    font-size: .3rem
}

.bui-checkbox:before {
    content: "\e617"
}

.bui-checkbox.active:before, .bui-checkbox:checked:before {
    content: "\e618"
}

.bui-checkbox:disabled:before {
    content: "\e617"
}

.bui-checkbox:disabled:checked:before {
    content: "\e618"
}

.bui-checkbox[type="radio"]:before {
    content: "\e626"
}

.bui-checkbox[type="radio"].active:before, .bui-checkbox[type="radio"]:checked:before {
    content: "\e627"
}

.bui-checkbox[type="radio"]:disabled:before {
    content: "\e626"
}

.bui-checkbox[type="radio"]:disabled:checked:before {
    content: "\e627"
}

.bui-choose:before {
    content: ""
}

.bui-choose[type="checkbox"]:before {
    content: "\e626"
}

.bui-choose.active:before, .bui-choose:checked:before {
    content: "\e625"
}

.bui-choose.active[type="checkbox"]:before, .bui-choose:checked[type="checkbox"]:before {
    content: "\e627"
}

.bui-choose.disabled:before, .bui-choose:disabled:before {
    content: "\e617"
}

.bui-choose.disabled[type="checkbox"]:before, .bui-choose:disabled[type="checkbox"]:before {
    content: "\e626"
}

.bui-choose.disabled:checked:before, .bui-choose:disabled:checked:before {
    content: "\e619"
}

.bui-choose.disabled:checked[type="checkbox"]:before, .bui-choose:disabled:checked[type="checkbox"]:before {
    content: "\e627"
}

.bui-like:before {
    content: "\e641"
}

.bui-like:checked:before {
    content: "\e640"
}

.bui-like.disabled:before, .bui-like:disabled:before {
    content: "\e641"
}

.bui-like.disabled:checked:before, .bui-like:disabled:checked:before {
    content: "\e640"
}

.bui-fav:before {
    content: "\e62a"
}

.bui-fav:checked:before {
    content: "\e629"
}

.bui-fav.disabled:before, .bui-fav:disabled:before {
    content: "\e62a"
}

.bui-fav.disabled:checked:before, .bui-fav:disabled:checked:before {
    content: "\e629"
}

.bui-date {
    margin-left: .1rem;
    margin-right: .1rem;
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #eee;
    min-width: 1.6rem;
    height: .6rem
}

input.bui-input {
    border: 0;
    min-height: .6rem;
    padding-left: .2rem
}

input.bui-input:focus {
    outline: 0
}

.placeholder {
    color: #b3b3b3
}

.bui-input {
    display: -webkit-box;
    display: box;
    width: 100%;
    -webkit-box-pack: justify;
    box-pack: justify;
    -webkit-box-align: center;
    box-align: center;
    background: #fff;
    color: #666;
    font-size: .27rem;
    position: relative
}

.bui-input input[type="text"], .bui-input input[type="password"], .bui-input input[type="number"], .bui-input input[type="search"], .bui-input textarea {
    display: block;
    font-size: .27rem;
    padding-top: .1rem;
    padding-bottom: .1rem;
    padding-left: .1rem;
    color: #666;
    height: .6rem;
    border: 1px solid #ddd;
    -webkit-box-flex: 1;
    box-flex: 1;
    width: 0;
    border: 0;
    background: none;
    padding-left: 0
}

.bui-input i {
    font-size: .39rem;
    color: #ccc;
    display: inline-block;
    text-align: center;
    width: .6rem;
    height: .6rem;
    line-height: .6rem
}

.bui-input .icon-listright, .bui-input .icon-dropdown {
    font-size: .3rem;
    width: .48rem;
    height: .48rem
}

.bui-input .bui-dropdown:first-child > [class*=bui-btn] {
    border-radius: .1rem 0 0 .1rem
}

.bui-input .bui-dropdown > [class*=bui-btn] {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center
}

.bui-input > .bui-btn {
    display: inline-block
}

.bui-input textarea {
    height: auto;
    padding: .2rem
}

.icon-eye.active:before {
    content: "\e67f";
    color: #39a4ff
}

textarea.bui-input {
    padding: .2rem
}

.bui-input-length {
    position: absolute;
    bottom: .1rem;
    right: .1rem;
    color: #999
}

.bui-input-length em {
    color: #ff9236;
    font-style: normal
}

.bui-label {
    display: inline-block;
    width: 1.6rem;
    padding-right: .1rem
}

.bui-value {
    display: inline-block;
    padding-left: .2rem
}

.bui-value textarea, .bui-value input[type="text"] {
    border: 0
}

.bui-filter {
    padding-top: .1rem;
    padding-bottom: .1rem
}

.bui-filter .bui-check {
    margin-top: .1rem;
    margin-bottom: .1rem
}

header .bui-input {
    text-align: center;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-border-radius: .5rem;
    border-radius: .5rem
}

.bui-btn.bui-box-vertical .bui-label {
    margin-bottom: .2rem
}

.bui-switch-text, .bui-switch {
    -webkit-appearance: none;
    position: relative;
    display: inline-block;
    width: .9rem;
    height: .52rem;
    background-color: #dfdfdf;
    background-clip: padding-box;
    border-radius: .52rem;
    margin-right: .1rem;
    margin-left: .1rem
}

.bui-switch-text:focus, .bui-switch:focus {
    outline: 0
}

.bui-switch-text:before, .bui-switch:before {
    position: absolute;
    right: 0;
    line-height: .52rem;
    color: #777;
    text-transform: uppercase;
    content: ""
}

.bui-switch-text:after, .bui-switch:after {
    content: '';
    position: absolute;
    top: .02rem;
    left: .02rem;
    width: .46rem;
    height: .46rem;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 50%;
    -webkit-transition: -webkit-transform 0.2s ease-in-out 0s;
    transition: transform 0.2s ease-in-out 0s
}

.bui-switch-text:checked, .bui-switch:checked {
    background-color: #39a4ff;
    background-clip: padding-box
}

.bui-switch-text:checked:before, .bui-switch:checked:before {
    right: auto;
    left: .23rem;
    color: #fff;
    content: ""
}

.bui-switch-text:checked:after, .bui-switch:checked:after {
    border: 0;
    top: .02rem;
    left: .02rem;
    -webkit-transform: translateX(.38rem);
    transform: translateX(.38rem)
}

.bui-switch-text:disabled:after, .bui-switch:disabled:after {
    background: #ddd
}

.bui-switch-text {
    width: 1.3rem;
    height: .52rem
}

.bui-switch-text:before {
    content: attr(uncheck);
    padding-right: .15rem;
    font-size: .22rem;
    color: #fff
}

.bui-switch-text:after {
    font-size: .22rem;
    height: .46rem;
    line-height: .52rem;
    left: .04rem
}

.bui-switch-text:after {
    background: #fff;
    text-align: center;
    width: .46rem;
    overflow: hidden;
    -webkit-border-radius: .52rem;
    border-radius: .52rem;
    color: #fff
}

.bui-switch-text:checked {
    background: #39a4ff
}

.bui-switch-text:checked:after {
    -webkit-transform: translateX(.78rem);
    transform: translateX(.78rem)
}

.bui-switch-text:checked:before {
    content: attr(check);
    color: #fff
}

.bui-switch-btn {
    -webkit-border-radius: .1rem;
    border-radius: .1rem;
    -webkit-appearance: none;
    position: relative;
    border: 0px solid #e5e5e5;
    text-align: center;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    background: #fff;
    color: #666
}

.bui-switch-btn:focus {
    outline: 0
}

.bui-switch-btn:before {
    content: attr(uncheck);
    display: block;
    min-width: 1rem;
    padding: .1rem .1rem
}

.bui-switch-btn:checked {
    background: RGBA(166, 227, 255, 0.21);
    border: 1px solid #39a4ff
}

.bui-switch-btn:checked:before {
    content: attr(check)
}

input.bui-tag, input.bui-check {
    -webkit-appearance: none;
    position: relative;
    border: 0px solid #e5e5e5;
    text-align: center;
    display: block;
    border: 1px solid #e5e5e5;
    min-width: 1rem;
    min-height: .6rem;
    line-height: .6rem;
    width: 100%;
    padding: 0 .1rem;
    margin: 0;
    background: #fff;
    color: #666
}

input.bui-tag:focus, input.bui-check:focus {
    outline: 0
}

input.bui-tag:before, input.bui-check:before {
    content: attr(uncheck)
}

input.bui-tag:checked, input.bui-check:checked {
    background: RGBA(166, 227, 255, 0.21);
    border: 1px solid #39a4ff
}

input.bui-tag:checked:before, input.bui-check:checked:before {
    content: attr(check)
}

.bui-check input[type="checkbox"], .bui-check input[type="radio"] {
    display: none
}

.bui-check label {
    display: block;
    padding: .1rem .2rem;
    background: #fff;
    border: 1px solid #eee;
    text-align: center
}

.bui-check :checked ~ label {
    background: RGBA(166, 227, 255, 0.21);
    border: 1px solid #39a4ff
}

.bui-range {
    -webkit-appearance: none;
    margin: 0 .1rem;
    width: auto;
    height: 1px
}

.bui-range:focus {
    outline: none
}

.bui-range::-webkit-slider-runnable-track {
    width: auto;
    height: 1px;
    cursor: pointer;
    animate: 0.2s;
    background: #ddd;
    border-radius: .06rem
}

.bui-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 1px solid #fff;
    height: 11px;
    width: 11px;
    border-radius: 5.5px;
    background: #39a4ff;
    cursor: pointer;
    border: 0;
    margin-top: -5px
}

.bui-number {
    display: -webkit-box;
    display: box;
    width: 100%;
    -webkit-box-pack: justify;
    box-pack: justify;
    -webkit-box-align: center;
    box-align: center;
    width: 1.8rem;
    -webkit-border-radius: .1rem;
    border-radius: .1rem;
    border: 1px solid #ddd;
    background: #fff
}

.bui-number .bui-number-prev, .bui-number .bui-number-next {
    width: .5rem;
    height: .5rem;
    line-height: .5rem;
    color: #666;
    text-align: center;
    border: 0;
    margin: 0
}

.bui-number .bui-number-prev:active, .bui-number .bui-number-next:active {
    background: #f1f1f1
}

.bui-number .bui-number-prev i, .bui-number .bui-number-next i {
    margin-right: 0
}

.bui-number .bui-number-prev {
    -webkit-border-radius: .1rem 0 0 .1rem;
    border-radius: .1rem 0 0 .1rem
}

.bui-number .bui-number-next {
    -webkit-border-radius: 0 .1rem .1rem 0;
    border-radius: 0 .1rem .1rem 0
}

.bui-number input {
    -webkit-border-radius: 0;
    border-radius: 0;
    display: block;
    font-size: .27rem;
    padding-top: .1rem;
    padding-bottom: .1rem;
    padding-left: .1rem;
    color: #666;
    height: .6rem;
    border: 1px solid #ddd;
    -webkit-box-flex: 1;
    box-flex: 1;
    width: 0;
    padding-left: 0;
    text-align: center;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: .5rem;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd
}

.bui-number input:disabled {
    background: #fff
}

.bui-number .disabled {
    background: #fff
}

.bui-number-skin01 {
    border: 0;
    float: right;
    box-pack: end;
    -webkit-box-pack: end
}

.bui-number-skin01 .bui-number-prev, .bui-number-skin01 .bui-number-next, .bui-number-skin01 input {
    border: 0
}

.bui-number-skin01 input {
    width: .44rem;
    height: .44rem;
    line-height: .44rem
}

.bui-number-skin01 .bui-number-prev, .bui-number-skin01 .bui-number-next {
    width: .44rem;
    height: .44rem;
    line-height: .44rem;
    border-radius: 50%;
    background: #D8D8D8;
    color: #fff
}

.bui-table {
    display: table
}

.bui-table th, .bui-table td {
    border: 1px solid #ddd;
    padding: .1rem;
    color: #666;
    font-weight: normal;
    font-size: .28rem;
    background: #fff;
    padding: .25rem .1rem
}

.bui-table-fixed {
    display: table;
    table-layout: fixed
}

.bui-table-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.bui-table-odd tr:nth-child(odd) td, .bui-table-odd tr:nth-child(odd) th, .bui-table-odd tbody tr:nth-child(odd) td, .bui-table-odd tbody tr:nth-child(odd) th {
    background: #f1f1f1
}

.bui-table-plain th, .bui-table-plain td {
    background: none;
    border: 0;
    border-bottom: 1px solid #ddd
}

.bui-table-plain th {
    text-align: left;
    color: #999
}

.bui-table-plain td {
    color: #333
}

.bui-table-plain tbody tr:last-child td {
    border-bottom: 0
}

.bui-table-card {
    border: 1px solid #ddd;
    border-collapse: separate;
    overflow: hidden
}

.bui-table-card.bui-panel .bui-panel-head {
    padding: 0;
    border-bottom: 0
}

.bui-table-card.bui-panel .bui-panel-foot {
    border-top: 1px solid #ddd;
    overflow: visible
}

.bui-table-card th, .bui-table-card td {
    background: #fff;
    border: 0;
    border-bottom: 1px solid #ddd
}

.bui-table-card tr:active td {
    background: #f0f2f6
}

.bui-table-card th {
    text-align: left;
    color: #999
}

.bui-table-card td {
    color: #333
}

.bui-table-card tbody tr:last-child td {
    border-bottom: 0
}

.bui-table-card .bui-btn {
    padding-top: .1rem;
    padding-bottom: .1rem
}

.bui-table-card .bui-group .bui-btn {
    float: left
}

.bui-table-card .bui-group .bui-btn:first-child {
    border-left-width: 1px
}

.bui-table-card .bui-dropdown-page {
    margin-right: .2rem
}

.bui-table-card .bui-dropdown-page > .bui-btn {
    border-left: 1px solid #eee
}

.bui-table-card .bui-dropdown-page .icon-dropdown {
    margin-left: .1rem
}

.bui-table-card .bui-dropdown-page .bui-list {
    border: 1px solid #eee
}

.bui-table-even tr:nth-child(even) td, .bui-table-even tr:nth-child(even) th, .bui-table-even tbody tr:nth-child(even) td, .bui-table-even tbody tr:nth-child(even) th {
    background: #f1f1f1
}

.bui-grid {
    background: #fff
}

.bui-grid .bui-table th, .bui-grid .bui-table td {
    border: 0
}

.bui-grid .bui-grid-space .bui-table th, .bui-grid .bui-grid-space .bui-table td {
    border-right: 1px solid #eee
}

.bui-grid .bui-grid-main {
    overflow: auto
}

.bui-grid .bui-grid-main .bui-table th, .bui-grid .bui-grid-main .bui-table td {
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.bui-grid .bui-grid-head {
    border-bottom: 1px solid #eee
}

.bui-grid .bui-grid-head .bui-table th, .bui-grid .bui-grid-head .bui-table td {
    border-right: 1px solid #eee
}

.bui-grid .bui-grid-left .bui-table th, .bui-grid .bui-grid-left .bui-table td {
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee
}

[class*=bui-box] {
    display: -webkit-box;
    display: box;
    display: -webkit-flex;
    display: flex;
    margin: 0
}

[class*=bui-box] > [class*=bui-btn], [class*=bui-box] > * {
    float: none;
    clear: both;
    display: block;
    margin: 0
}

[class*=bui-box] > [class^=span], [class*=bui-box] > li {
    display: block;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    width: auto;
    white-space: normal;
    word-break: break-all;
    -webkit-box-flex: 1;
    box-flex: 1
}

[class*=bui-box] > [class*=span1] {
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    width: 0
}

[class*=bui-box] > [class*=span2] {
    -webkit-box-flex: 2;
    box-flex: 2;
    -webkit-flex: 2;
    flex: 2;
    width: 0
}

[class*=bui-box] > [class*=span3] {
    -webkit-box-flex: 3;
    box-flex: 3;
    -webkit-flex: 3;
    flex: 3;
    width: 0
}

[class*=bui-box] > [class*=span4] {
    -webkit-box-flex: 4;
    box-flex: 4;
    -webkit-flex: 4;
    flex: 4;
    width: 0
}

[class*=bui-box] > [class*=span5] {
    -webkit-box-flex: 5;
    box-flex: 5;
    -webkit-flex: 5;
    flex: 5;
    width: 0
}

[class*=bui-box] > [class*=span6] {
    -webkit-box-flex: 6;
    box-flex: 6;
    -webkit-flex: 6;
    flex: 6;
    width: 0
}

[class*=bui-box] > [class*=span7] {
    -webkit-box-flex: 7;
    box-flex: 7;
    -webkit-flex: 7;
    flex: 7;
    width: 0
}

[class*=bui-box] > [class*=span8] {
    -webkit-box-flex: 8;
    box-flex: 8;
    -webkit-flex: 8;
    flex: 8;
    width: 0
}

[class*=bui-box] > [class*=span9] {
    -webkit-box-flex: 9;
    box-flex: 9;
    -webkit-flex: 9;
    flex: 9;
    width: 0
}

[class*=bui-box] > [class*=span10] {
    -webkit-box-flex: 10;
    box-flex: 10;
    -webkit-flex: 10;
    flex: 10;
    width: 0
}

[class*=bui-box] > [class*=span11] {
    -webkit-box-flex: 11;
    box-flex: 11;
    -webkit-flex: 11;
    flex: 11;
    width: 0
}

[class*=bui-box] > [class*=span12] {
    -webkit-box-flex: 12;
    box-flex: 12;
    -webkit-flex: 12;
    flex: 12;
    width: 0
}

[class*=bui-box] > [class=span1]:only-child {
    width: auto
}

.bui-box-vertical {
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-flex-direction: column;
    flex-direction: column
}

.bui-box-vertical > [class*=span], .bui-box-vertical > li {
    width: 100%
}

.bui-box-reverse {
    -webkit-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse
}

[class*=bui-box].bui-box-center {
    display: -webkit-box;
    display: box
}

.bui-box-center {
    -webkit-box-align: center;
    box-align: center;
    -webkit-box-pack: center;
    box-pack: center;
    text-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center
}

.bui-box-align-top {
    -webkit-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.bui-box-align-bottom {
    -webkit-box-align: end;
    box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end
}

.bui-box-align-stretch {
    -webkit-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch
}

.bui-box-align-middle {
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.bui-box-align-middle > i {
    display: block
}

.bui-box-align-left {
    -webkit-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

.bui-box-align-right {
    -webkit-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.bui-box-align-center {
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.bui-box-align-center > [class*=span], .bui-box-align-center > li {
    text-align: center
}

.bui-box-align-justify {
    -webkit-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.bui-box-space [class*=span] {
    padding-left: 0.1rem;
    padding-right: 0.1rem
}

.bui-box-space [class*=span]:first-child {
    padding-left: 0.2rem
}

.bui-box-space [class*=span]:last-child {
    padding-right: 0.2rem
}

.bui-box-text-hide {
    display: -webkit-box;
    display: box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

[class*=bui-fluid] {
    display: block
}

[class*=bui-fluid]:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden
}

[class*=bui-fluid] > [class*=span], [class*=bui-fluid] > li {
    float: left;
    clear: none;
    word-break: break-all;
    padding: 0;
    margin: 0
}

[class*=bui-fluid] > li {
    width: 100%
}

[class*=bui-fluid] > [class*=span1] {
    width: 8.33333%
}

[class*=bui-fluid] > [class*=span2] {
    width: 16.66667%
}

[class*=bui-fluid] > [class*=span3] {
    width: 25%
}

[class*=bui-fluid] > [class*=span4] {
    width: 33.33333%
}

[class*=bui-fluid] > [class*=span5] {
    width: 41.66667%
}

[class*=bui-fluid] > [class*=span6] {
    width: 50%
}

[class*=bui-fluid] > [class*=span7] {
    width: 58.33333%
}

[class*=bui-fluid] > [class*=span8] {
    width: 66.66667%
}

[class*=bui-fluid] > [class*=span9] {
    width: 75%
}

[class*=bui-fluid] > [class*=span10] {
    width: 83.33333%
}

[class*=bui-fluid] > [class*=span11] {
    width: 91.66667%
}

[class*=bui-fluid] > [class*=span12] {
    width: 100%
}

.bui-fluid-space {
    padding-left: .1rem;
    padding-right: .1rem
}

.bui-fluid-space [class*=span] {
    padding-left: .1rem;
    padding-right: .1rem
}

.bui-fluid-1 > li, .bui-fluid-1 > [class*=bui-btn], .bui-fluid-1 > [class*=span], .bui-fluid-1 > * {
    float: left;
    width: 100%
}

.bui-fluid-2 > li, .bui-fluid-2 > [class*=bui-btn], .bui-fluid-2 > [class*=span], .bui-fluid-2 > * {
    float: left;
    width: 50%
}

.bui-fluid-3 > li, .bui-fluid-3 > [class*=bui-btn], .bui-fluid-3 > [class*=span], .bui-fluid-3 > * {
    float: left;
    width: 33.33333%
}

.bui-fluid-4 > li, .bui-fluid-4 > [class*=bui-btn], .bui-fluid-4 > [class*=span], .bui-fluid-4 > * {
    float: left;
    width: 25%
}

.bui-fluid-5 > li, .bui-fluid-5 > [class*=bui-btn], .bui-fluid-5 > [class*=span], .bui-fluid-5 > * {
    float: left;
    width: 20%
}

.bui-fluid-6 > li, .bui-fluid-6 > [class*=bui-btn], .bui-fluid-6 > [class*=span], .bui-fluid-6 > * {
    float: left;
    width: 16.66667%
}

.bui-fluid-7 > li, .bui-fluid-7 > [class*=bui-btn], .bui-fluid-7 > [class*=span], .bui-fluid-7 > * {
    float: left;
    width: 14.28571%
}

.bui-fluid-8 > li, .bui-fluid-8 > [class*=bui-btn], .bui-fluid-8 > [class*=span], .bui-fluid-8 > * {
    float: left;
    width: 12.5%
}

.bui-fluid-9 > li, .bui-fluid-9 > [class*=bui-btn], .bui-fluid-9 > [class*=span], .bui-fluid-9 > * {
    float: left;
    width: 11.11111%
}

.bui-fluid-10 > li, .bui-fluid-10 > [class*=bui-btn], .bui-fluid-10 > [class*=span], .bui-fluid-10 > * {
    float: left;
    width: 10%
}

.bui-fluid-11 > li, .bui-fluid-11 > [class*=bui-btn], .bui-fluid-11 > [class*=span], .bui-fluid-11 > * {
    float: left;
    width: 9.09091%
}

.bui-fluid-12 > li, .bui-fluid-12 > [class*=bui-btn], .bui-fluid-12 > [class*=span], .bui-fluid-12 > * {
    float: left;
    width: 8.33333%
}

.bui-fluid-space-1 {
    padding-left: .1rem;
    padding-right: .1rem
}

.bui-fluid-space-1 > li, .bui-fluid-space-1 > [class*=bui-btn], .bui-fluid-space-1 > [class*=span], .bui-fluid-space-1 > * {
    float: left;
    width: 100%;
    padding-left: .1rem;
    padding-right: .1rem
}

.bui-fluid-space-2 {
    padding-left: .1rem;
    padding-right: .1rem
}

.bui-fluid-space-2 > li, .bui-fluid-space-2 > [class*=bui-btn], .bui-fluid-space-2 > [class*=span], .bui-fluid-space-2 > * {
    float: left;
    width: 50%;
    padding-left: .1rem;
    padding-right: .1rem
}

.bui-fluid-space-3 {
    padding-left: .1rem;
    padding-right: .1rem
}

.bui-fluid-space-3 > li, .bui-fluid-space-3 > [class*=bui-btn], .bui-fluid-space-3 > [class*=span], .bui-fluid-space-3 > * {
    float: left;
    width: 33.33333%;
    padding-left: .1rem;
    padding-right: .1rem
}

.bui-fluid-space-4 {
    padding-left: .1rem;
    padding-right: .1rem
}

.bui-fluid-space-4 > li, .bui-fluid-space-4 > [class*=bui-btn], .bui-fluid-space-4 > [class*=span], .bui-fluid-space-4 > * {
    float: left;
    width: 25%;
    padding-left: .1rem;
    padding-right: .1rem
}

.bui-fluid-space-5 {
    padding-left: .1rem;
    padding-right: .1rem
}

.bui-fluid-space-5 > li, .bui-fluid-space-5 > [class*=bui-btn], .bui-fluid-space-5 > [class*=span], .bui-fluid-space-5 > * {
    float: left;
    width: 20%;
    padding-left: .1rem;
    padding-right: .1rem
}

.bui-fluid-space-6 {
    padding-left: .1rem;
    padding-right: .1rem
}

.bui-fluid-space-6 > li, .bui-fluid-space-6 > [class*=bui-btn], .bui-fluid-space-6 > [class*=span], .bui-fluid-space-6 > * {
    float: left;
    width: 16.66667%;
    padding-left: .1rem;
    padding-right: .1rem
}

.bui-fluid-space-7 {
    padding-left: .1rem;
    padding-right: .1rem
}

.bui-fluid-space-7 > li, .bui-fluid-space-7 > [class*=bui-btn], .bui-fluid-space-7 > [class*=span], .bui-fluid-space-7 > * {
    float: left;
    width: 14.28571%;
    padding-left: .1rem;
    padding-right: .1rem
}

.bui-fluid-space-8 {
    padding-left: .1rem;
    padding-right: .1rem
}

.bui-fluid-space-8 > li, .bui-fluid-space-8 > [class*=bui-btn], .bui-fluid-space-8 > [class*=span], .bui-fluid-space-8 > * {
    float: left;
    width: 12.5%;
    padding-left: .1rem;
    padding-right: .1rem
}

.bui-fluid-space-9 {
    padding-left: .1rem;
    padding-right: .1rem
}

.bui-fluid-space-9 > li, .bui-fluid-space-9 > [class*=bui-btn], .bui-fluid-space-9 > [class*=span], .bui-fluid-space-9 > * {
    float: left;
    width: 11.11111%;
    padding-left: .1rem;
    padding-right: .1rem
}

.bui-fluid-space-10 {
    padding-left: .1rem;
    padding-right: .1rem
}

.bui-fluid-space-10 > li, .bui-fluid-space-10 > [class*=bui-btn], .bui-fluid-space-10 > [class*=span], .bui-fluid-space-10 > * {
    float: left;
    width: 10%;
    padding-left: .1rem;
    padding-right: .1rem
}

.bui-fluid-space-11 {
    padding-left: .1rem;
    padding-right: .1rem
}

.bui-fluid-space-11 > li, .bui-fluid-space-11 > [class*=bui-btn], .bui-fluid-space-11 > [class*=span], .bui-fluid-space-11 > * {
    float: left;
    width: 9.09091%;
    padding-left: .1rem;
    padding-right: .1rem
}

.bui-fluid-space-12 {
    padding-left: .1rem;
    padding-right: .1rem
}

.bui-fluid-space-12 > li, .bui-fluid-space-12 > [class*=bui-btn], .bui-fluid-space-12 > [class*=span], .bui-fluid-space-12 > * {
    float: left;
    width: 8.33333%;
    padding-left: .1rem;
    padding-right: .1rem
}

.bui-box-fluid {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.bui-box-fluid > [class*=span1] {
    width: auto;
    -webkit-flex: none;
    flex: none
}

.bui-box-fluid > [class*=span2] {
    width: auto;
    -webkit-flex: none;
    flex: none
}

.bui-box-fluid > [class*=span3] {
    width: auto;
    -webkit-flex: none;
    flex: none
}

.bui-box-fluid > [class*=span4] {
    width: auto;
    -webkit-flex: none;
    flex: none
}

.bui-box-fluid > [class*=span5] {
    width: auto;
    -webkit-flex: none;
    flex: none
}

.bui-box-fluid > [class*=span6] {
    width: auto;
    -webkit-flex: none;
    flex: none
}

.bui-box-fluid > [class*=span7] {
    width: auto;
    -webkit-flex: none;
    flex: none
}

.bui-box-fluid > [class*=span8] {
    width: auto;
    -webkit-flex: none;
    flex: none
}

.bui-box-fluid > [class*=span9] {
    width: auto;
    -webkit-flex: none;
    flex: none
}

.bui-box-fluid > [class*=span10] {
    width: auto;
    -webkit-flex: none;
    flex: none
}

.bui-box-fluid > [class*=span11] {
    width: auto;
    -webkit-flex: none;
    flex: none
}

.bui-box-fluid > [class*=span12] {
    width: auto;
    -webkit-flex: none;
    flex: none
}

.bui-box-vertical > .bui-label {
    margin-bottom: .2rem
}

.bui-box-vertical.bui-box-reverse {
    -webkit-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.bui-box-vertical > .span1, .bui-box-vertical > .bui-panel-main, .bui-box-vertical > .bui-tab-main, .bui-box-vertical > .bui-dialog-main, .bui-box-vertical > [class$="-main"], .bui-box-vertical > main {
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    height: auto !important
}

.bui-page > main .bui-tab.bui-box-vertical {
    height: 100% !important
}

.bui-tab.bui-box-vertical > [class$="-main"] > ul {
    height: 100%
}

.bui-tab.bui-box-vertical > [class$="-main"] > ul > li {
    height: 100% !important
}

.bui-list.bui-fluid-1 > .bui-btn {
    padding: .25rem .2rem;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee
}

.bui-list.bui-fluid-1 > .bui-btn:nth-child(1n+0) {
    border-right: 0
}

.bui-list.bui-fluid-2 > .bui-btn {
    padding: .25rem .2rem;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee
}

.bui-list.bui-fluid-2 > .bui-btn:nth-child(2n+0) {
    border-right: 0
}

.bui-list.bui-fluid-3 > .bui-btn {
    padding: .25rem .2rem;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee
}

.bui-list.bui-fluid-3 > .bui-btn:nth-child(3n+0) {
    border-right: 0
}

.bui-list.bui-fluid-4 > .bui-btn {
    padding: .25rem .2rem;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee
}

.bui-list.bui-fluid-4 > .bui-btn:nth-child(4n+0) {
    border-right: 0
}

.bui-list.bui-fluid-5 > .bui-btn {
    padding: .25rem .2rem;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee
}

.bui-list.bui-fluid-5 > .bui-btn:nth-child(5n+0) {
    border-right: 0
}

.bui-list.bui-fluid-6 > .bui-btn {
    padding: .25rem .2rem;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee
}

.bui-list.bui-fluid-6 > .bui-btn:nth-child(6n+0) {
    border-right: 0
}

.bui-list.bui-fluid-7 > .bui-btn {
    padding: .25rem .2rem;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee
}

.bui-list.bui-fluid-7 > .bui-btn:nth-child(7n+0) {
    border-right: 0
}

.bui-list.bui-fluid-8 > .bui-btn {
    padding: .25rem .2rem;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee
}

.bui-list.bui-fluid-8 > .bui-btn:nth-child(8n+0) {
    border-right: 0
}

.bui-list.bui-fluid-9 > .bui-btn {
    padding: .25rem .2rem;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee
}

.bui-list.bui-fluid-9 > .bui-btn:nth-child(9n+0) {
    border-right: 0
}

.bui-list.bui-fluid-10 > .bui-btn {
    padding: .25rem .2rem;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee
}

.bui-list.bui-fluid-10 > .bui-btn:nth-child(10n+0) {
    border-right: 0
}

.bui-list.bui-fluid-11 > .bui-btn {
    padding: .25rem .2rem;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee
}

.bui-list.bui-fluid-11 > .bui-btn:nth-child(11n+0) {
    border-right: 0
}

.bui-list.bui-fluid-12 > .bui-btn {
    padding: .25rem .2rem;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee
}

.bui-list.bui-fluid-12 > .bui-btn:nth-child(12n+0) {
    border-right: 0
}

.bui-loading {
    font-size: .26rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -.5rem;
    margin-top: -.5rem;
    z-index: 130;
    width: 1rem;
    height: 1rem;
    text-align: center
}

.bui-loading .bui-loading-cell {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    margin: 0 auto;
    margin-top: -2px;
    border-top: .04rem solid rgba(221, 221, 221, 0.3);
    border-right: .04rem solid rgba(221, 221, 221, 0.3);
    border-bottom: .04rem solid rgba(221, 221, 221, 0.3);
    border-left: .04rem solid #ccc;
    -webkit-animation: loader 1.1s infinite linear;
    animation: loader 1.1s infinite linear
}

.bui-loading .bui-loading-text {
    color: #ccc;
    font-size: .26rem;
    display: -webkit-box;
    display: box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5
}

.bui-loading-block {
    background: rgba(0, 0, 0, 0.4);
    width: 2rem !important;
    height: 2rem !important;
    display: -webkit-box;
    display: box;
    -webkit-box-align: center;
    box-align: center;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    border-radius: .1rem;
    margin-top: -1rem !important;
    margin-left: -1rem !important;
    text-align: center;
    line-height: 1.5 !important
}

.bui-loading-block .bui-loading-text {
    text-align: center;
    line-height: 1.4;
    white-space: normal;
    padding: 0 .1rem
}

.bui-loading-pause .bui-loading-cell {
    -webkit-animation: none;
    animation: none
}

.bui-loading .bui-loading-cell.pause {
    -webkit-animation: none;
    animation: none
}

.bui-loading-inline {
    width: auto;
    height: auto;
    -webkit-box-pack: center;
    box-pack: center
}

.bui-loading-inline .bui-loading-cell {
    display: inline-block;
    vertical-align: middle
}

.bui-loading-inline .bui-loading-text {
    padding-left: .1rem;
    display: inline-block;
    overflow: inherit;
    border: .04rem solid transparent
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.section-title + .bui-panel {
    margin-top: 0
}

.bui-panel {
    background: #fff;
    -webkit-user-select: element;
    -khtml-user-select: element;
    -moz-user-select: element;
    -ms-user-select: element;
    user-select: element
}

.bui-panel > .active .icon-accordion {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.bui-panel .bui-panel-head {
    border: 0;
    border-bottom: 1px solid #eee;
    padding: .2rem .2rem;
    text-align: left;
    color: #666;
    font-size: .3rem;
    margin: 0
}

.bui-panel .bui-panel-head .icon-accordion {
    -webkit-transition: -webkit-transform 0.3s ease-in-out 0s;
    transition: transform 0.3s ease-in-out 0s
}

.bui-panel .bui-panel-head .icon-accordion:before {
    content: "\e649"
}

.bui-panel .bui-panel-main {
    margin: 0;
    overflow: auto
}

.bui-panel .bui-panel-main > .container {
    padding-top: .2rem;
    padding-bottom: .2rem
}

.bui-panel .bui-panel-foot {
    margin: 0;
    border: 0;
    text-align: left;
    padding: .18rem .2rem;
    overflow: hidden;
    font-size: .3rem;
    border-top: 1px solid #eee
}

.bui-panel .bui-list {
    border-top: 0;
    border-bottom: 0
}

.bui-panel .bui-list > li:last-child {
    border-bottom: 0
}

.bui-dropdown {
    position: relative
}

.bui-dropdown .icon-dropdown {
    -webkit-transition: -webkit-transform 0.3s ease-in-out 0s;
    transition: transform 0.3s ease-in-out 0s;
    color: #aaa
}

.bui-dropdown .icon-dropdown:before {
    content: "\e649"
}

.bui-dropdown > [class*=bui-btn] {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border-left: 0
}

.bui-dropdown > [class*=bui-btn] .span1 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.bui-dropdown > .active {
    background: #f9f9f9
}

.bui-dropdown > .active .icon-dropdown {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.bui-dropdown > .bui-list {
    max-height: 5rem;
    overflow-y: auto;
    display: none
}

.bui-dropdown > .bui-list > [class*=bui-btn] {
    text-align: center
}

.bui-dropdown > .bui-list > [class*=bui-btn].active {
    color: #39a4ff;
    background: #fff
}

.bui-dropdown > .bui-menu-top {
    border-top: 1px solid #eee
}

.bui-dropdown .bui-dropdown-menu {
    display: none
}

.bui-dropdown .bui-dropdown-menu > [class*=bui-btn] {
    border: 0;
    border-bottom: 1px solid #eee;
    padding-left: .2rem
}

.bui-dropdown > [class*=bui-btn] ~ * {
    display: none
}

.bui-dropdown > .active ~ * {
    display: block
}

.bui-dropdown-tab .bui-menu-bottom {
    top: auto
}

.bui-dropdown-tab .bui-tab-sidenav {
    width: 50%
}

.bui-dropdown-tab .bui-tab-wrap {
    padding-left: 50%
}

.bui-menu-top, .bui-menu-bottom, .bui-menu-left, .bui-menu-right {
    position: absolute;
    width: 100%;
    z-index: 10
}

.bui-menu-bottom {
    top: 100%;
    bottom: auto;
    left: 0;
    right: 0
}

.bui-menu-bottom.bui-arrow-up {
    overflow: visible
}

.bui-menu-bottom.bui-arrow-up:before {
    left: auto;
    margin-left: 0;
    right: .22rem
}

.bui-menu-bottom.bui-arrow-up:after {
    left: auto;
    margin-left: 0;
    right: .22rem
}

.bui-menu-top {
    top: auto;
    bottom: 100%;
    left: 0;
    right: 0
}

.bui-menu-top.bui-arrow-down {
    overflow: visible
}

.bui-menu-top.bui-arrow-down:before {
    left: auto;
    margin-left: 0;
    right: .22rem
}

.bui-menu-top.bui-arrow-down:after {
    left: auto;
    margin-left: 0;
    right: .22rem
}

.bui-menu-left {
    left: auto;
    right: 100%;
    top: 0
}

.bui-menu-left.bui-arrow-right:before {
    top: .22rem;
    margin-top: 0
}

.bui-menu-left.bui-arrow-right:after {
    top: .22rem;
    margin-top: 0
}

.bui-menu-right {
    left: 100%;
    right: auto;
    top: 0
}

.bui-menu-right.bui-arrow-left:before {
    top: .22rem;
    margin-top: 0
}

.bui-menu-right.bui-arrow-left:after {
    top: .22rem;
    margin-top: 0
}

.bui-dropdown-tab {
    z-index: 10
}

.bui-dropdown-tab .bui-dropdown-content {
    background: #fff;
    position: absolute
}

.bui-dropdown-tab .bui-dropdown-content .bui-tab-wrap {
    background: #f3f5f8
}

.bui-dropdown-tab .bui-dropdown-content .bui-btn {
    border-bottom: 0
}

.bui-dropdown-tab .bui-dropdown-content .bui-btn i {
    color: #fff
}

.bui-dropdown-tab .bui-dropdown-content .bui-list .active {
    background: #fff;
    color: #1daafc
}

.bui-dropdown-tab .bui-dropdown-content .bui-list .active i {
    color: #39a4ff
}

.bui-stepbar {
    padding-top: .2rem;
    padding-left: .3rem;
    margin-top: .2rem;
    background: #fff
}

.bui-stepbar .bui-stepbar-text {
    width: 100%;
    float: left;
    margin-top: -.05rem;
    min-height: .8rem;
    color: #777
}

.bui-stepbar .bui-stepbar-cell {
    border-left: 1px solid #ccc;
    padding-left: .3rem;
    padding-right: .3rem;
    position: relative
}

.bui-stepbar .bui-stepbar-cell .bui-stepbar-dot {
    position: absolute;
    left: -4px;
    top: 0;
    display: inline-block;
    text-align: center;
    color: #fff;
    width: 8px;
    height: 8px;
    background: #ccc;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.bui-stepbar .bui-stepbar-cell .bui-stepbar-text h3 {
    margin: 0;
    padding-top: 0
}

.bui-stepbar .bui-stepbar-cell .bui-stepbar-text .bui-stepbar-time {
    color: #999;
    margin-bottom: .2rem
}

.bui-stepbar .bui-stepbar-cell .bui-stepbar-text .bui-stepbar-desc {
    color: #999;
    padding-bottom: .1rem;
    margin-bottom: .2rem
}

.bui-stepbar .bui-stepbar-cell:last-child {
    border-left: 1px solid transparent
}

.bui-stepbar .bui-stepbar-cell:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden
}

.bui-stepbar .visited {
    border-left: 1px solid #52c41a
}

.bui-stepbar .visited .bui-stepbar-dot {
    background: #52c41a
}

.bui-stepbar .active .bui-stepbar-dot {
    background: #52c41a;
    width: 16px;
    height: 16px;
    line-height: 16px;
    left: -8px;
    font-family: "icon";
    font-size: .24rem;
    text-align: center
}

.bui-stepbar .active .bui-stepbar-dot:before {
    content: "\e625";
    color: #fff
}

.bui-stepbar .active .bui-stepbar-text {
    color: #52c41a
}

.bui-stepbar .active .bui-stepbar-text .bui-stepbar-time {
    color: #52c41a
}

.bui-stepbar .active .bui-stepbar-text a {
    color: #52c41a
}

.bui-stepbar .error .bui-stepbar-dot {
    background-color: #f9342a
}

.bui-stepbar .error .bui-stepbar-dot:before {
    content: "\e61a"
}

.bui-stepbar .error .bui-stepbar-text {
    color: #f9342a
}

.bui-stepbar .error .bui-stepbar-text .bui-stepbar-time {
    color: #f9342a
}

.bui-stepbar .error .bui-stepbar-text a {
    color: #f9342a
}

.bui-stepbar .bui-stepbar-number .bui-stepbar-dot {
    width: 19.2px;
    height: 19.2px;
    line-height: 19.2px;
    left: -9.6px
}

.bui-stepbar .bui-stepbar-number .bui-stepbar-dot {
    font-size: .3rem
}

.bui-stepbar .bui-stepbar-number .bui-stepbar-dot:before {
    content: ""
}

.bui-stepbar-line {
    position: relative;
    padding: .4rem;
    display: -webkit-box;
    display: box
}

.bui-stepbar-line .bui-stepbar-cell {
    border-left: 0;
    border-top: 1px solid #ccc;
    padding-top: .1rem;
    padding-bottom: .1rem;
    position: relative;
    -webkit-box-flex: 1;
    width: 0
}

.bui-stepbar-line .bui-stepbar-cell:first-child {
    -webkit-box-flex: 0;
    box-flex: 0;
    border-top-color: transparent;
    white-space: nowrap;
    padding-left: .2rem
}

.bui-stepbar-line .bui-stepbar-cell:first-child .bui-stepbar-text {
    width: 1rem;
    left: 50%;
    margin-left: -.5rem
}

.bui-stepbar-line .bui-stepbar-cell:first-child .bui-stepbar-dot {
    right: 0
}

.bui-stepbar-line .bui-stepbar-dot {
    position: absolute;
    top: -5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    right: 0;
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #ccc;
    margin-left: -4px;
    z-index: 2
}

.bui-stepbar-line .bui-stepbar-dot.small {
    width: 6px;
    height: 6px;
    top: -3px
}

.bui-stepbar-line .bui-stepbar-text {
    padding-top: .1rem;
    font-size: .24rem;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 50%;
    margin-left: -4px
}

.bui-stepbar-line .bui-stepbar-text h3 {
    display: block;
    text-align: center
}

.bui-stepbar-line .active ~ .active {
    border-top-color: #52c41a
}

.bui-stepbar-line .active .bui-stepbar-dot {
    background: #52c41a;
    color: #fff
}

.bui-stepbar-line .visited {
    border-top-color: #52c41a
}

.bui-stepbar-line .visited ~ .active {
    border-top-color: #52c41a
}

.bui-stepbar-line .visited .bui-stepbar-dot {
    background: #52c41a;
    color: #fff
}

.bui-stepbar-line .bui-stepbar-number {
    border-top-width: 2px
}

.bui-stepbar-line .bui-stepbar-number:first-child .bui-stepbar-text {
    text-indent: -9.6px
}

.bui-stepbar-line .bui-stepbar-number .bui-stepbar-dot {
    width: 19.2px;
    height: 19.2px;
    line-height: 19.2px;
    text-align: center;
    top: -9.6px
}

.bui-stepbar-line .bui-stepbar-number .bui-stepbar-text {
    padding-top: .2rem;
    margin-left: -9.6px
}

.bui-stepbar-line.bui-stepbar-center {
    padding-left: 0;
    padding-right: 0
}

.bui-stepbar-line.bui-stepbar-center .bui-stepbar-cell {
    text-align: center;
    padding-left: 0;
    border-top: 1px solid #ccc
}

.bui-stepbar-line.bui-stepbar-center .bui-stepbar-cell.visited {
    border-top-color: #52c41a
}

.bui-stepbar-line.bui-stepbar-center .bui-stepbar-cell:first-child {
    -webkit-box-flex: 1;
    box-flex: 1;
    padding-left: 0;
    white-space: nowrap
}

.bui-stepbar-line.bui-stepbar-center .bui-stepbar-cell:first-child .bui-stepbar-text {
    width: 100%;
    position: static;
    text-align: center;
    margin: 0;
    left: auto;
    text-indent: 0
}

.bui-stepbar-line.bui-stepbar-center .bui-stepbar-cell:first-child .bui-stepbar-text h3 {
    text-align: inherit
}

.bui-stepbar-line.bui-stepbar-center .bui-stepbar-cell .bui-stepbar-dot {
    left: 50%;
    right: auto;
    margin-left: -9.6px
}

.bui-stepbar-line.bui-stepbar-center .bui-stepbar-cell .bui-stepbar-text {
    width: 100%;
    position: static;
    text-align: center;
    margin-left: 0
}

.bui-stepbar-line.bui-stepbar-center .bui-stepbar-cell .bui-stepbar-text h3 {
    text-align: inherit
}

.bui-stepbar-line.bui-stepbar-center .bui-stepbar-number {
    border-top-width: 2px
}

.bui-stepbar-line.bui-stepbar-center .bui-stepbar-number .bui-stepbar-dot {
    top: -10.6px;
    left: 50%;
    right: auto;
    margin-left: -9.6px
}

.bui-stepbar-line.bui-stepbar-center .active, .bui-stepbar-line.bui-stepbar-center .visited {
    border-top-color: #52c41a
}

.bui-mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
    color: #fff;
    text-align: center
}

.bui-mask i {
    font-size: .48rem
}

.bui-rating .bui-rating-cell {
    position: relative;
    font-family: "icon";
    -webkit-text-stroke-width: 0.1px;
    -webkit-font-smoothing: antialiased;
    margin: 0 .05rem;
    display: inline-block;
    -webkit-appearance: none;
    background-color: transparent;
    border: 0;
    outline: 0;
    background-size: 100% auto;
    color: #aaa;
    font-size: .48rem
}

.bui-rating .bui-rating-cell:before {
    display: inline-block;
    content: "\e62a";
    line-height: 1;
    border-radius: 0
}

.bui-rating .bui-rating-cell:checked {
    color: #fc3
}

.bui-rating .bui-rating-cell:checked:before {
    display: inline-block;
    content: "\e629";
    line-height: 1;
    border-radius: 0
}

.bui-rating .bui-rating-cell .bui-rating-cell-full {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    overflow: hidden
}

.bui-rating .bui-rating-cell-half, .bui-rating .bui-rating-cell-full {
    -webkit-appearance: none;
    background-color: transparent;
    color: #fc3
}

.bui-rating .bui-rating-cell-half:before, .bui-rating .bui-rating-cell-full:before {
    content: "\e629";
    line-height: 1;
    border-radius: 0
}

.bui-rating .bui-rating-cell-half:before {
    content: "\e601"
}

.bui-rating.mini .bui-rating-cell {
    font-size: .2rem
}

.bui-rating.small .bui-rating-cell {
    font-size: .36rem
}

.bui-rating.large .bui-rating-cell {
    font-size: .6rem
}

.bui-rating.xlarge .bui-rating-cell {
    font-size: .76rem
}

.bui-dialog {
    -webkit-border-radius: .1rem;
    border-radius: .1rem;
    display: none;
    overflow: hidden;
    background: #fff;
    position: absolute;
    z-index: 101;
    left: .5rem;
    right: .5rem;
    bottom: auto;
    top: 50%
}

.bui-dialog .bui-dialog-main {
    -webkit-border-radius: 0 0 .1rem .1rem;
    border-radius: 0 0 .1rem .1rem;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow-y: auto;
    text-align: center;
    font-size: .3rem
}

.bui-dialog .bui-dialog-main > .bui-list {
    margin-top: 0
}

.bui-dialog .bui-dialog-main p {
    padding: .1rem .2rem
}

.bui-dialog i.icon-success {
    color: #52c41a
}

.bui-dialog i.icon-close {
    color: #39a4ff
}

.bui-dialog i.icon-errorfill {
    color: #f9342a
}

.bui-dialog i.icon-infofill {
    color: #39a4ff
}

.bui-dialog i.icon-warningfill {
    color: #ff9236
}

.bui-dialog i.warning {
    color: #ff9236
}

.bui-dialog i.success {
    color: #52c41a
}

.bui-dialog i.danger {
    color: #f9342a
}

.bui-dialog i.primary {
    color: #39a4ff
}

.bui-dialog i.info {
    color: #39a4ff
}

.bui-dialog .bui-dialog-text {
    padding: 0 .3rem;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre-wrap;
    font-size: .34rem;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch
}

.bui-dialog .bui-dialog-text h1, .bui-dialog .bui-dialog-text h2, .bui-dialog .bui-dialog-text h3, .bui-dialog .bui-dialog-text h4, .bui-dialog .bui-dialog-text h5, .bui-dialog .bui-dialog-text h6 {
    font-size: .34rem;
    color: #000
}

.bui-dialog .bui-dialog-text p {
    font-size: .26rem;
    color: #999
}

.bui-dialog .bui-dialog-text i {
    display: inline-block;
    font-size: 1.08rem;
    height: 1.188rem;
    overflow: hidden;
    margin: 0 .1rem .1rem .1rem
}

.bui-dialog .bui-dialog-head {
    -webkit-border-radius: .1rem .1rem 0 0;
    border-radius: .1rem .1rem 0 0;
    padding: .15rem .2rem;
    min-height: .6rem;
    line-height: .6rem
}

.bui-dialog .bui-dialog-head [class*=bui-btn] {
    min-height: .5rem;
    line-height: .5rem;
    padding-top: 0;
    padding-bottom: 0
}

.bui-dialog .bui-dialog-foot {
    -webkit-border-radius: 0 0 .1rem .1rem;
    border-radius: 0 0 .1rem .1rem;
    border-top: 1px solid #eee;
    background: #fff
}

.bui-dialog .bui-dialog-foot [class*=bui-btn] {
    border: 0;
    border-left: 1px solid #eee;
    display: -webkit-box;
    display: box;
    -webkit-box-align: center;
    box-align: center;
    -webkit-box-pack: center;
    box-pack: center;
    text-align: center;
    min-height: .9rem
}

.bui-dialog .bui-dialog-foot .blue, .bui-dialog .bui-dialog-foot .info {
    color: #39a4ff
}

.bui-dialog .bui-dialog-foot [class*=bui-btn]:first-child {
    -webkit-border-radius: 0 0 0 .1rem;
    border-radius: 0 0 0 .1rem
}

.bui-dialog .bui-dialog-foot [class*=bui-btn]:last-child {
    -webkit-border-radius: 0 0 .1rem 0;
    border-radius: 0 0 .1rem 0
}

.bui-dialog .bui-dialog-foot [class*=bui-btn]:only-child {
    -webkit-border-radius: 0 0 .1rem .1rem;
    border-radius: 0 0 .1rem .1rem
}

.bui-dialog .bui-dialog-foot.bui-box :first-child [class*=bui-btn] {
    -webkit-border-radius: 0 0 0 .1rem;
    border-radius: 0 0 0 .1rem;
    border-left: 0
}

.bui-dialog .bui-dialog-foot.bui-box :last-child [class*=bui-btn] {
    -webkit-border-radius: 0 0 .1rem 0;
    border-radius: 0 0 .1rem 0
}

.bui-dialog .bui-dialog-foot.bui-box :only-child [class*=bui-btn] {
    -webkit-border-radius: 0 0 .1rem .1rem;
    border-radius: 0 0 .1rem .1rem
}

.bui-dialog .bui-dialog-close {
    position: absolute;
    top: .1rem;
    right: .2rem;
    height: .6rem;
    line-height: .6rem;
    text-align: right;
    z-index: 102
}

.bui-dialog .bui-dialog-close i {
    font-size: .48rem;
    color: #999
}

.bui-dialog-top, .bui-dialog-bottom, .bui-dialog-left, .bui-dialog-right, .bui-dialog-center, .bui-dialog-custom, .bui-dialog-fullscreen {
    position: absolute;
    z-index: 101
}

.bui-dialog-top {
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

.bui-dialog-bottom {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

.bui-dialog-left {
    top: 0;
    bottom: 0;
    left: 0;
    right: auto
}

.bui-dialog-right {
    top: 0;
    bottom: 0;
    left: auto;
    right: 0
}

.bui-dialog-center {
    top: 50%;
    bottom: auto;
    left: .5rem;
    right: .5rem
}

.bui-dialog-align-center {
    top: 50%;
    bottom: auto;
    left: 50%;
    right: auto
}

.bui-dialog-fullscreen {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: none;
    -webkit-border-radius: 0;
    border-radius: 0
}

.bui-dialog-fullscreen .bui-dialog-head {
    -webkit-border-radius: 0;
    border-radius: 0
}

.bui-dialog-fullscreen .bui-dialog-foot {
    -webkit-border-radius: 0;
    border-radius: 0
}

.bui-dialog-fullscreen .bui-dialog-main {
    max-height: none
}

.bui-dialog-custom {
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    max-height: none;
    -webkit-border-radius: 0;
    border-radius: 0
}

.bui-dialog-custom .bui-dialog-head {
    -webkit-border-radius: 0;
    border-radius: 0
}

.bui-dialog-custom .bui-dialog-foot {
    -webkit-border-radius: 0;
    border-radius: 0
}

.bui-dialog-custom .bui-dialog-main {
    max-height: none
}

.bui-dialog-page .bui-dialog-main {
    height: 100% !important;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    text-align: left
}

.bui-dialog-page .bui-dialog-close {
    top: .15rem
}

.bui-dialog-page .bui-dialog-close i {
    color: #ccc
}

.bui-scroll {
    position: relative;
    overflow-y: auto
}

.bui-scroll .bui-scroll-head {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
    height: 1rem
}

.bui-scroll .bui-scroll-head.active {
    transform: translateY(0px)
}

.bui-scroll .bui-scroll-main {
    position: relative;
    background: #fff
}

.bui-scroll .bui-scroll-foot {
    position: relative;
    background: none;
    height: 1rem
}

.bui-scroll .bui-scroll-foot .bui-loading {
    margin-top: .3rem
}

.bui-scroll-xy {
    overflow: auto
}

.bui-scroll-x {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch
}

.bui-scroll-x > .bui-scroll-main {
    width: 2000px
}

.bui-scroll-x .bui-list-pic li, .bui-scroll-x .bui-list-photo li {
    float: left;
    width: 2rem;
    margin-left: .2rem
}

.bui-scroll[direction=x] {
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch
}

.bui-scroll[direction=x] .bui-scroll-foot {
    width: .6rem
}

.bui-scroll[direction=x] .bui-scroll-foot .bui-loading {
    width: .6rem !important;
    height: 100%;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    height: auto !important;
    line-height: auto !important;
    margin-top: 0;
    margin-left: 0 !important;
    margin-right: 0 !important
}

.bui-scroll[direction=x] .bui-scroll-foot .bui-loading-text {
    padding-left: 0
}

.bui-scroll[direction=x] .bui-list-pic li, .bui-scroll[direction=x] .bui-list-photo li {
    float: left;
    width: 2rem;
    margin-left: .2rem
}

.bui-slide-loop .bui-slide-head ul li:first-child {
    display: none
}

.bui-slide-loop .bui-slide-head ul li:last-child {
    display: none
}

.bui-slide-head {
    text-align: center;
    position: absolute;
    bottom: .1rem;
    right: 0;
    left: 0;
    padding: 0 .2rem;
    z-index: 10
}

.bui-slide-head:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden
}

.bui-slide-head ul li {
    display: inline-block;
    width: 6px;
    height: 6px;
    line-height: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #ccc;
    text-align: center;
    font-size: .26rem;
    margin-left: .05rem;
    margin-right: .05rem;
    text-indent: -999999px
}

.bui-slide-head ul .active {
    background: #fff;
    color: #ccc
}

.bui-slide {
    width: 100%;
    margin: 0 auto
}

.bui-slide .bui-slide-video {
    width: 100%;
    height: 100%;
    position: relative
}

.bui-slide .bui-slide-main > ul > li {
    position: relative
}

.bui-slide .bui-slide-main > ul > li img {
    max-width: 100%
}

.bui-slide .bui-slide-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.3);
    color: #f3f5f8;
    padding: .1rem .2rem;
    text-align: left
}

.bui-slide-skin01 .bui-slide-head ul li {
    -webkit-transition: width .2s ease-out;
    transition: width .2s ease-out
}

.bui-slide-skin01 .bui-slide-head ul .active {
    width: .4rem
}

.bui-slide-skin02 .bui-slide-head {
    padding: 0;
    bottom: auto;
    top: 0
}

.bui-slide-skin02 .bui-slide-head ul {
    display: -webkit-box;
    display: box;
    width: 100%
}

.bui-slide-skin02 .bui-slide-head ul li {
    display: block;
    margin: 0;
    padding: 0;
    width: auto;
    white-space: normal;
    word-break: break-all;
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 2px;
    background: #fff
}

.bui-slide-skin02 .bui-slide-head ul .active ~ li {
    background: #ccc
}

.bui-slide-autoheight {
    height: auto !important
}

.bui-slide-autoheight .bui-tab-main, .bui-slide-autoheight .bui-slide-main {
    width: 100% !important;
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important
}

.bui-slide-autoheight .bui-tab-main > div > div, .bui-slide-autoheight .bui-tab-main > ul > li, .bui-slide-autoheight .bui-slide-main > div > div, .bui-slide-autoheight .bui-slide-main > ul > li {
    height: auto !important;
    display: none
}

.bui-slide-autoheight .bui-tab-main > div > div.active, .bui-slide-autoheight .bui-tab-main > ul > li.active, .bui-slide-autoheight .bui-slide-main > div > div.active, .bui-slide-autoheight .bui-slide-main > ul > li.active {
    display: block
}

.bui-slide-fullscreen {
    background: #fff;
    height: 100%
}

.bui-slide-fullscreen > .bui-slide-main {
    height: inherit
}

.bui-slide-fullscreen > .bui-slide-main > ul {
    height: inherit
}

.bui-slide-fullscreen > .bui-slide-main > ul > li {
    height: inherit
}

.bui-slide-fullscreen > .bui-slide-main > ul > li img {
    height: auto
}

.bui-slide-fullscreen .bui-slide-title {
    line-height: .5rem;
    padding-top: 0;
    padding-bottom: 0
}

.bui-slide-fullscreen .bui-slide-img {
    background-repeat: no-repeat;
    background-color: #000;
    background-size: contain
}

.bui-slide-vertical > .bui-slide-head {
    top: 44%;
    right: 0;
    z-index: 10
}

.bui-slide-vertical > .bui-slide-head > ul > li {
    float: none
}

.bui-slide-vertical > .bui-slide-head > ul > .active {
    background: #fff;
    color: #ccc
}

.bui-slide-cross .bui-cross-prev, .bui-slide-cross .li-prev {
    transform: translateX(1.1rem);
    -webkit-transform: translateX(1.1rem)
}

.bui-slide-cross .bui-cross-next, .bui-slide-cross .li-next {
    transform: translateX(-1.1rem);
    -webkit-transform: translateX(-1.1rem)
}

.bui-slide-cross .active {
    transform: translateX(0);
    -webkit-transform: translateX(0)
}

.bui-slide-cross .bui-slide-img {
    width: 80%;
    margin: 0 auto;
    text-align: center
}

.bui-slide-notice {
    background: #F6F8FA;
    position: relative;
    overflow: hidden;
    height: 1rem
}

.bui-slide-notice:before {
    font-family: "icon" !important;
    display: inline-block;
    content: "\e63e";
    font-size: .4rem;
    position: absolute;
    top: 50%;
    left: .2rem;
    margin-top: -.2rem;
    color: #3da1ff
}

.bui-slide-notice .bui-slide-main ul li {
    padding-left: .8rem
}

.bui-slide-notice .icon-listright {
    margin-right: .2rem
}

.bui-slide-notice .bui-slide-main .notice-item {
    line-height: 1rem
}

.bui-slide-notice .bui-slide-main .notice-item .span1 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.bui-slide-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.bui-slide-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.bui-slide-bg {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.bui-tab {
    width: 100%
}

.bui-tab .bui-nav li {
    border: 0
}

.bui-tab .bui-nav .active {
    color: #39a4ff;
    background-color: #fff
}

.bui-tab .bui-tab-head {
    z-index: 10
}

.bui-tab .bui-tab-main {
    overflow: hidden
}

.bui-tab .bui-tab-main .bui-list {
    border-top: 0
}

.bui-tab .bui-tab-main > ul > li {
    position: relative
}

.bui-tab-sidenav {
    position: absolute;
    left: 0;
    top: 0;
    width: 3rem;
    height: 100%;
    overflow-y: auto;
    z-index: 10;
    background: #f3f5f8
}

.bui-tab-sidenav.bui-nav {
    display: block
}

.bui-tab-sidenav.bui-nav [class*=bui-btn] {
    width: 100%
}

.bui-tab-sidenav.bui-nav .active {
    border: 0;
    background: #fff;
    border-left: 2px solid #39a4ff
}

.bui-tab-sidenav.bui-nav .active:after {
    display: none
}

.bui-tab-sidenav [class*=bui-btn] {
    background: #f3f5f8;
    border-bottom: 0;
    border-left: 2px solid #f3f5f8
}

.bui-tab-sidenav .active {
    background: #fff;
    border-left: 2px solid #39a4ff
}

.bui-tab-left, .bui-tab-right {
    display: -webkit-box;
    display: box;
    display: -webkit-flex;
    display: flex
}

.bui-tab-left .span1, .bui-tab-right .span1 {
    -webkit-box-flex: 1;
    box-flex: 1;
    width: 0
}

.bui-tab-left .bui-tab-sidenav .span1 {
    padding-left: .2rem
}

.bui-tab-right .bui-tab-sidenav [class*=bui-btn] {
    background: #f3f5f8;
    border: 0;
    border-right: 2px solid #f3f5f8;
    padding-left: .2rem
}

.bui-tab-right .bui-tab-sidenav .active {
    background: #fff;
    border-right: 2px solid #39a4ff
}

.bui-tab-wrap {
    padding-left: 3rem;
    position: relative;
    height: 100%
}

.bui-tab-wrap .bui-tab-main {
    background: #fff
}

.bui-tab-autoheight {
    height: auto !important
}

.bui-tab-autoheight .bui-tab-main > div > div, .bui-tab-autoheight .bui-tab-main > ul > li {
    height: auto !important
}

.bui-tab-show {
    height: auto !important
}

.bui-tab-show .bui-tab-main {
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important
}

.bui-tab-show .bui-tab-main > div, .bui-tab-show .bui-tab-main > ul {
    display: block !important
}

.bui-tab-show .bui-tab-main > div > div, .bui-tab-show .bui-tab-main > ul > li {
    height: auto !important;
    display: none
}

.bui-tab-show .bui-tab-main > div > div.active, .bui-tab-show .bui-tab-main > ul > li.active {
    display: block
}

.bui-sidebar {
    position: absolute;
    z-index: 0;
    width: 280px
}

.bui-sidebar-wrap {
    overflow: hidden;
    width: 100%;
    height: 100%
}

.bui-sidebar-wrap .bui-sidebar {
    z-index: 11
}

.bui-listview {
    border-top: 1px solid #eee
}

.bui-listview > [class*=bui-btn] {
    border-top: 0
}

.bui-listview > li {
    position: relative;
    overflow: hidden
}

.bui-listview > li > [class*=bui-btn] {
    border: 0;
    text-align: left;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 100%;
    border-bottom: 1px solid #eee
}

.bui-listview > li > .active {
    background-color: #efefef
}

.bui-listview-menu {
    position: absolute !important;
    top: 0;
    bottom: 0;
    display: table;
    table-layout: fixed;
    height: 100%
}

.bui-listview-menu [class*=bui-btn] {
    display: table-cell;
    vertical-align: middle;
    border: 0;
    border-bottom: 1px solid #eee;
    line-height: inherit;
    padding: .12rem .1rem
}

.bui-hint {
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    padding: .2rem .2rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
    z-index: 111;
    -webkit-box-align: center;
    box-align: center;
    -webkit-box-pack: center;
    box-pack: center;
    text-align: center
}

.bui-hint i {
    margin: 0 .1rem;
    font-size: .34rem
}

.bui-hint .bui-hint-close i {
    font-size: .48rem;
    margin-bottom: 0
}

.bui-hint-top {
    position: absolute;
    left: 50%;
    margin-left: -50%;
    right: 0;
    top: 0;
    bottom: auto
}

.bui-hint-top i {
    margin: 0 .1rem;
    font-size: .34rem
}

.bui-hint-bottom {
    position: absolute;
    left: 50%;
    margin-left: -50%;
    right: 0;
    top: auto;
    bottom: 0
}

.bui-hint-center {
    position: absolute;
    display: -webkit-box;
    display: box;
    width: 100%;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-box-align: center;
    box-align: center;
    top: 50%;
    left: 50%;
    width: 2.4rem;
    height: 2.4rem;
    margin-top: -1.2rem;
    margin-left: -1.2rem;
    -webkit-border-radius: .1rem;
    border-radius: .1rem
}

.bui-hint-center i {
    font-size: 1rem;
    margin-bottom: .3rem
}

.bui-hint-close {
    position: absolute;
    z-index: 1;
    right: .1rem;
    top: .1rem
}

.bui-select {
    min-height: .6rem;
    line-height: .6rem;
    padding-left: .2rem;
    padding-right: .2rem
}

.bui-list-select .thumbnail {
    margin-right: .2rem
}

.bui-list-select .icon {
    margin-right: .2rem
}

.bui-list-select .bui-choose[title]:after, .bui-list-select .bui-like[title]:after, .bui-list-select .bui-fav[title]:after, .bui-list-select .bui-checkbox[title]:after, .bui-list-select .bui-radio[title]:after {
    content: ""
}

.bui-dialog-select {
    display: block;
    max-height: 100%
}

.bui-dialog-select input {
    margin-right: .2rem
}

.bui-dialog-select .bui-dialog-main {
    position: relative
}

.bui-dialog-select .bui-dialog-result {
    position: absolute;
    display: none;
    background: #fff;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 1
}

.bui-dialog-select .bui-searchbar-close {
    display: none
}

.bui-dialog-select .bui-dialog-result-close {
    position: absolute;
    display: none;
    top: .2rem;
    right: .2rem;
    z-index: 2
}

.bui-progress {
    height: .1rem;
    min-width: 1rem;
    overflow: hidden;
    border-radius: .15rem;
    -webkit-appearance: none;
    background: #dedede;
    display: block;
    width: 100%
}

.bui-progress .bui-progress-cell {
    background: #39a4ff;
    height: 100%;
    max-width: 100%;
    color: #fff
}

.bui-progress::-webkit-progress-bar {
    background: #dedede
}

.bui-progress::-webkit-progress-value {
    background: #39a4ff
}

.bui-progress-text {
    padding: 0 .2rem;
    text-align: center
}

.bui-searchbar {
    background: #fff;
    padding: .15rem .2rem
}

.bui-searchbar .bui-input {
    -webkit-border-radius: .1rem;
    border-radius: .1rem;
    background: #f3f5f8
}

.bui-searchbar .bui-input input[type="search"], .bui-searchbar .bui-input input[type="text"], .bui-searchbar .bui-input input[type="password"], .bui-searchbar .bui-input textarea {
    height: .7rem;
    padding-top: 0;
    padding-bottom: 0
}

.bui-searchbar .bui-input i {
    height: .7rem;
    line-height: .7rem;
    width: .7rem
}

.bui-searchbar .bui-input i.icon-search {
    margin-right: .05rem
}

.bui-searchbar [class*=bui-btn] {
    border: 0
}

.bui-searchbar [class*=bui-dropdown] [class*=bui-list] {
    border-top: 1px solid #eee
}

.bui-searchbar [class*=bui-dropdown] [class*=bui-list] [class*=bui-btn] {
    border: 1px solid #eee;
    border-top: 0
}

.bui-searchbar .btn-search {
    padding-left: .2rem;
    height: .7rem;
    line-height: .7rem;
    text-align: right;
    display: block
}

.bui-bar .bui-searchbar {
    background: none
}

.bui-bar .bui-searchbar .bui-input {
    -webkit-border-radius: .6rem;
    border-radius: .6rem;
    height: .6rem;
    line-height: .6rem;
    -webkit-box-align: center;
    box-align: center
}

.bui-bar .bui-searchbar .bui-input input {
    height: 100%
}

.bui-bar .placeholder {
    margin: 0
}

.bui-actionsheet {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f3f5f8
}

.bui-actionsheet .bui-list {
    border-top: 0
}

.bui-actionsheet [class*=bui-btn] {
    border-left: 0;
    border-right: 0;
    text-align: center;
    -webkit-box-pack: center;
    box-pack: center;
    padding-top: .4rem;
    padding-bottom: .4rem;
    font-size: .34rem;
    color: #595959
}

.bui-actionsheet > [class*=bui-btn] {
    margin-top: .1rem;
    color: #f9342a
}

.bui-actionsheet .bui-btn {
    font-size: .26rem
}

.picker-modal {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 260px;
    z-index: 12500;
    display: none;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -ms-transition-property: -ms-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    background: #cfd5da;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

.picker-modal.modal-in, .picker-modal.modal-out {
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms
}

.picker-modal.modal-in {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.picker-modal.modal-out {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

.picker-modal .picker-modal-inner {
    height: 100%;
    position: relative
}

.picker-modal .toolbar {
    position: relative;
    width: 100%;
    background: #f7f7f8
}

.picker-modal .toolbar:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: auto;
    right: auto;
    height: 1px;
    width: 100%;
    background-color: #929499;
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%
}

html.pixel-ratio-2 .picker-modal .toolbar:before {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5)
}

html.pixel-ratio-3 .picker-modal .toolbar:before {
    -webkit-transform: scaleY(0.33);
    transform: scaleY(0.33)
}

.picker-modal .toolbar + .picker-modal-inner {
    height: -webkit-calc(100% - 44px);
    height: -moz-calc(100% - 44px);
    height: calc(100% - 44px)
}

.picker-modal.picker-modal-inline, .popover .picker-modal {
    display: block;
    position: relative;
    background: none;
    z-index: inherit;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.picker-modal.picker-modal-inline .toolbar:before, .popover .picker-modal .toolbar:before {
    display: none
}

.picker-modal.picker-modal-inline .toolbar:after, .popover .picker-modal .toolbar:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    height: 1px;
    width: 100%;
    background-color: #929499;
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

html.pixel-ratio-2 .picker-modal.picker-modal-inline .toolbar:after, html.pixel-ratio-2 .popover .picker-modal .toolbar:after {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5)
}

html.pixel-ratio-3 .picker-modal.picker-modal-inline .toolbar:after, html.pixel-ratio-3 .popover .picker-modal .toolbar:after {
    -webkit-transform: scaleY(0.33);
    transform: scaleY(0.33)
}

.popover .picker-modal {
    width: auto
}

.popover .picker-modal .toolbar {
    background: none
}

.picker-modal.smart-select-picker .page {
    background: #fff
}

.picker-modal.smart-select-picker .toolbar:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    height: 1px;
    width: 100%;
    background-color: #c4c4c4;
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

html.pixel-ratio-2 .picker-modal.smart-select-picker .toolbar:after {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5)
}

html.pixel-ratio-3 .picker-modal.smart-select-picker .toolbar:after {
    -webkit-transform: scaleY(0.33);
    transform: scaleY(0.33)
}

.picker-modal.smart-select-picker .list-block {
    margin: 0
}

.picker-modal.smart-select-picker .list-block ul:before {
    display: none
}

.picker-modal.smart-select-picker .list-block ul:after {
    display: none
}

.picker-columns {
    width: 100%;
    height: 260px;
    z-index: 11500
}

.picker-columns.picker-modal-inline, .popover .picker-columns {
    height: 200px;
    background: #fff
}

@media (orientation: landscape) and (max-height: 415px) {
    .picker-columns:not(.picker-modal-inline) {
        height: 200px
    }
}

.popover.popover-picker-columns {
    width: 280px
}

.picker-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0;
    text-align: right;
    font-size: .3rem;
    -webkit-mask-box-image: -webkit-linear-gradient(bottom, transparent, transparent 5%, #fff 20%, #fff 80%, transparent 95%, transparent);
    -webkit-mask-box-image: linear-gradient(to top, transparent, transparent 5%, #fff 20%, #fff 80%, transparent 95%, transparent)
}

.picker-items-col {
    overflow: hidden;
    position: relative;
    max-height: 100%
}

.picker-items-col.picker-items-col-left {
    text-align: left
}

.picker-items-col.picker-items-col-center {
    text-align: center
}

.picker-items-col.picker-items-col-right {
    text-align: right
}

.picker-items-col.picker-items-col-divider {
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.picker-items-col-wrapper {
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.picker-item {
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #707274;
    left: 0;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms
}

.picker-items-col-absolute .picker-item {
    position: absolute
}

.picker-item.picker-item-far {
    pointer-events: none
}

.picker-item.picker-selected {
    color: #39a4ff;
    -webkit-transform: translate3d(0, 0, 0) rotateX(0deg);
    transform: translate3d(0, 0, 0) rotateX(0deg)
}

.picker-center-highlight {
    height: 36px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    margin-top: -18px;
    pointer-events: none;
    border-left: 2px solid #39a4ff
}

.picker-center-highlight:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: auto;
    right: auto;
    height: 1px;
    width: 100%;
    background-color: #eee;
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%
}

html.pixel-ratio-2 .picker-center-highlight:before {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5)
}

html.pixel-ratio-3 .picker-center-highlight:before {
    -webkit-transform: scaleY(0.33);
    transform: scaleY(0.33)
}

.picker-center-highlight:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    height: 1px;
    width: 100%;
    background-color: #eee;
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

html.pixel-ratio-2 .picker-center-highlight:after {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5)
}

html.pixel-ratio-3 .picker-center-highlight:after {
    -webkit-transform: scaleY(0.33);
    transform: scaleY(0.33)
}

.picker-3d .picker-items {
    overflow: hidden;
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.picker-3d .picker-items-col, .picker-3d .picker-items-col-wrapper, .picker-3d .picker-item {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.picker-3d .picker-items-col {
    overflow: visible
}

.picker-3d .picker-item {
    -webkit-transform-origin: center center -110px;
    transform-origin: center center -110px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swipeleft, .swiperight, .swipeup, .swipedown {
    position: absolute;
    z-index: 11;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch
}

.swipeleft {
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
    overflow-y: auto;
    overflow-x: hidden
}

.swiperight {
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    overflow-y: auto;
    overflow-x: hidden
}

.swipeup {
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    overflow: auto
}

.swipedown {
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    overflow: auto
}

.bui-list-onepx {
    border-top-width: 0;
    position: relative
}

.bui-list-onepx:before {
    content: "";
    display: block;
    height: 1px;
    background: #eee;
    position: absolute;
    top: -1px;
    bottom: auto;
    left: 0;
    right: 0;
    z-index: 10;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5)
}

.bui-list-onepx > .bui-btn {
    border: 0 !important;
    border-bottom-width: 0;
    position: relative
}

.bui-list-onepx > .bui-btn:after {
    content: "";
    display: block;
    height: 1px;
    background: #eee;
    position: absolute;
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    z-index: 10;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5)
}

.bui-listview-onepx {
    border-top-width: 0;
    position: relative
}

.bui-listview-onepx:before {
    content: "";
    display: block;
    height: 1px;
    background: #eee;
    position: absolute;
    top: -1px;
    bottom: auto;
    left: 0;
    right: 0;
    z-index: 10;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5)
}

.bui-listview-onepx > li > .bui-btn {
    border-bottom-width: 0;
    position: relative;
    border: 0
}

.bui-listview-onepx > li > .bui-btn:after {
    content: "";
    display: block;
    height: 1px;
    background: #eee;
    position: absolute;
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    z-index: 10;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5)
}

.bui-onepx {
    border: 0;
    border-left-width: 0;
    position: relative;
    border-right-width: 0;
    position: relative
}

.bui-onepx:before {
    content: "";
    display: block;
    width: 1px;
    background: #eee;
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    z-index: 10;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5)
}

.bui-onepx:after {
    content: "";
    display: block;
    width: 1px;
    background: #eee;
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5)
}

.bui-onepx > .bui-btn {
    border: 0;
    border-top-width: 0;
    position: relative;
    border-bottom-width: 0;
    position: relative
}

.bui-onepx > .bui-btn:before {
    content: "";
    display: block;
    height: 1px;
    background: #eee;
    position: absolute;
    top: -1px;
    bottom: auto;
    left: 0;
    right: 0;
    z-index: 10;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5)
}

.bui-onepx > .bui-btn:after {
    content: "";
    display: block;
    height: 1px;
    background: #eee;
    position: absolute;
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    z-index: 10;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5)
}

.bui-onepx-left {
    border-left-width: 0;
    position: relative
}

.bui-onepx-left:before {
    content: "";
    display: block;
    width: 1px;
    background: #eee;
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    z-index: 10;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5)
}

.bui-onepx-right {
    border-right-width: 0;
    position: relative
}

.bui-onepx-right:after {
    content: "";
    display: block;
    width: 1px;
    background: #eee;
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5)
}

.bui-onepx-top {
    border-top-width: 0;
    position: relative
}

.bui-onepx-top:before {
    content: "";
    display: block;
    height: 1px;
    background: #eee;
    position: absolute;
    top: -1px;
    bottom: auto;
    left: 0;
    right: 0;
    z-index: 10;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5)
}

.bui-onepx-bottom {
    border-bottom-width: 0;
    position: relative
}

.bui-onepx-bottom:after {
    content: "";
    display: block;
    height: 1px;
    background: #eee;
    position: absolute;
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    z-index: 10;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5)
}

.animated {
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.alternate {
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}

.animated.loop {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}

.animated-fix {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000
}

.animated.linear {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.animated.ease {
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease
}

.animated.ease-in {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

.animated.ease-out {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

.animated.ease-in-out {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

.animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
    animation-duration: .75s
}

.animated.delay-1-1 {
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s;
    animation-delay: 1.1s
}

.animated.delay-1-2 {
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.animated.delay-1-3 {
    -webkit-animation-delay: 1.3s;
    -moz-animation-delay: 1.3s;
    animation-delay: 1.3s
}

.animated.delay-1-4 {
    -webkit-animation-delay: 1.4s;
    -moz-animation-delay: 1.4s;
    animation-delay: 1.4s
}

.animated.delay-1-5 {
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.animated.delay-1-6 {
    -webkit-animation-delay: 1.6s;
    -moz-animation-delay: 1.6s;
    animation-delay: 1.6s
}

.animated.delay-1-7 {
    -webkit-animation-delay: 1.7s;
    -moz-animation-delay: 1.7s;
    animation-delay: 1.7s
}

.animated.delay-1-8 {
    -webkit-animation-delay: 1.8s;
    -moz-animation-delay: 1.8s;
    animation-delay: 1.8s
}

.animated.delay-1-9 {
    -webkit-animation-delay: 1.9s;
    -moz-animation-delay: 1.9s;
    animation-delay: 1.9s
}

.animated.delay-1-10 {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    animation-delay: 2s
}

.animated.delay-1 {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s
}

.animated.delay-2 {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    animation-delay: 2s
}

.animated.delay-3 {
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    animation-delay: 3s
}

.animated.delay-4 {
    -webkit-animation-delay: 4s;
    -moz-animation-delay: 4s;
    animation-delay: 4s
}

.animated.delay-5 {
    -webkit-animation-delay: 5s;
    -moz-animation-delay: 5s;
    animation-delay: 5s
}

.animated.delay-6 {
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    animation-delay: 6s
}

.animated.delay-7 {
    -webkit-animation-delay: 7s;
    -moz-animation-delay: 7s;
    animation-delay: 7s
}

.animated.delay-8 {
    -webkit-animation-delay: 8s;
    -moz-animation-delay: 8s;
    animation-delay: 8s
}

.animated.delay-9 {
    -webkit-animation-delay: 9s;
    -moz-animation-delay: 9s;
    animation-delay: 9s
}

.animated.delay-10 {
    -webkit-animation-delay: 10s;
    -moz-animation-delay: 10s;
    animation-delay: 10s
}

.animated.duration-0-1 {
    -webkit-animation-duration: .1s;
    -moz-animation-duration: .1s;
    animation-duration: .1s
}

.animated.duration-0-2 {
    -webkit-animation-duration: .2s;
    -moz-animation-duration: .2s;
    animation-duration: .2s
}

.animated.duration-0-3 {
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
    animation-duration: .3s
}

.animated.duration-0-4 {
    -webkit-animation-duration: .4s;
    -moz-animation-duration: .4s;
    animation-duration: .4s
}

.animated.duration-0-5 {
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    animation-duration: .5s
}

.animated.duration-0-6 {
    -webkit-animation-duration: .6s;
    -moz-animation-duration: .6s;
    animation-duration: .6s
}

.animated.duration-0-7 {
    -webkit-animation-duration: .7s;
    -moz-animation-duration: .7s;
    animation-duration: .7s
}

.animated.duration-0-8 {
    -webkit-animation-duration: .8s;
    -moz-animation-duration: .8s;
    animation-duration: .8s
}

.animated.duration-0-9 {
    -webkit-animation-duration: .9s;
    -moz-animation-duration: .9s;
    animation-duration: .9s
}

.animated.duration-0-10 {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s
}

.animated.duration-1-1 {
    -webkit-animation-duration: 1.1s;
    -moz-animation-duration: 1.1s;
    animation-duration: 1.1s
}

.animated.duration-1-2 {
    -webkit-animation-duration: 1.2s;
    -moz-animation-duration: 1.2s;
    animation-duration: 1.2s
}

.animated.duration-1-3 {
    -webkit-animation-duration: 1.3s;
    -moz-animation-duration: 1.3s;
    animation-duration: 1.3s
}

.animated.duration-1-4 {
    -webkit-animation-duration: 1.4s;
    -moz-animation-duration: 1.4s;
    animation-duration: 1.4s
}

.animated.duration-1-5 {
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    animation-duration: 1.5s
}

.animated.duration-1-6 {
    -webkit-animation-duration: 1.6s;
    -moz-animation-duration: 1.6s;
    animation-duration: 1.6s
}

.animated.duration-1-7 {
    -webkit-animation-duration: 1.7s;
    -moz-animation-duration: 1.7s;
    animation-duration: 1.7s
}

.animated.duration-1-8 {
    -webkit-animation-duration: 1.8s;
    -moz-animation-duration: 1.8s;
    animation-duration: 1.8s
}

.animated.duration-1-9 {
    -webkit-animation-duration: 1.9s;
    -moz-animation-duration: 1.9s;
    animation-duration: 1.9s
}

.animated.duration-1-10 {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    animation-duration: 2s
}

.animated.duration-1 {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s
}

.animated.duration-2 {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    animation-duration: 2s
}

.animated.duration-3 {
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    animation-duration: 3s
}

.animated.duration-4 {
    -webkit-animation-duration: 4s;
    -moz-animation-duration: 4s;
    animation-duration: 4s
}

.animated.duration-5 {
    -webkit-animation-duration: 5s;
    -moz-animation-duration: 5s;
    animation-duration: 5s
}

.animated.duration-6 {
    -webkit-animation-duration: 6s;
    -moz-animation-duration: 6s;
    animation-duration: 6s
}

.animated.duration-7 {
    -webkit-animation-duration: 7s;
    -moz-animation-duration: 7s;
    animation-duration: 7s
}

.animated.duration-8 {
    -webkit-animation-duration: 8s;
    -moz-animation-duration: 8s;
    animation-duration: 8s
}

.animated.duration-9 {
    -webkit-animation-duration: 9s;
    -moz-animation-duration: 9s;
    animation-duration: 9s
}

.animated.duration-10 {
    -webkit-animation-duration: 10s;
    -moz-animation-duration: 10s;
    animation-duration: 10s
}

.showIn {
    display: block;
    -webkit-animation-duration: 0s;
    animation-duration: 0s
}

.showOut {
    display: none;
    -webkit-animation-duration: 0s;
    animation-duration: 0s
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.6, 0.6, 0.3);
        transform: scale3d(0.6, 0.6, 0.3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.6, 0.6, 0.3);
        transform: scale3d(0.6, 0.6, 0.3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    from {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@keyframes rollIn {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.rollIn {
    animation-name: rollIn
}

@keyframes rollOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    animation-name: rollOut
}

@keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        transform: scale3d(0.9, 0.9, 0.9)
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        transform: scale3d(0.97, 0.97, 0.97)
    }
    to {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    animation-name: bounceIn
}

@keyframes bounceOut {
    20% {
        transform: scale3d(0.9, 0.9, 0.9)
    }
    50%, 55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }
}

.bounceOut {
    animation-name: bounceOut
}

@keyframes rotateIn {
    from {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    to {
        transform-origin: center;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    animation-name: rotateIn
}

@keyframes rotateOut {
    from {
        transform-origin: center;
        opacity: 1
    }
    to {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    animation-name: rotateOut
}

@keyframes flipInX {
    from {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        animation-timing-function: ease-in
    }
    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    to {
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX
}

@keyframes flipInY {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        animation-timing-function: ease-in
    }
    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    to {
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInY
}

@keyframes flipOutX {
    from {
        transform: perspective(400px)
    }
    30% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    to {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@keyframes flipOutY {
    from {
        transform: perspective(400px)
    }
    30% {
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    to {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipOutY
}

@keyframes lightSpeedIn {
    from {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        transform: skewX(-5deg);
        opacity: 1
    }
    to {
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out
}

@keyframes lightSpeedOut {
    from {
        opacity: 1
    }
    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideOutLeft {
    from {
    }
    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    from {
    }
    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        z-index: 5
    }
    to {
        -webkit-transform: none;
        transform: none;
        z-index: 5
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        z-index: 5
    }
    to {
        -webkit-transform: none;
        transform: none;
        z-index: 5
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideOutRight {
    from {
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    from {
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes coverInLeft {
    from {
        -webkit-transform: none;
        transform: none
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes coverInLeft {
    from {
        -webkit-transform: none;
        transform: none
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.coverInLeft {
    -webkit-animation-name: coverInLeft;
    animation-name: coverInLeft
}

@-webkit-keyframes coverOutLeft {
    from {
        -webkit-transform: none;
        transform: none
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes coverOutLeft {
    from {
        -webkit-transform: none;
        transform: none
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.coverOutLeft {
    -webkit-animation-name: coverOutLeft;
    animation-name: coverOutLeft
}

@-webkit-keyframes coverInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        z-index: 6
    }
    to {
        -webkit-transform: none;
        transform: none;
        z-index: 6
    }
}

@keyframes coverInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        z-index: 6
    }
    to {
        -webkit-transform: none;
        transform: none;
        z-index: 6
    }
}

.coverInRight {
    -webkit-animation-name: coverInRight;
    animation-name: coverInRight
}

@-webkit-keyframes coverOutRight {
    from {
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes coverOutRight {
    from {
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.coverOutRight {
    -webkit-animation-name: coverOutRight;
    animation-name: coverOutRight
}

.animated.zoomSlideInLeft, .animated.zoomSlideOutLeft {
    animation-duration: 1s
}

.animated.zoomSlideInRight, .animated.zoomSlideOutRight {
    animation-duration: 1s
}

@-webkit-keyframes zoomSlideInLeft {
    0%, 35% {
        -webkit-transform: translate3d(-100%, 0, 0) scale(0.8, 0.8);
        transform: translate3d(-100%, 0, 0) scale(0.8, 0.8)
    }
    65% {
        -webkit-transform: translate3d(0, 0, 0) scale(0.8, 0.8);
        transform: translate3d(0, 0, 0) scale(0.8, 0.8)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
        transform: translate3d(0, 0, 0) scale(1, 1)
    }
}

@keyframes zoomSlideInLeft {
    0%, 35% {
        -webkit-transform: translate3d(-100%, 0, 0) scale(0.8, 0.8);
        transform: translate3d(-100%, 0, 0) scale(0.8, 0.8)
    }
    65% {
        -webkit-transform: translate3d(0, 0, 0) scale(0.8, 0.8);
        transform: translate3d(0, 0, 0) scale(0.8, 0.8)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
        transform: translate3d(0, 0, 0) scale(1, 1)
    }
}

.zoomSlideInLeft {
    -webkit-animation-name: zoomSlideInLeft;
    animation-name: zoomSlideInLeft
}

@-webkit-keyframes zoomSlideOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
        transform: translate3d(0, 0, 0) scale(1, 1)
    }
    35% {
        -webkit-transform: translate3d(0, 0, 0) scale(0.8, 0.8);
        transform: translate3d(0, 0, 0) scale(0.8, 0.8)
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0) scale(0.8, 0.8);
        transform: translate3d(-100%, 0, 0) scale(0.8, 0.8)
    }
}

@keyframes zoomSlideOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
        transform: translate3d(0, 0, 0) scale(1, 1)
    }
    35% {
        -webkit-transform: translate3d(0, 0, 0) scale(0.8, 0.8);
        transform: translate3d(0, 0, 0) scale(0.8, 0.8)
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0) scale(0.8, 0.8);
        transform: translate3d(-100%, 0, 0) scale(0.8, 0.8)
    }
}

.zoomSlideOutLeft {
    -webkit-animation-name: zoomSlideOutLeft;
    animation-name: zoomSlideOutLeft
}

@-webkit-keyframes zoomSlideInRight {
    0%, 35% {
        -webkit-transform: translate3d(100%, 0, 0) scale(0.8, 0.8);
        transform: translate3d(100%, 0, 0) scale(0.8, 0.8);
        z-index: 6
    }
    65% {
        -webkit-transform: translate3d(0, 0, 0) scale(0.8, 0.8);
        transform: translate3d(0, 0, 0) scale(0.8, 0.8);
        z-index: 6
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
        transform: translate3d(0, 0, 0) scale(1, 1);
        z-index: 6
    }
}

@keyframes zoomSlideInRight {
    0%, 35% {
        -webkit-transform: translate3d(100%, 0, 0) scale(0.8, 0.8);
        transform: translate3d(100%, 0, 0) scale(0.8, 0.8);
        z-index: 6
    }
    65% {
        -webkit-transform: translate3d(0, 0, 0) scale(0.8, 0.8);
        transform: translate3d(0, 0, 0) scale(0.8, 0.8);
        z-index: 6
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
        transform: translate3d(0, 0, 0) scale(1, 1);
        z-index: 6
    }
}

.zoomSlideInRight {
    -webkit-animation-name: zoomSlideInRight;
    animation-name: zoomSlideInRight
}

@-webkit-keyframes zoomSlideOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
        transform: translate3d(0, 0, 0) scale(1, 1)
    }
    35% {
        -webkit-transform: translate3d(0, 0, 0) scale(0.8, 0.8);
        transform: translate3d(0, 0, 0) scale(0.8, 0.8)
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0) scale(0.8, 0.8);
        transform: translate3d(100%, 0, 0) scale(0.8, 0.8)
    }
}

@keyframes zoomSlideOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
        transform: translate3d(0, 0, 0) scale(1, 1)
    }
    35% {
        -webkit-transform: translate3d(0, 0, 0) scale(0.8, 0.8);
        transform: translate3d(0, 0, 0) scale(0.8, 0.8)
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0) scale(0.8, 0.8);
        transform: translate3d(100%, 0, 0) scale(0.8, 0.8)
    }
}

.zoomSlideOutRight {
    -webkit-animation-name: zoomSlideOutRight;
    animation-name: zoomSlideOutRight
}

@-webkit-keyframes pushOutLeft {
    from {
    }
    to {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0)
    }
}

@keyframes pushOutLeft {
    from {
    }
    to {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0)
    }
}

.pushOutLeft {
    -webkit-animation-name: pushOutLeft;
    animation-name: pushOutLeft
}

@-webkit-keyframes pushInLeft {
    from {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes pushInLeft {
    from {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        z-index: 5
    }
    to {
        -webkit-transform: none;
        transform: none;
        z-index: 5
    }
}

.pushInLeft {
    -webkit-animation-name: pushInLeft;
    animation-name: pushInLeft
}

@-webkit-keyframes pushInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        z-index: 5
    }
    to {
        -webkit-transform: none;
        transform: none;
        z-index: 5
    }
}

@keyframes pushInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        z-index: 5
    }
    to {
        -webkit-transform: none;
        transform: none;
        z-index: 5
    }
}

.pushInRight {
    -webkit-animation-name: pushInRight;
    animation-name: pushInRight
}

@-webkit-keyframes pushOutRight {
    from {
        -webkit-transform: none;
        transform: none
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes pushOutRight {
    from {
        -webkit-transform: none;
        transform: none
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.pushOutRight {
    -webkit-animation-name: pushOutRight;
    animation-name: pushOutRight
}

.bui-prompt-main {
    padding: 0 .3rem;
    height: 100%;
    -webkit-box-pack: center;
    box-pack: center
}

.bui-prompt-main .span1 {
    -webkit-box-flex: inherit;
    box-flex: inherit
}

.bui-prompt-main .bui-prompt-label {
    text-align: left;
    margin-bottom: .3rem;
    padding-top: .3rem;
    font-size: .34rem
}

.bui-prompt-main .bui-prompt-text {
    border: 1px solid #eee;
    width: 100%;
    padding: .15rem;
    height: .8rem;
    -webkit-border-radius: .1rem;
    border-radius: .1rem;
    background: #f3f5f8
}

#bui-router {
    overflow: hidden;
    width: 100%;
    height: 100%
}

.bui-router {
    overflow: hidden;
    width: 100%;
    height: 100%
}

.bui-router-main {
    overflow: hidden;
    height: 100%;
    height: inherit;
    width: 100%;
    position: relative
}

.bui-router-item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    height: inherit;
    z-index: 0;
    background: #f3f5f8
}

.bui-router-fixiframe {
    -webkit-overflow-scrolling: touch;
    overflow: scroll
}

.bui-router-iframe {
    width: 100%;
    height: 100%;
    border: 0
}

.bui-levelselect .bui-dialog-head {
    border-bottom: 1px solid #f1f1f1
}

.bui-levelselect .select-value {
    padding-left: .2rem;
    border-bottom: 1px solid #f1f1f1
}

.bui-levelselect .select-value div {
    margin-right: .2rem;
    border-bottom: 2px solid #fff;
    height: .8rem;
    line-height: .8rem
}

.bui-levelselect .select-value .active {
    border-bottom: 2px solid #39a4ff
}

.bui-levelselect .bui-list {
    border-top: 0
}

.bui-levelselect .bui-list .bui-btn {
    border-bottom: 0
}

.bui-levelselect .bui-list .bui-btn.active {
    color: #39a4ff;
    border-bottom: 0;
    background: none
}

.bui-levelselect .bui-tab-main > ul > li:nth-child(odd) {
    background: #f3f5f8
}

.bui-levelselect .bui-tab-main > ul > li:nth-child(odd) .bui-list .bui-btn {
    background: #f3f5f8
}

.bui-floor {
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow-y: scroll
}

.bui-floor .bui-floor-foot {
    height: 50%
}

.bui-floor-head {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    z-index: 10;
    padding: .2rem;
    transition: transform 300ms ease-out;
    -webkit-transition: transform 300ms ease-out;
    border-bottom: 1px solid #eee;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.bui-floor-head.active {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.bui-upload .bui-btn {
    width: 100%;
    margin: 0 auto;
    height: 1.4rem;
    line-height: 1.4rem;
    padding: 0;
    margin-bottom: .2rem
}

.bui-upload .bui-upload-thumbnail {
    height: 1.4rem;
    text-align: center;
    background: #fff;
    margin-bottom: .2rem;
    position: relative
}

.bui-upload .bui-upload-thumbnail img {
    height: 100%
}

.bui-upload .bui-upload-thumbnail .icon-removefill {
    position: absolute;
    right: -.18rem;
    top: -.18rem;
    font-size: .54rem;
    color: #999
}

.default {
    background-color: #fff;
    color: #666
}

.default[class^=icon-] {
    background: none;
    color: #fff
}

.default.bui-switch {
    background: #dfdfdf
}

.default.bui-switch:checked {
    background-color: #fff
}

.default.bui-switch:checked:after {
    background: #666
}

.default.bui-switch-text {
    background: #dfdfdf
}

.default.bui-switch-text:checked {
    background: #fff
}

.default.bui-check, .default.bui-switch-btn {
    background: #fff
}

.default.bui-check:before, .default.bui-switch-btn:before {
    color: #666
}

.default.bui-check:checked, .default.bui-switch-btn:checked {
    background: #f1f1f1;
    border-color: #fff
}

.default.bui-check:checked:before, .default.bui-switch-btn:checked:before {
    color: #fff
}

.default.bui-fav, .default.bui-like {
    background: none;
    color: #999
}

.default.bui-fav:checked:before, .default.bui-like:checked:before {
    color: #fff
}

.default.bui-sub {
    background: none
}

.default.bui-sub:before {
    border-right-color: #fff
}

.default.bui-tips, .default.bui-hint {
    background: #f1f1f1;
    color: #fff
}

.default.bui-tips i, .default.bui-hint i {
    color: #fff
}

.default.bui-range {
    background: none
}

.default.bui-range::-webkit-slider-thumb {
    background: #fff
}

.default.bui-stepbar {
    background: none
}

.default.bui-stepbar .bui-stepbar-cell {
    color: #666
}

.default.bui-stepbar .bui-stepbar-cell.visited, .default.bui-stepbar .bui-stepbar-cell.active {
    border-left-color: #fff
}

.default.bui-stepbar .bui-stepbar-cell.visited .bui-stepbar-dot, .default.bui-stepbar .bui-stepbar-cell.active .bui-stepbar-dot {
    background-color: #fff
}

.default.bui-stepbar .bui-stepbar-cell.visited .bui-stepbar-text, .default.bui-stepbar .bui-stepbar-cell.active .bui-stepbar-text {
    color: #666
}

.default.bui-stepbar-line {
    background: none
}

.default.bui-stepbar-line .bui-stepbar-cell {
    color: #666
}

.default.bui-stepbar-line .bui-stepbar-cell.visited, .default.bui-stepbar-line .bui-stepbar-cell.active {
    border-top-color: #fff
}

.default.bui-stepbar-line .bui-stepbar-cell.visited .bui-stepbar-dot, .default.bui-stepbar-line .bui-stepbar-cell.active .bui-stepbar-dot {
    background-color: #fff
}

.default.bui-stepbar-line .bui-stepbar-cell.visited .bui-stepbar-text, .default.bui-stepbar-line .bui-stepbar-cell.active .bui-stepbar-text {
    color: #666
}

.default.bui-progress {
    background: #dedede
}

.default.bui-progress::-webkit-progress-value {
    background: #fff
}

.default.bui-progress .bui-progress-cell {
    background: #fff
}

.default.reverse {
    background: inherit;
    color: #fff
}

.default-reverse {
    color: #fff;
    border-color: #fff
}

[class*=bui-btn].default {
    border-color: #fff
}

[class*=bui-btn].default:active {
    background: #f2f2f2;
    color: #666;
    border-color: #f2f2f2
}

[class*=bui-btn].disabled {
    background-color: #f8f8f8;
    border-color: #eee;
    color: #ccc
}

[class*=bui-btn].disabled.default {
    background: #fff;
    color: #ebebeb;
    border-color: #ebebeb
}

[class*=bui-btn].disabled.default:active {
    background: #fff;
    color: #ebebeb;
    border-color: #ebebeb
}

.primary {
    background-color: #39a4ff;
    color: #fff
}

.primary[class^=icon-] {
    background: none;
    color: #39a4ff
}

.primary.bui-switch {
    background: #dfdfdf
}

.primary.bui-switch:checked {
    background-color: #39a4ff
}

.primary.bui-switch:checked:after {
    background: #fff
}

.primary.bui-switch-text {
    background: #dfdfdf
}

.primary.bui-switch-text:checked {
    background: #39a4ff
}

.primary.bui-check, .primary.bui-switch-btn {
    background: #39a4ff
}

.primary.bui-check:before, .primary.bui-switch-btn:before {
    color: #fff
}

.primary.bui-check:checked, .primary.bui-switch-btn:checked {
    background: rgba(235, 246, 255, 0.9);
    border-color: #39a4ff
}

.primary.bui-check:checked:before, .primary.bui-switch-btn:checked:before {
    color: #39a4ff
}

.primary.bui-fav, .primary.bui-like {
    background: none;
    color: #999
}

.primary.bui-fav:checked:before, .primary.bui-like:checked:before {
    color: #39a4ff
}

.primary.bui-sub {
    background: none
}

.primary.bui-sub:before {
    border-right-color: #39a4ff
}

.primary.bui-tips, .primary.bui-hint {
    background: rgba(235, 246, 255, 0.9);
    color: #39a4ff
}

.primary.bui-tips i, .primary.bui-hint i {
    color: #39a4ff
}

.primary.bui-range {
    background: none
}

.primary.bui-range::-webkit-slider-thumb {
    background: #39a4ff
}

.primary.bui-stepbar {
    background: none
}

.primary.bui-stepbar .bui-stepbar-cell {
    color: #666
}

.primary.bui-stepbar .bui-stepbar-cell.visited, .primary.bui-stepbar .bui-stepbar-cell.active {
    border-left-color: #39a4ff
}

.primary.bui-stepbar .bui-stepbar-cell.visited .bui-stepbar-dot, .primary.bui-stepbar .bui-stepbar-cell.active .bui-stepbar-dot {
    background-color: #39a4ff
}

.primary.bui-stepbar .bui-stepbar-cell.visited .bui-stepbar-text, .primary.bui-stepbar .bui-stepbar-cell.active .bui-stepbar-text {
    color: #666
}

.primary.bui-stepbar-line {
    background: none
}

.primary.bui-stepbar-line .bui-stepbar-cell {
    color: #666
}

.primary.bui-stepbar-line .bui-stepbar-cell.visited, .primary.bui-stepbar-line .bui-stepbar-cell.active {
    border-top-color: #39a4ff
}

.primary.bui-stepbar-line .bui-stepbar-cell.visited .bui-stepbar-dot, .primary.bui-stepbar-line .bui-stepbar-cell.active .bui-stepbar-dot {
    background-color: #39a4ff
}

.primary.bui-stepbar-line .bui-stepbar-cell.visited .bui-stepbar-text, .primary.bui-stepbar-line .bui-stepbar-cell.active .bui-stepbar-text {
    color: #666
}

.primary.bui-progress {
    background: #dedede
}

.primary.bui-progress::-webkit-progress-value {
    background: #39a4ff
}

.primary.bui-progress .bui-progress-cell {
    background: #39a4ff
}

.primary.reverse {
    background: inherit;
    color: #39a4ff
}

.primary-reverse {
    color: #39a4ff;
    border-color: #39a4ff
}

[class*=bui-btn].primary {
    border-color: #39a4ff
}

[class*=bui-btn].primary:active {
    background: #2098ff;
    color: #fff;
    border-color: #2098ff
}

[class*=bui-btn].disabled {
    background-color: #f8f8f8;
    border-color: #eee;
    color: #ccc
}

[class*=bui-btn].disabled.primary {
    background: #9fd3ff;
    color: #ebebeb;
    border-color: #ebebeb
}

[class*=bui-btn].disabled.primary:active {
    background: #9fd3ff;
    color: #ebebeb;
    border-color: #ebebeb
}

.warning {
    background-color: #ff9236;
    color: #fff
}

.warning[class^=icon-] {
    background: none;
    color: #ff9236
}

.warning.bui-switch {
    background: #dfdfdf
}

.warning.bui-switch:checked {
    background-color: #ff9236
}

.warning.bui-switch:checked:after {
    background: #fff
}

.warning.bui-switch-text {
    background: #dfdfdf
}

.warning.bui-switch-text:checked {
    background: #ff9236
}

.warning.bui-check, .warning.bui-switch-btn {
    background: #ff9236
}

.warning.bui-check:before, .warning.bui-switch-btn:before {
    color: #fff
}

.warning.bui-check:checked, .warning.bui-switch-btn:checked {
    background: rgba(255, 252, 231, 0.9);
    border-color: #ff9236
}

.warning.bui-check:checked:before, .warning.bui-switch-btn:checked:before {
    color: #ff9236
}

.warning.bui-fav, .warning.bui-like {
    background: none;
    color: #999
}

.warning.bui-fav:checked:before, .warning.bui-like:checked:before {
    color: #ff9236
}

.warning.bui-sub {
    background: none
}

.warning.bui-sub:before {
    border-right-color: #ff9236
}

.warning.bui-tips, .warning.bui-hint {
    background: rgba(255, 252, 231, 0.9);
    color: #ff9236
}

.warning.bui-tips i, .warning.bui-hint i {
    color: #ff9236
}

.warning.bui-range {
    background: none
}

.warning.bui-range::-webkit-slider-thumb {
    background: #ff9236
}

.warning.bui-stepbar {
    background: none
}

.warning.bui-stepbar .bui-stepbar-cell {
    color: #666
}

.warning.bui-stepbar .bui-stepbar-cell.visited, .warning.bui-stepbar .bui-stepbar-cell.active {
    border-left-color: #ff9236
}

.warning.bui-stepbar .bui-stepbar-cell.visited .bui-stepbar-dot, .warning.bui-stepbar .bui-stepbar-cell.active .bui-stepbar-dot {
    background-color: #ff9236
}

.warning.bui-stepbar .bui-stepbar-cell.visited .bui-stepbar-text, .warning.bui-stepbar .bui-stepbar-cell.active .bui-stepbar-text {
    color: #666
}

.warning.bui-stepbar-line {
    background: none
}

.warning.bui-stepbar-line .bui-stepbar-cell {
    color: #666
}

.warning.bui-stepbar-line .bui-stepbar-cell.visited, .warning.bui-stepbar-line .bui-stepbar-cell.active {
    border-top-color: #ff9236
}

.warning.bui-stepbar-line .bui-stepbar-cell.visited .bui-stepbar-dot, .warning.bui-stepbar-line .bui-stepbar-cell.active .bui-stepbar-dot {
    background-color: #ff9236
}

.warning.bui-stepbar-line .bui-stepbar-cell.visited .bui-stepbar-text, .warning.bui-stepbar-line .bui-stepbar-cell.active .bui-stepbar-text {
    color: #666
}

.warning.bui-progress {
    background: #dedede
}

.warning.bui-progress::-webkit-progress-value {
    background: #ff9236
}

.warning.bui-progress .bui-progress-cell {
    background: #ff9236
}

.warning.reverse {
    background: inherit;
    color: #ff9236
}

.warning-reverse {
    color: #ff9236;
    border-color: #ff9236
}

[class*=bui-btn].warning {
    border-color: #ff9236
}

[class*=bui-btn].warning:active {
    background: #ff841d;
    color: #fff;
    border-color: #ff841d
}

[class*=bui-btn].disabled {
    background-color: #f8f8f8;
    border-color: #eee;
    color: #ccc
}

[class*=bui-btn].disabled.warning {
    background: #ffc99c;
    color: #ebebeb;
    border-color: #ebebeb
}

[class*=bui-btn].disabled.warning:active {
    background: #ffc99c;
    color: #ebebeb;
    border-color: #ebebeb
}

.success {
    background-color: #52c41a;
    color: #fff
}

.success[class^=icon-] {
    background: none;
    color: #52c41a
}

.success.bui-switch {
    background: #dfdfdf
}

.success.bui-switch:checked {
    background-color: #52c41a
}

.success.bui-switch:checked:after {
    background: #fff
}

.success.bui-switch-text {
    background: #dfdfdf
}

.success.bui-switch-text:checked {
    background: #52c41a
}

.success.bui-check, .success.bui-switch-btn {
    background: #52c41a
}

.success.bui-check:before, .success.bui-switch-btn:before {
    color: #fff
}

.success.bui-check:checked, .success.bui-switch-btn:checked {
    background: rgba(248, 254, 246, 0.9);
    border-color: #52c41a
}

.success.bui-check:checked:before, .success.bui-switch-btn:checked:before {
    color: #52c41a
}

.success.bui-fav, .success.bui-like {
    background: none;
    color: #999
}

.success.bui-fav:checked:before, .success.bui-like:checked:before {
    color: #52c41a
}

.success.bui-sub {
    background: none
}

.success.bui-sub:before {
    border-right-color: #52c41a
}

.success.bui-tips, .success.bui-hint {
    background: rgba(248, 254, 246, 0.9);
    color: #52c41a
}

.success.bui-tips i, .success.bui-hint i {
    color: #52c41a
}

.success.bui-range {
    background: none
}

.success.bui-range::-webkit-slider-thumb {
    background: #52c41a
}

.success.bui-stepbar {
    background: none
}

.success.bui-stepbar .bui-stepbar-cell {
    color: #666
}

.success.bui-stepbar .bui-stepbar-cell.visited, .success.bui-stepbar .bui-stepbar-cell.active {
    border-left-color: #52c41a
}

.success.bui-stepbar .bui-stepbar-cell.visited .bui-stepbar-dot, .success.bui-stepbar .bui-stepbar-cell.active .bui-stepbar-dot {
    background-color: #52c41a
}

.success.bui-stepbar .bui-stepbar-cell.visited .bui-stepbar-text, .success.bui-stepbar .bui-stepbar-cell.active .bui-stepbar-text {
    color: #666
}

.success.bui-stepbar-line {
    background: none
}

.success.bui-stepbar-line .bui-stepbar-cell {
    color: #666
}

.success.bui-stepbar-line .bui-stepbar-cell.visited, .success.bui-stepbar-line .bui-stepbar-cell.active {
    border-top-color: #52c41a
}

.success.bui-stepbar-line .bui-stepbar-cell.visited .bui-stepbar-dot, .success.bui-stepbar-line .bui-stepbar-cell.active .bui-stepbar-dot {
    background-color: #52c41a
}

.success.bui-stepbar-line .bui-stepbar-cell.visited .bui-stepbar-text, .success.bui-stepbar-line .bui-stepbar-cell.active .bui-stepbar-text {
    color: #666
}

.success.bui-progress {
    background: #dedede
}

.success.bui-progress::-webkit-progress-value {
    background: #52c41a
}

.success.bui-progress .bui-progress-cell {
    background: #52c41a
}

.success.reverse {
    background: inherit;
    color: #52c41a
}

.success-reverse {
    color: #52c41a;
    border-color: #52c41a
}

[class*=bui-btn].success {
    border-color: #52c41a
}

[class*=bui-btn].success:active {
    background: #49ad17;
    color: #fff;
    border-color: #49ad17
}

[class*=bui-btn].disabled {
    background-color: #f8f8f8;
    border-color: #eee;
    color: #ccc
}

[class*=bui-btn].disabled.success {
    background: #8ae95b;
    color: #ebebeb;
    border-color: #ebebeb
}

[class*=bui-btn].disabled.success:active {
    background: #8ae95b;
    color: #ebebeb;
    border-color: #ebebeb
}

.danger {
    background-color: #f9342a;
    color: #fff
}

.danger[class^=icon-] {
    background: none;
    color: #f9342a
}

.danger.bui-switch {
    background: #dfdfdf
}

.danger.bui-switch:checked {
    background-color: #f9342a
}

.danger.bui-switch:checked:after {
    background: #fff
}

.danger.bui-switch-text {
    background: #dfdfdf
}

.danger.bui-switch-text:checked {
    background: #f9342a
}

.danger.bui-check, .danger.bui-switch-btn {
    background: #f9342a
}

.danger.bui-check:before, .danger.bui-switch-btn:before {
    color: #fff
}

.danger.bui-check:checked, .danger.bui-switch-btn:checked {
    background: rgba(254, 239, 239, 0.9);
    border-color: #f9342a
}

.danger.bui-check:checked:before, .danger.bui-switch-btn:checked:before {
    color: #f9342a
}

.danger.bui-fav, .danger.bui-like {
    background: none;
    color: #999
}

.danger.bui-fav:checked:before, .danger.bui-like:checked:before {
    color: #f9342a
}

.danger.bui-sub {
    background: none
}

.danger.bui-sub:before {
    border-right-color: #f9342a
}

.danger.bui-tips, .danger.bui-hint {
    background: rgba(254, 239, 239, 0.9);
    color: #f9342a
}

.danger.bui-tips i, .danger.bui-hint i {
    color: #f9342a
}

.danger.bui-range {
    background: none
}

.danger.bui-range::-webkit-slider-thumb {
    background: #f9342a
}

.danger.bui-stepbar {
    background: none
}

.danger.bui-stepbar .bui-stepbar-cell {
    color: #666
}

.danger.bui-stepbar .bui-stepbar-cell.visited, .danger.bui-stepbar .bui-stepbar-cell.active {
    border-left-color: #f9342a
}

.danger.bui-stepbar .bui-stepbar-cell.visited .bui-stepbar-dot, .danger.bui-stepbar .bui-stepbar-cell.active .bui-stepbar-dot {
    background-color: #f9342a
}

.danger.bui-stepbar .bui-stepbar-cell.visited .bui-stepbar-text, .danger.bui-stepbar .bui-stepbar-cell.active .bui-stepbar-text {
    color: #666
}

.danger.bui-stepbar-line {
    background: none
}

.danger.bui-stepbar-line .bui-stepbar-cell {
    color: #666
}

.danger.bui-stepbar-line .bui-stepbar-cell.visited, .danger.bui-stepbar-line .bui-stepbar-cell.active {
    border-top-color: #f9342a
}

.danger.bui-stepbar-line .bui-stepbar-cell.visited .bui-stepbar-dot, .danger.bui-stepbar-line .bui-stepbar-cell.active .bui-stepbar-dot {
    background-color: #f9342a
}

.danger.bui-stepbar-line .bui-stepbar-cell.visited .bui-stepbar-text, .danger.bui-stepbar-line .bui-stepbar-cell.active .bui-stepbar-text {
    color: #666
}

.danger.bui-progress {
    background: #dedede
}

.danger.bui-progress::-webkit-progress-value {
    background: #f9342a
}

.danger.bui-progress .bui-progress-cell {
    background: #f9342a
}

.danger.reverse {
    background: inherit;
    color: #f9342a
}

.danger-reverse {
    color: #f9342a;
    border-color: #f9342a
}

[class*=bui-btn].danger {
    border-color: #f9342a
}

[class*=bui-btn].danger:active {
    background: #f81c11;
    color: #fff;
    border-color: #f81c11
}

[class*=bui-btn].disabled {
    background-color: #f8f8f8;
    border-color: #eee;
    color: #ccc
}

[class*=bui-btn].disabled.danger {
    background: #fc938d;
    color: #ebebeb;
    border-color: #ebebeb
}

[class*=bui-btn].disabled.danger:active {
    background: #fc938d;
    color: #ebebeb;
    border-color: #ebebeb
}

.info {
    background-color: #39a4ff;
    color: #fff
}

.info[class^=icon-] {
    background: none;
    color: #39a4ff
}

.info.bui-switch {
    background: #dfdfdf
}

.info.bui-switch:checked {
    background-color: #39a4ff
}

.info.bui-switch:checked:after {
    background: #fff
}

.info.bui-switch-text {
    background: #dfdfdf
}

.info.bui-switch-text:checked {
    background: #39a4ff
}

.info.bui-check, .info.bui-switch-btn {
    background: #39a4ff
}

.info.bui-check:before, .info.bui-switch-btn:before {
    color: #fff
}

.info.bui-check:checked, .info.bui-switch-btn:checked {
    background: rgba(235, 246, 255, 0.9);
    border-color: #39a4ff
}

.info.bui-check:checked:before, .info.bui-switch-btn:checked:before {
    color: #39a4ff
}

.info.bui-fav, .info.bui-like {
    background: none;
    color: #999
}

.info.bui-fav:checked:before, .info.bui-like:checked:before {
    color: #39a4ff
}

.info.bui-sub {
    background: none
}

.info.bui-sub:before {
    border-right-color: #39a4ff
}

.info.bui-tips, .info.bui-hint {
    background: rgba(235, 246, 255, 0.9);
    color: #39a4ff
}

.info.bui-tips i, .info.bui-hint i {
    color: #39a4ff
}

.info.bui-range {
    background: none
}

.info.bui-range::-webkit-slider-thumb {
    background: #39a4ff
}

.info.bui-stepbar {
    background: none
}

.info.bui-stepbar .bui-stepbar-cell {
    color: #666
}

.info.bui-stepbar .bui-stepbar-cell.visited, .info.bui-stepbar .bui-stepbar-cell.active {
    border-left-color: #39a4ff
}

.info.bui-stepbar .bui-stepbar-cell.visited .bui-stepbar-dot, .info.bui-stepbar .bui-stepbar-cell.active .bui-stepbar-dot {
    background-color: #39a4ff
}

.info.bui-stepbar .bui-stepbar-cell.visited .bui-stepbar-text, .info.bui-stepbar .bui-stepbar-cell.active .bui-stepbar-text {
    color: #666
}

.info.bui-stepbar-line {
    background: none
}

.info.bui-stepbar-line .bui-stepbar-cell {
    color: #666
}

.info.bui-stepbar-line .bui-stepbar-cell.visited, .info.bui-stepbar-line .bui-stepbar-cell.active {
    border-top-color: #39a4ff
}

.info.bui-stepbar-line .bui-stepbar-cell.visited .bui-stepbar-dot, .info.bui-stepbar-line .bui-stepbar-cell.active .bui-stepbar-dot {
    background-color: #39a4ff
}

.info.bui-stepbar-line .bui-stepbar-cell.visited .bui-stepbar-text, .info.bui-stepbar-line .bui-stepbar-cell.active .bui-stepbar-text {
    color: #666
}

.info.bui-progress {
    background: #dedede
}

.info.bui-progress::-webkit-progress-value {
    background: #39a4ff
}

.info.bui-progress .bui-progress-cell {
    background: #39a4ff
}

.info.reverse {
    background: inherit;
    color: #39a4ff
}

.info-reverse {
    color: #39a4ff;
    border-color: #39a4ff
}

[class*=bui-btn].info {
    border-color: #39a4ff
}

[class*=bui-btn].info:active {
    background: #2098ff;
    color: #fff;
    border-color: #2098ff
}

[class*=bui-btn].disabled {
    background-color: #f8f8f8;
    border-color: #eee;
    color: #ccc
}

[class*=bui-btn].disabled.info {
    background: #9fd3ff;
    color: #ebebeb;
    border-color: #ebebeb
}

[class*=bui-btn].disabled.info:active {
    background: #9fd3ff;
    color: #ebebeb;
    border-color: #ebebeb
}

.mini > [class*=bui-btn], .miniinput[class*=bui-input], .minitextarea[class*=bui-input], .mini[class*=bui-btn] {
    padding-top: .1rem;
    padding-bottom: .1rem;
    font-size: .21rem;
    min-height: auto;
    height: auto
}

.mini[class*=bui-input] input, .mini[class*=bui-input] textarea {
    padding-top: .1rem;
    padding-bottom: .1rem;
    font-size: .21rem;
    min-height: auto;
    height: auto
}

.mini.icon, .mini[class^="icon-"] {
    font-size: .24rem
}

.mini.bui-progress {
    padding: 0;
    height: .1rem
}

.mini.bui-listview [class*=bui-btn] {
    padding-top: .1rem;
    padding-bottom: .1rem;
    font-size: .21rem;
    min-height: auto;
    height: auto
}

.small > [class*=bui-btn], .smallinput[class*=bui-input], .smalltextarea[class*=bui-input], .small[class*=bui-btn] {
    padding-top: .15rem;
    padding-bottom: .15rem;
    font-size: .27rem;
    min-height: auto;
    height: auto
}

.small[class*=bui-input] input, .small[class*=bui-input] textarea {
    padding-top: .15rem;
    padding-bottom: .15rem;
    font-size: .27rem;
    min-height: auto;
    height: auto
}

.small.icon, .small[class^="icon-"] {
    font-size: .384rem
}

.small.bui-progress {
    padding: 0;
    height: .15rem
}

.small.bui-listview [class*=bui-btn] {
    padding-top: .15rem;
    padding-bottom: .15rem;
    font-size: .27rem;
    min-height: auto;
    height: auto
}

.large > [class*=bui-btn], .largeinput[class*=bui-input], .largetextarea[class*=bui-input], .large[class*=bui-btn] {
    padding-top: .2rem;
    padding-bottom: .2rem;
    font-size: .3rem;
    min-height: auto;
    height: auto
}

.large[class*=bui-input] input, .large[class*=bui-input] textarea {
    padding-top: .2rem;
    padding-bottom: .2rem;
    font-size: .3rem;
    min-height: auto;
    height: auto
}

.large.icon, .large[class^="icon-"] {
    font-size: .576rem
}

.large.bui-progress {
    padding: 0;
    height: .2rem
}

.large.bui-listview [class*=bui-btn] {
    padding-top: .2rem;
    padding-bottom: .2rem;
    font-size: .3rem;
    min-height: auto;
    height: auto
}

.xlarge > [class*=bui-btn], .xlargeinput[class*=bui-input], .xlargetextarea[class*=bui-input], .xlarge[class*=bui-btn] {
    padding-top: .3rem;
    padding-bottom: .3rem;
    font-size: .36rem;
    min-height: auto;
    height: auto
}

.xlarge[class*=bui-input] input, .xlarge[class*=bui-input] textarea {
    padding-top: .3rem;
    padding-bottom: .3rem;
    font-size: .36rem;
    min-height: auto;
    height: auto
}

.xlarge.icon, .xlarge[class^="icon-"] {
    font-size: .768rem
}

.xlarge.bui-progress {
    padding: 0;
    height: .3rem
}

.xlarge.bui-listview [class*=bui-btn] {
    padding-top: .3rem;
    padding-bottom: .3rem;
    font-size: .36rem;
    min-height: auto;
    height: auto
}

.xxlarge > [class*=bui-btn], .xxlargeinput[class*=bui-input], .xxlargetextarea[class*=bui-input], .xxlarge[class*=bui-btn] {
    padding-top: .35rem;
    padding-bottom: .35rem;
    font-size: .39rem;
    min-height: auto;
    height: auto
}

.xxlarge[class*=bui-input] input, .xxlarge[class*=bui-input] textarea {
    padding-top: .35rem;
    padding-bottom: .35rem;
    font-size: .39rem;
    min-height: auto;
    height: auto
}

.xxlarge.icon, .xxlarge[class^="icon-"] {
    font-size: .96rem
}

.xxlarge.bui-progress {
    padding: 0;
    height: .35rem
}

.xxlarge.bui-listview [class*=bui-btn] {
    padding-top: .35rem;
    padding-bottom: .35rem;
    font-size: .39rem;
    min-height: auto;
    height: auto
}

.bui-article {
    background: #fff;
    padding: .3rem
}

.bui-article h1, .bui-article h2, .bui-article h3, .bui-article h4 {
    color: #333;
    font-weight: bold
}

.bui-article h1 {
    margin-bottom: .3rem
}

.bui-article h2 {
    margin-bottom: .3rem
}

.bui-article h3 {
    margin-bottom: .2rem
}

.bui-article .article-from {
    color: #39a4ff;
    margin-right: .1rem
}

.bui-article .article-info {
    margin-bottom: .3rem
}

.bui-article .article-info i {
    vertical-align: middle;
    margin-right: .1rem;
    height: .5rem;
    line-height: .5rem;
    color: #999;
    font-size: .26rem
}

.bui-article .article-intro {
    margin-bottom: .3rem;
    color: #999;
    border: 1px solid #ddd;
    line-height: 1.5;
    padding: .2rem;
    font-size: .26rem
}

.bui-article p {
    text-indent: 2em;
    margin-top: .3rem;
    margin-bottom: .3rem;
    line-height: 1.5;
    word-spacing: 2px;
    font-size: .3rem
}

.bui-article section p {
    color: #333
}

.bui-article section p img {
    margin-left: -2em
}

.bui-sub {
    overflow: hidden;
    position: relative
}

.bui-sub:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-style: solid;
    border-color: transparent #39a4ff transparent transparent;
    border-width: 20px;
    position: absolute;
    top: -32px;
    left: -32px;
    transform: rotate(45deg);
    z-index: 1
}

.bui-sub:after {
    content: attr(data-sub);
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 2;
    color: #fff;
    transform: rotate(315deg);
    font-size: .24rem
}

.bui-sub-bottom {
    overflow: hidden;
    position: relative
}

.bui-sub-bottom:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-style: solid;
    border-color: transparent transparent transparent #39a4ff;
    border-width: 20px;
    position: absolute;
    bottom: -32px;
    right: -32px;
    transform: rotate(45deg);
    z-index: 1
}

.bui-sub-bottom:after {
    content: attr(data-sub);
    position: absolute;
    bottom: 4px;
    right: 4px;
    z-index: 2;
    color: #fff;
    transform: rotate(315deg);
    font-size: .24rem
}

.bui-list > [class*=bui-btn].bui-sub:last-child:after {
    content: attr(data-sub);
    position: absolute
}

.bui-page {
    position: relative;
    height: 100%;
    width: 100%
}

.bui-page > .main, .bui-page > main {
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow-y: auto;
    overflow-x: hidden
}

.bui-page img {
    max-width: 100%
}

.bui-text-select, .select-copy {
    -webkit-user-select: text !important;
    user-select: text !important
}

.bui-text-unselect, .unselect {
    -webkit-user-select: none !important;
    user-select: none !important
}

.container {
    padding-left: .2rem;
    padding-right: .2rem
}

.container-xy {
    padding: .2rem
}

.container-x {
    padding-left: .2rem;
    padding-right: .2rem
}

.container-y {
    padding-top: .2rem;
    padding-bottom: .2rem
}

.container-full {
    margin-left: -.2rem;
    margin-right: -.2rem
}

.fullheight {
    height: 100% !important
}

.fullwidth {
    width: 100% !important
}

.bui-align-right {
    text-align: right
}

.bui-align-left {
    text-align: left
}

.bui-align-center {
    text-align: center
}

.bui-align-justify {
    text-align: justify;
    text-justify: inter-ideograph;
    text-align-last: justify;
    word-wrap: break-word;
    word-break: break-all
}

.bui-align-last-justify {
    text-align-last: justify;
    text-justify: inter-ideograph
}

.bui-right {
    float: right
}

.bui-left {
    float: left
}

.bui-clear {
    clear: both
}

.bui-show {
    display: block !important
}

.bui-hide {
    display: none
}

.bui-inline, .inline {
    display: inline-block;
    width: auto
}

.bui-text-show {
    white-space: normal;
    overflow: auto
}

.bui-text-hide {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.bui-text-clip {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip
}

.bui-text-line {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.bui-text-line-2 {
    overflow: hidden;
    display: -webkit-box;
    display: box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.page-title {
    margin: 0;
    font-size: .34rem;
    font-weight: 500
}

.section-title {
    margin: 0;
    padding: .15rem .2rem .15rem .2rem;
    color: gray
}

.item-title {
    padding: 0;
    padding-right: .1rem;
    margin-bottom: .1rem;
    font-size: .34rem
}

.item-text {
    padding: 0;
    font-size: .26rem;
    color: #b3b3b3
}

.title {
    font-size: .34rem
}

.subtitle {
    padding: .1rem .2rem;
    font-size: .3rem
}

.time {
    font-size: .26rem;
    color: #b3b3b3
}

.thumbnail {
    width: 1rem;
    height: 1rem;
    margin: 0 .1rem
}

.thumbnail img {
    width: 100%;
    height: auto
}

.bui-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10
}

.bui-fixed-top {
    position: fixed;
    top: .9rem;
    bottom: auto;
    left: 0;
    right: 0;
    z-index: 10
}

.bui-fixed-bottom {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10
}

.bui-abs {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10
}

.bui-abs-top {
    position: absolute;
    top: .9rem;
    bottom: auto;
    left: 0;
    right: 0;
    z-index: 10
}

.bui-abs-bottom {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10
}

.bui-relative {
    position: relative
}

.bui-fullscreen {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    -webkit-border-radius: 0;
    border-radius: 0
}

.bui-interval > * {
    margin-bottom: .2rem
}

.bui-interval-x > * {
    margin-right: .2rem
}

.bui-interval-y > * {
    margin-bottom: .2rem
}

.bui-interval-xy > * {
    margin-right: .2rem;
    margin-bottom: .2rem
}

.noborder {
    border-width: 0
}

.border {
    border: 1px solid #eee
}

.noround {
    -webkit-border-radius: 0;
    border-radius: 0
}

.round {
    -webkit-border-radius: .1rem;
    border-radius: .1rem
}

.round[class*=bui-list] > [class*=bui-btn] {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee
}

.round[class*=bui-list] > [class*=bui-btn]:first-child {
    -webkit-border-radius: .1rem .1rem 0 0;
    border-radius: .1rem .1rem 0 0
}

.round[class*=bui-list] > [class*=bui-btn]:last-child {
    -webkit-border-radius: 0 0 .1rem .1rem;
    border-radius: 0 0 .1rem .1rem
}

.round[class*=bui-list] > [class*=bui-btn]:only-child {
    -webkit-border-radius: .1rem;
    border-radius: .1rem
}

.round.bui-group > [class*=bui-btn]:first-child {
    -webkit-border-radius: .1rem 0 0 .1rem;
    border-radius: .1rem 0 0 .1rem
}

.round.bui-group > [class*=bui-btn]:last-child {
    -webkit-border-radius: 0 .1rem .1rem 0;
    border-radius: 0 .1rem .1rem 0
}

.round.bui-group > [class*=bui-btn]:only-child {
    -webkit-border-radius: .1rem;
    border-radius: .1rem
}

.round[class*=bui-panel] > [class*=bui-panel-main] {
    -webkit-border-radius: 0 0 .1rem .1rem;
    border-radius: 0 0 .1rem .1rem
}

.ring {
    -webkit-border-radius: 200px;
    border-radius: 200px;
    min-width: .3rem;
    min-height: .3rem;
    text-align: center
}

.ring img {
    max-width: 100%;
    max-height: 100%
}

.ring[class*=bui-btn] {
    -webkit-border-radius: 100px;
    border-radius: 100px
}

.ring.bui-group {
    -webkit-border-radius: .6rem 0 0 .6rem;
    border-radius: .6rem 0 0 .6rem
}

.ring.bui-group [class*=bui-btn]:first-child {
    -webkit-border-radius: .6rem 0 0 .6rem;
    border-radius: .6rem 0 0 .6rem
}

.ring.bui-group [class*=bui-btn]:last-child {
    -webkit-border-radius: 0 .6rem .6rem 0;
    border-radius: 0 .6rem .6rem 0
}

.ring.bui-group [class*=bui-btn]:only-child {
    -webkit-border-radius: .6rem;
    border-radius: .6rem
}

.clearactive:active {
    background: #fff
}

.bui-scroll-touch, .scroll-touch {
    -webkit-overflow-scrolling: touch !important;
    overflow-scrolling: touch !important;
    overflow-y: auto !important
}

.bui-scroll-auto, .scroll-auto {
    -webkit-overflow-scrolling: auto !important;
    overflow-scrolling: auto !important;
    overflow-y: auto !important
}

.bui-scroll-hide, .scroll-hide {
    overflow-y: hidden !important
}

.bui-thumbnail {
    -webkit-border-radius: .1rem;
    border-radius: .1rem;
    display: block;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    overflow: hidden;
    background: #fff;
    position: relative
}

.bui-thumbnail img {
    width: 100%;
    float: left
}

.bui-thumbnail-title {
    clear: both;
    padding: .15rem .2rem;
    font-size: .26rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.panel-article .bui-thumbnail-title {
    clear: both;
    font-size: .34rem;
    position: absolute;
    bottom: 0;
    padding: .2rem;
    left: 0;
    right: 0;
    color: #fff;
    text-align: left
}

.rect {
    width: 2rem;
    height: 1.4rem;
    line-height: 1.4rem;
    text-align: center
}

.rect img {
    width: 100%
}

.square {
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
    text-align: center
}

.square img {
    width: 100%
}

.shadow {
    box-shadow: 0 1px 3px #ccc
}

.underline {
    border: none;
    border-bottom: 1px solid #eee
}

.bui-tips {
    background: #fffce7;
    padding: .2rem .2rem;
    color: #ff9236;
    font-size: .26rem
}

.panel-photo .bui-panel-head {
    border-bottom: 0
}

hr {
    background: #f3f5f8;
    border: 0;
    padding: 0;
    margin: 0;
    display: block;
    height: .2rem;
    width: 100%
}

.autoheight {
    height: auto !important
}

.apicloud .bui-page header .bui-bar, .apicloud .bui-page header.bui-bar {
    padding-top: .5rem
}

.bui-pic {
    position: relative;
    background: #fff
}

.bui-abs-bottom.bui-pic-title {
    color: #fff;
    background: linear-gradient(180deg, rgba(187, 187, 187, 0.03) 0%, rgba(133, 133, 133, 0.77) 100%)
}

.bui-pic-img {
    overflow: hidden
}

.bui-pic-img img {
    text-align: center;
    float: left
}

.bui-pic-title {
    padding: .15rem .1rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold
}

.bui-pic-text, .bui-pic-detail {
    padding: .15rem .1rem;
    font-size: .26rem
}

.bui-fluid-space-4 .bui-pic-title, .bui-fluid-space-5 .bui-pic-title {
    font-size: .26rem
}

.bui-reset {
    display: block;
    color: inherit;
    background: none;
    height: inherit;
    width: inherit;
    cursor: pointer;
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    line-height: 1;
    verticle-align: middle;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: static;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0
}

.bui-reset:active {
    display: block;
    color: inherit;
    height: inherit;
    width: inherit;
    background: none
}

.bui-reset:before {
    content: none
}

.bui-reset:after {
    content: none
}

@media screen and (min-width: 500px) and (orientation: portrait) {
    html {
        font-size: 55.2px !important
    }
}

@media (min-width: 854px) and (max-width: 854px) {
    html {
        font-size: 113.86667px
    }

    .view-mini {
        font-size: 101.86667px
    }

    .view-small {
        font-size: 107.86667px
    }

    .view-large {
        font-size: 117.86667px
    }

    .view-xlarge {
        font-size: 121.86667px
    }
}

@media (min-width: 800px) and (max-width: 800px) {
    html {
        font-size: 106.66667px
    }

    .view-mini {
        font-size: 94.66667px
    }

    .view-small {
        font-size: 100.66667px
    }

    .view-large {
        font-size: 110.66667px
    }

    .view-xlarge {
        font-size: 114.66667px
    }
}

@media (min-width: 768px) and (max-width: 768px) {
    html {
        font-size: 102.4px
    }

    .view-mini {
        font-size: 90.4px
    }

    .view-small {
        font-size: 96.4px
    }

    .view-large {
        font-size: 106.4px
    }

    .view-xlarge {
        font-size: 110.4px
    }
}

@media (min-width: 750px) and (max-width: 750px) {
    html {
        font-size: 100px
    }

    .view-mini {
        font-size: 88px
    }

    .view-small {
        font-size: 94px
    }

    .view-large {
        font-size: 104px
    }

    .view-xlarge {
        font-size: 108px
    }
}

@media (min-width: 600px) and (max-width: 600px) {
    html {
        font-size: 80px
    }

    .view-mini {
        font-size: 68px
    }

    .view-small {
        font-size: 74px
    }

    .view-large {
        font-size: 84px
    }

    .view-xlarge {
        font-size: 88px
    }
}

@media (min-width: 540px) and (max-width: 540px) {
    html {
        font-size: 72px
    }

    .view-mini {
        font-size: 60px
    }

    .view-small {
        font-size: 66px
    }

    .view-large {
        font-size: 76px
    }

    .view-xlarge {
        font-size: 80px
    }
}

@media (min-width: 534px) and (max-width: 534px) {
    html {
        font-size: 71.2px
    }

    .view-mini {
        font-size: 59.2px
    }

    .view-small {
        font-size: 65.2px
    }

    .view-large {
        font-size: 75.2px
    }

    .view-xlarge {
        font-size: 79.2px
    }
}

@media (min-width: 512px) and (max-width: 512px) {
    html {
        font-size: 68.26667px
    }

    .view-mini {
        font-size: 56.26667px
    }

    .view-small {
        font-size: 62.26667px
    }

    .view-large {
        font-size: 72.26667px
    }

    .view-xlarge {
        font-size: 76.26667px
    }
}

@media (min-width: 480px) and (max-width: 480px) {
    html {
        font-size: 64px
    }

    .view-mini {
        font-size: 52px
    }

    .view-small {
        font-size: 58px
    }

    .view-large {
        font-size: 68px
    }

    .view-xlarge {
        font-size: 72px
    }
}

@media (min-width: 435px) and (max-width: 435px) {
    html {
        font-size: 58px
    }

    .view-mini {
        font-size: 46px
    }

    .view-small {
        font-size: 52px
    }

    .view-large {
        font-size: 62px
    }

    .view-xlarge {
        font-size: 66px
    }
}

@media (min-width: 414px) and (max-width: 414px) {
    html {
        font-size: 55.2px
    }

    .view-mini {
        font-size: 43.2px
    }

    .view-small {
        font-size: 49.2px
    }

    .view-large {
        font-size: 59.2px
    }

    .view-xlarge {
        font-size: 63.2px
    }
}

@media (min-width: 412px) and (max-width: 412px) {
    html {
        font-size: 54.93333px
    }

    .view-mini {
        font-size: 42.93333px
    }

    .view-small {
        font-size: 48.93333px
    }

    .view-large {
        font-size: 58.93333px
    }

    .view-xlarge {
        font-size: 62.93333px
    }
}

@media (min-width: 411px) and (max-width: 411px) {
    html {
        font-size: 54.8px
    }

    .view-mini {
        font-size: 42.8px
    }

    .view-small {
        font-size: 48.8px
    }

    .view-large {
        font-size: 58.8px
    }

    .view-xlarge {
        font-size: 62.8px
    }
}

@media (min-width: 393px) and (max-width: 393px) {
    html {
        font-size: 52.4px
    }

    .view-mini {
        font-size: 40.4px
    }

    .view-small {
        font-size: 46.4px
    }

    .view-large {
        font-size: 56.4px
    }

    .view-xlarge {
        font-size: 60.4px
    }
}

@media (min-width: 384px) and (max-width: 384px) {
    html {
        font-size: 51.2px
    }

    .view-mini {
        font-size: 39.2px
    }

    .view-small {
        font-size: 45.2px
    }

    .view-large {
        font-size: 55.2px
    }

    .view-xlarge {
        font-size: 59.2px
    }
}

@media (min-width: 375px) and (max-width: 375px) {
    html {
        font-size: 50px
    }

    .view-mini {
        font-size: 38px
    }

    .view-small {
        font-size: 44px
    }

    .view-large {
        font-size: 54px
    }

    .view-xlarge {
        font-size: 58px
    }
}

@media (min-width: 360px) and (max-width: 360px) {
    html {
        font-size: 48px
    }

    .view-mini {
        font-size: 36px
    }

    .view-small {
        font-size: 42px
    }

    .view-large {
        font-size: 52px
    }

    .view-xlarge {
        font-size: 56px
    }
}

@media (min-width: 320px) and (max-width: 320px) {
    html {
        font-size: 42.66667px
    }

    .view-mini {
        font-size: 30.66667px
    }

    .view-small {
        font-size: 36.66667px
    }

    .view-large {
        font-size: 46.66667px
    }

    .view-xlarge {
        font-size: 50.66667px
    }
}

@media (min-width: 240px) and (max-width: 240px) {
    html {
        font-size: 32px
    }

    .view-mini {
        font-size: 20px
    }

    .view-small {
        font-size: 26px
    }

    .view-large {
        font-size: 36px
    }

    .view-xlarge {
        font-size: 40px
    }
}

@media (min-width: 384px) and (max-width: 384px) and (-webkit-device-pixel-ratio: 3) {
    html {
        font-size: 44.2px
    }
}

@media only screen and (device-width: 412px) and (device-height: 664px) and (-webkit-device-pixel-ratio: 2.625) {
    html {
        font-size: 62px
    }
}

@media (min-width: 2732px) and (max-width: 2732px) {
    html {
        font-size: 60px !important
    }
}

@media (min-height: 2732px) and (max-height: 2732px) {
    html {
        font-size: 60px !important
    }
}

@media (min-width: 2048px) and (max-width: 2048px) {
    html {
        font-size: 60px !important
    }
}

@media (min-height: 2048px) and (max-height: 2048px) {
    html {
        font-size: 60px !important
    }
}

@media (min-width: 1536px) and (max-width: 1536px) {
    html {
        font-size: 60px !important
    }
}

@media (min-height: 1536px) and (max-height: 1536px) {
    html {
        font-size: 60px !important
    }
}

@media (min-width: 1024px) and (max-width: 1024px) {
    html {
        font-size: 60px !important
    }
}

@media (min-height: 1024px) and (max-height: 1024px) {
    html {
        font-size: 60px !important
    }
}

@media (min-width: 768px) and (max-width: 768px) {
    html {
        font-size: 60px !important
    }
}

@media (min-height: 768px) and (max-height: 768px) {
    html {
        font-size: 60px !important
    }
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .iphoneX header .bui-bar, .iphoneX header.bui-bar {
        padding-top: 30px
    }

    .iphoneX footer {
        padding-bottom: 34px
    }
}

@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
    .iphoneX header .bui-bar, .iphoneX header.bui-bar {
        padding-top: 30px
    }

    .iphoneX footer {
        padding-bottom: 34px
    }
}

@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
    .iphoneX header .bui-bar, .iphoneX header.bui-bar {
        padding-top: 30px
    }

    .iphoneX footer {
        padding-bottom: 34px
    }
}

@media (min-width: 534px) and (height: 830px) and (-webkit-device-pixel-ratio: 3) {
    html {
        font-size: 60px !important
    }
}

@media (min-width: 854px) and (height: 510px) and (-webkit-device-pixel-ratio: 3) {
    html {
        font-size: 60px !important
    }
}

@media (min-width: 1280px) and (height: 720px) {
    html {
        font-size: 60px !important
    }
}

@media (min-width: 1280px) and (height: 752px) {
    html {
        font-size: 60px !important
    }
}

@media (min-width: 360px) and (height: 760px) {
    .bui-page header.bui-bar {
        padding-top: 20px
    }
}

@media (min-width: 360px) and (height: 780px) {
    .bui-page header.bui-bar {
        padding-top: 20px
    }
}