.swiperBox {
  position: relative;
}
.swiperBox h2 {
  font-weight: 500;
  font-size: 18px;
  color: white;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-60%);
}
.main h2 {
  text-align: center;
  line-height: 1rem;
  margin: 2rem 0;
  font-size: 0.9rem;
}
.main h2 span {
  width: 3rem;
  height: 1.5rem;
  margin: 0 0.5rem;
  display: inline-block;
  background-image: url("../../img/line.jpg");
  background-repeat: no-repeat;
  background-position-y: 20px;
}
.introduce {
  margin: 60px 0;
  padding: 0 0.5rem;
}
.ecardBox {
  width: 48%;
  margin: 0 auto;
  position: relative;
}
.ecard {
  display: block;
  width: 100%;
  margin: 0 auto;
  opacity: 0.75;
}
.introduceImage {
  width: 100%;
  max-height: 13rem;
  opacity: 0.7;
}
.introduceIconList {
  width: 100%;
  padding: 0 1rem 1.5rem;
  opacity: 0.75;
  background: #0093d0;
}
.introduceIconLine {
  display: flex;
  justify-content: space-between;
  text-align: center;
  color: white;
}
.introduceIconLine div {
  width: 25%;
  margin: 0.5rem 0;
}
.introduceIconLine i {
  font-size: 1.2rem;
  line-height: 1.4rem;
}
.introduceIconLine p {
  font-size: 0.6rem;
  margin: 0;
}
.solutionNo {
  font-size: 3rem;
  line-height: 2.5rem;
  margin: 0;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.solution_title {
  font-size: 0.9rem;
  line-height: 1.4rem;
  margin: 0.2rem 0;
  color: #333333;
}
.solution_content {
  font-size: 0.7rem;
  line-height: 1rem;
  color: #666666;
  margin: 0;
  text-indent: 2em;
  text-align: left;
}
.characteristic {
  margin: 60px 0;
  padding: 0 0.5rem;
  background-color: #f5f5f6;
}
.characteristic .solution_title {
  display: inline-block;
  margin-left: 40px;
}
.characteristic_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.characteristic_list li {
  width: 50%;
}
.characteristic_bg1 {
  height: 8rem;
  line-height: 8rem;
  margin: 0;
  font-size: 0.6rem;
  text-align: center;
  background: url("../../img/characteristic1.png") no-repeat;
  background-size: 6rem 6rem;
  background-position: center center;
}
.characteristic_bg2 {
  height: 8rem;
  line-height: 8rem;
  margin: 0;
  font-size: 0.6rem;
  text-align: center;
  background: url("../../img/characteristic2.png") no-repeat;
  background-size: 6rem 6rem;
  background-position: center center;
}
.characteristic_bg3 {
  height: 8rem;
  line-height: 8rem;
  margin: 0;
  font-size: 0.6rem;
  text-align: center;
  background: url("../../img/characteristic3.png") no-repeat;
  background-size: 6rem 6rem;
  background-position: center center;
}
.characteristic_bg4 {
  height: 8rem;
  line-height: 8rem;
  margin: 0;
  font-size: 0.6rem;
  text-align: center;
  background: url("../../img/characteristic4.png") no-repeat;
  background-size: 6rem 6rem;
  background-position: center center;
}
.characteristicTip {
  font-size: 0.7rem;
  color: #3e3e3e;
  line-height: 1.4rem;
  margin: 0;
  text-align: center;
}
.code {
  padding: 0 0.25rem;
}
.codeImg {
  width: 60%;
  margin: 0 auto;
  opacity: 0.65;
}
.paymentImg {
  width: 253px;
  height: 480px;
  opacity: 0.65;
}
.payImg {
  width: 100%;
  opacity: 0.65;
  margin: 0 auto;
}

.face {
  background-color: #f5f5f6;
  margin: 60px 0;
  padding: 0 0.25rem;
}
.faceImg {
  max-width: 259px;
  max-height: 515px;
}
.visitorImg {
  width: 46%;
}
.scene {
  padding: 0 0.25rem;
}
.scene_title {
  display: flex;
  justify-content: flex-end;
}
.scene_title .solution_title {
  padding-top: 1rem;
  display: inline-block;
  margin-left: 0.5rem;
}

.photo_wall {
  height: 10rem;
  margin-bottom: 3rem;
  position: relative;
}
.onWall_1,
.onWall_2,
.onWall_3,
.onWall_4,
.onWall_5 {
  color: white;
  opacity: 0.4;
  font-size: 0.8rem;
  text-align: center;
  line-height: 2.7rem;
  border-radius: 20px;
  box-shadow: 8px 8px 5px #666666;
  transition: all 0.5s ease-in;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  position: absolute;
}
.onWall_1 {
  width: 4rem;
  height: 2.7rem;
  background-image: url("../../img/scene_1.png");
  top: 0;
  left: 0;
}
.onWall_2 {
  width: 4rem;
  height: 2.7rem;
  background-image: url("../../img/scene_2.png");
  bottom: 0;
  left: 0;
}
.onWall_3 {
  width: 4rem;
  height: 2.7rem;
  background-image: url("../../img/scene_3.png");
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.onWall_4 {
  width: 4rem;
  height: 2.7rem;
  background-image: url("../../img/scene_4.png");
  bottom: 0;
  right: 0;
}
.onWall_5 {
  width: 4rem;
  height: 2.7rem;
  background-image: url("../../img/scene_5.png");
  top: 0;
  right: 0;
}
.scene_list {
  display: flex;
  justify-content: space-between;
}
.onWall1,
.onWall2,
.onWall3,
.onWallBg1,
.onWallBg2,
.onWallBg3 {
  width: 4rem;
  height: 2.7rem;
  margin: 20px 0;
  color: white;
  opacity: 0.4;
  font-size: 28px;
  text-align: center;
  line-height: 2.7rem;
  border-radius: 20px;
  box-shadow: 8px 8px 5px #666666;
  transition: all 0.5s ease-in;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.onWall1 {
  background-image: url("../../img/scene1.png");
}
.onWall2 {
  background-image: url("../../img/scene2.png");
}
.onWall3 {
  background-image: url("../../img/scene3.png");
}
.onWallBg1 {
  background-image: url("../../img/scene_1.png");
}
.onWallBg2 {
  background-image: url("../../img/scene_2.png");
}
.onWallBg3 {
  background-image: url("../../img/scene_3.png");
}
.videoBox {
  margin-top: 1rem;
}
.videoWall {
  width: 150px;
  height: 150px;
}
.videoText {
  font-size: 12px;
  color: #6b6b6b;
  padding: 0 15px;
}
.grey {
  background-color: #f5f5f6;
}
