.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header-logo {
  width: auto;
  height: 50px;
}

.body {
  max-width: 768px;
  margin: auto;
  padding-top: 60px;
}
.body .first-screen-bg {
  width: 100%;
  margin: 0 auto;
  height: auto;
  background-color: #f5f5f5;
}
.body .first-screen-bg img {
  width: 100%;
  height: auto;
}
.body .download-btn {
  margin: 35px 0 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.body .download-btn,
.body .download-btn span {
  cursor: pointer;
}
.body .download-btn span {
  display: block;
  width: 100%;
  max-width: 375px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#725c91), to(#3e2067));
  background: linear-gradient(180deg, #725c91, #3e2067);
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  font-size: 18px;
}
.body .title-con {
  width: 100%;
  max-width: 375px;
  margin: 25px auto;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.body .prod-data {
  width: 100%;
  max-width: 375px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
.body .prod-data .item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #887d7d;
}
.body .prod-data .item:last-child {
  border-right: none;
}
.body .prod-data .item .span1 {
  font-size: 16px;
  color: #202020;
  font-weight: 600;
}
.body .prod-data .item .span2 {
  font-size: 14px;
  color: #403e3e;
}
.body .carousel-container {
  width: 100%;
  max-width: 370px;
  margin: auto;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background-color: #fafafa;
  border-radius: 5px;
}
.body .carousel-container .carousel-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.body .carousel-container .carousel-list .carousel-item .carsouel-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.body .carousel-container .carousel-list .carousel-item .carsouel-content .icon {
  margin-right: 8px;
}
.body .carousel-container .carousel-list .carousel-item .carsouel-content .icon img {
  width: 70px;
  height: 70px;
}
.body .carousel-container .carousel-list .carousel-item .carsouel-content .con .title {
  font-size: 14px;
  font-weight: 600;
  color: #3f3c3c;
  line-height: 14px;
}
.body .carousel-container .carousel-list .carousel-item .carsouel-content .con p {
  font-size: 12px;
  color: #6c6a6a;
  line-height: 8px;
}
.body .carousel-container .carousel-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 24px;
  color: #cccccc;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.body .carousel-container .carousel-arrow:hover {
  color: rgba(250, 207, 86, 0.5);
}
.body .carousel-container .carousel-arrow.carousel-arrow-left {
  left: 2px;
}
.body .carousel-container .carousel-arrow.carousel-arrow-right {
  right: 2px;
}
.body .carousel-container .carousel-indicator {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.body .carousel-container .carousel-indicator span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #cccccc;
  margin: 0 5px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.body .carousel-container .carousel-indicator span.active {
  background-color: rgba(28, 28, 27, 0.5);
}
.body .carousel-container1 {
  width: 100%;
  max-width: 370px;
  margin: 45px auto;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background-color: #eef1ff;
  border-radius: 5px;
}
.body .carousel-container1 .carousel-list1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.body .carousel-container1 .carousel-list1 .carousel-item .carsouel-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.body .carousel-container1 .carousel-list1 .carousel-item .carsouel-content .icon {
  margin-right: 8px;
}
.body .carousel-container1 .carousel-list1 .carousel-item .carsouel-content .icon img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.body .carousel-container1 .carousel-list1 .carousel-item .carsouel-content .con .name {
  color: #3e1367;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 600;
}
.body .carousel-container1 .carousel-list1 .carousel-item .carsouel-content .con .cate {
  color: #3e1367;
  margin: 7px 0 0 0;
  font-size: 12px;
  font-weight: 600;
}
.body .carousel-container1 .carousel-list1 .carousel-item .carsouel-content .con .flag {
  color: #000;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 500;
}
.body .carousel-container1 .carousel-list1 .carousel-item .carsouel-content .con .comment {
  font-size: 10px;
  color: #393939;
  font-style: italic;
  margin-top: 8px;
  line-height: 12px;
}
.body .carousel-container1 .carousel-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 24px;
  color: #cccccc;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.body .carousel-container1 .carousel-arrow:hover {
  color: rgba(250, 207, 86, 0.5);
}
.body .carousel-container1 .carousel-arrow.carousel-arrow-left1 {
  left: 2px;
}
.body .carousel-container1 .carousel-arrow.carousel-arrow-right1 {
  right: 2px;
}
.body .carousel-container1 .carousel-indicator1 {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.body .carousel-container1 .carousel-indicator1 span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #cccccc;
  margin: 0 5px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.body .carousel-container1 .carousel-indicator1 span.active {
  background-color: rgba(28, 28, 27, 0.5);
}

.card-bg {
  padding: 15px 0;
  background: #3e1367;
  color: #fff;
  /* margin-bottom: 150px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card-bg .back-list {
  width: 100%;
  max-width: 375px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.card-bg .back-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 25px 0;
}
.card-bg .back-list .item img {
  width: 32px;
  height: 32px;
  margin-bottom: 8px;
}
.card-bg .back-list .item span {
  font-size: 12px;
}
.card-bg .footer-p {
  font-size: 12px;
  margin: 4px 0;
  padding: 0;
  text-align: center;
  line-height: 16px;
}

.fixed-bottom-dn,
.fixed-bottom-dn span {
  cursor: pointer;
}
.fixed-bottom-dn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
}
.fixed-bottom-dn span {
  display: block;
  width: 100%;
  max-width: 375px;
  line-height: 40px;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#725c91), to(#3e2067));
  background: linear-gradient(180deg, #725c91, #3e2067);
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  font-size: 18px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}/*# sourceMappingURL=media.css.map */