.content.content_width {

  margin-top: 0.32rem;

  margin-bottom: 1.24rem;

}



.content>div:first-child {

  font-family: Microsoft YaHei, Microsoft YaHei;

  font-weight: 400;

  font-size: 0.16rem;

  color: #585858;

}



.content>div:first-child>span {

  color: #BD2D3A;

}



.content>p:nth-child(2) {

  font-family: Microsoft YaHei, Microsoft YaHei;

  font-weight: bold;

  font-size: 0.4rem;

  color: #0B3C5F;

  margin-top: 0.54rem;

  margin-bottom: 0.12rem;

}



.content>p:nth-child(3) {

  font-family: Microsoft YaHei, Microsoft YaHei;

  font-weight: 400;

  font-size: 0.2rem;

  color: #0B3C5F;

  margin-bottom: 0.12rem;

}



.content>p:nth-child(4) {

  font-family: Microsoft YaHei, Microsoft YaHei;

  font-weight: 400;

  font-size: 0.16rem;

  color: #585858;

  line-height: 0.3rem;

}



.content>p:nth-child(5) {

  font-family: Microsoft YaHei, Microsoft YaHei;

  font-weight: 400;

  font-size: 0.2rem;

  color: #0B3C5F;

  margin-top: 0.54rem;

  margin-bottom: 0.2rem;

}



.content>div:nth-child(6) {

  margin-bottom: 0.47rem;

}



.content>div:nth-child(6)>p {

  font-family: Microsoft YaHei, Microsoft YaHei;

  font-weight: 400;

  font-size: 0.16rem;

  color: #585858;

  line-height: 0.3rem;

  display: flex;

  align-items: center;

}



.content>div:nth-child(6)>p>span {

  display: block;

  width: 0.08rem;

  height: 0.08rem;

  background: #B6002A;

  border-radius: 50%;

  margin-right: 0.12rem;

}



.content>div:last-child>a {

  padding: 0.32rem 0;

  display: flex;

  border-bottom: 0.01rem solid #EDEDED;

  cursor: pointer;

}



.content>div:last-child>a>div:first-child {

  width: 1.8rem;

  height: 1.8rem;

  background: #F7F7F7;

}



.content>div:last-child>a>div:last-child {

  flex: 1;

  padding-top: 0.26rem;

  padding-left: 0.38rem;

}



.content>div:last-child>a>div:last-child>p:first-child {

  font-family: Microsoft YaHei, Microsoft YaHei;

  font-weight: 400;

  font-size: 0.25rem;

  color: #050505;

  transition: var(--m_tran) color font-weight;

}



.content>div:last-child>a>div:last-child>p:nth-child(2) {

  font-family: Microsoft YaHei, Microsoft YaHei;

  font-weight: 400;

  font-size: 0.16rem;

  color: #585858;

  line-height: 0.3rem;

  margin-top: 0.1rem;

  /*margin-bottom: 0.1rem;*/

}



.content>div:last-child>a>div:last-child>p:last-child {

  font-family: Microsoft YaHei, Microsoft YaHei;

  font-weight: 400;

  font-size: 0.16rem;

  color: #B6002A;

  line-height: 0.4rem;

}


.content>div:last-child>a:hover>div:last-child>p:first-child {

  font-weight: bold;

  color: #B6002A;

}



.kefu {

  position: fixed;

  bottom: 40%;

  right: 0.2rem;

  z-index: 999;

}



.kefu_content {

  width: 0.4rem;

  height: 0.4rem;

  background: #ffffff;

  box-shadow: 0rem 0.03rem 0.1rem 0.01rem rgba(0, 0, 0, 0.13);

  border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;

  display: flex;

  justify-content: center;

  align-items: center;

}



.kefu_content>img {

  width: 0.28rem;

  height: 0.21rem;

}



.kefu_footer {

  width: 0.4rem;

  height: 0.2rem;

  background: #ffffff;

  box-shadow: 0rem 0.03rem 0.1rem 0.01rem rgba(0, 0, 0, 0.13);

  border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;

  margin-top: 0.05rem;

  display: flex;

  justify-content: center;

  align-items: center;

}



.kefu_footer>img {

  width: 0.17rem;

  height: 0.08rem;

}
@media only screen and (max-width: 1024px) {
.content > div:first-child{
  font-size: 0.24rem;
}
.content > p:nth-child(3) span{
  font-size: 0.24rem  !important;
}
.content > p:nth-child(4) span{
  font-size: 0.24rem  !important;
}
.content > p:nth-child(5) span{
  font-size: 0.24rem  !important;
}
.content > p span{
  font-size: 0.24rem  !important;
}
.content > div:last-child > a > div:last-child > p:nth-child(2){
  font-size: 0.24rem;
}
.content > div:last-child > a > div:last-child{
  padding-top: 0;
}
.content > div:last-child > a > div:first-child{
  width: 30%;
}
.content > div:last-child > a > div:last-child > p:last-child{
  font-size: 0.24rem;
}
}