* {
  margin: 0;
  padding: 0;
  list-style: none;
  color: inherit;
}
.yulan {
  position: sticky;
  top: 20px;
}
.avatarCopperBox {
  max-width: 96% !important;
  margin: 40px auto 0 !important;
}
.avatarCopperBox .hint {
  margin-bottom: 10px;
}
.avatarCopperBox .el-dialog__body {
  overflow-y: auto;
  max-height: 80vh;
}
pre {
  color: #696969;
  font-size: 16px;
  font-family: unset;
}
.previewBox,
.previewBoxRound {
  box-shadow: 0 0 5px #adadad;
  width: 72px;
  height: 72px;
  margin-bottom: 20px;
  overflow: hidden;
  /*这个超出设置为隐藏很重要，否则就会整个显示出来了*/
}
.previewBoxRound {
  border-radius: 50%;
  /*设置为圆形*/
}
.flex1 {
  flex: 1;
}
.mask {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1000;
  display: none;
}
.mask.show {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.mask .qrcodeInfoBox {
  display: flex;
  align-items: stretch;
  gap: 12px;
  border-radius: 14px;
  background: #f7fbff;
  padding: 12px;
}
.mask .qrcodeInfoBox .img {
  width: 77px;
  height: 77px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.mask .qrcodeInfoBox .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.mask .qrcodeInfoBox .rightBox {
  display: flex;
  flex-direction: column;
}
.mask .qrcodeInfoBox .rightBox .name {
  color: #1c1f23;
  font-weight: bold;
  font-size: 18px;
  width: 210px;
  max-width: 100%;
}
.mask .qrcodeInfoBox .rightBox .desc {
  color: #ababab;
  font-size: 16px;
  width: 210px;
  max-width: 100%;
}
.mask .qrcodeInfoBox .rightBox .tagList {
  display: flex;
  align-items: center;
  gap: 4px;
}
.mask .qrcodeInfoBox .rightBox .tagList .tag {
  border-radius: 4px;
  border: 1px solid var(--base-color);
  padding: 2px 3px;
  font-size: 12px;
  color: var(--base-color);
}
.mask .whiteBox {
  border-radius: 8px;
  border: 0.5px solid #edf0ff;
  background: #ffffff;
  box-shadow: 0px 2px 5px -2px rgba(14, 41, 105, 0.2);
  padding: 32px 57px 20px;
}
.mask .whiteBox .hint {
  color: #0a0b14;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
.mask .whiteBox .qrcode {
  width: 146px;
  height: 146px;
  margin: 19px auto 24px;
}
.mask .whiteBox .close {
  width: 107px;
  height: 34px;
  border-radius: 25px;
  background: var(--base-color);
  text-align: center;
  line-height: 34px;
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  margin: 30px auto 0;
}
.appBox {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.over2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.over3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.over4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.over1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.errorMessage {
  color: red;
  font-size: 12px;
  padding: 5px 0;
}
#app {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.flex {
  display: flex;
}
body {
  background-color: #fafbfd;
}
a,
img,
span,
input {
  display: block;
}
button {
  box-shadow: none;
  border: none;
}
input {
  border: none;
  outline: none;
  background: transparent;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
}
.notCopy {
  user-select: none;
}
.btn,
.qrcode,
.toTop {
  cursor: pointer;
}
.btn:hover,
.qrcode:hover,
.toTop:hover {
  opacity: 0.8;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
}
.header {
  padding: 4px 20px;
  background: #ffffff;
  box-shadow: 0px 1.67px 3.33px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 0;
  z-index: 9;
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .logo {
  height: 38px;
  overflow: hidden;
}
.header .logo img {
  width: 100%;
  height: 100%;
}
.header .centerNav {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0 36px;
  gap: 23px;
}
.header .centerNav .item {
  color: #0a0b14;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
}
.header .centerNav .item.act {
  color: var(--base-color);
}
.header .right {
  display: flex;
  align-items: center;
  gap: 25px;
}
.header .right .btn {
  width: 21px;
}
.header .right .userInfo {
  display: flex;
  align-items: center;
  gap: 11px;
  position: relative;
  overflow: hidden;
}
.header .right .userInfo .avatar {
  width: 27px;
  height: 27px;
  overflow: hidden;
  border-radius: 50%;
}
.header .right .userInfo .rightBox .txt {
  color: var(--base-color);
  font-weight: 900;
  font-size: 16px;
}
.header .right .userInfo .rightBox .welcome {
  width: 22px;
}
.header .right .userInfo .rightBox .nickname {
  color: #98989e;
  font-size: 10px;
}
.header .right .userInfo .more {
  width: 13px;
}
.header .right .userInfo:hover {
  overflow: unset;
}
.header .right .userInfo:hover .loginOutBtn {
  margin-top: 0;
  z-index: 10;
  opacity: 1;
  transition: all 0.2s;
}
.header .right .userInfo .loginOutBtn {
  position: absolute;
  color: #ff6b6b;
  padding: 4px 10px;
  font-size: 14px;
  border-radius: 6.67px;
  background: #ffffff;
  box-shadow: 0px 1.67px 3.33px rgba(0, 0, 0, 0.05);
  right: 0;
  top: 100%;
  margin-top: 5px;
  opacity: 0;
  z-index: -1;
  transition: all 0.2s;
  cursor: pointer;
}
.searchSection {
  width: 100%;
  overflow: hidden;
  background-size: cover;
  display: flex;
  align-items: flex-start;
  height: 479px;
}
.searchSection.autoHeight {
  height: auto;
  padding-bottom: 100px;
}
.searchSection .mainBox {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 93px;
}
.searchSection .mainBox .whiteSearchBox {
  width: calc(100% - 40px);
  box-sizing: border-box;
  max-width: 700px;
  padding: 6px;
  background: #FFF;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.searchSection .mainBox .whiteSearchBox input {
  flex: 1;
  min-width: 0;
  margin-right: 20px;
  padding: 0 10px;
  font-size: 14px;
}
.searchSection .mainBox .whiteSearchBox .btn {
  color: #FFF;
  font-size: 14px;
  background: var(--base-color);
  border-radius: 6px;
  padding: 3px 20px;
  flex-shrink: 0;
}
.searchSection .mainBox .webList {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
  gap: 10px;
  flex-wrap: wrap;
}
.searchSection .mainBox .webList .it {
  color: #FFF;
  font-size: 14px;
  padding: 2px 13px;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid transparent;
  max-height: 28px;
  box-sizing: border-box;
}
.searchSection .mainBox .webList .it.act {
  background: var(--base-color);
  border-color: var(--base-color);
}
.body {
  flex: 1;
  padding: 0 20px 100px;
  margin: auto;
}
.body .bannerList {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: -124px;
}
.body .bannerList.pingjun {
  justify-content: space-between;
  gap: unset;
}
.body .bannerList .banner {
  max-width: calc(33% - 5px);
  height: 158px;
  border-radius: 6.67px;
  overflow: hidden;
}
.body .bannerList .banner .img {
  height: 100%;
  max-width: unset;
}
.body .topBox {
  padding: 13px 0 8px;
  background-color: #fafbfd;
  position: sticky;
  top: 45px;
  z-index: 0;
  gap: 66px;
}
.body .topBox .nowItem {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  margin-top: 12px;
  position: relative;
  overflow: hidden;
}
.body .topBox .nowItem .cateListBox {
  position: absolute;
  border-radius: 6.67px;
  background: #ffffff;
  box-shadow: 0px 1.67px 3.33px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: flex;
  align-items: flex-start;
  gap: 6px;
  box-sizing: border-box;
  width: 300px;
  top: 40px;
  z-index: -1;
  opacity: 0;
  transition: all 0.2s;
  flex-wrap: wrap;
}
.body .topBox .nowItem .cateListBox .item {
  color: var(--label-txt-color);
  font-size: 13px;
  padding: 2px 10px;
  border-radius: 3.33px;
  flex-shrink: 0;
  max-width: 94%;
}
.body .topBox .nowItem .cateListBox .item.act {
  background: var(--label-bg-color);
}
.body .topBox .nowItem .cateListBox .item:hover {
  background: var(--label-bg-color);
  opacity: 0.8;
}
.body .topBox .nowItem:hover {
  overflow: unset;
  transition: all 0.2s;
}
.body .topBox .nowItem:hover .cateListBox {
  z-index: 10;
  top: 20px;
  opacity: 1;
  transition: all 0.2s;
}
.body .topBox .nowItem .icon {
  width: 22px;
}
.body .topBox .nowItem .nowName {
  font-size: 13px;
  flex: 1;
}
.body .topBox .nowItem .after {
  color: #ffffff;
  padding: 5px 10px;
  background: var(--label-txt-color);
  background-size: 100% 100%;
  font-size: 10px;
  border-radius: 8px;
  position: relative;
}
.body .topBox .noticeBox {
  border-radius: 6.67px;
  background: #FFF;
  max-width: 100%;
  box-sizing: border-box;
  border: 0.42px solid var(--label-bg-color);
  padding: 5px 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: space-between;
}
.body .topBox .noticeBox .gg {
  font-size: 16px;
  color: var(--base-color);
  font-weight: 900;
}
.body .topBox .noticeBox .list {
  flex: 1;
}
.body .topBox .noticeBox .list .swiper-wrapper {
  height: 17.33px;
}
.body .topBox .noticeBox .list .item {
  height: 17.33px;
  font-size: 13px;
  cursor: pointer;
}
.body .topBox .noticeBox .look {
  padding: 3px 8px;
  font-size: 10px;
  color: #FFF;
  display: flex;
  align-items: center;
  gap: 3px;
  border-radius: 6.67px;
  background: var(--base-color);
  cursor: pointer;
}
.body .cateTitle {
  color: #ababab;
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 13px;
}
.body .list.empty .empty {
  text-align: center;
  margin-top: 200px;
  color: var(--base-color);
  font-size: 13px;
}
.body .bigList {
  margin-bottom: 13px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}
.body .bigList .item {
  padding: 8px;
  border-radius: 6.67px;
  background: #ffffff;
  border: 0.42px solid #edf0ff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: unset;
  cursor: pointer;
  min-width: 0;
}
.body .bigList .item .info {
  display: flex;
  align-items: flex-start;
  flex: 1;
}
.body .bigList .item .info .icon {
  width: 40px;
  height: 40px;
  margin-right: 5px;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.body .bigList .item .info .icon img {
  max-height: 100%;
}
.body .bigList .item .info .right {
  padding-top: 5px;
  flex: 1;
  width: 80%;
  padding-right: 10px;
  box-sizing: border-box;
}
.body .bigList .item .info .right .name {
  color: #1c1f23;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}
.body .bigList .item .info .right .desc {
  color: #ababab;
  font-size: 12px;
  height: 32px;
}
.body .bigList .item .bottom {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 7px;
  border-top: 0.42px solid #ededed;
}
.body .bigList .item .bottom .labelList {
  display: flex;
  align-items: center;
  gap: 3px;
}
.body .bigList .item .bottom .labelList .label {
  font-size: 10px;
  color: var(--label-txt-color);
  padding: 2px 6px;
  border-radius: 3.33px;
  border: 1px solid var(--label-txt-color);
  flex-shrink: 0;
}
.body .bigList .item .bottom .flex {
  display: flex;
  align-content: center;
  gap: 3px;
}
.body .bigList .item .bottom .qrcode {
  width: 21px;
  height: 21px;
  color: var(--base-color);
  background-size: 100% 100%;
  cursor: pointer;
}
.body .bigList .item .bottom .go {
  font-weight: 700;
  font-size: 10px;
  padding: 3px 12px;
  border-radius: 3.33px;
  background: var(--base-color);
  color: #FFF;
  flex-shrink: 0;
}
.body .bigList .item .bottom .go:hover {
  opacity: 0.8;
}
.toTop {
  width: 34px;
  height: 34px;
  position: fixed;
  bottom: 181px;
  right: 20px;
  cursor: pointer;
  font-weight: 700;
  color: #FFF;
  background: var(--label-bg-color);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 1.67px 41.67px rgba(230, 234, 247, 0.5);
  border-radius: 7px;
}
.mbBox {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.2s;
  background: rgba(0, 0, 0, 0.42);
  display: flex;
  align-items: center;
  justify-content: center;
}
.mbBox.show {
  z-index: 1001;
  transition: all 0.2s;
  opacity: 1;
}
.mbBox.search {
  align-items: flex-start;
}
.mbBox.search .whiteBox {
  margin-top: 10vh;
  padding-top: 40px;
  /* 修改input元素的placeholder样式 */
}
.mbBox.search .whiteBox ::-webkit-input-placeholder {
  color: #ababab;
  /* 修改placeholder文本的颜色 */
  /* 其他样式属性 */
}
.mbBox.search .whiteBox :-moz-placeholder {
  color: #ababab;
  /* 修改placeholder文本的颜色 */
  /* 其他样式属性 */
}
.mbBox.search .whiteBox ::-moz-placeholder {
  color: #ababab;
  /* 修改placeholder文本的颜色 */
  /* 其他样式属性 */
}
.mbBox.search .whiteBox :-ms-input-placeholder {
  color: #ababab;
  /* 修改placeholder文本的颜色 */
  /* 其他样式属性 */
}
.mbBox .whiteBox {
  background: #FFF;
  padding: 18px 45px 28px;
  border-radius: 13.33px;
  position: relative;
  /* 修改input元素的placeholder样式 */
}
.mbBox .whiteBox .searchBox {
  width: 50vw;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 10px 18px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid #edf0ff;
}
.mbBox .whiteBox .searchBox i {
  font-size: 20px;
  color: #232323;
}
.mbBox .whiteBox .searchBox input {
  flex: 0.99;
  font-size: 16px;
}
.mbBox .whiteBox .searchBox .icon {
  width: 21px;
  height: 21px;
}
.mbBox .whiteBox .close {
  position: absolute;
  width: 14px;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.mbBox .whiteBox .logo {
  margin: 0 auto;
  width: 70px;
}
.mbBox .whiteBox .hint {
  font-size: 20px;
  font-weight: 900;
  color: var(--base-color);
  text-align: center;
  margin-top: 13px;
}
.mbBox .whiteBox ::-webkit-input-placeholder {
  color: var(--label-txt-color);
  /* 修改placeholder文本的颜色 */
  font-size: 13px;
  /* 修改placeholder文本的字体大小 */
  /* 其他样式属性 */
}
.mbBox .whiteBox :-moz-placeholder {
  color: var(--label-txt-color);
  /* 修改placeholder文本的颜色 */
  font-size: 13px;
  /* 修改placeholder文本的字体大小 */
  /* 其他样式属性 */
}
.mbBox .whiteBox ::-moz-placeholder {
  color: var(--label-txt-color);
  /* 修改placeholder文本的颜色 */
  font-size: 13px;
  /* 修改placeholder文本的字体大小 */
  /* 其他样式属性 */
}
.mbBox .whiteBox :-ms-input-placeholder {
  color: var(--label-txt-color);
  /* 修改placeholder文本的颜色 */
  font-size: 13px;
  /* 修改placeholder文本的字体大小 */
  /* 其他样式属性 */
}
.mbBox .whiteBox .formBox {
  margin-top: 28px;
}
.mbBox .whiteBox .formBox .input {
  margin-top: 17px;
  padding: 9px 0;
  border-radius: 6.67px;
  background: var(--label-bg-color);
  border: 0.42px solid var(--label-txt-color);
  width: 331px;
  box-sizing: border-box;
  max-width: 100%;
}
.mbBox .whiteBox .formBox .input.codeBox {
  display: flex;
  align-items: center;
  padding: 3px 0;
}
.mbBox .whiteBox .formBox .input.codeBox .codeImg {
  width: 85px;
  height: 24px;
  border-radius: 6.67px;
  overflow: hidden;
  margin-right: 3px;
}
.mbBox .whiteBox .formBox .input.codeBox .codeImg img {
  height: 100%;
}
.mbBox .whiteBox .formBox .input.codeBox .sendEmailBtn {
  padding: 6px 9px;
  font-size: 13px;
  background: #FFF;
  color: var(--base-color);
  border-radius: 6.67px;
  cursor: pointer;
}
.mbBox .whiteBox .formBox .input.codeBox input {
  width: auto;
  flex: 0.98;
}
.mbBox .whiteBox .formBox .input input {
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  font-size: 13px;
}
.mbBox .whiteBox .formBox .btn {
  background: var(--base-color);
  color: #FFF;
  font-size: 17px;
  text-align: center;
  padding: 8px 0;
  margin-top: 15px;
}
.mbBox .whiteBox .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 19px;
}
.mbBox .whiteBox .bottom div {
  font-size: 13px;
  color: var(--base-color);
}
.footer {
  background: #FFF;
  padding: 21px 26px;
}
.footer .topBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .topBox .leftBox {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer .topBox .leftBox .icon {
  width: 26px;
}
.footer .topBox .rightList {
  display: flex;
  align-items: center;
  gap: 27px;
}
.footer .topBox .rightList .item {
  font-size: 12px;
  color: #8799ff;
}
.footer .footerContent {
  padding: 20px 0;
}
.footer .footerContent,
.footer .beian {
  color: #98989e;
  font-size: 12px;
}
.footer .flex {
  display: flex;
  align-items: center;
  gap: 4px;
}
.footer .flex .icon {
  width: 24px;
  height: 24px;
}
.footer .beian {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.footer .beian .beian_jump_url {
  display: inline;
}
.footer .beian .beian_jump_url.jump:hover {
  text-decoration: underline #98989e;
}
.backLine {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.backLine .btn {
  color: #FFF;
  font-size: 14px;
  border-radius: 4px;
  padding: 3px 7px;
  background: var(--base-color);
  display: flex;
  align-items: center;
  gap: 3px;
  margin: 0 auto;
}
.qmsg-content div {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1600px) {
  .body .bigList {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 1200px) {
  .searchSection .mainBox {
    margin-top: 5vw;
  }
}
@media screen and (max-width: 1024px) {
  .searchSection {
    height: 275px;
  }
  .body .topBox {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5px;
  }
  .body .topBox .noticeBox {
    width: unset;
    flex: 0.7;
  }
  .body .topBox .nowItem {
    flex-wrap: wrap;
  }
  .body .topBox .nowItem .icon,
  .body .topBox .nowItem .after {
    display: none;
  }
  .body .bannerList .banner {
    height: unset;
    max-height: 33vw;
  }
  .body .bigList .item {
    max-width: unset;
  }
}
.menuIcon {
  display: none;
  cursor: pointer;
}
.menuIcon i {
  font-weight: bold;
  font-size: 30px;
  color: var(--base-color);
}
@media screen and (max-width: 800px) {
  .searchSection {
    height: auto;
  }
  .body .bannerList {
    margin-top: 0px !important;
  }
  .body .bigList {
    grid-template-columns: repeat(3, 1fr);
  }
  .searchSection {
    height: auto;
    padding-bottom: 20px;
  }
  .body .bannerList {
    margin-top: 3vw !important;
  }
  .toTop {
    bottom: 100px;
  }
  .header .centerNav {
    display: none;
  }
  .header .menuIcon {
    display: block;
  }
  .body .bigList {
    grid-template-columns: repeat(2, 1fr);
  }
}
@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) {
  .searchSection .mainBox {
    max-width: 100vw;
  }
  .avatarBoxyulan {
    flex-direction: column;
  }
  .avatarBoxyulan .yulan {
    display: flex;
    gap: 5px;
    margin-top: 10px;
  }
  .body .list.empty .empty {
    margin: 40px 0 0;
  }
  #qrcodeMask .whiteBox {
    max-width: 50vw;
  }
  .mbBox .whiteBox .searchBox {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    margin-top: 10px;
  }
  .header .right .userInfo .rightBox {
    display: none;
  }
  .header .right .userInfo:hover .loginOutBtn {
    width: 70px;
  }
  .footer .topBox {
    flex-direction: column;
    gap: 10px;
  }
  .mbBox .whiteBox {
    width: 90vw;
    box-sizing: border-box;
    padding: 18px 20px 28px;
  }
  .body .topBox .nowItem:hover .cateListBox {
    width: calc(100vw - 24px);
  }
}
@media screen and (max-width: 320px) {
  .searchSection .mainBox .whiteSearchBox input {
    max-width: 50%;
  }
}
/*# sourceMappingURL=styles.css.map */