.swiper-container {
  margin: 0 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-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -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-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative
}

.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: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -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-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 {
  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 .swiper-pagination-bullet {
  margin: 5px 0;
  display: block
}

.swiper-container-horizontal>.swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%
}

.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px
}

.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,0.5)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0,0,0,0.5), transparent);
  background-image: -moz-linear-gradient(right, rgba(0,0,0,0.5), transparent);
  background-image: -o-linear-gradient(right, rgba(0,0,0,0.5), transparent);
  background-image: linear-gradient(to left, rgba(0,0,0,0.5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0,0,0,0.5)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.5), transparent);
  background-image: -moz-linear-gradient(left, rgba(0,0,0,0.5), transparent);
  background-image: -o-linear-gradient(left, rgba(0,0,0,0.5), transparent);
  background-image: linear-gradient(to right, rgba(0,0,0,0.5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.5)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.5), transparent);
  background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0.5), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.5), transparent);
  background-image: linear-gradient(to top, rgba(0,0,0,0.5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.5)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), transparent);
  background-image: -moz-linear-gradient(top, rgba(0,0,0,0.5), transparent);
  background-image: -o-linear-gradient(top, rgba(0,0,0,0.5), transparent);
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.5), transparent)
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px
}

.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
}

.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;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  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)
}

.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow {
  z-index: 0
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0,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,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)
  }
}

html {
  overflow-y: scroll
}

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

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

input,select,textarea {
  font-size: 100%
}

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

fieldset,img {
  border: 0
}

ol,ul {
  list-style: none
}

caption,th {
  text-align: left
}

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

strong {
  font-weight: normal
}

a,a:hover {
  text-decoration: none
}

img {
  vertical-align: bottom;
  color: #fff
}

body {
  line-height: 1;
  height: auto;
  overflow: hidden;
  min-height: 100%;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(255,0,0,0);
  background: #888;
  font-family: 'Hiragino Sans GB','Microsoft YaHei','simsun';
  -webkit-overflow-scrolling: touch
}

.none {
  display: none !important
}

.container {
  position: relative;
  width: 16rem;
  margin: 0 auto;
  background: #f5f5f5
}

.searBox {
  width: 100%;
  height: 0;
  overflow: hidden;
  position: relative;
  background: #fff;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.searBox.on {
  height: 2rem
}

.searBox .search {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2
}

.searBox .search input {
  width: 13rem;
  float: left;
  height: 1.05rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  margin-left: 0.75rem;
  background: none;
  border: none;
  color: #000;
  font-size: 0.6rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  outline: none;
  /* margin-top: 0.35rem; */
  font-family: "Microsoft YaHei";
}

.searBox .search span {
  width: 0.8rem;
  height: 30px;
  overflow: hidden;
  float: left;
  background: url("/static/images/zoom1.png") no-repeat;
  background-size: cover;
  margin-top: 0.3rem;
  margin-left: 0.4rem;
  width: 95% !important;
  padding: 0.1rem 0;
}

.searBox .searchBtn {
  opacity: 1;
  -webkit-transition: 0.4s;
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  right: 0.65rem;
  top: 0.7rem;
  overflow: hidden;
  background: url("/static/images/zoom1.png") no-repeat;
  background-size: cover;
  cursor: pointer;
  z-index: 4
}

.searBox .searchBtn.on {
  opacity: 0
}

.heads {
  height: 1.75rem;
  background: #000000;
  position: relative;
  padding: 0.45rem 0.5rem 0;
}

.heads .logBox {
  width: 5.25rem;
  overflow: hidden;
  float: left;
  height: 1.25rem;
  font-size: 0.9rem;
}

.heads .logBox .logout {
  width: 2.05rem;
  height: 1.25rem;
  line-height: 1.25rem;
  overflow: hidden;
}

.heads .logBox a {
  color: #fff;
}

.heads .logBox .logout img {

}

.heads .logo {
  width: 4.5rem;
  float: left;
  overflow: hidden;
  margin-top: -0.1rem;
  font-size: 1rem;
}

.heads .logo img {
  width: 100%;
  display: block
}

.heads .searchBtn {
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  right: 0.65rem;
  top: 0.7rem;
  overflow: hidden;
  background: url("/static/images/zoom1.png") no-repeat;
  background-size: cover;
  cursor: pointer
}

.heads .searchBtn.on {
  width: 0.65rem;
  height: 0.65rem;
  background: url("/static/images/closes1.png") no-repeat;
  background-size: cover;
  top: 0.7rem
}

.logoutBg {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  display: none
}

.logoutBg.on {
  display: block
}

.logoutBox {
  width: 14rem;
  height: 16rem;
  overflow: hidden;
  background: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -8rem 0 0 -7rem;
  z-index: 9999;
  border-radius: 0.1rem;
  display: none
}

.logoutBox dl {
  width: 11.5rem;
  overflow: hidden;
  margin: 2.75rem auto 1.75rem
}

.logoutBox dt {
  width: 3.75rem;
  height: 3.75rem;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 0.5rem;
  margin: 0 auto
}

.logoutBox dt img {
  width: 100%;
  height: 100%;
  border-radius: 50%
}

.logoutBox dd {
  width: 11.5rem;
  height: 0.9rem;
  line-height: 0.9rem;
  text-align: center;
  font-size: 12px
}

.logoutBox .out {
  width: 11.5rem;
  height: 0.9rem;
  line-height: 0.9rem;
  overflow: hidden;
  margin: 0 auto;
  padding: 0.625rem 0;
  background: #242424;
  color: #fff;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  display: block
}

.logoutBox .close {
  width: 0.65rem;
  height: 0.65rem;
  overflow: hidden;
  background: url("/static/images/close.png") no-repeat;
  position: absolute;
  right: 0.25rem;
  top: 0.25rem;
  text-indent: -999px;
  background-size: 100% 100%;
  cursor: pointer
}

.logoutBox.on {
  display: block
}

.selectSearch_box {
  width: 15rem;
  max-height: 7.75rem;
  overflow: hidden;
  background: #000;
  position: absolute;
  top: 2.025rem;
  left: 0;
  z-index: 9999;
  display: none;
  padding: 0 0.5rem;
  border-top: 1px solid #242424
}

.selectSearch_box li {
  width: 100%;
  text-indent: 0.25rem;
  height: 1.5rem;
  line-height: 1.5rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-top: 1px solid #242424
}

.selectSearch_box li span {
  float: right
}

.selectSearch_box li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff
}

.selectSearch_box li:first-child {
  border-top: none
}

.selectSearch_box.on {
  display: block
}

.navBox {
  width: 16rem;
  height: 1.8rem;
  position: relative
}

.navBox .nav {
  width: 16rem;
  height: 1.8rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0px 3px rgba(0,0,0,0.12)
}

.navBox .nav a {
  display: block;
  float: left;
  width: 2.65rem;
  height: 1.8rem;
  line-height: 1.8rem;
  text-align: center;
  font-size: 18px;
  color: #858585;
  position: relative
}

.navBox .nav a.on {
  height: 1.65rem;
  border-bottom: 0.15rem solid #ff6f21;
  color: #ff6f21;
  font-weight: bold
}

.navBox .nav a.on i {
  display: block;
  width: 0;
  height: 0;
  border-left: 0.175rem solid transparent;
  border-right: 0.175rem solid transparent;
  border-bottom: 0.2rem solid #ff6f21;
  position: absolute;
  left: 50%;
  bottom: -0.025rem;
  margin-left: -0.175rem;
  overflow: hidden
}

.navBox .nav span {
  display: block;
  float: left;
  width: 1.45rem;
  height: 1rem;
  overflow: hidden;
  background: url("/static/images/arrow_down.png") no-repeat;
  background-size: 50% auto;
  cursor: pointer;
  position: absolute;
  right: 0.05rem;
  bottom: 0.025rem
}

.navBox .all {
  width: 16rem;
  height: 0;
  overflow: hidden;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  transition: 0.3s
}

.navBox .all a {
  display: block;
  float: left;
  width: 2.65rem;
  height: 1.8rem;
  line-height: 1.8rem;
  text-align: center;
  font-size: 18px;
  color: #858585;
  position: relative
}

.navBox .all a.on {
  color: #ff6f21;
  font-weight: bold
}

.navBox .all span {
  display: block;
  float: left;
  width: 1.45rem;
  height: 1rem;
  overflow: hidden;
  background: url("/static/images/arrow_up.png") no-repeat;
  background-size: 50% auto;
  cursor: pointer;
  position: absolute;
  right: 0.05rem;
  bottom: 0.025rem;
  opacity: 0;
  transition: 0.5s
}

.navBox .all.on {
  height: 7.2rem
}

.navBox .all.on span {
  opacity: 1
}

[data-dpr="2"] .navBox .nav a {
  font-size: 34px
}

[data-dpr="2"] .navBox .all a {
  font-size: 34px
}

[data-dpr="3"] .navBox .nav a {
  font-size: 54px
}

[data-dpr="3"] .navBox .all a {
  font-size: 54px
}

.navTwos {
  width: 15.5rem;
  height: 1.7rem;
  overflow: hidden;
  line-height: 1.7rem;
  padding: 0 0.25rem;
  background: #f5f5f5
}

.navTwos a {
  display: block;
  float: left;
  max-width: 5rem;
  padding: 0 0.2rem;
  height: 1.45rem;
  font-size: 16px;
  color: #626262;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.navTwos a.on {
  color: #ee6d0f
}

.navTwos.brand {
  padding: 0 0.5rem
}

[data-dpr="2"] .navTwos a {
  font-size: 32px
}

[data-dpr="3"] .navTwos a {
  font-size: 48px
}

.footers {
  width: 16rem;
  overflow: hidden;
  text-align: center;
  color: #555;
  background: #0b0b14;
  -webkit-text-size-adjust: none
}

.footers .logo {
  width: 4rem;
  height: 0.875rem;
  overflow: hidden;
  margin: 1.25rem auto
}

.footers .logo img {
  width: 100%
}

.footers .shareBox {
  width: 16rem;
  height: 2.1rem;
  border: 1px solid #2c2c2f;
  border-left: none;
  border-right: none;
  margin-bottom: 0.75rem
}

.footers .shareBox .mask {
  width: 9rem;
  margin: 0.55rem auto 0;
  overflow: hidden
}

.footers .shareBox .custom {
  width: 15rem
}

.footers .shareBox .custom a {
  width: 4rem;
  height: 1.05rem;
  padding-left: 0;
  overflow: hidden;
  margin: 0;
  margin-left: 0rem;
  display: block;
  margin-top: 0;
  float: left;
  text-indent: -999px
}

.footers .shareBox .custom a.weixin {
  background: url("/static/images/share_w.png") no-repeat;
  background-size: auto 100%
}

.footers .shareBox .custom a.sina {
  background: url("/static/images/share_s.png") no-repeat;
  background-size: auto 100%
}

.footers .shareBox .custom a.qq {
  background: url("/static/images/share_q.png") no-repeat;
  background-size: auto 100%
}

.footers .info {
  padding-bottom: 1.25rem
}

.footers p {
  width: 16rem;
  line-height: 1.1rem;
  font-size: 12px;
  color: #fff;
}

.footers .pop_wx {
  width: 7.5rem;
  height: 7.5rem;
  overflow: hidden;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -3.75rem 0 0 -3.75rem;
  border: 0.15rem solid #888;
  background: url("/static/images/code.jpg") no-repeat;
  background-size: 100% 100%;
  border-radius: 0.25rem;
  z-index: 999;
  display: none
}

.footers .pop_wx img {
  width: 100%;
  height: 100%
}

.appLinks {
  width: 15rem;
  overflow: hidden;
  margin: 0 auto;
  border-top: 1px solid #e5e5e5;
  padding-top: 1rem;
  margin-bottom: 1.5rem
}

.appLinks .mask {
  width: 16rem
}

.appLinks dl {
  width: 2.8rem;
  overflow: hidden;
  margin-right: 1.2rem;
  float: left
}

.appLinks dt {
  width: 2.8rem;
  height: 2.8rem;
  overflow: hidden
}

.appLinks dt img {
  width: 100%;
  height: 100%
}

.appLinks dd {
  height: 0.75rem;
  line-height: 0.75rem;
  padding-top: 0.4rem;
  text-align: center;
  font-size: 14px;
  color: #595959
}

.appDown {
  width: 15rem;
  overflow: hidden;
  margin: 0 auto;
  border-top: 1px solid #e5e5e5;
  padding-top: 1rem;
  margin-bottom: 1.5rem
}

.appDown .mask {
  width: 16rem
}

.appDown dl {
  width: 2.4rem;
  overflow: hidden;
  margin-right: 0.75rem;
  float: left
}

.appDown dt {
  width: 2.4rem;
  height: 2.4rem;
  overflow: hidden
}

.appDown dt img {
  width: 100%;
  height: 100%
}

.appDown dd {
  width: 2.4rem;
  padding-top: 0.25rem;
  text-align: center;
  font-size: 12px;
  color: #595959;
  overflow: hidden
}

.appDown dd strong {
  width: 2.4rem;
  height: 0.85rem;
  line-height: 0.75rem;
  display: block
}

.appDown dd span {
  width: 2.25rem;
  height: 0.95rem;
  overflow: hidden;
  text-align: center;
  border: 1px solid #2584c8;
  border-radius: 0.95rem;
  color: #2584c8;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center
}

[data-dpr="2"] .footers p {
  font-size: 24px
}

[data-dpr="2"] .appLinks dd {
  font-size: 36px
}

[data-dpr="3"] .footers p {
  font-size: 36px
}

[data-dpr="3"] .appLinks dd {
  font-size: 54px
}

.returnTool {
  width: 1.725rem;
  overflow: hidden;
  position: fixed;
  right: 0.5rem;
  bottom: 0.5rem;
  z-index: 9999
}

.returnTool .share {
  width: 1.725rem;
  height: 1.725rem;
  overflow: hidden;
  background: url("/static/images/shareBtn.png") no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  margin-bottom: 0.25rem;
  opacity: 0.3
}

.returnTool .return {
  width: 1.725rem;
  height: 1.725rem;
  overflow: hidden;
  background: url("/static/images/returnBtn.png") no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  display: block;
  text-indent: -999px;
  opacity: 0.3
}

.sharePage {
  width: 16rem;
  height: 100%;
  overflow: hidden;
  background: rgba(255,255,255,0.98);
  position: fixed;
  left: 50%;
  margin-left: -8rem;
  top: 0;
  z-index: 10000;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%)
}

.sharePage .close {
  width: 0.65rem;
  height: 0.65rem;
  overflow: hidden;
  background: url("/static/images/close.png") no-repeat;
  background-size: cover;
  position: absolute;
  right: 0.75rem;
  top: 0.75rem
}

.sharePage.on {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0)
}

.sharePage .tit {
  width: 16rem;
  height: 2rem;
  overflow: hidden;
  text-align: center;
  font-size: 0.9rem;
  color: #888;
  margin-top: 5rem
}

.sharePage .txt {
  width: 16rem;
  overflow: hidden;
  padding-top: 0.25rem
}

.sharePage .txt span {
  width: 2.5rem;
  height: 2.5rem;
  padding-left: 0;
  overflow: hidden;
  margin: 0;
  margin-left: 2rem;
  display: block;
  margin-top: 0;
  float: left;
  text-align: center;
  font-size: 0.65rem;
  color: #222
}

.sharePage .bshare-custom.icon-medium a {
  width: 2.5rem;
  height: 2.5rem;
  padding-left: 0;
  overflow: hidden;
  margin: 0;
  margin-left: 2rem;
  display: block;
  margin-top: 0;
  float: left;
  text-indent: -999px
}

.sharePage .bshare-custom.icon-medium a.bshare-weixin {
  background: url("/static/images/share_wx.png") no-repeat;
  background-size: 100% 100%
}

.sharePage .bshare-custom.icon-medium a.bshare-sinaminiblog {
  background: url("/static/images/share_sina.png") no-repeat;
  background-size: 100% 100%
}

.sharePage .bshare-custom.icon-medium a.bshare-qzone {
  background: url("/static/images/share_qq.png") no-repeat;
  background-size: 100% 100%
}

.ad_insert {
  width: 16rem;
  height: 100%;
  overflow: hidden;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 0;
  margin-left: -8rem;
  z-index: 99991;
  display: none
}

.ad_insert .close {
  display: block;
  width: 36px;
  height: 20px;
  line-height: 20px;
  background: #000;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  position: absolute;
  right: 6px;
  bottom: 6px;
  opacity: 0.6;
  font-size: 12px;
  cursor: pointer
}

.adBanner {
  width: 15rem;
  overflow: hidden;
  padding: 0.5rem;
  background: #f2f2f2;
  margin: 0 auto
}

.adBanner.no {
  background: none;
  padding-top: 0
}

.adBanner .mask {
  width: 15rem;
  overflow: hidden;
  margin: 0 auto
}

.adBanner img {
  max-width: 100%
}

.adBannerTest {
  width: 100%;
  overflow: hidden;
  margin: 0.5rem 0;
  background: #f2f2f2;
  position: relative
}

.adBannerTest img {
  max-width: 100%
}

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

.adTopTest img {
  width: 100%
}

.spreadAppDown {
  width: 15rem;
  overflow: hidden;
  margin: 0 auto 0.5rem
}

.spreadAppDown ul {
  width: 15.5rem
}

.spreadAppDown li {
  width: 4.75rem;
  overflow: hidden;
  float: left;
  margin-right: 0.375rem
}

.spreadAppDown li img {
  width: 100%
}

.adImg_baidu {
  width: 16rem;
  overflow: hidden;
  margin: 0 auto
}

.adTag_baidu {
  width: 15rem;
  overflow: hidden;
  margin: 0.25rem auto
}

.headAd {
  width: 16rem;
  height: 5rem;
  overflow: hidden;
  display: none;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center 0
}

.container.ad {
  background-position: center 5.55rem;
  background-repeat: no-repeat;
  background-size: 100% auto
}

@media only screen and (max-width: 320px) {
  .navBox .nav a {
    font-size:17px
  }

  .navBox .all a {
    font-size: 17px
  }

  .appLinks dd {
    font-size: 12px
  }
}

.bt-tips {
  position: fixed;
  width: 6.4rem;
  height: 3.88267rem;
  bottom: 0;
  left: 50%;
  z-index: 9999;
  margin-left: -3.2rem;
  display: none
}

.bt-tips img {
  display: block;
  width: 100%;
  border: none
}

.bt-tips a {
  position: absolute;
  width: 2.77333rem;
  height: 1.92rem;
  top: 0;
  right: 0;
  background: url("/static/images/tipClose.png") -21.33333rem 0 no-repeat
}

.btn-backHome {
  position: fixed;
  left: 50%;
  margin-left: 5.33333rem;
  bottom: 2.77333rem;
  width: 2.13333rem;
  height: 2.13333rem;
  background: url("/static/images/home.png") no-repeat;
  background-size: 100%;
  z-index: 9999
}

.btn-backHome a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  overflow: hidden
}

.imgNav {
  width: 15rem;
  overflow: hidden;
  margin: 0 auto 0.5rem;
  border-top: 1px solid #e5e5e5;
  padding-top: 1rem
}

.imgNav ul {
  width: 16rem
}

.imgNav li {
  width: 3.375rem;
  height: 2.75rem;
  overflow: hidden;
  float: left;
  margin: 0 0.5rem 0.5rem 0;
  border-radius: 0.1rem;
  position: relative;
  text-align: center;
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center
}

.imgNav li span {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 2.75rem;
  text-align: center;
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  color: #fff;
  background: rgba(0,0,0,0.3)
}

.imgNav li img {
  width: 100%
}

.imgNav li.on span {
  background: rgba(255,132,0,0.7)
}

.imgNav.list {
  border-top: none;
  background: #fff;
  padding: 0.5rem;
  margin-bottom: 0
}

.iframeBox {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 99999;
  width: 16rem;
  height: 100%;
  display: none;
  margin-left: -8rem;
  background: #000
}

.iframeBox iframe {
  width: 100%;
  height: 100%
}

.iframeBox .fClose {
  width: 3.41333rem;
  height: 2.09067rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  cursor: pointer
}

.adVideoBox {
  width: 16rem;
  overflow: hidden;
  background-size: 100% auto;
  margin-bottom: 1rem;
  background: #000
}

.adVideoBox .vb {
  width: 15rem;
  height: 10rem;
  overflow: hidden;
  margin: 0 auto;
  position: relative
}

.adVideoBox .vb img {
  width: 100%;
  height: 100%
}

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

.adVideoBox .vb .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9
}

.adVideoBox .vb .playBtn {
  width: 2rem;
  height: 2rem;
  background: url("/static/images/playBtn.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -1rem 0 0 -1rem;
  z-index: 99
}

.adVideoBox .more {
  width: 300px;
  margin: 0 auto 0.5rem;
  text-align: center;
  color: #fff;
  font-size: 16px;
  display: block
}

.fmDown {
  width: 16rem;
  overflow: hidden;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9998;
  left: 50%;
  margin-left: -8rem
}

.fmDown .close {
  width: 0.85333rem;
  height: 0.85333rem;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer
}

.fmDown img {
  width: 100%
}

.kaolaText {
  width: 15rem;
  overflow: hidden;
  padding: 0.5rem;
  background: #fff;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 0.5rem
}

.kaolaText dl {
  width: 15rem;
  overflow: hidden;
  border-bottom: 1px solid #f2f2f2;
  padding: 0.25rem 0;
  min-height: 4.25rem;
  margin-bottom: 0.5rem
}

.kaolaText dl:last-of-type {
  margin-bottom: 0;
  border-bottom: none
}

.kaolaText dt {
  width: 3.75rem;
  height: 3.75rem;
  overflow: hidden;
  text-align: center;
  border-radius: 50%;
  float: left;
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center
}

.kaolaText dt img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 50%
}

.kaolaText dd {
  width: 10.5rem;
  overflow: hidden;
  float: right
}

.kaolaText dd .tit {
  width: 10.5rem;
  overflow: hidden;
  max-height: 2.65rem;
  line-height: 0.9rem;
  font-size: 0.6rem;
  color: #595959
}

.kaolaText dd .tit a {
  color: #595959
}

.kaolaText dd .tit a strong {
  color: #212121;
  margin-right: 0.5rem
}

.kaolaText dd .tag {
  width: 10.5rem;
  overflow: hidden;
  height: 1.25rem;
  padding-top: 0.15rem
}

.kaolaText dd .tag a {
  display: inline-block;
  height: 0.45rem;
  line-height: 0.45rem;
  padding: 0.2rem 0.5rem;
  border: 1px solid #dedede;
  border-radius: 1.25rem;
  margin-right: 0.35rem;
  color: #595959;
  font-size: 0.45rem;
  margin-bottom: 0.5rem
}

.kaolaText dd .txt {
  width: 10.5rem;
  overflow: hidden
}

.kaolaText dd .txt .l {
  width: 6.5rem;
  overflow: hidden;
  float: left;
  padding-top: 0.35rem;
  height: 0.65rem;
  line-height: 0.65rem;
  white-space: nowrap;
  text-overflow: ellipsis
}

.kaolaText dd .txt .l strong {
  color: #dd4141;
  font-size: 0.7rem;
  font-weight: bold
}

.kaolaText dd .txt .l s {
  color: #9f9f9f;
  margin-left: 0.25rem;
  font-size: 0.55rem
}

.kaolaText dd .txt .r {
  width: 3.75rem;
  overflow: hidden;
  float: right
}

.kaolaText dd .txt .buy {
  display: block;
  width: 3.75rem;
  height: 1.15rem;
  line-height: 1.15rem;
  text-align: center;
  background: #ff8400;
  color: #fff;
  font-size: 0.5rem;
  border-radius: 0.25rem
}

.tagKaola {
  width: 15rem;
  overflow: hidden;
  margin: 0 auto 0.15rem
}

.tagKaola h2 {
  font-size: 0.65rem;
  color: #000;
  font-weight: bold;
  margin-bottom: 0.5rem;
  padding-left: 0.5rem
}

.tagKaola strong {
  font-size: 0.65rem;
  color: #000;
  font-weight: bold;
  margin-bottom: 0.5rem;
  padding-left: 0.5rem;
  display: block
}

.tagKaola .swiper-container {
  width: 100%;
  margin: 0 auto
}

.tagKaola .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff
}

.tagKaola .swiper-container {
  height: 8.5rem
}

.tagKaola .swiper-slide {
  width: 3.85rem;
  height: 8.5rem
}

.tagKaola .swiper-slide dl {
  width: 3.85rem;
  height: 8.5rem;
  overflow: hidden
}

.tagKaola .swiper-slide dl dt {
  width: 3.75rem;
  height: 3.75rem;
  text-align: center;
  overflow: hidden;
  border: 1px solid #f2f2f2;
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center
}

.tagKaola .swiper-slide dl dt img {
  max-width: 100%;
  max-height: 100%
}

.tagKaola .swiper-slide dl dd {
  width: 3.85rem;
  overflow: hidden;
  text-align: center;
  padding-top: 0.25rem
}

.tagKaola .swiper-slide dl dd .tit {
  width: 3.85rem;
  overflow: hidden;
  height: 1.9rem;
  color: #999;
  font-size: 0.55rem;
  line-height: 0.65rem;
  font-weight: normal;
  text-align: left
}

.tagKaola .swiper-slide dl dd .price {
  width: 3.85rem;
  overflow: hidden;
  height: 0.65rem;
  line-height: 0.65rem;
  font-size: 0.6rem;
  margin: 0.25rem 0
}

.tagKaola .swiper-slide dl dd .price strong {
  color: #dd4141;
  display: inline;
  padding: 0;
  margin: 0;
  font-size: 0.6rem
}

.tagKaola .swiper-slide dl dd .price s {
  color: #9f9f9f;
  margin-left: 0.1rem;
  font-size: 0.45rem
}

.tagKaola .swiper-slide dl dd .buy {
  display: block;
  width: 3.75rem;
  height: 1.15rem;
  line-height: 1.15rem;
  text-align: center;
  background: #ff8400;
  color: #fff;
  font-size: 0.5rem;
  border-radius: 0.25rem
}

.listgroupbox {
  background: #fff;
  width: 100%;
  display: inline-block;
  font-family: 'Microsoft yahei', Arival, helvetica;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none
}

.listgroupbox * {
  padding: 0;
  margin: 0
}

.listgroupbox.haspadding {
  box-sizing: border-box;
  padding: 10px
}

.listgroupbox div {
  width: 49%;
  float: left;
  box-sizing: border-box;
  padding: 5px;
  margin: 5px 0;
  border: 1px solid #efefef
}

.listgroupbox[data-group="2"] div:nth-child(even) {
  margin-left: 2%
}

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

.listgroupbox dt {
  border: #eee 1px dotted;
  height: 6.4rem;
  overflow: hidden
}

.listgroupbox img {
  width: 100%;
  display: block;
  margin: 0
}

.listgroupbox strong {
  color: #444;
  display: block;
  font-size: 14px;
  margin: 6px 0;
  line-height: 22px;
  max-height: 44px;
  height: 44px;
  overflow: hidden
}

.listgroupbox p {
  font-size: 15px;
  font-weight: bold;
  color: #f60
}

.listgroupbox p s {
  font-weight: normal;
  font-size: 12px;
  padding-left: 5px;
  color: #888
}

.listgroupbox p span {
  background: #eae4cb;
  color: #fff;
  overflow: hidden;
  float: right;
  font-size: 11px;
  border-radius: 12px;
  padding: 2px;
  font-weight: normal;
  line-height: 1.5
}

.listgroupbox p {
  margin-bottom: 0 !important;
  text-indent: 0 !important;
  text-align: initial !important;
  font-size: 13px
}

.adImgBox {
  width: 100%;
  overflow: hidden;
  margin: 0.25rem 0;
  position: relative
}

.adImgBox img {
  width: 100%
}

.bannerTopAd {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  transition: 0.3s
}

.bannerTopAd .close {
  width: 1rem;
  height: 1rem;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  background: url(/static/images/close.png) no-repeat center center;
  background-size: 50% 50%;
  cursor: pointer
}

.bannerTopAd .adLogo {
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(/static/images/a.png) no-repeat;
  background-size: 100% 100%;
  width: 0.825rem;
  height: 0.45rem;
  display: block;
  z-index: 9999
}

.bannerTopAd.on {
  height: 0
}

.bannerTopAd img {
  width: 100%;
  max-height: 2.5rem
}

.bannerTopIframe {
  width: 100%;
  height: 2.35rem
}

.libBox {
  width: 14.66667rem;
  padding: 0.66667rem;
  overflow: hidden;
  background: #fff;
  margin-bottom: 0.66667rem;
  border-bottom: 1px solid #e8e8e8
}

.libBox.no {
  margin-bottom: 0
}

.libBox.no1 {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none
}

.fhWeek {
  width: 14.66667rem;
  overflow: hidden
}

.fhWeek dl {
  width: 14.66667rem;
  overflow: hidden;
  margin-bottom: 0.44444rem
}

.fhWeek dt {
  width: 6.66667rem;
  height: 4.44444rem;
  overflow: hidden;
  float: left
}

.fhWeek dt img {
  width: 100%
}

.fhWeek dd {
  width: 7.55556rem;
  overflow: hidden;
  float: right;
  font-size: 0.53333rem;
  color: #404040;
  padding-top: 0.31111rem
}

.fhWeek dd li {
  width: 7.55556rem;
  overflow: hidden;
  line-height: 0.8rem;
  margin-bottom: 0.26667rem
}

.fhWeek dd li strong {
  color: #a1a1a1
}

.fhWeek dd li h1 {
  display: inline
}

.fhWeek .txt {
  width: 14.66667rem;
  overflow: hidden;
  font-size: 0.48889rem;
  color: #a1a1a1;
  line-height: 0.71111rem;
  -webkit-text-size-adjust: none
}

.fhWeek .txt strong {
  color: #404040
}

.clearfix {
  zoom:1}

.clearfix:after {
  display: block;
  height: 0;
  overflow: hidden;
  line-height: 0;
  clear: both;
  content: ' '
}

.dna-report {
  position: relative;
  height: 0;
  overflow: hidden;
  width: 100%;
  background: #fff;
  z-index: 9999;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s
}

.dna-report.on {
  height: 12.75rem
}

.dna-report .btn-close {
  position: absolute;
  right: 0.65rem;
  top: 0.7rem;
  overflow: hidden;
  text-indent: -24.975rem;
  cursor: pointer;
  width: 0.65rem;
  height: 0.65rem;
  background: url("/static/images/close.png") no-repeat;
  background-size: cover
}

.dna-report .tit {
  padding-left: 1rem;
  font-size: 0.6rem;
  line-height: 0.6rem;
  padding-top: 0.75rem;
  color: #000;
  padding-bottom: 0.55rem
}

.dna-report .ck-list {
  padding-left: 1rem
}

.dna-report .ck-list li {
  float: left;
  font-size: 0.45rem;
  color: #6c6c6c;
  line-height: 0.85rem;
  height: 0.85rem;
  width: 4.75rem;
  text-indent: 0.65rem;
  background: url("/static/images/radio_ck.png") 0 0.125rem no-repeat;
  cursor: default;
  background-size: 9% auto
}

.dna-report .ck-list li.on {
  background-image: url("/static/images/radio_ck_h.png")
}

.dna-report .ipt {
  position: relative;
  width: 14rem;
  height: 1rem;
  margin-left: 1rem;
  margin-top: 0.25rem
}

.dna-report .ipt label {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0.35rem;
  color: #b5b5b5;
  line-height: 1rem;
  text-indent: 0.2rem
}

.dna-report .ipt input {
  position: relative;
  z-index: 2;
  width: 13.5rem;
  height: 0.95rem;
  border: 1px solid #cdcdcd;
  color: #6c6c6c;
  font-size: 0.35rem;
  padding: 0 0.2rem;
  font-family: 'microsoft yahei'
}

.dna-report .tarea {
  position: relative;
  margin-left: 1rem;
  margin-top: 0.25rem
}

.dna-report .tarea label {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0.35rem;
  color: #b5b5b5;
  line-height: 1rem;
  text-indent: 0.2rem
}

.dna-report .tarea textarea {
  position: relative;
  z-index: 2;
  width: 13.5rem;
  resize: none;
  font-size: 0.35rem;
  color: #6c6c6c;
  padding: 0.2rem;
  line-height: 0.6rem;
  height: 1.2rem;
  border: 1px solid #cdcdcd;
  font-family: 'microsoft yahei'
}

.dna-report .btn {
  position: relative;
  height: 1.1rem;
  margin-left: 1rem;
  margin-top: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1.5rem
}

.dna-report .btn a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 1.1rem;
  font-size: 0.45rem;
  color: #6c6c6c;
  text-align: center;
  background: #E2E1DC;
  border-radius: 0.1rem
}

.dna-report .btn .warn {
  display: none;
  position: absolute;
  left: 0;
  top: 1.2rem;
  color: red
}

.moreVideoBox {
  width: 15rem;
  overflow: hidden;
  margin: 2rem auto;
  position: relative
}

.moreVideoBox img,.moreVideoBox video {
  width: 100%
}

.moreVideoBox video {
  display: none
}

.moreVideoBox .btnBox {
  width: 15rem;
  height: 100%;
  position: relative;
  z-index: 9
}

.moreVideoBox .btnBox .btn {
  width: 5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  overflow: hidden;
  position: absolute;
  top: 50%;
  margin-top: -0.75rem;
  text-align: center;
  background: red;
  font-size: 0.75rem;
  cursor: pointer;
  display: none
}

.moreVideoBox .btnBox .btn.left {
  left: 0.25rem
}

.moreVideoBox .btnBox .btn.right {
  right: 0.25rem
}

.moreVideoBox .btnBox .play {
  width: 2.5rem;
  height: 2.5rem;
  overflow: hidden;
  background-image: url(/static/images/vPlay.png);
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -1.25rem 0 0 -1.25rem;
  cursor: pointer
}

.aldSwiper_bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9998;
  background: rgba(0,0,0,0.8);
  display: none
}

.aldSwiper_bg.on {
  display: block
}

.aldSwiper_s {
  width: 100%;
  overflow: hidden;
  position: relative;
  cursor: pointer
}

.aldSwiper_s img {
  width: 100%
}

.aldSwiper_s .lg {
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(/static/images/leftdown.png) no-repeat;
  width: 0.825rem;
  height: 0.45rem;
  display: block;
  z-index: 9999;
  background-size: 100% 100%
}

.aldSwiper_b {
  width: 16rem;
  overflow: hidden;
  -webkit-transition: opacity 0.4s ease-in;
  position: fixed;
  top: -9999px;
  left: 50%;
  margin-left: -8rem;
  z-index: 9999;
  background: #e24600;
  opacity: 0
}

.aldSwiper_b .tit {
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  font-size: 0.9rem;
  color: #000
}

.aldSwiper_b .tit2 {
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  font-size: 0.75rem;
  color: #000
}

.aldSwiper_b .close {
  width: 0.95rem;
  height: 0.95rem;
  overflow: hidden;
  background-image: url(/static/images/close.jpg);
  background-size: 100% 100%;
  position: absolute;
  right: 0.5rem;
  top: 1rem;
  cursor: pointer
}

.aldSwiper_b .swiper-container {
  width: 16rem;
  position: relative
}

.aldSwiper_b .swiper-container .img {
  width: 13.5rem;
  overflow: hidden;
  margin: 0 auto;
  border: 0.5rem solid #fff;
  background: #fff
}

.aldSwiper_b .swiper-container .img video {
  width: 100%;
  height: 100%
}

.aldSwiper_b .swiper-slide {
  height: 11rem
}

.aldSwiper_b .swiper-slide img {
  width: 100%
}

.aldSwiper_b.on {
  top: 0;
  opacity: 1
}
