@charset "UTF-8";
.ui-grid, .ui-grid-trisect, .ui-grid-halve {
    padding-left: 15px;
    padding-right: 10px;
    overflow: hidden;
    padding-top: 10px
}

@media (max-width: 320px) {
    .ui-grid, .ui-grid-trisect, .ui-grid-halve {
        padding-left: 10px;
        padding-right: 5px
    }
}

.ui-grid li, .ui-grid-trisect li, .ui-grid-halve li {
    padding-right: 5px;
    padding-bottom: 10px;
    float: left;
    position: relative;
    -webkit-box-sizing: border-box
}

.ui-grid-trisect>li {
    width: 33.3333%
}

.ui-grid-trisect-img {
    padding-top: 149.47%
}

.ui-grid-trisect h4 {
    position: relative;
    margin: 7px 0 3px
}

.ui-grid-trisect h4 span {
    display: inline-block;
    margin-left: 12px;
    color: #777
}

.ui-grid-halve>li {
    width: 50%
}

.ui-grid-halve-img {
    padding-top: 55.17%
}

.ui-grid-trisect-img, .ui-grid-halve-img {
    position: relative;
    width: 100%
}

.ui-grid-trisect-img>span, .ui-grid-halve-img>span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-repeat: no-repeat;
    -webkit-background-size: cover
}

.ui-grid-trisect-img img, .ui-grid-halve-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.ui-grid-trisect-img.active, .ui-grid-halve-img.active {
    opacity: .5
}

.ui-row {
    display: block;
    overflow: hidden
}

.ui-col {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
}

.ui-col-10 {
    width: 10%
}

.ui-col-20 {
    width: 20%
}

.ui-col-25 {
    width: 25%
}

.ui-col-33 {
    width: 33.3333%
}

.ui-col-50 {
    width: 50%
}

.ui-col-67 {
    width: 66.6666%
}

.ui-col-75 {
    width: 75%
}

.ui-col-80 {
    width: 80%
}

.ui-col-90 {
    width: 90%
}

.ui-row-flex {
    display: -webkit-box;
    width: 100%;
    -webkit-box-sizing: border-box
}

.ui-row-flex .ui-col {
    float: none;
    -webkit-box-flex: 1;
    width: 0
}

.ui-row-flex .ui-col-2 {
    -webkit-box-flex: 2
}

.ui-row-flex .ui-col-3 {
    -webkit-box-flex: 3
}

.ui-row-flex .ui-col-4 {
    -webkit-box-flex: 4
}

.ui-row-flex-ver {
    -webkit-box-orient: vertical
}

.ui-row-flex-ver .ui-col {
    width: 100%;
    height: 0
}

.ui-placehold-wrap {
    padding-top: 31.25%;
    position: relative
}

.ui-placehold {
    color: #bbb;
    position: absolute;
    top: 0;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -webkit-box-sizing: border-box;
    text-align: center;
    height: 100%;
    z-index: -1
}

.ui-placehold-img {
    padding-top: 31.25%;
    position: relative
}

.ui-placehold-img>span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-repeat: no-repeat;
    -webkit-background-size: cover
}

.ui-placehold-img img {
    width: 100%;
    height: 100%
}

a {
    color: #00a5e0
}

em {
    color: #ff8444
}

::-webkit-input-placeholder {
    color: #bbb
}

h1 {
    font-size: 18px
}

h2 {
    font-size: 17px
}

h3, h4 {
    font-size: 16px
}

h5, .ui-txt-sub {
    font-size: 14px
}

h6, .ui-txt-tips {
    font-size: 12px
}

.ui-txt-default {
    color: #000
}

.ui-txt-white {
    color: #fff
}

.ui-txt-info {
    color: #777
}

.ui-txt-muted {
    color: #bbb
}

.ui-txt-warning, .ui-txt-red {
    color: #ff4222
}

.ui-txt-feeds {
    color: #314c83
}

.ui-txt-highlight {
    color: #ff8444
}

.ui-txt-justify {
    text-align: justify
}

.ui-txt-justify-one {
    text-align: justify;
    overflow: hidden;
    height: 24px
}

.ui-txt-justify-one:after {
    display: inline-block;
    content: '';
    overflow: hidden;
    width: 100%;
    height: 0
}

.ui-border-t {
    border-top: 1px solid #e0e0e0
}

.ui-border-b {
    border-bottom: 1px solid #e0e0e0
}

.ui-border-tb {
    border-top: #e0e0e0 1px solid;
    border-bottom: #e0e0e0 1px solid;
    background-image: none
}

.ui-border-l {
    border-left: 1px solid #e0e0e0
}

.ui-border-r {
    border-right: 1px solid #e0e0e0
}

.ui-border {
    border: 1px solid #e0e0e0
}

.ui-border-radius {
    border: 1px solid #e0e0e0;
    border-radius: 4px
}

@media screen and (-webkit-min-device-pixel-ratio: 2) {
    .ui-border-radius {
        position: relative;
        border: 0
    }
    .ui-border-radius:before {
        content: "";
        width: 200%;
        height: 200%;
        position: absolute;
        top: 0;
        left: 0;
        border: 1px solid #e0e0e0;
        -webkit-transform: scale(0.5);
        -webkit-transform-origin: 0 0;
        padding: 1px;
        -webkit-box-sizing: border-box;
        border-radius: 8px;
        pointer-events: none
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 2) {
    .ui-border {
        position: relative;
        border: 0
    }
    .ui-border-t, .ui-border-b, .ui-border-l, .ui-border-r, .ui-border-tb {
        border: 0
    }
    .ui-border-t {
        background-position: left top;
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0))
    }
    .ui-border-b {
        background-position: left bottom;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0))
    }
    .ui-border-t, .ui-border-b, .ui-border-tb {
        background-repeat: repeat-x;
        -webkit-background-size: 100% 1px
    }
    .ui-border-tb {
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0)), -webkit-gradient(linear, left top, left bottom, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0));
        background-position: top, bottom
    }
    .ui-border-l {
        background-position: left top;
        background-image: -webkit-gradient(linear, right top, left top, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0))
    }
    .ui-border-r {
        background-position: right top;
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0))
    }
    .ui-border-l, .ui-border-r {
        background-repeat: repeat-y;
        -webkit-background-size: 1px 100%
    }
    .ui-border:after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0)), -webkit-gradient(linear, left top, right top, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0)), -webkit-gradient(linear, left top, left bottom, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0)), -webkit-gradient(linear, right top, left top, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0));
        -webkit-background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
        background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
        -webkit-background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
        background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
        background-repeat: no-repeat;
        background-position: top, right, bottom, left;
        padding: 1px;
        -webkit-box-sizing: border-box;
        z-index: 10;
        pointer-events: none
    }
}

.ui-arrowlink {
    position: relative
}

.ui-arrowlink:before {
    font-family: iconfont!important;
    font-size: 32px;
    line-height: 44px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    display: block;
    color: rgba(0, 0, 0, .5);
    color: #c7c7c7;
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -22px;
    margin-right: -10px
}

@media (max-width: 320px) {
    .ui-arrowlink:before {
        right: 10px
    }
}

.ui-arrowlink.active {
    background: #e5e6e7
}

.ui-nowrap {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.ui-nowrap-flex {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    -webkit-box-flex: 1;
    height: inherit
}

.ui-nowrap-multi {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.ui-justify {
    text-align: justify;
    font-size: 0
}

.ui-justify:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 0;
    overflow: hidden
}

.ui-justify li {
    display: inline-block;
    text-align: center
}

.ui-justify p {
    font-size: 16px
}

.ui-justify-flex {
    width: 100%;
    display: -webkit-box;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between
}

@font-face {
    font-family: iconfont;
    src: url(data:font/ttf;charset=utf-8;base64,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) format("truetype")
}

.ui-icon, [class^=ui-icon-] {
    font-family: iconfont!important;
    font-size: 32px;
    line-height: 44px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    display: block;
    color: rgba(0, 0, 0, .5)
}

.ui-icon-close:before {
    content: ""
}

.ui-icon-search:before {
    content: ""
}

.ui-icon-return:before {
    content: ""
}

.ui-icon-close, .ui-icon-search {
    color: #8e8e93
}

@font-face {
    font-family: iconfont;
    src: url(../font/iconfont-full.ttf) format("truetype")
}

.ui-icon, [class^=ui-icon-] {
    font-family: iconfont!important;
    font-size: 32px;
    line-height: 44px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    display: block;
    color: rgba(0, 0, 0, .5)
}

.ui-icon-add:before {
    content: "\f615"
}

.ui-icon-more:before {
    content: "\f616"
}

.ui-icon-arrow:before {
    content: "\f600"
}

.ui-icon-return:before {
    content: "\f614"
}

.ui-icon-checked:before {
    content: "\f601"
}

.ui-icon-checked-s:before {
    content: "\f602"
}

.ui-icon-info-block:before {
    content: "\f603"
}

.ui-icon-success-block:before {
    content: "\f604"
}

.ui-icon-warn-block:before {
    content: "\f605"
}

.ui-icon-info:before {
    content: "\f606"
}

.ui-icon-success:before {
    content: "\f607"
}

.ui-icon-warn:before {
    content: "\f608"
}

.ui-icon-next:before {
    content: "\f617"
}

.ui-icon-prev:before {
    content: "\f618"
}

.ui-icon-tag:before {
    content: "\f60d"
}

.ui-icon-tag-pop:before {
    content: "\f60f"
}

.ui-icon-tag-s:before {
    content: "\f60e"
}

.ui-icon-warn-lg:before {
    content: "\f609"
}

.ui-icon-close:before {
    content: "\f60a"
}

.ui-icon-close-progress:before {
    content: "\f619"
}

.ui-icon-close-page:before {
    content: "\f60b"
}

.ui-icon-emo:before {
    content: "\f61a"
}

.ui-icon-delete:before {
    content: "\f61b"
}

.ui-icon-search:before {
    content: "\f60c"
}

.ui-icon-order:before {
    content: "\f61c"
}

.ui-icon-news:before {
    content: "\f61d"
}

.ui-icon-personal:before {
    content: "\f61e"
}

.ui-icon-dressup:before {
    content: "\f61f"
}

.ui-icon-cart:before {
    content: "\f620"
}

.ui-icon-history:before {
    content: "\f621"
}

.ui-icon-wallet:before {
    content: "\f622"
}

.ui-icon-refresh:before {
    content: "\f623"
}

.ui-icon-thumb:before {
    content: "\f624"
}

.ui-icon-file:before {
    content: "\f625"
}

.ui-icon-hall:before {
    content: "\f626"
}

.ui-icon-voice:before {
    content: "\f627"
}

.ui-icon-unfold:before {
    content: "\f628"
}

.ui-icon-gototop:before {
    content: "\f629"
}

.ui-icon-share:before {
    content: "\f62a"
}

.ui-icon-home:before {
    content: "\f62b"
}

.ui-icon-pin:before {
    content: "\f62c"
}

.ui-icon-star:before {
    content: "\f62d"
}

.ui-icon-bugle:before {
    content: "\f62e"
}

.ui-icon-trend:before {
    content: "\f62f"
}

.ui-icon-unchecked:before {
    content: "\f610"
}

.ui-icon-unchecked-s:before {
    content: "\f611"
}

.ui-icon-play-active:before {
    content: "\f630"
}

.ui-icon-stop-active:before {
    content: "\f631"
}

.ui-icon-play:before {
    content: "\f632"
}

.ui-icon-stop:before {
    content: "\f633"
}

.ui-icon-set:before {
    content: "\f634"
}

.ui-icon-add-group:before {
    content: "\f635"
}

.ui-icon-add-people:before {
    content: "\f636"
}

.ui-icon-pc:before {
    content: "\f637"
}

.ui-icon-scan:before {
    content: "\f638"
}

.ui-icon-tag-svip:before {
    content: "\f613"
}

.ui-icon-tag-vip:before {
    content: "\f612"
}

.ui-icon-male:before {
    content: "\f639"
}

.ui-icon-female:before {
    content: "\f63a"
}

.ui-icon-collect:before {
    content: "\f63b"
}

.ui-icon-commented:before {
    content: "\f63c"
}

.ui-icon-like:before {
    content: "\f63d"
}

.ui-icon-liked:before {
    content: "\f63e"
}

.ui-icon-comment:before {
    content: "\f63f"
}

.ui-icon-collected:before {
    content: "\f640"
}

.ui-whitespace {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.ui-whitespace-left {
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.ui-whitespace-right {
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width: 320px) {
    .ui-whitespace {
        padding-left: 10px;
        padding-right: 10px
    }
    .ui-whitespace-left {
        padding-left: 10px
    }
    .ui-whitespace-right {
        padding-right: 10px
    }
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, header, hgroup, nav, section, article, aside, footer, figure, figcaption, menu, button {
    margin: 0;
    padding: 0
}

body {
    font-family: "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
    line-height: 1.5;
    font-size: 16px;
    color: #000;
    background-color: #f8f8f8;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    outline: 0
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption, th {
    text-align: left
}

fieldset, img {
    border: 0
}

li {
    list-style: none
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    outline: 0
}

button {
    -webkit-appearance: none;
    border: 0;
    background: 0 0
}

a {
    -webkit-touch-callout: none;
    text-decoration: none
}

:focus {
    outline: 0;
    -webkit-tap-highlight-color: transparent
}

em, i {
    font-style: normal
}

.ui-panel {
    overflow: hidden;
    margin-bottom: 10px
}

.ui-panel .ui-grid-halve, .ui-panel .ui-grid-trisect {
    padding-top: 0
}

.ui-panel h1, .ui-panel h2, .ui-panel h3 {
    padding-left: 15px;
    padding-right: 15px;
    line-height: 44px;
    position: relative;
    overflow: hidden;
    display: -webkit-box
}

@media (max-width: 320px) {
    .ui-panel h1, .ui-panel h2, .ui-panel h3 {
        padding-left: 10px;
        padding-right: 10px
    }
}

.ui-panel h1 span, .ui-panel h2 span, .ui-panel h3 span {
    display: block
}

.ui-panel-card, .ui-panel-simple {
    background-color: #fff
}

.ui-panel-pure h2, .ui-panel-pure h3 {
    color: #777
}

.ui-panel-simple {
    margin-bottom: 0
}

.ui-panel-subtitle {
    font-size: 14px;
    color: #777;
    margin-left: 10px
}

.ui-panel-title-tips {
    font-size: 12px;
    color: #777;
    position: absolute;
    right: 15px
}

@media (max-width: 320px) {
    .ui-panel-title-tips {
        right: 10px
    }
}

.ui-arrowlink .ui-panel-title-tips {
    right: 30px
}

@media (max-width: 320px) {
    .ui-arrowlink .ui-panel-title-tips {
        right: 25px
    }
}

.ui-btn-group {
    display: -webkit-box;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center
}

.ui-btn-group button {
    display: block;
    -webkit-box-flex: 1;
    margin-right: 10px
}

.ui-btn-group button:first-child {
    margin-left: 10px
}

.ui-badge, .ui-badge-muted, .ui-badge-num, .ui-badge-corner, .ui-badge-cornernum {
    display: inline-block;
    text-align: center;
    background: #f74c31;
    color: #fff;
    font-size: 11px;
    height: 16px;
    line-height: 16px;
    -webkit-border-radius: 8px;
    padding: 0 6px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.ui-badge-muted {
    background: #b6cae0
}

.ui-badge-num {
    height: 19px;
    line-height: 20px;
    font-size: 12px;
    min-width: 19px;
    -webkit-border-radius: 10px
}

.ui-badge-wrap {
    position: relative;
    text-align: center
}

.ui-badge-corner {
    position: absolute;
    border: 2px #fff solid;
    height: 20px;
    line-height: 20px;
    top: -4px;
    right: -9px
}

.ui-badge-cornernum {
    position: absolute;
    top: -4px;
    right: -9px;
    height: 19px;
    line-height: 19px;
    font-size: 12px;
    min-width: 19px;
    -webkit-border-radius: 10px;
    top: -5px;
    right: -5px
}

.ui-label {
    display: inline-block;
    position: relative;
    line-height: 30px;
    height: 30px;
    padding: 0 15px;
    border: 1px solid #cacccd;
    border-radius: 15px
}

@media screen and (-webkit-min-device-pixel-ratio: 2) {
    .ui-label {
        position: relative;
        border: 0
    }
    .ui-label:before {
        content: "";
        width: 200%;
        height: 200%;
        position: absolute;
        top: 0;
        left: 0;
        border: 1px solid #cacccd;
        -webkit-transform: scale(0.5);
        -webkit-transform-origin: 0 0;
        padding: 1px;
        -webkit-box-sizing: border-box;
        border-radius: 30px;
        pointer-events: none
    }
}

.ui-label:active {
    background-color: #f3f2f2
}

.ui-label-list {
    margin: 0 10px
}

.ui-label-list .ui-label {
    margin: 0 10px 10px 0
}

.ui-label-s {
    font-size: 11px;
    line-height: 13px;
    display: inline-block;
    position: relative;
    padding: 0 1px;
    color: #ff7f0d;
    border: 1px solid #ff7f0d;
    border-radius: 2px
}

@media screen and (-webkit-min-device-pixel-ratio: 2) {
    .ui-label-s {
        position: relative;
        border: 0
    }
    .ui-label-s:before {
        content: "";
        width: 200%;
        height: 200%;
        position: absolute;
        top: 0;
        left: 0;
        border: 1px solid #ff7f0d;
        -webkit-transform: scale(0.5);
        -webkit-transform-origin: 0 0;
        padding: 1px;
        -webkit-box-sizing: border-box;
        border-radius: 4px;
        pointer-events: none
    }
}

.ui-label-s:active {
    background-color: #f3f2f2
}

.ui-label-s:after {
    content: "";
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px
}

.ui-reddot, .ui-reddot-border, .ui-reddot-s {
    position: relative;
    display: inline-block;
    line-height: 22px;
    padding: 0 6px
}

.ui-reddot:after, .ui-reddot-border:after, .ui-reddot-s:after {
    content: '';
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    background-color: #f74c31;
    border-radius: 5px;
    right: -3px;
    top: -3px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.ui-reddot-static {
    display: block;
    width: 8px;
    height: 8px;
    padding: 0
}

.ui-reddot-static:after {
    top: 0;
    right: 0
}

.ui-reddot-border:before {
    content: '';
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 5px;
    right: -4px;
    top: -4px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 1px
}

.ui-reddot-s:after {
    width: 6px;
    height: 6px;
    top: -5px;
    right: -5px
}

.ui-btn, .ui-btn-lg, .ui-btn-s {
    position: relative;
    text-align: center;
    background-color: #fdfdfd;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #fff), to(#fafafa));
    vertical-align: top;
    color: #00a5e0;
    -webkit-box-sizing: border-box;
    -webkit-background-clip: padding-box;
    border: 1px solid #cacccd;
    border-radius: 3px
}

@media screen and (-webkit-min-device-pixel-ratio: 2) {
    .ui-btn, .ui-btn-lg, .ui-btn-s {
        position: relative;
        border: 0
    }
    .ui-btn:before, .ui-btn-lg:before, .ui-btn-s:before {
        content: "";
        width: 200%;
        height: 200%;
        position: absolute;
        top: 0;
        left: 0;
        border: 1px solid #cacccd;
        -webkit-transform: scale(0.5);
        -webkit-transform-origin: 0 0;
        padding: 1px;
        -webkit-box-sizing: border-box;
        border-radius: 6px;
        pointer-events: none
    }
}

.ui-btn:not(.disabled):not(:disabled):active, .ui-btn.active, .ui-btn-lg:not(.disabled):not(:disabled):active, .ui-btn-lg.active, .ui-btn-s:not(.disabled):not(:disabled):active, .ui-btn-s.active {
    background: #f2f2f2;
    color: rgba(0, 165, 224, .5);
    -webkit-background-clip: padding-box
}

.ui-btn:after, .ui-btn-lg:after, .ui-btn-s:after {
    content: "";
    position: absolute;
    top: -7px;
    bottom: -7px;
    left: 0;
    right: 0
}

.ui-btn.disabled, .ui-btn:disabled, .ui-btn-lg.disabled, .ui-btn-lg:disabled, .ui-btn-s.disabled, .ui-btn-s:disabled {
    border: 0;
    color: #ccc;
    background: #e9ebec;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.ui-btn-s {
    width: 55px;
    height: 25px;
    line-height: 25px;
    font-size: 13px
}

.ui-btn {
    height: 30px;
    line-height: 30px;
    padding: 0 11px;
    min-width: 55px;
    display: inline-block;
    font-size: 15px
}

.ui-btn-lg {
    font-size: 18px;
    height: 44px;
    line-height: 44px;
    display: block;
    width: 100%;
    border-radius: 5px
}

.ui-btn-primary {
    background-color: #18b4ed;
    border-color: #0baae4;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #1fbaf3), to(#18b4ed));
    color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.ui-btn-primary:not(.disabled):not(:disabled):active, .ui-btn-primary.active {
    background: #1ca7da;
    border-color: #1ca7da;
    color: rgba(255, 255, 255, .5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.ui-btn-danger {
    background-color: #f75549;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #fc6156), to(#f75549));
    color: #fff;
    border-color: #f43d30;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.ui-btn-danger:not(.disabled):not(:disabled):active, .ui-btn-danger.active {
    background: #e2574d;
    border-color: #e2574d;
    color: rgba(255, 255, 255, .5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.ui-btn-wrap {
    padding: 15px 10px
}

@media (max-width: 320px) {
    .ui-btn-wrap {
        padding: 10px
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 2) {
    .ui-btn-primary:before {
        border: 1px solid #0baae4
    }
    .ui-btn-danger:before {
        border: 1px solid #f43d30
    }
    .ui-btn, .ui-btn-lg, .ui-btn-s {
        border: 0
    }
    .ui-btn.disabled, .ui-btn:disabled, .ui-btn.disabled:before, .ui-btn:disabled:before, .ui-btn-lg.disabled, .ui-btn-lg:disabled, .ui-btn-lg.disabled:before, .ui-btn-lg:disabled:before, .ui-btn-s.disabled, .ui-btn-s:disabled, .ui-btn-s.disabled:before, .ui-btn-s:disabled:before {
        border: 1px solid #e9ebec
    }
    .ui-btn-lg:before {
        border-radius: 10px
    }
}

.ui-searchbar-wrap {
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    background-color: #ebeced;
    height: 44px
}

.ui-searchbar-wrap button {
    margin-right: 10px
}

.ui-searchbar-wrap .ui-searchbar-cancel {
    color: #00a5e0;
    font-size: 16px;
    padding: 4px 8px
}

.ui-searchbar-wrap .ui-searchbar-input, .ui-searchbar-wrap button, .ui-searchbar-wrap .ui-icon-close {
    display: none
}

.ui-searchbar-wrap.focus {
    -webkit-box-pack: start
}

.ui-searchbar-wrap.focus .ui-searchbar-input, .ui-searchbar-wrap.focus button, .ui-searchbar-wrap.focus .ui-icon-close {
    display: block
}

.ui-searchbar-wrap.focus .ui-searchbar-text {
    display: none
}

.ui-searchbar {
    border-radius: 5px;
    margin: 0 10px;
    background: #fff;
    height: 30px;
    line-height: 30px;
    position: relative;
    padding-left: 4px;
    -webkit-box-flex: 1;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    color: #bbb;
    font-size: 14px;
    width: 100%
}

.ui-searchbar input {
    -webkit-appearance: none;
    border: 0;
    background: 0 0;
    color: #000;
    width: 100%;
    padding: 4px 0
}

.ui-searchbar .ui-icon-search {
    line-height: 30px
}

.ui-searchbar .ui-icon-close {
    line-height: 30px
}

.ui-searchbar-input {
    -webkit-box-flex: 1
}

@media screen and (-webkit-min-device-pixel-ratio: 2) {
    .ui-searchbar.ui-border-radius:before {
        border-radius: 10px
    }
}

.ui-tag-t, .ui-tag-hot, .ui-tag-new, .ui-tag-s-hot, .ui-tag-s-new, .ui-tag-pop-hot, .ui-tag-pop-new {
    position: relative
}

.ui-tag-t:before, .ui-tag-hot:before, .ui-tag-new:before, .ui-tag-s-hot:before, .ui-tag-s-new:before, .ui-tag-pop-hot:before, .ui-tag-pop-new:before, .ui-tag-t:after, .ui-tag-hot:after, .ui-tag-new:after, .ui-tag-s-hot:after, .ui-tag-s-new:after, .ui-tag-pop-hot:after, .ui-tag-pop-new:after {
    height: 20px;
    left: 0;
    top: 0;
    z-index: 9;
    display: block
}

.ui-tag-t:before, .ui-tag-hot:before, .ui-tag-new:before, .ui-tag-s-hot:before, .ui-tag-s-new:before, .ui-tag-pop-hot:before, .ui-tag-pop-new:before, .ui-tag-vip:before, .ui-tag-svip:before, .ui-tag-selected:after {
    font-family: iconfont!important;
    font-size: 32px;
    line-height: 44px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    display: block;
    color: rgba(0, 0, 0, .5);
    position: absolute
}

.ui-tag-t:before, .ui-tag-hot:before, .ui-tag-new:before, .ui-tag-s-hot:before, .ui-tag-s-new:before, .ui-tag-pop-hot:before, .ui-tag-pop-new:before {
    content: "";
    line-height: 20px;
    color: red
}

.ui-tag-t:after, .ui-tag-hot:after, .ui-tag-new:after, .ui-tag-s-hot:after, .ui-tag-s-new:after, .ui-tag-pop-hot:after, .ui-tag-pop-new:after {
    position: absolute;
    content: '';
    width: 22px;
    text-align: right;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    padding-right: 14px
}

.ui-tag-b, .ui-tag-freelimit, .ui-tag-free, .ui-tag-last, .ui-tag-limit, .ui-tag-act, .ui-tag-xy, .ui-tag-vip, .ui-tag-svip {
    position: relative
}

.ui-tag-b:before, .ui-tag-freelimit:before, .ui-tag-free:before, .ui-tag-last:before, .ui-tag-limit:before, .ui-tag-act:before, .ui-tag-xy:before, .ui-tag-vip:before, .ui-tag-svip:before {
    position: absolute;
    font-size: 10px;
    width: 28px;
    height: 13px;
    line-height: 13px;
    bottom: 0;
    right: 0;
    z-index: 9;
    color: #fff;
    border-radius: 2px;
    text-align: center
}

.ui-tag-vip:before, .ui-tag-svip:before {
    font-size: 32px;
    text-indent: -2px;
    border-radius: 2px
}

.ui-tag-vip:before {
    background-color: red;
    color: #fffadf;
    content: ""
}

.ui-tag-svip:before {
    background-color: #ffd400;
    color: #b7440e;
    content: ""
}

.ui-tag-freelimit:before {
    background-color: #18b4ed;
    content: '限免'
}

.ui-tag-free:before {
    background-color: #5fb336;
    content: '免费'
}

.ui-tag-last:before {
    background-color: #8f6adb;
    content: '绝版'
}

.ui-tag-limit:before {
    background-color: #3385e6;
    content: '限量'
}

.ui-tag-act:before {
    background-color: #00c795;
    content: '活动'
}

.ui-tag-xy:before {
    background-color: #d7ba42;
    content: '星影'
}

.ui-tag-freemonthly:before {
    background-color: #ff7f0d;
    content: '包月'
}

.ui-tag-onsale:before {
    background-color: #00c795;
    content: '特价'
}

.ui-tag-hot:after, .ui-tag-s-hot:after, .ui-tag-pop-hot:after {
    content: '热'
}

.ui-tag-new:after, .ui-tag-s-new:after, .ui-tag-pop-new:after {
    content: '新'
}

.ui-tag-hot:before, .ui-tag-s-hot:before, .ui-tag-pop-hot:before {
    color: #ff7200
}

.ui-tag-s-hot:before, .ui-tag-s-new:before {
    content: "";
    left: -2px
}

.ui-tag-s-hot:after, .ui-tag-s-new:after {
    width: 16px;
    padding-right: 12px
}

.ui-tag-selected:after {
    content: "";
    color: #18b4ed;
    right: -5px;
    top: -5px;
    z-index: 9;
    width: 26px;
    height: 26px;
    background: #fff;
    border-radius: 13px;
    line-height: 26px;
    text-indent: -3px
}

.ui-tag-wrap {
    display: inline-block;
    position: relative;
    padding-right: 32px
}

.ui-tag-wrap .ui-tag-vip, .ui-tag-wrap .ui-tag-svip {
    position: static
}

.ui-tag-wrap .ui-tag-vip:before, .ui-tag-wrap .ui-tag-svip:before {
    top: 50%;
    margin-top: -7px
}

.ui-tag-pop-hot:before, .ui-tag-pop-new:before {
    content: "";
    left: -10px;
    top: 1px
}

.ui-tag-pop-hot:after, .ui-tag-pop-new:after {
    font-size: 11px;
    padding-right: 0;
    text-align: center;
    left: -5px
}

.ui-header, .ui-footer {
    position: fixed;
    width: 100%;
    z-index: 100;
    left: 0
}

.ui-header {
    top: 0;
    height: 45px;
    line-height: 45px
}

.ui-header-stable, .ui-header-positive {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.ui-header-stable, .ui-footer-stable {
    background-color: #f8f8f8
}

.ui-header-positive, .ui-footer-positive {
    background-color: #18b4ed;
    color: #fff
}

.ui-header-positive a, .ui-header-positive a:active, .ui-header-positive i, .ui-footer-positive a, .ui-footer-positive a:active, .ui-footer-positive i {
    color: #fff
}

.ui-footer-btn {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f9f9f9), to(#e0e0e0));
    color: #00a5e0
}

.ui-footer-btn .ui-tiled {
    height: 100%
}

.ui-footer {
    bottom: 0;
    height: 56px
}

.ui-header~.ui-container {
    border-top: 45px solid transparent
}

.ui-footer~.ui-container {
    border-bottom: 56px solid transparent
}

.ui-header h1 {
    text-align: center;
    font-size: 18px
}

.ui-header .ui-icon-return {
    position: absolute;
    left: 0
}

.ui-header .ui-btn {
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px
}

.ui-center {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    text-align: center;
    height: 150px
}

.ui-flex, .ui-tiled {
    display: -webkit-box;
    width: 100%;
    -webkit-box-sizing: border-box
}

.ui-flex-ver {
    -webkit-box-orient: vertical
}

.ui-flex-pack-start {
    -webkit-box-pack: start
}

.ui-flex-pack-end {
    -webkit-box-pack: end
}

.ui-flex-pack-center {
    -webkit-box-pack: center
}

.ui-flex-align-start {
    -webkit-box-align: start
}

.ui-flex-align-end {
    -webkit-box-align: end
}

.ui-flex-align-center {
    -webkit-box-align: center
}

.ui-tiled li {
    -webkit-box-flex: 1;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -webkit-box-align: center
}

.ui-list {
    background-color: #fff;
    width: 100%
}

.ui-list>li {
    position: relative;
    margin-left: 15px;
    display: -webkit-box
}

.ui-list-pure>li {
    display: block
}

.ui-list-text>li, .ui-list-pure>li {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
    -webkit-box-align: center
}

.ui-list-text h4, .ui-list-text p {
    -webkit-box-flex: 1
}

.ui-list-cover>li {
    padding-left: 15px;
    margin-left: 0
}

.ui-list>li.ui-border-t:first-child, .ui-list>li:first-child>.ui-border-t {
    border: 0;
    background-image: none
}

.ui-list-thumb, .ui-list-thumb-s, .ui-list-img, .ui-list-icon {
    position: relative;
    margin: 10px 10px 10px 0
}

.ui-list-thumb>span, .ui-list-thumb-s>span, .ui-list-img>span, .ui-list-icon>span {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-repeat: no-repeat;
    -webkit-background-size: cover
}

.ui-list-thumb {
    width: 50px;
    height: 50px
}

.ui-list-img {
    width: 100px;
    height: 68px
}

.ui-list-thumb-s {
    width: 28px;
    height: 28px
}

.ui-list-icon {
    width: 40px;
    height: 40px
}

.ui-list .ui-avatar, .ui-list .ui-avatar-s, .ui-list .ui-avatar-lg {
    margin: 10px 10px 10px 0
}

.ui-list-info {
    -webkit-box-flex: 1;
    padding-top: 10px;
    padding-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    padding-right: 15px
}

.ui-list-info p {
    color: #777;
    font-size: 14px
}

.ui-list-text .ui-list-info {
    padding-top: 0;
    padding-bottom: 0
}

.ui-list li h4 {
    font-size: 16px
}

.ui-list:not(.ui-list-text) li>p, .ui-list li>h5 {
    font-size: 14px;
    color: #777
}

.ui-list-active>li:active, .ui-list li.active {
    background-color: #e5e6e7;
    padding-left: 15px;
    margin-left: 0
}

.ui-list-active>li:active, .ui-list>li.active, .ui-list>li.active>.ui-border-t, .ui-list>li.active+li>.ui-border-t, .ui-list>li.active+li.ui-border-t {
    background-image: none;
    border-top-color: #e5e6e7
}

.ui-list-link>li:after {
    font-family: iconfont!important;
    font-size: 32px;
    line-height: 44px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    display: block;
    color: rgba(0, 0, 0, .5);
    color: #c7c7c7;
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -22px;
    margin-right: -10px
}

@media (max-width: 320px) {
    .ui-list-link>li:after {
        right: 10px
    }
}

.ui-list-text.ui-list-link>li {
    padding-right: 30px
}

.ui-list-link .ui-list-info {
    padding-right: 30px
}

.ui-list-function .ui-list-info {
    padding-right: 75px
}

.ui-list-function .ui-btn {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -15px
}

.ui-list-function .ui-btn-s {
    margin-top: -12px
}

.ui-list-function.ui-list-link .ui-list-info {
    padding-right: 90px
}

.ui-list-function.ui-list-link .ui-btn {
    right: 30px
}

.ui-list-function li {
    -webkit-box-align: inherit
}

.ui-list-one>li {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 44px
}

.ui-list-one .ui-list-info {
    -webkit-box-orient: horizontal;
    -webkit-box-align: center
}

.ui-list-one h4 {
    -webkit-box-flex: 1
}

@media (max-width: 320px) {
    .ui-list>li {
        margin-left: 10px
    }
    .ui-list-text>li, .ui-list-pure>li, .ui-list-info {
        padding-right: 10px
    }
    .ui-list-cover>li, .ui-list-active>li:active, .ui-list li.active {
        padding-left: 10px
    }
    .ui-list-text.ui-list-link>li {
        padding-right: 25px
    }
    .ui-list-function .ui-list-info {
        padding-right: 70px
    }
    .ui-list-function .ui-btn {
        right: 10px
    }
    .ui-list-function.ui-list-link .ui-list-info {
        padding-right: 85px
    }
    .ui-list-function.ui-list-link .ui-btn {
        right: 25px
    }
}

.ui-avatar, .ui-avatar-lg, .ui-avatar-s, .ui-avatar-one, .ui-avatar-tiled {
    display: block;
    -webkit-background-size: cover;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAMAAABHPGVmAAAA8FBMVEXp8Peat8+jwNidutKhvtagvdWcudGfu9Kpwteiv9ecudCsxNifvNTM2+ieu9PE1eSdudDO3OmkvtSyyNu/0eKhvNOivdPm7vWlv9WeutHI2Oa5zd+dudG+0eHn7/bG1+Xi6/SzydzT4Ozc5vDe6PLY5O/a5e/P3eqmv9WmwNW6zt/j7PTX4+6uxtno8Pff6fLh6vPW4u280ODg6fLC1OObuM+buNDD1eTU4eza5fDd5/GhvNKowdarw9jA0+K1y93k7PTk7fXl7fW7zt/F1uXc5/DZ5O/R3+vB0+OnwNXg6vKcuNDM2+mtxNjO3eq3zN1UQ75QAAACR0lEQVR4Xu3W1a7cMBAG4PnHDi4zMx5mxiLD+79Ne7YXq6hKHMU+Ui/8XVpKfo0nMwr9hyzLsizLsqx5ZTfX9DyvmXtXOaNXsd+rYqs9mJFx454HiLwMXsi8CzTO35JZ0x1ABLwlBZAzW0yhAzfgKOmiekLmVEII/peAd22u5ZGMSEpzSWYc30cyoim+oe4/wuU4LgZkwq0HyXEkPCMX9hmC4wmcHpK2VhWS40ncHZG2KcBJBAom2l7kJA6eSFsNDicJsB5qt8SH5EToz0nT1zUCRUi4IE3zqjLkm/aaPGsrQ8oz0nSkDgm1Z750AU4mtL/hYQ1FThZgZ4+0HH9BoAzx9knL8hKsoL9YChCsksdAd3PlWcXBhHSM15CsEqCsNY49uKwm4Lcos5MyAk7BRYmyOpxAcBoOqkca/1sBpyKyl1KH4HQc5J4pmzYkpwQsKJsQnFYRI8qmnD7EwdPrh0gcZA9xio76piBY4iFziACUMw+EcLNXEgKd7o5qVtD52UYeu5RNB3iiifIP0qcRgAplU4N/TNdILsVFgVq/0My6Vxa9lyeTF5jAwzPRsF4gLbfNhBSJ/pRMKPThxGbgkcy4iu19HqdkxN7oR2wlDmqrQ9K39JPm8RLYbZGu8T1cJ3mp1ElXJVqGLAKI7DOJxpA0Le8gJP8VSIGN7RE7Lmr6XfneACCKfwgAjfPFdP8qcpSbk76bgX+BDe+gPqMXs3quj43OQekNGTH+WBmV3nc/fdi+b+9m1S2VuqvZM6lZlmVZlmVZvwEAnS9LHbI74gAAAABJRU5ErkJggg==)
}

.ui-avatar {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 200px;
    overflow: hidden
}

.ui-avatar>span {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -webkit-border-radius: 200px
}

.ui-avatar-lg, .ui-avatar-one {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 200px;
    overflow: hidden
}

.ui-avatar-lg>span, .ui-avatar-one>span {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -webkit-border-radius: 200px
}

.ui-avatar-s {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 200px;
    overflow: hidden
}

.ui-avatar-s>span {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -webkit-border-radius: 200px
}

.ui-avatar-tiled {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 200px;
    overflow: hidden;
    display: inline-block
}

.ui-avatar-tiled>span {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -webkit-border-radius: 200px
}

.ui-checkbox, .ui-checkbox-s {
    display: inline-block
}

.ui-checkbox input, .ui-checkbox-s input {
    display: inline-block;
    width: 25px;
    height: 1px;
    position: relative;
    overflow: visible;
    border: 0;
    background: 0 0;
    -webkit-appearance: none;
    outline: 0;
    margin-right: 8px;
    vertical-align: middle
}

.ui-checkbox input:before, .ui-checkbox-s input:before {
    font-family: iconfont!important;
    font-size: 32px;
    line-height: 44px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    display: block;
    color: rgba(0, 0, 0, .5);
    content: "";
    color: #18b4ed;
    position: absolute;
    top: -22px;
    left: -4px;
    color: #dedfe0
}

.ui-checkbox input:checked:before, .ui-checkbox-s input:checked:before {
    content: "";
    color: #18b4ed
}

.ui-checkbox-s input:before {
    content: ""
}

.ui-checkbox-s input:checked:before {
    content: ""
}

.ui-form {
    background-color: #fff
}

.ui-form-item-order.active {
    background-color: #e5e6e7
}

.ui-form-item {
    position: relative;
    font-size: 16px;
    height: 44px;
    line-height: 44px;
    padding-right: 15px;
    padding-left: 15px
}

.ui-form-item label:not(.ui-switch):not(.ui-checkbox):not(.ui-radio) {
    width: 95px;
    position: absolute;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.ui-form-item input, .ui-form-item textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    border: 0;
    background: 0 0;
    padding-left: 95px
}

.ui-form-item input[type=checkbox], .ui-form-item input[type=radio] {
    padding-left: 0
}

.ui-form-item .ui-icon-close {
    position: absolute;
    top: 0;
    right: 6px
}

@media (max-width: 320px) {
    .ui-form-item .ui-icon-close {
        right: 1px
    }
}

@media (max-width: 320px) {
    .ui-form-item {
        padding-left: 10px;
        padding-right: 10px
    }
}

.ui-form-item-textarea {
    height: 65px
}

.ui-form-item-textarea label {
    vertical-align: top
}

.ui-form-item-textarea textarea {
    margin-top: 15px;
    border: 0
}

.ui-form-item-textarea textarea:focus {
    outline: 0
}

.ui-form-item-link>li:after {
    font-family: iconfont!important;
    font-size: 32px;
    line-height: 44px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    display: block;
    color: rgba(0, 0, 0, .5);
    color: #c7c7c7;
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -22px;
    margin-right: -10px
}

@media (max-width: 320px) {
    .ui-form-item-link>li:after {
        right: 10px
    }
}

.ui-form-item-l label, .ui-form-item-r button {
    color: #00a5e0;
    text-align: center
}

.ui-form-item-r .ui-icon-close {
    right: 125px
}

.ui-form-item-l input:not([type=checkbox]):not([type=radio]) {
    padding-left: 115px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.ui-form-item-r {
    padding-right: 0
}

.ui-form-item-r input:not([type=checkbox]):not([type=radio]) {
    padding-left: 0;
    padding-right: 150px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.ui-form-item-r button {
    width: 110px;
    height: 44px;
    position: absolute;
    top: 0;
    right: 0
}

.ui-form-item-r button.disabled {
    color: #bbb
}

.ui-form-item-r button:not(.disabled):active {
    background-color: #e5e6e7
}

.ui-form-item-pure input, .ui-form-item-pure textarea {
    padding-left: 0
}

.ui-form-item-show label {
    color: #777
}

.ui-form-item-link:after {
    font-family: iconfont!important;
    font-size: 32px;
    line-height: 44px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    display: block;
    color: rgba(0, 0, 0, .5);
    color: #c7c7c7;
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -22px;
    margin-right: -10px
}

@media (max-width: 320px) {
    .ui-form-item-link:after {
        right: 10px
    }
}

.ui-form-item-checkbox, .ui-form-item-radio, .ui-form-item-switch {
    display: -webkit-box;
    -webkit-box-align: center
}

.ui-switch {
    position: absolute;
    font-size: 16px;
    right: 15px;
    top: 50%;
    margin-top: -16px;
    width: 52px;
    height: 32px;
    line-height: 32px
}

@media (max-width: 320px) {
    .ui-switch {
        right: 10px
    }
}

.ui-switch input {
    width: 52px;
    height: 32px;
    position: absolute;
    z-index: 2;
    border: 0;
    background: 0 0;
    -webkit-appearance: none;
    outline: 0
}

.ui-switch input:before {
    content: '';
    width: 50px;
    height: 30px;
    border: 1px solid #dfdfdf;
    background-color: #fdfdfd;
    border-radius: 20px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    -webkit-box-sizing: content-box;
    border-color: #dfdfdf;
    -webkit-box-shadow: #dfdfdf 0 0 0 0 inset;
    -webkit-transition: border .4s, -webkit-box-shadow .4s;
    -webkit-background-clip: content-box
}

.ui-switch input:checked:before {
    border-color: #64bd63;
    -webkit-box-shadow: #64bd63 0 0 0 16px inset;
    background-color: #64bd63;
    -webkit-transition: border .4s, -webkit-box-shadow .4s, background-color 1.2s;
    background-color: #64bd63
}

.ui-switch input:checked:after {
    left: 21px
}

.ui-switch input:after {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    top: 1px;
    left: 0;
    border-radius: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    -webkit-transition: left .2s
}

.ui-table {
    width: 100%;
    border-collapse: collapse
}

.ui-table th {
    font-weight: 500
}

.ui-table td, .ui-table th {
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    text-align: center
}

@media screen and (-webkit-min-device-pixel-ratio: 2) {
    .ui-table td, .ui-table th {
        position: relative;
        border-right: 0;
        border-bottom: 0
    }
    .ui-table td:after, .ui-table th:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0)), -webkit-gradient(linear, left top, left bottom, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0));
        -webkit-background-size: 1px 100%, 100% 1px;
        background-size: 1px 100%, 100% 1px;
        background-repeat: no-repeat;
        background-position: right, bottom;
        pointer-events: none
    }
    .ui-table tr td:last-child:after, .ui-table tr th:last-child:after {
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0));
        -webkit-background-size: 100% 1px;
        background-size: 100% 1px;
        background-repeat: no-repeat;
        background-position: bottom
    }
    .ui-table tr:last-child td:after {
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0));
        -webkit-background-size: 1px 100%;
        background-size: 1px 100%;
        background-repeat: no-repeat;
        background-position: right
    }
    .ui-table tr:last-child td:last-child:after {
        background-image: none
    }
}

.ui-table tr td:last-child, .ui-table tr th:last-child {
    border-right: 0
}

.ui-table tr:last-child td {
    border-bottom: 0
}

.ui-tips {
    padding: 20px 15px;
    text-align: center;
    font-size: 16px;
    color: #000
}

.ui-tips i {
    display: inline-block;
    width: 32px;
    height: 1px;
    vertical-align: top
}

.ui-tips i:before {
    font-family: iconfont!important;
    font-size: 32px;
    line-height: 44px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    display: block;
    color: rgba(0, 0, 0, .5);
    content: "";
    color: #0090ff;
    line-height: 21px
}

.ui-tips-success i:before {
    content: "";
    color: #65d521
}

.ui-tips-warn i:before {
    content: "";
    color: #f76249
}

.ui-notice {
    width: 100%;
    height: 100%;
    z-index: 99;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    position: absolute;
    text-align: center
}

.ui-notice>i {
    display: block;
    margin-bottom: 20px
}

.ui-notice>i:before {
    font-family: iconfont!important;
    font-size: 32px;
    line-height: 44px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    display: block;
    color: rgba(0, 0, 0, .5);
    content: "";
    font-size: 100px;
    line-height: 100px;
    color: rgba(0, 0, 0, .3)
}

.ui-notice p {
    font-size: 16px;
    line-height: 20px;
    color: #bbb;
    text-align: center;
    padding: 0 15px
}

.ui-notice-btn {
    width: 100%;
    -webkit-box-sizing: border-box;
    padding: 50px 15px 15px
}

.ui-notice-btn button {
    margin: 10px 0
}

.ui-input-wrap {
    background-color: #ebeced;
    height: 44px;
    display: -webkit-box;
    -webkit-box-align: center
}

.ui-input-wrap .ui-btn, .ui-input-wrap i {
    margin-right: 10px
}

.ui-input {
    height: 30px;
    line-height: 30px;
    margin: 7px 10px;
    background: #fff;
    padding-left: 10px;
    -webkit-box-flex: 1
}

.ui-input input {
    width: 100%;
    height: 100%;
    border: 0;
    background: 0 0;
    -webkit-appearance: none;
    outline: 0
}

.ui-select {
    position: relative;
    margin-right: 6px
}

.ui-select select {
    -webkit-appearance: none;
    border: 0;
    background: 0 0;
    width: 100%;
    padding-right: 14px
}

.ui-select:after {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -4px;
    width: 0;
    height: 0;
    border-top: 6px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    color: #a6a6a6;
    content: "";
    pointer-events: none
}

.ui-select-group {
    margin-left: 95px;
    overflow: hidden
}

.ui-select-group .ui-select {
    float: left
}

.ui-form-item>.ui-select {
    margin-left: 95px
}

.ui-tooltips {
    width: 100%;
    position: relative;
    z-index: 99;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.ui-tooltips-cnt {
    background-color: #fff;
    line-height: 44px;
    height: 44px;
    padding-left: 10px;
    padding-right: 30px;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.ui-tooltips-cnt .ui-icon-close:before {
    font-size: 40px;
    color: rgba(0, 0, 0, .2);
    margin-left: -10px;
    position: absolute;
    right: 0;
    top: 0
}

.ui-tooltips-warn .ui-tooltips-cnt {
    background-color: rgba(255, 242, 183, .95);
    color: #000
}

.ui-tooltips-warn:active .ui-tooltips-cnt {
    background-color: #e1d498
}

.ui-tooltips-guide .ui-tooltips-cnt {
    color: #00a5e0;
    background-color: rgba(205, 242, 255, .95)
}

.ui-tooltips-guide .ui-tooltips-cnt .ui-icon-close:before {
    color: rgba(0, 165, 224, .2)
}

.ui-tooltips-guide:active .ui-tooltips-cnt {
    background-color: #b5dbe8
}

.ui-tooltips-cnt-link:after {
    font-family: iconfont!important;
    font-size: 32px;
    line-height: 44px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    display: block;
    color: rgba(0, 0, 0, .5);
    color: #c7c7c7;
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -22px;
    margin-right: -10px;
    color: rgba(0, 0, 0, .5)
}

@media (max-width: 320px) {
    .ui-tooltips-cnt-link:after {
        right: 10px
    }
}

.ui-tooltips-guide .ui-tooltips-cnt-link:after {
    color: #00aeef
}

.ui-tooltips-warn i {
    display: inline-block;
    margin-right: 4px;
    margin-left: -4px;
    width: 32px;
    height: 1px;
    vertical-align: top
}

.ui-tooltips-warn i:before {
    font-family: iconfont!important;
    font-size: 32px;
    line-height: 44px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    display: block;
    color: rgba(0, 0, 0, .5);
    content: "";
    color: #f76249
}

.ui-newstips-wrap {
    margin: 20px 15px;
    text-align: center
}

.ui-newstips {
    background: #383939;
    position: relative;
    height: 40px;
    line-height: 40px;
    display: -webkit-inline-box;
    -webkit-box-align: center;
    padding-right: 25px;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    padding-left: 15px
}

.ui-newstips .ui-avatar-tiled, .ui-newstips .ui-newstips-thumb, .ui-newstips i {
    display: block;
    margin-left: -5px;
    margin-right: 10px
}

.ui-newstips .ui-newstips-thumb {
    width: 30px;
    height: 30px;
    position: relative
}

.ui-newstips .ui-newstips-thumb>span {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-repeat: no-repeat;
    -webkit-background-size: cover
}

.ui-newstips div {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    -webkit-box-flex: 1;
    height: inherit
}

.ui-newstips:after {
    font-family: iconfont!important;
    font-size: 32px;
    line-height: 44px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    display: block;
    color: rgba(0, 0, 0, .5);
    color: #c7c7c7;
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -22px;
    margin-right: -10px
}

@media (max-width: 320px) {
    .ui-newstips:after {
        right: 10px
    }
}

.ui-newstips .ui-reddot, .ui-newstips .ui-badge-num {
    margin-left: 10px;
    margin-right: 5px
}

.ui-poptips {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.ui-poptips-cnt {
    background-color: rgba(0, 0, 0, .6);
    line-height: 40px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.ui-poptips-cnt i {
    display: inline-block;
    width: 32px;
    height: 1px;
    vertical-align: top
}

.ui-poptips-cnt i:before {
    font-family: iconfont!important;
    font-size: 32px;
    line-height: 44px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    display: block;
    color: rgba(0, 0, 0, .5);
    margin-right: 2px;
    margin-left: 4px;
    color: #fff;
    line-height: 40px
}

.ui-poptips-info i:before {
    content: ""
}

.ui-poptips-success i:before {
    content: ""
}

.ui-poptips-warn i:before {
    content: ""
}

.ui-selector header {
    padding: 6px 10px;
    color: #a6a6a6;
    overflow: hidden
}

.ui-selector header h3 {
    float: left
}

.ui-selector-content {
    background: #fff
}

.ui-selector-item p {
    margin-left: 10px;
    -webkit-box-flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.ui-selector-item .ui-txt-info {
    margin: 0 10px;
    font-size: 12px
}

.ui-selector-item .ui-list-link li:after {
    display: none
}

.ui-selector-item h3:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    color: #a6a6a6;
    position: absolute;
    left: 25px;
    top: 15px;
    -webkit-transition: all .2s
}

.ui-selector-item.active h3:before {
    -webkit-transform: rotate(90deg)
}

.ui-selector-item.active h3 {
    border: 0;
    background-image: none
}

.ui-selector-item.active ul {
    display: block
}

.ui-selector-item ul {
    display: none
}

.ui-selector-item h3 {
    display: -webkit-box;
    font-size: 16px;
    padding-left: 54px;
    line-height: 44px;
    height: 44px;
    position: relative
}

.ui-loading-wrap {
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    text-align: center;
    height: 40px
}

.ui-loading {
    width: 20px;
    height: 20px;
    display: block;
    background: url(../img/loading_sprite.png);
    -webkit-background-size: auto 20px;
    -webkit-animation: am-rotate 1s steps(12) infinite
}

.ui-loading-bright {
    width: 37px;
    height: 37px;
    display: block;
    background-image: url(../img/loading_sprite_white.png);
    -webkit-background-size: auto 37px;
    -webkit-animation: am-rotate2 1s steps(12) infinite
}

.ui-loading-wrap .ui-loading {
    margin: 10px
}

.ui-loading-block {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    background: rgba(0, 0, 0, .4);
    display: none;
    background: transparent
}

.ui-loading-block .ui-loading-cnt {
    width: 130px;
    height: 110px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-align: center;
    text-align: center;
    background: rgba(0, 0, 0, .65);
    border-radius: 6px;
    color: #fff;
    font-size: 16px
}

.ui-loading-block .ui-loading-bright {
    margin: 18px 0 8px
}

.ui-loading-block.show {
    display: -webkit-box;
    display: box
}

@-webkit-keyframes am-rotate {
    from {
        background-position: 0 0
    }
    to {
        background-position: -240px 0
    }
}

@-webkit-keyframes am-rotate2 {
    from {
        background-position: 0 0
    }
    to {
        background-position: -444px 0
    }
}

.ui-progress {
    overflow: hidden;
    width: 100%;
    height: 2px;
    font-size: 0;
    background-color: #e2e2e2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.ui-progress span {
    display: block;
    width: 0;
    background: #65d521;
    height: 100%;
    font-size: 0
}

.ui-grid-trisect li .ui-progress, .ui-grid-halve li .ui-progress {
    position: absolute;
    height: 13px;
    bottom: 0;
    z-index: 9;
    border: 5px solid rgba(248, 248, 248, .9)
}

.ui-grid-trisect li .ui-progress span, .ui-grid-halve li .ui-progress span {
    border-radius: 3px
}

.ui-actionsheet {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: end;
    background: rgba(0, 0, 0, .4)
}

.ui-actionsheet.show {
    pointer-events: inherit;
    opacity: 1
}

.ui-actionsheet.show .ui-actionsheet-cnt {
    -webkit-transform: translateY(0);
    -webkit-transition-delay: .3s
}

.ui-actionsheet-cnt {
    font-size: 21px;
    position: fixed;
    bottom: 0;
    padding: 0 8px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    -webkit-transform: translateY(100%);
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: .3s
}

.ui-actionsheet button, .ui-actionsheet h4 {
    background: rgba(255, 255, 255, .84);
    display: block;
    width: 100%;
    color: #0079ff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.ui-actionsheet button {
    line-height: 44px;
    height: 44px
}

.ui-actionsheet h4 {
    line-height: 24px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.ui-actionsheet button:not(:last-child) {
    border-top: 1px #e0e0e0 solid
}

.ui-actionsheet button:last-child {
    margin: 8px 0;
    border-radius: 3px
}

.ui-actionsheet button:nth-last-child(2) {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.ui-actionsheet button:active {
    opacity: .84
}

.ui-actionsheet h4 {
    font-size: 13px;
    color: #8a8a8a
}

.ui-actionsheet .ui-actionsheet-del {
    color: #fd472b
}

@media screen and (-webkit-min-device-pixel-ratio: 2) {
    .ui-actionsheet button:not(:last-child) {
        border: 0;
        background-position: left top;
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0), to(#e0e0e0));
        background-repeat: repeat-x;
        -webkit-background-size: 100% 1px
    }
}

.ui-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 31.25%
}

.ui-slider-content {
    display: -webkit-box;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%
}

.ui-slider-content>li {
    -webkit-box-flex: 1;
    width: 100%;
    height: 100%
}

.ui-slider-content>li img {
    display: block;
    width: 100%
}

.ui-slider-content>li span {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%
}

.ui-slider-content>li.active {
    opacity: .5
}

.ui-slider-indicators {
    position: absolute;
    display: -webkit-box;
    -webkit-box-pack: end;
    width: 100%;
    bottom: 10px;
    right: 4px;
    font-size: 0
}

.ui-slider-indicators li {
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
    width: 7px;
    height: 7px;
    background-color: rgba(0, 0, 0, .3);
    border-radius: 10px;
    margin-right: 6px;
    -webkit-box-sizing: border-box;
    -webkit-background-clip: padding-box;
    position: relative
}

.ui-slider-indicators li.current:before {
    content: '';
    position: absolute;
    background-color: #fff;
    left: 1px;
    top: 1px;
    width: 5px;
    height: 5px;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -webkit-background-clip: padding-box
}

.ui-slider-indicators-center {
    -webkit-box-pack: center;
    right: 0
}

.ui-tab {
    width: 100%;
    overflow: hidden
}

.ui-tab-nav {
    width: 100%;
    background-color: #fff;
    display: box;
    display: -webkit-box;
    font-size: 16px;
    height: 45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.ui-tab-content {
    display: -webkit-box
}

.ui-tab-content>li {
    -webkit-box-flex: 1;
    width: 100%
}

.ui-tab-nav li {
    height: 45px;
    line-height: 45px;
    min-width: 70px;
    box-flex: 1;
    -webkit-box-flex: 1;
    text-align: center;
    color: #777;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 2px solid transparent;
    width: 100%
}

.ui-tab-nav li.current {
    color: #00a5e0;
    border-bottom: 2px #00a5e0 solid
}

.ui-tab-nav li:active {
    opacity: .8
}

.ui-icon-qq, .ui-icon-vip, .ui-icon-svip, .ui-icon-yearsvip, .ui-icon-yearvip {
    display: inline-block;
    width: 24px;
    height: 1px;
    position: relative;
    vertical-align: middle
}

.ui-icon-qq:after, .ui-icon-vip:after, .ui-icon-svip:after, .ui-icon-yearsvip:after, .ui-icon-yearvip:after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url(../img/vip/icon_vip.png) -2px 0;
    -webkit-background-size: 24px auto;
    position: absolute;
    line-height: 100px;
    top: -13px
}

.ui-icon-vip:after {
    background-position: -2px -25px
}

.ui-icon-svip:after {
    background-position: -2px -50px
}

.ui-icon-yearsvip:after {
    background-position: 0 -75px
}

.ui-icon-yearvip:after {
    background-position: 0 -100px
}

.ui-icon-qqlevel {
    display: inline-block;
    width: 15px;
    height: 1px;
    position: relative;
    vertical-align: middle
}

.ui-icon-qqlevel:after {
    content: "";
    display: block;
    width: 16px;
    background: url(../img/vip/icon_qqlevel_sprite.png) no-repeat;
    background-repeat: no-repeat;
    position: absolute;
    line-height: 100px;
    height: 16px;
    -webkit-background-size: 16px auto;
    top: -10px
}

.ui-icon-qqlevel-king:after {
    background-position: 0 0
}

.ui-icon-qqlevel-sun:after {
    background-position: 0 -48px
}

.ui-icon-qqlevel-moon:after {
    background-position: 0 -16px
}

.ui-icon-qqlevel-star:after {
    background-position: 0 -32px
}

.ui-icon-qqlevel-none:after {
    background-position: 0 -64px
}

.ui-icon-viplevel, .ui-icon-viplevel-s, .ui-icon-sviplevel, .ui-icon-sviplevel-s, .ui-icon-yearviplevel, .ui-icon-yearviplevel-s, .ui-icon-yearsviplevel, .ui-icon-yearsviplevel-s, .ui-icon-mq {
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle
}

.ui-icon-viplevel span, .ui-icon-viplevel-s span, .ui-icon-sviplevel span, .ui-icon-sviplevel-s span, .ui-icon-yearviplevel span, .ui-icon-yearviplevel-s span, .ui-icon-yearsviplevel span, .ui-icon-yearsviplevel-s span, .ui-icon-mq span {
    overflow: hidden;
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    position: absolute;
    line-height: 100px
}

.ui-icon-viplevel, .ui-icon-viplevel-s, .ui-icon-sviplevel, .ui-icon-sviplevel-s, .ui-icon-yearviplevel, .ui-icon-yearviplevel-s, .ui-icon-yearsviplevel, .ui-icon-yearsviplevel-s, .ui-icon-mq {
    width: 48px
}

.ui-icon-viplevel span, .ui-icon-viplevel-s span, .ui-icon-sviplevel span, .ui-icon-sviplevel-s span, .ui-icon-yearviplevel span, .ui-icon-yearviplevel-s span, .ui-icon-yearsviplevel span, .ui-icon-yearsviplevel-s span, .ui-icon-mq span {
    -webkit-background-size: auto 20px
}

.ui-icon-viplevel-s {
    width: 31px
}

.ui-icon-viplevel-s span {
    -webkit-background-size: auto 12px
}

.ui-icon-yearviplevel {
    width: 55px
}

.ui-icon-yearviplevel span {
    -webkit-background-size: auto 19px
}

.ui-icon-yearviplevel-s {
    width: 40px
}

.ui-icon-yearviplevel-s span {
    -webkit-background-size: auto 12px
}

.ui-icon-sviplevel {
    width: 52px
}

.ui-icon-sviplevel span {
    -webkit-background-size: auto 22px
}

.ui-icon-sviplevel-s {
    width: 36px
}

.ui-icon-sviplevel-s span {
    -webkit-background-size: auto 12px
}

.ui-icon-yearsviplevel {
    width: 58px
}

.ui-icon-yearsviplevel span {
    -webkit-background-size: auto 20px
}

.ui-icon-yearsviplevel-s {
    width: 45px
}

.ui-icon-yearsviplevel-s span {
    -webkit-background-size: auto 12px
}

.ui-icon-viplevel span, .ui-icon-viplevel-s span, .ui-icon-sviplevel span, .ui-icon-sviplevel-s span, .ui-icon-yearviplevel span, .ui-icon-yearviplevel-s span, .ui-icon-yearsviplevel span, .ui-icon-yearsviplevel-s span, .ui-icon-mq span, .ui-icon-yearviplevel span {
    height: 22px;
    top: -12px
}

.ui-icon-sviplevel span, .ui-icon-yearsviplevel span {
    height: 22px;
    top: -14px
}

.ui-icon-viplevel-s span, .ui-icon-sviplevel-s span, .ui-icon-yearviplevel-s span, .ui-icon-yearsviplevel-s span {
    height: 20px;
    top: -7px
}

.ui-icon-mq {
    width: 28px
}

.ui-icon-mq span {
    height: 28px;
    top: -15px;
    -webkit-background-size: 28px auto
}

.ui-btn-vip {
    height: 26px;
    line-height: 26px;
    padding: 0 13px;
    display: inline-block;
    position: relative;
    text-align: center;
    font-size: 13px;
    background-color: #1fbaf3;
    border-radius: 3px;
    vertical-align: top;
    color: #fff;
    -webkit-box-sizing: border-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.ui-btn-vip:not(.disabled):not(:disabled):active, .ui-btn-vip.active {
    background-color: #1ba6d9;
    color: rgba(255, 255, 255, .5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.ui-tooltips-vip {
    width: 100%;
    position: relative;
    z-index: 99
}

.ui-tooltips-vip .ui-tooltips-cnt {
    background-color: rgba(248, 248, 248, .95);
    color: #000;
    line-height: 44px;
    height: 44px;
    padding-left: 10px;
    font-size: 0;
    display: -webkit-box
}

.ui-tooltips-vip .ui-tooltips-cnt span {
    font-size: 14px;
    display: block
}

.ui-tooltips-vip .ui-tooltips-cnt i {
    margin-right: 6px
}

.ui-tooltips-vip .ui-btn-vip {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -13px
}

.ui-radio {
    line-height: 25px;
    display: inline-block
}

.ui-radio input {
    display: inline-block;
    width: 26px;
    height: 26px;
    position: relative;
    overflow: visible;
    border: 0;
    background: 0 0;
    -webkit-appearance: none;
    outline: 0;
    margin-right: 8px;
    vertical-align: middle
}

.ui-radio input:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    border: 1px solid #dfe0e1;
    border-radius: 13px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: absolute;
    left: 0;
    top: 0
}

.ui-radio input:checked:after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background: #18b4ed;
    border-radius: 7px;
    position: absolute;
    left: 6px;
    top: 6px
}

.ui-dialog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    background: rgba(0, 0, 0, .4);
    display: none
}

.ui-dialog.show {
    display: -webkit-box;
    display: box
}

.ui-dialog-hd {
    height: 48px;
    line-height: 48px;
    text-align: center;
    position: relative
}

.ui-dialog-cnt {
    border-radius: 6px;
    width: 270px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    pointer-events: auto;
    background-color: rgba(253, 253, 253, .95);
    position: relative;
    font-size: 16px
}

.ui-dialog-bd {
    min-height: 71px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 18px;
    display: -webkit-box;
    display: box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -webkit-box-orient: vertical
}

.ui-dialog-bd>h4 {
    margin-bottom: 4px;
    width: 100%;
    text-align: center
}

.ui-dialog-bd>div, .ui-dialog-bd>ul {
    width: 100%
}

.ui-dialog-ft {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    display: -webkit-box;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    border-top: 1px solid #e0e0e0;
    height: 42px;
    line-height: 42px
}

.ui-dialog-close:before {
    font-family: iconfont!important;
    font-size: 32px;
    line-height: 44px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    display: block;
    color: rgba(0, 0, 0, .5);
    content: "";
    color: #828282;
    display: block;
    line-height: 32px;
    position: absolute;
    top: 3px;
    right: 3px
}

.ui-dialog-close:active {
    opacity: .5
}

.ui-dialog-ft button {
    color: #00a5e0;
    text-align: center;
    border-right: 1px #e0e0e0 solid;
    width: 100%;
    line-height: 42px;
    background: transparent;
    display: block;
    margin: 0!important;
    -webkit-box-flex: 1
}

.ui-dialog-ft button:active {
    background-color: rgba(0, 0, 0, .1)!important
}

.ui-dialog-ft button:first-child {
    border-bottom-left-radius: 6px
}

.ui-dialog-ft button:last-child {
    border-right: 0;
    border-bottom-right-radius: 6px
}

@media screen and (-webkit-min-device-pixel-ratio: 2) {
    .ui-dialog-ft {
        position: relative;
        border: 0;
        background-position: left top;
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0));
        background-repeat: repeat-x;
        -webkit-background-size: 100% 1px
    }
    .ui-dialog-ft button {
        border-right: 0;
        background-position: right top;
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0));
        background-repeat: repeat-y;
        -webkit-background-size: 1px 100%
    }
    .ui-dialog-ft button:last-child {
        background: 0 0
    }
}

html, body {
    width: 100%;
    height: 100%
}

.wrapper {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden
}

.pages {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

.default.pages {
    -webkit-transition: all ease 500ms;
    transition: all ease 500ms;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.drag {
    -webkit-transition: none!important;
    transition: none!important
}

.page {
    overflow: hidden;
    position: relative;
    z-index: 2;
    float: left;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    -webkit-transition: -webkit-transform ease 300ms;
    transition: -webkit-transform ease 300ms
}

.parallax-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    background: rgba(0, 0, 0, .8);
    color: #000
}

.ui-loading-white {
    width: 37px;
    height: 37px;
    display: block;
    background-image: url(../img/loading_sprite_white.png);
    -webkit-background-size: auto 37px;
    background-size: auto 37px;
    -webkit-animation: rotate 1s steps(12) infinite
}

@-webkit-keyframes rotate {
    from {
        background-position: 0 0
    }
    to {
        background-position: -444px 0
    }
}

@keyframes rotate {
    from {
        background-position: 0 0
    }
    to {
        background-position: -444px 0
    }
}

.parallax-h-indicator {
    width: 100%;
    height: 10px;
    position: absolute;
    left: 0;
    bottom: 10px;
    text-align: center;
    z-index: 10;
    pointer-events: none
}

.parallax-h-indicator ul li {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: rgba(0, 0, 0, .3);
    border-radius: 5px;
    text-indent: -9999em;
    margin-left: 5px;
    overflow: hidden
}

.parallax-h-indicator ul li:first-child {
    margin: 0
}

.parallax-h-indicator ul li.current {
    background-color: rgba(255, 255, 255, .5)
}

.parallax-v-indicator {
    width: 10px;
    height: auto;
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 10;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none
}

.parallax-v-indicator ul li {
    width: 10px;
    height: 10px;
    background-color: rgba(0, 0, 0, .3);
    border-radius: 5px;
    text-indent: -9999em;
    margin-top: 5px
}

.parallax-v-indicator ul li:first-child {
    margin-top: 0
}

.parallax-v-indicator ul li.current {
    background-color: rgba(255, 255, 255, .5)
}

.horizontal .parallax-arrow, .vertical .parallax-arrow {
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 10;
    width: 25px;
    height: 15px;
    background: url(../img/arrow.png) no-repeat;
    -webkit-background-size: 25px auto;
    background-size: 25px auto;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg)
}

.vertical .parallax-arrow {
    left: 50%;
    right: auto;
    top: auto;
    bottom: 30px;
    -webkit-transform: translateX(-50%) rotate(0deg);
    transform: translateX(-50%) rotate(0deg)
}

.horizontal .current .parallax-arrow {
    -webkit-animation: harrow 1500ms infinite ease 300ms;
    animation: harrow 1500ms infinite ease 300ms
}

.vertical .current .parallax-arrow {
    -webkit-animation: varrow 1500ms infinite ease 300ms;
    animation: varrow 1500ms infinite ease 300ms
}

@-webkit-keyframes varrow {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 10px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(-50%, 0, 0)
    }
}

@keyframes varrow {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 10px, 0);
        transform: translate3d(-50%, 10px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0)
    }
}

@-webkit-keyframes harrow {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -50%, 0) rotate(-90deg)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(-10px, -50%, 0) rotate(-90deg)
    }
}

@keyframes harrow {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -50%, 0) rotate(-90deg);
        transform: translate3d(0, -50%, 0) rotate(-90deg)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(-10px, -50%, 0) rotate(-90deg);
        transform: translate3d(-10px, -50%, 0) rotate(-90deg)
    }
}

.animate .front, .animate .back {
    -webkit-animation-timing-function: ease;
    -webkit-animation-duration: 500ms;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-delay: 0s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    z-index: 2
}

.animate .back {
    z-index: 1
}

.cover .page {
    position: absolute;
    left: 0;
    top: 0;
    display: none
}

.cover.forward.vertical .front {
    z-index: 2;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.cover.forward.vertical .back {
    z-index: 0
}

.animate.cover.forward.vertical .front {
    -webkit-animation-name: cover2top;
    animation-name: cover2top
}

@-webkit-keyframes cover2top {
    from {
        -webkit-transform: translateY(100%)
    }
    to {
        -webkit-transform: translateY(0%)
    }
}

@keyframes cover2top {
    from {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
    to {
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}

.cover.forward.horizontal .front {
    z-index: 2;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.cover.forward.horizontal .back {
    z-index: 0
}

.animate.cover.forward.horizontal .front {
    -webkit-animation-name: cover2left;
    animation-name: cover2left
}

@-webkit-keyframes cover2left {
    from {
        -webkit-transform: translateX(100%)
    }
    to {
        -webkit-transform: translateX(0%)
    }
}

@keyframes cover2left {
    from {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
    to {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

.cover.backward.vertical .front {
    z-index: 2;
    -webkit-transform: translateY(0%);
    transform: translateY(0%)
}

.cover.backward.vertical .back {
    z-index: 0
}

.animate.cover.backward.vertical .front {
    -webkit-animation-name: cover2bottom
}

@-webkit-keyframes cover2bottom {
    from {
        -webkit-transform: translateY(-100%)
    }
    to {
        -webkit-transform: translateY(0%)
    }
}

@keyframes cover2bottom {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    to {
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}

.cover.backward.horizontal .front {
    z-index: 2;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.cover.backward.horizontal .back {
    z-index: 0
}

.animate.cover.backward.horizontal .front {
    -webkit-animation-name: cover2right;
    animation-name: cover2right
}

@-webkit-keyframes cover2right {
    from {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    to {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@keyframes cover2right {
    from {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    to {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

.page {}

.page [data-animation=slideToTop] {
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
}

.page [data-animation=slideToBottom] {
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
}

.page [data-animation=slideToLeft] {
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
}

.page [data-animation=slideToRight] {
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
}

.page [data-animation=fadeInToTop] {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
}

.page [data-animation=fadeInToBottom] {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
}

.page [data-animation=fadeInToLeft] {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
}

.page [data-animation=fadeInToRight] {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
}

.page [data-animation=fadeIn] {
    opacity: 0
}

.page [data-animation=fadeOut] {
    opacity: 1
}

.page [data-animation=followSlide] {
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
}

.page [data-animation=followSlideToTop] {
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
}

.page [data-animation=followSlideToBottom] {
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
}

.page [data-animation=followSlideToLeft] {
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
}

.page [data-animation=followSlideToRight] {
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
}

@-webkit-keyframes slideToTop {
    from {
        -webkit-transform: translate3d(0, 1000px, 0);
        transform: translate3d(0, 1000px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideToTop {
    from {
        -webkit-transform: translate3d(0, 1000px, 0);
        transform: translate3d(0, 1000px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes slideToBottom {
    from {
        -webkit-transform: translate3d(0, -1000px, 0);
        transform: translate3d(0, -1000px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideToBottom {
    from {
        -webkit-transform: translate3d(0, -1000px, 0);
        transform: translate3d(0, -1000px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes slideToLeft {
    from {
        -webkit-transform: translate3d(700px, 0, 0);
        transform: translate3d(700px, 0, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideToLeft {
    from {
        -webkit-transform: translate3d(700px, 0, 0);
        transform: translate3d(700px, 0, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes slideToRight {
    from {
        -webkit-transform: translate3d(-700px, 0, 0);
        transform: translate3d(-700px, 0, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideToRight {
    from {
        -webkit-transform: translate3d(-700px, 0, 0);
        transform: translate3d(-700px, 0, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes fadeInToTop {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInToTop {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes fadeInToBottom {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInToBottom {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes fadeInToRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInToRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes fadeInToLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInToLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes followSlideToTop {
    from {
        -webkit-transform: translate3d(0, 1000px, 0);
        transform: translate3d(0, 1000px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes followSlideToTop {
    from {
        -webkit-transform: translate3d(0, 1000px, 0);
        transform: translate3d(0, 1000px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes followSlideToBottom {
    from {
        -webkit-transform: translate3d(0, -1000px, 0);
        transform: translate3d(0, -1000px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes followSlideToBottom {
    from {
        -webkit-transform: translate3d(0, -1000px, 0);
        transform: translate3d(0, -1000px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes followSlideToRight {
    from {
        -webkit-transform: translate3d(-1000px, 0, 0);
        transform: translate3d(-1000px, 0, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes followSlideToRight {
    from {
        -webkit-transform: translate3d(-1000px, 0, 0);
        transform: translate3d(-1000px, 0, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes followSlideToLeft {
    from {
        -webkit-transform: translate3d(1000px, 0, 0);
        transform: translate3d(1000px, 0, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes followSlideToLeft {
    from {
        -webkit-transform: translate3d(1000px, 0, 0);
        transform: translate3d(1000px, 0, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.weui-btn {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 14px;
    padding-right: 14px;
    box-sizing: border-box;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    line-height: 2.55555556;
    border-radius: 5px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow: hidden
}

.weui-btn:after {
    content: " ";
    width: 200%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    box-sizing: border-box;
    border-radius: 10px
}

.weui-btn_primary {
    background-color: #1AAD19
}

.weui-btn_default {
    color: #000;
    background-color: #F8F8F8
}

.weui_cell_ft {
    float: right;
    display: inline-block;
    color: #888
}

.weui_cell_ft:after {
    content: " ";
    display: inline-block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 7px;
    width: 7px;
    border-width: 2px 2px 0 0;
    border-color: #ddd;
    border-style: solid;
    position: relative;
    top: -1px;
    margin-left: .3em
}

.download-left {
    float: left;
    width: 44%;
    margin: 10px 0 10px 16px
}

.preview-right {
    float: right;
    width: 44%;
    margin: 10px 16px 10px 0
}

img {
    max-width: 100%
}

.active_present {
    width: 305px;
    background: #fff;
    position: relative
}

.active_present_content {
    background: url(//static.clewm.net/static/images/iphone5_new_3a5183b.png) no-repeat 14px 26px;
    width: 305px;
    height: 662px;
    margin-top: 30px
}

.content_present {
    padding: 114px 18px 0 37px
}

.content_present .main {
    width: 100%;
    height: 444px;
    position: relative;
    display: block;
    background: #fdfdfd
}

.present_wraper {
    width: 100%;
    min-height: 100%;
    position: relative;
    height: auto!important;
    background: #ebebeb;
    text-align: center;
    margin: 0 auto -31px;
    overflow-y: auto;
    max-height: 100%;
    overflow-x: hidden
}

.present_wraper .head {
    width: 100%;
    min-height: 75px;
    background: #242736
}

.present_wraper .title {
    font-size: 16px;
    color: #fff;
    text-shadow: 0 1px 0 #999;
    display: inline-block;
    padding-bottom: 5px
}

.present_wraper .img_title {
    font-size: 16px;
    color: #000;
    text-align: left;
    display: block;
    margin-top: 20px;
    margin-left: 6px
}

.type_content_show {
    text-align: center;
    font-size: 12px;
    color: #333;
    display: none
}

.type_content_des {
    padding: 20px 16px 21px;
    word-wrap: break-word;
    font-size: 14px;
    color: #323232;
    letter-spacing: 0;
    line-height: 22px;
    text-align: left
}

.border-b {
    height: 1px;
    background-color: #d9d9d9;
    margin-left: 16px
}

.type_show_url {
    padding: 20px 0 0
}

.type_show_url .border-b:first-child, .type_show_url .border-b:last-child {
    margin: 0
}

.type_show_list {
    padding: 11px 16px;
    text-align: left;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 10px center
}

.type_show_list a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    letter-spacing: 0;
    padding-right: 16px
}

.type_show_list .weui_cell_ft {
    margin-right: -13px
}

.type_url_link {
    overflow: hidden;
    display: block;
    white-space: nowrap;
    width: 90%
}

.active_arrow {
    right: 0;
    margin-right: 5px;
    top: 10px;
    float: right;
    position: absolute;
    width: 8px;
    height: 8px;
    border-right: 0;
    border-bottom: 0;
    background-color: transparent;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    border-right-width: 0!important;
    border-bottom-width: 0!important;
    border: 1px solid #333
}

.call_list {
    background-image: url(//static.clewm.net/static/images/mobi_eefc29b.png)
}

.active_show_btn {
    display: block;
    height: 42px;
    line-height: 42px;
    margin: 37px 15px 31px;
    color: #fff;
    font-size: 16px;
    background: #04be02;
    border-radius: 5px;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0
}

.active_show_btn:hover {
    color: #fff
}

.fileshow {
    padding: 54px 0;
    margin: 0 16px
}

.fileshow img {
    margin: 0 auto
}

.fileshow h1 {
    font-size: 16px;
    color: #000;
    letter-spacing: 0;
    line-height: 22px;
    padding: 16px 0 0
}

.fileshow h2 {
    font-size: 14px;
    color: #999;
    padding-top: 16px
}

.download_wrap {
    position: fixed;
    bottom: 0;
    z-index: 999;
    width: 100%;
    background: #fff
}

.download_file_btn {
    margin: 10px 16px
}

#type_imgtext_content {
    position: relative;
    background: #fff;
    width: 100%
}

#type_imgtext_content img {
    width: 100%;
    padding: 0
}

.jump_content_main {
    position: absolute;
    top: 0;
    background: #fff;
    left: 0;
    width: 250px;
    height: 443px;
    z-index: 999
}

.jump_content_main span {
    margin-top: 140px;
    padding: 0 10px;
    display: block;
    font-size: 16px;
    height: 290px;
    word-break: break-all;
    overflow: hidden
}

.mobile_show {
    display: block
}

.footer_url {
    line-height: 25px;
    text-align: center;
    position: relative;
    padding: 22px 0;
    background: #fff
}

.footer_url_main a {
    text-align: center;
    cursor: pointer;
    word-wrap: break-word;
    font-size: 14px;
    color: #586c94;
    letter-spacing: 0
}

.collection_show {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7;
    filter: alpha(opacity=70);
    z-index: 9999;
    display: none
}

.collection_show img {
    position: absolute;
    width: 240px;
    z-index: 10001
}

.collection_show .collection_bottom_guide {
    bottom: 5px;
    left: 50%;
    margin-left: -120px
}

.collection_show .collection_top_guide {
    top: 5px;
    right: 0
}

.mobile_footer {
    width: 100%;
    position: relative;
    background: #f0f1f5;
    z-index: 999
}

.footer_main {
    position: relative
}

.footer_main_2 {
    height: 30px;
    line-height: 30px
}

.footer_main .rel ul li {
    font-size: 12px;
    width: 26%;
    padding-left: 7%
}

.footer_show {
    position: absolute;
    overflow: hidden
}

.footer_show ul li {
    line-height: 30px
}

.footer_show ul li a {
    font-size: 12px
}

#share_show {
    left: 3px
}

#more_show {
    right: 3px
}

.border-b-full {
    height: 1px;
    background-color: #e5e5e5;
    margin-bottom: 55px
}

.file-img {
    width: 77px
}

#aa {
    background: #fbf9fe
}

.m-a {
    margin: 1rem!important
}

.m-t {
    margin-top: 1rem!important
}

.m-r {
    margin-right: 1rem!important
}

.m-b {
    margin-bottom: 1rem!important
}

.m-l {
    margin-left: 1rem!important
}

.p-a {
    padding: 1rem!important
}

.p-t {
    padding-top: 1rem!important
}

.p-r {
    padding-right: 1rem!important
}

.p-b {
    padding-bottom: 1rem!important
}

.p-l {
    padding-left: 1rem!important
}

.m-a-sm {
    margin: .5rem!important
}

.m-t-sm {
    margin-top: .5rem!important
}

.m-r-sm {
    margin-right: .5rem!important
}

.m-b-sm {
    margin-bottom: .5rem!important
}

.m-l-sm {
    margin-left: .5rem!important
}

.m-x-sm {
    margin-right: .5rem!important;
    margin-left: .5rem!important
}

.m-y-sm {
    margin-top: .5rem!important;
    margin-bottom: .5rem!important
}

.m-a-xs {
    margin: .25rem!important
}

.m-t-xs {
    margin-top: .25rem!important
}

.m-r-xs {
    margin-right: .25rem!important
}

.m-b-xs {
    margin-bottom: .25rem!important
}

.m-l-xs {
    margin-left: .25rem!important
}

.m-x-xs {
    margin-right: .25rem!important;
    margin-left: .25rem!important
}

.m-y-xs {
    margin-top: .25rem!important;
    margin-bottom: .25rem!important
}

.p-a-sm {
    padding: .5rem!important
}

.p-t-sm {
    padding-top: .5rem!important
}

.p-r-sm {
    padding-right: .5rem!important
}

.p-b-sm {
    padding-bottom: .5rem!important
}

.p-l-sm {
    padding-left: .5rem!important
}

.p-x-sm {
    padding-right: .5rem!important;
    padding-left: .5rem!important
}

.p-y-sm {
    padding-top: .5rem!important;
    padding-bottom: .5rem!important
}

.p-a-xs {
    padding: .25rem!important
}

.p-t-xs {
    padding-top: .25rem!important
}

.p-r-xs {
    padding-right: .25rem!important
}

.p-b-xs {
    padding-bottom: .25rem!important
}

.p-l-xs {
    padding-left: .25rem!important
}

.p-x-xs {
    padding-right: .25rem!important;
    padding-left: .25rem!important
}

.p-y-xs {
    padding-top: .25rem!important;
    padding-bottom: .25rem!important
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.clearfix:after, .clearfix:before {
    display: table;
    content: " "
}

.weui-cell__ft:after {
    content: " ";
    display: inline-block;
    height: 6px;
    width: 6px;
    border-width: 2px 2px 0 0;
    border-color: #d8d8d8;
    border-style: solid;
    -webkit-transform: matrix(.71, .71, -.71, .71, 0, 0);
    transform: matrix(.71, .71, -.71, .71, 0, 0);
    position: relative;
    top: -2px;
    position: absolute;
    top: 50%;
    margin-top: 6px;
    right: 2px
}

.active-img-text {
    width: 100%;
    background-color: #f8f8f8;
    box-sizing: border-box;
    position: relative
}

.active-img-text a.active-a-href {
    display: block;
    text-decoration: none
}

.active-hover-shadow {
    margin: 1rem 0
}

.active-img-text .img-text-content {
    width: 100%
}

.active-img-text .active-text-title, .active-jump-text .active-text-title {
    font-size: 16px;
    color: rgba(0, 0, 0, .87);
    font-weight: 700
}

.active-img-text .active-text-title {
    margin-bottom: .5em!important
}

.active-jump-text .active-text-title {
    margin-bottom: 1em!important
}

.active-img-text .img-text-content img {
    width: 100%
}

.active-text-content-info {
    width: 100%;
    font-size: 14px;
    color: rgba(0, 0, 0, .87);
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 0!important;
    line-height: 20px
}

.active-img-text .active-text-footer, .active-jump-text .active-text-footer {
    border-top: 1px solid #ddd;
    width: 100%;
    padding-top: 1em!important;
    display: block;
    line-height: 20px
}

.active-jump-text .active-text-footer {
    border-top: 0
}

.active-img-text .img-text-content .img-box {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    position: relative;
    width: 100%
}

.edui-body-container .active-img-text .img-text-content .img-cut-left {
    height: 300px
}

.active-img-text .img-text-content .img-box .img-cut-child-bg {
    position: absolute;
    bottom: -8px;
    width: 100%;
    background-image: url(../images/png-cut.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% 100%;
    height: 16px
}

.active-img-text .img-text-content .img-box .img-cut-left-child-bg {
    position: absolute;
    bottom: -1px;
    width: 100%;
    background-image: url(//static.clewm.net/static/images/png-cut-phone_2bb27dc.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% 100%;
    height: 6px
}

.active-img-text .active-text-footer .footer-left, .active-jump-text .active-text-footer .footer-left {
    float: left;
    color: rgba(88, 108, 148, 1);
    font-size: 14px
}

.active-img-text .active-text-footer .footer-right, .active-jump-text .active-text-footer .footer-right {
    float: right;
    position: relative;
    color: #999
}

.active-img-text .active-text-footer .footer-right .footer-right-icon, .active-jump-text .active-text-footer .footer-right .footer-right-icon, {
    position: relative;
    top: 8px;
    color: #999
}

.active-edit {
    display: none;
    position: absolute;
    z-index: 999;
    bottom: 0;
    width: 100%;
    height: 100%;
    height: 50px;
    line-height: 50px;
    margin-left: -.5em;
    color: #eee;
    font-size: 14px
}

.active-edit .title i {
    margin-right: 5px;
    font-size: 14px
}

.active-edit .title {
    float: left
}

.active-edit .edit {
    float: right;
    font-size: 13px
}

.active-edit span {
    display: inline-block
}

.active-file-text {
    width: 100%;
    background-color: #f8f8f8;
    box-sizing: border-box;
    position: relative;
    height: 75px;
    display: block
}

.file-text-left {
    float: left
}

.file-text-left {
    display: flex;
    align-items: center
}

.file-text-left img {
    display: inline-block;
    height: 38px;
    width: 30px;
    position: relative;
    top: 3px;
    margin-right: 10px
}

.file-text-left .file-info {
    display: inline-block;
    vertical-align: middle
}

.file-text-left .file-info .file-title-name {
    font-size: 14px;
    color: rgba(0, 0, 0, 1)
}

.file-text-left .file-info .file-capacity {
    color: rgba(153, 153, 153, 1);
    font-size: 12px;
    margin: 2px 0
}

.file-text-right {
    float: right;
    position: relative;
    top: 8px;
    color: #999
}

.file-text-right {
    display: flex;
    align-items: center
}

.active-file-text {
    padding: 0!important
}

.active-file-text-a {
    display: inline-block!important;
    width: 100%!important;
    box-sizing: border-box!important;
    padding: 1em!important
}

.active-vcard-text {
    display: block;
    height: 100px;
    width: 100%;
    background-color: #f8f8f8;
    box-sizing: border-box;
    position: relative
}

.vcard-text-left {
    float: left
}

.vcard-text-left {
    display: flex;
    align-items: center;
    width: 80%
}

.active-vcard-text .active-vcard-text-a {
    display: inline-block!important;
    width: 100%!important;
    box-sizing: border-box!important;
    padding: 1em!important
}

.vcard-text-left img {
    display: inline-block;
    height: 60px;
    width: 60px;
    position: relative;
    top: 4px;
    border-radius: 30px;
    margin-right: 10px
}

.vcard-text-left .vcard-info {
    display: inline-block;
    vertical-align: middle;
    width: 100%
}

.vcard-text-right {
    float: right;
    line-height: 60px
}

.vcard-text-right {
    display: flex;
    justify-content: center
}

.vcard-text-icon {
    position: relative;
    color: #999;
    top: -7px
}

.vcard-text-icon:after {
    margin-top: 30px!important
}

.vcard-people-name {
    color: rgba(0, 0, 0, .87);
    font-size: 14px;
    margin-bottom: 9px;
    margin-top: 1px
}

.vcard-people-tag, .vcard-people-phone {
    font-size: 12px;
    color: rgba(153, 153, 153, 1);
    margin-bottom: 5px
}

.vcard-people-tag {
    width: 85%
}

.active-jump-text {
    width: 100%;
    background-color: #f8f8f8;
    box-sizing: border-box;
    position: relative
}

.active-jump-text .img-text-footer {
    display: block
}

.jump-text-box .item {
    padding: 1em 0!important;
    display: block;
    border-bottom: 1px solid #ddd
}

.jump-text-box .item-title {
    float: left;
    font-size: 14px;
    color: #000;
    width: 90%
}

.jump-text-box .item-icon {
    float: right;
    color: #999;
    position: relative
}

.top-bar-title-box i {
    padding-right: 8px!important
}

.active-file-text {
    height: 63px
}

.active-file-text .file-text-left img {
    top: -2px
}

.active-file-text .file-text-left .file-info {
    top: -1px;
    line-height: 18px
}

.active-vcard-text {
    height: 85px
}

.active-vcard-text {
    padding: 0!important
}

.active-vcard-text .vcard-text-left img {
    top: -2px
}

.active-vcard-text .vcard-text-left .vcard-info {
    padding-top: 1px;
    line-height: 14px
}

.vcard-text-right {
    line-height: 60px
}

.item-title {
    font-size: 12px
}

.file-title-name {
    font-size: 13px
}

.active-text-content-info {
    font-size: 14px
}

.active-text-footer .footer-left {
    font-size: 12px
}

.tpl-have-passwd-text {
    padding: 10px!important;
    width: 100%;
    background-color: #f8f8f8;
    box-sizing: border-box;
    position: relative;
    border-radius: 2px
}

.tpl-have-passwd-text .img-lock-info {
    text-align: center;
    font-size: 14px
}

.tpl-have-passwd-text .img-lock-box {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background-image: url(//static.clewm.net/static/images/lock1x_53558b4.png);
    background-image: -webkit-image-set(url(//static.clewm.net/static/images/lock1x_53558b4.png) 1x, url(//static.clewm.net/static/images/lock2x_f2181d7.png) 2x);
    background-image: -moz-image-set(url(//static.clewm.net/static/images/lock1x_53558b4.png) 1x, url(//static.clewm.net/static/images/lock2x_f2181d7.png) 2x);
    background-image: -ms-image-set(url(//static.clewm.net/static/images/lock1x_53558b4.png) 1x, url(//static.clewm.net/static/images/lock2x_f2181d7.png) 2x);
    background-image: -o-image-set(url(//static.clewm.net/static/images/lock1x_53558b4.png) 1x, url(//static.clewm.net/static/images/lock2x_f2181d7.png) 2x)
}

.file-info {
    width: 82%
}

.item-title-info, .file-title-name, .vcard-people-name, .vcard-people-tag {
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.active-img-text .img-text-content .img-add-box .active-code-img[src=''] {
    display: none
}

.img-cut-left {
    height: 130px;
    overflow: hidden;
    margin-bottom: 1em
}

.img-cut-right {
    height: 130px;
    overflow: hidden
}

.phone-active-title {
    padding-bottom: .5em!important
}

.phone-active-jump-title {
    padding-bottom: 0!important;
    padding-top: 0!important
}

.phone-file-capacity {
    margin-bottom: 7px!important
}

.active-jump-text .phone-active-none-jump-title {
    margin-bottom: 0!important
}

.active-file-text .file-text-left .phone-file-img {
    top: -2px
}

.left-mask, .mask {
    display: none
}

.none {
    display: none
}

.active-img-text .phone-active-title-active-margin {
    margin-bottom: 0!important
}

.wxaHeader {
    width: 100%;
    height: 60px;
    background-color: #fff;
    z-index: 9999;
    text-align: center;
    position: fixed;
    display: none
}

.wxaHeader-title {
    padding-top: 32px;
    font-size: 18px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0
}

ul, li, h1, h2, h3, h4, h5, h6, dl, dt, dd, form, input, hr, img, div, label, span, p {
    word-wrap: break-word;
    word-break: break-all;
    font-family: "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB", STHeiti, "Microsoft YaHei", simsun, sans-serif
}

img {
    vertical-align: middle
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.cl {
    clear: both
}

body {
    margin: 0;
    background-color: #fff
}

a {
    text-decoration: none;
    display: block
}

.type_content_des a {
    display: inline
}

ul {
    display: block;
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

td {
    padding: 5px 10px;
    border: 1px solid #ddd
}

.box {
    width: 100%;
    background-color: #fff
}

#title {
    padding: 30px 16px 10px;
    font-size: 22px;
    line-height: 30px;
    text-align: left;
    color: #000;
    letter-spacing: 0
}

.text_b {
    padding: 11px 20px;
    font-size: 18px;
    line-height: 1.8em;
    color: #333
}

.footer_b_link {
    height: 50px;
    width: 100%;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    z-index: 999
}

.footer_b_link a {
    display: block;
    padding: 0 20px;
    padding-right: 40px;
    line-height: 50px;
    font-size: 18px;
    color: #333;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box
}

.footer_b_link .weui_cell_ft {
    position: absolute;
    top: 0;
    right: 18px
}

.footer_b_link #more {
    float: right;
    display: inline-block;
    height: 50px;
    width: 70px;
    background: url(//static.clewm.net/static/images/mobile/more-2_3fab1ab.png?v=0522) no-repeat center;
    background-size: 25px 5px;
    z-index: 9999999
}

.footer_b {
    height: 50px;
    position: fixed;
    bottom: 0;
    right: 0;
    overflow: hidden;
    z-index: 999
}

.footer_b #more {
    float: right;
    display: inline-block;
    height: 50px;
    width: 70px;
    background: url(//static.clewm.net/static/images/mobile/more_51c9953.png) no-repeat center;
    background-size: 34px 34px;
    z-index: 9999999
}

.footer_b a {
    display: none;
    line-height: 50px;
    font-size: 18px;
    color: #333;
    width: 100%;
    text-align: center;
    border-top: 1px solid #ddd;
    background: #fff
}

.intro_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    bottom: 0;
    z-index: 9999
}

.intro {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 99999;
    background: #fff;
    border-top: 1px solid #eaeaea
}

.intro .support {
    width: 100%;
    line-height: 32px;
    font-size: 16px;
    padding: 8px 0 0;
    color: #56a845;
    text-align: center
}

.intro ul a {
    display: inline-block;
    width: 100%;
    height: 100%
}

.intro ul li {
    width: 100%;
    float: left
}

.intro ul div {
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    height: 64px
}

.intro ul li p {
    display: inline-block;
    width: 75%;
    font-size: 18px;
    line-height: 64px;
    color: #333;
    border-bottom: 1px solid #eaeaea;
    vertical-align: middle;
    text-align: left
}

.intro ul a:last-child li p {
    border-bottom: 0
}

.intro ul li .share {
    background: url(//static.clewm.net/static/images/mobile/share1_a6c0888.png) no-repeat center;
    background-size: 48px
}

.intro ul li .fstate {
    background: url(//static.clewm.net/static/images/mobile/support_241c142.png) no-repeat center;
    background-size: 48px
}

.intro ul li .report {
    background: url(//static.clewm.net/static/images/mobile/mail1_930bd08.png) no-repeat center;
    background-size: 48px
}

.qr_show {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 999998
}

.qr_show img {
    position: absolute;
    display: block;
    width: 160px;
    height: 160px;
    padding: 10px;
    text-align: center;
    top: 50%;
    left: 50%;
    margin-top: -90px;
    margin-left: -90px;
    background: #fff;
    z-index: 99999;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px
}

.mask_show {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#80000000, endColorstr=#80000000);
    z-index: 9999;
    display: none
}

.mask_show img {
    position: fixed;
    width: 260px;
    height: 180px;
    z-index: 10001;
    right: -30px
}

.mask_show .collection_bottom_guide {
    bottom: 5px;
    left: 50%;
    margin-left: -130px
}

.mask_show .collection_top_guide {
    top: 5px;
    right: 0
}

.cli_support {
    display: block;
    height: 30px
}

.cli_support p, .support p {
    color: #333;
    font-size: 14px;
    line-height: 16px;
    text-align: center
}

.cli_support p i, .support p i {
    font-style: normal;
    color: #56a845;
    font-size: 14px;
    position: relative;
    z-index: 9
}

#content {
    position: relative;
    height: auto!important;
    min-height: 100%;
    margin: 0 auto -30px
}

.push {
    height: 15px;
    clear: both
}

.cli_support {
    width: 100%;
    text-align: center
}

#body {
    height: 100%
}

html {
    height: 100%
}

#alter-div {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    font-family: 'Microsoft YaHei';
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center
}

.alter-main {
    width: 64%;
    margin: auto;
    z-index: 1000;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    position: fixed;
    top: 50%;
    left: 15%;
    margin-top: -110px;
    padding: 3%
}

.alter-title {
    font-size: 16px;
    padding-top: 16px
}

.alter-content {
    padding: 20px 20px 0;
    line-height: 24px
}

.alter-keepgoing {
    padding: 0 20px;
    margin-top: 30px;
    background-color: #49B263;
    color: #fff;
    cursor: pointer;
    line-height: 36px;
    border-radius: 3px
}

.alter-main .alter-content a {
    text-decoration: underline
}

.ui-dialog-bd {
    text-align: left
}

.ui-dialog-bd>div {
    line-height: 24px
}

.ui-dialog-ft button {
    color: #4caf50
}

em {
    color: inherit;
    font-style: italic
}

.alert-pay {
    padding: 15px 10px;
    background-color: #fcf8e3;
    color: #8a6d3b;
    font-size: 12px;
    font-weight: 700;
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    box-sizing: border-box
}

.alert-pay-close {
    font-weight: bolder;
    font-size: 16px;
    float: right;
    margin-top: -2px
}

.weui_file_dialog_alert, .weui_dwg_dialog_alert {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 999999;
    background-color: rgba(0, 0, 0, .15)
}

.weui_file_dialog_alert img {
    width: 300px;
    position: absolute;
    right: -25px;
    top: 10px;
}

.weui_dwg_dialog_alert {
    font-size: 14px;
    color: #fff
}

.weui_dwg_dialog_alert .weixin_tips_step_1_p {
    text-align: right;
    vertical-align: middle;
    margin: 0;
    line-height: 1.2em
}

.weui_dwg_dialog_alert .weixin_tips_step_2_p {
    text-align: center;
    margin: 5px auto 3px;
    font-size: 14px;
    color: #fff
}

.weui_dwg_dialog_alert .weixin_tips_step_1 {
    width: 60px;
    display: inline-block;
    margin: 0 8px;
    position: relative;
    height: 50px;
    right: 0;
    vertical-align: bottom
}

.weui_dwg_dialog_alert .weixin_tips_step_2 {
    margin-top: 5px;
    position: relative;
    right: 0;
    height: auto
}