﻿body {
  margin: 0;
  min-width: 1200px;
}

ul {
  padding: 0;
  margin: 0;
}

a{
  text-decoration: none;
}

.download-main *{
  z-index: unset;
}

@keyframes popover-animation {
  0%{
    top: 130%;
    opacity: 0;
  }
  100%{
    top: 100%;
    opacity: 1;
  }
}
@keyframes up-popover-animation {
  0%{
    bottom: 130%;
    opacity: 0;
  }
  100%{
    bottom: 100%;
    opacity: 1;
  }
}

.c-center {
  width: 1200px;
  margin: 0 auto;
}
.c-flex {
  display: flex;
}
.c-flex-auto {
  flex: auto;
}
.c-flex-none {
  flex: none;
}
.c-flex-column {
  flex-direction: column;
}
.c-flex-j-center {
  justify-content: center;
}
.c-flex-j-between {
  justify-content: space-between;
}
.c-flex-a-center {
  align-items: center;
}
.c-mb-20{
  margin-bottom: 20px;
}
.c-mb-16{
  margin-bottom: 16px;
}
.c-mb-12{
  margin-bottom: 12px;
}
.c-mb-4{
  margin-bottom: 4px;
}
.c-mr-20{
  margin-right: 20px;
}
.c-mr-12{
  margin-right: 12px;
}
.c-ml-12{
  margin-left: 12px;
}

.download-tabs {
  height: 148px;
}
.download-tabs-fixed {
  position: fixed;
  top: 80px;
  left: 0;
  height: 68px;
  width: 100%;
  z-index: 9;
  background-color: #ffffff;
  box-sizing: border-box;
  min-width: 1200px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
}
.download-tabs-inner {
  height: 100%;
  display: flex;
}
.download-tab {
  flex: auto;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.download-tab .inner {
  position: relative;
}
.download-tab .tab-text {
  font-size: 20px;
  line-height: 28px;
  color: #333333;
}
.download-tab.active .tab-text {
  color: #000000;
  font-weight: 600;
}
.download-tab .strip {
  width: 64px;
  height: 4px;
  background: #FF6626;
  border-radius: 2px;
  position: absolute;
  bottom: -7px;
  left: calc(50% - 32px);
  display: none;
}
.download-tab.active .strip {
  display: block;
}

.download-main {
  background-image: linear-gradient(180deg, #F4DCD3 0%, #F3F4F6 500px, #F3F4F6 100%);
  padding-bottom: 136px;
}
.download-section .section-title {
  padding: 20px 16px;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  position: relative;
}
.download-section .section-title::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FE9C29;
  position: absolute;
  left: 0;
  top: calc(50% - 4px);
}
.download-section .section-title-none {
  height: 20px;
}
.download-row {
  display: flex;
}
.download-row:not(:last-child) {
  margin-bottom: 20px;
}
.download-card {
  flex: 1;
  background-color: #fff;
  border-radius: 4px;
}
.download-card:not(:last-child) {
  margin-right: 20px;
}
.download-card.hide{
  visibility: hidden;
}
.download-card .head {
  padding: 32px;
  border-bottom: 1px solid #E6E6E6;
}
.download-document{
  padding: 32px;
}
.download-name {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 3px;
}
.download-desc {
  font-size: 12px;
  line-height: 17px;
  color: #666666;
}
.download-image {
  display: block;
  width: 128px;
  height: 72px;
}
.download-icon {
  display: block;
  width: 48px;
  height: 48px;
  margin-right: 12px;
}

.cashier-system {
  margin-bottom: 20px;
}
.cashier-system-icon {
  display: block;
  width: 68px;
  height: 68px;
  margin-right: 12px;
}
.cashier-system-name {
  font-weight: 600;
  font-size: 30px;
  line-height: 42px;
  color: #000000;
}
.cashier-system-desc {
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  margin-top: 4px;
}

.download-section.cashier .section-content {
  background-color: #fff;
  border-radius: 4px;
  padding: 20px;
}
.download-section.cashier .download-name {
  padding-top: 16px;
}
.download-section.cashier .download-card {
  background-color: #F7F8FA;
}
.download-section.cashier .download-card .head {
  padding: 16px 32px;
}
.download-section.cashier .download-card .body {
  height: 188px;
}
.download-section.webshop .download-card .head {
  padding: 32px 32px 24px;
}
.download-section.webshop .download-card .body {
  height: 96px;
}

.download-tags {
  display: flex;
}
.download-tag {
  flex: none;
  font-size: 12px;
  line-height: 17px;
  padding: 0 4px;
  border-radius: 4px;
  margin-right: 8px;
}
.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-card .body {
  height: 123px;
  padding: 24px 32px 32px;
  box-sizing: border-box;
}
.download-card .body-text .paragraph {
  font-size: 14px;
  line-height: 20px;
  color: #787878;
}
.download-card .body-text .paragraph:not(:last-child) {
  margin-bottom: 6px;
}
.download-card .body-text .link {
  color: #787878;
  font-weight: bold;
  box-shadow: 0 1px !important;
}

.download-button {
  position: relative;
}
a.download-button {
  display: block;
}
.download-button .inner {
  height: 40px;
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid #FF6626;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.download-button .inner:hover {
  background: #FFF0E9;
}
.download-button .inner::before{
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("../image/i-1.png");
  background-size: cover;
  margin-right: 4px;
}
.download-button .button-text {
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}
.download-button .popover {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding-top: 20px;
  z-index: 5;
  display: none;
}
.download-button .popover.up {
  top: auto;
  bottom: 100%;
  padding-top: 0;
  padding-bottom: 20px;
}
.download-button.hover .popover {
  display: block;
  animation: popover-animation .3s;
}
.download-button.hover .popover.up {
  animation: up-popover-animation .3s;
}
.download-button .popover::after,
.download-button .popover::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  position: absolute;
  top: 10px;
  left: calc(50% - 8px);
  transform: rotate(45deg);
  border-top-left-radius: 3px;
}
.download-button .popover.up::after,
.download-button .popover.up::before {
  top:auto;
  bottom: 10px;
}
.download-button .popover::before {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
  z-index: 1;
}
.download-button .popover::after {
  z-index: 3;
}
.download-button .popover .popover-inner {
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  padding: 20px;
  z-index: 2;
}
.download-button .popover.up .popover-inner {
  top: auto;
  bottom: 18px;
}
.download-button .popover-content {
  background: #F7F8FA;
  padding: 16px;
  box-sizing: border-box;
  width: 232px;
  position: relative;
}
.download-button .popover-content .border-right{
  position: absolute;
  width: 0;
  height: calc(100% - 32px);
  right: 0;
  top: 16px;
  border-right: 1px solid #E6E6E6;
}
.download-button .popover-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 4px;
}
.download-button .popover-title.mb-12 {
  margin-bottom: 12px;
}
.download-button .popover-info {
  font-size: 12px;
  line-height: 17px;
  color: #666666;
  margin-bottom: 12px;
}
.download-button .popover-info a {
  color: #666666;
  box-shadow: 0 1px !important;
}
.download-button .popover-desc{
  font-size: 14px;
  line-height: 20px;
  color: #787878;
}
.download-button .popover-warning {
  font-size: 12px;
  line-height: 17px;
  color: #999999;
}
.download-button .popover .barcode{
  margin-bottom: 12px;
}
.download-button .popover .barcode.mb-0{
  margin-bottom: 0;
}
.download-button .popover .barcode-image{
  display: block;
  width: 200px;
  height: 200px;
}
.download-button .popover .barcode-text{
  font-size: 12px;
  line-height: 17px;
  color: #333333;
  margin-top: 8px;
  text-align: center;
}

.download-button-wrapper-1 {
  width: 142px;
  margin-left: 16px;
}
.download-button-wrapper-2 {
  width: 120px;
}

.download-button.secondary > .inner {
  background: unset;
}
.download-button.secondary > .inner::before {
  display: none;
}
.download-button.secondary > .inner:hover {
  background: #FFF0E9;
}
.download-button.secondary > .inner .button-text {
  color: #FF6626;
}


.download-button.tertiary > .inner {
  height: 40px;
  background: #FF6626;
}
.download-button.tertiary > .inner:hover {
  background: #ff4d00;
}
.download-button.tertiary > .inner::before{
  background-image: url("../image/i-2.png");
}
.download-button.tertiary > .inner .button-text {
  color: #FFFFFF;
}

.download-button.quaternary > .inner {
  border: none;
}
.download-button.quaternary > .inner:hover {
  background: #FFFFFF;
}
.download-button.quaternary > .inner::before{
  margin-right: 0;
  background-image: url("../image/i-3.png");
}
.download-button.quaternary > .inner:hover:before{
  background-image: url("../image/i-6.png");
}

.download-button.fifthly > .inner{
  height: unset;
  background: unset;
  border: unset;
  border-radius: unset;
  justify-content: flex-start;
}

.download-button.sixth > .inner:hover{
  background: #FF6626;
}
.download-button.sixth > .inner::before{
  background-image: url("../image/i-4.png");
}
.download-button.sixth > .inner:hover:before{
  background-image: url("../image/i-5.png");
}
.download-button.sixth > .inner:hover .button-text{
  color: #FFFFFF;
}

.download-button.seventh > .inner::before{
  background-image: url("../image/i-4.png");
}

.download-button.eighth{
  display: inline;
}
.download-button.eighth > .inner{
  display: inline;
  border-radius: unset;
  box-shadow: 0 1px;
  border: none;
  font-size: 14px;
  line-height: 20px;
  color: #787878;
  font-weight: bold;
  background: unset;
  height: unset;
}
.download-button.eighth > .inner:hover{
  background-color: unset;
}
.download-button.eighth > .inner::before{
  display: none;
}

.download-button .custom-01 .popover-inner{
  left: -20px;
  transform: unset;
}
.download-button .custom-02 .popover-inner{
  left: unset;
  right: 0;
  transform: unset;
}
.download-button .custom-03 .popover-inner{
  left: unset;
  right: -100px;
  transform: unset;
}

.download-button.ios > .inner::before{
  background-image: url("../image/i-7.png");
}
.download-button.android > .inner::before{
  background-image: url("../image/i-8.png");
}

@media screen and (max-width: 1200px) {
    .c-center{
      width: 960px;
    }
}