#exact-courtship {
  overflow-x: hidden;
}
#exact-courtship a {
  text-decoration: none;
}
#exact-courtship header {
  width: 100%;
  height: 5rem;
  background-image: url('/imgs/exact-banner1.png');
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
}
#exact-courtship header .head-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  flex: none;
  height: 1rem;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(0.125rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#exact-courtship header .head-nav .title-box {
  display: flex;
  align-items: center;
  margin-left: 0.4375rem;
}
#exact-courtship header .head-nav .title-box .title-img {
  width: 1.0375rem;
  height: 0.525rem;
  margin-right: 0.25rem;
}
#exact-courtship header .head-nav .title-box .title-img img {
  width: 100%;
  height: 100%;
}
#exact-courtship header .head-nav .title-box .title-tex {
  font-family: 'YouSheBiaoTiYuan';
  font-size: 30px;
  font-weight: normal;
  letter-spacing: 0.01em;
  color: #fff;
}
#exact-courtship header .head-nav .tab-box {
  display: flex;
  align-items: center;
  margin-right: 1.325rem;
}
#exact-courtship header .head-nav .tab-box .tab-item {
  padding: 0 0.275rem;
  color: rgba(255, 255, 255, 0.65);
  cursor: pointer;
}
#exact-courtship header .head-nav .tab-box .tab-item a {
  list-style: none;
  color: #fff;
}
#exact-courtship header .head-nav .tab-box .tab-item .tab-last {
  padding: 0.05rem 0.175rem;
  background: #055FFF;
  border-radius: 1.475rem;
  color: #fff;
}
#exact-courtship header .head-nav .tab-box .tab-active {
  color: #055FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateY(0.05rem);
}
#exact-courtship header .head-nav .tab-box .tab-active .tab-content {
  display: flex;
  align-items: center;
  position: relative;
}
#exact-courtship header .head-nav .tab-box .tab-active .tab-content .hover-box {
  display: none;
  position: absolute;
  background: #fff;
  color: #333;
  top: 0.3125rem;
  width: 1.25rem;
  padding-left: 0.0625rem;
}
#exact-courtship header .head-nav .tab-box .tab-active .tab-content .hover-box .exact-item {
  padding: 0.0625rem 0;
}
#exact-courtship header .head-nav .tab-box .tab-active .tab-content .hover-box .exact-item-active {
  color: #055FFF;
}
#exact-courtship header .head-nav .tab-box .tab-active:hover .hover-box {
  display: block;
}
#exact-courtship header .head-nav .tab-box .tab-active .snajiao {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.175rem;
  /* 给定四个边框大小、实线、这里为了隐藏将边款颜色设置为透明色 */
  border: 0.0625rem solid transparent;
  /* 给需要留下的边框给定边框颜色，让其显示出来 */
  border-top-color: #055FFF;
}
#exact-courtship header .head-nav .tab-box .tab-active::after {
  content: '';
  display: inline-block;
  width: 0.45rem;
  height: 0.0375rem;
  background: #055FFF;
  margin-top: 0.1rem;
}
#exact-courtship header .head-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 4rem;
}
#exact-courtship header .head-content .content-top {
  font-size: 0.55rem;
  color: #fff;
  font-weight: 700;
}
#exact-courtship header .head-content .content-bottom {
  margin-top: 0.125rem;
  display: flex;
  font-size: 0.25rem;
  color: #fff;
}
#exact-courtship header .head-content .content-bottom .bottom-item {
  display: flex;
  align-items: center;
}
#exact-courtship header .head-content .content-bottom .bottom-item .yuandian {
  margin: 0 0.15rem;
}
#exact-courtship .exact-nav {
  padding: 0.375rem 4.1625rem 1rem;
}
#exact-courtship .exact-nav .nav-title {
  font-size: 0.175rem;
  color: #A7AFBC;
}
#exact-courtship .exact-nav .nav-title .title-first {
  color: #A7AFBC;
  font-size: 0.175rem;
  cursor: pointer;
}
#exact-courtship .exact-nav .nav-title .title-last {
  font-size: 0.175rem;
  color: #333;
  font-weight: 700;
}
#exact-courtship .exact-nav .nav-tab {
  display: flex;
  margin-top: 0.375rem;
}
#exact-courtship .exact-nav .nav-tab .tab-item {
  font-size: 0.2rem;
  line-height: 0.325rem;
  padding: 0.0625rem 0.3125rem;
  background: rgba(167, 175, 188, 0.2);
  border-radius: 0.05rem;
  color: #A7AFBC;
  margin-right: 0.25rem;
  cursor: pointer;
}
#exact-courtship .exact-nav .nav-tab .tab-item a {
  color: #A7AFBC;
}
#exact-courtship .exact-nav .nav-tab .tab-item-active {
  background: #055FFF;
  color: #fff;
}
#exact-courtship .exact-nav .nav-tab .tab-item-active a {
  color: #fff;
}
#exact-courtship .exact-name {
  height: 1.05rem;
  position: relative;
  text-align: center;
}
#exact-courtship .exact-name h1 {
  color: #3d3d3d;
  font-size: 0.475rem;
  font-weight: bold;
  z-index: 20;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#exact-courtship .exact-name h2 {
  position: absolute;
  top: 0.25rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.5rem;
  font-weight: bold;
  color: rgba(218, 225, 255, 0.3);
  opacity: 1;
}
#exact-courtship .exact-analysis {
  background-image: url('/imgs/exact-bg1.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: 7.375rem;
  display: flex;
  justify-content: center;
  padding-top: 1.8rem;
  box-sizing: border-box;
}
#exact-courtship .exact-analysis .middle-img {
  width: 5.6625rem;
  height: 3.7125rem;
}
#exact-courtship .exact-analysis .middle-img img {
  width: 100%;
  height: 100%;
}
#exact-courtship .exact-analysis .analysis-right {
  margin-right: 0.5rem;
}
#exact-courtship .exact-analysis .analysis-right .right-title {
  font-size: 0.3rem;
  font-weight: bold;
  color: #2E2F38;
  margin-bottom: 0.25rem;
}
#exact-courtship .exact-analysis .analysis-right p {
  font-size: 0.2rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
  color: rgba(46, 47, 56, 0.7);
  display: flex;
  align-items: center;
  line-height: 0.3rem;
}
#exact-courtship .exact-analysis .analysis-right p .p-right {
  width: 0.5rem;
  height: 0.5rem;
  background: #055FFF;
  border-radius: 50%;
  margin-right: 0.25rem;
  color: #fff;
  font-size: 0.25rem;
  font-weight: bold;
  line-height: 0.5rem;
  text-align: center;
}
#exact-courtship .exact-analysis .analysis-left {
  text-align: left;
  margin-left: 0.5rem;
  padding-left: 0.375rem;
}
#exact-courtship .exact-analysis .analysis-left .right-title {
  font-size: 0.3rem;
  font-weight: bold;
  color: #2E2F38;
  margin-bottom: 0.25rem;
}
#exact-courtship .exact-analysis .analysis-left p {
  font-size: 0.2rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
  color: rgba(46, 47, 56, 0.7);
  display: flex;
  align-items: center;
  line-height: 0.3rem;
}
#exact-courtship .exact-analysis .analysis-left p .p-right {
  width: 0.5rem;
  height: 0.5rem;
  background: #055FFF;
  border-radius: 50%;
  margin-right: 0.25rem;
  color: #fff;
  font-size: 0.25rem;
  font-weight: bold;
  line-height: 0.5rem;
  text-align: center;
}
#exact-courtship .exact-made-reaearch {
  position: relative;
  margin-bottom: 1rem;
}
#exact-courtship .exact-made-reaearch .exact-describe {
  position: absolute;
  top: 2.375rem;
  left: 4.5rem;
  padding: 0.625rem 1.25rem;
  font-size: 0.2rem;
  line-height: 0.35rem;
  font-weight: 700;
  background: #fff;
  z-index: 20;
  width: 15rem;
  box-sizing: border-box;
  color: rgba(46, 47, 56, 0.7);
}
#exact-courtship .exact-made {
  height: 3.825rem;
  background-image: url('/imgs/exact-mask.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0.7rem;
  box-sizing: border-box;
}
#exact-courtship .exact-made .made-content {
  text-align: center;
  font-size: 0.475rem;
  font-weight: bold;
}
#exact-courtship .exact-made .made-content .content-active {
  color: #055fff;
}
#exact-courtship .exact-research {
  background-image: url('/imgs/exact-mask2.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: 13.75rem;
  position: relative;
}
#exact-courtship .exact-research .middle-img {
  position: absolute;
  left: 7.5375rem;
  top: 2.8875rem;
}
#exact-courtship .exact-research .middle-img img {
  width: 8.945rem;
  height: 9.0125rem;
}
#exact-courtship .exact-research .middle-text1 {
  line-height: 0.6074rem;
  text-align: center;
  font-family: 'Source Han Sans CN';
  font-size: 0.3rem;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 3.396rem;
  z-index: 2;
}
#exact-courtship .exact-research .middle-text2 {
  line-height: 0.6074rem;
  text-align: center;
  font-family: 'Source Han Sans CN';
  font-size: 0.3rem;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 4.7rem;
  z-index: 2;
}
#exact-courtship .exact-research .middle-text3 {
  line-height: 0.6074rem;
  text-align: center;
  font-family: 'Source Han Sans CN';
  font-size: 0.3rem;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 8.5rem;
  z-index: 2;
}
#exact-courtship .exact-research .middle-text4 {
  line-height: 0.6074rem;
  text-align: center;
  font-family: 'Source Han Sans CN';
  font-size: 0.3rem;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 10.7272rem;
  z-index: 2;
}
#exact-courtship .exact-research .left-top {
  position: absolute;
  left: -100%;
  top: 2.5625rem;
  color: #fff;
  z-index: 2;
  transition: all 0.3s;
}
#exact-courtship .exact-research .left-top .content-item {
  display: flex;
  align-items: center;
  font-family: 'Source Han Sans CN';
  font-size: 0.2rem;
  font-weight: bold;
}
#exact-courtship .exact-research .left-top .content-item img {
  width: 0.25rem;
  height: 0.25rem;
  flex: none;
  margin-right: 0.125rem;
}
#exact-courtship .exact-research .left-top .content-item:nth-child(1) {
  margin-bottom: 0.3rem;
}
#exact-courtship .exact-research .left-top .content-item:nth-child(2) {
  margin-bottom: 0.25rem;
}
#exact-courtship .exact-research .left-top .content-bottom {
  padding-left: 0.475rem;
  font-size: 0.175rem;
  color: rgba(255, 255, 255, 0.7);
}
#exact-courtship .exact-research .left-top .content-bottom .bottom-item:nth-child(1) {
  padding-bottom: 0.175rem;
}
#exact-courtship .exact-research .left-top .content-bottom .bottom-item:nth-child(2) {
  padding-bottom: 0.175rem;
}
#exact-courtship .exact-research .left-top .content-bottom .bottom-item:nth-child(3) {
  padding-bottom: 0.3038rem;
}
#exact-courtship .exact-research .left-bottom {
  position: absolute;
  left: -100%;
  top: 5.6625rem;
  color: #fff;
  z-index: 2;
  transition: all 0.3s;
}
#exact-courtship .exact-research .left-bottom .content-item {
  margin-bottom: 0.375rem;
}
#exact-courtship .exact-research .left-bottom .content-item .item-top {
  display: flex;
  align-items: center;
  font-family: 'Source Han Sans CN';
  font-size: 0.2rem;
  font-weight: bold;
}
#exact-courtship .exact-research .left-bottom .content-item .item-top img {
  width: 0.25rem;
  height: 0.25rem;
  flex: none;
  margin-right: 0.125rem;
}
#exact-courtship .exact-research .left-bottom .content-item .item-bottom {
  padding-left: 0.4375rem;
  font-size: 0.175rem;
  margin-top: 0.125rem;
  color: rgba(255, 255, 255, 0.7);
}
#exact-courtship .exact-research .right-top {
  position: absolute;
  right: -100%;
  top: 4.9625rem;
  color: #fff;
  z-index: 2;
  transition: all 0.3s;
}
#exact-courtship .exact-research .right-top .content-item {
  display: flex;
  align-items: center;
  font-family: 'Source Han Sans CN';
  font-size: 0.2rem;
  font-weight: bold;
  margin-bottom: 0.3rem;
}
#exact-courtship .exact-research .right-top .content-item img {
  width: 0.25rem;
  height: 0.25rem;
  flex: none;
  margin-right: 0.125rem;
}
#exact-courtship .exact-research .right-top .content-item .item-bottom {
  padding-left: 0.4375rem;
  font-size: 14px;
  margin-top: 0.125rem;
}
#exact-courtship .exact-research .right-bottom {
  position: absolute;
  right: -100%;
  top: 8.6125rem;
  color: #fff;
  z-index: 2;
  transition: all 0.3s;
}
#exact-courtship .exact-research .right-bottom .content-item {
  display: flex;
  align-items: center;
  font-family: 'Source Han Sans CN';
  font-size: 0.2rem;
  font-weight: bold;
  margin-bottom: 0.3rem;
}
#exact-courtship .exact-research .right-bottom .content-item img {
  width: 0.25rem;
  height: 0.25rem;
  flex: none;
  margin-right: 0.125rem;
}
#exact-courtship .exact-research .right-bottom .content-item .item-bottom {
  padding-left: 0.4375rem;
  font-size: 14px;
  margin-top: 0.125rem;
}
#exact-courtship .exact-research .position-box1 {
  width: 7.9375rem;
  height: 0.025rem;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.28) 28%, #FFFFFF 99%);
  position: absolute;
  top: 5.2625rem;
  left: 1.55rem;
}
#exact-courtship .exact-research .position-box2 {
  width: 7.9375rem;
  height: 0.025rem;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.28) 28%, #FFFFFF 99%);
  position: absolute;
  top: 9.3875rem;
  left: 1.55rem;
}
#exact-courtship .exact-research .position-box3 {
  width: 10rem;
  height: 0.025rem;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.28) 28%, #FFFFFF 99%);
  position: absolute;
  top: 7.3125rem;
  right: 1.5625rem;
  transform: rotate(180deg);
}
#exact-courtship .exact-research .position-box4 {
  width: 7.1rem;
  height: 0.025rem;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.28) 28%, #FFFFFF 99%);
  position: absolute;
  top: 11.5625rem;
  right: 1.55rem;
  transform: rotate(180deg);
}
#exact-courtship .exact-research-active .left-top {
  animation: move-left-top 0.8s;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
}
#exact-courtship .exact-research-active .left-bottom {
  animation: move-left-bottom 0.8s;
  animation-fill-mode: forwards;
  animation-delay: 0.4s;
}
#exact-courtship .exact-research-active .right-top {
  animation: move-right-top 0.8s;
  animation-fill-mode: forwards;
  animation-delay: 0.6s;
}
#exact-courtship .exact-research-active .right-bottom {
  animation: move-right-bottom 0.8s;
  animation-fill-mode: forwards;
  animation-delay: 0.8s;
}
#exact-courtship .exact-value {
  padding: 0 1.675rem 1.25rem;
  background: #fff;
}
#exact-courtship .exact-value .value-title {
  height: 1.05rem;
  position: relative;
  text-align: center;
  border-bottom: 0.0125rem solid #E5E7EC;
}
#exact-courtship .exact-value .value-title h1 {
  color: #3d3d3d;
  font-size: 0.475rem;
  font-weight: bold;
  z-index: 20;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#exact-courtship .exact-value .value-title h2 {
  position: absolute;
  top: 0.25rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.5rem;
  font-weight: bold;
  color: rgba(218, 225, 255, 0.3);
  opacity: 1;
}
#exact-courtship .exact-value .value-main {
  padding: 0.875rem 0.9625rem 0;
  height: 6.475rem;
  display: flex;
  align-items: center;
}
#exact-courtship .exact-value .value-main .main-center {
  height: 100%;
  position: relative;
  margin: 0 0.25rem;
}
#exact-courtship .exact-value .value-main .main-center .bg {
  height: 100%;
}
#exact-courtship .exact-value .value-main .main-center .bg img {
  height: 100%;
}
#exact-courtship .exact-value .value-main .main-center .text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  font-size: 0.3rem;
  font-weight: bold;
  color: #2E2F38;
  text-shadow: 0px 0.05rem 0.075rem 0px rgba(0, 0, 0, 0.1);
}
#exact-courtship .exact-value .value-main .main-left {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.125rem 0;
  box-sizing: border-box;
}
#exact-courtship .exact-value .value-main .left-item {
  width: 5.5rem;
  height: 2.375rem;
  background-image: url(/imgs/project-item-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0px 0.125rem 0.225rem 0px rgba(5, 95, 255, 0.4);
  border-radius: 0.05rem;
  padding: 0.4375rem 0.25rem;
  box-sizing: border-box;
}
#exact-courtship .exact-value .value-main .left-item .item-title {
  display: flex;
  align-items: center;
}
#exact-courtship .exact-value .value-main .left-item .item-title img {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.125rem;
}
#exact-courtship .exact-value .value-main .left-item .item-title span {
  font-size: 0.3rem;
  font-weight: 700;
  line-height: 0.4rem;
  color: #fff;
}
#exact-courtship .exact-value .value-main .left-item .item-content {
  margin-top: 0.25rem;
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #9BFFEE;
}
#exact-courtship .exact-position {
  width: 100%;
  height: 5.325rem;
  background-image: url(/imgs/exact-bg2.png);
  padding: 1rem 3.2375rem 0 3.4875rem;
  box-sizing: border-box;
}
#exact-courtship .exact-position .value-title {
  height: 1.05rem;
  position: relative;
  text-align: center;
  margin-bottom: 0.625rem;
}
#exact-courtship .exact-position .value-title h1 {
  color: #fff;
  font-size: 0.475rem;
  font-weight: bold;
  z-index: 20;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#exact-courtship .exact-position .value-title h2 {
  position: absolute;
  top: 0.25rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.5rem;
  font-weight: bold;
  color: rgba(218, 225, 255, 0.3);
  opacity: 1;
}
#exact-courtship .exact-position .position-main {
  display: flex;
  justify-content: space-between;
}
#exact-courtship .exact-position .position-main .main-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.5rem;
  height: 1.65rem;
  padding-right: 0.4rem;
  box-sizing: border-box;
  background-color: rgba(173, 192, 235, 0.2);
}
#exact-courtship .exact-position .position-main .main-item .item-dot {
  flex: none;
  width: 0.25rem;
  height: 0.25rem;
  margin: 0 0.25rem 0 0.375rem;
}
#exact-courtship .exact-position .position-main .main-item .item-dot img {
  width: 100%;
  height: 100%;
}
#exact-courtship .exact-position .position-main .main-item .item-text {
  font-size: 0.25rem;
  font-weight: 700;
  line-height: 1.5em;
  color: #fff;
  text-shadow: 0px 0.05rem 0.075rem rgba(0, 0, 0, 0.3);
}
#exact-courtship .exact-arc {
  margin-top: 1rem;
  padding: 0 1.675rem 1.25rem;
}
#exact-courtship .exact-arc .value-title {
  height: 1.05rem;
  position: relative;
  text-align: center;
}
#exact-courtship .exact-arc .value-title h1 {
  color: #3D3D3D;
  font-size: 0.475rem;
  font-weight: bold;
  z-index: 20;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#exact-courtship .exact-arc .value-title h2 {
  position: absolute;
  top: 0.25rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.5rem;
  font-weight: bold;
  color: rgba(218, 225, 255, 0.3);
  opacity: 1;
}
#exact-courtship .exact-arc .arc-mian {
  padding: 0 2.125rem;
  height: 6.4375rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#exact-courtship .exact-arc .arc-mian .main-left {
  height: 100%;
  width: 8.9125rem;
}
#exact-courtship .exact-arc .arc-mian .main-left img {
  width: 100%;
  height: 100%;
}
#exact-courtship .exact-arc .arc-mian .main-right {
  width: 6.4rem;
}
#exact-courtship .exact-arc .arc-mian .main-right .right-title {
  display: flex;
  align-items: center;
}
#exact-courtship .exact-arc .arc-mian .main-right .right-title img {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.125rem;
}
#exact-courtship .exact-arc .arc-mian .main-right .right-title span {
  font-size: 0.375rem;
  font-weight: 700;
  line-height: 0.4rem;
  color: #3D3D3D;
}
#exact-courtship .exact-arc .arc-mian .main-right .right-tex {
  font-size: 0.175rem;
  line-height: 0.3rem;
  color: #798599;
  margin: 0.25rem 0;
}
#exact-courtship .exact-arc .arc-mian .main-right .right-select {
  margin-bottom: 1rem;
  display: flex;
}
#exact-courtship .exact-arc .arc-mian .main-right .right-select .select-item {
  margin-right: 0.25rem;
  color: #005EFF;
  font-size: 0.225rem;
  font-weight: 700;
  font-family: 'YouSheBiaoTiYuan';
  display: flex;
  align-items: center;
}
#exact-courtship .exact-arc .arc-mian .main-right .right-select .select-item img {
  width: 0.375rem;
  height: 0.375rem;
  margin-right: 0.0625rem;
}
#exact-courtship .exact-arc .arc-mian .main-right .right-btn {
  text-align: left;
}
#exact-courtship .exact-arc .arc-mian .main-right .right-btn .btn {
  width: 1.65rem;
  height: 0.6rem;
  background-color: #005EFF;
  text-align: center;
  line-height: 0.6rem;
  box-shadow: 0px 8px 20px 0px rgba(0, 94, 255, 0.35);
  font-size: 0.175rem;
  color: #fff;
  border-radius: 0.05rem;
  cursor: pointer;
}
@keyframes move-left-bottom {
  100% {
    left: 2.5125rem;
  }
}
@keyframes move-right-top {
  100% {
    right: 1.1964rem;
  }
}
@keyframes move-left-top {
  100% {
    left: 2.5125rem;
  }
}
@keyframes move-right-bottom {
  100% {
    right: 5.4714rem;
  }
}
