html,
body {
  background: #fafafa;
}

/* nav + section */
nav,
section {
  min-width: 12rem;
  max-width: 16rem;
  margin: 0.3rem auto 0.2rem;
}

nav {
  margin-top: 1.02rem;
}

nav ul {
  display: flex;
  justify-content: start;
}

nav ul li {
  display: flex;
  margin: 0 0.03rem;
  font-weight: 400;
  font-size: 0.14rem;
  color: #666666;
}

nav ul li:first-child a {
  font-weight: 400;
  font-size: 0.14rem;
  color: #666666;
}

nav ul li a {
  font-weight: 400;
  font-size: 0.14rem;
  color: #1e1e1e;
}

/* layout section */
section {
  min-width: 12rem; /* 1260px */
  max-width: 16rem; /* 1600px */
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.6rem;
}

/* main */
section .main {
  width: 12rem;
  background: #ffffff;
  border-radius: 0.2rem;
  padding: 0.3rem;
  margin-right: 0.3rem;
}

/* header */
section .main .software-header {
  display: flex;
  border-bottom: 0.01rem solid #eeeeee;
  margin-bottom: 0.34rem;
}

section .main .software-header img {
  width: 0.6rem;
  height: 0.6rem;
  margin-right: 0.3rem;
}

section .main .software-header .info {
  padding-bottom: 0.3rem;
}

section .main .software-header .info h1 {
  font-weight: 400;
  font-size: 0.28rem;
  color: #1e1e1e;
  margin-bottom: 0.2rem;
}

section .main .software-header .info .desc {
  font-weight: 400;
  font-size: 0.16rem;
  color: #666666;
  margin-bottom: 0.2rem;
}

section .main .software-header .info .meta {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.24rem;
}

section .main .software-header .info .meta p {
  font-weight: 400;
  font-size: 0.14rem;
  color: #666666;
  width: 100%;
  display: flex;
  margin-bottom: 0.12rem;
}

section .main .software-header .info .meta p i {
  font-style: normal;
}

/* button */
section .main .software-header .info .download-btn {
  width: 1.4rem;
  height: 0.48rem;
  background: #1e1e1e;
  border-radius: 0.08rem;
  text-align: center;
  line-height: 0.48rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #ffffff;
  display: block;
}

section .main .software-header .info .download-btn:hover {
  background: #2b2b2b;
}

/* banner */
section .main .banner {
  width: 100%;
  margin-bottom: 0.4rem;
}

section .main .banner img {
  width: 100%;
  object-fit: cover;
}

/* content */
section .main .content {
  width: 100%;
  padding-bottom: 0.3rem;
}
section .main .content h2 {
  font-size: 0.14rem;
}
section .main .content .table-container {
  width: 100%;
  border-radius: 0.08rem;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0 auto;
}
section .main .content table {
  font-size: 0.14rem;
  width: 100%;
  border-radius: 0.08rem;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0 auto;
  border-collapse: collapse;
}
section .main .content table tr {
  height: 39px;
}
section .main .content table tr th {
  background-color: #f5f7fa;
  padding: 0.16rem 0.16rem;
  font-weight: 500;
}
section .main .content table tr td {
  padding: 0.16rem 0.16rem;
}
section .main .content table tr:nth-child(odd) td {
  background-color: #f5f5f5;
}
section .main .content ul,
section .main .content blockquote {
  font-size: 0.14rem;
}
section .main .content p {
  font-weight: 400;
  font-size: 0.16rem;
  color: #666666;
}

section .main .content p img {
  object-fit: cover;
  margin: 0 auto;
  display: block;
  max-width: 11.4rem;
}

section .main .content p span {
  display: block;
  margin-bottom: 0.05rem;
}

/* sidebar */
section .sidebar {
  width: 3.7rem;
}

section .sidebar .title {
  font-weight: bold;
  font-size: 0.18rem;
  color: #1e1e1e;
  margin-bottom: 0.2rem;
}

/* card */
section .sidebar .recommend-list .card {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #ffffff;
  border-radius: 0.2rem;
  margin-bottom: 0.16rem;
  padding: 0.3rem;
}

section .sidebar .recommend-list .card img {
  width: 0.6rem;
  height: 0.6rem;
  margin-right: 0.1rem;
}

section .sidebar .recommend-list .card .card-info {
  flex: 1;
  width: 66%;
}

section .sidebar .recommend-list .card .card-info .name {
  font-weight: bold;
  font-size: 0.16rem;
  color: #1e1e1e;
  margin-bottom: 0.06rem;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

section .sidebar .recommend-list .card .card-info .desc {
  font-weight: 400;
  font-size: 0.14rem;
  color: #666666;
}

/* price */
section .sidebar .recommend-list .card .price {
  font-weight: bold;
  font-size: 0.2rem;
  color: #dc251e;
  width: 100%;
  margin-top: 0.24rem;
}

section .sidebar .recommend-list .card .price del {
  font-weight: 400;
  font-size: 0.12rem;
  color: #666666;
}
