/* 公共 */
@font-face {
  /* 思源黑体 */
  font-family: "SourceHanSansCN-Normal";
  src: url("../fonts/SourceHanSansCN-Normal.ttf");
}

@font-face {
  /* 思源宋体 */
  font-family: "SourceHanSerifCN-Regular-1";
  src: url("../fonts/SourceHanSerifCN-Regular-1.otf");
}

body {
  min-height: 100vh;
  padding-top: 140px;
  font-family: "SourceHanSansCN-Normal";
}

.main,
.list-main,
.detail.main {
  min-height: calc(100vh - 232px);
}

.con {
  width: 1000px;
  margin: auto;
  display: block;
  transition: width 0.3s;
}

.pub-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.pub-header .top {
  width: 100%;
  height: 100px;
  background: rgba(99, 5, 96, 1);
}

.pub-header > .top > .con {
  height: 100%;
  padding-top: 14px;
  background: url(../img/top-bg.png) bottom right no-repeat;
  background-size: auto 100%;
}

.header-left {
  height: 72px;
  display: flex;
  align-items: center;
}

.header-left .logo {
  top: 14px;
  width: 72px;
  height: 72px;
  margin-right: 10px;
}

.header-left .logo-txt-en {
  height: 21px;
  display: block;
}

.header-left .logo-txt {
  /* width: 160.91px; */
  height: 44px;
}

.header-left > .logo-txt-2 {
  height: 46px;
  margin-left: 26px;
}

.fixed-nav {
  display: none;
}

.nav {
  width: 100%;
  height: 40px;
  background: rgba(122, 6, 123, 1);
}

.nav > .con {
  display: flex;
}

.nav .nav-item {
  position: relative;
  height: 40px;
  align-items: center;
  justify-content: center;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.nav .nav-item .link {
  flex: 1;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  vertical-align: top;
  transition: background 0.3s, color 0.3s;
  font-family: "SourceHanSerifCN-Regular-1";
}

.nav .nav-item .link:hover,
.nav .nav-item .link.on {
  color: rgba(99, 5, 96, 1);
  background-color: #fff;
}

.nav .nav-item .sub-links {
  position: absolute;
  top: 40px;
  width: 100%;
  padding-top: 2px;
  display: none;
}

.nav .nav-item .sub-links > li {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  color: rgba(0, 0, 0, 1);
  vertical-align: top;
  background-color: #fff;
}

.nav .nav-item .sub-links > li > a {
  line-height: 40px;
  text-align: center;
  display: block;
}

.nav .nav-item .sub-links > li > a:hover,
.nav .nav-item .sub-links > li > a.on {
  background: rgba(99, 5, 96, 1);
  color: #fff;
}

.footer {
  width: 100%;
  margin-top: 20px;
  padding: 16px;
  line-height: 20px;
  background: rgba(99, 5, 96, 1);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  vertical-align: top;
}

.footer li {
  display: inline-block;
  margin-right: 15px;
}

.footer a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
}

/* 首页 */

.banners {
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin: auto;
  overflow: hidden;
}

.bannerSwiper {
  width: 100%;
  height: 100%;
}

.bannerSwiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.bannerSwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bannerSwiper .pageSlide {
  width: 32px;
  height: 56px;
}

.swiper-button-prev.pageSlide {
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.6) url(../img/page-left.png) center no-repeat;
}

.swiper-button-next.pageSlide {
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.6) url(../img/page-right.png) center no-repeat;
}

/* .con-wraps .font-list-group {
    float: left;
} */

.con-wraps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* overflow: hidden; */
}

.con-wraps .con-wrap {
  flex: 1;
  margin-left: 34px;
  /* float: left; */
}

.con-wraps .con-wrap:first-child {
  margin-left: 0;
}

.con-wrap-top {
  position: relative;
  padding: 13px 0 4px 0;
  border-bottom: 1px solid #630560;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
}

.con-wrap-top .con-name {
  flex: 1;
  line-height: 24px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0px;
  color: rgba(99, 5, 96, 1);
  text-align: left;
  vertical-align: top;
}

.con-wrap-top::before {
  content: "";
  width: 4px;
  height: 16px;
  margin-right: 6px;
  opacity: 1;
  background: #7a067b;
  display: block;
}

.con-wrap-top .more {
  line-height: 18px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0px;
  color: rgba(99, 5, 96, 1);
  vertical-align: top;
}

.font-list {
  /* width: 350px; */
  margin-top: 8px;
}

.font-list > .list-item {
  line-height: 22px;
  margin-top: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
}

.font-list > .list-item::before {
  content: "";
  width: 4px;
  height: 4px;
  margin-right: 4px;
  border-radius: 50%;
  background-color: rgba(99, 5, 96, 1);
  display: block;
}

.font-list > .list-item > a {
  flex: 1;
  margin-right: 32px;
  /** 文本1 */
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  color: rgba(51, 51, 51, 1);
  font-family: "Microsoft YaHei", sans-serif;
  text-align: left;
  vertical-align: top;
  /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: color 0.3s;
}

.font-list > .list-item > a:hover {
  color: rgba(122, 6, 123, 1);
  font-weight: bold;
}

.font-list > .list-item > span {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  color: rgba(122, 6, 123, 1);
  text-align: right;
  vertical-align: top;
}

.con-wraps .leader-wrap {
  flex: 0;
  flex-basis: 232px;
  width: 232px;
}

.leader-infos {
  margin-top: 14px;
  padding: 5px 14px 10px 16px;
  background: linear-gradient(
    225deg,
    rgba(242, 235, 247, 1) 0%,
    rgba(242, 235, 247, 0.4) 100%
  );
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: column;
}

.leader-info {
  padding: 6px 0;
  border-bottom: 1px dashed rgba(199, 185, 199, 1);
}

.leader-info > .info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  line-height: 24px;
  /** 文本1 */
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  color: rgba(51, 51, 51, 1);
}

.leader-info > .info-item::before {
  content: "";
  width: 4px;
  height: 4px;
  margin-right: 5px;
  background: rgba(99, 5, 96, 1);
  border-radius: 50%;
  display: block;
}

.leader-info > .info-item > a {
  /** 文本2 */
  font-size: 14px;
  letter-spacing: 0px;
  color: #000;
}

.dropdown {
  margin-top: 7px;
  width: 200px;
  height: 28px;
  padding: 0 10px 0 15px;
  background: rgba(242, 235, 247, 1);
  border: 1px solid rgba(122, 6, 123, 1);
  cursor: pointer;
}

.friend-link-dropdown {
  width: 200px;
  height: 28px;
  padding: 0 10px 0 15px;
  background: rgba(242, 235, 247, 1);
  border: 1px solid rgba(122, 6, 123, 1);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  color: rgba(102, 102, 102, 1);
  vertical-align: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.friend-link-dropdown .caret {
  border-top: 6px dashed rgba(99, 5, 96, 1);
  border-top: 6px solid\9;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.dropdown-menu {
  width: 100%;
}

.feature-wraps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}

.feature-wraps .con-wrap-top {
  margin-bottom: 20px;
}

.feature-wraps .con-wrap {
  flex: 1;
  margin-left: 20px;
  overflow: hidden;
}

.featureSwiper {
  position: relative;
  /* width: 490px; */
  /* height: 100%; */
  overflow: hidden;
}

.featureSwiper .swiper-slide {
  position: relative;
  text-align: center;
  font-size: 18px;
  height: 0;
  padding-bottom: 26%;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  /* flex: 1 1 auto; */
  /* flex-basis:0; */
}

.featureSwiper .swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width:100%;
  height:100%;
  display: block;
  /* min-width: 100%;
  max-width: none;
  min-height: 100%; */
  /* object-fit: cover; */
}

.featureSwiper .swiper-slide p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 32px;
  line-height: 32px;
  background: rgba(0, 0, 0, 0.3);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  vertical-align: top;
}

/* 列表页 */
.listpage-main {
  padding-top: 17px;
}

.listpage-main .con {
  position: relative;
  display: -ms-flexbox;
  display: flex;
}

.listpage-main .list-types {
  width: 200px;
}

.listpage-main .list-types dt {
  height: 48px;
  line-height: 48px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  vertical-align: top;
  background: rgba(99, 5, 96, 1);
}

.listpage-main .list-types dd li a {
  width: 200px;
  height: 40px;
  line-height: 40px;
  margin-top: 1px;
  background: rgba(244, 238, 248, 1);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  display: block;
  transition: color 0.3s, background 0.3s;
}

.listpage-main .list-types dd li a.on,
.listpage-main .list-types dd li a:hover {
  background-color: rgba(99, 5, 96, 1);
  color: #fff;
}

.listpage-main .list-main {
  flex: 1;
  margin-left: 30px;
}

.listpage-main .list-main-top {
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(217, 217, 217, 1);
}

.listpage-main .list-main-top h3 {
  line-height: 30px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0px;
  color: rgba(99, 5, 96, 1);
  text-align: left;
  vertical-align: top;
  align-items: center;
  border-bottom: 2px solid rgba(99, 5, 96, 1);
}

.listpage-main .list-main-top .breadcrumbs {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0px;
  color: rgba(102, 102, 102, 1);
}

.listpage-main .list-main-top .breadcrumbs a,
.listpage-main .list-main-top .breadcrumbs span {
  color: rgba(51, 51, 51, 1);
}

.listpage-main .list-main-list {
  padding-bottom: 40px;
}

.listpage-main .list-main-list ul {
  margin-bottom: 31px;
}

.listpage-main .list-main-list li {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed rgba(204, 204, 204, 1);
}

.listpage-main .list-main-list li::before {
  content: "";
  width: 4px;
  height: 4px;
  margin-right: 6px;
  opacity: 1;
  border-radius: 50%;
  background: rgba(99, 5, 96, 1);
  display: block;
}

.listpage-main .list-main-list li a,
.listpage-main .list-main-list li span {
  height: 42px;
  line-height: 42px;
}

.listpage-main .list-main-list li a {
  flex: 1;
  margin-right: 30px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  color: rgba(51, 51, 51, 1);
  text-align: left;
  vertical-align: top;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: font-size 0.3s;
}

.listpage-main .list-main-list li a:hover {
  font-size: 16px;
}

.pages {
  text-align: center;
}

.pages a,
.pages span {
  height: 27px;
  line-height: 27px;
  margin-right: 3px;
  padding: 0 7px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: inline-block;
  transition: color 0.3s, background 0.3s;
  vertical-align: middle;
}

.pages span {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0px;
  color: rgba(0, 0, 0, 0.3);
  text-align: justify;
}

.pages span.on,
.pages a:hover {
  background: rgba(99, 5, 96, 1);
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #fff;
}

.pages input[type="text"] {
  width: 28px;
  height: 27px;
  margin-right: 3px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.3);
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
}

.pages button {
  width: 34px;
  height: 27px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0px;
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  vertical-align: middle;
}

/* 详情页 */
.detailpage-main .breadcrumbs {
  margin-top: 17px;
  /* height: 30px; */
  line-height: 16px;
  padding: 7px 0;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0px;
  color: rgba(102, 102, 102, 1);
  border-bottom: 1px solid rgba(217, 217, 217, 1);
}

.detailpage-main .breadcrumbs a,
.detailpage-main .breadcrumbs span {
  color: rgba(51, 51, 51, 1);
}

.detailpage-main .detail-title {
  margin: 27px auto 0;
  line-height: 35px;
  /** 文本1 */
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0px;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  vertical-align: top;
}

.detailpage-main .create-time {
  line-height: 22px;
  margin: 8px auto 0;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  color: rgba(102, 102, 102, 1);
  text-align: center;
}

.detailpage-main .detail-content {
  line-height: 28px;
  margin-top: 18px;
  padding-bottom: 22px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  color: rgba(51, 51, 51, 1);
  vertical-align: top;
}

@media (min-width: 960px) and (max-width: 1200px) {
  body {
    padding-top: 130px;
  }

  .main {
    min-height: calc(100vh - 222px);
  }

  .pub-header .top {
    height: 90px;
  }

  .pub-header > .top > .con {
    padding-top: 15px;
  }

  .header-left {
    height: 60px;
  }

  .header-left .logo {
    top: 14px;
    width: 60px;
    height: 60px;
    margin-right: 10px;
  }

  .header-left .logo-txt-en {
    height: 19px;
  }

  .header-left .logo-txt {
    height: 38px;
  }

  .header-left > .logo-txt-2 {
    height: 43px;
    margin-left: 22px;
  }

  .con {
    width: 940px;
  }

  .banners {
    width: 940px;
  }

  .con-wraps .con-wrap {
    margin-left: 20px;
  }

  .font-list {
    /* width: 320px; */
    margin-top: 8px;
  }

  .font-list > .list-item > a {
    margin-right: 10px;
  }

  /* 
    .featureSwiper {
        width: 460px;
    } */

  .featureSwiper .swiper-slide p {
    font-size: 14px;
  }
}

@media (max-width: 960px) {
  .con {
    width: 92%;
  }

  .nav .nav-item .link {
    font-size: 14px;
  }

  .nav .nav-item .sub-links > li > a {
    line-height: 30px;
    font-size: 14px;
  }

  .con-wraps {
    flex-flow: wrap;
  }

  .con-wraps .con-wrap {
    flex: none;
    margin-left: 20px;
    width: calc(50% - 10px);
  }

  .con-wraps .leader-wrap {
    width: 100%;

    /* flex-basis: 232px; */
    margin-left: 0;
  }

  .leader-infos {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .leader-info {
    width: 50%;
  }

  .friend-link-dropdown {
    width: 100%;
  }

  .dropdown {
    position: relative;
    width: 100%;
    z-index: 2;
  }

  .font-list {
    /* width: 320px; */
    margin-top: 8px;
  }

  .feature-wraps {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  .feature-wraps .con-wrap {
    width: 100%;
    /* flex: 1; */
    margin-left: 0px;
  }

  .font-list > .list-item > a {
    margin-right: 10px;
  }

  /* .featureSwiper {
    } */

  .swiper-button-next.pageSlide,
  .swiper-button-prev.pageSlide {
    width: 22px;
    height: 36px;
    background-size: 10px;
  }

  .featureSwiper .swiper-slide p {
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    font-weight: normal;
  }
}

@media screen and (max-width: 720px) {
  body {
    padding-top: 0;
    overflow-x: hidden;
  }

  .main {
    min-height: calc(100vh - 162px);
  }

  .pub-header {
    position: relative;
  }

  .pub-header .top {
    height: 70px;
  }

  .pub-header > .top > .con {
    width: auto;
    padding-top: 1px;
    margin: 0 0 0 10px;
    background: url(../img/top-bg.png) 202px no-repeat;
    background-size: contain;
  }

  .header-left .logo {
    width: 50px;
    height: 50px;
  }

  .header-left .logo-txt {
    height: 26px;
  }

  .header-left .logo-txt-en {
    height: 13px;
  }

  .header-left > .logo-txt-2 {
    height: 30px;
    margin-left: 10px;
  }

  .nav {
    display: none;
  }

  .fixed-nav {
    position: fixed;
    top: 0;
    left: calc(-100% + 40px);
    width: 100%;
    height: 100%;
    z-index: 999;
    display: block;
    transition: left 0.3s;
  }

  .fixed-nav .nav-btn {
    position: absolute;
    top: 35%;
    right: 0;
    width: 40px;
    height: 40px;
    border-radius: 0 10px 10px 0;
    background: #630560 url("../img/menu.png") center no-repeat;
    background-size: 70%;
    z-index: 2;
  }

  .fixed-nav .content {
    position: relative;
    height: 100%;
    margin-right: 40px;
    background-color: #630560;
    z-index: 2;
  }

  .fixed-nav .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    transition: background 0.3s;
  }

  .fixed-nav.open .bg {
    visibility: visible;
  }

  .fixed-nav.open {
    left: 0;
  }

  .fixed-nav .nav-item {
    min-height: 40px;
    line-height: 40px;
    display: block;
    overflow: hidden;
    text-align: center;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
  }

  .fixed-nav .nav-item dt {
    position: relative;
    line-height: 40px;
  }

  .fixed-nav .nav-item dt .cor {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 0;
    height: 0;
    border-width: 8px 4px 8px 4px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    transform-origin: 5px 2px;
    transition: transform 0.3s;
  }

  .fixed-nav .nav-item .link {
    line-height: 24px;
    font-size: 14px;
    /* padding: 0 10px; */
    color: #fff;
    display: inline-block;
    font-weight: normal;
  }

  .fixed-nav .nav-item .link.on {
    /* color: rgba(99, 5, 96, 1); */
    border-bottom: 1px solid #fff;
  }

  .fixed-nav .nav-item .sub-links {
    background-color: rgba(255, 255, 255, 0.3);
    display: none;
  }

  .fixed-nav .nav-item.open dt .cor {
    transform: rotateZ(180deg);
  }

  /* .fixed-nav .nav-item.open dd {
        visibility: visible;
        display: b;
    } */

  .fixed-nav .nav-item .sub-links li {
    line-height: 40px;
  }

  .fixed-nav .nav-item .sub-links a {
    line-height: 22px;
    /* padding: 0 10px; */
    font-size: 14px;
    color: #fff;
    display: inline-block;
  }

  .fixed-nav .nav-item .sub-links a.on {
    /* background-color: rgba(99, 5, 96, 1); */
    border-bottom: 1px solid #fff;
  }

  .con-wraps .con-wrap {
    width: 100%;
    margin-left: 0;
  }

  .leader-info {
    width: 100%;
  }

  /* 列表 */
  .listpage-main .list-types {
    display: none;
  }
}
