.cp_loading15 {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
.cp_loading15 .cp_item {
width: 15px;
height: 15px;
margin: 15px auto;
border-radius: 50px;
}
.cp_loading15 .cp_item:nth-child(1) {
-webkit-animation: loading15_right 1s infinite cubic-bezier(.64,.1,.64,.9);
animation: loading15_right 1s infinite cubic-bezier(.64,.1,.64,.9);
background: #26A69A;
}
.cp_loading15 .cp_item:nth-child(2) {
-webkit-animation: loading15_left 1.1s infinite cubic-bezier(.64,.1,.64,.9);
animation: loading15_left 1.1s infinite cubic-bezier(.64,.1,.64,.9);
background: #9CCC65;
}
.cp_loading15 .cp_item:nth-child(3) {
-webkit-animation: loading15_right 1.05s infinite cubic-bezier(.64,.1,.64,.9);
animation: loading15_right 1.05s infinite cubic-bezier(.64,.1,.64,.9);
background: #FFEE58;
}
.cp_loading15 .cp_item:nth-child(4) {
-webkit-animation: loading15_left 1.15s infinite cubic-bezier(.64,.1,.64,.9);
animation: loading15_left 1.15s infinite cubic-bezier(.64,.1,.64,.9);
background: #FFA726;
}
.cp_loading15 .cp_item:nth-child(5) {
-webkit-animation: loading15_right 1.1s infinite cubic-bezier(.64,.1,.64,.9);
animation: loading15_right 1.1s infinite cubic-bezier(.64,.1,.64,.9);
background: #ef5350;
}
@-webkit-keyframes loading15_right {
0% {
-webkit-transform: translate(-15px);
transform: translate(-15px);
}
50% {
-webkit-transform: translate(15px);
transform: translate(15px);
}
100% {
-webkit-transform: translate(-15px);
transform: translate(-15px);
}
}
@-webkit-keyframes loading15_left {
0% {
-webkit-transform: translate(15px);
transform: translate(15px);
}
50% {
-webkit-transform: translate(-15px);
transform: translate(-15px);
}
100% {
-webkit-transform: translate(15px);
transform: translate(15px);
}
}
@keyframes loading15_right {
0% {
-webkit-transform: translate(-15px);
transform: translate(-15px);
}
50% {
-webkit-transform: translate(15px);
transform: translate(15px);
}
100% {
-webkit-transform: translate(-15px);
transform: translate(-15px);
}
}
@keyframes loading15_left {
0% {
-webkit-transform: translate(15px);
transform: translate(15px);
}
50% {
-webkit-transform: translate(-15px);
transform: translate(-15px);
}
100% {
-webkit-transform: translate(15px);
transform: translate(15px);
}
}