/* <style> */
  body {
    background-color: #F8F8F8;
  }

  a {

    text-decoration: none !important;
    /* 去除默认的下划线 */

    color: #000;
    /* 去除默认的颜色和点击后变化的颜色 */

  }

  /* 导航栏 */
  .el-header {
    padding: 0;
    background: #fff;
  }

  .el-menu.el-menu--horizontal {
    border: 0;
  }

  .el-menu {
    width: 100%;
    height: 60px;
  }

  .menu-wrap{
    width: 1240px;
    margin: 0 auto;
  }
  @media screen and (max-width: 1240px) {
    .menu-wrap {
      width: 100%;
    }
  }

  .logo {
    /* margin-left: 120px; */
    width: 136px;
    height: 32px;
    transform: translateY(50%);
  }

  .home {
    height: 64px;
    font-size: 16px;
    font-family: PingFang, PingFang-Bold;
    font-weight: 700;
    text-align: left;
    /* color: #222222; */
  }



  .about,
  .demo_nav,
  .callme {
    height: 64px;
    font-size: 16px;
    font-family: PingFang, PingFang-Bold;
    font-weight: 700;
    text-align: left;
    /* color: #222222; */
  }

  .callme_btn {
    margin: auto;
    width: 110px;
    height: 32px;
    background: #ff6510;
    border-radius: 2px;
    margin-top: 16px;
    font-size: 16px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 32px;
    text-align: center;
  }

  /* 主页内容 */
  .el-main {
    padding: 0;
  }

  .banner {
    max-width: 100%;
    min-width: 100%;
    max-height: 100%;
    min-height: 100%;
    /* height: 500px; */
    object-fit: cover;
    object-position: center;
    cursor: pointer;
  }

  .product {
    margin-top: 60px;
  }

  .title {
    font-size: 36px;
    font-family: PingFang, PingFang-Heavy;
    font-weight: 800;
    text-align: left;
    color: #222222;
    line-height: 50px;


  }
  .title > a{
      font-size: 36px;
    }

  .title_line {
    font-size: 24px;
    font-family: PingFang, PingFang-Bold;
    font-weight: 700;
    text-align: center;
    color: #ff8440;
    line-height: 33px;
    width: 40px;
    height: 4px;
    background: #ee5500;
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .product_name {

    font-size: 24px;
    font-family: PingFang, PingFang-Bold;
    font-weight: 700;
    color: #222222;
    width: 240px;
    text-align: center;
    margin-bottom: 12px;
    cursor: pointer;
  }

  .product_name_select {
    font-size: 24px;
    font-family: PingFang, PingFang-Bold;
    font-weight: 700;
    cursor: pointer;
    width: 240px;
    text-align: center;
    padding-bottom: 12px;
    color: rgba(255, 101, 16, 0.80);
    border-bottom: 3px solid rgba(255, 101, 16, 0.80);
  }

  .product_line {
    width: 1200px;
    height: 3px;
    background: rgba(255, 101, 16, 0.30);
    margin: auto;
    margin-top: -3px;
  }

  .demo {
    margin-top: 20px;
    margin-bottom: 48px;
    width: 1200px;
  }

  .solution,
  .service,
  .advantage {
    width: 100%;
    background-color: #fff;
    padding-top: 60px;
  }
  .service{
    padding-bottom: 70px;
  }
  .bestWorks {
    width: 1200px;
    margin: auto;
    margin-top: 60px;
    padding-bottom: 70px;
  }

  .bestWorks_banner {
    width: 900px;
    height: 364px;
  }

  #app .el-carousel__arrow {
    /* background-color: rgba(255, 101, 16, 0); */
    background: transparent;
    border: 1px solid #FD782D;
  }

  #app .el-carousel__arrow:hover {
    /* background-color: hsl(21, 100%, 80%); */
    /* transform: scale(1.2);
    transform-origin: center center;
    transition: transform .2s; */
  }

  .el-icon-arrow-right,
  .el-icon-arrow-left {
    color: #FD782D;
  }

  .advantage{
    padding-bottom: 60px;
  }
  .cooperation {
    margin-top: 60px;
    padding-bottom: 74px;


  }

  .partner {
    width: 100%;
    height: 790px;
    background-image: url('./static/img/callMe.png');
    box-sizing: border-box;
    padding-top: 60px;
  }

  .hint {
    font-size: 14px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: center;
    color: #222222;
    line-height: 20px;
  }

  .call_me_box {
    /* width: 694px; */
    width: 1200px;
    margin: auto;
    margin-top: 48px;
  }

  .map_img {
    width: 1200px;
  }

  .detail_msg {
    /* width: 694px; */
    width: 1200px;
    height: 216px;
    background-color: #fff;
  }

  .site {
    font-size: 24px;
    font-family: PingFang, PingFang-Bold;
    font-weight: 700;
    text-align: left;
    color: #222222;
    line-height: 33px;
    margin-bottom: 4px;
  }

  .detail_msg {
    box-sizing: border-box;
    padding: 37px 35px;
  }

  .msg {
    font-size: 14px;
    font-family: PingFang, PingFang-Bold;
    font-weight: 500;
    text-align: left;
    color: #666666;
    line-height: 34px;
  }

  .key {
    font-size: 14px;
    font-family: PingFang, PingFang-Bold;
    font-weight: 700;
    text-align: left;
    color: #666666;
    line-height: 34px;
    margin-right: 10px;
  }

  /* 脚部 */
  .el-footer {
    padding: 0;
  }

  .footer {
    width: 100%;
    height: 77px;
    box-sizing: border-box;
    /* padding-top: 50px; */
    background: #242930;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .foot_item:nth-child(1) {
    width: 172px;
  }

  .foot_item:nth-child(2) {
    width: 228px;
  }

  .foot_item:nth-child(3) {
    width: 152px;
  }

  .foot_item:nth-child(4) {
    width: 486px;
  }

  .foot_title {
    font-size: 16px;
    font-family: PingFang, PingFang-Bold;
    font-weight: 700;
    text-align: left;
    color: #ffffff;
    line-height: 22px;
    margin-bottom: 38px;
  }

  .foot_value {
    opacity: 0.6;
    font-size: 14px;
    font-family: PingFang, PingFang-Medium;
    font-weight: 500;
    text-align: left;
    color: #ffffff;
    line-height: 20px;
    /* margin-bottom: 20px; */
  }

  .scan_code {
    margin-top: 20px;
    opacity: 0.6;
    font-size: 14px;
    font-family: PingFang, PingFang-Medium;
    font-weight: 500;
    text-align: left;
    color: #ffffff;
    line-height: 20px;
  }

  .qr_code_bt {
    width: 160px;
    height: 160px;
    cursor: pointer;
  }

  .qr_code_card {
    width: 300px;
    height: 300px;
  }

  /* 头部修改 */
  .el-header .el-menu .el-menu-item:first-child {
    background-color: #fff !important;
    cursor: default;
  }

  .menu-wrap .el-menu-item{
    margin-right: 30px !important;
  }
  
  .el-submenu {
    margin-left: 30px !important;
  }

  .el-menu--popup-bottom-start .el-menu-item {
    margin-left: 0 !important;
  }

  .el-submenu__title {
    height: 64px !important;
    font-size: 16px !important;
    font-family: PingFang, PingFang-Bold !important;
    font-weight: 700 !important;
    text-align: left !important;
  }
/* </style> */
/* <style> */
  .SCRM{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0 48px;
  }
.SCRM_item{
  width: 386px;
  height: 300px;
  background: #ffffff;
  box-shadow: 0px 2px 20px 0px rgba(203,203,203,0.50); 
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.SCRM_item:nth-child(2){
  margin: 0 21px;
}

/* </style> */
/* <!-- 智慧门店样式 --> */
/* <style> */
  .shop{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0 48px;
  }
.shop_item{
  width: 285px;
  height: 300px;
  background: #ffffff;
  box-shadow: 0px 2px 20px 0px rgba(203,203,203,0.50); 
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  
}
.shop_item:nth-child(2){
  margin: 0 20px;
}
.shop_item:nth-child(3){
  margin: 0 20px 0 0;
}
.shop_title{
    min-width: 80px;
    height: 28px;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    color: #222222;
    line-height: 28px;
    margin-bottom: 12px;
  }
  .shop_content{
    width: 234px;
    height: 48px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #666666;
    line-height: 24px;
  }


/* </style> */
/* <!-- HIS系统 --> */
/* <style> */
  .HIS{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0 48px;
  }
.HIS_item{
  width: 224px;
  height: 300px;
  background: #ffffff;
  box-shadow: 0px 2px 20px 0px rgba(203,203,203,0.50); 
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  
}
.HIS_item:nth-child(2){
  margin: 0 20px;
}
.HIS_item:nth-child(4){
  margin: 0 20px ;
}
.HIS_title{
    min-width: 120px;
    height: 28px;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    color: #222222;
    line-height: 28px;
    margin-bottom: 12px;
  }
  .HIS_content{
    width: 178px;
    height: 72px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #666666;
    line-height: 24px;
  }


/* </style>
<!-- 商业智能BI -->
<style> */
  .BI{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0 48px;
  }
.BI_item{
  width: 590px;
  height: 300px;
  background: #ffffff;
  box-shadow: 0px 2px 20px 0px rgba(203,203,203,0.50); 
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  
}
.BI_item:nth-child(2){
  margin: 0 0 0 20px;
}

.BI_title{
    min-width: 163px;
    height: 28px;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    color: #222222;
    line-height: 28px;
    margin-bottom: 12px;
  }
  .BI_content{
    width: 372px;
    height: 72px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #666666;
    line-height: 24px;
  }


/* </style>
<!-- 定制开发 -->
<style> */
  .exploit{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0 48px;
  }
.exploit_item{
  width: 285px;
  height: 300px;
  background: #ffffff;
  box-shadow: 0px 2px 20px 0px rgba(203,203,203,0.50); 
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  
}
.exploit_item:nth-child(2){
  margin: 0 20px;
}
.exploit_item:nth-child(3){
  margin: 0  20px 0 0;
}

.exploit_title{
    min-width: 120px;
    height: 28px;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    color: #222222;
    line-height: 28px;
    margin-bottom: 12px;
  }
  .exploit_content{
    width: 234px;
    height: 72px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #666666;
    line-height: 24px;
  }


/* </style>
<!-- 核心产品公共样式 -->
<style> */
.SCRM_img{
  width: 70px;
  height: 70px;
  margin-bottom: 29px;
}
  .title{
    /* width: 250px; */
    height: 28px;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    color: #222222;
    line-height: 28px;
    margin-bottom: 12px;
  }
  .content{
    width: 336px;
    height: 48px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #666666;
    line-height: 24px;
  }
  .more{
    display: flex;
    align-items: center;
    margin-top: 19px;
  }
  .more.hide{
    opacity: 0;
  }
  .more_text{
    width: 48px;
    height: 24px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    color: #ee5500;
    line-height: 28px;
  }
  .more_img{
    margin-left: 8px;
    width: 5px;
    height: 9px;
  }
/* </style>

<!-- 解决方案 -->
<style> */
  .solution{
    padding-bottom: 70px;
  }
  .solution_item{
    width: 285px; 
    height: 390px;
    margin-right: 20px;
     background-color: #f9f9f9;
  }
  .solution_img{
    height: 180px; 
    object-fit: contain;
    margin-bottom: 30px;
  }
  .solution_title{
    font-size: 24px; 
     max-width: 153px;
      text-align: left;
       color: #222222; 
       line-height: 33px;
        font-weight: 800; 
     padding-left: 30px;
     margin-bottom: 9px;
  }
  .solution_content{
    font-size: 14px; 
    text-align: left; 
    color: #666666;
     line-height: 24px; 
    font-weight: 400; 
    padding:0 17px 0 30px;
  }
/* </style>

<!-- 火熊优势 -->
<style> */
   .hx_advantage{
    width: 224px;
    height: 320px;
    background: #FFFFFF;
    box-shadow: 0px 2px 20px 0px rgba(203, 203, 203, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 20px;

  }
  .hx_advantage_Img{
    width: 68px;
    height: 68px;
    object-fit: contain;

  }
  .hx_advantage_Title{
    /* width: 250px; */
    height: 28px;
    font-size: 24px;
    font-family: PingFang-SC-Heavy, PingFang-SC;
    font-weight: 800;
    color: #222222;
    line-height: 33px;
    margin: 35px 0 20px;
  }
  .hx_advantage_Content{
    width: 164px;
    height: 48px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
  }
/* </style>

<!-- 项目合作流程 -->
<style> */
    .flow{
    /* width: 192px; */
    height: 33px;
    font-size: 24px;
    font-family: PingFang, PingFang-Bold;
    font-weight: 700;
    text-align: center;
    color: #222222;
    line-height: 33px;
  }
  .flowUl{
    width: 208px;
    height: 200px;
    margin-top: 30px;
    background: #ffffff;
    padding: 30px 0;
  }

  .flowText{
    width: 128px;
    height: 40px;
    background: #ffede4;
    border-radius: 4px;
    font-size: 16px;
    color: #222222;
    font-weight: 400;
    margin:0 40px 10px 40px;
    line-height: 40px;

  }
  .flowBox{
    width: 1200px;
    height: 280px;
    background: #FFFFFF;
    box-shadow: 0px 2px 20px 0px rgba(203, 203, 203, 0.5);
    margin: 41px 0 ;
  }
  .flowBuyItem{
    width: 298px;
  }
  .flowBoxTitle{
    /* width: 98px; */
    height: 28px;
    font-size: 20px;
    font-family: PingFang-SC-Heavy, PingFang-SC;
    font-weight: 800;
    color: #222222;
    line-height: 28px;
    margin-top: 40px;
  }
  .shuBox{
    position: relative;
    /* width: 2px; */
    height: 281px;
    border-left: 1px solid #F0F0F0;
  }
  .flowBoxImg{
    position: absolute;
    top: 120px;
    left: -17px;
  }
/* </style>

<style> */
   .hint {
    font-size: 14px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: center;
    color: #222222;
    line-height: 20px;
  }

  .call_me_box {
    /* width: 694px; */
    width: 1200px;
    margin: auto;
    margin-top: 48px;
  }

  .map_img {
    width: 1200px;
  }

  .detail_msg {
    /* width: 694px; */
    width: 1200px;
    height: 216px;
    background-color: #fff;
  }

  .site {
    font-size: 24px;
    font-family: PingFang, PingFang-Bold;
    font-weight: 700;
    text-align: left;
    color: #222222;
    line-height: 33px;
    margin-bottom: 4px;
  }

  .detail_msg {
    box-sizing: border-box;
    padding: 37px 35px;
  }

  .msg {
    font-size: 14px;
    font-family: PingFang, PingFang-Bold;
    font-weight: 500;
    text-align: left;
    color: #666666;
    line-height: 34px;
  }

  .key {
    font-size: 14px;
    font-family: PingFang, PingFang-Bold;
    font-weight: 700;
    text-align: left;
    color: #666666;
    line-height: 34px;
    margin-right: 10px;
  }
/* </style> */