* {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  background: #6000f9;
}

.content {
  /* background-size: cover; */
  /* background-size: auto 100%;
  width: 100%;
  min-width: 1280px;
  min-height: 778px;
  height: 100%; */
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.home-content {
 /*   background: url(../images/bg.jpg) no-repeat center top;
  background-size: 1280px auto;
  min-width: 1000px;
}

.product-main {
  width: 500px;
  /* height: 425px; */
  margin: 180px auto 0 auto;
  text-align: center;
}

.product-main .logo {
  width: 220px;
  height: 220px;
  background-color: #fff;
  box-shadow: 0px 8px 8px 0px rgba(50, 33, 206, 0.16);
  border-radius: 53px;
  margin: 0 auto 25px;
  overflow: hidden;
}
.product-main .name {
  margin: 0 auto 20px;
}

.product-main .desc {
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.8;
}
.product-main .download {
  margin: 30px auto;
}

.logo img {
  display: block;
  width: 100%;
  height: 100%;
}

.part {
  text-align: center;
}

.part-box {
  width: 600px;
  padding: 10px 15px;
  color: #96c4f0;
  margin: 30px auto;
}

.part-title {
  font-size: 20px;
  font-weight: 600;
  margin: 16px 0;
  color: #fff600;
}

.part-content {
  font-size: 16px;
  line-height: 28px;
}

.part-content a {
  color: #96c4f0;
}

footer {
  margin-top: 70px;
  text-align: center;
  color: #96c4f0;
}

footer .company {
  font-size: 20px;
}

footer .copyright {
  font-size: 14px;
  padding: 15px 0 32px;
}

footer .copyright a {
  display: inline-block;
  color: #96c4f0;
  text-decoration: none;
}
footer .copyright a:hover {
  text-decoration: underline;
}

.po-img {
  transform: translateY(4px);
}
/* 产品模块 */
.products {
  width: 1000px;
  margin: 0 auto;
}
.product-list {
}
.product-list::after {
  content: '';
  display: block;
  clear: both;
}
.product-item {
  width: 50%;
  float: left;
  list-style: none;
}
.product-item .card {
  text-align: center;
  margin: 10px;
  padding: 20px;
  color: #96c4f0;
  /* border: 1px solid #96c4f0; */
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.product-item .card figure {
}
.product-item figure img {
  display: block;
  width: 128px;
  height: 128px;
  margin: 20px auto;
}
.product-item figcaption {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  height: 25px;
  margin-bottom: 15px;
}
.product-item .desc {
  font-size: 14px;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.7);
  height: 125px;
}
.product-item .download {
  display: block;
  line-height: 30px;
  line-height: 30px;
  border-radius: 15px;
  background: transparent;
  border: 1px solid #fff;
  transition: all 0.3s;
  color: #fff;
  text-decoration: none;
  width: 160px;
  margin: 0 auto 15px;
}
.product-item .download:hover {
  background: rgba(255, 255, 255, 0.3);
}
