body {
  background: #F9F9F9;
}



.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;
}





.type_content {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}

.type_content .cont_pic {
  width: 4.5rem;
  height: 4rem;
  /*border: 0.01rem dashed #999;*/
  background-color: #fff;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.type_content .cont_pic img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.type_content .cont_txt {
  width: 4.94rem;
}

.type_content .cont_txt .cont_title {
  font-weight: bold;
  font-size: 0.3rem;
  color: #000000;
  margin-top: 0.54rem;
}

.type_content .cont_txt .cont_body {
  font-weight: 400;
  font-size: 0.18rem;
  color: #404040;
  line-height: 0.35rem;
  margin-top: 0.2rem;
}

.type_content .cont_txt a {
  width: 1.6rem;
  height: 0.5rem;
  background: #4243D1;
  border-radius: 0.25rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #FFFFFF;
  display: block;
  text-align: center;
  line-height: 0.5rem;
  margin-top: 0.33rem;
}


/* 表格 */
.canshu {
  width: 100%;
  border-top: 0.01rem solid #E5E5E5;
  border-right: 0.01rem solid #E5E5E5;
  margin-top: 0.69rem;
}
.canshu table{
    width: 100%;
}
.canshu table tr{
  width: 100%;
  height: auto;
  background-color: rgba(255,255,255,0.8);
  border-bottom: 0.01rem solid #E5E5E5;
}
.canshu table tr:nth-child(2n){
  background-color: #F9F9F9;
}
.canshu table tr td {
  font-weight: 500;
  font-size: 0.18rem;
  color: #414141;
  padding-left: 0.26rem;
  padding-top: 0.19rem;
  padding-bottom: 0.16rem;
  box-sizing: border-box;
  border-bottom: 0.01rem solid #E5E5E5;
border-left: 0.01rem solid #E5E5E5;
}
.canshu table tr .canshu_title {
  width: 1.98rem;
  font-weight: bold;
  font-size: 0.18rem;
  color: #050505;
  padding-left: 0.34rem;
  box-sizing: border-box;
}

.canshu table tr .canshu_title2{
  width: 1.87rem;
}
.canshu table tr td:last-child{
  width: 6.47rem;
  padding-right: 0.09rem;
  box-sizing: border-box;
}



.canshu table tr:nth-child(7),
.canshu table tr:nth-child(13),
.canshu table tr:nth-child(15),
.canshu table tr:nth-child(17){
    background-color: #F9F9F9;
}

.canshu table tr:nth-child(10),
.canshu table tr:nth-child(12),
.canshu table tr:nth-child(14){
      background-color: rgba(255,255,255,0.8);
}












