﻿/* 行业方案页面 Header/Footer 样式（从目标 css/index.css 提取，不影响首页） */
header {
  width: 100vw;
  height: 60px;
  background: #3762EC;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .container .left-nav {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
header .container .left-nav .logo {
  margin-right: 38px;
  cursor: pointer;
}

header .container .left-nav .logo img {
  height: 30px;
}

header .container .left-nav .nav-list {
  display: flex;
  align-items: center;
}
header .container .left-nav .nav-list button {
  margin-right: 40px;
  font-size: 16px;
  color: #ffffff;
  position: relative;
  white-space: nowrap;
}
/* header .container .left-nav .nav-list button:hover {
  font-weight: bolder;
  color: #ffff01;
} */

header .container .left-nav .nav-list button.active::after {
  content: '';
  width: 40px;
  height: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  background-color: #ffff01;
}
header .container .left-nav .nav-list a.active::after {
  content: '';
  width: 40px;
  height: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  background-color: #ffff01;
}

header .container .left-nav .nav-list button.active {
  position: relative;
  font-weight: bolder;
  color: #ffff01;
}

/* 收款硬件按钮（含箭头图标） */
header .container .left-nav .nav-list .collection-instrument {
  display: flex;
  align-items: center;
}
header .container .left-nav .nav-list .collection-instrument .listBox {
  cursor: pointer;
  display: flex;
  align-items: center;
}
header .container .left-nav .nav-list .collection-instrument .title-icon1,
header .container .left-nav .nav-list .collection-instrument .title-icon2 {
  width: 17px;
  height: 20px;
  margin-left: 3px;
  transition: all 0.3s;
  margin-top: 3px;
}
header .container .left-nav .nav-list .collection-instrument .title-icon2 {
  transform: rotate(180deg);
}
header .container .left-nav .nav-list .collection-instrument .title-icon1 {
  display: block;
}
header .container .left-nav .nav-list .collection-instrument .title-icon2 {
  display: none;
}
header .container .left-nav .nav-list .collection-instrument.active .title-icon1 {
  display: none;
}
header .container .left-nav .nav-list .collection-instrument.active .title-icon2 {
  display: block;
}

/* 行业方案按钮（含箭头图标） */
header .container .left-nav .nav-list .cash-register-system {
  display: flex;
  align-items: center;
}
header .container .left-nav .nav-list .cash-register-system .listBox {
  cursor: pointer;
  display: flex;
  align-items: center;
}
header .container .left-nav .nav-list .cash-register-system .title-icon1,
header .container .left-nav .nav-list .cash-register-system .title-icon2 {
  width: 17px;
  height: 20px;
  margin-left: 3px;
  transition: all 0.3s;
  margin-top: 3px;
}
header .container .left-nav .nav-list .cash-register-system .title-icon2 {
  transform: rotate(180deg);
}
header .container .left-nav .nav-list .cash-register-system .title-icon1 {
  display: block;
}
header .container .left-nav .nav-list .cash-register-system .title-icon2 {
  display: none;
}
header .container .left-nav .nav-list .cash-register-system.active .title-icon1 {
  display: none;
}
header .container .left-nav .nav-list .cash-register-system.active .title-icon2 {
  display: block;
}
header .container .left-nav .nav-list a.active {
  font-weight: bolder;
  color: #ffff01;
}

header .container .left-nav .nav-list a {
  margin-right: 40px;
  font-size: 16px;
  color: #ffffff;
  position: relative;
  white-space: nowrap;
}
/* header .container .left-nav .nav-list a:hover {
  font-weight: bolder;
  color: #ffff01;
} */

header .container .right-phone {
  display: flex;
  align-items: center;
  cursor: pointer;
}

header .container .right-phone:hover .phone {
  background-image: url('../assets/db_dh_hover.png');
}

header .container .right-phone:hover span {
  font-weight: bolder;
}
header .container .right-phone .phone {
  width: 18px;
  height: 18px;
  background-image: url('../assets/db_dh_def.png');
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
}
header .container .right-phone span {
  font-size: 18px;
  color: #ffffff;
}

/* 悬停行业方案 */
.hover-industry-solution-window {
  position: absolute;
  display: none;
  top: 60px;
  left: 0;
  width: 100vw;
  z-index: 99999;
}
.hover-industry-solution-window .list-box {
  width: 100vw;
  background: #3762EC;
  box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.hover-industry-solution-window .list-box .list {
  width: calc(100vw - 40px);
  max-width: 1200px;
  margin: 30px 0;
  border-radius: 10px;
  cursor: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.hover-industry-solution-window .list-box .list .list-item {
  width: 190px;
  height: 88px;
  background: #ffffff;
  box-shadow: 0px 0px 16px 1px rgba(44, 101, 255, 0.06);
  border-radius: 12px 12px 12px 12px;
  cursor: pointer;
  margin: 0 12px 12px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hover-industry-solution-window .list-box .list .list-item:nth-child(6) {
  margin-right: 0;
}
.hover-industry-solution-window .list-box .list .list-item:nth-child(12) {
  margin-right: 0;
}
.hover-industry-solution-window .list-box .list .list-item:nth-child(18) {
  margin-right: 0;
}
.hover-industry-solution-window .list-box .list .list-item:nth-child(24) {
  margin-right: 0;
}
.hover-industry-solution-window .list-box .list .list-item:hover .title {
  color: #3762ec;
}
.hover-industry-solution-window .list-box .list .list-item .icon-img {
  width: 48px;
  height: 48px;
  margin-right: 10px;
}
.hover-industry-solution-window .list-box .list .list-item .title {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
}

/* 悬停收款工具 */
.hover-development-tools-window {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  height: 238px;
  width: 100vw;
  z-index: 99999;
}
.hover-development-tools {
  width: 100vw;
  height: 238px;
  background: #3762EC;
  box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.hover-development-tools .brand,
.speaker-box,
.code-scanner-king,
.pos,
.code-scanning-box,
.cash-register,
.peng,
.yun-dayin {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 80px;
  width: 90px;
}

.hover-development-tools .brand,
.speaker-box,
.code-scanner-king,
.pos,
.code-scanning-box,
.cash-register,
.peng,
.yun-dayin span {
  font-size: 16px;
  color: #ffffff;
  white-space: nowrap;
}
.hover-development-tools .image {
  margin-bottom: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
.hover-development-tools .brand .image {
  width: 66px;
  height: 100px;
  background-image: url('../assets/m2_img_1.png');
}
.hover-development-tools .speaker-box .image {
  width: 67px;
  height: 100px;
  background-image: url('../assets/m2_img_2.png');
}
.hover-development-tools .code-scanner-king .image {
  width: 42px;
  height: 100px;
  background-image: url('../assets/m2_img_3.png');
}
.hover-development-tools .pos .image {
  width: 42px;
  height: 100px;
  background-image: url('../assets/m2_img_4.png');
}
.hover-development-tools .code-scanning-box .image {
  width: 130px;
  height: 100px;
  background-image: url('../assets/m2_img_5.png');
}
.hover-development-tools .cash-register .image {
  width: 108px;
  height: 100px;
  background-image: url('../assets/m2_img_6.png');
}
.hover-development-tools .peng .image {
  width: 42px;
  height: 100px;
  background-image: url('../assets/m2_img_8.png');
}

.hover-development-tools .yun-dayin .image {
  width: 100px;
  height: 100px;
  background-image: url('../assets/dayin.png');
}
.hover-development-tools .brand:hover,
.speaker-box:hover,
.code-scanner-king:hover,
.pos:hover,
.code-scanning-box:hover,
.cash-register:hover,
.peng:hover,
.yun-dayin:hover span {
  font-weight: bolder;
  color: #ffff01;
}
.hover-development-tools .brand:hover,
.speaker-box:hover,
.code-scanner-king:hover,
.pos:hover,
.code-scanning-box:hover,
.cash-register:hover,
.peng:hover,
.yun-dayin:hover {
  transform: translateY(-5px);
  cursor: pointer;
}

.wechat-code {
  width: 100vw;
  height: 372px;
  background: #000000;
}
.wechat-code .container {
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.wechat-code .container .left {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
}
.wechat-code .container .left .phone {
  font-weight: bold;
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 24px;
}
.wechat-code .container .left .contact-list {
  display: flex;
  flex-direction: column;
}
.wechat-code .container .left .contact-list .contact {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}

.wechat-code .container .left .contact-list .contact:hover span {
  font-weight: bolder;
}
.wechat-code .container .left .contact-list .contact .icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background-size: cover;
  background-repeat: no-repeat;
}
.wechat-code .container .left .contact-list .contact span {
  font-size: 16px;
  color: #ffffff;
}
.wechat-code .container .left .contact-list .contact .icon.weixin {
  background-image: url('../assets/m15_1_def.png');
}
.wechat-code .container .left .contact-list .contact .icon.shouji {
  background-image: url('../assets/m15_2_def.png');
}
.wechat-code .container .left .contact-list .contact .icon.rexian {
  background-image: url('../assets/m15_3_def.png');
}
.wechat-code .container .left .contact-list .contact .icon.qq {
  background-image: url('../assets/qq@2x.png');
}

.wechat-code .container .left .contact-list .contact:hover .weixin {
  background-image: url('../assets/m15_1_hover.png');
}
.wechat-code .container .left .contact-list .contact:hover .shouji {
  background-image: url('../assets/m15_2_hover.png');
}
.wechat-code .container .left .contact-list .contact:hover .rexian {
  background-image: url('../assets/m15_3_hover.png');
}
.wechat-code .container .left .contact-list .contact:hover .qq {
  background-image: url('../assets/qq_hover@2x.png');
}
.wechat-code .container .center {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
}
.wechat-code .container .center img {
  margin-bottom: 15px;
  height: 180px;
}
.wechat-code .container .center span {
  font-size: 16px;
  color: #ffffff;
}

.wechat-code .container .right {
  display: flex;
  margin-top: 60px;
  justify-content: flex-end;
}

.wechat-code .container .right .system {
  display: flex;
  flex-direction: column;
  margin-right: 64px;
}
.wechat-code .container .right .system:last-child {
  margin-right: 0;
}
.wechat-code .container .right .system .title {
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 24px;
}
.wechat-code .container .right .system .system-list {
  display: flex;
  flex-direction: column;
}

.wechat-code .container .right .system .system-list.system-list--cols {
  flex-direction: row;
}

.wechat-code .container .right .system .system-list .system-list-col {
  display: flex;
  flex-direction: column;
  margin-right: 24px;
}

.wechat-code .container .right .system .system-list .system-list-col:last-child {
  margin-right: 0;
}

.wechat-code .container .right .system .system-list a {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 16px;
  width: 90px;
}
.wechat-code .container .right .system .system-list a:hover {
  cursor: pointer;
  font-weight: bolder;
  color: #ffff01;
}
/* 备案号 */
.beian {
  width: 100vw;
  height: 122px;
  background: #000000;
  border-top: 1px solid #323232;
}
.beian .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.beian .container .top {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
.beian .container .top .company {
  margin-right: 10px;
}
.beian .container .top .qiye {
  display: flex;
  align-items: center;
}
.beian .container .top .qiye img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.beian .container .top span {
  font-size: 16px;
  color: #999999;
}

.beian .container .top a {
  font-size: 16px;
  color: #999999;
}
.beian .container .top a:hover {
  color: #fff;
}

.beian .container .footer {
  margin-right: 10px;
}

.beian .container .footer img {
  margin-right: 5px;
}
