/*! 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: .7rem .7rem;
}
.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;
}

.header {
  width: 100%;
  background-color: #a21623;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.4267rem 0.4rem;
  padding-bottom: 0.24rem;
  border-bottom: 1px solid #ca424d;
}
.header .header_l {
  display: flex;
  align-items: center;
}
.header .back {
  width: 0.24rem;
  height: 0.4533rem;
  margin-right: 0.2533rem;
}
.header .j_logo {
  width: 0.7467rem;
  height: 0.64rem;
  margin-right: 0.16rem;
}
.header .j_name {
  color: #fff;
  font-size: 0.4267rem;
}
.header .search_d {
  width: 2.6667rem;
  position: relative;
}
.header .j_search {
  width: 100%;
  height: 0.5267rem;
  border-radius: 0.2667rem;
  background-color: #fff;
  text-indent: 0.1333rem;
}
.header .line {
  width: 1px;
  height: 60%;
  background-color: red;
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
  display: none;
}
.header .search_word {
  height: 0.5267rem;
  line-height: 0.5267rem;
  color: #333;
  font-size: 0.2133rem;
  position: absolute;
  top: 50%;
  right: 0.1333rem;
  transform: translateY(-50%);
  padding-left: 0.0667rem;
  border-left: 1px solid #ccc;
}
.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
}
.center{
  width: 95%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.article, .product {
  width: 100%;
}
.mod-art{
  overflow: hidden;
}
.article .show .intro {
  font-size: .28rem;
  color: #999;
  text-align: left;
  margin: 0 .05rem;
  overflow: hidden;
  clear: both;
}
.article .show .intro a {
  color: #999;
  letter-spacing: 1.2px;
}
.article .show h1{
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: .44rem;
  line-height: .56rem;
  font-weight: bold;
  text-align: justify;
  margin-top: 5px;
  margin-bottom: 5px;
}
.content{
  width: 100%;
  height: auto;
  /*height: 8rem;*/
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
  text-align: justify;
  font-size: .36rem;
  line-height: .56rem;
  padding-top: .2rem;
}
.content p {
  word-wrap: break-word;
  word-break: break-all;
  text-align: justify;
  font-size: .30rem;
  line-height: .48rem;
  margin: .3rem 0;
}
.article .show .content img {
  max-width: 350px !important;
  height: auto !important;
  margin: 5px 0;
}
#unfold-field {
  position: relative;
  width: 100%;
  padding: 0.4rem 0 0.1rem;
  text-align: center;
  /*display: none;*/
}
.unfold-field-bg {
  position: absolute;
  top: -3rem;
  left: 0;
  height: 3rem;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(251, 251, 250, 0)), to(rgba(251, 251, 250, 1)));
  background-image: linear-gradient(
-180deg
, rgba(251, 251, 250, 0) 0%, rgba(251, 251, 250, 1) 100%);
}
.unfold-field-tit {
    font-size: 0.32rem;
    line-height: 1.0rem;
    margin: 0 auto;
}
.unfold-field-tit .fls {
    color: #175199;
    background: none;
}

.product .head, .article .head {
  border-left: 6px solid #d89306;
  height: .7rem;
  overflow: hidden;
  background-color: #f0f0f0;
  padding: 0 .15rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: .15rem 0 0;
  font-size: .35rem;
  letter-spacing: 1.5px;
}
.zhishi{
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: .3rem;
}
.zhishi ul li {
  display: flex;
  align-items: flex-end;
  font-size: .3rem;
  justify-content: space-between;
  margin-top: 14px;
}
.zhishi li p {
  width: 5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wapmyads {
  #padding: 0 10px;
}
.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;
}
#ad_mama div{
  /*display: grid;*/
}
.imgbottom_two{
    padding: .2rem 0;
}
.list {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.list a{
    display: block;
}
.article .list li{
    width: 100% !important;
    height: auto;
    overflow: hidden;
}
.article .list li .img {
    width: 1.5rem !important;
     height: auto !important; 
    background-color: white;
    float: left;
}
.article .list li .img img {
    width: 100% !important;
    height: auto !important;
}
.article .list li .txt{
    float: left;
    margin-left: 0.15rem;
    /*margin-top: .15rem;*/
}
.article .list li .txt h3{
    font-size: 0.34rem;
    font-weight: 600;
}
.article .list li .txt p {
    font-size: 0.3rem !important;
}
.article .list li .num{
    width: 70%;
    height: auto;
    clear: both;
    overflow: hidden;
    text-align: right;
    font-size: .28rem;
    margin: 0 auto;
}
.v9_a{
    display: block;
    overflow: hidden;
}
.ys_a{
    overflow: hidden;
    padding: .2rem 0;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
}
.ys_a img {
    float: left;
    width: 1.6rem !important;
    height: 1.6rem !important;
    display: block;
}
.sp-cen {
    margin-left: 85px;
}

.sp-cen h5 {
    display: block;
    font-weight: normal;
    color: #333;
    font-size: .28rem;
    line-height: .4rem;
    height: .8rem;
    overflow: hidden;
    margin-top: .1rem;
}

.sp-info {
    height: .4rem;
    line-height: .4rem;
    margin-top: .2rem;
    overflow: hidden;
}
.sp-price {
    float: left;
    font-size: .28rem;
    font-weight: bold;
    color: #ef2344;
    height: .4rem;
}
.sp-btn {
    float: right;
    width: 1.2rem;
    height: .4rem;
    background-color: #f32a49;
    border-radius: .2rem;
    text-align: center;
    color: #fff;
    font-size: 14px;
}