.pro {
  padding: 0.55rem 0 0.81rem;
  background: #EEF7FF;
}
.pro .main {
  display: flex;
  gap: 0.46rem;
  align-items: flex-start;
}
.pro .main .left {
  width: 3.5rem;
  background: #FFFFFF;
  box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0, 50, 107, 0.1);
  flex-shrink: 0;
}
.pro .main .left .title {
  width: 100%;
  height: 1rem;
  background-image: url('/images/proTit.png');
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pro .main .left .title span:first-child {
  font-weight: bold;
  font-size: 0.3rem;
  color: #FFFFFF;
}
.pro .main .left .title span:last-child {
  font-weight: 400;
  font-size: 0.16rem;
  color: #FFFFFF;
}
.pro .main .left .list {
  padding: 0.29rem 0.35rem 0.44rem;
}
.pro .main .left .list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  font-size: 0.2rem;
  color: #000000;
  padding-bottom: 0.2rem;
  border-bottom: 0.01rem solid #E0E0E0;
}
.pro .main .left .list a:not(:last-child) {
  margin-bottom: 0.3rem;
}
.pro .main .left .list a img {
  filter: grayscale(1);
  width: 0.07rem;
  height: 0.2rem;
}
.pro .main .left .list a:hover,
.pro .main .left .list a.active{
  color: #0075C2;
  border-color: #0075C2;
}
.pro .main .left .list a:hover img,
.pro .main .left .list a.active img{
  filter: none;
}
.pro .main .right {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.12rem;
}
.pro .main .right a {
  width: 3.6rem;
  height: 3.6rem;
  background: #FFFFFF;
  box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0, 50, 107, 0.1);
  border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.pro .main .right a::before {
  content: '';
  width: 6.24rem;
  height: 2.25rem;
  background: linear-gradient(0deg, #FFFFFF 0%, #FFFFFF 25.52%, #FFFFFF 57.19%, #D5DFEB 100%);
  opacity: 0.32;
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  border-radius: 50%;
}
.pro .main .right a img {
  width: 2.9rem;
  height: 2.95rem;
  position: relative;
  z-index: 1;
  margin-bottom: 0.2rem;
}
.pro .main .right a p {
  padding: 0 0.24rem;
  position: relative;
  z-index: 1;
  /*display: flex;*/
  /*align-items: center;*/
  flex-shrink: 0;
  font-weight: 400;
  font-size: 0.2rem;
  color: #000000;
  width: 100%;
  gap: 0.21rem;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro .main .right a p span {
  width: 0.07rem;
  height: 0.07rem;
  background: #3CBEF7;
  position: relative;
  display: inline-block;
  margin-right: .2rem;
  transform: translateY(-.04rem);
}
.pro .main .right a p span::before,
.pro .main .right a p span::after {
  content: '';
  width: 0.07rem;
  height: 0.07rem;
  background: #3CBEF7;
  position: absolute;
  right: -0.07rem;
}
.pro .main .right a p span::before {
  top: -0.07rem;
}
.pro .main .right a p span::after {
  bottom: -0.07rem;
}
.proDetails .box1 {
  padding-top: 0.9rem;
  padding-bottom: 0.73rem;
  background: #EEF7FF;
}
.proDetails .box1 > .main {
  padding-top: 0.23rem;
}
.proDetails .box1 .info {
  width: 100%;
  height: 6rem;
  background: #FFFFFF;
  box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0, 50, 107, 0.1);
  border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  padding: 0.2rem;
  display: flex;
  gap: 2rem;
}
.proDetails .box1 .info .left {
  width: 5.43rem;
  height: 100%;
}
.proDetails .box1 .info .left img {
  width: 100%;
  height: 100%;
  /*object-fit: cover;*/
}
.proDetails .box1 .info .right {
  width: 6.84rem;
  padding-top: 0.42rem;
}
.proDetails .box1 .info .right .tit {
  font-weight: bold;
  font-size: 0.35rem;
  color: #000000;
  padding-bottom: 0.15rem;
  border-bottom: 0.01rem solid #B7CDDE;
  margin-bottom: 0.24rem;
}
.proDetails .box1 .info .right .desc {
  font-weight: 400;
  font-size: 0.16rem;
  color: #848484;
  line-height: 0.3rem;
  margin-bottom: 0.63rem;
}
.proDetails .box1 .info .right a {
  width: 2rem;
  height: 0.5rem;
  background: #3CBEF7;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.06rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #FFFFFF;
}
.proDetails .box2 {
  padding-top: 0.62rem;
  padding-bottom: 0.93rem;
}
.proDetails .box2 .item {
  margin-bottom: 1rem;
}
.proDetails .box2 .item .table1{
    width: 100%;
    border: 0;
    border-collapse: collapse;
}
.proDetails .box2 .item .table1  tr{
    height: 0.82rem;
}
.proDetails .box2 .item .table1  tr:nth-child(2n-1){
    background: #F6F8FB;
}
.proDetails .box2 .item .table1  td{
    width: 50%;
    padding: 0 .62rem;
    font-weight: 400;
    font-size: 0.18rem;
    color: #222430;
    border: 1px solid #fff;
}
.tableHead {
    border-radius: .3rem .3rem 0 0;
    overflow: hidden;
}
.tableHead tr{
    background: #0075C2;
    height: .46rem;
    
}
.tableHead td{
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
}
.tableBody tr{
    height: 0.5rem;
}
.tableBody tr:nth-child(2n-1){
    background: #F6F8FB;
}
.tableBody td{
    font-weight: 400;
    font-size: 0.16rem;
    color: #222430;
}
.proDetails .box2 .item .title {
  display: flex;
  align-items: center;
  gap: 0.27rem;
  font-weight: bold;
  font-size: 0.35rem;
  color: #0075C2;
  margin-bottom: 0.4rem;
}
.proDetails .box2 .item .title img {
  width: 0.4rem;
  height: 0.4rem;
}
.proDetails .box2 .item .desc .ul {
  padding-bottom: 0.3rem;
  border-bottom: 0.01rem solid #B7CDDE;
}
.proDetails .box2 .item .desc .ul .li {
  padding-left: 0.36rem;
  font-weight: 400;
  font-size: 0.18rem;
  color: #000000;
  line-height: 0.4rem;
  display: flex;
  position: relative;
}
.proDetails .box2 .item .desc .ul .li::before {
  content: '';
  width: 0rem;
  height: 0rem;
  border: 0.09rem solid transparent;
  border-left: 0.09rem solid #0075C2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
}

@media screen and (max-width:1024px){
    .pro .main .left{
        display: none;
    }
    .pro .main .right a{
        width: calc((100% - .24rem) / 2)
    }
    .pro .main .right a p{
        font-size: 14px;
    }
    .proDetails .box1 .info{
        height: auto;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .proDetails .box1 .info .right{
        padding: 10px;
    }
    .proDetails .box1 .info .right .tit{
        font-size: 16px;
    }
    .proDetails .box1 .info .right .desc{
        font-size: 14px;
        line-height: 1.5;
    }
    .proDetails .box1 .info .right a{
        font-size: 14px;
    }
    .proDetails .box2 .item .title{
        font-size: 16px;
    }
    .proDetails .box2 .item .desc .ul .li{
        font-size: 14px;
    }
    .tableHead td,
    .tableBody td{
        font-size: 12px;
    }
}
