@charset "UTF-8";
.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  border-radius: 10px !important;
  opacity: 0.6 !important;
  background: #ffffff !important; }

.swiper {
  --swiper-theme-color: #ff6600;
  /* 设置Swiper风格 */
  --swiper-navigation-color: #fff;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 45px;
  /* 设置按钮大小 */ }

.swiper-button-prev {
  left: 40px !important; }

.swiper-button-next {
  right: 40px !important; }

.swiper-pagination-bullet-active {
  opacity: 1 !important; }

.home {
  overflow: hidden;
  padding-bottom: 62px;
  width: 100%; }
  .home .undeLine {
    position: relative;
    padding-bottom: 20px; }
    .home .undeLine::after {
      width: 100px;
      height: 2px;
      background: #cdcdcd;
      position: absolute;
      content: ' ';
      left: 50%;
      bottom: 0;
      transform: translateX(-50%); }
  .home .mySwiper {
    height: 600px;
    width: 100%;
    position: relative; }
  .home .signinBox {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9;
    background: none; }
    .home .signinBox .signin {
      position: absolute;
      right: 0;
      top: 46px;
      width: 400px;
      height: 510px;
      background: #fff;
      opacity: 0.8;
      transition: all .5s; }
      .home .signinBox .signin:hover {
        opacity: 1; }
      .home .signinBox .signin .signinInner {
        width: 293px;
        overflow: hidden; }
        .home .signinBox .signin .signinInner .registerLine {
          margin-top: 29px;
          margin-left: 12px;
          font-size: 18px;
          color: #000000; }
          .home .signinBox .signin .signinInner .registerLine span {
            color: #c8a43c; }
        .home .signinBox .signin .signinInner .siginBth {
          width: 292px;
          background: #ceb971;
          height: 47px;
          margin-top: 35px;
          font-size: 16px;
          color: #fff; }
        .home .signinBox .signin .signinInner .forgetPwd {
          font-size: 16px;
          color: #c8a43c; }
        .home .signinBox .signin .signinInner .signinattribute {
          margin-top: 27px; }
          .home .signinBox .signin .signinInner .signinattribute .checkPwd {
            width: 16px;
            height: 16px;
            border: 1px solid #cdcdce; }
          .home .signinBox .signin .signinInner .signinattribute label {
            margin-left: 8px; }
        .home .signinBox .signin .signinInner .welcome {
          font-size: 36px;
          color: #333333;
          margin-top: 37px; }
        .home .signinBox .signin .signinInner .inputLineTitle {
          margin-left: 2px;
          margin-top: 53px;
          font-size: 16px;
          color: #333333; }
          .home .signinBox .signin .signinInner .inputLineTitle span {
            font-size: 16px;
            color: #ff0000;
            padding-left: 4px; }
        .home .signinBox .signin .signinInner .inputLineTitleInput {
          width: 290px;
          height: 45px;
          border: 1px solid #bbbfc2;
          margin-top: 15px; }
          .home .signinBox .signin .signinInner .inputLineTitleInput input {
            flex: 1;
            font-size: 16px;
            padding-left: 18px;
            height: 100%; }
          .home .signinBox .signin .signinInner .inputLineTitleInput .inputLineTitleInputIcon {
            width: 41px;
            height: 43px; }
            .home .signinBox .signin .signinInner .inputLineTitleInput .inputLineTitleInputIcon img {
              width: 15px;
              height: 16px; }
  .home .swiper-slide {
    background: none; }
  .home .supplierList {
    margin-top: 38px;
    overflow: hidden; }
  .home .friendLink {
    margin-top: 25px;
    overflow: hidden; }
  .home .supplierListItem {
    /* width: 149px;
    height: 77px; */
    width: 200px;
    height: 103px;
    padding: calc(200px - 146px) calc(103px - 76px); }
    .home .supplierListItem img {
      width: 100%; }
  .home .supplierListItemLine {
    border-bottom: 1px solid #ECECEC;
    border-right: 1px solid #ECECEC;
    /* &:nth-last-child(1){
        border-bottom: none;
    } */
        /* &:nth-last-child(2){
            border-bottom: none;
        }
        &:nth-last-child(3){
            border-bottom: none;
        }
        &:nth-last-child(4){
            border-bottom: none;
        }
        &:nth-last-child(5){
            border-bottom: none;
        }
        &:nth-last-child(6){
            border-bottom: none;

        } */ }
    .home .supplierListItemLine:nth-child(6) {
      border-right: none; }
  .home .titleDFC068 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    color: #dfc068;
    margin-top: 100px; }
  .home .descLine {
    font-size: 20px;
    text-align: center;
    color: #000000;
    margin-top: 19px; }
  .home .moduleEntry {
    margin-top: 62px; }
    .home .moduleEntry .moduleEntryItem {
      width: 384px;
      height: 320px;
      background: #fff;
      overflow: hidden;
      margin-top: 24px;
      transition: all .5s;
      box-shadow: 0 0 49px 3px rgba(0, 0, 0, 0.05);
            /* &check {
                background: #dfc068;

                .moduleEntryItemInfo {
                    color: #fff;

                    .moduleEntryItemInfoTitle {
                        color: #fff;
                    }
                }
            } */ }
      .home .moduleEntry .moduleEntryItem .moduleEntryItemPic {
        width: 100%;
        height: 220px; }
      .home .moduleEntry .moduleEntryItem .moduleEntryItemInfo {
        width: 100%;
        height: 120px;
        color: #333333;
        overflow: hidden; }
        .home .moduleEntry .moduleEntryItem .moduleEntryItemInfo .moduleEntryItemInfoTitle {
          font-size: 26px;
          margin-top: 19px;
          color: #dfc068;
          margin-left: 25px;
          margin-right: 25px; }
        .home .moduleEntry .moduleEntryItem .moduleEntryItemInfo .moduleEntryItemInfoMore {
          font-size: 16px;
          margin-top: 12px;
          margin-left: 25px; }
      .home .moduleEntry .moduleEntryItem:hover {
        background: #dfc068; }
        .home .moduleEntry .moduleEntryItem:hover .moduleEntryItemInfo {
          color: #fff; }
          .home .moduleEntry .moduleEntryItem:hover .moduleEntryItemInfo .moduleEntryItemInfoTitle {
            color: #fff;
            font-weight: bold; }
  .home .my-swiper-slide {
    position: relative;
    overflow: hidden; }
    .home .my-swiper-slide img {
      height: 100%;
      position: absolute;
      left: 50%;
      transform: translateX(-50%); }

/*# sourceMappingURL=index.css.map */
