﻿body {
  background: #f7f7f7; }

.icon__down {
  position: absolute;
  margin-left: 55px; }

.top-bar {
  height: 88px;
  background: #fff;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.05); }
  .top-bar > .dz-flexalign-center {
    height: 100%;
    margin: 0 auto;
    justify-content: space-between; }
  .top-bar .top-bar__input {
    width: 490px;
    height: 40px;
    border: solid 2px #d30303; }
    .top-bar .top-bar__input .input__btn {
        height: 100%;
        background: #d30303;
        color: #fff;
        width: 90px;
        font-size: 16px;
    }
    .top-bar .top-bar__input .dz-flexitem-1 {
      height: 100%;
      font-size: 14px;
      padding-left: 10px; }
    .top-bar .top-bar__input .input__sel {
      height: 100%;
      width: 70px;
      text-align: center;
      text-align-last: center;
      font-size: 14px;
      color: #999; }

.icon__right {
  padding-top: 6px;
  margin-left: 5px; }

.main {
  margin: 0 auto; }

.mr-10 {
  margin-right: 10px; }

.banner {
  margin-top: 15px;
  height: 400px; }
  .banner > div {
    height: 100%; }
  .banner .dz-flexitem-1 > div {
    background: #ffffff; }

.banner__link {
  width: 250px;
  background: #ffffff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.02); }
  .banner__link ul {
    overflow: hidden;
    padding: 15px 0 15px; }
  .banner__link li {
    float: left;
    width: 33.3%;
    text-align: center;
    font-size: 14px;
    line-height: 37px; }

.banner__gdns {
  height: 150px; }

.banner__mes {
  margin-top: 10px;
  height: 240px; }

.gdns-title {
  text-align: center;
  line-height: 42px;
  border-bottom: 1px solid #f2f2f2;
  font-size: 14px; }

.gdns-main {
  padding-top: 7.5px; }
  .gdns-main > div {
    width: 50%;
    float: left;
    height: 45px; }
    .gdns-main > div > div {
      margin-left: 8px; }

.mes-new {
  position: relative; }
  .mes-new:after {
    content: '';
    position: absolute;
    width: 31px;
    height: 14px;
    background: url("http://www.aicaigoupifa.com/Areas/AiCaiGou/Content/css/img/NEW.png");
    top: 6px;
    margin-left: 2px; }

.mes-main {
  padding: 10px 20px 10px 20px; }
  .mes-main li {
    line-height: 30px; }
    .mes-main li a {
      width: 185px;
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      color: #666; }
      .mes-main li a:hover {
        color: #d30303; }

.hot-title {
  margin: 38px 0 20px; }

.title__main {
  font-size: 24px;
  font-weight: bold; }

.title__tip {
  font-size: 14px;
  color: #666;
  margin-left: 5px; }

.hot-main {
  overflow: hidden; }
  .hot-main > li {
    background: #fff;
    box-sizing: border-box;
    width: 595px;
    height: 224px;
    border: solid 1px #ebebeb;
    float: left;
    margin-bottom: 16px; }
    .hot-main > li:nth-child(2n) {
      margin-left: 10px; }
    .hot-main > li > div {
      height: 100%; }

.hot-li__img {
  width: 180px;
  font-size: 20px;
  padding: 20px 0 0 25px;
  line-height: 1;
  background-size: 100% 100%; }

.hot-li__list {
  padding: 15px 5px 15px 30px; }
  .hot-li__list li {
    float: left;
    width: 75px; }
  .hot-li__list a {
    line-height: 38px; }

.new-title {
  margin: 24px 0 22px 0; }
  .new-title > div {
    font-size: 20px;
    font-weight: bold;
    margin-left: 13px; }
  .new-title > a {
    font-size: 16px; }

.new-list {
  overflow: hidden; }
  .new-list li {
    width: 230px;
    height: 335px;
    background: #fff;
    float: left;
    margin-left: 12px;
    margin-bottom: 16px;
    border: solid 1px #ebebeb; }
    .new-list li:nth-child(5n + 1) {
      margin-left: 0px; }
    .new-list li .new-list__img {
      width: 228px;
      height: 228px;
      background-size: cover;
      background-position: center center; }
    .new-list li .new-list__info {
      padding: 20px 13px 0 13px; }
      .new-list li .new-list__info p {
        font-size: 14px;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        height: 42px; }
      .new-list li .new-list__info .dz-flex-center {
        margin-top: 10px;
        height: 24px; }
        .new-list li .new-list__info .dz-flex-center .dz-flexitem-1 {
          color: #d30303;
          font-weight: bold; }
          .new-list li .new-list__info .dz-flex-center .dz-flexitem-1 span {
            font-size: 16px; }
        .new-list li .new-list__info .dz-flex-center a {
          width: 70px;
          line-height: 24px;
          background: #d30303;
          text-align: center;
          color: #fff;
          border-radius: 12px; }
          .new-list li .new-list__info .dz-flex-center a:hover {
            background: #b50000; }

.rec-list {
  overflow: hidden; }
  .rec-list li {
    width: 230px;
    height: 300px;
    float: left;
    margin-left: 12px;
    margin-bottom: 40px; }
    .rec-list li:nth-child(5n + 1) {
      margin-left: 0px; }
    .rec-list li .rec-list__img {
      width: 230px;
      height: 230px;
      background-size: cover;
      background-position: center center;
      border: 1px solid #ebebeb;
      display: block; }
    .rec-list li .rec-list__info {
      padding: 13px 9px 0 9px; }
      .rec-list li .rec-list__info a {
        font-size: 14px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block; }
      .rec-list li .rec-list__info .dz-flexalign-center {
        margin-top: 15px;
        height: 20px; }
      .rec-list li .rec-list__info img {
        margin-right: 10px; }
      .rec-list li .rec-list__info .dz-flexitem-1 {
        line-height: 20px; }

.c-999 {
  color: #999; }

.footer {
  width: 100%;
  background: #fff;
  height: 120px;
  text-align: center;
  padding-top: 37px; }
  .footer * {
    color: #999; }
  .footer p {
    margin-bottom: 15px; }
    .footer p:first-child {
      font-size: 14px; }
  .footer a {
    margin-right: 20px;
    position: relative; }
    .footer a:after {
      content: '';
      width: 1px;
      height: 13px;
      background: #999;
      position: absolute;
      margin-left: 10px;
      margin-top: 2px; }
    .footer a:last-child:after {
      width: 0; }


