.content-banner {
  padding-top: 130px;
}
.example-index * {
  box-sizing: border-box;
}
@media (min-width: 1131px) {
  .example-index .blue-banner-contianer {
    padding: 156px 4% 66px;
  }
}
@media (max-width: 1130px) {
  .example-index .blue-banner-contianer {
    padding: 128px 4% 64px;
  }
  .example-index .header-of-page {
    top: 0px !important;
  }
  .example-index .top-ad-container {
    display: none;
  }
}
.example-index .header-of-page {
  top: 0px;
  z-index: 10;
}
.example-index .top-ad-container {
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  height: 80px;
  cursor: pointer;
}
.example-index .banner-search {
  width: 92%;
  max-width: 750px;
  background-color: #ffffff;
  position: relative;
  padding: 0 60px 0 16px;
  line-height: 34px;
  border-radius: 8px;
  overflow: hidden;
  z-index: 2;
  margin: 0 auto;
  box-sizing: border-box;
}
.example-index .banner-search .icon_icon_search_normal {
  position: absolute;
  color: #8c8889;
  right: 0;
  top: 0;
  line-height: 16px;
  width: 56px;
  text-align: center;
  height: 56px;
  line-height: 56px;
  cursor: pointer;
  transition: 0.3s;
}
.example-index .banner-search .icon_icon_search_normal:hover {
  background-color: #009dff;
  color: #ffffff;
}
.example-index .banner-search .icon_menu_close {
  position: absolute;
  color: #8c8889;
  right: 60px;
  top: 0;
  line-height: 34px;
  width: 34px;
  height: 34px;
  font-size: 11px;
  text-align: center;
  cursor: pointer;
  transition: 0.2s;
  display: none;
}
.example-index .banner-search .icon_menu_close:hover {
  color: #ffffff;
  background: #fe4066;
}
.example-index .banner-search input {
  display: block;
  color: #8C8889;
  height: 56px;
  width: 100%;
  background-color: #ffffff;
  border: none;
  padding: 0;
}
.example-index .banner-search input::-moz-placeholder {
  color: inherit;
}
.example-index .banner-search input::placeholder {
  color: inherit;
}
.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;
  line-height: 50px;
}
.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 .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: #009dff;
}
.example-index .source-type-title .other-wrap .category-list .item.active a {
  background: #f2f2f2;
  color: #009dff;
}
.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;
  zoom: 1;
}
.example-index .example-sort::after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
.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-sort .go-upload {
  display: block;
  font-size: 16px;
  background-color: #009dff;
  color: #ffffff;
  border-radius: 8px;
  width: 128px;
  text-align: center;
  line-height: 36px;
  float: right;
  margin-left: 8px;
  transition: 0.3s;
}
.example-index .example-sort .go-upload:hover {
  background-color: #29ADFF;
}
.example-index .go-other-link {
  display: block;
  max-width: 1300px;
  width: 92%;
  margin: 0 auto 32px;
  border-radius: 16px;
  overflow: hidden;
}
.example-index .go-other-link img {
  display: block;
  width: 100%;
}
.example-index .example-wrap {
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 34px;
  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: 25%;
  float: left;
  padding: 24px 16px 0;
  margin-bottom: 6px;
}
.example-index .example-wrap .example-list .example-con {
  display: block;
  overflow: hidden;
  transition: 0.2s;
  cursor: pointer;
}
.example-index .example-wrap .example-list .example-con .pic {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #f0f0f0;
}
.example-index .example-wrap .example-list .example-con .pic .img {
  height: 158px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 0.2s;
}
.example-index .example-wrap .example-list .example-con .con {
  padding: 16px 0 12px;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  transition: 0.2s;
}
.example-index .example-wrap .example-list .example-con .con h6 {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  color: #353030;
  height: 24px;
  text-overflow: ellipsis;
  transition: 0.2s;
}
.example-index .example-wrap .example-list .example-con .con .other {
  line-height: 30px;
  margin-top: 4px;
  height: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.example-index .example-wrap .example-list .example-con .con .other span {
  color: #8c8889;
  font-size: 14px;
  display: block;
  float: left;
  margin-right: 4px;
}
.example-index .example-wrap .example-list .example-con .con .other span .iconfont {
  display: inline-block;
  margin-right: 4px;
  font-size: 16px;
  line-height: 30px;
  vertical-align: top;
}
.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 .pic .img {
  transform: scale(1.02);
}
.example-index .example-wrap .example-list .example-con:hover .con h6 {
  color: #009dff;
}
.example-index .pagination {
  margin-top: 42px;
}
.example-index .pagination li.active a {
  background-color: #009dff;
}
.example-index .pagination li a:hover {
  background-color: #009dff;
}
.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('../images/example/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 0 60px;
}
.example-index .example-for-more a {
  display: block;
  width: 240px;
  line-height: 56px;
  color: #ffffff;
  background: #009dff;
  margin: 0 auto;
  border-radius: 6px;
  transition: 0.2s;
  font-size: 14px;
  font-weight: bold;
}
.example-index .example-for-more a:hover {
  background: #29ADFF;
}
.example-detail * {
  box-sizing: border-box;
}
.example-detail .blue-banner-contianer .text {
  margin-bottom: 0;
}
@media (min-width: 1131px) {
  .example-detail .blue-banner-contianer {
    padding: 170px 4% 126px;
  }
}
.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: #009dff;
}
.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 #009dff;
  background-color: #009dff;
  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: #29ADFF;
}
.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:first-child {
  border-bottom: none;
}
.example-detail .example-detail-wrap .ex-detail-con .left-con a .icon_icon_liked {
  color: #009dff;
  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: #009dff;
}
.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: #009dff;
}
.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;
}
.my-example-container {
  background-color: #f8f6f6;
  margin-top: 80px;
}
.my-example-container header {
  background-color: #ffffff;
}
.my-example-container .clear-space {
  padding-bottom: 64px;
}
.my-example-container .clear-space * {
  box-sizing: border-box;
}
.my-example-container .my-example-content {
  width: 92%;
  margin: 0 auto;
  max-width: 970px;
}
.my-example-container .my-example-content .bread {
  padding: 32px 0;
  color: #8c8889;
  font-size: 14px;
  line-height: 22px;
}
.my-example-container .my-example-content .bread a {
  color: #8c8889;
  cursor: pointer;
  transition: 0.2s;
}
.my-example-container .my-example-content .bread a:hover {
  color: #fe4066;
}
.my-example-container .my-example-content .bread .last {
  color: #353030;
}
.my-example-container .my-example-content .contents {
  background-color: #ffffff;
  border-radius: 24px;
  border: 1px solid #f0f0f0;
  padding: 48px 87px 88px;
  min-height: calc(100vh - 240px);
}
.my-example-container .my-example-content .contents .reject-text {
  color: #fe4066;
  font-size: 14px;
  line-height: 22px;
  vertical-align: middle;
  margin-bottom: 48px;
}
.my-example-container .my-example-content .contents .reject-text .iconfont {
  font-size: 14px;
  line-height: 16px;
  margin-right: 8px;
}
.my-example-container .my-example-content .contents .progress {
  overflow: hidden;
  border-radius: 8px;
  background-color: #f8f6f6;
}
.my-example-container .my-example-content .contents .progress span {
  width: 33.33%;
  float: left;
  display: block;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  color: #5c5758;
  position: relative;
}
.my-example-container .my-example-content .contents .progress span .icon {
  display: block;
  position: absolute;
  top: 0;
  height: 40px;
  width: auto;
  right: -25px;
  background-color: #ffffff;
  z-index: 2;
}
.my-example-container .my-example-content .contents .progress span.active {
  background-color: #353030;
  color: #ffffff;
}
.my-example-container .my-example-content .contents .step-1 {
  padding-top: 24px;
}
.my-example-container .my-example-content .contents .step-1 .step-1-title {
  overflow: hidden;
  line-height: 38px;
  font-size: 14px;
  margin-top: 16px;
}
.my-example-container .my-example-content .contents .step-1 .step-1-title span {
  display: block;
  float: left;
  font-weight: bold;
}
.my-example-container .my-example-content .contents .step-1 .step-1-title i {
  color: #fe4066;
  margin-left: 2px;
  line-height: 30px;
  margin-top: 5px;
  float: left;
}
.my-example-container .my-example-content .contents .step-1 .step-1-title a {
  float: right;
  font-size: 12px;
  color: #fe4066;
  line-height: 38px;
}
.my-example-container .my-example-content .contents .step-1 .step-1-title a:hover {
  text-decoration: underline;
}
.my-example-container .my-example-content .contents .step-1 .step-1-input {
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  height: 44px;
  font-size: 14px;
  color: #353030;
  padding: 0 15px;
  display: block;
  max-width: 436px;
  width: 100%;
  background-color: #ffffff;
}
.my-example-container .my-example-content .contents .step-1 .step-1-input::-moz-placeholder {
  color: #8c8889;
  font-size: 14px;
}
.my-example-container .my-example-content .contents .step-1 .step-1-input::placeholder {
  color: #8c8889;
  font-size: 14px;
}
.my-example-container .my-example-content .contents .step-1 .step-1-select {
  border: 1px solid #e9e9e9;
  width: 160px;
  border-radius: 8px;
  position: relative;
  padding: 0 35px 0 15px;
  cursor: pointer;
}
.my-example-container .my-example-content .contents .step-1 .step-1-select .current {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 42px;
  font-size: 14px;
  color: #8c8889;
  height: 42px;
  position: relative;
  z-index: 6;
  -moz-user-select: none;
  /* 火狐 */
  -webkit-user-select: none;
  /* webkit浏览器 */
  /* IE10 */
  /* 早期浏览器 */
  user-select: none;
}
.my-example-container .my-example-content .contents .step-1 .step-1-select .current.active {
  color: #353030;
}
.my-example-container .my-example-content .contents .step-1 .step-1-select .iconfont {
  position: absolute;
  right: 7px;
  top: 13px;
  color: #5c5758;
}
.my-example-container .my-example-content .contents .step-1 .step-1-select .drop {
  display: none;
  padding: 10px 0 10px;
  position: absolute;
  top: 30px;
  left: -1px;
  right: -1px;
  z-index: 5;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  border-top: none;
  border-radius: 0 0 8px 8px;
  max-height: 300px;
  overflow-y: auto;
}
.my-example-container .my-example-content .contents .step-1 .step-1-select .drop::-webkit-scrollbar {
  width: 4px;
  border-radius: 10px;
  background: #e2e2e2;
}
.my-example-container .my-example-content .contents .step-1 .step-1-select .drop::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}
.my-example-container .my-example-content .contents .step-1 .step-1-select .drop span {
  display: block;
  padding: 0 15px;
  font-size: 14px;
  color: #353030;
  line-height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 30px;
  cursor: pointer;
  transition: 0.3s;
  -moz-user-select: none;
  /* 火狐 */
  -webkit-user-select: none;
  /* webkit浏览器 */
  /* IE10 */
  /* 早期浏览器 */
  user-select: none;
}
.my-example-container .my-example-content .contents .step-1 .step-1-select .drop span:hover {
  background-color: #f0f0f0;
}
.my-example-container .my-example-content .contents .step-1 .list {
  position: relative;
}
.my-example-container .my-example-content .contents .step-1 .list .error {
  color: #fe4066;
  font-size: 12px;
  line-height: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 100%;
}
.my-example-container .my-example-content .contents .step-1 .step-1-cover {
  overflow: hidden;
}
.my-example-container .my-example-content .contents .step-1 .step-1-cover .pic {
  float: left;
  background-color: #f8f6f6;
  background-size: cover;
  background-position: center;
  width: 160px;
  height: 86px;
  border-radius: 8px;
  border: 1px solid #f0f0f0;
  position: relative;
  cursor: pointer;
}
.my-example-container .my-example-content .contents .step-1 .step-1-cover .pic .icon-add {
  background-color: #fe4066;
  border-radius: 50%;
  position: relative;
  margin: 30px auto 0;
  width: 24px;
  height: 24px;
  display: block;
  font-size: 0;
  color: transparent;
}
.my-example-container .my-example-content .contents .step-1 .step-1-cover .pic .icon-add::before {
  position: absolute;
  width: 10px;
  height: 2px;
  left: 50%;
  top: 50%;
  margin: -1px -5px;
  background-color: #ffffff;
  content: '';
}
.my-example-container .my-example-content .contents .step-1 .step-1-cover .pic .icon-add::after {
  position: absolute;
  width: 2px;
  height: 10px;
  left: 50%;
  top: 50%;
  margin: -5px -1px;
  background-color: #ffffff;
  content: '';
}
.my-example-container .my-example-content .contents .step-1 .step-1-cover .pic .file {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0;
  top: 0;
}
.my-example-container .my-example-content .contents .step-1 .step-1-cover .pic.has-pic .icon-add {
  background: transparent;
  opacity: 0;
  border-radius: 8px;
  filter: alpha(opacity=0);
  width: 100%;
  margin: 0;
  line-height: 84px;
  font-style: normal;
  height: 100%;
  text-align: center;
}
.my-example-container .my-example-content .contents .step-1 .step-1-cover .pic.has-pic .icon-add::before,
.my-example-container .my-example-content .contents .step-1 .step-1-cover .pic.has-pic .icon-add::after {
  display: none;
}
.my-example-container .my-example-content .contents .step-1 .step-1-cover .pic.has-pic .icon-add.trans {
  transition: 0.3s;
  color: #ffffff;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.5);
}
.my-example-container .my-example-content .contents .step-1 .step-1-cover .pic.has-pic:hover .icon-add {
  opacity: 1;
  filter: alpha(opacity=100);
}
.my-example-container .my-example-content .contents .step-1 .step-1-cover .right-text {
  float: left;
  margin: 16px 0 0 16px;
  line-height: 18px;
  font-size: 12px;
  color: #8c8889;
}
.my-example-container .my-example-content .contents .step-1 .step-1-textarea {
  display: block;
  resize: none;
  width: 100%;
  max-width: 436px;
  height: 128px;
  line-height: 22px;
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  padding: 8px 15px;
  font-size: 14px;
  color: #353030;
  border-radius: 8px;
  outline: none;
  font-family: inherit;
}
.my-example-container .my-example-content .contents .step-1 .step-1-textarea::-moz-placeholder {
  color: #8c8889;
}
.my-example-container .my-example-content .contents .step-1 .step-1-textarea::placeholder {
  color: #8c8889;
}
.my-example-container .my-example-content .contents .step-1 .next-button {
  margin-top: 48px;
  border-radius: 8px;
  background-color: #fe4066;
  color: #ffffff;
  font-size: 14px;
  line-height: 40px;
  width: 120px;
  text-align: center;
  cursor: pointer;
  transition: 0.2s;
}
.my-example-container .my-example-content .contents .step-1 .next-button:hover {
  background-color: #ff5476;
}
.my-example-container .my-example-content .contents .step-2 {
  margin-top: 48px;
}
.my-example-container .my-example-content .contents .step-2 .section1 {
  overflow: hidden;
}
.my-example-container .my-example-content .contents .step-2 .section1 .left-cover {
  width: 38%;
  max-width: 300px;
  float: left;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 16px;
  border: 1px solid #f0f0f0;
  height: 160px;
}
.my-example-container .my-example-content .contents .step-2 .section1 .right-content {
  float: right;
  width: 59%;
  max-width: 462px;
}
.my-example-container .my-example-content .contents .step-2 .section1 .right-content .title {
  font-size: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 24px;
}
.my-example-container .my-example-content .contents .step-2 .section1 .right-content .title i {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-style: normal;
  color: #fe4066;
  background-color: rgba(254, 64, 102, 0.1);
  border-radius: 4px;
  margin-right: 8px;
  padding: 0 7px;
  line-height: 24px;
}
.my-example-container .my-example-content .contents .step-2 .section1 .right-content .title span {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #353030;
  line-height: 24px;
  font-weight: bold;
}
.my-example-container .my-example-content .contents .step-2 .section1 .right-content .description {
  overflow-y: auto;
  max-height: 114px;
  padding-right: 22px;
  font-size: 14px;
  line-height: 22px;
  color: #5c5758;
  margin-top: 16px;
  word-break: break-all;
}
.my-example-container .my-example-content .contents .step-2 .section1 .right-content .description::-webkit-scrollbar {
  width: 4px;
  border-radius: 10px;
  background: #e2e2e2;
}
.my-example-container .my-example-content .contents .step-2 .section1 .right-content .description::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}
.my-example-container .my-example-content .contents .step-2 .section2 {
  border: 1px solid #e9e9e9;
  height: 476px;
  margin-top: 24px;
  border-radius: 16px;
  overflow: hidden;
}
.my-example-container .my-example-content .contents .step-2 .section2 iframe {
  width: 100%;
  height: 100%;
}
.my-example-container .my-example-content .contents .step-2 .button-wrap {
  text-align: center;
  font-size: 0;
  margin-top: 48px;
}
.my-example-container .my-example-content .contents .step-2 .button-wrap .button {
  margin: 0 4px;
  display: inline-block;
  width: 120px;
  border-radius: 8px;
  background-color: #fe4066;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
  transition: 0.2s;
  cursor: pointer;
}
.my-example-container .my-example-content .contents .step-2 .button-wrap .button:hover {
  background-color: #ff5476;
}
.my-example-container .my-example-content .contents .step-2 .button-wrap .button:first-child {
  background-color: #f8f6f6;
  color: #353030;
}
.my-example-container .my-example-content .contents .step-2 .button-wrap .button:first-child:hover {
  background: #e9e9e9;
}
.my-example-container .my-example-content .contents .step-3 {
  text-align: center;
  margin-top: 144px;
  font-size: 0;
}
.my-example-container .my-example-content .contents .step-3 img {
  display: block;
  margin: 0 auto;
  width: 72px;
}
.my-example-container .my-example-content .contents .step-3 span {
  font-weight: bold;
  font-size: 18px;
  color: #353030;
  line-height: 24px;
  margin: 16px 0 8px;
  display: block;
}
.my-example-container .my-example-content .contents .step-3 p {
  font-size: 14px;
  color: #5c5758;
  line-height: 22px;
  margin-bottom: 16px;
}
.my-example-container .my-example-content .contents .step-3 a {
  color: #fe4066;
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
}
.my-example-container .my-example-content .contents .step-3 a:hover {
  text-decoration: underline;
}
.my-example-list {
  width: 92%;
  max-width: 1134px;
  margin: 48px auto;
}
.my-example-list .empty-container {
  text-align: center;
  padding-top: 100px;
}
.my-example-list .empty-container img {
  display: block;
  margin: 0 auto;
  width: 158px;
}
.my-example-list .empty-container p {
  font-size: 14px;
  line-height: 24px;
  color: #8c8889;
  margin-top: 16px;
}
.my-example-list .empty-container p a {
  color: #fe4066;
}
.my-example-list .empty-container p a:hover {
  text-decoration: underline;
}
.my-example-list table {
  width: 100%;
  border-collapse: collapse;
}
.my-example-list table th {
  background-color: #f8f6f6;
  border: none;
  line-height: 38px;
  color: #8c8889;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  padding: 0 24px;
}
.my-example-list table th:first-child {
  text-align: center;
}
.my-example-list table th:last-child {
  text-align: center;
}
.my-example-list table tbody tr td {
  border-bottom: 1px solid #f0f0f0;
  line-height: 22px;
  color: #353030;
  font-size: 14px;
  padding: 16px 24px;
}
.my-example-list table tbody tr td .red {
  color: #fe4066;
}
.my-example-list table tbody tr td .cover {
  width: 136px;
  height: 72px;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.my-example-list table tbody tr td .button {
  display: inline-block;
  margin: 0 12px;
  color: #fe4066;
  cursor: pointer;
}
.my-example-list table tbody tr td .button:hover {
  text-decoration: underline;
}
.my-example-list table tbody tr td:last-child {
  text-align: center;
}
.my-example-list table tbody tr td .text {
  color: #8c8889;
  text-align: left;
  display: inline-block;
}
@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 .category-list {
    float: none;
    width: 100%;
  }
  .example-index .example-for-more h5 {
    font-size: 30px;
  }
  .example-index .example-wrap .example-list {
    width: 33.33%;
  }
  .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:first-child {
    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;
  }
  .my-example-container .my-example-content .contents {
    padding: 48px 48px 68px;
  }
}
@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: 50%;
  }
  .example-index .example-sort .go-upload {
    display: none;
  }
  .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;
  }
  .my-example-list table thead tr th {
    padding: 10px 12px;
    line-height: 20px;
  }
  .my-example-list table thead tr .hide {
    display: none;
  }
  .my-example-list table tbody tr td {
    padding: 10px 12px;
  }
  .my-example-list table tbody tr .hide {
    display: none;
  }
}
@media (max-width: 520px) {
  .example-detail .example-detail-wrap {
    padding-bottom: 20px;
  }
}
@media (max-width: 500px) {
  .content-banner {
    height: 280px;
  }
  .example-index .banner-search input {
    height: 46px;
  }
  .example-index .banner-search .icon_icon_search_normal {
    height: 46px;
    line-height: 46px;
  }
  .example-index .source-type-title {
    padding: 0 20px;
  }
  .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 .category-list .item a {
    font-size: 14px;
    line-height: 30px;
  }
  .example-index .example-sort {
    padding: 0 20px;
  }
  .example-index .example-sort .search-wrap .search {
    width: 130px;
  }
  .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;
    width: 100%;
  }
  .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;
  }
  .my-example-container .my-example-content .contents {
    padding: 38px 20px 38px;
  }
  .my-example-container .my-example-content .contents .progress span {
    line-height: 34px;
  }
  .my-example-container .my-example-content .contents .progress span .icon {
    height: 34px;
    right: -21.5px;
  }
}
