.mobile-container,
.phoneheader {
  display: none;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff;
}

.header h1 {
  color: #fff;
  font-weight: bold;
  font-size: 0;
}

.header .head {
  background: #000;
  color: #999;
}

.header .head .w {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.header .head .w a {
  transition: all 0.2s;
}

.header .head .w a:hover {
  color: #fff;
}

.header .head .toolbar_shortcut {
  height: 100%;
  flex-shrink: 0;
}

.header .head .toolbar_shortcut ul {
  display: flex;
  align-items: center;
  width: 100%;
}

.header .head .toolbar_shortcut ul li {
  position: relative;
  display: flex;
  align-items: center;
}

.header .head .toolbar_shortcut ul li a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.13rem;
}

.header .head .toolbar_shortcut ul li:first-child::after {
  content: '';
  display: block;
  width: 1px;
  height: 0.13rem;
  margin: 0 0.1rem;
  background: #a3a2a2;
}

.header .head nav {
  margin-left: auto;
  height: 100%;
}

.header .head nav .navList {
  display: flex;
  width: 100%;
}

.header .head nav .navList>li {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.header .head nav .navList>li .title a {
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  font-size: 0.13rem;
  height: 100%;
  padding: 0.1rem 0;
}

.header .head nav .navList>li .title a:hover {
  color: #fff;
}

.header .head nav .navList>li .title.active a {
  color: #fff;
}

.header .head nav .navList>li .first {
  display: flex;
  align-items: center;
}

.header .head nav .navList>li .first p:first-child {
  margin-right: 0.1rem;
}

.header .head nav .navList>li .mask {
  top: 0.4rem;
  left: 0;
  position: absolute;
  width: 100%;
  background: #fafafc;
  white-space: nowrap;
  text-align: left;
  box-sizing: border-box;
  display: none;
  height: fit-content;
  z-index: 4;
}

.header .head nav .navList>li .mask .box {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  background: #fafafc;
  width: 100%;
  padding: 0.3rem 0;
}

.header .head nav .navList>li .mask .box .item:last-child {
  margin-right: 0;
}

.header .head nav .navList>li .mask .box .item .name {
  font-size: 0.16rem;
  color: #000;
}

.header .head nav .navList>li .mask .box .item .inner {
  margin-top: 0.1rem;
  display: flex;
  flex-direction: column;
  align-items: left;
}

.header .head nav .navList>li .mask .box .item .inner a {
  font-size: 0.14rem;
  margin: 0.05rem 0;
  display: block;
  cursor: pointer;
  color: #777;
}

.header .head nav .navList>li .mask .box .item .inner a:hover {
  color: #000;
  text-decoration: underline;
}

.header .head nav .navList>li .mask .box .home a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.14rem;
  color: #777;
}

.header .head nav .navList>li .mask .box .home .icon {
  background: #f1f0f0;
  padding: 0.1rem;
  border-radius: 50%;
  margin-bottom: 5px;
}

.header .head nav .navList>li .mask .box .home .icon i {
  font-size: 0.26rem;
  color: #b8b8b8;
}

.header .head nav .navList>li::after {
  content: '';
  display: block;
  width: 1px;
  height: 0.13rem;
  margin: 0 0.1rem;
  background: #a3a2a2;
}

.header .head nav .navList>li:last-child::after {
  display: none;
}

.header .head .car {
  margin-left: 0.2rem;
}

.header .head .car a {
  display: flex;
  align-items: center;
  padding: 0.1rem;
  background: #424242;
  font-size: 0.13rem;
  color: rgba(255, 255, 255, 0.6);
}

.header .head .car a .icon {
  width: 0.18rem;
  height: 0.18rem;
  color: #999;
  margin-right: 5px;
}

.header .foot {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.header .foot .inners {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.1rem 0;
}

.header .foot .inners .logo {
  width: 0.88rem;
  /* height: 0.52rem; */
  height: auto;
}

.header .foot .inners .logo img {
  width: 100%;
  height: 100%;
}

.header .foot .inners .menu {
  margin: 0 auto 0 0.55rem;
  opacity: 0;
}

.header .foot .inners .menu .box {
  display: flex;
  align-items: center;
  font-size: 0.16rem;
  cursor: pointer;
}

.header .foot .inners .menu .box .icon {
  width: 0.22rem;
  height: 0.22rem;
  margin-right: 5px;
}

.header .foot .inners .menu .box:hover {
  color: #e32823;
}

.header .foot .inners .menu .box .title {
  font-size: 0.24rem;
}

.header .foot .inners .menu.active {
  opacity: 1;
}

.header .foot .inners .menu.show {
  opacity: 1;
}

.header .foot .inners .search i {
  font-size: 0.26rem;
  color: #767676;
}

.header .foot .inners .search i:hover {
  color: #000;
}

.header .foot .inners .user {
  display: flex;
  align-items: center;
  font-size: 0.14rem;
}

.header .foot .inners .user a {
  font-size: 0.14rem;
}

.header .foot .inners .user .name {
  display: flex;
  align-items: center;
}

.header .foot .inners .user .name::after {
  content: '';
  display: block;
  width: 1px;
  height: 0.14rem;
  background: #999;
  margin: 0 0.2rem;
}

.header .foot .searchBox {
  position: relative;
  width: 6.2rem;
  margin: auto;
  background: #fff;
  opacity: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}

.header .foot .searchBox .search {
  width: 60%;
  transition: all 0.3s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.4rem;
  border: 1px solid #eeeeee;
  border-radius: 0.5rem;
  background: #f2f2f2;
  margin-left: auto;
}

.header .foot .searchBox .search input {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
  border-radius: 0.5rem;
  padding-left: 0.1rem;
  font-size: 0.14rem;
  background: transparent;
}

.header .foot .searchBox .search #close {
  width: 0.8rem;
  height: 100%;
  border-radius: 0 0.5rem 0.5rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 0.26rem;
  cursor: pointer;
}

.header .foot .searchBox .search #close:hover {
  color: #e32823;
}

.header .foot .searchBox .search #search {
  padding-left: 0.1rem;
  font-size: 0.16rem;
}

.header .foot .searchBox .mask {
  position: absolute;
  background: #fff;
  padding: 0.16rem 0.3rem 0.4rem;
  width: 100%;
  left: 0;
  top: 100%;
  border-radius: 0 0 0.2rem 0.2rem;
  transform: translateY(-300%);
}

.header .foot .searchBox .mask .inner {
  margin-top: 0.2rem;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
}

.header .foot .searchBox .mask .inner .item a {
  display: flex;
  align-items: center;
  font-size: 0.13rem;
}

.header .foot .searchBox .mask .inner .item a span {
  font-size: 0.16rem;
  margin-right: 0.1rem;
  flex-shrink: 0;
}

.header .foot .searchBox .mask .inner .item a .name {
  width: 100%;
  flex: 1;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.header .foot .searchBox .mask .inner .item a:hover {
  color: #e32823;
}

.header .foot .searchBox.active {
  height: auto;
  opacity: 1;
  padding: 0.15rem 0.15rem;
  pointer-events: auto;
  overflow: visible;
}

.header .foot .searchBox.active .search {
  width: 100%;
}

.header .foot .searchBox.active .mask {
  transform: translateY(0%);
}

.tool {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 4rem;
}

.tool li {
  color: #666666;
  font-size: 0.16rem;
  margin: 0 0.15rem;
}

.tool .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.tool .item .top-item-right {
  margin-bottom: 0.1rem;
  font-size: 0.14rem;
  text-align: center;
  color: #999999;
}

.tool .item .bottom-item-left {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.tool .item .bottom-item-left .yes,
.tool .item .bottom-item-left .no {
  width: 0.24rem;
  height: 0.24rem;
  position: relative;
  z-index: 1;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.tool .item .bottom-item-left .yes img,
.tool .item .bottom-item-left .no img {
  width: 100%;
  height: 100%;
}

.tool .item .bottom-item-left .no img {
  width: 0.12rem;
  height: 0.12rem;
}

.tool .item .bottom-item-left .yes {
  display: none;
}

.tool .item .bottom-item-left .line {
  flex: 1;
  height: 0.02rem;
  border-top: 2px solid #d8d8d8;
  min-width: 1.6rem;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 42%;
  transform: translateY(-50%);
}

.tool .item .bottom-item-right {
  flex: 1;
  color: #999999;
  font-size: 0.13rem;
  text-align: center;
  margin-top: 0.1rem;
}

.tool .item:last-child {
  margin-right: 0;
}

.tool .item:last-child .line {
  display: none;
}

.tool .item.active .bottom-item-left .yes {
  display: flex;
}

.tool .item.active .bottom-item-left .no {
  display: none;
}

.tool .item.active .bottom-item-right,
.tool .item.active .top-item-right {
  color: #000;
  opacity: 1;
}

.footer {
  background: #f9f9f9;
}

.footer .head {
  width: 100%;
  padding: 0.3rem 0;
  border-bottom: 1px solid #d8d8d8;
}

.footer .head .w {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.6rem;
}

.footer .head .item {
  width: 100%;
  display: flex;
  align-items: center;
}

.footer .head .item .ico {
  width: 0.4rem;
  height: 0.4rem;
  flex-shrink: 0;
}

.footer .head .item .ico img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.footer .head .item .info {
  margin-left: 4px;
}

.footer .head .item .info .name {
  font-size: 0.14rem;
}

.footer .head .item .info .text {
  font-size: 0.13rem;
  color: #999999;
}

.footer .foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 3.2rem;
}

.footer nav {
  display: flex;
  width: 100%;
  margin-top: 0.6rem;
}

.footer nav .item {
  padding-left: 0.3rem;
  font-size: 16px;
}

.footer nav .item .title a {
  font-size: 0.16rem;
  margin-bottom: 0.3rem;
  color: #000;
}

.footer nav .item .list {
  margin-top: 0.2rem;
}

.footer nav .item .list li {
  margin: 0.1rem 0;
  min-width: 1.5rem;
  font-size: 0.13rem;
  color: #767676;
}

.footer nav .item .list li a {
  color: #767676;
  font-size: 0.13rem;
}

.footer nav .item .list li a:hover {
  color: #000;
  text-decoration: underline;
}

.footer .right {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer .right .tel {
  font-size: 0.28rem;
  font-weight: bold;
}

.footer .right .tip {
  font-size: 0.15rem;
  margin: 0.15rem 0 0.2rem;
}

.footer .right .btn {
  display: flex;
  align-items: center;
  background: #000;
  border-radius: 0.5rem;
  color: #fff;
  padding: 0.1rem 0.2rem;
  font-size: 0.15rem;
  transition: all 0.3s;
}

.footer .right .btn .ico {
  width: 0.24rem;
  height: 0.24rem;
  margin-right: 2px;
}

.footer .right .btn .ico img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.footer .right .btn:hover {
  transform: translateY(-4px);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
}

.footer .beian {
  margin-top: 0.3rem;
  position: relative;
  z-index: 1;
  padding: 0.2rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.footer .beian .w {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #999;
  font-size: 0.14rem;
}

.footer .beian .w img {
  width: 0.9rem;
  height: 0.32rem;
  display: block;
  object-fit: contain;
}

.logHeader {
  background: #f1f1f1;
}

.loginBox {
  background: #fff;
  /* min-height: 88vh; */

  padding: 1rem 0;
   padding-bottom: 0.7rem;
}

.loginBox .w {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.loginBox h2 {
  font-size: 0.38rem;
  font-weight: normal;
}

.loginBox .form {
  margin-top: 0.6rem;
}

.loginBox .form .item {
  width: 360px;
  height: 0.48rem;
  margin-bottom: 0.2rem;
  background: #f2f2f2;
  border-radius: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.2rem;
  position: relative;
}
.loginBox .form .item.nobg {
  background: none;
}
.loginBox .form .item.nopadding {
  padding:0;
}
.loginBox .form .item .tip {
  position: absolute;
  top: 110%;
  left: 0;
  font-size: 0.12rem;
  color: #ff0000;
  display: none;
}

.loginBox .form .item input {
  flex: 1;
  width: 100%;
  height: 100%;
  border: none;
  font-size: 0.15rem;
  color: #333;
  outline: none;
  background: transparent;
}

.loginBox .form .item .eye .show,
.loginBox .form .item .eye .hide {
  cursor: pointer;
}

.loginBox .form .item .eye .show {
  display: none;
}

.loginBox .form .item .eye.show .show {
  display: block;
}

.loginBox .form .item .eye.show .hide {
  display: none;
}

.loginBox .form .item.active {
  border: 1px solid #007dff;
}

.loginBox .form .item.warn {
  border: 1px solid #e32823;
}

.loginBox .form .item.warn .tip {
  display: block;
}

.loginBox .form .item .getCode {
  font-size: 0.15rem;
  color: #0256ff;
}

.loginBox .form .item select {
  display: block;
  width: 30%;
  height: 100%;
  background: transparent;
  border: none;
  outline: none;
  margin-right: 0.2rem;
}

.loginBox .form .codeLogon a {
  font-size: 0.15rem;
  color: #0256ff;
}

.loginBox .form .bottom {
  margin-top: 0.6rem;
  width: 3.6rem;
  height: 0.52rem;
}

.loginBox .form .bottom button {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 0.52rem;
  background: #e32823;
  font-size: 0.18rem;
  color: #fff;
}

.loginBox .form .last {
  margin-top: 0.3rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loginBox .form .last .left,
.loginBox .form .last .right {
  font-size: 0.15rem;
  color: #0256ff;
  display: flex;
  align-items: center;
}

.loginBox .form .last .left::after {
  content: '';
  display: block;
  width: 1px;
  height: 0.15rem;
  background: #d8d8d8;
  margin: 0 0.2rem;
}

.loginFooter {
  background: #f1f1f1;
  padding: 0.3rem 0;
}

.loginFooter .box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loginFooter .box .item {
  display: flex;
  align-items: center;
}

.loginFooter .box .item a {
  font-size: 0.14rem;
  color: #767676;
}

.loginFooter .box .item a:hover {
  color: #e32823;
  text-decoration: underline;
}

.loginFooter .box .item:not(:last-child)::after {
  content: '';
  display: block;
  width: 1px;
  height: 0.2rem;
  background: #d8d8d8;
  margin: 0 0.2rem;
}

.loginFooter .copyright {
  text-align: center;
  font-size: 0.13rem;
  color: #999999;
  margin-top: 0.12rem;
}

.userBox {
  min-height: 94vh;
}

.userBox .form {
  width: 6.1rem;
  margin-top: 0.4rem;
}

.userBox .form .items {
  margin-bottom: 0.3rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.1rem;
  border-bottom: 1px solid #d8d8d8;
}

.userBox .form .items .imgs {
  width: 0.4rem;
  height: 0.4rem;
  flex-shrink: 0;
  margin-right: 0.2rem;
}

.userBox .form .items .imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 50%;
}

.userBox .form .items .name {
  margin-right: auto;
  font-size: 0.16rem;
}

.userBox .form .items i {
  font-size: 0.24rem;
}

.userBox .form .inner {
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
}

.userBox .form .inner .label {
  width: 1rem;
  font-size: 0.16rem;
}

.userBox .form .inner .item {
  margin-bottom: 0;
  width: 100%;
}

.userBox .form .inner .item select {
  width: 100%;
  margin-right: 0;
}

.userBox .form .bottom {
  width: 1.8rem;
  margin: 0.6rem auto 0;
}

.mengceng {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
}

.register .w {
  align-items: flex-start;
}

.register .inner {
  width: 65%;
  display: grid;
  grid-template-columns: auto 3.6rem;
  gap: 2rem;
}

.register .inner .tabs {
  width: 100%;
  text-align: center;
}

.register .inner .tabs .tab {
  padding: 0.2rem 0;
  cursor: pointer;
  border-radius: 0.1rem;
}

.register .inner .tabs .tab.active {
  background: #f2f2f2;
}

.register .inner .tabs .tab:hover {
  background: #e5f2ff;
}

.register .inner .right {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

/* @media screen and (min-width: 320px) and (max-width: 1024px) {
  .w {
    width: 92.5%;
  }

  .phoneheader {
    display: block;
    height: 1rem;
    background-color: #fff;
    position: fixed;
    z-index: 99;
    inset: 0;
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 0.01rem solid #e6e6e6;
  }

  .phoneheader .w {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .phoneheader .logo {
    width: 2.5rem;
    height: auto;
    vertical-align: middle;
  }

  .phoneheader .logo img {
    width: 100%;
    height: 100%;
  }

  .phoneheader .menu {
    width: 0.8rem;
    cursor: pointer;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
  }

  .phoneheader .menu .hamburger__line {
    width: 60%;
    height: 2px;
    background: #000;
    margin: 0.07rem 0;
    transition: all 0.3s ease-out;
    margin-left: auto;
  }

  .phoneheader .menu .hamburger__line:nth-child(2) {
    width: 40%;
  }

  .phoneheader .menu.active .hamburger__line:nth-child(1) {
    transform: translateY(0.2rem) rotate(45deg);
  }

  .phoneheader .menu.active .hamburger__line:nth-child(2) {
    opacity: 0;
  }

  .phoneheader .menu.active .hamburger__line:nth-child(3) {
    transform: translateY(-0.2rem) rotate(-45deg);
  }

  .mobile-container {
    position: fixed;
    z-index: 9999999;
    top: 1rem;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    transition: 0.3s;
    transform: translateX(100%);
    display: block;
  }

  .mobile-container.active {
    transform: translateX(0);
  }

  .mobile-container .footer-list {
    color: #999;
    padding-top: 0.6rem;
  }

  .mobile-container .footer-list a {
    color: #000;
  }

  .mobile-container .footer-list li {
    position: relative;
    padding: 0 0.4rem;
  }

  .mobile-container .footer-list li.nosec .top a {
    flex: 1;
    font-size: 0.35rem;
    font-weight: bold;
    color: #7fbf42;
  }

  .mobile-container .footer-list .top {
    display: flex;
    justify-content: space-between;
    padding: 0.3rem 0;
    border-bottom: 1px solid #d6d6d6;
    -webkit-tap-highlight-color: rgba(0, 28, 88, 0.2);
  }

  .mobile-container .footer-list .top a {
    font-size: 0.35rem;
  }

  .mobile-container .footer-list .top .icon {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    padding-right: 0.2rem;
  }

  .mobile-container .footer-list .top .icon.active span {
    transform: rotateZ(90deg);
  }

  .mobile-container .footer-list .top span {
    transition: 0.3s;
    font-size: 0.38rem;
    text-align: right;
    color: #000;
  }

  .mobile-container .footer-list .second {
    display: none;
    padding-top: 0.15rem;
  }

  .mobile-container .footer-list .second a {
    display: block;
    font-size: 0.32rem;
    color: #000;
    line-height: 2em;
    padding: 0.1rem 0;
    padding-left: 0.6rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
} */


@media screen and (min-width: 320px) and (max-width: 1024px) {
  .banner-menu {
    top: 28px;
    left: 9%;
  }

  .banner {
    margin-top: 195px;
  }

  .banner .swiper .swiper-slide img {
    object-position: 42%;
  }

}