.business-box {
  height: 530px;
  background: rgba(245, 248, 252, 1);
}
.business-h3 {
  padding-top: 60px;
  line-height: 100%;
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  color: #333 !important;
}
.subscriptLine {
  width: 60px;
  height: 6px;
  background: rgba(76, 161, 255, 1);
  border-radius: 1px;
  margin: 20px auto;
  margin-bottom: 35px;
}
.business-wraper {
  display: flex;
  justify-content: center;
}
.first {
  border-top: 6px solid #ff7474;
}
.first:hover .business-p{
  color: #fff;
}
.first:hover .business-h4{
  color: #fff;
}
.second {
  border-top: 6px solid #57b0ff;
}
.second:hover .business-p{
  color: #fff;
}
.second:hover .business-h4{
  color: #fff;
}
.third {
  border-top: 6px solid #65df9a;
}
.third:hover .business-p{
  color: #fff;
}
.third:hover .business-h4{
  color: #fff;
}
.fourth {
  border-top: 6px solid #ffc458;
}
.fourth:hover .business-p{
  color: #fff;
}
.fourth:hover .business-h4{
  color: #fff;
}
.business-list:hover .bg{
  transform: translate(0, 0);
}
.first:hover .pic1 {
  background-position: 60px -115px !important;
}
.second:hover .pic2 {
  background-position: 60px 0 !important;
}
.third:hover .pic3 {
  background-position: 60px -166px !important;
}
.fourth:hover .pic4 {
  background-position: 55px -43px !important;
}
.business-list {
  position: relative;
  width: 260px;
  height: 320px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 2px 16px 0px rgba(234, 236, 239, 1);
  margin: 0 27px;
  overflow: hidden;
}
.content-list {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.pic {
  background: url("../img/login_list.png") repeat;
  background-position: 0 0;
  overflow: hidden;
  background-size: 122px;
  margin: auto;
  margin-top: 76px;
  transition-delay: 150ms;
}
.pic1 {
  background-position: 0 -115px;
}
.pic2 {
  background-position: 0 0;
}
.pic3 {
  background-position: 0 -166px;
}
.pic4 {
  background-position: 4px -43px;
  background-size: 100px;
  width: 40px;
}
.bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 250ms ease-in 0ms;
  transform: translate(0, -320px);
}
.first-bg {
  background: #ff7474;
}
.second-bg {
  background: #57b0ff;
}
.third-bg {
  background:#65df9a;
}
.fourth-bg {
  background:#ffc458;
}

.icon {
  width: 60px;
  height: 51px;
  margin-top: 76px;
}
.business-h4{
  font-size: 18px;
  margin-top: 20px;
  font-weight: 600;
  text-align: center;
  transition-delay: 150ms;
}
.supLine {
  width: 30px;
  height: 4px;
  background: rgba(237, 237, 237, 1);
  border-radius: 2px;
  margin: 20px auto;
  margin-bottom: 30px;
}
.business-p {
  font-size: 14px;
  color: #333;
  height: 14px;
  text-align: center;
  transition-delay: 150ms;
}