/* info */
x.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.
 */
.spno{
     display: block !important;
     background:#fff;
     margin-top: 10px;
     padding: 0 20px 20px 20px;
     border-radius: 6px;
}
.spno a{
    line-height: 36px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size:12px
}
 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,
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 {
    -webkit-text-size-adjust: 100%;
    background: #fff;
    font-family: 'helvetica neue',tahoma,'hiragino sans gb',stheiti,'wenquanyi micro hei',\5FAE\8F6F\96C5\9ED1,\5B8B\4F53,sans-serif;
    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;
}
.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;
}
.top-breadcrumbs {
    background: #9B0000;
    height: 40px;
    line-height: 40px;
    font-size: 0.255rem;
    color: #fff;
    font-weight: 500;
    padding: 0 10px;
}
.top-breadcrumbs a {
    color: #fff;
    padding: 0 8px;
}
.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: 12px;
    color: #999;
    text-align: left;
    margin: 0 .05rem;
    overflow: hidden;
    clear: both;
}
.article .show .intro a {
    color: #06f;
    letter-spacing: 1.2px;
}
.article .show h1{
 margin-top: 0.2rem;
    font-weight: 700;
    color: #222;
    font-size: .4rem;
    margin-bottom: 0.2rem;
}
#output-container3{
    margin-bottom: 14px;
}
.content{
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    padding: 0 8px;
    padding-top: 0.5rem;
    line-height: 32px;
    box-sizing: border-box;
    background-color: #f2f7fc;
    border-radius: 8px;
}
.content p {
    margin-top: 0;
    margin-bottom: 10px;
    
}
.article .show .content img {
    width: unset;
    max-width: 100%;
    height: auto !important;
    /*max-height: 100vh;*/
    display: block;
    margin: 10px auto;
}
.content td{
    font-size: 16px;
    text-align: center;
}
#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;
position: absolute;
    z-index: 1;
    bottom: 5px;
    left: 0;
    width: 100%;
}
.unfold-field-tit .fls {
    color: #175199;
    background: none;
}

.product .head, .article .head {
display: flex;
    margin: 0.35rem 0 0;
    letter-spacing: 1.5px;
    background: #9B0000;
    height: 40px;
    line-height: 40px;
    font-size: 0.3255rem;
    color: #fff;
    font-weight: 600;
    padding: 0 10px;
}
.zhishi{
    overflow: hidden;
    margin: 10px;
}
.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 {
    
}
.footer {
    background-color: #6b6967;
    overflow: hidden;
    clear: both;
    display: flex;
    flex-wrap: wrap;
    /*align-items: center;*/
    /*justify-content: space-around;*/
    margin-bottom: 5px;
}
.footer .xs{
    width: 33%;
    height: auto;
    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;
}
#dom_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;
}

/* info-t */

.span_b {
    font-size: 12px;
    color: gray;
    vertical-align: middle;
}

.mescroll-upwarp {
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    display: none;
}

.mescroll-upwarp .upwarp-progress {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid gray;
    margin-right: 8px;
    border-bottom-color: transparent;
    vertical-align: middle;
}

.mescroll-rotate {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 0.6s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 0.6s;
    -webkit-animation: rotate 0.6s linear infinite;
    -moz-animation: rotate 0.6s linear infinite;
    -o-animation: rotate 0.6s linear infinite;
    animation: rotate 0.6s linear infinite;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0deg)
    }

    to {
        -moz-transform: rotate(359deg)
    }
}

@-o-keyframes rotate {
    from {
        -o-transform: rotate(0deg)
    }

    to {
        -o-transform: rotate(359deg)
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

.baidu_ad {
    padding: 0px 1px !important;
    height: auto !important;
}

#ad_mama {
    width: 100%;
    height: auto;
    overflow: hidden;
    /*margin: 10px auto;*/
    position: relative;
}

#ad_mama img {
    width: 100%;
}

.wapmyads h3 {
    width: 100%;
    color: #333;
    /*line-height: 1.2rem;*/
    font-weight: 500;
    font-size: .32rem;
    margin-top: .23rem;
}

.wapmyads .danimg {
    width: 2.4rem;
    /*height: 3.5rem;*/
    border: 1px solid #ddd;
    float: left;
}

.wapmyads .siimg {
    width: 33%;
    margin-top: 6px;
}

.wapmyads .siimg:nth-child(1) {
    margin: 0 1%;
}

.wapmyads .daimg {
    width: 100%;
}

.wapmyads .danname {
    width: 60%;
    float: left;
    margin-left: .15rem;
    margin-bottom: 1.4rem;
}


.pagesfanye {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.pagesfanye a {
    border: 1px solid #ccc;
    margin: 0 1px;
    font-size: 12px;
    padding: 4px 8px;
    cursor: pointer;
    text-decoration: none;
    color: #222;
}

.pagesfanye a.current {
    background-color: #ec4b4b;
    color: #fff;
    text-decoration: none;
}

.article-recommend {
    padding-bottom: .25rem;
}

.recom-title {
    display: block;
    overflow: hidden;
    border-top: .25rem solid #f0f0f0;
    height: 2.25rem;
    line-height: 2.25rem;
    border-bottom: .05rem solid #f0f0f0;
}

.recom-title h5 {
    float: left;
    position: relative;
    height: 2.25rem;
    line-height: 2.25rem;
    font-size: .75rem;
    color: #cd9355;
    font-weight: normal;
    text-indent: 2rem;
}

.article-sp {
    overflow: hidden;
    padding: .88rem .75rem;
    border-top: .05rem solid #f0f0f0;
    border-bottom: .05rem solid #f0f0f0;
    position: relative;
}

.article-sp img {
    float: left;
    width: 4.5rem;
    height: 4.5rem;
    display: block;
}

.item-label {
    position: absolute;
    /* top: .88rem; */
    bottom: .88rem;
    left: .75rem;
    width: 2rem;
    height: 1rem;
    font-size: .6rem;
    color: #fff;
    text-align: center;
    line-height: 1rem;
}

.item-label2,
.item-label3 {
    position: absolute;
    /* top: .88rem; */
    bottom: 0;
    left: 0;
}


.similar-product {
    width: 43%;
    padding: 0 .5rem;
    background-color: #fff;
    font-size: 0;
    padding-bottom: 0;
    border-radius: .4rem;
    overflow: hidden;
    float: left;
}

.similar-posre {
    position: relative;
}

.similar-product img {
    width: 100%;
    display: block;
}

.similar-product-text {
    box-sizing: border-box;
    height: 31px;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    color: #1a1a1a;
    margin-top: 5px;
    line-height: 16px;
    margin-bottom: 3px;
    padding: 0 4px;
}

.similar-product .chosen {
    width: auto;
    line-height: 13px;
}

.similar-product .chosen,
.similar-product .samsb {
    height: 13px;
    display: inline-block;
    position: relative;
    top: 0;
    margin-right: 4px;
}

.similar-product img {
    width: 100%;
    display: block;
}

.similar-product-info {
    font-size: 13px;
    overflow: hidden;
    position: relative;
    height: 1.3rem;
}

.similar-product-price {
    color: #fa2c19;
    display: inline-block;
    padding: 0 5px 0 4px;
    position: relative;
    top: 1px;
    height: 25px;
    line-height: 25px;
    font-family: JDZhengHT-EN-Regular;
}

.similar-product-price {
    color: #fa2c19;
    display: inline-block;
    padding: 0 5px 0 4px;
    position: relative;
    top: 1px;
    height: 25px;
    line-height: 25px;
    font-family: JDZhengHT-EN-Regular;
}

.article .list li {
    width: 98%;
}

.article .list li .img {
    width: 5.3rem;
    height: 4.3rem;
    background-color: white;
}

.article .list li .img img {
    width: 5.3rem;
    height: 4.3rem;
}

/* tab */
/* 表格样式 */

.tabel {
    width: 100%;
    box-sizing: border-box;
    /*padding: 22px 40px 43px;*/
}

.tabel .line {
    display: flex;
    width: 100%;
    box-sizing: border-box;
}

.tabel .line .table-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    height: 100%;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
}

.tabel .tabel-header {
    height: 40px;
    border-left: 1px solid #fff;
}

.tabel .line .img-line {
    width: 16.8% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    background-color: #CDA258;
    font-size: 16px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 24px;
    text-indent: 0em !important;
}

.tabel .tabel-header .table-content {
    background-color: #CDA258;
    font-size: 16px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 24px;
    text-indent: 0em !important;
}

.tabel .tabel-body {
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.tabel .tabel-body .body-line {
    /*height: 100%;*/
    height: 70px;
    align-items: center;
}

.tabel .tabel-body .img-box {
    /* width: 100%; */
    height: 100%;
    background: transparent !important;
}

.tabel .tabel-body .img-box .img {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.tabel .tabel-body .table-content {
    font-size: .23rem;
    background-color: #F6F6F6;
}

.tabel .tabel-body .name {
    color: #683F1C;
    font-weight: 500;
    line-height: 20px;
    text-indent: 1em;
    justify-content: flex-start;
}

.tabel .tabel-body .price {
    color: #EB2020;
}

.tabel .tabel-body .price-2 {
    color: #EB2020;
}

.tabel .tabel-body .more {
    border-bottom: none !important;
}

.display-none {
    display: none !important;
}

@media screen and (min-width:301px) and (max-width:450px) {
    .tabel {
        width: 100%;
        box-sizing: border-box;
        padding: 10px;
    }
    .tabel .line .img-line {
        flex: 1 !important;
    }
    .tabel .tabel-body .table-content {
        
    }
    .tabel .line .img-line {
        font-size: 14px;
    }
    .tabel .tabel-header .table-content {
        font-size: 14px;
    }
}


.tabel .tabel-body .end-link {
    color: #683F1C;
    text-decoration: none !important;
    border-bottom: 1px dashed #ff5555;
}



.tit_look{
    font-size: 15px !important;
    background: #e74c3c !important;
    color: #fff !important;
    padding: 3px 6px !important;
    border-radius: 4px !important;
}
.mg_l{
    margin-left: 30px;
}
.show_xy{
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    /*border: 1px solid;*/
    padding: 15px;
    /*background-image: linear-gradient(-30deg, #ffffff 0%, #ffa5a5 25%, #ffffff 45%, #ebbb55 85%), linear-gradient(#f5f5f5, #f5f5f5);*/
    background-color: rgba(240, 205, 130, .5);
    border-radius: 8px;
    
}
.show_xy .img{
   height: auto;
   text-align: center;
}
.show_xy .img img{
   width: 100%;
}
.show_xy .show_tit{
    float: right;
    overflow: hidden;
    margin-top: 15px;
}
.show_xy .show_tit .show_p{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 3px auto 5px;
    text-indent: initial;
}
.show_xy .show_tit .show_p span{
    display: block;
    float: left;
}
.show_xy .show_tit .show_p .xy_tit a{
    float: left;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    /*line-height: 16px;*/
}
.show_xy .show_tit .show_p .xy_num{
    float: right;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 16px;
}
.show_xy .show_tit .show_p .show_span{
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: 0px;
    color: #999999;
}
.show_xy .show_tit .show_p .show_jg{
    font-family: MicrosoftYaHei-Bold;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #ff5555;
}
.show_news{
    width: 100%;
    height: auto;
    background-image: linear-gradient(-30deg,
    #ffffff 0%,
    #f5f5f5 25%,
    #ffffff 45%,
    #bb9494 85%),
    linear-gradient(#f5f5f5, #f5f5f5);
    background-blend-mode: normal,
    normal;
    overflow: hidden;
    margin-top: 15px;
    border-radius: 8px;
}
.show_news ul{
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.show_news ul li{
    display: inline-block;
    width: 50%;
    height: auto;
    overflow: hidden;
    text-indent: initial;
    padding-left: 10px;
    box-sizing: border-box;

}
.show_news ul li span{
    margin: 5px 0 0 3px;
}
.show_news ul li .show_nt{
    font-size: 14px;
}
.show_news ul li .show_nx{
    font-size: 12px;
}
table{
    width: 100% !important;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
}
.content table th,.content table td{
    word-break: break-all;
}
.headUl{
    margin: 10px auto;
}
.headUl li{
    display: flex;
    position: relative;
    background-image: linear-gradient(0deg, rgb(233, 233, 233) 0px, rgb(233, 233, 233) 51%, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0));
    background-size: calc(100%) 1px;
    background-position: center bottom 0.5px;
    background-repeat: no-repeat;
    padding: 5px;
}
.headUl li a{
    display: block;
}
.headUl li .img{
    width: 33.33%;
    border: 1px solid #f0f0f0;
    margin-right: 10px;
}
.headUl li .img img{
    width: 100%;
}
.headUl li .name{
    flex: 1;
    font-size: 16px;
    margin-top: 7px;
}

/*咨询底部文链*/
.spno ul li{
    padding-left: 15px;
}