main{
  background: linear-gradient(180deg, #F4DCD3 0%, #F3F4F6 20rem, #F3F4F6 100%);
}
#main .android,#main .ios{
  display: none;
}
#main.is-android .android,#main.is-other .android,#main.is-ios .ios{
  display: block;
}
#main.is-android .android.link,#main.is-other .android.link,#main.is-ios .ios.link{
  display: inline;
}

.main-inner{
  width: 17.15rem;
  margin: 0 auto;
}
.download-section .section-title {
  padding: 1rem 0.8rem;
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1.25rem;
  color: #000000;
  position: relative;
}
.download-section .section-title::before {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #FE9C29;
  position: absolute;
  left: 0;
  top: calc(50% - 0.2rem);
}
.download-section .section-title-none {
  height: 0.8rem;
}
.cashier-system {
  margin-bottom: 0.8rem;
}
.cashier-system-icon {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 0.6rem;
}
.cashier-system-name {
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.7rem;
  color: #000000;
}
.cashier-system-desc {
  font-size: 0.8rem;
  line-height: 1.1rem;
  color: #333333;
  margin-top: 0.6rem;
}
.download-section.cashier .section-content {
  background-color: #fff;
  border-radius: 0.2rem;
  padding: 0.8rem;
}
.download-section.cashier .download-card {
  background-color: #F7F8FA;
}
.download-section.cashier .download-card .head {
  padding: 0 0.8rem;
  height: 4.4rem;
}
.download-section.cashier .download-name {
  padding-top: 1.1rem;
}
.download-section.cashier .download-image {
  padding-top: 0.2rem;
}
.download-card {
  background-color: #fff;
  border-radius: 0.2rem;
  margin-bottom: 1rem;
}
.download-card .head {
  padding: 0.8rem 0.8rem 0.6rem;
  border-bottom: 1px solid #E6E6E6;
}
.download-card .body {
  padding: 0.6rem 0.8rem 0.8rem;
  box-sizing: border-box;
}
.download-card.inner {
  background: #F7F8FA;
}
.download-name {
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1.25rem;
  color: #000000;
  margin-bottom: 0.15rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.download-image {
  display: block;
  width: 6.4rem;
  height: 3.6rem;
}
.download-icon {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 0.6rem;
}
.download-card .body-text .paragraph {
  font-size: 0.7rem;
  line-height: 1rem;
  color: #787878;
}
.download-card .body-text .paragraph:not(:last-child) {
  margin-bottom: 0.3rem;
}
.download-card .body-text .link {
  color: #787878;
  font-weight: bold;
  text-decoration: underline !important;
}

.download-tags {
  display: flex;
}
.download-tag {
  flex: none;
  font-size: 0.6rem;
  line-height: 0.85rem;
  padding: 0 0.2rem;
  border-radius: 0.2rem;
  margin-right: 0.4rem;
}
.download-tag.gray {
  color: #666666;
  background: #E8E9EB;
}
.download-tag.orange {
  color: #FF6626;
  background: #F8EAE5;
}
.download-tag.green {
  color: #16BD6E;
  background: #E1F3EC;
}
.download-tag.blue {
  color: #3187D6;
  background: #E4EDF7;
}

.download-button {
  position: relative;
}
a.download-button {
  display: block;
}
.download-button .inner {
  height: 2rem;
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid #FF6626;
  border-radius: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  /* cursor: pointer; */
}
.download-button .inner:active {
  background: #FFF0E9;
}
.download-button .inner::before{
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background-image: url("https://imgw.pospal.cn/LandingPage/download-center/images/icons/i-1.png");
  background-size: cover;
  margin-right: 0.2rem;
}
.download-button .button-text {
  font-size: 0.7rem;
  line-height: 1rem;
  color: #333333;
  font-weight: 500;
}
.download-button.link .inner::before{
  background-image: url("https://imgw.pospal.cn/LandingPage/download-center/images/icons/i-4.png");
}
.download-button-wrapper-1{
  width: 5.4rem;
}

.goto-download-center{
  margin-top: -0.2rem;
  padding-bottom: 1.6rem;
  text-align: center;
}
.goto-download-center-link{
  font-size: 0.7rem;
  line-height: 1rem;
  color: #FF6626;
}