/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }
  
  /* Sections
     ========================================================================== */
  
  /**
   * Remove the margin in all browsers.
   */
  
  body {
    margin: 0;
  }
  
  /**
   * Render the `main` element consistently in IE.
   */
  
  main {
    display: block;
  }
  
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  
  /* Grouping content
     ========================================================================== */
  
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /* Text-level semantics
     ========================================================================== */
  
  /**
   * Remove the gray background on active links in IE 10.
   */
  
  a {
    background-color: transparent;
  }
  
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /**
   * 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 {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* Embedded content
     ========================================================================== */
  
  /**
   * Remove the border on images inside links in IE 10.
   */
  
  img {
    border-style: none;
  }
  
  /* Forms
     ========================================================================== */
  
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  
  /**
   * 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.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  
  button,
  select { /* 1 */
    text-transform: none;
  }
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  
  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.
   */
  
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  
  progress {
    vertical-align: baseline;
  }
  
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  
  textarea {
    overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  
  [type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  
  /* Interactive
     ========================================================================== */
  
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  
  details {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  
  summary {
    display: list-item;
  }
  
  /* Misc
     ========================================================================== */
  
  /**
   * Add the correct display in IE 10+.
   */
  
  template {
    display: none;
  }
  
  /**
   * Add the correct display in IE 10.
   */
  
  [hidden] {
    display: none;
  }


html,
body,
div,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

a,
input,
button {
    -webkit-tap-highlight-color: rgba(230, 146, 21, 0.5);
}

input,
button,
textarea {
    -webkit-appearance: none;
    border-radius: 0;
    border: 0;
    outline: none;
    font-size: .24rem;
}

body {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    color: #333;
    font-family: Helvetica;
    margin: 0 auto;
}

img {
    vertical-align: top;
}

h3 {
    font-weight: normal;
}

ul {
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
    -webkit-appearance: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}
/* 导航栏 */

@font-face {
  font-family: 'iconfont';
  /* project id 726267 */
  src: url('//at.alicdn.com/t/font_726267_aeooufdpscm.eot');
  src: url('//at.alicdn.com/t/font_726267_aeooufdpscm.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_726267_aeooufdpscm.woff') format('woff'), url('//at.alicdn.com/t/font_726267_aeooufdpscm.ttf') format('truetype'), url('//at.alicdn.com/t/font_726267_aeooufdpscm.svg#iconfont') format('svg');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

.header {
    top: 0px;
    z-index: 99;
    width: 100%;
    
}
.header .head {
    height: 1.08rem;
    background: #000;
    overflow: hidden;
    clear: both;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px .25rem 0 .25rem;
}
.header .head a{
    display: flex;
}
.header .head .logo {
    height: .6rem;
}
.header .head .search {
    position: relative;
    width: 4.2rem;
    height: .6rem;
}
.header .head .search-icon {
    position: absolute;
    top: 0.1rem;
    left: .2rem;
    height: 0.4rem;
    width: .4rem;
    background: url(../images/sobox-icon.png) no-repeat 50%;
    background-size: cover;
}
.header .head .search form{
    display: flex;
}
.header .head .search input {
  border: 0 none;
  width: 100%;
  height: .6rem;
  border-radius: 4px;
  background: #5a5b5c;
  color: #bbb;
  padding: 0 0.15rem 0 0.8rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: .28rem;
}
.navbar[data-close=up] {
  height: auto;
}
.navbar {
    height: .8rem;
    background-color: #ff514a;
    overflow: hidden;
    -webkit-transition: all 80ms ease-out;
    -moz-transition: all 80ms ease-out;
    transition: all 80ms ease-out;
    margin-bottom: 0px;
}
.navbar li {
    float: left;
    height: .75rem;
    color: #fff;
    line-height: .75rem;
    font-size: .32rem;
    text-align: center;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.navbar a {
  color: #fff;
  display: block;
  margin: 0 0.15rem;
  height: .75rem;
  line-height: .75rem;
  float: left;
}

#moreBtn {
  color: #fff;
  margin: 0rem 0.2rem;
  line-height: 1.6rem;
  float: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

#moreBtn i {
  margin-left: 4px;
  font-size: .24rem
}

/* ................................................ */
body{
    background: #f5f5f5;
}

.brand_tit{
    width: 6.86rem;
    height: auto;
    margin: 0.3rem auto;
    position: relative;
    font-family: MicrosoftYaHei-Bold;
	font-size: 0.36rem;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0rem;
	color: #333333;
    text-indent: .2rem;
}
.brand_tit::before{
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 0.08rem;
	height: 0.36rem;
	background-color: #ff514a;
}
.pin_js{
    width: 6.81rem;
	height: auto;
	font-family: MicrosoftYaHei;
	font-size: 0.28rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.56rem;
	letter-spacing: 0rem;
	color: #333333;
    margin: 0 auto;
    text-indent: 2em;
    text-align: justify;
    margin-bottom: .25rem;
}

.brand_box{
    width: 100%;
    height: auto;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: .25rem;
}
.brand_li{
    width: 100%;
    height: auto;
    position: relative;
    background-image: linear-gradient( 
0deg
 , #e9e9e9 0, #e9e9e9 51%, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0));
    background-size: calc(100%) 1px;
    background-position: center bottom .5px;
    background-repeat: no-repeat;
    padding: .32rem 0;
}
.brand_list{
    width: 6.86rem;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.brand_list a{
    display: block;
}
.brand_img{
    margin-right: .32rem;
}
.brand_img a{
    width: 1.79rem;
	height: 1.79rem;
    border: 1px solid RGBA(230, 230, 230, 1);
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.brand_img img{
    height: 100%;
}
.brand_text{
    flex: 1;
}
.brand_text a{
    font-family: MicrosoftYaHei;
	font-size: 0.36rem;
	font-weight: 400;
	font-stretch: normal;
	letter-spacing: 0rem;
	color: #333333;
    margin-bottom: 0.2rem;
}
.brand_p{
    font-family: MicrosoftYaHei;
	font-size: 0.24rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0rem;
	color: #999999;
    margin-bottom: 0.15rem;
}
.brand_ps{
    font-family: MicrosoftYaHei;
	font-size: 0.28rem;
	font-weight: normal;
	font-stretch: normal;

	letter-spacing: 0rem;
	color: #999999;
}
.brand_ps span{
    font-family: MicrosoftYaHei-Bold;
	font-size: 0.36rem;
	font-weight: bold;
	font-stretch: normal;
	line-height: 0.16rem;
	letter-spacing: 0rem;
	color: #ff514a;
}
.brand_span{
    font-family: MicrosoftYaHei;
	font-size: 0.28rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0rem;
	color: #ff514a;
}
.brand_pfl{
    display: flex;
    justify-content: space-between;
}

.footer {
  background-color: #6b6967;
  height: 1.4rem;
  overflow: hidden;
  clear: both;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 5px;
}
.footer .xs{
  width: 33%;
  height: 100%;
  display: flex;
  align-items: center;
}
.footer .xs a {
    display: flex;
    width: 100%;
    height: 0.7rem;
    border-right: 1px solid #fff;
    color: #fff;
    font-size: .32rem;
    align-items: center;
    justify-content: center;
}
.footer .xs:nth-child(3) a{
  border-right:0px;
}
.pageshow {
    position: relative;
    overflow: visible;
    width: 100%;
    font-size: 15px;
    color: #333;
    text-align: center;
    padding: 10px 0px 10px 0px;
}

.pageshow a {
    margin: 0 3px;
    position: relative;
    padding: 0 5px;
    background: #fff;
    line-height: 26px;
    height: 26px;
    border: #222 1px solid;
    background-color: #111;
    color: #FFF;
    display: inline-block;
    text-decoration: none;
}

.pageshow a:hover {
    margin: 0 3px;
    position: relative;
    background: #d9333f;
    text-decoration: none;
    color: #FFF;
    border: 1px solid #d9333f;
}

.pageshow a.current {
    background: #d9333f;
    color: white;
    border: 1px solid #d9333f;
}

.pageshow a.thisclass {
    background: #d9333f;
    color: white;
    border-color: #d9333f;
}

.page {
    float: left;
    width: 100%;
    padding: 12px 0;
    line-height: 25px;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #e4e4e4;
}

.page a {
    display: inline-block;
    max-width: 90%;
    border-radius: 3px;
    font-size: 15px;
    text-align: center;
    border: 1px solid #222;
    background-color: #111;
    color: #FFF;
    padding: 3px 10px;
    display: block;
    color: #FFF;
}

.page a.thisclass {
    background: #d9333f;
    color: white;
    border-color: #d9333f;
}

.page span.pageinfo {
    width: 90%;
}
.wapmyads {
    background: #fff;
    overflow: hidden;
}
.zhishi{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
    padding: .25rem 0;
}
.zhishi ul{
    width: 6.86rem;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.zhishi ul li{
    width: 100%;
    height: auto;
    overflow: hidden;
} 
.zhishi ul li a{
    font-size: .34rem;
    line-height: .68rem;
}

.product{
    width: 100%;
    height: auto;
}
.pageshow li {
  display: inline-block;
}
#dom_mama {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 10px auto;
  position: relative;
}
#dom_mama img {
  width: 100%;
}
.move{
  width: 2.5rem;
  font-size: 0.32rem;
    border: 1px solid #999999;
    border-radius: 20px;
    padding: 2px 3px;
    text-align: center;
    margin: 0 auto;
}
.btnTop {
  z-index: 9990;
  position: fixed;
  right: 10px;
  bottom: 65px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: url(../images/ss.svg) no-repeat;
  background-position: 50%;
  background-size: 20px auto;
  box-shadow: 0 0 6px #eee;
  background-color: hsla(0,0%,100%,.8);
}
