.project-html .banner {
  color: #FFFFFF;
  position: relative;
}
.project-html .banner .banner-img {
  width: 100%;
  height: 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 {
  font-size: 0.25rem;
  font-weight: 500;
  text-align: justify;
}
.project-html .exact-nav {
  padding: 0.375rem 4.1625rem 1rem;
  background-color: #fff;
  width: 100%;
  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 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.project-html .analyse .content .content-box .project-middle-bg {
  width: 7.2125rem;
  height: 6.475rem;
}
.project-html .analyse .content .content-box .project-item-bg {
  width: 5.325rem;
  height: 1.875rem;
  box-shadow: 0px 10px 18px 0px rgba(5, 95, 255, 0.4);
  vertical-align: middle;
}
.project-html .analyse .content .content-box .position-absolute {
  position: absolute;
}
.project-html .analyse .content .content-box .middle-content {
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}
.project-html .analyse .content .content-box .middle-content .text {
  padding-top: 0.125rem;
}
.project-html .analyse .content .content-box .position-lt {
  left: 10%;
  top: 16%;
}
.project-html .analyse .content .content-box .position-lb {
  left: 10%;
  bottom: 16%;
}
.project-html .analyse .content .content-box .position-rt {
  right: 10%;
  top: 16%;
}
.project-html .analyse .content .content-box .position-rb {
  right: 10%;
  bottom: 16%;
}
.project-html .analyse .content .content-box .text-box {
  color: #FFFFFF;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.project-html .analyse .content .content-box .text-box .title {
  font-size: 0.3rem;
  font-weight: 700;
}
.project-html .analyse .content .content-box .text-box .sub-title {
  color: #9BFFEE;
  font-size: 0.225rem;
  font-weight: 700;
  padding-top: 0.25rem;
}
.project-html .analyse .custom-content-box .content-title {
  background-image: url('/imgs/exact-mask.png');
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 3.825rem;
  font-weight: bold;
  font-size: 0.475rem;
  padding-top: 0.7rem;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
.project-html .analyse .custom-content-box .content-title .title-text {
  color: #000;
}
.project-html .analyse .custom-content-box .content-title .title-text-hot {
  color: #055FFF;
  margin-left: 0.125rem;
}
.project-html .analyse .custom-content-box .content-title .desc-title {
  background: #FFFFFF;
  box-shadow: 0px 4px 20px 0px rgba(8, 25, 64, 0.15);
  padding: 0.625rem;
  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: 2rem;
  z-index: 9;
  text-align: left;
}
.project-html .analyse .custom-content-box .content-box {
  background-image: url('/imgs/exact-mask2.png');
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 12.325rem;
  display: flex;
}
.project-html .analyse .custom-content-box .content-box .content-item {
  flex: 1;
  position: relative;
}
.project-html .analyse .custom-content-box .content-box .content-item .right-box {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  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 .custom-content-box .content-box .content-item .right-box .project-content-right {
  width: 0.625rem;
  height: 0.625rem;
  vertical-align: middle;
}
.project-html .analyse .custom-content-box .content-box .content-item .right-box .right-title {
  font-size: 0.3rem;
  color: #fff;
  padding-top: 0.25rem;
}
.project-html .analyse .custom-content-box .content-box .content-item .right-box .right-line {
  width: 0.0125rem;
  height: 1.25rem;
  background: #fff;
  margin: 0.25rem 0;
}
.project-html .analyse .custom-content-box .content-box .content-item .right-box .right-hot {
  font-size: 0.425rem;
  font-weight: bold;
  color: #fff;
  padding-bottom: 0.0625rem;
}
.project-html .analyse .custom-content-box .content-box .content-item .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 .content-box .content-item .left-box {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  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 .custom-content-box .content-box .content-item .left-box .project-content-left {
  width: 0.625rem;
  height: 0.625rem;
  vertical-align: middle;
}
.project-html .analyse .custom-content-box .content-box .content-item .left-box .left-title {
  font-size: 0.3rem;
  color: #fff;
  padding-top: 0.25rem;
}
.project-html .analyse .custom-content-box .content-box .content-item .left-box .left-line {
  width: 0.0125rem;
  height: 1.25rem;
  background: #fff;
  margin: 0.25rem 0;
}
.project-html .analyse .custom-content-box .content-box .content-item .left-box .left-hot {
  font-size: 0.425rem;
  font-weight: bold;
  color: #fff;
  padding-bottom: 0.0625rem;
}
.project-html .analyse .custom-content-box .content-box .content-item .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 .custom-content-box .content-box .content-item .fadein {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
  opacity: 0;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-top: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.project-html .analyse .custom-content-box .content-box .content-item .fadein .middle-title {
  font-size: 0.35rem;
  font-weight: bold;
  color: #fff;
}
.project-html .analyse .custom-content-box .content-box .content-item .fadein .en-title {
  font-size: 0.25rem;
  font-weight: bold;
  color: rgba(218, 225, 255, 0.3);
  margin-top: -0.125rem;
}
.project-html .analyse .custom-content-box .content-box .content-item .fadein .sub-title {
  font-size: 0.35rem;
  font-weight: bold;
  color: #fff;
  padding: 1.375rem 0 0.125rem 0;
}
.project-html .analyse .custom-content-box .content-box .content-item .fadein .sub-en {
  font-weight: bold;
  color: rgba(218, 225, 255, 0.3);
  font-size: 0.25rem;
  font-weight: 500;
  padding-bottom: 1rem;
}
.project-html .analyse .custom-content-box .content-box .content-item .fadein .sub-desc {
  width: 3.5rem;
  font-size: 0.2rem;
  font-weight: 500;
  color: #FFFFFF;
}
.project-html .analyse .custom-content-box .content-box .content-item:hover .left-box {
  opacity: 0;
}
.project-html .analyse .custom-content-box .content-box .content-item:hover .right-box {
  opacity: 0;
}
.project-html .analyse .custom-content-box .content-box .content-item:hover .fadein {
  opacity: 1;
}
.project-html .analyse .position-box {
  background-image: url('/imgs/project-position-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 6.125rem;
}
.project-html .analyse .position-box .posi-title {
  font-size: 0.475rem;
  font-weight: bold;
  color: #3D3D3D;
  text-align: center;
  padding-top: 1.25rem;
  position: relative;
  z-index: 20;
}
.project-html .analyse .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 .analyse .position-box .posi-content {
  display: flex;
  justify-content: center;
}
.project-html .analyse .position-box .posi-content .posi-left {
  width: 7.5rem;
  height: 1.65rem;
  background: rgba(173, 192, 235, 0.2);
  font-weight: bold;
  font-size: 0.25rem;
  color: #2E2F38;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.1rem;
  position: relative;
}
.project-html .analyse .position-box .posi-content .posi-right {
  width: 7.5rem;
  height: 1.65rem;
  background: rgba(173, 192, 235, 0.2);
  font-weight: bold;
  font-size: 0.25rem;
  color: #2E2F38;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 2.275rem;
  border-radius: 0.1rem;
}
.project-html .analyse .position-box .posi-content .exact-dot {
  width: 0.25rem;
  height: 0.25rem;
  vertical-align: middle;
}
.project-html .analyse .position-box .posi-content .posi-label {
  margin-left: 0.25rem;
}
.project-html .analyse .exact-arc {
  margin-top: 1rem;
  padding: 0 1.675rem 1.25rem;
}
.project-html .analyse .exact-arc .value-title {
  height: 1.05rem;
  position: relative;
  text-align: center;
}
.project-html .analyse .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 .analyse .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 .analyse .exact-arc .arc-mian {
  padding: 0 2.125rem;
  height: 6.4375rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.project-html .analyse .exact-arc .arc-mian .main-left {
  height: 100%;
  width: 8.9125rem;
}
.project-html .analyse .exact-arc .arc-mian .main-left img {
  width: 100%;
  height: 100%;
}
.project-html .analyse .exact-arc .arc-mian .main-right {
  width: 6.4rem;
}
.project-html .analyse .exact-arc .arc-mian .main-right .right-title {
  display: flex;
  align-items: center;
}
.project-html .analyse .exact-arc .arc-mian .main-right .right-title img {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.125rem;
}
.project-html .analyse .exact-arc .arc-mian .main-right .right-title span {
  font-size: 0.375rem;
  font-weight: 700;
  line-height: 0.4rem;
  color: #3D3D3D;
}
.project-html .analyse .exact-arc .arc-mian .main-right .right-tex {
  font-size: 0.175rem;
  line-height: 0.3rem;
  color: #798599;
  margin: 0.25rem 0;
  line-height: 1.5em;
}
.project-html .analyse .exact-arc .arc-mian .main-right .right-select {
  margin-bottom: 1rem;
  display: flex;
}
.project-html .analyse .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 .analyse .exact-arc .arc-mian .main-right .right-select .select-item img {
  width: 0.375rem;
  height: 0.375rem;
  margin-right: 0.0625rem;
}
.project-html .analyse .exact-arc .arc-mian .main-right .right-btn {
  text-align: left;
}
.project-html .analyse .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 moveUp {
  100% {
    transform: translateX(0);
  }
}
