.consume{
	margin-top: 35px;
	overflow: hidden;
}
.intervals{
	margin: 0;
	padding: 0;
}
.vipcase-width{
  width: 65%;
  padding-left: 17.8%;
  flex-direction: column-reverse;
  display: inline-flex;
}
.consume_img {
  width: 100%;
  height: auto;
  padding-top: 17%;
}
.inflex{
 display: flex;
 justify-content: center;
 align-items: center;
 border: none;
}
.vipcase-width-pic{
  margin: 0;
  padding: 0;
  width: 100%;
}
.vipcase-width-pic .consume_img{
  width: 75.2%;
  padding: 0;
  position: relative;
  margin-left: -0.7%;
  z-index: 1;
}
.market-bg{
  position: absolute;
  width: 100%;
  margin:8% 0 0 -69%;
}



.insuper-top{
  margin-top: 7%;
}
.super_width{
  width: 56%;
  padding-left: 17.8%;
}
.super_img{
  width: 83%;
  height: auto;
  padding-top: 1%;
  position: relative;
  z-index: 1;
}
.supei-bg{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
}
.super-cover{
	width: 66%;
	height: auto;
	margin-left: -4%;
}



.indata-top{
	margin-top: 25px;
}
.indata-width{
	width: 41.8%;
	margin-left: 18.8%;
}
.indata-width img{
	width: 53.1%;
}
.information{
	width: 75%;
	left: -7%;
	margin-top: 6.5%;
	position: relative;
	z-index: 9;
}
.information-bg{
  position: absolute;
  width: 100%;
  margin:0 0 0 -77%;
}




.covers{
  width: 78.6%;
  margin: 18% auto 0 auto;
}
.covers .cover{
  width: 100%;
  height: auto;
}
.incovers{
  width: 16.53%;
  height: auto;
  position: absolute;
  margin: 23.333% auto 0 31.4%;
}
.exclusive{
  width: 22.8%;
  height: auto;
  margin: 6.67% 0 0 38.7%;
}
.deal{
  width: 100%;
  overflow: hidden;
}
.deal .deal-bg{
  width: 100%;
  height: auto;
  margin-top: 3.333%;
  position: absolute;
}
.five{
  width: 21.2%;
  height: auto;
  margin: 16.66% 0 0 18.533%;
}
.phone{
  width: 44.4%;
  height: auto;
  margin-top: 3.83%;
}
.teamwork{
  width: 8.267%;
  height: auto;
  margin-top: 15%;
}
.inteamwork{
  width: 64.53%;
  height: auto;
  margin-top: 3.2%;
  margin-bottom: 15%;
}
.list{
  width: 72%;
  margin: 0 auto;
  overflow: hidden;
}
.list img{
  margin-top: 4.3%;
  width: 34.9%;
  margin-left: -2.5%;
}
.list img:first-child{
  margin-left:0;
}
.joggle{
  transition: width 10s linear 0s; 
  /* Firefox 4 */
  -moz-transition:width 10s linear 0s;
  /* Safari and Chrome */
  -webkit-transition:width 10s linear 0s;
  /* Opera */
  -o-transition:width 10s linear 0s;

  /* 实现角度变化*/
  transform: rotate(5deg);
  -webkit-transform: rotate(5deg); 
  -moz-transform: rotate(5deg);
  -webkit-animation: myfirst 3s both infinite;
  -moz-animation: myfirst 3s both infinite;
  -ms-animation: myfirst 3s both infinite;
  animation: myfirst 3s both infinite;
}
@keyframes myfirst{
 0% {
        transform: scale(1);
        transform: scale(1)
    }

    30%{
        transform: scale(0.9) rotate(-1deg);
        transform: scale(0.9) rotate(-1deg)
    }

    50%  {
        transform: scale(1) rotate(1deg);
        transform: scale(1) rotate(1deg)
    }

    80%{
        transform: scale(1.1) rotate(-1deg);
        transform: scale(1.1) rotate(-1deg)
    }

    100% {
        transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@-moz-keyframes myfirst{
 0% {
        transform: scale(1);
        transform: scale(1)
    }

    30%{
        transform: scale(0.9) rotate(-1deg);
        transform: scale(0.9) rotate(-1deg)
    }

    50%  {
        transform: scale(1) rotate(1deg);
        transform: scale(1) rotate(1deg)
    }

    80%{
        transform: scale(1.1) rotate(-1deg);
        transform: scale(1.1) rotate(-1deg)
    }

    100% {
        transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@-webkit-keyframes myfirst{
0% {
        transform: scale(1);
        transform: scale(1)
    }

    30%{
        transform: scale(0.9) rotate(-1deg);
        transform: scale(0.9) rotate(-1deg)
    }

    50%  {
        transform: scale(1) rotate(1deg);
        transform: scale(1) rotate(1deg)
    }

    80%{
        transform: scale(1.1) rotate(-1deg);
        transform: scale(1.1) rotate(-1deg)
    }

    100% {
        transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@-o-keyframes myfirst{
 0% {
        transform: scale(1);
        transform: scale(1)
    }

    30%{
        transform: scale(0.9) rotate(-1deg);
        transform: scale(0.9) rotate(-1deg)
    }

    50%  {
        transform: scale(1) rotate(1deg);
        transform: scale(1) rotate(1deg)
    }

    80%{
        transform: scale(1.1) rotate(-1deg);
        transform: scale(1.1) rotate(-1deg)
    }

    100% {
        transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}