@import '../common/index.css';
@import '../common/header.css';
@import '../common/footer.css';
@import '../common/animate.min.css';


/* banner */
.banner {
  min-width: 1200px;
  height: 354px;
  background: url('../../imgs/supply/banner.png') no-repeat center center;
}
/* block */
.block{
  opacity: 0;
}
/* .capitalizeitem,.order,.pathTitle,.capitalize{
   transition: all .5s linear;
  transform: translateY(200px);
  opacity: 0;
} */
.block h1 {
  color: var(--weight-text);
  text-align: center;
  margin: 60px 0 30px 0;
  font-size: 34px;
}
.pathTitle{
     color: var(--weight-text);
    text-align: center;
    font-size: 34px;
    font-weight: bold;
    background: linear-gradient(#f4f5f5, #fff);
    padding: 70px 0 0 0;
    height: 140px;
    margin-top: -50px;
    border-radius: 20px;

}
.process{
    width: 1200px;
    margin:0 auto;
}
.block-list {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  position: relative;

}
.backcolor{
  background: #fff3e8;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  z-index: -1;
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -76%);
    -webkit-animation-name: 'bounce';/*动画属性名，也就是我们前面keyframes定义的动画名*/

-webkit-animation-duration: .5s;/*动画持续时间*/

-webkit-animation-timing-function: ease; /*动画频率，和transition-timing-function是一样的*/

-webkit-animation-delay: 0s;/*动画延迟时间*/

-webkit-animation-iteration-count: infinite;/*定义循环资料，infinite为无限次*/

-webkit-animation-direction: alternate;/*定义动画方式*/
}
@keyframes bounce {
  0%{
   width: 250px;
   height: 250px;
   border-radius: 100%;
     
  }
  50%{
       width: 270px;
       height: 270px; 
       border-radius: 100%;

  }
  100%{
        width: 300px;
        height: 300px;
        border-radius: 100%;


  }
}
.order{
    background: url('../../imgs/supply/light3.png') no-repeat center center;
    color: #fff;
    padding: 20px 0 80px 0;
    margin-top: 50px;
}
.orderTip{
    text-align: center;
    /* margin-top: 40px; */
    line-height: 22px;
}
.ordercontent{
  text-align: center;
    font-size: 34px;
    font-weight: bold;
    background: linear-gradient(#f4f5f5, #fff);
    padding: 70px;
    margin-top: -50px;
    border-radius: 20px;
}
.capitalize{
  width: 1200px;
  display: flex;
  justify-content: space-around;
}
.capitaiTitle{
  font-size: 24px;
    margin: 20px;
}
.capitaiTip{
  font-size: 16px;
}
.capitaiIcon{
  color: #e07d1d;
}
.concat{
  margin-top: 300px ;
}
.concatconten{
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0 100px 0;
}
