.section1 {
  overflow: unset;
}
.section1 .wrap {
  padding-top: 100px;
}
.section1 .wrap .top {
  justify-content: space-between;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}
.section1 .wrap .top .right {
  position: relative;
}
.section1 .wrap .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.section1 .wrap .list .item a {
  padding: 50px 30px;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.section1 .wrap .list .item a .icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  background-color: #F8F8F8;
}
.section1 .wrap .list .item a .name {
  margin-bottom: 24px;
}
.section1 .wrap .list .item a .name h4 {
  color: #333333;
  font-size: 24px;
}
.section1 .wrap .list .item a .flex {
  display: flex;
  justify-content: space-between;
}
.section1 .wrap .list .item a .flex .time p {
  color: #999999;
  font-size: 16px;
}
.section2 {
  overflow: unset;
}
.section2 .wrap {
  padding-top: 140px;
  padding-bottom: 120px;
}
.section2 .wrap .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.section2 .wrap .top .right {
  position: relative;
}
.section2 .wrap .list {
  margin-top: 50px;
  margin-bottom: 50px;
}
.section2 .wrap .list .item {
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 24px 0;
  border-bottom: 1px solid #D9D9D9;
}
.section2 .wrap .list .item:first-child {
  border-top: 1px solid #D9D9D9;
}
.section2 .wrap .list .item .time {
  color: #999;
  font-size: 18px;
}
.section2 .wrap .list .item .line {
  width: 1px;
  height: 13px;
  background-color: #D9D9D9;
}
.section2 .wrap .list .item .text {
  flex: 1;
  color: #333;
  font-size: 18px;
  line-height: 2;
  transition: all 0.6s;
}
.section2 .wrap .list .item:hover .text {
  color: #F38D2C;
}
.section3 {
  background-color: #F8F8F8;
  padding-top: 120px;
  padding-bottom: 180px;
}
.section3 .wrap {
  background-color: #fff;
  padding: 0 150px 0 100px;
  display: flex;
  justify-content: space-between;
}
.section3 .wrap .left{
  padding-top: 118px;
  padding-bottom: 134px;
}
.section3 .wrap .left .title {
  margin-bottom: 30px;
}
.section3 .wrap .left .title h3 {
  font-size: 44px;
}
.section3 .wrap .left .text {
  margin-bottom: 60px;
}
.section3 .wrap .left .text p {
  color: #666;
  font-size: 20px;
}
.section3 .wrap .left .tel {
  margin-bottom: 27px;
}
.section3 .wrap .left .tel .key {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px;
}
.section3 .wrap .left .tel .value {
  color: #333;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}
.section3 .wrap .left .info p {
  font-size: 16px;
  color: #333;
}
.section3 .wrap .right {
  width: 527px;
  display: flex;
  align-items: end;
}
/* .section3 .wrap .right .stock {
  margin-bottom: 76px;
}
.section3 .wrap .right .stock p {
  font-size: 24px;
  color: #333;
}
.section3 .wrap .right .price {
  display: flex;
  align-items: end;
}
.section3 .wrap .right .price.down .num {
  color: green;
}
.section3 .wrap .right .price.down svg {
  transform: rotateX(180deg);
}
.section3 .wrap .right .price.down svg path {
  fill: green;
}
.section3 .wrap .right .price .num {
  line-height: 1;
  font-size: 64px;
  color: #DA1F22;
}
.section3 .wrap .right .price .num::before {
  content: "￥";
}
.section3 .wrap .right .price .jt {
  margin-bottom: 5px;
  margin-left: 20px;
}
.section3 .wrap .right .price .amplitude {
  color: #333333;
  font-size: 16px;
  margin-bottom: 5px;
  margin-left: 20px;
}
.section3 .wrap .right .price .amplitude span {
  color: #2C96F3;
}
.section3 .wrap .right .text {
  color: #999;
  font-size: 14px;
  line-height: 24px;
  margin-top: 75px;
} */
 .section4{
  background-color: #F7F8FA;
 }
.section4  .wrap{
  padding-top: 115px;
  padding-bottom: 140px;
  display: flex;
 }
.section4  .wrap .left{
  margin-right: 165px;
}
 .section4  .wrap .left .text{
  margin-top: 66px;
  font-size: 24px;
  color: #111;
  margin-bottom: 90px;
}
.section4  .wrap .left .bottom .txt{
    font-size: 20px;
    margin-bottom: 60px;
}
.section4  .wrap .left .bottom .price{
  display: flex;
  align-items: end;
  /* gap: 20px; */
}
.section4  .wrap .left .bottom .price .num{
  font-size: 64px; 
  line-height: 1;
  color: #e60000;
  margin-bottom: -6px;
}
.section4  .wrap .left .bottom .price .jt{
  margin-left: 20px;
  animation: 3s ease-out 0s infinite normal none running growUp
}
.section4  .wrap .left .bottom .price.green .jt{
  transform: rotate(180deg);
  animation: 3s ease-out 0s infinite normal none running growUp2
}
.section4  .wrap .left .bottom .price.green .num,
.section4  .wrap .left .bottom .price.green .amplitude,
.section4  .wrap .left .bottom .price.green .jt span{
  color: green;
}
.section4  .wrap .left .bottom .price .jt span{
  color: #e60000;
  font-size: 20px;
}
.section4  .wrap .left .bottom .price .num::after{
  content: attr(data-text);
  font-size: 18px;
  margin-left: 20px;
}
.section4  .wrap .left .bottom .price .amplitude{
  color: #e60000;
  margin-left: 40px;
}
.section4  .wrap .left .bottom .list{
  display: flex;
  margin-top: 100px;
  gap: 56px;
}
.section4  .wrap .left .bottom .list .item .key{
  color: rgba(17, 17, 17, 0.5);
  font-size: 16px;
  margin-bottom: 15px;
}
.section4  .wrap .left .bottom .list .item .value{
  font-size: 16px;
  color: #111;
}
.section4  .wrap .right .tab{
  display: flex;
  gap: 30px;
  margin-bottom: 80px;
}
.section4  .wrap .right .tab .item{
  width: 110px;
  height: 45px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  font-size: 16px;
  justify-content: center;
  cursor: pointer;
  transition: all .6s;
}
.section4  .wrap .right .tab .item:hover,
.section4  .wrap .right .tab .item.on{
  background-color: #F38D2C;
  color: #fff;
}
.section4  .wrap .right .img img{
  display: none;
}
.section4  .wrap .right .img img.on{
  display: block;
  width: 100%;
}

.download {
  display: flex;
  gap: 10px;
}
.download .ico span {
  color: #F38D2C;
  font-size: 20px;
}
.download p {
  color: #F38D2C;
  font-size: 16px;
}
@keyframes growUp {
    0% {
        transform: rotate(0deg) translateY(20%);
        opacity: 0
    }
    30%, 60% {
        transform: rotate(0deg) translateY(0px);
        opacity: 1
    }
    90%, 100% {
        transform: rotate(0deg) translateY(-20%);
        opacity: 0
    }
}

@keyframes growUp2 {
    0% {
        transform: rotate(180deg) translateY(20%);
        opacity: 0
    }
    30%, 60% {
        transform: rotate(180deg) translateY(0px);
        opacity: 1
    }
    90%, 100% {
        transform: rotate(180deg) translateY(-20%);
        opacity: 0
    }
}