/**
* This is variable
**/
.baike-dongcha {
  position: relative;
  padding: 50px 0;
  background: #ffffff;
}
@media (max-width: 1200px) {
  .baike-dongcha {
    padding: 30px 0;
  }
}
.baike-dongcha .contain .list {
  display: flex;
}
.baike-dongcha .contain .item {
  flex: 4;
}
.baike-dongcha .contain .item:nth-child(2) {
  flex: 5;
}
@media (min-width: 1200px) {
  .baike-dongcha .contain .item:hover .cell {
    transform: translateY(-10px);
  }
  .baike-dongcha .contain .item:hover .icon img {
    animation: zoomIn 0.3s ease;
  }
}
.baike-dongcha .cell {
  position: relative;
  margin: 15px;
  transition: all 0.3s ease;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 10px;
}
@media (max-width: 1200px) {
  .baike-dongcha .cell {
    margin: 0;
  }
}
.baike-dongcha .cell .title {
  position: relative;
  background: url(/assets/hnjingcom/xiaohongshu-20x.jpg) center center no-repeat;
  background-size: cover;
  text-align: center;
  border-radius: 10px 10px 0 0;
  height: 60px;
  margin: -1px -1px 0 -1px;
  padding: 10px 0;
}
.baike-dongcha .cell .title img {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  margin: 0 5px 0 0;
}
.baike-dongcha .cell .title h3 {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  font-size: 1.2em;
  color: #ffffff;
  font-weight: normal;
}
.baike-dongcha .cell .exp {
  position: relative;
  padding: 20px 0;
}
.baike-dongcha .cell .desc {
  text-align: center;
  padding: 0 15px;
}
.baike-dongcha .cell .desc dd {
  line-height: 40px;
  font-size: 0.9em;
  color: #777777;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .baike-dongcha .cell .desc dd {
    font-size: 0.8em;
  }
}
.baike-dongcha .cell .desc dd + dd {
  border-top: 1px dashed #dddddd;
}
.baike-dongcha .cell .desc dd span + span::before {
  content: '|';
  margin: 0 12px 0 8px;
  color: #bbbbbb;
}
@media (max-width: 1200px) {
  .baike-dongcha .cell .desc dd span + span::before {
    margin: 0 6px 0 3px;
  }
}
.baike-dongcha .swiper .swiper-container {
  padding: 0 50px;
}
.baike-dongcha .swiper .swiper-pagination {
  position: relative;
  padding: 10px 0 0;
}
.baike-dongcha .swiper .swiper-pagination dd {
  margin: 5px;
}
.baike-jieshao {
  position: relative;
  padding: 50px 0;
  background: #f5f8ff;
}
@media (max-width: 1200px) {
  .baike-jieshao {
    padding: 30px 0 0;
  }
}
.baike-jieshao .contain .list {
  display: flex;
}
.baike-jieshao .contain .item {
  flex: 1;
}
@media (min-width: 1200px) {
  .baike-jieshao .contain .item:hover .cell {
    transform: translateY(-10px);
  }
  .baike-jieshao .contain .item:hover .icon img {
    animation: zoomIn 0.3s ease;
  }
}
.baike-jieshao .cell {
  position: relative;
  margin: 15px;
  height: calc(100% - 30px);
  padding: 30px 0 30px;
  transition: all 0.3s ease;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 10px;
}
.baike-jieshao .cell .icon {
  text-align: center;
}
.baike-jieshao .cell .icon img {
  width: 100px;
  height: 100px;
}
@media (max-width: 1200px) {
  .baike-jieshao .cell .icon img {
    width: 60px;
    height: 60px;
  }
}
.baike-jieshao .cell .title {
  position: relative;
  text-align: center;
}
.baike-jieshao .cell .title h3 {
  line-height: 1.5;
  font-size: 1.2em;
  color: #333333;
}
@media (max-width: 1200px) {
  .baike-jieshao .cell .title h3 {
    font-size: 1.1em;
  }
}
.baike-jieshao .cell .desc {
  padding: 20px 15px 0;
}
.baike-jieshao .cell .desc dd {
  line-height: 25px;
  padding: 5px 0 5px 40px;
  font-size: 0.9em;
  background: url(/assets/hnjingcom/baike-20.png) 10px 8px no-repeat;
  color: #777777;
}
.baike-jieshao .cell .desc dd + dd {
  border-top: 1px dashed #dddddd;
}
.baike-jieshao .cell .desc dd span + span::before {
  content: '|';
  margin: 0 10px 0 12px;
  color: #bbbbbb;
}
.baike-jieshao .cell .desc p {
  line-height: 1.8;
  font-size: 1em;
  color: #888888;
  text-align: center;
}
@media (max-width: 1200px) {
  .baike-jieshao .cell .desc p {
    line-height: 1.5;
  }
}
.baike-jieshao .swiper .swiper-pagination {
  position: relative;
  padding: 0 0 0;
}
.baike-jieshao .swiper .swiper-pagination dd {
  margin: 5px;
}
.baike-youshi {
  position: relative;
  padding: 50px 0;
  background: #2b66d3;
}
@media (max-width: 1200px) {
  .baike-youshi {
    padding: 30px 0;
  }
}
.baike-youshi .weui-thead .title2 h2 {
  color: #ffffff;
}
.baike-youshi .contain .list {
  display: flex;
  margin: -15px;
}
@media (max-width: 1200px) {
  .baike-youshi .contain .list {
    display: block;
  }
}
.baike-youshi .contain .item {
  flex: 1;
  margin: 15px;
}
@media (min-width: 1200px) {
  .baike-youshi .contain .item:hover .cell {
    transform: translateY(-10px);
  }
}
.baike-youshi .contain .cell {
  position: relative;
  height: 100%;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 20px 30px 40px;
  transition: all 0.3s ease;
}
@media (max-width: 1200px) {
  .baike-youshi .contain .cell {
    padding: 20px 20px 20px 0;
  }
}
.baike-youshi .contain .icon {
  margin: 0 0 5px;
}
@media (max-width: 1200px) {
  .baike-youshi .contain .icon {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .baike-youshi .contain .icon::before {
    content: '';
    position: absolute;
    right: 0px;
    top: 25px;
    bottom: 25px;
    border-right: 1px solid #dddddd;
  }
}
.baike-youshi .contain .icon img {
  display: block;
  margin: 0 auto;
  width: 100px;
  height: 100px;
}
@media (max-width: 1200px) {
  .baike-youshi .contain .icon img {
    transform: scale(0.6);
  }
}
.baike-youshi .contain .title {
  margin: 0 0 15px;
  text-align: center;
}
@media (max-width: 1200px) {
  .baike-youshi .contain .title {
    margin: 0 0 0 120px;
    text-align: left;
  }
}
.baike-youshi .contain .title h3 {
  line-height: 1.5;
  font-size: 1.2em;
  color: #004bc8;
}
.baike-youshi .contain .desc {
  position: relative;
  text-align: center;
}
@media (max-width: 1200px) {
  .baike-youshi .contain .desc {
    margin: 0 0 0 120px;
    text-align: left;
  }
}
.baike-youshi .contain .desc dd,
.baike-youshi .contain .desc p {
  line-height: 1.8;
  font-size: 1em;
  color: #888888;
}
@media (max-width: 1200px) {
  .baike-youshi .contain .desc dd,
  .baike-youshi .contain .desc p {
    line-height: 1.5;
    font-size: 0.9em;
  }
}
.baike-liucheng {
  position: relative;
  padding: 50px 0;
  background: #ffffff;
}
@media (max-width: 1200px) {
  .baike-liucheng {
    padding: 30px 0;
  }
}
.baike-liucheng .contain .list {
  display: flex;
  margin: -15px;
}
@media (max-width: 1200px) {
  .baike-liucheng .contain .list {
    display: block;
  }
}
.baike-liucheng .contain .item {
  flex: 5;
  margin: 15px;
}
.baike-liucheng .contain .item:nth-child(3) {
  flex: 4;
}
@media (min-width: 1200px) {
  .baike-liucheng .contain .item:hover .cell {
    transform: translateY(-10px);
  }
}
.baike-liucheng .contain .cell {
  position: relative;
  height: 100%;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 10px;
  padding: 20px 20px 20px;
  transition: all 0.3s ease;
  display: flex;
}
@media (max-width: 1200px) {
  .baike-liucheng .contain .cell {
    padding: 20px 20px 20px 0;
  }
}
.baike-liucheng .contain .icon {
  flex: 1;
  border-right: 1px solid #dddddd;
}
.baike-liucheng .contain .icon img {
  display: block;
  margin: 0 0 0 auto;
  width: 80px;
  height: 80px;
}
@media (max-width: 1200px) {
  .baike-liucheng .contain .icon img {
    transform: scale(0.65);
  }
}
.baike-liucheng .contain .exp {
  flex: 2;
  padding: 0 0 0 20px;
}
@media (max-width: 1200px) {
  .baike-liucheng .contain .exp {
    flex: 4;
  }
}
.baike-liucheng .contain .title {
  margin: 0 0 5px;
}
.baike-liucheng .contain .title h3 {
  line-height: 1.5;
  font-size: 1.2em;
  color: #333333;
}
.baike-liucheng .contain .desc p {
  line-height: 1.5;
  color: #888888;
}
@media (max-width: 1200px) {
  .baike-liucheng .contain .desc p br {
    display: none;
  }
}
.baike-anli {
  position: relative;
  background: url(/assets/hnjingcom/baike-50.jpg) center center no-repeat #1f2838;
  background-size: cover;
  background-attachment: fixed;
  padding: 30px 0 100px;
}
@media (max-width: 1200px) {
  .baike-anli {
    padding: 30px 0 0;
  }
}
.baike-anli .weui-thead .title2 h2 {
  color: #ffffff;
}
.baike-anli .swiper {
  position: relative;
}
.baike-anli .swiper .swiper-container {
  padding: 10px 0;
}
.baike-anli .swiper .swiper-pagination {
  left: 0;
  right: 0;
  bottom: -50px;
  text-align: center;
}
.baike-anli .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  margin: 5px 10px;
  opacity: 0.8;
  background: #ffffff;
}
.baike-anli .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #5f92ff;
}
.baike-anli .cell {
  position: relative;
  overflow: hidden;
  padding: 20px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 10px;
  transition: all 0.3s ease;
}
@media (max-width: 1200px) {
  .baike-anli .cell {
    padding: 0;
    border: 0;
  }
}
@media (min-width: 1200px) {
  .baike-anli .cell:hover {
    transform: translateY(-10px);
  }
  .baike-anli .cell:hover .weui-cover .img img {
    transform: scale(1.05);
  }
}
@media (max-width: 1200px) {
  .baike-anli .cell .weui-cover {
    float: none;
    width: 100%;
  }
}
.baike-anli .cell .weui-cover .img {
  padding: 0 0 158%;
  border-radius: 10px;
}
.baike-anli .cell .exp {
  position: relative;
  padding: 20px 0 0;
}
.baike-anli .cell .exp .desc {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 1200px) {
  .baike-anli .cell .exp .desc {
    font-size: 0.9em;
  }
}
.baike-anli .contain {
  position: relative;
}
.baike-anli .contain .list {
  display: flex;
  flex-wrap: wrap;
}
.baike-anli .contain .item {
  width: 50%;
}
.baike-anli .contain .cell {
  margin: 5px;
  padding: 5px;
}
.baike-anli .more {
  text-align: center;
  line-height: 0;
  padding: 20px 0;
}
.baike-anli .more a {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  padding: 0 45px;
  border-radius: 45px;
  background: #004bc8;
  color: #ffffff;
}
