.block-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  /*color: rgb(92, 90, 90);*/
  margin: 45px 0 40px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
.block-1-content {
  position: relative;
}
.block-1-content img{
  width: 100%;
}
.block-1-content .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 54px;
  height: 60px;
}
.block-1-content .layer {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
}


.block-2-content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.block-2-item {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: rgb(246, 247, 247);
  padding: 62px 0 30px;
}
.block-2-item img {
  height: 80px !important;
}
.block-2-item .des {
  margin-top: 15px;
  text-align: center;
}
.block-2-item .deliver {
  position: absolute;
  right: 0;
  top: 45px;
  bottom: 35px;
  width: 1px;
  background-color: rgb(112, 112, 112);
}

 .block-3 .block-title {
  display: flex;
  flex-direction: column;
  text-align: center;
 }

 .block-4 .block-sub-title {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 20px;
  line-height: 50px;
  margin-bottom: 30px;
 }
.block-sub-title span{font-size:20px;font-weight:500}
 .block-4-content {
  padding: 50px 50px 30px;
  background-color: rgb(246, 247, 247);
 }
 .block-4-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
 }
 .block-4-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 0 20px;
  height: 345px;
  width: 24%;
  margin-bottom: 10px;
  border-top: 8px solid rgb(0, 122, 194);
 }
 .block-4-item::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background-image: linear-gradient(135deg, transparent 50%, rgb(246, 247, 247) 50%);
 }
 .block-4-item .des {
  display: flex;
  flex-direction: column;
  text-align: center;
 }

 .block-4-item .car-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 225px;
 }
 .block-4-content .tips {
  font-size: 20px;
  margin-top: 20px;
  text-align: right;
 }
 .block-5 {
  margin-top: 40px;
 }



 .block-6-content {
  background-color: rgb(246, 247, 247);
  overflow: hidden;
 }
 .block-6-content .fun-box {
  margin-top: 22px;
  margin-bottom: 45px;
 }
 .block-6-content .fun-box .fun-title {
  font-weight: 700;
  font-size: 30px;
  color: rgb(92, 90, 90);
  text-align: center;
 }
 .block-6-content .fun-box .fun-wrap {
  margin-top: 32px;;
  display: flex;
  flex-wrap: wrap;
 }
 .block-6-content .fun-box .fun-wrap .fun-item {
  position: relative;
  display: flex;
  align-items: center;
  width: 33%;
  font-size: 20px;
  color: rgb(92, 90, 90);
 }
 .block-6-content .fun-box .fun-wrap .fun-item .icon {
  width: 18px;
  height: 18px;
  background: url('/uploads/images/jg/arrow.png') no-repeat 0 0;
  margin-left: 25%;
 }

 .block-7-content {
  display: flex;
  flex-wrap: wrap;
 }
 .block-7-item {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: rgb(246, 247, 247);
  padding: 62px 0 30px;
}
.block-7-item .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 108px;
}
.block-7-item .des {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
  text-align: center;
 
}
.des { font-size: 18px;}
.name{font-weight: 700;
    font-size: 20px;}
.block-4-content .attr{font-weight: 700;
    font-size: 18px;}
.block-7-item .deliver {
  position: absolute;
  right: 0;
  top: 45px;
  bottom: 35px;
  width: 1px;
  background-color: rgb(112, 112, 112);
}

.block-tab-content {
  position: relative;
  background-color: rgb(246, 247, 247);
  padding: 140px 0 50px;
}

.block-tab-content .tab-wrap {
  position: absolute;
  top: -20px;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
}
.block-tab-content .tab-wrap .tab-item {
  width: 32%;
  background: url(/uploads/images/jg/bg.png) no-repeat bottom right;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  border-top: 4px solid rgb(92, 90, 90);
  cursor: pointer;
}
.block-tab-content .tab-wrap .tab-item.active {
  border-top: 4px solid rgb(0, 122, 194);
}
.block-tab-content .tab-wrap .tab-item .img-box {
  width: 20%;
}
.block-tab-content .tab-wrap .tab-item .text {
  font-size: 1.2em;
  color: rgb(92, 90, 90);
  padding: 10px;font-weight: 500;
}
.block-tab-content .tab-wrap .tab-item .img-box .active{
  display: none;
}
.block-tab-content .tab-wrap .tab-item.active .img-box img {
  display: block;
}
.block-tab-content .tab-wrap .tab-item.active .img-box .active{
  display: block;
}
.block-tab-content .tab-wrap .tab-item.active .img-box .default {
  display: none;
}
.block-tab-content .tab-wrap .tab-item.active .text {
  color: rgb(0, 122, 194);
}
.block-tab-content .tab-content {
  display: none;
  padding: 0 20px;
}
.block-tab-content .tab-content.active {
  display: flex;
  column-gap: 20px;
}
.block-tab-content .tab-content .img-box {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.block-tab-content .tab-content .des-box  {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.block-tab-content .tab-content .des-box .title {
  font-size: 32px;
  color: rgb(0, 122, 186);
  margin-bottom: 20px;
}
.block-tab-content .tab-content .des-box .attr {
  font-size: 22px;
  color: rgb(92, 90, 90);
}
.block-tab-content .tab-content .des-box .func-wrap {
  font-size: 22px;
  color: rgb(92, 90, 90);
  margin-top: 20px;
}
.block-tab-content .tab-content .des-box .func-wrap .item {
  display: flex;
  align-items: flex-start;
}
.block-tab-content .tab-content .des-box .func-wrap .item .icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    background: url('/uploads/images/jg/arrow.png') no-repeat 0 0;
    margin-top: 8px;;
    margin-right: 5px;;
}

.block-9 .block-tab-content .tab-wrap {
  width: 90%;
}
.block-9 .block-tab-content .tab-wrap .tab-item {
  width: 19%;
}


.block-10-content {
  display: flex;
  flex-wrap: wrap;
}
.block-10 .block-sub-title {
  margin-bottom: 20px;
}
.block-10-content .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px;
  width: calc(33.3% - 40px);
}
.block-10-content .item .img-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-10-content .item .text {
  width: 100%;
  text-align: center;
  background-color: rgb(0, 122, 186);
  color: #fff;
  font-size: 30px;
  padding: 5px 0;
}
.block-10 .hzhb {
  margin-top: 20px;
}
.block-12 {
  margin: 50px 0;
}
.hzhb2{display:none}

@media (max-width: 1060px) {
  .block-4-content  .block-4-item {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .block-4-content  .block-4-item {
   padding-bottom: 15px;
  }
  .block-6-content .fun-box .fun-wrap .fun-item{
    width: 50%;
    font-size: 16px;;
  }
  .block-2-item {
    width: calc(50% - 20px);
    margin: 10px;
  }
  .block-2-item .deliver {
    display: none;
  }
  .block-7-item {
    width: calc(50% - 20px);
    margin: 10px;
  }
  .block-7-item .deliver {
    display: none;
  }

  .block-tab .tab-content.active{
    flex-direction: column;
  }
  .block-tab .tab-content.active .img-box {
    width: 100%;
  }

  .block-10-content .item {
    width: calc(50% - 40px);
  }
  .block-tab-content .tab-content .des-box .func-wrap,.block-10-content .item .text {
    font-size: 20px;
  }
  .block-tab-content .tab-wrap .tab-item .img-box{
      width: 40%;
  }
  .block-tab-content .tab-wrap .tab-item .text{display:none}
  .hzhb2{display:block}
  .hzhb1{display:none}
  .block-4-item .car-box{height:100px}
  .block-4-item{height:auto}
  .block-4-content{padding: 15px 15px 30px;}
  .block-4-content .tips,.name{font-size:16px}
  .block-4-content .attr{font-size:15px}
  .block-4-content .type{font-size:14px}
  .block-tab-content{padding: 80px 0 50px;}
  .block-4 .block-sub-title{line-height:25px}
  .block-sub-title span{font-size:16px}
  .block-4-item .des{    margin-top: 10px;}
  
  
  
  
  
  
  
}