/* Color */
/**
 * 字体
 */
/**
 * 字阶与行高
 */
/**
 * 字重
 */
/**
 * 间距
 */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. 修正所有浏览器中的行高.
 * 2. 在iOS的切换横竖屏时，防止字体大小的调整.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/**
 * 删除所有浏览器的margin值。
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 * 修正h1元素的font-size和margin值
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 * 1.修正火狐浏览器的box-sizing
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 1. 在所有浏览器中纠正字体大小的继承和扩展。
 * 2. Correct the odd `em` font sizing in all browsers.
 * 2. 在所有浏览器中纠正奇数的字体大小。
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
/**
 * Remove the gray background on active links in IE 10.
 * 删除IE 10中活跃链接的灰色背景。
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 1. 移除Chrome 57-浏览器的border-bottom
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 * 2. 在Chrome、Edge、IE、Opera和Safari中添加正确的text-decoration。
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 * 在Chrome、Edge和Safari中添加正确的font-weight
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 1.在所有浏览器中纠正字体大小的继承和扩展。
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 * 防止“sub”和“sup”元素影响所有浏览器的线高度。
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 在Edge、Firefox和IE中删除文本转换的继承。
 * 1. Remove the inheritance of text transform in Firefox.
 * 1. 删除Firefox中文本转换的继承。
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 * 纠正在iOS和Safari中无法使用可点击类型的功能。
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 * 移除Firefox中border和padding
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 * 恢复以前规则未设置的焦点样式。
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 * 修正火狐的padding值
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 1. 
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 2. 从IE的“fieldset”元素中纠正颜色继承。
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 * 3.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 * 在Chrome、Firefox和Opera中添加正确的垂直对齐方式。
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 * 删除IE 10+中的默认垂直滚动条
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 1. 修正IE10中的box-sizing
 * 2. Remove the padding in IE 10.
 * 2. 移除IE10的padding值
 */
[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 * 修正Chrome中增加和减量按钮的光标样式。
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 1. 修正在Chrome和Safari中出现的奇怪现象。
 * 2. Correct the outline style in Safari.
 * 2. 修正Safari中的outline样式
 */
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 * 移除chrome和macos上的Safari的padding值
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 1. 纠正在iOS和Safari中无法使用可点击类型的功能。
 * 2. Change font properties to `inherit` in Safari.
 * 2. 在Safari中更改字体属性，以“inherit”。
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 * 修正Edge, IE 10+,和 Firefox中details标签的display属性
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 * 修正所有浏览器的display属性
 */
summary {
  display: list-item;
}
/**
 * Add the correct display in IE 10+.
 * 修正IE10+的template元素的display
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 * 修正IE 10中的display
 */
[hidden] {
  display: none;
}
a,
a:hover,
a:active {
  text-decoration: none;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.m-b-80 {
  margin-bottom: 80px;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after,
  .clearfix:before {
    content: '';
    display: table;
  }
.clearfix:after {
    clear: both;
  }
.arrow-top {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.arrow-right {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.arrow-bottom {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.arrow-left {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #333;
  border-left: 1px solid #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
body {
  background-color: rgba(255, 255, 255, 1);
  font-family: Microsoft YaHei,Heiti SC,tahoma,arial,Hiragino Sans GB,"\5B8B\4F53",sans-serif;
}
body .page-inner {
    width: 1190px;
    margin: 0 auto;
  }
body .page-hd .page-inner {
      overflow: hidden;
      padding-bottom: 8px;
    }
body .page-hd .logo {
      width: 120px;
      height: 70px;
      margin: 0;
      background-image: url(../asset/e25f9f5a344a2f755b88.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 120px;
    }
body .page-hd .logo a {
        display: inline-block;
        width: 100%;
        height: 70px;
        font-size: 0;
      }
body .page-hd .nav {
      list-style: none;
      margin: 0;
      padding: 0 0 0 40px;
      line-height: 1;
      font-size: 0;
    }
body .page-hd .nav li,
      body .page-hd .nav a,
      body .page-hd .nav span {
        display: inline-block;
      }
body .page-hd .nav a {
        padding: 24px 40px 8px;
        color: #333;
      }
body .page-hd .nav span {
        position: relative;
        padding-top: 8px;
        font-weight: 700;
        font-size: 18px;
      }
body .page-hd .nav span:after {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 2px;
          background-color: #fff;
          content: '';
        }
body .page-hd .nav .cur a,
      body .page-hd .nav a:hover {
        color: #23a9dc;
      }
body .page-hd .nav .cur a span:after, body .page-hd .nav a:hover span:after {
          background-color: #23a9dc;
        }
body .page-hd .search-box {
      position: relative;
      padding-top: 24px;
    }
body .page-hd .search-box .search-input {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        height: 30px;
        padding: 4px 8px;
        border: 1px solid #888;
        border-radius: 4px;
      }
body .page-hd .search-box .search-btn {
        position: absolute;
        right: 2px;
        bottom: 2px;
        width: 40px;
        height: 26px;
        border: 0;
        background: #fff url(../asset/3218be65bfaf4bffa571.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 16px;
        font-size: 0;
      }
body .page-ft {
    background-color: #23a9dc;
  }
body .page-ft .logo-nav {
      overflow: hidden;
    }
body .page-ft .logo-box {
      width: 320px;
    }
body .page-ft .logo-box div {
        display: inline-block;
      }
body .page-ft .logo {
      width: 160px;
      height: 50px;
      margin-bottom: 8px;
      background-image: url(../asset/f79d6d0831e334caa6d0.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 160px;
      font-size: 0;
    }
body .page-ft .wxin,
    body .page-ft .wbo {
      position: relative;
      margin-right: 24px;
      padding: 8px 0 0 32px;
      font-size: 12px;
      color: #fff;
    }
body .page-ft .wxin:after, body .page-ft .wbo:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 26px;
        height: 26px;
        border-radius: 46px;
        background-color: #fff;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 15px;
        content: '';
      }
body .page-ft .wxin:after {
      background-image: url(../asset/eb717c9ae487fa62f9a6.png);
    }
body .page-ft .wbo:after {
      background-image: url(../asset/79fed60eeae699149503.png);
    }
body .page-ft .nav {
      padding: 24px 0;
      font-size: 0;
      line-height: 1;
    }
body .page-ft .nav dl {
        display: inline-block;
        vertical-align: top;
        padding-left: 56px;
      }
body .page-ft .nav dt {
        margin-bottom: 4px;
        font-size: 16px;
        font-weight: 700;
      }
body .page-ft .nav dd {
        margin: 0;
        padding: 0;
        font-size: 14px;
      }
body .page-ft .nav a {
        display: inline-block;
        padding: 4px 0;
        color: #fff;
      }
body .page-ft .nav a:hover {
          text-decoration: underline;
        }
body .page-ft .copyright {
      padding: 16px 0;
      border-top: 1px solid rgba(255, 255, 255, 0.8);
      text-align: center;
      font-size: 12px;
      color: #fff;
    }
/* 画廊 */
body .home-carousel {
    position: relative;
    width: 100%;
    height: 460px;
    overflow: hidden;
    outline: none;
  }
body .home-carousel .carousel-cell {
      width: 100%;
      height: 460px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
    }
body .home-carousel .carousel-cell.cell-1 {
        background-image: url(../asset/224d75a74422f279a597.png);
      }
body .home-carousel .carousel-cell.cell-2 {
        background-image: url(../asset/e00cbe64ffd5407e8fc2.png);
      }
body .home-carousel .carousel-cell.cell-3 {
        background-image: url(../asset/224d75a74422f279a597.png);
      }
body .home-carousel .flickity-button {
      width: 40px;
      height: 40px;
      border-radius: 40px;
      border: 0;
      font-weight: 100;
    }
body .home-carousel .previous {
      position: absolute;
      top: 46%;
      left: 10%;
    }
body .home-carousel .next {
      position: absolute;
      top: 46%;
      right: 10%;
    }
body .top-carousel-box {
    background-color: #23a9dc;
  }
body .top-carousel {
    position: relative;
    width: 100%;
    height: 70px;
    overflow: hidden;
    outline: none;
  }
body .top-carousel .carousel-cell {
      width: 100%;
      height: 70px;
      line-height: 70px;
      font-size: 16px;
      text-align: center;
      overflow: hidden;
      color: #fff;
    }
body .top-carousel .carousel-cell a {
        margin-left: 8px;
        color: #fff;
      }
body .top-carousel .flickity-button {
      position: absolute;
      top: 28px;
      width: 14px;
      height: 14px;
      border: 0;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      background-color: transparent;
      cursor: pointer;
    }
body .top-carousel .flickity-button svg {
        display: none;
      }
body .top-carousel .flickity-button.previous {
        left: 10px;
        border-bottom: 1px solid #fff;
        border-left: 1px solid #fff;
      }
body .top-carousel .flickity-button.next {
        right: 10px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
      }
body .crumb {
    padding: 24px 0;
    font-size: 16px;
    line-height: 1;
    color: #aeaeae;
  }
body .crumb a {
      display: inline-block;
      color: #aeaeae;
    }
body .crumb a:hover {
        color: #23a9dc;
      }
body .crumb span {
      display: inline-block;
      margin: 0 4px;
      color: #aeaeae;
    }
body .row-hd {
    margin: 40px 0;
    height: 60px;
    background-repeat: no-repeat;
    font-size: 0;
  }
body .row-hd.mxcp {
      background-image: url(../asset/c2a9ea1aa91dd8ff40f9.png);
      background-position: center;
      background-size: 155px auto;
    }
body .row-hd.cxcp {
      margin-top: 80px;
      background-image: url(../asset/fb054596b0cf529274a2.png);
      background-position: center;
      background-size: 116px auto;
    }
body .row-hd.qjslp {
      background-image: url(../asset/54b01b73ba9097459f1e.png);
      background-position: center;
      background-size: 226px auto;
    }
body .row-hd.about {
      background-image: url(../asset/d502ebf7c27fbd152ed2.png);
      background-position: left center;
      background-size: 179px;
    }
body .row-hd.product {
      background-image: url(../asset/4baa6fa4a55583b431a5.png);
      background-position: left center;
      background-size: 190px;
    }
body .row-hd.sharing {
      background-image: url(../asset/79fa0e81a9ca5c031215.png);
      background-position: left center;
      background-size: 178px;
    }
body .row-hd.clubber {
      background-image: url(../asset/4657ded7b3b68e99fa39.png);
      background-position: left center;
      background-size: 176px;
    }
body .row-hd.search {
      background-image: url(../asset/07cb27ba6d5bc12f9132.png);
      background-position: left center;
      background-size: 164px;
    }
body .pic-info-left {
    overflow: hidden;
    margin-bottom: 40px;
  }
body .pic-info-left .pic {
      width: 700px;
      height: 300px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: 700px;
      overflow: hidden;
      font-size: 0;
    }
body .pic-info-left .pic img {
        display: inline-block;
        width: 100%;
        height: 100%;
        -webkit-transition: 0.2s;
        transition: 0.2s;
      }
body .pic-info-left .pic img:hover {
          -webkit-transform: scale(1.05);
                  transform: scale(1.05);
        }
body .pic-info-left .info {
      overflow: hidden;
      padding: 50px 0 0 60px;
    }
body .pic-info-left .info p {
        line-height: 1.2;
        font-weight: 400;
        font-size: 30px;
      }
body .pic-info-left .info a {
        display: inline-block;
        padding: 8px 16px;
        border: 1px solid #333;
        font-size: 14px;
        color: #333;
      }
body .pic-info-left .info a i {
          margin-left: 8px;
        }
body .pic-info-left .info a:hover {
          border-color: #23a9dc;
          color: #23a9dc;
        }
body .pic-info-left .info a:hover i {
            border-color: #23a9dc;
          }
body .pic-info-right {
    overflow: hidden;
    margin-bottom: 40px;
  }
body .pic-info-right .pic {
      width: 700px;
      height: 300px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: 700px;
      font-size: 0;
    }
body .pic-info-right .pic img {
        -webkit-transition: 0.2s;
        transition: 0.2s;
      }
body .pic-info-right .pic img:hover {
          -webkit-transform: scale(1.05);
                  transform: scale(1.05);
        }
body .pic-info-right .info {
      overflow: hidden;
      padding: 50px 0 0 80px;
    }
body .pic-info-right .info p {
        line-height: 1.2;
        font-weight: 400;
        font-size: 30px;
      }
body .pic-info-right .info a {
        display: inline-block;
        padding: 8px 16px;
        border: 1px solid #333;
        font-size: 14px;
        color: #333;
      }
body .pic-info-right .info a i {
          margin-left: 8px;
        }
body .pic-info-right .info a:hover {
          border-color: #23a9dc;
          color: #23a9dc;
        }
body .pic-info-right .info a:hover i {
            border-color: #23a9dc;
          }
body .home-hot {
    position: relative;
    overflow: hidden;
    height: 560px;
    padding: 0 60px 0 80px;
    margin-bottom: 80px;
    outline: none;
  }
body .home-hot .flickity-viewport {
      width: 100%;
      overflow: hidden;
    }
body .home-hot .carousel-cell {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 350px;
      height: 560px;
    }
body .home-hot .carousel-cell a {
        display: inline-block;
        position: relative;
        width: 100%;
        height: 100%;
      }
body .home-hot .carousel-cell a:after {
          position: absolute;
          bottom: 57px;
          left: 50%;
          width: 50px;
          height: 1px;
          margin-left: -25px;
          background-color: #888;
          content: '';
        }
body .home-hot .carousel-cell .pic {
        display: inline-block;
        width: 330px;
        height: 460px;
        background-color: #efefef;
      }
body .home-hot .carousel-cell strong {
        overflow: hidden;
        display: inline-block;
        width: 100%;
        height: 30px;
        margin-top: 8px;
        line-height: 30px;
        text-align: center;
        font-size: 16px;
        color: #333;
      }
body .home-hot .carousel-cell strong:hover {
          color: #23a9dc;
        }
body .home-hot .carousel-cell span {
        overflow: hidden;
        display: inline-block;
        width: 100%;
        height: 30px;
        line-height: 30px;
        text-align: center;
        font-size: 16px;
        color: #888;
      }
body .home-hot .carousel-cell.cell-1 .pic {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
      }
body .home-hot .carousel-cell.cell-1 .pic img {
          display: inline-block;
          width: 260px;
          height: auto;
          -webkit-transition: 0.2s;
          transition: 0.2s;
        }
body .home-hot .carousel-cell.cell-1 .pic img:hover {
            -webkit-transform: scale(1.05);
                    transform: scale(1.05);
          }
body .home-hot .flickity-button {
      position: absolute;
      top: 0;
      width: 60px;
      height: 460px;
      border: 0;
      background-color: #efefef;
      cursor: pointer;
      text-align: center;
    }
body .home-hot .flickity-button svg {
        display: none;
      }
body .home-hot .flickity-button:after {
        display: inline-block;
        width: 16px;
        height: 16px;
        content: '';
      }
body .home-hot .flickity-button.previous {
        left: 0;
      }
body .home-hot .flickity-button.previous:after {
          border-bottom: 1px solid #333;
          border-left: 1px solid #333;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
        }
body .home-hot .flickity-button.next {
        right: 0;
      }
body .home-hot .flickity-button.next:after {
          border-top: 1px solid #333;
          border-right: 1px solid #333;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
        }
body .qjslp-box {
    margin-bottom: 100px;
  }
body .title-box {
    border-top: 1px solid #bbb;
  }
body .about-cover {
    height: 300px;
    background-image: url(../asset/aca1423f4fb45c834593.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
body .about-nav {
    list-style: none;
    margin: 0 0 40px;
    padding: 0;
    border-bottom: 1px solid #bbb;
    text-align: center;
    font-size: 0;
  }
body .about-nav li {
      display: inline-block;
      width: 25%;
      padding: 16px 0;
      font-size: 14px;
    }
body .about-nav li a {
        color: #333;
      }
body .about-nav li a:hover {
          color: #23a9dc;
        }
body .about-row {
    margin-bottom: 100px;
  }
body .about-row .hd {
      margin-bottom: 8px;
      color: #23a9dc;
    }
body .about-row .hd h3 {
        margin: 0 0 4px;
        font-size: 20px;
      }
body .about-row .hd span {
        font-size: 14px;
      }
body .about-row .info {
      overflow: hidden;
    }
body .about-row .info p {
        font-size: 14px;
        color: #424242;
      }
body .about-row .info .pic {
        background-position: center;
        background-repeat: no-repeat;
      }
body .about-row .eidos .pic {
        float: right;
        width: 580px;
        height: 400px;
        border-radius: 4px;
        overflow: hidden;
      }
body .about-row .eidos .pic img {
          display: inline-block;
          width: 580px;
          height: 400px;
          -webkit-transition: 0.2s;
          transition: 0.2s;
        }
body .about-row .eidos .pic img:hover {
            -webkit-transform: scale(1.1);
                    transform: scale(1.1);
          }
body .about-row .eidos p {
        line-height: 1.8;
      }
body .about-row .awards {
      margin-top: 8px;
    }
body .about-row .awards .pic {
        float: right;
        width: 540px;
        height: 530px;
      }
body .about-row .awards .pic img {
          display: inline-block;
          width: 540px;
          height: auto;
        }
body .about-row .awards dl {
        margin: 0 0 30px;
      }
body .about-row .awards dt {
        font-weight: 700;
        font-size: 16px;
        color: #333;
      }
body .about-row .awards dd {
        margin: 0;
        line-height: 1.8;
        font-size: 14px;
        color: #42424;
      }
body .about-row .patent {
      position: relative;
    }
body .about-row .patent .pic {
        position: absolute;
        right: 0;
        bottom: 100px;
        width: 490px;
        height: 270px;
      }
body .about-row .patent .pic img {
          display: inline-block;
          width: 100%;
          height: auto;
        }
body .about-row .patent h5 {
        margin: 40px 0 0;
        font-size: 16px;
        color: #333;
      }
body .about-row .patent p {
        line-height: 1.8;
      }
body .about-attr {
    margin-top: 16px;
    font-size: 0;
  }
body .about-attr .attr-item {
      display: inline-block;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      position: relative;
      width: 48%;
      padding-left: 100px;
      margin-bottom: 40px;
    }
body .about-attr .attr-item:nth-child(odd) {
        margin-right: 4%;
      }
body .about-attr .attr-item .pic {
        position: absolute;
        top: 0;
        left: 0;
        width: 80px;
        height: 80px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-transition: 0.2s;
        transition: 0.2s;
      }
body .about-attr .attr-item .pic:hover {
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
        }
body .about-attr .attr-item .pic.pic-01 {
          background-image: url(../asset/c5b4fc61803103fa4235.png);
        }
body .about-attr .attr-item .pic.pic-02 {
          background-image: url(../asset/14875d6bcbcbdfe2ce58.png);
        }
body .about-attr .attr-item .pic.pic-03 {
          background-image: url(../asset/147a32a2f73998ecf64a.png);
        }
body .about-attr .attr-item .pic.pic-04 {
          background-image: url(../asset/86d6bca017a5377021ae.png);
        }
body .about-attr .attr-item .pic.pic-05 {
          background-image: url(../asset/85af20709ffc5bb5a345.png);
        }
body .about-attr .attr-item .pic.pic-06 {
          background-image: url(../asset/82e86fae616920fe1c3f.png);
        }
body .about-attr .attr-item h4 {
        margin: 0;
        font-size: 16px;
        color: #333;
      }
body .about-attr .attr-item p {
        font-size: 14px;
        color: #424242;
      }
body .product-wrap {
    overflow: hidden;
    padding-top: 24px;
  }
body .product-wrap .sidebar {
      float: left;
      width: 240px;
      padding-bottom: 100px;
    }
body .product-wrap .sidebar h3 {
        margin: 0 0 24px;
        padding-left: 24px;
        background-image: url(../asset/6691f4cc4087a71a3456.png);
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 16px;
        font-size: 16px;
      }
body .product-wrap .sidebar .menu {
        margin-bottom: 16px;
        font-size: 14px;
      }
body .product-wrap .sidebar .menu dt {
          font-weight: 700;
        }
body .product-wrap .sidebar .menu dd {
          margin: 0;
          padding: 0;
        }
body .product-wrap .sidebar .menu ul {
          list-style: none;
          margin: 0;
          padding: 0;
        }
body .product-wrap .sidebar .menu li {
          position: relative;
          overflow: hidden;
          height: 30px;
          padding-left: 16px;
          line-height: 30px;
        }
body .product-wrap .sidebar .menu li:after {
            position: absolute;
            top: 14px;
            left: 0;
            width: 6px;
            height: 1px;
            background-color: #888;
            content: '';
          }
body .product-wrap .sidebar .menu li a,
          body .product-wrap .sidebar .menu li a:active {
            color: #333;
          }
body .product-wrap .sidebar .menu li a:hover {
            color: #23a9dc;
          }
body .product-wrap .sidebar .ext {
        font-size: 14px;
      }
body .product-wrap .sidebar .ext p {
          margin: 0;
          line-height: 1.5;
        }
body .product-wrap .sidebar .ext a {
          display: inline-block;
          margin-top: 24px;
          font-size: 16px;
          font-weight: 700;
          color: #23a9dc;
        }
body .product-wrap .list-wrap {
      float: right;
      width: 940px;
    }
body .product-wrap .list-wrap .sortbar {
        height: 30px;
        margin-bottom: 40px;
      }
body .product-wrap .list-wrap .sort {
        float: left;
        position: relative;
        min-width: 100px;
        min-height: 30px;
      }
body .product-wrap .list-wrap .sort ul {
          list-style: none;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 30px;
          padding: 0 8px;
          margin: 0;
          overflow: hidden;
          z-index: 1;
        }
body .product-wrap .list-wrap .sort ul:hover {
            height: 120px;
            -webkit-box-shadow: rgb(0 0 0 / 10%) 0 1px 5px;
                    box-shadow: rgb(0 0 0 / 10%) 0 1px 5px;
          }
body .product-wrap .list-wrap .sort li {
          height: 30px;
          line-height: 30px;
        }
body .product-wrap .list-wrap .sort a,
        body .product-wrap .list-wrap .sort a:active {
          color: #333;
        }
body .product-wrap .list-wrap .sort a:hover {
          color: #23a9dc;
        }
body .product-wrap .list-wrap .summary {
        float: right;
        height: 30px;
        padding-right: 24px;
        line-height: 30px;
        font-weight: 700;
      }
body .product-wrap .list-wrap .list-box {
        padding: 0 0.5%;
      }
body .product-wrap .list-wrap .list-box .list-item {
          float: left;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          width: 33%;
          padding: 0 1.5%;
          margin-bottom: 60px;
        }
body .product-wrap .list-wrap .list-box .pic-box {
          position: relative;
          width: 100%;
          height: 160px;
          margin-bottom: 24px;
          text-align: center;
        }
body .product-wrap .list-wrap .list-box .pic-box img {
            display: inline-block;
            width: auto;
            height: 160px;
            -webkit-transition: 0.2s;
            transition: 0.2s;
          }
body .product-wrap .list-wrap .list-box .pic-box img:hover {
              -webkit-transform: scale(1.1);
                      transform: scale(1.1);
            }
body .product-wrap .list-wrap .list-box .pic-box a {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
          }
body .product-wrap .list-wrap .list-box .ctx-box {
          text-align: center;
        }
body .product-wrap .list-wrap .list-box .ctx-box strong {
            display: inline-block;
            width: 100%;
            margin-bottom: 8px;
          }
body .product-wrap .list-wrap .list-box .ctx-box strong a {
              font-size: 16px;
              color: #333;
            }
body .product-wrap .list-wrap .list-box .ctx-box span {
            display: inline-block;
            width: 100%;
          }
body .product-wrap .list-wrap .list-box .ctx-box span a {
              font-size: 14px;
              color: #666;
            }
body .product-wrap .list-wrap .list-box .ctx-box a:hover {
            color: #23a9dc;
          }
body .pager {
    list-style: none;
    margin: 0;
    padding: 20px 0 80px;
    font-size: 0;
    text-align: center;
  }
body .pager li {
      display: inline-block;
      margin: 0 4px;
      vertical-align: top;
    }
body .pager li.last a {
          position: relative;
          width: 20px;
          height: 20px;
        }
body .pager li.last a::after {
            position: absolute;
            top: 5px;
            left: 3px;
            width: 8px;
            height: 8px;
            border-top: 1px solid #333;
            border-right: 1px solid #333;
            -webkit-transform: rotate(45deg);
                    transform: rotate(45deg);
            content: '';
          }
body .pager a {
      display: inline-block;
      width: 20px;
      height: 20px;
      border: 1px solid #fff;
      line-height: 20px;
      text-align: center;
      font-size: 16px;
      color: #333;
    }
body .pager a.cur,
      body .pager a:hover {
        border-color: #23a9dc;
        color: #23a9dc;
      }
body .recommend {
    padding-top: 40px;
    margin: 60px auto;
    border-top: 1px solid #bababa;
  }
body .recommend .hd {
      margin-bottom: 40px;
      text-align: center;
      line-height: 1;
      font-size: 0;
      color: #333;
    }
body .recommend .hd span {
        font-size: 16px;
      }
body .recommend .hd h3 {
        margin-top: 8px;
        font-weight: 400;
        font-size: 22px;
      }
body .recommend .bd {
      width: 1190px;
      overflow: hidden;
    }
body .recommend .recommend-list {
      width: 1215px;
    }
body .recommend .recommend-item {
      float: left;
      width: 380px;
      margin-right: 25px;
    }
body .recommend .recommend-item .pic {
        position: relative;
        width: 380px;
        height: 380px;
        margin-bottom: 16px;
        background-color: #e5e5e5;
      }
body .recommend .recommend-item .pic a {
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          text-align: center;
          padding-top: 25px;
        }
body .recommend .recommend-item .pic a img {
            display: inline-block;
            width: auto;
            height: 330px;
            -webkit-transition: 0.2s;
            transition: 0.2s;
          }
body .recommend .recommend-item .pic a img:hover {
              -webkit-transform: scale(1.1);
                      transform: scale(1.1);
            }
body .recommend .recommend-item h4 {
        position: relative;
        margin: 0 0 8px;
        padding-bottom: 8px;
        font-size: 20px;
        font-weight: 400;
        text-align: center;
      }
body .recommend .recommend-item h4::after {
          position: absolute;
          bottom: 0;
          left: 35%;
          width: 30%;
          height: 1px;
          background-color: #888;
          content: '';
        }
body .recommend .recommend-item h4 a {
          color: #333;
        }
body .recommend .recommend-item h4 a:hover {
            color: #23a9dc;
          }
body .recommend .recommend-item span {
        display: block;
        text-align: center;
        font-size: 14px;
        color: #666;
      }
body .detail-meta {
    margin-bottom: 56px;
  }
body .detail-meta .gallery {
      float: left;
      width: 420px;
    }
body .detail-meta .gallery .gallery-main {
        width: 420px;
        height: 420px;
        margin-bottom: 16px;
        background-color: #efefef;
        overflow: hidden;
        outline: none;
      }
body .detail-meta .gallery .gallery-main .carousel-cell {
          width: 420px;
          height: 420px;
          font-size: 0;
          text-align: center;
        }
body .detail-meta .gallery .gallery-main .carousel-cell img {
            display: inline-block;
            width: auto;
            height: 420px;
          }
body .detail-meta .gallery .gallery-nav {
        position: relative;
        width: 420px;
        height: 60px;
        overflow: hidden;
        outline: none;
      }
body .detail-meta .gallery .gallery-nav .carousel-cell {
          width: 68px;
          height: 60px;
        }
body .detail-meta .gallery .gallery-nav .carousel-cell img {
            display: inline-block;
            width: 60px;
            height: 60px;
          }
body .detail-meta .gallery .flickity-button {
        position: absolute;
        top: 15px;
        width: 30px;
        height: 30px;
        border: 0;
        border-radius: 30px;
        background-color: rgba(255, 255, 255, 0.4);
      }
body .detail-meta .gallery .flickity-button.previous {
          left: 8px;
        }
body .detail-meta .gallery .flickity-button.next {
          right: 8px;
        }
body .detail-meta .property {
      overflow: hidden;
      padding-left: 40px;
      color: #333;
    }
body .detail-meta .property .hd {
        padding: 16px 0 24px;
        margin-bottom: 24px;
        border-bottom: 1px solid #bababa;
      }
body .detail-meta .property .hd h3 {
          margin: 0 0 8px;
          font-weight: 700;
          font-size: 22px;
        }
body .detail-meta .property .hd span {
          font-size: 16px;
          color: #666;
        }
body .detail-meta .property .bd h4 {
          margin: 0 0 8px;
          font-size: 16px;
        }
body .detail-meta .property .bd p {
          margin: 0;
          font-size: 16px;
          line-height: 1.8;
        }
body .detail-info {
    margin-top: 60px;
  }
body .detail-info .hd {
      padding-top: 40px;
      margin-bottom: 40px;
      border-top: 1px solid #bababa;
      text-align: center;
      color: #333;
    }
body .detail-info .hd h3 {
        margin: 8px 0;
        font-weight: 400;
        font-size: 22px;
      }
body .detail-info .hd span {
        font-size: 14px;
        color: #666;
      }
body .detail-info .bd {
      overflow: hidden;
    }
body .detail-info .bd .pic {
        float: left;
        width: 420px;
        height: 420px;
        font-size: 0;
      }
body .detail-info .bd .pic img {
          display: inline-block;
          width: 420px;
          height: auto;
        }
body .detail-info .bd .info {
        overflow: hidden;
        padding-top: 100px;
        padding-left: 40px;
        text-align: center;
      }
body .detail-info .bd .info h4 {
          margin: 0 0 16px;
          font-size: 22px;
          font-weight: 400;
        }
body .detail-info .bd .info p {
          font-size: 16px;
          line-height: 1.8;
          color: #666;
        }
body .sharing-list {
    width: 1190px;
    overflow: hidden;
  }
body .sharing-list .list-box {
      width: 1230px;
    }
body .sharing-list .list-item {
      float: left;
      width: 370px;
      margin: 0 40px 40px 0;
    }
body .sharing-list .pic-box {
      position: relative;
      width: 100%;
      height: 240px;
      border-radius: 4px;
      overflow: hidden;
    }
body .sharing-list .pic-box img {
        display: inline-block;
        width: 100%;
        height: 100%;
        -webkit-transition: 0.2s;
        transition: 0.2s;
      }
body .sharing-list .pic-box img:hover {
          -webkit-transform: scale(1.1);
                  transform: scale(1.1);
        }
body .sharing-list .pic-box a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
      }
body .sharing-list .pic-box a:hover {
          background-color: rgba(255, 255, 255, 0.2);
        }
body .sharing-list .ctx-box span {
        display: block;
        margin: 16px 0 8px;
      }
body .sharing-list .ctx-box span a {
          padding: 16px 0 8px;
          font-size: 14px;
          color: #888;
        }
body .sharing-list .ctx-box span a:hover {
            color: #23a9dc;
          }
body .sharing-list .ctx-box strong {
        display: block;
      }
body .sharing-list .ctx-box strong a {
          font-weight: 400;
          font-size: 16px;
          color: #333;
        }
body .sharing-list .ctx-box strong a:hover {
            color: #23a9dc;
          }
body .sharing-toolbar {
    margin: 40px 0 16px;
  }
body .sharing-toolbar a {
      color: #333;
    }
body .sharing-toolbar a.cur,
      body .sharing-toolbar a:hover {
        color: #23a9dc;
      }
body .sharing-toolbar ul {
      list-style: none;
      margin: 0;
      padding: 0;
    }
body .sharing-toolbar .tag {
      font-size: 0;
    }
body .sharing-toolbar .tag li {
        display: inline-block;
        margin-right: 16px;
        height: 30px;
        font-size: 16px;
      }
body .sharing-toolbar .sort {
      position: relative;
      width: 180px;
    }
body .sharing-toolbar .sort ul {
        position: absolute;
        top: 0;
        height: 30px;
        padding: 0 16px;
        background-color: #fff;
        vertical-align: top;
        overflow: hidden;
        z-index: 2;
      }
body .sharing-toolbar .sort ul.time {
          left: 0;
        }
body .sharing-toolbar .sort ul.serial {
          right: 0;
        }
body .sharing-toolbar .sort ul:hover {
          height: auto;
          -webkit-box-shadow: rgb(0 0 0 / 10%) 0 1px 5px;
                  box-shadow: rgb(0 0 0 / 10%) 0 1px 5px;
        }
body .sharing-toolbar .sort li {
        height: 30px;
        line-height: 30px;
        font-size: 16px;
      }
body .sharing-toolbar .sort li i {
          margin-bottom: 3px;
          margin-left: 8px;
        }
body .sharing-detail-info .hd {
      margin-bottom: 24px;
    }
body .sharing-detail-info .hd h3 {
        margin: 0 0 8px;
        font-size: 20px;
        line-height: 1;
        color: #333;
      }
body .sharing-detail-info .hd span {
        font-size: 14px;
        color: #888;
      }
body .sharing-detail-info .bd .pic {
        width: 500px;
        margin-bottom: 24px;
      }
body .sharing-detail-info .bd .pic img {
          display: inline-block;
          width: 100%;
          height: auto;
        }
body .sharing-detail-info .bd p {
        margin: 0 0 40px;
        font-size: 16px;
        line-height: 1.8;
        color: #666;
      }
body .sharing-detail-like {
    margin: 64px auto;
  }
body .sharing-detail-like .hd {
      position: relative;
      height: 30px;
      margin-bottom: 40px;
    }
body .sharing-detail-like .hd::after {
        position: absolute;
        top: 15px;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #bababa;
        content: '';
      }
body .sharing-detail-like .hd h3 {
        position: absolute;
        top: 0;
        left: 50%;
        padding: 0 16px;
        margin: 0;
        -webkit-transform: scale3d(0 -50%);
                transform: scale3d(0 -50%);
        background-color: #fff;
        line-height: 30px;
        font-size: 16px;
        z-index: 2;
      }
body .clubber-cover {
    height: 300px;
    background-image: url(../asset/6f4aab42c182f1f5dc61.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
body .clubber-wrap .slogan {
      margin: 64px 0;
      text-align: center;
      font-size: 22px;
      line-height: 1.5;
      color: #333;
    }
body .clubber-wrap .cover-main {
      text-align: center;
    }
body .clubber-wrap .cover-main img {
        display: inline-block;
        width: 830px;
        height: auto;
        -webkit-transition: 0.2s;
        transition: 0.2s;
      }
body .clubber-wrap .cover-main img:hover {
          -webkit-transform: scale(1.1);
                  transform: scale(1.1);
        }
body .clubber-wrap .qrcode {
      text-align: center;
    }
body .clubber-wrap .qrcode i {
        display: inline-block;
        width: 70px;
        height: 70px;
        vertical-align: top;
      }
body .clubber-wrap .qrcode i img {
          display: inline-block;
          width: 100%;
          height: 100%;
        }
body .clubber-wrap .qrcode span {
        display: inline-block;
        padding: 8px 0 0 16px;
        line-height: 1.3;
        text-align: left;
        font-size: 20px;
      }
body .clubber-wrap .rule {
      padding-top: 64px;
      margin-top: 64px;
      border-top: 1px solid #bababa;
      text-align: center;
    }
body .clubber-wrap .rule h3 {
        margin: 0 0 8px;
        font-size: 26px;
        font-weight: 400;
        color: #333;
      }
body .clubber-wrap .rule p {
        font-size: 18px;
        color: #666;
      }
body .clubber-wrap dl {
      margin-top: 32px;
      text-align: center;
    }
body .clubber-wrap dl dt {
        margin: 0 0 16px;
        font-size: 26px;
        font-weight: 400;
        color: #333;
      }
body .clubber-wrap dl dd {
        display: inline-block;
        padding-top: 40px;
        background-position: center top;
        background-repeat: no-repeat;
        background-size: 30px;
        font-size: 18px;
        color: #666;
      }
body .clubber-wrap dl dd.rhyl {
          background-image: url(../asset/a45b7637d3cebc9170f5.png);
        }
body .clubber-wrap dl dd.jfen {
          background-image: url(../asset/80a9bd1842e024b01bb4.png);
        }
body .clubber-wrap dl dd.xdui {
          background-image: url(../asset/cd617189688d2bf0e3bb.png);
        }
body .clubber-wrap .cover-ft {
      margin: 80px 0;
      text-align: center;
    }
body .clubber-wrap .cover-ft img {
        display: inline-block;
        width: 830px;
        height: auto;
        -webkit-transition: 0.2s;
        transition: 0.2s;
      }
body .clubber-wrap .cover-ft img:hover {
          -webkit-transform: scale(1.1);
                  transform: scale(1.1);
        }
body .search-wrap {
    margin-top: 40px;
  }
body .search-wrap .search-type {
      width: 160px;
    }
body .search-wrap .search-type a {
        color: #333;
      }
body .search-wrap .search-type a.cur,
        body .search-wrap .search-type a:hover {
          color: #23a9dc;
        }
body .search-wrap .search-type ul,
      body .search-wrap .search-type li {
        list-style: none;
        margin: 0;
        padding: 0;
      }
body .search-wrap .search-type ul:not(:last-child) {
        border-bottom: 1px solid #ddd;
      }
body .search-wrap .search-type li {
        margin: 16px 0;
      }
body .search-wrap .search-list {
      width: 980px;
    }
body .search-wrap .search-list .pic {
        position: absolute;
        top: 0;
        left: 0;
        width: 220px;
        height: 140px;
        line-height: 1;
        border-radius: 4px;
        overflow: hidden;
      }
body .search-wrap .search-list .pic img {
          display: inline-block;
          width: 100%;
          height: 100%;
          -webkit-transition: 0.2s;
          transition: 0.2s;
        }
body .search-wrap .search-list .pic img:hover {
            -webkit-transform: scale(1.1);
                    transform: scale(1.1);
          }
body .search-wrap .search-list .info a {
          color: #999;
        }
body .search-wrap .search-list .info a:hover {
          color: #23a9dc;
        }
body .search-wrap .search-list .info .ft {
          font-size: 12px;
          color: #999;
        }
body .search-wrap .search-list .info .ft a {
            display: inline-block;
            margin-right: 8px;
          }
body .search-wrap .search-list .info .hd a {
            font-size: 12px;
          }
body .search-wrap .search-list .info .hd h2 {
            margin: 0;
          }
body .search-wrap .search-list .info .hd h2 a {
              font-size: 20px;
              color: #333;
            }
body .search-wrap .search-list .info .hd h2 a:hover {
                color: #23a9dc;
              }
body .search-wrap .search-list .info .bd {
          margin: 8px 0;
          font-size: 14px;
          line-height: 1.5;
        }
body .search-wrap .search-list .search-item {
        position: relative;
        margin-bottom: 24px;
        padding-left: 240px;
        min-height: 140px;
      }
.wap-page body .page-inner {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 100%;
      padding: 0;
    }
.wap-page body .page-inner.crumb {
        display: none;
      }
.wap-page body .title-box {
      border-top-color: #ddd;
    }
.wap-page body .page-hd .logo {
        width: 100%;
      }
.wap-page body .page-hd .nav {
        width: 100%;
        padding: 0;
      }
.wap-page body .page-hd .nav li {
          width: 20%;
          border-top: 1px solid #ddd;
        }
.wap-page body .page-hd .nav li a {
            width: 100%;
            height: 58px;
            padding: 0;
          }
.wap-page body .page-hd .nav li span {
            width: 100%;
            height: 100%;
            padding: 0;
            line-height: 58px;
            font-weight: 400;
            text-align: center;
            font-size: 0.9rem;
          }
.wap-page body .page-hd .nav li.cur span:after {
              top: -1px;
              height: 1px;
            }
.wap-page body .page-hd .search-box {
        display: none;
      }
.wap-page body .page-ft .logo-nav {
        display: none;
      }
.wap-page body .row-hd {
      margin: 32px 16px;
    }
.wap-page body .about-row {
      margin-bottom: 40px;
    }
.wap-page body .about-row .hd {
        padding-left: 16px;
        margin-bottom: 24px;
      }
.wap-page body .about-row .eidos .pic {
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          float: none;
          width: 100%;
          height: auto;
          padding: 0 8px;
        }
.wap-page body .about-row .eidos .pic img {
            width: 100%;
          }
.wap-page body .about-row .eidos p {
          padding: 0 16px;
        }
.wap-page body .about-row .awards .pic {
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          float: none;
          padding: 0 8px;
          width: 100%;
          height: auto;
        }
.wap-page body .about-row .awards .pic img {
            width: 100%;
          }
.wap-page body .about-row .awards dl {
          margin: 24px 0 0;
          padding: 0 16px;
        }
.wap-page body .about-row .awards dl dd {
            padding-left: 1rem;
            margin-top: 8px;
          }
.wap-page body .about-row .patent {
        padding: 0 16px;
      }
.wap-page body .about-row .patent .pic {
          position: static;
          position: initial;
          width: 100%;
          height: auto;
        }
.wap-page body .about-row .patent .pic img {
            width: 100%;
            height: auto;
          }
.wap-page body .about-row .about-attr {
        padding: 0 16px;
      }
.wap-page body .about-row .about-attr .attr-item {
          width: 100%;
        }
.wap-page body .product-wrap {
      margin-top: 40px;
    }
.wap-page body .product-wrap .sidebar {
        display: none;
      }
.wap-page body .product-wrap .list-wrap {
        float: none;
        width: 100%;
      }
.wap-page body .product-wrap .list-wrap .sortbar {
          display: none;
        }
.wap-page body .product-wrap .list-wrap .list-item {
          width: 50%;
        }
.wap-page body .detail-meta {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0 8px;
    }
.wap-page body .detail-meta .gallery {
        width: 100%;
        margin-top: 16px;
      }
.wap-page body .detail-meta .gallery .gallery-main {
          width: 100%;
          height: auto;
        }
.wap-page body .detail-meta .gallery .gallery-main .carousel-cell {
            width: 100%;
            height: auto;
          }
.wap-page body .detail-meta .gallery .gallery-nav {
          width: 100%;
        }
.wap-page body .detail-meta .property {
        padding: 0 8px;
      }
.wap-page body .detail-info .pic {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        float: none;
        width: 100%;
        height: auto;
        padding: 8px;
      }
.wap-page body .detail-info .pic img {
          width: 100%;
          height: auto;
        }
.wap-page body .detail-info .info {
        padding: 16px;
      }
.wap-page body .recommend {
      width: 100%;
    }
.wap-page body .recommend .hd {
        margin: 40px 0;
      }
.wap-page body .recommend .bd {
        width: 100%;
      }
.wap-page body .recommend .recommend-list {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 100%;
        padding: 0 16px;
      }
.wap-page body .recommend .recommend-item {
        float: none;
        width: 100%;
        height: auto;
        margin-bottom: 16px;
      }
.wap-page body .recommend .recommend-item .pic {
          width: 100%;
          height: auto;
        }
.wap-page body .recommend .recommend-item .pic a {
            position: inherit;
          }
.wap-page body .recommend .recommend-item .pic img {
            width: 100%;
            height: auto;
          }
.wap-page body .sharing-toolbar {
      margin: 16px 8px;
    }
.wap-page body .sharing-toolbar .sort {
        display: none;
      }
.wap-page body .sharing-toolbar li {
        line-height: 30px;
      }
.wap-page body .sharing-list {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 100%;
      padding: 0 8px;
    }
.wap-page body .sharing-list .list-box {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 100%;
      }
.wap-page body .sharing-list .list-item {
        width: 100%;
        margin-right: 0;
      }
.wap-page body .sharing-detail-info {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0 8px;
    }
.wap-page body .sharing-detail-info .hd {
        margin: 16px 0;
      }
.wap-page body .sharing-detail-info .pic {
        width: 100%;
      }
.wap-page body .sharing-detail-like .hd h3 {
        left: 10%;
      }
.wap-page body .clubber-wrap .cover-ft img, .wap-page body .clubber-wrap .cover-main img {
          width: 100%;
          height: auto;
        }
.wap-page body .clubber-wrap dl {
        margin-top: 80px;
      }
.wap-page body .clubber-wrap dt {
        margin-bottom: 32px;
      }
.wap-page body .clubber-wrap dd {
        width: 32%;
        margin: 0;
      }

