.process {
text-align:center;
}
ul li {
list-style:none;
width:100px;
height:2rem;
line-height:2rem;
text-align:center;
border:1px solid #E8E8E8;
display:inline-block;
margin:5px;
border-radius:20px;
}
.actions {
background-color:#ffe48d;
}
.action {
background-color:#ffd716;
}
.nextLast {
width:100%;
text-align:center;
}
.nextLast button {
width:100px;
height:2rem;
cursor:pointer;
list-style-type:none;
border:1px solid #E8E8E8;
background-color:transparent;
}
.content {
margin:0 auto;
}
.content > div {
display:none;
}
.content .wrap {
display:block;
}
.wraps {
margin:0 auto;
width:1000px;
height:350px;
border:1px solid #E8E8E8;
text-align:center;
}