.common_footer {
  min-width: 1366px;
  height: 326px;
  background: #333333;
  margin: 0 auto;
}

.common_footer_top {
  display: flex;
  padding-top: 18px;
  padding-bottom: 30px;
}

.common_footer_left {
  margin-left: 127px;
  display: flex;
}

.common_footer_item {
  margin-right: 113px;
}

.common_footer_tit {
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  padding-bottom: 14px;
}


.common_footer_p {
  font-size: 14px;
  font-weight: 400;
  color: #AEAEAE;
  margin-top: 10px;
}

.common_footer_right {
  margin-left: 127px;
  display: flex;
}

.common_footer_end {
  border-top: 2px solid rgba(255,255,255, 0.2) ;
  /* opacity: 0.2; */
  font-weight: 400;
  color: #AEAEAE;
  text-align: center;
  font-size: 14px;
}
.common_footer_end a{
  color: #AEAEAE !important;
}