﻿.contentWrapper{
  margin-top: 54px auto 0;
}
.softCard {
  margin-top: 26px;
}

.softCard li {
  text-align: center;
  padding: 0 40px;
  position: relative;
  background-color: #fff;
  border: 1px solid #eeefee;
  border-radius: 4px;
  width: 473px;
  height: 504px;
  margin-bottom: 26px;
  margin-right: 26px;
  float: left;
  cursor: pointer;

}

.softCard li:hover {
  margin-top: -3px;
  box-shadow: 0 14px 60px #ddd;
}

.softCard li:hover .hover {
  display: block;
}

.softCard li:hover .routine {
  display: none;
}

.softCard li:nth-child(2n) {
  margin-right: 0;
}

.softCard li .cover {
  width: 140px;
  height: 140px;
  margin: 70px auto 0 auto;
}

.softCard li .name {
  font-size: 18px;
  color: #666;
  line-height: 85px;
}

.softCard li .description {
  font-size: 14px;
  color: #666;
  text-align: left;
}

.softCard li .plantForm {
  color: #dddddd;
  position: absolute;
  left: 0;
  bottom: 70px;
  display: inline-block;
  width: 100%;
  line-height: 20px;
}

.softCard li .plantForm i {
  width: 20px;
  height: 20px;
  margin: 0 18px;
  display: inline-block;
  vertical-align: middle;

}

.softCard li .plantForm i::after {
  content: '|';
  display: inline-block;
  color: red;
  margin-left: 38px;
  color: #ddd;
}

.softCard li .plantForm i:last-child::after {
  display: none;
}

.softCard li .plantForm i.icon-android {
  background: url("../image/android.png") center no-repeat;
  background-size: 18px 20px;

}

.softCard li .plantForm i.icon-apple {
  background: url("../image/apple.png") center no-repeat;
  background-size: 17px 19px;

}

.softCard li .plantForm i.icon-windows {
  background: url("../image/windows.png") center no-repeat;
  background-size: 18px 18px;

}

.softCard li .hover {
  display: none;
  text-align: center;
}

.softCard li .hover .readMore {
  position: absolute;
  left: 0;
  bottom: 80px;
  font-size: 14px;
  color: #4db332;
  text-align: center;
  width: 100%;
}

.softCard li .hover .readMore:hover {
  text-decoration: underline;
}

.topWrapper {
  height: 400px;
  width: 100%;
  display: flex;
  justify-content: center; //子元素水平居中
  align-items: center; //子元素垂直居中
}

.topWrapper > div {
  margin: auto;
}

.topWrapper .downCode {
  width: 234px;
  height: auto;
}

.tips {
  font-size: 18px;
  color: #666;
  margin-top: 35px;
}