.wrap .icon-gengxin {
  color: #2a82fb;
  cursor: pointer;
}

.wrap .lists .item:hover {
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border: none;
  margin-bottom: 5px;
}

.wrap .lists .no-border {
  border: none;
}

.wrap .item {
  padding: 28px;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  margin-bottom: 4px;
  justify-content: space-between;
}

.wrap .item .icon-logo {
  width: 91px;
  height: 91px;
  margin-right: 32px;
}

.wrap .item .info {
  flex: 1;
}

.wrap .item .info-head {
  padding-top: 7px;
}

.wrap .item .info-head .title {
  cursor: pointer;
}

.wrap .item .info-head .inner:hover {
  color: #d40000;
}

.wrap .item .title {
  height: 28px;
  line-height: 28px;
  font-size: 18px;
  font-weight: bold;
}

.wrap .item .tag {
  padding: 7px 14px;
  background: #f2f8ff;
  text-align: center;
  color: #5faeff;
  border-radius: 6px;
  margin-left: 23px;
  margin-right: 17px;
  font-size: 12px;
}

.wrap .item .warning {
  background: #fff3e2;
  color: #ffc555;
}

.wrap .item .param-wrap {
  font-size: 12px;
  color: #707070;
}

.wrap .item .param-wrap .expire {
  margin-left: 40px;
}

.wrap .item .param-wrap .param {
  color: #000;
}

.wrap .description {
  height: 24px;
  margin-top: 10px;
  line-height: 24px;
  font-size: 13px;
  color: #707070;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 修改 */
.wrap .series {
  color: #d71111;
  font-weight: bold;
  font-size: 14px;
}

.wrap .series .iconfont {
  font-size: 12px;
}

.wrap .address {
  display: flex;
  margin-top: 20px;
}

.wrap .address .address-btn {
  width: 94px;
  height: 34px;
  margin-right: 26px;
  line-height: 34px;
  padding-left: 9px;
  border: 1px solid #ececec;
  border-radius: 6px;
  font-weight: bold;
}

.wrap .address .gitee .iconfont {
  color: #c71d23;
}

.wrap .download {
  padding-top: 28px;
  font-size: 12px;
  color: #707070;
}

.wrap .download .btn {
  display: inline-block;
  height: 36px;
  line-height: 12px;
  padding: 12px;
  background: #ec4949;
  color: #fff;
  border-radius: 6px;
  cursor: pointer;
}

.wrap .download .btn .icon-xiazai {
  font-size: 12px;
  margin-right: 6px;
}

.wrap .download .btn.primary {
  background: #427ef7;
}

.wrap .download .size {
  margin-top: 9px;
  height: 24px;
  line-height: 24px;
}

.wrap .contact {
  color: #2e7dff;
  font-size: 12px;
}

.wrap .contact .phone {
  height: 32px;
  line-height: 32px;
  font-size: 18px;
}

.wrap .contact .iconfont {
  margin-right: 4px;
  font-size: 26px;
}

.wrap .contact .more {
  color: #707070;
  height: 32px;
  line-height: 32px;
  padding-left: 34px;
}

.wrap .detail {
  display: none;
}

.wrap .detail .head {
  font-size: 14px;
  font-weight: bold;
  height: 21px;
}

.wrap .detail .head .icon-jiantou {
  cursor: pointer;
}

.wrap .detail .head .version-title {
  color: #999;
}

.wrap .detail .overview {
  margin-top: 24px;
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: bold;
  height: 36px;
  line-height: 36px;
}

.wrap .detail .overview .num {
  color: #858585;
  user-select: none;
}

.wrap .detail .overview .num .iconfont {
  cursor: pointer;
}

.wrap .detail .overview .num .current {
  margin-left: 16px;
}

.wrap .detail .overview .num .total {
  margin-right: 16px;
}

.wrap .detail .overview .num .prohibition {
  color: #a4a4a4;
}

.fr {
  float: right;
}

.client .item {
  padding-left: 26px;
  padding-right: 31px;
  justify-content: space-between;
}

.client .item .info-wrap {
  display: flex;
}

.client .item .info {
  max-width: 391px;
}

.client .item .info .icon-logo {
  width: 90px;
  height: 90px;
  margin-bottom: 0;
}

.client .item .tag {
  background: #f4f4f4;
  color: #878787;
}

.client .time {
  color: #cbcbcb;
}

.client .description {
  color: #999;
  font-size: 14px;
}

.client .download {
  text-align: center;
}

.client .download .btn {
  padding: 0 16px 0 10px;
  height: 36px;
  line-height: 36px;
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #d8d8d8;
  color: #656565;
}

.client .download .btn img {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}

.client .download .btn i {
  margin-left: 10px;
}

.client .download .size {
  font-weight: bold;
  color: #cbcbcb;
}

.client-detail .item {
  border: none;
}

.client-detail .info-wrap {
  display: flex;
}

.client-detail .client-list {
  display: flex;
  justify-content: space-between;
}

.client-detail .client-list .item {
  width: 162px;
  height: 200px;
  background: #ffffff;
  box-shadow: 0px 1px 7px 0px rgba(184, 184, 184, 0.3);
  border-radius: 6px;
  font-weight: bold;
  padding: 24px 0;
  position: relative;
}

.client-detail .client-list .item .item-normal {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.client-detail .client-list .item .item-normal img {
  width: 44px;
  height: 44px;
}

.client-detail .client-list .item .item-normal .title {
  font-size: 14px;
  color: #666666;
}

.client-detail .client-list .item .item-normal .size {
  font-size: 10px;
  color: #999999;
  transform: scale(0.8333);
}

.client-detail .client-list .item .item-normal button, .client-detail .client-list .item .item-normal .btn {
  width: 83px;
  height: 29px;
  line-height: 29px;
  border: 1px solid #427ef7;
  border-radius: 14px;
  font-size: 12px;
  color: #2362fb;
  font-weight: normal;
  text-align: center;
}

.client-detail .client-list .item .item-normal button:hover, .client-detail .client-list .item .item-normal .btn:hover {
  background: #2362fb;
  color: #fff;
  font-weight: normal;
}

.client-detail .client-list .item .hovers {
  width: 100%;
  position: relative;
  top: -10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-weight: normal;
}

.client-detail .client-list .item .hovers .title {
  font-size: 12px;
  color: #666666;
  height: 12px;
  line-height: 12px;
  margin-bottom: 10px;
  font-weight: normal;
}

.client-detail .client-list .item .hovers .qr-btn {
  width: 100px;
  height: 32px;
  line-height: 20px;
  background: #2362fb;
  border-radius: 20px;
  font-size: 12px;
  color: #fff;
  padding: 6px;
  text-align: center;
  cursor: pointer;
}

.appreciation .item .info {
  width: 429px;
}

.hide {
  display: none !important;
}
