/* KaiFaMei原创源码，唯一官网：www.KaiFaMei.com */
body {
  background: #f2f2f2; }

.top-bg {
  border-radius: 0 0 16px 16px;
  padding: 0 10px;
  margin-bottom: 20px;
  background: #fff; }

.brand {
  background: url(../images/d1ed35baa04648dfcb58c952426f3988.png) left center no-repeat;
  background-size: 71px 94px;
  background-position: left 20px;
  padding: 0 10px;
  margin-top: 10px;
  box-shadow: 0px 0px 20px 0px rgba(180, 23, 41, 0.1);
  border-radius: 16px; }
  .brand .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 15px;
    height: 120px;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .brand .title {
    font-size: 18px;
    font-weight: bold;
    color: #202020;
    margin-right: 15px;
    padding-bottom: 20px; }
    .brand .title span {
      color: #ec2c43; }
  .brand .swiper-container {
    padding-top: 14px;
    padding-bottom: 14px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .brand .swiper-container .swiper-slide {
      width: 90px;
      height: 80px; }
      .brand .swiper-container .swiper-slide .img {
        border-radius: 5px;
        overflow: hidden; }
        .brand .swiper-container .swiper-slide .img img {
          width: 100%;
          height: 100%;
          display: block; }
      .brand .swiper-container .swiper-slide .text {
        width: 100%;
        font-size: 14px;
        text-align: center;
        color: #242424;
        font-weight: bold;
        margin-top: 4px; }

.classification {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 25px; }
  .classification .content {
    padding-top: 20px; }
  .classification ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
    overflow: hidden;
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all; }
    .classification ul.active {
      height: auto; }
  .classification .more-btn {
    width: 75px;
    height: 25px;
    box-sizing: border-box;
    border: 1px solid #d1d1d1;
    border-radius: 20px;
    margin: 0 auto; }
    .classification .more-btn .down, .classification .more-btn .up {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 100%; }
    .classification .more-btn.active .down {
      display: none; }
    .classification .more-btn.active .up {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .classification .more-btn .down {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .classification .more-btn .up {
      display: none; }
    .classification .more-btn span {
      font-size: 12px;
      color: #d1d1d1; }
    .classification .more-btn img {
      margin-left: 5px;
      width: 7px; }
  .classification .more-btn {
    margin-top: 10px; }
  .classification li {
    margin-bottom: 15px;
    width: 20%; }
    .classification li .parent .img {
      margin-bottom: 6px; }
      .classification li .parent .img img {
        width: 48px;
        display: block;
        margin: 0 auto; }
        @media (max-width: 360px) {
          .classification li .parent .img img {
            width: 40px; } }
    .classification li .parent .text a {
      font-size: 12px;
      display: block;
      text-align: center;
      color: #5b5455;
      font-weight: normal; }

.latestin {
  margin-top: 30px;
  margin-bottom: 30px; }
  .latestin > .title {
    padding: 0 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .latestin > .title .bold {
      font-size: 14px;
      color: #b2b2b2; }
      .latestin > .title .bold span {
        font-weight: bold;
        font-size: 18px;
        color: #262626;
        position: relative;
        margin-right: 5px; }
    .latestin > .title .more a {
      color: #818181;
      font-size: 16px;
      font-weight: bold; }
  .latestin .swiper-container {
    padding-left: 8px;
    margin-top: 15px; }
    .latestin .swiper-container .swiper-slide {
      width: 140px;
      border-radius: 10px;
      overflow: hidden; }
      .latestin .swiper-container .swiper-slide .nofollowImg {
        display: block;
        width: 100%;
        height: 100%;
        background: #fff; }
        .latestin .swiper-container .swiper-slide .nofollowImg .img {
          border-radius: 12px;
          overflow: hidden; }
          .latestin .swiper-container .swiper-slide .nofollowImg .img img {
            width: 140px;
            display: block; 
			height:107px;
		}
        .latestin .swiper-container .swiper-slide .nofollowImg .text {
          text-align: center; }
          .latestin .swiper-container .swiper-slide .nofollowImg .text a .title {
            font-size: 14px;
            margin-top: 10px;
            color: #222222;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            padding: 0 5px;
            text-align: center;
            margin-bottom: 5px; }
          .latestin .swiper-container .swiper-slide .nofollowImg .text a .proce {
            font-size: 14px;
            color: #ec2b42;
            margin-bottom: 10px;
            font-weight: bold; }

.latestin2 {
  padding: 0 10px;
  margin-top: 20px; }
  .latestin2.active .content {
    padding-bottom: 20px; }
  .latestin2 .title {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
    color: #262626;
    position: relative;
    margin-right: 5px; }
  .latestin2 .content {
    background: #fff;
    border-radius: 10px;
    padding-bottom: 20px; }
    .latestin2 .content ul {
      padding: 20px 15px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: wrap;
          -ms-flex-flow: wrap;
              flex-flow: wrap;
      padding-bottom: 0;
      overflow: hidden;
      -webkit-transition: 0.5s ease all;
      transition: 0.5s ease all; }
      .latestin2 .content ul::after {
        content: '';
        display: block;
        width: 110px; }
      .latestin2 .content ul li {
        text-align: center;
        box-sizing: border-box;
        width: 33.333333333333336%;
        margin-bottom: 10px;
        padding: 0 5px; }
        @media (max-width: 370px) {
          .latestin2 .content ul li {
            padding: 0 3px; } }
        .latestin2 .content ul li a {
          padding: 3px 0px;
          background: #f2f2f2;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          border-radius: 7px;
          box-sizing: border-box;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          display: block;
          width: 100%;
          height: 100%;
          line-height: 25px;
          color: #7e7e7e;
          font-size: 14px; }
    .latestin2 .content .more-btn {
      width: 75px;
      height: 25px;
      box-sizing: border-box;
      border: 1px solid #d1d1d1;
      border-radius: 20px;
      margin: 0 auto; }
      .latestin2 .content .more-btn .down, .latestin2 .content .more-btn .up {
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        height: 100%; }
      .latestin2 .content .more-btn.active .down {
        display: none; }
      .latestin2 .content .more-btn.active .up {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
      .latestin2 .content .more-btn .down {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
      .latestin2 .content .more-btn .up {
        display: none; }
      .latestin2 .content .more-btn span {
        font-size: 12px;
        color: #d1d1d1; }
      .latestin2 .content .more-btn img {
        margin-left: 5px;
        width: 7px; }
    .latestin2 .content .more-btn {
      margin-top: 10px; }

.latestin3 {
  padding: 0 10px;
  margin-top: 20px; }
  .latestin3 .title {
    font-weight: bold;
    font-size: 18px;
    color: #262626;
    position: relative;
    margin-bottom: 10px; }
  .latestin3 .bg {
    background: #fff;
    border-radius: 10px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 22px; }
    .latestin3 .bg .tab ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: wrap;
          -ms-flex-flow: wrap;
              flex-flow: wrap; }
      .latestin3 .bg .tab ul li {
        width: 14%;
        box-sizing: border-box;
        margin: 0 0px;
        overflow: hidden;
        padding: 2px 7px; }
        .latestin3 .bg .tab ul li.active a {
          background: #ec2b42;
          color: #fff; }
        .latestin3 .bg .tab ul li a {
          color: #ec2b42;
          background: #f2f2f2;
          font-size: 14px;
          box-sizing: border-box;
          padding-top: 4px;
          padding-bottom: 4px;
          margin-bottom: 5px;
          border-radius: 20px;
          display: block;
          text-align: center; }
        @media (max-width: 702px) {
          .latestin3 .bg .tab ul li {
            padding: 2px 6px; } }
        @media (max-width: 460px) {
          .latestin3 .bg .tab ul li {
            padding: 2px 3px; } }
        @media (max-width: 415px) {
          .latestin3 .bg .tab ul li {
            padding: 2px 1px; } }
        @media (max-width: 400px) {
          .latestin3 .bg .tab ul li {
            padding: 2px 1px; }
            .latestin3 .bg .tab ul li a {
              font-size: 12px; } }
    .latestin3 .bg .swiper-slide {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .latestin3 .bg .content {
      padding-top: 10px;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .latestin3 .bg .content ul {
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: wrap;
            -ms-flex-flow: wrap;
                flex-flow: wrap;
        overflow: hidden; }
        .latestin3 .bg .content ul li {
          padding: 10px 0;
          width: 33.333333333333336%; }
          .latestin3 .bg .content ul li a {
            display: block;
            text-align: center;
            font-size: 14px;
            color: #242424;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
    .latestin3 .bg .more-btn {
      width: 75px;
      height: 25px;
      box-sizing: border-box;
      border: 1px solid #d1d1d1;
      border-radius: 20px;
      margin: 0 auto; }
      .latestin3 .bg .more-btn .down, .latestin3 .bg .more-btn .up {
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        height: 100%; }
      .latestin3 .bg .more-btn.active .down {
        display: none; }
      .latestin3 .bg .more-btn.active .up {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
      .latestin3 .bg .more-btn .down {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
      .latestin3 .bg .more-btn .up {
        display: none; }
      .latestin3 .bg .more-btn span {
        font-size: 12px;
        color: #d1d1d1; }
      .latestin3 .bg .more-btn img {
        margin-left: 5px;
        width: 7px; }
    .latestin3 .bg .more-btn {
      margin-top: 12px; }

.merchants {
  padding: 0 10px; }
  .merchants .tab {
    margin-bottom: 10px; }
    .merchants .tab ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .merchants .tab ul li {
        box-sizing: border-box;
        padding: 0 20px; }
        .merchants .tab ul li.active a::after {
          content: ''; }
        .merchants .tab ul li:nth-of-type(1) {
          padding-left: 0px; }
        .merchants .tab ul li a {
          font-weight: bold;
          font-size: 18px;
          color: #262626;
          position: relative; }
          .merchants .tab ul li a::after {
            position: absolute;
            width: 100%;
            height: 3px;
            left: 0;
            right: 0;
            bottom: -4px;
            z-index: -1;
            margin: auto;
            background: #ec2b42; }
  .merchants .swiper-container {
    width: 100%; }

.news {
  padding: 0 10px; }
  .news .swiper-container {
    border-radius: 10px;
    margin-top: 15px; }
    .news .swiper-container .swiper-wrapper .swiper-slide {
      background: #fff;
      padding: 0 15px;
      padding-right: 15px;
      box-sizing: border-box; }
      .news .swiper-container .swiper-wrapper .swiper-slide ul {
        overflow: hidden;
        -webkit-transition: 0.5s ease all;
        transition: 0.5s ease all; }
        .news .swiper-container .swiper-wrapper .swiper-slide ul li {
          border-bottom: 1px solid #f2f2f2; }
          .news .swiper-container .swiper-wrapper .swiper-slide ul li .followImg {
            display: block;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            align-items: center;
            padding: 20px 0; }
            .news .swiper-container .swiper-wrapper .swiper-slide ul li .followImg .left .title a {
              display: -webkit-box;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              overflow: hidden;
              font-size: 15px;
              color: #262626;
              line-height: 16px; }
            .news .swiper-container .swiper-wrapper .swiper-slide ul li .followImg .left .date a {
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: start;
              -webkit-justify-content: flex-start;
                  -ms-flex-pack: start;
                      justify-content: flex-start;
              color: #828282;
              font-size: 12px;
              -webkit-box-align: center;
              -webkit-align-items: center;
                  -ms-flex-align: center;
                      align-items: center; }
              .news .swiper-container .swiper-wrapper .swiper-slide ul li .followImg .left .date img {
                width: 12px;
                margin-right: 5px;
                height: 12px; }
            .news .swiper-container .swiper-wrapper .swiper-slide ul li .followImg .left .desc a {
              margin-top: 10px;
              margin-bottom: 5px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap;
              font-size: 12px;
              display:block;
              color: #828282; }
            .news .swiper-container .swiper-wrapper .swiper-slide ul li .followImg .left {
              -webkit-box-flex: 1;
              -webkit-flex: 1;
                  -ms-flex: 1;
                      flex: 1;
              min-width: 0; }
            .news .swiper-container .swiper-wrapper .swiper-slide ul li .followImg .img {
              width: 100px;
              height:66px;
              overflow:hidden;
              margin-left: 20px; }
            .news .swiper-container .swiper-wrapper .swiper-slide ul li .followImg .img {
              position: relative; }
              .news .swiper-container .swiper-wrapper .swiper-slide ul li .followImg .img img {
                width: 100%;
                display: block;
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0;
                top: 0;
                margin: auto; }
      .news .swiper-container .swiper-wrapper .swiper-slide .more-btn {
        width: 75px;
        height: 25px;
        box-sizing: border-box;
        border: 1px solid #d1d1d1;
        border-radius: 20px;
        margin: 0 auto; }
        .news .swiper-container .swiper-wrapper .swiper-slide .more-btn .down, .news .swiper-container .swiper-wrapper .swiper-slide .more-btn .up {
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          height: 100%; }
        .news .swiper-container .swiper-wrapper .swiper-slide .more-btn.active .down {
          display: none; }
        .news .swiper-container .swiper-wrapper .swiper-slide .more-btn.active .up {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
        .news .swiper-container .swiper-wrapper .swiper-slide .more-btn .down {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
        .news .swiper-container .swiper-wrapper .swiper-slide .more-btn .up {
          display: none; }
        .news .swiper-container .swiper-wrapper .swiper-slide .more-btn span {
          font-size: 12px;
          color: #d1d1d1; }
        .news .swiper-container .swiper-wrapper .swiper-slide .more-btn img {
          margin-left: 5px;
          width: 7px; }
      .news .swiper-container .swiper-wrapper .swiper-slide .more-btn {
        margin-top: 18px;
        margin-bottom: 18px; }
        .news .swiper-container .swiper-wrapper .swiper-slide .more-btn a {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; }

.slide {
  height: 184px;
  padding-top: 55px; }
  .slide .swiper-container {
    border-radius: 16px;
    overflow: hidden;
    height: 100%; }
    .slide .swiper-container .swiper-wrapper .swiper-slide a {
      display: block;
      height: 100%;
      width: 100%; }
      .slide .swiper-container .swiper-wrapper .swiper-slide a img {
        height: 100%;
        width: 100%;
        display: block; }
  .slide .swiper-pagination-bullet {
    width: 40px;
    height: 2px;
    background: rgba(255, 255, 255, 0.4);
    opacity: 1;
    border-radius: 0;
    margin: 0; }
  .slide .swiper-pagination-bullet-active {
    background: white; }
  .slide .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0; }
  .slide .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 5px; }


.latestin3 .bg .tab ul li{
  width:16.666666666666668%;
}
.latestin .swiper-container .swiper-slide a .img{
    height:80px;
}
.news .swiper-container .swiper-wrapper .swiper-slide ul li a .img img{
    height:100%;
}
.latestin .swiper-container .swiper-slide a .img img{
    height:86px;
}
.news .swiper-container .swiper-wrapper .swiper-slide ul li a .img img{
    height:80px;
}
.news .swiper-container .swiper-wrapper .swiper-slide ul li a .img{
    border-radius: 10px;
    overflow: hidden;
}
.slide .swiper-container{
    border-radius:10px;
}
.latestin .swiper-container .swiper-slide a .img{
    height:94px;
}
.latestin .swiper-container .swiper-slide a .img img{
    height:94px;
}
.latestin .swiper-container .swiper-slide{
    border-radius:5px;
}
.latestin .swiper-container .swiper-slide a .img{
    border-radius:5px;
}
.news .swiper-container .swiper-wrapper .swiper-slide ul li a .img img{
    height:65px;
    border-radius: 5px;
}
.latestin .swiper-container{
    padding-left:10px;
}

/* add */
.text-color-list {
  margin: 0 10px;
  background: #fff;
  margin-top: 25px;
}
.text-color-list ul {
  display: flex;
  flex-flow: wrap;
}
.text-color-list ul li {
  box-sizing: border-box;
  border-right: 2px solid #f2f2f2;
  border-bottom: 2px solid #f2f2f2;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  width: 25%;
}
.text-color-list ul li a {
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  color: #7e7e7e;
  font-size: 14px;
  line-height: 28px;
}
.text-color-list ul li:nth-of-type(5) a {
  color: #c26f25;
}
.text-color-list ul li:nth-of-type(7) a {
  color: #8c91aa;
}
.text-color-list ul li:nth-of-type(9) a {
  color: #58ceb6;
}
.text-color-list ul li:nth-of-type(11) a {
  color: #af58c2;
}
.text-color-list ul li:nth-of-type(22) a {
  color: #c26f25;
}
.text-color-list ul li:nth-of-type(24) a {
  color: #d55f86;
}
.text-color-list ul li:nth-of-type(26) a {
  color: #58ceb6;
}
.text-color-list ul li:nth-of-type(28) a {
  color: #89cc5c;
}
.text-color-list ul li:nth-of-type(41) a {
  color: #6e8fdc;
}
.text-color-list ul li:nth-of-type(43) a {
  color: #ffad1f;
}
.text-color-list ul li:nth-of-type(45) a {
  color: #a39165;
}
.text-color-list ul li:nth-of-type(47) a {
  color: #2bb7ff;
}
.text-color-list ul li:nth-of-type(62) a {
  color: #d86fff;
}
.text-color-list ul li:nth-of-type(64) a {
  color: #5581ff;
}
.text-color-list ul li:nth-of-type(66) a {
  color: #ff5450;
}
.text-color-list ul li:nth-of-type(4n+0) {
  border-right: 0;
}




.commonListImgText{box-sizing:border-box;padding:25px 15px;padding:0 15px;background:#fff;border-radius:16px;}.commonListImgText ul:nth-of-type(1){display:block;}.commonListImgText ul:nth-of-type(2){display:none;}.commonListImgText ul li{box-sizing:border-box;height:120px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:15px 0;border-bottom:1px solid #f5f5f5;}.commonListImgText ul li:last-child{border-bottom:0;}.commonListImgText ul li .parent{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}.commonListImgText ul li .parent .img{border-radius:10px;overflow:hidden;width:128px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;box-sizing:border-box;}.commonListImgText ul li .parent .img img{width:100%;}.commonListImgText ul li .parent .text{padding-left:18px;box-sizing:border-box;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;min-width:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}.commonListImgText ul li .parent .text .title{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:8px;}.commonListImgText ul li .parent .text .title span{font-weight:bold;}.commonListImgText ul li .parent .text .title span:nth-of-type(1){font-size:17px;color:#262626;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-right:10px;max-width:156px;}@media (max-width:360px){.commonListImgText ul li .parent .text .title span:nth-of-type(1){font-size:14px;max-width:75px;}}.commonListImgText ul li .parent .text .title span:nth-of-type(2){font-size:14px;color:#ec2b42;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;}@media (max-width:360px){.commonListImgText ul li .parent .text .title span:nth-of-type(2){font-size:12px;}}.commonListImgText ul li .parent .text .stores,.commonListImgText ul li .parent .text .belongs{color:#898989;font-size:12px;margin-top:6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;}.commonListImgText ul li .parent .img img{width:100%;display:block;height:100%;}.commonListImgText ul li .parent .img{height:82px;}.commonListImgText ul li .parent .img{border-radius:5px;width:120px;height:80px;}.merchants .tab ul .more{margin-left:auto;}.merchants .tab ul .more a{color:#818181;font-size:16px;font-weight:bold;}.industry{margin-right:auto;padding:2px 4px;background:#f2f2f2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border-radius:6px;display:block;font-style:normal;}.industry a{font-size:12px;color:#ec2b42;}.commonListImgText ul li .parent .text .belongs{display:flex;justify-content:space-between;overflow:inherit;}.commonListImgText ul li .parent .text .belongs span{min-width:0;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.commonListImgText ul li .parent .text .belongs span:nth-of-type(1){flex:1;padding-right:10px;}.commonListImgText ul li .parent .text .belongs span.addbtns{width:75px;height:25px;box-sizing:border-box;border-radius:16px;background:#ec2b42;display:flex;align-items:center;justify-content:center;margin-top:-10px;}.commonListImgText ul li a .text .belongs span.addbtns a{color:#fff;font-size:12px;}.commonListImgText ul li .parent .text .stores{display:flex;justify-content:space-between;margin-top:0;}.industry{margin-right:inherit;}.commonListImgText ul li .parent .text .belongs span.addbtns{margin-top:0px;}.commonListImgText ul li .parent .text .stores span{display:flex;align-items:center;}.commonListImgText ul li .parent .text .belongs span:nth-of-type(1){min-width:0;}.commonListImgText ul li .parent .text .belongs{align-items:center;}.commonListImgText ul li .parent .text .belongs span.addbtns{height:21px;}.commonListImgText ul li .parent .text .belongs span.addbtns a{width:100%;height:100%;display:block;color:#fff;font-size:12px;display:flex;align-items:center;justify-content:center;}.commonListImgText ul li .parent{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}.commonListImgText ul li .parent .text .stores{display:flex;}.commonListImgText ul li .parent .text .title span:nth-of-type(1) a{font-size:17px;color:#262626;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-right:10px;max-width:156px;}

/* add */
