body {
  min-height: 100vh;
  position: relative;
}

header {
  min-height: 118px;
  background: #fafafa;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1050;
}
header .top {
  min-height: 62px;
  background-color: #fff;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
}
header .top .left {
  width: 156.92px;
  min-width: 156.92px;
  text-align: center;
  line-height: 60px;
  font-size: 22px;
  font-weight: 700;
}
header .top .right {
  padding-right: 40px;
}
header .top .right li {
  padding-left: 16px;
  position: relative;
  color: #8588a1;
}
header .top .right li:not(.spe)::before {
  content: "";
  display: inline-block;
  border-left: 12px solid #8588a1;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
header .top .right li:hover {
  text-decoration: underline;
  color: #a6a8bb;
}
header .top .right li:hover::before {
  border-left: 12px solid #a6a8bb;
}
header .top .right li button {
  color: #fff;
  background: #12a3bf;
  padding: 8px 24px 7px;
  width: 166px;
}
header .top .right li button img {
  margin-right: 16px;
}
header .bottom {
  height: 57px;
  line-height: 57px;
}
header .bottom .menu-list {
  width: 50.2%;
}
header .bottom .menu-list > li {
  height: calc(100% + 1px);
  border-left: 1px solid #d3d2cf;
  position: relative;
  top: 1px;
  width: 24.97%;
  text-align: center;
}
header .bottom .menu-list > li a{
  display: inline-block;
  width: 100%;
  height: 100%;
}
header .bottom .menu-list > li:hover {
  background: #cae7ea;
}
header .bottom .menu-list > li:last-child {
  border-right: 1px solid #d3d2cf;
}
header .bottom .menu-list > li.has-child {
  position: relative;
  cursor: pointer;
}
header .bottom .menu-list > li.has-child.active {
  background: #cae7ea;
}
header .bottom .menu-list > li.has-child::after {
  content: "";
  display: inline-block;
  border-top: 4px solid #8588a1;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
}
header .bottom .menu-list > li .children-list {
  box-shadow: 0 3px 20px rgba(18, 163, 191, 0.16);
  width: 100%;
  display: none;
}
header .bottom .menu-list > li .children-list li {
  height: 57px;
  line-height: 57px;
  text-align: center;
  border-bottom: 1px solid #8588a1;
  background: #fff;
}
header .bottom .menu-list > li .children-list li:hover {
  background: #cae7ea;
}
header .bottom .menu-list > li .children-list li:last-child {
  border-bottom: 0;
}
header .sp-show {
  display: none;
}

dl,
ol,
ul,
dd {
  margin-bottom: 0;
}

main {
  padding-top: 119px !important;
  padding-bottom: 460.5px;
}
main .page-inner {
  overflow: visible;
}
main .page-inner nav {
  margin-bottom: 3.51vh;
}
main .page-inner .other-login {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main .page-inner .other-login .title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
main .page-inner .other-login button {
  margin: 2.68vh 0 3.7vh;
  font-size: 18px;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid #bfc0c8;
  height: 59px;
  width: 365px;
}
main .page-inner .other-login button:hover {
  background: #eff7f8;
  border-color: #eff7f8;
}
main .page-inner .other-login .prompt {
  padding-bottom: 3.96vh;
}
main .page-inner .other-login .prompt a {
  color: #217cf3;
  text-decoration: underline;
}
main .page-inner .email-main {
  border: 1px solid #13a3bf;
  border-radius: 4px;
  width: 100%;
}
main .finish-cont form {
  border: 4px solid #12a3bf;
  border-radius: 4px;
  padding: 34px 4% 39px;
}
main .finish-cont form .tips-prompt {
  border: 1px solid #ff0000;
  background: #ffeeee;
  border-radius: 4px;
  padding: 24px 3.26% 31px;
  text-align: center;
}
main .other-inner .finish-inner .finish-cont {
  border: 2px dotted #12a3bf;
  border-radius: 4px;
  padding: 66px 0;
}
main .other-inner .finish-inner .finish-cont .finish-text {
  width: 52%;
  margin: 0 auto;
  min-width: 440px;
}
main .other-inner .finish-inner .finish-cont.finish-w .finish-text{
  width: fit-content;
}
main .other-inner .finish-inner.application .finish-cont .finish-text {
  width: 35.25%;
  min-width: 330px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2rem;
}
main .other-inner .finish-inner button {
  margin: 40px auto 0;
}

footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
footer .top {
  display: flex;
  justify-content: center;
  height: 57px;
  line-height: 57px;
  background-color: #fafafa;
  border-bottom: 1px solid #d3d2cf;
}
footer .top .menu-list {
  width: 50.2%;
  display: flex;
  align-items: center;
}
footer .top .menu-list li {
  height: calc(100% + 1px);
  border-left: 1px solid #d3d2cf;
  position: relative;
  top: 1px;
  width: 24.97%;
  text-align: center;
}
footer .top .menu-list li.has-child {
  position: relative;
}
footer .top .menu-list li.has-child::after {
  content: "";
  display: inline-block;
  border-top: 4px solid #8588a1;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
}
footer .top .menu-list li .children-list {
  box-shadow: 0 3px 20px rgba(18, 163, 191, 0.16);
  width: 100%;
  display: none;
}
footer .top .menu-list li .children-list li {
  width: 100%;
  height: 57px;
  line-height: 57px;
  text-align: center;
  border-bottom: 1px solid #8588a1;
  background: #fff;
  border-left: none;
  border-right: none;
}
footer .top .menu-list li .children-list li:hover {
  background: #cae7ea;
}
footer .top .menu-list li .children-list li:last-child {
  border-bottom: 0;
}
footer .top .menu-list li:last-child {
  border-right: 1px solid #d3d2cf;
}
footer .top .menu-list li:hover {
  background: #cae7ea;
}
footer .top .menu-list li a {
  width: 100%;
  height: 100%;
  display: block;
}
footer .sms {
  margin: 30px 0 28px;
}
footer .sms .title {
  text-align: center;
  font-size: 1rem;
}
footer .sms ul {
  margin-top: 17px;
  display: flex;
  justify-content: center;
}
footer .sms ul li {
  width: 36px;
}
footer .sms ul li:nth-child(2) {
  margin: 0 14px 0 13px;
}
footer .bottom {
  background: #12a3bf;
  color: #fff;
  padding-bottom: 6px;
  padding-top: 36px;
}
footer .bottom .flex {
  justify-content: center;
}
footer .bottom .footer-list li {
  min-height: 24px;
  text-align: center;
  border-left: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 45px;
}
footer .bottom .footer-list li:last-child {
  border-right: 1px solid #fff;
}
footer .bottom .footer-center {
  margin: 40px 0 68px;
  align-items: center;
}
footer .bottom .footer-center li {
  padding: 0 16px;
}
footer .bottom .footer-center .flex {
  align-items: center;
}
footer .bottom .footer-center .flex a {
  width: 20px;
  display: block;
}
footer .bottom .footer-center .flex a:nth-child(2) {
  margin: 0 16px;
}
footer .bottom .copy-right {
  font-size: 12px;
  text-align: center;
}
footer .sp-show {
  display: none;
}

@media screen and (max-width: 1680px) {
  html,
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 1280px) {
  html,
  body {
    font-size: 12px;
  }
  main,
  button.btn {
    font-size: 14px;
  }
  footer .copy-right {
    font-weight: 10px;
  }
  header .top .right li button{
    width: 110px;
    padding: 6px 8px 7px;
  }
  header .top .right li button img{
    margin-right: 0;
  }
  header .top .right li.spe{
    padding-left: 0;
  }
}
header .sp-show.active{
  display: none;
}
.scroll-hidden{
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  header .top .left {
    width: 136.92px;
    min-width: auto;
  }
  header .top .right {
    padding-right: 20px;
    padding-bottom: 0;
  }
  header .top .right li {
    padding-left: 6px;
  }
  header .top .right li button {
    padding: 8px 6px 7px;
    width: 100px;
  }
  /* header .top .right li button img {
    margin-right: 6px;
  } */
  header .top .right li:not(.spe)::before {
    border-left-width: 6px;
    border-top-width: 3px;
    border-bottom-width: 3px;
  }
}
@media screen and (max-width: 900px) {
  html,
  body {
    font-size: 10px;
  }
  header .top .right li button {
    padding: 8px 2px 7px;
    width: 90px;
  }
}
@media screen and (max-width: 768px) {
  header {
    min-height: 56px;
  }
  header .top {
    min-height: 56px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
    padding: 8px 16px 8px 8px;
    box-sizing: border-box;
  }
  header .top .left {
    width: 90px;
  }
  header .top .right {
    display: none;
  }
  header .bottom {
    display: none;
  }
  header .sp-show {
    display: block;
  }
  header .sp-show.header-menu {
    position: relative;
    width: 32px;
    height: 32px;
    border-radius: 2px;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #8588A1;
  }
  header .sp-show.header-menu span {
    background-color: #8588a1;
    width: 20px;
    height: 2px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  header .sp-show.header-menu span:nth-child(1) {
    top: 7px;
  }
  header .sp-show.header-menu span:nth-child(2) {
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
  header .sp-show.header-menu span:nth-child(3) {
    bottom: 7px;
  }
  header .sp-show.header-inner {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #eff7f8;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    display: none;
    padding: 62px 16px 60px;
    box-sizing: border-box;
  }
  header .sp-show.active{
    display: block;
  }
  header .sp-show.header-inner .close {
    display: inline-block;
    position: absolute;
    top: 7px;
    right: 16px;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    border: 1px solid #8588a1;
    cursor: pointer;
  }
  header .sp-show.header-inner .close span {
    background-color: #8588a1;
    width: 20px;
    height: 2px;
    display: block;
    position: absolute;
    left: 5px;
    top: 50%;
  }
  header .sp-show.header-inner .close span:nth-child(1) {
    transform: rotate(45deg);
  }
  header .sp-show.header-inner .close span:nth-child(2) {
    transform: rotate(-45deg);
  }
  header .sp-show.header-inner .items-center {
    justify-content: center;
  }
  header .sp-show.header-inner .items-center .img {
    width: 109.5px;
    margin-right: 35.5px;
  }
  header .sp-show.header-inner .items-center ul li {
    padding-left: 16px;
    margin-bottom: 16px;
    position: relative;
    color: #8588a1;
    line-height: 21px;
    font-size: 16px;
  }
  header .sp-show.header-inner .items-center ul li:last-child {
    margin-bottom: 0;
  }
  header .sp-show.header-inner .items-center ul li::before {
    content: "";
    display: inline-block;
    border-left: 10px solid #8588a1;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  header .sp-show.header-inner .menu-list {
    flex-wrap: wrap;
    align-items: center;
    margin: 42px auto 25px;
    color: #454545;
  }
  header .sp-show.header-inner .menu-list li {
    width: 50%;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    border: 1px solid #d3d2cf;
    text-align: center;
  }
  header .sp-show.header-inner .menu-list li:nth-child(1) {
    border-right: none;
    border-bottom: none;
  }
  header .sp-show.header-inner .menu-list li:nth-child(2) {
    border-bottom: none;
  }
  header .sp-show.header-inner .menu-list li:nth-child(3) {
    border-right: none;
    line-height: 40px;
    position: relative;
  }
  header .sp-show.header-inner .menu-list li:nth-child(3)::after {
    content: "";
    display: inline-block;
    border-top: 4px solid #8588a1;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
  }
  header .sp-show.header-inner .menu-list li a {
    width: 100%;
    height: 100%;
    display: block;
  }
  header .sp-show.header-inner .menu-list li.has-child{
    position: relative;
  }
  header .sp-show.header-inner .menu-list li.has-child .children-list {
    box-shadow: 0 3px 20px rgba(18, 163, 191, 0.16);
    width: 100%;
    display: none;
  }
  header .sp-show.header-inner .menu-list li.has-child .children-list li {
    width: 100%;
    height: 57px;
    line-height: 57px;
    text-align: center;
    border-bottom: 1px solid #8588a1;
    background: #fff;
    border-left: none;
    border-right: none;
  }
  header .sp-show.header-inner .menu-list li.has-child .children-list li a {
    width: 100%;
    height: 100%;
    display: block;
  }
  header .sp-show.header-inner .menu-center li {
    font-size: 14px;
    line-height: 19px;
    padding-bottom: 24px;
    border-bottom: 1px solid #454545;
    margin-bottom: 24px;
    padding-left: 17px;
    color: #454545;
  }
  header .sp-show.header-inner .menu-link {
    color: #454545;
  }
  header .sp-show.header-inner .menu-link .flex {
    font-size: 14px;
    line-height: 19px;
    align-items: center;
  }
  header .sp-show.header-inner .menu-link .flex:nth-child(1) {
    margin-bottom: 24px;
  }
  header .sp-show.header-inner .menu-link .flex:nth-child(1) li {
    padding-left: 32px;
  }
  header .sp-show.header-inner .menu-link .flex:nth-child(1) li:nth-child(1) {
    padding-left: 0;
  }
  header .sp-show.header-inner .menu-link .flex:nth-child(2) .flex {
    padding-left: 16px;
  }
  header .sp-show.header-inner .menu-link .flex:nth-child(2) .flex a {
    width: 16px;
    display: block;
  }
  header .sp-show.header-inner .menu-link .flex:nth-child(2) .flex a:nth-child(2) {
    margin: 0 16px;
  }
  header .sp-show.header-inner .menu-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 35.5px;
  }
  header .sp-show.header-inner .menu-btn .spe:first-child button {
    margin-bottom: 12px;
  }
  header .sp-show.header-inner .menu-btn .spe button {
    width: 166px;
    background-color: #12A3BF;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    padding: 8px 24px 7px;
    height: 39px;
  }
  main {
    padding-top: 56px !important;
    padding-bottom: 390px;
  }
  main .page-inner {
    padding: 0 16px;
    width: 100%;
  }
  main .page-inner nav {
    margin-bottom: 12px;
  }
  main .other-inner .finish-inner .finish-cont {
    padding: 47px 19px 57px;
    border-width: 1px;
  }
  main .other-inner .finish-inner .finish-cont .finish-text {
    width: 100% !important;
    min-width: auto !important;
  }
  main .other-inner .finish-inner.application .finish-cont .finish-text {
    font-size: 16px;
    line-height: 21px;
    text-align: center;
  }
  footer .top {
    height: auto;
    min-width: auto;
    border: none;
    padding: 0 16px;
    line-height: normal;
    display: block;
  }
  footer .top .menu-list {
    width: 100%;
    flex-wrap: wrap;
  }
  footer .top .menu-list li {
    width: 50%;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    border: 1px solid #d3d2cf;
  }
  footer .top .menu-list li:nth-child(1), footer .top .menu-list li:nth-child(2) {
    border-bottom: none;
  }
  footer .top .menu-list li:nth-child(1), footer .top .menu-list li:nth-child(3) {
    border-right: none;
  }
  footer .top .menu-list li.has-child {
    line-height: 40px;
  }
  footer .top .menu-list li.has-child::after {
    bottom: 6px;
  }
  footer .sms {
    margin: 26px 0 16px;
  }
  footer .sms .title {
    font-size: 16px;
  }
  footer .bottom {
    padding: 32px 16px 12px;
    font-size: 14px;
  }
  footer .bottom .footer-center,
  footer .bottom .footer-list {
    display: none;
  }
  footer .bottom .sp-show {
    display: block;
    margin-bottom: 20px;
  }
  footer .bottom .sp-show ul li {
    padding-left: 24px;
    margin-bottom: 8px;
    align-items: center;
    line-height: 19px;
  }
  footer .bottom .sp-show ul li.flex {
    align-items: center;
  }
  footer .bottom .sp-show ul li.flex a {
    display: block;
    width: 16px;
    margin-left: 16px;
  }
  footer .bottom .sp-show ul li.flex a:first-of-type {
    margin-left: 0;
  }
  footer .bottom .sp-show ul li:first-child {
    padding-left: 0;
  }
  footer .bottom .sp-show ul:nth-child(3) > :last-child {
    padding-left: 16px;
  }
  footer .bottom .copy-right {
    font-size: 10px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 362px) {
  footer .bottom {
    font-size: 12px;
  }
  footer .bottom .sp-show ul li {
    padding-left: 12px;
  }
}
@media screen and (max-width: 768px) {
  main .page-inner .email-main {
    border: none;
    border-radius: 0;
    padding: 0 8px;
    border: 1px #12A3BF dashed;
  }
  main .page-inner .email-main.confirm-sp {
    border: none;
  }
  main .page-inner .email-main.register-sp {
    border: none;
  }
  main .page-inner .other-login .title {
    font-size: 16px;
  }
  main .page-inner .other-login button {
    margin: 25px 0 12px;
    font-size: 16px;
    height: 53px;
    width: 100%;
  }
  main .page-inner .email-main.login-show-sp{
    border: none;
  }
  main .page-inner .email-main.login-show-sp .l-btn{
    border-bottom: 1px solid #8588A1;
    width: calc(100% + 16px);
    transform: translateX(-8px);
  }
  main .page-inner .email-main.login-show-sp .other-login{
    width: calc(100% + 16px);
    transform: translateX(-8px);
  }
  main .page-inner .email-main.login-show-sp .other-login>a{
    width: 100%;
    padding: 0 16px;
  }
  main .finish-cont.finish-cont-sp form{
    border: none;
    padding: 0;
  }
  main .finish-cont.finish-cont-sp form .prompt p{
    text-align: left !important;
  }
  main .finish-cont.finish-cont-sp form .tips-prompt {
    padding: 12px 12px 16px;
    text-align: left;
  }
  main .other-inner .finish-inner .finish-cont.shop-f-b-sp{
    border: 1px dashed #12a3bf;
    padding: 36px 19px 39px;
  }
  main .other-inner .finish-inner .finish-cont.shop-f-b-sp button.cancel{
    width: 100px;
    margin: 32px auto 0;
  }
}