*{
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
a {
  text-decoration: none;
}
body {
  overflow-x: hidden;
}
/* home */
.home-top {
  /* display:flex; */
  position: relative;
  width: 100%;
}
.home-top img {
  width: 100vw;
}
.home-top> ul{
  position: absolute;
  top: 2.39vw;
  right: 5.6vw;
  width: 32.18vw;
  font-size: 1.25vw;
}
.home-top>ul>li{
  display: inline;
  margin-left: 2.29vw;
  color:#3d67ef;
  cursor: pointer;
}
.home-top>ul>li>a{
  display: inline;
  margin-left: 1.25vw;
  color:#3d67ef;
  cursor: pointer;
}
.home-top>ul>li:first-child {
  color: #fff;
  font-size: 1.25vw;
  display: inline-block;
  margin-left: 1.04vw;
  /* height: 3.08vw;
  border-bottom: 5px solid #fff; */
}
.home-top>ul>li.click::after {
  position: absolute;
  bottom: 0;
  left: 0.82vw;
  right: 28vw;
  height: 0.26vw;
  top: 3.13vw;
  content: '';
  -webkit-transform: scaleY(.5);
  transform: scaleY(.5);
  background: #fff;
}
.home-top>a{
  display: inline-block;
  position: absolute;
  top: 75%;
  left: 11%;
  width: 12.34vw;
  height: 3.48vw;
  text-align: center;
  font-size: 1.25vw;
  line-height: 3.48vw;
  border: 1px solid #fff;
  color: #fff;
}
.home-center {
  /* background: #f00; */
  position: relative;
  height: 35vw;
  overflow: hidden;
}
.home-center p {
  /* display: inline-block; */
  width: 19.2vw;
  height: 2.96vw;
  margin: 0 auto;
  text-align: center;
  line-height: 2.96vw;
  font-size: 3.12vw;
  font-weight: bold;
  margin-top: 7.13vw;
  overflow: hidden;
}
.home-center span {
  display: block;
  width: 6.77vw;
  height: 0.67vw;
  margin: 0 auto;
  background: #3863ee;
  border: 1px solid #3863ee;
  border-radius: 0.32vw;
  margin-top: 1.77vw;
}
.home-center ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  margin-top: 4.89vw;
}
.home-center>ul li {
  cursor: pointer;
}
.home-center>ul>li>img {
  width: 25.05vw;
}
.hoem-bottom {
  height: 9.42vw;
  background: #2C3148;
  margin-top: 10.8vw;
  overflow: hidden;
}
.hoem-bottom>p:first-child{
  margin-top: 2.86vw;
  font-size: 1.14vw;
  color: #fff;

}
.hoem-bottom>p {
  color: #a0a9ba;
  font-size: 0.93vw;
  text-align: center;
  margin-top: 0.72vw;
}