.downLoad {
  padding: 0.45rem 0 0.77rem;
}
.downLoad .tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.38rem;
}
.downLoad .tab .left {
  display: flex;
  align-items: center;
  gap: 0.1rem;
}
.downLoad .tab .left a {
  width: 1.2rem;
  height: 0.5rem;
  background: #F9F9F9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.downLoad .tab .left a:hover,
.downLoad .tab .left a.active {
  background: #3CBEF7;
  color: #FFFFFF;
}
.downLoad .tab .right {
  display: flex;
  align-items: center;
}
.downLoad .tab .right input {
  width: 4.38rem;
  height: 0.5rem;
  background: #FFFFFF;
  border-radius: 0.06rem 0 0 0.06rem;
  border: 0.01rem solid #DEDEDE;
  border-right: 0;
  padding: 0 0.19rem;
}
.downLoad .tab .right button {
  width: 0.5rem;
  height: 0.5rem;
  background: #3CBEF7;
  border-radius: 0rem 0.06rem 0.06rem 0rem;
}
.downLoad .tab .right button img {
  width: 0.22rem;
  height: 0.22rem;
}
.downLoad .list {
  margin-bottom: 0.83rem;
}
.downLoad .list .item {
  width: 100%;
  height: 1.57rem;
  background: #FFFFFF;
  border: 0.01rem solid #DEDEDE;
  padding: 0.4rem 0.7rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.downLoad .list .item:not(:last-child) {
  margin-bottom: 0.3rem;
}
.downLoad .list .item:hover {
  box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0, 0, 0, 0.16);
}
.downLoad .list .item .left .tit {
  font-weight: bold;
  font-size: 0.24rem;
  color: #000000;
  margin-bottom: 0.23rem;
}
.downLoad .list .item .left .desc {
  font-weight: 400;
  font-size: 0.14rem;
  color: #858585;
}
.downLoad .list .item .right {
  width: 1.78rem;
  height: 0.5rem;
  background: #3CBEF7;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.15rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #FFFFFF;
}
.downLoad .list .item .right img {
  width: 0.16rem;
  height: 0.16rem;
}
.downLoad .list .item .right:hover {
  background: #0075C2;
}
.serve {
  padding: 0.71rem 0 1.33rem;
}
.serve .list {
  margin-top: 1.24rem;
  display: flex;
  align-items: center;
  gap: 0.27rem;
}
.serve .list .item {
  width: 3.55rem;
  height: 3.55rem;
  background: #F0F7FF;
  border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  border: 0.01rem solid #CCDBF1;
  position: relative;
  padding: 1.31rem 0.42rem 0;
}
.serve .list .item:hover {
  background: linear-gradient(180deg, #0075C2 0%, #3CBEF7 100%);
}
.serve .list .item:hover .tit {
  color: #FFFFFF;
}
.serve .list .item:hover .desc {
  color: #FFFFFF;
}
.serve .list .item img {
  width: 1.66rem;
  height: 1.66rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.serve .list .item .tit {
  font-weight: bold;
  font-size: 0.24rem;
  color: #132861;
  text-align: center;
  margin-bottom: 0.32rem;
}
.serve .list .item .desc {
  font-weight: 400;
  font-size: 0.16rem;
  color: #132861; 
  line-height: 0.3rem;
  text-align: center; 
}

@media screen and (max-width:1024px){
    .serve .list{
        flex-wrap: wrap;
        row-gap: 1rem;
    }
    .serve .list .item{
        width: calc((100% - .27rem) / 2);
        height: 4.5rem;
    }
    .serve .list .item .tit{
        font-size: 14px;
    }
    .serve .list .item .desc{
        font-size: 12px;
        line-height: 1.5;
    }
}
