.productSuperiority {
  width: 100%;
  background: #f6faff;
}
.mobileCentent {
  display: flex;
  width: 55%;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 0.82rem;
  padding-bottom: 0.97rem;
}
.mobileCententItem {
  /* width: 2.3rem; */
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mobileCententItem:nth-of-type(2) {
  /* margin-right: 2.4rem;
  margin-left: 2.5rem; */
}
@media only screen 
  and (min-width: 320px) 
  and (max-width: 480px)
  and (resolution: 150dpi) {
   
}
.mobileCententItem:nth-of-type(2){
  padding: 0 0.5rem;
}
.mobileCententItem .mobileCententItemWrapImg {
  width: 1.5rem;
  cursor: pointer;
  margin: 0 auto;
}
.mobileCententItem .mobileCententItemWrapImg img {
  width: 100%;
  transition: all 1s;
}
.mobileCententItem .mobileCententItemWrapImg:hover img {
  /* transform: scale(1.3) rotateZ(360deg); */
}
.mobileCententItemText {
  text-align: left;
  line-height: 20px;
  width: 100%;
}
.chartGroupItem {
  background: #ffffff;
  padding-top: 0.77rem;
  padding-bottom: 0.81rem;
  display: flex;
  justify-content: center;
}
.chartGroupItemText {
  margin-right: 2rem;
  width: 5.64rem;
  padding-top: 0.9rem;
}
.chartGroupItem img {
  width: 5.84rem;
}
#operatingPrincipleSubTitle {
  margin-top: 0.08rem;
}
.chartGroupItemfff {
  background: #f5f6f9;
}
.chartGroupItemTextfff {
  margin-left: 2rem;
  margin-right: 0;
  width: 5.64rem;
  padding-top: 0.9rem;
}
.planAdvantage {
  background: #f6faff;
  padding-bottom: 0.89rem;
}
.planAdvantageContent {
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
}
.planAdvantageContent .planAdvantageContentItem {
  margin-right: 0.32rem;
  width: 3.04rem;
  /* height: 3.62rem; */
  padding-bottom: 0.32rem;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 0.14rem 0px rgba(0, 0, 0, 0.1);
}
.planAdvantageContent .planAdvantageContentItem:nth-of-type(4) {
  margin-right: 0;
}
.planAdvantageContent .planAdvantageContentItem:hover img {
  /* transition: all 1s;
  transform: scale(1.3) rotateZ(360deg); */
}
.planAdvantageContentItem img{
    width: 1.81rem;
  }
.planAdvantageContentItem:nth-of-type(2) img{
    width: 0.9rem;
}
.planAdvantageContentItem:nth-of-type(3) img{
    width: 1.09rem;
}
.planAdvantageContentItem:nth-of-type(4) img{
    width: 1.13rem;
}
.planAdvantageContentItemImage{
    height: 2.45rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.digitalFabrication1AdvantageP{
    display: flex;
    flex-direction: column;
}
.digitalSub{
  margin-top: 0.1rem;
}
.digitalFabrication1AdvantageSpan,.digitalSub{
    padding: 0 0.5rem;
}
.planAdvantageContentItem p{
    text-align: center;
}
.productSuperiority_dig{
    background: #fff;
}

/* emr */
.planAdvantageContent .emrPlanAdvantageContentItem{
  margin-right: 0.42rem;
}


/* ci 自动化测试 */
.autoTestCentent{
  margin-top: 0.9rem;
  padding-bottom: 1rem;
}
.autoTestCententItem{
  display: flex;
  width: 56%;
  margin:0 auto;
  align-items: center;
}
.autoTestApplicationScenarTitle{
  margin-bottom: 0.06rem;
}
.autoTestApplicationScenarSubTitle{
  margin-top: 0.02rem;
}
.autoTestImg img{
  width: 2.48rem;
}
.autoTestText{
  margin-right: 3.8rem;
}
.autoTestImg2{
  margin-right: 4rem;
}
.autoTestCententItem:nth-of-type(2){
  margin-top: 1rem;
}
.md-chartGroupItemText{
  display: none;
}