.footer-type-a.no-line .footer::before {
  display: none;
}
.footer-type-a.form-show .footer {
  padding-top: 0;
}
.footer-type-a.form-show .form-type-b {
  display: flex;
}
.footer-type-a.form-show .form-type-b .form {
  background-color: #eff2f7;
}
.footer-type-a .form-type-b {
  display: none;
}
.footer-type-a .footer {
  border-top: 0 none;
  padding-top: 80px;
  background: #ffffff;
}
.footer-type-a .footer::before {
  content: '';
  display: block;
  transform: translate(-50%, 0);
  position: absolute;
  left: 50%;
  top: 0;
  height: 1px;
  width: var(--wrap-1680-width);
  background-color: #e0e0e0;
}
.footer-type-a .footer .bot {
  position: relative;
  border-top: 0 none;
}
.footer-type-a .footer .bot::before {
  content: '';
  display: block;
  transform: translate(-50%, 0);
  position: absolute;
  left: 50%;
  top: 0;
  height: 1px;
  width: var(--wrap-1680-width);
  background-color: #e0e0e0;
}
/**底部**/
.footer {
  --color: #333333;
  --hover: var(--mcolor);
  position: relative;
  background: #eff2f7;
  border-top: 1px solid #eeeeee;
  font-size: 16px;
  line-height: 1.6em;
  color: var(--color);
}
.footer a:hover {
  color: var(--mcolor);
}
.footer .form-type-b {
  padding-top: 65px;
  padding-bottom: 65px;
}
.footer .logo-share .logo {
  display: block;
  margin-bottom: 30px;
}
.footer .logo-share .logo img {
  display: block;
  margin: 0 auto;
  width: 184px;
}
.footer .menus .menus-a-s a {
  --pw: 5px;
  --pad: 0.17em;
  display: inline-block;
  position: relative;
  vertical-align: top;
  transform: translateX(0);
  transition: transform 0.3s;
}
.footer .menus .menus-a-s a::before {
  content: '';
  display: block;
  opacity: 0;
  margin-right: 0.2em;
  position: absolute;
  right: 100%;
  top: calc((1.6em - var(--pw))*0.5);
  border-radius: 50%;
  width: var(--pw);
  height: var(--pw);
  background: var(--mcolor);
  transition: width 0.3s;
}
.footer .menus .menus-a-s a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 0;
}
.footer .menus .menus-a-s a:hover {
  transform: translateX(calc(var(--pad) + 0.2em));
}
.footer .menus .menus-a-s a:hover::before {
  opacity: 1;
}
.footer .menus .menus-a-s a:hover::after {
  width: calc(var(--pad) + 0.2em);
}
.footer .bot {
  border-top: 1px solid #e0e0e0;
  font-size: 14px;
  line-height: 1.4em;
  color: #666666;
}
@media (min-width: 1201px) {
  .footer .menus {
    margin-top: -10px;
    width: 76%;
  }
  .footer .menus .menus-li {
    min-width: 15%;
    max-width: 25%;
  }
  .footer .menus .menus-li + .menus-li {
    padding-left: 20px;
  }
  .footer .menus .menus-title {
    font-size: 22px;
    font-weight: bold;
    line-height: 2em;
  }
  .footer .menus .menus-title .ico-add {
    display: none;
  }
  .footer .menus .menus-title .title-word:hover {
    color: var(--mcolor);
  }
  .footer .menus .menus-a-s {
    display: block!important;
    margin-top: 3px;
  }
  .footer .menus .menus-a-s .a-box {
    padding: 0.28em 0;
  }
  .footer .bot {
    margin-top: 105px;
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
@media (min-width: 1201px) and (max-width: 1600px) {
  .footer {
    font-size: 14px;
  }
  .footer .form-type-b {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .footer .menus .menus-title {
    font-size: 18px;
  }
  .footer .menus .menus-a-s .a-box {
    padding: 0.22em 0;
  }
  .footer .bot {
    margin-top: 75px;
    padding-top: 1.8em;
    padding-bottom: 1.8em;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  .footer .form-type-b {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .footer .menus .menus-a-s .a-box {
    padding: 0.2em 0;
  }
  .footer .bot {
    margin-top: 55px;
    padding-top: 1.6em;
    padding-bottom: 1.6em;
  }
}
@media (max-width: 1200px) {
  .footer-type-a .footer {
    padding-top: 0.5rem;
  }
  .footer .form-type-b {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .footer .logo-share {
    width: 100%;
    padding-bottom: 0.4rem;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer .logo-share .logo {
    margin-bottom: 0.3rem;
  }
  .footer .logo-share .logo img {
    width: 2.8rem;
  }
  .footer .logo-share .share-box {
    width: 100%;
    justify-content: center;
  }
  .footer .menus {
    display: none;
    width: 100%;
  }
  .footer .menus .menus-title {
    display: flex;
    border-top: 1px solid #cccccc;
    justify-content: space-between;
    align-items: center;
    font-size: 0.3rem;
    line-height: 2.6em;
    font-weight: normal;
  }
  .footer .menus .menus-title .ico-add {
    --c: var(--color);
    --w: 0.03rem;
    --btnsize: 0.22rem;
    height: 2.6em;
  }
  .footer .menus .menus-title.on .ico-add {
    --c: var(--mcolor);
  }
  .footer .menus .menus-title.on .ico-add::after {
    height: 0;
  }
  .footer .menus .menus-a-s {
    display: none;
    margin-top: -0.1rem;
    padding: 0 0 0.2rem 0;
    font-size: 0.28rem;
    line-height: 2em;
  }
  .footer .menus .menus-a-s a {
    transform: translateX(calc(var(--pad) + 0.2em));
  }
  .footer .menus .menus-a-s a::before {
    opacity: 1;
    top: calc((2em - var(--pw))*0.5);
  }
  .footer .menus .menus-a-s a::after {
    width: calc(var(--pad) + 0.2em);
  }
  .footer .bot {
    padding-top: 0.25rem;
    padding-bottom: 0.2rem;
    flex-wrap: wrap;
    text-align: center;
  }
  .footer .bot .left-cont {
    width: 100%;
  }
  .footer .bot .right-cont {
    width: 100%;
    justify-content: center;
  }
  .footer .bot .right-cont .line {
    margin-top: 0.1rem;
  }
}
