.navbar .btn-login {
  border: 1px solid #0a64fa;
  color: #0a64fa;
}

.introduction-panel {
  height: 463px;
  background: url(/product/images/intelligent/banner@2x.png) no-repeat scroll
    center center transparent;
  background-size: cover;
}

.introduction-panel .section {
  width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
}

.introduction-panel .section .sub-title {
  width: 570px;
  line-height: 28px;
}
.introduction-panel .section .sub-title:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.introduction-panel .section .sub-title li {
  color: #637282;
  font-size: 18px;
  line-height: 40px;
}
.introduction-panel .section .sub-title li:before {
  content: "";
  width: 2px;
  height: 2px;
  border-radius: 50%;
  float: left;
  background-color: #637282;
  margin-top: 20px;
  margin-right: 10px;
}
.introduction-panel .section .btn {
  padding: 12px 16px;
  border-radius: 6px;
  margin-top: 24px;
  align-items: center;
  display: flex;
  float: left;
}

.introduction-panel .section .btn.appointment {
  color: white;
  background: #0a64fa;
}
.introduction-panel .section .btn.appointment:hover {
  background-color: #095ae1;
}

.introduction-panel .section .btn.experience {
  width: 118px;
  height: 42px;
  color: #1b2733;
  border: 1px solid #2348ff;
  color: #2348ff;
  border-radius: 2px;
  margin-left: 12px;
}

.introduction-panel .section .btn.experience:hover {
  background-color: #ecedf0;
}
.intro-section {
  width: 1280px;
  margin: 0 auto;
}
.intro-section .section-title {
  text-align: center;
}

.section-2 {
  width: auto;
  padding-bottom: 80px;
  background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.5) 0%,
      rgba(255, 255, 255, 0.9) 21%,
      #ffffff 100%
    ),
    linear-gradient(
      101deg,
      rgba(245, 248, 255, 0.9) 1%,
      rgba(212, 241, 255, 0.9) 24%,
      rgba(227, 255, 242, 0.9) 70%,
      rgba(255, 244, 248, 0.9) 82%,
      rgba(255, 255, 255, 0.9) 90%
    );
}

.bg1 {
  background-color: #d0e9ff;
}

.bg2 {
  background-color: #d8f4e7;
}

.bg3 {
  background-color: #e7dbfc;
}
.bg6 {
  background-color: #fce1e1;
}
.bg7 {
  background-color: #fcf4d4;
}
#en .bg3 {
  background-color: #e7dbfc;
  /* height: 180px !important; */
}

.bg4 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.02)),
    linear-gradient(180deg, #bcf4ff 0%, #e5e3ff 100%);
}

.bg5 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.02)),
    linear-gradient(180deg, #ccffe6 0%, #e5e3ff 100%);
}

.intro-section img {
  width: 1280px;
  margin-top: 40px;
}

.intro-section .intro-text {
  width: 800px;
  margin: 24px auto 0;
  color: rgba(0, 0, 0, 0.65);
  text-align: center !important;
}
.card-container {
  width: 1280px;
  margin: 40px auto 0;
}
.card-container .row {
  margin-bottom: 8px;
  justify-content: space-between;
  display: flex;
}

.card-container .row .item {
  width: 314px;
  justify-content: space-between;
  gap: 8px;
  display: flex;
}
.card-container .row .item.column {
  flex-direction: column;
}
.card-container .row .item .card {
  position: relative;
  padding: 16px;
  box-sizing: border-box;
  border-radius: 12px;
  overflow: hidden;
}

#en .card-container .row .item .card.small {
  height: 100%;
}

#en .card-container .row .item .card.big {
  height: 100%;
  /* margin-bottom: 8px; */
}
#en .card-container .row .item .card img {
  border-radius: 12px;
  /* height: unset;
    top: initial; */
}

.card-container .row .item .card img {
  position: absolute;
  width: 100%;
  /* height: 100%; */
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}
.card-container .row .item .card .card-title {
  font-size: 20px !important;
  position: relative;
  z-index: 2;
}
.card-container .row .item .card .section-text {
  position: relative;
  margin-top: 8px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  z-index: 2;
}

.card-container .row-1 {
  padding: 16px 0;
  border-radius: 12px;
  box-sizing: border-box;
}

.card-container .row-1 .item {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
}

.card-container .row-1 .item:last-child {
  border-right: none;
}

.card-container .row-1 .item .card {
  padding: 0 16px;
}

.section-6 {
  padding: 80px 0;
  background: #ffffff;
  width: auto;
  background: linear-gradient(
      174deg,
      #ffffff 11%,
      rgba(255, 255, 255, 0.7) 40%,
      rgba(255, 255, 255, 0.4) 115%
    ),
    linear-gradient(
      119deg,
      rgba(185, 210, 255, 0.9) 0%,
      rgba(195, 236, 255, 0.9) 31%,
      rgba(220, 233, 255, 0.9) 101%
    );
}

.business-scenarios {
  margin: 40px auto 0;
  width: 1280px;
}

.scenario-cards {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.scenario-card {
  flex: 1;
  width: 236px;
  background: #ffffff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.scenario-card:hover {
  transform: translateY(-10px);
}

.scenario-title {
  margin: 0 0 8px 0;
  line-height: 1.4;
}

.scenario-subtitle {
  padding: 2px 8px;
  font-size: 16px;
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.65);
  margin: 0;
  line-height: 1.6;
  background: linear-gradient(
    100deg,
    rgba(124, 158, 255, 0.2) -3%,
    rgba(10, 100, 250, 0.2) 98%
  );
  display: inline-block;
}
#en .scenario-subtitle {
  font-size: 13px;
}
.card-metric {
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
}

.intro-section .metric-value {
  width: auto;
  height: 54px;
  font-size: 28px;
  font-weight: 700;
  color: #0a64fa;
  line-height: 1.2;
  margin-bottom: 4px;
  display: flex;
  margin: 20px auto 10px;
}

.metric-label {
  font-size: 20px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  line-height: 1.4;
  background: linear-gradient(100deg, #7c9eff -3%, #0a64fa 98%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.card-description {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.6;
  margin: 0;
}

.edit-panel-3 {
  width: auto;
  padding: 80px 0;
  transition: 0.3s;
}

.edit-panel-3.bg1 {
  background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.08) 0%,
      rgba(255, 255, 255, 0.14) 26%,
      rgba(255, 255, 255, 0.2) 100%
    ),
    linear-gradient(124deg, #e3f9ff -1%, #cae5ff 20%, #feeff5 93%);
}

.edit-panel-3.bg2 {
  background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.08) 0%,
      rgba(255, 255, 255, 0.14) 26%,
      rgba(255, 255, 255, 0.2) 100%
    ),
    linear-gradient(122deg, #c2e1ff -1%, #fff0f6 75%, #eefbff 99%);
}

.edit-panel-3.bg3 {
  background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.08) 0%,
      rgba(255, 255, 255, 0.14) 26%,
      rgba(255, 255, 255, 0.2) 100%
    ),
    linear-gradient(134deg, #fff0f6 -6%, #e1f6ff 24%, #c2e1ff 69%, #cbe5ff 93%);
}

.edit-panel-3.bg4 {
  background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.08) 0%,
      rgba(255, 255, 255, 0.14) 26%,
      rgba(255, 255, 255, 0.2) 100%
    ),
    linear-gradient(124deg, #e3f9ff -1%, #c2e1ff 20%, #feeff5 93%);
}

.edit-panel-3.bg5 {
  background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.08) 0%,
      rgba(255, 255, 255, 0.14) 26%,
      rgba(255, 255, 255, 0.2) 100%
    ),
    linear-gradient(122deg, #c2e1ff -1%, #fff0f6 75%, #eefbff 99%);
}

.edit-panel-3 .title {
  text-align: center;
}
.edit-panel-3 .container {
  width: 1280px;
  height: auto;
  margin: 40px auto 0px;
  border-radius: 12px;
}

.edit-panel-3 .container .menu {
  position: relative;
  width: 100%;
  height: 100px;
  color: #1b2733;
  text-align: center;
  font-size: 0;
}
.edit-panel-3 .container .menu ul {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80px;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #e8ebef;
  border-radius: 12px 12px 0 0;
}

.edit-panel-3 .container .menu li {
  position: absolute;
  bottom: 0;
  height: 80px;
  width: 256px;
  padding: 0 40px;
  box-sizing: border-box;
  line-height: 80px;
  display: inline-block;
}

.edit-panel-3 .container .menu li span:hover {
  cursor: pointer;
}

.edit-panel-3 .container .menu li:nth-child(1) {
  left: 0;
}
.edit-panel-3 .container .menu li:nth-child(2) {
  left: 256px;
}
.edit-panel-3 .container .menu li:nth-child(3) {
  left: 512px;
}
.edit-panel-3 .container .menu li:nth-child(4) {
  left: 768px;
}
.edit-panel-3 .container .menu li:nth-child(5) {
  left: 1024px;
}

.edit-panel-3 .container .menu li .card-title {
  font-weight: 400;
  font-size: 24px;
}

.edit-panel-3 .container .menu li.active .card-title {
  font-weight: 600;
}

.edit-panel-3 .container .menu li img {
  width: 48px;
  height: 48px;
  margin: 0 8px 20px 0;
  vertical-align: middle;
}

.edit-panel-3 .container .menu .active {
  height: 90px;
  line-height: 90px;
  color: #1b2733;
  font-weight: bold;
  background-color: #fff;
  border-radius: 12px 12px 0 0;
}

.edit-panel-3 .container .menu .under-line {
  position: absolute;
  left: 76px;
  content: "";
  width: 104px;
  height: 3px;
  display: block;
  background-color: #0a64fa;
  transition: 0.2s;
}

.edit-panel-3 .container section {
  height: 500px;
  display: none;
  border-radius: 0 0 12px 12px;
  background-color: #fff;
}
.edit-panel-3 .container section img {
  width: 560px;
  margin-left: 40px;
}
.edit-panel-3 .container section .context {
  position: relative;
  width: 540px;
  height: 300px;
  float: right;
  margin-right: 100px;
  margin-top: 80px;
}

.edit-panel-3 .container section .context .context-text {
  margin-top: 28px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.65);
}
.edit-panel-3 .container section .context .context-text li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  float: left;
  background-color: #637282;
  margin-top: 14px;
  margin-right: 10px;
}

.edit-panel-3 .container section .context .home-btn {
  position: absolute;
  bottom: 0;
}

.edit-panel-3 .container section .context .home-btn .icon {
  background-image: url(/product/images/intelligent/experience-white.png);
}
.section-2.intro-section {
  background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.5) 0%,
      rgba(255, 255, 255, 0.9) 21%,
      #ffffff 100%
    ),
    linear-gradient(
      101deg,
      rgba(245, 248, 255, 0.9) 1%,
      rgba(212, 241, 255, 0.9) 24%,
      rgba(227, 255, 242, 0.9) 70%,
      rgba(255, 244, 248, 0.9) 82%,
      rgba(255, 255, 255, 0.9) 90%
    );
  width: 100%;
}
/* .scenario-card img{
  width: 250px;
} */

#en .edit-panel-3 .container .menu li,
#hk.edit-panel-3 .container .menu li {
  line-height: 100px;
  padding: 0 5px;
}
#en .edit-panel-3 .container .menu li .card-title {
  font-size: 19px;
  font-weight: 500;
  line-height: 32px;
}
#en .card-container .row .item .card.small {
  height: 100%;
}

.card-container .row .item .card.big {
  height: 100%;
}

#en .card-container .row .item .card img {
  border-radius: 12px;
  /* height: unset;
    top: initial; */
}

#en .bg3 {
  background-color: #e7dbfc;
  /* height: 180px !important; */
}

.qrcode-bg .connect .item img {
  margin-right: 28px !important;
}
.bg1, .bg2 {
 
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
