.example-index * {
  box-sizing: border-box;
}
.example-index .source-type {
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
}
.example-index .source-type .con {
  margin: 0 auto;
  padding: 20px 50px 0;
  height: 69px;
  display: flex;
  justify-content: space-between;
  max-width: 465px;
}
.example-index .source-type .con a {
  display: block;
  position: relative;
  font-size: 16px;
  height: 30px;
  color: #8c8889;
  line-height: 30px;
  transition: 0.3s;
}
.example-index .source-type .con a::before {
  content: '';
  width: 0;
  height: 3px;
  background: #fe4066;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  transition: 0.3s;
}
.example-index .source-type .con a.active,
.example-index .source-type .con a:hover {
  color: #fe4066;
}
.example-index .source-type .con a.active::before,
.example-index .source-type .con a:hover::before {
  width: 40px;
}
.example-index .source-type-title {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 50px;
}
.example-index .source-type-title .title {
  text-align: center;
}
.example-index .source-type-title .title h2 {
  font-size: 40px;
  font-weight: 600;
  color: #353030;
}
.example-index .source-type-title .title p {
  margin-top: 15px;
  font-size: 16px;
  color: #353030;
  line-height: 26px;
}
.example-index .source-type-title .other-wrap {
  margin: 48px 0 24px;
  position: relative;
  overflow: hidden;
}
.example-index .source-type-title .other-wrap .search-wrap {
  float: right;
}
.example-index .source-type-title .other-wrap .search-wrap .search {
  width: 160px;
  border: 1px solid #EBEDEE;
  position: relative;
  padding: 0 10px 0 32px;
  line-height: 34px;
  border-radius: 4px;
  overflow: hidden;
}
.example-index .source-type-title .other-wrap .search-wrap .search .icon24_icon_search {
  position: absolute;
  color: #8c8889;
  left: 8px;
  top: 9px;
  line-height: 16px;
}
.example-index .source-type-title .other-wrap .search-wrap .search .icon_menu_close {
  position: absolute;
  color: #8c8889;
  right: 0;
  top: 0;
  line-height: 34px;
  width: 34px;
  height: 34px;
  font-size: 11px;
  text-align: center;
  cursor: pointer;
  transition: 0.2s;
  display: none;
}
.example-index .source-type-title .other-wrap .search-wrap .search .icon_menu_close:hover {
  color: #ffffff;
  background: #fe4066;
}
.example-index .source-type-title .other-wrap .search-wrap .search input {
  display: block;
  color: #696b6c;
  line-height: 34px;
  width: 100%;
}
.example-index .source-type-title .other-wrap .search-wrap .search-text {
  display: inline-block;
  color: #969696;
  padding-left: 24px;
  font-size: 14px;
  line-height: 36px;
  vertical-align: top;
}
.example-index .source-type-title .other-wrap .right-select {
  right: 0;
  bottom: 0;
  position: absolute;
  padding-right: 20px;
  cursor: pointer;
}
.example-index .source-type-title .other-wrap .right-select.right-select2 {
  right: 108px;
}
.example-index .source-type-title .other-wrap .right-select span {
  display: block;
  font-size: 14px;
  color: #353030;
  line-height: 36px;
}
.example-index .source-type-title .other-wrap .right-select .iconfont {
  position: absolute;
  right: 0;
  top: 10px;
  line-height: 16px;
}
.example-index .source-type-title .other-wrap .right-select .drop {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
  overflow: hidden;
  transition: 0.3s;
  position: absolute;
  min-width: 96px;
  padding: 10px 0;
  left: 0;
  background: #ffffff;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
  top: 32px;
}
.example-index .source-type-title .other-wrap .right-select .drop a {
  display: block;
  color: #353030;
  line-height: 30px;
  padding: 0 20px;
  font-size: 14px;
  white-space: nowrap;
  transition: 0.2s;
}
.example-index .source-type-title .other-wrap .right-select .drop a.active,
.example-index .source-type-title .other-wrap .right-select .drop a:hover {
  background: #EBEDEE;
}
.example-index .source-type-title .other-wrap .right-select:hover .drop {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 10;
}
.example-index .source-type-title .other-wrap .category-list {
  font-size: 0;
  z-index: 1;
  text-align: left;
  float: left;
}
.example-index .source-type-title .other-wrap .category-list .item {
  display: inline-block;
  text-align: center;
}
.example-index .source-type-title .other-wrap .category-list .item a {
  display: block;
  font-size: 16px;
  color: #696b6c;
  line-height: 36px;
  text-align: center;
  min-width: 64px;
  padding: 0 15px;
  transition: 0.2s;
}
.example-index .source-type-title .other-wrap .category-list .item a:hover {
  color: #fe4066;
}
.example-index .source-type-title .other-wrap .category-list .item.active a {
  background: #F2F2F2;
  color: #fe4066;
}
.example-index .source-type-title .other-wrap .category-list .item.item-like {
  position: relative;
  margin-right: 17px;
}
.example-index .source-type-title .other-wrap .category-list .item.item-like::after {
  content: "";
  width: 1px;
  height: 16px;
  position: absolute;
  right: -8px;
  background: #F2F2F2;
  top: 10px;
}
.example-index .line-title {
  width: 100%;
  height: 1px;
  background-color: #EBEDEE;
  margin: 38px auto 32px;
}
.example-index .example-sort {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 50px;
}
.example-index .example-sort .right-select {
  padding-right: 20px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  color: #353030;
  margin-right: 32px;
}
.example-index .example-sort .right-select span {
  display: block;
  font-size: 16px;
  color: #353030;
  line-height: 36px;
}
.example-index .example-sort .right-select .iconfont {
  position: absolute;
  right: 0;
  top: 10px;
  line-height: 16px;
}
.example-index .example-sort .right-select .drop {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
  overflow: hidden;
  transition: 0.3s;
  position: absolute;
  min-width: 96px;
  padding: 10px 0;
  left: 0;
  background: #ffffff;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
  top: 32px;
}
.example-index .example-sort .right-select .drop span {
  display: block;
  color: #353030;
  line-height: 30px;
  padding: 0 20px;
  font-size: 14px;
  white-space: nowrap;
  transition: 0.2s;
}
.example-index .example-sort .right-select .drop span.active,
.example-index .example-sort .right-select .drop span:hover {
  background: #EBEDEE;
}
.example-index .example-sort .right-select:hover .drop {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 10;
}
.example-index .example-wrap {
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 30px;
  overflow: hidden;
}
.example-index .example-wrap .example-empty {
  padding: 120px 0 220px;
  text-align: center;
}
.example-index .example-wrap .example-empty .img {
  max-width: 197px;
  margin: 0 auto;
}
.example-index .example-wrap .example-empty p {
  font-size: 14px;
  color: #969696;
  line-height: 24px;
  margin: 10px 0 0;
}
.example-index .example-wrap .example-empty a {
  font-size: 14px;
  display: block;
  color: #fe4066;
  line-height: 24px;
}
.example-index .example-wrap .example-empty a:hover {
  text-decoration: underline;
}
.example-index .example-wrap .example-list {
  width: 50%;
  float: left;
  padding: 24px 20px 0;
  margin-bottom: 16px;
}
.example-index .example-wrap .example-list .example-con {
  display: block;
  border: 1px solid #EBEDEE;
  border-radius: 4px;
  overflow: hidden;
  transition: 0.2s;
  cursor: pointer;
}
.example-index .example-wrap .example-list .example-con .pic {
  height: 304px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 0.2s;
}
.example-index .example-wrap .example-list .example-con .con {
  padding: 17px 16px 20px;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  transition: 0.2s;
}
.example-index .example-wrap .example-list .example-con .con h6 {
  font-size: 16px;
  line-height: 26px;
  white-space: nowrap;
  overflow: hidden;
  color: #353030;
  height: 26px;
  text-overflow: ellipsis;
  transition: 0.2s;
}
.example-index .example-wrap .example-list .example-con .con .other {
  line-height: 30px;
  margin-top: 5px;
  height: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.example-index .example-wrap .example-list .example-con .con .other span {
  color: #969696;
  font-size: 14px;
  display: block;
  float: left;
  margin-right: 5px;
}
.example-index .example-wrap .example-list .example-con .con .other span .iconfont {
  display: inline-block;
  margin-right: 4px;
  font-size: 16px;
  line-height: 30px;
}
.example-index .example-wrap .example-list .example-con .con .other .right {
  font-size: 12px;
  float: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  max-width: 30%;
}
.example-index .example-wrap .example-list .example-con:hover {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
}
.example-index .example-wrap .example-list .example-con:hover .pic {
  transform: scale(1.02);
}
.example-index .example-wrap .example-list .example-con:hover .con h6 {
  color: #fe4066;
}
.example-index .pagination {
  margin-top: 32px;
}
.example-index .example-for-more {
  padding: 80px 0 0;
  height: 440px;
  text-align: center;
  margin-top: 80px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../png/bg1.png");
}
.example-index .example-for-more h5 {
  font-size: 40px;
  color: #353030;
  font-weight: 600;
  line-height: 50px;
}
.example-index .example-for-more p {
  font-size: 16px;
  line-height: 24px;
  color: #696b6c;
  margin: 35px auto 60px;
  padding: 0 16px;
  max-width: 640px;
}
.example-index .example-for-more a {
  display: block;
  width: 240px;
  line-height: 56px;
  color: #ffffff;
  background: #fe4066;
  margin: 0 auto;
  border-radius: 6px;
  transition: 0.2s;
}
.example-index .example-for-more a:hover {
  background: #ff5476;
}
.example-detail * {
  box-sizing: border-box;
}
.example-detail .example-detail-wrap {
  max-width: 1400px;
  padding: 60px 50px 100px;
  margin: 0 auto;
}
.example-detail .example-detail-wrap .ex-bread {
  font-size: 14px;
  color: #969696;
  line-height: 24px;
}
.example-detail .example-detail-wrap .ex-bread a {
  color: #969696;
  transition: 0.2s;
}
.example-detail .example-detail-wrap .ex-bread a:hover {
  color: #fe4066;
}
.example-detail .example-detail-wrap .detail-title {
  margin-top: 30px;
}
.example-detail .example-detail-wrap .detail-title h2 {
  font-size: 40px;
  color: #353030;
  line-height: 50px;
}
.example-detail .example-detail-wrap .detail-title .other {
  overflow: hidden;
  margin-top: 12px;
}
.example-detail .example-detail-wrap .detail-title .other .avatar {
  width: 24px;
  height: 24px;
  overflow: hidden;
  margin: 8px 8px 0 0;
  float: left;
  border-radius: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.example-detail .example-detail-wrap .detail-title .other span {
  font-size: 14px;
  color: #969696;
  line-height: 24px;
  display: block;
  padding-top: 8px;
  float: left;
  margin-right: 5px;
}
.example-detail .example-detail-wrap .detail-title .other span i {
  vertical-align: middle;
  font-size: 12px;
}
.example-detail .example-detail-wrap .detail-title .other .button {
  display: block;
  float: right;
  width: 100px;
  line-height: 38px;
  border: 1px solid #fe4066;
  background-color: #fe4066;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  border-radius: 4px;
  margin-left: 10px;
  transition: 0.2s;
}
.example-detail .example-detail-wrap .detail-title .other .button:hover {
  background: #ff5476;
}
.example-detail .example-detail-wrap .ex-detail-con {
  position: relative;
  padding-left: 64px;
  margin-top: 32px;
}
.example-detail .example-detail-wrap .ex-detail-con .left-con {
  position: absolute;
  left: 0;
  top: 0;
}
.example-detail .example-detail-wrap .ex-detail-con .left-con a {
  display: block;
  width: 48px;
  height: 48px;
  background: #ffffff;
  border: 1px solid #EBEDEE;
  text-align: center;
  cursor: pointer;
  transition: 0.2s;
}
.example-detail .example-detail-wrap .ex-detail-con .left-con a .iconfont {
  font-size: 24px;
  color: #969696;
  line-height: 46px;
  transition: 0.2s;
}
.example-detail .example-detail-wrap .ex-detail-con .left-con a.border-bottom-none {
  border-bottom: none;
}
.example-detail .example-detail-wrap .ex-detail-con .left-con a.border-top-none {
  border-top: none;
}
.example-detail .example-detail-wrap .ex-detail-con .left-con a .icon_icon_liked {
  color: #fe4066;
  display: none;
}
.example-detail .example-detail-wrap .ex-detail-con .left-con a.active .icon16-tag-heart {
  display: none;
}
.example-detail .example-detail-wrap .ex-detail-con .left-con a.active .icon_icon_liked {
  display: block;
}
.example-detail .example-detail-wrap .ex-detail-con .left-con a:hover {
  background: #fe4066;
}
.example-detail .example-detail-wrap .ex-detail-con .left-con a:hover .iconfont {
  color: #ffffff;
}
.example-detail .example-detail-wrap .ex-detail-con .left-con .last {
  margin-top: 16px;
}
.example-detail .example-detail-wrap .ex-detail-con .right-con {
  height: 715px;
  border: 1px solid #f0f0f0;
}
.example-detail .example-detail-wrap .ex-detail-con .right-con iframe {
  width: 100%;
  height: 100%;
}
.example-detail .example-detail-wrap .ex-detail-content {
  position: relative;
  padding: 0 486px 0 64px;
  margin-top: 40px;
}
.example-detail .example-detail-wrap .ex-detail-content.tops0 {
  min-height: 240px;
}
.example-detail .example-detail-wrap .ex-detail-content.tops1 {
  min-height: 500px;
}
.example-detail .example-detail-wrap .ex-detail-content.tops2 {
  min-height: 715px;
}
.example-detail .example-detail-wrap .ex-detail-content.tops3 {
  min-height: 930px;
}
.example-detail .example-detail-wrap .ex-detail-content.tops4 {
  min-height: 1145px;
}
.example-detail .example-detail-wrap .ex-detail-content .left-con .html-con {
  padding-bottom: 40px;
  overflow: hidden;
  border-bottom: 1px solid #EBEDEE;
}
.example-detail .example-detail-wrap .ex-detail-content .left-con .html-con header {
  position: static !important;
  background: unset !important;
}
.example-detail .example-detail-wrap .ex-detail-content .left-con .html-con h1,
.example-detail .example-detail-wrap .ex-detail-content .left-con .html-con h2,
.example-detail .example-detail-wrap .ex-detail-content .left-con .html-con h3,
.example-detail .example-detail-wrap .ex-detail-content .left-con .html-con h4,
.example-detail .example-detail-wrap .ex-detail-content .left-con .html-con h5,
.example-detail .example-detail-wrap .ex-detail-content .left-con .html-con h6 {
  margin: 46px 0 1em;
}
.example-detail .example-detail-wrap .ex-detail-content .left-con .html-con h1 a,
.example-detail .example-detail-wrap .ex-detail-content .left-con .html-con h2 a,
.example-detail .example-detail-wrap .ex-detail-content .left-con .html-con h3 a,
.example-detail .example-detail-wrap .ex-detail-content .left-con .html-con h4 a,
.example-detail .example-detail-wrap .ex-detail-content .left-con .html-con h5 a,
.example-detail .example-detail-wrap .ex-detail-content .left-con .html-con h6 a {
  color: #fe4066;
}
.example-detail .example-detail-wrap .ex-detail-content .left-con .html-con h1 {
  font-size: 34px;
}
.example-detail .example-detail-wrap .ex-detail-content .left-con .html-con h2 {
  font-size: 28px;
}
.example-detail .example-detail-wrap .ex-detail-content .left-con .html-con h3 {
  font-size: 20px;
}
.example-detail .example-detail-wrap .ex-detail-content .left-con .html-con h4 {
  font-size: 16px;
}
.example-detail .example-detail-wrap .ex-detail-content .left-con .html-con p,
.example-detail .example-detail-wrap .ex-detail-content .left-con .html-con pre {
  font-size: 14px;
  color: #696b6c;
  line-height: 24px;
  margin: 0 auto;
  overflow: hidden;
  white-space: pre-wrap;
}
.example-detail .example-detail-wrap .ex-detail-content .left-con .html-con img {
  width: auto;
  max-width: 100%;
  display: block;
  margin: 5px 0 20px;
}
.example-detail .example-detail-wrap .ex-detail-content .left-con .html-con ul,
.example-detail .example-detail-wrap .ex-detail-content .left-con .html-con ol {
  padding: 0 38px;
}
.example-detail .example-detail-wrap .ex-detail-content .left-con .html-con a {
  color: #fe4066;
}
.example-detail .example-detail-wrap .ex-detail-content .left-con .comment {
  margin-left: 96px;
}
.example-detail .example-detail-wrap .ex-detail-content .left-con .comment .title {
  font-size: 20px;
  text-align: left;
  color: #353030;
  line-height: 28px;
  margin-top: 40px;
}
.example-detail .example-detail-wrap .ex-detail-content .left-con .comment .title span {
  color: #8c8889;
}
.example-detail .example-detail-wrap .ex-detail-content .left-con .comment .leave {
  width: 100%;
  height: 220px;
  border-top: none;
  border-radius: 2px;
}
.example-detail .example-detail-wrap .ex-detail-content .left-con .comment .fr-toolbar {
  border-top: none;
  background-color: #f9f9f9;
  z-index: 0;
}
.example-detail .example-detail-wrap .ex-detail-content .left-con .comment .head-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 16px;
  overflow: hidden;
  background-color: #ff365e;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.example-detail .example-detail-wrap .ex-detail-content .left-con .comment .sub {
  margin-top: 28px;
  overflow: hidden;
}
.example-detail .example-detail-wrap .ex-detail-content .left-con .comment .sub .head-img {
  float: left;
}
.example-detail .example-detail-wrap .ex-detail-content .left-con .comment .sub p {
  margin: 0;
  line-height: 40px;
  float: left;
}
.example-detail .example-detail-wrap .ex-detail-content .left-con .comment .submit {
  width: 102px;
  height: 28px;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  background: #ffffff;
  color: #fe4066;
  border: 1px solid #fe4066;
  border-radius: 4px;
  float: right;
  cursor: pointer;
  transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.example-detail .example-detail-wrap .ex-detail-content .left-con .comment .submit:hover {
  background: #ff365e;
  color: #ffffff;
  opacity: 0.8;
}
.example-detail .example-detail-wrap .ex-detail-content .left-con .comment .comment-list {
  margin-top: 24px;
}
.example-detail .example-detail-wrap .ex-detail-content .left-con .comment .comment-list .head-img {
  vertical-align: top;
  display: inline-block;
}
.example-detail .example-detail-wrap .ex-detail-content .left-con .comment .comment-list .comment-detail {
  width: calc(100% - 61px);
  display: inline-block;
  font-size: 0;
  border-bottom: 1px solid #ebedee;
  padding-bottom: 25px;
}
.example-detail .example-detail-wrap .ex-detail-content .left-con .comment .comment-list .comment-detail p > img {
  max-width: 100%;
}
.example-detail .example-detail-wrap .ex-detail-content .left-con .comment .comment-list .comment-detail .des {
  font-size: 14px;
  overflow: hidden;
}
.example-detail .example-detail-wrap .ex-detail-content .left-con .comment .comment-list .comment-detail .des header {
  position: static !important;
  background: unset !important;
}
.example-detail .example-detail-wrap .ex-detail-content .left-con .comment .comment-list .comment-detail .des ul,
.example-detail .example-detail-wrap .ex-detail-content .left-con .comment .comment-list .comment-detail .des ol {
  padding-left: 18px;
}
.example-detail .example-detail-wrap .ex-detail-content .left-con .comment .comment-list .comment-detail .comment-list {
  padding: 25px 0 0;
  border-top: 1px solid #ebedee;
}
.example-detail .example-detail-wrap .ex-detail-content .left-con .comment .comment-list .comment-detail .comment-list .comment-detail {
  width: calc(100% - 56px);
  padding-bottom: 0;
}
.example-detail .example-detail-wrap .ex-detail-content .left-con .comment .comment-list .comment-detail .comment-list .comment-detail .bot .delreply {
  margin-left: 0;
}
.example-detail .example-detail-wrap .ex-detail-content .left-con .comment .comment-list .comment-detail .bot {
  overflow: hidden;
}
.example-detail .example-detail-wrap .ex-detail-content .left-con .comment .comment-list .comment-detail .reply-box {
  display: none;
}
.example-detail .example-detail-wrap .ex-detail-content .left-con .comment .comment-list .comment-detail .reply-box .leave {
  height: 220px;
}
.example-detail .example-detail-wrap .ex-detail-content .left-con .comment .comment-list .comment-detail p {
  margin: 0;
  font-size: 14px;
  color: #353030;
  line-height: 22px;
}
.example-detail .example-detail-wrap .ex-detail-content .left-con .comment .comment-list .comment-detail .name {
  font-size: 14px;
  font-weight: 600;
  color: #353030;
  line-height: 17px;
  margin-bottom: 6px;
}
.example-detail .example-detail-wrap .ex-detail-content .left-con .comment .comment-list .comment-detail .bot p {
  margin-top: 24px;
  color: #8c8889;
  float: left;
}
.example-detail .example-detail-wrap .ex-detail-content .left-con .comment .comment-list .comment-detail .bot p a {
  color: #8c8889;
}
.example-detail .example-detail-wrap .ex-detail-content .left-con .comment .comment-list .comment-detail .bot .reply,
.example-detail .example-detail-wrap .ex-detail-content .left-con .comment .comment-list .comment-detail .bot .delreply {
  float: right;
  margin-left: 32px;
  cursor: pointer;
}
.example-detail .example-detail-wrap .ex-detail-content .left-con .comment .comment-list .comment-detail .edit {
  width: calc(100% - 56px);
  float: right;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 20px 0;
}
.example-detail .example-detail-wrap .ex-detail-content .left-con .comment .comment-list .comment-list .comment-detail {
  border-bottom: none;
}
.example-detail .example-detail-wrap .ex-detail-content .left-con .comment .leave-btn {
  display: block;
  width: 100%;
  height: 40px;
  background: rgba(254, 64, 102, 0.06);
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
  color: #fe4066;
  line-height: 40px;
  cursor: pointer;
  margin: 40px 0;
}
.example-detail .example-detail-wrap .ex-detail-content .right-con {
  position: absolute;
  right: 45px;
  width: 365px;
  top: 0;
}
.example-detail .example-detail-wrap .ex-detail-content .right-con .title {
  font-size: 20px;
  line-height: 30px;
  color: #353030;
  overflow: hidden;
  margin-bottom: 20px;
}
.example-detail .example-detail-wrap .ex-detail-content .right-con .title a {
  display: block;
  font-size: 14px;
  float: right;
  color: #969696;
}
.example-detail .example-detail-wrap .ex-detail-content .right-con .title a:hover {
  color: #fe4066;
}
.example-detail .example-detail-wrap .ex-detail-content .right-con .detail-info {
  margin-bottom: 35px;
  border: 1px solid #EBEDEE;
  padding: 0 16px 15px;
}
.example-detail .example-detail-wrap .ex-detail-content .right-con .detail-info p {
  font-size: 14px;
  color: #353030;
  line-height: 24px;
  position: relative;
  padding-left: 32px;
  margin-top: 15px;
}
.example-detail .example-detail-wrap .ex-detail-content .right-con .detail-info p .iconfont {
  color: #969696;
  position: absolute;
  left: 0;
  width: 16px;
  top: 0;
  text-align: center;
}
.example-detail .example-detail-wrap .ex-detail-content .right-con .detail-info p img {
  display: block;
  width: 16px;
  position: absolute;
  left: 0;
  top: 4px;
}
.example-detail .example-detail-wrap .ex-detail-content .right-con .detail-info .has-border {
  padding-bottom: 15px;
  border-bottom: 1px solid #EBEDEE;
}
.example-detail .example-detail-wrap .ex-detail-content .right-con .other-ex .list div {
  margin-bottom: 16px;
  overflow: hidden;
}
.example-detail .example-detail-wrap .ex-detail-content .right-con .other-ex .list div a {
  display: block;
  height: 194px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.2s;
}
.example-detail .example-detail-wrap .ex-detail-content .right-con .other-ex .list div a:hover {
  transform: scale(1.02);
}
.example-detail .share-url-dialog {
  display: none;
}
.example-detail .share-url-dialog .bg {
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.example-detail .share-url-dialog .share-wrap {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 452px;
  height: 370px;
  margin: -185px 0 0 -226px;
  background: #ffffff;
  border-radius: 6px;
  z-index: 11;
  text-align: center;
}
.example-detail .share-url-dialog .share-wrap .share-content {
  position: relative;
  padding: 64px 32px 0;
}
.example-detail .share-url-dialog .share-wrap .share-content .icon_menu_close {
  position: absolute;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  right: 9px;
  top: 9px;
  cursor: pointer;
  transition: 0.2s;
  color: #696b6c;
}
.example-detail .share-url-dialog .share-wrap .share-content .icon_menu_close:hover {
  color: #fe4066;
  transform: rotate(90deg);
}
.example-detail .share-url-dialog .share-wrap .share-content .pic img {
  margin: 0 auto;
  width: 168px;
  height: 168px;
  display: block;
}
.example-detail .share-url-dialog .share-wrap .share-content p {
  font-size: 14px;
  color: #353030;
  line-height: 24px;
  margin: 10px 0 20px;
}
.example-detail .share-url-dialog .share-wrap .share-content .url-button {
  position: relative;
  padding-right: 108px;
}
.example-detail .share-url-dialog .share-wrap .share-content .url-button .url {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border-bottom: 1px solid #EBEDEE;
  line-height: 35px;
  height: 36px;
  font-size: 13px;
  text-align: left;
}
.example-detail .share-url-dialog .share-wrap .share-content .url-button .copy-url {
  width: 100px;
  line-height: 36px;
  border-radius: 4px;
  color: #ffffff;
  background: #fe4066;
  transition: 0.2s;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.example-detail .share-url-dialog .share-wrap .share-content .url-button .copy-url:hover {
  background: #ff5476;
}
@media (max-width: 1199px) {
  .example-detail .example-detail-wrap .detail-title h2 {
    font-size: 36px;
  }
  .example-detail .example-detail-wrap .ex-detail-content {
    padding-right: 350px;
  }
  .example-detail .example-detail-wrap .ex-detail-content .right-con {
    width: 300px;
    right: 0;
  }
  .example-index .source-type-title .other-wrap .category-list {
    text-align: left;
  }
}
@media (max-width: 999px) {
  .example-index .source-type-title .title h2 {
    font-size: 30px;
  }
  .example-index .source-type-title .other-wrap {
    padding-bottom: 50px;
  }
  .example-index .source-type-title .other-wrap .search-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .example-index .source-type-title .other-wrap .category-list {
    float: none;
    width: 100%;
  }
  .example-index .example-for-more h5 {
    font-size: 30px;
  }
  .example-index .example-wrap .example-list .example-con .pic {
    height: 200px;
  }
  .example-index .example-wrap .example-list .example-con .con {
    padding: 12px 16px 8px;
  }
  .example-index .example-wrap .example-list .example-con .con .other {
    margin-top: 0;
  }
  .example-detail .example-detail-wrap .detail-title h2 {
    font-size: 30px;
  }
  .example-detail .example-detail-wrap .detail-title .other {
    position: relative;
    padding-bottom: 70px;
  }
  .example-detail .example-detail-wrap .detail-title .other span {
    float: none;
    display: inline-block;
  }
  .example-detail .example-detail-wrap .detail-title .other .button {
    float: none;
    position: absolute;
    bottom: 5px;
    right: 0;
  }
  .example-detail .example-detail-wrap .detail-title .other .button2 {
    display: none;
  }
  .example-detail .example-detail-wrap .ex-detail-con {
    padding-left: 0;
    margin-top: 10px;
  }
  .example-detail .example-detail-wrap .ex-detail-con .left-con {
    top: -55px;
  }
  .example-detail .example-detail-wrap .ex-detail-con .left-con a {
    display: inline-block;
    margin-top: 0 !important;
    width: 40px;
    line-height: 38px;
    height: 40px;
    margin-right: 5px;
  }
  .example-detail .example-detail-wrap .ex-detail-con .left-con a.border-bottom-none {
    border-bottom: 1px solid #EBEDEE;
  }
  .example-detail .example-detail-wrap .ex-detail-con .left-con a .iconfont {
    line-height: 38px;
    font-size: 20px;
  }
  .example-detail .example-detail-wrap .ex-detail-content {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .example-index .source-type-title .title h2 {
    font-size: 26px;
  }
  .example-index .example-for-more h5 {
    font-size: 26px;
  }
  .example-index .example-wrap .example-list {
    width: 100%;
  }
  .example-detail .example-detail-wrap .detail-title h2 {
    font-size: 26px;
  }
  .example-detail .example-detail-wrap .detail-title .other .button {
    display: none;
  }
  .example-detail .example-detail-wrap .ex-detail-content {
    padding-right: 0;
    min-height: auto !important;
  }
  .example-detail .example-detail-wrap .ex-detail-content .right-con {
    margin-top: 30px;
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
  }
  .example-detail .example-detail-wrap .ex-detail-content .right-con .other-ex .list {
    overflow: hidden;
  }
  .example-detail .example-detail-wrap .ex-detail-content .right-con .other-ex .list div {
    width: 49%;
    float: left;
    margin: 10px 0 0;
  }
  .example-detail .example-detail-wrap .ex-detail-content .right-con .other-ex .list div:nth-child(2n) {
    margin-left: 2%;
  }
  .example-detail .example-detail-wrap .ex-detail-content .right-con .other-ex .list div a {
    height: 150px;
  }
}
@media (max-width: 520px) {
  .example-detail .example-detail-wrap {
    padding-bottom: 20px;
  }
}
@media (max-width: 500px) {
  .example-index .source-type-title {
    padding: 48px 20px 0;
  }
  .example-index .source-type-title .title h2 {
    font-size: 20px;
  }
  .example-index .source-type-title .title p {
    font-size: 14px;
    line-height: 24px;
  }
  .example-index .source-type-title .other-wrap {
    margin-top: 30px;
  }
  .example-index .source-type-title .other-wrap .right-select {
    padding-right: 15px;
  }
  .example-index .source-type-title .other-wrap .right-select.right-select2 {
    right: 80px;
  }
  .example-index .source-type-title .other-wrap .right-select .drop {
    min-width: 80px;
  }
  .example-index .source-type-title .other-wrap .right-select .drop a {
    padding: 0 10px;
  }
  .example-index .source-type-title .other-wrap .search-wrap .search {
    width: 130px;
  }
  .example-index .source-type-title .other-wrap .category-list .item a {
    font-size: 14px;
    line-height: 30px;
  }
  .example-index .example-sort {
    padding: 0 20px;
  }
  .example-index .example-for-more {
    padding: 60px 0;
    height: auto;
  }
  .example-index .example-for-more h5 {
    font-size: 20px;
  }
  .example-index .example-for-more p {
    font-size: 14px;
    margin: 20px 0 40px;
  }
  .example-index .example-for-more a {
    width: 200px;
  }
  .example-index .example-wrap {
    padding: 0 20px;
  }
  .example-index .example-wrap .example-list {
    padding: 20px 0 0;
  }
  .example-index .example-wrap .example-list .example-con .pic {
    height: 160px;
  }
  .example-detail .example-detail-wrap {
    padding: 30px 20px 20px;
  }
  .example-detail .example-detail-wrap .ex-detail-content .right-con .other-ex .list div {
    width: 100%;
  }
  .example-detail .example-detail-wrap .ex-detail-content .right-con .other-ex .list div:nth-child(2n) {
    margin-left: 0;
  }
  .example-detail .example-detail-wrap .ex-detail-con .right-con {
    height: 450px;
  }
}
