.m-customer {
  position: relative;
}

.m-customer-top {
  height: 650px;
  background-color: #f5f8fa;
  background: url(../img/m-customer-top-bg.jpg) no-repeat center;
  background-size: cover;
}

.m-customer-top .info {
  margin-top: 98px;
}

.m-customer-top .info p {
  margin: 0;
}

.m-customer-top .info .title {
  height: 100px;
  line-height: 100px;;
  font-size: 40px;
  color: #32312f;
  font-weight: 700;
}

.m-customer-top .info .slogan {
  height: 54px;
  line-height: 54px;
  font-size: 34px;
  color: #4869e4;
  font-weight: 700;
}

.m-customer-top .info .desc {
  height: 44px;
  line-height: 44px;
  font-size: 22px;
  color: #3e3d3a;
}

.m-customer-top .success {
  margin-top: 100px;
}

.m-customer-top .success p {
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  color: #3e3d3a;
}

.m-customer-top .success ul {
  margin: 0;
  padding: 0;
}

.m-customer-top .success ul li {
  float: left;
  list-style: none;
  height: 40px;
  padding: 0 26px;
  border-left: 2px solid #ccc;
}

.m-customer-top .success ul li:first-child {
  padding-left: 0;
  border-left: none;
}

.m-customer-top .success ul li span {
  display: block;
  height: 40px;
  background: url(../img/customer/success/logos.png);
}

.m-customer-bottom {
  position: relative;
  height: 767px;
  background-color: #f4f7f9;
  background: url(../img/m-customer-bottom-bg.jpg) repeat-x center;
  background-size: auto 100%;
}

.m-customer-bottom .sale {
  display: none;
  position: absolute;
  top: -75px;
  left: 50%;
  width: 654px;
  margin-left: -327px;
  text-align: center;
  /*background-color: #e9eef4;*/
}

.m-customer-bottom .sale strong {
  display: block;
  height: 75px;
  line-height: 75px;
  font-size: 36px;
  color: #32312f;
  background-color: #f4f8fb;
}

.m-customer-bottom .sale p {
  margin-top: 24px;
  font-size: 16px;
  color: #605f5d;
  background-color: #e9eef4;
}

.m-customer-animate {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  height: 1287px;
}

.m-customer-animate .wrap {
  height: 100%;
}

.m-customer-animate .animate {
  position: relative;
  height: 100%;
  /*
  background: url(../img/customer/bg.png) no-repeat center top;
  background-size: 100% auto;
  */
}
.m-customer-animate .animate .am1 {
  z-index: 11;
  position: absolute;
  bottom: 65px;
  left: -11px;
  transform: scale(0.62)
}

.m-customer-animate .animate .am2 {
  z-index: 13;
  position: absolute;
  bottom: -14px;
  left: 412px;
  transform: scale(0.63)
}

.m-customer-animate .animate .am3 {
  z-index: 13;
  position: absolute;
  bottom: -67px;
  left: 635px;
  transform: scale(0.63)
}

.m-customer-animate .animate .am4 {
  z-index: 11;
  position: absolute;
  top: 378px;
  right: 12px;
  transform: scale(0.62)
}

.m-customer-animate .animate .am5a {
  z-index: 11;
  position: absolute;
  top: 380px;
  right: 42px;
  transform: scale(0.63)
}

.m-customer-animate .animate .am5b {
  z-index: 11;
  position: absolute;
  top: 361px;
  right: 18px;
  transform: scale(0.63)
}

.m-customer-animate .animate .am5c {
  z-index: 11;
  position: absolute;
  top: 343px;
  right: 1px;
  transform: scale(0.63)
}

.m-customer-animate .animate .am6a {
  z-index: 9;
  position: absolute;
  bottom: 290px;
  left: 61px;
  transform: scale(0.63)
}

.m-customer-animate .animate .am6b {
  z-index: 9;
  position: absolute;
  bottom: 330px;
  left: 81px;
  transform: scale(0.63)
}

.m-customer-animate .animate .am6c {
  z-index: 9;
  position: absolute;
  bottom: 329px;
  left: 554px;
  transform: scale(0.63)
}

.m-customer-animate .animate .bg {
  display: block;
  width: 100%;
}

.m-customer-animate .animate .hover {
  cursor: pointer;
}

.m-customer-animate .animate .hover1 {
  z-index: 10;
  position: absolute;
  bottom: 196px;
  left: 0px;
  width: 299px;
}

.m-customer-animate .animate .hover1 .icon {
  position: absolute;
  width: 30px;
  transition: all 0.5s ease-out;
}

.m-customer-animate .animate .hover1 .icon1 {
  top: 192px;
  left: 257px;
}

.m-customer-animate .animate .hover1 .icon2 {
  opacity: 0;
  top: 172px;
  left: 221px;
}

.m-customer-animate .animate .hover1 .data {
  position: absolute;
  top: 200px;
  left: 65px;
  width: 32px;
  height: 23px;
  transition: all 0.5s ease-out;
}

.m-customer-animate .animate .hover1:hover .data {
  transform: scale(1.5);
}

.m-customer-animate .animate .hover1 .title {
  position: absolute;
  top: 0;
  left: 144px;
  width: 95px;
  height: 100px;
  background: url(../img/customer/hover1/title.png) no-repeat left top;
  background-size: 100% auto;
}

.m-customer-animate .animate .hover1.n-active .title {
  transform: scale(1.3);
  transition: all 0.5s ease-out;
  background: url(../img/customer/hover1/title-active.png) no-repeat left top;
  background-size: 100% auto;
}

.m-customer-animate .animate .hover1:hover .icon2 {
  opacity: 1;
}

.m-customer-animate .animate .hover2 {
  z-index: 12;
  position: absolute;
  bottom: 5px;
  left: 329px;
  width: 262px;
}

.m-customer-animate .animate .hover2 i {
  opacity: 0;
  position: absolute;
  width: 12px;
  height: 12px;
  background: url(../img/customer/hover2/icon.png) no-repeat center;
  background-size: cover;
}

.m-customer-animate .animate .hover2 .icon1 {
  left: 155px;
  top: 14px;
}

.m-customer-animate .animate .hover2:hover .icon1 {
  opacity: 1;
  transform: scale(1.3);
  transition: all 0.5s ease-out;
}

.m-customer-animate .animate .hover2 .icon2 {
  left: 168px;
  top: 50px;
}

.m-customer-animate .animate .hover2:hover .icon2 {
  opacity: 1;
  transform: scale(1.3);
  transition: all 0.5s ease-out 0.5s;
}

.m-customer-animate .animate .hover2 .icon3 {
  left: 172px;
  top: 90px;
}

.m-customer-animate .animate .hover2:hover .icon3 {
  opacity: 1;
  transform: scale(1.3);
  transition: all 0.5s ease-out 1s;
}

.m-customer-animate .animate .hover2 .icon4 {
  left: 172px;
  top: 129px;
}

.m-customer-animate .animate .hover2:hover .icon4 {
  opacity: 1;
  transform: scale(1.3);
  transition: all 0.5s ease-out 1.5s;
}

.m-customer-animate .animate .hover2 .title {
  opacity: 1;
  position: absolute;
  bottom: -17px;
  left: -1px;
  width: 98px;
  height: 100px;
  background: url(../img/customer/hover2/title.png) no-repeat left top;
  background-size: 100% auto;
}

.m-customer-animate .animate .hover2.n-active .title {
  transform: scale(1.3);
  transition: all 0.5s ease-out;
  background: url(../img/customer/hover2/title-active.png) no-repeat left top;
  background-size: 100% auto;
}

.m-customer-animate .animate .hover3 {
  z-index: 11;
  position: absolute;
  bottom: 40px;
  right: 260px;
  width: 262px;
  height: 326px;
}

.m-customer-animate .animate .hover3 .icon{
  display: block;
  position: absolute;
  bottom: 154px;
  left: 39px;
  width: 223px;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s eease-out;
  transition: all 0.3s ease-out;
}

.m-customer-animate .animate .hover3:hover .icon{
  bottom: 154px;
  left: 19px;
  width: 263px;
}

.m-customer-animate .animate .hover3 .title {
  display: block;
  position: absolute;
  bottom: 14px;
  right: -1px;
  width: 97px;
  height: 100px;
  background: url(../img/customer/hover3/title.png) no-repeat left top;
  background-size: 100% auto;
}

.m-customer-animate .animate .hover3.n-active .title {
  transform: scale(1.3);
  transition: all 0.5s ease-out;
  background: url(../img/customer/hover3/title-active.png) no-repeat left top;
  background-size: 100% auto;
}

.m-customer-animate .animate .hover4 {
  z-index: 12;
  position: absolute;
  bottom: 226px;
  right: 2px;
  width: 288px;
  height: 309px;
}

.m-customer-animate .animate .hover4 i {
  position: absolute;
  width: 12px;
  height: 15px;
}

.m-customer-animate .animate .hover4:hover .icon {
  transition: all 0.5s ease-out;
  transform: scale(1.1);
}

.m-customer-animate .animate .hover4 .icon1,
.m-customer-animate .animate .hover4 .icon4,
.m-customer-animate .animate .hover4 .icon5,
.m-customer-animate .animate .hover4 .icon7,
.m-customer-animate .animate .hover4 .icon8,
.m-customer-animate .animate .hover4 .icon9 {
  background: url(../img/customer/hover4/iconhover.png) no-repeat center;
  background-size: cover;
}

.m-customer-animate .animate .hover4:hover .icon2,
.m-customer-animate .animate .hover4:hover .icon3,
.m-customer-animate .animate .hover4:hover .icon6 {
  background: url(../img/customer/hover4/iconhover.png) no-repeat center;
  background-size: cover;
}

.m-customer-animate .animate .hover4 .icon2,
.m-customer-animate .animate .hover4 .icon3,
.m-customer-animate .animate .hover4 .icon6 {
  background: url(../img/customer/hover4/icon.png) no-repeat center;
  background-size: cover;
}

.m-customer-animate .animate .hover4 .icon1 {
  top: 91px;
  left: 12px;
}

.m-customer-animate .animate .hover4 .icon2 {
  top: 99px;
  left: 26px;
}

.m-customer-animate .animate .hover4 .icon3 {
  top: 107px;
  left: 40px;
}

.m-customer-animate .animate .hover4 .icon4 {
  top: 121px;
  left: 73px;
}

.m-customer-animate .animate .hover4 .icon5 {
  top: 130px;
  left: 88px;
}

.m-customer-animate .animate .hover4 .icon6 {
  top: 139px;
  left: 104px;
}

.m-customer-animate .animate .hover4 .icon7 {
  top: 158px;
  left: 137px;
}

.m-customer-animate .animate .hover4 .icon8 {
  top: 167px;
  left: 151px;
}

.m-customer-animate .animate .hover4 .icon9 {
  top: 175px;
  left: 165px;
}

.m-customer-animate .animate .hover4 .title {
  display: block;
  position: absolute;
  top: -5px;
  left: 67px;
  width: 97px;
  height: 100px;
  background: url(../img/customer/hover4/title.png) no-repeat left top;
  background-size: 100% auto;
}

.m-customer-animate .animate .hover4.n-active .title {
  transform: scale(1.3);
  transition: all 0.5s ease-out;
  background: url(../img/customer/hover4/title-active.png) no-repeat left top;
  background-size: 100% auto;
}

.m-customer-animate .animate .hover5 {
  z-index: 10;
  position: absolute;
  bottom: 306px;
  left: 494px;
  width: 204px;
  height: 286px;
}

.m-customer-animate .animate .hover52,
.m-customer-animate .animate .hover53 {
  position: absolute;
  left: 0;
  bottom: 0;
}

.m-customer-animate .animate .hover51 {
  position: absolute;
  left: 71px;
  top: 21px;
  width: 73px;
  height: 130px;
}

.m-customer-animate .animate .hover5 .light {
  position: absolute;
  left: 40px;
  bottom: 124px;
  width: 124px;
  height: 0;
  background: url(../img/customer/hover5/light.png) no-repeat bottom center;
  background-size: 100% 100%;
}

.m-customer-animate .animate .hover5 .height-light {
  position: absolute;
  left: 9px;
  bottom: 92px;
  transform: scale(0.65);
}

.m-customer-animate .animate .hover5:hover .light {
  height: 120px;
  transition: height 0.5s;
}

.m-customer-animate .animate .hover5.n-active .light {
  height: 120px;
  animation: lightdark51 2s infinite ease-out;
}

.m-customer-animate .animate .hover5.n-active .hover52 {
  animation: lightdark51 2s infinite ease-out;
}

.m-customer-animate .animate .hover5.n-active .hover51 {
  animation: hover51am 2s infinite ease-out;
}

.m-customer-animate .animate .hover6 {
  z-index: 10;
  position: absolute;
  top: 403px;
  right: 11px;
  width: 141px;
}

.m-customer-animate .animate .phone {
  z-index: 12;
  position: absolute;
  top: 0;
  right: 148px;
  width: 406px;
}

.m-customer-animate .animate .phone .list {
  z-index: 1;
  overflow: hidden;
  position: absolute;
  /*top: 90px;
  left: -80px;
  width: 564px;
  height: 350px;
  transform: rotateX(35deg) rotateY(45deg);*/
  top: 117px;
  left: -18px;
  width: 430px;
  height: 286px;
  transform: skew(0,30deg);
}

.m-customer-animate .animate .phone .list ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0 30px 0 80px;
}

.m-customer-animate .animate .phone .list li {
  display: block;
  height: 64px;
  margin-bottom: 10px;
  border-radius: 10px;
  list-style: none;
  transition: all 1s;
}

.m-customer-animate .animate .phone .list li span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: url(../img/customer/phone/list.png) no-repeat;
}


.m-customer-animate .animate .phone .list li.li1 span {
  background-position: 0 0;
}

.m-customer-animate .animate .phone .list li.li2 span {
  background-position: -370px 0;
}

.m-customer-animate .animate .phone .list li.li3 span {
  background-position: 0 -84px;
}

.m-customer-animate .animate .phone .list li.li4 span {
  background-position: -370px -84px;
}

.m-customer-animate .animate .phone .list li.li5 span {
  background-position: 0 -168px;
}

.m-customer-animate .animate .phone .list li.li6 span {
  background-position: -370px -168px;
}

.m-customer-animate .animate .phone .list li.active {
  box-shadow: 4px -4px 0 4px #4869e4;
  transform: translate(-30px, 0);
}

.m-customer-animate .animate .phone .list li.active span {
  box-shadow: 10px 10px 40px 0px #4869e4;
}

@keyframes hover51am {
  0% {
    top: 21px;
  }
  50% {
    top: 10px;
  }
  100% {
    top: 21px;
  }
}

@keyframes lightdark51 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}