*,
::after,
::before {
  box-sizing: border-box;
}
body,
ul,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, PingFangSC-Regular, "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #333;
}
img {
  vertical-align: bottom;
}
ul {
  list-style-type: none;
}
a {
  color: #333;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  background-color: #f9fafb;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 4vw;
  height: 13.33333333vw;
  background-color: #fff;
}
header .left {
  width: 32vw;
  height: 13.33333333vw;
  background: url(../assets/head.png) no-repeat;
  background-size: contain;
  background-position: left center;
  font-size: 0;
}
header a {
  text-align: center;
  width: 42.66666667vw;
  height: 7.46666667vw;
  line-height: 7.46666667vw;
  background-color: #ff7000;
  border-radius: 3.73333333vw;
  font-size: 3.2vw;
  color: #fff;
}
header a span {
  margin-left: 0.53333333vw;
}
.banner {
  margin-top: 18.13333333vw;
  padding: 0 4vw;
  height: 28.8vw;
}
.banner ul li {
  width: 92vw;
  height: 28.8vw;
}
.banner ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.6vw;
}
.title {
  margin-bottom: 4.26666667vw;
  line-height: 6.66666667vw;
  display: flex;
  justify-content: space-between;
}
.title h4 {
  font-size: 6.4vw;
}
.title a {
  font-size: 3.2vw;
  color: #a1a4b3;
}
.list {
  margin-top: 5.33333333vw;
  padding: 0 4vw;
  padding-bottom: 26.66666667vw;
}
.list li {
  display: flex;
  margin-bottom: 4.26666667vw;
  height: 28vw;
  background-color: #fff;
  border-radius: 2.66666667vw;
}
.list li .pic {
  margin-right: 0.53333333vw;
}
.list li .pic img {
  width: 26.66666667vw;
  height: 26.66666667vw;
  border-radius: 2.66666667vw;
}
.list li .txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2.66666667vw 4vw;
  font-size: 3.73333333vw;
  line-height: 1.8;
  color: #0a0a0a;
}
.list li .txt p {
  margin: 0.53333333vw 0;
}
.list li .txt p:nth-child(2) {
  font-size: 3.2vw;
  color: #a1a4b3;
}
.list li .txt p:nth-child(3) {
  font-size: 3.2vw;
  color: #282828;
}
.download {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  left: 4vw;
  bottom: 8vw;
  padding: 0 2.66666667vw 0 4vw;
  width: 92vw;
  height: 12vw;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5.86666667vw;
}
.download img {
  margin-right: 2.66666667vw;
  width: 8.53333333vw;
  height: 8.53333333vw;
}
.download p {
  flex: 1;
  font-size: 3.73333333vw;
}
.download span {
  width: 8.53333333vw;
  height: 8.53333333vw;
  border-radius: 50%;
  background-color: #f2f3f5;
  text-align: center;
  line-height: 8.53333333vw;
  font-size: 4.26666667vw;
}
