#footer {
  background: #0d131a;
}
#footer .footer-section {
  /* flex: 1; */
}
#footer .footer-section .image {
  width: 42px;
  margin-right: 18px;
}
#footer .footer-section a {
  align-self: center;
  color: #fff;
}
#footer .footer-section a:hover .tit {
  text-decoration: underline;
}
#footer .footer-section .subtit {
  opacity: 0.5;
  font-size: 12px;
}
#footer hr {
  width: 100%;
  height: 1px;
  opacity: 0.1;
  background: #ffffff;
  margin-bottom: 0;
  border: none;
}
#footer .footer-tab-l .footer-logo {
  width: 184px;
}
#footer .footer-tab-l .footer-contact {
  color: rgba(255, 255, 255, 0.5);
}
#footer .footer-tab-l .footer-contact span {
  /* color: #fff; */
}
#footer .footer-tab-l .footer-contact a {
  color: #fff;
}
#footer .footer-tab-l .footer-contact a:hover {
  text-decoration: underline;
}
#footer .footer-tab-l .social-icons .image {
  display: inline-block;
  position: relative;
  margin-right: 20px;
}
#footer .footer-tab-l .social-icons .image a img {
  height: 20px;
  opacity: 0.3;
  transition: all 0.4s linear;
}
#footer .footer-tab-l .social-icons .image a {
  position: relative;
}
#footer .footer-tab-l .social-icons .image .info::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  border-top: 8px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
#footer .footer-tab-l .social-icons .image .info {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  transform: translateX(-50%);
  z-index: 2;
  width: 110px;
  border-radius: 8px;
  padding: 10px;
  background-color: #fff;
  display: none;
}
#footer .footer-tab-l .social-icons .image .info img {
  width: 100%;
}
#footer .footer-tab-l .social-icons .image:hover a img {
  opacity: 1;
}
#footer .footer-tab-l .social-icons .image:hover .info {
  display: block;
}
#footer .footer-tab-r {
  flex: 1;
}
#footer .footer-tab-r .tab_list {
  margin-left: auto;
  flex: 0 0 auto;
}
#footer .footer-tab-r .tab_list a:hover {
  color: #fff;
  opacity: 1;
}
#footer .footer-tab-r .tab_list .tit a:hover {
  text-decoration: underline;
}

#footer .footer-tab-r .tab_list .tit a {
  color: #fff;
}
#footer .footer-tab-r .tab_list ul li {
  margin-top: 20px;
}
#footer .footer-tab-r .tab_list ul li a {
  color: #fff;
  opacity: 0.4;
}
#footer .footer-link {
  color: #fff;
}
#footer .footer-link span {
  color: #fff;
  opacity: 0.3;
}
#footer .footer-link a {
  color: #fff;
  opacity: 0.3;
  margin-right: 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
#footer .footer-link a.close span,
#footer .footer-link a.open span {
  opacity: 1;
}

#footer .footer-link a.close svg,
#footer .footer-link a.open svg {
  margin-left: 4px;
}

#footer .footer-link a.close:hover,
#footer .footer-link a.open:hover {
  text-decoration: underline;
}
#footer .footer-link a:hover {
  opacity: 1;
}
#footer .footer-link a img {
  height: 10px;
  margin-left: 10px;
}
#footer .footer-bottom img {
  width: 20px;
}
#footer .footer-bottom a {
  color: #fff;
  opacity: 0.3;
  transition: all 0.2s linear;
}
#footer .footer-bottom a:hover {
  color: #fff;
  opacity: 1;
}
#footer .footer-bottom span {
  margin: 0 10px;
}
#footer .footer-bottom span:last-child {
  display: none;
}

#footer .footer_fixed {
  position: fixed;
  right: 20px;
  bottom: 10%;
  z-index: 99;
  display: none;
}
#footer .footer_fixed > div {
  background: #fff;
  padding: 3px;
  border-radius: 10px;

  box-shadow: -5px 0px 15px 5px rgba(0, 0, 0, 0.06);
}

#footer .footer_fixed img {
  height: 18px;
}
#footer .footer_fixed_m {
  margin-top: 10px;
}
#footer .footer_fixed_m > div {
  position: relative;
  cursor: pointer;
  width: 54px;
  height: 54px;
  /* background: #f6f9fc; */
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .footer_fixed_m > div > a {
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .footer_fixed_m > div .icon {
  filter: brightness(0);
  opacity: 0.2;
  transition: all 0.2s linear;
}
#footer .footer_fixed_m > div:hover {
  background: #f6f9fc;
}

#footer .footer_fixed_m > div:hover .icon {
  filter: none;
  opacity: 1;
}
#footer .footer_fixed_m hr {
  width: 30px;
  height: 1px;
  opacity: 0.1;
  background: #777777;
  border: none;
  margin: 2px auto;
}

#footer .footer_fixed_m .info {
  position: absolute;
  right: 80px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  width: max-content;
  display: none;
  box-shadow: -5px 0px 15px 5px rgba(0, 91, 254, 0.06);
}

#footer .footer_fixed_m .info a {
  color: var(--textColor);
  font-weight: 500;
}
#footer .footer_fixed_m .info div {
  text-align: center;
  font-size: 14px;
  color: #222;
}
#footer .footer_fixed_m .info img {
  width: 100px;
  height: auto;
}
#footer .footer_fixed_m .info::after {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  border-left: 10px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
#footer .footer_fixed_f {
  margin-top: 10px;
}
#footer .footer_fixed_f > div {
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  width: 54px;
  height: 54px;
}

#footer .footer_fixed_f > div .icon {
  filter: brightness(0);
  opacity: 0.2;
  transition: all 0.2s linear;
}
#footer .footer_fixed_f > div:hover {
  background: #f6f9fc;
}

#footer .footer_fixed_f > div:hover .icon {
  filter: none;
  opacity: 1;
}
#footer .footer_fixed_m p {
  display: none;
}
#footer .footer_fixed > div.footer_fixed_t {
  padding: 20px 0;
  background: #005bfe;
  border-radius: 10px;
  text-align: center;
}
#footer .footer_fixed_t a {
  text-align: center;
  display: block;
}
#footer .footer_fixed_t p {
  writing-mode: vertical-rl;
  text-orientation: upright;
  color: #fff;
  margin: auto;
  margin-top: 10px;
  letter-spacing: 4px;
}
@media only screen and (min-width: 768px) {
  #footer .footer_fixed .toPage a {
    padding: 0;
    border: none;
  }
  #footer .footer_fixed .toPage a:hover {
    background: transparent;
    border: none;
  }
  #footer .footer_fixed .toPage a img {
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  #footer .footer_fixed_m > div:first-child {
    margin-top: 0;
    border: none;
    background: var(--textColor);
  }
  #footer .dis_flex {
    flex-wrap: wrap;
  }
  #footer .footer_fixed_m > div:first-child img {
    filter: brightness(0) invert(1);
    opacity: 1;
  }
  #footer .footer_fixed_m > div:first-child p {
    color: #fff;
  }
  #footer .footer-tab-r {
    flex: 0 0 100%;
  }
  #footer .wrap {
    padding-bottom: 100px;
  }
  .footer-tab-l {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  #footer .dis_ju_sp {
    display: flex;
    flex-wrap: wrap;
  }
  #footer .dis_ju_sp > div {
    flex: 0 0 40%;
    margin-top: 20px;
  }
  #footer .footer-top {
    justify-content: center;
  }
  #footer .footer-tab-l .social-icons {
    text-align: center;
  }
  #footer .footer-tab-l .social-icons > .image:last-child {
    margin-right: 0;
  }
  #footer .footer-section .image {
    /* width: 100%;
    margin-right: 0;
    align-self: center;
    text-align: center; */
    width: 30px;
  }
  #footer .footer-section a {
    /* justify-content: center; */
  }
  #footer .footer-section a div {
    display: flex;
    align-items: center;
  }
  #footer .footer-section .image img {
    width: 100%;
  }
  #footer .footer-section a {
    width: 100%;
  }
  #footer .footer-section .tit {
    /* text-align: center; */
    /* margin-top: 6px; */
  }
  #footer .footer-section .subtit {
    display: none;
  }
  #footer .footer-tab-l .footer-logo {
    display: none;
  }
  #footer .footer-tab-l .footer-contact > div {
    display: inline-block;
  }
  #footer .footer-tab-l .footer-contact > div:first-child {
    width: 100%;
    height: 40px;
    border: 1px solid #ffffff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #footer .footer-tab-l .footer-contact span {
    display: none;
  }
  #footer .footer-tab-l .footer-contact span.moShow {
    display: block;
    width: 20px;
    margin-right: 20px;
  }
  #footer .footer-tab-l .footer-contact span img {
    width: 100%;
  }
  #footer .footer-tab-r .tab_list {
    flex: 0 0 100%;
  }
  #footer .footer-tab-r .tab_list {
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  #footer .footer-tab-r .tab_list:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  #footer .footer-tab-r .tab_list ul {
    display: none;
  }
  #footer .footer-tab-r .tab_list .tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #footer .footer-tab-r .tab_list ul {
    display: flex;
    flex-wrap: wrap;
    display: none;
  }
  #footer .footer-tab-r .tab_list ul li {
    width: 50%;
    min-width: 50%;
    display: inline-block;
    float: left;
  }
  .footer-tab-l {
    order: 1;
    margin-bottom: 0;
  }
  #footer hr.mt40 {
    display: none;
  }
  #footer .footer-tab-l .footer-contact {
    margin-top: 8vw;
    display: none;
  }

  #footer .footer-tab-l .social-icons {
    margin-top: 10vw;
  }
  #footer .footer-link {
    margin-top: 10vw;
    justify-content: center;
  }
  #footer .footer-bottom > div {
    flex: 0 0 100%;
  }
  #footer .footer_fixed_m > div > a {
    flex-wrap: wrap;
  }
  #footer .footer-bottom > div:nth-child(1) {
    order: 2;
  }
  #footer .footer-bottom > div:nth-child(2) {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
  }
  #footer .footer-bottom > div br {
    display: none;
  }
  #footer .footer-bottom > div div {
    display: inline-block;
  }
  #footer .footer-tab-r .tab_list .tit svg {
    transition: all 0.2s linear;
  }
  #footer .footer-tab-r .tab_list .tit.act svg {
    transform: rotate(180deg);
  }

  #footer .footer_fixed.pcHide {
    display: none !important;
  }
  #footer .footer_fixed {
    display: flex;
    border-radius: 0;
    padding: 0;
    width: 100%;
    right: 0;
    bottom: 0;
    border-radius: 0;
  }
  #footer .footer_fixed_m .information {
    order: 4;
  }
  #footer .footer_fixed_m > div {
    flex-wrap: wrap;
    align-content: center;
    border-radius: 0;
    flex: 1;
    padding: 10px 0;

    width: auto;
  }
  #footer .footer_fixed_m > div {
    height: auto;
  }
  #footer .footer_fixed > div p {
    font-size: 12px;
    display: block;
    text-align: center;
    flex: 0 0 100%;
    margin-top: 2px;
  }

  #footer .footer_fixed img {
    height: 20px;
  }
  #footer .footer_fixed_m .info {
    display: none !important;
  }

  #footer .footer_fixed .toPage a {
    display: flex;
    align-items: centere;
  }
  #footer .footer_fixed > div {
    display: inline-block;
    border: none;
    text-align: center;
    padding: 0;
    margin: 0;
    margin-right: 10px;
    border-radius: 0;
  }
  #footer .footer_fixed .toTop {
    width: 40px;
    height: 40px;
  }
  #footer .footer_fixed > div.information {
    margin-left: auto;
  }
  #footer .footer-tab {
    margin-top: 6vw;
  }
  #footer .footer_fixed .toPage {
  }
  #footer .footer_fixed .toPage a {
    border-color: var(--textColor);
    background-color: var(--textColor);
  }
  #footer .footer_fixed > div.footer_fixed_t {
    display: none;
  }

  #footer .footer_fixed .footer_fixed_m {
    flex: 1;
    display: flex;
    align-items: center;
    margin: 0;
  }

  #footer .footer_fixed .footer_fixed_m hr {
    width: 1px;
    height: 20px;
  }
  #footer .footer_fixed_f {
    display: none !important;
  }
}
