/* 首屏核心盒子 */
.coreBgi {
  width: 100%;
  height: 560px;
  background-image: linear-gradient(360deg, #e8fcff 0%, #b3d9ff 100%);
}
.coreBox {
  display: flex;
  align-items: center;
  height: 560px;
  /* background-color: skyblue; */
}
.coreBox .mainText {
  height: 560px;
  /* background-color: pink; */
  color: black;
}
.coreBox .mainText h2 {
  position: relative;
  margin-top: 60px;
  margin-bottom: 25px;
  font-size: 50px;
}
.coreBox .mainText h2 i {
  position: absolute;
  display: block;
  width: 63px;
  height: 25px;
  background: url(../images/icon-jq.png) no-repeat;
  top: 0px;
  left: 310px;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  color: #fff;
}
.coreBox .mainText h3 {
  margin-top: -18px;
  font-size: 30px;
  color: #4f596a;
  padding-bottom: 15px;
}
.coreBox .mainText ul {
  width: 430px;
  display: flex;
  flex-wrap: wrap;
}
.coreBox .mainText ul li {
  width: 205px;
  font-size: 18px;
  line-height: 2.3;
  color: #4f596a;
  display: flex;
  align-items: center;
}
.coreBox .mainText ul li img {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
.coreBox .mainText .btn {
  display: block;
  position: relative;
  margin-top: 36px;
  margin-bottom: 10px;
  padding-top: 22px;
  padding-left: 38px;
  width: 230px;
  height: 80px;
  border-radius: 10px;
  border: 0;
  background: linear-gradient(94deg, #07c160, #58c107);
  color: white;
  font-size: 26px;
  font-weight: 700;
  overflow: hidden;
  cursor: pointer;
}
.coreBox .mainText .btn .down {
  margin-top: -5px;
  margin-right: 2px;
}
.coreBox .mainText .btn .spread-i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 280px;
  height: 280px;
  margin-left: -140px;
  margin-top: -140px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  animation: pulse 1.5s infinite both;
}
.coreBox .mainText p {
  font-size: 14px;
  color: #CDE0FF;
  line-height: 1.8;
  color: gray;
}
.coreBox .firstImg {
  margin-left: 50px;
  margin-right: 0;
  padding-right: 0;
  /* height: 433px; */
}
/* 下载按钮的动画 */
@keyframes pulse {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
/* 功能的icon列表 */
/* Banner */
.subTitle {
  margin-top: 3px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
}
/* 图文介绍列表 */
.imgDesList {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  margin-bottom: 80px;
}
.imgDesList .imgDes {
  width: 666px;
}
.imgDesList .textDes {
  width: 456px;
  margin-left: 76px;
  padding-top: 66px;
}
.imgDesList .textDes h3 {
  font-size: 28px;
  line-height: 1.5;
  font-weight: 700;
}
.imgDesList .textDes .oneH3 {
  color: #07c160;
}
.imgDesList .textDes .twoH3 {
  color: #1d2029;
}
.imgDesList .textDes ul {
  margin-top: 20px;
  margin-bottom: 30px;
}
.imgDesList .textDes ul li {
  display: flex;
  align-items: center;
  height: 38px;
}
.imgDesList .textDes ul li img {
  width: 30px;
  height: 30px;
  margin-right: 6px;
}
.imgDesList .textDes a {
  display: block;
  width: 260px;
  height: 66px;
  border-radius: 5px;
  background-color: #19c674;
  padding-top: 13px;
  padding-left: 50px;
  color: white;
  font-size: 26px;
  font-weight: 700;
}
.imgDesList .textDes a img {
  margin-top: -3px;
  margin-right: 3px;
  width: 38px;
  height: 38px;
}
.imgDesList.one {
  margin-top: 30px;
}
.imgDes2 {
  border-radius: 10px;
}
/* 用户好评 */
.user {
  width: 1180px;
  margin-top: 20px;
  margin-bottom: 60px;
  margin-left: 50%;
  transform: translateX(-50%);
}
.user h3 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 38px;
}
.user .useritems {
  display: flex;
  justify-content: space-between;
}
.user .useritems .item {
  width: 280px;
  padding: 20px;
  border-radius: 2px;
  background-color: #F8F8F8;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  color: #666666;
}
.user .useritems .item .userdetails {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.user .useritems .item .userdetails .imageAva {
  width: 60px;
  height: 60px;
  border-radius: 30px;
}
.user .useritems .item .userdetails .name {
  margin-left: 15px;
  margin-right: 15px;
  font-weight: 600;
  font-size: 16px;
}
/* footer */
.footer {
  margin-top: 10px;
  height: 29px;
  padding-top: 8px;
  background-color: #333;
  color: #BDBDBD;
  font-size: 11px;
  display: flex;
  justify-content: center;
}
.footer .footerBox {
  color: #9c9c9c;
}
.footer .footerBox a {
  text-align: center;
  margin-right: 20px;
  font-size: 11px;
  color: #9c9c9c;
}
.footer .footerBox .gonganbeian img {
  width: 11px;
  margin-top: -2px;
}
