@CHARSET "UTF-8";
html {
    font-size: 62.5%;
}

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, font, 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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
}

body {
    font-family: "SimHei", "Helvetica Neue", Arial, "Droid Sans", sans-serif;
    font-weight: 300;
    color: #666;
    position: relative;
}

* {
    box-sizing: border-box;
}

::-webkit-scrollbar {
    display: none;
}

/***滚动条整体部分***/
a, img {
    -webkit-touch-callout: none
}

/***禁止长按链接与图片弹出菜单***/
html, body {
    -webkit-user-select: none;
    user-select: none;
    -moz-user-select: none;
}

/***禁止ios和android用户选中文字***/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

a {
    color: #444;
}

a, a:focus, a:hover, a:active {
    outline: 0;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

hr {
    background: #ddd;
    color: #ddd;
    clear: both;
    float: none;
    width: 100%;
    height: .1em;
    margin: .5em 0;
    border: none;
}

hr.space {
    background: #fff;
    color: #fff;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

input[type='text'], input[type='password'], input[type='email'], input[type='submit'], textarea {
    resize: vertical;
    -webkit-appearance: none;
    border-radius: 0;
}

table th {
    font-weight: bold;
}

table td, table th {
    padding: 9px 10px;
    text-align: left;
}

/* Mobile */
@media only screen and (max-width: 767px) {

    table.responsive {
        margin-bottom: 0;
    }

    .pinned {
        position: absolute;
        left: 0;
        top: 0;
        background: #fff;
        width: 35%;
        overflow: hidden;
        overflow-x: scroll;
        border-right: 1px solid #ccc;
        border-left: 1px solid #ccc;
    }

    .pinned table {
        border-right: none;
        border-left: none;
        width: 100%;
    }

    .pinned table th, .pinned table td {
        white-space: nowrap;
    }

    .pinned td:last-child {
        border-bottom: 0;
    }

    div.table-wrapper {
        position: relative;
        margin-bottom: 20px;
        overflow: hidden;
        border-right: 1px solid #ccc;
    }

    div.table-wrapper div.scrollable {
        margin-left: 35%;
    }

    div.table-wrapper div.scrollable {
        overflow: scroll;
        overflow-y: hidden;
    }

    table.responsive td, table.responsive th {
        position: relative;
        white-space: nowrap;
        overflow: hidden;
    }

    table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td {
        display: none;
    }

}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.hide {
    display: none;
}

h1 {
    font-size: 3.6rem;
}

h2 {
    font-size: 3rem;
}

h3 {
    font-size: 2.4rem;
}

h4 {
    font-size: 1.8rem;
}

h5 {
    font-size: 1.4rem;
}

h6 {
    font-size: 1.2rem;
}

.red {
    color: #e4393c;
}

.yellow {
    color: #c98555;
}

.content {
    padding: 1rem;
    background-color: #fff;
}

.container {
    max-width: 64rem;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.no-record {
    line-height: 15rem;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    color: #999;
}

.header {
    position: relative;
    background-color: #E61D4C;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    height: 4rem;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 1rem;
}

.header a {
    color: #fff;
}

.header .fa {
    position: relative;
    z-index: 20;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 2rem;
}

.header .title {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 -1rem;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 4rem;
    text-align: center;
    white-space: nowrap;
    font-family: "microsoft yahei";
}

.header .title a {
    color: inherit;
}

.header-bar {
}

.header-bar .list-btns {
    background-color: #fff;
    border-bottom: .1rem solid #f3f3f3;
    height: 7.3rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.header-bar .list-btns .btn-item {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    overflow: hidden;
    border-right: .1rem solid #f3f3f3;
}

.header-bar .list-btns .btn-item:last-child {
    border-right: none;
}

.header-bar .list-btns .btn-item .btn-link {
    color: #666;
    display: block;
    height: 5.3rem;
    padding: 1rem 0;
    position: relative;
    text-align: center;
    white-space: nowrap;
    width: 6.2rem;
    margin: 0 auto;
}

.header-bar .list-btns .btn-item .btn-link i {
    font-size: 2.6rem;
    width: 2.6rem;
    height: 2.6rem;
    color: #EC4758;
}

.header-bar .list-btns .btn-item .btn-link .btn-tit {
    display: block;
    font-size: 1.2rem;
    line-height: 2.2rem;
    margin-top: .5rem;
}

.index-header .logo {
    float: left;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: left;
    text-indent: -999.9rem;
    width: 8.119rem;
    height: 2.5rem;
    margin-top: .7rem;
    background: url('../img/logo.png') no-repeat left center scroll;
    background-size: contain;
}

.index-header .logo-extra {
    float: right;
    width: 40%;
    text-align: right;
}

.index-header .logo-extra a {
    display: inline-block;
    margin: 0 .8rem;
    width: 20px;
    height: 20px;
}

.mini-header {
    position: absolute;
    top: 0;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    width: 100%;
    padding: 1rem;
}

.mini-header a {
    color: #fff;
    background-color: #000;
    height: 3rem;
    width: 3rem;
    border-radius: 3rem;
    background: rgba(0, 0, 0, 0.5);
}

.mini-header .fa {
    position: relative;
    z-index: 20;
    padding-top: .8rem;
    padding-bottom: 1rem;
    font-size: 1.6rem;
}

.footer {
    border-top: solid .1rem #eee;
    padding: .8rem 0;
    margin-top: 2rem;
    text-align: center;
    line-height: 3rem;
}

.footer a {
    display: inline-block;
    margin: 0 1rem;
    font-size: 1.2rem;
    color: #999;
}

.loader {
    margin: 1rem auto;
    width: auto;
    height: 60px;
    text-align: center;
    font-size: 1 remx;
}

.loader > div {
    background-color: #E61D4C;
    height: 100%;
    width: .6rem;
    margin: 0 .2rem;
    display: inline-block;
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out;
}

.loader .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.loader .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.loader .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.loader .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

/***index banner***/
.index-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.index-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
}

/*************错误跳转页**************/
.message-wrap {
    background-color: #ffffff;
    clear: both;
}

.message-wrap .info {
    line-height: 2.8rem;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 2rem;
    padding: 0 1rem;
}

.message-wrap .info .red {
    color: #E6002E;
}

.message-wrap .action {
    margin-top: 3rem;
    border-top: solid .1rem #eee;
    text-align: center;
}

.message-wrap .action .btn {
    margin: 2rem 1rem;
    border: solid .1rem #666;
    text-align: center;
    padding: 1rem 2rem;
    display: inline-block;
    font-size: 1.2rem;
    border-radius: .4rem;
}

.message-wrap .icon-box {
    padding: 3rem 0;
    text-align: center;
}

.message-wrap .icon-box i {
    font-size: 10rem
}

.message-wrap .icon-box i.icon-success {
    color: #18A689;
}

.message-wrap .icon-box i.icon-info {
    color: #F8AC59;
}

.message-wrap .icon-box i.icon-error {
    color: #E6002E;
}

.message-wrap .icon-box i.icon-warning {
    color: #F8AC59;
}

/* alert */
.alert {
    border: .1rem solid transparent;
    margin-bottom: 2rem;
    padding: 1.5rem;
    font-size: 1.2rem;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

/***Page Detail***/
.page-wrap {
    background: #fff;
}

.page-content {
    background-color: #fff;
    color: #525252;
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin: 0 2rem 2rem 2rem;
    padding-top: 1rem;
    text-align: justify;
    text-justify: distribute-all-lines;
    border-top: 1px solid #ddd;
}

.page-content h2 {
    margin: 1rem 0;
    padding: .5rem 1.5rem;
    color: #333;
    font-size: 1.4rem;
    line-height: 30px;
    background-color: #f6f6f6;
}

.page-content h3 {
    margin: .5rem 0;
    padding: .5rem 1.5rem;
    color: #333;
    font-size: 1.2rem;
    line-height: 30px;
    background: url("../img/h3_arrow.png") no-repeat scroll 0 .3rem rgba(0, 0, 0, 0);
}

.page-content a:link, .page-content a:visited {
    color: #069;
}

.page-content p {
    margin-bottom: 1rem;
    line-height: 2.8rem;
    word-wrap: break-word;
}

.page-content img {
    max-width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
}

.page-content table {
    margin: 1rem 0;
}

.page-content pre {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #f6f6f6;
    border-color: #ddd #ddd #ddd #ed1b23;
    border-image: none;
    border-style: solid;
    border-width: .1rem .1rem .1rem .5rem;
    margin: 1rem 0;
}

/***Post Detail***/
.post-detail {
    margin: 1rem auto;
}

.post-detail .post-hd {
    margin-bottom: 1rem;
}

.post-detail .post-hd h1 {
    max-height: 5rem;
    line-height: 2.5rem;
    padding-bottom: 1rem;
    font-size: 1.8rem;
    font-weight: 600;
    background: url("../img/line.gif") repeat-x scroll center bottom transparent;
    color: #000;
}

.post-detail .post-hd .post-meta {
    line-height: 2.2rem;
    color: #999;
    margin: .5rem 0;
}

.post-detail .post-hd .post-meta span {
    margin-right: 1.5rem;
    font-size: 1.1rem;
}

.post-detail .post-hd .post-meta span i {
    padding-right: 1rem;
    font-size: 1.1rem;
}

.post-content {
    color: #333;
    font-size: 1.4rem;
    line-height: 2.4rem;
}

.post-content h2 {
    font-family: "microsoft yahei";
    margin: 1rem 0;
    padding: .5rem 1.5rem;
    color: #333;
    font-size: 1.5rem;
    line-height: 3rem;
    background-color: #f6f6f6;
}

.post-content h3 {
    font-family: "microsoft yahei";
    margin: .5rem 0;
    padding: .5rem 1.5rem;
    color: #333;
    font-size: 1.6rem;
    line-height: 3rem;
    background: url("../img/h3_arrow.png") no-repeat scroll 0 .3rem rgba(0, 0, 0, 0);
}

.post-content h4 {
    font-family: "microsoft yahei";
    margin: .5rem 0;
    padding: .5rem 1.5rem;
    color: #333;
    font-size: 1.4rem;
    line-height: 3rem;
    background: url("../img/h3_arrow.png") no-repeat scroll 0 .3rem rgba(0, 0, 0, 0);
}

.post-content a:link, .post-content a:visited {
    color: #069;
    font-size: 1.2rem;
}

.post-content p {
    margin-bottom: 1rem;
    font-size: 1.4rem;
    line-height: 2.4rem;
    word-wrap: break-word;
}

.post-content p img {
    max-width: 100%;
    height: auto;
    text-align: center;
    display: block;
    margin: 1rem auto;
}

.post-content table {
    margin: 1rem 0;
}

.post-content pre {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #f6f6f6;
    border-color: #ddd #ddd #ddd #ed1b23;
    border-image: none;
    border-style: solid;
    border-width: .1rem .1rem .1rem .1rem;
    margin: 1rem 0;
}

.post-detail .post-nearby {
    background: url("../img/horizontal_spacer.gif") repeat-x scroll left top rgba(0, 0, 0, 0);
    line-height: 2rem;
    margin-top: 2rem;
    padding: 1rem;
    color: #666;
}

.post-detail .post-nearby .prev, .post-detail .post-nearby .next {
    font-size: 1.2rem;
    display: block;
    border: solid .1rem #ddd;
    padding: .5rem;
    border-radius: .5rem;
}

.post-detail .post-nearby .next {
    margin-top: 1rem;
}

/* posts */
.post-fliter {
    width: auto;
    margin: 1rem auto;
    background-color: #fff;
    border-top: solid .1rem #eee;
    border-bottom: solid .1rem #eee;
}

.post-fliter .item {
    width: 24%;
    display: inline-block;
    text-align: center;
    line-height: 4rem;
    font-size: 1.2rem;
    border-right: solid .1rem #eee;
}

.post-fliter .item:last-child {
    border-right: none;
}

.post-wrap {
    margin-top: 0px;
}

.post-item {
    background-color: #fff;
    margin-bottom: 1rem;
    padding: 1rem 0;
    clear: both;
    border-top: solid .1rem #eee;
    border-bottom: solid .1rem #eee;
}

.post-item .hd {
    margin-bottom: 1rem;
    padding: 0 1rem;
}

.post-item .avatar-info {
    float: left;
    width: 70%;
    overflow: hidden;
}

.post-item .avatar {
    border-radius: 3rem;
    float: left;
    width: 3rem;
    height: 3rem;
    transition: transform 0.4s ease-out 0s;
    display: inline-block;
    float: left;
}

.post-item .avatar-info span {
    display: inline-block;
    float: left;
    margin-left: 1rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 1.2rem;
    width: 70%;
}

.post-item .heart-info {
    float: right;
}

.post-item .heart-info a span {
    display: block;
    font-size: 2.4rem;
    color: #e61d4c;
    line-height: 3rem;
}

.post-item .cover {
    margin: 0 0 0.5rem;
}

.post-item .cover img {
    display: block;
    width: 100%;
}

.post-item .bd {
    padding: .8rem 1rem 0;
}

.post-item .dinfo h2 {
    font-size: 1.4rem;
    line-height: 2.2rem;
    font-weight: 400;
    text-align: left;
    color: #666;
}

.post-item .dcont {
    line-height: 2.2rem;
    font-size: 1.2rem;
    color: #999;
    margin-top: .6rem;
}

.post-item .dcont a {
    color: #666;
}

.post-item .attrs {
    margin-top: 1rem;
    font-size: 1rem;
    border-top: solid .1rem #eee;
    line-height: 3rem;
    color: #999;
}

.post-item .attrs span {
    padding-right: .5rem;
}

.post-item .attrs span i {
    margin-right: .5rem;
}

.view-wrap {
    background-color: #fff;
    position: relative;
    border-bottom: solid .1rem #eee;
}

.view-header {
    margin-bottom: 1rem;
    padding: 2rem 0;
    background: url('../img/horizontal_spacer.gif') repeat-x left bottom;
    position: relative;
}

.view-header h2 {
    text-align: left;
    font-size: 1.8rem;
    font-weight: 500;
    padding: 0 1rem;
    line-height: 2.8rem;
    margin-bottom: 1.5rem;
}

.view-header .view-avatar {
    float: left;
    padding: 0 0.5rem 0 1rem;
}

.view-attr {
    margin-bottom: 0;
    padding: 0 0.5rem 0 1rem;
    color: #999;
    line-height: 1.6rem;
    text-align: left;
    color: #999;
    font-size: 1.2rem;
}

.view-attr span {
    padding-right: 1.2rem;
}

.view-attr span i {
    margin-right: .5rem;
}

.view-content {
    overflow: hidden;
    padding: 0 1rem 1rem;
    font-family: "SimHei", "Helvetica Neue", Arial, "Droid Sans", sans-serif;
    color: #333;
    font-size: 1.4rem;
    line-height: 2.6rem;
    font-weight: 300;
    text-align: justify;
    text-justify: distribute-all-lines;
}

.view-content h2 {
    margin: .5rem 0;
    padding: 0.5rem;
    color: #333;
    font-size: 1.6rem;
    background-color: #f6f6f6;
    border-bottom: .1rem solid #eee;
}

.view-content h3 {
    margin: .3rem 0;
    padding: 0.5rem;
    color: #333;
    font-size: 1.4rem;
}

.view-content a:link, .view-content a:visited {
    color: #069;
}

.view-content table {
    margin: 0.5rem 0;
}

.view-content dl.faq {
    padding: .5rem 0.5rem;
}

.view-content dl.faq dd {
    margin-left: 2em;
    margin-bottom: 1.5rem;
}

.view-content img {
    width: auto;
    height: auto;
    vertical-align: middle;
    border: 0;
    max-width: 100%;
    display: block;
    margin: 1rem auto;
    color: transparent;
    font-size: 0;
}

.view-header .heart {
    background: url("../img/icon_heart.png") no-repeat scroll 0 -.3rem rgba(0, 0, 0, 0);
    height: 1.5rem;
    position: absolute;
    right: 1rem;
    top: 3.3rem;
    width: 3.4rem;
}

.view-header .hearted {
    background: url("../img/icon_heart.png") no-repeat scroll 0 -3.8rem rgba(0, 0, 0, 0);
}

.no-content {
    padding: 20px 0;
    text-align: center;
}

/* Media */
/* 适配早期的andriod机器	1/1.5 = 0.666 */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    .em-img {
        -webkit-transform: scaleY(0.666)
    }
}

/* 高清屏( @2x ) iphone这种  1/2 = 0.5 */
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .em-img {
        -webkit-transform: scale(0.8)
    }

    .pay-box .pay-item img {
        -webkit-transform: scale(0.8)
    }
}

/* 1080机子@3x  */
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
    .em-img {
        -webkit-transform: scale(0.333)
    }

    .pay-box .pay-item img {
        -webkit-transform: scale(0.666)
    }
}

/* 主播招聘  */
.zbzp-box img {
    width: 100%;
}

/* 关于我们  */
.about-wrap {
    background-color: #f4f4f4;
}

.about-logo {
    margin: 4rem auto;
    width: 50%;
    text-align: center;
}

.about-logo img {
    width: 10rem;
}

.about-logo .name {
    font-size: 1.4rem;
    line-height: 2.4rem;
    color: #B0B0B0;
    margin: 1.4rem 0;
}

.about-list {
    background-color: #fff;
    padding: 0 2rem;
    margin-bottom: 6rem;
}

.about-list a {
    height: 5.4rem;
    line-height: 5.4rem;
    font-size: 1.4rem;
    color: #373737;
    border-bottom: solid #d3d3d3 1px;
    display: block;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAYCAYAAADKx8xXAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjBCNTZGMjI4MTUyNTExRTc4MzIzRTIzMzc0MUQxQTU4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjBCNTZGMjI5MTUyNTExRTc4MzIzRTIzMzc0MUQxQTU4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MEI1NkYyMjYxNTI1MTFFNzgzMjNFMjMzNzQxRDFBNTgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MEI1NkYyMjcxNTI1MTFFNzgzMjNFMjMzNzQxRDFBNTgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6a6LhMAAABS0lEQVR42pSUsUvDQBSHLyF/g4IUxNUiDoKORQcnO6gg2FkpqJRuSuImQUQXqV10EsRBRNF2KYKoUwsugkhBF52cdBRc4pfyhKqJfTn4+OXgvsvLXe4s13Vzxpge3/e3TIJmwxhsep63llSchwNYRd7XilYQBK0HpHViBa4oe1QtirxAlOEJhpngXSWKPEmcwAcMIj+qRJFHiLp0M8g3UYvzpzGwQfTCG1wz0axKFPmFSMEdHCIvdyw1ovRzIhsuHBMuqUWRd4hFOIKcrd1weVMeZqBkm2TtTDKtFil1gniVlc7bSqlAVOAZ+im76SikEhF+3wXCeMd9FKkmUrldCpsTI3TJL9cHRaTt32OcCGmIuJVuFqkad5DbpWmRPmEgTvohIoWH+BgeoBvp/t+DzGVlkbswB6cIU9o7Z0+kDa30vTiX0Ex6PX4JMADPm4DflIJOCQAAAABJRU5ErkJggg==');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 30%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.about-list a:last-child {
    border-bottom: none;
}

/* 帮助中心  */
.help-wrap {
    background-color: #f4f4f4;
}

.banner {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.banner img {
    width: 100%;
    display: blank;
}

.notice-box {
    height: 4.5rem;
    line-height: 4.5rem;
    background-color: #fff;
    padding: 0 1rem;
}

.notice-box i {
    display: inline-block;
    float: left;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAiCAYAAAAtZZsLAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZFRTlCNUZEMUI3NDExRTdCQTQ1RjVGRjQ1NDBEMjI5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZFRTlCNUZFMUI3NDExRTdCQTQ1RjVGRjQ1NDBEMjI5Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkVFOUI1RkIxQjc0MTFFN0JBNDVGNUZGNDU0MEQyMjkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkVFOUI1RkMxQjc0MTFFN0JBNDVGNUZGNDU0MEQyMjkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6DD5fvAAACYklEQVR42uyYXWhOYRzAz2sfmlETEqVEEjfWYoiilQtEMrVJpNlaXG1qiHxkaDdLckO5svIKmdrH3T4uFcLumNI2Im2UXWCxd79/+6+e3s57zqnzHOdc7Klf57zP85z3/b3Px/85z5Oq7utxIkoHYQu8hnSuSumdFZ5fkh+B2Aa4AXuMvK/Q5/fg4f7ejfrcM8QHbAsugAvQCIVZZfu9BBEr4dIEZ9RpN2y1KVgHZ2F1jvLFHnI1XC7CSiP7ja0u3gSXYa9PvTyXvGVwL2sojEOLEkpQWuQ8NEAqQP1Jl7yjWXL34RpjbzDMJJkPVSq3KmTrv4Ah+C5djFiX3yyWgVkLSyCjSNd0GU1eqd1iI8mkkVk7hlzGL8ychtYcdcaM+xLLIWnULw7OgW0ecpJ+GPcTzn9OInjCSXASwTVJF/yTdEFnVjBEyo/59wtYiw/J1aXsFzyNW/AWnPQob467i1f4lC+MuwVPQS8s1ReKjM4Luf8ED+MWHGGpuzkbZqIWLEy64EjSBdNJF+wEr5lUbEb+uJY6eaN+B/tgHcyFvzo+h436vyNooMmga/FdZZGK/dMWGzfqPIHlcE7/RJi0Ge6wFotgC/HwcdAwI3uQL/ANPsNPo0x2YFf0yztCCsrusBTK4BGiaVhvKw6+1eMM2bC/ClDfbe98G54bn6vhJZLXodhWoO6G7XApa3MVRPAj7NCTiZlni3TP3Y7kPFsriUycZiiHBwF2hmaaYOxddaaP6dqM/F0z5zk2l7oPcAQOwIBLS+dMSL6HY3oU0g71+jbjpCI6wJQTieOw1gl5gDklwADUJIvPDHgOVwAAAABJRU5ErkJggg==') no-repeat;
    background-position: center center;
    background-size: auto 35%;
    width: 4rem;
    height: 4.3rem;
}

.notice-box .cnt {
    display: inline-block;
    position: relative;
    float: left;
    height: 4.5rem;
    line-height: 4.5rem;
    padding-left: .5rem;
    overflow: hidden;
}

.notice-box .cnt a {
    color: #58bfbd;
    font-size: 1.4rem;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.help-box .hd {
    text-align: left;
    width: 100%;
    height: 4.5rem;
    line-height: 4.5rem;
    overflow: hidden;
    padding: 0 1rem;
    border-bottom: .1rem solid #eee;
}

.help-box .hd h2 {
    color: #b0b0b0;
    font-size: 1.4rem;
    font-weight: 200;
    line-height: 4.5rem;
}

.help-box .bd {
}

.help-box .bd .help-block {
    background-color: #fff;
    border-top: solid .1rem #eee;
    border-bottom: solid .1rem #eee;
    height: 13.2rem;
    margin-bottom: 1.2rem;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
}

.help-box .bd .help-block.active {
    height: auto;
}

.help-box .help-block .hleft {
    width: 22%;
    padding: 2rem 1rem 0 1rem;
    text-align: center;
    flex: 0 1 auto;
    display: block;
    box-sizing: border-box;
}

.help-box .help-block .hright {
    flex: 0 1 auto;
    display: block;
    width: 78%;
    box-sizing: border-box;
    border-left: solid .1rem #eee;
}

.help-box .help-block .hleft .cat-img {
    width: 60%;
}

.help-box .help-block .hleft .tit {
    line-height: 2rem;
    font-size: 1.4rem;
    color: #58bfbd;
    margin-top: 1rem;
}

.help-box .help-block .hleft .trigger {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    margin: 1rem auto;
    display: block;
    width: 3.9rem;
    height: 1.6rem;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADsAAAAbCAYAAADCifeFAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjczMDE3MDc1MUI3NDExRTdCNzIyQzBFQkI0RDk3RUQxIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjczMDE3MDc2MUI3NDExRTdCNzIyQzBFQkI0RDk3RUQxIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NzMwMTcwNzMxQjc0MTFFN0I3MjJDMEVCQjREOTdFRDEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NzMwMTcwNzQxQjc0MTFFN0I3MjJDMEVCQjREOTdFRDEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4qc/E1AAAESElEQVR42tSYaU8TURSGOzBoXVDcwa1uKO4R44YoKEajqIlrXP6Z30w0atQvbriDuxEVUVQQEkFRXLCKQhHF1vcmT8m1LkAdtkmepIVp733vOec9Z+ruKryU6PP5ImAuB/r69Zsm13qTEHOT08eFxmryRcUOB/PHz+KTaLVOpi9dDrqGiSG8DxqiYleLHQi8Ls6Ll+KrdTp94QoLvxgv1olshB8Vx+zIzhIDxUiRKi6LcvEm5tR6Y8pGr9FihsgTy8R0EUJfWxp/Ee/55yIxTQzilO6Q2q29OKLGZJPFPIRuJ2gmM1+IRlvsFep0l1giJoo9IiDSSOvX4gdp7fSSiIbZi4ncKrFZ5PC+ThSLg6LEFvtO3OXD5qZckUGU/RT6bfFYNCPa6WGhZv1+lN8SanQBe60UReISgoO22O/U5hlRL5qI4FROagTuZkQ+Fw287qnL7G2AGEvabhBLCVY1mXhS3LAC80ufTeT1E/GBtN1IeszkxNLFYXFP1FoDiNPNqZtMRPeKLEzJj7hTCK3l3rZu4v7hC0PcaOq4BeFZFHwWh2KsvZD21NhNTh0hbVPYRw4tMxUDNfu5KK4S3ZbYPbl/acomrSvER1FDKpi6mEy0R/PZItK6sRui2p9154gtZFwKwXggDpj6PJS7unp30eU/Zpv7jykkAbEl1GiV2Ep7yqReAtR5kVXDCR5HM0qAaO6hnAZhpidEgXhoIiyhf+0WbjtjVxizqiR9mzCE+WKSWMMgMhQ3r6MfOx4J9WGM6axlxM6lI5Qy+FwTjwhM+F9rux1ctIlUqaEfh6iXdFIplcMotvrx/87VDoeYgdvmY5QhTNS0lWOs19yRjHI7YfURTu+0eIXwTQwgKzGwAtz6DZuKJ6XDHJzfait5tL8gs/txIvqBTOrQOm4cGzGCy3C7EMN2JlE212Cc8TFp3Zm5OkJZBJht8xhs0jDMm+KsuC/edvZR1I0jtXzM0UEGkHpONoN6mkof9LM549TfOpg9Ll6wAiOaweHVUZ8niWhLPP3djbOWoovU0MQraPDZtKftbDqN3lfdzlwdxl0nIXItDyMOT16H6J/ltMW4HN/9T7f8RjqZdE7idR4pnUl0hxLhUiIS69bme8bxxGLm2+WkcTOGZ4abC9bTS9xO73rgmK0YxXnLmDbgnLmIHc7B1FDz0Z6cREQXivViJ38L4rjHSd/a9tpKd4i15+oI/Xg/7SAf0RkInk463mLzPsZOMwltE4up9Urq8oh4hj94Mqx4IdYW/RUziZpIA2PmGJ5KfpCyN+nPs0ndeezlvjXflpK2372au70Ua09dVaTrcw4g25q4AvTkcdYvI42kbQHjZ5llRJ49YHgt1m5PDYxx+3DRraS0ieYEajP6y18hNX/OqulErzfWFWJj5+oqTOwTQkdZQpoxt3sczDs+1yVXV4m1RRvBTxE9hRROssTW4+Jfuvr3rZ8CDADnzj6861i5XgAAAABJRU5ErkJggg==');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 80%;
}

.help-box .help-block.active .trigger {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAQCAYAAACV3GYgAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjg0MDcyNDEzMUI3NDExRTc5RTcyQTUxNzcwQkEyRUU1IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjg0MDcyNDE0MUI3NDExRTc5RTcyQTUxNzcwQkEyRUU1Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODQwNzI0MTExQjc0MTFFNzlFNzJBNTE3NzBCQTJFRTUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ODQwNzI0MTIxQjc0MTFFNzlFNzJBNTE3NzBCQTJFRTUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz41yTXlAAACIklEQVR42rzWTUgUYRzH8d3ZIIUwCDqECJ6CDtIhPHgRNfOFCougFFQQBPEgVocEFdGTpfRyiBDs5WIoWIpF4cG3DpIXFdRLlzpFkCJeVIRmx+9ffivLWiyzsznwAWd2mPnN8/8/z2O4enY6Egp2uDiPHJ3vYhF7CPTsEwFD2dGMDmTH/fYRrfgBB+FUXuAECJaBp3ihYK/QgnVcxwyKEIV3XOFclXAUd3X+AI14jgosIxef0ZRqQD/hPAW5hE+4hi1Uo1/9ZZZwFSPIxAAeJ7RCWsN5+voqTCMP31GJdwmNb3//Qj26Fei+Puicn4COj2DW4O9xGl9QioV/zEi79gc9GtkNlds+rFABvaDhXN3zTOylr3FDMzGS5NkRjWwxVnABH9Sf0WSj6CQJZrNwXKNmI9GmB2/5WMPsvjUFHNPID+IJTg0Xlbh+wsUaPz+u8a0st9GnNcvv4mr3b6rEvbp2z9qkZm4mRwG9ZOGicguTuIhv6pdxvSSc4toY68N21GEbZZgiYAEBjyw3TsKIhVQ665MzWkgvazsKus2F4naLIVzBqra+SQI2KOCRcK5ebqv9Q117iZv4maZgiRPlq9ZD68Msm2gE7LUSx/owrI3/LN6ofDb0nVpYo2kO9rdJdxJdKrcdE9pVNmIjN6dgv3EHj1Tm/xnsoA8ZpT3YPw61mjRVynNYVmvOeQUcUygndAwHpYwYAr7ltFw5duy3fQEGAEannLTq9T8DAAAAAElFTkSuQmCC');
}

.help-box .help-block .hright a {
    height: 4.4rem;
    line-height: 4.4rem;
    padding: 0 1rem;
    font-size: 1.4rem;
    color: #666;
    border-bottom: solid #eee 1px;
    display: block;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAYCAYAAADKx8xXAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjBCNTZGMjI4MTUyNTExRTc4MzIzRTIzMzc0MUQxQTU4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjBCNTZGMjI5MTUyNTExRTc4MzIzRTIzMzc0MUQxQTU4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MEI1NkYyMjYxNTI1MTFFNzgzMjNFMjMzNzQxRDFBNTgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MEI1NkYyMjcxNTI1MTFFNzgzMjNFMjMzNzQxRDFBNTgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6a6LhMAAABS0lEQVR42pSUsUvDQBSHLyF/g4IUxNUiDoKORQcnO6gg2FkpqJRuSuImQUQXqV10EsRBRNF2KYKoUwsugkhBF52cdBRc4pfyhKqJfTn4+OXgvsvLXe4s13Vzxpge3/e3TIJmwxhsep63llSchwNYRd7XilYQBK0HpHViBa4oe1QtirxAlOEJhpngXSWKPEmcwAcMIj+qRJFHiLp0M8g3UYvzpzGwQfTCG1wz0axKFPmFSMEdHCIvdyw1ovRzIhsuHBMuqUWRd4hFOIKcrd1weVMeZqBkm2TtTDKtFil1gniVlc7bSqlAVOAZ+im76SikEhF+3wXCeMd9FKkmUrldCpsTI3TJL9cHRaTt32OcCGmIuJVuFqkad5DbpWmRPmEgTvohIoWH+BgeoBvp/t+DzGVlkbswB6cIU9o7Z0+kDa30vTiX0Ex6PX4JMADPm4DflIJOCQAAAABJRU5ErkJggg==');
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: auto 30%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.help-box .help-block .hright a:last-child {
    border-bottom: none;
}

.help-box .bd .help-block:last-child {
    margin-bottom: 6.8rem;
}

.bottom-navs {
    position: fixed;
    width: 100%;
    max-width: 64rem;
    position: fixed;
    bottom: 0;
    z-index: 999;
}

.bottom-btns {
    background-color: #fff;
    border-top: .1rem solid #f3f3f3;
    height: 5.6rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.bottom-btns .btn-item {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    overflow: hidden;
    border-right: .1rem solid #f3f3f3;
}

.bottom-btns .btn-item:last-child {
    border-right: none;
}

.bottom-btns .btn-item .btn-link {
    color: #999;
    display: block;
    padding-top: 1.4rem;
    position: relative;
    text-align: center;
    white-space: nowrap;
    margin: 0 auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.bottom-btns .btn-item .btn-link .icon {
    width: 2.6rem;
    height: 2.6rem;
    display: inline-block;
    vertical-align: top;
}

.bottom-btns .btn-item .btn-link .btn-tit {
    display: inline-block;
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-left: 1rem;
    color: #58bfbd;
    font-weight: 400;
}

.he1lp-wrap .hd {
    text-align: left;
    height: 4rem;
    line-height: 4rem;
    overflow: hidden;
    padding: 0 1rem;
    border-bottom: .1rem solid #eee;
}

.he1lp-wrap .hd h2 {
    font-size: 1.6rem;
}

.he1lp-wrap .bd {
    overflow: hidden;
    padding: 1rem;
    font-family: "SimHei", "Helvetica Neue", Arial, "Droid Sans", sans-serif;
    color: #333;
    font-size: 1.4rem;
    line-height: 2.6rem;
    font-weight: 300;
    text-align: justify;
    text-justify: distribute-all-lines;
}

.he1lp-wrap .bd h2 {
    margin: .5rem 0;
    padding: 0.5rem;
    color: #333;
    font-size: 1.6rem;
    background-color: #f6f6f6;
    border-bottom: .1rem solid #eee;
}

.he1lp-wrap .bd h3 {
    margin: .3rem 0;
    padding: 0.5rem;
    color: #333;
    font-size: 1.4rem;
}

.hel1p-wrap .bd a:link, .view-content a:visited {
    color: #069;
}

.hel1p-wrap .bd table {
    margin: 0.5rem 0;
}

.hel1p-wrap .bd img {
    width: auto;
    height: auto;
    vertical-align: middle;
    border: 0;
    max-width: 100%;
    display: block;
    margin: 1rem auto;
    color: transparent;
    font-size: 0;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform, height
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate(0, -50%);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical > .swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube, .swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}