.specialkill-banner {
  height: 420px;
  background: url('../image/banner21.jpg') no-repeat;
  background-size: 100% 100%;
  display: flex;
  text-align: center;
  justify-content: center;
  justify-items: center;
  align-items: center;
}

.specialkill-banner-text__h {
  color: #151515;
  font-size: 30px;
}
.specialkill-banner-text__s {
  color: #5e6f98;
  font-size: 14px;
}
.specialkill {
  margin-top: 20px;
}

.specialkill-content {
  cursor: pointer;
  position: relative;
  margin-bottom: 20px;
}

.specialkill-content > .gotheme-btn {
  height: 34px;
  background-color: #25f1b0;
  line-height: 34px;
  text-align: center;
  position: absolute;
  right: 15px;
  top: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.specialkill-content > .gotheme-btn > a {
  color: #1d1d1d;
  font-size: 12px;
  width: 100%;
  height: 100%;
  display: inline-block;
  text-decoration: none;
}

.default > .specialkill-content-top {
  background: url('../image/bg1.jpg');
  background-size: 100%;
  width: 100%;
  height: 210px;
  line-height: 210px;
  text-align: center;
}

.default > .specialkill-content-bottom {
  background-color: #cafaff;
  width: 100%;
  height: 100px;
  padding: 20px;
  text-align: center;
}

.default > .specialkill-content-bottom > .specialkill-content-bottom__title {
  font-size: 14px;
  font-weight: 600;
  color: #1d1d1d;
}

.default > .specialkill-content-bottom > .specialkill-content-bottom__info {
  color: #5e6f98;
  font-size: 12px;
  
}
.default > .specialkill-content-top > img {
 margin-top: 44px;
    width: 110px;
    height: 122px;
}

.hover {
  display: none;
}

.hover > .specialkill-content-top {
  background: url('../image/bg1.jpg');
  background-size: cover;
  width: 100%;
  height: 210px;
  text-align: center;
}

.hover > .specialkill-content-top > img {
  margin-top: 22px;
}

.hover > .specialkill-content-top > div {
  margin-top: 20px;
}

.hover > .specialkill-content-top > div > .specialkill-content-top__title {
  font-size: 14px;
  color: #1d1d1d;
}

.hover > .specialkill-content-top > div > .specialkill-content-top__info {
  color: #5e6f98;
  font-size: 12px;
}

.hover > .specialkill-content-bottom {
  background-color: #25f2b1;
  width: 100%;
    height: 100px;
    text-align: center;
    line-height: 100px;
}

.hover > .specialkill-content-bottom > a {
  font-size: 14px;
  font-weight: 600;
  color: #1d1d1d;
  width: 100%;
  height: 100%;
  display: inline-block;
  text-decoration: none;
}
