footer {
  color: #fff;
  /* height: 230px; */
  background: #141A22;
  position: relative;
  padding:10px 0px;
}

div._left.col-sm-5{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  height: 180px;
}


div._left.col-sm-5>div {
  text-align: center;
  font-family: PangMenZhengDao;
  font-size: 28px;
  color: #FFFFFF;
  letter-spacing: 1.13px;
}

div._left.col-sm-5>div>p {
  margin: 0;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 2.86px;
  line-height: 17px;
}

div.col-sm-7._right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 180px;
}

div.col-sm-7._right p {
  font-family: PingFang-SC-Medium;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  margin: 0;
  /*height: 20px;*/
  line-height: 20px;
}

.footer_bottom {
  text-align: center;
  font-family: PingFang-SC-Medium;
  font-size: 14px;
  color: #7E8692;
  letter-spacing: 0;
}

.footer_bottom a
{
	color: #7E8692;
    text-decoration: none;
}


@media (max-width: 768px) {
  div._left.col-sm-5>div {
    font-size: 20px;
  }
  div._left.col-xs-12{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100px;
  }
  div.col-xs-12._right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100px;
    text-align: center;
  }
  div.col-xs-7._right p {
   text-align: center;
    font-size: 12px;
  }
}