/*合并了mobiscroll.frame.css、mobiscroll.frame.ios.css、mobiscroll.scroller.css、mobiscroll.scroller.ios.css等四个css文件*/
.dw,
.dwo {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.dw {
    max-width: 98%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    font-size: 0.28rem;
    text-shadow: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -ms-touch-action: none;
    user-select: none;
}
.dw:focus {
    outline: 0;
}
.dw-rtl {
    direction: rtl;
}
.dw,
.dwbc {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.dwwr {
    min-width: 1.7rem;
    zoom: 1;
    overflow: hidden;
    text-align: center;
    font-family: arial, verdana, sans-serif;
}
.dw-persp,
.dwo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.dw-persp {
    z-index: 99998;
}
.dwo {
    z-index: 1;
    background: #000;
    background: rgba(0, 0, 0, 0.7);
    filter: alpha(opacity=70);
}
.dw-liq .dw {
    max-width: 100%;
}
.dw-top .dw,
.dw-bottom .dw {
    width: 100%;
    max-width: 100%;
}
.dw-inline .dw {
    position: static;
    display: inline-block;
    max-width: 100%;
}
.dw-inline.dw-liq .dw-persp .dw {
    display: block;
}
.dw-inline .dw-persp {
    position: static;
}
.dw-bubble .dw {
    margin: 0.2rem 0;
}
.dw-bubble .dw-arrw {
    position: absolute;
    left: 0;
    width: 100%;
}
.dw-bubble-top .dw-arrw {
    bottom: -0.36rem;
}
.dw-bubble-bottom .dw-arrw {
    top: -0.36rem;
}
.dw-bubble .dw-arrw-i {
    margin: 0 30px;
    position: relative;
    height: 0.36rem;
}
.dw-bubble .dw-arr {
    display: block;
}
.dw-arr {
    display: none;
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    border-width: 0.18rem 0.18rem;
    border-style: solid;
    margin-left: -0.18rem;
}
.dw-bubble-bottom .dw-arr {
    top: 0;
}
.dw-bubble-top .dw-arr {
    bottom: 0;
}
.dw-hidden {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
}
.dwv {
    overflow: hidden;
    text-overflow: ellipsis;
}
.dwb {
    overflow: hidden;
    display: block;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: top;
}
.dwb-e {
    cursor: pointer;
}
.dwb-d {
    cursor: default;
}
.dwbc {
    display: table;
    width: 100%;
    text-align: center;
}
.dwbw {
    vertical-align: top;
    display: table-cell;
    position: relative;
    z-index: 5;
    background:#fff;
}
.dwbw .dwb:before {
    padding: 0.375em;
}
.mbsc-wdg .dwcc {
    padding: .5rem 1rem;
    font-size: 0.28rem;
    text-align: left;
    white-space: normal;
}
.mbsc-mobiscroll .dwwr {
    min-width: 2.8rem;
    background: #f7f7f7;
    color: #454545;
    font-size: 0.32rem;
}
.mbsc-mobiscroll .dwv {
    padding: .5rem;
    pcolor: #4eccc4;
    font-size: 0.24rem;
    text-transform: uppercase;
    min-height: 0.44rem;
    line-height: 0.44rem;
}
.mbsc-mobiscroll .dwbc {
    display: block;
    overflow: hidden;
    text-align: right;
    padding: 0 0.5rem 0.5rem 0.5rem;
}
.mbsc-mobiscroll .dwbw {
    display: block;
    float: right;
}
.mbsc-mobiscroll .dw-rtl .dwbw {
    float: left;
}
.mbsc-mobiscroll .dwb {
    height: 0.88rem;
    line-height: 0.88rem;
    padding: 0 1rem;
    color: #4eccc4;
    text-transform: uppercase;
}
.mbsc-mobiscroll .dwb-a {
    background: rgba(78, 204, 196, 0.3);
}
.mbsc-mobiscroll .dw-bubble-bottom .dw-arr {
    border-color: transparent transparent #f7f7f7 transparent;
}
.mbsc-mobiscroll .dw-bubble-top .dw-arr {
    border-color: #f7f7f7 transparent transparent transparent;
}
.mbsc-ios .dwo {
    background: rgba(0, 0, 0, 0.6);
    filter: alpha(opacity=60);
}
.mbsc-ios .dwwr {
    position: relative;
    background: #fff;
    color: #000;
    padding-top: 0.1rem;
}
.mbsc-ios .dwv {
    font-size: .28rem;
    line-height: 0.8rem;
}
.mbsc-ios.dw-select .dwv {
    font-size: 0;
}
.mbsc-ios .dwbc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
}
.mbsc-ios .dwb {
    height: .8rem;
    line-height: .8rem;
    display: block;
    font-size: 0.28rem;
}
.mbsc-ios .dwb-c .dwb-e {
    color: #666;
}
.mbsc-ios .dwb-s .dwb-e {
    color: #004986;
}
.mbsc-ios .dwb-a {
    opacity: 0.5;
}
.mbsc-ios .dwbw {
    display: block;
    float: right;
}
.mbsc-ios .dwb-c {
    float: left;
}
.mbsc-ios .dw-bubble-bottom .dw-arr {
    border-color: transparent transparent #f7f7f7 transparent;
}
.mbsc-ios .dw-bubble-top .dw-arr {
    border-color: #f7f7f7 transparent transparent transparent;
}
.mbsc-ios.dw-bubble .dwwr {
    border-radius: 0.05rem;
}
.mbsc-ios.dw-nobtn .dwwr {
    padding-top: 0;
}
.dwwb,
.dwwo,
.dwwol {
    -webkit-transform: translateZ(0);
}
.dwc {
    width: 100%;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.dwl {
    height: 0;
    line-height: 0;
    top: -0.7rem;
    left: 0;
    text-align: center;
    white-space: nowrap;
    position: absolute;
    width: 100%;
    font-size: 0;
}
.dwwc {
    margin: 0 auto;
    position: relative;
    zoom: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.dwfl {
    max-width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 auto;
    -ms-flex: 1 auto;
    flex: 1 auto;
}
.dwwl {
    position: relative;
    z-index: 5;
}
.dwww {
    position: relative;
    padding: 1px;
}
.dww {
    overflow: hidden;
    position: relative;
}
.dw-bf {
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000px;
    backface-visibility: hidden;
    perspective: 1000px;
}
.dw-ul {
    position: relative;
    z-index: 3;
}
.dw-li {
    padding: 0 0.1rem;
    position: relative;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    opacity: .3;
    filter: alpha(opacity=30);
}
.dw-li.dw-v,
.dw-li.dw-fv {
    opacity: 1;
    filter: alpha(opacity=100);
}
.dw-li.dw-h {
    visibility: hidden;
}
.dw-i {
    position: relative;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}
.dwwb {
    position: absolute;
    z-index: 4;
    left: 0;
    cursor: pointer;
    width: 100%;
    text-decoration: none;
    text-align: center;
    opacity: 1;
    -webkit-transition: opacity .2s linear;
    transition: opacity 0.2s linear;
}
.dwa .dwwb {
    opacity: 0;
}
.dwpm .dwwbp {
    top: 0;
}
.dwpm .dwwbm {
    bottom: 0;
}
.dwpm .dwwol {
    display: none;
}
.dwwo {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.dwwol {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 10px;
    width: 100%;
    pointer-events: none;
}
.dw-liq .dwc {
    display: block;
}
.dw-liq .dw-tbl {
    width: 100%;
    table-layout: fixed;
}
.dwhl .dwl {
    display: none;
}
.dw-hsel {
    position: absolute;
    height: 1px;
    width: 1px;
    left: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}
.dw-ml .dw-li {
    overflow: hidden;
}
.dw-ml .dw-li .dw-i {
    width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
}
.dwwms .dw-li {
    padding: 0 40px;
}
.dwwms .dwwol {
    display: none;
}
.dw-msel:before {
    width: 0.4rem;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0.2rem;
}
.dww .dw-w-gr {
    padding: 0 0.05rem;
    opacity: 1;
    font-weight: bold;
    text-align: left;
}
.mbsc-mobiscroll .dwc {
    padding: 2rem 0.25rem 0 0.25rem;
}
.mbsc-mobiscroll .dwl {
    color: #4eccc4;
    font-size: 0.3rem;
    text-transform: uppercase;
}
.mbsc-mobiscroll .dwhl {
    padding-top: 0;
}
.mbsc-mobiscroll .dwfl {
    padding: .5rem .25rem;
}
.mbsc-mobiscroll .dw-li {
    font-size: 0.3rem;
}
.mbsc-mobiscroll .dwwol {
    border-top: 1px solid #4eccc4;
    border-bottom: 1px solid #4eccc4;
}
.mbsc-mobiscroll .dwpm .dwwol {
    display: block;
}
.mbsc-mobiscroll .dwwb {
    color: #4eccc4;
    background: #f7f7f7;
}
.mbsc-mobiscroll .dwwbp {
    bottom: 0;
    top: auto;
}
.mbsc-mobiscroll .dwwbm {
    top: 0;
    bottom: auto;
}
.mbsc-mobiscroll .dwwb span {
    display: none;
}
.mbsc-mobiscroll .dwwb:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    font-size: 0.24rem;
    text-align: center;
}
.mbsc-mobiscroll .dwwb.dwb-a:before {
    background: rgba(78, 204, 196, 0.3);
}
.mbsc-mobiscroll .dw-w-gr {
    font-size: 1.125em;
}
.mbsc-mobiscroll .dw-msel:before {
    font-size: 40px;
    color: #4eccc4;
}
.mbsc-mobiscroll .dwwms .dwwol {
    display: none;
}
.mbsc-ios .dwl {
    display: none;
    color: #ababab;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    white-space: nowrap;
    position: static;
    top: 0;
    left: 0;
    font-size: 0.28rem;
    width: 100%;
}
.mbsc-ios .dwwc {
    padding: 0;
}
.mbsc-ios .dwhl .dwwc {
    padding-top: 0.1rem;
}
.mbsc-ios .dwwol {
    padding: 0 0.1rem;
    height: .82rem;
    margin: -0.4rem 0 0 -0.2rem;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}
.mbsc-ios .dw-li {
    color: #9d9d9d;
    font-size: .30rem;
    text-align: center;
}
.mbsc-ios .dw-li .dw-i {
    text-align: center;
    height: .8rem;
}
.mbsc-ios .dw-hl {
    background: #ececec;
}
.mbsc-ios .dw-sel {
    color: #000;
}
.mbsc-ios .dwpm .dw-li {
    text-align: center;
}
.mbsc-ios .dwpm .dwwol {
    display: block;
}
.mbsc-ios .dwwb {
    color: #007aff;
    background: #f7f7f7;
}
.mbsc-ios .dwwbp {
    bottom: 0;
    top: auto;
}
.mbsc-ios .dwwbm {
    top: 0;
    bottom: auto;
}
.mbsc-ios .dwwb span {
    display: none;
}
.mbsc-ios .dwwb:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    font-size: 24px;
    text-align: center;
}
.mbsc-ios.dw-select .dwwo {
    display: none;
}
.mbsc-ios .dwwms .dw-li {
    padding: 0 0.05rem 0 0.6rem;
    color: #000;
}
.mbsc-ios .dwwms .dw-msel {
    color: #007aff;
}
.mbsc-ios .dw-msel:before {
    font-size: .2rem;
}
.mbsc-ios .dw-select-gr .dw-li {
    padding-left: 1.4rem;
}
.mbsc-ios .dw-select-gr .dw-w-gr {
    padding-left: .6rem;
    font-weight: normal;
    font-size: .36rem;
}
.mbsc-ios .dw-select-gr .dw-i {
    text-align: left;
}
.mbsc-mobiscroll .dwv {
    background-color: #eee;
}
.mbsc-mobiscroll .dwcc {
    background-color: #fff;
}
.mbsc-mobiscroll .dwbc {
    background-color: #fff;
}
.mbsc-ic-checkmark {
    position: relative;
}
.mbsc-ic-checkmark:before {
    content: '';
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: absolute;
    left: 0;
    top: 0;
}
.mbsc-ic-checkmark:after {
    content: " ";
    display: inline-block;
    height: 0.14rem;
    width: 0.28rem;
    border-width: 2px 2px 0 0;
    border-color: #007aff;
    border-style: solid;
    position: absolute;
    top: 0.4rem;
    margin-top: -0.1rem;
    left: 0.2rem;
    -moz-transform: rotate(-230deg) translateZ(0);
    -ms-transform: rotate(-230deg) translateZ(0);
    -o-transform: rotate(-230deg) translateZ(0);
    -webkit-transform: rotate(-230deg) translateZ(0);
    transform: rotate(-230deg) translateZ(0);
}
*,:after,:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}
[contenteditable = "true"], input, textarea {
    -webkit-user-select: auto!important;
    -khtml-user-select: auto!important;
    -moz-user-select: auto!important;
    -ms-user-select: auto!important;
    -o-user-select: auto!important;
    user-select: auto!important;
}

body {
    margin: 0;
    padding: 0;
    line-height: 1.428571429;
    font-size: 14px;
    font-family: -apple-system,BlinkMacSystemFont,PingFang SC,Hiragino Sans GB,Microsoft Yahei,sans-serif;
    -webkit-touch-callout: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],template {
    display: none
}

blockquote,button,dd,dl,fieldset,figure,form,h1,h2,h3,h4,h5,h6,input,legend,ol,p,pre,td,textarea,th,ul,xmp {
    margin: 0;
    padding: 0
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 400
}

big,button,h1,h2,h3,h4,h5,h6,input,select,small,textarea {
    font-size: inherit
}

li,ol,ul {
    list-style: none;
    margin: 0;
    padding: 0
}

a {
    background-color: transparent
}

a:active,a:hover {
    outline: 0
}


abbr[title] {
    border-bottom: 1px dotted
}

b,strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,kbd,pre,samp {
    font-family: monospace;
    font-size: 1em
}

button,input,optgroup,select,textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html input[type=button],input[type=reset],input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],html input[disabled] {
    cursor: not-allowed
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

button,input,textarea {
    line-height: normal;
    -webkit-appearance: none
}

input[type=checkbox],input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    resize: none
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,th {
    padding: 0
}

img {
    width: auto\9;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0
}
.lazy[src=""],img:not([src]){
    opacity:0;
    opacity: 0;
    visibility: hidden;
}

a,button,input,select,textarea {
    outline: 0
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

.none {
    display: none
}

.clearfix:after,.clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both;
    overflow: hidden
}

.clearfix {
    zoom:1}

.enSelect {
    -webkit-user-select: text;
    user-select: text
}


html,
body {
  height: 100%;
}
.app-doc {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  max-width: 7.5rem!important;
  margin: 0 auto!important;
  background-color: #fff;
}
.app-hd {

  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  z-index: 99;
  width: 100%;
  left: 0;
  top: 0;
}
.app-hd:after {
  content: " ";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  left: 0;
}
.app-bd {
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  box-flex: 1;
  flex: 1;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.app-ft {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  z-index: 99;
}
.app-ft:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  left: 0;
}
.app-hd-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none;
}


/**
 * Swiper 4.5.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 16, 2019
 */
 .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-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-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height,-webkit-transform;
    transition-property: height,-webkit-transform;
    -o-transition-property: transform,height;
    transition-property: transform,height;
    transition-property: transform,height,-webkit-transform
}

.swiper-container-3d {
    -webkit-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;
    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,right top,left 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: -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,left top,right 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: -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 bottom,left top,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: -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 top,left bottom,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: -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-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper {
    -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;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    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-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-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-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-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-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-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-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-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.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;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top,.2s -webkit-transform;
    transition: .2s top,.2s -webkit-transform;
    -o-transition: .2s transform,.2s top;
    transition: .2s transform,.2s top;
    transition: .2s transform,.2s top,.2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left,.2s -webkit-transform;
    transition: .2s left,.2s -webkit-transform;
    -o-transition: .2s transform,.2s left;
    transition: .2s transform,.2s left;
    transition: .2s transform,.2s left,.2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right,.2s -webkit-transform;
    transition: .2s right,.2s -webkit-transform;
    -o-transition: .2s transform,.2s right;
    transition: .2s transform,.2s right;
    transition: .2s transform,.2s right,.2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255,255,255,.25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0,0,0,.25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.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-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: 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%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    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%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-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(/static/h5/css/"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%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url(/static/h5/css/"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);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-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;
    -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-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.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-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.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-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.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;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}



/**/
.list {
    display: -webkit-box;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
}

.list-item {
    display: block;
    -webkit-box-flex: 1;
}
.wh7_5 {
    width: 7.5rem;
    height: 7.5rem;
}
.wh7_5 img {
    width: 7.5rem;
    height: 7.5rem;
}
.w50 {width: 3.75rem}
.w25 {width: 1.5rem}
.w20 {width: 1.875rem}
.w0_64 {width: 0.64rem;height: 0.64rem;display: block;margin: 0 auto;}
.w0_8 {width: 0.8rem;height: 0.8rem;display: block;margin: 0 auto;}
.w1_6 {width: 1.6rem;height: 1.6rem;display: block;margin: 0 auto;}
.lh0_88 {
    line-height: 0.88rem;
}

.tc {text-align: center;}
.tl {text-align: left;}
.tr {text-align: right;}
.fl {float: left;}
.fr {float: right;}
.fn {float: none;}
.c_def {
    color: #004098;
}
.c1 {color:#111;}
.c3 {color:#333;}
.c6 {color:#666;}
.c9 {color:#999;}
.c0 {color:#000;}
.cf {color:#fff;}

.f24 {font-size: 0.24rem;}
.f26 {font-size: 0.26rem;}
.f28 {font-size: 0.28rem;}
.f30 {font-size: 0.30rem;}
.f32 {font-size: 0.32rem;}
.f34 {font-size: 0.34rem;}
.f36 {font-size: 0.36rem;}
.f38 {font-size: 0.38rem;}
.f40 {font-size: 0.40rem;}
.f42 {font-size: 0.42rem;}
.f44 {font-size: 0.44rem;}
.f46 {font-size: 0.46rem;}
.f48 {font-size: 0.48rem;}
.f50 {font-size: 0.50rem;}
.f56 {font-size: 0.56rem;}
.p50 li {width: 50%;}
.p33 li {width: 33%;}

.ptpb0_6 {padding: 0.6rem 0;}
.pt0_6 {padding-top: 0.6rem;}
.pb0_6 {padding-bottom: 0.6rem;}

.pl0_4 {padding-left: 0.4rem;}
.pr0_4 {padding-right: 0.4rem;}
.pall0_4 {
	padding:0.4rem;
}
.taj {
	text-align: justify;
}

.video-more,
.view-more,
.btn-more {
    display: inline-block;
    text-align: center;
    line-height: 0.88rem;
    width: 3.36rem;
    color: #333;
    font-size: 0.32rem;
    border-radius: 0.88rem;;
    border: 1px solid #ccc;
    background-color: #fff;
}
.view-more,
.btn-more{
    -webkit-transition:all ease .8s;transition:all ease .8s;cursor:pointer;text-align:center}
    
.btn-more:hover,
.btn-more:focus{color:#fff!important;background:#000!important;border:solid 1px #000!important}

.view-more:hover,
.view-more:focus{color:#fff!important;background:#000!important;border:solid 1px #000!important}
.btn-reset {
    display: inline-block;
    text-align: center;
    line-height: 0.88rem;
    width: 2.46rem;
    color: #333;
    font-size: 0.32rem;
    border-radius: 0.88rem;;
    border: 1px solid #ccc;
    background-color: #fff;
}

.btn-search {
    display: inline-block;
    text-align: center;
    line-height: 0.88rem;
    width: 2.46rem;
    color: #fff;
    font-size: 0.32rem;
    border-radius: 0.88rem;;
    border: 1px solid #004098;
    background-color:#004098;
}


.category-name-title {
    position: relative;
    line-height: 0.88rem;
}
.category-name-title:after {
    position: absolute;
    content: "";
    left: 50%;
    margin-left: -0.3rem;
    bottom: 0;
    width: 0.6rem;
    height: 0.05rem;
    background: #666;
}


.sca-img {
    overflow: hidden;
}
.sca-img img {
    transition: all 2s ease;
}
.sca-img:hover img {
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}

.sca-img .sca-img-info { transition: all 2s ease;padding: 0 0.2rem}
.sca-img:hover .sca-img-info {z-index: 3; transform: scale(1.15);}

.backTop {
    color:#fff;
text-align: center;
width: .8rem;
height: .8rem;
position: fixed;
line-height: .8rem;
background: rgba(0,0,0,.6);
z-index: 999;
right: .2rem;
display: none;
border-radius: 5px;
    font-size: 0.24rem;
bottom:2rem;
}


/* 复选框 & 单选框 */
.mobile-checkbox,
.mobile-radio {
    display: block;
    position: relative;
    cursor: pointer;
    font-weight: 400;
    min-height: 0.8rem;
}
input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
.mobile-checkbox input,
.mobile-radio input {
    position: absolute;;
    display: none;
}

.mobile-checkbox span,
.mobile-radio span {
    display: inline-block;
    text-align: center;
    font-size:0.24rem;
    position: relative;
    line-height: 0.88rem;
    width: 100%;
    border-radius: 0.88rem;
    background-color:#fff;
    border:1px solid #d9d9d9;
    color:#333;
}
.mobile-checkbox input:checked ~ span ,
.mobile-radio input:checked ~ span {
    background-color:#004098;
    border:1px solid #004098;
    color:#fff;
}
.mobile-checkbox input:checked ~ span:before,
.mobile-radio input:checked ~ span:before {

}

.mobile-checkbox input:disabled ~ span,
.mobile-radio input:disabled ~ span {
    cursor: not-allowed;
}
.mobile-checkbox input:disabled + span::before,
.mobile-checkbox input:disabled + span::after,
.mobile-radio input:disabled + span::before,
.mobile-radio input:disabled + span::after {
    opacity: .4;
}


#category-typelever-hander {position: relative;padding:0.1rem;text-align: center}
.hander-down {color:#000;
    position: relative;padding-right: 0.42rem;
    font-size: 0.24rem;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
}
.hander-up {padding-top: 0.1rem;
    padding-bottom: 0.1rem;color:#333;position: relative;padding-right:0.52rem;font-size: 0.24rem;}

.hander-down:after {
    position: absolute;
    width: 0.32rem;height: 0.32rem;
    content: "";
    right: 0;
    top:0.1rem;
    background: url(/static/h5/img/drop-down.png) no-repeat right center;
    background-size: 0.32rem
}
.hander-up:after {
    position: absolute;width:0.32rem;height: 0.32rem;
    content: "";
    top:0.1rem;
    right: 0;
    background: url(/static/h5/img/drop-up.png) no-repeat right center;
    background-size: 0.32rem
}

.mask {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.1);
    position: fixed;
    left: 0;
    top: 0;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    z-index:9999;
}

.mask>div{
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12,end) infinite;
    animation: swiper-preloader-spin 1s steps(12,end) infinite
}

.mask>div:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(/static/h5/css/"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%;
    background-size: 100%;
    background-repeat: no-repeat
}
   

.scroll-off {
    position: fixed;
    overflow-y: hidden
}

.app-prd-ft {
    z-index: 1000;
    height:1.28rem;
    background:rgba(255,255,255,1);
    box-shadow:0rem 0.12rem 0.12rem 0rem rgba(0,0,0,0.1);
}
.p_static{
    position: static;
}
.p_fixed{
    width: 100%;
    background-color:#fff;
    left: 0;
    line-height: 0.88rem;
    position:fixed;
    z-index: 999;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}

.mod-tab {}
.mod-tab li {}
.mod-tab li a {
    display: block;
    line-height: 0.88rem;
    text-align: center;
    font-size: 0.32rem;
    color:#333;
    position: relative
}

.mod-tab li.cur{color: #111;font-weight: 600;}
.mod-tab li a:hover:after ,
.mod-tab li.cur a:after {
    position: absolute;
    content: "";
    left: 50%;
    margin-left: -0.5rem;
    bottom:0;
    width:1rem;
    height:0.05rem;
    background: rgba(0,64,152,1);
}

.mod-tab li a:after{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.app-prd-ft-nav {
    padding: 0.2rem 0;
}
.app-prd-ft-nav li {}
.app-prd-ft-nav li a {margin: 0 auto;display: block}
.app-prd-ft-nav li a p {text-align: center;
    font-size: 0.28rem;color: #111;}
.shad {
    box-shadow: #d8d8d8 1px -1px 7px 1px;
}
.icon-home,
.icon-onlineServer,
.icon-share {
    width: 0.48rem;
    height: 0.48rem;
    display: block;
    margin: 0 auto;
    background-size: 0.48rem !important;
}

.icon-home {
    background: url("/static/h5/img/product/icon_hme.png") no-repeat center;
}
.icon-onlineServer {background: url("/static/h5/img/product/icon_server.png") no-repeat center;}
.icon-share {background: url("/static/h5/img/product/icon_share.png") no-repeat center;}
.icon-buy {
    width: 3.1rem;
    line-height: 0.88rem;
    text-align: center;
    display: block;
    color: #fff;
    background-color: #004098;
    border-radius: 0.88rem;
}
.swiper-slide-video,
.videoPlay-box {
    position: relative;
}
.icon-video-play,
.icon-videoPlay {
    width: 1.28rem;
    height: 1.28rem;;
    display: block;
    background: url(/static/h5/img/icon_Play.png) no-repeat center center;
    background-size: 1.28rem;
    position: absolute;
    top: 50%;
    left: 50% !important;
    transform: translate(-50%, -50%);
    text-indent:-999em;
}


/*dialog*/

.app-loading {
    width: 0.84rem;
    height:  0.84rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -0.42rem;
    margin-top:-0.42rem;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12,end) infinite;
    animation: swiper-preloader-spin 1s steps(12,end) infinite;
     overflow: hidden;
  z-index: 870610;
}

.app-loading:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(/static/h5/css/"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%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url(/static/h5/css/"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")
}

.app-dialog {
  position: fixed;
  z-index: 870617;
}
.app-dialog-ft {
  background-color: #fff;
  text-align: center;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.app-dialog-btn,
.app-dialog-btn:active {
  display: inline-block;
  text-align: center;
  line-height: 0.88rem;
  height: 0.88rem;
  width: auto\9;
  font-size: 0.32rem;
  vertical-align: middle;
  color: #000;
  background: #fff;
  border-top: 1px solid #eee;
  text-decoration: none;
}
.app-dialog-btn-alert {
  color: #666;
  width: 100%;
  border-top: 1px solid #eee;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.app-dialog-btn-yes {
  color: #004098;
  width: 50%;
  -webkit-border-radius: 0 0 5px 0;
  -moz-border-radius: 0 0 5px 0;
  border-radius: 0 0 5px 0;
}
.app-dialog-btn-no:active {
  color: #666;
  background-color: #f8f8f8;
}
.app-dialog-btn-alert:active,
.app-dialog-btn-yes:active {
  background-color: #FBFFE5;
}
.app-dialog-btn-no {
  width: 50%;
  border-top: 1px solid #eee;
  -webkit-border-radius: 0 0 0 5px;
  -moz-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
}
.app-dialog-overlay {
  position: absolute;
  background: transparent;
  width: 100%;
  left: 0;
  top: 0;
  visibility: hidden;
  z-index: 870616;
}
.app-dialog-wrap,
.app-dialog {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.app-dialog-hd {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.app-dialog-title-close {
  position: absolute;
  right: 0;
  top: 0;
  height: 0.88rem;
  cursor: pointer;
}
.app-dialog-title {
  background: #fff;
  position: relative;
  width: auto;
  text-align: center;
  height: .88rem;
  line-height: .88rem;
  font-size: .32rem;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.app-dialog-title-inner {
  height: .88rem;
  line-height: .88rem;
  white-space: nowrap;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.app-dialog-bd {
  width: auto;
  height: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
#dialog-app-win-content,
#dialog-app-iframe-content {
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
#dialog-app-alert-content.app-dialog-bd,
#dialog-app-win-content.app-dialog-bd,
#dialog-app-iframe-content.app-dialog-bd {
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
}
.app-dialog-close {
  text-indent: -999em;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  position: absolute;
  right: .2rem;
  top: .2rem;
  width: 0.48rem;
  height: 0.48rem;
  background-size: 0.48rem;
}
.app-dialog-close:active {
  opacity: .6;
}
.app-dialog-overlay {
  background: rgba(0, 0, 0, 0.1);
}
.app-alert-box {
  min-height: 1.6rem;
}
.app-alert-box,
.app-confirmAlert-box,
.app-confirm-box {
  padding: .2rem;
  text-align: center;
  line-height: .48rem;
}
/*mini msg*/
#dialog-miniAlert-succ .app-dialog-bd,
#dialog-miniAlert-fail .app-dialog-bd,
#dialog-miniAlert-hits .app-dialog-bd,
#dialog-miniAlert-loading .app-dialog-bd {
  background-color: transparent;
  text-align: center;
}
.app-miniMsg-box {
  margin: 0 auto;
  /* width:100%;position: fixed;left:0;top:50%;z-index:888888;margin-top:-62px;
      display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-pack:center;-webkit-box-align:center;-webkit-box-sizing:border-box;text-align:center;*/
}
.miniMsg-loading {
  width: 0.56rem;
  height: 0.56rem;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -0.28rem;
  margin-top: -0.28rem;
  z-index: 870619;
}
.miniMsg-box {
  text-align: left;
  display: inline-block;
  position: relative;
}
.ico-minMsg-loading {
  display: inline-block;
  margin: 0 auto;
  position: relative;
}
.app-loading-info {
  display: none;
}
.miniMsg-box em {
  display: block;
  font-style: normal;
  text-align: center;
}
.app-miniMsg-succ {
  background: #689F38;
  color: #fff;
}
.app-miniMsg-fail {
  background: #FFF9DF;
  color: #CB334A;
}
.app-miniMsg-hits {
  background: #000;
  color: #fff;
}
.app-miniMsg-loading {
  white-space: nowrap;
}
.minMsg-loading .miniMsg-box {
  overflow: hidden;
  text-align: center;
  width:1rem;
  height:1rem;
  padding:0.12rem;
}
.app-miniMsg-succ,
.app-miniMsg-fail,
.app-miniMsg-hits {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0.3rem 0.2rem;
  display: inline-block;
  max-width: 3rem;
  margin: 0 auto;
}
.icon-24 {
	    width: 0.48rem;
    height: 0.48rem;
}
.swiper-pagination-news {
	text-align:center;
}





<!--0.00021910667419434-->