body{
  background: #fff;
}
.wrap .header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 20;
  padding: 0 1.6rem 0 0.6rem;
}
.top {
  position: relative;
  width: 100%;
  padding-top: 56%;
  padding-left: 12%;
  background-image: url('../img/customer/bg.png');
  background-repeat: no-repeat;
  background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	box-sizing: border-box;
}
.top .con {
  position: absolute;
  top: 4.5rem;
  left: 3.05rem;
}
.top .con .title {
  display: inline-block;
  padding: 0.18rem;
  color: #fff;
  font-size: 0.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.1rem;
  background: #E83828;
  letter-spacing:0.01rem;
}
.top .con .tip {
  margin: 0.2rem 0 0 0.2rem;
  color: #000;
  font-size: 0.48rem;
  font-weight: bold;
  letter-spacing:0.01rem;
}
.why { 
  width: 100%;
  max-width: 12.25rem;
  margin: 0 auto;
  margin-top: 0.7rem;
}
.why .title {
  display: inline-block;
  padding: 0.12rem;
  color: #fff;
  font-size: 0.26rem;
  background: #E83828;
  letter-spacing:0.01rem;
}
.why .title.success {
  margin-bottom: 0.4rem;
}
.why .sb-title {
  font-size: 0.44rem;
  font-weight: bold;
  color: #000;
  margin-top: 0.14rem;
  margin-bottom: 0.18rem;
  line-height: 0.48rem;
  letter-spacing:0.01rem;
}
.why p {
  color: #4A4A4A;
  font-size: 0.14rem;
}
.why p.little {
  margin-top: 0.1rem;
  color: #4A4A4A;
  font-size: 0.14rem;
}
.why .example {
  display: box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
  flex-wrap: wrap;
}
.why .example .item {
  position: relative;
  width: 6rem;
  height: 3.2rem;
  display: box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-align-items: center;
	-ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
	-ms-flex-pack: center;
  justify-content: center;
  margin-top: 0.1rem;
  margin-right: 0.1rem;
  perspective:500;
  -webkit-perspective:500;
}
.why .example .item .img-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-align-items: center;
	-ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
	-ms-flex-pack: center;
  justify-content: center;
}
.why .example .item .example-con {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  box-sizing: border-box;
  overflow: hidden;
}
.why .example .item .example-con .cover {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.72rem;
}
.why .example .item .example-con .cover img {
  width: 100%;
  height: 0.72rem;
}
.why .example .item .example-con .roll-area {
  position: absolute;
  left: 50%;
  margin-left: -2.65rem;
  top: 0.35rem;
  width: 5.3rem;
  height: 2.5rem;
  overflow: hidden;
}
.why .example .item .example-con .roll-area .roll-con {
  position: absolute;
  left: 0;
}
.why .example .item .example-con p {
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.24rem;
  color: #fff;
}
.why .example .item .example-con p.con {
  margin-bottom: 0.1rem;
}
.why .example .item .example-con p.example-title {
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 0.26rem;
}
.why .example .item .img-icon img{
  cursor: pointer;
}
.why .example .item .img-icon .icon1 {
  width: 0.79rem;
  height: 0.61rem;
}
.why .example .item .img-icon .icon2 {
  width: 0.77rem;
  height: 0.58rem;
}
.why .example .item .img-icon .icon3 {
  width: 0.62rem;
  height: 0.65rem;
}
.why .example .item .img-icon .icon4 {
  width: 0.74rem;
  height: 0.55rem;
}
.why .example .item .img-icon .icon5 {
  width: 0.76rem;
  height: 0.56rem;
}
.why .example .item .img-icon .icon6 {
  width: 0.79rem;
  height: 0.54rem;
}

/* 客户评价 */

/* 客户见证begin */
.why .swiper-customer {
  width: 100%;
  height: auto;
}

.why .swiper-customer .swiper-container .swiper-wrapper .swiper-row {
  /* height: 2.67rem; */
  height: 2.32rem;
  margin-bottom: 1.51rem;
}

.why .swiper-customer .swiper-container .swiper-wrapper .swiper-row .swiper-slide {
  float: left;
  width: 3.32rem;
  margin-right: 0.7rem;
}

.why .swiper-customer .swiper-container .swiper-wrapper .swiper-row .swiper-slide .appraisal-box {
  position: static;
}

.why .swiper-customer .swiper-container .swiper-wrapper .swiper-row .swiper-slide .appraisal {
  font-size: 0.22rem;
  line-height: 0.3rem;
}
/* 客户见证end */
