@charset "UTF-8";

@font-face {
  font-family: "my-icon-qisemi";
  /* project id 1712770 */
  src: url("//at.alicdn.com/t/font_1712770_5qbw1f3mvid.eot");
  src: url("//at.alicdn.com/t/font_1712770_5qbw1f3mvid.eot?#iefix") format("embedded-opentype"),
    url("//at.alicdn.com/t/font_1712770_5qbw1f3mvid.woff2") format("woff2"),
    url("//at.alicdn.com/t/font_1712770_5qbw1f3mvid.woff") format("woff"),
    url("//at.alicdn.com/t/font_1712770_5qbw1f3mvid.ttf") format("truetype"),
    url("//at.alicdn.com/t/font_1712770_5qbw1f3mvid.svg#my-icon-qisemi") format("svg");
}

body {
  font-size: 12px;
  line-height: 200%;
  color: #333;
  width: 100%;
  text-align: left;
  background-color: #f3f4f9;
  word-break: break-all;
  font-family: "微软雅黑",Arial, Helvetica, sans-serif;
  background: linear-gradient(to top, #F3F4F9 90%, #ffffff);
  background: -webkit-linear-gradient(to top, #F3F4F9 90%, #ffffff);
}

a {
  text-decoration: none;
  transition: all linear 0.3s;
  cursor: pointer;
  color: #333;
  font-size: 14px;
}

a:hover {
  color: #004ddd;
  transition: all linear 0.3s;
}

a:active {
  color: #333;
}

ul li {
  list-style: none;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th {
  font: inherit;
}

body,
img,
form,
ul,
dl,
input,
fieldset,
.clear,
dt,
dd,
dl {
  margin: 0;
  padding: 0;
  border: 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix::after{
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.displayNone{
  display: none!important;
}

.mt16 {
  margin-top: 16px;
}

.mt24 {
  margin-top: 24px;
}

.mt30 {
  margin-top: 30px;
}

.mt32 {
  margin-top: 32px;
}

.mt36 {
  margin-top: 36px;
}

.mt48 {
  margin-top: 48px;
}

.mt50 {
  margin-top: 50px;
}

.mt64 {
  margin-top: 60px;
}

.mt128 {
  margin-top: 128px;
}

.mt256 {
  margin-top: 256px;
}

.ml8 {
  margin-left: 8px;
}

.ml16 {
  margin-left: 16px;
}

.ml32 {
  margin-left: 32px;
}

.ml64 {
  margin-left: 64px;
}

.ml128 {
  margin-left: 128px;
}

.ml256 {
  margin-left: 256px;
}

.mr8 {
  margin-right: 8px;
}

.mr16 {
  margin-right: 16px;
}

.mr32 {
  margin-right: 32px;
}

.mr64 {
  margin-right: 64px;
}

.mr128 {
  margin-right: 128px;
}

.mr256 {
  margin-right: 256px;
}

.mb8 {
  margin-bottom: 8px;
}

.mb16 {
  margin-bottom: 16px;
}

.mb32 {
  margin-bottom: 32px;
}

.mb64 {
  margin-bottom: 64px;
}

.mb128 {
  margin-bottom: 128px;
}

.mb256 {
  margin-bottom: 256px;
}

.mr8 {
  margin-right: 8px;
}

.mr6 {
  margin-right: 6px;
}

.mr30 {
  margin-right: 30px;
}

.mr50 {
  margin-right: 50px;
}

.mb32 {
  margin-bottom: 32px;
}

.mt15 {
  margin-top: 15px;
}

.mBT32 {
  margin: 32px 0;
}

.font12 {
  font-size: 12px;
}

.font14 {
  font-size: 14px;
}

.font16 {
  font-size: 16px;
}

.font18 {
    font-size: 18px;
  }

.font24 {
  font-size: 24px !important;
}

.font28 {
  font-size: 28px !important;
}

.font32 {
  font-size: 32px !important;
}

.font36 {
  font-size: 36px !important;
}
.font42 {
    font-size: 42px !important;
  }

.font48 {
  font-size: 48px !important;
}

.font56 {
  font-size: 56px !important;
}

.font999 {
  color: #999 !important;
}

.font666 {
  color: #666;
}

.font333 {
  color: #333;
}

.fontGreen {
  color: #01c65d;
}

.fontBlue {
  color: #004ddd;
}

.fontImpact {
  font-family: Impact, "Arial Narrow Bold", sans-serif;
}

.text_center {
  text-align: center;
}

.text_left {
  text-align: left;
}

.text_right {
  text-align: right;
}

.noDrop{
  cursor: no-drop!important;
  background-color: #ccc!important;
  color:#eee!important;
}

/* 按钮 */
.btn {
  padding: 10px 30px;
  height: 46px;
  line-height: 46px;
  color: #fff;
  font-size: 14px;
  border: 1px solid #004ddd;
  background: #004ddd;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
}

.btn:hover {
  opacity: 0.85;
  color: #fff;
  transition: all linear 0.3s;
}

.whiteButton {
  color: #004ddd;
  background: #fff;
}

.whiteButton:hover {
  opacity: 1;
  color: #004ddd;
}

.blueButton {
  padding: 10px 30px;
  color: #fff;
  font-size: 14px;
  border: 1px solid #004ddd;
  background: #004ddd;
  border-radius: 3px;
  cursor: pointer;
}

.blueButton:hover {
  opacity: 0.85;
  color: #fff;
  transition: all linear 0.3s;
}

.yellowButton {
  padding: 10px 30px;
  height: 46px;
  line-height: 46px;
  color: #fff;
  font-size: 14px;
  border: 1px solid #ebcb00;
  background: #ebcb00;
  border-radius: 3px;
  cursor: pointer;
}

.yellowButton:hover {
  opacity: 0.85;
  color: #fff;
  transition: all linear 0.3s;
}

.purpleButton {
  padding: 10px 30px;
  height: 46px;
  line-height: 46px;
  color: #fff;
  font-size: 14px;
  border: 1px solid #5756D6;
  background: #5756D6;
  border-radius: 3px;
  cursor: pointer;
}

.purpleButton:hover {
  opacity: 0.85;
  color: #fff;
  transition: all linear 0.3s;
}

.blueButton_borer {
  padding: 4px 20px;
  height: 30px;
  line-height: 30px;
  color: #004ddd;
  font-size: 14px;
  border: 1px solid #004ddd;
  border-radius: 3px;
  cursor: pointer;
}

.blueButton_borer:hover {
  transition: all linear 0.3s;
  border: 1px solid #004ddd;
  background: #004ddd;
  color: #fff;
}

.blueButton_borer_gray {
  display: inline-flex;
  justify-content: space-between;
  padding: 4px 20px;
  height: 30px;
  line-height: 30px;
  width: 300px;
  color: #333;
  font-size: 14px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  cursor: pointer;
  transition: all linear 0.3s;

  &:hover {
    border: 1px solid #004ddd;
    color: #004ddd;
    transition: all linear 0.3s;
  }
}

.header_active {
  background: #fff;
  position: fixed;
  top: 0;
  transition: all linear 0.3s;
  z-index: 99;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}

.header_1 {
  width: 100%;
  transition: all linear 0.3s;

  .box {
    width: 1200px;
    /* overflow: hidden; */
    margin: 0 auto;
    /* padding: 10px 0; */
    display: flex;
    justify-content: space-between;
    align-items: center;

    .logo {
      cursor: pointer;
      width: 140px;

      img {
        width: 100%;
      }
    }

    .menu {
      font-size: 16px;
      /* margin: 10px 0; */
      width: calc(100% - 480px);
      text-align: center;

      ul {
        display: inline-flex;

        li {
          // width: 80px;
          padding: 0 18px;
          text-align: center;
          cursor: pointer;
        }

        li:hover {
          color: #004ddd;
          transition: all linear 0.3s;
        }
      }
    }

    .button_box {
      padding: 10px 0;
    }
  }
}

/* 导航样式迁移 */

  .swiper-pagination-bullet {
    width: 12px;
    height: 12px
  }

  .header_1 {
    position: relative;
    z-index: 999;
    backdrop-filter: blur(18px);
  }

  .BGwhite {
    background: #fff;
  }

  .header_active {
    position: fixed;
    backdrop-filter: blur(18px);
    background: rgba(255, 255, 255, .4);
  }

  .navigation-down .menu-1 dl {
    width: 20%;
  }

  #buy dl {
    width: 20%
  }

  #header:hover {
    background: #fff;
  }

  #header .menu li{
    position: relative;
    padding: 27px 18px;
  }
   #header .subMenu{
     display: block;
     position: absolute;
     top: 65px;
     left: 0px;
     background: #fff;
     width: 200px;
     border-radius: 10px;
     box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
     padding: 10px 0;
     transition: .3s;
     top: 120%;
     opacity: 0;
     visibility: hidden;
   }
   #header .subMenu::before{
     content: "";
     display: block;
     width: 0;
     height: 0;
     border: 12px solid #000;
     border-color: transparent transparent #fff transparent;
     position: absolute;
     top: -24px;
     left: 39px;
     filter:drop-shadow(0 -3px 3px rgba(0, 0, 0, 0.1));
   }
   #header .subMenu li{
     display: block;
     width: 100%;
     height: 42px;
     line-height: 42px;
     box-sizing: border-box;
     text-align: left;
     padding: 0;
   }
    #header .menu li:hover .subMenu{
        top: 65px;
        visibility: visible;
        opacity: 1;
    }
   #header .subMenu li:hover{
     background: #f3f4f9;
   }
   #header .subMenu li a{
     display: block;
     width: 100%;
     padding: 0 15px;
     box-sizing: border-box;
     font-size: 16px;
   }
   #header .subMenu li img{
     width: 25px;
     vertical-align:middle;
     margin-right: 8px;
  
   }


/* end */

.main {
  width: 1200px;
  margin: 0 auto;

  .content_box_1 {
    width: 100%;
    text-align: center;
    margin: 30px 0;
    height: auto;

    .title {
      font-size: 36px;
      line-height: 36px;
      margin-bottom: 16px;
    }

    .text {
      font-size: 14px;
      line-height: 28px;
      color: #666666;
      margin-bottom: 16px;
    }

    img {
      width: 80%;
    }

    .box {
      width: 100%;
      position: relative;
      display: none;

      .textBox {
        top: 40px;
        position: absolute;
        padding: 40px;
        z-index: 1;
        background: #fff;
        width: 570px;
        border: 1px solid #dddddd;
        border-radius: 4px;
        text-align: left;

        .title {
          font-size: 36px;
          color: #004ddd;

          img {
            width: 50px;
          }
        }

        .label {
          font-size: 14px;
          color: #666;
          line-height: 24px;
          margin-bottom: 24px;
        }
      }
    }
  }
}

.main .content_box_1 .box .IndustryPictures {
  position: absolute;
  right: 0;
  margin-top: 80px;

  img {
    width: 665px;
  }
}

.main .content_box_1 .button_group {
  position: relative;
  top: 450px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;

  .width100 {
    width: 100px;
  }
}

.main .content_box_2 {
  width: calc(100% - 80px);
  padding: 70px 40px 0px 40px;

  background-image: linear-gradient(to bottom,
      rgba(235, 238, 246, 1),
      rgba(235, 238, 246, 0));
  margin-bottom: 16px;
  display: inline-flex;

  .box_1 {
    width: calc(50% - 40px);
    text-align: left;
    margin-right: 40px;

    .text {
      font-size: 12px;
      color: #999;
    }

    .title {
      font-size: 36px;
      line-height: 36px;
      color: #333;
      margin-bottom: 16px;
    }

    .label {
      font-size: 14px;
      line-height: 24px;
      color: #666666;
      margin-bottom: 16px;
    }

    .button_group {
      width: 100%;
      margin-bottom: 16px;
      overflow: hidden;
    }
  }
}

.main .content_box_2 .box_2 {
  width: calc(50% - 20px);
  margin-top: 40px;
  text-align: center;

  .img_none {
    display: none;
    position: relative;
    transition: all linear 0.3s;
  }

  img {
    width: 80%;
    transition: all linear 0.3s;
  }
}

.img_50 {
  width: 50%;
}

/* 贴心服务 · 确保满意 */

.main .content_box_2 .box_3 {
  width: 100%;
  text-align: center;

  .title {
    font-size: 36px;
    line-height: 36px;
    color: #333;
    margin-bottom: 32px;
  }
}

/* 合作伙伴 · 携手创标杆 */

.main .partner {
  width: calc(100% - 80px);
  padding: 70px 40px;
  margin-bottom: 16px;
  height: 540px;

  .box {
    position: relative;
    text-align: center;

    .title {
      width: 100%;
      font-size: 36px;
      line-height: 36px;
      color: #333;
      margin-bottom: 32px;
    }
  }

  .partnerImg {
    display: block;
    position: absolute;
  }
}

/* 一路走来 · 喜获荣誉 */

.main .honor {
  width: calc(100% - 80px);
  padding: 70px 40px;
  margin-bottom: 16px;

  .box {
    position: relative;
    text-align: center;

    .title {
      width: 100%;
      font-size: 36px;
      line-height: 36px;
      color: #333;
      margin-bottom: 32px;

      .honor_1 {
        margin: 0px 20px;
      }
    }
  }
}

.main .honor .box .honor_1 table tr td {
  border-right: 1px solid #e5e6ea;

  &:last-child {
    border: none;
  }

  .honorButton {
    width: 340px;
    height: 140px;
    display: block;
    margin: 10px;
    transition: all linear 0.3s;
    text-align: left;
  }

  .link {
    width: calc(100% - 20px);
    border-bottom: 1px solid #e5e6ea;
    margin: 0 auto;
  }

  img {
    padding: 20px 10px 20px 30px;
  }

  .text {
    margin: 50px 0 0 0;
  }

  .honorButton:hover {
    background: #fff;
    transition: all linear 0.3s;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.02);
  }
}

/*带按钮的输入框 */
.button_input {
  position: relative;
  width: 420px;
  display: inline-flex;
  justify-content: space-between;
}

.button_input .text__input-wrap {
  margin-bottom: 30px;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  box-sizing: border-box;
  border-radius: 3px;
  background-color: #fff;
  z-index: 1;
  border: 2px solid #de5a02;
  box-shadow: 0 10px 20px 0 rgb(255, 176, 0, 0.3);
}

.button_input .text__input {
  position: absolute;
  width: 256px;
  display: block;
  height: 28px;
  padding: 6px 12px;
  font-size: 14px;
  color: #333;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  z-index: 0;
  border-radius: 4px;
}

.button_input input {
  -webkit-user-select: auto;
  outline: none;
}

.button_input input::-webkit-outer-spin-button,
.button_input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.button_input input[type="number"] {
  -moz-appearance: textfield;
}

.button_blue {
  right: 0;
  font-size: 14px;
  border-radius: 0 4px 4px 0;
  text-align: center;
  color: #fff;
  position: absolute;
  background: #004ddd;
  width: 140px;
  height: 42px;
  line-height: 42px;
  z-index: 1;
  transition: opacity linear 0.3s;

  &:hover {
    opacity: 0.85;
    cursor: pointer;
    transition: opacity linear 0.3s;
  }
}

/* 食品 */

.yellow_button {
  font-size: 14px;
  width: 200px;
  color: #666666;
  line-height: 24px;
  cursor: pointer;

  &:hover {
    color: #ebcb00;
    transition: all linear 0.3s;
  }
}

/* 七色米专业版 */
/* 轻松管理好生意 */
.main .zycontent_box_2 {
  width: calc(100% - 80px);
  padding: 70px 40px;
  background-image: linear-gradient(to bottom,
      rgba(235, 238, 246, 1),
      rgba(235, 238, 246, 0));
  display: inline-flex;

  .box_3 {
    width: 100%;
    text-align: center;

    .title {
      font-size: 36px;
      line-height: 36px;
      color: #333;
      margin-bottom: 16px;
    }

    img {
      width: 100%;
    }
  }
}

/* 管销售·全流程管理畅通无阻 */
.main .zycontent_box_3 {
  width: calc(100% - 80px);
  padding: 30px 30px;
  margin-bottom: 16px;
  display: inline-flex;

  .content {
    width: 100%;
    text-align: center;

    .title {
      font-size: 36px;
      margin: 20px 0;
    }
  }

  .box_1 {
    width: calc(52% - 40px);
    text-align: left;
    margin-right: 40px;
    margin-top: 30px;

    .title {
      font-size: 30px;
      line-height: 40px;
      margin-bottom: 36px;
      color: #000000;
    }

    .text {
      font-size: 14px;
      line-height: 28px;
      color: #666666;
      margin-bottom: 16px;
    }

    .label {
      font-size: 14px;
      line-height: 24px;
      color: #666666;
      margin-bottom: 16px;
    }

    .label01 {
      font-size: 15px;
      line-height: 20px;
      color: #000000;
      font-weight: 700;
    }

    .font999 {
      color: #666;
      padding-bottom: 15px;
      line-height: 150%;
    }
  }

  .box_2 {
    width: 50%;
  }
}

/* 特色功能·打造成本优势 */
.zycontent_box_4 {
  width: 100%;
  height: auto;
  background-color: #ecedf2;
  padding: 70px 0px;
}

.box_4_1 {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 20px;
  font-size: 36px;
}

.box_4_1_text {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  line-height: 28px;
  color: #666666;
  margin-bottom: 16px;
}

.box_4_2 {
  background: url(../img/zy_img_7.png) right no-repeat;
  height: 415px;
}

.left_1 {
  width: 1200px;
  margin: 80px auto;
}

.left_1 .title {
  font-size: 26px;
  line-height: 36px;
  color: #333;
  margin-bottom: 16px;
}

.blueButtontext {
  height: 46px;
  line-height: 46px;
  color: #004ddd;
  font-size: 14px;
  border-radius: 3px;
  cursor: pointer;
}

.blueButtontext:hover {
  opacity: 0.85;
  color: #0549c9;
  transition: all linear 0.3s;
}

.box_4_3 {
  width: 1200px;
  height: 500px;
  margin: 70px auto 30px auto;
}

.left_2 {
  width: 312px;
  height: 432px;
  float: left;
  background-color: #ffffff;
  border-radius: 3px 3px 3px 3px;
  padding: 34px 34px;
}

.left_3 {
  width: 312px;
  height: 432px;
  float: left;
  margin: 0 30px;
  background-color: #ffffff;
  border-radius: 3px 3px 3px 3px;
  padding: 34px 34px;
}

.left_2 .title {
  font-size: 26px;
  line-height: 36px;
  color: #333;
  margin-bottom: 14px;
}

.left_3 .title {
  font-size: 26px;
  line-height: 36px;
  color: #333;
  margin-bottom: 14px;
}

.blueButtontext {
  height: 46px;
  line-height: 46px;
  color: #004ddd;
  font-size: 14px;
  border-radius: 3px;
  cursor: pointer;
}

.box_4_4 {
  width: 1080px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 3px 3px 3px 3px;
  padding: 45px 60px;
  overflow: hidden;
}

.left_4 {
  width: 220px;
  height: auto;
  float: left;
  margin-right: 66px;
}

.left_5 {
  width: 220px;
  height: auto;
  float: left;
}

.box_4_5 {
  height: 700px;
  margin: 70px 0 auto;
}

.box_4_5 img {
  position: absolute;
  left: 36%;
  margin-left: -65px;
  padding-top: 60px;
}

.box_4_6 {
  width: 100%;
  height: 750px;
  background-color: #ecedf2;
  padding-top: 70px;
}

.box_4_7 {
  width: calc(100% - 80px);
  padding: 70px 40px;
  background-image: linear-gradient(to bottom,
      rgba(235, 238, 246, 1),
      rgba(235, 238, 246, 0));
  margin-bottom: 16px;
  display: inline-flex;
}

.box_4_7 .content_box_2 {
  width: calc(100% - 80px);
  padding: 70px 40px;
  background-image: linear-gradient(to bottom,
      rgba(235, 238, 246, 1),
      rgba(235, 238, 246, 0));
  margin-bottom: 16px;
  display: inline-flex;
}

/* 页脚 */
.Footer {
  width: 1200px;
  margin: 10px auto;

  .colorBlock {
    background-image: url(../img/colorBlock.svg);
    width: 100%;
    height: 250px;
    background-size: 100%;
    margin-bottom: 40px;
    text-align: center;
    background-repeat: no-repeat;
    position: relative;

    .title {
      color: #fff;
      font-size: 24px;
      padding: 70px 0;
    }
  }

  .menu {
    width: 100%;
    margin-bottom: 40px;
    display: inline-flex;

    .menu_left {
      width: 100%;
      text-align: left;
      display: inline-flex;
      justify-content: space-between;

      ul {
        /* width: 25%; */

        li {
          font-size: 14px;
          color: #7c7f90;

          a {
            font-size: 14px;
            color: #7c7f90;
            line-height: 1.8;
            padding: 5px 0;
            cursor: pointer;

            &:hover {
              color: #004ddd;
              transition: all linear 0.3s;
            }
          }
        }
      }
    }

    .menu_right {
      width: 40%;
      text-align: right;
    }
  }

  .version {
    width: 100%;
    text-align: left;
    padding: 20px 0;
    border-width: 1px 0 1px 0;
    border-color: #e1e3e9;
    border-style: solid;

    .text {
      color: rgba(0, 0, 0, 0.3);
      font-size: 12px;
    }
  }

  .Links {
    width: 100%;
    text-align: left;
    padding: 20px 0;

    .text {
      color: rgba(0, 0, 0, 0.3);
      font-size: 12px;
    }

    .textButton {
      color: rgba(0, 0, 0, 0.3);
      font-size: 12px;

      &:hover {
        color: #004ddd;
      }
    }
  }
}

// 气泡
.text_center {
  text-align: center;
}

.Popover {
  display: none;
  position: absolute;
  z-index: 99;
  background-image: url(../img/Popover_bg.svg);
  background-repeat: no-repeat;
  background-size: 40%;
  background-position-x: right;
  background-position-y: bottom;
  background-color: #fff;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
  width: 170px;
  padding: 15px;
  height: 245px;
  left: 50%;
  margin-left: -100px;
  top: 220px;
  border-radius: 8px;

  .Popover_img {
    width: 100px !important;
    height: 100px !important;
  }

  .arrow {
    width: 3px;
    height: 0;
    border: 12px solid;
    border-color: transparent transparent white;
    border-radius: 10px;
    position: relative;
    top: -35px;
    left: 50%;
    margin-left: -12px;
  }

  .label {
    line-height: 1.5;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.85);
  }

  .Popover_text {
    color: rgba(0, 0, 0, 0.85);
    color: #51556f;
    font-size: 12px;
  }
}

// 了解我们
.about_banner {
  img {
    width: 100%;
  }
}

.about_content {
  background-color: #fff;
  width: calc(100% - 80px);
  height: auto;
  padding: 40px;
  text-align: left;
  display: inline-flex;
  overflow: hidden;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  margin-top: 15px;

  .left_box {
    float: left;
    text-align: left;
  }

  .right_box {
    float: right;
    text-align: right;
  }

  .width70 {
    width: 70%;
  }

  .title {
    display: inline-block;
    font-size: 18px;
    padding-top: 5px;
    border-top: 3px solid #004ddd;
    color: #333333;
  }

  .label {
    font-size: 14px;
    color: #333;
    margin-bottom: 15px;
  }

  .text {
    font-size: 12px;
    color: #999;
  }
}

// 新闻
.news_list {
  margin-top: 15px;
  display: inline-block;
  width: 100%;

  ul {
    width: 100%;

    li {
      width: calc(25% - 52px);
      padding: 20px;
      height: auto;
      margin-right: 15px;
      margin-bottom: 15px;
      background-color: #fff;
      box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
      float: left;
      cursor: pointer;

      .title {
        font-size: 16px;
        color: #000;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 10px 0;
      }

      .text {
        font-size: 12px;
        color: #666666;
        text-overflow: ellipsis;
        line-clamp: 2;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-bottom: 10px;
      }

      .dataTime {
        font-size: 12px;
        color: #999;
      }

      .shijian_box {
        width: 100%;
        display: flex;
      }

      .sjleft {
        width: 85%;
      }

      .shijian {
        font-size: 40px;
        padding-top: 30px;
        padding-bottom: 5px;
      }

      .shijian_box img {
        width: 10%;
      }

      img {
        width: 100%;
      }
    }

    li:hover {
      opacity: 0.85;
      transition: all linear 0.3s;
    }

    li:hover .title {
      color: #004ddd;
    }

    li:nth-child(4n + 0) {
      margin-right: 0px;
    }
  }
}

.Pagination {
  width: 100%;
  text-align: center;
  margin: 30px 0;

  ul {
    display: inline-flex;

    li {
      outline: none;
      padding: 10px;
      background: #fff;
      font-size: 14px;
      line-height: 14px;
      border: 1px solid #e3e3e3;
      overflow: hidden;
      text-align: center;
      cursor: pointer;
      margin: 0 5px;
      border-radius: 3px;
    }

    .active {
      background: #004ddd;
      color: #fff;
      border: 1px solid #004ddd;
    }

    li:hover {
      background: #004ddd;
      color: #fff;
      transition: all linear 0.3s;
      border: 1px solid #004ddd;
    }

    li:active {
      background: rgb(3, 70, 194);
      color: #fff;
      transition: all linear 0.3s;
      border: 1px solid #004ddd;
    }
  }
}

// 下载
.download {
  width: 100%;
  text-align: center;
  margin: 30px 0;


  ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    li {
      outline: none;
      background: #e5eaf7;
      font-size: 16px;
      line-height: 16px;
      color: #004ddd;
      text-align: center;
      cursor: pointer;
      // margin: 0 10px;
      width: 45%;
      height: 40px;
      line-height: 40px;
      border-radius: 3px;
      transition: all linear 0.3s;
      float: left;
      margin-bottom: 20px;

      .QRCode {
        opacity: 0;
        display: none;
        position: relative;
        top: -175px;
        padding: 10px;
        height: 120px;
        width: 120px;
        background-color: #fff;
        left: 50%;
        margin-left: -70px;
        z-index: 1;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
        transition: all linear 0.3s;

        img {
          width: 100%;
          transition: all linear 0.3s;
        }

        .arrow {
          width: 0;
          height: 0;
          border-top: 10px solid white;
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          position: absolute;
          bottom: -10px;
          left: 50%;
          margin-left: -12px;
        }
      }

      &:hover .QRCode {
        opacity: 1;
        display: block;
        transition: all linear 0.3s;
      }
    }

    .web{
      width: 100%;
    }

    .active {
      background: #004ddd;
      color: #fff;
    }

    li:hover {
      background: #004ddd;
      color: #fff;
      transition: all linear 0.3s;
      box-shadow: 0 0 30px 0 rgba(0, 77, 221, 0.2);
    }

    li:active {
      background: rgb(3, 70, 194);
      color: #fff;
      transition: all linear 0.3s;
      box-shadow: 0 0 30px 0 rgba(0, 77, 221, 0.2);
    }
  }

  .disbaled {
    cursor: not-allowed;
    color: #999;
  }
}

.content {
  margin-top: 16px;

  a {
    position: relative;
    color: #9fa1af;

    .QRCode {
      opacity: 0;
      position: absolute;
      top: -155px;
      padding: 10px;
      height: 120px;
      width: 120px;
      background-color: #fff;
      left: 50%;
      margin-left: -70px;
      z-index: 1;
      box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
      transition: all linear 0.3s;

      img {
        width: 100%;
        transition: all linear 0.3s;
      }

      .arrow {
        width: 0;
        height: 0;
        border-top: 10px solid white;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        position: absolute;
        bottom: -10px;
        left: 50%;
        margin-left: -12px;
      }
    }
  }

  a:hover .QRCode {
    opacity: 1;
    transition: all linear 0.3s;
  }

  a:hover {
    color: #004ddd;
  }
}

.wrap {
  width: 100%;
  display: inline-block;
}

.wrap ul {
  padding: 0;
}

.wrap ul li {
  cursor: pointer;
}

.tab {
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.01);

  .tab-item {
    /*width: 100%;*/
    width: 25%;
    display: inline-block;
    text-align: center;
    font-size: 15px;
  }

  .tab-item span {
    height: 60px;
    width: calc(100% - 20px);
    line-height: 60px;
    position: relative;
    display: inline-block;
    padding: 0 10px;
    /*border-bottom: 4px solid #00a5e0;*/
  }

  .tab-item span:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 4px;
  }

  .tab-item.current span {
    width: calc(100% - 20px);
    background-color: #004ddd;
    color: #fff;
    transition: all linear 0.3s;
  }

  .tab-item.current span:after {
    width: calc(100% - 20px);
    // background: #004DDD;
    transition: all linear 0.3s;
  }
}

// 多版本
.versionCompared {
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.04);

  .version_content {
    background-color: #fff;
    width: 100%;

    ul {
      width: 100%;

      li {
        width: calc(100% - 30px);
        padding: 5px 15px;
        font-size: 14px;
        display: inline-flex;

        span {
          width: 25%;
          text-align: center;
          align-self: center;
          color: #666666;
        }

        span:first-child {
          text-align: left;
        }
      }

      li:nth-child(odd) {
        background-color: #f3f4f9;
      }

      li:nth-chiid(even) {
        background-color: #fff;
      }
    }
  }
}

// 联系信息
/* 解决方案 */
/* 七色米解决方案食品饮料 */
.but_box {
  width: 800px;
  margin: 50px auto;
  display: flex;
}

.banner_box {
  width: 100%;
  margin: 30px 0;
  background: url(../img/jjsp_img_1.png);
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
}

.banner_box .title_text {
  font-size: 36px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 50px;
}

.banner_box .text {
  font-size: 14px;
  line-height: 28px;
  color: #666666;
  margin-bottom: 30px;
  text-align: center;
}

.banner_box .title {
  font-size: 36px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 50px;
}

.dujia_box {
  width: 100%;

  padding-top: 70px;
  height: auto;
  padding-bottom: 40px;
  background-color: #ffffff;
}

.dujia_box .title_text {
  font-size: 36px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 50px;
}

.dujia_box .text {
  font-size: 14px;
  line-height: 28px;
  color: #666666;
  margin-bottom: 30px;
  text-align: center;
}

.dujia_box .title {
  font-size: 36px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 30px;
}

.dujia_box .title span {
  font-size: 36px;
  padding-bottom: 30px;
  margin-top: 70px;
}

.dingzhi {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.shuju_box {
  width: 100%;
  padding-top: 70px;
  height: auto;
  padding-bottom: 40px;
}

.shuju_box .text {
  font-size: 14px;
  line-height: 28px;
  color: #666666;
  margin-bottom: 30px;
  text-align: center;
}

.shuju_box .title {
  font-size: 36px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 30px;
}

.Price_box {
  width: 100%;
}

.pricecon_box {
  width: 1200px;
  margin: 0 auto;
  display: flex;
}

.Price_box .pricecon_box .label02 span {
  border-top: 3px solid #0052d9;
  font-size: 20px;
}

.Price_box .pricecon_box .label02 {
  padding-top: 10px;
  margin-bottom: 30px;
}

.shipin_box {
  width: 100%;
  background-color: #ecedf2;
  padding-top: 50px;
}

.shipin_box1 {
  width: 1200px;
  display: flex;
  margin: 0 auto;
}

.conleft_box {
  padding: 125px 50px;
  width: 50%;
}

.conleft_box .title {
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 16px;
  text-align: left;
}

.shipin_box1 .conleft_box .label {
  color: #999;
}

.shipin_box1 .conleft_box .label02 {
  padding-top: 10px;
  margin-bottom: 30px;
}

.shipin_box1 .conleft_box .title {
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 16px;
  text-align: left;
}

.shipin_box1 .conleft_box .label02 span {
  border-top: 3px solid #0052d9;
  font-size: 20px;
}

.shipin_box {
  width: 100%;
  /* margin: 30px 0; */
  height: 590px;
}

.shipin_box .text {
  font-size: 14px;
  line-height: 28px;
  color: #666666;
  margin-bottom: 30px;
  text-align: center;
}

.shipin_box .title {
  font-size: 36px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 18px;
}

.blueButton02 {
  padding: 10px 42px;
  height: 46px;
  line-height: 46px;
  color: #666666;
  font-size: 14px;
  border: 1px solid #e5eaf7;
  background: #e5eaf7;
  border-radius: 3px;
  cursor: pointer;
}

.blueButton02:hover {
  opacity: 0.85;
  color: #004ddd;
  transition: all linear 0.3s;
}

// 广告
.topAD {
  background-repeat: no-repeat;
  background-position: center;
  height: 90px;
  display: block;

  .close {
    float: right;
    margin-right: 15px;
    margin-top: 33px;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.3);
  }

  .close:hover {
    color: rgba(0, 0, 0, 0.6);
  }
}

.mt50 {
  top: 50px !important;
}

// 库存管理专题
.Stock_box {
  width: 100%;
  height: 700px;
  background-image: url(../img/kcglbanner.svg);
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;

  .title {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 16px;
    padding: 50px 0 0 0;
  }

  .text {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 16px;
    padding-bottom: 15px;
    color: #999999;
  }
}

.Stockyj_box {
  width: 100%;
  height: 700px;
  padding: 90px 0 0 0;
  background-color: #ecedf2;
  text-align: center;

  .title {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 16px;
  }

  .text {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 16px;
    padding-bottom: 15px;
    color: #999999;
  }

  .img {
    width: 30%;
  }
}

.Stocktb_box {
  width: 100%;
  height: 700px;
  padding: 90px 0 0 0;
  background-color: #f3f4f9;
  text-align: center;

  .title {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 16px;
  }

  .text {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 16px;
    padding-bottom: 15px;
    color: #999999;
  }

  .img {
    width: 30%;
  }
}

// 企业管理级软件专题
.Software_box {
  width: 100%;
  height: 700px;
  background-image: url(../img/qyglbanner.svg);
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;

  .title {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 16px;
    padding-top: 60px;
  }

  .text {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 16px;
    padding-bottom: 15px;
    color: #999999;
  }
}

.Preface_box {
  width: 100%;
  height: 166px;
  padding: 100px 0;
  background-color: #ecedf2;
  text-align: center;

  .title {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 16px;
  }

  .text {
    font-size: 14px;
    line-height: 28px;
    color: #999999;
  }
}

.History_box {
  width: 100%;
  height: 462;
  padding: 40px 0;
  margin: 0 auto;
  background-image: url(../img/qyglfzs.svg);
  background-repeat: no-repeat;
  background-position: center;

  .History_mina {
    width: 1200px;
    margin: 0 auto;
    display: flex;
  }

  .title {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 16px;
  }

  .text {
    font-size: 14px;
    line-height: 28px;
    color: #999999;
  }

  .bluebt {
    color: #004ddd;
    font-size: 14px;
    border-radius: 3px;
    cursor: pointer;
  }

  .bluebt:hover {
    opacity: 0.85;
    color: #2566e1;
    transition: all linear 0.3s;
  }

  .History_left {
    width: 45%;
    height: 427px;
  }

  .img {
    width: 30%;
  }
}

// 代理商专题
/* 代理商 多款产品 自由选择 */
.neibox {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.neibox .title {
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 30px;
}

.neibox .text {
  font-size: 14px;
  color: #999999;
  padding-bottom: 75px;
}

.sancpin {
  width: 1200px;
  display: flex;
}

.sancpinbox {
  width: 50%;
}

.sise_box {
  display: flex;
  margin-bottom: 20px;
  padding-right: 100px;
}

.xianbox {
  width: 3px;
  height: 68px;
}

.xianbox_a {
  width: 3px;
  height: 44px;
  border-right-width: 3px;
  border-right-style: solid;
  border-right-color: #e37a73;
}

.xianbox_b {
  width: 3px;
  height: 17px;
  border-right-width: 3px;
  border-right-style: solid;
  border-right-color: #fcd872;
}

.xianbox_c {
  width: 3px;
  height: 17px;
  border-right-width: 3px;
  border-right-style: solid;
  border-right-color: #3dcf87;
}

.xianbox_d {
  width: 3px;
  height: 17px;
  border-right-width: 3px;
  border-right-style: solid;
  border-right-color: #528cfc;
}

.xianbox_e {
  width: 3px;
  height: 96px;
  border-right-width: 3px;
  border-right-style: solid;
  border-right-color: #7f8396;
}

.qisemi {
  margin-left: 20px;
}

.biao {
  font-size: 18px;
  margin-bottom: 20px;
}

.xbiao {
  font-size: 14px;
  line-height: 20px;
  color: #999999;
}

/* 八大扶持 提升盈利 */
.yinlibox {
  width: 100%;
  height: 700px;
  background-image: url(../img/dl_img6.svg);
  padding-bottom: 120px;
  padding-top: 120px;
  background-repeat: no-repeat;
  background-position: center;
}

.fazcbox {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.fazcbox .title {
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 16px;
  margin-bottom: 80px;
}

.box_gns {
  width: 1100px;
  height: 264px;
  margin: 0 auto;
  border-radius: 3px 3px 3px 3px;
}

.font_b {
  font-size: 14px;
  color: #999999;
  padding-top: 15px;
}

.hyimg {
  width: 50%;
  padding-bottom: 200px;
}

/* 八大扶持 提升盈利 */
.smhy {
  margin-bottom: 50px;
  width: 250px;
  padding: 0 30px;
}

.smhy:last-child {
  margin-right: 0;
}

/* 优秀城市合伙人 */
.youxiu {
  width: 100%;
  height: 560px;
  padding-top: 120px;
}

.youxiu .title {
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 16px;
  margin-bottom: 80px;
  text-align: center;
}

.yxbox {
  width: 1200px;
  height: 446px;
  margin: 0 auto;
  display: flex;
}

.yxrwbox {
  width: 225px;
  height: 366px;
  background-color: #ffffff;
  border-radius: 3px 3px 3px 3px;
  padding: 40px 30px;
  margin-bottom: 60px;
  margin-right: 20px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
}

.yxrwboxa {
  width: 225px;
  height: 386px;
  background-color: #ffffff;
  border-radius: 3px 3px 3px 3px;
  padding: 30px 30px;
  margin-bottom: 60px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
}

.gsmc {
  font-size: 14px;
  color: #999999;
  padding-top: 15px;
}

.gsmc span {
  font-size: 18px;
  color: #333333;
}

.xian {
  width: 55px;
  height: 3px;
  margin-top: 3px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #004ddd;
}

.wmbx {
  font-size: 32px;
  margin: 25px 0 10px 0;
  color: #333;
}

// 下拉菜单
.head-v3 {
  position: relative;
  z-index: 100;
  min-width: 1000px;
}

.head-v3 .navigation-inner {
  margin: 0 auto;
  width: 980px;
  position: relative;
}

.navigation-up {
  height: 60px;
  background: #27303f;
}

.navigation-up .navigation-v3 {
  margin-left: 155px;
  float: left;
}

.navigation-up .navigation-v3 ul {
  float: left;
}

.navigation-up .navigation-v3 li {
  float: left;
  color: #fff;
}

.navigation-up .navigation-v3 .nav-up-selected {
  background: #fff;
}

.navigation-up .navigation-v3 .nav-up-selected-inpage {
  background: #202833;
}

.navigation-up .navigation-v3 li h2 {
  font-weight: normal;
  padding: 0;
  margin: 0;
}

.navigation-up .navigation-v3 li h2 a {
  padding: 0 25px;
  color: #fff;
  display: inline-block;
  height: 60px;
}

.navigation-down {
  position: fixed;
  top: 70px;
  left: 0px;
  width: 100%;
  z-index: 9999;
}

.navigation-down .nav-down-menu {
  border-top: 1px solid #e5e6ea;
  width: 100%;
  margin: 0;
  background: #fff;
  position: absolute;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
}

.navigation-down .nav-down-menu .navigation-down-inner {
  margin: auto;
  width: 1200px;
  position: relative;
  padding: 30px 15px 15px 0px;
  overflow: hidden;
  display: flex;
}

.navigation-down .nav-down-menu dl {
  float: left;
}

.navigation-down .menu-1 dl {
  width: 285px;
  margin-left: 15px;
}

.navigation-down .menu-1 dt {
  color: #999;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 18px;
}

.navigation-down .menu-1 dd {
  margin-bottom: 15px;
  float: left;
}

.navigation-down .menu-1 dd a {
  color: #333;
  font-size: 16px;
  float: left;
  width: 285px;
  line-height: 115%;
}

.navigation-down .menu-1 dd a:hover {
  color: #2866e2;
}

.navigation-down .menu-1 dd a:hover .font999 {
  color: #2866e2;
}

.navigation-down .menu-1 dd a:hover .iconfont_menu {
  color: #2866e2;
}

.navigation-down .menu-1 dd .borderB .iconfont_menu {
  color: #3578fb;
  transition: background 0.3s, color 0.3s;
  -webkit-transition: background 0.3s, color 0.3s;
}

.navigation-down .menu-1 dd .borderB:hover .iconfont_menu {
  color: #fff;
}

.navigation-down .menu-1 dd .borderB .font999 {
  text-shadow: none;
  transition: background 0.3s, color 0.3s;
  -webkit-transition: background 0.3s, color 0.3s;
}

.navigation-down .menu-1 dd .borderB:hover .font999 {
  color: #fff;
}

.navigation-down .menu-1 dd .borderB {
  transition: background 0.3s, color 0.3s;
  -webkit-transition: background 0.3s, color 0.3s, border 0.3s;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  padding: 20px 10px;
  width: calc(100% - 20px);
  display: flex;
}

.navigation-down .menu-1 dd .borderB:hover {
  background: #3578fb;
  color: #fff;
  border: 1px solid #3578fb;
}

.navigation-down .menu-1 dd .flex {
  display: flex;
}

.navigation-down .menu-2 dd a,
.navigation-down .menu-3 dd a {
  color: #333;
}

.con {
  overflow: hidden;
  position: relative;
}

.subscript {
  color: #fff;
  height: 30px;
  width: 100px;
  position: absolute;
  top: 10px;
  right: -25px;
  text-align: center;
  line-height: 30px;
  background-color: #ffc333;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* 代理商 */
.daili_title {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 16px;
}

.future_box {
  width: 100%;
  margin: 30px 0;
  height: auto;
  background-image: url(../img/dl_banner.svg);
  background-size: 100%;
  text-align: center;
  background-repeat: no-repeat;
}

.future_box .title {
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 16px;
}

.future_box .text {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 16px;
  color: #999999;
}

.daili_sz {
  font-family: Impact;
  font-size: 46px;
  color: #004ddd;
  margin: 32px 0;
}

.daili_sz span {
  font-size: 30px;
}

.tiyan {
  display: block;
  padding-bottom: 300px;
}

.Prospects_box {
  width: 1120px;
  margin: 250px auto 0 auto;
  padding: 60px 40px;
  background-color: #ffffff;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

.jishu_box {
  width: 325px;
}

.borderR {
  border-right: 1px dashed #d4d4d4;
}

.jishu_box_z {
  width: 325px;
  margin-left: 49px;
  margin-right: 49px;
}

.Strength_box {
  width: 100%;
  height: auto;
  background-image: url(../img/dl_shili.svg);
  background-repeat: no-repeat;
}

.sn_box {
  width: 1200px;
  height: 378px;
  margin: 0 auto;
  display: flex;
}

.sg_box {
  width: 200px;
  height: 238px;
  background-color: #ffffff;
  border-radius: 3px 3px 3px 3px;
  padding: 70px 30px;
  margin-right: 20px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
}

.sg_rigbox {
  width: 225px;
  height: 238px;
  background-color: #ffffff;
  border-radius: 3px 3px 3px 3px;
  padding: 70px 30px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
}

.sg_rigbox img {
  margin-bottom: 20px;
}

.sg_box img {
  margin-bottom: 20px;
}

.sg_box .text {
  font-size: 14px;
  color: #999999;
}

/* 代理商 多款产品 自由选择 */
.Multiple_box {
  width: 100%;
  padding: 60px 0;
  background-color: #ecedf2;
}

.Multiple_boxa {
  background-color: #f8f8f8;
  background: url(../img/dl_img20.svg);
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 100px;
  padding-top: 100px;
}

.sancpin {
  width: 1200px;
  display: flex;
}

/* 八大扶持 提升盈利 */
.yinlibox {
  width: 100%;
  height: 700px;
  background-image: url(../img/dl_img6.svg);
  padding-bottom: 120px;
  padding-top: 120px;
  background-repeat: no-repeat;
  background-position: center;
}

.fazcbox {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.fazcbox .title {
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 16px;
  margin-bottom: 80px;
}

.box_gns {
  width: 1100px;
  height: 264px;
  margin: 0 auto;
  border-radius: 3px 3px 3px 3px;
}

.font_b {
  font-size: 14px;
  color: #999999;
  padding-top: 15px;
}

.hyimg {
  width: 50%;
  padding-bottom: 200px;
}

/* 优秀城市合伙人 */
.youxiu {
  width: 100%;
  height: 560px;
  padding-top: 120px;
}

.youxiu .title {
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 16px;
  margin-bottom: 80px;
  text-align: center;
}

.yxbox {
  width: 1200px;
  height: 446px;
  margin: 0 auto;
  display: flex;
}

.yxrwbox {
  width: 225px;
  height: 366px;
  background-color: #ffffff;
  border-radius: 3px 3px 3px 3px;
  padding: 40px 30px;
  margin-bottom: 60px;
  margin-right: 20px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
}

.yxrwboxa {
  width: 225px;
  height: 386px;
  background-color: #ffffff;
  border-radius: 3px 3px 3px 3px;
  padding: 30px 30px;
  margin-bottom: 60px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
}

.gsmc {
  font-size: 14px;
  color: #999999;
  padding-top: 15px;
}

.gsmc span {
  font-size: 18px;
  color: #333333;
}

.xian {
  width: 55px;
  height: 3px;
  margin-top: 3px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #004ddd;
}

.wmbx {
  font-size: 32px;
  margin: 25px 0 10px 0;
  color: #333;
}

iframe {
  width: 100%;
  overflow: hidden;
  border: none;
  z-index: 99999999999999999999;
}

.dhjlist {
  width: 1200px;
  margin: 0 auto;
  margin-top: 30px;

  .list_box {
    padding: 40px 20px;
    line-height: 1.5;
  }

  ul {
    display: inline-flex;
    width: 100%;
    margin-bottom: 20px;

    li {
      background-color: #fff;
      width: 33.3333%;
      margin-right: 20px;
      box-shadow: 0 10px 10px rgba(81, 85, 111, 0.016);

      img {
        margin-bottom: 16px;
      }
    }

    li:last-child {
      margin-right: 0px;
    }
  }

  .title {
    font-size: 24px;
    color: #2d314a;
    margin-bottom: 8px;
  }

  .text {
    margin-top: 16px;
    font-size: 16px;
    color: #51556f;
  }

  .line {
    width: 80px;
    height: 6px;
    background-color: #004ddd;
  }
}

.biBox {
  padding: 30px 0;
  border-bottom: 1px solid #cccdd0;
  text-align: left;

  .title_bi {
    font-size: 28px;
    color: #333333;
    width: 100%;
    margin-bottom: 24px;
  }

  ul {
    display: inline-block;

    li {
      width: calc(400px - 10px);
      float: left;
      border-left: 2px solid #004ddd;
      padding-left: 8px;
      margin: 16px 0;
      line-height: 1;

      .label {
        font-size: 16px;
        margin-bottom: 8px;
        color: #000;
      }

      .sarmmy {
        font-size: 14px;
        color: #666666;
      }
    }
  }
}

// 购买
.uc-slider {
  position: relative;
  display: inline-block;
  height: 26px;
  background-color: #eee;
  padding: 0 0px;
  border-radius: 4px;
  vertical-align: bottom;
  *vertical-align: text-bottom;
  background-color: #f4f4f4;
  border: 1px solid #ddd;
}

.uc-slider .range {
  position: relative;
  height: 26px;
  background-color: #f4f4f4;
  border-radius: 4px;
}

.uc-slider .range .block {
  display: inline-block;
  height: 24px;
  float: left;
  text-align: center;
}

.uc-slider .block div {
  border-right: solid 1px #e6e6e6;
  height: 24px;
  padding: 1px 10px 1px 0;
  text-align: center;
}

.uc-slider .block span {
  float: right;
  display: inline;
  line-height: 2;
  font-size: 12px;
  color: #999;
}

.uc-slider .block .last {
  border-width: 0;
  padding-right: 11px;
}

.uc-slider .container_slider {
  position: absolute;
  left: 0px;
  top: 0;
  width: 0%;
  height: 24px;
  border: solid 1px #579bf7;
  padding: 0 2px;
  overflow: hidden;
  background-color: #d5dff0;
  border-radius: 4px;
}

.uc-slider .container_slider .current {
  height: 24px;
  overflow: hidden;
  width: 100%;
  background-color: #d5dff0;
  border-radius: 4px;
  white-space: nowrap;
}

.uc-slider .current .unit {
  display: inline-block;
  margin-left: -3px;
  height: 24px;
}

.uc-slider .unit div {
  border-right: solid 1px #579bf7;
  height: 24px;
  padding-right: 10px;
  text-align: right;
}

.uc-slider .unit span {
  float: right;
  display: inline;
  height: 24px;
  line-height: 2;
  font-size: 12px;
  color: #579bf7;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  text-align: center;
}

.uc-slider .unit i {
  float: right;
  display: none;
  height: 8px;
  width: 13px;
  overflow: hidden;
  margin-top: 7px;
}

.uc-slider .unit .last {
  border-width: 0;
  padding-right: 11px;
}

.uc-slider .bar {
  position: absolute;
  top: 0;
  left: 0px;
  background-color: #f00;
  height: 26px;
  overflow: hidden;
  width: 100%;
  cursor: default;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 680px;
}

.uc-slider .drag {
  position: absolute;
  left: -7px;
  top: -2px;
  display: block;
  width: 10px;
  height: 19px;
  padding: 9px 0 0 3px;
  overflow: hidden;
  border: solid 1px #518dda;
  background-color: #5a9df4;
  cursor: default;
  -webkit-transition: border-color 0.3s, -webkit-transform 0.3s;
  -moz-transition: border-color 0.3s, -moz-transform 0.3s;
  -ms-transition: border-color 0.3s, -ms-transform 0.3s;
  -o-transition: border-color 0.3s, -o-transform 0.3s;
  outline: none;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.uc-slider .drag:link,
.uc-slider .drag:visited {
  border-color: #7fb7ff;
}

.uc-slider .drag:hover {
  border-color: #5290e0;
}

.uc-slider .drag i {
  float: left;
  display: inline;
  margin: 0 0 0 1px;
  width: 1px;
  height: 10px;
  overflow: hidden;
  background: #ababab;
  background: -webkit-linear-gradient(top, #fff, #fff, #fff);
  background: -moz-linear-gradient(top, #fff, #fff, #fff);
  background: -o-linear-gradient(top, #fff, #ababab, #fff);
  background: -ms-linear-gradient(top, #fff, #fff, #fff);
}

/*.slider iframe{position: absolute; top: 0; left: 0; filter:alpha(opacity=0); width: 100%; height: 26px; background-color: #f00; border-width: 0;}*/

.uc-slider .w60 {
  width: 60%;
  *width: 59.99%;
}

.uc-slider .w50 {
  width: 50%;
  *width: 49.99%;
}

.uc-slider .w25 {
  width: 25%;
  *width: 24.99%;
}

.uc-slider .w20 {
  width: 20%;
  *width: 19.99%;
}

.duration {
  width: 680px;
}

.duration2 {
  /* width: 425px; */
}

.duration3 {
  width: 595px;
}

.durationFz {
  width: 340px;
}

.durationFzYear {
  width: 255px;
}

.uc-slider .mm {
  width: 85px;
}

.uc-slider .yy {
  width: 57px;
}

.uc-input {
  border: solid 1px #d4d4d4;
  width: 44px;
  height: 12px;
  padding: 6px 4px;
  font-size: 12px;
  line-height: 1;
  outline: none;
  border-radius: 4px;
  box-shadow: inset 1px 1px 1px #e8e8e8;
  color: #000;
}

/*购买页*/
.gmCenter {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.gmCenterTitle {
  width: 1200px;
  height: 120px;
  border-bottom: 1px dotted #cccccc;
}

.gmCenterTitle h3 {
  padding: 35px 0 0 0;
  color: #333333;
  font-size: 30px;
  line-height: 1;
  text-align: left;
}

.gmCenterTitle p {
  margin: 15px 0 0 0;
  color: #333333;
  font-size: 16px;
  line-height: 1;
  text-align: left;
}

.gmCenterBox {
  width: 1200px;
  height: 438px;
  background-image: url(../img/buyNewBg.png);
  background-size: 100%;
}

.chooseBtnList {
  margin-top: 30px;
  float: left;
}

.chooseBtnList li {
  float: left;
}

.chooseBtnList li a {
  display: block;
  width: 140px;
  height: 40px;
  border-radius: 5px;
  line-height: 40px;
  text-align: left;
  font-size: 20px;
  color: #999;
}

.chooseBtnList li a:hover {
  background-color: #e4e4e4;
  transition: background linear 0.3s;
  color: #333;
}

.chooseBtnList li a.chooseBtnListBlue {
  color: #5180da;
  font-size: 25px;
}

.chooseBtnList li a.chooseBtnListBlue:hover {
  background-color: #488eee;
  transition: background linear 0.3s;
  color: #ffffff;
}

.chooseList {
  display: inline-flex;
  margin-top: 20px;
  width: 100%;
}

.column {
  height: 28px;
}

.chooseList .title {
  width: 72px;
  height: 28px;
  color: #333333;
  font-size: 14px;
  line-height: 28px;
  text-align: left;
}

.chooseList .list {
  border-left: 1px solid #dddddd;
}

.chooseList .list li {
  height: 28px;
}

.chooseList .list li a {
  display: block;
  padding: 0 17px;
  color: #666666;
  font-size: 12px;
  line-height: 28px;
  text-align: center;
  border-right: 1px solid #ddd;
  background-color: #e8e8e8;
  position: relative;
  width: 60px;
  transition: background linear 0.3s, color linear 0.3s;
}

.chooseList .list li a:hover {
  background-color: #ddd;
  transition: background linear 0.3s, color linear 0.3s;
}

.chooseList .list li a:active {
  background-color: #004ddd;
  transition: background linear 0.3s, color linear 0.3s;
  color: #fff;
}

.chooseList .list li a.oncy {
  background-color: #004ddd;
  border-right: 1px solid #004ddd;
  color: #fff;
}

.qIcon {
  position: relative;
  cursor: pointer;
}

.qIcon h3 {
  width: 15px;
  height: 15px;
}

.qIcon h4 {
  display: none;
}

.qIcon:hover h4 {
  background: #f1e86a;
  font-size: 12px;
  padding: 10px;
  color: #333;
  border: 1px solid #c5bf20;
  border-radius: 10px;
  width: 200px;
  line-height: 150%;
  position: absolute;
  z-index: 10;
  display: block;
  top: 10px;
  left: -100px;
}

.gmCenterBoxTip {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
}

.gmCenterBoxNum {
  color: #004ddd;

  text-align: left;
}

.gmCenterBoxNum span {
  color: #004ddd;
  font-size: 20px;
  line-height: 1;
  text-align: left;
  line-height: 28px;
  font-weight: 600;
}

.gmCenterBoxSmall {
  margin-top: 19px;
  margin-left: 10px;
  color: #666666;
  font-size: 12px;
  line-height: 1;
  text-align: left;
  text-decoration: line-through;
}

.buyBtn {
  margin-top: 25px;
  display: block;
  width: 268px;
  height: 67px;
  color: #fff;
  font-size: 18px;
  line-height: 67px;
  text-align: center;
  border-radius: 5px;
  background-color: #579bf7;
}

.buyBtn:hover {
  background-color: #488eee;
  transition: background linear 0.3s;
  color: #ffffff;
}

.buyBtn:active {
  background-color: #579bf7;
  transition: background linear 0.3s;
}

.buy_scrm {
  cursor: pointer;
  position: absolute;
  width: 500px;
  height: 32px;
  padding: 8px 5px 12px 6px;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  transition: border linear 0.3s;
}

.buy_scrm:hover {
  border: 1px solid #579bf7;
}

.buy_scrm:active {
  border: 1px solid #579bf7;
}

.checkbox {
  position: relative;
  height: 30px;
}

.checkbox input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  opacity: 0;
}

.checkbox label {
  cursor: pointer;
  width: 100%;
  position: absolute;
  left: 30px;
  top: 0;
  height: 20px;
  line-height: 20px;
}

.checkbox label:before {
  background: #f6f6f6;
  content: "";
  position: absolute;
  left: -30px;
  top: 6px;
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  border-radius: 50%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

.checkbox label:after {
  content: "";
  position: absolute;
  left: -22px;
  top: 10px;
  width: 5px;
  height: 9px;
  border: 0;
  border-right: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
  background: #f6f6f6;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

.checkbox input[type="checkbox"]:checked+label:before {
  background: #589cf8;
  border-color: #589cf8;
}

.checkbox input[type="checkbox"]:checked+label:after {
  background: #589cf8;
}

.yhq-fl {
  float: left;
  text-align: left;
  width: calc(70% - 10px);
  margin-left: 10px;
  font-size: 14px;
  box-sizing: border-box;
  line-height: 30px;
}

.yhq-fr {
  float: left;
  text-align: right;
  width: calc(30% - 5px);
  color: #999;
  font-size: 14px;
  box-sizing: border-box;
  line-height: 30px;
  margin-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.yhq-100 {
  font-size: 14px;
  box-sizing: border-box;
  line-height: 30px;
  text-align: left;
  width: 100%;
  padding-left: 10px;
}

.yhq-100:hover {
  background-color: #004ddd;
  color: #fff;
}

.yhq-100:hover a {
  color: #fff;
}

.yhq-list {
  width: 100%;
  position: relative;
  height: 31px;
  cursor: pointer;
}

.yhq-container li:not(:last-child) .yhq-list::after {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  height: 0;
  border-bottom: 1px solid #d7d7d7;
  width: 170px;
  box-sizing: border-box;
  bottom: 0;
}

.yhq-container li:nth-child(4) .yhq-list::after {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  height: 0;
  width: 170px;
  box-sizing: border-box;
  bottom: 0;
  border-bottom-width: 0;
}

.yhq-container-div {
  position: absolute;
  top: 29px;
  left: -1px;
  width: 180px;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #d7d7d7;
  background: #fff;
  z-index: 999999;
}

.yhq-container {
  width: 180px;
  height: auto;
  overflow: hidden;
  /* border-bottom: 0px solid #d7d7d7; */
  box-sizing: border-box;
  /* position: absolute;
     top: 29px;
     left: -1px; */
  background: #fff;
  z-index: 99999;
}

.yhq-container li {
  width: 100%;
  display: block;
  height: 32px;
  cursor: pointer;
}

.yhq-container li:active {
  background: #eee;
}

.rotate {
  transform: rotate(90deg);
  display: block;
  float: right;
  font-size: 20px;
}

//  体验
.cover {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  outline: 0;
  background-color: rgb(0, 0, 0);
  filter: alpha(opacity=60);
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: none;

  .content {
    width: 800px;
    margin: 0 auto;
    background-color: #fff;
    height: 480px;
    position: relative;
    top: 120px;
    border-radius: 4px;

    .title {
      width: calc(100% - 30px);
      padding: 15px 15px;
      border-bottom: 1px solid #e8e8e8;
      display: inline-flex;
      justify-content: space-between;

      .title_text {
        font-size: 16px;
        color: #000;
      }

      .title_close {
        font-size: 20px;
        cursor: pointer;
        color: #666;
      }

      .title_close:hover {
        color: #004ddd;
      }
    }

    .content_box {
      padding: 40px;
      width: calc(100% - 80px);

      ul {
        width: 100%;
        display: flex;
        justify-content: space-between;

        li {
          width: 25%;
          outline: none;
          border: 1px solid #e8e8e8;
          padding: 20px;
          border-radius: 4px;
          cursor: pointer;
          transition: all linear 0.3s;

          img {
            width: 30px;
            height: 30px;
          }

          .sunmmary {
            color: #999;
          }

          .label {
            font-size: 18px;
          }

          .relate {
            margin: 30px 0;
            font-size: 14px;
            color: #666;
          }

          a {
            display: block;
            color: #004ddd;
          }
        }

        li:hover {
          box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
          transition: all linear 0.3s;
        }
      }
    }
  }

  .footer {
    padding: 0px 40px;
    width: calc(100% - 80px);
    font-size: 14px;
    text-align: center;

    a {
      color: #004ddd;
    }
  }
}

// 周边
.Periphery_banner {
  background-image: url(../img/Periphery/Periphery_banner.png);
  background-size: 100%;
  background-position-y: bottom;
  background-repeat: no-repeat;
  height: 580px;

  .content {
    width: 1200px;
    margin: 30px auto;
    text-align: center;

    .title {
      font-size: 36px;
      line-height: 36px;
      margin-bottom: 16px;
    }

    .text {
      font-size: 14px;
      line-height: 28px;
      color: #666666;
      margin-bottom: 16px;
    }

    .tel {
      font-family: Impact;
      font-size: 42px;
    }
  }
}

.Periphery_1 {
  background-color: #ecedf2;
  padding: 50px 0;

  .content {
    margin: 0px auto;
    width: 1200px;

    .title {
      font-size: 30px;
      margin: 24px 0;
      color: rgba(0, 0, 0, 0.85);
    }

    .box {
      width: 100%;

      ul {
        display: inline-flex;

        li {
          width: 180px;
          margin-right: 12px;
          border-radius: 4px;

          .box_1 {
            background: #fff;
            text-align: center;
            padding: 15px;
            height: 234px;
            overflow: hidden;
            cursor: pointer;
            transition: all linear 0.3s;
            border-radius: 4px;

            img {
              width: 35px;
              height: 35px;
              margin-top: 20px;
            }

            .label {
              font-size: 16px;
              margin-top: 20px;
              color: rgba(0, 0, 0, 0.85);
            }

            .sunmmary {
              font-size: 12px;
              margin-top: 5px;
              line-height: 1.4;
              color: rgba(0, 0, 0, 0.45);
            }

            .price {
              margin-top: 10px;
              color: #fc8557;
              font-size: 20px;
            }

            a {
              margin-top: 15px;
              display: inline-block;
              color: #0052d9;
            }
          }

          .box_1:hover {
            box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
            transition: all linear 0.3s;
          }

          .mt12 {
            margin-top: 12px;
          }
        }

        li:first-child {
          width: 210px;
          background-color: #0052d9;
          background-image: url(../img/Periphery/Periphery_1_1.svg);
          background-size: 100%;
          background-repeat: no-repeat;
          height: 540px;

          .box-1 {
            padding: 15px;
            color: rgba(255, 255, 255, 1);

            .title {
              font-size: 24px;
              margin-top: 20px;
              color: rgba(255, 255, 255, 1);
            }

            .label {
              margin-top: 30px;
              font-size: 16px;
            }

            .white_Button {
              border-radius: 4px;
              border: 1px solid #fff;
              padding: 5px 10px;
              cursor: pointer;
              transition: all linear 0.3s;
              font-size: 16px;
              color: #fff;
              line-height: 1.2;
            }

            .white_Button:hover {
              opacity: 0.8;
            }
          }
        }

        li:nth-child(4) {
          width: 210px;
          background-color: #fff;
          background-image: url(../img/Periphery/Periphery_1_10.svg);
          background-position-y: 420px;
          background-position-x: 35px;
          background-repeat: no-repeat;
          height: 540px;

          .box-3 {
            background-color: #fc8557;
            background-image: url(../img/Periphery/Periphery_1_11.svg);
            height: 320px;
            border-radius: 4px 4px 8px 8px;
            background-position: bottom;
            background-repeat: no-repeat;
            padding: 15px;

            .label {
              font-size: 24px;
              margin-top: 20px;
              color: #ffffff;
            }

            .sunmmary {
              font-size: 16px;
              margin-top: 30px;
              line-height: 1.4;
              color: #ffffff;
            }
          }

          .box-4 {
            box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
            padding: 10px;
            margin: 0 15px;
            position: relative;
            top: -50px;
            z-index: 9;
            background-color: #fff;
            border-radius: 8px;
            cursor: pointer;
            transition: all linear 0.3s;

            .price {
              margin-top: 10px;
              color: #fc8557;
              font-size: 20px;
            }

            a {
              margin-top: 15px;
              display: inline-block;
              color: #0052d9;
            }
          }

          .box-4:hover {
            background-color: #eeeeee;
            transition: all linear 0.3s;
          }
        }

        li:last-child {
          margin: 0;
        }
      }
    }
  }
}

.Periphery_2 {
  background-color: #fff;
  padding: 50px 0;

  .content {
    margin: 0px auto;
    width: 1200px;

    .title {
      font-size: 30px;
      margin: 24px 0;
      color: rgba(0, 0, 0, 0.85);
    }

    ul {
      display: inline-block;
      width: 100%;

      li {
        background: #e8e8e8;
        text-align: left;
        padding: 20px;
        height: 234px;
        cursor: pointer;
        transition: all linear 0.3s;
        border-radius: 4px;
        margin-right: 12px;
        margin-bottom: 12px;
        width: calc(600px - 46px);
        float: left;

        .box_1 {
          float: left;

          .title {
            font-size: 20px;
            margin-top: 30px;
            margin-bottom: 10px;
            color: rgba(0, 0, 0, 0.85);
          }

          .label {
            text-indent: -8px;
            font-size: 16px;
          }

          .sunmmary {
            font-size: 14px;
            margin-top: 5px;
            line-height: 1.4;
            color: rgba(0, 0, 0, 0.45);
          }

          .price {
            margin-top: 15px;
            color: #fc8557;
            font-size: 20px;
          }

          a {
            margin-top: 30px;
            display: inline-block;
            color: #0052d9;
            position: relative;

            .RQ {
              width: 150px;
              height: auto;
              position: absolute;
              z-index: 1;
              top: -170px;
              right: -480px;
              display: none;
              border: 1px solid #e8e8e8;
              box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
              background-color: #fff;
              text-align: center;

              img {
                width: 100%;
              }

              .text {
                margin: 15px;
                font-size: 16px;
                color: #666;
              }
            }
          }
        }

        img {
          float: right;
          width: 235px;
        }
      }

      li:nth-child(even) {
        margin-right: 0;
      }

      li:hover {
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
        transition: all linear 0.3s;
        background-color: #fff;
      }

      li:hover .box_1 a .RQ {
        display: block;
      }
    }
  }
}

.Periphery_3 {
  background-color: #ecedf2;
  padding: 50px 0;

  .content {
    margin: 0px auto;
    width: 1200px;

    .title {
      font-size: 30px;
      margin: 24px 0;
      color: rgba(0, 0, 0, 0.85);
    }

    .box {
      width: 100%;

      ul {
        width: 100%;
        display: inline-flex;
        margin-bottom: 12px;

        li {
          width: 190px;
          margin-right: 12px;
          border-radius: 4px;

          .box_1 {
            background: #fff;
            text-align: center;
            padding: 15px;
            height: 234px;
            cursor: pointer;
            transition: all linear 0.3s;
            border-radius: 4px;

            img {
              width: 35px;
              height: 35px;
              margin-top: 20px;
            }

            .label {
              font-size: 16px;
              margin-top: 20px;
              color: rgba(0, 0, 0, 0.85);
            }

            .sunmmary {
              font-size: 12px;
              margin-top: 5px;
              line-height: 1.4;
              color: rgba(0, 0, 0, 0.45);
            }

            .price {
              margin-top: 10px;
              color: #fc8557;
              font-size: 20px;
            }

            a {
              margin-top: 15px;
              display: inline-block;
              color: #0052d9;
            }
          }

          .box_1:hover {
            box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
            transition: all linear 0.3s;
          }

          .mt12 {
            margin-top: 12px;
          }
        }

        li:nth-child(6),
        li:nth-child(12) {
          margin: 0;
        }
      }
    }
  }
}

.Periphery_4 {
  background-color: #f3f4f9;
  padding: 50px 0;

  .content {
    margin: 0px auto;
    width: 1200px;

    .title {
      font-size: 30px;
      margin: 24px 0;
      color: rgba(0, 0, 0, 0.85);
    }

    ul {
      display: flex;
      width: 100%;

      li:nth-child(1) {
        background-image: url(../img/Periphery/Periphery_4_1.svg);
      }

      li:nth-child(2) {
        background-image: url(../img/Periphery/Periphery_4_2.svg);
      }

      li:nth-child(3) {
        background-image: url(../img/Periphery/Periphery_4_3.svg);
      }

      li {
        background-size: 100%;
        padding: 20px;
        cursor: pointer;
        transition: all linear 0.3s;
        border-radius: 4px;
        margin-right: 12px;
        margin-bottom: 12px;
        width: calc(400px - 48px);
        transition: all linear 0.3s;

        .box_1 {
          text-align: center;

          .title {
            font-size: 20px;
            margin-top: 30px;
            margin-bottom: 10px;
            color: #fff;
          }

          .sunmmary {
            font-size: 14px;
            margin-top: 5px;
            line-height: 1.4;
            color: #fff;
          }

          .price {
            margin-top: 15px;
            color: #fff;
            font-size: 20px;
          }

          a {
            margin-top: 30px;
            display: inline-block;
            color: #fff;
          }
        }
      }

      li:hover {
        box-shadow: 0 10px 10px 0 rgba(0, 110, 255, 0.1);
        transition: all linear 0.3s;
      }
    }
  }
}

.line-height-200 {
  line-height: 200% !important;
}

// 悬浮1
.Levitate {
  position: fixed;
  right: 15px;
  top: 50%;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.16);
  z-index: 9999;

  ul {
    li {
      text-align: center;
      cursor: pointer;
      line-height: 1.2;
      background: #004ddd;
      transition: all linear 0.3s;
    }

    li:first-child {
      border-radius: 4px 4px 0 0;
    }

    li:last-child {
      border-radius: 0 0 4px 4px;
    }

    li:hover:first-child .text {
      border-radius: 4px 4px 0 0;
    }

    li:la {
      border-radius: 0 0 4px 4px;
    }

    li:hover:last-child .text {
      border-radius: 0 0 4px 4px;
    }

    li .text {
      padding: 8px 15px;
      color: #fff;
      transition: all linear 0.3s;
    }

    li .text:nth-child(odd) {
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    li:hover .text {
      background: #fff;
      color: #004ddd;
      transition: all linear 0.3s;
    }
  }
}

// 悬浮2
.Levitate2 {
  position: fixed;
  right: 10px;
  top: 40%;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.16);
  z-index: 9999;
  width: 100px;
  background-color: #004ddd;
  border-radius: 5px;
  text-align: center;
  padding: 0 6px 8px;
  box-sizing: border-box;
  font-size: 12px;

  .levi_header{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-sizing: border-box;
    overflow: hidden;
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;

    img{
      width: 100%;
    }
  }
  .levi_box{
    width: 100%;
    background-color: #fff;
    color: #333;
    border-radius: 5px;
    margin-top: 35px;
    padding: 5px 0 10px 0;
    line-height: 1.5;

    img{
      width: 95%;
    }

    button{
      background-color: #004ddd;
      width: 95%;
      border: none;
      color: #fff;
      border-radius: 4px;
      outline-style: none;
      font-size: 12px;
      line-height: 25px;
      height: 25px;
      margin-top: 5px;
      cursor: pointer;

    }
  }
  .text{
    color: #fff;
    cursor: pointer;
    margin-top: 10px;
    div{
      line-height: 0.5;
    }
  }
  p{
    margin: 0;
  }
}
.dingzhiR img{
  display: none;
  width: 110px !important;
  position: absolute;
  top: 28px;
  left: -10px;
  padding: 5px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
.dingzhiR:hover img{
  display: block;
}
// 进销存联系弹窗
#zjj_popup{
  display: none;
}
#zjj_popup2{
  display: none;
}
#zjj_popup3{
  display: none;
}
#zjj_popup,#zjj_popup2,#zjj_popup3{
  position: relative;
  z-index: 99;
  .bj{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0);
  }
  .layer{
    width: 470px;
    height: 270px;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -135px;
    margin-left: -235px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.10);
    text-align: center;
    overflow: hidden;

    p,strong,h3{
      margin: 0;
    }

    .head{
      width: 100%;
      height: 54px;
      background-color: #6464F4;
      background-image: linear-gradient(to right, #6464F4, #6790F9);
      color: #fff;
      position: relative;

      h3{
        font-size: 18px;
        font-weight: 700;
        line-height: 54px;
      }
      .close{
        position: absolute;
        top: 18px;
        right: 20px;
        cursor: pointer;

        img{
          display: block;
          transition: 0.4s;
        }
      }

      .close:hover img{
        transform: rotate(180deg);
      }
    }
    .foot{
      display: flex;
      align-items: center;
      justify-content: space-around;
      font-size: 12px;
      line-height: 1.5;
      padding: 25px 12px 0;

      .left{
        span{
          color: #f00;
        }
      }

      .right{
        a{
          display: block;
          width: 150px;
          height: 38px;
          line-height: 38px;
          background-color: #145EFF;
          border-radius: 20px;
          color: #fff;
          margin-bottom: 12px;
          font-size: 14px;
        }
        a:nth-child(2){
          background-color: #5756D6;
        }
        P{
          margin-top: 18px;
        }
        strong{
          font-size: 18px;
          color: #145EFF;
        }
      }
    }
  }

}

// 帮助中心弹窗
.help_btn{
  cursor: pointer;
}
#help_popup{
  display: none;
}
#help_popup{
  position: relative;
  z-index: 99;
  .bj{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .layer{
    width: 600px;
    height: 300px;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -300px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.10);
    text-align: center;
    overflow: hidden;

    p,strong,h3{
      margin: 0;
    }

    .head{
      width: 100%;
      height: 60px;
      background-color: #6464F4;
      background-image: linear-gradient(to right, #6464F4, #6790F9);
      color: #fff;
      position: relative;

      h3{
        font-size: 18px;
        font-weight: 700;
        line-height: 60px;
      }
      .close{
        position: absolute;
        top: 21px;
        right: 23px;
        cursor: pointer;

        img{
          display: block;
          transition: 0.4s;
        }
      }

      .close:hover img{
        transform: rotate(180deg);
      }
    }
    .foot{
      display: flex;
      align-items: center;
      justify-content: space-around;
      font-size: 14px;
      line-height: 1.5;
      padding: 45px 12px 0;
      text-align: center;

      li{
        width: 130px;
        height: 130px;
        border: 1px solid #eee;
        border-radius: 8px;

        a{
          display: block;
          width: 100%;
          height: 100%;
        }

        img{
          width: 50px;
          margin-top: 22px;
        }
      }

    }
  }

}
//顶部下拉

.demo {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  padding: 0px;

  .popArea {
    display: none;
    position: fixed;

    .greyBox {
      border: 1px solid #eee;
      padding: 20px;
      width: 170px;
      float: left;
      margin-right: 10px;

      .popTitle {
        color: #000;
        padding-bottom: 10px;
      }

      .content {
        font-size: 12px;
        color: #666;
      }
    }
  }
}

.demo:hover .popArea {
  display: block;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, .16);
  padding: 20px;
  margin: -3px 0 0 -400px;
  z-index: 2;
}

//下载
.download_jxc,
.download_erp,
.download_scrm {
  width: 30%;
  background-color: #fff;
  padding: 40px 20px 0px 20px;
  margin-top: 50px;
  margin-left: 30px;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);

  .version {
    font-size: 24px;
    font-weight: 700;
    color: #000;
  }

  .info {
    font-size: 14px;
    color: #666;
  }
}

.download_jxc {
  margin-left: 0px;
}

.dowloadArea {
  width: 1200px;
  margin: 0 auto 50px auto;
  display: flex;
  justify-content: space-between;
}

.download_erp {
  ul {
    li {
      color: #5756D6;

      &:hover .QRCode {
        opacity: 1;
        transition: all linear 0.3s;
      }
    }

    .active {
      background: #5756D6;
      color: #fff;
    }

    li:hover {
      background: #5756D6;
      color: #fff;
      transition: all linear 0.3s;
      box-shadow: 0 0 30px 0 rgba(0, 77, 221, 0.2);
    }

    li:active {
      background: #5756D6;
      color: #fff;
      transition: all linear 0.3s;
      box-shadow: 0 0 30px 0 rgba(0, 77, 221, 0.2);
    }
  }
}
.download_scrm{
  .download{
    li{
      width: 100%;
    }

  }


}

/* 新产品导航样式 */
  #product{
    background: #fff url("https://www-1300910993.cos.ap-shanghai.myqcloud.com/images/subnavBGleft.png") no-repeat left;
  }
  p{
    margin: 0;
  }
		.displayNone {
			display: none;
		}

		.proSubmenu {
			width: 1200px;
			margin: 0 auto;
			height: 350px;
			position: relative;
			transition: 0.4s;
		}

		.proSubmenu .menuL {
			width: 215px;
			height: 100%;
			padding: 20px 0;
			box-sizing: border-box;
			float: left;
		}

		.proSubmenu .menuList {
			display: block;
			width: 100%;
			height: 50px;
			line-height: 50px;
			box-sizing: border-box;
			color: #333;
			font-size: 16px;
			cursor: pointer;
      position: relative;
      text-align: right;
      padding-right: 30px;
		}
    .proSubmenu .menuList span::after{
      transition: 0.3s;
    }
    .proSubmenu .menuList span{
      position: relative;
    }
    .proSubmenu .menuList .new{
      font-size: 12px;
      font-style: normal;
      color: #fff;
      background: #FF4F4F;
      border-radius: 20px;
      padding: 1px 6px;
      margin-left: 5px;
      height: 16px;
      line-height: 15px;
      position: absolute;
      top: 16px;
    }
		.proSubmenu .menuR {
			width: 985px;
			height: 100%;
      margin-left: 215px;
      background-color: #fff;

		}

		.proSubmenu .menuR .menuSub {
			height: 100%;
			padding: 25px 0px 0 30px;
			box-sizing: border-box;
		}

		.proSubmenu .menuR .menuSub ul {
			display: flex;
			justify-content: left;
      align-items: center;
			flex-wrap: wrap;
		}

		.proSubmenu .menuR .menuSub li {
			width: 31.6%;
			margin: 0 22px 22px 0;
		}
    .proSubmenu .menuR .menuSub li:nth-of-type(3n){
      margin-right: 0;
    }

		.proSubmenu .menuR .menuSub li a {
			display: flex;
      justify-content: left;
      align-items: center;
			background: #fff;
			border-radius: 8px;
			/* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
			padding: 28px 20px;
			background: #fff;
			background-size: cover;
			transition: 0s;
      align-items: flex-start;
		}
    .proSubmenu .menuR .menuSub li a .proIcon{
      width: 45px;
      height: 45px;
      margin-top: 4px;
    }
    .proSubmenu .menuR .menuSub li a .proIconA{
      width: 55px;
      height: 55px;
    }
    .proSubmenu .menuR .menuSub li a .proIcon img{
      width: 100%;
    }
    .proSubmenu .menuR .menuSub li a .proTit{
      width: 75%;
      margin-left: 15px;
      line-height: 1.7;
    }
		.proSubmenu .menuR .menuSub li a p {
			font-size: 16px;
			color: #333;
		}

		.proSubmenu .menuR .menuSub li a .describe {
			font-size: 12px;
			color: #888;
		}

		/* .menuActive {
			background: #4082FF url(/img/rightJiantou.png) no-repeat center right;
			background-size: auto 10px;
			background-position-x: 140px;
		} */
    .menuActive span{
      color: #1D70F9;
      position: relative;
    }
    .proSubmenu .menuList span::after{
      content: "";
      display: block;
      width: 0;
      height: 2px;
      background-color: #1D70F9;
      position: absolute;
      bottom: -10px;
      left: 0;
    }
    .proSubmenu .menuList hover:span::after{
      width: 100%;
    }

    .menuActive span::after{
      width: 100%!important;
    }


		.proSubmenu .menuR .menuSub li a:hover{
			background: #f3f4f9;
		}
    /* 新产品导航样式end */


/* 基础版购买二维码弹窗 */
#moreuserBox{
  display: none;
}
#moreuserBox{
  position: relative;
  z-index: 99;
  .bj{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .5);
  }
  .layer{
    width: 450px;
    height: 380px;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -190px;
    margin-left: -225px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.10);
    text-align: center;
    overflow: hidden;

    p,strong,h3{
      margin: 0;
    }

    .head{
      width: 100%;
      height: 54px;
      background-color: #6464F4;
      background-image: linear-gradient(to right, #6464F4, #6790F9);
      color: #fff;
      position: relative;

      h3{
        font-size: 18px;
        font-weight: 700;
        line-height: 54px;
      }
      .close{
        position: absolute;
        top: 18px;
        right: 20px;
        cursor: pointer;

        img{
          display: block;
          transition: 0.4s;
        }
      }

      .close:hover img{
        transform: rotate(180deg);
      }
    }
    .foot{
      display: flex;
      align-items: center;
      justify-content: space-around;
      font-size: 14px;
      line-height: 1.5;
      padding: 30px 40px 0;

      .left{
        span{
          color: #f00;
        }
        img{
          width: 200px;
        }
      }
    }
  }

}
/* 基础版购买二维码弹窗end */

/* btnewm微信二维码hover */

.btnewm{
  position: relative;
  display: inline-block;
}
.btnewm .ewm{
  display: none;
  position: absolute;
  top:46px;
  left: 0;
  right: 0;
}
.btnewm:hover .ewm{
  display: block;
}


/* str新版周边服务2022 */

p,
  h1,
  h2,
  h3,
  h4,
  h5 {
    margin: 0;
  }

  .hardwareMall .main {
    width: 1200px;
    margin: 0 auto;
  }

  .hardwareMall .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .hardwareMall .disNone {
    display: none;
  }

  .hardwareMall {
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
  }

  .hardwareMall .banner {
    width: 100%;
    height: 750px;
    background-color: #fff;
    text-align: center;
    position: relative;
  }

  .hardwareMall .banner .text {
    padding: 110px 0 20px;
    background: url(https://www-1300910993.cos.ap-shanghai.myqcloud.com/images/banner_b.png) no-repeat;
    background-position: 870px 110px;
  }

  .hardwareMall .banner .text h2 {
    font-size: 54px;
    margin-bottom: 15px;
  }

  .hardwareMall .banner .text .subtit {
    font-size: 18px;
  }

  .hardwareMall .bannerImg {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
  }

  .hardwareMall .bannerImg img {
    width: 87%;
  }
  .hardwareMall .erweima{
    position: relative;
    width: 200px;
    margin: 25px auto 0;
  }
  .hardwareMall .erweima img{
    display: none;
    position: absolute;
    top: 44px;
    left: 0;
    right: 0;
    margin: auto;
    width: 200px;
  }
  .hardwareMall .erweima:hover img{
    display: block;
  }
/* mindbanner */
  .hardwareMall .boxTitle {
    font-size: 44px;
    text-align: center;
    padding: 100px 0 50px;
  }

  .hardwareMall .midBanner {
    border-radius: 15px;
    position: relative;
    overflow: hidden;
  }

  .hardwareMall .bjBanner {
    height: 460px;
    background: #fff url(https://www-1300910993.cos.ap-shanghai.myqcloud.com/images/01.jpg) no-repeat center;
    background-size: cover;
  }

  .hardwareMall .midBanner .text {
    width: 40%;
    padding: 100px 0 0 48px;
  }

  .hardwareMall .midBanner h4 {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .hardwareMall .midBanner .line {
    width: 60px;
    height: 1px;
    background-color: #004DDD;
    margin-top: 70px;
  }

  .hardwareMall .midBanner .clickBtn {
    width: 24px;
    height: 24px;
    background-color: #004DDD;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    transition: 0.4s;
  }

  .hardwareMall .midBanner .clickBtn span {
    display: block;
    width: 14px;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .hardwareMall .midBanner .clickBtn span:last-of-type {
    transform: rotate(90deg);
  }

  .hardwareMall .midActive {
    /* display: none; */
    z-index: -1;
    opacity: 0;
    position: absolute;
    top: -0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 82, 217, .95);
    color: #fff;
    padding: 40px;
    box-sizing: border-box;
    align-items: flex-start;
    transition: opacity 0.5s, z-index 1.5s;
  }

  .hardwareMall .midActive .tit {
    font-size: 20px;
    font-weight: bold;
    background: url(https://www-1300910993.cos.ap-shanghai.myqcloud.com/images/icon_gongneng@2x.png) no-repeat left center;
    background-size: 22px;
    background-position-y: 7px;
    padding-left: 30px;
    margin-bottom: 30px;
  }

  .hardwareMall .midActive .minLeft,
  .hardwareMall .midActive .minRight {
    width: 47%;
  }

  .hardwareMall .midActive .minRight .tit {
    background-image: url(https://www-1300910993.cos.ap-shanghai.myqcloud.com/images/icon_changjing@2x.png);
    background-position-y: 6px;
  }

  .hardwareMall .midActive .minLeft li {
    width: 31%;
    background-color: #317EFE;
    border-radius: 10px;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 30px 0;
    margin-bottom: 16px;
    transition: 0.4s;
  }

  .hardwareMall .midActive .minLeft li p {
    font-weight: bold;
    margin-top: 5px;
  }

  .hardwareMall .midActive .minLeft li img {
    width: 30px;
  }

  .hardwareMall .midActive .minLeft .act {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px 10px 10px;
    box-sizing: border-box;
    background-color: #2471F2;
    text-align: left;
    transition: 0.4s;
    overflow: hidden;
    color: rgba(255, 255, 255, .9);
    /* display: none; */
    transition: opacity 0.5s;
    opacity: 0;
  }

  .hardwareMall .midActive .minLeft li:hover .act {
    display: block;
    opacity: 1;
    transition: opacity 0.5s;
  }

  .hardwareMall .midActive .minLeft li:last-of-type {
    width: 100%;
    padding: 10px 30px;
    text-align: left;
    justify-content: left;
  }

  .hardwareMall .midActive .minLeft li:last-of-type p {
    font-weight: bold;
    padding: 0 10px 0 5px;
    margin: 0;
  }

  .hardwareMall .midActive .minLeft li:last-of-type span {
    color: rgba(255, 255, 255, .9);
  }

  .hardwareMall .midActive .minRight li {
    background-color: #317EFE;
    border-radius: 10px;
    padding: 24px 30px;
    margin-bottom: 16px;
    display: flex;
    justify-content: left;
    align-items: center;
  }

  .hardwareMall .midActive .minRight li span {
    display: block;
    font-weight: bold;
    word-break: keep-all;
  }

  .hardwareMall .midActive .minRight p {
    color: rgba(255, 255, 255, .9);
  }

  .hardwareMall .show {
    /* top: 0 !important; */
    opacity: 1;
    z-index: 0;
    transition: opacity 0.8s;
  }

  .hardwareMall .tran45 {
    transform: rotate(45deg);
    background-color: #fff !important;
    transition: 0.4s;
  }

  .hardwareMall .tran45 span {
    background-color: #004DDD !important;
  }

  .hardwareMall .product {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .hardwareMall .product li {
    background-color: #fff;
    width: 32%;
    height: 500px;
    border-radius: 15px;
    text-align: center;
    padding: 50px 40px 10px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    transition: 0.5s;

  }

  .hardwareMall .product li h4 {
    font-size: 24px;
  }

  .hardwareMall .product li p {
    color: #999;
  }

  .hardwareMall .product li a {
    display: block;
    position: absolute;
    top: 155px;
    left: 0;
    right: 0;
    margin: auto;
    color: #004DDD;
    font-size: 16px;
  }

  .hardwareMall .product li a span,
  .hardwareMall .pda a span {
    font-family: SimSun;
  }

  .hardwareMall .product li img {
    width: 75%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 55px;
    margin: auto;
  }

  .hardwareMall .product li:nth-of-type(2) img {
    width: 65%;
  }

  .hardwareMall .product li:nth-of-type(3) img {
    width: 65%;
  }

  .hardwareMall .product li:hover {
    box-shadow: 0 6px 10px rgba(85, 87, 92, 0.1);
    transform: scale(1.015);
  }

  .hardwareMall .midBanner .bjBanner02 {
    height: 460px;
    background: #fff url(https://www-1300910993.cos.ap-shanghai.myqcloud.com/images/02.jpg) no-repeat center;
    background-size: cover;
  }

  .hardwareMall .midBanner .bjBanner02 .text {
    color: #fff;
    padding: 185px 0 0 320px;
  }

  .hardwareMall .midBanner .bjBanner02 .text h4 {
    margin-bottom: 5px;
  }

  .hardwareMall .midBanner .bjBanner02 .text .tex {
    color: rgba(255, 255, 255, .85);
    margin-bottom: 25px;
  }

  .hardwareMall .midBanner .bjBanner02 .text .subtit {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .hardwareMall .midBanner .bjBanner02 .text a {
    margin-top: 20px;
  }

  /* Box2 */
  .hardwareMall .Box2 {
    background-color: #fff;
    margin-top: 100px;
    padding-bottom: 80px;
  }

  .hardwareMall .Box2 .bjBanner {
    background-image: url(https://www-1300910993.cos.ap-shanghai.myqcloud.com/images/03.jpg);
  }

  .hardwareMall .Box2 .text {
    padding: 116px 0 0 618px;
    color: #fff;
  }

  .hardwareMall .Box2 .minRight li {
    padding: 6px 30px;
  }

  .hardwareMall .Box2 .product li {
    background-color: #f8f8f8;
    margin-bottom: 30px;
  }

  .hardwareMall .Box2 .product li:nth-of-type(1),
  .hardwareMall .Box2 .product li:nth-of-type(2) {
    width: 49%;
  }

  .hardwareMall .Box2 .product li:nth-of-type(1) img {
    width: 64%;
  }

  .hardwareMall .Box2 .product li:nth-of-type(2) img {
    width: 40%;
  }

  .hardwareMall .Box2 .product li:nth-of-type(3) img {
    width: 65%;
  }

  .hardwareMall .Box2 .product li:nth-of-type(4) img {
    width: 65%;
  }

  .hardwareMall .Box2 .product li:nth-of-type(5) img {
    width: 78%;
  }

  /* Box3 */

  .hardwareMall .Box3 {
    /* background-color: #fff;
    margin-top: 100px;
    padding-bottom: 80px; */
  }

  .hardwareMall .Box3 .bjBanner {
    background-image: url(https://www-1300910993.cos.ap-shanghai.myqcloud.com/images/04.jpg);
  }

  .hardwareMall .Box3 .text {
    color: #fff;
    padding-top: 60px;
    width: 48%;
  }

  .hardwareMall .Box3 .text>p {
    color: rgba(255, 255, 255, .85);
  }

  .hardwareMall .Box3 .text h4 {
    margin-bottom: 15px;
  }

  .hardwareMall .Box3 .line {
    margin: 30px 0 40px;
  }

  .hardwareMall .pda {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 25px 25px;
  }

  .hardwareMall .pda p {
    color: rgba(255, 255, 255, .75);
  }

  .hardwareMall .pda .tit {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
  }

  .hardwareMall .pda a {
    display: block;
    color: #4586FF;
    font-size: 16px;
    margin-top: 20px;
  }

  .hardwareMall .Box3 .minRight li {
    padding: 8px 30px;
  }

  /* Box4 */
  .hardwareMall .Box4 {
    background-color: #fff;
    margin-top: 100px;
    padding-bottom: 80px;
  }

  .hardwareMall .Box4 .bjBanner {
    background-image: url(https://www-1300910993.cos.ap-shanghai.myqcloud.com/images/05.jpg);
  }

  .hardwareMall .Box4 .text {
    padding-left: 620px;
  }

  .hardwareMall .Box4 .midActive .minLeft li:nth-of-type(2) img {
    width: 24px;
  }

  .hardwareMall .Box4 .midActive .minLeft li:nth-of-type(5) img {
    width: 20px;
  }

  .hardwareMall .Box4 .product li {
    background-color: #f8f8f8;
    width: 49%;
  }

  .hardwareMall .Box4 .product li:nth-of-type(1) img {
    width: 64%;
  }

  .hardwareMall .Box4 .product li:nth-of-type(2) img {
    width: 48%;
  }

  .hardwareMall .Box4 .product li a {
    top: 120px;
  }


/* end新版周边服务2022 */

/* start七色米家电数码版PRO */

.JDSM .main {
    width: 1200px;
    margin: 0 auto;
  }

 .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .JDSM .disNone {
    display: none;
  }
  .JDSM .disBlock {
    display: block;
  }
  .JDSM {
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
    background-color: #fff;
  }

  .JDSM .banner {
    width: 100%;
    height: 730px;
    background: #fff url(https://www-1300910993.cos.ap-shanghai.myqcloud.com/images/jiadian-bg.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    padding-top: 110px;
    box-sizing: border-box;
  }

  .JDSM .banner .text {
    width: 60%;
    background: url(https://www-1300910993.cos.ap-shanghai.myqcloud.com/images/jiadian-bg2.png) no-repeat top right;
    background-size: 90px;
    background-position-x: 550px;
  }

  .JDSM .banner .text h2 {
    font-size: 50px;
    margin-bottom: 15px;
  }

  .JDSM .banner .text .subtit {
    font-size: 18px;
    color: #666;
  }

  .JDSM .words {
    font-size: 14px;
    color: #888;
    line-height: 2;
    margin-bottom: 50px;
  }

  .btnbox {
    position: relative;
  }

  .btnbox .btn {
    width: 170px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    text-align: center;
    padding: 0;
    display: inline-block;
    font-size: 16px;
    background: #666FE5;
    border-color: transparent;
    background-image: linear-gradient(to right, #5155FF, #5197FF);
    margin-right: 10px;
    transition: 0.4s;
    box-sizing: border-box;
    opacity: 1;
  }

  .btnbox .btn2 {
    position: absolute;
    top: 0;
    left: 185px;
    box-sizing: border-box;
    height: 50px;
    background: transparent;
    overflow: hidden;
    color: #666FE5;
    border-color: #666FE5;
    transition: 0.5s;
    z-index: 1;
  }
  .btnbox .btn:hover {
    border-radius: 16px;
  }
  .btnbox .btn2:hover{
    background-color: #fff;
    height: 240px;
  }
  .btnbox .ewmimg {
    position: absolute;
    top: 50px;
    left: 0px;
    width: 170px;
    height: 190px;
    border-top: none;
    overflow: hidden;
    box-sizing: border-box;
    opacity: 1;
    transition: 0.5s;
    text-align: center;
    line-height: 1.2;
  }

  .btnbox .ewmimg img {
    width: 90%;
  }

  .JDSM .bannerImg {
    width: 40%;
  }

  .JDSM .bannerImg img {
    width: 100%;
  }

  /* box2 */
  .JDSM .Box2{
    background: #fff;
  }
  .JDSM .boxTitle {
    text-align: center;
  }

  .JDSM .boxTitle h3 {
    font-size: 40px;
    margin-bottom: 20px;
  }

  .JDSM .boxTitle p {
    font-size: 16px;
    color: #888;
  }

  .JDSM .boximg {
    text-align: center;
  }

  .JDSM .boximg img {
    width: 90%;
  }

  .JDSM .Box3 {
    padding-top: 80px;
    padding-bottom: 40px;
    background: #fff;
  }

  .JDSM .conlist {
    width: 980px;
    margin: 0 auto;
  }

  .JDSM .conlist li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
    position: relative;
  }

  .JDSM .conlist .textBox {
    width: 40%;
  }

  .JDSM .conlist .imgBox {
    width: 50%;
  }

  .JDSM .conlist .textBox h4 {
    font-size: 32px;
    font-weight: 400;
  }

  .JDSM .conlist .textBox p {
    color: #888;
    margin: 20px 0 70px;
  }

  .JDSM .conlist .imgBox img {
    height: 320px;
    /* box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1); */
    filter: drop-shadow(0 3px 30px rgba(0, 0, 0, 0.08));
  }

  .JDSM .Box4 {
    background: #f3f4f9;
    padding: 80px 0 50px;
  }

  .JDSM .Box4 .boxTitle {
    margin-bottom: 40px;
  }

  .JDSM .caselist li {
    width: 30.5%;
    margin-bottom: 6%;
    cursor: default;
  }

  .JDSM .caseimg {
    width: 100%;
    height: 250px;
    border-radius: 10px;
    overflow: hidden;

  }

  .JDSM .caseimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
  }

  .JDSM .casetext {
    padding-top: 20px;
  }

  .JDSM .casetext .subtit {
    font-size: 12px;
    color: #aaa;
  }

  .JDSM .casetext h4 {
    font-size: 24px;
    padding: 5px 0 10px;
  }

  .JDSM .casetext .casedes {
    color: #888;
  }

  .JDSM .caseimg:hover img {
    transform: scale(1.05);
  }

  .JDSM .casetext:hover h4 {
    color: #666;
  }

/* end七色米家电数码版PRO */

/* start七色米连锁版2022 */

.Chain .banner{
    /* height: 750px; */
    background: #fff url(https://www-1300910993.cos.ap-shanghai.myqcloud.com/images/ls22/ls22-bj.jpg) no-repeat center;
    background-size: cover;
    padding-top: 0px;
}

.Chain .banner .text {
    width: 50%;
    background: none;
}

.Chain .banner .text h2 {
    font-size: 40px;
    font-weight: bold;
}

.Chain .words {
    font-size: 16px;
    color: #444;
    margin-bottom: 100px;
}

.Chain .bannerImg {
    width: 46%;
}
.Chain .btn {
    background-image: linear-gradient(to right, #5155FF, #5197FF); 
    margin-right: 10px;
    transition: 0.4s;
    border: none;
    opacity: 1;
    line-height: 50px;
  }

.Chain .btn2 {
    background-image: none;
    border: 1px solid transparent;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    background-image: linear-gradient(to right, #Fff, #fff), linear-gradient(to right, #5155FF, #5197FF);
  }
  .btnTc{
    text-align: center;
  }
  .btnTc .btn{
    margin-left: -170px;
  }
  .btnTc .btn2{
    left: 780px;
  }

.Chain .Box2{
    padding-bottom: 90px;
  }

.Chain .businessList li,
.solutionList1 li,
.solutionList2 li{
  width: 31.8%;
  position: relative;
  background-image: linear-gradient(to bottom, #F5F8FC, #FFFFFF);
  border: 2px solid #fff;
  border-radius: 10px;
  box-shadow: 0 6px 10px rgba(81, 85, 255, 0.1);
  box-sizing: border-box;
  padding: 55px 20px;
  text-align: center;
  margin-bottom: 60px;
  min-height: 230px;
}

.Chain .businessList li img{
  width: 80px;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.Chain .businessList h4{
  font-size: 24px;
}
.Chain .businessList li p{
  font-size: 14px;
  margin-top: 10px;
  color: #888;
}

.Chain .boxTitle,
.boxTitle{
  padding: 90px 0 60px;
  text-align: center;
}
.Chain .boxTitle h3,
.boxTitle h3{
  font-size: 36px;
  font-weight: bold;
}

.solutionTab{
  width: 100%;
  height: 700px;
  background: #000 url("https://www-1300910993.cos.ap-shanghai.myqcloud.com/images/ls22/hangye-01.jpg") no-repeat center;
  background-size: cover;
  color: #fff;
  padding: 100px 0;
  box-sizing: border-box;
}

.solutionTab .btn2{
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.solutionTab .btn2:hover{
  color: #5156FF;
}
.btn2 .ewmimg p{
  color: #666;
}
.solutionTab .tips{
  color: rgba(255, 255, 255, 0.65);
  margin-top: 10px;
}

.solLeft{
  width: 200px;
  height: 500px;
  background: rgba(255, 255, 255, 0.05);
  padding: 20px 0;
  box-sizing: border-box;
}
.solLeft li{
  position: relative;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 50px;
  padding: 0 30px;
  cursor: pointer;
  transition: all .4s;
}

.solLeft li:hover{
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 1);
}

.solLeft li:hover::after{
  display: block;
}

.solLeft li::after{
  content: "";
  display: none;
  height: 100%;
  width: 3px;
  background: #5156FF;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .4s;
}
.solLeft .solActive{
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 1);
  font-weight: bold;
  
}

.solLeft .solActive::after{
  display: block;
}

.solRight {
  width: 900px;
}

.solRight .boxTitle{
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  text-align: left;
  padding: 0;
}

.solRight ul{
  margin: 40px 0 35px;
  justify-content: left!important;
}

.solRight li{
  width: 31.8%;
  height: 135px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  padding: 25px;
  box-sizing: border-box;
  margin-bottom: 20px;
  margin-right: 20px;
}

.solRight li:nth-of-type(3n){
  margin-right: 0;
}

.solRight li img{
  width: 20px;
  margin-right: 6px;
  margin-bottom: -3px;
}
.solRight li span{
  font-size: 20px;
}
.solRight li p{
  color: rgba(255, 255, 255, .5);
  margin-top: 10px;
}

.Chain .Box3{
  padding-top: 0;
  background: #F5F6FA;
}

.Chain .conlist{
  width: 1200px;
}

.Chain .conlist .imgBox{
  width: 524px;
  height: 380px;
}

.Chain .conlist .imgBox img{
  width: 100%;
    height: 100%;
}

.Chain .conlist .textBox{
  width: 42%;
}

.Chain .Box4{
background: #fff;
padding-top: 0;
}

.Chain .businessList2 li{
  width: 48.5%;
  position: relative;
  background-image: linear-gradient(to bottom, #F5F8FC, #FFFFFF);
  border: 2px solid #fff;
  border-radius: 10px;
  box-shadow: 0 6px 10px rgba(81, 85, 255, 0.1);
  box-sizing: border-box;
  padding: 25px 30px;
  margin-bottom: 35px;
  min-height: 120px;
  display: flex;
  align-items: center;
}

.Chain .businessList2 li img{
  width: 80px;
  margin-right: 10px;
}
.Chain .businessList2 h4{
  font-size: 24px;
}
.Chain .businessList2 li p{
  font-size: 14px;
  margin-top: 5px;
  color: #888;
}

.Chain .Box4 .boxTitle{
  margin-bottom: 0;
}

/* end七色米连锁版2022 */

/* 体验弹窗2022str */
.cover .content {
      width: 960px;
      height: 480px;
      background: #fff url("https://www-1300910993.cos.ap-shanghai.myqcloud.com/images/expPopupBG.png") center no-repeat;
      /* background: #fff url("https://www-1300910993.cos.ap-shanghai.myqcloud.com/images/jiadian-bg.jpg") center no-repeat; */
      background-size: cover;
      border-radius: 15px;
      top: 16%;
    }

    .cover .content .title {
      border: none;
      box-sizing: border-box;
      padding: 30px 35px 25px;
      width: 100%;
      display: block;
      text-align: center;
    }

    .cover .content .title .title_text {
      font-size: 24px;
    }

    .cover .content .title .title_close {
      position: absolute;
      top: 22px;
      right: 28px;
      font-size: 28px;
      color: #bbb;

    }

    .cover .content .content_box {
      padding: 0 35px 25px;
      width: 100%;
      box-sizing: border-box;
    }

    .cover .content .content_box ul li {
      width: 24%;
      box-sizing: border-box;
      background-color: rgba(255, 255, 255, .1);
      backdrop-filter: blur(8px);
      border: none;
      border-radius: 10px;
      padding: 28px 20px;
      box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.05);
      position: relative;
    }

    .cover .content .content_box ul li img {
      width: 60px;
      height: 60px;
    }

    .cover .content .content_box ul li .label {
      font-size: 20px;
    }

    .cover .content .content_box ul li .relate {
      margin: 20px 0 30px;
      color: #888;
    }

    .cover .content .content_box ul li a {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      position: relative;
      width: 90px;
    }
    .cover .content .content_box ul li a .iconicon-test61{
      font-size: 18px;
      padding: 1px;
    }
    .cover .content .content_box ul li a .hengxian{
      margin-left: 0px;
      transition: 0.4s;
    }
    .cover .content .content_box ul li a .hengxian::after{
      content: "";
      display: block;
      width: 00px;
      height: 1px;
      background: #004ddd;
      position: absolute;
      top: 13.8px;
      right: 16px;
      transition: 0.4s;
    }
    .cover .content .content_box ul li:hover {
      background-color: #fff;
      box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.08);
      transform: scale(0.95);
    }
    .cover .content .content_box ul li:hover .hengxian::after{
      width: 10px!important;
    }
    .cover .content .content_box ul li:hover .hengxian{
      margin-left: 5px;
    }
    .cover .footer{
      color: #666;
    }
    .cover .footer a{
      position: relative;
    }
    .cover .footer a img{
      display: none;
      position: absolute;
      bottom: 20px;
      left: 0;
      margin-left: -50px;
      width: 140px;
      padding: 10px;
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
    }
    .cover .footer a:hover img{
      display:block;
    }
    .cover .content .new{
      position: absolute;
      top: 0;
      right: 0;
      background-color: #FF4F4F;
      color: #fff;
      border-radius: 0 10px 0 10px;
      padding: 0 10px;
    }
/* 体验弹窗2022end */

/* 体验弹窗2022连锁版本start */
.expPopupLs .content{
  width: 860px;
}
.expPopupLs .content .content_box{
  padding: 20px 60px;
}
.expPopupLs .content .content_box ul li{
  width: 49%;
  text-align: center;
}
.expPopupLs .content .content_box ul li .label{
  font-size: 24px;
  font-weight: bold;
  margin: 8px 0;
}
.expPopupLs .content .content_box ul li .sunmmary{
  font-size: 16px;
  color: #333;
}
.expPopupLs .content .content_box ul li a{
  display: block;
  margin: 0 auto;
  width: 200px;
  height: 46px;
  line-height: 46px;
  border: 1px solid #2167FF;
  border-radius: 5px;
  font-size: 16px;
}
.expPopupLs .content .content_box ul li:hover a{
  background-color: #2167FF;
  color: #fff;
}

/* 体验弹窗2022连锁版本end */

.erweima{
    position: relative;
    width: 400px;
    margin: 0 auto;
}
.erweima a{
  width: 48%;
  box-sizing: border-box;
}
.erweima img{
    display: none;
    position: absolute;
    top: 46px;
    left: 0;
    right: 0;
    margin: auto;
    width: 180px;
}
.erweima a:nth-child(1){
  position: relative;
}
.erweima a:nth-child(1):hover img{
    display: block;
}
.erweima a:nth-child(2){
  background: #fff;
  color: #333;
}
/* 方案咨询弹窗end */

/* 首页2022测试版 */
#canvas2022{
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.main2022 .content_box_2{
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(15px);
  border-radius: 10px;
  box-shadow: 10px 35px 65px rgba(14, 24, 150, 0.15);
  transition: 0.4s;
  padding: 70px 40px 55px;
  margin-bottom: 30px;
}
.main2022 .content_box_2:hover{
  background: rgba(255, 255, 255,1);
  /* transform: scale(0.995); */
}
.main2022 .content_box_2 .box_2{
  margin: 0;
}
.main2022 .content_box2A{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.main2022 .content_box_2A{
  width: 31.5%;
  box-sizing: border-box;
  display: block;
  padding-bottom: 15px;
  min-height: 660px;
}
.main2022 .content_box_2A .box_1{
  width: 100%;
  margin-right: 0;
}
.main2022 .content_box_2A .box_2{
  width: 100%;
}
.main2022 .content_box_2A .blueButton_borer_gray{
  width: auto;
}
.main2022 .content_box_2 .box_1 .button_group{
  margin-bottom: 8px;
}
.main2022 .blueButton{
  padding: 7px 30px;
}
.main2022 .button_input .text__input{
  height: 28px;
  border-radius: 4px 0 0 4px;
  /* border: 1px solid transparent; */
  border-right: none;
  transition: 0.4s;
}
.main2022 .button_input .text__input:focus,.main2022 .button_input .text__input:hover{
  box-shadow: 0px 0px 10px rgba(0,77,221,.4);
  border-color: #004DDD;
}
.main2022 .blueButton_borer_gray{
  border-color: transparent;
  background: rgba(255, 255, 255, 0.6);
}
.main2022 .blueButton_borer_gray:hover{
  border-color: #1D69FB;
}
.main2022 .content_box_1 .box .textBox{
  border-color: transparent;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(15px);
}

/* 首页2022正式版 */
.main2022A .content_box_2{
  background: rgba(255, 255, 255, 0.7);
  box-shadow: none;
}
.main2022A .content_box_2:hover{
  background: rgba(255, 255, 255,1);
  box-shadow: 0px 10px 35px rgba(10, 20, 100, 0.15);
}
/* end */

/* 插入更多门店版块 */
.moreStores{
  width: 100%;
  background: #fff url('https://www-1300910993.cos.ap-shanghai.myqcloud.com/images/bj-liansuo.jpg') no-repeat center;
  background-size: cover;
  padding: 90px 0;
  box-sizing: border-box;
}

.storeTit{
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 60px;
}

.storeList li{
  width: 48.5%;
  background: #fff;
  border-radius: 15px;
  padding: 36px 42px;
  box-sizing: border-box;
  text-align: center;
  transition: all .4s;
}

.storeList li:hover{
  box-shadow: 0 6px 30px rgba(81, 85, 255, 0.1);
}

.storeList li img{
  width: 55px;
  height: 55px;
}

.storeList li .label{
  font-size: 24px;
  font-weight: bold;
  margin: 12px 0 5px;
}

.storeList li .sunmmary{
  font-size: 16px;
  color: #333;
}

.storeList li .relate{
  font-size: 14px;
  color: #999;
  margin: 20px 0 50px;
}

.storeList li a{
  display: block;
  margin: 0 auto;
  width: 200px;
  height: 46px;
  line-height: 46px;
  border: 1px solid #2167FF;
  border-radius: 5px;
  font-size: 16px;
  color: #2167FF;
  transition: all .4s;
}

.storeList li a:hover{
  background: #2167FF;
  color: #fff;
}

/* end */

/* 解决方案2022.9 */

/* 公共+快消 */
.Solution{
  line-height: 1.5;
}

.Solution .banner{
  width: 100%;
  height: 500px;
  background: #fff url('https://www-1300910993.cos.ap-shanghai.myqcloud.com/images/solution-banner-kx.png') no-repeat center;
  background-size: 1920px 500px;
  text-align: center;
  padding-top: 170px;
  box-sizing: border-box;
}
.Solution .banner .text{
  display: inline-block;
}
.Solution .banner .title{
  position: relative;
  margin-bottom: 15px;
  font-size: 44px;
  line-height: 1.2;
  /* 转变为行内块元素 文字渐变才会生效 */
  display: inline-block;
  color: transparent;
  /* 打字效果 */
  /* overflow: hidden; */
  white-space: nowrap;
  animation: typing 1s steps(9, end) forwards;
  animation-delay:.2s;
  width: 0;
}
.Solution .banner .title::after{
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  background-color: #46BF83;
  position: absolute;
  top: 2px;
  right: -10px;
  animation: blink 1s steps(2,jump-none) infinite;
}
@keyframes typing {
      from { width: 0 }
      to { width: 100% }
    }

@keyframes blink {
  from { opacity: 0; }
  to { opacity: 1; }
}

.Solution .banner .title{
  background: linear-gradient(to right, #46BF83, #35DCB6);
  -webkit-background-clip: text;
}

.Solution .banner .btnbox{
  margin-top: 60px;
}

.Solution .Box2{
  padding-bottom: 60px;
}
.solutionList1 li,
.solutionList2 li{
    padding: 30px 18px 15px;
    height: 240px;
}
.solutionList1 li{
  width: 15%;
  margin-bottom: 0;
}
.solutionList2 li{
  margin-bottom: 25px;
}

.solutionList1 img,
.solutionList2 img{
  width: 48px;
  height: 48px;
}
.solutionList1 h4,
.solutionList2 h4{
  font-size: 22px;
  font-weight: normal;
  margin-top: 12px;
  margin-bottom: 8px;
}
.solutionList1 p,
.solutionList2 p{
  font-size: 14px;
  color: #999;
}

.Solution .Box3{
  background: #fff;
}

.iframeBox{
  width: 100%;
  /* height: 2050px; */
  overflow: hidden;
  background: #fff;
  position: relative;
}

.iframeBox .iframeContainer{
  width: 100%;
  height: 4150px;
  margin-top: -2120px;
}

@media screen and (min-width: 1921px){
.SolutionKX .iframeBox .iframeContainer{
  height: 4300px;
  margin-top: -2250px;
}
}

.CustomBox{
  width: 100%;
  height: 900px;
  background: #000 url('https://www-1300910993.cos.ap-shanghai.myqcloud.com/images/solution-dujiaBj.jpg') no-repeat center;
  background-size: cover;
  padding: 100px 0;
  box-sizing: border-box;
}
.CustomContainer{
  border-radius: 25px;
  overflow: hidden;
}
.CustomContainer ul{
  justify-content: center;
}
.CustomContainer li{
  position: relative;
  width: 33.3333333%;
  height: 685px;
  background: #fff;
  text-align: center;
  box-sizing: border-box;
  padding: 70px 45px 55px;
}
.CustomContainer li:nth-child(1){
  background-color: #516AFF;
  background-image: linear-gradient(to right, #5155FF,#5197FF);
  color: #fff;
}
.CustomContainer li:nth-child(1) .btn2{
  background: #fff;
  border-color: #fff;
  color: #515AFF;
}
.CustomContainer li:nth-child(2){
  border-right: 1px solid #eee;
}
.cusTit{
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
}
.cusTit h5{
  font-size: 32px;
}
.cusTit span{
  font-size: 12px;
  background: #FF4F4F;
  background-image: linear-gradient(to right, #FF4F4F,#FF7027);
  border-radius: 0 10px 0 10px;
  color: #fff;
  padding: 3px 6px;
  position: absolute;
  right: 0;
  top: -20px;
}
.CustomContainer p{
  font-size: 16px;
  min-height: 115px;
}
.CustomContainer .btn2{
  left: 50%;
  top: 10px;
  margin-left: -85px;
}
.cusImg{
  width: 300px;
  margin: 0 auto;
  margin-top: 180px;
}
.cusImg img{
  width: 100%;
}

/* 家电数码分支 */
.SolutionJDSM .banner{
    background-image: url('https://www-1300910993.cos.ap-shanghai.myqcloud.com/images/solution-banner-jd.png');
}
.SolutionJDSM .banner .title{
  background-image: linear-gradient(to right, #5155FF, #5197FF);
}
.SolutionJDSM .banner .title{
  animation: typing 1s steps(10, end) forwards;
  animation-delay:.2s;
}
.SolutionJDSM .banner .title::after{
  background-color: #5155FF;
}

.SolutionJDSM .solutionList1 li,
.SolutionJDSM .solutionList2 li{
  width: 24%;
  height: 260px;
}
.SolutionJDSM .iframeBox{
  height: 2550px;
}
.SolutionJDSM .iframeBox .iframeContainer{
  margin-top: -1540px;
}

/* 连锁版分支 */
.SolutionLS .banner{
    background-image: url('https://www-1300910993.cos.ap-shanghai.myqcloud.com/images/solution-banner-ls.png');
}
.SolutionLS .banner .title{
  background-image: linear-gradient(to right, #FF4678, #FF8F3B);
}
.SolutionLS .banner .title{
  animation: typing 1s steps(8, end) forwards;
  animation-delay:.2s;
}
.SolutionLS .banner .title::after{
  background-color: #FF4678;
}

.SolutionLS .iframeBox .iframeContainer{
  margin-top: -920px;
  height: 5670px;
}

/* 服装版分支 */
.SolutionFZ .banner{
    background-image: url('https://www-1300910993.cos.ap-shanghai.myqcloud.com/images/solution-banner-fz.png');
}
.SolutionFZ .banner .title{
  background-image: linear-gradient(to right, #743DD8, #E665FF);
}
.SolutionFZ .banner .title{
  animation: typing 1s steps(10, end) forwards;
  animation-delay:.2s;
}
.SolutionFZ .banner .title::after{
  background-color: #743DD8;
}

/* 五金建材版分支 */
.SolutionWJJC .banner{
    background-image: url('https://www-1300910993.cos.ap-shanghai.myqcloud.com/images/solution-banner-wj.png');
}
.SolutionWJJC .banner .title{
  background-image: linear-gradient(to right, #FE6913, #FF8F3B);
}
.SolutionWJJC .banner .title{
  animation: typing 1s steps(10, end) forwards;
  animation-delay:.2s;
}
.SolutionWJJC .banner .title::after{
  background-color: #FE6913;
}
/* end */

/* banner2022.10 */
.bannerBox{
  width: 100%;
  line-height: 1.2;
  margin-top: -80px;
}
.bannerCon{
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 100%;
}
.bannerBox li{
  background-color: #fff;
  height: 760px;
  overflow: hidden;
  position: relative;
}
.bjBox{
  position: absolute;
  top: 0;
  left: 0;
  background: #F4F8FF;
  height: 100%;
  width: 45%;
}
.bannerCon .textBox{
  width: 50%;
}
.engTex{
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 5px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  margin-bottom: 40px;
}
.bannerCon .textBox h2{
  font-size: 42px;
}
.bannerCon .textBox .subtit{
  font-size: 16px;
  margin-bottom: 70px;
  margin-top: 30px;
  line-height: 1.5;
}
.bannerBtn{
  display: block;
  width: 170px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #5756D6 linear-gradient(to right,#5155FF,#5197FF);
  font-size: 16px;
  color: #fff;
  border-radius: 5px;
}
.bannerBtn:hover{
  opacity: 0.8;
  color: #fff;
}
.phone{
  font-size: 14px;
  margin-top: 10px;
}
.phone span{
  font-weight: bold;
}
.bannerCon .imgBox{
  /* width: 50%; */
  position: relative;
  text-align: center;
}
.bannerCon .imgBox .imgA{
  position: relative;
  width: 540px;
}
.bannerCon .imgBox img{
  width: 100%;
  position: absolute;
}
.bannerCon .imgBox img:nth-of-type(1){
  position: relative;
}
.bannerCon .imgBox img:nth-of-type(2){
  width: 160px;
  top: 40px;
  left: -75px;
}
.bannerCon .imgBox img:nth-of-type(3){
  width: 135px;
  bottom: -40px;
  right: -30px;
}
.bannerIocn{
  transition: 0.3s linear;
}
.bannerIocn li{
  background: #ccc;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  position: absolute;
  background-size: 100%;
  transition: 0.3s linear;
}
.bannerIocn li:nth-child(1){
  background: url('https://www-1300910993.cos.ap-shanghai.myqcloud.com/images/banner1-frm.png') no-repeat center;
  background-size: 100%;
  top: -30px;
  left: 270px;
}
.bannerIocn li:nth-child(2){
  background: url('https://www-1300910993.cos.ap-shanghai.myqcloud.com/images/banner1-xcx.png') no-repeat center;
  background-size: 100%;
  bottom: 25px;
  left: 55px;
}
.bannerIocn li:nth-child(3){
  background: url('https://www-1300910993.cos.ap-shanghai.myqcloud.com/images/banner1-yj.png') no-repeat center;
  background-size: 100%;
  right: 130px;
  bottom: -30px;
}

.banner02 .bannerCon .imgBox img:nth-of-type(2){
  width: 160px;
  bottom: -40px;
  right: -30px;
  top: initial;
  left: initial;
}

.banner02 .bannerIocn li:nth-child(1){
  background: url('https://www-1300910993.cos.ap-shanghai.myqcloud.com/images/icon-erp.png') no-repeat center;
  background-size: 100%;
  top: -30px;
  left: 270px;
}
.banner02 .bannerIocn li:nth-child(2){
  background: url('https://www-1300910993.cos.ap-shanghai.myqcloud.com/images/icon-kx.png') no-repeat center;
  background-size: 100%;
  top: 165px;
  right: 100px;
  bottom: initial;
  left: initial;
}
.banner02 .bannerIocn li:nth-child(3){
  background: url('https://www-1300910993.cos.ap-shanghai.myqcloud.com/images/icon-jxc.png') no-repeat center;
  background-size: 100%;
  bottom: 190px;
  left: -30px;
}
.banner02 .bannerIocn li:nth-child(4){
  background: url('https://www-1300910993.cos.ap-shanghai.myqcloud.com/images/icon-liansuo.png') no-repeat center;
  background-size: 100%;
  bottom: -30px;
  left: 165px;
}
.banner01 .bjBox{
  background: #F4F8FF;
}
.banner02 .bjBox{
  background: #F4FDFF;
}
.banner03 .bjBox{
  background: #FBF8F1;
}
.banner03 .bannerCon .imgBox img:nth-of-type(2){
  width: 160px;
  bottom: -40px;
  left: -80px;
  top: initial;
}
.banner03 .bannerCon .imgBox img:nth-of-type(3){
  width: 160px;
  bottom: -40px;
  right: -80px;
  top: initial;
  left: initial;
}

.banner03 .bannerIocn li{
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  box-sizing: border-box;
  padding: 10px;
}
.banner03 .bannerIocn li:nth-child(1){
  background: #004ddd linear-gradient(45deg, #3764F5,#6488FE);
  top: -30px;
  left: -30px;
}
.banner03 .bannerIocn li:nth-child(2){
  background: #004ddd linear-gradient(45deg, #1BD195,#33ECAF);
  top: 65px;
  left: initial;
  right: 50px;
  bottom: initial;
}
.banner03 .bannerIocn li:nth-child(3){
  background: #004ddd linear-gradient(45deg, #FFA301,#FFBD00);
  top: initial;
  left: 235px;
  bottom: -30px;
}
.banner03 .ttt{
  font-size: 20px;
  margin-top: 20px;
}
.banner03 .subtit span{
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  margin-right: 10px;
  padding: 5px 15px;
  font-size: 14px;
}

.banner04 .bjBox{
  background: #F6F3FF;
}
.banner04 .bannerCon .imgBox img:nth-of-type(2){
  width: 150px;
  bottom: -40px;
  left: -80px;
  top: initial;
}
.banner04 .bannerCon .imgBox img:nth-of-type(3){
  width: 280px;
  bottom: -64px;
  right: -80px;
  top: initial;
  left: initial;
}
.banner04 .bannerIocn li{
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  box-sizing: border-box;
  padding: 10px;
}
.banner04 .bannerIocn li:nth-child(1){
  background: #004ddd linear-gradient(45deg, #3764F5,#6488FE);
  top: -30px;
  left: 280px;
}
.banner04 .bannerIocn li:nth-child(2){
  background: #004ddd linear-gradient(45deg, #1BD195,#33ECAF);
  top: 235px;
  left: 40px;
  right: initial;
  bottom: initial;
}
.banner04 .bannerIocn li:nth-child(3){
  background: #004ddd linear-gradient(45deg, #FFA301,#FFBD00);
  top: initial;
  left: 330px;
  bottom: 15px;
}

.hide {
	opacity: 0;
}

.swiper-button-prev,
.swiper-button-next {
	transition: .3s;
	outline: none;
}
/* banner end */

/* 七色米定制 */
.DZ .banner{
    height: 720px;
    background: #fff url(https://www-1300910993.cos.ap-shanghai.myqcloud.com/images/dzBannerBJ.jpg) no-repeat center;
    background-size: cover;
    padding-top: 0px;
}

.DZ .banner .text {
    position: relative;
    width: 50%;
    background: none;
}
.dzTip{
  position: absolute;
  top: -32px;
  left: 0;
  background: #FF544D linear-gradient(to right, #FF4F4F, #FFA734);
  color: #fff;
  border-radius: 0 15px 0 15px;
  padding: 4px 15px;
  font-size: 16px;
}

.DZ .banner .text h2 {
    font-size: 42px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 25px;
}

.DZ .words {
    font-size: 16px;
    color: #666;
    margin-bottom: 80px;
}

.DZ .bannerImg {
    width: 44%;
}

.DZ .btnbox .btn{
  border: none;
}

.DZ .boxTitle h3{
  font-size: 36px;
  margin-bottom: 10px;
}
.DZ .boxTitle p{
  color: #666;
}

.DZ .Box2{
  padding-bottom: 60px;
}
.DZList{
  position: relative;
}
.DZList li{
  position: relative;
  width: 25%;
  height: 280px;
  text-align: center;
  border: 1px solid #eee;
  box-sizing: border-box;
  padding: 30px 35px;
  border-color: transparent #eee #eee transparent;
  cursor: default;
}

.DZList li:last-of-type{
  width: 50%;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.DZList li:nth-of-type(4n){
  border-right-color: transparent;
}
.DZList li:nth-of-type(9),
.DZList li:nth-of-type(10){
  border-bottom-color: transparent;
}

.DZList li .listImg{
  width: 76px;
  height: 76px;
  margin: 0 auto;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 4px 10px rgba(117, 119, 222, 0.1);
  background: linear-gradient(180deg, #F5F8FC, #ffffff);
  display: flex;
  justify-content: center;
  align-items: center;
}

.DZList li .listImg img{
  width: 46px;
  margin-left: 5px;
}
.DZList li .listText h4{
  font-size: 18px;
  font-weight: bold;
  margin: 18px 0 12px;
}
.DZList li .listText p{
  font-size: 14px;
  color: #999;
}

.DZList li .btnbox{
  margin: 60px 0 10px;
}

.DZList  .listMask{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  height: 280px;
  background: #fff;
  box-shadow: 0 0 20px rgba(35, 36, 90, 0.15);
  z-index: -10;
  transition: .3s;
}

.DZ .Box3{
    /* height: 750px; */
    background: #000 url(https://www-1300910993.cos.ap-shanghai.myqcloud.com/images/dzYoshiBJ.jpg) no-repeat center;
    background-size: cover;
    padding: 0;
    padding-bottom: 100px;
}
.DZ .Box3 .boxTitle{
  color: #fff;
}

.DZ .listYoushi{
  position: relative;
}

.DZ .listYoushi li{
  position: relative;
  text-align: center;
  background: #BFE0FF;
  width: 23.5%;
  height: 345px;
  border-radius: 10px;
  z-index: 2;
  overflow: hidden;
}

.DZ .listYoushi li:hover{
  background-color: transparent;
  transition: .8s;
}


.DZ .listYoushi .imgBox{
  width: 200px;
  height: 200px;
  margin: 0 auto;
  margin-top: 22px;
}
.DZ .listYoushi .imgBox img{
  width: 100%;
}
.DZ .listYoushi .textBox h4{
  font-size: 20px;
  margin-top: 40px;
}
.DZ .listYoushi .textBox p{
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}

.DZ  .listMask2{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 23.5%;
  height: 345px;
  background: #fff;
  box-shadow: 0 0 20px rgba(35, 36, 90, 0.15);
  border-radius: 10px;
  z-index: 1;
  transition: .3s;
}

.DZ .Box4{
  background: #fff;
  padding: 0;
  padding-bottom: 80px;
}

.DZ .Box4 .boxTitle{
  margin-bottom: 0;
}

.DZ .listLiucheng li{
  position: relative;
  width: 140px;
  height: 160px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(117, 119, 222, 0.1);
  background: linear-gradient(180deg, #F5F8FC, #ffffff);
  border-radius: 10px;
  padding: 25px 30px;
  box-sizing: border-box;
}
.DZ .listLiucheng li h4{
  font-size: 18px;
}
.DZ .listLiucheng li::before{
  position: absolute;
  right: -34px;
  top: 60px;
  font-size: 32px;
  color: #D6DBEA;
}
/* 七色米定制end */

/* 七色米AI */
.AI{
  line-height: 1.3;
  background: #fff;
}
.AI .banner{
    width: 100%;
    height: 100vh;
    /* background: url(images/AI-bg.png) no-repeat center 100%; */
    background-size: cover;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.AI .banner .main{
  position: relative;
  z-index: 1;
}
.AI .banner::before{
  content: "";
  background: conic-gradient(from 180deg at 50% 50%, #F5F1F2 -38deg, #F3E9F1 41deg, #DCF6FF 136deg, #D2E8FE 219deg, #F5F1F2 322deg, #F3E9F1 401deg);
  /* background: linear-gradient(90deg, #C8E2FD 15%, #EBFDF7 32%, #FFFFFF 50%, rgba(247, 221, 234, 0.8) 70%, #FFF7DB 89%); */
  /* background-position: -50px; */
  position: absolute;
  inset: -80% -20%;
  /* filter: blur(10px); */
  animation: rotate 20s linear infinite;
}
.AI .banner::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12%;
  margin-left: -20%;
  width: 40%;
  height: 40%;
  background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  filter: blur(10px);
}
.AI-logo{
    width: 120px;
    margin-bottom: 48px;
    padding-top: 195px;
}
.AI .text{
    font-weight: bold;
}
.AI .words{
    margin: 24px 0 48px;
}
.AI .writeText{
    color: transparent;
    background-image: linear-gradient(90deg, #03F9E1 0%, #0B6AFE 25%, #FF5293 70%, #FFD647 100%);
    background-clip: text;
    -webkit-background-clip: text;
}

.typed-cursor{
    position: relative;
    /* background: #004DDD; */
    /* background: linear-gradient(270deg, #5197FF 0%, #5155FF 100%); */
    /* background-clip: text; */
    font-weight: bold;
    opacity: 1;
    -webkit-animation: AIblink 0.7s infinite;
    -moz-animation: AIblink 0.7s infinite;
    animation: AIblink 0.7s infinite;
}
.typed-cursor img{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 25px;
}
@keyframes AIblink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes AIblink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes AIblink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
.topList{
    margin-top: 100px;
}
.topList .list{
  position: relative;
  width: 23.5%;
  height: 210px;
  background-color: #fff;
  border-radius: 20px;
  box-sizing: border-box;
  text-align: left;
  padding: 20px 24px;
  transition: .4s;
  color: #333;
  overflow: hidden;
}
.topList .list .con{
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: default;
}
.topList .list img{
    width: 56px;
    height: 56px;
}
.topList .list .tit{
    font-size: 22px;
    font-weight: 600;
    margin: 10px 0;
}
.topList .list .subtit{
    font-size: 16px;
}
.topList .list:hover{
    box-shadow: 0px 6px 10px 0px rgba(81, 85, 255, 0.15);
}
.topList .list::before{
  content: "";
  display: block;
  position: absolute;
  width: 140%;
  height: 180%;
  left: 50%;
  top: 50%;
  margin-left: -70%;
  margin-top: -68%;
  background-color: #fff;
  opacity: 0;
  transition: .4s;
}
.topList .list::after{
  content: "";
  display: block;
  position: absolute;
  inset: 3px;
  background: linear-gradient(180deg, #F5F8FC, #FFFFFF);
  background-color: #fff;
  border-radius: 18px;
}

@keyframes rotate{
  from{
    transform: rotate(0deg);
  }
  to{
    transform: rotate(360deg);
  }
}

.topList .list:hover::before{
    opacity: 1;
    background-image: linear-gradient(90deg,#5ddcff, #3c67e3 43%, #4e00c2);
    background-image: linear-gradient(90deg, #03F9E1 0%, #0B6AFE 25%, #FF5293 70%, #FFD647 100%);
    animation: rotate 3s linear infinite;
}

.AI .Box2{
  background: #fff;
  padding-top: 140px;
}
.AI .Box2 li{
  padding-bottom: 140px;
}
.AI .Box2 .title{
  font-weight: 600;
}
.AI .Box2 .subtit{
  margin: 24px 0 56px;
}
.AI .Box2 .textBox{
  width: 380px;
}
.btnbox .btnBorder{
  background: #fff;
  color: #666FE5;
  border: 2px solid #666FE5;
  box-sizing: border-box;
}
.btnbox .btnBorder:hover{
  background-image: linear-gradient(to right, #5155FF, #5197FF);
  color: #fff;
  border-color: transparent;
  border-right-width: 0;
  border-left-width: 0;
}
.AI .Box2 .videoBox{
  width: 650px;
  height: 500px;
  /* background-color: #ccc; */
  border-radius: 25px;
}

.AI .Box3{
  width: 100%;
  height: 500px;
  background: url(https://www-1300910993.cos.ap-shanghai.myqcloud.com/images/webAi/Ai-box3bg.png) no-repeat center;
  background-size: cover;
  text-align: center;
  box-sizing: border-box;
  color: #fff;
}
.AI .Box3 .title{
  font-weight: 600;
}
.AI .Box3 .subtit{
  max-width: 750px;
  margin: 40px auto 50px;
}
.btnbox .btnWhite{
  background: #fff;
  color: #666FE5;
}
.AI .Box4 .title{
  font-weight: 600;
  text-align: center;
  padding-top: 140px;
}
.AI .box4List{
  margin-top: 50px;
}
.AI .box4List .list {
  height: 350px;
  box-shadow: 0px 6px 10px 0px rgba(81, 85, 255, 0.15);
}
.AI .box4List .list .tit{
  margin: 20px 0;
}
.AI .box4List .list .subtit{
  margin-bottom: 8px;
  color: #666;
}
.AI .box4List .list::before{
  content: "";
  width: 160%;
  height: 160%;
  left: 50%;
  top: 50%;
  margin-left: -80%;
  margin-top: -100%;
}

.AI .Box5 .card{
  margin-top: 140px;
  margin-bottom: 140px;
  padding: 40px 60px;
  box-sizing: border-box;
  background: linear-gradient(270deg, #5197FF 0%, #5155FF 100%);
  color: #fff;
  border-radius: 25px;
}
.AI .Box5 .title{
  font-weight: bold;
}
.AI .Box5 .ewm{
  text-align: center;
}
.AI .Box5 .ewm img{
  width: 180px;
}
.shubiao{
  width: 32px;
  height: 32px;
  margin: 0 auto;
  position: absolute;
  bottom: 32px;
  left: 50%;
  margin-left: -16px;
  animation: shubiaoMove 1s linear alternate infinite;
}

@keyframes shubiaoMove{
  from{
    bottom: 32px;
  }
  to{
    bottom: 48px;
  }
}

@media screen and (max-height: 920px) {
  .AI .banner{
    height: auto;
  }
  .shubiao{
    display: none;
  }
  .topList{
    margin-bottom: 100px;
  }
}
.AIjuece .jueceTit{
            padding-top: 100px;
        }
        .jueceTit .subtit{
            font-size: 24px;
            background: linear-gradient(89deg, #03F9E1 0%, #0B6AFE 24%, #FF5293 70%, #FFD647 99%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-fill-color: transparent;
            display: inline;
        }
        .jueceTit h2{
            font-size: 36px;
            font-weight: 700;
            color: #333;
            margin: 8px 0 24px;
        }
        .jueceTit .titcon{
            font-size: 16px;
        }
        .jueceImg{
            width: 100%;
            max-width: 1200px;
            border-radius: 16px;
            overflow: hidden;
            margin-top: 40px;
        }
        .jueceImg img{
            width: 100%;
        }
/* 七色米AI end */