* {
  font-family: Microsoft YaHei;
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: black;
}

input {
  border: none;
}

footer {
  width: 100%;
  height: 274px;
  background: #24252A;
}

.myfooter {
  width: 1200px;
  height: 237px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.left_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.left_bottom>.part {
  height: 105px;
  width: 150px;
}

.part>p:nth-child(n+2) {
  height: 19px;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 19px;
  opacity: 0.4;
}

.left_bottom>.part>p:first-child {
  height: 47px;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 47px;
}

.left_bottom>.part a {
  color: #fefefe;
}

.right_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.right_bottom>img {
  width: 105px;
  height: 104px;
  margin-left: 42px;
}

.phone_txt>p:first-child {
  height: 47px;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 47px;
  padding-top: 18px;
}

.phone_txt>p:nth-child(2) {
  height: 18px;
  font-size: 18px;
  font-weight: 400;
  color: #FFB052;
  opacity: 0.8;
  margin-bottom: 11px;


}

.phone_txt>p:nth-child(n+3) {
  height: 29.5px;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 29.5px;
  opacity: 0.4;
}

.p_foottxt {
  width: 100%;
  height: 36px;
  line-height: 36px;
  border-top: 1px solid rgb(255, 255, 255, 0.25);
}

.p_foottxt>p {
  width: 1200px;
  text-align: center;
  margin: 0 auto;
  height: 36px;
  line-height: 36px;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  opacity: 0.29;
}