.myfooter {
  padding: 20px 30px;
  height: 422px;
  width: calc(100% - 60px);
  max-width: 1380px;
  margin: auto;
  margin-bottom: 0;
  display: flex;
  justify-content: end;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .myfooter {
    padding: 2vw 3vw;
    height: 60vw;
    width: 94vw;
  }
}
.myfooter .footer_bg {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 100%;
  z-index: -1;
}
@media screen and (min-width: 1800px) {
  .myfooter .fpc {
    left: -200px;
  }
}
@media screen and (max-width: 1023px) {
  .myfooter .fpc {
    display: none;
  }
}
.myfooter .fh5 {
  display: none;
}
@media screen and (max-width: 1023px) {
  .myfooter .fh5 {
    width: 100%;
    display: block;
  }
}
.myfooter .footer_main {
  width: 60%;
  height: 100%;
  display: flex;
  align-items: end;
  justify-content: end;
  flex-direction: column;
}
.myfooter .footer_main .footer_item {
  margin-top: 25px;
  display: flex;
  align-items: center;
  color: #fff;
}
.myfooter .footer_main .footer_item a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-left: 16px;
  text-decoration: none;
}
.myfooter .footer_main .footer_item img {
  width: 200px;
}
.myfooter .footer_main .footer_item span {
  font-size: 20px;
}
@media screen and (max-width: 1023px) {
  .myfooter .footer_main {
    width: 100%;
    align-items: center;
    justify-content: end;
  }
  .myfooter .footer_main .footer_item {
    margin-top: 2.5vw;
  }
  .myfooter .footer_main .footer_item a {
    font-size: 2vw;
    margin-left: 1.6vw;
  }
  .myfooter .footer_main .footer_item img {
    width: 19.8vw;
  }
  .myfooter .footer_main .footer_item span {
    font-size: 1.9vw;
  }
  .myfooter .footer_main .fimg {
    margin-bottom: auto;
  }
}
.myfooter .toTop {
  display: none;
  align-items: center;
  justify-content: end;
  cursor: pointer;
  height: 50px;
  width: 60px;
  position: fixed;
  bottom: 50px;
  right: 10px;
}
.myfooter .toTop img {
  width: 100%;
}
@media screen and (max-width: 400px) {
  .myfooter .toTop {
    height: 12.5vw;
    width: 15vw;
    bottom: 12.5vw;
    right: 2.5vw;
  }
}
