/**************commonbox start**********/
.commonbox {
  position: fixed;
  left: 0rem;
  top: 0rem;
  right: 0;
  height: 120px;
  z-index: 9;
  background: rgba(250, 250, 250, 1);
}

.commontop {
  width: 100%;
  height: 120px;
  position: relative;
}

.commontop .commonbgcolor {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 120px;
  background: rgba(250, 250, 250, 1);
  /*-webkit-backdrop-filter: blur(3rem);*/
  /*backdrop-filter: blur(3rem);*/
  /*filter: blur(3rem);*/
  z-index: -1;
}
.commontop .navs {
  display: flex;
  width: calc(100% - 15rem);
  height: 120px;
  margin: 0 auto;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
  transform: translateX(-9rem);
}
.navs .commonico {
  height: 120px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}
.navs .commonico div {
  font-weight: 600;
  font-size: 18px;
  color: #4d4d4d;
  font-family: 'SourceHanSerifCN';
}
.navs .commonico .subTitle {
  font-size: 12px;
  margin-top: 8px;
}