body {
  background: #000 url("../img/bg-01.png") no-repeat top center;
  background-size: cover;
  background-attachment: fixed;
}

.banner {
  background-position: bottom center;
  position: relative;
  z-index: 0;
  background-color: #000;
}

.banner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.banner .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.banner .logo {
  position: absolute;
  top: 60px;
  left: 120px;
  z-index: 1;
}

.banner .txt {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  bottom: 5%;
}

.banner .txt img {
  max-width: 663px;
}

.main {
  position: relative;
}

.main::after {
  content: "";
  width: 100%;
  height: 124px;
  background: url("../img/bgc1.png") no-repeat bottom center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.main .wp .banner-txt-1{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
}

.block1 {
  position: relative;
  z-index: 2;
  padding-top: 120px;
}

.block1 li {
  width: 567px;
  height: 124px;
  float: left;
  margin: 12px 0;
}

.block1 li:nth-child(2n) {
  float: right;
}

.block1 li .item {
  padding: 15px 15px;
}

.block1 li .item .icon {
  width: 70px;
  flex-shrink: 0;
  margin-left: 10px;
  margin-right: 40px;
}

.block1 li .item .info .tit {
  font-size: 22px;
  font-weight: bolder;
}

.block1 li .item .info .desc {
  color: rgba(255, 255, 255, 0.8);
  margin-top: 6px;
}

.block1 li .item:hover {
  opacity: .88;
}

.g-type {
  margin: 100px 0 60px;
  width: 100%;
  float: left;
  clear: both;
  position: relative;
}

.g-type img {
  width: 43px;
}

.g-type .tit {
  margin: 0 18px;
  text-align: center;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}

.g-type .tit .en {
  opacity: 0.4;
  background: linear-gradient(180deg, #F0D197 0%, rgba(240, 209, 151, 0.00) 100%);
  letter-spacing: -2px;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 46px;
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  text-transform: uppercase;
}

.g-type .tit .cn {
  font-size: 56px;
  margin-top: 5px;
  letter-spacing: 2px;
  background: var(--Linear, linear-gradient(100deg, #F0D197 11.78%, #FEF9ED 39.53%, #F0D197 69.36%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.block2 .list li {
  width: 138px;
  transition: all ease .1s;
}

.block2 .list li .item {
  cursor: pointer;
  height: 400px;
  position: relative;
  overflow: hidden;
}

.block2 .list li .item .pimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.block2 .list li .item .pimg.bg2 {
  display: none;
}

.block2 .list li .item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-image: url("../img/mask1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.block2 .list li .txt1 {
  text-align: center;
  font-size: 40px;
  position: relative;
  z-index: 2;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
  line-height: 120%;
}

.block2 .list li .txt2 {
  position: absolute;
  width: 100%;
  display: none;
  left: 0;
  z-index: 2;
  bottom: 0;
  color: rgba(255, 255, 255, 0.9);
}

.block2 .list li.active {
  width: 608px;
}

.block2 .list li.active .item::before {
  background-image: url("../img/mask2.png");
}

.block2 .list li.active .pimg.bg1 {
  display: none;
}

.block2 .list li.active .pimg.bg2 {
  display: block;
}

.block2 .list li.active .txt1 {
  display: none;
}

.block2 .list li.active .txt2 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 25px;
}

.block2 .list li.active .txt2 .cont {
  max-width: 417px;
  text-align: center;
}

.block2 .list li.active .txt2 .cont .tit {
  font-size: 30px;
  background: var(--Linear, linear-gradient(100deg, #F0D197 11.78%, #FEF9ED 39.53%, #F0D197 69.36%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "PingFang SC";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.block2 .list li.active .txt2 .cont .desc {
  margin-top: 7px;
}

.block3 {
  padding: 0 62px;
}

.block3 .dl {
  margin-bottom: 80px;
}

.block3 .dl .designer {
  /* margin-bottom: 36px; */
}

.block3 .dl .designer .user {
  width: 249px;
  height: 249px;
  flex-shrink: 0;
  margin-right: 56px;
  position: relative;
  z-index: 1;
}

.block3 .dl .designer .user::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: url("../img/ky.png") no-repeat;
  background-size: 100% 100%;
  -webkit-animation: roate 10s linear infinite;
  -moz-animation: roate 10s linear infinite;
  -o-animation: roate 10s linear infinite;
  animation: roate 10s linear infinite;
}

.block3 .dl .designer .user img {
  width: 152px;
  height: 152px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 50%;
}

.block3 .dl .designer .user .szty {
  position: absolute;
  bottom: 20px;
}
.block3 .dl .designer .user .szty img{
    width: 158px;
    height: 32px;
    border-radius: 0;
}

.block3 .dl .designer .info {
  flex: 1;
  overflow: hidden;
}

.block3 .dl .designer .info .item-tit {
  height: 48px;
  border-radius: 4px;
  border: 1px solid #FFEDC9;
  background: rgba(255, 255, 255, 0.1);
  margin-bottom: 25px;
}

.block3 .dl .designer .info .item-tit .name {
  width: 175px;
  height: 48px;
  color: #452F0F;
  text-align: center;
  font-family: "Noto Sans SC";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  margin-right: 30px;
  line-height: normal;
  border-radius: 4px;
  background: var(--Linear, linear-gradient(206deg, #FEF9ED 15.86%, #F0D197 82.7%));
}

.block3 .dl .designer .info .item-tit .tit {
  background: var(--Linear, linear-gradient(206deg, #FEF9ED 15.86%, #F0D197 82.7%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Noto Sans SC";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.block3 .dl .designer .info .item-desc {
  color: #FFF;
  font-family: "Noto Sans SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 1.6px;
  color: rgba(255, 255, 255, 0.9);
}

.block3 .dl .works li .item {
  overflow: hidden;
  display: block;
}

.block3 .dl.dl2 .works .list2 {
  margin: -2px;
}

.block3 .dl.dl2 .works .list2 a {
  margin: 2px;
  display: block;
}

.block3 .dl.dl2 .works .list2 .item img {
  height: 153px;
}

.block3 .dl.dl2 .works .list2 .item1 img {
  height: 298px;
}

.block3 .dl.dl2 .works .list2 .col2 {
  display: flex;
  flex-direction: column-reverse;
}

.block3 .dl.dl3 a {
  margin: 2px;
  display: block;
}



.block3 .dl:last-child {
  margin-bottom: 0;
}

.block4 .dl {
  margin-bottom: 100px;
  clear: both;
}

.block4 .dl:last-child {
  margin-bottom: 0;
}

.block4 .dl .card-type {
    height: 85px;
    margin-bottom: 25px;
}

.block4 .dl .card-type .tit {
  background-position: right center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 0 163px 0 27px;
  background: var(--Linear, linear-gradient(100deg, #F0D197 11.78%, #FEF9ED 39.53%, #F0D197 69.36%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Noto Sans SC";
  font-size: 46px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 2px;
}

.block4 .dl.dl1 .card-type {
    height: 85px;
    margin-bottom: 25px;
}
.block4 .dl .card-type .num {
    margin-right: 10px;
}

.block4 .dl .card-type .txt .line {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.block4 .dl .card-type .txt .line .l {
    align-self: flex-start;
}

.block4 .dl .card-type .txt .line .o {
    align-self: center;
}

.block4 .dl .card-type .txt .line .r {
    align-self: flex-end;
}

.block4 .dl.dl1 .card-cont {
  background-image: url("../img/bg_card1.png");
  padding: 50px;
}

.block4 .dl.dl1 .card-cont .box1 {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 190%;
  letter-spacing: 0.2px;
}

.block4 .dl.dl1 .card-cont .box2 {
  margin: 40px 0 0;
}

.block4 .dl.dl1 .card-cont .box2 .dd {
  margin-bottom: 60px;
}

.block4 .dl.dl1 .card-cont .box2 .dd .g-type2 i {
  width: 9px;
  height: 9px;
  flex-shrink: 0;
  background: #86C9FF;
}

.block4 .dl.dl1 .card-cont .box2 .dd .g-type2 span {
  font-family: "Source Han Sans CN";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 45px */
  letter-spacing: 3px;
  margin: 0 14px;
  background: var(--Linear, linear-gradient(180deg, #FFF 0%, #48ADFB 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.block4 .dl.dl1 .card-cont .box2 .dd .g-desc {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin: 16px 0 30px;
  text-align: center;
}

.block4 .dl.dl1 .card-cont .box2 .dd:last-child {
  margin-bottom: 0;
}

.block4 .dl.dl1 .card-cont .box2 .dd .list1 li {
  width: calc(25% - 16px);
}

.block4 .dl.dl1 .card-cont .box2 .dd .list2 li {
  border: 2px solid rgba(156, 205, 250, 0.5);
  background: linear-gradient(103deg, rgba(255, 255, 255, 0) 4.66%, rgba(255, 255, 255, 0.15) 99.38%);
  backdrop-filter: blur(12px);
  margin-bottom: 30px;
  align-items: stretch;
  height: 216px;
}

.block4 .dl.dl1 .card-cont .box2 .dd .list2 li:last-child {
  margin-bottom: 0;
}

.block4 .dl.dl1 .card-cont .box2 .dd .list2 li .col1 {
  width: 416px;
  flex-shrink: 0;
  border-right: 2px solid rgba(156, 205, 250, 0.5);
  padding: 0 50px;
}

.block4 .dl.dl1 .card-cont .box2 .dd .list2 li .col1 .icon {
  width: 45px;
  flex-shrink: 0;
  margin-right: 16px;
}

.block4 .dl.dl1 .card-cont .box2 .dd .list2 li .col1 .tit {
  flex: 1;
  overflow: hidden;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0%;
}

.block4 .dl.dl1 .card-cont .box2 .dd .list2 li .col2 {
  padding: 28px 34px 28px 42px;
}

.block4 .dl.dl1 .card-cont .box2 .dd .list2 li .col2 .info {
  flex: 1;
  overflow: hidden;
}

.block4 .dl.dl1 .card-cont .box2 .dd .list2 li .col2 .info p {
  margin: 7px 0;
  position: relative;
  padding-left: 16px;
}

.block4 .dl.dl1 .card-cont .box2 .dd .list2 li .col2 .info p::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #FFE928;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

.block4 .dl.dl1 .card-cont .box2 .dd .list2 li .col2 .pic {
  width: 337px;
  flex-shrink: 0;
  border: 1px solid #7091AF;
}


.block4 .dl.dl2 .card {
  /* margin-bottom: 100px; */
}

.block4 .dl.dl2 .card .box1 {
  height: 609px;
  position: relative;
}

.block4 .dl.dl2 .card .box1 .item-txt {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 20px 11px 20px;
}

.block4 .dl.dl2 .card .box1 .item-txt .item-tit .tit {
  text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.7);
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 2.5px;
}

.block4 .dl.dl2 .card .box1 .item-txt .item-tit .piclist {
  margin: 0 6px;
}

.block4 .dl.dl2 .card .box1 .item-txt .item-tit .piclist img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin: 0 4px;
}

.block4 .dl.dl2 .card .box1 .item-txt .item-tit .total {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.block4 .dl.dl2 .card .box1 .item-txt .item-desc {
  margin: 10px 0 30px;

}
.block4 .dl.dl2 .card .box1 .item-txt .item-desc1 {
  margin: 10px 0 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
}
.block4 .dl.dl2 .card .box1 .item-txt .item-desc1 .dd{
  padding-left: 21px;
  background-position: left top 2px;
  font-size: 16px;
  background-repeat: no-repeat;
  background-image: url("../img/Outline-star.png");
  background-size: 11px 17px;
  line-height: 125%;
  flex: 0 1 auto;
  min-width: 0;
}

.block4 .dl.dl2 .card .box1 .item-txt .item-desc2 {
  margin: 10px 0 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-evenly;
}


.block4 .dl.dl2 .card .step{
    background-image: url("../img/kcdg01-d.png");
    background-size: 100% 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}

.block4 .dl.dl2 .card .step .li {
  clear: both;
  overflow: hidden;
  padding: 0 0 0 75px;
}

.block4 .dl.dl7 .card .step .li {
  clear: both;
  overflow: hidden;
  padding: unset;
}


.block4 .dl.dl2 .card .step .step-tit {
  height: 48px;
  background-size: 100% 100%;
  border-radius: 5px;
}

.block4 .dl.dl2 .card .step .step-tit .name {
    background-repeat: no-repeat;
    background-image: url("../img/Outline-tag.png");
    background-size: 22px 16px;
    flex-shrink: 0;
    text-align: center;
    padding-left: 30px;
    line-height: 15px;
}

.block4 .dl.dl2 .card .step .step-tit .name span {
  font-family: "Noto Sans SC";
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 2.8px;
  background: var(--Linear, linear-gradient(100deg, #F0D197 11.78%, #FEF9ED 39.53%, #F0D197 69.36%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}



.block4 .dl.dl2 .card .step .step-tit .cont {
  padding-left: 32px;
  font-family: "Noto Sans SC";
}

.block4 .dl.dl2 .card .step .step-tit .cont .tit {
  color: #111;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.2px;
}

.block4 .dl.dl2 .card .step .step-tit .cont .num {
  color: #0F2E45;
  text-align: center;
  font-size: 18px;
  letter-spacing: 1.8px;
  margin-left: 12px;
}

.block4 .dl.dl2 .card .step .step-cont {
  padding: 0px 32px;
  overflow: hidden;
}

.block4 .dl .card .step .purple {
    background-color: rgba(99, 76, 48, 0.3);
    margin-top: 20px;
}

.block4 .dl .card .step .cyan {
    background-color: rgba(48, 67, 99, 0.3);
    margin-top: 20px;
}

.block4 .dl .card .step .orange {
    background-color: rgba(35, 64, 42, 0.3);
    margin-top: 20px;
}

.block4 .dl .card .step .red {
    background-color: rgba(99, 86, 48, 0.3);
    margin-top: 20px;
}

.block4 .dl .card .step .orange1 {
    background-color: rgba(99, 86, 48, 0.3);
    margin-top: 20px;
}
.block4 .dl.dl2 .card .step .step-cont .attr {
  margin-bottom: 30px;
}

.block4 .dl.dl2 .card .step .step-cont .attr ul li {
  margin: 10px 0;
  position: relative;
  padding-left: 30px;
  background-position: left top 3px;
  font-size: 15px;
  background-repeat: no-repeat;
  background-image: url("../img/Outline-dian.png");
  background-size: 20px 20px;
  line-height: 150%;
  letter-spacing: 1.4px;
}

.block4 .dl.dl2 .card .step .step-cont .table .tr {
  display: flex;
  border: 1px solid #4E677D;
  width: 48%;
  float: left;
  margin-bottom: -1px;
}

.block4 .dl.dl2 .card .step .step-cont .table .tr .td {
  height: 35px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.block4 .dl.dl2 .card .step .step-cont .table .tr .td:nth-child(1) {
  width: 123px;
  flex-shrink: 0;
  border-right: 1px solid #4E677D;
}

.block4 .dl.dl2 .card .step .step-cont .table .tr .td:nth-child(2) {
  flex: 1;
  overflow: hidden;
}

.block4 .dl.dl2 .card .step .step-cont .table .tr:nth-child(2n) {
  float: right;
}


.block4 .dl.dl2 .card .step .pic-list2 li {
  width: 48.1%;
  float: left;
}

.block4 .dl.dl2 .card .step .pic-list2 li img {
  width: 100%;
}

.block4 .dl.dl2 .card .step .pic-list2 li:nth-child(2n) {
  float: right;
}

.block4 .dl.dl2 .card .step.step2 .li {
  margin-bottom: 60px;
}

.block4 .dl.dl2 .card .step.step2 .li .step-tit {
  background-image: url("../img/type_cj2.png");
  margin-bottom: 20px;
}

.block4 .dl.dl2 .card .step.step2 .li .step-tit .name span {
  background: linear-gradient(180deg, #FFF 0%, #77C4FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.block4 .dl.dl2 .card .step.step2 .li .step-cont {
  padding: 0 0 0 32px;
  background: rgba(23, 84, 124, 0.2);
}

.block4 .dl.dl2 .card .step.step2 .li .step-cont .attr {
  margin: 0;
}

.block4 .dl.dl2 .card .step.step2 .li .step-cont .attr ul {
  max-width: 550px;
}

.block4 .dl.dl2 .card .step.step2 .li .step-cont .attr ul li {
  margin: 10px 0;
  background-image: url("../img/dian2.png");
}

.block4 .dl.dl2 .card .step.step2 .li .step-cont .pic-list3 {
  width: 45%;
}

.block4 .dl.dl2 .card .step.step3 .li {
  margin-bottom: 60px;
}

.block4 .dl.dl2 .card .step.step3 .li .step-tit {
  background-image: url("../img/type_cj3.png");
  margin-bottom: 0;
}

.block4 .dl.dl2 .card .step.step3 .li .step-tit .name span {
  background: linear-gradient(180deg, #FFF 0%, #0E73F2 100%);

  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.block4 .dl.dl2 .card .step.step3 .li .step-cont .attr ul li {
  margin: 10px 0;
  background-image: url("../img/dian3.png");
}

.block4 .dl.dl2 .card .step.step3 .li .step-cont .table .td,
.block4 .dl.dl2 .card .step.step3 .li .step-cont .table .tr {
  border-color: #615C55;
}

.block4 .dl.dl2 .card .step.step4 .li .step-tit {
  background-image: url("../img/type_cj4.png");
}

.block4 .dl.dl2 .card .step.step4 .li .step-tit .name span {
  background: linear-gradient(180deg, #FFF 0%, #4E6FFB 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.block4 .dl.dl2 .card .step.step4 .li .step-cont .attr ul li {
  background-image: url("../img/dian4.png");
}





.block4 .dl.dl3 .box1 {
  position: relative;
}

.block4 .dl.dl3 .box1 .tips1 {
  font-size: 11px;
  position: absolute;
  right: 14px;
  top: 10px;
  z-index: 1;
  text-shadow: 0 1px 1px #000;
}
.block4 .dl.dl4 .box1 .tips1 {
  font-size: 10px;
  position: absolute;
  right: 14px;
  top: 10px;
  z-index: 1;
  text-shadow: 0 1px 1px #000;
}
.block4 .dl.dl5 .box1 .tips1 {
  font-size: 10px;
  position: absolute;
  right: 14px;
  top: 10px;
  z-index: 1;
  text-shadow: 0 1px 1px #000;
}







.block4 .dl.dl6 .box1 .tips1 {
  font-size: 10px;
  position: absolute;
  right: 14px;
  top: 10px;
  z-index: 1;
  text-shadow: 0 1px 1px #000;
}

.block5 .list li {
  width: 262px;
  flex-shrink: 0;
}

.block5 .list li .item {
  height: 128px;
  padding: 0 26px;
  text-align: center;
  background-size: 100% 100%;
  cursor: pointer;
  background-image: url("../img/bg_rq1.png");
}

.block5 .list li .item .tit {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 6px;
}

.block5 .list li .item .desc {
  height: 44px;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block5 .list li .item:hover {
  color: #634102;
  background-image:url("../img/bg_rq2.png");
}

.block6 .list li {
  width: 571px;
  height: 200px;
  float: left;
  margin-bottom: 35px;
}

.block6 .list li .item {
  background-size: 100% 100%;
  height: 200px;
  padding: 0 35px;
}

.block6 .list li .item .icon {
  width: 82px;
  flex-shrink: 0;
  margin-right: 25px;
}

.block6 .list li .item .info .tit {
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
}

.block6 .list li .item .info .desc {
  font-size: 17px;
  line-height: 1.5;
  margin-top: 12px;
}

.block6 .list li:nth-child(2n) {
  float: right;
}

.block7 .jiage {
  clear: both;
  padding: 65px 80px 80px 80px;
  position: relative;
  font-family: "Noto Sans SC";
}

.block7 .jiage .tips {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-family: "Noto Sans SC";
  font-size: 10px;
  z-index: 1;
}

.block7 .jiage .box1 .col1 .sale {
  width: 582px;
  height: 201px;
  background: url("../img/price.png") no-repeat;
  background-size: 100% 100%;
  position: relative;
  font-family: "Noto Sans SC";
}

.block7 .jiage .box1 .col1 .sale .xj {
  width: 268px;
  flex-shrink: 0;
  color: #FF8C09;
  text-align: center;
  font-size: 77.432px;
  padding-left: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: -3.872px;
  align-items: flex-end;
  animation: breathe 1.5s ease-in-out infinite;
}

.block7 .jiage .box1 .col1 .sale .xj .c1 {
  font-size: 45.169px;
  margin: 0 10px 15px 0;
}

.block7 .jiage .box1 .col1 .sale .info {
  padding: 0 35px 0 65px;
  max-width: 300px;
}

.block7 .jiage .box1 .col1 .sale .info .date .cont {
  border-radius: 17.422px;
  background: rgba(255, 255, 255, 0.5);
  color: #0D9EFF;
  font-size: 18px;
  padding: 0 15px;
}

.block7 .jiage .box1 .col1 .sale .info .tc {
  color: #FF8C09;
  text-align: center;
  font-family: "Noto Sans SC";
  font-size: 41.297px;
  font-style: normal;
  font-weight: 900;
  white-space: nowrap;
  margin-left: -6px;
  position: relative;
  z-index: 1;
}

.block7 .jiage .box1 .col1 .sale .info .tc span {
  text-align: center;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #fff;
  font-family: "Noto Sans SC";
  font-size: 41.297px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  position: absolute;
  left: -2px;
  top: 50%;
  transform: translateY(-50%) scale(1.01);
  z-index: -1;
}

.block7 .jiage .box1 .col1 .sale .info .yj {
  color: #0D9EFF;
  font-size: 20px;
  position: relative;
}

.block7 .jiage .box1 .col1 .sale .info .yj::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: #FF8C09;
}

.block7 .jiage .box1 .col2 {
  flex-shrink: 0;
  margin-left: 78px;
}

.block7 .jiage .box1 .col2 .ewm {
  width: 132px;
  height: 132px;
  flex-shrink: 0;
  margin-right: 46px;
}

.block7 .jiage .box1 .col2 .txt {
  font-family: "Noto Sans SC";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.block7 .jiage .box1 .col2 .txt p {
  margin: 10px 0;
  padding-left: 34px;
  background: url("../img/dui.png") no-repeat left center;
}

.block7 .jiage .box2 {
  text-align: center;
  font-family: "Noto Sans SC";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3.2px;
  background: var(--Linear, linear-gradient(180deg, #FFF 0%, #48ADFB 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 60px 0 35px;
}

.block7 .progress-container {
  position: relative;
  margin: 30px 0 0 0;
}

.block7 .progress-container .progress-bar {
  height: 13px;
  background: #5A7081;
  border-radius: 7px;
  position: relative;
}

.block7 .progress-fill {
  height: 100%;
  border-radius: 7px;
  background: #9CCDFA;
  width: 0;
  transition: width 1s ease-out;
  box-shadow: 0 0 10px rgba(0, 114, 255, 0.6);
  position: relative;
}

.block7 .progress-indicator {
  position: absolute;
  top: -54px;
  width: 156px;
  height: 25px;
  border-radius: 12.5px;
  background: #FEEAC9;
  margin-left: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: left 1s ease-out;
  cursor: pointer;
  transform: translateX(-50%);
  z-index: 10;
  color: #FF8C09;
  font-family: "Noto Sans SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}

.block7 .progress-indicator::before {
  content: "";
  width: 1px;
  height: 29px;
  background: #FEEAC9;
  position: absolute;
  left: 10%;
  transform: translateX(-50%);
  top: 25px;
}

.block7 .milestones {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.block7 .milestone {
  position: relative;
  padding-top: 15px;
}

.block7 .milestone::before {
  content: '';
  position: absolute;
  top: -11px;
  left: 2px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #9CCDFA;
}

.block7 .milestone.active::before {
  background: #08F;
}

.block7 .milestone.active .title {
  color: #FFD000;
}

.block7 .milestone .title {
  font-size: 18px;
  font-weight: bold;
  color: #9CCDFA;
}

.block7 .milestone .title span {
  color: #FFD000;
}

.block7 .milestone .date {
  letter-spacing: 1.6px;
  margin-top: 2px;
}

.block7 .milestone:last-child {
  text-align: right;
}

.block7 .current-stage {
  text-align: center;
  margin-top: 30px;
  font-size: 18px;
  color: #80deea;
  padding: 15px;
  background: rgba(2, 119, 189, 0.2);
  border-radius: 10px;
  border-left: 4px solid #29b6f6;
}

.block7 .current-stage span {
  font-weight: bold;
  color: #4fc3f7;
  text-shadow: 0 0 8px rgba(79, 195, 247, 0.6);
}

.block8 .faq li {
  font-family: "Noto Sans SC";
  margin-bottom: 30px;
  letter-spacing: 1.4px;
  font-size: 16px;
}

.block8 .faq li .wen {
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}

.block8 .faq li .da {
  color: #9CCDFA;
  font-weight: 500;
}

.block8  .works li .item {
  overflow: hidden;
  display: block;
}

.block9 .item {
  text-align: center;
  background: url("../img/line2.png") no-repeat bottom center;
  background-size: 100%;
  padding-bottom: 14px;
}

.block9 .item .item-tit {
  margin-top: 10px;
  color: #F8F0D3;
  font-weight: bold;
}

.block10 .list {
  margin-top: 20px;
}

.block10 .list li .item {
  background-image: url("../img/bg_gh1.png");
  height: 464px;
  background-size: 100% 100%;
  cursor: pointer;
  transition: all ease .3s;
}

.block10 .list li .item .item1 {
  height: 204px;

  background: rgba(255, 237, 201, 0.10);
  backdrop-filter: blur(7px);
}

.block10 .list li .item .item1 .uimg {
  width: 164.67px;
  height: 164.67px;
  position: relative;
 
}

.block10 .list li .item .item1 .uimg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: url("../img/ky.png") no-repeat;
  background-size: 100% 100%;
  -webkit-animation: roate 10s linear infinite;
  -moz-animation: roate 10s linear infinite;
  -o-animation: roate 10s linear infinite;
  animation: roate 10s linear infinite;
}

.block10 .list li .item .item1 .uimg img {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 50%;
}

.block10 .list li .item .item1 .uinfo .name {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
}

.block10 .list li .item .item1 .uinfo .desc p {
  margin: 2px 0;
}

.block10 .list li .item .item2 {
  padding: 45px 16px;
}

.block10 .list li .item .item2 .item-tit {
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.block10 .list li .item .item2 .item-attr {
  color: #fff;
}

.block10 .list li .item .item2 .item-attr .dd {
  margin-top: 16px;
  padding-left: 21px;
  background-position: left top 2px;
  font-size: 16px;
  background-repeat: no-repeat;
  background-image: url("../img/star1.png");
  background-size: 11px 17px;
  line-height: 150%;
}

.block10 .list li .item:hover {
  /* background-image: url("../img/bg_gh2.png"); */
  box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.5);
}

.block10 .list li .item:hover .uinfo .name {
  color: #F0D197;
}

.block10 .list li .item:hover .item2 .item-tit {
  color: #F0D197;
}

.block10 .dc .tit {
    margin: 64px 18px  26px;
    text-align: center;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--Linear, linear-gradient(100deg, #F0D197 11.78%, #FEF9ED 39.53%, #F0D197 69.36%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "PingFang SC";
    font-size: 30px;
    font-style: normal;
    line-height: normal;
}

/*关于我们开始*/
.block13 {
    overflow: hidden;
    padding: 60px 0;
}
.block13 .m-txtImgb1 .col-l {
    width: auto;
    overflow: hidden;
}
.block13 .m-txtImgb1 .col-r {
    float: right;
    width: 532px;
    overflow: hidden;
    margin-left: 80px;
}
.block13 .m-txtImgb1 .video-box {
    height: 356px;
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.block13 .m-txtImgb1 .video-box .xgplayer-skin-default .xgplayer-start {
    width: 76px;
    height: 76px;
    background-color: transparent;
}
.block13 .m-txtImgb1 .video-box .xgplayer-skin-default.xgplayer-pause .xgplayer-start .xgplayer-icon-play {
    width: 76px;
    height: 76px;
    background: transparent url(https://www.9artedu.com/3d/img/play.png) no-repeat center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
.block13 .m-txtImgb1 .video-box .xgplayer-skin-default.xgplayer-pause .xgplayer-start .xgplayer-icon-play svg {
    display: none;
}
.block13 .m-txtImgb1 .tit {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    background: var(--Linear, linear-gradient(100deg, #F0D197 11.78%, #FEF9ED 39.53%, #F0D197 69.36%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.block13 .m-txtImgb1 .desc {
    font-size: 17px;
    color: #ACACAC;
    line-height: 1.7;
    margin-bottom: 30px;
}
/*视频*/
.block13 .ul-numb1 {
    color: #fff;
    font-size: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.block13 .ul-numb1 .con {
    text-align: center;
}
.block13 .ul-numb1 .con .top{

  background: var(--Linear, linear-gradient(100deg, #F0D197 11.78%, #FEF9ED 39.53%, #F0D197 69.36%));
  background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.block13 .ul-numb1 .top .unit {
    font-size: 22px;
    font-weight: bold;
}
.block13 .ul-numb1 .top .num {
    font-size: 70px;
    font-weight: bold;
}
.block13 .ul-numb1 .p {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
/*关于我们结束*/

/*合作企业开始*/
.block14 .cooperation {
    width: 100%;
    height: 600px;

    float: left;
}
.block14 .cooperation .title {
    width: 100%;
    text-align: center;
}
.block14 .cooperation .conts {
    width: 100%;
    position: relative;
    float: left;
}
.block14 .cooperation .conts .prev {
    width: 26px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -700px;
    cursor: pointer;
    outline: none;
    z-index: 99;
    margin-top: -21px;
}
.block14 .cooperation .conts .next {
    width: 26px;
    height: 42px;
    position: absolute;
    right: 50%;
    cursor: pointer;
    outline: none;
    top: 50%;
    margin-right: -700px;
    z-index: 99;
    margin-top: -21px;
}
.block14 .cooperation .conts .list {
    width: 100%;
    margin-top: 50px;
}
.block14 .cooperation .conts .list ul {
    width: 100%;
}
.block14 .cooperation .conts .list ul li {
    width: 20%;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.block14 .ul-icons li {
    float: left;
    width: 20%;
}
.block14 .ul-icons .con {
    display: block;
    font-size: 0;
    height: 120px;
    line-height: 120px;
    text-align: center;
    overflow: hidden;
}
.block14 .ul-icons .con img {
    display: inline-block;
    vertical-align: middle;
    max-height: 88px;
}

/*合作企业结束*/
