.banner-box {
  width: 100%;
  height: 1186px;
  background: url('../images/app/header-bg.png') no-repeat center top #f7f7f7;
}
.banner-box .title {
  text-align: center;
  font-size: 48px;
  color: #ffffff;
  padding-top: 80px;
  font-weight: bold;
  font-family: "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", Georgia, "Times New Roman", Arial, sans-serif;
}
.banner-box .sub-title {
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  padding-top: 32px;
}
.banner-box .banner-btn {
  display: block;
  width: 200px;
  height: 56px;
  background: #ffffff;
  line-height: 56px;
  text-align: center;
  border-radius: 30px;
  margin: 0 auto;
  margin-top: 47px;
  font-size: 18px;
  color: #f83737;
}
.banner-box .banner-btn:hover {
  color: #2D8CF0;
}
.banner-box .swiper-container {
  width: 1015px;
  margin: 90px auto 0;
  border-radius: 10px;
}
.banner-box .img-box {
  padding: 20px;
  background: #fff;
}
.banner-box .img-box img {
  width: 100%;
}
.module {
  padding-bottom: 50px;
}
.module-title,
.module-content {
  max-width: 1200px;
  margin: 0 auto;
}
.module-title {
  padding-top: 80px;
  float: none;
  text-align: center;
}
.module-title .title {
  font-size: 30px;
  color: #222222;
  position: relative;
}
.module-title .title:before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
  width: 200px;
  height: 3px;
  border-radius: 5px;
  background: #8400ff;
}
.module-title .title-desc {
  font-size: 18px;
  color: #645858;
  padding-top: 50px;
}
.module:nth-child(even) {
  background: #f7f7f7;
}
.column-list {
  font-size: 0;
  margin-top: 65px;
}
.column-list .item {
  display: inline-block;
  box-sizing: border-box;
  width: 260px;
  margin: 0 10px;
  padding: 32px 52px;
  text-align: center;
  transition: all 0.25s ease;
  box-shadow: 0 0 10px #f0f0f0;
}
.column-list .item:hover {
  background: #ffffff;
  border-radius: 5px;
  transform: translateY(-20px);
}
.column-list .item img {
  max-width: 100px;
}
.column-list .item .column-title {
  font-size: 18px;
  padding-top: 30px;
  color: #333333;
}
.column-list .item .column-desc {
  line-height: 24px;
  font-size: 14px;
  color: #645858;
  padding-top: 12px;
}
.advantage-list {
  display: flex;
  justify-content: space-around;
  margin-top: 50px;
}
.advantage-list .item {
  box-sizing: border-box;
  width: 280px;
  height: 260px;
  padding: 32px 52px;
  text-align: center;
  transition: all 0.25s ease;
}
.advantage-list .item:hover {
  background: #ffffff;
  box-shadow: 5px 5px 5px 0px #e5e5e6;
  border-radius: 5px;
  transform: translateY(-20px);
}
.advantage-list .item img {
  width: 124px;
  margin-bottom: 20px;
}
.used-module {
  background: #250049;
}
.used-module .used-title .title {
  color: #fff;
}
.used-module .used-title .title:before {
  display: none;
}
.used-module .used-title .title-desc {
  color: #fff;
  padding-top: 25px;
}
.used-module .used-desc-list {
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  width: 1200px;
  margin: 50px auto 30px;
  font-size: 18px;
}
.used-module .used-desc-list div {
  display: flex;
  align-items: center;
  color: #fff;
  padding: 0 20px;
  height: 118px;
}
.used-module .used-desc-list div:nth-child(even) {
  background: #f8ae02;
}
.used-module .used-desc-list div:nth-child(odd) {
  background: #f76802;
}
.used-module .used-list {
  box-sizing: border-box;
  background: #bb3ceb;
  border-radius: 17px;
  padding: 25px;
  display: flex;
  flex-wrap: wrap;
}
.used-module .used-list .item {
  width: 268.75px;
  background: #fff;
  border-radius: 7px;
  margin-right: 25px;
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 0 25px;
  position: relative;
  overflow: hidden;
}
.used-module .used-list .item:nth-child(4n) {
  margin-right: 0;
}
.used-module .used-list .item .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 165px;
  height: 165px;
}
.used-module .used-list .item .img-box img {
  max-width: 100%;
  max-height: 100%;
}
.used-module .used-list .item .name {
  font-size: 20px;
  margin: 20px 0 10px;
}
.used-module .used-list .item .position {
  color: #AAAAAA;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.used-module .used-list .item .position .icon-img {
  width: 16px;
  margin-right: 10px;
}
.used-module .used-list .item .classify {
  width: 60%;
  background: #f2f2f2;
  padding: 5px 0;
  text-align: center;
  margin-top: 10px;
}
.used-module .used-list .item .mask {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 130%;
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.25s ease;
}
.used-module .used-list .item .mask .link-btn {
  background: #f76802;
  color: #fff;
  width: 50%;
  padding: 8px 0;
  border-radius: 100px;
  text-align: center;
}
.used-module .used-list .item:hover .mask {
  top: 0;
}
.used-module .more-notice {
  background: #f76802;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 8px 0;
  border-radius: 100px;
  margin-top: 30px;
}
