html, body {
  font-size: 16px;
  font-family: "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", serif;
  height: 100%;
}
body {
  -webkit-font-smoothing: antialiased;
  /*padding-top: 6rem;*/
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: #5DAF9C;
  text-decoration: none;
}
li {
  list-style: none;
}
.pull-right{
	float: right;
}
.pull-left{
	float: left;
}
.my-nav {
  height: 6em;
  line-height: 5em;
  background-color: #fff;
  transition: height .3s ease;
  border-bottom: 1px solid rgb(182, 182, 182);
}
.my-nav.shrink {
  height: 4em;
  line-height: 4em;
}
.my-nav.shrink .navbar-brand img {
  width: 90%;
}

.my-nav .nav-item {
  position: relative;
  color: #000;
  margin: 0 .5em;
  font-size: 14px;
}
.my-nav .nav-item.active {
  color: #5DAF9C;
  font-weight: bolder;
}
.my-nav .nav-link {
  transition: color .5s ease;
  cursor: pointer;
}
.my-nav .nav-link:hover {
  color: #5DAF9C;
}
.my-nav.shrink .container {
  height: 4rem;
  line-height: 3rem;
}

.my-nav  a.navbar-brand {
  height: 100%;
}
.navbar-brand img {
  width: 100%;
  -webkit-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.sub-nav {
  display: none;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  line-height: 2em;
  width: 15em;
  height: 11em;
  padding: 1em;
  color: #000;
  background-color: #fff;
  border-top: 4px solid #5DAF9C;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  box-shadow: 2px 2px 10px 0px rgba(0,0,0,.4);
  -webkit-animation: fadeInFromDown .8s ease forwards;
  animation: fadeInFromDown .8s ease forwards;
}
.sub-nav.active {
  display: block;
}
.sub-nav::before {
  content: '';
  display: block;
  top: -1em;
  left: 0;
  right: 0;
  margin: auto;
  height: 0;
  width: 1em;
  position: absolute;
  border-bottom: 1em solid #5DAF9C;
  border-left: 1em solid transparent;
  border-right: 1em solid transparent;
}
.sub-nav::after {
  content: '';
  display: block;
  position: absolute;
  top: 1.5em;
  bottom: 3em;
  left: 6em;
  border-right: 1px solid #000;
}
.sub-nav-beauty::after {
  left: 8em;
}
.sub-nav-products {
  width: 59em;
  height: 34em;
  font-size: .9rem;
  background-size: 45%;
  background-position: left bottom;
}
.sub-nav-products::after,
.sub-nav-search::after {
  display: none;
}
.sub-nav-title {
  font-size: 1.4em;
  line-height: 2em;
  cursor: default;
}
.sub-nav-title.active {
  color: #5DAF9C;
}
.pagination + .placeholder {
  display: none;
}
.btn-search {
  width: 16px;
  height: 16px;
  margin-top: -4px;
  color: #5DAF9C;
}
.sub-nav.sub-nav-search {
  left: auto;
  right: 0;
  height: auto;
  width: auto;
  padding: .5em 2em 1em;
  -webkit-animation: fadeInFromDownSearch .8s ease forwards;
  animation: fadeInFromDownSearch .8s ease forwards;
}
.sub-nav.sub-nav-search::before {
  left: auto;
  right: 1em;
}
.empty-hint {
  text-align: center;
  color: rgb(160, 160, 160);
  margin-bottom: 2em;
  flex: 1;
}
.input-group-search {
  display: flex;
  line-height: 1em;
  width: 22em;
}
.input-clearable {
  position: relative;
  flex: 1;
}
.input-clearable .btn-clear {
  display: none;
  position: absolute;
  top: 0;
  right: .5em;
  line-height: 1.5em;
  cursor: pointer;
}
.input-clearable.focus .btn-clear {
  display: block;
}
.input-search {
  width: 100%;
  padding: 0 1em 0 .5em;
}
.btn-addon-search {
  flex: none;
  padding: 0 1em;
  background-color: rgb(137,137,137);
  color: #fff;
  border: none;
}
.content-wrapper {
  min-height: calc(100% - 16rem);
  /* position: relative; */
}
.page-wrapper {
  background-color: rgb(230, 230, 230);
}
.page-container {
  border: 1px solid rgb(182, 182, 182);
  border-top: none;
  border-bottom: none;
  background-color: #fff;
}
.page-title {
  border-bottom: 1px solid rgb(182, 182, 182);
  padding: 1rem 2em;
}
.page-meta {
  border-bottom: 1px solid rgb(182, 182, 182);
  padding: 3rem;
}
.archive-date {
  color: #999;
}
.page-content-wrapper {
  padding: 3rem;
}
.page-content p {
/*  line-height: 2em;
  margin-bottom: 1em;*/
  margin: 0;
}
.page-content img {
  width: 100%;
}
.divider {
  width: 100%;
  background-color: rgb(182, 182, 182);
  margin-bottom: 2em;
}
.chapter {
  padding-bottom: 2em;
}
.chapter-header {
  position: relative;
  text-align: center;
}
.chapter-header::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-bottom: 1px solid rgb(182, 182, 182);
}
.chapter-title {
  position: relative;
  margin: auto;
  font-size: 1.5rem;
  padding: 0 2em;
  background-color: #fff;
}
.page-footer {
  border-top: 1px solid rgb(182, 182, 182);
  padding: 2em;
}
.footer-btn {
  width: 10em;
  height: 2.5em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.footer-btn.btn-prev {
  background-image: url('//cdn.xuansiwei.com/panda11016/themes/pc_misifu/public/assets/images/btn-prev.png');
}
.footer-btn.btn-prev:hover {
  background-image: url('//cdn.xuansiwei.com/panda11016/themes/pc_misifu/public/assets/images/btn-prev-hover.png');
}
.footer-btn.btn-list {
  background-image: url('//cdn.xuansiwei.com/panda11016/themes/pc_misifu/public/assets/images/btn-list.png');
}
.footer-btn.btn-list:hover {
  background-image: url('//cdn.xuansiwei.com/panda11016/themes/pc_misifu/public/assets/images/btn-list-hover.png');
}
.footer-btn.btn-next {
  background-image: url('//cdn.xuansiwei.com/panda11016/themes/pc_misifu/public/assets/images/btn-next.png');
}
.footer-btn.btn-next:hover {
  background-image: url('//cdn.xuansiwei.com/panda11016/themes/pc_misifu/public/assets/images/btn-next-hover.png');
}
.btn-back-list {
  text-align: center;
  margin: 2em;
}
.btn-back-icon {
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('//cdn.xuansiwei.com/panda11016/themes/pc_misifu/public/assets/images/icon-back.png');
  padding: 0px 1.5em;
}
.btn-back-icon-grey {
  background-size: 75%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('//cdn.xuansiwei.com/panda11016/themes/pc_misifu/public/assets/images/icon-back-grey.png');
  padding: 0px 1em;
}

.list-container {
  padding-top: 2em;
}
.list-header {
  border-bottom: 3px solid rgb(182, 182, 182);
  margin-bottom: 2em;
}
.list-type {
  border-bottom: 1px solid #d7dbdc;
  margin-bottom: 1em;
}
.item-type {
  float: left;
  font-size: 1.2rem;
  line-height: 2;
  padding: 0 2em;
  background-color: #eee;
  cursor: pointer;
  border-right: 1px solid #ddd
}
.item-type.active {
  color: #fff;
  background-color: #333;
}
.list-grid {
  display: flex;
  flex-wrap: wrap;
}
.list-grid::after {
  content: "";
  width: 100%;
  display: block;
  clear: both;
}
.list-grid .col {
  position: relative;
  width: 33.3333333333%;
  flex: none;
  /*float: left;*/
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.list-search-content {
  display: none;
  padding: 0 5px;
}
.list-search-content.active {
  display: block;
}
.list-search-content.list-products .col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.list-search-content.list-news .col,
.list-search-content.list-videos .col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.box-news {
  padding: 10px;
  border: 1px solid rgb(182, 182, 182);
  position: relative;
  display: inline-block;
  -webkit-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  overflow: hidden;
  width: 100%;
  /* height: 345px; */
  background: white;
  margin-bottom: 24px;
  cursor: pointer;
}
.list-products .news-pic {
  height: 0;
  padding-bottom: 100%;
}
.list-products .news-pic img {
  transition: transform .5s ease;
  transform-origin: 50% 100%;
}
.list-products .box-news:hover .news-pic img {
  transform: scale(1.1);
}
.box-news img {
  width: 100%;
}
.news-type-list {
  margin: 1em 0;
}
.news-type {
  padding: 0 2em;
  border-right: 2px solid #C9CACA;
}
.news-type.active {
  color: #5DAF9C;
}
.news-type:first-of-type {
  border-right: none;
}
.news-pic {
  position: relative;
  height: 210px;
  overflow: hidden;
}
.news-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 18px 10px 18px;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  min-height: 100px;
}
.news-caption,
.news-caption .title,
.news-caption .caption,
.news-caption .date {
  display: none;
}
.list-news .news-caption,
.list-news .news-caption .title,
.list-news .news-caption .caption,
.list-news .news-caption .date,
.list-videos .news-caption,
.list-videos .news-caption .title {
  display: block;
}
.list-news .box-news {
  height: 330px;
}
.news-caption .title {
  height: 64px;
  color: #222121;
  font-size: 20px;
  line-height: 1.6;
  font-weight: normal;
}
.news-caption .caption {
  color: #a3a4a6;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  height: 70px;
}
.news-caption .date {
  color: #888;
  font-family: Helvetica;
  font-size: 14px;
  line-height: 1.8;
}
.container-video {
  background-color: rgb(57, 54, 54);
}
.container-video .list-header {
  border-color: rgb(87, 87, 87);
}
.list-videos .box-news {
  position: relative;
  border: none;
  height: auto;
  background-color: rgb(87, 87, 87);
}
.list-videos .news-pic::after {
  display: none;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('//cdn.xuansiwei.com/panda11016/themes/pc_misifu/public/assets/images/icon-play.png');
  background-color: rgba(0, 0, 0, .3);
}
.list-videos .box-news:hover .news-pic::after {
  display: block;
}
.list-videos .news-pic {
  height: 190px;
}
.list-videos .news-caption {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  min-height: 3em;
  padding: 0;
  background-color: transparent;
}
.list-videos .news-caption .title {
  line-height: 1em;
  height: auto;
}
.video-wrapper {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(0,0,0,.9);
  text-align: center;
  z-index: 10000;
}
.video-box-wrapper {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 979px;
  height: 551px;
  margin: auto;
}
.video-box {
  width: 100%;
  height: 100%;
}
.video-js {
  width: 100%;
  height: 100%;
}
.btn-close {
  position: absolute;
  top: -1rem;
  right: -1rem;
  color: #fff;
  padding: 0;
  font-size: 1rem;
  width: 2rem;
  height: 2rem;
  line-height: 1.7rem;
  background-color: #333;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 2px #fff;
  outline: none;
  cursor: pointer;
}
.btn-close:hover {
  background-color: #eee;
  color: #000;
}
.list-products .list-header {
  border-width: 5px;
}
.list-products .box-news {
  border: none;
  height: auto;
  padding: 0;
}
.product-title {
  display: none;
  text-align: center;
  padding: 2rem 0;
}
.product-body .product-title,
.list-products .product-title {
  display: block;
}
.product-title .title {
  font-weight: bolder;
}
.product-title .desc {
  color: rgb(137, 137, 137);
  height: 2em;
}
.type-list {
  color: #727171;
  line-height: 2;
  padding-right: 3em;
}
.type-item {
  border-bottom: 1px solid #C9CACA;
  padding: .5em 0;
  -webkit-user-select: none;
  user-select: none;
}
.type-item:first-of-type {
  border-top: 1px solid #C9CACA;
}
.type-header {
  font-size: 1rem;
  cursor: pointer;
}
.type-header.active {
  color: #5DAF9C;
}
.type-header .icon-up,
.type-header.active .icon-down  {
  display: none;
}
.type-header.active .icon-up {
  display: block;
}
.type-sub-list {
  display: none;
  font-size: 1rem;
}
.type-sub-item {
  font-size: .8rem;
  line-height: 2.5em;
  padding: 0 .5em;
}
.type-sub-item.active,
.type-sub-item:hover {
  color: #5DAF9C;
  background-color: #EFEFEF;
}
.product-thumb img {
  width: 100%;
}
.product-content .product-title {
  text-align: left;
  font-size: 1.5rem;
  color: #5DAF9C;
  padding: 0;
}
.product-header {
  padding: 0 1rem;
}
.product-body {
  padding: 1rem;
  border-top: 1px solid #898989;
}
.product-desc {
  line-height: 2;
}
.product-spec {
  line-height: 2;
}
.product-footer {
  padding: 1rem;
}
.product-qrcode {
  display: flex;
  align-items: flex-end;
}
.qrcode-hint {
  padding: 0 1em;
  line-height: 2;
}
.qrcode-hint-2 {
  border-top: 1px solid #898989;
}
.product-detail {
  padding-top: 3em;
}
.product-detail .chapter-header::before {
  border-width: 1px;
  border-color: #898989;
}
.product-detail-content {
  padding: 0 10em;
}
.pd-content-text {
  padding: 2em 0;
}
.pd-content-text-sub {
  padding: 1em 0;
}
.pd-content-title {
  font-size: 1.5em;
}

.page-block .title,
.page-block .number {
  line-height: 2;
  width: 107px;
  margin: 0 auto;
}
.page-block.w-7 .title,
.page-block.w-7 .number {
  width: 166px;
}
.page-block .title {
  font-size: 26px;
  text-align: center;
  border-bottom: 2px solid #e7e7e6;
}
.page-block .number {
  padding: 0;
  margin-bottom: 2em;
  font-size: 14px;
  text-align: right;
  color: #7d7d7d;
}

.my-carousel .carousel-control-prev img,
.my-carousel .carousel-control-next img {
  max-height: 90px;
  width: auto;
}
.my-carousel .carousel-indicators li {
  width: 10px;
  height: 10px;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  opacity: 1;
}
.my-carousel .carousel-indicators li.active {
  width: 14px;
  height: 14px;
  margin-top: 0;
  margin-bottom: 0;
  border: none;
  background-color: #5DAF9C;
}

.channel-recommend {
  margin: 3em auto;
}

.channel-box {
  position: relative;
}

.channel-title {
  margin: 0px 5px 24px;
  padding: 0;
  height: 20px;
  width: 100%;
}
.channel-title img {
  width: 230px;
}

.channel-content {
  border: 1px solid #000;
  padding: 5px;
}

.channel-content img {
  width: 100%;
  height: 100%;
}

.channel-content.lg {
  width: 100%;
  height: auto;
}
.footer {
  position: relative;
  background-color: #fff;
}
.footer-body {
  padding: 1em 4em;
  line-height: 1em;
}
.footer-body,
.footer-body a,
.footer-body a:hover {
  color: #fff;
  text-decoration: none;
}
.footer-brand,
.footer-nav,
.footer-sns {
  padding-top: 1em;
  padding-bottom: 1em;
}
.footer-brand {
  border-right: 1px solid #fff;
  padding-right: 2em;
}
.footer-brand img,
.footer-sns img {
  max-width: 100%;
}
.footer-nav {
  padding-left: 2em;
  height: 100%;
}
.footer-nav p {
  line-height: 1.5em;
  margin: 0;
}
.nav-delimiter {
  border-left: 1px solid #fff;
  height: 1.2em;
}
.contact-weibo {
  width: 46px;
}
.contact-weixin {
  width: 46px;
  position: relative;
}
.weixin-qrcode {
  display: none;
  position: absolute;
  bottom: 150%;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
}
.qrcode-container {
  position: absolute;
  bottom: 0;
  width: 400%;
  padding: 1em;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
}
.weixin-qrcode img {
  width: 100%;
}
.weixin-qrcode::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -1em;
  left: 0;
  right: 0;
  margin: auto;
  width: 1em;
  height: 0;
  border-top: 1em solid #fff;
  border-left: 1em solid transparent;
  border-right: 1em solid transparent;
}
.copyrights {
  padding: 1em 0;
}
.copyrights p {
  margin: 0;
}

.bg-theme {
  background-color: #5DAF9C;
}
.txt-theme {
  color: #5DAF9C;
}
.bg-grey {
  background-color: rgb(239, 239, 239);
}
.txt-grey {
  color: rgb(160, 160, 160);
}
.overflow-hidden {
  overflow: hidden;
}

@media (min-width: 1200px) {
  .my-nav .nav-item {
    margin: 0 1em;
  }
}

body,
.container {
  min-width: 1024px;
}

@-webkit-keyframes fadeInFromDown {
  0% {
    opacity: 0;
    transform: translate(-50%, 2em);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
@keyframes fadeInFromDown {
  0% {
    opacity: 0;
    transform: translate(-50%, 2em);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
@-webkit-keyframes fadeInFromDownSearch {
  0% {
    opacity: 0;
    transform: translate(1em, 2em);
  }
  100% {
    opacity: 1;
    transform: translate(1em, 0);
  }
}
@keyframes fadeInFromDownSearch {
  0% {
    opacity: 0;
    transform: translate(1em, 2em);
  }
  100% {
    opacity: 1;
    transform: translate(1em, 0);
  }
}

.my-pager .pagination {
	text-align: center;
}

.my-pager .pagination .disabled,
.my-pager .pagination .page-item {
	margin: 0;
	padding: 0;
}

.my-pager .pagination .page-item span,
.my-pager .pagination .disabled span,
.my-pager .pagination .page-item a,
.my-pager .pagination .disabled a {
	text-decoration: none;
	padding: 10px;
	margin: 0;
	font-size: .8rem;
	border: 1px solid #9cd6bd;
	;
	background-color: #9cd6bd;
	color: #FFFFFF;
	margin-left: 5px;
}

.my-pager .pagination .disabled span,
.my-pager .pagination .disabled a {
	text-decoration: none;
	padding: 10px;
	margin: 0;
	font-size: .8rem;
	border: 1px solid #808080;
	background-color: #FFFFFF;
	color: #808080;
	margin-left: 5px;
}
.headerBox .header{
	border-bottom: 1px solid rgb(182, 182, 182);
	padding: 0;
}
