/* 清除内外边距 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
  /* structural elements 结构元素 */
dl,
dt,
dd,
ul,
ol,
li,
  /* list elements 列表元素 */
pre,
  /* text formatting elements 文本格式元素 */
fieldset,
lengend,
button,
input,
textarea,
  /* form elements 表单元素 */
th,
td {
  /* table elements 表格元素 */
  margin: 0;
  padding: 0;
}

/* 设置默认字体 */
body,
button,
input,
select,
textarea {
  /* for ie */
  /*font: 12px/1 Tahoma, Helvetica, Arial, "宋体", sans-serif;*/
  font: 12px/1 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
  /* 用 ascii 字符表示，使得在任何编码下都无问题 */
}

h1 {
  font-size: 18px;
  /* 18px / 12px = 1.5 */
}

h2 {
  font-size: 16px;
}

h3 {
  font-size: 14px;
}

h4,
h5,
h6 {
  font-size: 100%;
}

address,
cite,
dfn,
em,
var {
  font-style: normal;
}

/* 将斜体扶正 */
code,
kbd,
pre,
samp,
tt {
  font-family: "Courier New", Courier, monospace;
}

/* 统一等宽字体 */
small {
  font-size: 12px;
}

/* 小于 12px 的中文很难阅读，让 small 正常化 */

/* 重置列表元素 */
ul,
ol {
  list-style: none;
}

/* 重置文本格式元素 */
a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

abbr[title],
acronym[title] {
  /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
  border-bottom: 1px dotted;
  cursor: help;
}

q:before,
q:after {
  content: "";
}

/* 重置表单元素 */
legend {
  color: #000;
}

/* for ie6 */
fieldset,
img {
  border: none;
}

/* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 使得表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 重置 hr */
hr {
  border: none;
  height: 1px;
}

* {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

img {
  vertical-align: top;
  border: none;
}

a {
  text-decoration: none;
  text-overflow: unset;
}

html,
body {
  height: 100%;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  background-color: #ffffff;
}

/* 设置容器元素的宽度为100%,并设置自动缩放比例 */
.container {
  width: 100vw;
  /* 最大宽度为1200px */
  min-width: 320px;
  /* 最小宽度为320px */
}

#select-language {
  margin-bottom: 10px;
  padding: 8px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
}

#title,
#name {
  margin-top: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #333;
}

#top-container {
  height: 388px;
  background-image: url("../static/topbg.png");
  margin-bottom: 36px;
}

#top-title-text {
  margin-top: 27px;
  font-size: 24px;
  text-align: center;
  background-image: linear-gradient(to bottom, #47BFFF, #0B77F6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

#content-text,
#second-title-text {
  text-align: center;
  margin-top: 5px;
  line-height: 1.5;
  display: block;
  font-weight: 500;
  font-size: 12px;
}

#content-text {
  white-space: pre-line;
  /* 实现换行效果 */
}

#img-container {
  display: flex;
  height: 225px;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#top-img {
  width: 276px;
  object-fit: contain;
  border-radius: 6px;
  padding: 7px;
}

#download-container {
  height: 100px;
  width: 100%;
}

#store-contanier {
  display: flex;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 20px;
  justify-content: center;
}

.store-item {
  display: flex;
  flex-wrap: nowrap;
  max-width: 228px;
  height: 34px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  flex-grow: 1;
  background: #4892FF;
  border-radius: 8px;
  text-decoration: none !important;
  cursor: pointer;
}

.store-image {
  height: 23px;
}

.store-platform {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  margin-left: 12px;
  line-height: 20px;
}

#storage-container {
  display: flex;
  padding: 0 20px;
  margin-top: 20px;
  background: #ffffff;
  justify-content: center;
}

.storage-item {
  flex-wrap: nowrap;
  text-align: center;
  max-width: 133px;
  padding: 11px 0 3px 0;
  flex: 1;
  margin-left: 8px;
  border-radius: 4px;
  text-decoration: none !important;
  background: #4892FF;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.platform {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 20px;
  margin-top: 6px;
}

#banner-container {
  width: 100%;
  height: 365px;
  padding-top: 28px;
  background: #F5F6F9;
  display: flex;
  justify-content: center;
}

.banner-wrapper {
  width: 100%;
  max-width: 1108px;
}

#banner-secret {
  margin-left: 30px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  color: #4892FF;
}

#banner-secret-des {
  margin-top: 3px;
  margin-left: 30px;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  color: #232436;
}

#carousel-container {
  width: 498px;
  height: 300px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 20px;
}

#slideshow-container {
  height: 100%;
}

#slideshow-container img {
  height: auto;
}

#slideshow-image {
  width: 200px;
}

#feature-container {
  padding-top: 20px;
}

.feature-item-container {
  width: 100%;
  display: flex;
  padding-bottom: 14px;
  text-align: center;
  justify-content: center;
}

.feature-item {
  width: 50%;
  padding-top: 14px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.feature-item-title {
  text-align: center;
  margin-top: 6px;
}

.feature-item-des {
  text-align: center;
  margin-top: 6px;
}

#feature-title {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
}

#footer-container {
  width: 100%;
  min-height: 122px;
  max-height: 188px;
  background-size: cover;
  display: flex;
  background-image: url("../static/footerbg.png");
  justify-content: center;
  align-items: center;
}

#footer-wrapper {
  text-align: center;
}

#footer-app-name {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}

#footer-text {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  margin-top: 10px;
}

.footer-logo {
  width: 38px;
  margin-bottom: 10px;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  margin-top: 36px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(1);
}

.swiper-slide-active, .swiper-slide-duplicate-active {
}

.swiper-slide img {
  width: 100%;
}

.swiper-slide-prev {
  transform: scale(0.8);
}

.swiper-slide-next {
  transform: scale(0.8);
}

/* 在手机端显示的样式 */
@media screen and (max-width: 767px) {
  .feature-item-container {
    flex-wrap: wrap;
  }

  #banner-container {
    width: 100%;
    height: 265px;
    padding-top: 28px;
    background: #F5F6F9;
    display: flex;
    justify-content: center;
  }

  #carousel-container {
    width: 100%;
    height: 200px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
  }

  .swiper-container {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    margin-top: 36px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(1);
    padding-top: 40px;
  }

  .swiper-slide-active, .swiper-slide-duplicate-active {
    margin-top: 10px;
  }

  .swiper-slide img {
    width: 100%;
  }

  .swiper-slide-prev {
    transform: translateX(-30%)
  }

  .swiper-slide-next {
    transform: translateX(30%)
  }

  #footer-container {
    background-image: url("../static/footbg-phone.png") !important;
  }

  #bottom-box {
    width: 100%;
    height: 40px;
    position: fixed;
    bottom: 0;
    background: rgba(225, 225, 225, 0.47);
    display: flex;
    justify-content: center;
    padding: 10px 0;
    align-content: center;
    z-index: 999;
  }

  #myLink {
    height: 10px;
    padding: 10px;
    line-height: 10px;
    border-radius: 20px;
    background: #4892FF;
    color: #fff;
  }
}

/* 在电脑端显示的样式 */
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .feature-item-container {
    flex-wrap: nowrap;
  }

  .swiper-container {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    margin-top: 36px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(1);
  }

  .swiper-slide-active, .swiper-slide-duplicate-active {
    transform: scale(1.3);
  }

  .swiper-slide img {
    width: 100%;
  }

  .swiper-slide-prev {
    transform: translateX(-30%);
  }

  .swiper-slide-next {
    transform: translateX(30%);
  }

  #bottom-box {
    display: none;
  }

}

@media screen and (min-width: 1200px) {
  .feature-item-container {
    flex-wrap: nowrap;
  }

  .feature-item-container {
    margin: 0 auto;
    width: 1400px;
  }

  #bottom-box {
    display: none;
  }
}
