@charset "UTF-8";
/*
* set color variable
*/
/*
* set img variable
*/
body {
  background: #f7f9fc; }

.index-content {
  padding: 20px 0 0; }
  .index-content .index-screen-one .banner-box {
    width: 1100px;
    height: 400px;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 12px;
    border-radius: 12px; }
    .index-content .index-screen-one .banner-box .swiper-slide {
      width: 1100px;
      height: 400px;
      -webkit-border-radius: 12px;
      border-radius: 12px; }
      .index-content .index-screen-one .banner-box .swiper-slide img {
        width: 100%;
        height: 100%;
        -webkit-border-radius: 12px;
        border-radius: 12px; }
    .index-content .index-screen-one .banner-box .swiper-button-next,
    .index-content .index-screen-one .banner-box .swiper-button-prev {
      z-index: 2;
      opacity: 0;
      width: 50px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      background: rgba(0, 0, 0, 0.6);
      -webkit-border-radius: 50%;
      border-radius: 50%;
      font-size: 20px;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      color: #fff; }
    .index-content .index-screen-one .banner-box .swiper-button-next:after,
    .index-content .index-screen-one .banner-box .swiper-button-prev:after {
      content: "";
      font-size: 20px;
      color: #fff; }
    .index-content .index-screen-one .banner-box .swiper-pagination-bullet-active {
      background: #11AA2B; }
    .index-content .index-screen-one .banner-box .mySwiper:hover .swiper-button-prev,
    .index-content .index-screen-one .banner-box .mySwiper:hover .swiper-button-next {
      opacity: 1;
      /* 悬浮时显示 */ }
  .index-content .index-screen-one .index-form {
    width: 284px;
    height: 400px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(80%, #ffffff), to(#ffe7e7));
    background: -webkit-linear-gradient(bottom, #ffffff 80%, #ffe7e7 100%);
    background: -o-linear-gradient(bottom, #ffffff 80%, #ffe7e7 100%);
    background: linear-gradient(0deg, #ffffff 80%, #ffe7e7 100%);
    padding: 20px 16px; }
    .index-content .index-screen-one .index-form .title {
      min-height: 34px;
      font-size: 18px;
      font-weight: 600;
      color: #222; }
    .index-content .index-screen-one .index-form .desc {
      min-height: 32px;
      font-size: 12px;
      color: #9e9e9e;
      margin: 6px 0 12px; }
    .index-content .index-screen-one .index-form .el-input {
      margin-bottom: 10px; }
      .index-content .index-screen-one .index-form .el-input .input-box {
        height: 40px;
        width: 100%;
        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; }
        .index-content .index-screen-one .index-form .el-input .input-box .iconfont {
          margin: 0 15px;
          position: absolute; }
        .index-content .index-screen-one .index-form .el-input .input-box .name,
        .index-content .index-screen-one .index-form .el-input .input-box .email {
          background: #f7f9fc;
          height: 40px;
          border: 1px solid #d8d8d8;
          -webkit-border-radius: 8px;
          border-radius: 8px;
          padding-left: 40px; }
        .index-content .index-screen-one .index-form .el-input .input-box .is-error {
          border-color: #11AA2B; }
      .index-content .index-screen-one .index-form .el-input .textarea {
        resize: none;
        height: 110px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        border: 1px solid #d8d8d8;
        background: #f7f9fc; }
      .index-content .index-screen-one .index-form .el-input .is-error {
        border-color: #f56c6c; }
    .index-content .index-screen-one .index-form .el-input__error {
      padding: 2px;
      font-size: 11px; }
    .index-content .index-screen-one .index-form .submit_btn {
      width: 100%;
      height: 40px;
      line-height: 40px;
      background: -webkit-gradient(linear, right top, left top, from(#11AA2B), to(#009AE1));
      background: -webkit-linear-gradient(right, #11AA2B 0%, #009AE1 100%);
      background: -o-linear-gradient(right, #11AA2B 0%, #009AE1 100%);
      background: linear-gradient(270deg, #11AA2B 0%, #009AE1 100%);
      -webkit-border-radius: 40px;
      border-radius: 40px;
      font-size: 16px;
      color: white;
      cursor: pointer;
      text-align: center;
      font-weight: bold;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .index-content .index-screen-one .index-form .submit_btn:hover {
        opacity: 0.7; }

/* 推荐设备 */
.recommend-box {
  margin-bottom: 21px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  padding-bottom: 15px; }
  .recommend-box .recommend-title {
    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;
    padding: 36px 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #61646f; }
    .recommend-box .recommend-title .recommend-title-text {
      font-size: 24px;
      font-weight: bold;
      color: #222; }
    .recommend-box .recommend-title .recommend_nav {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      -webkit-box-pack: right;
      -webkit-justify-content: right;
      -ms-flex-pack: right;
      justify-content: right;
      margin-right: 50px; }
      .recommend-box .recommend-title .recommend_nav .nav-item {
        -webkit-border-radius: 30px;
        border-radius: 30px;
        padding: 10px 16px;
        border: 1px solid #d8d8d8;
        font-size: 14px;
        color: #61646f;
        text-align: center;
        min-width: 150px;
        margin-right: 20px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        cursor: pointer; }
        .recommend-box .recommend-title .recommend_nav .nav-item:hover {
          border: 1px solid #11AA2B;
          color: #11AA2B; }
    .recommend-box .recommend-title .recommend-title-more {
      font-size: 16px;
      font-weight: 500;
      color: #61646f;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      cursor: pointer; }
      .recommend-box .recommend-title .recommend-title-more:hover {
        color: #11AA2B; }
  .recommend-box .recommend_bottom {
    overflow: hidden; }
    .recommend-box .recommend_bottom .item {
      background: #fff;
      float: left;
      margin-right: 10px;
      width: 272px;
      -webkit-border-radius: 12px;
      border-radius: 12px;
      margin-bottom: 20px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .recommend-box .recommend_bottom .item:hover {
        -webkit-box-shadow: 0px 0px 10px 2px rgba(158, 158, 158, 0.4);
        box-shadow: 0px 0px 10px 2px rgba(158, 158, 158, 0.4);
        transition: box-shadow 0.1s, -webkit-box-shadow 0.1s; }
        .recommend-box .recommend_bottom .item:hover .img img {
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          -o-transform: scale(1.1);
          transform: scale(1.1); }
        .recommend-box .recommend_bottom .item:hover .title {
          color: #6c6c76; }
        .recommend-box .recommend_bottom .item:hover .price {
          font-size: 20px; }
      .recommend-box .recommend_bottom .item:nth-child(5n) {
        margin-right: 0; }
      .recommend-box .recommend_bottom .item .img {
        width: 272px;
        height: 272px;
        overflow: hidden;
        -webkit-border-radius: 12px 12px 0 0;
        border-radius: 12px 12px 0 0; }
        .recommend-box .recommend_bottom .item .img img {
          width: 100%;
          height: 100%;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s;
          -o-object-fit: cover;
          object-fit: cover; }
      .recommend-box .recommend_bottom .item .title {
        font-size: 14px;
        color: #6c6c76;
        height: 37px;
        margin: 10px 0;
        padding: 0 10px; }
      .recommend-box .recommend_bottom .item .price {
        font-size: 18px;
        color: #000;
        margin-top: 12px;
        margin-bottom: 19px;
        font-weight: bold;
        line-height: 20px;
        margin-left: 12px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }

.quality-store {
  margin-bottom: 30px; }
  .quality-store .quality-store-hd {
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 600;
    color: #222; }
  .quality-store .quality-store-bd {
    width: 1470px;
    margin: 0 auto;
    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; }
    .quality-store .quality-store-bd .item {
      width: 460px;
      height: 320px;
      padding: 30px 12px 0 12px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-border-radius: 8px;
      border-radius: 8px; }
      .quality-store .quality-store-bd .item .item-top {
        padding: 0 10px;
        height: 140px;
        text-align: center;
        color: #fff; }
      .quality-store .quality-store-bd .item .tit {
        margin-bottom: 10px;
        font-size: 20px;
        font-weight: bold;
        color: #fff; }
      .quality-store .quality-store-bd .item .desc {
        line-height: 20px;
        font-size: 12px;
        color: #fff; }
      .quality-store .quality-store-bd .item .img-box {
        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; }
        .quality-store .quality-store-bd .item .img-box .img-item {
          -webkit-border-radius: 8px;
          border-radius: 8px;
          width: 140px;
          height: 140px;
          overflow: hidden; }
          .quality-store .quality-store-bd .item .img-box .img-item img {
            width: 140px;
            height: 140px;
            -webkit-border-radius: 8px;
            border-radius: 8px;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
            -o-object-fit: cover;
            object-fit: cover; }
          .quality-store .quality-store-bd .item .img-box .img-item:hover img {
            -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
            -o-transform: scale(1.2);
            transform: scale(1.2); }
    .quality-store .quality-store-bd .item-blue {
      background: url("https://img9.aijiuku.com/minorities/public/images/index/selected_stores01.png") no-repeat; }
    .quality-store .quality-store-bd .item-dark-brown {
      background: url("https://img9.aijiuku.com/minorities/public/images/index/selected_stores02.png") no-repeat; }
    .quality-store .quality-store-bd .item-light-brown {
      background: url("https://img9.aijiuku.com/minorities/public/images/index/selected_stores03.png") no-repeat; }
    .quality-store .quality-store-bd .mySwiper {
      overflow: hidden; }
    .quality-store .quality-store-bd .swiper-button-next,
    .quality-store .quality-store-bd .swiper-button-prev {
      width: 48px;
      height: 48px;
      line-height: 48px;
      text-align: center;
      background: #fff;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border: 1px solid #DCDCDC;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
    .quality-store .quality-store-bd .swiper-button-next:after,
    .quality-store .quality-store-bd .swiper-button-prev:after {
      content: ""; }
    .quality-store .quality-store-bd .swiper-button-next::before,
    .quality-store .quality-store-bd .swiper-button-prev::before {
      font-size: 20px;
      font-weight: bold;
      color: #000; }
    .quality-store .quality-store-bd .swiper-button-disabled {
      display: none; }

.reason-box {
  margin-bottom: 50px; }
  .reason-box .reason-hd {
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 600;
    color: #222; }
  .reason-box .reason-bd .item {
    width: 100%;
    height: 275px;
    padding: 30px 100px 0 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px; }
    .reason-box .reason-bd .item .tit {
      margin-bottom: 30px;
      font-size: 30px;
      font-weight: 600;
      color: #fff; }
    .reason-box .reason-bd .item .desc {
      line-height: 24px;
      font-size: 14px;
      font-weight: 500;
      color: #fff; }
  .reason-box .reason-bd .item-a {
    background: url("https://img9.aijiuku.com/minorities/public/images/index/reason01.png") no-repeat; }
  .reason-box .reason-bd .item-b {
    background: url("https://img9.aijiuku.com/minorities/public/images/index/reason03.png") no-repeat; }
  .reason-box .reason-bd .item-c {
    background: url("https://img9.aijiuku.com/minorities/public/images/index/reason02.png") no-repeat; }
  .reason-box .reason-bd .item-d {
    background: url("https://img9.aijiuku.com/minorities/public/images/index/reason04.png") no-repeat; }

.cooperation-brand {
  overflow: hidden;
  margin-bottom: 80px; }
  .cooperation-brand .cooperation-hd {
    font-size: 30px;
    font-weight: 600;
    color: #222;
    text-align: center;
    margin-bottom: 50px; }
  .cooperation-brand .cooperation-bd .row-item {
    margin-bottom: 12px;
    overflow: hidden;
    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; }
  .cooperation-brand .cooperation-bd .row-cols-5 {
    padding: 0 80px; }
