/*====================顶部头部===================*/
.new_header {
  position: relative;
  width: 100%;
  /* background-color: #21293e; */
  background-image: url(/Application/Website/Template/qh_template3/public/new_images/shop_solution/banner_bg.png);
  background-size: cover;
}

.head_top {
  display: flex;
  justify-content: space-between;
  /*padding: 12px 0;*/
}

.top_left {
  display: flex;
  width: 25%;
}

.top_left .logo {
  width: 127px;
  height: 41px;
}

.top_left_intd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 6px;
  line-height: 1.5;
}

.top_left_intd span {
  font-size: 10px;
  font-weight: lighter;
  color: #ffffff;
}

.top_right {
  display: flex;
  justify-content: space-between;
  width: 75%;
}

.top_nav {
  position: relative;
  width: 100%;
}

.top_nav>#nav {
  position: relative;
  z-index: 999;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 60%;
  height: 100%;
}

.top_nav #nav>li:nth-child(5) {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.top_nav #nav>li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
}

.nav_title_style {
  font-size: 16px;
  color: #ffffff;
}

.top_nav #nav>li a:hover {
  color: #1476ef;
}

.top_nav ul li {
  position: relative;
}

.nav_product_content {
  display: none;
  position: absolute;
  top: 52px;
  left: 0;
  width: 736px;
  border-radius: 4px;
  background-color: #fff;
}

.business_case_content {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  width: 452px;
  background-color: #fff;
}

.nav_product_content>.sub_nav {
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.nav_product_content>.sub_nav>li:nth-child(3) {
  margin: 0 20px;
}

.about_us_content {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  width: 152px;
  /*height: 168px;*/
  background-color: #fff;
  border-radius: 4px;
}

.about_sub_nav {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sub_nav>.triangle {
  position: absolute;
  top: -5px;
  left: 40px;
  width: 0;
  height: 0;
  margin: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 12px solid #fff;
  transform: translate(-50%, -50%);
}

.business_case_content .sub_nav>.triangle {
  position: absolute;
  top: -5px;
  left: 40px;
  width: 0;
  height: 0;
  margin: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 12px solid #fff;
  transform: translate(-50%, -50%);
}

.about_sub_nav>.triangle {
  position: absolute;
  top: -5px;
  left: 40px;
  width: 0;
  height: 0;
  margin: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 12px solid #fff;
  transform: translate(-50%, -50%);
}

.sub_nav>li {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.sub_nav>li>a {
  width: 100%;
}

.business_case_content>.sub_nav {
  width: 100%;
  display: flex;
  justify-content: space-around;
  box-sizing: border-box;
}

.business_case_content .sub_nav>li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 40%;
  height: 100%;
}

.about_sub_nav li {
  width: 100%;
  /* margin-bottom: 22px; */
  line-height: 36px;
  text-align: center;
}

.about_sub_nav li>a {
  width: 100%;
  font-size: 14px;
  color: #333333;
}

.nav_info_title {
  display: block;
  width: 100%;
  height: 50px;
  margin-bottom: 30px;
  line-height: 50px;
  text-align: left;
  font-size: 14px;
  color: #333333;
  border-bottom: 2px solid #eaeaea;
}

.nav_info_intd {
  display: flex;
  width: 100%;
  margin-bottom: 30px;
}

.nav_info_intd>a {
  font-size: 14px;
  color: #333333;
}

.nav_info_intd>img {
  width: 36px;
  height: 36px;
  margin-right: 12px;
}

.nav_info_intd div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 30px;
}

.nav_info_intd div>div {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.nav_info_intd>div span {
  font-size: 14px;
  color: #333333;
}

.nav_info_intd>div span:last-child {
  font-size: 12px;
  color: #999999;
}

.nav_info_intd div>img {
  width: 40px;
  height: 16px;
  margin-left: 8px;
}

.top_right .login_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 999;
  width: 104px;
  height: 40px;
  font-size: 16px;
  color: #ffffff;
  border-radius: 4px;
  background-color: #1869ff;
}

.top_right .login_btn:hover {
  color: #1869ff;
  background-color: #fff;
  border: 1px solid #1869ff;
  box-sizing: border-box;
}

.banner_head_center {
  display: flex;
  align-items: center;
  height: 386px;
  padding: 56px 0;
}

.banner_center_left {
  width: 100%;
  height: 232px;
}

.center_left_intd {
  text-align: left;
  color: #ffffff;
}

.center_left_intd>h2 {
  font-size: 50px;
  font-weight: 500;
}

.center_left_intd .sub_title {
  display: block;
  font-size: 24px;
  color: #cccfd6;
  margin: 20px 0 23px;
}

.center_left_intd .sub_describe {
  font-size: 20px;
  line-height: 34px;
  color: #CCCFD6;
}

.center_left_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 212px;
  height: 48px;
  margin-top: 46px;
  font-size: 20px;
  color: #ffffff;
  border-radius: 4px;
  background-color: #1869ff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.center_left_btn:hover {
  margin-top: 36px;
}

.new_banner_one {
  width: 354px;
  height: 376px;
}

.title {
  font-size: 30px;
  color: #333333;
  text-align: center;
}

.title_extend {
  margin: 16px 0 65px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #666666;
}

.pd_tb_60 {
  padding: 60px 0 !important;;
}

.only_title {
  font-size: 30px;
  color: #333333;
  text-align: center;
  margin-bottom: 65px;
}

/*==============互通模板==============*/
.main_content  .template {
  background-color: #FFFFFF;
}

.template_content {
  display: flex;
  justify-content: space-between;
}

.template_item {
  position: relative;
  width: 188px;
  height: 254px;
}

.template_item img {
  width: 100%;
  height: 100%;
}

.template_item .item_info {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 18px 14px;
  box-sizing: border-box;
}

.template_item .item_info .info_title {
  margin-bottom: 18px;
  font-size: 20px;
  line-height: 34px;
  color: #333333;
}

.template_item .item_info .info_intd {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}

/*==============九大痛点==============*/
.pain {
  background-color: #F5F7FB;
}

.pain_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.pain_item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 16px;
  width: 380px;
  /* height: 94px; */
  background-color: #FFFFFF;
  border-radius: 6px;
}

.pain_item .item_title {
  font-size: 20px;
  line-height: 34px;
  color: #333333;
}

.pain_item .item_title .rank {
  color: #1869FF;
}

.pain_item .item_title .title {
  font-size: 20px;
  line-height: 34px;
  color: #333333;
}

.pain_item .intd {
  font-size: 16px;
  line-height: 27px;
  color: #666666;
  margin-top: 5px;
}

/*==============核心优势==============*/
.advantage {
  background-color: #FFFFFF;
}

.advantage_info ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.advantage .advantage_every {
  width: 380px;
  margin-bottom: 26px;
  border: 1px solid #1869ff;
  border-radius: 6px;
  overflow: hidden;
}

.advantage .advantage_every:nth-child(even) {
  border: 1px solid #f67c30;
}

.advantage .advantage_every:nth-child(even)>.advantage_every_title {
  background-color: #feebe0;
}

.advantage .advantage_every:nth-child(even)>.advantage_every_title span {
  color: #f67c30;
}

.advantage .advantage_every .advantage_every_title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  background-color: #deedff;
}

.advantage .advantage_every .advantage_every_title img {
  width: 29px;
  height: 28px;
  margin-right: 10px;
}

.advantage  .advantage_every .advantage_every_title span {
  font-size: 24px;
  color: #1869ff;
}

.advantage .advantage_every .advantage_every_intd {
  display: flex;
  align-content: center;
  justify-content: center;
  width: 100%;
  height: 68px;
  line-height: 68px;
  font-size: 20px;
  color: #666666;
  background-color: #fff;
}

/*================运营解决方案=================*/
.solution_case {
  background-color: #fff;
}

.solution_bg img {
  width: 100%;
  height: auto;
}

/*================多元化收银方式=================*/
.cashier {
  background-color: #fff;
}

.cashier_bg img {
  width: 100%;
  height: auto;
}

/*==============智能称重==============*/
.hardware {
  background-color: #F5F7FB;
}

.hardware_content {
  display: flex;
  justify-content: space-between;
}

.hardware_item {
  position: relative;
  width: 224px;
  height: 392px;
}

.hardware_item img {
  width: 100%;
  height: 100%;
}

.hardware_item .item_info {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 224px;
  height: 392px;
}

.hardware_item .item_info .info_title {
  margin-bottom: 36px;
  font-size: 20px;
  line-height: 34px;
  color: #333333;
  text-align: center;
}

.hardware_item .item_info .info_intd {
  margin-bottom: 26px;
  width: 188px;
  height: 113px;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  text-align: left;
}


/*================生态商城=================*/
.color_white {
  color: #ffffff;
}

.shopping .action_bars {
  display: flex;
  justify-content: space-between;
  margin: 0 0 65px;
}

.shopping .action_bars>li {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 28px;
  color: #CCCCCC;
  font-size: 16px;
  border-bottom: 1px solid #f0f0f1;
  cursor: pointer;
}

.shopping .action_bars>.bars_hover {
  color: #ffffff;
  border-bottom: 3px solid #1869ff;
  box-sizing: border-box;
}

.shopping {
  width: 100%;
  height: 808px;
  background-image: url(/Application/Website/Template/qh_template3/public/new_images/shop_solution/shopping_bg.png);
  background-size: cover;
}

.shopping_content .action_info .info_item {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.shopping_content .info_item_left img {
  max-width: 507px;
  max-height: 451px;
  height: auto;
}

.shopping_content .info_item_right {
  max-width: 594px;
}

.shopping_content .info_item_right_title {
  display: flex;
  flex-direction: column;
}

.shopping_content .info_item_right_title .right_title {
  margin: 50px 0 20px;
  font-size: 24px;
  line-height: 41px;
  color: #FFFFFF;
}

.shopping_content .info_item_right_title .right_title_extend {
  font-size: 16px;
  line-height: 27px;
  color: #FFFFFF;
}

.shopping_content .info_item_right img {
  margin-top: 60px;
  width: 593px;
  height: auto;
}

.shopping_content .small_img {
  width: 251px;
  height: auto;
  margin-left: 136px;
}

/*================超市进销存管理=================*/
.manage {
  background-color: #fff;
}

.manage_bg img {
  width: 100%;
  height: auto;
}

/*================重塑会员玩法=================*/
.palying {
  background-color: #F5F7FB;
}

.palying_bg {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.palying_bg img:first-child {
  width: 430px;
  height: 461px;
}

.palying_bg img:last-child {
  width: 721px;
  height: 396px;
}

/*================打造超市私域运营=================*/
.operation {
  background-color: #FFFFFF;
}

.operation .content_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.operation .content_top img:first-child {
  width: 386px;
  height: 505px;
}

.operation .content_top img:last-child {
  width: 726px;
  height: 373px;
}

.content_bottom img {
  width: 100%;
  height: auto;
  margin-top: 80px;
}

/*================丰富的营销插件=================*/
.plugIn .action_bars {
  display: flex;
  justify-content: space-between;
  margin: 0 0 65px;
}

.plugIn .action_bars>li {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 28px;
  color: #B5D4FF;
  font-size: 16px;
  border-bottom: 1px solid #B5D4FF;
  cursor: pointer;
}

.plugIn .action_bars>.bars_hover {
  color: #ffffff;
  border-bottom: 3px solid #FFFFFF;
  box-sizing: border-box;
}

.plugIn {
  width: 100%;
  height: 807px;
  background: linear-gradient(180deg, #348FFF 0%, #1869FF 100%);
}

.plugIn_item {
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.plugIn_item_left img {
  max-width: 513px;
  max-height: 451px;
  height: auto;
}

.plugIn_item_right {
  max-width: 594px;
}

.plugIn_item_right_title {
  display: flex;
  flex-direction: column;
}

.plugIn_item_right_title .right_title {
  margin: 50px 0 20px;
  font-size: 24px;
  line-height: 41px;
  color: #FFFFFF;
}

.plugIn_item_right_title .right_title_extend {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 27px;
  color: #FFFFFF;
}

.plugIn_item_right .right_img {
  max-width: 585px;
  height: 201px;
}

.other_right_img {
  width: 593px;
  height: auto;
  margin-top: 16px;
}

.left_img {
  width: 513px;
  height: auto;
  margin: 0;
}


/*================硬件支持=================*/
.hardware_support {
  background-color: #fff;
}

.hardware_support_bg {
  margin-top: 40px;
  margin-bottom: 20px;
}

.hardware_support_bg img {
  width: 100%;
  height: auto;
}


/*================提供优质服务=================*/
.good_servise {
  background-color: #f7f7f7;
}

.good_servise .servise_info ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.good_servise .servise_info_every {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 380px;
  padding: 30px 28px;
  box-sizing: border-box;
  margin-bottom: 20px;
  background-color: #fff;
}

.good_servise .servise_info_every img {
  width: 78px;
  height: 66px;
}

.good_servise .servise_info_every h4 {
  margin: 30px 0 24px 0;
  font-size: 24px;
  color: #333333;
}

.good_servise .servise_info_every span {
  font-size: 16px;
  color: #666666;
  box-sizing: border-box;
  line-height: 26px;
}

/*================中小零售超市便利店行业=================*/
.shop {
  background-color: #fff;
}

.shop_info ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.shop_every {
  position: relative;
  width: 272px;
  height: 201px;
  margin-bottom: 30px;
}

.shop_every span {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  font-size: 26px;
  color: #ffffff;
}

.shop_every img {
  width: 100%;
  height: 100%;
}


/*================申请试用=================*/
.apply {
  width: 100%;
  background-image: url(/Application/Website/Template/qh_template3/public/new_images/shop_solution/apply.png);
  background-size: cover;
}

.apply .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 1200px;
  margin: 0 auto;
  padding: 48px 0 48px;
  overflow: hidden;
}

.apply .btn {
  width: 168px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 6px;
  color: #0071EF;
  font-size: 18px;
  background-color: #FFFFFF;
}

.apply .title {
  padding: 20px 0 0;
  font-size: 30px;
  color: #333333;
  text-align: center;
  font-weight: 500;
  color: #FFFFFF;
}


/*================尾部=================*/
.foot {
  width: 100%;
  background-color: #3a3d42;
}

.foot_content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 82px;
  margin-bottom: 57px;
  box-sizing: border-box;
}

.foot_content_info {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.foot_content_info ul {
  display: flex;
  justify-content: space-between;
  width: 85%;
}

.foot_content_info ul li {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-right: 20px;
}

.foot_content_info ul li:nth-child(6) {
  margin-right: 0;
}

.list_title {
  margin-bottom: 24px;
  font-size: 14px;
  color: #ffffff;
}

.foot_content_info ul li div>a {
  display: inline-block;
  /* width: 100%; */
  margin-bottom: 24px;
  font-size: 12px;
  color: #999999;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: auto;
  word-wrap: break-word;
}

.foot_content_info ul li div>a:hover {
  color: #fff;
  margin-left: 5px;
  height: auto;
  word-wrap: break-word;
}

.foot_contact {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 20%;
  /* margin-left: 50px; */
}

.foot_contact>span {
  font-size: 14px;
  color: #ffffff;
}

.foot_contact>.tel {
  display: flex;
  align-items: center;
}

.foot_contact .tel>span {
  font-size: 20px;
  color: #ffffff;
}

.foot_contact .tel>img {
  margin-right: 9px;
}

.foot_contact .work_date {
  font-size: 12px;
  color: #999999;
}

.code {
  width: 80px;
  height: 80px;
}

.bottom_line {
  width: 100%;
  height: 1px;
  background-color: #999999;
}

.page_bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 143px;
}

.page_bottom>span {
  margin-bottom: 20px;
  font-size: 12px;
  color: #999999;
}

.page_bottom>div {
  display: flex;
  align-items: center;
}

.page_bottom div>img {
  margin-right: 6px;
}

.page_bottom div>span {
  font-size: 12px;
  color: #999999;
}