@keyframes transition-out {
  from {
    position: fixed;
    left: 0;
    translate: 0;
    rotate: 0;
  }
  to {
    position: fixed;
    left: -100vw;
    rotate: -10deg;
  }
}
@keyframes transition-in {
  from {
    position: fixed;
    left: 100vw;
    rotate: -10deg;
  }
  to {
    position: fixed;
    left: 0;
    rotate: 0;
  }
}
.appBox .header {
  height: 46px;
  box-sizing: border-box;
}
.appBox .urlListBox.unsetBg {
  background: unset !important;
}
.appBox .mainBody {
  margin-bottom: 20px;
  position: relative;
}
.appBox .mainBody .rightBox {
  min-width: 50vw;
}
.appBox .footer .beian {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.appBox .footer .beian .beian_jump_url {
  display: inline;
}
.appBox .footer .beian .beian_jump_url.jump:hover {
  text-decoration: underline #98989e;
}
.appBox.dark {
  background: #091829;
}
.appBox.dark .searchSection .mainBox .whiteSearchBox input {
  caret-color: white;
  color: white;
}
.appBox.dark .urlListBox {
  background: #091829;
}
.appBox.dark .urlListBox .topBox {
  background: #091829 !important;
}
.appBox.dark .whiteBox {
  background: #1b2838;
}
.appBox.dark .toTop {
  color: #FFF;
  background: #223041;
  box-shadow: unset;
}
.appBox.dark .footer {
  background: #000817;
}
.appBox.dark .mobileMenu {
  background: #091829;
}
.appBox.dark .mobileMenu .cateListBox .item {
  color: #FFF;
}
.appBox.dark .header {
  background: rgba(0, 8, 23, 0.8);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
}
.appBox.dark .header.notTop {
  background: rgba(0, 8, 23, 0.8);
}
.appBox.dark .header .centerNav .item {
  color: #fff;
}
.appBox.dark .header .centerNav .item.act {
  color: var(--base-color);
}
.appBox.dark .topImg {
  top: 0;
  z-index: 0;
}
.appBox.dark .mainBody {
  position: relative;
}
.appBox.dark .mainBody .leftBox {
  background: rgba(0, 8, 23, 0.8);
}
.appBox.dark .mainBody .leftBox .title {
  color: #FFF;
}
.appBox.dark .mainBody .leftBox .cateListBox .item {
  color: #FFF;
}
.appBox.dark .mainBody .leftBox .cateListBox .item:hover {
  color: var(--base-color);
}
.appBox.dark .mainBody .leftBox .cateListBox .item.act {
  color: #000;
  background: #FFF;
}
.appBox.dark .body .cateTitle {
  color: #FFF;
}
.appBox.dark .body .topBox {
  background: transparent !important;
}
.appBox.dark .body .topBox .nowItem {
  color: #fff;
}
.appBox.dark .body .topBox .noticeBox {
  background: rgba(235, 241, 255, 0.1);
  border-color: transparent;
}
.appBox.dark .body .topBox .noticeBox .gg {
  color: #FFF;
}
.appBox.dark .body .topBox .noticeBox .list .item {
  color: #FFF;
}
.appBox.dark .body .bigList .item {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.05);
}
.appBox.dark .body .bigList .item .info2 .top .title {
  color: #FFF;
}
.appBox.dark .body .bigList .item .info2 .top .rightIcon {
  color: #FFF;
}
.appBox.dark .body .bigList .item .info2 .desc {
  color: rgba(255, 255, 255, 0.6);
}
.appBox.dark .body .bigList .item .bottom {
  border-top: 1px solid transparent;
}
.appBox.dark .body .bigList .item .bottom .qrcode {
  color: #a3a9af;
}
.appBox.dark .body .bigList .item .bottom .labelList .label {
  color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
}
.appBox.dark .mbBox .whiteBox .searchBox {
  background: rgba(255, 255, 255, 0.2);
  border-color: var(--base-color);
}
.appBox.dark .mbBox .whiteBox .searchBox i {
  color: #FFF;
}
.appBox.dark .mbBox .whiteBox .searchBox input {
  color: #FFF;
}
.appBox.dark .mbBox .whiteBox .formBox .inputBox .input {
  background: rgba(255, 255, 255, 0.2);
  color: #FFF;
}
.appBox.dark .mask .whiteBox {
  border-color: rgba(27, 40, 56, 0.2);
  box-shadow: 0px 2px 5px -2px rgba(27, 40, 56, 0.2);
}
.appBox.dark .mask .whiteBox .hint {
  color: #FFF;
}
.appBox.dark .mask .whiteBox .qrcodeInfoBox {
  background: #091829;
  border: 1px solid var(--base-color);
}
.appBox.dark .mask .whiteBox .qrcodeInfoBox .rightBox .name {
  color: #FFF;
}
.topImg {
  position: absolute;
  z-index: -1;
  max-height: 467px !important;
}
.topImg img {
  width: auto;
}
.searchSection.autoHeight {
  height: auto;
  padding-bottom: unset !important;
}
.body {
  max-width: calc(100vw - 330px);
  padding-top: 20px;
  box-sizing: border-box;
}
.body .urlListBox {
  background: #fafbfd;
  padding: 20px 10px;
  border-radius: 14px;
}
.body div {
  max-width: 100% !important;
}
.body .list {
  max-width: 100%;
}
.body .bigList {
  max-width: 100%;
  flex-wrap: wrap;
  position: relative;
  z-index: 0;
}
.body .bannerList {
  margin-top: 30px;
}
.body .bannerList .banner {
  width: calc(33% - 5px);
}
.body .bannerList .banner img {
  width: 100%;
  height: 100%;
}
.body .topBox {
  z-index: 1;
  margin-top: 5px;
}
.body .topBox .noticeBox {
  flex: 1;
}
.mainBody {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  max-width: 1490px;
  min-width: 60vw;
  margin: 93px auto 0;
  flex: 1;
}
.mainBody .leftBox {
  position: sticky;
  top: 90px;
  width: 230px;
  box-sizing: border-box;
  border-radius: 16px;
  background: rgba(250, 251, 253, 0.8);
  box-shadow: 0px 0px 11px -4px rgba(55, 84, 106, 0.25);
  margin-right: 17px;
  max-height: 80vh;
  overflow-y: hidden;
  padding-top: 19px;
  flex-shrink: 0;
}
.mainBody .leftBox .title {
  color: #232323;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  margin-bottom: 24px;
}
.mainBody .leftBox .rightBox {
  flex: 1;
  max-width: 100vw;
  box-sizing: border-box;
}
.cateListBox .item {
  cursor: pointer;
  padding: 10px 0;
  border-radius: 8px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  transition: all 0.2s;
}
.cateListBox .item.act {
  background: var(--base-color);
  color: #FFF;
}
.cateListBox .item.act:hover {
  background: var(--base-color);
  color: #FFF;
}
.cateListBox .item:hover {
  background: var(--label-bg-color);
  transition: all 0.2s;
}
.searchSection .mainBox {
  margin-top: 0;
}
.searchSection {
  height: auto;
}
.mbBox {
  flex-direction: column;
}
.mbBox.search {
  justify-content: flex-start;
}
.mbBox.search .whiteBox {
  margin: 10vh auto 0;
}
.mbBox .closeBtn {
  width: 34px;
  height: 34px;
  border: 2px solid #FFF;
  border-radius: 50%;
  margin-top: 25px;
  color: #FFF;
  text-align: center;
  line-height: 38px;
  cursor: pointer;
}
.mbBox .closeBtn i {
  font-weight: bold;
}
.mbBox .whiteBox {
  position: relative;
  padding: 45px 58px 46px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 2px 5px -2px rgba(14, 41, 105, 0.2);
  backdrop-filter: blur(20px);
}
.mbBox .whiteBox .logo {
  width: 168px;
}
.mbBox .whiteBox .formBox .inputBox {
  margin-bottom: 18px;
  max-width: 100%;
  width: 292px;
}
.mbBox .whiteBox .formBox .inputBox .label {
  color: #919191;
  font-size: 14px;
}
.mbBox .whiteBox .formBox .inputBox .input {
  overflow: hidden;
  width: unset;
  margin-top: 9px;
  max-width: 100%;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.8);
  border: none;
}
.mbBox .whiteBox .formBox .inputBox .input input {
  font-size: 16px;
  background: transparent;
}
.mbBox .whiteBox .formBox .inputBox .codeBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 9px;
  gap: 13px;
}
.mbBox .whiteBox .formBox .inputBox .codeBox .input {
  margin-top: 0;
}
.mbBox .whiteBox .formBox .inputBox .codeBox .sendEmailBtn {
  width: 80px;
  height: 38px;
  border-radius: 32px;
  background: var(--base-color);
  font-size: 16px;
  color: #FFF;
  text-align: center;
  line-height: 38px;
  flex-shrink: 0;
  cursor: pointer;
}
.mbBox .whiteBox .formBox .inputBox .codeBox .sendEmailBtn:hover {
  opacity: 0.8;
}
.mbBox .whiteBox .formBox .btn {
  padding: 6px 0;
  color: #FFF;
  font-size: 16px;
  border-radius: 214px;
  background: var(--base-color);
  margin-top: 32px;
}
.mbBox .whiteBox .bottom div {
  font-size: 16px;
  cursor: pointer;
}
.mbBox .whiteBox .bottom div:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1440px) {
  .searchSection.autoHeight {
    padding-bottom: 13vw;
  }
}
.mobile,
.mobileMenu {
  display: none;
}
@media screen and (max-width: 1024px) {
  .body .bannerList .banner {
    height: 158px;
  }
  .body {
    max-width: 95vw;
  }
  .mainBody {
    margin-top: 60px;
  }
  .mainBody .leftBox {
    display: none;
  }
  .mobileMask {
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1099;
    display: none;
  }
  .mobileMask.show {
    display: block;
  }
  .mobileMenu {
    padding: 30px;
    z-index: 1100;
    display: block;
    width: 75vw;
    height: 100vh;
    background: #FFF;
    box-sizing: border-box;
    transition: all 0.4s;
    left: -100vw;
    top: 0;
    position: fixed;
  }
  .mobileMenu .logo {
    width: 121px;
    margin: 0 auto;
  }
  .mobileMenu.show {
    left: 0;
    transition: all 0.4s;
  }
  .searchSection {
    padding: 0;
  }
  .body .bigList .item {
    margin-top: 5px;
  }
  .body {
    width: 100vw;
    box-sizing: border-box;
  }
  .body .bannerList {
    overflow-x: auto;
    max-width: 100%;
  }
}
.bannerListmobile {
  display: none;
  margin-top: -30px;
}
.body .bigList .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.body .bigList .item a {
  flex: 1;
}
.body .bigList .item .info2 .top {
  display: flex;
  align-items: center;
  gap: 10px;
}
.body .bigList .item .info2 .top .icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}
.body .bigList .item .info2 .top .icon img {
  height: 100%;
}
.body .bigList .item .info2 .top .titBox {
  display: flex;
  align-items: center;
  gap: 5px;
  flex: 1;
  width: calc(100% - 96px);
}
.body .bigList .item .info2 .top .titBox .title {
  flex: 1;
  color: #1c1f23;
  font-weight: bold;
  font-size: 16px;
}
.body .bigList .item .info2 .top .titBox .agentIcon {
  width: 16px;
  height: 16px;
  margin-top: 5px;
}
.body .bigList .item .info2 .top .rightIcon {
  color: var(--base-color);
  transform: rotate(90deg);
  flex-shrink: 0;
}
.body .bigList .item .info2 .top .rightIcon i {
  font-weight: bold;
}
.body .bigList .item .info2 .desc {
  color: #ababab;
  font-size: 14px;
  margin-top: 7px;
}
@media screen and (min-width: 768px) {
  .bigList .item {
    transition: all 0.4s;
  }
  .bigList .item:hover {
    transform: translateY(-10px);
    transition: all 0.4s;
    box-shadow: 0px 10px 30px 8px rgba(55, 84, 106, 0.04);
  }
}
@media screen and (max-width: 580px) {
  .footer .beian {
    text-align: center;
    justify-content: center;
    flex-direction: column;
  }
  .footer .beian a {
    display: block !important;
  }
  .footer .beian span {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  .header .right .userInfo .more {
    display: none;
  }
  .body .bigList .item .info2 .desc {
    font-size: 12px;
  }
  .appBox .bannerList {
    margin-top: -30px;
  }
  .appBox .menuIcon i {
    font-size: 26px;
  }
  .appBox .header .container {
    height: 100%;
  }
  .appBox .header .right {
    gap: 12px;
  }
  .appBox .header .logo {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    z-index: -1;
  }
  .appBox .header .logo img {
    height: 28px;
    width: unset;
  }
  .pc {
    display: none !important;
  }
  .body .bigList {
    grid-template-columns: repeat(2, 1fr);
  }
  .body .bigList .item .info .icon {
    width: 35px !important;
    height: 35px !important;
  }
  .body .bigList .item .info2 .top .rightIcon {
    display: none;
  }
  .body .bigList .item .info2 .top .title {
    font-size: 14px;
  }
  .body .bigList .item .info2 .top .icon {
    width: 36px !important;
    height: 36px !important;
  }
  .bannerListmobile {
    display: block;
  }
  .bannerListmobile .scrollX {
    display: flex;
    gap: 7px;
  }
  .bannerListmobile .banner {
    width: 224px;
    height: 94px;
  }
  .bannerListmobile .banner img {
    width: 224px;
    height: 94px;
  }
  .body .topBox3 {
    display: none;
  }
  .body .cateTitle {
    color: #232323;
    font-size: 16px;
    font-weight: normal;
  }
  .body .bigList .item .info {
    align-items: center;
  }
  .body .bigList .item .info .icon {
    border-radius: 6px;
  }
  .body .bigList .item .info .icon img {
    height: 100%;
  }
  .body .bigList .item .info .right .name {
    font-size: 13px;
  }
  .body .bigList .item .info .right .desc {
    font-size: 11px;
    height: unset;
    margin-top: 3px;
  }
  .mask .qrcodeInfoBox .img {
    display: none;
  }
  #qrcodeMask .whiteBox {
    padding: 20px;
  }
  #qrcodeMask .whiteBox .name,
  #qrcodeMask .whiteBox .desc {
    max-width: 80%;
    font-size: 14px;
  }
  .searchSection.autoHeight {
    padding-bottom: 8vw;
  }
  .body {
    margin-top: 20px;
    padding: 0;
  }
  .body .topBox.topBox3 {
    padding: 0;
  }
  .body .bigList {
    justify-content: space-between;
  }
  .body .bigList .item {
    height: auto;
  }
  .body .bigList .item .bottom {
    display: none;
  }
  .mbBox .whiteBox {
    width: 80vw;
    padding: 20px;
  }
}
/*# sourceMappingURL=styles2.css.map */