.content > div:first-child {

  display: flex;

  justify-content: space-between;

  padding: 0.35rem 1.82rem 0.3rem 1.82rem;

  background-color: #fff;

  border-radius: 0.1rem 0.1rem 0 0;

  box-shadow: 0rem 0.03rem 0.2rem 0.01rem rgba(0, 0, 0, 0.07);

}



.content {

  position: absolute;

  top: -0.5rem;

  left: 2.6rem;

}



/* 划过效果 */

.content > div:first-child > a {

  position: relative;

  padding-bottom: 0.11rem;

  box-sizing: border-box;

  font-family: Microsoft YaHei, Microsoft YaHei;

  font-weight: 400;

  font-size: 0.18rem;

  color: #000000;

  cursor: pointer;

  border-bottom: 0.02rem solid #fff;

  padding-bottom: 0.09rem;

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

}



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

  content: "";

  width: 0;

  height: 0.02rem;

  background: #b6002a;

  position: absolute;

  top: 100%;

  left: 50%;

  transition: all 0.5s;

}



.content > div:first-child > .active:after {

  left: 0;

  width: 100%;

}



.content > div:first-child > a:hover:after {

  left: 0;

  width: 100%;

}



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

  font-weight: bold;

}

.content > div:first-child > .active {

  font-weight: bold;

}

/* 划过效果结束 */



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

  margin-top: 1.21rem;

  display: flex;

}



.content > div:nth-child(2) > div:first-child {

  margin-right: 1.23rem;

  flex: 1;

}



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

  font-family: Microsoft YaHei, Microsoft YaHei;

  font-weight: bold;

  font-size: 0.36rem;

  color: #262626;

  margin-bottom: 0.2rem;

}



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

  width: 0.58rem;

  height: 0.02rem;

  background: #b30000;

  margin-bottom: 0.45rem;

}



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

  font-family: Microsoft YaHei, Microsoft YaHei;

  font-weight: 400;

  font-size: 0.18rem;

  color: #3d3d3d;

  line-height: 0.36rem;

}



.content_right > div:last-child {

  width: 6.8rem;

  height: 4.2rem;

  position: relative;

  z-index: 1;

}



.content_right > img:nth-child(2) {

  width: 0.89rem;

  height: 0.91rem;

  position: absolute;

  top: -0.4rem;

  right: -0.4rem;

}



.content_right > img:first-child {

  width: 0.89rem;

  height: 0.91rem;

  position: absolute;

  bottom: -0.37rem;

  left: -0.5rem;

}



.content_right {

  position: relative;

}



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

  margin-top: 1.09rem;

  padding: 0.58rem 1.76rem 0.6rem 0.45rem;

  background: #fff;

  display: flex;
box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.15);

}



.content > div:nth-child(3) > div:nth-child(odd) {

  width: 1rem;

  height: 1rem;

  padding-right: 0.45rem;

}



.content > div:nth-child(3) > div:nth-child(even) {

  font-family: Microsoft YaHei, Microsoft YaHei;

  font-weight: bold;

  font-size: 0.24rem;

  color: #262626;

  line-height: 0.46rem;

  margin-left: 0.45rem;

}



.content > div:nth-child(3) > div:nth-child(2) {

  padding-right: 2.03rem;

  border-right: 0.01rem dashed #a5a5a5;

}



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

  margin-left: 0.74rem;

}



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

  font-family: Microsoft YaHei, Microsoft YaHei;

  font-weight: 400;

  font-size: 0.16rem;

  color: #3d3d3d;

  line-height: 0.3rem;

}



.content > div:nth-child(3) > div:nth-child(odd) > img {

  width: auto;

}



.content_center_box {

  /*display: flex;*/

  padding-top: 1.21rem;

}



.content_center_box_left {

  margin-right: 1.06rem;

}



.content_center_box_left > div:first-child {

  width: 6.47rem;

  height: 7.35rem;

}



.content_center_box_left > div:nth-child(2) {

  font-family: Microsoft YaHei, Microsoft YaHei;

  font-weight: bold;

  font-size: 0.36rem;

  color: #262626;

  margin-top: 1.04rem;

  margin-bottom: 0.58rem;

  padding-left: 0.68rem;

  padding-right: 0.68rem;

}



.content_center_box_left > div:nth-child(3) {

  font-family: Microsoft YaHei, Microsoft YaHei;

  font-weight: bold;

  font-size: 0.2rem;

  color: #262626;

  padding-left: 0.68rem;

  padding-right: 0.68rem;

  padding-bottom: 0.24rem;

}



.content_center_box_left > div:nth-child(4),

.content_center_box_left > p:last-child {

  display: flex;

  justify-content: space-between;

  font-family: Microsoft YaHei, Microsoft YaHei;

  font-weight: 400;

  font-size: 0.16rem;

  line-height: 0.25rem;

  color: #4a4a4a;

  padding-left: 0.68rem;

  padding-right: 0.68rem;

}



.content_center_box_right > div:nth-child(1) {

  padding-top: 0.98rem;

  padding-bottom: 0.58rem;

  font-family: Microsoft YaHei, Microsoft YaHei;

  font-weight: bold;

  font-size: 0.36rem;

  color: #262626;

}



.content_center_box_right > div:nth-child(2) {

  font-family: Microsoft YaHei, Microsoft YaHei;

  font-weight: bold;

  font-size: 0.2rem;

  color: #262626;

  padding-bottom: 0.24rem;

}



.content_center_box_right {

  flex: 1;

}



.content_center_box_right > div:last-child {

  width: 6.41rem;

  padding-top: 1.38rem;

}



.flex_content_right {

  display: flex;

  font-family: Microsoft YaHei, Microsoft YaHei;

  font-weight: 400;

  font-size: 0.24rem;

  line-height: 0.25rem;

  color: #4a4a4a;

}



.flex_content_right > p {

  width: 0.9rem;

}



.flex_content_right > p:nth-child(1) {

  margin-right: 1.1rem;

}



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

  margin-right: 1.1rem;

}



.content_center_box {

  padding-bottom: 1.01rem;

}



.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{
  padding: 0.3rem 0.3rem 0.15rem 0.3rem;
  display: block;
  height: auto;
    overflow: hidden;
  

}
.content > div:first-child > a{
  font-size: 0.24rem;
  width: 33.3%;
    float: left;
    text-align: center;
    margin-bottom: .1rem;

}
.content{
  left: 4%;
}
.content_center_box p strong span{
  font-size: 0.34rem !important;
}
.content_center_box tr{
  display: grid;
}
.content_center_box tr td{
  width: 100% !important;
  margin-bottom: .3rem;
  padding: 0 !important;
  font-size: 0.24rem;
  line-height: 0.45rem;
}
.content_center_box tr td p{
  font-size: 0.24rem !important;
  line-height: 0.45rem !important;
}
}