@charset "UTF-8";
/* 清除浮动  */
/*弹性盒子居中（传入null不设置该属性）
row , column
flex-start , space-between , space-around , flex-end
flex-start , center , flex-end
*/
/*绝对定位  参数顺序：上右下左*/
/* 圆形盒子 */
/*文本格式化，超出范围，显示省略号*/
@-webkit-keyframes shine {
  from {
    background-position: 100%; }
  to {
    background-position: 0; } }
/*渐变(从上到下）*/
/* css3动画 默认3s宽度到200px */
/* 画三角形 */
/*颜色定义*/
/*背景主色调 */
/*背景副色调*/
/*按钮背景色*/
/*按钮背景色*/
/*按钮背景色*/
/*通用样式*/
body, li, ul, dl, dd, dt, p, h1, h2, h3 {
  padding: 0;
  margin: 0;
  border: 0; }

a {
  color: #333333;
  text-decoration: none; }
  a:hover {
    color: #FF464E; }

a:hover, a:visited, a:active, a:link {
  text-decoration: none; }

i, em {
  font-style: normal; }

li {
  list-style: none; }

img {
  border: 0; }
  img:hover {
    opacity: 0.9;
    filter: alpha(opacity=90); }

.clear {
  *height: 1%; }
  .clear:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden; }

html, body, h1, h2, h3 {
  font-size: 14px;
  color: #333333;
  font-family: "Microsoft Yahei","微软雅黑", "Helvetica", "黑体", "Hiragino Sans GB", Arial, SimSun, '\5b8b\4f53', sans-serif; }

body {
  background-color: #ffffff; }

.body {
  background: #fff url("../img/bg.png") repeat-y fixed top; }

/*按钮通用样式*/
.layui-btn-danger {
  background: -webkit-linear-gradient(right, #F540AA, #F56582, #F79656);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #F540AA, #F56582, #F79656);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #F540AA, #F56582, #F79656);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #F540AA, #F56582, #F79656);
  /* 标准的语法 */ }

/*头部*/
.header {
  background-color: #fff;
  /*导航*/ }
  .header .top {
    width: 100%;
    margin: 0 auto;
    height: 30px;
    line-height: 30px;
    background-color: #f7f7f7;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFF7F7F7, endColorstr=#FFF7F7F7);
    border-bottom: solid 1px #eee; }
    :root .header .top {
      filter: none; }
    .header .top .in {
      width: 1200px;
      margin: 0 auto;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center; }
      .header .top .in .left i {
        margin-right: 5px; }
      .header .top .in .left a {
        color: #999; }
      .header .top .in .right span, .header .top .in .right a {
        margin: auto 5px;
        cursor: pointer;
        font-size: 12px;
        color: #666; }
  .header .logo {
    width: 1200px;
    margin: 0 auto;
    height: 100px; }
    .header .logo .left {
      width: 260px;
      height: 100px;
      float: left;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center; }
      .header .logo .left img {
        height: 56px; }
    .header .logo .search {
      float: left;
      margin-left: 30px;
      width: 480px; }
      .header .logo .search form {
        width: 480px;
        border: solid 2px #FF464E;
        border-radius: 3px;
        position: relative;
        margin-top: 20px; }
        .header .logo .search form .key {
          width: 400px;
          height: 32px;
          padding-left: 10px;
          border: none;
          outline: none; }
        .header .logo .search form .submit {
          position: absolute;
          left: auto;
          right: 0;
          top: 0;
          bottom: 0;
          width: 70px;
          height: 34px;
          line-height: 34px;
          color: #fff;
          background-color: #FF464E;
          border: 0;
          cursor: pointer; }
      .header .logo .search .tag {
        margin-top: 10px; }
        .header .logo .search .tag a {
          margin-right: 1.5em;
          font-size: 12px; }
    .header .logo .right {
      width: 350px;
      height: 32px;
      float: right;
      margin-top: 35px;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; }
      .header .logo .right a {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center; }
      .header .logo .right i {
        font-size: 26px;
        color: #FF464E;
        float: left;
        margin-left: 20px; }
      .header .logo .right span {
        color: #999;
        font-size: 14px;
        margin-top: 4px;
        float: left;
        margin-left: 5px; }
  .header .nav {
    width: 100%;
    height: 40px;
    background-color: #FF464E; }
    .header .nav .in {
      width: 1200px;
      margin: 0 auto;
      position: relative; }
      .header .nav .in ul {
        width: 100%;
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center; }
        .header .nav .in ul li {
          width: 150px;
          height: 40px;
          text-align: center; }
          .header .nav .in ul li a {
            display: block;
            line-height: 40px;
            color: #fff;
            font-size: 15px; }
            .header .nav .in ul li a:hover {
              background: #cf262d;
              color: #fff !important; }
        .header .nav .in ul .cur {
          background: #cf262d; }
  .header .nav_com_fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000; }

/*通用左右模块*/
.com_box {
  width: 1200px;
  margin: 0 auto;
  *height: 1%;
  margin-top: 15px;
  padding-bottom: 10px; }
  .com_box:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden; }
  .com_box .left {
    width: 885px;
    float: left; }
    .com_box .left .box_fqb {
      margin-top: 15px; }
  .com_box .right {
    width: 300px;
    float: right; }

/*通用盒子模块*/
.box .head, .box .head1 {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }
  .box .head .tt, .box .head1 .tt {
    margin-left: 10px;
    font-size: 18px;
    font-weight: bold;
    background-image: -webkit-linear-gradient(-45deg, #FF464E, rgba(0, 0, 255, 0.8) 30%, #FF464E 50%, rgba(0, 0, 255, 0.8) 70%, #FF464E 90%, rgba(0, 0, 255, 0.8) 100%);
    -webkit-text-fill-color: transparent;
    /* 将字体设置成透明色 */
    -webkit-background-clip: text;
    /* 裁剪背景图，使文字作为裁剪区域向外裁剪 */
    -webkit-background-size: 200% 100%;
    -webkit-animation: shine 4s linear infinite;
    display: inline-block; }
    .box .head .tt i, .box .head1 .tt i {
      color: #FF464E;
      margin-right: 5px;
      font-size: 20px; }
  .box .head .more, .box .head1 .more {
    margin-right: 10px;
    color: #999;
    font-size: 12px; }
    .box .head .more i, .box .head1 .more i {
      font-size: 10px;
      margin-left: 5px; }
  .box .head a:hover .tt, .box .head1 a:hover .tt {
    color: #FF464E; }
.box .head1 {
  height: 50px;
  line-height: 50px;
  border-bottom: solid 1px #ECECEC;
  overflow: hidden; }

/*中间横条广告*/
.cent-pic {
  width: 1200px;
  margin: 15px auto; }
  .cent-pic img {
    width: 100%;
    height: 100%; }

/*中间背景*/
.banner-pic {
  width: 100%;
  margin: 0 auto; }
  .banner-pic img {
    width: 100%;
    height: 100%; }

/*右则-固定广告*/
.right_fixed {
  margin-top: 15px; }

.nav-position {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #666;
  font-size: 14px;
  border-bottom: 1px #efefef  solid;
  display: flex;
  flex-direction: row;
  position: relative; }
  .nav-position a, .nav-position span {
    font-size: 14px;
    color: #666;
    margin-right: 10px; }
  .nav-position i {
    font-size: 14px;
    color: #999;
    margin-right: 10px; }
  .nav-position .time {
    position: absolute;
    right: 0;
    top: 0; }

.brand_nav {
  width: 100%;
  overflow: hidden; }
  .brand_nav li {
    width: 33%;
    float: left;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 3px #eee solid; }
    .brand_nav li a {
      height: 48px;
      display: inline-block;
      font-size: 18px;
      position: relative;
      bottom: -2px; }
    .brand_nav li:last-child {
      width: 34%; }
    .brand_nav li.nav a {
      color: #FF464E;
      border-bottom: 3px #FF464E solid; }

.web_box {
  width: 1200px; }
  .web_box .web-left {
    width: 140px;
    float: left; }
  .web_box .web-center {
    width: 720px;
    float: left;
    margin-left: 20px;
    margin-right: 20px; }
  .web_box .web-right {
    width: 300px;
    float: right; }

.web_box .web-left .left-nav-zw {
  width: 100%;
  height: 2px; }
.web_box .web-left .left-nav-in {
  width: 140px;
  padding-bottom: 20px;
  background-color: #F4F4F4;
  position: absolute;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; }
  .web_box .web-left .left-nav-in .h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    padding: 13px 15px 0; }
    .web_box .web-left .left-nav-in .h3:before {
      content: "";
      width: 3px;
      height: 17px;
      background: #fdd000;
      display: inline-block;
      float: left;
      margin: 3px 10px 0 0; }
  .web_box .web-left .left-nav-in ul {
    margin-top: 10px; }
    .web_box .web-left .left-nav-in ul li {
      font-size: 14px;
      line-height: 36px;
      height: 36px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
      .web_box .web-left .left-nav-in ul li a {
        display: block;
        color: #333;
        text-align: center; }
      .web_box .web-left .left-nav-in ul li:hover, .web_box .web-left .left-nav-in ul li.hover {
        background-color: #FF464E; }
        .web_box .web-left .left-nav-in ul li:hover a, .web_box .web-left .left-nav-in ul li.hover a {
          color: #ffffff; }
  .web_box .web-left .left-nav-in.left-nav-fixed {
    position: fixed;
    top: 40px; }

/*文章首页*/
.article_index {
  width: 1200px;
  overflow: hidden;
  border-bottom: 1px #ddd solid;
  margin: 10px auto; }
  .article_index .left {
    padding-bottom: 20px; }
    .article_index .left .box {
      width: 670px; }
      .article_index .left .box .box-head {
        width: 705px;
        height: 50px;
        font-size: 20px;
        line-height: 50px;
        border-bottom: 2px #F0EAE3 solid; }
        .article_index .left .box .box-head b {
          margin-left: 20px; }
        .article_index .left .box .box-head .more {
          float: right;
          color: #999;
          font-size: 14px;
          margin-right: 20px; }
          .article_index .left .box .box-head .more i {
            font-size: 12px;
            position: relative;
            top: -1px; }
    .article_index .left .head {
      width: 670px;
      margin-left: 20px;
      line-height: 40px;
      font-size: 18px;
      margin-top: 20px;
      border-bottom: 2px #eee solid; }
      .article_index .left .head b {
        border-bottom: 2px #FF464E solid;
        line-height: 40px;
        display: inline-block; }
    .article_index .left ul {
      overflow: hidden; }
      .article_index .left ul li {
        border-radius: 6px;
        position: relative;
        margin: 0 20px;
        padding: 20px;
        border-bottom: 1px #eee solid; }
        .article_index .left ul li h3 {
          font-size: 16px;
          color: #333;
          line-height: 20px;
          max-width: 100%;
          font-weight: bold;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden; }
        .article_index .left ul li .des {
          font-size: 14px;
          color: #666;
          height: 50px;
          line-height: 25px;
          margin-top: 10px;
          text-overflow: ellipsis;
          overflow: hidden; }
          .article_index .left ul li .des::after {
            content: "..."; }
        .article_index .left ul li .tag1 {
          position: absolute;
          right: 20px;
          bottom: 10px;
          background-color: rgba(255, 70, 78, 0.8);
          color: #fff;
          font-size: 12px;
          padding: 2px 10px 3px;
          border-radius: 3px; }
        .article_index .left ul li:hover {
          background-color: #F0EAE3; }
          .article_index .left ul li:hover img {
            opacity: 0.8; }
        .article_index .left ul li.li1 {
          float: right;
          margin-right: 10px; }
  .article_index .detail {
    margin-bottom: 10px;
    margin-top: 20px; }
    .article_index .detail h1 {
      font-size: 28px;
      font-weight: bold; }
    .article_index .detail .source {
      border-bottom: dotted 1px #ddd;
      padding-bottom: 10px;
      margin-top: 20px; }
      .article_index .detail .source span {
        color: #aaa;
        margin-right: 30px;
        font-size: 12px; }
    .article_index .detail .content {
      font-size: 16px;
      line-height: 36px;
      margin-top: 20px; }
    .article_index .detail .kw {
      text-align: left;
      padding: 15px 0; }
      .article_index .detail .kw a {
        display: inline-block !important;
        height: 26px;
        line-height: 26px;
        font-size: 14px !important;
        margin-left: 18px;
        background: #0178d6;
        color: #fff !important;
        padding: 0 13px 0 23px;
        position: relative; }
        .article_index .detail .kw a i {
          position: absolute;
          background: #fff;
          font-size: 0;
          border: solid 13px #fff;
          border-right-color: #0178d6;
          left: -13px;
          top: 0; }
        .article_index .detail .kw a b {
          position: absolute;
          border: solid 3px #fff;
          border-radius: 3px;
          font-size: 0;
          left: 10px;
          top: 10px; }
    .article_index .detail .PrevAndNext {
      padding: 20px 0; }
      .article_index .detail .PrevAndNext span {
        display: block;
        font-size: 14px;
        color: #f35226;
        padding-top: 10px; }
        .article_index .detail .PrevAndNext span a {
          color: #0178d6; }

.web-center .nav-pos {
  width: 690px;
  padding: 10px;
  font-size: 14px;
  line-height: 30px;
  color: #666;
  border-bottom: 1px #eee solid; }
  .web-center .nav-pos a {
    line-height: 30px;
    color: #333; }

/*榜单文章列表*/
.article_list {
  width: 1200px;
  overflow: hidden;
  margin: 20px auto; }
  .article_list .web-center {
    padding-bottom: 20px; }
    .article_list .web-center h1 {
      width: 690px;
      padding: 10px;
      font-size: 30px;
      font-weight: 700;
      line-height: 44px;
      color: #222; }
    .article_list .web-center .description {
      width: 690px;
      margin: 0 10px;
      padding: 10px 0;
      font-size: 12px;
      font-weight: normal;
      color: #999;
      line-height: 30px;
      height: 30px;
      border-bottom: 1px #ccc solid; }
      .article_list .web-center .description .num {
        font-family: georgia;
        font-size: 21px;
        line-height: 25px;
        color: #CC0000; }
      .article_list .web-center .description .tag {
        float: right; }
    .article_list .web-center .content {
      width: 690px;
      padding: 10px;
      font-size: 16px;
      line-height: 30px;
      color: #333;
      word-wrap: break-word;
      margin-bottom: 30px;
      position: relative; }
      .article_list .web-center .content img {
        max-width: 540px;
        display: block;
        margin: 10px auto; }
      .article_list .web-center .content p {
        margin-top: 10px;
        text-indent: 2em; }
    .article_list .web-center .content2 {
      max-height: 800px;
      overflow: hidden; }
    .article_list .web-center .article_show_more {
      width: 100%;
      padding-top: 78px;
      cursor: pointer;
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
      background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 10;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .article_list .web-center .article_show_more .txt {
        color: #066eef;
        background-color: #fff; }
      .article_list .web-center .article_show_more i {
        font-size: 16px;
        color: #066eef; }
    .article_list .web-center .head {
      position: relative;
      font-size: 18px;
      color: #222;
      line-height: 18px;
      padding-left: 16px;
      margin-bottom: 6px;
      font-weight: 700; }
      .article_list .web-center .head:before {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        width: 4px;
        height: 18px;
        background: #FF464E;
        border-radius: 4px; }
    .article_list .web-center ul.list {
      width: 710px;
      overflow: hidden; }
      .article_list .web-center ul.list li {
        width: 690px;
        padding: 10px;
        border-radius: 6px;
        position: relative;
        overflow: hidden;
        border-bottom: 1px #eee dashed; }
        .article_list .web-center ul.list li img {
          float: left;
          width: 160px;
          border-radius: 5px; }
        .article_list .web-center ul.list li .des {
          float: left;
          width: 500px;
          margin-left: 20px; }
          .article_list .web-center ul.list li .des h2 {
            font-size: 20px;
            line-height: 1.3;
            margin-bottom: 4px;
            font-weight: 700;
            max-height: 52px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            overflow: hidden;
            text-overflow: ellipsis;
            margin-top: 6px; }
          .article_list .web-center ul.list li .des .puttime {
            margin-top: 15px;
            color: #999;
            font-size: 12px; }
            .article_list .web-center ul.list li .des .puttime span {
              margin-left: 30px; }
          .article_list .web-center ul.list li .des p {
            font-size: 14px;
            color: #666;
            line-height: 26px;
            margin-top: 15px;
            max-width: 670px;
            text-overflow: ellipsis;
            overflow: hidden; }
        .article_list .web-center ul.list li:hover {
          background-color: #F0EAE3; }
    .article_list .web-center ul.list-no-pic {
      border-top: 2px #eee solid;
      margin-top: 20px; }
      .article_list .web-center ul.list-no-pic li {
        width: 690px;
        padding: 10px;
        border-radius: 6px;
        position: relative;
        overflow: hidden;
        border-bottom: 1px #eee dashed; }
        .article_list .web-center ul.list-no-pic li h2 {
          font-size: 18px;
          line-height: 1.3;
          margin-bottom: 4px;
          font-weight: 700;
          max-height: 52px;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          overflow: hidden;
          text-overflow: ellipsis;
          margin-top: 6px; }
        .article_list .web-center ul.list-no-pic li .puttime {
          margin-top: 15px;
          color: #999;
          font-size: 12px; }
          .article_list .web-center ul.list-no-pic li .puttime span {
            margin-left: 30px; }
        .article_list .web-center ul.list-no-pic li p {
          font-size: 14px;
          color: #666;
          line-height: 26px;
          margin-top: 15px;
          max-width: 670px;
          text-overflow: ellipsis;
          overflow: hidden; }
        .article_list .web-center ul.list-no-pic li:hover {
          background-color: #F0EAE3; }
    .article_list .web-center .page-nav {
      margin-left: 10px;
      margin-bottom: 30px; }
      .article_list .web-center .page-nav div {
        line-height: 30px; }
        .article_list .web-center .page-nav div a {
          font-size: 14px;
          color: #333; }

.tag_link {
  background-color: #fff;
  margin-top: 10px;
  margin-bottom: 20px;
  width: 618px;
  height: 174px;
  border: 2px #fff solid;
  padding: 29px;
  text-indent: 0;
  clear: both;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08); }
  .tag_link img, .tag_link div, .tag_link span {
    margin: 0;
    padding: 0;
    line-height: 22px; }
  .tag_link .l {
    float: left;
    width: 170px; }
    .tag_link .l img {
      width: 170px;
      height: 170px; }
  .tag_link .r {
    float: left;
    width: 405px;
    margin-left: 40px;
    text-align: left;
    font-weight: normal; }
    .tag_link .r .text1 {
      font-size: 18px;
      font-weight: bold;
      color: #333; }
    .tag_link .r .text2 {
      font-size: 13px;
      color: #999;
      margin-top: 15px;
      line-height: 24px;
      height: 82px; }
    .tag_link .r .info {
      width: 100%;
      margin-top: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .tag_link .r .info .tag {
        height: 31px;
        background: rgba(33, 51, 238, 0.1);
        border-radius: 4px;
        padding-left: 10px;
        padding-right: 10px;
        margin-right: 10px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center; }
        .tag_link .r .info .tag span {
          color: #cf262d;
          display: inline-block; }
      .tag_link .r .info .more {
        background-color: #cf262d;
        width: 85px;
        height: 31px;
        border-radius: 4px;
        line-height: 31px;
        text-align: center;
        font-size: 14px;
        color: #fff; }

.wd_tag_box:hover {
  border: 2px #f8b551 solid; }

/*文章分页*/
.art-page {
  width: 100%;
  margin-top: 20px; }
  .art-page ul {
    width: 100%; }
    .art-page ul li {
      display: inline-block;
      margin-right: 5px;
      border: 1px #eee solid;
      border-radius: 2px;
      padding: 3px 5px; }
      .art-page ul li a, .art-page ul li span {
        display: inline-block;
        width: 100%;
        min-width: 15px;
        text-align: center; }
      .art-page ul li.active {
        color: red;
        font-weight: bold; }

/*首页上部模块样式1*/
.index_box1 {
  background-color: #fff;
  width: 1200px;
  margin: 0 auto;
  *height: 1%; }
  .index_box1:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden; }
  .index_box1 .left {
    float: left;
    width: 240px; }
    .index_box1 .left .tt {
      margin-top: 10px; }
      .index_box1 .left .tt i {
        color: #FF464E;
        margin-right: 5px;
        margin-left: 10px; }
    .index_box1 .left .dd {
      margin: 10px 0 0 30px; }
      .index_box1 .left .dd a {
        margin-right: 10px;
        line-height: 20px;
        color: #666; }
  .index_box1 .center {
    float: left;
    margin-left: 15px;
    width: 630px; }
    .index_box1 .center .layui-carousel {
      width: 630px;
      height: 300px;
      margin-top: 10px; }
      .index_box1 .center .layui-carousel img {
        width: 100%;
        height: 100%; }
    .index_box1 .center .zt {
      width: 100%;
      height: 80px;
      background-color: rgba(220, 220, 220, 0.3);
      margin-top: 10px;
      -webkit-box-shadow: rgba(220, 220, 220, 0.6) 1px 1px 1px 0;
      -moz-box-shadow: rgba(220, 220, 220, 0.6) 1px 1px 1px 0;
      -ms-box-shadow: rgba(220, 220, 220, 0.6) 1px 1px 1px 0;
      box-shadow: rgba(220, 220, 220, 0.6) 1px 1px 1px 0; }
      .index_box1 .center .zt ul {
        overflow: hidden;
        width: 100%; }
        .index_box1 .center .zt ul li {
          transition: background-color .5s ease-in;
          overflow: hidden;
          width: 78px;
          height: 80px;
          float: left;
          text-align: center;
          position: relative;
          cursor: pointer;
          -webkit-box-shadow: rgba(238, 238, 238, 0.4) 1px 1px 1px 0;
          -moz-box-shadow: rgba(238, 238, 238, 0.4) 1px 1px 1px 0;
          -ms-box-shadow: rgba(238, 238, 238, 0.4) 1px 1px 1px 0;
          box-shadow: rgba(238, 238, 238, 0.4) 1px 1px 1px 0; }
          .index_box1 .center .zt ul li img, .index_box1 .center .zt ul li span {
            width: 60px;
            height: 60px;
            border-radius: 60px;
            position: absolute;
            z-index: 1;
            top: 10px;
            left: 8px; }
          .index_box1 .center .zt ul li span {
            color: #fff;
            font-size: 12px;
            text-align: center;
            line-height: 60px;
            opacity: 0;
            transition: opacity .5s; }
          .index_box1 .center .zt ul li:hover {
            background-color: rgba(255, 70, 78, 0.8); }
            .index_box1 .center .zt ul li:hover span {
              z-index: 1;
              background-color: rgba(102, 102, 102, 0.8);
              opacity: 1; }
          .index_box1 .center .zt ul li:nth-child(-n+6) {
            width: 79px; }
  .index_box1 .right {
    width: 300px;
    float: right; }
    .index_box1 .right .box {
      width: 280px;
      margin-top: 15px;
      overflow: hidden; }
      .index_box1 .right .box .head .tt {
        margin-left: 0; }
      .index_box1 .right .box ul {
        width: 100%;
        margin-top: 5px;
        margin-left: 15px; }
        .index_box1 .right .box ul a li {
          width: 100%;
          height: 30px;
          line-height: 30px;
          color: #666;
          border-bottom: 1px #eee dashed; }
    .index_box1 .right .td {
      width: 100%;
      height: 166px;
      overflow: hidden;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: wrap; }
      .index_box1 .right .td a {
        display: inline-block;
        width: 25%;
        transition: color 0.8s;
        opacity: 1;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; }
        .index_box1 .right .td a i {
          font-size: 40px;
          color: #FF464E; }
        .index_box1 .right .td a span {
          margin-top: 8px;
          font-size: 12px;
          color: #666; }
        .index_box1 .right .td a:hover i {
          color: #cf262d; }
        .index_box1 .right .td a:hover span {
          color: #333; }
    .index_box1 .right .bn {
      width: 100%;
      height: 90px;
      margin-top: 10px; }
      .index_box1 .right .bn img {
        width: 100%;
        height: 100%; }

/*首页上部模块样式2*/
.index_box2 {
  width: 1200px;
  margin: 0 auto;
  *height: 1%; }
  .index_box2:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden; }
  .index_box2 .left {
    float: left;
    width: 245px;
    padding: 10px; }
    .index_box2 .left .tag_box {
      width: 120px;
      float: left;
      margin-left: 2px;
      border-bottom: 1px dashed #EEEEEE;
      position: relative;
      cursor: pointer; }
      .index_box2 .left .tag_box:nth-child(15) {
        border-bottom: 0; }
      .index_box2 .left .tag_box:nth-child(16) {
        border-bottom: 0; }
      .index_box2 .left .tag_box .tag_head {
        width: 120px;
        height: 44px;
        line-height: 44px;
        padding-left: 10px;
        display: inline-block; }
        .index_box2 .left .tag_box .tag_head i {
          font-size: 20px;
          font-weight: normal;
          color: #CCCCCC;
          margin-right: 10px; }
        .index_box2 .left .tag_box .tag_head span {
          color: #5e5e5e;
          font-size: 14px; }
      .index_box2 .left .tag_box ul {
        position: absolute;
        z-index: 1000;
        top: -70px;
        left: 100px;
        min-height: 200px;
        background-color: #fff;
        border-radius: 5px;
        display: none;
        width: 540px;
        float: left;
        max-height: 600px;
        overflow-y: auto; }
        .index_box2 .left .tag_box ul li {
          margin-top: 15px;
          margin-bottom: 25px; }
          .index_box2 .left .tag_box ul li a {
            color: #666;
            margin-right: 15px; }
            .index_box2 .left .tag_box ul li a b {
              color: #333; }
            .index_box2 .left .tag_box ul li a:hover {
              color: #dd2727; }
      .index_box2 .left .tag_box:hover .tag_head * {
        color: #dd2727; }
      .index_box2 .left .tag_box:hover ul {
        border: 1px solid #d7d7d7;
        padding: 15px;
        display: block; }
  .index_box2 .center {
    float: left;
    width: 620px; }
    .index_box2 .center .layui-carousel {
      width: 620px;
      height: 275px;
      margin-top: 10px; }
      .index_box2 .center .layui-carousel img {
        width: 100%;
        height: 100%; }
    .index_box2 .center .zt {
      width: 100%;
      height: 80px;
      background-color: rgba(220, 220, 220, 0.3);
      margin-top: 13px;
      -webkit-box-shadow: rgba(220, 220, 220, 0.6) 1px 1px 1px 0;
      -moz-box-shadow: rgba(220, 220, 220, 0.6) 1px 1px 1px 0;
      -ms-box-shadow: rgba(220, 220, 220, 0.6) 1px 1px 1px 0;
      box-shadow: rgba(220, 220, 220, 0.6) 1px 1px 1px 0; }
      .index_box2 .center .zt ul {
        overflow: hidden;
        width: 100%; }
        .index_box2 .center .zt ul li {
          transition: background-color .5s ease-in;
          overflow: hidden;
          width: 77px;
          height: 80px;
          float: left;
          text-align: center;
          position: relative;
          cursor: pointer;
          -webkit-box-shadow: rgba(238, 238, 238, 0.4) 1px 1px 1px 0;
          -moz-box-shadow: rgba(238, 238, 238, 0.4) 1px 1px 1px 0;
          -ms-box-shadow: rgba(238, 238, 238, 0.4) 1px 1px 1px 0;
          box-shadow: rgba(238, 238, 238, 0.4) 1px 1px 1px 0; }
          .index_box2 .center .zt ul li img, .index_box2 .center .zt ul li span {
            width: 60px;
            height: 60px;
            border-radius: 60px;
            position: absolute;
            z-index: 1;
            top: 10px;
            left: 8px; }
          .index_box2 .center .zt ul li span {
            color: #fff;
            font-size: 12px;
            text-align: center;
            line-height: 60px;
            opacity: 0;
            transition: opacity .5s; }
          .index_box2 .center .zt ul li:hover {
            background-color: rgba(255, 70, 78, 0.8); }
            .index_box2 .center .zt ul li:hover span {
              z-index: 1;
              background-color: rgba(102, 102, 102, 0.8);
              opacity: 1; }
          .index_box2 .center .zt ul li:nth-child(-n+4) {
            width: 78px; }
  .index_box2 .right {
    width: 300px;
    float: right; }
    .index_box2 .right .box {
      width: 280px;
      margin-top: 15px;
      overflow: hidden; }
      .index_box2 .right .box .head .tt {
        margin-left: 0; }
      .index_box2 .right .box ul {
        width: 100%;
        margin-top: 5px;
        margin-left: 5px; }
        .index_box2 .right .box ul a li {
          width: 100%;
          height: 32px;
          line-height: 32px;
          color: #666;
          border-bottom: 1px #eee dashed;
          width: 100%;
          display: inline-block;
          white-space: nowrap;
          -ms-text-overflow: ellipsis;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis;
          overflow: hidden; }
    .index_box2 .right .td {
      width: 100%;
      height: 105px;
      overflow: hidden;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: wrap; }
      .index_box2 .right .td a {
        display: inline-block;
        width: 25%;
        transition: color 0.8s;
        opacity: 1;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; }
        .index_box2 .right .td a i {
          font-size: 40px;
          color: #FF464E; }
        .index_box2 .right .td a span {
          margin-top: 8px;
          font-size: 12px;
          color: #666; }
        .index_box2 .right .td a:hover i {
          color: #cf262d; }
        .index_box2 .right .td a:hover span {
          color: #333; }
    .index_box2 .right .bn {
      width: 100%;
      height: 90px;
      margin-top: 10px; }
      .index_box2 .right .bn img {
        width: 100%;
        height: 100%; }

/*首页品牌推荐*/
.box_pptj {
  width: 100%;
  overflow: hidden; }
  .box_pptj .head1 {
    border-bottom: 0; }
  .box_pptj ul {
    *height: 1%;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 1190px;
    margin-left: 5px;
    border-top: 1px #eee solid;
    border-left: 1px #eee solid; }
    .box_pptj ul:after {
      clear: both;
      content: '.';
      display: block;
      height: 0;
      line-height: 0;
      overflow: hidden; }
    .box_pptj ul li {
      width: 118px;
      height: 60px;
      line-height: 60px;
      text-align: center;
      position: relative;
      border-bottom: 1px #eee solid;
      border-right: 1px #eee solid;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; }
      .box_pptj ul li img {
        max-width: 92%;
        max-height: 94%;
        position: relative;
        z-index: 10; }
      .box_pptj ul li span {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        color: #fff;
        z-index: 0; }
      .box_pptj ul li:hover span {
        z-index: 10;
        background-color: rgba(0, 0, 0, 0.6);
        border-radius: 3px; }

/*首页品牌推荐*/
.box_hwtj {
  width: 100%;
  overflow: hidden; }
  .box_hwtj .head1 {
    height: 56px;
    line-height: 56px;
    overflow: hidden;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 15px; }
    .box_hwtj .head1 .fenlei_index {
      cursor: pointer;
      color: #999; }
  .box_hwtj .fenlei {
    /*display: none;*/
    line-height: 30px;
    margin-bottom: 15px; }
    .box_hwtj .fenlei a {
      font-size: 14px;
      margin-left: 35px;
      white-space: nowrap;
      display: inline-block;
      min-width: 80px; }
  .box_hwtj ul {
    *height: 1%;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 1190px;
    margin-left: 5px; }
    .box_hwtj ul:after {
      clear: both;
      content: '.';
      display: block;
      height: 0;
      line-height: 0;
      overflow: hidden; }
    .box_hwtj ul a:hover {
      color: #5188a6; }
    .box_hwtj ul li {
      float: left;
      height: 286px;
      width: 187px;
      margin-left: 10px;
      overflow: hidden;
      background-color: rgba(245, 245, 245, 0.5); }
      .box_hwtj ul li .pic {
        position: relative;
        width: 187px;
        height: 187px;
        margin-bottom: 10px;
        text-align: center;
        overflow: hidden;
        border-radius: 2px; }
        .box_hwtj ul li .pic img {
          max-width: 100%;
          max-height: 100%;
          position: relative;
          z-index: 10; }
      .box_hwtj ul li .tt {
        padding-left: 10px;
        font-family: PingFangSC-Medium,arial,sans-serif;
        -webkit-font-smoothing: antialiased;
        height: 44px;
        margin-bottom: 11px;
        line-height: 22px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        padding-right: 10px; }
        .box_hwtj ul li .tt span {
          color: #e62828;
          margin-right: 6px; }
      .box_hwtj ul li .price-xlnum {
        padding: 0 10px;
        display: flex;
        flex-direction: row;
        justify-content: space-between; }
        .box_hwtj ul li .price-xlnum .price {
          font-size: 14px;
          display: block;
          line-height: 14px;
          color: #e62828;
          overflow: hidden;
          white-space: nowrap;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis;
          margin-bottom: 0;
          padding-right: 10px; }
        .box_hwtj ul li .price-xlnum .xlnum {
          font-size: 12px;
          color: #999; }

/*十大榜*/
.index-bang-title {
  margin: 20px auto 0 auto;
  width: 1200px;
  height: 50px;
  text-align: center;
  line-height: 50px; }
  .index-bang-title span {
    padding: 0 15px;
    color: #de2a2a;
    font-size: 26px;
    font-weight: bold; }
  .index-bang-title:after, .index-bang-title:before {
    display: inline-block;
    width: 380px;
    height: 2px;
    background: #de2a2a;
    content: ""; }

.index-bangdan {
  margin: 15px auto 0 auto;
  width: 1200px;
  height: auto; }
  .index-bangdan .bangdan-list {
    float: left;
    margin-right: 20px;
    width: 285px;
    height: auto; }
    .index-bangdan .bangdan-list .list-nav {
      float: left;
      width: 285px;
      height: 60px;
      border-top-right-radius: 20px;
      border-top-left-radius: 20px;
      background: url(../img/bang_bg.png) no-repeat 30px 21px #de2a2a;
      text-indent: 56px;
      font-weight: 700;
      font-size: 19px;
      line-height: 60px; }
      .index-bangdan .bangdan-list .list-nav a {
        color: #fff; }
    .index-bangdan .bangdan-list ul {
      float: left;
      width: 285px;
      height: auto;
      margin-bottom: 20px;
      background-color: #fff;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      border-bottom-right-radius: 5px;
      border-bottom-left-radius: 5px; }
      .index-bangdan .bangdan-list ul li {
        float: left;
        margin-left: 10px;
        width: 265px;
        height: 50px;
        border-bottom: 1px dashed #e6e6e6;
        line-height: 50px; }
        .index-bangdan .bangdan-list ul li:last-child {
          border: 0; }
        .index-bangdan .bangdan-list ul li em {
          float: left;
          display: block;
          margin-left: 3px;
          width: 20px;
          height: 50px;
          text-align: center;
          font-weight: 700;
          font-size: 14px; }
        .index-bangdan .bangdan-list ul li .v1 {
          background: url(../img/1.png) no-repeat 0 center; }
        .index-bangdan .bangdan-list ul li .v2 {
          background: url(../img/2.png) no-repeat 0 center; }
        .index-bangdan .bangdan-list ul li .v3 {
          background: url(../img/3.png) no-repeat 0 center; }
        .index-bangdan .bangdan-list ul li a {
          float: left;
          display: block;
          margin-left: 10px;
          overflow: hidden;
          width: 145px;
          height: 50px;
          text-overflow: ellipsis;
          white-space: nowrap;
          font-size: 14px; }
        .index-bangdan .bangdan-list ul li .score {
          float: right;
          display: block;
          margin-top: 22px;
          width: 80px;
          height: 6px;
          background-color: #bbb; }
          .index-bangdan .bangdan-list ul li .score span {
            float: left;
            display: block;
            width: auto;
            height: 6px;
            background-color: #de2a2a; }
    .index-bangdan .bangdan-list.bangdan-list3, .index-bangdan .bangdan-list.bangdan-list7, .index-bangdan .bangdan-list.bangdan-list11 {
      margin-right: 0; }

.index-bang-more {
  margin: 0 auto 10px;
  width: 1198px;
  height: 50px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 50px;
  clear: both; }
  .index-bang-more a {
    color: #de2a2a; }
    .index-bang-more a:hover {
      text-decoration: underline; }

/*推荐资讯*/
.index-news-box {
  margin: 0 auto;
  width: 1200px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between; }
  .index-news-box .news-list {
    width: 590px;
    height: auto;
    background-color: #fff; }
    .index-news-box .news-list .news-nav {
      float: left;
      margin-left: 10px;
      width: 570px;
      height: 50px;
      border-bottom: 1px solid #e3e3e3;
      color: #de2a2a;
      text-indent: 10px;
      font-weight: 700;
      font-size: 20px;
      line-height: 50px; }
    .index-news-box .news-list .news-left {
      float: left;
      padding-left: 15px;
      padding-right: 10px;
      width: 235px;
      height: 688px; }
      .index-news-box .news-list .news-left .news-first {
        float: left;
        margin-top: 15px;
        width: 235px;
        height: 275px; }
        .index-news-box .news-list .news-left .news-first .pic {
          float: left;
          width: 220px;
          height: 160px;
          display: flex;
          flex-direction: row;
          justify-content: center;
          align-items: center; }
          .index-news-box .news-list .news-left .news-first .pic img {
            max-width: 100%;
            max-height: 100%; }
        .index-news-box .news-list .news-left .news-first .first-title {
          float: left;
          margin-top: 5px;
          width: 235px;
          height: 36px; }
          .index-news-box .news-list .news-left .news-first .first-title a {
            float: left;
            overflow: hidden;
            width: 235px;
            height: 36px;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-weight: 700;
            font-size: 16px;
            line-height: 36px; }
        .index-news-box .news-list .news-left .news-first .first-desc {
          float: left;
          display: -webkit-box;
          width: 235px;
          height: 72px;
          color: #999;
          text-overflow: ellipsis;
          white-space: initial;
          font-size: 14px;
          line-height: 24px;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical; }
      .index-news-box .news-list .news-left ul {
        float: left;
        margin-top: 5px;
        width: 235px;
        height: auto; }
        .index-news-box .news-list .news-left ul li {
          float: left;
          width: 236px;
          height: 36px;
          background: url(../img/p1.png) no-repeat 3px center;
          padding-left: 15px;
          line-height: 36px; }
          .index-news-box .news-list .news-left ul li a {
            width: 221px;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 14px;
            overflow: hidden;
            display: block; }
    .index-news-box .news-list .news-right {
      float: left;
      margin-top: 15px;
      margin-left: 20px;
      width: 300px;
      height: auto; }
      .index-news-box .news-list .news-right ul {
        float: left;
        width: 300px;
        height: auto; }
        .index-news-box .news-list .news-right ul li {
          float: left;
          width: 300px;
          height: 86px; }
          .index-news-box .news-list .news-right ul li img {
            float: left;
            margin-right: 10px;
            width: 72px;
            height: 72px; }
          .index-news-box .news-list .news-right ul li .r-title {
            float: left;
            width: 208px;
            height: 24px; }
            .index-news-box .news-list .news-right ul li .r-title a {
              float: left;
              overflow: hidden;
              width: 208px;
              height: 24px;
              text-overflow: ellipsis;
              white-space: nowrap;
              font-size: 14px;
              line-height: 24px; }
          .index-news-box .news-list .news-right ul li .r-desc {
            float: left;
            display: -webkit-box;
            width: 208px;
            height: 48px;
            color: #999;
            text-overflow: ellipsis;
            white-space: initial;
            font-size: 12px;
            line-height: 24px;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical; }

/*品牌库*/
.index-letter-list {
  margin: 0 auto;
  width: 1200px;
  height: auto;
  background-color: #fff; }
  .index-letter-list .letter-nav {
    margin-left: 10px;
    width: 1180px;
    height: 50px;
    border-bottom: 1px solid #e3e3e3;
    color: #de2a2a;
    text-indent: 10px;
    font-weight: 700;
    font-size: 20px;
    line-height: 50px; }
  .index-letter-list .letter {
    padding-left: 25px;
    width: 1175px;
    height: auto; }
    .index-letter-list .letter a {
      float: left;
      margin: 25px 0 20px 7px;
      padding: 0 12px;
      width: auto;
      height: 30px;
      border-radius: 3px;
      background-color: #de2a2a;
      color: #fff;
      text-align: center;
      font-size: 16px;
      line-height: 30px;
      cursor: pointer; }
      .index-letter-list .letter a:hover {
        padding: 0 11px;
        width: auto;
        height: 28px;
        border: 1px solid #de2a2a;
        border-radius: 3px;
        background-color: #fff;
        color: #de2a2a; }
  .index-letter-list .brands {
    margin-top: 5px;
    width: 1200px;
    height: auto; }
    .index-letter-list .brands ul {
      height: auto;
      overflow: hidden;
      width: 100%; }
      .index-letter-list .brands ul li {
        float: left;
        margin-left: 20px;
        width: 111px;
        height: 90px; }
        .index-letter-list .brands ul li img {
          float: left;
          width: 109px;
          height: 52px;
          border-radius: 5px; }
        .index-letter-list .brands ul li p {
          float: left;
          display: block;
          margin-left: 9px;
          width: 91px;
          height: 24px;
          text-align: center;
          text-overflow: ellipsis;
          white-space: nowrap;
          font-size: 12px;
          line-height: 24px;
          overflow: hidden; }
  .index-letter-list .brand-more {
    float: left;
    margin: 5px 0 0 10px;
    width: 1180px;
    height: 56px;
    border-top: 1px solid #e3e3e3;
    background-color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 56px; }
    .index-letter-list .brand-more a {
      color: #de2a2a; }
      .index-letter-list .brand-more a:hover {
        text-decoration: underline; }

/*品牌店铺*/
.index-shop-list {
  margin: 0 auto;
  padding-bottom: 15px;
  width: 1200px;
  height: auto;
  background-color: #fff;
  overflow: hidden; }
  .index-shop-list .shop-nav {
    margin-left: 10px;
    width: 1180px;
    height: 50px;
    border-bottom: 1px solid #e3e3e3;
    color: #de2a2a;
    text-indent: 10px;
    font-weight: 700;
    font-size: 20px;
    line-height: 50px; }
  .index-shop-list ul {
    width: 1200px;
    overflow: hidden; }
    .index-shop-list ul li {
      float: left;
      padding: 12px 10px;
      width: 98px;
      height: 100px;
      border: 1px solid #fff;
      text-align: center; }
      .index-shop-list ul li img {
        float: left;
        border-radius: 10px; }
      .index-shop-list ul li p {
        float: left;
        margin-left: 5px;
        width: 90px;
        height: 24px;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 14px;
        line-height: 24px;
        max-width: 70px;
        overflow: hidden;
        display: block; }
    .index-shop-list ul .f {
      height: 30px;
      background: url(../img/p1.png) no-repeat 6px center;
      text-align: left;
      padding: 0 0 0 20px; }
      .index-shop-list ul .f a {
        font-size: 14px;
        line-height: 30px;
        max-width: 70px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block; }
    .index-shop-list ul:last-child {
      margin-top: 25px; }

/*友情链接*/
.f-link {
  width: 1200px;
  margin: 20px auto;
  border-top: 1px #ccc solid;
  padding-top: 15px;
  line-height: 24px; }
  .f-link span {
    color: #666; }
  .f-link a {
    color: #999;
    margin: 0 10px;
    display: inline-block; }

.category {
  width: 100%;
  height: 50px; }
  .category ul {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    line-height: 50px;
    border-radius: 6px;
    background: #fff;
    list-style: none;
    float: left; }
    .category ul li {
      list-style: none;
      float: left;
      margin-right: 22px; }
      .category ul li a {
        color: #333333;
        font-size: 14px;
        padding: 1px 8px; }
    .category ul li.active a {
      background: #fe2e54;
      border-radius: 11px;
      color: #fff; }

.goods_show {
  width: 880px;
  float: left;
  box-sizing: border-box;
  background: 0 0;
  padding: 0;
  margin: 0 auto;
  position: relative; }
  .goods_show .detail-row {
    background: #fff;
    padding: 20px 20px 40px;
    border: 1px solid #f1f1f1;
    margin-bottom: 20px;
    margin-top: 15px; }
    .goods_show .detail-row .in {
      width: 100%;
      *height: 1%; }
      .goods_show .detail-row .in:after {
        clear: both;
        content: '.';
        display: block;
        height: 0;
        line-height: 0;
        overflow: hidden; }
      .goods_show .detail-row .in .hd {
        float: left;
        width: 340px; }
        .goods_show .detail-row .in .hd .img-block {
          width: 340px;
          height: 340px;
          display: -webkit-flex;
          display: flex;
          flex-direction: row;
          justify-content: center;
          align-items: center; }
          .goods_show .detail-row .in .hd .img-block img {
            max-width: 100%;
            max-height: 100%; }
        .goods_show .detail-row .in .hd .gallery-thumbs {
          width: 100%;
          margin-top: 10px; }
          .goods_show .detail-row .in .hd .gallery-thumbs .swiper-slide {
            width: 60px;
            height: 60px;
            float: left;
            opacity: 0.5;
            cursor: pointer;
            border: 2px #fff solid;
            display: -webkit-flex;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center; }
            .goods_show .detail-row .in .hd .gallery-thumbs .swiper-slide img {
              max-width: 100%;
              max-height: 100%; }
          .goods_show .detail-row .in .hd .gallery-thumbs .swiper-slide-thumb-active {
            opacity: 1;
            border: 2px #FF464E solid; }
      .goods_show .detail-row .in .detail-col {
        width: 450px;
        margin: 0 0 0 30px;
        padding-bottom: 0;
        height: auto;
        position: relative;
        float: left;
        color: #666; }
        .goods_show .detail-row .in .detail-col a.title {
          width: 450px;
          line-height: 30px;
          display: block;
          font-size: 18px;
          color: #424242;
          margin-left: 4px;
          font-weight: bold; }
          .goods_show .detail-row .in .detail-col a.title .tmall {
            width: 26px;
            height: 26px;
            font-size: 22px;
            display: block;
            float: left;
            margin-top: 2px;
            color: #FF464E;
            font-weight: normal; }
          .goods_show .detail-row .in .detail-col a.title span.title {
            width: 440px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
        .goods_show .detail-row .in .detail-col .time-num {
          margin: 30px 0 20px;
          font-size: 14px; }
        .goods_show .detail-row .in .detail-col .coupon {
          font-size: 14px;
          margin-top: 20px; }
          .goods_show .detail-row .in .detail-col .coupon .quan {
            line-height: 28px;
            height: 28px;
            background: url(../img/quan.png) center #fff8f8;
            background-size: 100% 100%;
            font-size: 14px;
            border-radius: 2px;
            font-weight: 400;
            position: relative;
            min-width: 76px;
            text-align: center;
            box-sizing: border-box;
            color: #FF2B22;
            display: inline-block; }
        .goods_show .detail-row .in .detail-col .goods-label {
          border-top: 1px solid #ececec;
          padding: 15px 0 0;
          margin: 15px 0 5px;
          font-size: 12px; }
          .goods_show .detail-row .in .detail-col .goods-label .label {
            background: #f5f5f5;
            border-radius: 12px;
            border: 1px solid #ddd;
            padding: 3px 8px;
            margin: 0 10px 10px 0;
            display: inline-block; }
        .goods_show .detail-row .in .detail-col .price {
          font-size: 22px;
          color: #ff0100;
          margin: 0 0 10px;
          margin-top: 30px; }
          .goods_show .detail-row .in .detail-col .price i {
            font-size: 30px; }
          .goods_show .detail-row .in .detail-col .price b {
            font-size: 14px;
            font-weight: 400;
            display: inline-block;
            color: #666;
            line-height: 0;
            border-top: 1px solid #666;
            margin-left: 10px;
            position: relative;
            padding: 0 10px;
            top: -2px; }
            .goods_show .detail-row .in .detail-col .price b i {
              font-size: 14px; }
        .goods_show .detail-row .in .detail-col .buy-share {
          margin-top: 20px; }
        .goods_show .detail-row .in .detail-col .buy-share .buy {
          width: 160px;
          height: 46px;
          line-height: 46px;
          text-align: center;
          background: -webkit-linear-gradient(right, #F540AA, #F56582, #F79656);
          /* Safari 5.1 - 6.0 */
          background: -o-linear-gradient(right, #F540AA, #F56582, #F79656);
          /* Opera 11.1 - 12.0 */
          background: -moz-linear-gradient(right, #F540AA, #F56582, #F79656);
          /* Firefox 3.6 - 15 */
          background: linear-gradient(to right, #F540AA, #F56582, #F79656);
          /* 标准的语法 */
          border-radius: 23px;
          display: inline-block;
          color: #fff;
          font-size: 16px;
          letter-spacing: 1px; }
          .goods_show .detail-row .in .detail-col .buy-share .buy:hover {
            color: #fff !important;
            text-decoration: underline; }
        .goods_show .detail-row .in .detail-col .buy-share .share {
          float: right;
          width: 86px;
          height: 36px;
          background: #fff;
          border-radius: 2px;
          border: 1px solid #ddd;
          font-size: 12px;
          line-height: 36px;
          text-align: center;
          color: #999;
          font-family: "Microsoft YaHei";
          position: relative; }
          .goods_show .detail-row .in .detail-col .buy-share .share .iconfont {
            color: #aaa;
            margin-right: 5px; }
          .goods_show .detail-row .in .detail-col .buy-share .share span {
            position: relative;
            top: -1px; }
    .goods_show .detail-row .goods-desc {
      padding: 20px 0 0; }
      .goods_show .detail-row .goods-desc .tit {
        font-weight: 700;
        color: #333;
        height: 40px;
        line-height: 40px;
        border-bottom: 1px solid #ececec; }
      .goods_show .detail-row .goods-desc .rec-text {
        color: #555;
        line-height: 24px;
        margin: 10px 0 15px; }
    .goods_show .detail-row .attr {
      overflow: hidden;
      padding-top: 20px; }
      .goods_show .detail-row .attr li {
        width: 45%;
        float: left;
        line-height: 30px;
        color: #666;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
        .goods_show .detail-row .attr li span {
          color: #333; }
    .goods_show .detail-row .detail-pics .pic {
      width: 100%;
      text-align: center;
      padding-top: 20px; }
      .goods_show .detail-row .detail-pics .pic img {
        max-width: 100%; }
    .goods_show .detail-row .detail-pics .pic2 {
      max-height: 1000px;
      overflow: hidden; }
    .goods_show .detail-row .detail-pics .show-more {
      position: relative; }
      .goods_show .detail-row .detail-pics .show-more .txt {
        width: 100%;
        height: 100px;
        line-height: 130px;
        text-align: center;
        font-size: 16px;
        background-image: linear-gradient(-180deg, rgba(204, 204, 204, 0.1), rgba(204, 204, 204, 0.4), rgba(102, 102, 102, 0.5), rgba(102, 102, 102, 0.6), rgba(102, 102, 102, 0.7), rgba(102, 102, 102, 0.8));
        position: absolute;
        z-index: 10;
        top: -100px;
        left: 0;
        color: #fff;
        font-weight: 700;
        cursor: pointer;
        border-radius: 2px; }

.com_box_goods {
  margin-top: 0; }
  .com_box_goods .nav-position {
    height: 50px;
    line-height: 50px;
    border-bottom: 0; }
    .com_box_goods .nav-position span {
      float: left; }
      .com_box_goods .nav-position span:first-child {
        margin-left: 10px; }

.box_goods .fenlei .cat1 {
  border-bottom: 1px #DDDDDD solid; }
  .box_goods .fenlei .cat1 h1 {
    display: inline-block;
    font-size: 24px;
    padding-left: 20px;
    line-height: 57px;
    height: 57px;
    font-weight: 400;
    font-family: arial,sans-serif; }
  .box_goods .fenlei .cat1 .dropdown-cat {
    width: 92px;
    text-align: center;
    display: inline-block;
    border: 1px #DDDDDD solid;
    position: relative;
    padding: 2px;
    margin-left: 25px; }
    .box_goods .fenlei .cat1 .dropdown-cat span.fl-tt {
      font-size: 14px;
      color: #333;
      line-height: 26px; }
      .box_goods .fenlei .cat1 .dropdown-cat span.fl-tt em {
        font-size: 10px;
        margin-left: 6px; }
    .box_goods .fenlei .cat1 .dropdown-cat ul {
      position: absolute;
      left: -1px;
      top: 30px;
      z-index: 100;
      box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
      border: 1px solid #e6e6e6;
      width: 730px;
      background-color: #fff; }
      .box_goods .fenlei .cat1 .dropdown-cat ul li {
        width: 96px;
        height: 30px;
        line-height: 30px;
        background-color: #fafafa;
        border-bottom: 1px #DDDDDD solid;
        border-right: 1px #DDDDDD solid; }
        .box_goods .fenlei .cat1 .dropdown-cat ul li .fl-l {
          font-size: 14px;
          text-align: left;
          padding-left: 12px; }
        .box_goods .fenlei .cat1 .dropdown-cat ul li .fl-r {
          position: absolute;
          display: none;
          width: 730px;
          left: 96px;
          top: 0;
          text-align: left;
          padding-top: 15px;
          overflow-y: auto; }
          .box_goods .fenlei .cat1 .dropdown-cat ul li .fl-r .li2 {
            white-space: nowrap; }
            .box_goods .fenlei .cat1 .dropdown-cat ul li .fl-r .li2 span {
              display: inline-block;
              height: 12px;
              width: 60px;
              text-align: right;
              margin: 10px 15px 10px 40px;
              line-height: 12px;
              color: #333;
              font-weight: bold;
              font-size: 12px;
              padding-right: 15px;
              border-right: 1px #E6E6E6 solid; }
            .box_goods .fenlei .cat1 .dropdown-cat ul li .fl-r .li2 .fl-r-r {
              display: inline-block;
              width: 480px;
              vertical-align: top;
              white-space: normal; }
              .box_goods .fenlei .cat1 .dropdown-cat ul li .fl-r .li2 .fl-r-r a {
                display: inline-block;
                height: 12px;
                margin: 10px 20px 10px 0;
                line-height: 12px;
                color: #333;
                font-size: 12px;
                white-space: nowrap; }
        .box_goods .fenlei .cat1 .dropdown-cat ul li.hover {
          background-color: #fff;
          border-right: 0; }
          .box_goods .fenlei .cat1 .dropdown-cat ul li.hover .fl-r {
            display: block; }
        .box_goods .fenlei .cat1 .dropdown-cat ul li:last-child {
          border-bottom: 0; }
.box_goods .fenlei .cat2 {
  white-space: nowrap;
  line-height: 34px;
  border-bottom: 1px #F5F5F5 solid;
  overflow: hidden;
  padding: 6px 0; }
  .box_goods .fenlei .cat2 .cat_l {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    color: #999; }
  .box_goods .fenlei .cat2 .cat_r {
    width: 830px;
    display: inline-block;
    white-space: normal; }
    .box_goods .fenlei .cat2 .cat_r a {
      margin-left: 18px;
      white-space: nowrap; }
      .box_goods .fenlei .cat2 .cat_r a.red {
        color: #e62828; }
.box_goods .fenlei .cat3 {
  line-height: 57px;
  height: 57px;
  border-bottom: 1px solid #e62828; }
  .box_goods .fenlei .cat3 a {
    display: inline-block;
    height: 57px;
    padding: 0 22px;
    line-height: 57px;
    color: #333; }
    .box_goods .fenlei .cat3 a.cur {
      color: #fff;
      background-color: #e62828; }
.box_goods .hw-list {
  width: 885px; }
  .box_goods .hw-list li {
    width: 841px;
    overflow: hidden;
    border: 2px #fff solid;
    padding: 20px;
    border-bottom: 1px #F2F5F7 solid; }
    .box_goods .hw-list li .img {
      width: 180px;
      height: 180px;
      float: left;
      display: flex;
      align-items: center;
      justify-content: center; }
      .box_goods .hw-list li .img img {
        max-width: 100%;
        max-height: 100%; }
    .box_goods .hw-list li .right {
      width: 640px;
      height: 180px;
      float: right;
      position: relative;
      margin-left: 20px; }
      .box_goods .hw-list li .right .title {
        display: block;
        width: 100%;
        height: 19px;
        line-height: 18px;
        margin-top: 4px;
        margin-bottom: 9px;
        font-size: 18px;
        overflow: hidden;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        font-family: PingFangSC-Medium,arial,sans-serif; }
        .box_goods .hw-list li .right .title:hover {
          color: #5188a6;
          text-decoration: none; }
      .box_goods .hw-list li .right .price {
        color: #e62828;
        max-width: 100%;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        height: 19px;
        font-family: PingFangSC-Medium,arial,sans-serif;
        font-size: 18px; }
        .box_goods .hw-list li .right .price:hover {
          opacity: 0.8; }
      .box_goods .hw-list li .right .desc {
        color: #444;
        font-size: 14px;
        height: 48px;
        line-height: 24px;
        overflow: hidden;
        -webkit-font-smoothing: antialiased;
        margin-top: 20px; }
      .box_goods .hw-list li .right .gobuy {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between; }
        .box_goods .hw-list li .right .gobuy .l {
          display: flex;
          flex-direction: row; }
        .box_goods .hw-list li .right .gobuy .r {
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: flex-end; }
          .box_goods .hw-list li .right .gobuy .r .buy {
            border-radius: 2px;
            text-decoration: none !important;
            display: block;
            padding: 0;
            margin-left: 20px;
            width: 90px;
            height: 28px;
            line-height: 28px;
            text-align: center;
            background-color: #e62828;
            color: #fff;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            white-space: nowrap;
            cursor: pointer;
            vertical-align: middle;
            zoom: 1;
            font-family: inherit; }
            .box_goods .hw-list li .right .gobuy .r .buy em {
              font-size: 10px;
              margin-left: 6px;
              opacity: 0.8; }
    .box_goods .hw-list li:hover {
      border: 2px rgba(230, 40, 40, 0.6) solid; }

.cuopon_index {
  width: 100%;
  overflow: hidden;
  min-height: 650px;
  background: url("../img/cuopon_bg.jpg") repeat-y center top; }
  .cuopon_index .search_banner {
    width: 960px;
    margin: 0 auto;
    margin-top: 80px; }
    .cuopon_index .search_banner .search_top {
      width: 100%;
      text-align: center; }
      .cuopon_index .search_banner .search_top .t1 {
        font-size: 50px;
        font-weight: bold;
        margin-top: 50px;
        color: #fb7130; }
      .cuopon_index .search_banner .search_top .t2 {
        width: 220px;
        height: 40px;
        border-radius: 40px;
        line-height: 38px;
        display: inline-block;
        margin-top: 20px;
        font-size: 20px;
        border: 2px solid rgba(251, 113, 48, 0.8);
        color: rgba(251, 113, 48, 0.8);
        text-align: center; }
    .cuopon_index .search_banner .search_taobao {
      margin-top: 120px !important;
      background: url(../img/search.png) no-repeat;
      width: 650px;
      padding-left: 100px;
      height: 64px;
      position: relative;
      margin-left: 105px; }
      .cuopon_index .search_banner .search_taobao .taobao_arrow {
        position: absolute;
        bottom: -15px;
        left: -10px; }
      .cuopon_index .search_banner .search_taobao .search_taobao_text {
        float: left;
        font-size: 16px;
        border: none;
        background: none;
        line-height: 24px;
        height: 24px;
        padding: 16px 0;
        margin-top: 4px;
        width: 75%;
        color: #333; }
      .cuopon_index .search_banner .search_taobao .search_taobao_btn {
        border: none;
        background-color: transparent;
        cursor: pointer;
        color: #fff;
        text-align: center;
        height: 64px;
        line-height: 64px;
        width: 140px;
        right: 0;
        bottom: 0;
        position: absolute; }
    .cuopon_index .search_banner .search_text {
      text-align: center;
      font-size: 16px;
      margin: 50px 0 0 0; }
      .cuopon_index .search_banner .search_text .orange_text {
        color: #ff9900; }
    .cuopon_index .search_banner .fanli_explain {
      background: url(../img/fanli.png) no-repeat center;
      width: 909px;
      height: 45px;
      line-height: 45px;
      margin: 34px auto 0; }
      .cuopon_index .search_banner .fanli_explain dt {
        font-size: 28px;
        font-weight: bold;
        margin: 0 70px 0 32px;
        line-height: 43px; }
      .cuopon_index .search_banner .fanli_explain dd {
        font-size: 16px; }
      .cuopon_index .search_banner .fanli_explain dd.d1 {
        width: 247px; }
      .cuopon_index .search_banner .fanli_explain dd.d2 {
        width: 177px; }
    .cuopon_index .search_banner .fanli_explain > * {
      float: left;
      color: #f90; }

/********************************************/
.f_blue {
  color: #FF464E !important; }

.right_box {
  width: 298px;
  border: 1px #EFEFEF solid;
  margin-bottom: 20px;
  background-color: #fff; }
  .right_box .right_head {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px #EFEFEF solid; }
    .right_box .right_head b {
      float: left;
      margin-left: 20px;
      display: inline-block;
      font-size: 16px;
      color: #333333; }
    .right_box .right_head a {
      float: left;
      display: inline-block;
      height: 50px;
      line-height: 50px;
      font-size: 14px;
      color: #999; }
      .right_box .right_head a.more {
        float: right;
        margin-right: 15px;
        display: inline-block;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        color: #999; }
        .right_box .right_head a.more i {
          font-size: 12px;
          color: #999;
          top: -1px;
          position: relative; }
  .right_box .right_main {
    width: 268px;
    padding: 15px; }
  .right_box .right_main1 {
    width: 100%; }

/*右侧品牌*/
.right_brand_new .right_head {
  border-bottom: 1px #EFEFEF solid; }
  .right_brand_new .right_head b {
    width: 148px;
    cursor: pointer;
    margin-left: 0;
    text-align: center;
    color: #999; }
.right_brand_new ul {
  width: 100%;
  overflow: hidden;
  border-left: 1px #eee solid;
  border-top: 1px #eee solid; }
  .right_brand_new ul li {
    width: 88px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    float: left;
    position: relative;
    border-right: 1px #eee solid;
    border-bottom: 1px #eee solid; }
    .right_brand_new ul li img {
      width: 80%;
      height: 80%;
      position: absolute;
      top: 10%;
      left: 10%;
      z-index: 10; }
    .right_brand_new ul li span {
      width: 88px;
      height: 50px;
      text-align: center;
      line-height: 50px;
      color: #fff;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 0; }
    .right_brand_new ul li:hover span {
      z-index: 100;
      background-color: rgba(0, 0, 0, 0.8); }
    .right_brand_new ul li.li1 {
      border: 0; }
  .right_brand_new ul.hover {
    display: block; }

/*右侧商品/券*/
.right-goods-new ul li {
  transition: height 0.3s;
  -moz-transition: height 0.3s;
  -webkit-transition: height 0.3s;
  -o-transition: height 0.3s;
  width: 298px;
  height: 36px;
  overflow: hidden;
  margin-top: 10px;
  position: relative;
  border-bottom: 1px #eee solid;
  padding-bottom: 10px; }
  .right-goods-new ul li img {
    width: 36px;
    height: 36px;
    float: left;
    margin-left: 10px; }
  .right-goods-new ul li:hover img {
    opacity: 0.8; }
  .right-goods-new ul li .title {
    width: 230px;
    overflow: hidden;
    padding: 0 10px;
    line-height: 18px;
    height: 36px; }
  .right-goods-new ul li .price {
    width: 120px;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    display: none; }
    .right-goods-new ul li .price span.s1 {
      font-size: 12px;
      color: #dd2727; }
    .right-goods-new ul li .price span.s2 {
      font-size: 20px;
      color: #dd2727; }
  .right-goods-new ul li .layui-btn {
    height: 26px;
    line-height: 26px;
    float: right;
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: none; }
  .right-goods-new ul li.hover {
    height: 100px; }
    .right-goods-new ul li.hover * {
      display: inline-block; }
    .right-goods-new ul li.hover .title {
      width: 160px;
      float: left;
      margin-left: 10px;
      font-size: 14px;
      line-height: 22px;
      height: 44px;
      white-space: normal;
      padding: 0; }
    .right-goods-new ul li.hover img {
      width: 100px;
      height: 100px;
      float: left;
      margin-left: 10px; }

.right_tags_cat ul {
  width: 100%;
  overflow: hidden; }
  .right_tags_cat ul li {
    width: 50%;
    height: 40px;
    line-height: 40px;
    float: left;
    border-bottom: 1px solid #EFEFEF;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: block;
    overflow: hidden; }
    .right_tags_cat ul li img {
      width: 40px;
      height: 40px;
      float: left; }
    .right_tags_cat ul li div {
      width: 80px;
      float: left;
      text-align: left;
      margin-left: 10px; }
    .right_tags_cat ul li.li1 {
      border: 0; }
    .right_tags_cat ul li:hover {
      background-color: #F5F5F5; }

.right_tags_new .right_head {
  border-bottom: 1px #EFEFEF solid; }
  .right_tags_new .right_head b {
    width: 148px;
    cursor: pointer;
    margin-left: 0;
    text-align: center;
    color: #999; }
.right_tags_new ul {
  height: 410px;
  width: 100%;
  overflow: hidden; }
  .right_tags_new ul li {
    width: 50%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    float: left;
    border-bottom: 1px solid #EFEFEF;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: block; }
    .right_tags_new ul li img {
      width: 40px;
      height: 40px;
      float: left; }
    .right_tags_new ul li div {
      width: 80px;
      float: left;
      text-align: left;
      margin-left: 10px; }
    .right_tags_new ul li.li1 {
      border: 0; }
  .right_tags_new ul.hover {
    display: block; }

/*右侧指南*/
.right-zhinan-new ul li {
  height: 30px;
  overflow: hidden;
  margin-top: 10px;
  position: relative;
  border-bottom: 1px #eee solid;
  width: 100%;
  display: inline-block;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 270px;
  padding-left: 20px; }
  .right-zhinan-new ul li:last-child {
    border-bottom: 0; }

.right_box_ad {
  border-width: 0; }

/*榜单推荐列表头部*/
.special_top_head {
  width: 100%;
  height: 120px;
  padding: 15px;
  box-sizing: border-box;
  max-height: 215px;
  background: #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(51, 51, 51, 0.11);
  box-shadow: 0 5px 10px 0 rgba(51, 51, 51, 0.1);
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center; }
  .special_top_head .special-logo {
    width: 100px;
    height: 100px;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
    .special_top_head .special-logo img {
      max-width: 100%;
      max-height: 100%; }
    .special_top_head .special-logo i {
      font-size: 70px; }
  .special_top_head .special-info {
    width: 500px;
    height: 100px;
    margin-left: 20px; }
    .special_top_head .special-info h1 {
      font-size: 20px;
      vertical-align: middle;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      margin-top: 10px; }
    .special_top_head .special-info .special-attr {
      margin-top: 15px; }
      .special_top_head .special-info .special-attr .gz {
        display: inline-block;
        font-size: 12px;
        border-width: 1px;
        border-style: solid;
        height: 22px;
        line-height: 22px;
        text-align: center;
        -webkit-border-radius: 22px;
        border-radius: 22px;
        vertical-align: middle;
        border-color: #FF464E;
        background-color: #FF464E;
        color: #fff;
        padding: 0 0.5rem; }
      .special_top_head .special-info .special-attr .gz-num {
        display: inline-block;
        font-size: 14px;
        color: #999;
        line-height: 2.286;
        text-align: left;
        vertical-align: middle;
        margin-left: 10px; }

.shop_index {
  width: 1200px;
  margin: 0 auto; }
  .shop_index .sction-book-nav {
    border: 1px solid #dbdbdb;
    height: 180px;
    margin-top: 10px;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center; }
    .shop_index .sction-book-nav h3 {
      width: 60px;
      height: 180px;
      border-right: 1px solid #ededed;
      font-size: 16px;
      line-height: 18px;
      text-align: center; }
      .shop_index .sction-book-nav h3 a {
        display: block;
        color: #333;
        padding: 42px 20px 0; }
        .shop_index .sction-book-nav h3 a i {
          height: 24px;
          width: 17px; }
  .shop_index .book-nav-wrap {
    padding: 30px 0;
    overflow: hidden; }
    .shop_index .book-nav-wrap dl {
      padding: 0 5px 0 45px;
      margin-left: -1px;
      border-left: 1px dashed #d6d6d6;
      float: left;
      _display: inline;
      height: 117px;
      overflow: hidden; }
      .shop_index .book-nav-wrap dl dt {
        display: block;
        padding-bottom: 14px;
        padding-left: 5px;
        font-size: 16px;
        line-height: 20px;
        color: #333;
        font-weight: 700;
        overflow: hidden; }
        .shop_index .book-nav-wrap dl dt span {
          font-weight: 400;
          font-family: Tahoma;
          font-size: 12px;
          color: #999;
          padding-left: 6px; }
      .shop_index .book-nav-wrap dl dd {
        float: left;
        _display: inline;
        width: 76px;
        height: 19px;
        line-height: 19px;
        font-size: 12px;
        overflow: hidden;
        margin-top: 9px; }
        .shop_index .book-nav-wrap dl dd a {
          display: inline-block;
          padding: 0 5px;
          height: 19px;
          color: #666; }
        .shop_index .book-nav-wrap dl dd .z-on {
          border-radius: 3px;
          background-color: #f46;
          color: #fff; }
        .shop_index .book-nav-wrap dl dd .z-c:hover {
          color: #f36; }
      .shop_index .book-nav-wrap dl.f1 {
        width: 780px; }
      .shop_index .book-nav-wrap dl.f2 {
        width: 230px; }
  .shop_index .content {
    width: 1220px;
    overflow: hidden;
    padding-bottom: 20px; }
    .shop_index .content .remp_con1 {
      margin-right: 20px;
      width: 224px;
      min-height: 355px;
      float: left;
      cursor: pointer;
      background: #f6f6f6;
      margin-top: 15px; }
      .shop_index .content .remp_con1 .remp_cat {
        width: 214px;
        height: 65px;
        background: #fff;
        display: block;
        margin: 5px;
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center; }
        .shop_index .content .remp_con1 .remp_cat i {
          font-size: 40px;
          margin-right: 15px; }
      .shop_index .content .remp_con1 ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        .shop_index .content .remp_con1 ul li {
          width: 163px;
          margin: 0 auto;
          padding-top: 7px;
          padding-bottom: 7px;
          overflow: hidden;
          border-bottom: 1px solid #ebebeb;
          white-space: nowrap; }
          .shop_index .content .remp_con1 ul li span {
            float: left; }
          .shop_index .content .remp_con1 ul li span.no3 {
            padding-left: 15px;
            line-height: 13px; }
          .shop_index .content .remp_con1 ul li a {
            color: #656565; }

.shop_list {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 5px;
  overflow: hidden; }
  .shop_list .shop_box {
    border: 1px solid #f3f3f3;
    float: left;
    margin: 10px 5px 0 5px;
    padding: 10px;
    width: 410px; }
    .shop_list .shop_box .shop-logo {
      float: left;
      margin-right: 10px; }
      .shop_list .shop_box .shop-logo img {
        border-radius: 50%;
        height: 65px;
        width: 65px;
        box-shadow: 0 0 5px #ccc; }
    .shop_list .shop_box .mod-shop {
      float: left;
      width: 333px; }
      .shop_list .shop_box .mod-shop .title-info {
        height: 16px;
        overflow: hidden; }
      .shop_list .shop_box .mod-shop .title {
        float: left;
        color: #ff8bb3;
        font-size: 14px;
        line-height: 16px;
        font-weight: bold;
        width: 142px; }
      .shop_list .shop_box .mod-shop .label {
        display: inline-block;
        height: 16px;
        line-height: 16px;
        margin-left: 10px;
        padding: 0 5px;
        background-color: #ff8bb3;
        color: #fff;
        text-align: center;
        width: 60px;
        float: right;
        font-size: 12px;
        border-radius: 3px; }
      .shop_list .shop_box .mod-shop .assess-info, .shop_list .shop_box .mod-shop .shop-intro {
        margin: 12px 0 8px; }
      .shop_list .shop_box .mod-shop .assess-info span {
        display: inline-block;
        width: 110px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        .shop_list .shop_box .mod-shop .assess-info span:first-child {
          width: 200px; }
      .shop_list .shop_box .mod-shop .gray {
        margin: 0 20px 0 8px;
        color: #999;
        font-size: 12px;
        font-style: normal; }
      .shop_list .shop_box .mod-shop .sale-info {
        margin: 8px 0 10px; }
    .shop_list .shop_box:hover {
      box-shadow: 0 0 3px #ff8bb3; }

.page ul {
  width: 100%;
  margin-top: 20px; }
  .page ul li {
    display: inline-block;
    border: 1px #eee solid;
    padding: 5px 10px;
    border-radius: 2px;
    margin-right: 10px; }
    .page ul li.active {
      color: red; }

.banner_brand {
  height: 200px;
  background: url("../img/banner_all.jpg") top center no-repeat;
  width: 100%;
  text-align: center;
  overflow: hidden; }
  .banner_brand .t1 {
    font-size: 40px;
    color: #B83136;
    border-bottom: 1px #F7BEC3 double;
    width: 420px;
    padding-bottom: 10px;
    margin: 45px auto 15px; }
  .banner_brand .t2 {
    font-size: 30px;
    color: #C77070; }

.banner_brand_pic {
  background: url("../img/banner_all.jpg") top center no-repeat; }

.banner_special_pic {
  background: url("../img/banner_jkj.jpg") top center no-repeat; }

/*榜单品牌 顶部标题*/
.indsty_con {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  position: relative; }
  .indsty_con .indsty_tits {
    width: 500px;
    height: 42px;
    margin: 0 auto;
    margin-top: 60px;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center; }
    .indsty_con .indsty_tits span {
      display: block;
      width: 30px;
      height: 1px;
      background-color: rgba(184, 49, 54, 0.6); }
    .indsty_con .indsty_tits p {
      font: 32px/42px "微软雅黑";
      color: #b83136; }

.special-tj {
  width: 100%;
  margin: 0 auto;
  height: 155px;
  overflow: hidden;
  position: relative; }
  .special-tj ul {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    margin: 0 auto; }
    .special-tj ul li {
      float: left;
      width: 110px; }
      .special-tj ul li a {
        display: block;
        height: 123px;
        padding: 28px 20px 0;
        text-align: center; }
        .special-tj ul li a img {
          max-width: 75px;
          max-height: 75px;
          border-radius: 100%; }
        .special-tj ul li a p {
          line-height: 30px; }
      .special-tj ul li:hover a {
        border-top-color: #a30000;
        background: #d41c1c;
        color: #fff !important; }

.brand-tj ul li a .img {
  width: 75px;
  height: 75px;
  border-radius: 100%;
  background-color: #fff;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }

.brand_list {
  margin-top: 20px; }
  .brand_list .main {
    width: 96%;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px #eee solid; }
    .brand_list .main .tt {
      width: 30px;
      padding: 20px 10px;
      text-align: center;
      font-size: 24px;
      word-wrap: break-word;
      letter-spacing: 20px;
      background: -webkit-linear-gradient(bottom, #45868F, rgba(69, 134, 143, 0.7), rgba(69, 134, 143, 0.4));
      /* Safari 5.1 - 6.0 */
      background: -o-linear-gradient(bottom, #45868F, rgba(69, 134, 143, 0.7), rgba(69, 134, 143, 0.4));
      /* Opera 11.1 - 12.0 */
      background: -moz-linear-gradient(bottom, #45868F, rgba(69, 134, 143, 0.7), rgba(69, 134, 143, 0.4));
      /* Firefox 3.6 - 15 */
      background: linear-gradient(to bottom, #45868F, rgba(69, 134, 143, 0.7), rgba(69, 134, 143, 0.4));
      /* 标准的语法 */
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-weight: bold;
      padding-top: 20px; }
    .brand_list .main ul {
      border-left: 1px #eee solid;
      padding: 20px;
      width: 800px; }
      .brand_list .main ul li {
        float: left;
        margin-right: 25px;
        height: 40px;
        line-height: 40px;
        overflow: hidden; }
        .brand_list .main ul li a {
          color: #666; }

.brand_show .brand_head {
  border-top: 3px solid #d0b781;
  width: 100%;
  background: -webkit-linear-gradient(bottom, rgba(239, 239, 239, 0.7), rgba(239, 239, 239, 0.3), #fff);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(bottom, rgba(239, 239, 239, 0.7), rgba(239, 239, 239, 0.3), #fff);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(bottom, rgba(239, 239, 239, 0.7), rgba(239, 239, 239, 0.3), #fff);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to bottom, rgba(239, 239, 239, 0.7), rgba(239, 239, 239, 0.3), #fff);
  /* 标准的语法 */
  position: relative;
  overflow: hidden; }
  .brand_show .brand_head .fleft {
    float: left;
    width: 264px;
    height: 165px;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
    .brand_show .brand_head .fleft .brand_logo {
      width: 200px;
      background-color: #fff; }
      .brand_show .brand_head .fleft .brand_logo .logo {
        height: 90px;
        line-height: 90px;
        border: 1px rgba(208, 183, 129, 0.5) solid;
        text-align: center;
        overflow: hidden; }
      .brand_show .brand_head .fleft .brand_logo img {
        max-width: 100%;
        max-height: 100%; }
      .brand_show .brand_head .fleft .brand_logo img:hover {
        opacity: 0.8; }
      .brand_show .brand_head .fleft .brand_logo .gw {
        width: 100%;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color: #fff;
        font-size: 14px;
        background-color: #d0b781; }
      .brand_show .brand_head .fleft .brand_logo .gw i {
        font-size: 20px; }
      .brand_show .brand_head .fleft .brand_logo .gw span {
        position: relative;
        top: -2px; }
      .brand_show .brand_head .fleft .brand_logo .gw:hover {
        opacity: 0.8;
        cursor: pointer; }
  .brand_show .brand_head .fright {
    float: right;
    width: 620px; }
    .brand_show .brand_head .fright .brand_attr {
      width: 570px;
      padding: 10px 20px 20px 30px;
      position: relative;
      overflow: hidden;
      border-left: 1px dotted #d0b781;
      color: #666; }
      .brand_show .brand_head .fright .brand_attr h1 {
        padding-bottom: 12px;
        font-size: 28px;
        color: #333;
        margin-top: 5px; }
      .brand_show .brand_head .fright .brand_attr .gj {
        color: #999;
        margin-top: 10px; }
        .brand_show .brand_head .fright .brand_attr .gj span {
          margin-right: 50px; }
          .brand_show .brand_head .fright .brand_attr .gj span:last-child {
            margin-right: 0; }
      .brand_show .brand_head .fright .brand_attr .jj {
        color: #333;
        font-size: 15px;
        line-height: 26px;
        margin-top: 10px; }
      .brand_show .brand_head .fright .brand_attr .shop {
        position: absolute;
        right: 28px;
        top: 15px;
        border-radius: 19px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center; }
        .brand_show .brand_head .fright .brand_attr .shop i {
          margin-right: 5px; }
.brand_show ul.tags {
  width: 100%;
  height: 110px;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center; }
  .brand_show ul.tags li {
    float: left;
    width: 110px;
    height: 110px; }
    .brand_show ul.tags li a {
      display: block;
      height: 110px;
      text-align: center;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; }
      .brand_show ul.tags li a img {
        width: 75px;
        height: 75px;
        border-radius: 100%;
        border: 2px solid rgba(208, 183, 129, 0.5); }
.brand_show .brand_rel_tags {
  overflow: hidden;
  padding-top: 20px; }
  .brand_show .brand_rel_tags a {
    float: left;
    display: inline-block;
    margin: 0 10px 10px 0;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    border: 1px solid #aaa;
    color: #222;
    font-size: 16px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
    .brand_show .brand_rel_tags a:hover {
      background: #264391;
      color: #fff;
      border: 1px solid #264391; }
.brand_show .brand_main {
  padding: 10px 20px; }
  .brand_show .brand_main .brand_main_head {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #666;
    border-bottom: 3px rgba(224, 224, 224, 0.6) solid; }
    .brand_show .brand_main .brand_main_head .f_blue {
      display: inline-block;
      height: 40px;
      border-bottom: 3px #D0B781 solid;
      margin-bottom: 0;
      background-image: -webkit-linear-gradient(-45deg, #FF464E, rgba(0, 0, 255, 0.8) 30%, #FF464E 50%, rgba(0, 0, 255, 0.8) 70%, #FF464E 90%, rgba(0, 0, 255, 0.8) 100%);
      -webkit-text-fill-color: transparent;
      /* 将字体设置成透明色 */
      -webkit-background-clip: text;
      /* 裁剪背景图，使文字作为裁剪区域向外裁剪 */
      -webkit-background-size: 200% 100%;
      -webkit-animation: shine 4s linear infinite;
      line-height: 40px;
      font-size: 16px;
      font-weight: bold; }
    .brand_show .brand_main .brand_main_head .more {
      float: right;
      font-size: 14px;
      color: #666;
      font-weight: normal; }
      .brand_show .brand_main .brand_main_head .more i {
        font-size: 14px; }
      .brand_show .brand_main .brand_main_head .more:hover {
        color: #FF464E; }
  .brand_show .brand_main .brand_main_main {
    font-size: 14px;
    line-height: 30px;
    color: #666;
    margin-top: 10px; }
    .brand_show .brand_main .brand_main_main .pic {
      float: left;
      margin-right: 15px;
      margin-top: 10px; }
    .brand_show .brand_main .brand_main_main ul {
      width: 100%; }
      .brand_show .brand_main .brand_main_main ul li {
        font-size: 16px;
        color: #666; }
  .brand_show .brand_main .brand_main_info {
    overflow: hidden; }
    .brand_show .brand_main .brand_main_info ul li {
      padding-right: 10px;
      height: 44px;
      line-height: 44px;
      border-bottom: 1px solid #ddd;
      overflow: hidden; }
      .brand_show .brand_main .brand_main_info ul li span:first-child {
        color: #666;
        float: left; }
      .brand_show .brand_main .brand_main_info ul li span:last-child {
        color: #333;
        font-weight: bold;
        float: right; }
    .brand_show .brand_main .brand_main_info .bdad {
      width: 260px;
      float: right; }
  .brand_show .brand_main .shop_main_main ul {
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap; }
    .brand_show .brand_main .shop_main_main ul li {
      float: left;
      width: 400px;
      height: 76px;
      padding: 14px 20px;
      box-sizing: border-box;
      border: 1px solid #efefef;
      background-color: #fff;
      margin-top: 14px;
      cursor: pointer;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between; }
      .brand_show .brand_main .shop_main_main ul li a:first-child img {
        max-width: 45px;
        max-height: 45px;
        margin-right: 10px; }
      .brand_show .brand_main .shop_main_main ul li a:last-child {
        position: relative;
        width: 88px;
        line-height: 28px;
        color: #ec2b35;
        border: 1px solid #ec2b35;
        border-radius: 4px;
        text-align: center;
        background-color: #fff;
        box-sizing: border-box;
        margin-top: 8px;
        font-size: 12px;
        padding-right: 8px; }
  .brand_show .brand_main .brand_main_content p {
    text-indent: 2em;
    margin-top: 10px; }
.brand_show .box_goods .zk-list {
  overflow: hidden; }
  .brand_show .box_goods .zk-list li {
    width: 200px; }
.brand_show .brand_rel_brand ul {
  width: 850px;
  overflow: hidden; }
  .brand_show .brand_rel_brand ul li {
    width: 160px;
    height: 103px;
    float: left;
    margin-right: 10px;
    margin-top: 10px; }
    .brand_show .brand_rel_brand ul li .logo {
      width: 158px;
      height: 73px;
      line-height: 73px;
      text-align: center;
      border: 1px rgba(208, 183, 129, 0.3) solid; }
    .brand_show .brand_rel_brand ul li img {
      max-width: 100%;
      max-height: 100%; }
    .brand_show .brand_rel_brand ul li img:hover {
      opacity: 0.8; }
    .brand_show .brand_rel_brand ul li .tt {
      width: 100%;
      height: 30px;
      line-height: 30px;
      text-align: center;
      background-color: #d0b781;
      color: #fff;
      font-size: 14px; }

.pphd {
  overflow: hidden;
  clear: both; }
  .pphd .title-d {
    height: 66px;
    line-height: 66px;
    text-align: center;
    font-size: 24px; }
  .pphd .title-d:before, .pphd .title-d:after {
    content: "";
    position: relative;
    top: -6px;
    display: inline-block;
    width: 30px;
    height: 1px;
    line-height: 0;
    font-size: 0;
    margin: 0 10px;
    background: #ccc; }
  .pphd .fl {
    float: left; }
  .pphd .box430 {
    width: 430px; }
  .pphd .bgwhite {
    background: #fff; }
  .pphd .fr {
    float: right; }
  .pphd .thumbs-tit {
    height: 50px;
    background: #f59b43;
    padding: 10px 20px 0 20px; }
    .pphd .thumbs-tit.share-t {
      background: #ff5e5e; }
    .pphd .thumbs-tit p {
      float: left;
      height: 40px;
      line-height: 40px;
      font-size: 20px;
      color: #fff;
      font-weight: 600; }
    .pphd .thumbs-tit a {
      float: right;
      display: block;
      height: 40px;
      line-height: 40px;
      font-size: 14px;
      color: #fff; }
      .pphd .thumbs-tit a .gz-icon {
        float: left;
        display: block;
        width: 16px;
        height: 16px;
        margin: 13px 10px 0 0;
        background-position: -332px -192px; }
    .pphd .thumbs-tit span {
      line-height: 22px;
      font-size: 14px;
      color: #fff;
      margin-right: 15px; }
      .pphd .thumbs-tit span .icon-xs {
        display: inline-block;
        height: 16px;
        width: 16px;
        background-position: -366px -186px; }
      .pphd .thumbs-tit span .iconxx {
        display: inline-block;
        height: 16px;
        width: 16px;
        background-position: -386px -186px; }
  .pphd .thumbs-cont, .pphd .share-cont {
    padding: 20px;
    height: 100px;
    background: #fafafa; }
    .pphd .thumbs-cont .txt, .pphd .share-cont .txt {
      margin-left: 15px;
      float: left;
      margin-top: 40px; }
  .pphd .thumbs-up, .pphd .thumbs-down {
    float: left;
    width: 102px;
    margin: 10px 45px 15px 45px;
    cursor: pointer; }
  .pphd .thumbs-up span, .pphd .thumbs-down span {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 60px; }
    .pphd .thumbs-up span i, .pphd .thumbs-down span i {
      font-size: 30px;
      color: #fff; }
  .pphd .thumbs-up-icon {
    background-color: #f59b43;
    background-position: -48px -226px; }
  .pphd .thumbs-down-icon {
    background-color: #bbb;
    background-position: 14px -226px; }
  .pphd .thumbs-up p, .pphd .thumbs-down p {
    line-height: 36px;
    font-size: 16px;
    color: #f59b43;
    font-weight: 600;
    text-align: center;
    margin-top: 10px; }
  .pphd .thumbs-down p {
    color: #999; }
  .pphd .share-cont .qrcode {
    float: left;
    width: 100px;
    height: 100px; }
  .pphd .sm-share {
    float: right;
    width: 270px;
    font-size: 14px;
    line-height: 22px; }
    .pphd .sm-share .p1 {
      color: #999; }
    .pphd .sm-share .p2 {
      color: #333;
      margin-top: 20px; }

.noData {
  padding: 41px !important; }

/*榜单品牌 顶部标题*/
.indsty_con {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  position: relative; }
  .indsty_con .indsty_tits {
    width: 500px;
    height: 42px;
    margin: 0 auto;
    margin-top: 60px;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center; }
    .indsty_con .indsty_tits span {
      display: block;
      width: 30px;
      height: 1px;
      background-color: rgba(184, 49, 54, 0.6); }
    .indsty_con .indsty_tits p {
      font: 32px/42px "微软雅黑";
      color: #b83136; }

.special-tj {
  width: 100%;
  margin: 0 auto;
  height: 155px;
  overflow: hidden;
  position: relative; }
  .special-tj ul {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    margin: 0 auto; }
    .special-tj ul li {
      float: left;
      width: 110px; }
      .special-tj ul li a {
        display: block;
        height: 123px;
        padding: 28px 20px 0;
        text-align: center; }
        .special-tj ul li a img {
          max-width: 75px;
          max-height: 75px;
          border-radius: 100%; }
        .special-tj ul li a p {
          line-height: 30px; }
      .special-tj ul li:hover a {
        border-top-color: #a30000;
        background: #d41c1c;
        color: #fff !important; }

.brand_list {
  margin-top: 20px; }
  .brand_list .main {
    width: 96%;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px #eee solid; }
    .brand_list .main .tt {
      width: 30px;
      padding: 20px 10px;
      text-align: center;
      font-size: 24px;
      word-wrap: break-word;
      letter-spacing: 20px;
      background: -webkit-linear-gradient(bottom, #45868F, rgba(69, 134, 143, 0.7), rgba(69, 134, 143, 0.4));
      /* Safari 5.1 - 6.0 */
      background: -o-linear-gradient(bottom, #45868F, rgba(69, 134, 143, 0.7), rgba(69, 134, 143, 0.4));
      /* Opera 11.1 - 12.0 */
      background: -moz-linear-gradient(bottom, #45868F, rgba(69, 134, 143, 0.7), rgba(69, 134, 143, 0.4));
      /* Firefox 3.6 - 15 */
      background: linear-gradient(to bottom, #45868F, rgba(69, 134, 143, 0.7), rgba(69, 134, 143, 0.4));
      /* 标准的语法 */
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-weight: bold;
      padding-top: 20px; }
    .brand_list .main ul {
      border-left: 1px #eee solid;
      padding: 20px;
      width: 800px; }
      .brand_list .main ul li {
        float: left;
        margin-right: 25px;
        height: 40px;
        line-height: 40px;
        overflow: hidden; }
        .brand_list .main ul li a {
          color: #666; }

.top_brand {
  margin: 0 0 15px;
  position: relative; }
  .top_brand .back-icon {
    height: 330px;
    overflow: hidden;
    position: relative; }
    .top_brand .back-icon .icon {
      width: 1200px;
      height: 100%;
      -webkit-filter: blur(50px);
      filter: blur(50px);
      margin: 0 auto;
      background: -webkit-linear-gradient(bottom, rgba(221, 221, 221, 0.8), rgba(221, 221, 221, 0.6), rgba(221, 221, 221, 0.7));
      /* Safari 5.1 - 6.0 */
      background: -o-linear-gradient(bottom, rgba(221, 221, 221, 0.8), rgba(221, 221, 221, 0.6), rgba(221, 221, 221, 0.7));
      /* Opera 11.1 - 12.0 */
      background: -moz-linear-gradient(bottom, rgba(221, 221, 221, 0.8), rgba(221, 221, 221, 0.6), rgba(221, 221, 221, 0.7));
      /* Firefox 3.6 - 15 */
      background: linear-gradient(to bottom, rgba(221, 221, 221, 0.8), rgba(221, 221, 221, 0.6), rgba(221, 221, 221, 0.7));
      /* 标准的语法 */ }
    .top_brand .back-icon .cover {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background-color: rgba(246, 94, 102, 0.35);
      z-index: 2; }
  .top_brand .section {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1200px;
    margin-left: -600px;
    z-index: 3; }
    .top_brand .section .nav-position {
      border: 0;
      margin-top: 5px; }
      .top_brand .section .nav-position a, .top_brand .section .nav-position span, .top_brand .section .nav-position i {
        color: #dd1d1d; }
    .top_brand .section .detail {
      position: absolute;
      bottom: 20.1px;
      left: 0;
      right: 0;
      background: -webkit-linear-gradient(bottom, rgba(253, 61, 74, 0.9), rgba(253, 61, 74, 0.8), rgba(253, 61, 74, 0.6));
      /* Safari 5.1 - 6.0 */
      background: -o-linear-gradient(bottom, rgba(253, 61, 74, 0.9), rgba(253, 61, 74, 0.8), rgba(253, 61, 74, 0.6));
      /* Opera 11.1 - 12.0 */
      background: -moz-linear-gradient(bottom, rgba(253, 61, 74, 0.9), rgba(253, 61, 74, 0.8), rgba(253, 61, 74, 0.6));
      /* Firefox 3.6 - 15 */
      background: linear-gradient(to bottom, rgba(253, 61, 74, 0.9), rgba(253, 61, 74, 0.8), rgba(253, 61, 74, 0.6));
      /* 标准的语法 */
      -webkit-box-shadow: 3px 5px 10px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 3px 5px 10px 0 rgba(0, 0, 0, 0.1);
      padding: 24px 40px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      height: 260px;
      background-color: rgba(255, 255, 255, 0.3);
      border-radius: 10px; }
      .top_brand .section .detail .dt-main {
        float: left;
        display: inline;
        width: 100%; }
        .top_brand .section .detail .dt-main .dt-main-pic-box {
          padding: 0 35px 0 0;
          float: left;
          text-align: center; }
          .top_brand .section .detail .dt-main .dt-main-pic-box .dt-main-pic {
            height: 210px;
            width: 210px; }
            .top_brand .section .detail .dt-main .dt-main-pic-box .dt-main-pic img {
              width: 100%;
              height: 100%;
              border-radius: 50%;
              box-shadow: -1px -1px 20px 0px rgba(255, 70, 78, 0.8); }
        .top_brand .section .detail .dt-main .dt-main-info {
          float: left;
          width: 850px;
          line-height: 17px; }
          .top_brand .section .detail .dt-main .dt-main-info h1 {
            line-height: 40px;
            font-size: 36px;
            margin-bottom: 5px;
            color: #f5f5f5;
            font-weight: bold;
            *height: 1%;
            margin-top: 30px;
            text-shadow: 0px -1px 3px #111; }
            .top_brand .section .detail .dt-main .dt-main-info h1:after {
              clear: both;
              content: '.';
              display: block;
              height: 0;
              line-height: 0;
              overflow: hidden; }
          .top_brand .section .detail .dt-main .dt-main-info .div_des {
            font-weight: normal;
            font-size: 15px;
            color: #e6e6e6;
            position: relative;
            line-height: 20px;
            margin-top: 30px; }
            .top_brand .section .detail .dt-main .dt-main-info .div_des .div1 {
              margin-top: 6px;
              color: #fff;
              text-shadow: 0 0 1px #333; }
            .top_brand .section .detail .dt-main .dt-main-info .div_des .div2 {
              font-size: 14px;
              margin-top: 10px;
              color: #fff; }
              .top_brand .section .detail .dt-main .dt-main-info .div_des .div2 i {
                margin-right: 5px; }
                .top_brand .section .detail .dt-main .dt-main-info .div_des .div2 i.icon-shijian {
                  margin-left: 35px; }
              .top_brand .section .detail .dt-main .dt-main-info .div_des .div2 span {
                font-size: 12px;
                color: #e6e6e6;
                text-shadow: 0 0 1px rgba(102, 102, 102, 0.5); }
      .top_brand .section .detail .dt-main-entrance {
        float: right;
        margin-right: 40px;
        width: 84px;
        padding: 13px 0 0 7px; }
        .top_brand .section .detail .dt-main-entrance .shop-entrance {
          height: 35px;
          line-height: 35px;
          background-color: #ff8432;
          border: 1px solid #ff8432;
          color: #fff;
          display: inline-block;
          clear: both;
          width: 90px;
          text-align: center;
          border-radius: 8px;
          font-size: 16px; }

.nav_special {
  width: 100%;
  z-index: 50;
  position: relative;
  background-color: #fff; }
  .nav_special div {
    width: 100%;
    margin: 0 auto;
    text-align: left; }
  .nav_special ul {
    width: 885px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    border-bottom: 2px rgba(238, 231, 224, 0.8) solid; }
    .nav_special ul li {
      text-align: center; }
      .nav_special ul li a {
        height: 50px;
        display: block;
        line-height: 50px;
        text-align: center;
        font-size: 16px;
        color: #333;
        border-bottom: 2px #fff solid; }
    .nav_special ul li.hover a, .nav_special ul li:hover a {
      border-bottom: 2px #FF464E solid;
      color: #FF464E; }

.nav_special_fixed {
  position: fixed;
  top: 0;
  z-index: 2000;
  background-color: #FF464E;
  left: 50%;
  margin-left: -600px; }
  .nav_special_fixed div {
    width: 1200px; }
  .nav_special_fixed ul li {
    background-color: #FF464E;
    border-bottom: 0;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    width: 140px; }
    .nav_special_fixed ul li a {
      color: #fff;
      height: 40px;
      line-height: 40px; }
  .nav_special_fixed ul li.hover, .nav_special_fixed ul li:hover {
    border-bottom: 0;
    background-color: #b9190f; }
    .nav_special_fixed ul li.hover a, .nav_special_fixed ul li:hover a {
      color: #fff; }
      .nav_special_fixed ul li.hover a:hover, .nav_special_fixed ul li:hover a:hover {
        color: #fff; }

.special_box {
  padding: 20px 18px 10px 18px;
  border: 2px #fff solid;
  border-bottom: 1px rgba(238, 231, 224, 0.8) solid;
  background-color: #fff; }
  .special_box .title {
    overflow: hidden; }
    .special_box .title .s1 {
      width: 40px;
      height: 40px;
      display: inline-block;
      float: left;
      background: url(../img/bdxq_gold.png) no-repeat;
      background-size: 100%; }
    .special_box .title .brand2 {
      background: url(../img/bdxq_silver.png) no-repeat;
      background-size: 100%; }
    .special_box .title .brand3 {
      background: url(../img/bdxq_copper.png) no-repeat;
      background-size: 100%; }
    .special_box .title .brand4 {
      background: url(../img/bdxq_garland.png) no-repeat;
      background-size: 100%;
      text-align: center;
      line-height: 36px;
      font-size: 16px;
      font-weight: bold;
      color: #666; }
    .special_box .title .s2 {
      float: left;
      margin-top: 7px;
      margin-left: 15px;
      color: #666; }
    .special_box .title .s3 {
      float: right;
      margin-left: 15px;
      line-height: 30px;
      height: 32px; }
      .special_box .title .s3 i {
        font-size: 20px;
        margin-right: 5px;
        position: relative;
        top: 2px; }
    .special_box .title b {
      font-size: 20px;
      color: #333;
      float: left;
      margin-left: 15px;
      margin-top: 3px; }
  .special_box .pic-des {
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 20px; }
  .special_box .pic {
    float: left;
    width: 160px;
    text-align: center;
    background-color: #fff; }
    .special_box .pic img {
      max-width: 100%;
      max-height: 76px; }
  .special_box .des {
    width: 640px;
    float: right;
    line-height: 24px; }
    .special_box .des .data {
      color: #333; }
      .special_box .des .data span {
        margin-right: 20px; }
    .special_box .des .msg {
      color: #666;
      max-height: 48px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
  .special_box .box_goods ul.none {
    display: none; }
  .special_box .goods {
    width: 100%;
    clear: both;
    text-align: center; }
    .special_box .goods .div {
      line-height: 40px;
      position: relative;
      top: 10px; }
  .special_box .goods_hide {
    display: none; }
  .special_box .box_goods {
    border-top: 1px rgba(190, 160, 120, 0.3) solid;
    margin-top: 20px; }
    .special_box .box_goods ul {
      padding-left: 0; }
      .special_box .box_goods ul li {
        width: 200px;
        text-align: left;
        margin-right: 9px;
        border: 1px rgba(238, 231, 224, 0.8) solid; }
        .special_box .box_goods ul li .img-area {
          width: 196px;
          height: 196px;
          line-height: inherit; }
    .special_box .box_goods div {
      color: #999;
      position: relative; }
  .special_box .goods_hide {
    display: none; }
  .special_box .goods_button {
    width: 800px;
    height: 40px;
    border-top: 1px #D9D9D9 dashed;
    margin-left: 20px;
    cursor: pointer;
    color: #999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0; }
  .special_box .goods_button:hover {
    color: #FF464E; }
  .special_box:first-child {
    border-top: 0; }
  .special_box:hover {
    background-color: #f8f8f8;
    border: 2px rgba(238, 231, 224, 0.8) solid; }
    .special_box:hover:first-child {
      border-top: 0; }

.layui-flow-more {
  padding-top: 30px;
  text-align: center;
  clear: both; }

.phb-top {
  width: 1200px;
  height: 150px;
  margin: 0 auto; }
  .phb-top .nav-position {
    border: none; }
  .phb-top h1 {
    width: 885px;
    float: left;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-weight: 400;
    margin: 30px auto; }
    .phb-top h1 span {
      position: relative;
      display: inline-block;
      color: #fff;
      background: #d8302b;
      padding: 0 30px;
      border-radius: 22px;
      font-size: 22px; }
    .phb-top h1 .top_mod_landingtitle_head, .phb-top h1 .top_mod_landingtitle_tail {
      position: absolute;
      width: 0;
      height: 100%;
      top: 0; }
    .phb-top h1 .top_mod_landingtitle_head {
      left: 22px; }
      .phb-top h1 .top_mod_landingtitle_head:before {
        width: 37px;
        top: 20px;
        right: 0; }
      .phb-top h1 .top_mod_landingtitle_head:after {
        width: 66px;
        top: 32px;
        right: 0; }
    .phb-top h1 .top_mod_landingtitle_tail {
      right: 22px; }
      .phb-top h1 .top_mod_landingtitle_tail:before {
        width: 69px;
        top: 16px;
        left: 0; }
      .phb-top h1 .top_mod_landingtitle_tail:after {
        width: 40px;
        top: 28px;
        left: 0; }
    .phb-top h1 .top_mod_landingtitle_head:after, .phb-top h1 .top_mod_landingtitle_head:before, .phb-top h1 .top_mod_landingtitle_tail:after, .phb-top h1 .top_mod_landingtitle_tail:before {
      position: absolute;
      height: 2px;
      background: #d8302b;
      content: ""; }

.tag_rel_more {
  background-color: #fff;
  padding: 20px;
  margin-top: 15px; }
  .tag_rel_more .head {
    text-align: left;
    height: 40px;
    line-height: 40px;
    border-bottom: 3px rgba(224, 224, 224, 0.6) solid; }
    .tag_rel_more .head b {
      font-size: 18px;
      background-image: -webkit-linear-gradient(-45deg, #FF464E, rgba(0, 0, 255, 0.8) 30%, #FF464E 50%, rgba(0, 0, 255, 0.8) 70%, #FF464E 90%, rgba(0, 0, 255, 0.8) 100%);
      -webkit-text-fill-color: transparent;
      /* 将字体设置成透明色 */
      -webkit-background-clip: text;
      /* 裁剪背景图，使文字作为裁剪区域向外裁剪 */
      -webkit-background-size: 200% 100%;
      -webkit-animation: shine 4s linear infinite;
      height: 40px;
      line-height: 40px;
      display: inline-block;
      border-bottom: 3px #d0b781 solid; }
    .tag_rel_more .head .more {
      float: right;
      color: #999;
      font-size: 12px; }
  .tag_rel_more .main {
    margin-top: 5px; }
    .tag_rel_more .main ul {
      background: #fff;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      flex-wrap: wrap; }
      .tag_rel_more .main ul li {
        margin-top: 15px; }
        .tag_rel_more .main ul li a {
          display: block;
          width: 226px;
          height: 40px;
          line-height: 40px;
          border-radius: 20px;
          background: #eee;
          padding: 0 20px;
          font-size: 14px;
          color: #666; }
          .tag_rel_more .main ul li a span {
            float: left;
            width: 200px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            text-align: center; }
          .tag_rel_more .main ul li a em {
            font-size: 10px;
            float: right; }
          .tag_rel_more .main ul li a:hover {
            background: #f9a411;
            color: #fff; }

/*品牌榜*/
.moreBrand {
  width: 100%;
  height: 80px;
  line-height: 80px;
  margin-top: 15px;
  text-align: center;
  background: url(./../img/banner_all.jpg) center no-repeat;
  background-size: 120%; }
  .moreBrand span {
    font-size: 30px;
    color: #b83136; }
    .moreBrand span:before, .moreBrand span:after {
      display: inline-block;
      width: 80px;
      height: 1px;
      background: #b83136;
      margin: 0 10px;
      line-height: 20px;
      content: " ";
      position: relative;
      top: -10px; }

.bang_web {
  width: 1200px;
  margin: 0 auto; }
  .bang_web .bang_main {
    overflow: hidden; }
  .bang_web .left-pop {
    width: 150px;
    float: left;
    background-color: #fff; }
    .bang_web .left-pop ul {
      width: 150px;
      background-color: #fff;
      z-index: 1000; }
      .bang_web .left-pop ul li a {
        display: block;
        position: relative;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        text-align: center;
        color: #666; }
      .bang_web .left-pop ul li.hover, .bang_web .left-pop ul li:hover {
        background: #e00b0b; }
        .bang_web .left-pop ul li.hover a, .bang_web .left-pop ul li:hover a {
          color: #fff; }
  .bang_web .bang_detail {
    width: 1030px;
    float: right;
    /*品牌榜头部*/
    /*品牌榜模块1*/ }
    .bang_web .bang_detail .bang_top {
      background-color: #fff;
      padding-top: 20px; }
      .bang_web .bang_detail .bang_top h1 {
        font-size: 24px;
        line-height: 55px;
        color: #333;
        text-align: center;
        margin-top: 20px; }
        .bang_web .bang_detail .bang_top h1:before, .bang_web .bang_detail .bang_top h1:after {
          display: inline-block;
          width: 80px;
          height: 1px;
          background: #666;
          margin: 0 10px;
          line-height: 20px;
          content: " ";
          position: relative;
          top: -6px; }
      .bang_web .bang_detail .bang_top .div_des {
        width: 710px;
        margin: 20px auto 0;
        text-align: center;
        font-size: 14px;
        line-height: 26px;
        color: #999;
        position: relative; }
        .bang_web .bang_detail .bang_top .div_des .time {
          position: absolute;
          bottom: 130px;
          right: -140px;
          font-size: 12px;
          color: #999; }
    .bang_web .bang_detail .bang_nav {
      background-color: #fff;
      height: 59px;
      width: 620px;
      margin: 20px auto 0;
      position: relative;
      display: flex;
      justify-content: space-around; }
      .bang_web .bang_detail .bang_nav li {
        display: block;
        float: left;
        width: 100px;
        font-size: 20px;
        line-height: 48px;
        color: #333;
        text-align: center;
        margin-right: 50px;
        position: relative;
        cursor: pointer; }
        .bang_web .bang_detail .bang_nav li.hover, .bang_web .bang_detail .bang_nav li:hover {
          color: #E00B0B;
          border-bottom: 3px #e00b0b solid; }
    .bang_web .bang_detail .bang_box1 {
      display: flex;
      flex-direction: row;
      align-items: center;
      background-color: #fff;
      margin-top: 15px;
      flex-wrap: wrap; }
      .bang_web .bang_detail .bang_box1 .num {
        width: 46px;
        height: 160px;
        margin-left: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; }
        .bang_web .bang_detail .bang_box1 .num .s1 {
          font: 30px/36px "微软雅黑";
          color: #f9a411;
          font-weight: 600;
          text-align: center; }
        .bang_web .bang_detail .bang_box1 .num .s2 {
          display: block;
          height: 20px;
          font: 14px/20px "微软雅黑";
          color: #999;
          font-weight: 600;
          text-align: center; }
      .bang_web .bang_detail .bang_box1 .logo {
        width: 200px;
        height: 120px;
        border: 1px solid #eee;
        margin-left: 20px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center; }
        .bang_web .bang_detail .bang_box1 .logo img {
          max-width: 200px;
          max-height: 120px; }
      .bang_web .bang_detail .bang_box1 .desc {
        width: 510px;
        margin-left: 20px; }
        .bang_web .bang_detail .bang_box1 .desc h3 {
          display: block;
          font-size: 20px;
          color: #333;
          font-weight: 600; }
        .bang_web .bang_detail .bang_box1 .desc .age {
          font-size: 14px;
          color: #999;
          margin: 5px 0;
          text-align: left;
          margin-top: 10px; }
        .bang_web .bang_detail .bang_box1 .desc .jj {
          width: 520px;
          max-height: 45px;
          box-sizing: border-box;
          font-size: 14px;
          color: #666;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden;
          margin-top: 10px;
          line-height: 22px; }
      .bang_web .bang_detail .bang_box1 .shop {
        margin-left: 40px; }
        .bang_web .bang_detail .bang_box1 .shop .layui-btn {
          width: 140px;
          height: 46px;
          line-height: 46px;
          border-radius: 28px; }
          .bang_web .bang_detail .bang_box1 .shop .layui-btn i {
            margin-right: 8px; }
      .bang_web .bang_detail .bang_box1 .goods {
        width: 100%;
        clear: both;
        text-align: center;
        display: none; }
        .bang_web .bang_detail .bang_box1 .goods .div {
          line-height: 40px;
          position: relative;
          top: 10px; }
      .bang_web .bang_detail .bang_box1 .box_goods {
        display: block;
        border-top: 1px #eee solid; }
        .bang_web .bang_detail .bang_box1 .box_goods ul {
          padding-left: 0;
          margin-left: 86px; }
          .bang_web .bang_detail .bang_box1 .box_goods ul li {
            width: 200px;
            text-align: left;
            margin-right: 9px;
            border: 2px #ffffff solid; }
            .bang_web .bang_detail .bang_box1 .box_goods ul li .img-area {
              width: 196px;
              height: 196px;
              line-height: inherit; }
        .bang_web .bang_detail .bang_box1 .box_goods div {
          color: #999;
          position: relative; }
      .bang_web .bang_detail .bang_box1 .goods_hide {
        display: none; }
      .bang_web .bang_detail .bang_box1 .goods_button {
        width: 986px;
        height: 40px;
        border-top: 1px #D9D9D9 dashed;
        margin-left: 20px;
        cursor: pointer;
        color: #999;
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: center;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0; }
      .bang_web .bang_detail .bang_box1 .goods_button:hover {
        color: #FF464E; }
    .bang_web .bang_detail .bang_box2 li {
      display: flex;
      flex-direction: row;
      align-items: center;
      background-color: #fff;
      margin-top: 15px;
      justify-content: space-between; }
      .bang_web .bang_detail .bang_box2 li .l {
        display: flex;
        flex-direction: row;
        align-items: center; }
        .bang_web .bang_detail .bang_box2 li .l .num {
          width: 46px;
          height: 80px;
          margin-left: 20px;
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: center; }
          .bang_web .bang_detail .bang_box2 li .l .num .s1 {
            color: #999;
            font-weight: 600;
            text-align: center;
            font-size: 14px;
            position: relative;
            top: 2px; }
          .bang_web .bang_detail .bang_box2 li .l .num .s2 {
            display: block;
            height: 20px;
            color: #f9a411;
            font-weight: 600;
            font-size: 18px;
            text-align: center; }
        .bang_web .bang_detail .bang_box2 li .l .logo {
          width: 80px;
          height: 50px;
          border: 1px solid #eee;
          margin-left: 20px;
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: center; }
          .bang_web .bang_detail .bang_box2 li .l .logo img {
            max-width: 80px;
            max-height: 50px; }
        .bang_web .bang_detail .bang_box2 li .l .tt {
          font-size: 18px;
          color: #333;
          font-weight: bold;
          margin-left: 20px; }
        .bang_web .bang_detail .bang_box2 li .l .country {
          font-size: 14px;
          color: #666;
          margin-left: 20px; }
      .bang_web .bang_detail .bang_box2 li .shop {
        margin-right: 20px; }
        .bang_web .bang_detail .bang_box2 li .shop .layui-btn {
          width: 120px;
          height: 30px;
          line-height: 30px;
          border-radius: 30px; }
          .bang_web .bang_detail .bang_box2 li .shop .layui-btn i {
            margin-right: 5px; }
    .bang_web .bang_detail .bang_box2 .noData {
      min-height: 200px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
    .bang_web .bang_detail .bang_phb2, .bang_web .bang_detail .bang_phb3 {
      display: none; }
    .bang_web .bang_detail .bang_rel_more {
      background-color: #fff;
      padding: 20px 0 10px;
      margin-top: 15px; }
      .bang_web .bang_detail .bang_rel_more h3 {
        font-size: 24px;
        color: #333;
        text-align: center;
        margin: 15px; }
        .bang_web .bang_detail .bang_rel_more h3:before, .bang_web .bang_detail .bang_rel_more h3:after {
          display: inline-block;
          width: 60px;
          height: 1px;
          background: #666;
          margin: 0 10px;
          line-height: 20px;
          content: " ";
          position: relative;
          top: -5px; }
      .bang_web .bang_detail .bang_rel_more ul {
        padding: 0 0 0 20px;
        background: #fff;
        overflow: hidden;
        margin-top: 30px; }
        .bang_web .bang_detail .bang_rel_more ul li {
          float: left;
          margin-right: 20px;
          margin-bottom: 20px; }
          .bang_web .bang_detail .bang_rel_more ul li a {
            display: block;
            width: 190px;
            height: 40px;
            line-height: 40px;
            border-radius: 20px;
            background: #eee;
            padding: 0 20px;
            font-size: 14px;
            color: #666; }
            .bang_web .bang_detail .bang_rel_more ul li a span {
              float: left;
              width: 154px;
              overflow: hidden;
              white-space: nowrap;
              text-overflow: ellipsis;
              text-align: center; }
            .bang_web .bang_detail .bang_rel_more ul li a em {
              font-size: 10px;
              float: right; }
            .bang_web .bang_detail .bang_rel_more ul li a:hover {
              background: #f9a411;
              color: #fff; }
    .bang_web .bang_detail .bang-news {
      background-color: #fff;
      overflow: hidden;
      padding-bottom: 20px;
      margin-top: 15px; }
      .bang_web .bang_detail .bang-news .news-left {
        float: left;
        margin-top: 20px;
        padding-left: 15px;
        padding-right: 10px;
        width: 660px; }
        .bang_web .bang_detail .bang-news .news-left .news-first {
          overflow: hidden; }
          .bang_web .bang_detail .bang-news .news-left .news-first img {
            float: left;
            width: 220px;
            height: 160px; }
          .bang_web .bang_detail .bang-news .news-left .news-first .n-r {
            float: left;
            width: 420px;
            margin-left: 15px; }
            .bang_web .bang_detail .bang-news .news-left .news-first .n-r .first-title {
              margin-top: 5px;
              height: 36px; }
              .bang_web .bang_detail .bang-news .news-left .news-first .n-r .first-title a {
                overflow: hidden;
                height: 36px;
                text-overflow: ellipsis;
                white-space: nowrap;
                font-weight: 700;
                font-size: 16px;
                line-height: 36px; }
            .bang_web .bang_detail .bang-news .news-left .news-first .n-r .first-desc {
              display: -webkit-box;
              height: 72px;
              color: #999;
              text-overflow: ellipsis;
              white-space: initial;
              font-size: 14px;
              line-height: 24px;
              -webkit-line-clamp: 3;
              -webkit-box-orient: vertical; }
        .bang_web .bang_detail .bang-news .news-left ul {
          margin-top: 5px; }
          .bang_web .bang_detail .bang-news .news-left ul li {
            float: left;
            width: 310px;
            height: 36px;
            background: url(../img/p1.png) no-repeat 3px center;
            padding-left: 15px;
            line-height: 36px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
            .bang_web .bang_detail .bang-news .news-left ul li a {
              width: 221px;
              text-overflow: ellipsis;
              white-space: nowrap;
              font-size: 14px;
              overflow: hidden;
              display: block; }
      .bang_web .bang_detail .bang-news .news-right {
        float: left;
        margin-top: 15px;
        margin-left: 20px;
        width: 300px;
        height: auto; }

.goods-ph .main {
  padding-top: 10px;
  width: 886px;
  *height: 1%;
  background: -webkit-linear-gradient(bottom, rgba(238, 231, 224, 0.5), rgba(238, 231, 224, 0.3), #fff);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(bottom, rgba(238, 231, 224, 0.5), rgba(238, 231, 224, 0.3), #fff);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(bottom, rgba(238, 231, 224, 0.5), rgba(238, 231, 224, 0.3), #fff);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to bottom, rgba(238, 231, 224, 0.5), rgba(238, 231, 224, 0.3), #fff);
  /* 标准的语法 */ }
  .goods-ph .main:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden; }
  .goods-ph .main ul {
    width: 890px; }
  .goods-ph .main .saleitem {
    position: relative;
    margin: 0 5px 10px 5px;
    float: left;
    background: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease; }
    .goods-ph .main .saleitem .saleitem_img {
      position: relative;
      width: 160px;
      height: 160px;
      margin: 0 auto 20px;
      overflow: hidden;
      -webkit-transition: all .2s ease;
      transition: all .2s ease; }
      .goods-ph .main .saleitem .saleitem_img img {
        width: 100%;
        height: 100%; }
    .goods-ph .main .saleitem .saleitem_link {
      display: block;
      width: 191px;
      padding: 20px 10px 20px 10px; }
    .goods-ph .main .saleitem .top_mod_flag {
      position: absolute;
      left: 0;
      top: 15px;
      z-index: 3; }
    .goods-ph .main .saleitem .top_mod_flag_rank {
      position: absolute;
      left: -6px;
      top: 0;
      width: 36px;
      height: 24px;
      line-height: 26px;
      border-width: 1px 0;
      font-size: 14px;
      color: #fff;
      background: -webkit-linear-gradient(41deg, #d3bf99, #e0cfb1);
      background: linear-gradient(49deg, #d3bf99, #e0cfb1);
      text-align: center; }
      .goods-ph .main .saleitem .top_mod_flag_rank:after {
        content: "";
        position: absolute;
        left: 0;
        top: 23px;
        width: 0;
        height: 0;
        border: 3px solid;
        border-color: #a98138 #a98138 transparent transparent; }
    .goods-ph .main .saleitem .top_mod_flag_desc {
      height: 22px;
      line-height: 22px;
      color: #222;
      background: #fff;
      padding: 0 10px 0 5px;
      margin-left: 30px;
      border: 1px solid #d3bf99;
      border-width: 1px 1px 1px 0;
      border-radius: 0 24px 24px 0; }
    .goods-ph .main .saleitem .saleitem_info {
      position: relative; }
    .goods-ph .main .saleitem .saleitem_info_name {
      height: 36px;
      line-height: 18px;
      font-size: 12px;
      color: #666;
      margin-bottom: 9px;
      overflow: hidden; }
    .goods-ph .main .saleitem .saleitem_info_price {
      height: 20px;
      font-size: 18px;
      line-height: 20px;
      color: #e23232; }
    .goods-ph .main .saleitem:hover {
      box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.18); }
      .goods-ph .main .saleitem:hover .saleitem_img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05); }
  .goods-ph .main .saleitem1 .saleitem_img, .goods-ph .main .saleitem2 .saleitem_img, .goods-ph .main .saleitem3 .saleitem_img {
    width: 160px;
    height: 160px;
    margin: 0;
    float: left; }
  .goods-ph .main .saleitem1 .saleitem_info, .goods-ph .main .saleitem2 .saleitem_info, .goods-ph .main .saleitem3 .saleitem_info {
    padding-left: 170px;
    height: 151px; }
  .goods-ph .main .saleitem1 .saleitem_link, .goods-ph .main .saleitem2 .saleitem_link, .goods-ph .main .saleitem3 .saleitem_link {
    width: 275px;
    height: 160px;
    padding: 65px 5px 20px 5px; }
  .goods-ph .main .saleitem1 .saleitem_info_name, .goods-ph .main .saleitem2 .saleitem_info_name, .goods-ph .main .saleitem3 .saleitem_info_name {
    font-size: 14px;
    height: 60px;
    line-height: 20px;
    margin: 5px 0 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }
  .goods-ph .main .saleitem1 .saleitem_info_price, .goods-ph .main .saleitem2 .saleitem_info_price, .goods-ph .main .saleitem3 .saleitem_info_price {
    font-size: 20px;
    line-height: 24px;
    position: absolute;
    bottom: 10px; }
  .goods-ph .main .top_mod_flag1 .top_mod_flag_rank {
    background: -webkit-linear-gradient(41deg, #dd1d1d, #f84141);
    background: linear-gradient(49deg, #dd1d1d, #f84141);
    border-color: #de1e1e; }
  .goods-ph .main .top_mod_flag1 .top_mod_flag_desc {
    color: #de1e1e;
    border-color: #de1e1e; }
    .goods-ph .main .top_mod_flag1 .top_mod_flag_desc:after {
      border-color: #9b1010 #9b1010 transparent transparent; }
  .goods-ph .main .top_mod_flag2 .top_mod_flag_rank {
    background: -webkit-linear-gradient(41deg, #ff732c, #ff9d5d);
    background: linear-gradient(49deg, #ff732c, #ff9d5d);
    border-color: #fc8142; }
  .goods-ph .main .top_mod_flag2 .top_mod_flag_desc {
    color: #fc8142;
    border-color: #fc8142; }
    .goods-ph .main .top_mod_flag2 .top_mod_flag_desc:after {
      border-color: #a14314 #a14314 transparent transparent; }
  .goods-ph .main .top_mod_flag3 .top_mod_flag_rank {
    background: -webkit-linear-gradient(41deg, #ffb535, #ffcb3a);
    background: linear-gradient(49deg, #ffb535, #ffcb3a);
    border-color: #ffb535; }
  .goods-ph .main .top_mod_flag3 .top_mod_flag_desc {
    color: #ffb535;
    border-color: #ffb535; }
    .goods-ph .main .top_mod_flag3 .top_mod_flag_desc:after {
      border-color: #6d4a0e #6d4a0e transparent transparent; }

.shop_ph .special_top_head {
  box-shadow: none; }
.shop_ph .main {
  padding-top: 15px;
  width: 886px;
  *height: 1%;
  background: -webkit-linear-gradient(bottom, rgba(238, 231, 224, 0.5), rgba(238, 231, 224, 0.3), #fff);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(bottom, rgba(238, 231, 224, 0.5), rgba(238, 231, 224, 0.3), #fff);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(bottom, rgba(238, 231, 224, 0.5), rgba(238, 231, 224, 0.3), #fff);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to bottom, rgba(238, 231, 224, 0.5), rgba(238, 231, 224, 0.3), #fff);
  /* 标准的语法 */ }
  .shop_ph .main:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden; }
  .shop_ph .main ul {
    position: relative;
    width: 885px;
    *height: 1%; }
    .shop_ph .main ul:after {
      clear: both;
      content: '.';
      display: block;
      height: 0;
      line-height: 0;
      overflow: hidden; }
    .shop_ph .main ul .shopitem {
      position: relative;
      margin: 0 0 15px 10px;
      float: left;
      height: 378px;
      background: #fff;
      background: -webkit-gradient(linear, left top, left bottom, from(#f8f2ea), color-stop(40%, #fff));
      background: -webkit-linear-gradient(top, #f8f2ea, #fff 40%);
      background: linear-gradient(180deg, #f8f2ea, #fff 40%);
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.03);
      border: 1px solid #f2f2f2;
      -webkit-transition: all .2s ease;
      transition: all .2s ease;
      z-index: 1; }
      .shop_ph .main ul .shopitem .top_mod_flag {
        position: absolute;
        left: 0;
        top: 15px;
        z-index: 3; }
        .shop_ph .main ul .shopitem .top_mod_flag .top_mod_flag_rank {
          position: absolute;
          left: -6px;
          top: 0;
          width: 36px;
          height: 24px;
          line-height: 26px;
          border-width: 1px 0;
          font-size: 14px;
          color: #fff;
          background: -webkit-linear-gradient(41deg, #d3bf99, #e0cfb1);
          background: linear-gradient(49deg, #d3bf99, #e0cfb1);
          text-align: center; }
          .shop_ph .main ul .shopitem .top_mod_flag .top_mod_flag_rank:after {
            content: "";
            position: absolute;
            left: 0;
            top: 23px;
            width: 0;
            height: 0;
            border: 3px solid;
            border-color: #a98138 #a98138 transparent transparent; }
        .shop_ph .main ul .shopitem .top_mod_flag .top_mod_flag_desc {
          height: 22px;
          line-height: 22px;
          color: #222;
          background: #fff;
          padding: 0 10px 0 5px;
          margin-left: 30px;
          border: 1px solid #d3bf99;
          border-width: 1px 1px 1px 0;
          border-radius: 0 24px 24px 0; }
      .shop_ph .main ul .shopitem .top_mod_flag_rank {
        background: -webkit-linear-gradient(41deg, #dd1d1d, #f84141);
        background: linear-gradient(49deg, #dd1d1d, #f84141);
        border-color: #de1e1e; }
        .shop_ph .main ul .shopitem .top_mod_flag_rank:after {
          border-color: #9b1010 #9b1010 transparent transparent; }
      .shop_ph .main ul .shopitem .top_mod_flag_desc {
        color: #de1e1e;
        border-color: #de1e1e; }
      .shop_ph .main ul .shopitem .shopitem_info {
        position: relative;
        display: block;
        width: 335px;
        padding: 20px 44px;
        text-align: center;
        z-index: 2;
        font-size: 0;
        line-height: 0; }
        .shop_ph .main ul .shopitem .shopitem_info .shopitem_info_img {
          width: 99px;
          height: 33px;
          line-height: 28px;
          border: 1px solid #e9e9e9;
          margin: 0 auto 9px; }
          .shop_ph .main ul .shopitem .shopitem_info .shopitem_info_img img {
            width: 100%; }
      .shop_ph .main ul .shopitem .shopitem_info_name {
        position: relative;
        display: inline-block;
        font-size: 12px;
        color: #222;
        height: 16px;
        line-height: 16px;
        padding-right: 20px;
        margin-bottom: 8px;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
        .shop_ph .main ul .shopitem .shopitem_info_name .shopitem_info_name_icon {
          position: absolute;
          right: 0;
          top: 0;
          width: 14px;
          height: 14px; }
      .shop_ph .main ul .shopitem .top_mod_tag {
        position: relative;
        height: 20px; }
        .shop_ph .main ul .shopitem .top_mod_tag .top_mod_tag_list {
          overflow: hidden;
          height: 20px;
          line-height: 0;
          font-size: 0;
          width: 100%; }
          .shop_ph .main ul .shopitem .top_mod_tag .top_mod_tag_list .top_mod_tag_item {
            display: inline-block;
            height: 18px;
            line-height: 18px;
            font-size: 12px;
            padding: 0 5px;
            margin: 0 3px;
            color: #ff943d;
            border: 1px solid #ff943d;
            background: #fff; }
      .shop_ph .main ul .shopitem .shopitem_good {
        position: absolute;
        width: 350px;
        top: 125px;
        left: 20px;
        z-index: 1; }
        .shop_ph .main ul .shopitem .shopitem_good .shopitem_good_list {
          width: 360px; }
          .shop_ph .main ul .shopitem .shopitem_good .shopitem_good_list li .shopitem_good_item {
            position: relative;
            width: 150px;
            background: #fff;
            margin-right: 10px;
            padding: 10px 9px;
            float: left;
            border: 1px solid #f2f2f2;
            box-shadow: 0 3px 3px rgba(0, 0, 0, 0.03); }
            .shop_ph .main ul .shopitem .shopitem_good .shopitem_good_list li .shopitem_good_item .shopitem_good_img {
              position: relative;
              width: 150px;
              height: 150px;
              margin-bottom: 6px;
              -webkit-transition: all .2s ease;
              transition: all .2s ease;
              -webkit-transform-origin: 50% 100%;
              transform-origin: 50% 100%; }
              .shop_ph .main ul .shopitem .shopitem_good .shopitem_good_list li .shopitem_good_item .shopitem_good_img img {
                width: 100%;
                height: 100%; }
            .shop_ph .main ul .shopitem .shopitem_good .shopitem_good_list li .shopitem_good_item:hover .shopitem_good_img {
              -webkit-transform: scale(1.05);
              transform: scale(1.05); }
          .shop_ph .main ul .shopitem .shopitem_good .shopitem_good_list li .shopitem_good_name {
            font-size: 12px;
            color: #666;
            height: 32px;
            line-height: 16px;
            margin-bottom: 2px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical; }
          .shop_ph .main ul .shopitem .shopitem_good .shopitem_good_list li .shopitem_good_price {
            font-size: 12px;
            color: #e23232;
            height: 16px;
            line-height: 16px; }
      .shop_ph .main ul .shopitem:nth-child(even) {
        float: right;
        margin-right: 10px; }
      .shop_ph .main ul .shopitem:hover {
        box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.18); }
    .shop_ph .main ul .shopitem1 {
      background: -webkit-gradient(linear, left top, left bottom, from(#ffecec), color-stop(40%, #fff));
      background: -webkit-linear-gradient(top, #ffecec, #fff 40%);
      background: linear-gradient(180deg, #ffecec, #fff 40%); }
      .shop_ph .main ul .shopitem1 .top_mod_flag .top_mod_flag_rank {
        background: -webkit-linear-gradient(41deg, #dd1d1d, #f84141);
        background: linear-gradient(49deg, #dd1d1d, #f84141);
        border-color: #de1e1e; }
      .shop_ph .main ul .shopitem1 .top_mod_flag .top_mod_flag_rank:after {
        border-color: #9b1010 #9b1010 transparent transparent; }
      .shop_ph .main ul .shopitem1 .top_mod_flag .top_mod_flag_desc {
        color: #de1e1e;
        border-color: #de1e1e; }
    .shop_ph .main ul .shopitem2 {
      background: -webkit-gradient(linear, left top, left bottom, from(#fef4ec), color-stop(40%, #fff));
      background: -webkit-linear-gradient(top, #fef4ec, #fff 40%);
      background: linear-gradient(180deg, #fef4ec, #fff 40%); }
      .shop_ph .main ul .shopitem2 .top_mod_flag .top_mod_flag_rank {
        background: -webkit-linear-gradient(41deg, #ff732c, #ff9d5d);
        background: linear-gradient(49deg, #ff732c, #ff9d5d);
        border-color: #fc8142; }
      .shop_ph .main ul .shopitem2 .top_mod_flag .top_mod_flag_rank:after {
        border-color: #a14314 #a14314 transparent transparent; }
      .shop_ph .main ul .shopitem2 .top_mod_flag .top_mod_flag_desc {
        color: #fc8142;
        border-color: #fc8142; }
    .shop_ph .main ul .shopitem3 {
      background: -webkit-gradient(linear, left top, left bottom, from(#fdf8ee), color-stop(40%, #fff));
      background: -webkit-linear-gradient(top, #fdf8ee, #fff 40%);
      background: linear-gradient(180deg, #fdf8ee, #fff 40%); }
      .shop_ph .main ul .shopitem3 .top_mod_flag .top_mod_flag_rank {
        background: -webkit-linear-gradient(41deg, #ffb535, #ffcb3a);
        background: linear-gradient(49deg, #ffb535, #ffcb3a);
        border-color: #ffb535; }
      .shop_ph .main ul .shopitem3 .top_mod_flag .top_mod_flag_rank:after {
        border-color: #6d4a0e #6d4a0e transparent transparent; }
      .shop_ph .main ul .shopitem3 .top_mod_flag .top_mod_flag_desc {
        color: #ffb535;
        border-color: #ffb535; }

.question .special_top_head {
  box-shadow: none; }
.question .main ul li.question-v3 {
  padding: 20px 24px 22px;
  background-color: #fff;
  border-bottom: 1px #eee solid; }
  .question .main ul li.question-v3 .question-title h3 {
    font-size: 20px;
    line-height: 28px;
    margin: 0;
    font-weight: bold; }
    .question .main ul li.question-v3 .question-title h3 a {
      font-weight: bold; }
  .question .main ul li.question-v3 .question-answers {
    padding: 5px 0 0; }
  .question .main ul li.question-v3 .answer-info {
    line-height: 20px;
    color: #333; }
  .question .main ul li.question-v3 .answer-item-content {
    margin-top: 8px;
    font-size: 14px;
    line-height: 22px;
    color: #666;
    word-wrap: break-word;
    display: block; }
  .question .main ul li.question-v3:hover {
    background-color: #eee; }
.question .main ul li.goods {
  padding: 20px 24px 22px;
  background-color: #fff;
  border-bottom: 1px #eee solid;
  overflow: hidden; }
  .question .main ul li.goods img {
    width: 180px;
    height: 180px;
    float: left; }
  .question .main ul li.goods .right {
    width: 640px;
    float: right; }
    .question .main ul li.goods .right .tt {
      font-size: 16px;
      color: #333;
      white-space: nowrap;
      height: 40px;
      line-height: 40px; }
    .question .main ul li.goods .right .price {
      font-size: 18px;
      color: #fb5243;
      margin-top: 20px; }
    .question .main ul li.goods .right .desc {
      font-size: 14px;
      color: #999;
      line-height: 26px;
      margin-top: 20px; }
  .question .main ul li.goods:hover {
    background-color: #eee; }
    .question .main ul li.goods:hover .right {
      background-color: #eee; }

.top_mod_landingcross {
  width: 885px;
  height: 140px;
  margin-top: 40px;
  padding-bottom: 10px; }
  .top_mod_landingcross ul {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
    .top_mod_landingcross ul li {
      float: left;
      margin-right: 10px; }
    .top_mod_landingcross ul .tml_anchor {
      position: relative;
      display: block;
      width: 210px;
      height: 140px;
      text-align: center; }
    .top_mod_landingcross ul .mod_container a {
      -webkit-transition: color .25s ease;
      transition: color .25s ease; }
    .top_mod_landingcross ul .tml_anchor_wrap {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2;
      background-image: url(../img/landingcross_bg.png);
      background-repeat: no-repeat;
      background-position: 50% -140px; }
    .top_mod_landingcross ul .tml_anchor_ico {
      width: 46px;
      height: 46px;
      padding: 7px;
      background: rgba(255, 255, 255, 0.3);
      border-radius: 100%;
      top: -26px;
      margin-left: -30px;
      z-index: 2;
      box-shadow: 0 8px 5px rgba(18, 118, 179, 0.22); }
      .top_mod_landingcross ul .tml_anchor_ico em {
        display: block;
        width: 24px;
        height: 24px;
        padding: 5px;
        border-radius: 100%;
        border: 6px solid #fff;
        border: 6px solid rgba(255, 255, 255, 0.5);
        background-clip: padding-box !important; }
    .top_mod_landingcross ul .tml_anchor_text {
      position: relative;
      display: inline-block;
      height: 140px;
      font-size: 20px;
      line-height: 124px;
      color: #fff; }
    .top_mod_landingcross ul .tml_anchor_arrow {
      width: 70px;
      height: 24px;
      line-height: 24px;
      background: #fff;
      border-radius: 12px;
      text-align: left;
      text-indent: 14px;
      margin-left: -35px;
      bottom: 28px;
      font-size: 16px;
      color: #0298f9; }
      .top_mod_landingcross ul .tml_anchor_arrow i {
        fill: #0298f9; }
      .top_mod_landingcross ul .tml_anchor_arrow em {
        position: absolute;
        width: 15px;
        height: 15px;
        top: 50%;
        right: 12px;
        margin-top: -8px; }
    .top_mod_landingcross ul .tml_anchor_arrow, .top_mod_landingcross ul .tml_anchor_ico {
      position: absolute;
      left: 50%; }
    .top_mod_landingcross ul .tml_anchor_discount, .top_mod_landingcross ul .tml_anchor_discount .tml_anchor_ico em {
      background: #6e4ddd;
      background: -webkit-gradient(linear, left top, left bottom, from(#946ee5), to(#6e4ddd));
      background: -webkit-linear-gradient(top, #946ee5, #6e4ddd);
      background: linear-gradient(180deg, #946ee5, #6e4ddd); }
    .top_mod_landingcross ul .tml_anchor_search, .top_mod_landingcross ul .tml_anchor_search .tml_anchor_ico em {
      background: #ff5938;
      background: -webkit-gradient(linear, left top, left bottom, from(#fc755d), to(#ff5938));
      background: -webkit-linear-gradient(top, #fc755d, #ff5938);
      background: linear-gradient(180deg, #fc755d, #ff5938); }
    .top_mod_landingcross ul .tml_anchor_preferred, .top_mod_landingcross ul .tml_anchor_preferred .tml_anchor_ico em {
      background: #ffb635;
      background: -webkit-gradient(linear, left top, left bottom, from(#ffca3a), to(#ffb635));
      background: -webkit-linear-gradient(top, #ffca3a, #ffb635);
      background: linear-gradient(180deg, #ffca3a, #ffb635); }
    .top_mod_landingcross ul .tml_anchor_preferred .tml_anchor_wrap {
      background-position: 50% -560px; }
    .top_mod_landingcross ul .tml_anchor_search .tml_anchor_wrap {
      background-position: 50% -280px; }
    .top_mod_landingcross ul .tml_anchor_discount .tml_anchor_wrap {
      background-position: 50% -420px; }
    .top_mod_landingcross ul .tml_anchor_shop, .top_mod_landingcross ul .tml_anchor_shop .tml_anchor_ico em {
      background: #0097f9;
      background: -webkit-gradient(linear, left top, left bottom, from(#4fb1ef), to(#0097f9));
      background: -webkit-linear-gradient(top, #4fb1ef, #0097f9);
      background: linear-gradient(180deg, #4fb1ef, #0097f9); }
    .top_mod_landingcross ul .tml_anchor:hover .tml_anchor_wrap::after {
      opacity: 1;
      visibility: visible; }
    .top_mod_landingcross ul .tml_anchor_wrap::after {
      position: absolute;
      border: 5px solid #fff;
      top: 10px;
      left: 10px;
      bottom: 10px;
      right: 10px;
      content: "";
      z-index: 1;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all .2s ease;
      transition: all .2s ease; }
    .top_mod_landingcross ul .tml_anchor_search .tml_anchor_arrow {
      color: #ff6243; }
    .top_mod_landingcross ul .tml_anchor_preferred .tml_anchor_arrow {
      color: #fcab15; }
    .top_mod_landingcross ul .tml_anchor_discount .tml_anchor_arrow {
      color: #6f4edd; }
    .top_mod_landingcross ul .tml_anchor_shop .tml_anchor_arrow {
      color: #0298f9; }

/*搜索--榜单*/
.search_special {
  width: 100%; }
  .search_special ul {
    width: 885px;
    overflow: hidden; }
    .search_special ul li {
      width: 20%;
      text-align: center;
      float: left;
      margin-top: 20px; }
      .search_special ul li img {
        width: 100%;
        margin-bottom: 10px; }

.noData {
  min-height: 100px;
  text-align: center;
  width: 100%;
  padding-top: 150px;
  line-height: 30px;
  font-size: 16px; }
  .noData .d1 {
    font-size: 18px;
    color: #666; }
  .noData .d2 {
    font-size: 14px;
    color: #999;
    margin-top: 20px; }
  .noData .d3 {
    font-size: 14px;
    color: #999; }

.noMoreData {
  text-align: center;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  line-height: 30px;
  font-size: 16px;
  color: #999;
  clear: both; }

.web_box {
  width: 1200px;
  margin: 20px auto;
  overflow: hidden; }
  .web_box .web-left {
    width: 140px;
    float: left; }
    .web_box .web-left .left-nav-zw {
      width: 100%;
      height: 2px; }
    .web_box .web-left .left-nav-in {
      width: 140px;
      padding-bottom: 20px;
      background-color: #F4F4F4;
      position: absolute;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px; }
      .web_box .web-left .left-nav-in .h3 {
        font-size: 16px;
        font-weight: 700;
        line-height: 22px;
        padding: 13px 15px 0; }
        .web_box .web-left .left-nav-in .h3:before {
          content: "";
          width: 3px;
          height: 17px;
          background: #fdd000;
          display: inline-block;
          float: left;
          margin: 3px 10px 0 0; }
      .web_box .web-left .left-nav-in ul {
        margin-top: 10px; }
        .web_box .web-left .left-nav-in ul li {
          font-size: 14px;
          line-height: 36px;
          height: 36px;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }
          .web_box .web-left .left-nav-in ul li a {
            display: block;
            color: #333;
            text-align: center; }
          .web_box .web-left .left-nav-in ul li:hover, .web_box .web-left .left-nav-in ul li.hover {
            background-color: #FF464E; }
            .web_box .web-left .left-nav-in ul li:hover a, .web_box .web-left .left-nav-in ul li.hover a {
              color: #ffffff; }
      .web_box .web-left .left-nav-in.left-nav-fixed {
        position: fixed;
        top: 40px; }
  .web_box .web-center {
    width: 720px;
    float: left;
    margin-left: 20px;
    margin-right: 20px; }
  .web_box .web-right {
    width: 300px;
    float: right; }

.ask-box {
  padding: 20px 24px 22px;
  background-color: #fff;
  margin-bottom: 15px;
  overflow: hidden; }
  .ask-box .title {
    font-size: 20px;
    line-height: 28px;
    margin: 0;
    font-weight: bold; }
  .ask-box .ask-cont {
    width: 100%;
    float: left; }
    .ask-box .ask-cont .ask-user-time {
      flex-shrink: 0;
      font-size: 12px;
      font-weight: 700;
      margin: 15px 0 15px 0;
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
      .ask-box .ask-cont .ask-user-time .ask-user img {
        width: 20px;
        height: 20px;
        border-radius: 20px;
        margin-right: 6px; }
      .ask-box .ask-cont .ask-user-time .pubtime {
        font-weight: normal;
        color: #999; }
    .ask-box .ask-cont p {
      font-size: 14px;
      line-height: 22px;
      color: #333; }
    .ask-box .ask-cont .ask-zan {
      height: 20px;
      margin-top: 12px; }
      .ask-box .ask-cont .ask-zan span {
        margin-right: 30px; }
        .ask-box .ask-cont .ask-zan span i {
          color: #cacaca;
          margin-right: 5px; }
    .ask-box .ask-cont.ask-cont-pic {
      width: 520px; }
  .ask-box .pic {
    width: 128px;
    height: 128px;
    float: right;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .ask-box .pic img {
      max-width: 100%;
      max-height: 100%; }

.ask-content {
  padding: 20px 24px 22px;
  background-color: #fff;
  margin-bottom: 1px;
  overflow: hidden; }
  .ask-content .title {
    font-size: 20px;
    line-height: 28px;
    margin: 0;
    font-weight: bold; }
  .ask-content .pubtime {
    font-size: 14px;
    line-height: 22px;
    color: #666;
    margin-top: 15px; }
    .ask-content .pubtime .tag {
      float: right; }

.answer-content {
  padding: 20px 24px 22px;
  background-color: #fff;
  margin-bottom: 15px;
  overflow: hidden; }
  .answer-content .answer-num {
    color: #333;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
    width: 100%; }
  .answer-content .answer-content-box {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e8e8; }
    .answer-content .answer-content-box .ask-user {
      flex-shrink: 0;
      font-size: 12px;
      font-weight: 700;
      margin: 15px 0 15px 0; }
    .answer-content .answer-content-box p {
      font-size: 14px;
      line-height: 22px;
      color: #333; }
    .answer-content .answer-content-box .ask-zan {
      height: 20px;
      margin-top: 12px; }
      .answer-content .answer-content-box .ask-zan span {
        margin-right: 30px; }
    .answer-content .answer-content-box.ask-cont-pic {
      width: 520px; }
    .answer-content .answer-content-box:last-child {
      padding-bottom: 0;
      border-bottom: 0; }

.rel-box {
  padding: 20px 24px 22px;
  background-color: #fff;
  margin-bottom: 15px;
  overflow: hidden; }
  .rel-box .answer-num {
    color: #333;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
    width: 100%; }
  .rel-box .rel-box-in {
    width: 100%;
    float: left;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e8e8; }
    .rel-box .rel-box-in .title {
      font-size: 16px;
      line-height: 28px;
      margin: 15px 0;
      font-weight: bold; }
    .rel-box .rel-box-in p {
      font-size: 14px;
      line-height: 22px;
      color: #333; }
    .rel-box .rel-box-in:last-child {
      padding-bottom: 0;
      border-bottom: 0; }

.r-box {
  width: 300px;
  margin-bottom: 30px; }
  .r-box .r-box-head {
    border-bottom: 3px solid #e8e8e8;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    height: 35px; }
    .r-box .r-box-head span {
      font-size: 16px;
      line-height: 22px;
      height: 22px;
      color: #222;
      font-weight: 700;
      float: left;
      position: relative; }
      .r-box .r-box-head span:before {
        position: absolute;
        content: '';
        left: 1px;
        bottom: -16px;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        width: 100%;
        padding-right: 6px;
        height: 0;
        border-width: 3px;
        border-style: none dashed solid none;
        border-bottom-color: #f8f8f8;
        border-right-color: #e8e8e8; }
      .r-box .r-box-head span::after {
        position: absolute;
        content: '';
        left: 0;
        bottom: -16px;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        width: 100%;
        padding-right: 2px;
        height: 0;
        border-width: 3px;
        border-style: none dashed solid none;
        border-bottom-color: #FF6534;
        border-right-color: #f8f8f8; }
    .r-box .r-box-head a {
      position: absolute;
      right: 0;
      padding-right: 12px;
      font-weight: 400;
      top: 1px;
      color: #999;
      font-size: 14px;
      line-height: 20px; }
      .r-box .r-box-head a i {
        display: inline-block;
        font-size: 12px;
        line-height: 20px;
        height: 20px;
        position: absolute;
        right: 0;
        top: 0;
        color: #cacaca; }

.r-box-main {
  padding-top: 15px; }
  .r-box-main li {
    height: 36px;
    line-height: 36px;
    border-bottom: 1px #ccc dotted;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
    .r-box-main li a {
      color: #666;
      font-size: 14px; }

.page {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px; }
  .page .active span {
    background-color: #D83F40;
    color: #fff; }

.page {
  text-align: center;
  clear: both; }

.page span, .page a {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 5px;
  color: #666; }

.page a, .page span {
  padding: 6px 13px;
  border: 1px solid #e8e8e8; }

.page a:hover, .page a.on {
  background: #3b5267;
  border: 1px solid #3b5267;
  color: #fff;
  text-decoration: none; }

/*点评框*/
.comment {
  width: 845px;
  margin-top: 20px;
  padding: 20px 20px;
  background-color: #fff; }
  .comment .comment_head {
    text-align: left;
    height: 40px;
    line-height: 40px;
    border-bottom: 3px rgba(224, 224, 224, 0.6) solid; }
    .comment .comment_head b {
      font-size: 18px;
      background-image: -webkit-linear-gradient(-45deg, #FF464E, rgba(0, 0, 255, 0.8) 30%, #FF464E 50%, rgba(0, 0, 255, 0.8) 70%, #FF464E 90%, rgba(0, 0, 255, 0.8) 100%);
      -webkit-text-fill-color: transparent;
      /* 将字体设置成透明色 */
      -webkit-background-clip: text;
      /* 裁剪背景图，使文字作为裁剪区域向外裁剪 */
      -webkit-background-size: 200% 100%;
      -webkit-animation: shine 4s linear infinite;
      height: 40px;
      line-height: 40px;
      display: inline-block;
      border-bottom: 3px #d0b781 solid; }
    .comment .comment_head .more {
      float: right;
      color: #999;
      font-size: 12px; }
  .comment .comment_tj {
    width: 820px;
    padding-bottom: 30px;
    height: 200px;
    overflow: hidden; }
    .comment .comment_tj li {
      font-size: 12px;
      margin-top: 15px;
      overflow: hidden; }
      .comment .comment_tj li i {
        width: 50px;
        height: 50px;
        float: left;
        background: url(../img/tx.jpg);
        background-size: 100%;
        display: inline-block; }
      .comment .comment_tj li .icon {
        width: 50px;
        height: 50px;
        float: left;
        border-radius: 25px; }
      .comment .comment_tj li .txt {
        width: 730px;
        float: left;
        color: #666;
        line-height: 20px; }
        .comment .comment_tj li .txt span {
          color: #999;
          margin-right: 10px; }
        .comment .comment_tj li .txt div {
          text-align: left;
          color: #666;
          margin-top: 5px; }
  .comment .comment_wd {
    margin-top: 20px; }
    .comment .comment_wd li {
      margin-left: 10px;
      font-size: 12px;
      padding: 10px 0;
      overflow: hidden;
      border-bottom: 1px #eee dashed; }
      .comment .comment_wd li i {
        width: 35px;
        height: 35px;
        float: left;
        background: url(../img/tx.jpg);
        background-size: 100%;
        display: inline-block; }
      .comment .comment_wd li .icon {
        width: 35px;
        height: 35px;
        float: left;
        border-radius: 35px; }
      .comment .comment_wd li .rr {
        width: 770px;
        float: left;
        margin-left: 20px;
        font-size: 14px; }
      .comment .comment_wd li .ask {
        color: #333;
        line-height: 30px; }
        .comment .comment_wd li .ask .tt {
          font-weight: bold; }
        .comment .comment_wd li .ask .time {
          color: #999;
          font-size: 12px;
          float: right; }
      .comment .comment_wd li .answer {
        color: #666;
        margin-top: 5px;
        line-height: 22px; }
        .comment .comment_wd li .answer a {
          margin-left: 20px;
          color: #5dbce0;
          display: flex;
          flex-direction: row;
          float: right; }
  .comment .comment_box {
    width: 100%;
    margin-top: 10px; }
    .comment .comment_box textarea {
      width: 830px;
      height: 90px;
      padding: 5px;
      max-width: 870px;
      max-height: 90px;
      border: 1px #ccc solid;
      border-radius: 5px; }
  .comment .comment_sub {
    width: 100%;
    margin-top: 10px;
    text-align: right; }
    .comment .comment_sub span {
      background-color: #FF464E; }

.brand-tj-info {
  width: 1200px;
  margin: 15px auto;
  font-size: 12px;
  color: #999;
  line-height: 22px;
  border: 1px #eee dashed;
  padding: 20px; }

/*商品列表*/
.box_goods .head1 .left {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center; }
  .box_goods .head1 .left span {
    margin-left: 20px;
    color: #999; }
.box_goods .head1 .more {
  width: 200px;
  text-align: right; }
.box_goods .zk-list {
  margin-top: 10px;
  padding-top: 5px;
  *height: 1%; }
  .box_goods .zk-list:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden; }
  .box_goods .zk-list li {
    width: 210px;
    background-color: #fff;
    border: 1px solid #f6f6f6;
    margin: 0 12px 12px 0;
    float: left;
    border-radius: 3px;
    overflow: hidden;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    padding-bottom: 10px; }
    .box_goods .zk-list li .img-area {
      position: relative;
      width: 200px;
      height: 200px;
      -webkit-transition: all .2s ease;
      transition: all .2s ease;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; }
      .box_goods .zk-list li .img-area img {
        max-width: 100%;
        max-height: 100%; }
    .box_goods .zk-list li .title-area {
      line-height: 20px;
      padding: 10px 10px 0;
      font-size: 14px;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      margin-right: 0.2rem;
      overflow: hidden; }
      .box_goods .zk-list li .title-area i {
        color: #FF464E; }
    .box_goods .zk-list li .raw-price-area {
      font-size: 12px;
      color: #999;
      margin-right: 10px; }
    .box_goods .zk-list li .info {
      height: 32px;
      padding: 6px 0;
      overflow: hidden;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center; }
      .box_goods .zk-list li .info .price-area {
        float: left;
        padding-left: 10px; }
        .box_goods .zk-list li .info .price-area .price {
          position: relative;
          color: #FF2B22;
          font-size: 12px;
          line-height: 28px;
          font-weight: 500; }
          .box_goods .zk-list li .info .price-area .price em.number-font {
            font-weight: 700;
            font-size: 20px;
            font-style: normal;
            padding-left: 2px; }
          .box_goods .zk-list li .info .price-area .price em.decimal {
            font-weight: 700;
            font-size: 16px;
            font-style: normal; }
      .box_goods .zk-list li .info .quan {
        padding: 0;
        float: right;
        position: relative;
        z-index: 1;
        zoom: 1;
        top: 0;
        margin-right: 5px;
        overflow: hidden;
        display: inline-block; }
        .box_goods .zk-list li .info .quan i {
          background: #fff;
          position: relative;
          z-index: 1;
          zoom: 1;
          font-style: normal;
          display: block;
          border-radius: 3px;
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
          -o-border-radius: 3px;
          -ms-border-radius: 3px;
          font-size: 12px;
          min-width: 56px;
          text-align: center;
          padding: 4px 4px;
          color: #fff;
          background: -webkit-linear-gradient(right, #FD6533, #FD472E, #FD2429);
          /* Safari 5.1 - 6.0 */
          background: -o-linear-gradient(right, #FD6533, #FD472E, #FD2429);
          /* Opera 11.1 - 12.0 */
          background: -moz-linear-gradient(right, #FD6533, #FD472E, #FD2429);
          /* Firefox 3.6 - 15 */
          background: linear-gradient(to right, #FD6533, #FD472E, #FD2429);
          /* 标准的语法 */ }
        .box_goods .zk-list li .info .quan:after, .box_goods .zk-list li .info .quan:before {
          position: absolute;
          z-index: 10;
          zoom: 1;
          left: -4px;
          top: 50%;
          margin-top: -3px;
          border: 1px solid #FC3F78;
          background: #fff;
          display: block;
          width: 5px;
          height: 5px;
          content: "";
          border-radius: 10px; }
        .box_goods .zk-list li .info .quan:before {
          left: auto;
          right: -4px; }
      .box_goods .zk-list li .info .buy-btn:hover {
        color: #fff !important;
        text-decoration: underline; }
    .box_goods .zk-list li.li1 {
      margin-right: 0; }
    .box_goods .zk-list li:last-child {
      margin-right: 0; }
    .box_goods .zk-list li:hover {
      box-shadow: 0 0 8px rgba(255, 70, 78, 0.5); }
      .box_goods .zk-list li:hover .img-area {
        -webkit-transform: scale(1.05);
        transform: scale(1.05); }
.box_goods .goods-ph {
  margin-top: 20px; }
  .box_goods .goods-ph li {
    width: 430px;
    height: 200px;
    float: left;
    margin-bottom: 25px;
    border-radius: 3px;
    box-shadow: 0 1px 20px 0 #ccc; }
    .box_goods .goods-ph li .saleitem_link {
      width: 100%;
      height: 100%;
      position: relative;
      display: flex; }
      .box_goods .goods-ph li .saleitem_link .saleitem_flag {
        position: absolute;
        top: 10px;
        left: -5px;
        z-index: 100;
        display: flex;
        height: 22px;
        background: rgba(250, 100, 100, 0.8);
        color: #fff;
        align-items: center;
        border-top-right-radius: 11px;
        border-bottom-right-radius: 11px;
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        font-size: 12px;
        padding: 0 15px; }
        .box_goods .goods-ph li .saleitem_link .saleitem_flag:after {
          content: "";
          position: absolute;
          left: 0;
          top: 21px;
          width: 0;
          height: 0;
          border: 3px solid;
          border-color: #a98138 #a98138 transparent transparent; }
      .box_goods .goods-ph li .saleitem_link .saleitem_img {
        width: 200px;
        height: 200px;
        float: left;
        background-color: #fff;
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center; }
        .box_goods .goods-ph li .saleitem_link .saleitem_img .img {
          width: 170px;
          height: 170px;
          display: -webkit-flex;
          display: flex;
          flex-direction: row;
          justify-content: center;
          align-items: center;
          -webkit-transition: all .2s ease;
          transition: all .2s ease; }
          .box_goods .goods-ph li .saleitem_link .saleitem_img .img img {
            max-width: 100%;
            max-height: 100%; }
      .box_goods .goods-ph li .saleitem_link .saleitem_info {
        width: 210px;
        float: left;
        margin-left: 10px;
        position: relative; }
        .box_goods .goods-ph li .saleitem_link .saleitem_info .title {
          font-size: 16px;
          font-weight: bolder;
          color: #333;
          word-break: break-all;
          margin-top: 20px;
          line-height: 24px; }
        .box_goods .goods-ph li .saleitem_link .saleitem_info .desc {
          font-size: 12px;
          color: #666;
          margin-top: 15px;
          line-height: 20px; }
        .box_goods .goods-ph li .saleitem_link .saleitem_info .info {
          height: 32px;
          padding: 6px 0;
          overflow: hidden;
          position: absolute;
          bottom: 10px;
          display: -webkit-flex;
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          align-items: center; }
          .box_goods .goods-ph li .saleitem_link .saleitem_info .info .price-area {
            float: left;
            width: 130px;
            padding-left: 10px; }
            .box_goods .goods-ph li .saleitem_link .saleitem_info .info .price-area .price {
              position: relative;
              color: #FF2B22;
              font-size: 12px;
              line-height: 28px;
              font-weight: 500; }
              .box_goods .goods-ph li .saleitem_link .saleitem_info .info .price-area .price em.number-font {
                font-weight: 700;
                font-size: 20px;
                font-style: normal;
                padding-left: 2px; }
              .box_goods .goods-ph li .saleitem_link .saleitem_info .info .price-area .price em.decimal {
                font-weight: 700;
                font-size: 16px;
                font-style: normal; }
          .box_goods .goods-ph li .saleitem_link .saleitem_info .info .quan {
            padding: 0;
            float: right;
            position: relative;
            z-index: 1;
            zoom: 1;
            top: 0;
            margin-right: 5px;
            overflow: hidden;
            display: inline-block; }
            .box_goods .goods-ph li .saleitem_link .saleitem_info .info .quan i {
              background: #fff;
              position: relative;
              z-index: 1;
              zoom: 1;
              font-style: normal;
              display: block;
              border-radius: 3px;
              -moz-border-radius: 3px;
              -webkit-border-radius: 3px;
              -o-border-radius: 3px;
              -ms-border-radius: 3px;
              font-size: 12px;
              min-width: 56px;
              text-align: center;
              padding: 4px 4px;
              color: #fff;
              background: -webkit-linear-gradient(right, #FD6533, #FD472E, #FD2429);
              /* Safari 5.1 - 6.0 */
              background: -o-linear-gradient(right, #FD6533, #FD472E, #FD2429);
              /* Opera 11.1 - 12.0 */
              background: -moz-linear-gradient(right, #FD6533, #FD472E, #FD2429);
              /* Firefox 3.6 - 15 */
              background: linear-gradient(to right, #FD6533, #FD472E, #FD2429);
              /* 标准的语法 */ }
            .box_goods .goods-ph li .saleitem_link .saleitem_info .info .quan:after, .box_goods .goods-ph li .saleitem_link .saleitem_info .info .quan:before {
              position: absolute;
              z-index: 10;
              zoom: 1;
              left: -4px;
              top: 50%;
              margin-top: -3px;
              border: 1px solid #FC3F78;
              background: #fff;
              display: block;
              width: 5px;
              height: 5px;
              content: "";
              border-radius: 10px; }
            .box_goods .goods-ph li .saleitem_link .saleitem_info .info .quan:before {
              left: auto;
              right: -4px; }
          .box_goods .goods-ph li .saleitem_link .saleitem_info .info .buy-btn:hover {
            color: #fff !important;
            text-decoration: underline; }
    .box_goods .goods-ph li:nth-child(even) {
      float: right; }
    .box_goods .goods-ph li:hover {
      background-color: #FFF6F1;
      box-shadow: 0 1px 20px 0 rgba(255, 70, 78, 0.5); }
      .box_goods .goods-ph li:hover .saleitem_img .img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05); }

/*公共底部*/
.footer {
  overflow: hidden;
  background-color: #F1F1F1; }
  .footer .in {
    margin: 30px auto;
    text-align: center;
    color: #ccc;
    line-height: 30px; }
    .footer .in ul {
      width: 100%;
      text-align: center; }
      .footer .in ul li {
        display: inline-block; }
        .footer .in ul li a, .footer .in ul li span {
          color: #999999;
          margin-left: 15px;
          margin-right: 15px;
          cursor: pointer; }
        .footer .in ul li:last-child {
          border-right: 0; }
    .footer .in a {
      color: #ccc; }

.hide-me {
  display: none; }

::-webkit-scrollbar-track-piece {
  background-color: #f8f8f8; }

::-webkit-scrollbar {
  width: 3px;
  height: 3px; }

::-webkit-scrollbar-thumb {
  background-color: #dddddd;
  background-clip: padding-box;
  min-height: 28px; }

::-webkit-scrollbar-thumb:hover {
  background-color: #bbb; }

.noData {
  text-align: center;
  line-height: 40px; }
  .noData .d1 {
    margin-top: 150px; }

.noMoreData {
  width: 100%;
  overflow: hidden;
  text-align: center;
  line-height: 100px;
  color: #999; }

/*# sourceMappingURL=pc_com.css.map */
