.banner {
  width: 100%;
  position: relative;
}

.banner img {
  width: 100%;
}

.banner p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 45px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .banner p {
    font-size: 16px;
    width: 100%;
    font-weight: 400;
  }
}

.explanation {
  width: 100%;
  background: #ffffff;
  padding: 90px 0;
}

@media screen and (max-width: 768px) {
  .explanation {
    padding: 20px 0;
  }
}

.explanation h2 {
  font-size: 36px;
  color: #333333;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .explanation h2 {
    font-size: 18px;
    font-weight: 400;
  }
}

.explanation p {
  width: 1020px;
  margin: auto;
  color: #808080;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .explanation p {
    margin-top: 14px;
    width: 94%;
    font-size: 14px;
    line-height: 22px;
  }
}

.appValue {
  padding: 90px 0;
  background-image: url("..../products/images/appvalue-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 768px) {
  .appValue {
    padding: 20px 0;
    background: #F5F5F7;
  }
}

.appValue h2 {
  color: #333333;
  text-align: center;
  font-size: 36px;
}

@media screen and (max-width: 768px) {
  .appValue h2 {
    font-size: 18px;
    font-weight: 400;
  }
}

.appValue-list {
  margin: auto;
  margin-top: 66px;
  width: 1107px;
}

.appValue-list-item {
  float: left;
  width: 218px;
  border: 1px solid #E7E7E7;
  border-right: none;
}

.appValue-list-item:last-child {
  border-right: 1px solid #E7E7E7;
}

.appValue-list-item-top {
  background-color: #F7F7F7;
  text-align: center;
  padding: 30px 0;
}

.appValue-list-item-top img {
  width: 38px;
  height: 38px;
}

.appValue-list-item-top i {
  display: inline-block;
  width: 38px;
  height: 38px;
}

.appValue-list-item-top i.a {
  background: url("../../products/images/appvalue-1.png") no-repeat center/cover;
}

.appValue-list-item-top i.b {
  background: url("../../products/images/appvalue-2.png") no-repeat center/cover;
}

.appValue-list-item-top i.c {
  background: url("../../products/images/appvalue-3.png") no-repeat center/cover;
}

.appValue-list-item-top i.d {
  background: url("../../products/images/appvalue-4.png") no-repeat center/cover;
}

.appValue-list-item-top i.e {
  background: url("../../products/images/appvalue-5.png") no-repeat center/cover;
}

.appValue-list-item-top p {
  font-size: 18px;
  color: #333333;
  margin-top: 23px;
}

.appValue-list-item-bot {
  background-color: #ffffff;
  text-align: center;
  padding-top: 20px;
  min-height: 240px;
}

.appValue-list-item-bot p {
  color: #808080;
  font-size: 16px;
  text-align: left;
  line-height: 42px;
  width: 130px;
  margin: auto;
}

.appValue-list-item:hover {
  transform: scale(1.1);
  box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.16);
}

.appValue-list-item:hover .appValue-list-item-top {
  background: url("../../products/images/appValue-bg2.png") no-repeat center/cover;
}

.appValue-list-item:hover .appValue-list-item-top p {
  color: #FFF;
}

.appValue-list-item:hover .appValue-list-item-top i.a {
  background: url("../../products/images/appvalue-1-a.png") no-repeat center/cover;
}

.appValue-list-item:hover .appValue-list-item-top i.b {
  background: url("../../products/images/appvalue-2-a.png") no-repeat center/cover;
}

.appValue-list-item:hover .appValue-list-item-top i.c {
  background: url("../../products/images/appvalue-3-a.png") no-repeat center/cover;
}

.appValue-list-item:hover .appValue-list-item-top i.d {
  background: url("../../products/images/appvalue-4-a.png") no-repeat center/cover;
}

.appValue-list-item:hover .appValue-list-item-top i.e {
  background: url("../../products/images/appvalue-5-a.png") no-repeat center/cover;
}

.appValue-xs {
  width: calc(100% - 32px);
  margin: auto;
  margin-top: 20px;
}

.appValue-xs-item {
  width: 100%;
  box-shadow: 0px 0px 6px rgba(228, 196, 255, 0.65);
  margin-bottom: 16px;
  background-color: #ffffff;
  display: flex;
  justify-content: flex-start;
  padding: 10px 0;
}

.appValue-xs-item img {
  width: 50px;
  align-self: center;
  margin: 0 32px;
}

.appValue-xs-item-r h5 {
  font-size: 16px;
}

.appValue-xs-item-r p {
  font-size: 14px;
  color: #808080;
}

.function {
  width: 100%;
  background: #ffffff;
  padding: 90px 0 140px 0;
}

@media screen and (max-width: 768px) {
  .function {
    padding: 20px 0;
  }
}

.function h2 {
  color: #333333;
  text-align: center;
  font-size: 36px;
}

@media screen and (max-width: 768px) {
  .function h2 {
    font-size: 16px;
  }
}

.function-list {
  width: 1050px;
  margin: auto;
  margin-top: 66px;
}

.function-list-item {
  width: 336px;
  height: 220px;
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
}

.function-list-item:hover {
  cursor: pointer;
}

.function-list-item:hover .title {
  display: none;
}

.function-list-item:hover .detail {
  opacity: 1;
}

.function-list-item:nth-child(3n) {
  margin-right: 0;
}

.function-list-item img {
  width: 100%;
}

.function-list-item .title {
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  height: 50px;
  line-height: 50px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.function-list-item .detail {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(118, 110, 230, 0.6);
  transition: opacity 3s ease 0;
  opacity: 0;
}

.function-list-item .detail h5 {
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  margin: 20px 0 12px 0;
}

.function-list-item .detail p {
  width: 58%;
  color: #ffffff;
  margin: auto;
  font-size: 14px;
  line-height: 26px;
}

.function-xs {
  padding: 0 16px;
  margin-top: 30px;
}

.function-xs-item {
  width: 100%;
  margin-bottom: 16px;
  height: 110px;
}

.function-xs-item-l {
  width: 162px;
  float: left;
  height: 100%;
  position: relative;
}

.function-xs-item-l img {
  height: 100%;
  width: 100%;
}

.function-xs-item-l .title {
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.73) 100%);
  height: 25px;
  line-height: 25px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.function-xs-item-r {
  float: left;
  width: calc(100% - 162px);
  height: 100%;
  background-color: #F5F5F7;
  padding: 4px 0 0 10px;
}

.function-xs-item-r p {
  font-size: 12px;
  color: #434343;
  line-height: 18px;
}

.platformad {
  width: 100%;
  background-image: url("../../products/images/platformAd-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 80px 0 150px 0;
  overflow-x: hidden;
}

@media screen and (max-width: 768px) {
  .platformad {
    background: #F5F5F7;
    padding: 20px 0;
  }
}

.platformad h2 {
  color: #333333;
  text-align: center;
  font-size: 36px;
}

@media screen and (max-width: 768px) {
  .platformad h2 {
    font-size: 16px;
  }
}

.platformad-content {
  width: 800px;
  margin: auto;
  margin-top: 62px;
  position: relative;
}

.platformad-content img {
  width: 100%;
}

.platformad-content-txt {
  position: absolute;
}

.platformad-content-txt h5 {
  font-size: 20px;
  margin: 0 0 6px 0;
}

.platformad-content-txt h5 span {
  display: inline-block;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.platformad-content-txt p {
  color: #808080;
  padding-left: 20px;
  font-size: 14px;
}

.platformad-content .t1 {
  top: -4px;
  right: -30px;
  width: 320px;
}

.platformad-content .t1 span {
  background: #65e0d5;
}

.platformad-content .t1 h5 {
  color: #65e0d5;
}

.platformad-content .t2 {
  top: 145px;
  left: -160px;
  width: 280px;
}

.platformad-content .t2 span {
  background-color: #8b97b6;
}

.platformad-content .t2 h5 {
  color: #8b97b6;
}

.platformad-content .t3 {
  width: 298px;
  top: 180px;
  right: -180px;
}

.platformad-content .t3 span {
  background-color: #42d1a7;
}

.platformad-content .t3 h5 {
  color: #42d1a7;
}

.platformad-content .t4 {
  width: 280px;
  left: -216px;
  top: 370px;
}

.platformad-content .t4 span {
  background-color: #a3b3dc;
}

.platformad-content .t4 h5 {
  color: #a3b3dc;
}

.platformad-content .t5 {
  width: 320px;
  top: 360px;
  right: -270px;
}

.platformad-content .t5 span {
  background-color: #c6bca4;
}

.platformad-content .t5 h5 {
  color: #c6bca4;
}

.platformad-content .t6 {
  width: 400px;
  bottom: -118px;
  left: 240px;
}

.platformad-content .t6 span {
  background-color: #79cadb;
}

.platformad-content .t6 h5 {
  color: #79cadb;
}

.platformad-xs {
  width: calc(100% - 32px);
  margin: auto;
  margin-top: 25px;
}

.platformad-xs-item {
  width: 100%;
  background: white;
  box-shadow: 0px 0px 6px rgba(228, 196, 255, 0.65);
  display: flex;
  justify-content: flex-start;
  padding: 12px 0;
  margin-bottom: 16px;
}

.platformad-xs-item:last-child {
  margin-bottom: 0;
}

.platformad-xs-item img {
  width: 87.5px;
  height: 87px;
  margin: 0 8px;
  align-self: center;
}

.platformad-xs-item-r p {
  color: #333333;
  font-size: 14px;
  margin-bottom: 6px;
}

.platformad-xs-item-r span {
  font-size: 12px;
  color: #808080;
  display: inline-block;
  max-width: 220px;
}

.customer {
  width: 100%;
  background: #ffffff;
  padding: 80px 0 148px 0;
}

@media screen and (max-width: 768px) {
  .customer {
    padding: 20px 0;
  }
}

.customer h2 {
  color: #333333;
  text-align: center;
  font-size: 36px;
}

@media screen and (max-width: 768px) {
  .customer h2 {
    font-size: 16px;
  }
}

.customer-content {
  width: 1196px;
  margin: auto;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .customer-content {
    width: calc(100% - 32px);
    margin-top: 30px;
  }
}

.customer-content-item {
  float: left;
  width: 382px;
  height: 160px;
  position: relative;
  margin-right: 23px;
}

@media screen and (max-width: 768px) {
  .customer-content-item {
    width: 80%;
    height: 100px;
    float: none;
    margin: auto;
    margin-bottom: 16px;
  }
}

.customer-content-item:last-child {
  margin-right: 0px;
}

@media screen and (max-width: 768px) {
  .customer-content-item:last-child {
    margin-right: auto;
  }
}

.customer-content-item:hover .mask {
  display: block;
}

.customer-content-item img {
  width: 100%;
  height: 100%;
}

.customer-content-item .mask {
  background-color: rgba(118, 110, 230, 0.4);
  width: 382px;
  height: 160px;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

@media screen and (max-width: 768px) {
  .customer-content-item .mask {
    width: 100%;
    height: 100%;
  }
}

.customer-content-item-txt {
  width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .customer-content-item-txt {
    width: 90%;
  }
}

.customer-content-item-txt p {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .customer-content-item-txt p {
    font-size: 16px;
    margin-bottom: 0px;
  }
}

.customer-content-item-txt span {
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
}
