body {
  background: #F9F9F9;
}

.type_fl .type_li {
  border-top: none;
}

.body_fr {
  width: 10.33rem;
  margin-left: 0.37rem;
}

.body_fr .type_name {
  max-width: 9.2rem;
  height: 1.87rem;
  margin: 0 auto;
  font-weight: 600;
  font-size: 0.36rem;
  color: #000000;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}




.body_content {
  width: 10.33rem;
  height: auto;
  background: #FFFFFF;
  border-radius: 0.1rem;
  padding: 0.1rem 0.25rem 0.4rem 0.25rem;
  box-sizing: border-box;
}
.body_content .lianxi_top .lianxi_fl{
  width: 5.9rem;
}
.body_content .lianxi_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.body_content .lianxi_top .lianxi_li {
  width: 100%;
  height: 0.69rem;
  line-height: 0.69rem;
  display: flex;
  justify-content: space-between;
  border-bottom: 0.01rem solid #EAEAEA;
  cursor: pointer;
}
.body_content .lianxi_top .lianxi_li:hover{
  border-bottom: 0.01rem solid #3F38A2;
}
.body_content .lianxi_top .lianxi_li span:first-child {
  font-weight: bold;
  font-size: 0.2rem;
  color: #000000;
}

.body_content .lianxi_top .lianxi_li span:last-child {
  font-weight: 400;
  font-size: 0.18rem;
  color: #000000;
}

.body_content .lianxi_top .lianxi_logo {
  width: 2.61rem;
  height: auto;
  overflow: hidden;
  margin-right: 0.32rem;
  display: flex;
    align-items: center;
}

.body_content .lianxi_top .lianxi_logo img {
  width: 100%;
}

.body_content .lianxi_bottom {
  width: 9.83rem;
  height: 5.7rem;
  overflow: hidden;
  margin-top: 0.26rem;
}

.body_content .lianxi_bottom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1024px){
    .body_content{
        width: 100%;
    }   
    .body_content .lianxi_top{
        flex-direction: column-reverse;
    }
    .body_content .lianxi_top .lianxi_li span:first-child{
        font-size: 0.24rem;
    }
    .body_content .lianxi_top .lianxi_li span:last-child{
        font-size: 0.20rem;
    }
    .body_content .lianxi_top .lianxi_fl{
        width: 100%;
    }
    .lianxi_bottom>iframe{
        width: 21rem!important;
    }
    .body_content .lianxi_bottom{
        width: 100%;
    }
}

