
#app{
    background: #f2f2f2;
}
.banner{
    width: 100%;
    position: relative;
}
.banner .banner-img{
    width: 100%;
}
.banner .banner-img img{
    width: 100%;
}
.banner .banner-inner{
    width: 85%;
    max-width: 1440px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
}
.banner .banner-inner .banner-content{
    display: flex;
    flex-direction: column;
}
.banner .banner-inner .banner-content .banner-title{
    color: #ffffff;
    font-family: "Alibaba PuHuiTi";
    font-weight: 400;
    font-size: 45px;
    margin-bottom: 3%;
}
.banner .banner-inner .banner-content .banner-desc{
    color: #e7e7e7;
    font-family: "Alibaba PuHuiTi";
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 4%;
}
.banner .banner-inner .banner-content .banner-item{
    width: 90%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.banner .banner-inner .banner-content .banner-item .banner-item-one{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.banner .banner-inner .banner-content .banner-item .banner-item-one .banner-item-one-dot{
    min-width: 14px;
    min-height: 14px;
    border-radius: 50%;
    background: #ffffff;
    margin-right: 10px;
}
.banner .banner-inner .banner-content .banner-item .banner-item-one .banner-item-one-title{
    color: #ffffff;
    font-family: "Alibaba PuHuiTi";
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
}
.crafting {
    position: relative;
}
.crafting .crafting-back{
    max-width: 1440px;
    
    position: absolute;
    top: -80px;
    right: 55px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.crafting .crafting-back .crafting-back-img{
    width: 161px;
    height: 161px;
    cursor: pointer;
    margin-left: 40px;
}
.crafting .crafting-back .crafting-back-img img{
    width: 100%;
    display: block;
    object-fit: cover;
    transform: scale(1);
    transition: 0.5s;
}
.crafting .crafting-back .crafting-back-img:hover img{
    transform: scale(1.05);
}
.crafting .crafting-inner{
    max-width: 1440px;
    margin: 0 auto;
    width: 80%; 
}
.crafting .crafting-top{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    padding-top: 50px;
    padding-bottom: 25px;
}
.crafting .crafting-top .dotSmall{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #cc141c;
}
.crafting .crafting-top .dotBig{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #cc141c;
}
.crafting .crafting-top .title{
    color: #000000;
    font-family: "Alibaba PuHuiTi";
    font-weight: 400;
    font-size: 35px;
    line-height: 48px;
}
.crafting .crafting-bottom{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}
.crafting .crafting-bottom .crafting-bottom-top{ 
    width: 100%;
    background-image: url(../images/compound/crafting-bottom-top-back.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 12px;
    overflow: hidden;
}
.crafting .crafting-bottom .crafting-bottom-top .content{ 
    width: 85%;
    display: grid;
    grid-template-columns: repeat(3,1fr);    
    padding: 60px 0 0 76px;
    justify-items: start;
}
.crafting .crafting-bottom .crafting-bottom-top .content .item{ 
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 30px;
}
.crafting .crafting-bottom .crafting-bottom-top .content .num{
    min-width: 34px;
}
.crafting .crafting-bottom .crafting-bottom-top .content .num,
.crafting .crafting-bottom .crafting-bottom-top .content .text{ 
  color: rgba(255, 255, 255, 1);
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
}
.crafting .crafting-bottom .crafting-bottom-center{
    width: 100%;
    color: #000000;
    font-family: "Alibaba PuHuiTi";
    font-weight: 400;
    font-size: 18px;
    line-height: 42px;
}
.blueprint {
    position: relative;
}
.blueprint .blueprint-inner{
    max-width: 1440px;
    margin: 0 auto;
    width: 80%; 
    margin-bottom: 20px;
}
.blueprint .blueprint-top{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    padding-top: 25px;
    padding-bottom: 30px;
}
.blueprint .blueprint-top .dotSmall{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #cc141c;
}
.blueprint .blueprint-top .dotBig{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #cc141c;
}
.blueprint .blueprint-top .title{
    color: #000000;
    font-family: "Alibaba PuHuiTi";
    font-weight: 400;
    font-size: 35px;
    line-height: 48px;
}
.blueprint .blueprint-bottom{
    display: flex;
    justify-content: space-between;
    align-items: stretch; 
    background-color: #ffffff;
    padding: 37px 75px;
    border-radius: 24px;
    overflow: hidden;
}
.blueprint .blueprint-bottom .blueprint-bottom-left{
    width: 46%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: space-between;
}
.blueprint .blueprint-bottom .blueprint-bottom-left .section1{
    display: flex;
    align-items: center;
    gap: 10px;
}
.blueprint .blueprint-bottom .blueprint-bottom-left .section1 .text{
  color: rgba(0, 0, 0, 1);
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
}
.blueprint .blueprint-bottom .blueprint-bottom-left .section1 .list{
    display: flex;
    align-items: center;
    gap: 23px;
    flex-wrap: wrap;
}
.blueprint .blueprint-bottom .blueprint-bottom-left .section1 .btn  {
  color: rgba(0, 0, 0, 0.45);
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  padding: 10px;
  border-radius: 12px;
  border: 2px solid rgba(204, 20, 28, 1);
  background: transparent;
  cursor: pointer;
    text-align: center;
}
.blueprint .blueprint-bottom .blueprint-bottom-left .section1 .btn-active  {
  color: #ffffff;
  border: 2px solid rgba(204, 20, 28, 1);
  background: rgba(204, 20, 28, 1);
}
.blueprint .blueprint-bottom .blueprint-bottom-left .section2{
    display: flex;
    align-items: center;
    gap: 10px;
}
.blueprint .blueprint-bottom .blueprint-bottom-left .section2 .text{
  color: rgba(0, 0, 0, 1);
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
}
.blueprint .blueprint-bottom .blueprint-bottom-left .section2 .list{
    display: flex;
    align-items: center;
    gap: 13px;
    flex-wrap: wrap;
}
.blueprint .blueprint-bottom .blueprint-bottom-left .section2 .btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}
.blueprint .blueprint-bottom .blueprint-bottom-left .section2 .btn .dot{
  width: 13px;
  height: 13px;
  background: rgba(217, 217, 217, 1);
  border-radius: 50%;
}
.blueprint .blueprint-bottom .blueprint-bottom-left .section2 .btn p{
  color: rgba(0, 0, 0, 0.45);
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}
.blueprint .blueprint-bottom .blueprint-bottom-left .section2 .btn-active .dot{
  background: rgba(204, 20, 28, 1);
}
.blueprint .blueprint-bottom .blueprint-bottom-left .section2 .btn-active p{
  color: rgba(204, 20, 28, 1);
}
.blueprint .blueprint-bottom .blueprint-bottom-left .section3{
    display: flex;
    align-items: center;
    gap: 10px;
}
.blueprint .blueprint-bottom .blueprint-bottom-left .section3 .text{
  color: rgba(0, 0, 0, 1);
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
}
.blueprint .blueprint-bottom .blueprint-bottom-left .section3 .list{
    display: flex;
    align-items: center;
    gap: 13px;
    flex-wrap: wrap;
}
.blueprint .blueprint-bottom .blueprint-bottom-left .section3 .btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}
.blueprint .blueprint-bottom .blueprint-bottom-left .section3 .btn .dot{
  width: 13px;
  height: 13px;
  background: rgba(217, 217, 217, 1);
  border-radius: 50%;
}
.blueprint .blueprint-bottom .blueprint-bottom-left .section3 .btn p{
  color: rgba(0, 0, 0, 0.45);
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}
.blueprint .blueprint-bottom .blueprint-bottom-left .section3 .btn-active .dot{
  background: rgba(204, 20, 28, 1);
}
.blueprint .blueprint-bottom .blueprint-bottom-left .section3 .btn-active p{
  color: rgba(204, 20, 28, 1);
}
.blueprint .blueprint-bottom .blueprint-bottom-left .section4{
    display: flex;
    align-items: center;
    gap: 10px;
}
.blueprint .blueprint-bottom .blueprint-bottom-left .section4 .text{
  color: rgba(0, 0, 0, 1);
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
}
.blueprint .blueprint-bottom .blueprint-bottom-left .section4 .list{
    display: flex;
    align-items: center;
    gap: 13px;
}
.blueprint .blueprint-bottom .blueprint-bottom-left .section4 .btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}
.blueprint .blueprint-bottom .blueprint-bottom-left .section4 .btn .dot{
  width: 13px;
  height: 13px;
  background: rgba(217, 217, 217, 1);
  border-radius: 50%;
}
.blueprint .blueprint-bottom .blueprint-bottom-left .section4 .btn p{
  color: rgba(0, 0, 0, 0.45);
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}
.blueprint .blueprint-bottom .blueprint-bottom-left .section4 .btn-active .dot{
  background: rgba(204, 20, 28, 1);
}
.blueprint .blueprint-bottom .blueprint-bottom-left .section4 .btn-active p{
  color: rgba(204, 20, 28, 1);
}
.blueprint .blueprint-bottom .blueprint-bottom-left .section5{
    display: flex;
    gap: 10px;
}
.blueprint .blueprint-bottom .blueprint-bottom-left .section5 .text{
  color: rgba(0, 0, 0, 1);
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
}
.blueprint .blueprint-bottom .blueprint-bottom-left .section5 .btn {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.blueprint .blueprint-bottom .blueprint-bottom-left .section5 .btn .btn-top{
  display: flex;
  align-items: center;
  gap: 12px;
}
.blueprint .blueprint-bottom .blueprint-bottom-left .section5 .btn .btn-top span{
  color: rgba(205, 21, 29, 1);
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  margin-left: 0 !important;
}
.blueprint .blueprint-bottom .blueprint-bottom-left .section5 .btn .btn-bottom{
  text-align: center;
  color: rgba(0, 0, 0, 0.45);
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}
.blueprint .blueprint-bottom .blueprint-bottom-left .section5 .btn .el-slider__runway {
    height: 9px !important;
    background-color: rgba(217, 217, 217, 1) !important; 
    border-radius: 23px !important;
}

.blueprint .blueprint-bottom .blueprint-bottom-left .section5 .btn .el-slider__bar {
    height: 9px !important;
    background-color: #cc141c !important;
}
.blueprint .blueprint-bottom .blueprint-bottom-left .section5 .btn .el-slider__button-wrapper {
    width: 15px;           
    height: 15px;
    top: -8px;
}
.blueprint .blueprint-bottom .blueprint-bottom-left .section5 .btn .el-slider__button {
    width: 15px;
    height: 15px;
    border: 2px solid #cc141c;
    background-color: #cc141c;
}
input:focus,
textarea:focus {
  outline: none;  
}
.blueprint .blueprint-bottom .blueprint-bottom-middle{
  width: 27%;
  display: flex;
  flex-direction: column;
}
.blueprint .blueprint-bottom .blueprint-bottom-middle .form_item {
  display: flex;
  flex-direction: column;
  flex: 1;
    justify-content: space-between; 
}
.blueprint .blueprint-bottom .blueprint-bottom-middle .form_item input {
    width: 100%;
    border: none;
    border-radius: 8px;
    outline: none;
    border-radius: 8px;
    background: rgba(234, 234, 234, 1);
    padding: 19px 37px;
    display: flex;
}
.blueprint .blueprint-bottom .blueprint-bottom-middle .form_item input::placeholder,
.blueprint .blueprint-bottom .blueprint-bottom-middle .form_item textarea::placeholder {
  font-family: "Alibaba PuHuiTi";
  font-size: 18px !important;
  color: #000000;
}
.blueprint .blueprint-bottom .blueprint-bottom-middle p { 
  text-align: center;
  color: rgba(0, 0, 0, 1);
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
.blueprint .blueprint-bottom .blueprint-bottom-right{
    height: 100%;
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.blueprint .blueprint-bottom .blueprint-bottom-right .img{
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
}
.blueprint .blueprint-bottom .blueprint-bottom-right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: 0.5s;
}
.blueprint .blueprint-bottom .blueprint-bottom-right img:hover{
    transform: scale(1.05);
}
.blueprint .blueprint-bottom .blueprint-bottom-right .btn{
    padding: 10px 24px;
    background-color: #cc141c;
    border-radius: 40px 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
.blueprint .blueprint-bottom .blueprint-bottom-right .btn p{
    color: rgba(255, 255, 255, 1);
    font-family: MiSans;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}
.blueprint .blueprint-bottom .blueprint-bottom-right .btn svg{
    display: block;
    object-fit: scale-down;
    transform: rotateY(0deg);
    transition: 0.5s;
}
.blueprint .blueprint-bottom .blueprint-bottom-right .btn svg{
    transform: rotateY(360deg);
}
/*
.blueprint .blueprint-bottom .blueprint-bottom-left{
    width: 66%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.blueprint .blueprint-bottom .blueprint-bottom-left .blueprint-bottom-left-top{
    width: 100%;
    border-radius: 12px;
    background: #fdfcff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding: 8px;
    margin-bottom: 8px;
    overflow: hidden;
}

.blueprint .blueprint-bottom .blueprint-bottom-left .blueprint-bottom-left-top img{
    display: block;
    object-fit: cover;
    transform: scale(1);
    transition: 0.5s;
    cursor: pointer;
}
.blueprint .blueprint-bottom .blueprint-bottom-left .blueprint-bottom-left-top img:hover{
    transform: scale(1.05);
}
.blueprint .blueprint-bottom .blueprint-bottom-left .blueprint-bottom-left-bottom{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.blueprint .blueprint-bottom .blueprint-bottom-left .blueprint-bottom-left-bottom p:nth-child(1){
    color: #000000;
    font-family: "Alibaba PuHuiTi";
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}
.blueprint .blueprint-bottom .blueprint-bottom-left .blueprint-bottom-left-bottom p:nth-child(2){
    color: #000000;
    font-family: "Alibaba PuHuiTi";
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}
.blueprint .blueprint-bottom .blueprint-bottom-right{
    width: 32%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.blueprint .blueprint-bottom .blueprint-bottom-right .blueprint-bottom-right-top{
    width: 100%;
    border-radius: 12px;
    background: #cc141c;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 42px 0;
}
.blueprint .blueprint-bottom .blueprint-bottom-right .blueprint-bottom-right-top .blueprint-bottom-right-top-title{
    color: #ffffff;
    font-family: "Alibaba PuHuiTi";
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 16px;
}
.blueprint .blueprint-bottom .blueprint-bottom-right .blueprint-bottom-right-top .blueprint-bottom-right-top-bnt{
    padding: 10px 24px;
    background-color: #fff;
    border-radius: 40px 0;
    cursor: pointer;
}
.blueprint .blueprint-bottom .blueprint-bottom-right .blueprint-bottom-right-top .blueprint-bottom-right-top-bnt a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
.blueprint .blueprint-bottom .blueprint-bottom-right .blueprint-bottom-right-top .blueprint-bottom-right-top-bnt p{
    color: #232323;
    font-family: MiSans;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}
.blueprint .blueprint-bottom .blueprint-bottom-right .blueprint-bottom-right-top .blueprint-bottom-right-top-bnt svg{
    display: block;
    object-fit: scale-down;
    transform: rotateY(0deg);
    transition: 0.5s;
}
.blueprint .blueprint-bottom .blueprint-bottom-right .blueprint-bottom-right-top .blueprint-bottom-right-top-bnt:hover svg{
    transform: rotateY(360deg);
}

.blueprint .blueprint-bottom .blueprint-bottom-right .blueprint-bottom-right-bottom{
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
}
.blueprint .blueprint-bottom .blueprint-bottom-right .blueprint-bottom-right-bottom .blueprint-bottom-right-bottom-item{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.blueprint .blueprint-bottom .blueprint-bottom-right .blueprint-bottom-right-bottom .blueprint-bottom-right-bottom-item .blueprint-bottom-right-bottom-item-one{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.blueprint .blueprint-bottom .blueprint-bottom-right .blueprint-bottom-right-bottom .blueprint-bottom-right-bottom-item .blueprint-bottom-right-bottom-item-one .blueprint-bottom-right-bottom-item-one-img{
  width: 53px;
  height: 53px;
  border-radius: 63px;
  background: #cc141c;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blueprint .blueprint-bottom .blueprint-bottom-right .blueprint-bottom-right-bottom .blueprint-bottom-right-bottom-item .blueprint-bottom-right-bottom-item-one .blueprint-bottom-right-bottom-item-one-img svg{
    display: block;
    object-fit: scale-down;
    transform: rotateY(0deg);
    transition: 0.5s;
    cursor: pointer;
}
.blueprint .blueprint-bottom .blueprint-bottom-right .blueprint-bottom-right-bottom .blueprint-bottom-right-bottom-item .blueprint-bottom-right-bottom-item-one .blueprint-bottom-right-bottom-item-one-img:hover svg{
    transform: rotateY(360deg);
}
.blueprint .blueprint-bottom .blueprint-bottom-right .blueprint-bottom-right-bottom .blueprint-bottom-right-bottom-item .blueprint-bottom-right-bottom-item-one .blueprint-bottom-right-bottom-item-one-title{
  color: #cc141c;
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

.blueprint .blueprint-bottom .blueprint-bottom-right .blueprint-bottom-right-bottom .blueprint-bottom-right-bottom-item .blueprint-bottom-right-bottom-item-line{
    width: 60px;
    height: 1px;
  position: relative;
}
.blueprint-bottom-right-bottom-item-line::after {
  content: "";
  position: absolute;
  top: 30px;
  left: 0; 
  right: 0;
  height: 0;
  border-top:  1px dashed #cccccc;
}
*/
.procedure{
    width: 100%;
    background: #d9d9d9;
    position: relative;
}
.procedure .procedure-back{
    background: #F2F2F2;
    clip-path: polygon(100% 0, 100% 100%, 0 0);
    width: 100%;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}
.procedure .procedure-inner{
    max-width: 1440px;
    margin: 0 auto;
    width: 80%; 
    padding-top: 56px;
    padding-bottom: 40px;
}
.procedure .procedure-top{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
}
.procedure .procedure-top .dotSmall{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #cc141c;
}
.procedure .procedure-top .dotBig{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #cc141c;
}
.procedure .procedure-top .title{
    color: #000000;
    font-family: "Alibaba PuHuiTi";
    font-weight: 400;
    font-size: 35px;
    line-height: 48px;
}
.procedure .procedure-bottom{}
.procedure .procedure-bottom .procedure-bottom-two{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.procedure .procedure-bottom .procedure-bottom-two .procedure-bottom-item1{
    width: 48%;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0px 0px 4.5px #00000040;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 42px;
    padding: 30px 40px;
}
.procedure .procedure-bottom .procedure-bottom-two .procedure-bottom-item1 .procedure-bottom-item1-top,
.procedure .procedure-bottom .procedure-bottom-one .procedure-bottom-item2 .procedure-bottom-item2-left-top{
    display: flex;
    flex-direction: row;
}
.procedure .procedure-bottom .procedure-bottom-two .procedure-bottom-item1 .procedure-bottom-item1-top p,
.procedure .procedure-bottom .procedure-bottom-one .procedure-bottom-item2 .procedure-bottom-item2-left-top p{
  color: #cc141c;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
}
.procedure .procedure-bottom .procedure-bottom-two .procedure-bottom-item1 .procedure-bottom-item1-top p:nth-child(1),
.procedure .procedure-bottom .procedure-bottom-one .procedure-bottom-item2 .procedure-bottom-item2-left-top p:nth-child(1){
  font-weight: 700;
  min-width: 45px;
}
.procedure .procedure-bottom .procedure-bottom-two .procedure-bottom-item1 .procedure-bottom-item1-middle,
.procedure-bottom-item2-left-middle{
  color: #666666;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
.procedure .procedure-bottom .procedure-bottom-two .procedure-bottom-item1 .procedure-bottom-item1-bottom,
.procedure .procedure-bottom .procedure-bottom-one .procedure-bottom-item2  .procedure-bottom-item2-right{
  border-radius: 10px;
  background: #959595;
  overflow: hidden;;
}
.procedure .procedure-bottom .procedure-bottom-two .procedure-bottom-item1 .procedure-bottom-item1-bottom img,
.procedure .procedure-bottom .procedure-bottom-one .procedure-bottom-item2 .procedure-bottom-item2-right img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transform: scale(1);
    transition: 0.5s;
    cursor: pointer;
}
.procedure .procedure-bottom .procedure-bottom-two .procedure-bottom-item1 .procedure-bottom-item1-bottom:hover img,
.procedure .procedure-bottom .procedure-bottom-one .procedure-bottom-item2 .procedure-bottom-item2-right:hover img{
    transform: scale(1.05);
}
.procedure .procedure-bottom .procedure-bottom-one .procedure-bottom-item2{
    width: 100%;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0px 0px 4.5px #00000040;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 23px 68px;
}

.procedure .procedure-bottom .procedure-bottom-one .procedure-bottom-item2 .procedure-bottom-item2-left{
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 57px;
}
.procedure .procedure-bottom .procedure-bottom-one .procedure-bottom-item2 .procedure-bottom-item2-right{
    width: 45%;
}
.procedure .procedure-bottom .procedure-bottom-one,
.procedure .procedure-bottom .procedure-bottom-two{
    margin-top: 50px;
}
.procedure .procedure-bottom .procedure-bottom-two:nth-child(1){
    margin-top: 25px;
}

.equipment{
    width: 100%;
    position: relative;
}
.equipment .equipment-back{
    background: #d9d9d9;
    clip-path: polygon(100% 0, 100% 100%, 0 0);
    width: 100%;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}
.equipment .equipment-inner{
    max-width: 1440px;
    margin: 0 auto;
    width: 80%; 
}
.equipment .equipment-top{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    padding-top: 20px;
    padding-bottom: 30px;
}
.equipment .equipment-top .dotSmall{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #cc141c;
}
.equipment .equipment-top .dotBig{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #cc141c;
}
.equipment .equipment-top .title{
    color: #000000;
    font-family: "Alibaba PuHuiTi";
    font-weight: 400;
    font-size: 35px;
    line-height: 48px;
}
.equipment .equipment-bottom{}

.equipment .equipment-bottom .swiper-wrapper{
    display: flex;
    flex-direction: row;
    cursor: pointer;
}

.equipment .equipment-bottom .swiper-wrapper .swiper-slide{
    min-width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.equipment .equipment-bottom .swiper-wrapper .swiper-slide .img{
  width: 154.4px;
  height: 161px;
  display: flex; 
  align-items: center; 
  justify-content: center;
}
.equipment .equipment-bottom .swiper-wrapper .swiper-slide .img img{
    height: 100%;
    display: block;
    object-fit: cover;
    transform: scale(1);
    transition: 0.5s;
}
.equipment .equipment-bottom .swiper-wrapper .swiper-slide .img img:hover{
    transform: scale(1.05);
}

.equipment .equipment-bottom .swiper-wrapper .swiper-slide .text{
    color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
}


.application{
    width: 100%;
}
.application .application-inner{
    max-width: 1440px;
    margin: 0 auto;
    width: 80%; 
}
.application .application-top{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 6px;
    padding-top: 56px;
    padding-bottom: 25px;
}
.application .application-top .dotSmall{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #cc141c;
}
.application .application-top .dotBig{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #cc141c;
}
.application .application-top .title{
    color: #000000;
    font-family: "Alibaba PuHuiTi";
    font-weight: 400;
    font-size: 35px;
    line-height: 48px;
}
.application .application-bottom .swiper-pagination{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.application .application-bottom .swiper-pagination::after{
    content: "";
    position: absolute;
    top: 38px;
    left: 0;
    right: 0;
    height: 0;
    border-top: 2px dashed #cccccc;
}
.application .application-bottom .swiper-pagination .swiper-pagination-bullet{
    border-radius: 12px;
    background: #ffffff;
    border: 1.7px solid transparent;
    box-shadow: 0px 0px 6px #00000040;
    max-width: 216px;
    overflow: hidden;
    position: relative;
    z-index: 10;
    cursor: pointer;
}   
.application .application-bottom .swiper-pagination .swiper-pagination-bullet-active{
    border-radius: 12px;
    border: 1.7px solid #ff434c;
    background: #ffe1e1;  
}
.swiper-pagination-bullet {
    width: 217px !important;
    height: 71px !important;
    opacity: 1 !important;
}
.application .application-bottom .swiper-pagination .swiper-pagination-bullet img{
  width: 100%;
  height: 100%;
}
.application .application-bottom .swiper-pagination .swiper-pagination-bullet p{
  position: absolute;
    width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
}
.application .application-bottom .swiper-wrapper {
    display: flex;
    flex-shrink: 0;
}
.application .application-bottom .swiper-wrapper .swiper-slide{
  margin-top: 120px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0px 0px 6px #00000040;
  overflow: hidden;
  height: auto !important;
  flex-shrink: 0;
}
.application .application-bottom .swiper-wrapper .swiper-slide .application-bottom-left{ 
    width: 35%;
    overflow: hidden;
}
.application .application-bottom .swiper-wrapper .swiper-slide .application-bottom-left img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transform: scale(1);
    transition: 0.5s;
} 
.application .application-bottom .swiper-wrapper .swiper-slide .application-bottom-left:hover img{
    transform: scale(1.05);
}
.application .application-bottom .swiper-wrapper .swiper-slide .application-bottom-right{
    width: 65%;
    padding: 40px 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.application .application-bottom .swiper-wrapper .swiper-slide .application-bottom-right .application-bottom-right-top{
      color: #2c2c2c;
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
}
.application .application-bottom .swiper-wrapper .swiper-slide .application-bottom-right .application-bottom-right-middle{
  color: #2c2c2c;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 15.9px;
  line-height: 36px;
}
.application .application-bottom .swiper-wrapper .swiper-slide .application-bottom-right .application-bottom-right-bottom{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.application .application-bottom .swiper-wrapper .swiper-slide .application-bottom-right .application-bottom-right-bottom .application-bottom-right-bottom-left{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 28px;
}
.application .application-bottom .swiper-wrapper .swiper-slide .application-bottom-right .application-bottom-right-bottom .application-bottom-right-bottom-left .application-bottom-prev,
.application .application-bottom .swiper-wrapper .swiper-slide .application-bottom-right .application-bottom-right-bottom .application-bottom-right-bottom-left .application-bottom-next{
    cursor: pointer;
}
.application .application-bottom .swiper-wrapper .swiper-slide .application-bottom-right .application-bottom-right-bottom .application-bottom-right-bottom-right{
    display: flex;
    flex-direction: row;
    align-items: baseline;;
    gap: 6px;
}
.application .application-bottom .swiper-wrapper .swiper-slide .application-bottom-right .application-bottom-right-bottom p{
  color: #2c2c2c;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
}
.application .application-bottom .swiper-wrapper .swiper-slide .application-bottom-right .application-bottom-right-bottom span{
  color: #cc141c;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 27.2px;
  line-height: 37px;
}

.case{
    width: 100%;
}
.case .case-inner{
    max-width: 1440px;
    margin: 0 auto;
    width: 80%; 
}
.case .case-top{
    padding-top: 43px;
    padding-bottom: 38px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.case .case-top .title{
    color: #000000;
    font-family: "Alibaba PuHuiTi";
    font-weight: 400;
    font-size: 35px;
    line-height: 48px;
}
.case .case-top .case-top-btn{
  padding: 15px 20px;
  border-radius: 8px;
  background: #cc141c;
  border: 2px solid #cc141c;
  transition: 0.5s;
}
.case .case-top .case-top-btn a{
    display: flex;
}
.case .case-top .case-top-btn p{
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
}
.case .case-top .case-top-btn svg{
    stroke: white;
    display: block;
    object-fit: scale-down;
    transform: rotateY(0deg);
    transition: 0.5s;
    cursor: pointer;
}
.case .case-top .case-top-btn:hover{
  background: transparent;
}
.case .case-top .case-top-btn:hover p{
  color: #cc141c;
}
.case .case-top .case-top-btn:hover svg{
    stroke: #cc141c;
    transform: rotateY(360deg);
}
.case .case-bottom{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    overflow: hidden;
    padding-bottom: 61px;
}
.case .case-bottom .swiper{ 
    width: 100%;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    padding-bottom: 35px;
    cursor: pointer;
}
.case .case-bottom .swiper-slide{ 
    width: 280px;
    height: 280px;
    position: relative;
    background-image: url(../images/compound/case-back.png);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.case .case-bottom .swiper-slide .case-bottom-item-img{ 
    width: 90%;
    height: 90%;
}
.case .case-bottom .swiper-slide .case-bottom-item-img img{ 
    width: 100%;
    height: 100%;
}
.swiper-scrollbar {
    background: #f2f2f2 !important;
    height: 4px !important;
    bottom: 0 !important;
    opacity: 1 !important; 
    cursor: pointer;
  }
  .swiper-scrollbar-drag {
    background: #CC141C !important; 
  }
@media (max-width: 1600px) {
.banner .banner-inner .banner-content .banner-item .banner-item-one .banner-item-one-title {
    font-size: 20px;
}
.banner .banner-inner .banner-content .banner-item {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
}
}
@media (max-width: 1440px) {
.banner .banner-inner .banner-content .banner-item .banner-item-one .banner-item-one-title {
    font-size: 18px;
}
.blueprint .blueprint-bottom .blueprint-bottom-left .section2 .list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}
.blueprint .blueprint-bottom .blueprint-bottom-left .section1 .text,
.blueprint .blueprint-bottom .blueprint-bottom-left .section2 .text,
.blueprint .blueprint-bottom .blueprint-bottom-left .section3 .text,
.blueprint .blueprint-bottom .blueprint-bottom-left .section4 .text,
.blueprint .blueprint-bottom .blueprint-bottom-left .section5 .text {
    font-size: 18px;
}
.blueprint .blueprint-bottom .blueprint-bottom-left .section4 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
}
@media (max-width: 1380px) {
.crafting .crafting-back {
    top: -70px;
}
.crafting .crafting-back .crafting-back-img {
    width: 140px;
    height: 140px;
}
.banner .banner-inner .banner-content .banner-item .banner-item-one .banner-item-one-title {
    font-size: 20px;
}
.blueprint .blueprint-bottom .blueprint-bottom-left .section5 {
    flex-direction: column;
}
}
@media (max-width: 1280px) {
.banner{
    margin-top: 90px;
}
.banner .banner-inner .banner-content .banner-title {
    font-size: 40px;
    margin-bottom: 2%;
}
.banner .banner-inner .banner-content .banner-desc {
    font-size: 27px;
    margin-bottom: 3%;
}
.banner .banner-inner .banner-content .banner-item .banner-item-one .banner-item-one-dot {
    width: 12px;
    height: 12px;
}
.banner .banner-inner .banner-content .banner-item .banner-item-one .banner-item-one-title {
    font-size: 18px;
}
.crafting .crafting-back .crafting-back-img {
    width: 120px;
    height: 120px;
}
.crafting .crafting-back {
    top: -64px;
}
.crafting .crafting-bottom .crafting-bottom-top .content{ 
    width: 100%;
}
.crafting .crafting-bottom .crafting-bottom-top .content .num,
.crafting .crafting-bottom .crafting-bottom-top .content .text{ 
  font-size: 20px;
}
.blueprint .blueprint-bottom .blueprint-bottom-left .section2 .list{
    gap: 10px;
}
.blueprint .blueprint-bottom .blueprint-bottom-right .blueprint-bottom-right-top {
    padding: 32px 0;
}
.blueprint .blueprint-bottom .blueprint-bottom-right .blueprint-bottom-right-bottom .blueprint-bottom-right-bottom-item {
    justify-content: space-evenly;
}
.procedure .procedure-bottom .procedure-bottom-two .procedure-bottom-item1 {
    gap: 22px;
}
.procedure .procedure-bottom .procedure-bottom-two .procedure-bottom-item1 .procedure-bottom-item1-top p, .procedure .procedure-bottom .procedure-bottom-one .procedure-bottom-item2 .procedure-bottom-item2-left-top p {
    font-size: 20px;
}
.procedure .procedure-bottom .procedure-bottom-one .procedure-bottom-item2 {
    padding: 30px 40px;
}
}
@media (max-width: 1110px) {
.crafting .crafting-back .crafting-back-img {
    width: 100px;
    height: 100px;
}
.crafting .crafting-back {
    top: -54px;
}
.procedure .procedure-bottom .procedure-bottom-one .procedure-bottom-item2 .procedure-bottom-item2-left {
    gap: 27px;
}
.case .case-bottom .swiper-slide{
    width: 200px;
    height: 200px;
}
}
@media (max-width: 1080px) {
.banner .banner-inner .banner-content .banner-item {
    width: 100%;
}
.blueprint .blueprint-bottom {
    flex-direction: column;
    height:auto;
}
.blueprint .blueprint-bottom .blueprint-bottom-left {
    width:100%;
    margin-bottom: 30px;
}
.blueprint .blueprint-bottom .blueprint-bottom-left .section2 {
    display: flex;
    align-items: center;
    gap: 18px;
}
.blueprint .blueprint-bottom .blueprint-bottom-left .section2 .list {
    display: flex;
    align-items: center;
    gap: 13px;
}
.blueprint .blueprint-bottom .blueprint-bottom-left .section3 {
    flex-direction: row;
}
.blueprint .blueprint-bottom .blueprint-bottom-left .section4 {
    flex-direction: row;
}
.blueprint .blueprint-bottom .blueprint-bottom-middle {
    width: 100%;
    margin-bottom: 30px;
}
.blueprint .blueprint-bottom .blueprint-bottom-middle .form_item {
    gap: 30px;
}
.blueprint .blueprint-bottom .blueprint-bottom-right {
    width:100%;
}
.blueprint .blueprint-bottom .blueprint-bottom-right .img{
    display: none;
}
.blueprint .blueprint-bottom .blueprint-bottom-left .section5 {
    width: 100%;
}
.blueprint .blueprint-bottom .blueprint-bottom-left input::placeholder,
.blueprint .blueprint-bottom .blueprint-bottom-left textarea::placeholder,
.blueprint .blueprint-bottom .blueprint-bottom-middle .form_item input::placeholder,
.blueprint .blueprint-bottom .blueprint-bottom-middle .form_item textarea::placeholder {
  font-family: "Alibaba PuHuiTi";
  font-size: 19px !important;
  color: #000000;
}
.blueprint .blueprint-bottom .blueprint-bottom-left .section5 {
    flex-direction: row;
}
}
@media (max-width: 1025px) {
.banner .banner-inner .banner-content .banner-title {
    font-size: 35px;
    margin-bottom: 1%;
}
.banner .banner-inner .banner-content .banner-desc {
    font-size: 24px;
    margin-bottom: 2%;
}
.banner .banner-inner .banner-content .banner-item {
    display: none;
}
.crafting .crafting-bottom .crafting-bottom-center {
    font-size: 16px;
    line-height: 32px;
}
}
@media (max-width: 900px) {
.crafting .crafting-back {
    display: none;
}
.crafting .crafting-inner,
.blueprint .blueprint-inner,
.procedure .procedure-inner,
.equipment .equipment-inner,
.application .application-inner,
.case .case-inner {
    width: 85%;
}
.crafting .crafting-top .title,
.blueprint .blueprint-top .title,
.procedure .procedure-top .title,
.equipment .equipment-top .title,
.application .application-top .title,
.case .case-top .title{
    font-size: 30px;
}
.crafting .crafting-bottom .crafting-bottom-top .content{ 
    width: 100%;
}
.application .application-bottom .swiper-pagination {
    flex-wrap: wrap;
}
.application .application-bottom .swiper-wrapper .swiper-slide {
    margin-top: 180px;
}
.application .application-bottom .swiper-pagination .swiper-pagination-bullet {
    margin-bottom: 15px;
}
}
@media (max-width: 821px) {
.banner .banner-inner .banner-content .banner-title {
    font-size: 30px;
    margin-bottom: 1%;
}
.banner .banner-inner .banner-content .banner-desc {
    font-size: 21px;
}
.banner .banner-inner .banner-content .banner-item .banner-item-one .banner-item-one-title {
    font-size: 16px;
}
.crafting .crafting-bottom .crafting-bottom-center {
    font-size: 15px;
}
.crafting .crafting-bottom {
    flex-direction: column;
    gap: 20px
}
.crafting .crafting-bottom .crafting-bottom-left, .crafting .crafting-bottom .crafting-bottom-right {
    width: 100%;
    height: 200px;
}
.crafting .crafting-bottom .crafting-bottom-center {
    width: 100%;
}
.blueprint .blueprint-bottom .blueprint-bottom-left .section1 .text,
.blueprint .blueprint-bottom .blueprint-bottom-left .section2 .text,
.blueprint .blueprint-bottom .blueprint-bottom-left .section3 .text,
.blueprint .blueprint-bottom .blueprint-bottom-left .section4 .text,
.blueprint .blueprint-bottom .blueprint-bottom-left .section5 .text {
    font-size: 16px;
    min-width: fit-content;
}
.blueprint .blueprint-bottom .blueprint-bottom-left .section1 .btn {
    padding: 8px;
    font-size: 16px;
}
.procedure .procedure-bottom .procedure-bottom-one .procedure-bottom-item2 .procedure-bottom-item2-left {
    gap: 15px;
}
.application .application-bottom .swiper-wrapper .swiper-slide .application-bottom-right {
    padding: 20px 30px;
}
}
@media (max-width: 768px) {
.banner{
    margin-top: 50px;
}
.banner .banner-inner .banner-content .banner-title {
    font-size: 25px;
    margin-bottom: 0%;
}
.banner .banner-inner .banner-content .banner-item {
    display: none;
}
.blueprint .blueprint-bottom .blueprint-bottom-left input::placeholder,
.blueprint .blueprint-bottom .blueprint-bottom-left textarea::placeholder,
.blueprint .blueprint-bottom .blueprint-bottom-middle .form_item input::placeholder,
.blueprint .blueprint-bottom .blueprint-bottom-middle .form_item textarea::placeholder {
  font-family: "Alibaba PuHuiTi";
  font-size: 16px !important;
  color: #000000;
}
.crafting .crafting-top {
    padding-top: 40px;
}
.crafting .crafting-top .title,
.blueprint .blueprint-top .title,
.procedure .procedure-top .title,
.equipment .equipment-top .title,
.application .application-top .title,
.case .case-top .title{
    font-size: 20px;
}
.blueprint .blueprint-bottom .blueprint-bottom-left {
    gap: 20px;
}
.blueprint .blueprint-bottom .blueprint-bottom-left .blueprint-bottom-left-top {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 0px;
}
.crafting .crafting-bottom .crafting-bottom-top .content{ 
    grid-template-columns: repeat(2,1fr);    
    padding: 30px;
}
.crafting .crafting-bottom .crafting-bottom-top .content .num,
.crafting .crafting-bottom .crafting-bottom-top .content .text{ 
  font-size: 18px;
}
.procedure .procedure-bottom .procedure-bottom-two {
    gap: 20px;
    flex-direction: column;
}
.procedure .procedure-bottom .procedure-bottom-two .procedure-bottom-item1 {
    width: 100%;
}
.procedure .procedure-bottom .procedure-bottom-one .procedure-bottom-item2 {
    flex-direction: column;
    gap: 15px;
}
.procedure .procedure-bottom .procedure-bottom-one .procedure-bottom-item2 .procedure-bottom-item2-left {
    width: 100%;
}
.procedure .procedure-bottom .procedure-bottom-one .procedure-bottom-item2 .procedure-bottom-item2-right {
    width: 100%;
}
.procedure .procedure-bottom .procedure-bottom-one, .procedure .procedure-bottom .procedure-bottom-two {
    margin-top: 20px;
}
.blueprint .blueprint-bottom .blueprint-bottom-left .blueprint-bottom-left-bottom p:nth-child(1) {
    margin-top: 5px;
}
.blueprint .blueprint-bottom .blueprint-bottom-right .blueprint-bottom-right-bottom .blueprint-bottom-right-bottom-item .blueprint-bottom-right-bottom-item-one .blueprint-bottom-right-bottom-item-one-title {
    font-size: 14px;
}
.equipment .equipment-bottom .swiper-wrapper .swiper-slide {
    width: 150px;
}
.equipment .equipment-bottom .swiper-wrapper .swiper-slide .text {
    font-size: 17px;
}
.case .case-bottom .swiper-slide{
    width: 150px;
    height: 150px;
}
.application .application-bottom .swiper-pagination {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
}
.application .application-bottom .swiper-wrapper .swiper-slide {
    margin-top: 180px;
}
.application .application-bottom .swiper-pagination::after {
    display: none;
}
.application .application-bottom .swiper-wrapper .swiper-slide .application-bottom-right .application-bottom-right-top {
    font-size: 22px;
}
.application .application-bottom .swiper-wrapper .swiper-slide .application-bottom-right .application-bottom-right-middle {
    line-height: 30px;
}
.application .application-bottom .swiper-wrapper .swiper-slide .application-bottom-right .application-bottom-right-bottom .application-bottom-right-bottom-left svg{
    width: 46px;
    height: 46px;
}
.blueprint .blueprint-bottom .blueprint-bottom-left .section3 {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
}
.blueprint .blueprint-bottom .blueprint-bottom-middle .form_item {
    gap: 20px;
}
}
@media (max-width: 641px) {
.banner .banner-inner .banner-content .banner-desc {
    font-size: 16px;
}
.crafting .crafting-bottom .crafting-bottom-center {
    font-size: 16px;
}
.crafting .crafting-bottom .crafting-bottom-top .content .num,
.crafting .crafting-bottom .crafting-bottom-top .content .text{ 
  font-size: 16px;
}
.blueprint .blueprint-bottom{
    padding: 37px;
}
.blueprint .blueprint-bottom .blueprint-bottom-left .blueprint-bottom-left-bottom p:nth-child(1) {
    font-size: 16px;
}
.blueprint .blueprint-bottom .blueprint-bottom-right .blueprint-bottom-right-top .blueprint-bottom-right-top-title {
    font-size: 18px;
}
.blueprint .blueprint-bottom .blueprint-bottom-left .section2 .list{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}
.blueprint .blueprint-bottom .blueprint-bottom-left .section3 .btn .responsive-slider {
    width: 200px !important;
}
.blueprint .blueprint-bottom .blueprint-bottom-left .section1,
.blueprint .blueprint-bottom .blueprint-bottom-left .section2,
.blueprint .blueprint-bottom .blueprint-bottom-left .section3,
.blueprint .blueprint-bottom .blueprint-bottom-left .section4{
    gap: 15px;
    flex-direction: column;
    align-items: flex-start;
}
.blueprint .blueprint-bottom .blueprint-bottom-left .section5{
    gap: 0px;
    flex-direction: column;
    align-items: flex-start;
}
.procedure .procedure-bottom .procedure-bottom-two .procedure-bottom-item1 .procedure-bottom-item1-top p, .procedure .procedure-bottom .procedure-bottom-one .procedure-bottom-item2 .procedure-bottom-item2-left-top p {
    font-size: 18px;
}
.case .case-top .case-top-btn {
    padding: 10px 15px;
}
.case .case-top .case-top-btn p {
    font-size: 14px;
}
.application .application-bottom .swiper-wrapper .swiper-slide {
    flex-direction: column;
}
.application .application-bottom .swiper-wrapper .swiper-slide .application-bottom-left {
    width: 100%;
    max-height: 250px;
}
.application .application-bottom .swiper-wrapper .swiper-slide .application-bottom-left img {
    max-height: 250px;
}
.application .application-bottom .swiper-wrapper .swiper-slide .application-bottom-right {
    width: 100%;
    padding: 20px 20px;
    gap: 15px;
}
.application .application-bottom .swiper-wrapper .swiper-slide .application-bottom-right .application-bottom-right-top {
    font-size: 20px;
}
.application .application-bottom .swiper-wrapper .swiper-slide .application-bottom-right .application-bottom-right-middle {
    font-size: 14.9px;
}
.application .application-bottom .swiper-wrapper .swiper-slide .application-bottom-right .application-bottom-right-bottom span {
    font-size: 23.2px;
}
.application .application-bottom .swiper-wrapper .swiper-slide .application-bottom-right .application-bottom-right-bottom .application-bottom-right-bottom-left {
    gap: 20px;
}
.application .application-bottom .swiper-pagination .swiper-pagination-bullet {
    max-width: 150px;
}
.case .case-top {
    padding-top: 30px;
    padding-bottom: 20px;
}
}
@media (max-width: 521px) {
.banner .banner-inner .banner-content .banner-title {
    font-size: 20px;
    line-height: 30px;
}
.procedure .procedure-bottom .procedure-bottom-two .procedure-bottom-item1 {
    gap: 15px;
}
}
@media (max-width: 431px) {
.banner .banner-inner .banner-content .banner-desc {
    display: none;
}
.blueprint .blueprint-bottom .blueprint-bottom-left .section5 .btn .el-slider {
    width: 200px !important;
}
.blueprint .blueprint-bottom .blueprint-bottom-left .section5 .btn .el-slider__runway {
    width: 200px !important;
}
}
@media (max-width: 395px) {
.crafting .crafting-bottom .crafting-bottom-top .content {
    grid-template-columns: repeat(1, 1fr);
}
}
@media (max-width: 375px) {
}
@media (max-width: 356px) {
}
@media (max-width: 321px) {
}
