* {
  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;
}
.sumBgcBox {
  margin-top: -1px;
  background-image: url(../../img/phoneImg/Cad/bgc2.png);
  /* background-image: url(../../img/phoneImg/Cad/phoneImg/Cad/bgc2.png); */

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 260px;
  width: 100%;
}
.sumBgcBox .factory-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
}
.sumBgcBox .factory-title .title-width {
  margin-top: 15px;
  width: 64px;
  font-size: 16px;
  background: var(--Linear, linear-gradient(90deg, #68dbff 7.14%, #06f 111.89%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sumBgcBox .factory-text {
  text-indent: 2em;
  margin-top: 10px;
  color: #c9c9c9;
  font-family: "Microsoft YaHei";
  font-size: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.sumBgcBox .caDdesign .caDdesign-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
}
.sumBgcBox .caDdesign .caDdesign-title .title-width {
  margin-top: 15px;
  width: 164px;
  font-size: 16px;
  background: var(--Linear, linear-gradient(90deg, #68dbff 7.14%, #06f 111.89%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sumBgcBox .caDdesign .caDdesign-text {
  text-indent: 2em;
  margin-top: 10px;
  color: #c9c9c9;
  font-family: "Microsoft YaHei";
  font-size: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.designPic {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  background-image: url(../../img/phoneImg/Cad/bbgc1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.designPic img {
  width: 100%;
  /* height: auto; */
}
.manyDesign {
  background-image: url(../../img/phoneImg/Cad/bbgc1.png);
  /* height: fit-content; */
  background-position: center;
  background-size: cover;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.manyDesign .manyDesign-title {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
  margin-bottom: 10px;
}
.manyDesign .manyDesign-title .title-width {
  /* width: 162px; */
  font-size: 16px;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  background: var(--Linear, linear-gradient(90deg, #68dbff 7.14%, #06f 111.89%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.manyDesign .title-show {
  padding-left: 14px;
  position: relative;
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
}
.manyDesign .title-show .item {
  color: #07d1fa;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  padding-left: 3px;
}
.manyDesign .title-show .positiona {
  position: absolute;
  width: 1px;
  height: 9px;
  background: #07d1fa;
  left: 146px;
  top: 6px;
}
.manyDesign .onepic {
  margin-top: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding-left: 15px;
  padding-right: 15px;
}
.manyDesign .onepic img {
  width: 100%;
  /* height: fit-content; */
}
.manyDesign .onepic .text {
  color: #fff;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.manyDesign .manyDesign-foot {
  margin-top: 10px;
  width: 100%;
}
.manyDesign .manyDesign-foot img {
  width: 100%;
  /* height: fit-content; */
}
.manyDesign .manyDesign-foot .manyDesign-foot-text .oneline {
  margin-top: 15px;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  width: 90%;
  background: var(--Linear, linear-gradient(90deg, #68dbff 7.14%, #06f 111.89%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.manyDesign .manyDesign-foot .manyDesign-foot-text .twoline {
  margin-top: 10px;
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  padding-bottom: 15px;
}
.documentM {
  box-sizing: border-box;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  background-image: url(../../img/phoneImg/Cad/writebgc.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.documentM .documentM-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.documentM .documentM-title .doc-width {
  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;
}
.documentM .doc-main img {
  width: 100%;
  /* height: fit-content; */
}
.documentM .doc-main .text {
  color: #333;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding-bottom: 10px;
}
.plug {
  box-sizing: border-box;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  background-image: url(../../img/phoneImg/Cad/blackbgc.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.plug .plug-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.plug .plug-title .plug-width {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  background: var(--Linear, linear-gradient(90deg, #68dbff 7.14%, #06f 111.89%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.plug .plug-main .item1 img {
  width: 100%;
  /* height: fit-content; */
  margin-bottom: 10px;
}
.plug .plug-main .item2 img {
  width: 100%;
  height: 265px;
}
.plug .plug-main .item2 .text {
  color: #fff;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 152.444% */
  padding-bottom: 10px;
}
.plug .plug-main .item3 img {
  width: 100%;
  /* height: fit-content; */
}
.plug .plug-main .item3 .text {
  color: #fff;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 152.444% */
  padding-bottom: 10px;
}
.plug .plug-main .item4 img {
  width: 100%;
  /* height: fit-content; */
}
.plug .plug-main .item4 .text {
  color: #fff;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 152.444% */
  padding-bottom: 10px;
}
.suport {
  box-sizing: border-box;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  background-image: url(../../img/phoneImg/Cad/writebgc.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.suport .oneline {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 10px;
  background: var(--Linear, linear-gradient(90deg, #0094ff 7.14%, #260090 111.89%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.suport .twoline {
  color: #333;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  /* 152.444% */
  text-align: left;
  margin-bottom: 10px;
}
.suport .pic img {
  width: 100%;
  /* height: auto; */
}
.connect {
  overflow: hidden;
  background-image: url(../../img/phoneImg/Cad/blackbgc.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
}
.connect .pic img {
  width: 100%;
  /* height: fit-content; */
}
.connect .text .oneline {
  margin-bottom: 10px;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  background: var(--Linear, linear-gradient(90deg, #68dbff 7.14%, #06f 111.89%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.connect .text .twoline {
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 10px;
}
.picCooper {
  overflow: hidden;
  background-image: url(../../img/phoneImg/Cad/writebgc1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
}
.picCooper .picCooper-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.picCooper .picCooper-title .picCooper-width {
  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;
}
.picCooper .picCooper-item img {
  width: 100%;
  /* height: fit-content; */
}
.picCooper .picCooper-item .text {
  color: #333;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 152.444% */
  margin-bottom: 10px;
}
.paperReview {
  overflow: hidden;
  background-image: url(../../img/phoneImg/Cad/blackbgc.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
}
.paperReview .paperReview-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.paperReview .paperReview-title .paperReview-width {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  background: var(--Linear, linear-gradient(90deg, #68dbff 7.14%, #06f 111.89%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.paperReview .item img {
  width: 100%;
  /* height: fit-content; */
}
.paperReview .item .text {
  color: #fff;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 152.444% */
  margin-bottom: 10px;
}
.public {
  box-sizing: border-box;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  background-image: url(../../img/phoneImg/Cad/blackbgc.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.public .documentM-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.public .documentM-title .doc-width {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  background: var(--Linear, linear-gradient(90deg, #68dbff 7.14%, #06f 111.89%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.public .doc-main img {
  width: 100%;
  /* height: fit-content; */
}
.public .doc-main .text {
  color: #fff;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding-bottom: 10px;
}
.result {
  overflow: hidden;
  background-image: url(../../img/phoneImg/Cad/writebgc.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
}
.result .pic img {
  width: 100%;
  /* height: fit-content; */
}
.result .text .oneline {
  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;
}
.result .text .twoline {
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 10px;
}
