.content>div:first-child {
  display: flex;
  justify-content: space-between;
  padding: 0.35rem 1.82rem 0.3rem 1.82rem;
  background-color: #fff;
  position: relative;
  border-radius: 0.1rem 0.1rem 0 0;
  bottom: 0.5rem;
  box-shadow: 0rem 0.03rem 0.2rem 0.01rem rgba(0, 0, 0, 0.07);
}

/* 划过效果 */
.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:nth-child(2) {
  margin-top: -0.23rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding-bottom: 0.2rem; */
}

.content>div:nth-child(2)>div:first-child {
  display: flex;
  align-items: center;
}

/* 划过效果 */
.content>div:nth-child(2)>div:first-child>p {
  position: relative;
  padding: 0.2rem 0 !important;
  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:nth-child(2)>div:first-child>p:first-child {
  margin-right: 0.3rem;
}

.content>div:nth-child(2)>div:first-child>p:after {
  content: "";
  width: 0;
  height: 0.02rem;
  background: #B6002A;
  position: absolute;
  top: 100%;
  left: 50%;
  transition: all 0.5s;
}

.content>div:nth-child(2)>div:first-child>.active:after {
  left: 0;
  width: 100%;
}

.content>div:nth-child(2)>div:first-child>p:hover:after {
  left: 0;
  width: 100%;
}

/* 划过效果结束 */


.border {
  height: 0.02rem;
  background-color: #E8E8E8;
}

.content>div:nth-child(2)>div:last-child {
  display: flex;
  align-items: center;
  border: 0.01rem solid #EBEBEB;
  padding: 0.1rem 0.15rem 0.1rem 0.18rem;
  width: 2.67rem;
  justify-content: space-between;
}

.content>div:nth-child(2)>div:last-child>img {
  width: 0.14rem;
  height: 0.14rem;
}

.content>div:nth-child(4) {
  display: flex;
  margin-top: 0.31rem;
  margin-bottom: 0.55rem;
}

.content>div:nth-child(4)>p:first-child {
  margin-right: 0.15rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.17rem;
  color: #000000;
  border: none;
  cursor: auto;
  padding: 0;
}

.content>div:nth-child(4)>p {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.12rem;
  color: #666666;
  padding: 0 0.11rem;
  line-height: 0.3rem;
  border-radius: 0.20rem;
  border: 0.01rem solid #DDDDDD;
  margin-right: 0.1rem;
  cursor: pointer;
  transition: var(--m_tran) color background;
}

.content>div:nth-child(4)>p>span {
  display: none;
}

.content>div:nth-child(4)>.active {
  background-color: #666666;
  color: #fff;
}

.content>div:nth-child(4)>.active>span {
  display: inline;
  margin-left: 0.04rem;

}

.content>div:nth-child(4)>p:hover {
  background-color: #666666;
  color: #fff;
}

.fixed_box{
    display: flex;
    flex-wrap: wrap;
    gap: 0.15rem;
    margin-bottom: 0.15rem;
}

.load_more{
    display: flex;
    flex-wrap: wrap;
    gap: 0.15rem;
}

/*.content_three {*/
/*  display: flex;*/
/*  margin-bottom: 0.2rem;*/
/*}*/

/*.content_three>.content_number_box:nth-child(2) {*/
/*  margin-left: 0.2rem;*/
/*}*/

/*.content_three>.content_number_box:nth-child(3) {*/
/*  margin-left: 0.2rem;*/
/*}*/

/*.content_three>.content_number_box:nth-child(4) {*/
/*  margin-left: 0.2rem;*/
/*}*/

.img_width1 {
  width: 7.91rem;
  height: 3.94rem;
}

.img_width2 {
  width: 5.89rem;
  height: 3.94rem;
}

.img_width3 {
  width: 4.84rem;
  height: 2.68rem;
}

.img_width4 {
  width: 4rem;
  height: 2.68rem;
}

.img_width5 {
  width: 5.66rem;
  height: 3.21rem;
}

.img_width6 {
  width: 8.14rem;
  height: 3.21rem;
}

.img_width7 {
  width: 5.38rem;
  height: 2.85rem;
}

.img_width8 {
  width: 4.19rem;
  height: 2.85rem;
}

.img_width9 {
  width: 4.04rem;
  height: 2.85rem;
}

.img_width10 {
  width: 5.06rem;
  height: 2.85rem;
}

.img_width11 {
  width: 4.24rem;
  height: 2.85rem;
}

.img_width12 {
  width: 4.32rem;
  height: 2.85rem;
}

.img_width13 {
  width: 6.17rem;
  height: 2.65rem;
}

.img_width14 {
  width: 3.96rem;
  height: 2.65rem;
}

.img_width15 {
  width: 3.48rem;
  height: 2.65rem;
}

.img_width16 {
  width: 3.42rem;
  height: 2.31rem;
}

.img_width17 {
  width: 3.48rem;
  height: 2.31rem;
}

.img_width18 {
  width: 3.05rem;
  height: 2.31rem;
}

.img_width19 {
  width: 3.48rem;
  height: 2.31rem;
}

.img_width20 {
  width: 4.54rem;
  height: 3.02rem;
}

.content_number_box:hover>div:last-child {
  display: flex;
  color: #fff;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  justify-content: end;
  padding-left: 0.2rem;
  padding-bottom: 0.2rem;
  cursor: pointer;
  flex-direction: column;
  padding-right: 0.2rem;
}

.content_number_box>div:last-child {
  display: none;
}

.content_number_box>div:last-child>p:first-child {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.16rem;
  color: #FFFFFF;
  margin-bottom: 0.13rem;
}

.content_number_box>div:last-child>p:last-child {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #FFFFFF;
}

.content_number_box:hover>div:nth-child(2) {
  display: none;
}

.content_number_box>div:nth-child(2) {
  display: flex;
  top: 0;
  position: absolute;
  align-items: end;
  width: 100%;
  height: 100%;
  padding-left: 0.2rem;
  padding-bottom: 0.2rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.16rem;
  color: #FFFFFF;
}

.content_four {
  text-align: center;
  margin-top: 0.59rem;
  margin-bottom: 0.76rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #383838;
  cursor: pointer;
}

.content_four:hover {
  color: #000;
}

.content_four>span {
  color: rgba(182, 0, 42, 1);
}

.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_box > .bigconbox{
  display: block;
}
.content > div:nth-child(2) > div:first-child > p{
  font-size: 0.24rem;
}
.content > div:nth-child(2) > div:last-child{
  width: 45%;
}
.content > div:nth-child(4) > p:first-child{
  font-size: 0.24rem;
}
.content > div:nth-child(4) > p{
  font-size: 0.24rem;
}
.img_width1{
  width: 100%;
}
.content_number_box > div:nth-child(2){
  font-size: 0.24rem;
}
  .img_width2{
    width: 100%;
    height: auto;
  }
  .img_width3{
    width: 100%;
    height: auto;
  }
    .img_width4{
    width: 100%;
    height: auto;
  }
  .img_width5{
    width: 100%;
    height: auto;
  }
  
}