.project-html .banner {
  color: #FFFFFF;
  position: relative;
}
.project-html .banner .banner-img {
  width: 100%;
  height: 5rem;
}
.project-html .banner .right-img {
  position: absolute;
  top: 2rem;
  right: 2rem;
  box-sizing: border-box;
  padding: 0.1rem;
  background-color: #fff;
  text-align: center;
}
.project-html .banner .right-img .text {
  color: #000;
  text-align: center;
  color: #999;
}
.project-html .banner .right-img img {
  width: 1.25rem;
}
.project-html .banner .banner-right {
  position: absolute;
  top: 2.175rem;
  right: 4rem;
}
.project-html .banner .banner-right P {
  cursor: pointer;
  font-size: 0.25rem;
}
.project-html .banner .banner-right P .text {
  text-decoration: underline;
}
.project-html .banner .banner-right .right-top {
  margin-bottom: 0.5rem;
}
.project-html .banner .desc-box {
  position: absolute;
  top: 2.175rem;
  left: 4rem;
}
.project-html .banner .desc-box .desc-name {
  font-size: 0.5rem;
  font-weight: bold;
  padding-bottom: 0.1875rem;
}
.project-html .banner .desc-box .desc-sub {
  display: flex;
  align-items: center;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.project-html .banner .desc-box .desc-sub .span-one-title {
  display: flex;
  align-items: center;
  margin-left: 0.5rem;
}
.project-html .banner .desc-box .desc-sub .span-one-title span {
  font-size: 0.2rem;
  margin-left: 0.125rem;
}
.project-html .banner .desc-box .desc-sub .span-one-title:first-child {
  margin-left: 0;
}
.project-html .banner .desc-box .desc-sub .span-btn {
  font-size: 0.225rem;
  font-weight: 500;
  color: #fff;
  padding: 0.05rem 0.175rem;
  background: #2B8DF4;
  border-radius: 0.05rem;
  margin-right: 0.25rem;
}
.project-html .banner .desc-box .desc-sub .span-desc {
  font-size: 0.25rem;
  font-weight: 500;
  color: #fff;
}
.project-html .banner .desc-box .desc-sub .span-desc span {
  margin-right: 0.125rem;
}
.project-html .banner .desc-box .desc-sub2 {
  display: flex;
  align-items: center;
}
.project-html .banner .desc-box .desc-sub2 .span-one-title {
  display: flex;
  align-items: center;
  margin-left: 0.5rem;
}
.project-html .banner .desc-box .desc-sub2 .span-one-title span {
  font-size: 0.2rem;
  margin-left: 0.125rem;
}
.project-html .banner .desc-box .desc-sub2 .span-one-title:first-child {
  margin-left: 0;
}
.project-html .banner .desc-box .desc-sub2 .span-btn {
  font-size: 0.225rem;
  font-weight: 500;
  color: #fff;
  padding: 0.05rem 0.175rem;
  background: #1BC1BB;
  border-radius: 0.05rem;
  margin-right: 0.25rem;
}
.project-html .banner .desc-box .desc-sub2 .span-desc {
  font-size: 0.25rem;
  font-weight: 500;
  color: #fff;
}
.project-html .banner .desc-box .desc-sub2 .span-desc span {
  margin-right: 0.125rem;
}
.project-html .exact-nav {
  padding: 0.375rem 4.1625rem 1rem;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
}
.project-html .exact-nav .nav-title {
  font-size: 0.175rem;
  color: #aaa;
}
.project-html .exact-nav .nav-title .title-first {
  color: #aaa;
}
.project-html .exact-nav .nav-title .title-last {
  color: #333;
  font-weight: 700;
}
.project-html .exact-nav .nav-tab {
  display: flex;
  margin-top: 0.2625rem;
}
.project-html .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;
}
.project-html .exact-nav .nav-tab .tab-item-active {
  background: #055FFF;
  color: #fff;
}
.project-html .analyse .title {
  position: relative;
  text-align: center;
}
.project-html .analyse .title span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0%;
  font-weight: bold;
  font-size: 0.475rem;
}
.project-html .analyse .title img {
  padding-top: 0.375rem;
  width: 5.3375rem;
  height: 0.4rem;
}
.project-html .analyse .content {
  position: relative;
}
.project-html .analyse .content .project-bg {
  width: 100%;
  height: 8.25rem;
  vertical-align: middle;
}
.project-html .analyse .content .content-box {
  background-image: url('/imgs/industry-earth.png');
  background-size: cover;
  background-repeat: no-repeat;
  width: 16.8rem;
  height: 6.775rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.3rem;
}
.project-html .analyse .content .content-box .content-item-flex {
  flex: 1;
  flex-direction: column;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.project-html .analyse .content .content-box .content-item-flex .item-title {
  color: #2E2F38;
  font-size: 0.35rem;
  font-weight: bold;
}
.project-html .analyse .content .content-box .content-item-flex .item-num {
  width: 0.6rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  background-color: #055FFF;
  font-size: 0.25rem;
  font-weight: bold;
  color: #FFFFFF;
  border-radius: 0.75rem;
  box-sizing: border-box;
  margin: 0.25rem 0;
}
.project-html .analyse .content .content-box .content-item-flex .item-desc {
  width: 5rem;
  font-size: 0.225rem;
  color: rgba(46, 47, 56, 0.7);
}
.project-html .analyse .content .content-box .padding-right {
  padding-right: 0.75rem;
}
.project-html .analyse .content .content-box .padding-middle {
  padding: 0 0.75rem;
}
.project-html .analyse .content .content-box .padding-left {
  padding-left: 0.75rem;
}
.project-html .analyse .content .content-box .item-line {
  background-image: url('/imgs/industry-line-path.png');
  background-size: cover;
  background-repeat: no-repeat;
  width: 0.0125rem;
  height: 5.5rem;
}
.project-html .analyse .cost-content-box {
  background-image: url('/imgs/exact-mask2.png');
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 9.375rem;
  position: relative;
}
.project-html .analyse .cost-content-box .middle-title-box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  top: 10%;
  text-align: center;
}
.project-html .analyse .cost-content-box .middle-title-box .title-label {
  font-size: 0.475rem;
  font-weight: bold;
  color: #fff;
}
.project-html .analyse .cost-content-box .middle-title-box .title-en-label {
  font-size: 0.5rem;
  font-weight: bold;
  color: rgba(218, 225, 255, 0.3);
  margin-top: -0.375rem;
}
.project-html .analyse .cost-content-box .content-box {
  width: 18rem;
  display: flex;
  box-sizing: border-box;
  margin: 0 auto;
}
.project-html .analyse .cost-content-box .content-box .left-box {
  background-size: cover;
  background-repeat: no-repeat;
  flex: 1;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding-top: 20%;
}
.project-html .analyse .cost-content-box .content-box .left-box .project-content-left {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 0.75rem;
  line-height: 0.6rem;
  color: #2790FD;
  font-size: 0.25rem;
  font-weight: bold;
  text-align: center;
  background: #FFFFFF;
}
.project-html .analyse .cost-content-box .content-box .left-box .left-title {
  font-size: 0.3rem;
  color: #fff;
  padding-top: 0.25rem;
  font-weight: 700;
}
.project-html .analyse .cost-content-box .content-box .left-box .left-line {
  width: 0.25rem;
  height: 0.025rem;
  background: #fff;
  margin: 0.25rem 0;
}
.project-html .analyse .cost-content-box .content-box .left-box .left-hot {
  font-size: 0.425rem;
  font-weight: bold;
  color: #fff;
  padding-bottom: 0.0625rem;
}
.project-html .analyse .cost-content-box .content-box .left-box .left-en {
  font-size: 0.3rem;
  font-weight: 500;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.project-html .analyse .cost-content-box .content-box .left-box .black-dot {
  width: 0.25rem;
  height: 0.25rem;
  transform: rotate(-135deg);
  background: #E3E9F4;
  box-sizing: border-box;
  margin: 0.25rem 0;
}
.project-html .analyse .cost-content-box .content-box .left-box .black-text {
  font-size: 0.225rem;
  font-weight: 700;
  background: linear-gradient(180deg, #FFFFFF 0%, #84A3EB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.project-html .analyse .cost-content-box .content-box .item-line {
  background-image: url('/imgs/industry-posi-line.png');
  background-size: cover;
  background-repeat: no-repeat;
  width: 0.0125rem;
  height: 9rem;
  box-sizing: border-box;
  margin: 0 0.3125rem;
}
.project-html .analyse .cost-content-box .content-box .middle-box {
  flex: 1;
  box-sizing: border-box;
  padding-top: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.project-html .analyse .cost-content-box .content-box .middle-box .middle-title {
  font-size: 0.475rem;
  font-weight: bold;
  color: #fff;
}
.project-html .analyse .cost-content-box .content-box .middle-box .en-title {
  font-size: 0.5rem;
  font-weight: bold;
  color: rgba(218, 225, 255, 0.3);
  margin-top: -0.375rem;
}
.project-html .analyse .cost-content-box .content-box .middle-box .sub-title {
  font-size: 0.425rem;
  font-weight: bold;
  color: #fff;
  padding: 1.375rem 0 0.125rem 0;
}
.project-html .analyse .cost-content-box .content-box .middle-box .sub-en {
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 0.3rem;
  font-weight: 500;
  padding-bottom: 1rem;
}
.project-html .analyse .cost-content-box .content-box .middle-box .sub-desc {
  width: 4.8rem;
  font-size: 0.3rem;
  font-weight: 500;
  color: #FFFFFF;
}
.project-html .analyse .cost-content-box .content-box .right-box {
  flex: 1;
  background-image: url('/imgs/project-content-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding-top: 1.25rem;
}
.project-html .analyse .cost-content-box .content-box .right-box .project-content-right {
  width: 0.625rem;
  height: 0.625rem;
  vertical-align: middle;
}
.project-html .analyse .cost-content-box .content-box .right-box .right-title {
  font-size: 0.3rem;
  color: #fff;
  padding-top: 0.25rem;
}
.project-html .analyse .cost-content-box .content-box .right-box .right-line {
  width: 0.0125rem;
  height: 1.25rem;
  background: #fff;
  margin: 0.25rem 0;
}
.project-html .analyse .cost-content-box .content-box .right-box .right-hot {
  font-size: 0.425rem;
  font-weight: bold;
  color: #fff;
  padding-bottom: 0.0625rem;
}
.project-html .analyse .cost-content-box .content-box .right-box .right-en {
  font-size: 0.3rem;
  font-weight: 500;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.project-html .analyse .custom-content-box {
  background-image: url('/imgs/industry-content-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 9rem;
  position: relative;
}
.project-html .analyse .custom-content-box .content-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-top: 1.125rem;
  box-sizing: border-box;
}
.project-html .analyse .custom-content-box .content-box .industry-path-top {
  position: absolute;
  top: 1.4rem;
  height: 1.275rem;
  width: 19.3625rem;
  left: 50%;
  transform: translateX(-50%);
}
.project-html .analyse .custom-content-box .content-box .industry-path-bottom {
  position: absolute;
  bottom: 0.375rem;
  height: 1.275rem;
  width: 19.3625rem;
  left: 50%;
  transform: translateX(-50%);
}
.project-html .analyse .custom-content-box .content-box .content-en-box {
  position: relative;
  opacity: 0;
}
.project-html .analyse .custom-content-box .content-box .content-en-box .default-img {
  display: inline-block;
}
.project-html .analyse .custom-content-box .content-box .content-en-box .avtive-img {
  display: none;
}
.project-html .analyse .custom-content-box .content-box .content-a-box {
  width: 2.925rem;
  height: 5.45rem;
}
.project-html .analyse .custom-content-box .content-box .content-a-box img {
  width: 100%;
  height: 100%;
}
.project-html .analyse .custom-content-box .content-box .content-b-box {
  width: 2.925rem;
  height: 4.3rem;
}
.project-html .analyse .custom-content-box .content-box .content-b-box img {
  width: 100%;
  height: 100%;
}
.project-html .analyse .custom-content-box .content-box .content-c-box {
  width: 2.925rem;
  height: 3.8125rem;
}
.project-html .analyse .custom-content-box .content-box .content-c-box img {
  width: 100%;
  height: 100%;
}
.project-html .analyse .custom-content-box .content-box .content-d-box {
  width: 2.925rem;
  height: 3.8125rem;
}
.project-html .analyse .custom-content-box .content-box .content-d-box img {
  width: 100%;
  height: 100%;
}
.project-html .analyse .custom-content-box .content-box .content-e-box {
  width: 2.925rem;
  height: 4.3rem;
}
.project-html .analyse .custom-content-box .content-box .content-e-box img {
  width: 100%;
  height: 100%;
}
.project-html .analyse .custom-content-box .content-box .content-f-box {
  width: 2.925rem;
  height: 5.45rem;
}
.project-html .analyse .custom-content-box .content-box .content-f-box img {
  width: 100%;
  height: 100%;
}
.project-html .analyse .custom-content-box .content-box .title-text {
  font-size: 0.3rem;
  font-weight: 500;
  color: #2E2F38;
  position: absolute;
  top: 45%;
  width: 100%;
  text-align: center;
}
.project-html .analyse .custom-content-box .content-box .title-text .title-desc {
  font-size: 0.175rem;
  line-height: 0.3rem;
  color: rgba(46, 47, 56, 0.7);
  margin-top: 0.25rem;
  padding: 0 0.3125rem;
  display: inline-block;
}
.project-html .analyse .custom-content-box .content-box .title-text .sub-title {
  position: relative;
  font-weight: 700;
}
.project-html .analyse .custom-content-box .content-box .title-text .sub-title::after {
  content: "";
  width: 0.3rem;
  height: 0.025rem;
  background: #055FFF;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30%;
}
.project-html .analyse .custom-content-box .content-box .content-en-box:hover {
  position: relative;
}
.project-html .analyse .custom-content-box .content-box .content-en-box:hover .default-img {
  display: none;
}
.project-html .analyse .custom-content-box .content-box .content-en-box:hover .avtive-img {
  display: inline-block;
}
.project-html .analyse .custom-content-box .content-box .content-en-box:hover .title-text {
  color: #fff;
}
.project-html .analyse .custom-content-box .content-box .content-en-box:hover .title-text .title-desc {
  color: #F7F9FD;
}
.project-html .analyse .custom-content-box .content-box .content-en-box:hover .title-text .sub-title {
  position: relative;
}
.project-html .analyse .custom-content-box .content-box .content-en-box:hover .title-text .sub-title::after {
  background: #fff;
}
.project-html .analyse .custom-content-box .en-card-animate .content-a-box {
  animation: opacity 0.5s;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
}
.project-html .analyse .custom-content-box .en-card-animate .content-b-box {
  animation: opacity 0.5s;
  animation-fill-mode: forwards;
  animation-delay: 0.4s;
}
.project-html .analyse .custom-content-box .en-card-animate .content-c-box {
  animation: opacity 0.5s;
  animation-fill-mode: forwards;
  animation-delay: 0.6s;
}
.project-html .analyse .custom-content-box .en-card-animate .content-d-box {
  animation: opacity 0.5s;
  animation-fill-mode: forwards;
  animation-delay: 0.8s;
}
.project-html .analyse .custom-content-box .en-card-animate .content-e-box {
  animation: opacity 0.5s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}
.project-html .analyse .custom-content-box .en-card-animate .content-f-box {
  animation: opacity 0.5s;
  animation-fill-mode: forwards;
  animation-delay: 1.2s;
}
.project-html .indutry-img-box {
  background-image: url('/imgs/industry-img-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 4.125rem;
  position: relative;
}
.project-html .indutry-img-box .indutry-img-title {
  font-size: 0.475rem;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  padding-top: 1rem;
}
.project-html .indutry-img-box .indutry-img-en {
  color: rgba(218, 225, 255, 0.3);
  font-size: 0.5rem;
  font-weight: bold;
  text-align: center;
  margin-top: -0.3125rem;
  margin-bottom: 0.625rem;
}
.project-html .indutry-img-box .indutry-img-desc {
  background: #FFFFFF;
  box-shadow: 0px 4px 20px 0px rgba(8, 25, 64, 0.15);
  padding: 0.625rem 1.25rem;
  font-size: 0.2rem;
  line-height: 0.35rem;
  font-weight: 700;
  color: rgba(46, 47, 56, 0.7);
  width: 15rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 2.5rem;
  z-index: 3;
  text-align: left;
}
.project-html .position-box {
  background-image: url('/imgs/project-position-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 7.875rem;
}
.project-html .position-box .posi-title {
  font-size: 0.475rem;
  font-weight: bold;
  color: #3D3D3D;
  text-align: center;
  padding-top: 1.25rem;
}
.project-html .position-box .posi-en {
  color: rgba(218, 225, 255, 0.3);
  font-size: 0.5rem;
  font-weight: bold;
  text-align: center;
  margin-top: -0.3125rem;
  margin-bottom: 0.625rem;
}
.project-html .position-box .posi-content {
  display: flex;
  justify-content: center;
}
.project-html .position-box .posi-content .posi-item {
  background-image: url('/imgs/card-bottom-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  width: 4.725rem;
  height: 3.8875rem;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.project-html .position-box .posi-content .posi-item .exact-dot {
  width: 1rem;
  height: 1rem;
  vertical-align: middle;
  margin-top: 0.375rem;
}
.project-html .position-box .posi-content .posi-item .posi-label {
  font-size: 0.3rem;
  font-weight: bold;
  color: #2E2F38;
  padding: 15px 0;
}
.project-html .position-box .posi-content .posi-item .posi-desc {
  color: rgba(46, 47, 56, 0.45);
  font-size: 0.2rem;
  font-weight: 500;
  padding: 0 0.25rem;
  text-align: center;
}
.project-html .position-box .posi-content .posi-item .industry-value-bottom {
  width: 4.725rem;
  height: 1.25rem;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  left: 0;
}
.project-html .position-box .posi-content .margin-right-40 {
  margin: 0 0.5rem;
}
.project-html .exact-arc {
  margin-top: 1rem;
  padding: 0 1.675rem 1.25rem;
}
.project-html .exact-arc .value-title {
  height: 1.05rem;
  position: relative;
  text-align: center;
}
.project-html .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%);
}
.project-html .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;
}
.project-html .exact-arc .arc-mian {
  padding: 0 2.125rem;
  height: 6.975rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.project-html .exact-arc .arc-mian .main-left {
  height: 100%;
  width: 9.4125rem;
}
.project-html .exact-arc .arc-mian .main-left img {
  width: 100%;
  height: 100%;
}
.project-html .exact-arc .arc-mian .main-right {
  width: 6.4rem;
}
.project-html .exact-arc .arc-mian .main-right .right-title {
  display: flex;
  align-items: center;
}
.project-html .exact-arc .arc-mian .main-right .right-title img {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.125rem;
}
.project-html .exact-arc .arc-mian .main-right .right-title span {
  font-size: 0.375rem;
  font-weight: 700;
  line-height: 0.4rem;
  color: #3D3D3D;
}
.project-html .exact-arc .arc-mian .main-right .right-tex {
  font-size: 0.175rem;
  line-height: 0.3rem;
  color: #798599;
  margin: 0.25rem 0;
}
.project-html .exact-arc .arc-mian .main-right .right-select {
  margin-bottom: 1rem;
  display: flex;
}
.project-html .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;
}
.project-html .exact-arc .arc-mian .main-right .right-select .select-item img {
  width: 0.375rem;
  height: 0.375rem;
  margin-right: 0.0625rem;
}
.project-html .exact-arc .arc-mian .main-right .right-btn {
  text-align: left;
}
.project-html .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;
}
.main-title-en1 {
  position: relative;
}
.main-title-en1::after {
  content: "";
  color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #055FFF, #fff, #055FFF);
  background-clip: text;
  -webkit-background-clip: text;
  clip-path: circle(0.5rem at 0% 50%);
  animation: light 5s infinite;
}
.main-title-en2 {
  position: relative;
}
.main-title-en2::after {
  content: "";
  color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #055FFF, #fff, #055FFF);
  background-clip: text;
  -webkit-background-clip: text;
  clip-path: circle(0.5rem at 0% 50%);
  animation: light 5s infinite;
}
.main-title-en3 {
  position: relative;
}
.main-title-en3::after {
  content: "";
  color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #055FFF, #fff, #055FFF);
  background-clip: text;
  -webkit-background-clip: text;
  clip-path: circle(0.5rem at 0% 50%);
  animation: light 5s infinite;
}
.main-title-en4 {
  position: relative;
}
.main-title-en4::after {
  content: "";
  color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #055FFF, #fff, #055FFF);
  background-clip: text;
  -webkit-background-clip: text;
  clip-path: circle(0.5rem at 0% 50%);
  animation: light 5s infinite;
}
.main-title-en5 {
  position: relative;
}
.main-title-en5::after {
  content: "";
  color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #055FFF, #fff, #055FFF);
  background-clip: text;
  -webkit-background-clip: text;
  clip-path: circle(0.5rem at 0% 50%);
  animation: light 5s infinite;
}
/* 定义动画 改变圆心的位置 */
@keyframes light {
  0% {
    clip-path: circle(0.5rem at 0% 50%);
  }
  50% {
    clip-path: circle(0.5rem at 100% 50%);
  }
  100% {
    clip-path: circle(0.5rem at 0% 50%);
  }
}
@keyframes opacity {
  100% {
    opacity: 1;
  }
}
