*,
::after,
::before {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
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;
  width: 100%;
  height: 100%;
}
ul {
  list-style-type: none;
}
a {
  color: #333;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  position: relative;
}
header {
  height: 88.8vw;
  background: #1D4DF4;
  padding-top: 7.06666667vw;
}
header h3 {
  text-align: center;
  font-family: SimHei;
  font-weight: 400;
  font-size: 4vw;
  color: #FFFFFF;
}
section {
  position: absolute;
  top: 27.06666667vw;
  width: 100%;
  padding: 0 4.13333333vw;
}
.user-desc {
  position: relative;
  padding: 6.13333333vw 4.13333333vw 2.93333333vw 9.46666667vw;
  background: linear-gradient(0deg, #4AAAF8 0%, #2B73F5 100%);
  box-shadow: 0px 0.93333333vw 1.2vw 0px rgba(146, 170, 252, 0.43);
  border-radius: 5.33333333vw;
  z-index: 100;
}
.user-desc .title {
  display: flex;
  align-items: flex-end;
}
.user-desc .title li {
  padding-right: 5.33333333vw;
  font-weight: 400;
  font-size: 3.2vw;
  color: #FFFFFF;
  opacity: 0.7;
}
.user-desc .title li:first-child {
  font-size: 4vw;
}
.username {
  font-family: SimHei;
  font-weight: 400;
  font-size: 6.4vw;
  color: #FFFFFF;
}
.line {
  width: 31.33333333vw;
  height: 0.26666667vw;
  margin-top: 2.26666667vw;
  background: rgba(255, 255, 255, 0.4);
}
.contact {
  margin-top: 5.33333333vw;
}
.contact li {
  font-family: SimHei;
  font-weight: 400;
  font-size: 3.2vw;
  color: #FFFFFF;
  margin-bottom: 2.53333333vw;
}
.contact li .iconfont {
  font-size: 3.46666667vw;
  margin-right: 5.86666667vw;
}
.contact li:last-child {
  margin-bottom: 0;
}
.header-pic {
  position: absolute;
  top: 3.6vw;
  right: 4.13333333vw;
  width: 26vw;
  height: 26vw;
  border-radius: 50%;
}
.product-box {
  position: absolute;
  top: 24.4vw;
  left: 0;
  width: 100%;
  background: #F5F6FA;
  border-radius: 4.53333333vw 4.53333333vw 0px 0px;
  padding: 0 4.13333333vw;
}
.product-box .product-list-box {
  margin-top: 36.26666667vw;
  background: linear-gradient(0deg, #FBFBFD 0%, #E3EFFE 100%);
  box-shadow: 0px 0.93333333vw 1.2vw 0px rgba(146, 170, 252, 0.43);
  border-radius: 1.33333333vw;
}
.product-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 8vw;
  padding-right: 4.13333333vw;
}
.product-header h3 {
  width: 36.8vw;
  height: 100%;
  background: url(../img/pd-title.png) no-repeat;
  background-size: 100%;
  padding-left: 4.66666667vw;
  line-height: 8vw;
  font-family: SimHei;
  font-weight: 400;
  font-size: 4vw;
  color: #FFFFFF;
}
.product-header .more {
  font-family: SimHei;
  font-weight: 400;
  font-size: 2.13333333vw;
  color: #525252;
}
.product-header .more .icon-gengduo1 {
  font-size: 1.33333333vw;
  line-height: 2.13333333vw;
}
.list {
  display: grid;
  width: 100%;
  margin-top: 2.8vw;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  justify-content: space-around;
  padding-left: 4.8vw;
}
.list li {
  width: 24.4vw;
  height: 27.06666667vw;
  margin-bottom: 3.86666667vw;
}
.list li img {
  border-radius: 1.33333333vw;
}
footer {
  position: absolute;
  bottom: 0;
  display: flex;
  width: 100%;
  height: 12.93333333vw;
  background: #1D4DF4;
}
footer ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 9.73333333vw;
  padding-right: 11.33333333vw;
}
footer ul li {
  width: 8vw;
}
footer ul li a {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-family: SimHei;
  font-weight: 400;
  font-size: 1.86666667vw;
  color: #FFFFFF;
}
footer ul li a .iconfont {
  font-size: 5.46666667vw;
  margin-bottom: 1.06666667vw;
}
footer ul li .selected {
  font-weight: 600;
}
