.bg-light-pink {
  background-color: #F9F8FA;
}
.header {
  background: #fff;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.05);
}
.production-fab-main {
  margin-top: 20px;
  min-height: 1090px;
  display: flex;
}
.prod-nav-left {
  width: 240px;
  height: 970px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.03);
  border-radius: 12px;
  padding: 12px 10px 12px 20px;
  cursor: default;
  background-color: #fff;
}
.prod-nav-left li {
  white-space: nowrap;
}
.prod-nav-left li a {
  padding-top: 8px;
  padding-bottom: 8px;
}
.prod-nav-left .title-li {
  display: flex;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
}
.prod-nav-left .title-icon {
  width: 16px;
  height: 16px;
  display: block;
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
.prod-nav-left .title-text {
  margin-left: 8px;
  font-weight: 900;
  font-size: 16px;
  color: #21004D;
  line-height: 23px;
}
.prod-nav-left .subtitle-con .li-active {
  background: #F8F2FC;
  color: #7532A3;
}
.prod-nav-left .subtitle-con li {
  font-size: 14px;
  color: #21004D;
  line-height: 20px;
}
.prod-nav-left .subtitle-con li:not(.li-active) {
  cursor: pointer;
  transition: all 0.3s;
}
.prod-nav-left .subtitle-con li:not(.li-active):hover {
  background: #F8F2FC;
  color: #7532A3;
}
.prod-nav-left .subtitle-con li a {
  padding-left: 24px;
  border-radius: 6px;
  margin-bottom: 4px;
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.prod-nav-left .icon-security {
  background-image: url("/images/product/leftnav/security.png");
}
.prod-nav-left .icon-automate {
  background-image: url("/images/product/leftnav/automate.png");
}
.prod-nav-left .icon-authority {
  background-image: url("/images/product/leftnav/authority.png");
}
.prod-nav-left .icon-agent {
  background-image: url("/images/product/leftnav/agent.png");
}
.prod-nav-left .icon-efficient {
  background-image: url("/images/product/leftnav/efficient.png");
}
.prod-nav-left .mark-hot-colorful {
  position: relative;
}
.prod-nav-left .mark-hot-colorful::after {
  content: "";
  background-image: url("/images//product/leftnav/hot1.png");
  width: 34px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  flex-shrink: 0;
  margin-left: 8px;
}
.prod-nav-left .mark-new {
  position: relative;
}
.prod-nav-left .mark-new::after {
  content: "";
  background-image: url("/images/product/leftnav/new.png");
  width: 34px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  flex-shrink: 0;
  margin-left: 8px;
}
.prod-nav-left .mark-hot {
  position: relative;
}
.prod-nav-left .mark-hot::after {
  content: "";
  background-image: url("/images/product/leftnav/hot.png");
  width: 28px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  flex-shrink: 0;
  margin-left: 8px;
}
.flex-between {
  display: flex;
  justify-content: space-between;
}
img {
  -webkit-user-drag: none;
}
.prod-card-shadow {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.03);
  border-radius: 12px;
}
.prod-cards-con {
  margin-left: 20px;
  flex: 1;
}
.card-top-bg {
  width: 100%;
  background-repeat: no-repeat;
  border: 1px solid transparent;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.card-top-bg-320 {
  height: 320px;
  background-position: -15px -15px;
  background-size: 970px 350px;
  background-image: url("/images/product/top-card-320.png");
}
.card-top-right {
  flex-shrink: 0;
}
.production-fab-main .list-mark {
  width: 16px;
  height: 16px;
  display: block;
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-top: 3px;
  flex-shrink: 0;
  background-image: url("/images/product/checked.png");
}
.production-fab-main .subtitle-text {
  font-weight: 500;
  font-size: 14px;
  color: #21004D;
  line-height: 20px;
  margin-left: 8px;
}
.production-fab-main .card-top-title {
  font-weight: 900;
  font-size: 30px;
  color: #491F66;
  line-height: 43px;
}
.prod-cards-con > div {
  margin-top: 20px;
}
.prod-cards-con .card-top-bg-320 {
  margin-top: 0;
}
.prod-cards-con .row-2-title {
  font-weight: 900;
  font-size: 24px;
  color: #21004D;
  line-height: 35px;
  width: 335px;
}
.prod-cards-con .row-2-content {
  display: flex;
  margin-top: 32px;
}
.prod-cards-con .row-2-content > h3,
.prod-cards-con .row-2-content > p {
  margin-left: 12px;
  font-weight: 500;
  font-size: 14px;
  color: #21004D;
  line-height: 24px;
}
.prod-cards-con .row-2-content .point-text {
  font-weight: 900;
  font-size: 16px;
  color: #21004D;
  line-height: 23px;
}
.content-icon {
  width: 20px;
  height: 20px;
  display: block;
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
.letter-07 {
  letter-spacing: -0.7px;
}
