body {
  font-family: 'Metropolis-Regular', "Segoe UI", Helvetica Neue, Helvetica, sans-serif;
}
.blog-body .header-of-page {
  position: fixed;
  z-index: 9;
}
.blog-body .banner-mp-ad {
  position: fixed!important;
}
.blog-body .bg-color {
  background-color: #fff;
  box-shadow: #dcdcdc 0 2px 10px;
}
.blog-body .bg-color .header-content .header-user .user-btn {
  color: #ffffff;
  background: #fe4066;
}
.blog-body .bg-color .header-content .header-user .user-btn:hover {
  opacity: 0.8;
}
.blog-body .blog-banner {
  text-align: left;
  background: linear-gradient(285deg, #e4f6ff 0%, #f9feff);
  padding-top: 176px;
}
.blog-body .blog-banner .blog-banner-con {
  width: 92%;
  max-width: 1300px;
  margin: auto;
  position: relative;
  background: url('/images/blog-banner-pic.png') no-repeat bottom right;
  background-size: auto 100%;
}
.blog-body .blog-banner .blog-banner-con h1 {
  font-size: 48px;
  font-weight: 600;
  color: #353030;
  line-height: 56px;
}
.blog-body .blog-banner .blog-banner-con p {
  font-size: 24px;
  color: rgba(53, 48, 48, 0.7);
  line-height: 32px;
  margin-top: 24px;
}
.blog-body .blog-banner .blog-banner-con .blog-search {
  width: 100%;
  max-width: 424px;
  height: 48px;
  background: #ffffff;
  border: 1px solid #f0eeee;
  border-radius: 8px;
  margin: 48px 0;
  padding-right: 32px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.blog-body .blog-banner .blog-banner-con .blog-search .text {
  width: 100%;
  font-size: 14px;
  color: #353030;
  line-height: 46px;
  height: 100%;
  padding-left: 16px;
}
.blog-body .blog-banner .blog-banner-con .blog-search .text::-moz-placeholder {
  color: #8c8889;
}
.blog-body .blog-banner .blog-banner-con .blog-search .text::placeholder {
  color: #8c8889;
}
.blog-body .blog-banner .blog-banner-con .blog-search .icon_search {
  position: absolute;
  right: 16px;
  top: 16px;
  font-size: 16px;
  color: #8C8889;
}
.blog-body .blog-banner .blog-banner-con .blog-menu {
  overflow-x: auto;
  white-space: nowrap;
}
.blog-body .blog-banner .blog-banner-con .blog-menu::-webkit-scrollbar {
  height: 0;
}
.blog-body .blog-banner .blog-banner-con .blog-menu li {
  margin-left: 32px;
  display: inline-block;
  padding-bottom: 12px;
  font-size: 16px;
  line-height: 24px;
}
.blog-body .blog-banner .blog-banner-con .blog-menu li a {
  color: rgba(53, 48, 48, 0.7);
}
.blog-body .blog-banner .blog-banner-con .blog-menu li:first-of-type {
  margin-left: 0;
}
.blog-body .blog-banner .blog-banner-con .blog-menu li.active {
  border-bottom: 3px solid #fe4006;
}
.blog-body .blog-banner .blog-banner-con .blog-menu li.active a {
  color: #353030;
  font-weight: 600;
}
.blog-body .blog-detail-banner {
  text-align: left;
  background: linear-gradient(285deg, #e4f6ff 0%, #f9feff);
  padding: 126px 0 44px;
}
.blog-body .blog-detail-banner .blog-banner-con {
  width: 92%;
  max-width: 1100px;
  margin: auto;
}
.blog-body .blog-detail-banner .blog-banner-con .bread {
  font-size: 14px;
  color: #8c8889;
  line-height: 150%;
  letter-spacing: 1px;
  margin: auto;
}
.blog-body .blog-detail-banner .blog-banner-con .bread a {
  font-size: 14px;
  color: #8c8889;
  transition: 0.3s;
}
.blog-body .blog-detail-banner .blog-banner-con .bread a:hover {
  color: #fe4066;
}
.blog-body .blog-detail-banner .blog-banner-con h1 {
  font-size: 48px;
  font-weight: 600;
  color: #353030;
  line-height: 56px;
  margin-top: 48px;
  max-width: 760px;
}
.blog-body .blog-detail-banner .blog-banner-con .date {
  font-size: 14px;
  color: #8c8889;
}
.blog-body .blog-detail-banner .blog-banner-con .date > div {
  display: inline-block;
  margin: 24px 26px 0 0;
  line-height: 22px;
}
.blog-body .blog-detail-banner .blog-banner-con .date > div span {
  vertical-align: middle;
  margin: 0 6px 0 0;
}
.blog-body .blog-detail-banner .blog-banner-con .date .keyword a {
  display: inline-block;
  padding: 2px 8px;
  margin: 16px 16px 0 0;
  background-color: #FFFFFF;
  border-radius: 4px;
  font-size: 14px;
  color: rgba(53, 48, 48, 0.7);
  cursor: pointer;
}
.blog-body .blog-detail-banner .blog-banner-con .date .keyword a:hover {
  text-decoration: none;
}
.blog-body .blog-container {
  max-width: 1300px;
  margin: 60px auto 0;
  padding-bottom: 100px;
  width: 90%;
  box-sizing: border-box;
  position: relative;
}
.blog-body .blog-container .blog-left {
  max-width: 1300px;
  padding-right: 360px;
}
.blog-body .blog-container .blog-left .blog-content-list {
  position: relative;
  z-index: 2;
  font-size: 0;
  letter-spacing: 0;
}
.blog-body .blog-container .blog-left .blog-content-list > * + * {
  margin-top: 65px;
}
.blog-body .blog-container .blog-left .blog-content-list li {
  max-width: 280px;
  display: inline-block;
  vertical-align: top;
  border-radius: 16px;
  margin: 40px 19px 8px;
  font-size: 14px;
  position: relative;
  transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  text-align: left;
}
.blog-body .blog-container .blog-left .blog-content-list li:hover {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
}
.blog-body .blog-container .blog-left .blog-content-list li:nth-child(3n - 1) {
  margin-left: 0;
}
.blog-body .blog-container .blog-left .blog-content-list li:nth-child(3n + 1) {
  margin-right: 0;
}
.blog-body .blog-container .blog-left .blog-content-list li .pic {
  display: block;
  width: 280px;
  background-size: cover;
  background-position: center;
  height: 150px;
  border-radius: 16px;
  overflow: hidden;
}
.blog-body .blog-container .blog-left .blog-content-list li .pic img {
  display: none;
}
.blog-body .blog-container .blog-left .blog-content-list li .contents {
  margin: 16px 20px;
  color: #8C8889;
  overflow: hidden;
}
.blog-body .blog-container .blog-left .blog-content-list li .contents h4 {
  font-size: 18px;
  height: 84px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.blog-body .blog-container .blog-left .blog-content-list li .contents h4 a {
  color: #353030;
  line-height: 28px;
  display: inline-block;
  max-height: 84px;
  overflow: hidden;
}
.blog-body .blog-container .blog-left .blog-content-list li .contents p {
  margin: 8px 0 16px;
  height: 72px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  font-size: 16px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.blog-body .blog-container .blog-left .blog-content-list li .contents p a {
  color: #8C8889;
}
.blog-body .blog-container .blog-left .blog-content-list li .contents .date {
  font-size: 14px;
  line-height: 150%;
  color: #8c8889;
  margin: 13px 0;
  line-height: 22px;
}
.blog-body .blog-container .blog-left .blog-content-list li .contents .date .author {
  display: inline-block;
  margin-right: 16px;
}
.blog-body .blog-container .blog-left .blog-content-list li .contents .date .author a {
  display: inline-block;
  color: #009DFF !important;
  background: #f0f9ff;
  border-radius: 4px;
  padding: 2px 8px;
}
.blog-body .blog-container .blog-left .blog-content-list li .contents .date .author a:hover {
  opacity: 0.8;
}
.blog-body .blog-container .blog-left .blog-content-list li .contents .date .list2 {
  display: inline-block;
}
.blog-body .blog-container .blog-left .blog-content-list li.blog-ad {
  height: 395px;
  background: linear-gradient(140deg, #ff7c84, #fe4066 100%);
  border-radius: 16px;
  text-align: center;
}
.blog-body .blog-container .blog-left .blog-content-list li.blog-ad .pic {
  background-position: top center;
  height: 166px;
}
.blog-body .blog-container .blog-left .blog-content-list li.blog-ad h4 {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  line-height: 28px;
  width: 78%;
  margin: 16px auto 34px;
}
.blog-body .blog-container .blog-left .blog-content-list li.blog-ad .a-btn {
  display: inline-block;
  width: 80%;
  max-width: 220px;
  height: 40px;
  background: #353030;
  border-radius: 8px;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.blog-body .blog-container .blog-left .blog-content-list li.blog-ad .a-btn:hover {
  opacity: 0.8;
}
.blog-body .blog-container .blog-left .blog-content-list li:nth-of-type(1) {
  max-width: 916px;
  width: 100%;
  height: auto;
  margin: 0 0 8px 0;
  border-radius: 16px;
}
.blog-body .blog-container .blog-left .blog-content-list li:nth-of-type(1) .pic {
  display: block;
  overflow: hidden;
  cursor: pointer;
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  max-height: 480px;
  border-radius: 16px;
}
.blog-body .blog-container .blog-left .blog-content-list li:nth-of-type(1) .pic img {
  display: block;
  width: 100%;
  transition: 0.3s;
}
.blog-body .blog-container .blog-left .blog-content-list li:nth-of-type(1) .pic img:hover {
  transform: scale(1.02);
}
.blog-body .blog-container .blog-left .blog-content-list li:nth-of-type(1) .contents {
  padding: 16px 20px;
  margin: 0;
}
.blog-body .blog-container .blog-left .blog-content-list li:nth-of-type(1) .contents h4 {
  height: auto;
  margin-bottom: 16px;
}
.blog-body .blog-container .blog-left .blog-content-list li:nth-of-type(1) .contents h4 a {
  display: block;
  font-size: 32px;
  line-height: 150%;
  color: #000000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: 0.3s;
}
.blog-body .blog-container .blog-left .blog-content-list li:nth-of-type(1) .contents h4 a:hover {
  color: #fe4066;
}
.blog-body .blog-container .blog-left .blog-content-list li:nth-of-type(1) .contents p {
  font-size: 18px;
  line-height: 28px;
}
.blog-body .blog-container .blog-left .blog-author-list {
  position: relative;
  z-index: 2;
  font-size: 0;
  letter-spacing: 0;
}
.blog-body .blog-container .blog-left .blog-author-list > * + * {
  margin-top: 65px;
}
.blog-body .blog-container .blog-left .blog-author-list li {
  max-width: 280px;
  display: inline-block;
  vertical-align: top;
  border-radius: 16px;
  margin: 0 19px 40px;
  font-size: 14px;
  position: relative;
  transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  text-align: left;
}
.blog-body .blog-container .blog-left .blog-author-list li:hover {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
}
.blog-body .blog-container .blog-left .blog-author-list li:nth-child(3n + 1) {
  margin-left: 0;
}
.blog-body .blog-container .blog-left .blog-author-list li:nth-child(3n) {
  margin-right: 0;
}
.blog-body .blog-container .blog-left .blog-author-list li .pic {
  display: block;
  width: 280px;
  background-size: cover;
  background-position: center;
  height: 150px;
  border-radius: 16px;
  overflow: hidden;
}
.blog-body .blog-container .blog-left .blog-author-list li .pic img {
  display: none;
}
.blog-body .blog-container .blog-left .blog-author-list li .contents {
  margin: 16px 20px;
  color: #8C8889;
}
.blog-body .blog-container .blog-left .blog-author-list li .contents h4 {
  font-size: 18px;
  height: 84px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.blog-body .blog-container .blog-left .blog-author-list li .contents h4 a {
  color: #353030;
  line-height: 28px;
}
.blog-body .blog-container .blog-left .blog-author-list li .contents p {
  margin: 8px 0 16px;
  height: 72px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  font-size: 16px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.blog-body .blog-container .blog-left .blog-author-list li .contents p a {
  color: #8C8889;
}
.blog-body .blog-container .blog-left .blog-author-list li .contents .date {
  font-size: 14px;
  line-height: 150%;
  color: #8c8889;
  margin: 13px 0;
  line-height: 22px;
}
.blog-body .blog-container .blog-left .blog-author-list li .contents .date .author {
  display: inline-block;
  margin-right: 16px;
}
.blog-body .blog-container .blog-left .blog-author-list li .contents .date .author a {
  display: inline-block;
  color: #009DFF !important;
  background: #f0f9ff;
  border-radius: 4px;
  padding: 2px 8px;
}
.blog-body .blog-container .blog-left .blog-author-list li .contents .date .author a:hover {
  opacity: 0.8;
}
.blog-body .blog-container .blog-left .blog-author-list li .contents .date .list2 {
  display: inline-block;
}
.blog-body .blog-container .blog-left .bread {
  font-size: 14px;
  color: #8c8889;
  line-height: 150%;
  letter-spacing: 1px;
  max-width: 753px;
  margin: 0 auto;
}
.blog-body .blog-container .blog-left .bread a {
  font-size: 14px;
  color: #8c8889;
  transition: 0.3s;
}
.blog-body .blog-container .blog-left .bread a:hover {
  color: #fe4066;
}
.blog-body .blog-container .blog-left .blog-search-prompt {
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 25px;
  margin-bottom: 48px;
}
.blog-body .blog-container .blog-left .blog-search-prompt span {
  color: #000000;
  font-size: 18px;
}
.blog-body .blog-container .blog-left .blog-list-empty {
  max-width: 206px;
  margin: 120px auto 0;
}
.blog-body .blog-container .blog-left .blog-list-empty img {
  display: block;
  width: 160px;
  max-width: 382px;
  margin: 0 auto;
}
.blog-body .blog-container .blog-left .blog-list-empty p {
  font-size: 16px;
  text-align: center;
  color: rgba(53, 48, 48, 0.7);
  line-height: 24px;
  margin-top: 32px;
}
.blog-body .blog-container .blog-left .blog-list-empty p span {
  color: #fe4066;
  display: block;
}
.blog-body .blog-container .blog-right {
  float: right;
  width: 350px;
  padding-left: 38px;
  background: #ffffff;
}
.blog-body .blog-container .blog-right .blog-recommend-more {
  margin-top: 16px;
  padding: 24px 32px;
  background: linear-gradient(303deg, #e4f6ff 0%, #f9feff);
  border: 1px solid #f0eeee;
  border-radius: 16px;
  max-width: 312px;
}
.blog-body .blog-container .blog-right .blog-recommend-more.dt {
  background: linear-gradient(122deg, #ffffff, #fff6e5 100%);
}
.blog-body .blog-container .blog-right .blog-recommend-more .more-con img {
  vertical-align: top;
  width: 40px;
  margin-right: 16px;
}
.blog-body .blog-container .blog-right .blog-recommend-more .more-con .con-t {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  width: calc(100% - 66px);
}
.blog-body .blog-container .blog-right .blog-recommend-more .more-con .con-t h6 {
  font-size: 16px;
  line-height: 24px;
  color: #353030;
  font-weight: 600;
}
.blog-body .blog-container .blog-right .blog-recommend-more .more-con .con-t p {
  font-size: 14px;
  color: rgba(53, 48, 48, 0.7);
  line-height: 22px;
  margin: 4px auto 16px;
}
.blog-body .blog-container .blog-right .blog-recommend-more a {
  display: block;
  width: 100%;
  height: 40px;
  background: #ff2a6c;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-align: CENTER;
  color: #ffffff;
  line-height: 40px;
}
.blog-body .blog-container .blog-right .blog-recommend-more a:hover {
  opacity: 0.8;
}
.blog-body .blog-container .blog-right .blog-recommend-article {
  margin-bottom: 56px;
}
.blog-body .blog-container .blog-right .blog-recommend-article h5 {
  font-size: 18px;
  line-height: 135%;
  color: #000000;
  overflow: hidden;
  margin-bottom: 20px;
  font-weight: 600;
}
.blog-body .blog-container .blog-right .blog-recommend-article h5 a {
  font-size: 14px;
  color: #fe4066;
  display: block;
  float: right;
  letter-spacing: 1px;
  transition: 0.3s;
}
.blog-body .blog-container .blog-right .blog-recommend-article h5 a:hover {
  text-decoration: underline;
}
.blog-body .blog-container .blog-right .blog-recommend-article .list > * + * {
  margin-top: 32px;
}
.blog-body .blog-container .blog-right .blog-recommend-article .list a {
  display: block;
  overflow: hidden;
}
.blog-body .blog-container .blog-right .blog-recommend-article .list a .pic {
  border-radius: 4px;
  width: 80px;
  height: 80px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  margin-right: 16px;
  transition: 0.3s;
}
.blog-body .blog-container .blog-right .blog-recommend-article .list a h6 {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #353030;
  line-height: 22px;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 48px;
}
.blog-body .blog-container .blog-right .blog-recommend-article .list a p {
  color: #8c8889;
  font-size: 12px;
  line-height: 19px;
}
.blog-body .blog-container .blog-right .blog-recommend-article .list a p .category-span {
  display: inline-block;
  color: #009DFF !important;
  background: #f0f9ff;
  border-radius: 4px;
  padding: 0 8px;
  margin-right: 4px;
}
.blog-body .blog-container .blog-right .blog-recommend-article .list a:hover h6 {
  color: #fe4066;
}
.blog-body .blog-container .blog-right .blog-recommend-video {
  margin-top: 56px;
}
.blog-body .blog-container .blog-right .blog-recommend-video h5 {
  font-size: 18px;
  line-height: 135%;
  color: #000000;
  overflow: hidden;
  margin-bottom: 20px;
  font-weight: 600;
}
.blog-body .blog-container .blog-right .blog-recommend-video .list img {
  width: 312px;
  border-radius: 16px;
  margin-bottom: 16px;
}
.blog-body .blog-container .blog-right .flex {
  position: fixed;
  top: 100px;
}
.blog-body .blog-container::after {
  clear: both;
  content: '';
  display: block;
}
.blog-body .blog-detail-container {
  width: 92%;
  max-width: 1100px;
  margin: 56px auto 0;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.blog-body .blog-detail-container .blog-detail-left {
  display: inline-block;
  width: 256px;
  vertical-align: top;
}
.blog-body .blog-detail-container .blog-detail-left h3 {
  font-size: 16px;
  font-weight: 600;
  color: #353030;
  line-height: 24px;
}
.blog-body .blog-detail-container .blog-detail-left ul {
  margin: 24px auto 32px;
  max-height: 228px;
  overflow-y: auto;
}
.blog-body .blog-detail-container .blog-detail-left ul::-webkit-scrollbar {
  width: 5px;
}
.blog-body .blog-detail-container .blog-detail-left ul::-webkit-scrollbar-track {
  background: url("/images/scroll-line.png") repeat-y center;
  width: 1px;
}
.blog-body .blog-detail-container .blog-detail-left ul::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}
.blog-body .blog-detail-container .blog-detail-left ul li {
  padding: 8px 16px;
}
.blog-body .blog-detail-container .blog-detail-left ul li a {
  font-size: 14px;
  font-weight: 400;
  color: rgba(53, 48, 48, 0.7);
  line-height: 22px;
  display: block;
}
.blog-body .blog-detail-container .blog-detail-left ul li.active {
  background: #f8f6f6;
  border-radius: 8px;
}
.blog-body .blog-detail-container .blog-detail-left ul li.active a {
  color: #353030;
}
.blog-body .blog-detail-container .blog-detail-left ul li:hover {
  background: #f8f6f6;
  border-radius: 8px;
}
.blog-body .blog-detail-container .blog-detail-left ul li:hover a {
  color: #353030;
}
.blog-body .blog-detail-container .blog-detail-left .right-card-warp .con {
  width: 100%;
  border-radius: 16px;
  border: 1px solid #F0EEEE;
  overflow: hidden;
  padding-bottom: 30px;
  background-color: #fff;
}
.blog-body .blog-detail-container .blog-detail-left .right-card-warp .con .cover {
  background-size: cover;
}
.blog-body .blog-detail-container .blog-detail-left .right-card-warp .con .cover .summer-pic {
  width: 100%;
}
.blog-body .blog-detail-container .blog-detail-left .right-card-warp .con .cover .pic1 {
  display: block;
  width: 48px;
  margin: 0 0 0 24px;
}
.blog-body .blog-detail-container .blog-detail-left .right-card-warp .con .cover .text {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  margin: 8px 24px 10px;
}
.blog-body .blog-detail-container .blog-detail-left .right-card-warp .con .cover .text a {
  color: #009dff;
  text-decoration: underline;
}
.blog-body .blog-detail-container .blog-detail-left .right-card-warp .con .cover .pic2 {
  display: block;
  width: 100%;
}
.blog-body .blog-detail-container .blog-detail-left .right-card-warp .con .button {
  display: block;
  margin: 32px 31px 0;
  background-color: #fe4066;
  color: #ffffff;
  border-radius: 8px;
  transition: 0.3s;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.blog-body .blog-detail-container .blog-detail-left .right-card-warp .con .button:hover {
  background-color: #ff5476;
}
.blog-body .blog-detail-container .blog-detail-left .right-card-warp .con .or {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 38px;
  color: #8C8889;
}
.blog-body .blog-detail-container .blog-detail-left .right-card-warp .con .google-button {
  display: block;
  text-align: center;
  margin: 0 31px 0;
  line-height: 38px;
  border-radius: 8px;
  border: 1px solid #F0EEEE;
  font-size: 14px;
  color: #353030;
  font-weight: bold;
}
.blog-body .blog-detail-container .blog-detail-left .right-card-warp .con .google-button .icon {
  width: 16px;
  display: inline-block;
  vertical-align: top;
  line-height: 16px;
  margin: 11px 8px 0 0;
}
.blog-body .blog-detail-container .blog-detail-left.position-fixed {
  position: fixed;
  top: 120px;
}
.blog-body .blog-detail-container .blog-detail-right {
  display: inline-block;
  width: calc(100% - 256px - 30px);
  max-width: 760px;
  vertical-align: top;
  padding-bottom: 96px;
  margin-left: auto;
}
.blog-body .blog-detail-container .blog-detail-right #post-content {
  font-family: 'Metropolis-Regular' !important;
  font-size: 16px;
  color: #5c5758;
  margin-bottom: 32px;
  line-height: 2em;
}
.blog-body .blog-detail-container .blog-detail-right #post-content .external-link {
  display: block;
  background-color: #fe4066;
  border-radius: 8px;
  text-align: center;
  padding: 40px 20px;
  margin: 24px 0;
}
.blog-body .blog-detail-container .blog-detail-right #post-content .external-link .texts {
  color: #ffffff;
  font-size: 26px;
  line-height: 36px;
  font-weight: bold;
  margin-bottom: 24px;
}
.blog-body .blog-detail-container .blog-detail-right #post-content .external-link .buttons {
  background-color: #ffffff;
  color: #fe4066;
  font-size: 16px;
  line-height: 42px;
  padding: 0 30px;
  display: inline-block;
  border-radius: 8px;
}
.blog-body .blog-detail-container .blog-detail-right #post-content .external-link-2,
.blog-body .blog-detail-container .blog-detail-right #post-content .external-link-3 {
  display: none;
}
.blog-body .blog-detail-container .blog-detail-right #post-content .external-link.show-external {
  display: block;
}
.blog-body .blog-detail-container .blog-detail-right #post-content p {
  font-family: 'Metropolis-Regular' !important;
  font-size: 17px!important;
  line-height: 1.9 !important;
  color: #333 !important;
  margin: 20px 0 !important;
  white-space: normal;
  word-break: keep-all;
}
.blog-body .blog-detail-container .blog-detail-right #post-content p strong {
  font-family: 'Metropolis-Bold';
  font-weight: 900;
  color: #000000 !important;
}
.blog-body .blog-detail-container .blog-detail-right #post-content a {
  font-size: 16px;
  font-family: 'Metropolis-Regular' !important;
  color: #fe4066;
  transition: 0.3s;
}
.blog-body .blog-detail-container .blog-detail-right #post-content a:hover {
  text-decoration: underline;
}
.blog-body .blog-detail-container .blog-detail-right #post-content h1 {
  font-family: 'Metropolis-Regular';
  font-weight: 600 !important;
  font-size: 42px!important;
  line-height: 68px;
  color: #000000;
}
.blog-body .blog-detail-container .blog-detail-right #post-content h2 {
  font-family: 'Metropolis-Regular' !important;
  font-weight: 600 !important;
  color: #000000 !important;
  line-height: 1.5;
  font-size: 26px;
  margin: 36px 0 24px;
  position: relative;
  padding-left: 32px;
}
.blog-body .blog-detail-container .blog-detail-right #post-content h2 a {
  font-size: 27px!important;
  font-family: 'Metropolis-Regular' !important;
  font-weight: 600 !important;
  color: #fe4066 !important;
}
.blog-body .blog-detail-container .blog-detail-right #post-content h2:before {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background-color: #fe4066;
  position: absolute;
  left: 0;
  top: 11px;
}
.blog-body .blog-detail-container .blog-detail-right #post-content h3 {
  font-family: 'Metropolis-Regular' !important;
  color: #000000 !important;
  font-weight: 600 !important;
  line-height: 1.5;
  font-size: 20px;
  margin: 24px 0 16px;
}
.blog-body .blog-detail-container .blog-detail-right #post-content h3 a {
  font-size: 21px!important;
  font-family: 'Metropolis-Regular' !important;
  color: #fe4066 !important;
  font-weight: 600 !important;
}
.blog-body .blog-detail-container .blog-detail-right #post-content h4,
.blog-body .blog-detail-container .blog-detail-right #post-content h5,
.blog-body .blog-detail-container .blog-detail-right #post-content h6 {
  font-size: 18px!important;
  color: #000000 !important;
  font-weight: 600 !important;
  font-family: 'Metropolis-Regular' !important;
  line-height: 1.5;
}
.blog-body .blog-detail-container .blog-detail-right #post-content h4 a,
.blog-body .blog-detail-container .blog-detail-right #post-content h5 a,
.blog-body .blog-detail-container .blog-detail-right #post-content h6 a {
  color: #fe4066 !important;
  font-weight: 600 !important;
}
.blog-body .blog-detail-container .blog-detail-right #post-content ul {
  padding-left: 57px;
}
.blog-body .blog-detail-container .blog-detail-right #post-content ul li {
  list-style: disc;
  font-size: 16px;
  line-height: 40px;
}
.blog-body .blog-detail-container .blog-detail-right #post-content ol {
  list-style: decimal;
  padding-left: 40px;
}
.blog-body .blog-detail-container .blog-detail-right #post-content ol li {
  display: list-item !important;
  list-style: decimal;
  list-style-position: outside;
  font-size: 16px;
  line-height: 40px;
}
.blog-body .blog-detail-container .blog-detail-right #post-content img {
  display: block;
  max-width: 100%;
  margin: auto;
}
.blog-body .blog-detail-container .blog-detail-right #post-content .fr-inner {
  color: #969798;
  text-align: center;
  display: block;
  font-size: 14px;
}
.blog-body .blog-detail-container .blog-detail-right #post-content .blakFridayBuyBtn {
  color: #fe4066 !important;
  cursor: pointer;
}
.blog-body .blog-detail-container .blog-detail-right #post-content .blakFridayBuyBtn:hover {
  text-decoration: underline;
}
.blog-body .blog-detail-container .blog-detail-right .share-con {
  margin: 64px auto;
}
.blog-body .blog-detail-container .blog-detail-right .share-con h3 {
  font-size: 24px;
  color: #353030;
  line-height: 60px;
  font-weight: bold;
  margin-top: 16px;
}
.blog-body .blog-detail-container .blog-detail-right .share-con .share-box {
  margin-top: 16px;
}
.blog-body .blog-detail-container .blog-detail-right .share-con .share-box .the-box {
  display: inline-block;
  width: 48px;
  height: 48px;
  background: #f8f6f6;
  border-radius: 50%;
  text-align: center;
  line-height: 48px;
  margin-left: 8px;
  cursor: pointer;
}
.blog-body .blog-detail-container .blog-detail-right .share-con .share-box .the-box:first-of-type {
  margin-left: 0;
}
.blog-body .blog-detail-container .blog-detail-right .share-con .share-box .the-box .iconfont {
  color: rgba(53, 48, 48, 0.7);
  font-size: 24px;
}
.blog-body .blog-detail-container .blog-detail-right .share-con .share-box .the-box:hover {
  background: rgba(53, 48, 48, 0.3);
}
.blog-body .blog-detail-container .blog-detail-right .mock-introduce {
  font-size: 0;
}
.blog-body .blog-detail-container .blog-detail-right .mock-introduce .the-title {
  width: 100%;
  font-size: 24px;
  color: #353030;
  line-height: 60px;
  font-weight: bold;
  margin-top: 16px;
}
.blog-body .blog-detail-container .blog-detail-right .mock-introduce .list {
  width: 49.801%;
  display: inline-block;
  vertical-align: top;
  border-radius: 16px;
  padding: 21px 23px;
  border: 1px solid #ffffff;
  position: relative;
  transition: 0.3s;
  cursor: pointer;
}
.blog-body .blog-detail-container .blog-detail-right .mock-introduce .list:hover {
  background-color: #f0f0f0;
}
.blog-body .blog-detail-container .blog-detail-right .mock-introduce .list .icon {
  display: block;
  width: 24px;
  position: absolute;
  margin-top: 2px;
}
.blog-body .blog-detail-container .blog-detail-right .mock-introduce .list span {
  display: block;
  padding-left: 32px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 28px;
  line-height: 28px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 6px;
}
.blog-body .blog-detail-container .blog-detail-right .mock-introduce .list p {
  font-size: 14px;
  line-height: 22px;
  color: #8C8889;
}
.blog-body .blog-detail-container .blog-detail-right .related {
  margin: 72px auto 0;
  border-top: 1px solid #F0EEEE;
}
.blog-body .blog-detail-container .blog-detail-right .related h5 {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  padding-bottom: 10px;
  margin: 48px auto 0;
}
.blog-body .blog-detail-container .blog-detail-right .related h5 a {
  float: right;
  font-size: 14px;
  font-weight: 400;
  color: rgba(53, 48, 48, 0.7);
  line-height: 22px;
}
.blog-body .blog-detail-container .blog-detail-right .related h5 a:hover {
  text-decoration: underline;
}
.blog-body .blog-detail-container .blog-detail-right .related .related-item {
  position: relative;
  z-index: 2;
  font-size: 0;
  letter-spacing: 0;
}
.blog-body .blog-detail-container .blog-detail-right .related .related-item > * + * {
  margin-top: 65px;
}
.blog-body .blog-detail-container .blog-detail-right .related .related-item li {
  text-align: left;
  width: calc((100% - 60px) / 3);
  max-width: 280px;
  display: inline-block;
  vertical-align: top;
  border-radius: 16px;
  margin: 30px 0;
  font-size: 14px;
  background-color: #ffffff;
  position: relative;
  transition: 0.3s;
}
.blog-body .blog-detail-container .blog-detail-right .related .related-item li:hover {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
}
.blog-body .blog-detail-container .blog-detail-right .related .related-item li:nth-child(2) {
  margin: 30px;
}
.blog-body .blog-detail-container .blog-detail-right .related .related-item li .pic {
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center;
  height: 150px;
  border-radius: 16px;
}
.blog-body .blog-detail-container .blog-detail-right .related .related-item li .contents {
  margin: 16px 8px 20px;
  color: #8c8889;
}
.blog-body .blog-detail-container .blog-detail-right .related .related-item li .contents a {
  color: #8c8889;
}
.blog-body .blog-detail-container .blog-detail-right .related .related-item li .contents h4 {
  font-size: 20px;
  font-weight: 600;
  height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.blog-body .blog-detail-container .blog-detail-right .related .related-item li .contents h4 a {
  color: #353030;
  line-height: 28px;
}
.blog-body .blog-detail-container .blog-detail-right .related .related-item li .contents p {
  margin: 8px 0 16px;
  height: 72px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.blog-body .blog-detail-container .blog-detail-right .related .related-item li .contents .date {
  font-size: 14px;
  line-height: 150%;
  color: #8c8889;
  margin: 13px 0;
  line-height: 22px;
}
.blog-body .blog-detail-container .blog-detail-right .related .related-item li .contents .date .author {
  display: inline-block;
  margin-right: 16px;
}
.blog-body .blog-detail-container .blog-detail-right .related .related-item li .contents .date .author a {
  display: inline-block;
  color: #009DFF !important;
  background: #f0f9ff;
  border-radius: 4px;
  padding: 2px 8px;
}
.blog-body .blog-detail-container .blog-detail-right .related .related-item li .contents .date .author a:hover {
  opacity: 0.8;
}
.blog-body .blog-detail-container .blog-detail-right .related .related-item li .contents .date .list2 {
  display: inline-block;
}
.blog-body .blog-detail-ad {
  position: fixed;
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 12;
}
.blog-body .blog-detail-ad .contents {
  background: #ffffff;
  width: 92%;
  max-width: 500px;
  border-radius: 24px;
  overflow: hidden;
  padding: 0 0 32px;
  text-align: center;
}
.blog-body .blog-detail-ad .contents .pic {
  display: block;
  width: 100%;
}
.blog-body .blog-detail-ad .contents .cons {
  padding: 32px 24px 0;
  font-size: 0;
}
.blog-body .blog-detail-ad .contents .cons .title {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  color: #353030;
}
.blog-body .blog-detail-ad .contents .cons .text {
  font-size: 16px;
  line-height: 24px;
  color: rgba(53, 48, 48, 0.7);
  margin: 8px auto 16px;
  max-width: 320px;
}
.blog-body .blog-detail-ad .contents .cons .tags {
  font-size: 0;
}
.blog-body .blog-detail-ad .contents .cons .tags span {
  display: inline-block;
  line-height: 32px;
  background: rgba(0, 157, 255, 0.1);
  border-radius: 50px;
  padding: 0 16px;
  font-size: 14px;
  color: #009dff;
  margin: 0 4px;
}
.blog-body .blog-detail-ad .contents .cons .tags .t2 {
  background: rgba(254, 64, 102, 0.1);
  color: #fe4066;
}
.blog-body .blog-detail-ad .contents .cons .get-button {
  cursor: pointer;
  color: #ffffff;
  background-color: #fe4066;
  border-radius: 8px;
  line-height: 48px;
  font-size: 14px;
  font-weight: bold;
  max-width: 372px;
  margin: 32px auto 16px;
  transition: 0.3s;
}
.blog-body .blog-detail-ad .contents .cons .get-button:hover {
  background-color: #ff5476;
}
.blog-body .blog-detail-ad .contents .cons .no-thank {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  color: rgba(53, 48, 48, 0.7);
  cursor: pointer;
}
.blog-body .blog-detail-ad .contents .cons .no-thank:hover {
  text-decoration: underline;
}
@media (max-width: 1434px) {
  .blog-body .blog-container .blog-left .blog-content-list li {
    width: calc(50% - 20px);
    margin: 10px 10px 30px !important;
  }
  .blog-body .blog-container .blog-left .blog-content-list li .pic {
    width: 100%;
  }
  .blog-body .blog-container .blog-left .blog-content-list li:nth-of-type(1) {
    margin-top: 0 !important;
  }
  .blog-body .blog-container .blog-left .blog-content-list li:nth-of-type(1) .pic {
    height: auto;
  }
  .blog-body .blog-container .blog-left .blog-content-list li:nth-of-type(1) .pic img {
    display: block;
    width: 100%;
  }
  .blog-body .blog-container .blog-left .blog-content-list li:nth-of-type(1) .contents p {
    margin: 2px 0 55px!important;
  }
  .blog-body .blog-container .blog-left .blog-author-list li {
    width: calc(50% - 20px);
    margin: 10px 10px 30px !important;
  }
  .blog-body .blog-container .blog-left .blog-author-list li .pic {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .blog-body .blog-container .blog-left {
    max-width: 100%;
    padding-right: 360px;
  }
}
@media (max-width: 1010px) {
  .blog-body .blog-container .blog-left .blog-content-list li {
    margin: 10px 8px 30px !important;
  }
  .blog-body .blog-detail-container #post-content .external-link div p a {
    font-size: 20px !important;
    max-width: 500px;
  }
  .blog-body .blog-detail-container .external-link div > p {
    font-size: 20px;
  }
}
@media (max-width: 999px) {
  .blog-body .blog-banner .blog-banner-con {
    background: none;
  }
  .blog-body .blog-banner .blog-banner-con .blog-search .text {
    width: 160px;
    padding: 0 8px;
    line-height: 28px;
    height: 30px;
    font-size: 12px;
  }
  .blog-body .blog-banner .blog-banner-con .blog-search button {
    line-height: 30px;
  }
  .blog-body .blog-container .blog-left {
    padding-right: 0;
  }
  .blog-body .blog-container .blog-left .blog-content-list {
    text-align: center;
  }
  .blog-body .blog-container .blog-left .blog-content-list li h4 a {
    font-size: 18px;
  }
  .blog-body .blog-container .blog-left .blog-author-list {
    text-align: center;
  }
  .blog-body .blog-container .blog-right {
    display: none ;
  }
  .blog-body .blog-detail-container .blog-detail-left {
    display: none;
  }
  .blog-body .blog-detail-container .blog-detail-right {
    width: 100%;
    margin: auto;
  }
  .blog-body .blog-detail-container .blog-detail-right .related .related-item li {
    width: calc(50% - 30px);
  }
  .blog-body .blog-detail-container .blog-detail-right .related .related-item li:nth-child(2n) {
    margin: 30px;
  }
  .blog-body .blog-detail-container .mock-introduce .list {
    display: block;
    width: 100%;
  }
}
@media (max-width: 599px) {
  .blog-body .blog-container {
    width: 82%;
    margin-top: 0;
    padding-top: 32px;
    padding-bottom: 0;
  }
  .blog-body .blog-container .blog-right {
    display: none;
  }
  .blog-body .blog-container .blog-left {
    padding-right: 0;
  }
  .blog-body .blog-container .blog-left .blog-content-list li {
    width: 100%;
    max-width: 100%;
    margin: 16px auto !important;
  }
  .blog-body .blog-container .blog-left .blog-content-list li .pic {
    margin-bottom: 10px;
  }
  .blog-body .blog-container .blog-left .blog-content-list li h4 a {
    font-size: 16px;
  }
  .blog-body .blog-container .blog-left .blog-content-list li .date {
    margin-top: 0;
  }
  .blog-body .blog-container .blog-left .blog-content-list li .date div {
    margin-top: 10px;
  }
  .blog-body .blog-container .blog-left .blog-content-list li .date div span {
    margin-right: 2px;
  }
  .blog-body .blog-container .blog-left .blog-content-list li .date .list2 {
    margin: 10px 6px 0;
  }
  .blog-body .blog-container .blog-left .blog-author-list li {
    width: 100%;
    max-width: 100%;
    margin: 20px auto !important;
  }
  .blog-body .blog-detail-container .blog-detail-right .related .related-item {
    text-align: center;
  }
  .blog-body .blog-detail-container .blog-detail-right .related .related-item li {
    width: 100%;
    margin: 30px 0;
  }
  .blog-body .blog-detail-container .blog-detail-right .related .related-item li:nth-child(2n) {
    margin: 30px 0;
  }
  .blog-body .blog-detail-container .blog-detail-right .mock-introduce .list {
    display: block;
    width: 100%;
  }
}
@media (max-width: 540px) {
  .blog-body .blog-detail-ad .contents {
    padding-bottom: 24px;
    border-radius: 16px;
  }
  .blog-body .blog-detail-ad .contents .cons {
    padding: 16px 20px 0;
  }
  .blog-body .blog-detail-ad .contents .cons .title {
    font-size: 18px;
    line-height: 26px;
  }
  .blog-body .blog-detail-ad .contents .cons .text {
    margin: 6px auto 10px;
    font-size: 14px;
    line-height: 22px;
  }
  .blog-body .blog-detail-ad .contents .cons .tags span {
    font-size: 12px;
    line-height: 28px;
    padding: 0 12px;
    border-radius: 24px;
  }
  .blog-body .blog-detail-ad .contents .cons .get-button {
    max-width: 300px;
    line-height: 40px;
    margin: 16px auto 10px;
  }
}
