.v-wrap-solutions {
  padding-bottom: 50px !important;
}
/* .v-wrap-solutions .tit-col {
  margin-bottom: 60px;
} */
.v-wrap-solutions .head-title {
  padding: 20px;
  padding-right: 10px;
  background: -webkit-linear-gradient(left, #012ae6, #428efe);
  background: -moz-linear-gradient(left, #012ae6, #428efe);
  background: -o-linear-gradient(left, #012ae6, #428efe);
  background: linear-gradient(to right, #012ae6, #428efe);
}
.v-wrap-solutions .head-title .more_icon img {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.v-wrap-solutions .head-title.active .more_icon img {
  -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
}
.v-wrap-solutions .q-item {
  margin-bottom: 20px;
}
.v-wrap-solutions .q-item .context li {
  margin-bottom: 20px;
}
.v-wrap-solutions .q-item .context li:first-child .child-content{
  display: block;
}
.v-wrap-solutions .q-item .context li:last-child {
  margin-bottom: 0;
}
.v-wrap-solutions .more_icon {
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
}
.v-wrap-solutions .more_icon img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.v-wrap-solutions .child-content {
  padding: 0 40px;
  display: none;
}
.v-wrap-solutions .child-content .child-item:first-child {
  margin-top: 30px;
}
.v-wrap-solutions .child-header-title {
  padding: 16px 10px 16px 40px;
  background: #e3eeff;
}
.v-wrap-solutions .child-header-title .text {
  color: #012ae6;
}
.v-wrap-solutions .child-header-title .more_icon_child img {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.v-wrap-solutions .child-header-title.active .more_icon_child img {
  -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
}

.main-wrap1 .main-item {
  padding-top: 30px;
  border-top: 1px solid #434343;
}
.main-wrap1 .main-item:nth-child(1) {
  border-top: 0;
}

@media only screen and (max-width: 1420px) {
  .wrap {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 999px) {
  .v-wrap-solutions .head-title {
    padding: 20px 12px;
    padding-right: 10px;
    line-height: 1.4;
  }
  .v-wrap-solutions .child-content {
    padding: 0 15px;
  }
  .v-wrap-solutions .child-header-title {
    padding: 16px;
    line-height: 1.5;
  }
  .v-wrap-solutions {
    padding-bottom: 20px !important;
  }
}