.container {
  max-width: 1200px;
  width: 1200px;
  margin: 0 auto;
}
.coco-modal {
  max-width: 90%!important;
}
body .topBox2 {
  margin-top: 10px;
}
.mainBox .thataBox2 {
  top: 118px;
}
.big-list.hide,
.big-list .hide {
  overflow: hidden;
  height: 0;
}
.toTop {
  color: var(--base-color);
  background: #FFF;
  box-shadow: 0px 2px 4px #1926520f;
  width: 34px;
  height: 34px;
  position: fixed;
  bottom: 181px;
  right: 20px;
  cursor: pointer;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
}
.header-theme1 {
  height: auto !important;
}
.header-theme1 .logo {
  height: auto;
}
#app .app-box {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
#app .app-box .body-content {
  flex: 1;
}
.body {
  padding-top: 0;
}
a {
  text-decoration: none;
}
.el-loading-mask {
  background-color: transparent !important;
}
.hover {
  cursor: pointer;
  user-select: none;
  transition: all 0.4s;
}
.hover:hover {
  transition: all 0.4s;
  opacity: 0.8;
}
.container-content {
  width: calc(100% - 56px);
  margin: 0 auto;
}
header {
  background-color: #FFF;
  position: sticky;
  top: 0;
  z-index: 100;
}
header.side {
  background: transparent;
}
body {
  overflow-x: hidden;
}
* {
  margin: 0;
  padding: 0;
  color: inherit;
  outline: none;
  resize: none;
  box-sizing: border-box;
}
img,
a {
  display: block;
}
input {
  outline: none;
  border: none;
  background: transparent;
}
.over1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.a-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
body {
  background: #f4f5f6;
}
.search-box2 {
  display: none;
  margin-top: 0;
}
.header-theme1 {
  display: flex;
  align-items: center;
  padding: 24px 28px 18px;
  border-bottom: 1px solid #f4f5f6;
  box-shadow: unset;
}
.header-theme1 .logo .img {
  height: 40px;
}
.header-theme1 .search-box {
  flex: 1;
}
.header-theme1 .op-list {
  display: flex;
  align-items: center;
  gap: 36px;
}
.header-theme1 .op-list .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.header-theme1 .op-list .item .icon {
  width: 48px;
  height: 48px;
}
.header-theme1 .op-list .item .icon.avatar {
  border-radius: 50%;
}
.header-theme1 .op-list .item .title {
  font-size: 14px;
  text-align: center;
}
.body {
  position: relative;
}
.white-bg.side {
  background: #FFF;
}
.white-bg .recommend-list {
  background-color: inherit;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 28px;
  flex-wrap: wrap;
}
.white-bg .recommend-list .item {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  flex-shrink: 0;
}
.white-bg .recommend-list .item .img {
  width: 32px;
  height: 32px;
  opacity: 1;
  border-radius: 6px;
}
.white-bg .recommend-list .item .name {
  font-size: 16px;
}
.banner {
  margin: 12px auto;
  width: calc(100% - 56px);
  overflow: hidden;
  border-radius: 12px;
}
.banner .mySwiper {
  height: 190px;
}
.banner .mySwiper .swiper-slide {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.banner .mySwiper .swiper-slide .img {
  height: 190px;
}
.banner .mySwiper .swiper-slide .banner-link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.newest-article {
  border-radius: 12px;
  padding: 12px 18px;
  background: #FFF;
  width: calc(100% - 56px);
  margin: 12px auto 0;
}
.newest-article h2.h2 {
  font-size: 16px;
  margin-bottom: 12px;
}
.newest-article .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.newest-article .list .article {
  width: calc(50% - 12px);
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 12px;
  transition: all 0.3s;
}
.newest-article .list .article:hover .img img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.newest-article .list .article:hover .info .at-title {
  transition: all 0.3s;
  color: var(--base-color);
}
.newest-article .list .article .img {
  width: 86px;
  height: 61px;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
}
.newest-article .list .article .img img {
  transition: all 0.3s;
  width: 100%;
  height: 100%;
}
.newest-article .list .article .info {
  font-size: 16px;
  font-weight: 700;
}
.newest-article .list .article .info .at-title {
  color: #252525;
  font-size: 16px;
  transition: all 0.3s;
}
.newest-article .list .article .info .at-desc {
  font-size: 14px;
  color: rgba(56, 56, 56, 0.8);
  font-weight: normal;
  line-height: 30px;
}
.cate1-title {
  display: flex;
  align-items: center;
  gap: 5px;
}
.cate1-title:before {
  content: "";
  display: block;
  width: 4px;
  height: 13px;
  border-radius: 2px;
  background: var(--base-color);
}
.cate1-list-box {
  border-radius: 12px;
  background: #ffffff;
  padding: 18px;
  margin: 12px auto;
  width: calc(100% - 56px);
  top: 180px;
  z-index: 100;
}
.cate1-list-box.side {
  border-radius: 0;
  margin: 0 auto;
  padding: 0px 10px 14px;
}
.cate1-list-box.side::after,
.cate1-list-box.side::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  background-color: inherit;
  width: 999px;
}
.cate1-list-box.side::after {
  left: 100%;
}
.cate1-list-box.side::before {
  right: 100%;
}
.cate1-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.cate1-list .item {
  border-radius: 6px;
  padding: 6px 12px;
  font-size: 16px;
  color: #383838;
  flex-shrink: 0;
  transition: all 0.4s;
}
.cate1-list .item:hover {
  color: var(--base-color);
  cursor: pointer;
  transition: all 0.4s;
}
.cate1-list .item.act {
  color: var(--base-color);
  background: #f4f5f6;
}
.el-input--normal.el-input--suffix .el-input__inner {
  padding-right: 0 !important;
}
.el-input__inner {
  background: transparent !important;
  box-shadow: unset !important;
  border-radius: 0 !important;
}
.el-select .el-input__inner:focus,
.el-select .el-input.is-focus .el-input__inner {
  box-shadow: unset !important;
}
.search-box {
  flex: 1;
  padding: 0 10px;
}
.search-box .input-box {
  display: flex;
  align-items: center;
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 12px;
  background: #f4f5f6;
  border: 1px solid #e5e5e5;
  padding: 4px 16px;
}
.search-box .input-box .select-box {
  width: fit-content;
  position: relative;
}
.search-box .input-box .select-box:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 60%;
  background-color: #e5e5e5;
  position: absolute;
  right: 0;
  top: 20%;
}
.search-box .icon {
  width: 16px;
}
.now-cate {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.now-cate h3 {
  font-size: 18px;
  flex-shrink: 0;
}
.now-cate .cate-list {
  flex: 1;
}
.now-cate .cate-level2-list {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 12px;
}
.now-cate .cate-level2-list .item {
  border-radius: 16px;
  background: #ffffff;
  padding: 4px 16px;
  color: #252525;
  font-size: 14px;
  flex-shrink: 0;
}
.now-cate .cate-level2-list .item.act {
  color: var(--base-color);
}
.web-list {
  position: relative;
  margin: 10px auto;
  display: grid;
  grid-template-columns: repeat(6, calc(16.5% - 6px));
  grid-auto-rows: auto;
  /* 自动高度行 */
  gap: 10px;
  /* 列之间的间隔 */
}
.web-list.min {
  min-height: 340px;
}
.web-list .item {
  position: relative;
  background-color: #FFF;
  padding: 6px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.4s;
  user-select: none;
}
.web-list .item .agent-icon {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 11;
}
.web-list .item:hover {
  transition: all 0.4s;
  transform: translateY(-6px);
}
.web-list .item.list-more {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  color: var(--base-color);
  gap: 4px;
}
.web-list .item.list-more:hover {
  transform: unset !important;
}
.web-list .item.list-more .plus {
  font-size: 16px;
  font-weight: bold;
}
.web-list .item .name {
  font-size: 14px;
  font-weight: normal;
}
.web-list .item .icon {
  width: 32px;
  height: 32px;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
}
.needSecretBox {
  overflow: hidden;
  border-radius: 8px;
  background-image: url("../../../../static/index/img/135_cateBg.png");
  background-size: 110% 100%;
  box-shadow: 0px 0px 11px -2px rgba(55, 84, 106, 0.05);
  border-top: 1px solid transparent;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  z-index: 99;
  min-height: 210px;
}
.needSecretBox .icon {
  width: 24px;
  height: 24px;
  margin: 80px auto 0;
}
.needSecretBox .icon .img {
  width: 100%;
}
.needSecretBox .hint {
  text-align: center;
  color: #1c1f23;
  padding: 8px 0;
  font-size: 16px;
}
.needSecretBox .input {
  border-radius: 12px;
  background: #fafbfd;
  box-shadow: 0px 2px 4px rgba(161, 177, 194, 0.1);
  height: 38px;
  max-width: 300px !important;
  margin: 22px auto 0;
  box-sizing: border-box;
  padding: 5px;
}
.needSecretBox .input input {
  width: 100%;
  height: 100%;
  padding: 0 5px;
  text-align: center;
  box-sizing: border-box;
}
.needSecretBox .submit4 {
  padding: 6px 32px;
  background: var(--base-color);
  color: #FFF;
  border-radius: 12px;
  width: max-content;
  margin: 26px auto 23px;
  font-size: 14px;
}
.getSecret {
  color: var(--base-color);
  font-size: 14px;
  text-decoration: var(--base-color) solid underline;
  width: fit-content;
  margin: 0 auto;
}
.footer {
  background: #FFF;
  padding: 21px 26px;
}
.footer .flex {
  display: flex;
  align-items: center;
  gap: 4px;
}
.footer .flex .icon {
  width: 24px;
  height: 24px;
}
.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 .beian {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.footer .beian a {
  display: inline;
}
.mbBox .whiteBox .formBox .inputBox .codeBox .sendEmailBtn {
  border: none;
}
.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 .closeBtn {
  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 {
  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: 168px;
}
.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);
}
#day-and-night-btn {
  box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.05);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  position: fixed;
  left: calc(50vw + 650px);
  bottom: 200px;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
#day-and-night-btn img {
  width: 25px;
}
.white-bg {
  background: #fff;
  top: 108px;
  z-index: 100;
}
.white-bg .recommend-list {
  border-radius: 12px;
  overflow: hidden;
}
.dark {
  background: #091829 !important;
}
.dark .needSecretBox {
  background-image: url("../../../../static/index/img/135_cateBg_dark.png");
  background-color: #091829;
}
.dark .needSecretBox .input {
  background: rgba(255, 255, 255, 0.8);
}
.dark .needSecretBox .hint,
.dark .needSecretBox .getSecret {
  color: #ffffff;
}
.dark .needSecretBox .getSecret {
  text-decoration: underline #FFF;
}
.dark .header-bg {
  display: none!important;
}
.dark .search-box2 {
  background: #22303f;
}
.dark .header-theme1 .op-list .item .title {
  color: #FFF;
}
.dark .header-theme1 {
  border: none;
}
.dark footer {
  background: #000817;
}
.dark body,
.dark .body {
  background: #091829 !important;
}
.dark .white-bg {
  background: #22303f;
  color: #FFF;
}
.dark .web-list .item {
  background: rgba(255, 255, 255, 0.05);
  color: #FFF;
}
.dark .now-cate h3 {
  color: #FFF;
}
.dark .header-theme1 {
  border-color: rgba(244, 245, 246, 0.05);
  background: #22303f !important;
  box-shadow: unset !important;
}
.dark .white-bg .recommend-list {
  background: #22303f;
}
.dark header,
.dark .newest-article {
  background: #22303f;
  color: #FFF;
}
.dark .header.side {
  background: #22303f !important;
}
.dark .newest-article .list .article .info .at-desc,
.dark .newest-article .list .article .info .at-title {
  color: #FFF;
}
.dark .cate1-list-box {
  background: #162434;
}
.dark .cate1-list-box.side {
  background: #22303f !important;
}
.dark .cate1-list-box .item {
  color: rgba(255, 255, 255, 0.8);
}
.dark .cate1-list-box .item.act {
  color: var(--base-color);
}
.dark #day-and-night-btn {
  background: #162434;
  box-shadow: 0px 0px 16px 4px rgba(255, 255, 255, 0.05);
}
.header-bg {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 280px;
  background: linear-gradient(180deg, #ffffff 0%, #f4f5f6 100%);
  z-index: 99;
}
@media screen and (max-width: 1400px) {
  #day-and-night-btn {
    left: unset;
    right: 20px;
  }
}
@media screen and (max-width: 1300px) {
  #day-and-night-btn {
    position: fixed;
    right: 20px;
    bottom: 280px;
    z-index: 100;
  }
}
@media screen and (max-width: 1200px) {
  .white-bg {
    background: transparent;
    margin-top: 12px;
  }
  .container {
    max-width: 100%;
  }
  .web-list {
    grid-template-columns: repeat(5, calc(20% - 6px));
  }
  .search-box .input-box {
    width: auto;
  }
  .white-bg .recommend-list {
    padding: 18px 12px;
  }
}
@media screen and (max-width: 1000px) {
  .web-list {
    grid-template-columns: repeat(4, calc(25% - 6px));
  }
  .search-box .input-box {
    width: unset;
  }
}
@media screen and (max-width: 900px) {
  .header-bg {
    display: block;
  }
  header {
    background: transparent;
  }
  .banner,
  .newest-article,
  .cate1-list-box {
    width: 96%;
  }
  .container-content {
    width: 96%;
    margin: 0 auto;
  }
  .white-bg .recommend-list {
    padding: 8px 2%;
  }
  .cate1-list-box {
    top: 206px;
  }
  .header-theme1 .search-box {
    display: none;
  }
  #app > header > div.container.header-theme1 > div.op-list > div.el-dropdown > div > span > div > div {
    display: none;
  }
  .search-box2 {
    display: block;
    padding-top: 0;
    background: transparent;
  }
  .header-theme1 {
    justify-content: space-between;
    border: none;
  }
  .header-theme1 .op-list .item {
    display: none;
  }
  .header-theme1 .op-list .item.user {
    display: block;
  }
  .header-theme1 .op-list .item.user img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .white-bg .recommend-list .item .name {
    font-size: 14px;
  }
  .banner {
    margin-top: 12px;
  }
  .appBox .mainBody {
    margin-top: 0;
  }
  .white-bg {
    top: 142px;
  }
  .cate1-list-box {
    top: 194px;
  }
  .header-theme1 .op-list .item .icon {
    width: 36px;
    height: 36px;
  }
  .search-box2 {
    padding-bottom: 2px;
  }
  #day-and-night-btn {
    width: 40px;
    height: 40px;
    bottom: 80px;
  }
  #day-and-night-btn img {
    width: 20px;
  }
  .web-list {
    grid-template-columns: repeat(2, calc(50% - 6px));
  }
  .newest-article .list {
    display: block;
  }
  .newest-article .list .article {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .banner .mySwiper {
    height: 90px;
  }
  .banner .mySwiper .swiper-slide .img {
    height: 90px;
  }
}
@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;
  }
  .banner {
    width: 96%;
  }
  .header-theme1 .op-list .item .title {
    display: none;
  }
  .newest-article,
  .cate1-list-box {
    padding: 12px;
    width: 96%;
  }
  .cate1-list .item {
    font-size: 14px!important;
  }
  .newest-article .list .article:nth-child(1) {
    margin-top: 0;
  }
  .newest-article h2.h2,
  .newest-article .list .article .info .at-desc,
  .newest-article .list .article .img {
    display: none;
  }
  .newest-article .list .article .info .at-title {
    font-size: 14px;
    font-weight: normal;
  }
  .search-box2 {
    margin-top: 0;
  }
  .white-bg {
    top: 125px;
  }
  .cate1-list-box {
    top: 178px;
  }
}
@media screen and (max-width: 375px) {
  .footer .beian .flex-line {
    flex-direction: column;
  }
}
/*# sourceMappingURL=index.css.map */