.spec-hover {
  color: #fe4066;
  transition: 0.2s;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.spec-hover::before {
  content: '';
  width: 0;
  height: 1px;
  background: #fe4066;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: 0.3s;
}
.spec-hover:hover::before {
  width: 100%;
}
.pagination {
  text-align: center;
  margin: 48px auto;
}
.pagination li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 5px 10px;
}
.pagination li a {
  display: block;
  line-height: 38px;
  width: 38px;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  color: #8c8889;
  font-size: 18px;
  transition: 0.3s;
}
.pagination li a:hover {
  color: #ffffff;
  background: #fe4066;
  border-color: #fe4066;
}
.pagination li.active a {
  color: #ffffff;
  background: #fe4066;
  border-color: #fe4066;
}
.pagination .disabled {
  display: none;
}
.plugin-market header {
  background: #ffffff;
}
.plugin-market-container {
  padding-top: 80px;
}
.plugin-market-container * {
  box-sizing: border-box;
}
.plugin-market-container .plugin-banner {
  height: 432px;
  background-size: auto 100%;
  background-color: #141D7D;
  background-position: center;
  text-align: center;
  color: #ffffff;
  padding-top: 90px;
}
.plugin-market-container .plugin-banner .contents {
  max-width: 750px;
  margin: 0 auto;
  width: 90%;
}
.plugin-market-container .plugin-banner .contents .title {
  font-size: 48px;
  color: #ffffff;
  line-height: 58px;
  margin: 0;
}
.plugin-market-container .plugin-banner .contents .text {
  font-size: 20px;
  line-height: 30px;
  margin: 15px 0 44px;
}
.plugin-market-container .plugin-banner .contents .search {
  background: #ffffff;
  border-radius: 4px;
  padding: 0 100px 0 16px;
  position: relative;
  overflow: hidden;
}
.plugin-market-container .plugin-banner .contents .search .input-box {
  width: 100%;
  border: none;
  line-height: 56px;
  padding: 0;
  font-size: 16px;
}
.plugin-market-container .plugin-banner .contents .search .button {
  position: absolute;
  width: 56px;
  right: 0;
  line-height: 56px;
  top: 0;
  color: #8c8889;
  font-size: 20px;
  transition: 0.3s;
  cursor: pointer;
}
.plugin-market-container .plugin-banner .contents .search .button:hover {
  background: #fe4066;
  color: #ffffff;
}
.plugin-market-container .plugin-market-content {
  max-width: 1320px;
  width: 92%;
  margin: 0 auto;
  padding-top: 20px;
}
.plugin-market-container .plugin-market-content .common-title {
  padding: 20px 10px 8px;
  zoom: 1;
}
.plugin-market-container .plugin-market-content .common-title::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.plugin-market-container .plugin-market-content .common-title .title {
  float: left;
  display: block;
  line-height: 40px;
  font-size: 18px;
  color: #353030;
  font-weight: 600;
}
.plugin-market-container .plugin-market-content .common-title .select-wrap {
  float: right;
  position: relative;
  padding-right: 20px;
  cursor: pointer;
  margin-left: 24px;
}
.plugin-market-container .plugin-market-content .common-title .select-wrap .current {
  display: block;
  font-size: 14px;
  color: #353030;
  line-height: 40px;
  max-width: 148px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.plugin-market-container .plugin-market-content .common-title .select-wrap .iconfont {
  position: absolute;
  right: 0;
  top: 12px;
  color: #8c8889;
}
.plugin-market-container .plugin-market-content .common-title .select-wrap .drop-list {
  display: none;
  border-radius: 4px;
  position: absolute;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
  right: 0;
  background: #ffffff;
  top: 35px;
  z-index: 2;
  padding: 5px 0;
  max-width: 180px;
}
.plugin-market-container .plugin-market-content .common-title .select-wrap .drop-list p {
  margin: 0;
  font-size: 14px;
  line-height: 38px;
  transition: 0.3s;
  color: #353030;
  white-space: nowrap;
  padding: 0 10px 0 20px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
}
.plugin-market-container .plugin-market-content .common-title .select-wrap .drop-list p:hover {
  background: #f0f0f0;
}
.plugin-market-container .plugin-market-content .common-title .select-wrap:hover .drop-list {
  display: block;
}
.plugin-market-container .plugin-market-content .featured-list {
  zoom: 1;
}
.plugin-market-container .plugin-market-content .featured-list::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.plugin-market-container .plugin-market-content .featured-list li {
  float: left;
  width: 16.6666%;
  padding: 0 8px 20px;
}
.plugin-market-container .plugin-market-content .featured-list li a {
  display: block;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  text-align: center;
  max-width: 200px;
  margin: 0 auto;
  padding: 32px 8px 0;
  height: 220px;
  transition: 0.3s;
}
.plugin-market-container .plugin-market-content .featured-list li a:hover {
  box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.08);
}
.plugin-market-container .plugin-market-content .featured-list li a .pic {
  width: 64px;
  height: 64px;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  margin: 0 auto;
}
.plugin-market-container .plugin-market-content .featured-list li a span {
  display: block;
  font-size: 16px;
  color: #353030;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 16px 0 8px;
  line-height: 24px;
}
.plugin-market-container .plugin-market-content .featured-list li a p {
  font-size: 14px;
  line-height: 22px;
  color: #8c8889;
  max-width: 170px;
  margin: 0 auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 66px;
}
.plugin-market-container .plugin-market-content .plugin-list {
  zoom: 1;
}
.plugin-market-container .plugin-market-content .plugin-list::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.plugin-market-container .plugin-market-content .plugin-list li {
  width: 25%;
  float: left;
  padding: 0 5px 20px;
}
.plugin-market-container .plugin-market-content .plugin-list li a {
  display: block;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  background: #ffffff;
  padding: 23px 10px 15px;
  max-width: 310px;
  transition: 0.3s;
  margin: 0 auto;
}
.plugin-market-container .plugin-market-content .plugin-list li a:hover {
  box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.08);
}
.plugin-market-container .plugin-market-content .plugin-list li a .con {
  max-width: 262px;
  margin: 0 auto;
}
.plugin-market-container .plugin-market-content .plugin-list li a .con .tops {
  position: relative;
  padding-left: 80px;
  border-bottom: 1px solid #f0f0f0;
}
.plugin-market-container .plugin-market-content .plugin-list li a .con .tops .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 64px;
  height: 64px;
  border-radius: 8px;
  background-position: center;
  background-size: cover;
  border: 1px solid #f0f0f0;
}
.plugin-market-container .plugin-market-content .plugin-list li a .con .tops .title {
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 28px;
  line-height: 24px;
  font-weight: 600;
  color: #353030;
  padding-top: 4px;
  display: block;
}
.plugin-market-container .plugin-market-content .plugin-list li a .con .tops .tag {
  overflow: hidden;
  height: 60px;
  margin-right: -4px;
  padding-top: 6px;
}
.plugin-market-container .plugin-market-content .plugin-list li a .con .tops .tag i {
  display: block;
  font-style: normal;
  font-size: 12px;
  color: #5c5758;
  line-height: 22px;
  padding: 0 5px;
  float: left;
  margin: 2px 4px 0 0;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
}
.plugin-market-container .plugin-market-content .plugin-list li a .con .bottoms {
  overflow: hidden;
  padding-top: 16px;
}
.plugin-market-container .plugin-market-content .plugin-list li a .con .bottoms .avatar {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  border: 1px solid #f0f0f0;
  background-size: cover;
  background-position: center;
  float: left;
  margin-right: 8px;
}
.plugin-market-container .plugin-market-content .plugin-list li a .con .bottoms span {
  display: block;
  float: left;
  color: #353030;
  line-height: 24px;
  height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 12px;
  max-width: 70px;
}
.plugin-market-container .plugin-market-content .plugin-list li a .con .bottoms .right {
  float: right;
  color: #8c8889;
}
.plugin-market-container .plugin-market-content .plugin-advice {
  text-align: center;
  font-size: 0;
  background: url("/images/plugin/pic1.png") no-repeat center;
  background-size: cover;
  padding: 45px 0;
  max-width: 1300px;
  margin: 28px auto 48px;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
}
.plugin-market-container .plugin-market-content .plugin-advice .pic {
  display: inline-block;
  vertical-align: middle;
  margin-right: 32px;
  width: 128px;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
}
.plugin-market-container .plugin-market-content .plugin-advice .con {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.plugin-market-container .plugin-market-content .plugin-advice .con span {
  display: block;
  font-size: 18px;
  color: #000;
  line-height: 24px;
  font-weight: 600;
}
.plugin-market-container .plugin-market-content .plugin-advice .con p {
  font-size: 14px;
  line-height: 22px;
  color: #5c5758;
  margin: 8px 0;
}
.plugin-market-container .plugin-market-content .plugin-advice .con i {
  font-style: normal;
  font-size: 12px;
  color: #8c8889;
  line-height: 18px;
}
.plugin-market-container .plugin-market-content .plugin-empty {
  text-align: center;
  padding: 0 0 100px;
}
.plugin-market-container .plugin-market-content .plugin-empty .title {
  font-size: 18px;
  color: #353030;
  line-height: 24px;
  font-weight: 600;
  padding: 48px 10px 8px;
  text-align: left;
  display: block;
}
.plugin-market-container .plugin-market-content .plugin-empty img {
  display: block;
  width: 158px;
  margin: 128px auto 0;
}
.plugin-market-container .plugin-market-content .plugin-empty p {
  color: #8c8889;
  font-size: 14px;
  line-height: 22px;
  margin: 16px auto 8px;
}
.plugin-market-container .plugin-market-content .plugin-empty a {
  font-size: 14px;
}
.plugin-market-detail {
  padding-top: 80px;
  max-width: 1080px;
  margin: 0 auto;
  width: 92%;
}
.plugin-market-detail * {
  box-sizing: border-box;
}
.plugin-market-detail::before {
  left: 0;
  width: 100%;
  top: 79px;
  background: #f0f0f0;
  content: '';
  height: 1px;
  position: absolute;
}
.plugin-market-detail .plugin-bread {
  color: #8c8889;
  font-size: 12px;
  line-height: 18px;
  padding: 32px 0 16px;
}
.plugin-market-detail .plugin-bread a {
  color: #8c8889;
  transition: 0.2s;
}
.plugin-market-detail .plugin-bread a:hover {
  color: #fe4066;
}
.plugin-market-detail .plugin-tops {
  position: relative;
  padding-right: 260px;
}
.plugin-market-detail .plugin-tops .left-content h1 {
  font-size: 24px;
  color: #353030;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 8px;
  min-height: 36px;
}
.plugin-market-detail .plugin-tops .left-content .author {
  overflow: hidden;
}
.plugin-market-detail .plugin-tops .left-content .author .avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  float: left;
  margin-right: 8px;
  border: 1px solid #f0f0f0;
}
.plugin-market-detail .plugin-tops .left-content .author span {
  display: block;
  font-size: 14px;
  color: #353030;
  line-height: 22px;
  float: left;
  margin: 5px 0 0 0;
}
.plugin-market-detail .plugin-tops .right-content {
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  overflow: hidden;
  font-size: 0;
  margin-top: 18px;
}
.plugin-market-detail .plugin-tops .right-content .button {
  padding: 0 16px;
  float: left;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.2s;
}
.plugin-market-detail .plugin-tops .right-content span {
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
  color: #8c8889;
}
.plugin-market-detail .plugin-tops .right-content .iconfont {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
}
.plugin-market-detail .plugin-tops .right-content .button-heart {
  border: 1px solid #f0f0f0;
  line-height: 38px;
  margin-right: 16px;
}
.plugin-market-detail .plugin-tops .right-content .button-heart .iconfont {
  color: #353030;
  transition: 0.2s;
}
.plugin-market-detail .plugin-tops .right-content .button-heart .icon_icon_liked {
  display: none;
}
.plugin-market-detail .plugin-tops .right-content .button-heart:hover {
  background: #f8f6f6;
}
.plugin-market-detail .plugin-tops .right-content .button-heart:hover .iconfont {
  color: #fe4066;
}
.plugin-market-detail .plugin-tops .right-content .button-heart.liked .iconfont {
  color: #fe4066;
}
.plugin-market-detail .plugin-tops .right-content .button-heart.liked .icon_icon_liked {
  display: inline-block;
}
.plugin-market-detail .plugin-tops .right-content .button-heart.liked .icon16-tag-heart {
  display: none;
}
.plugin-market-detail .plugin-tops .right-content .button-install {
  line-height: 40px;
  background: #fe4066;
  overflow: hidden;
  position: relative;
  width: 142px;
}
.plugin-market-detail .plugin-tops .right-content .button-install span {
  color: #ffffff;
}
.plugin-market-detail .plugin-tops .right-content .button-install .iconfont {
  color: #ffffff;
}
.plugin-market-detail .plugin-tops .right-content .button-install .remove-text {
  color: #fe4066;
  position: absolute;
  left: 0;
  top: 0;
  background: #353030;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.2s;
  width: 100%;
  font-size: 14px;
}
.plugin-market-detail .plugin-tops .right-content .button-install.installed {
  background: #8c8889;
}
.plugin-market-detail .plugin-tops .right-content .button-install.installed .iconfont {
  display: none;
}
.plugin-market-detail .plugin-tops .right-content .button-install.installed:hover .remove-text {
  opacity: 1;
  filter: alpha(opacity=100);
}
.plugin-market-detail .plugin-banner {
  border: 1px solid #f0f0f0;
  border-radius: 16px;
  overflow: hidden;
  margin: 32px -1px 30px;
}
.plugin-market-detail .plugin-banner img {
  display: block;
  width: 100%;
}
.plugin-market-detail .plugin-bottoms {
  position: relative;
  padding-right: 300px;
  padding-bottom: 64px;
  min-height: 700px;
}
.plugin-market-detail .plugin-bottoms::before {
  content: '';
  width: 1px;
  background: #f0f0f0;
  height: calc(100% - 4px);
  position: absolute;
  top: 2px;
  right: 274px;
}
.plugin-market-detail .plugin-bottoms .titles {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #353030;
}
.plugin-market-detail .plugin-bottoms .left-container {
  max-width: 750px;
}
.plugin-market-detail .plugin-bottoms .left-container .description {
  font-size: 14px;
  color: #5c5758;
  line-height: 22px;
  padding: 14px 0 32px;
  margin-bottom: 30px;
  border-bottom: 1px solid #f0f0f0;
  word-break: break-all;
  white-space: pre-wrap;
}
.plugin-market-detail .plugin-bottoms .left-container .update-log {
  margin-top: 16px;
}
.plugin-market-detail .plugin-bottoms .left-container .update-log li {
  position: relative;
  padding: 0 0 16px 22px;
  overflow: hidden;
}
.plugin-market-detail .plugin-bottoms .left-container .update-log li::before {
  width: 1px;
  background: #f0f0f0;
  content: '';
  position: absolute;
  height: 100%;
  top: 0;
  left: 2px;
}
.plugin-market-detail .plugin-bottoms .left-container .update-log li::after {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fe4066;
  position: absolute;
  left: 0;
  top: 8px;
}
.plugin-market-detail .plugin-bottoms .left-container .update-log li .date {
  font-size: 14px;
  color: #8c8889;
  line-height: 22px;
  display: block;
  margin-bottom: 8px;
}
.plugin-market-detail .plugin-bottoms .left-container .update-log li .text {
  color: #5c5758;
  font-size: 14px;
  line-height: 22px;
}
.plugin-market-detail .plugin-bottoms .left-container .update-log li:first-child::before {
  top: 9px;
}
.plugin-market-detail .plugin-bottoms .left-container .update-log li.last-show::before {
  height: 9px;
}
.plugin-market-detail .plugin-bottoms .left-container .update-log li.hide {
  display: none;
}
.plugin-market-detail .plugin-bottoms .left-container .more-update-log {
  font-size: 14px;
  line-height: 22px;
  padding: 0 0 32px 22px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 32px;
}
.plugin-market-detail .plugin-bottoms .left-container .more-update-log .hide {
  display: none;
}
.plugin-market-detail .plugin-bottoms .left-container .more-update-log.active .hide {
  display: block;
}
.plugin-market-detail .plugin-bottoms .left-container .more-update-log.active .show {
  display: none;
}
.plugin-market-detail .plugin-bottoms .left-container .more-update-log span {
  display: block;
  color: #8c8889;
  margin-bottom: 16px;
}
.plugin-market-detail .plugin-bottoms .left-container .more-update-log .omit {
  font-weight: 600;
}
.plugin-market-detail .plugin-bottoms .left-container .more-update-log .text {
  color: #fe4066;
  margin-bottom: 0;
  display: inline-block;
  cursor: pointer;
}
.plugin-market-detail .plugin-bottoms .left-container .more-update-log .text:hover {
  text-decoration: underline;
}
.plugin-market-detail .plugin-bottoms .left-container .add-comments {
  padding-left: 48px;
  position: relative;
  overflow: hidden;
  margin-top: 16px;
}
.plugin-market-detail .plugin-bottoms .left-container .add-comments > .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
}
.plugin-market-detail .plugin-bottoms .left-container .add-comments textarea {
  border-radius: 8px;
  border: 1px solid #f0f0f0;
  height: 140px;
  line-height: 22px;
  padding: 8px 12px;
  font-size: 14px;
  color: #5c5758;
  display: block;
  width: 100%;
  font-family: "Microsoft YaHei";
  resize: none;
}
.plugin-market-detail .plugin-bottoms .left-container .add-comments textarea:focus {
  outline: none;
}
.plugin-market-detail .plugin-bottoms .left-container .add-comments textarea::-webkit-input-placeholder {
  color: #969696;
  font-size: 14px;
}
.plugin-market-detail .plugin-bottoms .left-container .add-comments textarea::-moz-placeholder {
  color: #969696;
  font-size: 14px;
  padding-left: 10px;
}
.plugin-market-detail .plugin-bottoms .left-container .add-comments .submit {
  float: right;
  margin-top: 16px;
  transition: 0.2s;
  width: 110px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 40px;
  background-color: #fe4066;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}
.plugin-market-detail .plugin-bottoms .left-container .add-comments .submit:hover {
  background: #ff5476;
}
.plugin-market-detail .plugin-bottoms .left-container .add-comments .cancel {
  float: right;
  margin: 16px 16px 0 0;
  transition: 0.2s;
  font-size: 14px;
  line-height: 40px;
  padding: 0 16px;
  color: #5c5758;
  text-align: center;
  cursor: pointer;
}
.plugin-market-detail .plugin-bottoms .left-container .add-comments .cancel:hover {
  color: #ff5476;
}
.plugin-market-detail .plugin-bottoms .left-container .comments-list-wrap {
  padding-top: 16px;
}
.plugin-market-detail .plugin-bottoms .left-container .comments-list-wrap .comment-list {
  padding: 21px 0 1px 48px;
  position: relative;
}
.plugin-market-detail .plugin-bottoms .left-container .comments-list-wrap .comment-list .add-comments {
  display: none;
  margin-top: 0;
  padding-bottom: 16px;
}
.plugin-market-detail .plugin-bottoms .left-container .comments-list-wrap .comment-list::before {
  width: calc(100% - 48px);
  position: absolute;
  right: 0;
  bottom: 0;
  content: '';
  background: #f0f0f0;
  height: 1px;
}
.plugin-market-detail .plugin-bottoms .left-container .comments-list-wrap .comment-list .comment-content > .pic {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  left: 0;
  top: 16px;
  position: absolute;
}
.plugin-market-detail .plugin-bottoms .left-container .comments-list-wrap .comment-list .comment-content .name {
  font-size: 14px;
  color: #353030;
  line-height: 22px;
  font-weight: 600;
}
.plugin-market-detail .plugin-bottoms .left-container .comments-list-wrap .comment-list .comment-content p {
  font-size: 14px;
  color: #353030;
  line-height: 22px;
  margin: 13px 0 8px;
}
.plugin-market-detail .plugin-bottoms .left-container .comments-list-wrap .comment-list .comment-content .other {
  overflow: hidden;
  padding-bottom: 16px;
}
.plugin-market-detail .plugin-bottoms .left-container .comments-list-wrap .comment-list .comment-content .other span {
  display: block;
  float: left;
  margin-right: 16px;
  line-height: 18px;
  font-size: 12px;
  color: #8c8889;
}
.plugin-market-detail .plugin-bottoms .left-container .comments-list-wrap .comment-list .comment-content .other .button {
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.3s;
}
.plugin-market-detail .plugin-bottoms .left-container .comments-list-wrap .comment-list .comment-content .other .button:hover {
  text-decoration: underline;
}
.plugin-market-detail .plugin-bottoms .left-container .comments-list-wrap .comment-list .comment-content .other .reply {
  color: #fe4066;
}
.plugin-market-detail .plugin-bottoms .left-container .comments-list-wrap .comment-list .comment-content .other .delete {
  color: #5c5758;
}
.plugin-market-detail .plugin-bottoms .left-container .comments-list-wrap .comment-list .comment-content:hover .other .button {
  opacity: 1;
  filter: alpha(opacity=100);
}
.plugin-market-detail .plugin-bottoms .left-container .comments-list-wrap .comment-list .comment-list:last-child::before {
  display: none;
}
.plugin-market-detail .plugin-bottoms .right-container {
  position: absolute;
  right: 0;
  top: 0;
  width: 220px;
}
.plugin-market-detail .plugin-bottoms .right-container .tag {
  overflow: hidden;
  padding: 14px 0 30px 0;
}
.plugin-market-detail .plugin-bottoms .right-container .tag a {
  border: 1px solid #f0f0f0;
  line-height: 30px;
  border-radius: 4px;
  padding: 0 16px;
  display: block;
  float: left;
  margin: 8px 8px 0 0;
  color: #5c5758;
  font-size: 14px;
  transition: 0.2s;
}
.plugin-market-detail .plugin-bottoms .right-container .tag a:hover {
  background: #fe4066;
  border-color: #fe4066;
  color: #ffffff;
}
.plugin-market-detail .plugin-bottoms .right-container .supports {
  font-size: 0;
  padding: 14px 0 32px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 30px;
}
.plugin-market-detail .plugin-bottoms .right-container .supports a {
  color: #5c5758;
  font-size: 14px;
  line-height: 22px;
  transition: 0.2s;
  display: inline-block;
}
.plugin-market-detail .plugin-bottoms .right-container .supports a:hover {
  color: #fe4066;
}
.plugin-market-detail .plugin-bottoms .right-container .titles {
  overflow: hidden;
}
.plugin-market-detail .plugin-bottoms .right-container .titles .more {
  float: right;
  line-height: 28px;
  font-size: 14px;
  color: #8c8889;
  font-weight: normal;
  transition: 0.2s;
  cursor: pointer;
}
.plugin-market-detail .plugin-bottoms .right-container .titles .more:hover {
  color: #fe4066;
}
.plugin-market-detail .plugin-bottoms .right-container .more-plugin {
  margin-top: 14px;
}
.plugin-market-detail .plugin-bottoms .right-container .more-plugin a {
  display: block;
  padding: 16px 5px 16px 80px;
  transition: 0.2s;
  position: relative;
  border-radius: 6px;
}
.plugin-market-detail .plugin-bottoms .right-container .more-plugin a:hover {
  background: #f8f6f6;
}
.plugin-market-detail .plugin-bottoms .right-container .more-plugin a .pic {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  left: 16px;
  top: 16px;
  position: absolute;
}
.plugin-market-detail .plugin-bottoms .right-container .more-plugin a span {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 48px;
  font-size: 14px;
  font-weight: 600;
  color: #353030;
  line-height: 48px;
}
.delete-box {
  display: none;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.delete-box .pop {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 50px 40px 30px;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.16);
  font-size: 14px;
}
.delete-box .pop i {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.delete-box .pop i:hover {
  color: #fe4066;
}
.delete-box .pop p {
  color: #2e2f30;
  line-height: 19px;
  margin-top: 0;
}
.delete-box .pop .amend,
.delete-box .pop .cancel {
  display: inline-block;
  cursor: pointer;
  width: 60px;
  height: 36px;
  text-align: center;
  font-weight: bold;
  line-height: 36px;
  float: right;
}
.delete-box .pop .amend:hover,
.delete-box .pop .cancel:hover {
  opacity: 0.8;
}
.delete-box .pop .amend {
  color: #fe4066;
  margin-right: 10px;
}
@media (max-width: 1099px) {
  .plugin-market-container .plugin-market-content .plugin-list li {
    width: 33.333%;
  }
}
@media (max-width: 999px) {
  .plugin-market-container .plugin-banner {
    height: 360px;
    padding-top: 80px;
  }
  .plugin-market-container .plugin-banner .contents .title {
    font-size: 38px;
    line-height: 48px;
  }
  .plugin-market-container .plugin-banner .contents .text {
    font-size: 18px;
    line-height: 28px;
  }
  .plugin-market-container .plugin-banner .contents .search {
    max-width: 500px;
    margin: 0 auto;
  }
  .plugin-market-container .plugin-banner .contents .search .input-box {
    line-height: 46px;
  }
  .plugin-market-container .plugin-banner .contents .search .button {
    line-height: 46px;
  }
  .plugin-market-detail .plugin-bottoms {
    padding-right: 260px;
  }
  .plugin-market-detail .plugin-bottoms::before {
    right: 240px;
  }
}
@media (max-width: 767px) {
  .plugin-market-container .plugin-market-content .plugin-list li {
    width: 50%;
  }
  .plugin-market-detail .plugin-bottoms {
    padding-right: 0;
  }
  .plugin-market-detail .plugin-bottoms::before {
    display: none;
  }
  .plugin-market-detail .plugin-tops {
    padding-right: 0;
  }
  .plugin-market-detail .plugin-tops .left-content h1 {
    font-size: 18px;
    line-height: 28px;
  }
  .plugin-market-detail .plugin-tops .right-content {
    top: auto;
    bottom: 0;
  }
  .plugin-market-detail .plugin-tops .right-content .button-heart {
    line-height: 30px;
  }
  .plugin-market-detail .plugin-tops .right-content .button-install {
    line-height: 32px;
  }
  .plugin-market-detail .right-container {
    display: none;
  }
}
@media (max-width: 499px) {
  .plugin-market-container .plugin-banner {
    height: 280px;
    padding-top: 60px;
    background-position: left top;
  }
  .plugin-market-container .plugin-banner .contents .title {
    font-size: 28px;
    line-height: 38px;
  }
  .plugin-market-container .plugin-banner .contents .text {
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0 30px;
  }
  .plugin-market-container .plugin-market-content .plugin-list li {
    width: 100%;
  }
  .plugin-market-container .plugin-market-content .plugin-list li a {
    max-width: 100%;
  }
  .plugin-market-container .plugin-market-content .plugin-list li a .con {
    max-width: 360px;
  }
  .plugin-market-container .plugin-market-content .plugin-advice {
    margin-bottom: 0;
    padding: 30px 10px;
  }
  .plugin-market-container .plugin-market-content .plugin-advice .pic {
    width: 98px;
  }
  .plugin-market-container .plugin-market-content .plugin-advice .con span {
    font-size: 14px;
  }
  .plugin-market-container .plugin-market-content .plugin-advice .con p {
    font-size: 12px;
    line-height: 20px;
  }
  .plugin-market-detail .plugin-bottoms .left-container .add-comments .submit {
    width: 80px;
    line-height: 36px;
  }
}
