.page-theme-all {
  background-color: #ffffff;
}

.page-theme-all .full-main {
  background-color: #ffffff
}

.page-theme-all .top-banner-view {
  background-color: #f7f8fa;
  height: 214px;
  background-image: url('https://b.yzcdn.cn/i18n/offical/images/themeMarket/image_8.png');
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}

.top-banner-first-level-itle {
  text-align: center;
  font-size: 40px;
  line-height: 56px;
}

.top-banner-first-level-itle .active {
  color: rgba(38, 84, 255, 1);
  font-weight: 600;
}

.top-banner-secondary-title {
  margin-top: 16px;
  font-size: 16px;
  line-height: 22px;
  color: #646566;
  text-align: center;
}

.theme-filter-pc .filter-pc-list {
  margin-top: 40px;
}

.theme-list-module {
  padding: 40px 0 80px 0;
}

.theme-has-list .consult-card {
  display: flex;
  gap: 24px;
  padding: 40px;
  align-items: center;
  border-radius: 24px;
  background: #F7F8FA;
  margin-top: 80px;
}

.theme-has-list .consult-card .consult-card__left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.theme-has-list .consult-card .consult-card__left .title {
  color: #323233;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
}

.theme-has-list .consult-card .consult-card__left .desc {
  color: #969799;
  font-size: 18px;
  line-height: 22px;
}

.theme-has-list .consult-card .consult-card__right.flex-btn {
  margin-left: 16px;
}

.theme-has-list .consult-card .consult-card__right {
  min-width: 180px;
  padding: 12px 24px;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 4px;
  color: #fff;
  background-color: #2654FF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.theme-has-list .consult-card .consult-card__right:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), #2654ff;
}

.change-template-view .type-btn {
  margin-right: 40px;
  font-size: 24px;
  line-height: 30px;
  color: #969799;
}

.change-template-view .type-btn.is-check {
  color: #2654ff;
  font-weight: 600;
}

.theme-list-header-view .search-view {
  width: 334px;
  background: #f7f8fa;
  border-radius: 4px;
  padding: 9px 12px;
}

.search-view .search-btn {
  width: 24px;
  height: 24px;
}

.search-view .search-input {
  margin-left: 12px;
  font-size: 16px;
  line-height: 22px;
  border: none;
  background-color: transparent;
  color: #323233;
  border: 0;
  outline: none;
}

.search-view .search-input::placeholder {
  color: #969799;
}

.search-view .search-input:focus-visible {
  outline: none;
}



.pagination-content {
  margin-top: 48px;
}

.pagination-content .change-page-btn {
  width: 16px;
  height: 16px;
}

.pagination-content .change-page-btn img {
  vertical-align: baseline;
}

.pagination-content .page-num {
  padding: 10px;
  margin-left: 8px;
  font-size: 14px;
  line-height: 20px;
  color: #8c8c8c;
  cursor: pointer;
}

.pagination-content .page-num:last-child {
  margin-right: 8px;
}

.pagination-content .page-num.is-check {
  color: #2654ff;
  font-weight: 600;
}

.theme-no-list {
  padding-top: 85px;
  display: none;
}

.no-theme-image-view {
  width: 206px;
}

.no-theme-text {
  margin-top: 29px;
  font-size: 16px;
  line-height: 22px;
  color: #646566;
}

.filter-mobile-view {
  display: none;
}



@media screen and (max-width: 767px) {
  .page-theme-all .top-banner-view {
    background-image: url('https://b.yzcdn.cn/i18n/offical/images/themeMarket/image_8_m.png');
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
    padding: 48px 0 46px 0;
  }

  .theme-has-list .consult-card .consult-card__right {
    margin-top: 24px;
    min-width: auto;
    padding: 10px 16px;
    border-radius: 4px;
    color: #fff;
    background-color: #2654FF;
    display: inline-flex;
    font-size: 14px;
    line-height: 20px;
  }

  .theme-has-list .consult-card {
    flex-direction: column;
    padding: 24px;
    justify-content: flex-start;
    align-items: unset;
    margin-top: 24px;
  }

  .theme-has-list .consult-card .consult-card__right.flex-btn {
    margin-left: 0;
    margin-top: 0;
  }

  .theme-has-list .consult-card .consult-card__left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .theme-has-list .consult-card .consult-card__left .title {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
  }

  .theme-has-list .consult-card .consult-card__left .desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }

  .top-banner-first-level-itle {
    font-size: 24px;
    line-height: 34px;
    text-align: center;
  }

  .top-banner-secondary-title {
    margin-top: 8px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    text-align: center;
  }

  .theme-list-module {
    padding: 24px 0 48px 0;
  }

  .theme-list-header-view {
    display: block !important;
  }

  .theme-list-header-view .search-view {
    width: 100%;
    padding: 8px 12px;
  }

  .change-template-view {
    margin-top: 26px;
    position: relative;
  }

  .change-template-view .type-btn {
    font-size: 16px;
    line-height: 22px;
    color: #969799;
    margin-right: 16px;
  }

  .change-template-view .filter-icon-view {
    position: absolute;
    right: 0;
    width: 24px;
    height: 24px;
  }

  .change-template-view .filter-icon-view .filter-icon {
    width: 24px;
  }

  .change-template-view .filter-icon-view .filter-icon-active {
    display: none
  }

  .pagination-content {
    margin-top: 36px;
  }

  .filter-mobile-view {
    position: absolute;
    z-index: 1111;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgb(0, 0, 0, 0.4);
    overflow: hidden;
  }

  .filter-mobile-content-view {
    background: #f7f8fa;
    border-radius: 8px 8px 0px 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 83.25%;
    position: absolute;
    top: 100%;
    transition: all 0.2s ease-in-out;
    z-index: 1112;
  }

  .filter-mobile-content-view .line-view {
    display: flex;
    justify-content: center;
  }

  .filter-mobile-content-view .line-view .line {
    width: 32px;
    height: 4px;
    background: #dcdee0;
    border-radius: 3px;
    margin: 11.88px 0 12.12px 0;
  }

  .filter-list-view {
    margin-top: 12px;
    flex: 1;
    overflow: auto;
    padding: 0 12px 0 24px;
  }

  .filter-list-item {
    margin-right: 12px;
    margin-top: 24px;
  }

  .filter-list-item:first-child {
    margin-top: 0;
  }

  .filter-list-item .filter-sort {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #323233;
  }

  .filter-list-item .filter-item-options-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-top: 4px;
  }

  .filter-item-options-list .options-list-item {
    margin-left: 8px;
    margin-top: 8px;
  }

  .filter-item-options-list .options-list-item .option-btn {
    padding: 4px 8px;
    background: #ffffff;
    border-radius: 4px;
    font-size: 14px;
    line-height: 20px;
    color: #323233;
  }

  .filter-item-options-list .options-list-item .option-btn.is-check {
    background: #e9eeff;
    color: #2654ff;
  }

  .filter-btn-view {
    padding: 16px 24px;
    display: flex;
  }

  .filter-btn {
    flex: 1;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
  }

  .filter-btn-reset {
    border-radius: 4px 0px 0px 4px;
  }

  .filter-btn-confirm {
    border-radius: 0px 4px 4px 0px;
  }

  .theme-no-list {
    padding-top: 120px;
  }

  .no-theme-image-view {
    width: 206px;
  }

  .no-theme-text {
    font-size: 14px;
    line-height: 20px;
  }

  .top-banner-first-level-itle .active {
    font-weight: bold
  }

  .change-template-view .type-btn.is-check {
    font-weight: bold
  }
}

/* 导航条 */
.nav-box {
  box-sizing: border-box;
  width: 1200px;
  height: 80px;
  display: flex;
  align-items: center;
  background: transparent;
  /*position: fixed;*/
  /*top: 0;*/
  /*padding: 0 120px;*/
  z-index: 9999;
}

.nav-box-active .nav-li {
  /*//margin-right: 44px;*/
  text-decoration: none;

  min-width: 52px;
  height: 42px;
  /* text-align: center; */
  line-height: 42px;
  border-radius: 4px;
}

.nav-box-active {
  box-sizing: border-box;
  width: 1200px;
  height: 80px;
  display: flex;
  align-items: center;
  /*background: rgba(255, 255, 255, 0.8);*/
  /*position: fixed;*/
  /*top: 0;*/
  /*padding: 0 120px;*/
  z-index: 999;
  color: #323233;
  margin: 0 auto;
}

.nav-box-active ul li a {
  color: #323233;
  color: #323233;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
}

.nav-box-active div a {
  color: #323233;
  color: #323233;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
}

.nav-box-active .nav-li:hover {
  /*//margin-right: 44px;*/
  text-decoration: none;
  background: rgba(38, 84, 255, 0.08);
  min-width: 52px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  border-radius: 4px;
  color: #323233;
}

.nav-box-active .nav-li a:hover {
  text-decoration: none;
  color: #323233;
}

.nav-box-active .nav-login {
  display: flex;
}

.nav-box-active .nav-login a {
  font-weight: 500;
  font-size: 16px;
  /*line-height: 22px;*/
  text-transform: uppercase;
  color: #323233;
  text-decoration: none;
  min-width: 52px;
  height: 42px;
  text-align: center;
  line-height: 42px;
}

.nav-box-active .nav-login a:hover {
  text-decoration: none;
  background: rgba(50, 50, 51, 0.1);
  min-width: 52px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  border-radius: 4px;
}

.nav-band {
  width: 120px;
  margin-right: 60px;
}

.nav-band img {
  width: 100%;
}

.nav-ul {
  flex: 1;
  display: flex;
  height: 42px;
  line-height: 42px;
}

.nav-li {
  min-width: 52px;
  height: 42px;
  margin-right: 24px;
}

.nav-box .nav-li:hover {
  /*//margin-right: 44px;*/
  text-decoration: none;
  background: rgba(50, 50, 51, 0.1);
  min-width: 52px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  border-radius: 4px;
}

.nav-box .nav-li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #f8f8f8;
}

.nav-box .nav-li a:hover {
  text-decoration: none;
  color: #f8f8f8;
}

.nav-login {
  display: flex;
  text-align: right;
}

.nav-box .nav-login {
  display: flex;
  align-items: center;
}

.nav-box .nav-login a {
  font-weight: 500;
  font-size: 16px;
  /*line-height: 22px;*/
  text-transform: uppercase;
  color: #f8f8f8;
  text-decoration: none;
  min-width: 52px;
  height: 42px;
  text-align: center;
  line-height: 42px;
}

.nav-box .nav-login a:hover {
  text-decoration: none;
  background: rgba(50, 50, 51, 0.1);
  min-width: 52px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  border-radius: 4px;
}

.nav-btn {
  height: 42px;
  background: #004afc;
  border-radius: 4px;
  margin-right: 44px;
  border: none;
  font-size: 14px;
  color: #fff;
  padding: 0 16px;
  margin: 0 16px;
}

.nav-icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #f8f8f8;
  text-decoration: none;
  min-width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  padding: 0 8px;
}

.nav-icon-box:hover {
  text-decoration: none;
  background: rgba(50, 50, 51, 0.1);
  min-width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  border-radius: 4px;
}

.nav-icon {
  min-width: 20px;
  width: 20px;
  height: 20px;
  margin-right: 4px;
}

/* footer底部  start*/
.footer {
  width: 100%;
  background: #000000;
  text-align: center;
  padding: 80px 0;
}

.footer-box {
  margin: 0 auto;
  width: 1200px;
  /* background: #000000; */
}

.footer-top {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 24px;
}

.footer-logo {
  width: 120px;
}

.footer-label {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  margin-top: 10px;
  opacity: 0.7;
}

.footer-t-item {
  width: 40%;
  text-align: left;
}

.footer-t-item2 {
  width: 100px;
}

.footer-t-item3 {
  text-align: right;
}

.f-item-box3 {
  display: inline-block;
  text-align: left;
}

.footer-emall {
  margin-top: 24px;
}

.footer-label2 {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}

.footer-ul {
  margin-top: 24px;
}

.footer-ul li {
  margin-top: 16px;
}

.footer-emall a,
.footer-ul li a {
  line-height: 20px;
  color: #fff;
  opacity: 0.7;
  margin-top: 10px;
}

.footer-bootom {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
}

.footer-item {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  opacity: 0.7;
}

.footer-item a {
  color: #fff;
  margin-right: 20px;
}

.footer-top .footer-t-item {
  width: auto;
  flex: 1;
}

.footer-top .footer-t-item.footer-t-start {
  flex: 0 0 40%;
}

.footer-top .footer-t-item.footer-t-end {
  text-align: right;
}

.qrcode-box {
  margin-top: 16px;
  display: flex;
}

.qrcode-box .qrcode-item+.qrcode-item {
  margin-left: 24px;
}

.qrcode-box .qrcode-item img {
  display: block;
  width: 92px;
  height: 92px;
  border-radius: 4px;
}

.qrcode-box .qrcode-item p {
  width: 92px;
  margin-top: 8px;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  color: #FFFFFF;
  opacity: 0.7;
}

.language-select {
  font-size: 14px;
  color: #323233;
  margin-left: 8px;
}

.language-select .select-value {
  width: max-content;
  cursor: pointer;
}

.language-select .select-value::after {
  content: '';
  /* background: url('https://b.yzcdn.cn/i18n/official/assets/images/icons/dropDown.png');
  position: absolute;
  background-size: 18px;
  width: 20px;
  height: 14px;
  top: 2px; */
}

.language-select .dropdown-menu {
  padding: 0;
  left: -40px;
  /* width: 85px !important; */
  min-width: 85px;
  border: none;
  box-shadow: rgba(200, 201, 204, 0.5) 0px 2px 8px 0px;
}

.language-select .dropdown-menu .dropdown-item {
  padding: 0;
  font-size: 14px;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  padding: 0 14px;
  border: none;
}

.language-select .dropdown-menu .dropdown-item.active,
.language-select .dropdown-menu .dropdown-item:active {
  background-color: #f8f9fa;
}

.language-select .dropdown-menu .dropdown-divider {
  display: none;
}