.business {
  background: #EEF7FF;
  padding-top: 0.63rem;
  padding-bottom: 1.21rem;
}
.business .item {
  display: flex;
  height: 6.22rem;
  background: #FFFFFF;
  box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0, 0, 0, 0.16);
}
.business .item:nth-child(2n) {
  flex-direction: row-reverse;
}
.business .item:not(:last-child) {
  margin-bottom: 1.2rem;
}
.business .item .left {
  width: 50%;
  height: 100%;
}
.business .item .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.business .item .right {
  width: 50%;
  height: 100%;
  padding: 0.37rem 0.51rem 0.58rem 0.63rem;
}
.business .item .right .num {
  font-family: Poppins, Poppins;
  font-weight: bold;
  font-size: 0.6rem;
  color: transparent;
  -webkit-text-stroke: 1px #3CBEF7;
  line-height: 1;
}
.business .item .right .tit {
  font-weight: bold;
  font-size: 0.35rem;
  color: #000000;
  padding-bottom: 0.23rem;
  border-bottom: 0.01rem solid #B7CDDE;
  margin-bottom: 0.22rem;
}
.business .item .right .desc {
  font-weight: 400;
  font-size: 0.16rem;
  height: 1.75rem;
  color: #848484;
  line-height: 0.3rem;
  margin-bottom: 1.3rem;
}
.busDetails {
  padding-top: 0.9rem;
}
.busDetails .box1 .top {
  display: flex;
  height: 6.22rem;
  background: #FFFFFF;
  box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0, 0, 0, 0.16);
  margin-bottom: 0.7rem;
}
.busDetails .box1 .top .left {
  width: 50%;
  height: 100%;
}
.busDetails .box1 .top .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.busDetails .box1 .top .right {
  width: 50%;
  height: 100%;
  padding: 0.37rem 0.51rem 0.58rem 0.63rem;
  background: linear-gradient(360deg, #EEF7FF 0%, #FFFFFF 100%);
  position: relative;
}
.busDetails .box1 .top .right .tit {
  font-weight: bold;
  font-size: 0.35rem;
  color: #000000;
  padding-bottom: 0.23rem;
  border-bottom: 0.01rem solid #B7CDDE;
  margin-bottom: 0.69rem;
  display: flex;
  align-items: center;
  gap: 0.33rem;
}
.busDetails .box1 .top .right .desc {
  font-weight: 400;
  font-size: 0.16rem;
  height: 1.75rem;
  color: #848484;
  line-height: 0.3rem;
  margin-bottom: 1.3rem;
}
.busDetails .box1 .top .right .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2.05rem;
  height: 1.88rem;
  cursor: pointer;
}
.busDetails .box1 .list {
  margin-bottom: 0.86rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.16rem;
}
.busDetails .box1 .list .item {
  width: 3.63rem;
  height: 3.05rem;
  background: #FFFFFF;
  border: 0.01rem solid #E8E8E8;
  border-radius: 0.1rem;
  padding: 0.24rem 0.4rem;
}
.busDetails .box1 .list .item img {
  width: 0.51rem;
  height: 0.51rem;
  margin-bottom: 0.07rem;
  transition: all .3s;
}
.busDetails .box1 .list .item:hover img{
    transform: rotateY(180deg);
}
.busDetails .box1 .list .item .tit {
  font-weight: bold;
  font-size: 0.22rem;
  color: #0075C2;
  padding-bottom: 0.14rem;
  border-bottom: 0.01rem solid #D6D6D6;
  margin-bottom: 0.32rem;
  width: fit-content;
}
.busDetails .box1 .list .item .desc {
  font-weight: 400;
  font-size: 0.18rem;
  color: #000000;
  line-height: 0.25rem;
}
.busDetails .box1 .bottom {
  width: 100%;
  height: 7.25rem;
  background-image: url('../images/img5.png');
  background-size: contain;
  display: flex;
  flex-wrap: wrap;
  gap: 1.13rem 5.2rem;
  align-content: center;
  padding: 0 0.5rem;
  position: relative;
}
.busDetails .box1 .bottom .item.title{
    position: absolute;
    width: 3rem;
    top: 2.78rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.busDetails .box1 .bottom .item.title span:first-child{
    font-weight: bold;
    font-size: 0.22rem;
    color: #FFFFFF;
}
.busDetails .box1 .bottom .item.title span:last-child{
    font-weight: bold;
    font-size: 0.3rem;
    color: #FFFFFF;
    line-height: 0.6rem;
}
.busDetails .box1 .bottom .item {
  width: 4.4rem;
}
.busDetails .box1 .bottom .item:nth-child(2n) .tit {
  flex-direction: row-reverse;
}
.busDetails .box1 .bottom .item:nth-child(2n) .desc {
  padding-left: 0;
  padding-right: 0.52rem;
  text-align: right;
}
.busDetails .box1 .bottom .item .tit {
  font-weight: bold;
  font-size: 0.22rem;
  color: #0075C2;
  display: flex;
  align-items: center;
  gap: 0.12rem;
  margin-bottom: 0.2rem;
}
.busDetails .box1 .bottom .item .tit .num {
  font-family: Poppins, Poppins;
  font-weight: bold;
  font-size: 0.3rem;
  color: transparent;
  line-height: 1;
  -webkit-text-stroke: 1px #0075C2;
  width: .4rem;
}
.busDetails .box1 .bottom .item .desc {
  font-weight: 400;
  font-size: 0.16rem;
  color: #000000;
  padding-left: 0.52rem;
}
.busDetails .box2 {
  background: #EEF7FF;
  padding: 0.66rem 0 0.97rem;
}
.busDetails .box2 .main .tit1 {
  font-weight: bold;
  font-size: 0.22rem;
  color: #0075C2;
  text-align: center;
  margin-bottom: 0.22rem;
}
.busDetails .box2 .main .tit2 {
  font-weight: bold;
  font-size: 0.3rem;
  color: #000000;
  text-align: center;
  margin-bottom: 0.7rem;
}
.busDetails .box2 .main .list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.27rem;
}
.busDetails .box2 .main .list .item {
  width: 7.36rem;
  height: 1.97rem;
  background: #FFFFFF;
  border-radius: 0.3rem 0.3rem 0.3rem 0.3rem;
  display: flex;
  align-items: center;
  padding: 0 0.58rem;
  gap: 0.45rem;
}
.busDetails .box2 .main .list .item img {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  transition: all .3s;
}
.busDetails .box2 .main .list .item:hover img{
    transform: rotateY(180deg);
}
.busDetails .box2 .main .list .item .tit {
  font-weight: bold;
  font-size: 0.22rem;
  color: #0075C2;
  margin-bottom: 0.2rem;
}
.busDetails .box2 .main .list .item .desc {
  font-weight: 400;
  font-size: 0.16rem;
  color: #000000;
}
.busDetails .box3 {
  padding: 0.56rem 0 0.95rem;
}
.busDetails .box3 .top {
  width: 100%;
  height: 3.27rem;
  background-image: url('../images/img10.png');
  font-weight: bold;
  font-size: 0.4rem;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  margin-bottom: 0.7rem;
}
.busDetails .box3 .top span:first-child {
  color: #0075C2;
}
.busDetails .box3 .tit1 {
  font-weight: bold;
  font-size: 0.22rem;
  color: #0075C2;
  text-align: center;
  margin-bottom: 0.22rem;
}
.busDetails .box3 .tit2 {
  font-weight: bold;
  font-size: 0.3rem;
  color: #000000;
  text-align: center;
  margin-bottom: 0.7rem;
}
.busDetails .box3 .center {
  width: fit-content;
  padding: 0 .7rem;
  height: 0.77rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(270deg, #0075C2 0%, #3CBEF7 100%);
  border-radius: 0.39rem 0.39rem 0.39rem 0.39rem;
  margin: 0 auto 0.85rem;
  position: relative;
  font-weight: 400;
  font-size: 0.18rem;
  color: #FFFFFF;
  text-align: center;
}
.busDetails .box3 .center::before,
.busDetails .box3 .center::after {
  content: '';
  width: 0.88rem;
  height: 0.74rem;
  position: absolute;
  top: calc(100% + 0.07rem);
  background-image: url('../images/img11.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.busDetails .box3 .center::before {
  left: 0.88rem;
}
.busDetails .box3 .center::after {
  right: 0.8rem;
}
.busDetails .box3 .list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.27rem;
}
.busDetails .box3 .list .item {
  width: 7.36rem;
  height: 3.09rem;
  background: linear-gradient(270deg, #0075C2 0%, #3CBEF7 100%);
  border-radius: 0.3rem 0.3rem 0.3rem 0.3rem;
  padding: 0.8rem 0.96rem;
}
.busDetails .box3 .list .item .tit {
  font-weight: bold;
  font-size: 0.22rem;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 0.34rem;
}
.busDetails .box3 .list .item .desc {
  font-weight: 400;
  font-size: 0.16rem;
  color: #FFFFFF;
  line-height: 0.3rem;
  text-align: center;
}
.busDetails .box4 {
  width: 100%;
  height: 7.52rem;
  padding: 0.7rem 0;
  background-image: url('../images/img12.png');
}
.busDetails .box4 .main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.26rem;
}
.busDetails .box4 .main .left {
  width: 6.23rem;
}
.busDetails .box4 .main .left .tit {
  font-weight: bold;
  font-size: 0.22rem;
  color: #0075C2;
  margin-bottom: 0.45rem;
}
.busDetails .box4 .main .left .desc {
  font-weight: 400;
  font-size: 0.2rem;
  color: #000000;
  line-height: 0.4rem;
}
.busDetails .box4 .main .right {
  width: 6.9rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.12rem 0.16rem;
}
.busDetails .box4 .main .right img {
  width: 3.37rem;
  height: 3.01rem;
  border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
}

@media screen and (max-width:1024px){
    .business .item{
        height: auto;
    }
    .business .item .right{
        padding: 10px;
    }
    .business .item .right .num{
        font-size: 16px;
    }
    .business .item .right .tit{
        font-size: 16px;
    }
    .business .item .right .desc{
        font-size: 14px;
        line-break: 1.5;
        height: auto;
        margin-bottom: 15px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }
    .busDetails .box1 .top .left {
        height: auto;
    }
    .busDetails .box1 .top .right{
        padding: 10px;
    }
    .busDetails .box1 .top{
        height: auto;
    }
    .busDetails .box1 .top .right .tit{
        font-size: 16px;
    }
    .busDetails .box1 .top .right .tit img{
        width: 20px;
        height: 20px;
    }
    .busDetails .box1 .top .right .desc{
        height: auto;
        margin-bottom: 0;
    }
}
