* {
  margin: 0;
  padding: 0;
}
/* @font-face {
  font-family:"Microsoft YaHei";
  src: url("../font/NotoSansSC-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family:"Microsoft YaHei";
  src: url("../font/NotoSansSC-Bold.ttf") format("truetype");
  font-weight: 900;
} */
img {
  display: block;
}
.cad-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  height: 52px;
  background: rgba(0, 31, 78, 0.5);
  backdrop-filter: blur(17px);
  z-index: 9999;
}
.cad-title img {
  width: 125px;
  height: 28px;
}
.cad-header {
  position: relative;
}
.cad-header img {
  height: 230px;
  width: 100%;
}
.cad-header .header-main {
  position: absolute;
  top: 42%;
  left: 11%;
  font-size: 10px;
  color: #fff;
  font-family: "Microsoft YaHei";
  font-style: normal;
}
.cad-header .header-main .main-title {
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 6px;
  font-family: "Microsoft YaHei";
  font-style: normal;
}
.cad-header .header-main .main-button {
  font-size: 8px;
  width: 50px;
  height: 22px;
  background-color: #3775f6;
  text-align: center;
  line-height: 22px;
  margin-top: 8px;
  border-radius: 4px;
}
.al-content {
  box-sizing: border-box;
}
.al-content .al-factory {
  padding: 15px 15px 15px 15px;
  background-image: url(../../img/phoneImg/analysis/alBgc1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.al-content .al-factory .text-title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.al-content .al-factory .text-title .text-width {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 60% */
  background: var(--Linear, linear-gradient(90deg, #68dbff 7.14%, #06f 111.89%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}
.al-content .al-factory .text-body {
  color: #d9d9d9;
  font-family: "Microsoft YaHei";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-indent: 2em;
}
.mannagebigPic {
  box-sizing: border-box;
  padding: 0 15px 15px 15px;
  background-image: url(../../img/phoneImg/numbermannage/nmbgc2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.mannagebigPic .img {
  width: 100%;
}
.productFactory {
  padding: 15px 15px 15px 15px;
  background-image: url(../../img/phoneImg/numbermannage/nmbgc3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.productFactory .productFactory-oneline {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 10px;
}
.productFactory .productFactory-oneline .spanItem {
  color: #07d1fa;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  margin-left: 6px;
}
.productFactory .productFactory-oneline .positions {
  position: absolute;
  width: 1px;
  height: 10px;
  background: #07d1fa;
  top: 6px;
  left: 101px;
}
.productFactory .productFactory-main .productFactory-oneline {
  display: flex;
  align-items: center;
  justify-content: start;
}
.productFactory .productFactory-main .productFactory-oneline .productFactory-oneline-width {
  background: var(--Linear, linear-gradient(90deg, #68dbff 7.14%, #06f 111.89%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}
.productFactory .productFactory-main .productFactory-twoline {
  color: #d9d9d9;
  font-family: "Microsoft YaHei";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}
.productFactory .productFactory-pic img {
  width: 100%;
}
.mannageDesign {
  padding: 15px 15px 15px 15px;
  background: #eff4fe;
}
.mannageDesign .mannageDesign-item .mannageDesign-title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mannageDesign .mannageDesign-item .mannageDesign-title .title-width {
  margin-bottom: 10px;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  background: var(--Linear, linear-gradient(90deg, #0094FF 7.14%, #260090 111.89%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mannageDesign .mannageDesign-item .mannageDesign-main {
  margin-top: 10px;
  text-indent: 2em;
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 155.556% */
}
.mannageDesign .mannageDesign-item .mannageDesign-pic img {
  width: 100%;
}
