header.ub-header-b,
footer {
  display: none;
}
:root {
  --color-primary-gradient-bg: linear-gradient(to right, #ffffff, #ffffff);
}
.ub-header-b .menu a i {
  display: none !important;
}

.ub-header-b .menu a {
  background: #3555cc;
  color: #fff;
  border-radius: 0.4rem;
  padding: 0 0.5rem;
  line-height: 1.5rem;
  height: 1.5rem;
  margin-top: 0.25rem;
  margin-right: 0.6rem;
}

@media screen and (max-width: 40rem) {
  .ub-header-b .logo {
    display: inline-block;
    margin-left: 2.5rem;
    margin-right: 2.5rem;
    display: block;
    float: none;
    text-align: center;
  }
  .ub-header-b .logo a {
    text-align: center;
  }
  .ub-header-b .logo a img {
    margin: 0 auto;
  }
}

.panel-a {
  text-align: center !important;
  background-size: cover;
}
.panel-a .box .title {
  font-size: 1.4rem !important;
  line-height: 2rem !important;
  font-weight: normal !important;
}
.panel-a .myform .box {
  max-width: 25rem;
  margin: 0 auto;
  position: relative;
  height: auto;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.panel-a .myform .box.rect {
  border-radius: 0.25rem;
  border: 1px solid #dcdcdc;
  background: #fff;
}
.panel-a .myform .box.rect input {
  border-radius: 0.25rem;
  border: 0;
}

.panel-a .myform .box.rect .el-button {
  border-radius: 0.25rem;
}

.panel-a .myform .box .gicon {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0.25rem;
}

.panel-a .myform .box input {
  flex: 1;
  border-radius: 0.25rem;
  line-height: 2rem;
  height: 2rem;
  padding: 0 1.5rem 0 1rem;
  outline: 0;
}
.panel-a .myform .el-input__suffix {
  right: 0;
}
.el-input .el-input__clear {
  font-size: 20px;
}

.panel-a .myform .box .el-button {
  background-color: #fff;
  border: none;
  border-radius: 0.75rem;
  color: var(--color-primary, #419488);
  height: 2rem;
  line-height: 2rem;
  padding: 0 0.4rem 0 0.2rem;
  margin: 0;
}
.el-input--mini .el-input__icon {
  line-height: 40px;
}
.panel-a .myform .box .el-button {
  right: 1.1rem;
  top: 0.1rem;
}

.el-input__clear {
  right: 3rem !important; /* 右侧间距 */
}

.sticky-list,
.links {
  pading: 0.15rem;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
}

.links {
  margin-top: 0.4rem;
}

.sticky-list .item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.sticky-list .item .top {
  display: block;
  padding: 0.5rem;
}

.sticky-list .item .top .title {
  width: 100%;
  display: block;
  text-align: center;
  color: #000;
  line-height: 1.5rem;
}

.sticky-list .item .summary {
  display: none;
}

@media (min-width: 40rem) {
  /*.sticky-list{
        background: none;
    }*/
  /*.sticky-list .item{
        margin: 0 1% 20px;
        padding: 1rem;
        color: var(--color-text);
        transition: .2s all;
        background-color: var(--color-content-bg);
        border-radius: 0.5rem;
    }*/
  /*.sticky-list .item .top{
        display: flex;
        align-items: center;
        padding: 0;
    }*/
  .sticky-list .item .top .cover {
    width: 2.5rem;
    margin-right: 0.5rem;
    flex-shrink: 0;
    margin: 0 auto;
  }
  /*.sticky-list .item .top .title{
        text-align: left;
        font-weight: 600;
    }*/
  /*.sticky-list .item .summary{
        display: block;
        color: #6b7075;
        margin-top: 0.4rem;
        line-height: 1rem;
        height: 2rem;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }*/
}

.links .title {
  font-size: 0.8rem;
  line-height: 2.8rem;
  font-weight: normal;
  color: #000;
  padding: 0 0.4rem;
  display: block;
  width: 100%;
  margin-bottom: 0 !important;
}

.links .links-list {
  border-top: 1px solid #dcdcdc;
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  padding-bottom: 0.5rem;
}
.links .links-list .box {
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
  line-height: 2.2rem;
  text-align: center;
  font-size: 0.7rem;
  position: relative;
}
.links .links-list .box::after {
  content: " ";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  background: #dcdcdc;
}
.links .links-list .box .item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  border-bottom: 1px solid #dcdcdc;
}

.links .links-list .box .item span {
  color: #88d141;
  display: block;
  width: 100%;
}

.links .links-list .box .item a {
  color: #000;
  display: block;
  width: 100%;
}

/** 搜索页面 */
.search_suggest {
  /*display: none;*/
  background: #fff;
  max-width: 1200px;
  margin: 0 auto;
}
#search_result {
  max-width: 1200px;
  margin: 0 auto;
}

.main {
  max-width: 1200px;
  margin: 0 auto;
}

.tab {
  display: flex;
  width: 100%;
  line-height: 2rem;
  text-align: center;
  background: #fff;
  max-width: 1200px;
  overflow: hidden;
}

.tab-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.tab-item.active span {
  border-bottom: 2px solid var(--color-primary, #419488);
}

.result-item {
  margin: 0.5rem;
  border-radius: 0.5rem;
  background: #fff;
  color: #000;
  display: block;
}

.icon-more {
  display: inline-block;
  transform: rotate(90deg);
}
.icon-fill {
  display: inline-block;
  transform: rotate(45deg);
}

.result-item .result-top {
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 2.5rem;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0 0.5rem;
  margin: 0;
}

.result-top .title {
  white-space: nowrap; /* 不换行 */
  overflow: hidden; /* 隐藏溢出部分 */
  text-overflow: ellipsis; /* 显示省略号 */
}

.result-top .more {
  color: #6b6b6b;
}

.result-item .result-content {
  padding: 0 0.5rem 0.5rem;
  line-height: 1.2rem;
  color: #dcdcdc;
}

.search_suggest {
  background: #fff;
  padding: 0.5rem;
}

.search_suggest dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5rem;
  font-size: 0.8rem;
  justify-content: space-between;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 0 !important;
}
.search_suggest dl:last-child {
  border-bottom: 0;
}
.search_suggest dt {
  line-height: 2rem;
  font-weight: normal !important;
}
.search_suggest dt i {
  margin-right: 0.4rem;
}
.search_suggest dd {
  margin: 0 !important;
}
.search_suggest dd i {
  margin-top: 0.15rem;
}

.search_nav {
  margin-top: 0.15rem;
  pading: 0.15rem;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
}

.search_nav .nav-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  text-align: center;
  margin-bottom: 0.25rem;
}

.search_nav .nav-item a {
  color: #3555cc;
  background: #dcdcdc;
  padding: 0.15rem 0.6rem;
  border-radius: 1rem;
}

.mask {
  position: absolute;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popwin {
  width: 80%;
  height: auto;
  overflow: hidden;
  display: block;
}
@media (min-width: 40rem) {
  .popwin {
    width: 50%;
    height: auto;
    overflow: hidden;
    display: block;
  }
}
.popwin-inw {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 0.8rem;
}
.popwin-inw img {
  width: 100%;
  height: 100%;
}
.popwin-inw .close-btn {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  z-index: 999;
  font-size: 1.2rem;
  background: #000;
  width: 1.6rem;
  height: 1.6rem;
  overflow: hidden;
  border-radius: 1.6rem;
  line-height: 1.6rem;
  text-align: center;
}
