@charset "UTF-8";

.lp_wrap .talent .head li {
  position: absolute;
  opacity: 0;
  transform: translateY(10%);
		border-top: none;
}
.lp_wrap .talent .head li:nth-child(1) {
  top: 6.45%;
  left: 7.7%;
  width: 18.099%;
  transition: 0.6s;
		border-top: none;
}
.lp_wrap .talent .head li:nth-child(2) {
  top: 6.6%;
  left: 27.3%;
  width: 17.969%;
  transition: 0.6s 0.1s;
		border-top: none;
}
.lp_wrap .talent .head li:nth-child(3) {
  top: 6.8%;
  left: 47.7%;
  width: 14.844%;
  transition: 0.6s 0.2s;
		border-top: none;
}
.lp_wrap .talent .head li:nth-child(4) {
  top: 6.9%;
  left: 66.1%;
  width: 10.807%;
  transition: 0.6s 0.3s;
		border-top: none;
}
.lp_wrap .talent .head li:nth-child(5) {
  top: 7.95%;
  left: 81.9%;
  width: 10.417%;
  transition: 0.6s 0.4s;
		border-top: none;
}
.lp_wrap .talent .head li:nth-child(6) {
  top: 20.15%;
  left: 8.9%;
  width: 8.724%;
  transition: 0.6s 0.5s;
		border-top: none;
}
.lp_wrap .talent .head li:nth-child(7) {
  top: 19.95%;
  left: 20%;
  width: 11.328%;
  transition: 0.6s 0.6s;
		border-top: none;
}
.lp_wrap .talent .head li:nth-child(8) {
  top: 19.6%;
  left: 34.1%;
  width: 6.901%;
  transition: 0.6s 0.7s;
		border-top: none;
}
.lp_wrap .talent .head li:nth-child(9) {
  top: 17.05%;
  left: 42.3%;
  width: 18.49%;
  transition: 0.6s 0.8s;
		border-top: none;
}
.lp_wrap .talent .head li:nth-child(10) {
  top: 17%;
  left: 62.5%;
  width: 17.839%;
  transition: 0.6s 0.9s;
		border-top: none;
}
.lp_wrap .talent .head li:nth-child(11) {
  top: 18.2%;
  left: 84.4%;
  width: 6.901%;
  transition: 0.6s 1s;
		border-top: none;
}
.lp_wrap .talent .head li.trigger.move,
.lp_wrap .talent .head li.trigger.move ~ li {
  opacity: 1;
  transform: translateY(0);
		border-top: none;
}
.lp_wrap .talent .cover {
  position: absolute;
  top: 20.1%;
  left: 0%;
  width: 100%;
}
.lp_wrap .talent .icon {
  position: absolute;
  top: 47.1%;
  left: 65.7%;
  width: 31.25%;
}
.lp_wrap .talent .icon.trigger {
  transition: 0.6s;
  transform: scale(0);
  opacity: 0;
}
.lp_wrap .talent .icon.trigger.move {
  transform: scale(1);
  opacity: 1;
}
.lp_wrap .talent .item {
  position: absolute;
  top: 54.8%;
  left: 79.2%;
  width: 16.927%;
}