.banner img {
  min-width: 1300px;
  width: 100%;
  display: block;
}

.wrapper {
  min-width: 1300px;
}

.title h2 {
  font-size: 50px;
  font-weight: 600;
  color: #333333;
  text-align: center;
}

.mains .layout {
  width: 1200px;
  margin: 0 auto;
}

.mains .training_show {
  margin-top: -118px;
}

.mains .training_show ul {
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
  width: 100%;
  height: 206px;
  background: url(../images/Rectangle.png) no-repeat center top;
  background-size: cover;
  z-index: 9;
  position: relative;
  box-shadow: 2px 2px 20px 0 #E5ECF9;
}

/* .mains .training_show ul li {
  margin-top: 11px;
} */

.mains .training_show ul li a{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.mains .training_show ul li div {
  margin-top: 7px;
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  text-align: center;
  transition: all .3s;
}

.mains .training_show ul li:hover img {
  transform: scale(1.1);
}

.mains .training_show ul li:hover div{
  color: #2D84FF;
  font-weight: 500;
}

/* .mains .training_show ul li:nth-child(5) img {
  width: 160px;
  height: 176px;
  margin-top: -18px;
} */

.mains .training_show img {
  /* width: 160px; */
  height: 125px;
  display: block;
  transition: .3s all;
}

.top {
  padding-top: 150px;
  min-width: 1200px;
}

/* #glxt {
  padding-top: 78px;
} */

.training_system .columnHeaderSwitch .columnHeaderSwitch-box {
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
  margin-top: 80px;
}

.training_system .columnHeaderSwitch .columnHeaderSwitch-box a {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  position: relative;
}

.training_system .columnHeaderSwitch .columnHeaderSwitch-box .syatem_active {
  font-size: 18px;
  font-weight: 500;
  color: #2D84FF;
}

.training_system .columnHeaderSwitch .columnHeaderSwitch-box .syatem_active::before {
  content: '';
  display: block;
  width: 84px;
  height: 29px;
  position: absolute;
  top: 30px;
  background: url(../images/Triangle_icon.png) no-repeat;
  background-size: cover;
}

.training_system .columnHeaderSwitch .columnHeaderSwitch-box .syatem_actives {
  font-size: 18px;
  font-weight: 500;
  color: #2D84FF;
}

.training_system .columnHeaderSwitch .columnHeaderSwitch-box .syatem_actives::before {
  content: '';
  display: block;
  width: 132px;
  height: 6px;
  position: absolute;
  top: 47px;
  left: -29px;
  background: url(../images/line.png) no-repeat;
  background-size: cover;
}

.training_system .columnHeaderSwitch .columnHeaderSwitch-boxs {
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
  margin-top: 80px;
}

.training_system .columnHeaderSwitch .columnHeaderSwitch-boxs a {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  position: relative;
}

.training_system .columnHeaderSwitch .columnHeaderSwitch-boxs .syatem_active {
  font-size: 18px;
  font-weight: 500;
  color: #2D84FF;
}

.training_system .columnHeaderSwitch .columnHeaderSwitch-boxs .syatem_active::before {
  content: '';
  display: block;
  width: 84px;
  height: 29px;
  position: absolute;
  top: 30px;
  background: url(../images/Triangle_icon.png) no-repeat;
  background-size: cover;
}

.training_system .columnHeaderSwitch .columnHeaderSwitch-boxs .syatem_actives {
  font-size: 18px;
  font-weight: 500;
  color: #2D84FF;
}

.training_system .columnHeaderSwitch .columnHeaderSwitch-boxs .syatem_actives::before {
  content: '';
  display: block;
  width: 132px;
  height: 6px;
  position: absolute;
  top: 47px;
  left: -29px;
  background: url(../images/line.png) no-repeat;
  background-size: cover;
}

.training_system .columnHeaderSwitch .columnHeaderSwitch-online {
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
  margin-top: 80px;
  align-items: center;
  height: 62px;
  background-color: #F5F5F5;
  position: relative;
  text-align: center;
  padding: 0 14px;
  border-radius: 8px;
}

.training_system .columnHeaderSwitch .columnHeaderSwitch-online a {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  position: relative;
  display: block;
  flex: 1;
}

.training_system .columnHeaderSwitch .columnHeaderSwitch-online .syatem_online_active {
  font-size: 18px;
  font-weight: 500;
  color: #2D84FF;
  height: 46px;
  line-height: 46px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  display: block;
}

.training_system .column-wrapper {
  width: 100%;
  height: 458px;
  background: url(../images/training_backdrop.png) no-repeat center top;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-size: 1920px 458px;
  min-width: 1200px;
  margin-top: 30px;
}

.training_system .content-wrapper {
  display: none;
}

.training_system .content-wrapper .sub_lft {
  width: 513px;
  float: left;
}

.training_system .content-wrapper .sub_lft span {
  font-size: 20px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  display: block;
  padding-bottom: 24px;
}

.training_system .content-wrapper .sub_lft p {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  padding-bottom: 5px;
  line-height: 26px;
}

.training_system .content-wrapper .sub_lft .sub_content {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}

.training_system .content-wrapper .sub_lft .sub_content i {
  width: 6px;
  height: 6px;
  background-color: #2D84FF;
  font-style: normal;
  display: block;
  margin-right: 7px;
}

.training_system .content-wrapper .sub_lft .sub_content span {
  font-size: 16px !important;
  color: black !important;
  padding-bottom: 0 !important;
}

.training_system .content-wrapper .sub_lft .writing {
  padding-left: 12px;
  font-size: 14px;
}

.training_system .content-wrapper .sub_lft li {
  margin-bottom: 24px;
}

.training_system .content-wrapper .sub_rht {
  width: 608px;
  height: 266px;
  float: right;
  position: relative;
}

.training_system .content-wrapper .sub_rht .training-icon1 {
  width: 608px;
  height: 266px;
  display: block;
  position: absolute;
  top: 0;
  z-index: 1;
}

.training_system .content-wrapper .sub_rht .training-icon2 {
  width: 301px;
  height: 74px;
  display: block;
  position: absolute;
  top: -37px;
  z-index: 2;
  left: 50px;
}

.training_system .content-wrapper .sub_rht .training-icon3 {
  width: 172px;
  height: 241px;
  display: block;
  position: absolute;
  bottom: -37px;
  z-index: 2;
  left: 50px;
}

.training_system .content-wrapper .sub_rht .training-icon4 {
  width: 458px;
  height: 76px;
  display: block;
  position: absolute;
  top: 108px;
  z-index: 2;
  right: -54px;
}

.training_system .content-wrapper .sub_rht .training-icon5 {
  width: 606px;
  height: 298px;
  display: block;
  position: absolute;
  top: 0;
  z-index: 1;
}

.training_system .content-wrapper .sub_rht .training-icon6 {
  width: 121px;
  height: 181px;
  display: block;
  position: absolute;
  top: -73px;
  left: 148px;
  z-index: 1;
}

.training_system .content-wrapper .sub_rht .training-icon7 {
  width: 347px;
  height: 222px;
  display: block;
  position: absolute;
  bottom: -46px;
  right: 20px;
  z-index: 1;
}

.training_system .content-wrapper .sub_rht .training-icon8 {
  width: 160px;
  height: 390px;
  display: block;
  position: absolute;
  top: -73px;
  left: 0;
  z-index: 1;
}

.training_system .content-wrapper .sub_rht .training-icon9 {
  width: 583px;
  height: 280px;
  display: block;
  position: absolute;
  top: 0;
  z-index: 1;
}

.training_system .content-wrapper .sub_rht .training-icon10 {
  width: 493px;
  height: 206px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}

.training_system .content-wrapper .sub_rht .training-icon11 {
  width: 134px;
  height: 58px;
  display: block;
  position: absolute;
  top: 16px;
  left: 29px;
  z-index: 1;
}

.training_system .content-wrapper .sub_rht .training-icon12 {
  width: 80px;
  height: 100px;
  display: block;
  position: absolute;
  top: 11px;
  right: 53px;
  z-index: 1;
}

.training_system .content-wrapper .sub_rht .training-icon13 {
  width: 88px;
  height: 88px;
  display: block;
  position: absolute;
  bottom: 11px;
  left: 30px;
  z-index: 1;
}

.training_system .content-wrapper .sub_rht .training-icon14 {
  width: 209px;
  height: 42px;
  display: block;
  position: absolute;
  bottom: 29px;
  right: 58px;
  z-index: 1;
}

.training_system .content-wrapper .sub_rht .rjcp-img0 {
  width: 83px;
  height: 268px;
  display: block;
  position: absolute;
  top: 0;
  z-index: 5;
}

.training_system .content-wrapper .sub_rht .rjcp-img1 {
  width: 519px;
  height: 59px;
  display: block;
  position: absolute;
  top: 0;
  left: 90px;
  z-index: 4;
}

.training_system .content-wrapper .sub_rht .rjcp-img2 {
  width: 148px;
  height: 217px;
  display: block;
  position: absolute;
  top: 23px;
  left: 20px;
  z-index: 5;
}

.training_system .content-wrapper .sub_rht .rjcp-img3 {
  width: 608px;
  height: 266px;
  display: block;
  position: absolute;
  top: 17px;
  left: 15px;
  z-index: 1;
}

.training_system .content-wrapper .sub_rht .rjcp-img4 {
  width: 458px;
  height: 76px;
  display: block;
  position: absolute;
  top: 125px;
  right: -53px;
  z-index: 1;
}

.training_system .content-wrapper .sub_rht .rjcp-img5 {
  width: 458px;
  height: 76px;
  display: block;
  position: absolute;
  bottom: 6px;
  right: -53px;
  z-index: 1;
}

.training_system .content-wrapper .sub_rht .rjcp-img6 {
  width: 642px;
  height: 327px;
  display: block;
  position: absolute;
  top: -55px;
  left: 0;
  z-index: 1;
}

.training_system .content-wrapper .sub_rht .rjcp-img7 {
  width: 607px;
  height: 284px;
  display: block;
  position: absolute;
  top: 34px;
  left: 67px;
  z-index: 1;
}

.training_system .content-wrapper .sub_rht .rjcp-img8 {
  width: 642px;
  height: 327px;
  display: block;
  position: absolute;
  top: -55px;
  left: 0;
  z-index: 1;
}

.training_system .content-wrapper .sub_rht .rjcp-img9 {
  width: 641px;
  height: 343px;
  display: block;
  position: absolute;
  top: 2px;
  left: -101px;
  z-index: 2;
}

.training_system .content-wrapper .sub_rht .rjcp-img10 {
  width: 642px;
  height: 327px;
  display: block;
  position: absolute;
  top: -55px;
  left: 0;
  z-index: 1;
}

.training_system .content-wrapper .sub_rht .rjcp-img11 {
  width: 594px;
  height: 265px;
  display: block;
  position: absolute;
  top: 4px;
  left: 51px;
  z-index: 1;
}

.training_system .content-wrapper .sub_rht .rjcp_img12 {
  width: 876px;
  height: 143px;
  display: block;
  position: absolute;
  top: -14px;
  left: -24px;
  z-index: 1;
}

.training_system .content-wrapper .sub_rht .rjcp-img12 {
  width: 171px;
  height: 242px;
  display: block;
  position: absolute;
  top: -14px;
  left: -24px;
  z-index: 1;
}

.training_system .content-wrapper .sub_rht .rjcp-img13 {
  width: 526px;
  height: 179px;
  display: block;
  position: absolute;
  top: -64px;
  left: 167px;
  z-index: 1;
}

.training_system .content-wrapper .sub_rht .rjcp-img14 {
  width: 561px;
  height: 266px;
  display: block;
  position: absolute;
  top: -2px;
  left: -15px;
  z-index: 1;
}

.training_system .content-wrapper .sub_rht .rjcp-img15 {
  width: 142px;
  height: 335px;
  display: block;
  position: absolute;
  top: -33px;
  left: -27px;
  z-index: 1;
}

.training_system .content-wrapper .sub_rht .rjcp-img16 {
  width: 302px;
  height: 209px;
  display: block;
  position: absolute;
  top: 80px;
  right: 0;
  z-index: 1;
}

.training_system .content-wrapper .sub_rht .rjcp-img17 {
  width: 642px;
  height: 327px;
  display: block;
  position: absolute;
  top: -34px;
  right: 0;
  z-index: 1;
}

.training_system .content-wrapper .sub_rht .rjcp-img18 {
  width: 340px;
  height: 297px;
  display: block;
  position: absolute;
  top: 2px;
  left: -73px;
  z-index: 2;
}

.training_system .content-wrapper .sub_rht .rjcp-img19 {
  width: 547px;
  height: 228px;
  display: block;
  position: absolute;
  top: 90px;
  left: 4px;
  z-index: 1;
}

.training_system .content-wrapper .sub_rht .rjcp-img20 {
  width: 700px;
  height: 231px;
  display: block;
  position: absolute;
  top: 71px;
  left: -62px;
  z-index: 1;
}

.training_system .content-wrapper .sub_rht .training-icon15 {
  width: 583px;
  height: 280px;
  display: block;
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 1;
}

.training_system .content-wrapper .sub_rht .training-icon16 {
  width: 494px;
  height: 235px;
  display: block;
  position: absolute;
  top: 11px;
  left: 39px;
  z-index: 1;
}

.training_system .content-wrapper .sub_rht .training-icon17 {
  width: 403px;
  height: 241px;
  display: block;
  position: absolute;
  top: 64px;
  left: -26px;
  z-index: 1;
}

.training_system .content-wrapper .sub_rht .training-icon18 {
  width: 126px;
  height: 214px;
  display: block;
  position: absolute;
  top: -40px;
  right: 13px;
  z-index: 1;
}

.training_system .content-wrapper .sub_rht .training-icon19 {
  width: 410px;
  height: 214px;
  display: block;
  position: absolute;
  top: -81px;
  right: 48px;
  z-index: 1;
}

.training_system .content-wrapper .sub_rht .training-icon20 {
  width: 187px;
  height: 162px;
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: 1;
}

.training_system .content-wrapper .sub_rht .training-icon21 {
  width: 391px;
  height: 70px;
  display: block;
  position: absolute;
  bottom: -9px;
  left: -100px;
  z-index: 1;
}

.training_system .content-wrapper .sub_rht .training-icon22 {
  width: 500px;
  height: 248px;
  display: block;
  position: absolute;
  top: 5px;
  left: 41px;
  z-index: 1;
}

.training_system .content-wrapper .sub_rht .training-icon23 {
  width: 128px;
  height: 183px;
  display: block;
  position: absolute;
  top: 12px;
  left: 19px;
  z-index: 1;
}

.training_system .content-wrapper .sub_rht .training-icon24 {
  right: 86px;
  width: 374px;
  height: 214px;
  display: block;
  position: absolute;
  top: 21px;
  z-index: 1;
}

.training_system .content-wrapper .sub_rht .training-icon25 {
  width: 53px;
  height: 53px;
  display: block;
  position: absolute;
  top: 3px;
  left: 202px;
  z-index: 1;
}

.training_system .content-wrapper .sub_rht .training-icon26 {
  width: 55px;
  height: 20px;
  display: block;
  position: absolute;
  bottom: 36px;
  left: 152px;
  z-index: 1;
}

.training_system .content-wrapper .sub_rht .training-icon27 {
  width: 134px;
  height: 58px;
  display: block;
  position: absolute;
  top: -5px;
  right: 56px;
  z-index: 1;
}

.training_system .content-wrapper .sub_rht .training-icon28 {
  width: 493px;
  height: 207px;
  display: block;
  position: absolute;
  top: 23px;
  left: 45px;
  z-index: 1;
}

.training_system .content-wrapper .sub_rht .training-icon29 {
  width: 134px;
  height: 58px;
  display: block;
  position: absolute;
  top: 2px;
  left: 10px;
  z-index: 1;
}

.training_system .content-wrapper .sub_rht .training-icon30 {
  width: 114px;
  height: 85px;
  display: block;
  position: absolute;
  top: -14px;
  right: 56px;
  z-index: 1;
}

.training_system .content-wrapper .sub_rht .training-icon31 {
  width: 88px;
  height: 88px;
  display: block;
  position: absolute;
  bottom: 36px;
  left: 45px;
  z-index: 1;
}

.training_system .content-wrapper .sub_rht .training-icon32 {
  width: 609px;
  height: 305px;
  display: block;
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 1;
}

.training_system .content-wrapper .sub_rht .training-icon33 {
  width: 283px;
  height: 237px;
  display: block;
  position: absolute;
  top: 19px;
  left: 80px;
  z-index: 1;
}

.training_system .content-wrapper .sub_rht .training-icon34 {
  width: 186px;
  height: 223px;
  display: block;
  position: absolute;
  top: 4px;
  left: 300px;
  z-index: 1;
}

.training_system .content-wrapper .sub_rht .training-icon35 {
  width: 205px;
  height: 227px;
  display: block;
  position: absolute;
  top: 4px;
  left: 356px;
  z-index: 1;
}

.bom-wrapper {
  width: 100%;
  height: 1675px;
  background: url(../images/background_img.png) no-repeat center top;
  background-size: contain;
  min-width: 1200px;
  overflow: hidden;
}

.bom-wrapper .assess-wrapp {
  margin-top: 80px;
  width: 100%;
  height: 532px;
  background: url(../images/assess-backdrop.png) no-repeat center top;
  background-size: contain;
  position: relative;
}

.bom-wrapper .columnHeaderSwitch-lft {
  float: left;
}

.bom-wrapper .columnHeaderSwitch-lft span {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}

.bom-wrapper .columnHeaderSwitch-lft p {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  padding-top: 8px;
}

.bom-wrapper .columnHeaderSwitch-lft i {
  /* display: none; */
  opacity: 0;
  width: 448px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  display: block;
  padding-right: 40px;
  padding-top: 24px;
  text-align: justify;
}

.bom-wrapper .columnHeaderSwitch-lft div:first-child {
  position: absolute;
  top: 58px;
  left: 69px;
  padding: 26px 21px 26px 22px;
  cursor: pointer;
}

.bom-wrapper .columnHeaderSwitch-lft div:nth-child(2) {
  position: absolute;
  top: 250px;
  left: 69px;
  padding: 26px 21px 26px 22px;
  cursor: pointer;
}

.bom-wrapper .columnHeaderSwitch-rht {
  width: 672px;
  height: 470px;
  /* background: red; */
  position: relative;
  left: 577px;
  top: 25px;
}

.bom-wrapper .columnHeaderSwitch-rht .assess-img0 {
  position: absolute;
  right: 101px;
  top: 25px;
  width: 596px;
  /* height: 327px; */
  display: block;
}

.bom-wrapper .columnHeaderSwitch-rht .assess-img1 {
  width: 276px;
  height: 183px;
  display: block;
  position: absolute;
  right: 14px;
  top: 215px;
}

.bom-wrapper .columnHeaderSwitch-rht .assess-img2 {
  width: 281px;
  height: 222px;
  display: block;
  position: absolute;
  left: 260px;
  top: 13px;
}

.bom-wrapper .columnHeaderSwitch-rht .assess-img3 {
  width: 171px;
  height: 54px;
  display: block;
  position: absolute;
  left: 29px;
  top: 175px;
}

.bom-wrapper .columnHeaderSwitch-rht .assess-img4 {
  width: 171px;
  height: 54px;
  display: block;
  position: absolute;
  left: 29px;
  top: 243px;
}

.bom-wrapper .columnHeaderSwitch-rht .assess-img5 {
  width: 171px;
  height: 54px;
  display: block;
  position: absolute;
  left: 29px;
  bottom: 105px;
}

.bom-wrapper .columnHeaderSwitch-rht .system-img0 {
  width: 624px;
  /* height: 356px; */
  display: block;
  position: absolute;
  right: 87px;
  top: 18px;

}

.bom-wrapper .columnHeaderSwitch-rht .system-img1 {
  width: 194px;
  height: 194px;
  display: block;
  position: absolute;
  right: 215px;
  top: 144px;
}

.bom-wrapper .columnHeaderSwitch-rht .assess-text {
  position: absolute;
  right: 273px;
  top: 209px;
  font-size: 22px;
  font-weight: 500;
  color: #2D84FF;
}

.bom-wrapper .columnHeaderSwitch-rht .system-img2 {
  width: 111px;
  height: 23px;
  display: block;
  position: absolute;
  right: 223px;
  top: 163px;
}

.bom-wrapper .columnHeaderSwitch-rht .system-img3 {
  width: 111px;
  height: 23px;
  display: block;
  position: absolute;
  left: 265px;
  top: 293px;
}

.bom-wrapper .columnHeaderSwitch-rht .system-img4 {
  width: 153px;
  height: 87px;
  display: block;
  position: absolute;
  left: 266px;
  top: 36px;
}

.bom-wrapper .columnHeaderSwitch-rht .system-img5 {
  width: 153px;
  height: 87px;
  display: block;
  position: absolute;
  right: 41px;
  top: 194px;
}

.bom-wrapper .columnHeaderSwitch-rht .system-img6 {
  width: 153px;
  height: 87px;
  display: block;
  position: absolute;
  left: 266px;
  bottom: 25px;
}

.bom-wrapper .columnHeaderSwitch-rht .system-img7 {
  width: 182px;
  height: 87px;
  display: block;
  position: absolute;
  left: 41px;
  top: 194px;
}

.bom-wrapper .columnHeaderSwitch-rht .system-img8 {
  width: 609px;
  /* height: 327px; */
  display: block;
  position: absolute;
  left: -28px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -14px;
}

.bom-wrapper .columnHeaderSwitch-rht .system-img9 {
  width: 631px;
  /* height: 355px; */
  display: block;
  position: absolute;
  left: -36px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 3px;
}

.bom-wrapper .columnHeaderSwitch-rht .system-img10 {
  width: 202px;
  height: 90px;
  display: block;
  position: absolute;
  left: 52px;
  top: 116px;
}

.bom-wrapper .columnHeaderSwitch-rht .system-img11 {
  width: 202px;
  height: 90px;
  display: block;
  position: absolute;
  left: 80px;
  top: 221px;
}

.bom-wrapper .columnHeaderSwitch-rht .system-img12 {
  width: 202px;
  height: 86px;
  display: block;
  position: absolute;
  right: -6px;
  top: 164px;
}

.bom-wrapper .columnHeaderSwitch-rht .system-img13 {
  width: 202px;
  height: 87px;
  display: block;
  position: absolute;
  right: 16px;
  bottom: 109px;
}

.bom-wrapper .assess-active {
  width: 459px;
  height: 206px;
  background: #FFFFFF;
  border-radius: 10px 0px 0px 10px;
  opacity: 1;
}

.bom-wrapper .assess-active span {
  color: #2D84FF;
}

.bom-wrapper .assess-active i{
  opacity: 1;
}
 
.bom-wrapper .sub-content {
  display: none;
}

@keyframes identifier {
  0% {
    transform: scale(0);
  }

  25% {
    transform: scale(0.3);
  }

  50% {
    transform: scale(0.5);
  }

  70% {
    transform: scale(0.7);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes identifiers {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

@keyframes identifierss {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

@keyframes identifiersss {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}