.uesrGTitle {
  width: 100%;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 45px;
  letter-spacing: -1px;
  color: #333333;
}
.uesrGTitleTabs {
  width: 100%;
  border-bottom: 1px solid #d3d3d3;
  padding-top: 60px;
  margin-bottom: 60px;
}
.uesrGTitleTabs > .uesrGTitleTabsParent {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.uesrGTitleTabs > .uesrGTitleTabsParent > .tabC {
  flex-shrink: 0;
  font-size: 18px;
  color: #333333;
  cursor: pointer;
  padding-bottom: 20px;
}
.tabC:hover {
  border-bottom: 1px solid #3ccba6;
  color: #3ccba6 !important;
}
.uesrGTitleTabs > .uesrGTitleTabsParent > div.active {
  border-bottom: 1px solid #3ccba6;
  color: #3ccba6;
}
.tab1 {
  display: block;
}
.partTitle {
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 35px;
  letter-spacing: -1px;
  color: #333333;
  margin-bottom: 15px;
}
.partContent {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.partContent > .partItem {
  width: 386px;
  margin-right: 21px;
  cursor: pointer;
}
.partContent > .partItem:nth-child(3n + 3) {
  margin-right: 0;
}
.partContent > .partItem > img {
  width: 100%;
}
.partContent > .partItem > p {
  margin-top: 15px;
  margin-bottom: 30px;
  text-align: center;
}
.tab3 {
  width: 100%;
  display: none;
}
.tab3 > div {
  float: left;
}
.tab3 > .tab3Left {
  width: 40%;
}
.tab3 > .tab3Left > img {
  width: 100%;
  display: block;
}
.tab3 > .tab3Right {
  width: 60%;
  padding-left: 30px;
}
.tab3 > .tab3Right > .tab3RightTitle {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 76px;
  letter-spacing: -1px;
  color: #404040;
}
.tab3 > .tab3Right > .tab3RightContent {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}
.tab3 > .tab3Right > .tab3RightContent > .tab3RightAdress {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #2f79fc;
  line-height: 36px;
}
.tab3 > .tab3Right > .tab3RightDownload {
  cursor: pointer;
  display: inline-block;
  background-color: #3ccba6;
  border-radius: 6px;
  padding: 11px 25px;
  margin-top: 20px;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 37px;
  letter-spacing: 0px;
  color: #ffffff;
}
/* .mainFooter {
  width: 100%;
  position: relative;
}
.mainFooter > img {
  width: 100%;
  display: block;
  min-width: 1200px;
}
.mainFooter > .mainFooterContent {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.mainFooter > .mainFooterContent > .detail {
  max-width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}
.mainFooter > .mainFooterContent > .detail > .detailTitle {
  margin-top: 50px;
  margin-bottom: 15px;
  width: 100%;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 2px;
  color: #ffffff;
}
.mainFooter > .mainFooterContent > .detail > p {
  font-size: 24px;
  font-weight: 200;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 2px;
  color: #ffffff;
}
.mainFooter > .mainFooterContent > .detail > p > a {
  color: #007eff;
}
.mainFooter > .mainFooterContent > .detail > .referenceManual {
  margin-top: 50px;
  width: 100%;
  text-align: center;
}
.mainFooter > .mainFooterContent > .detail > .referenceManual > img {
  cursor: pointer;
}
.mainFooter > .mainFooterContent > .detail > .referenceManual > p {
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 2px;
  color: #ffffff;
  cursor: pointer;
} */
