.content {
  padding-top: 0.57rem;
}

.content>div:first-child {
  display: flex;
}

.content>div:first-child>a {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: rgba(88, 88, 88, 1);
}

.content>div:first-child>span {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #bd2d3a;
}

.content>div:nth-child(2) {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.36rem;
  color: #000000;
  margin-top: 0.57rem;
  margin-bottom: 0.13rem;
}

.content>div:nth-child(3) {
  width: 0.67rem;
  height: 0.02rem;
  background-color: #b6002a;
  margin-bottom: 0.58rem;
}

.content>div:nth-child(4) {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.search_input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0.01rem solid #ebebeb;
  padding: 0.2rem 0;
  justify-content: space-between;
  flex: 1;
}

.search_input input::placeholder{
    text-indent: 0.28rem;
}

/*input:not(.select-input) {*/
/*  width: 100%;*/
/*  margin-right: 0.2rem;*/
/*  margin-left: 0.28rem;*/
/*}*/

.select-input {
  flex: 1;
}

.search_input>img {
  width: 0.14rem;
  height: 0.14rem;
  margin-right: 0.28rem;
}

.content_left_box>div:first-child>img,
.select-input-icon>img {
  width: 0.14rem;
}

.content_left_box:nth-child(2) {
  margin-left: 0.34rem;
  margin-right: 0.34rem;
}

.content_left_box>div:first-child {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #020202;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  align-items: center;
  border: 0.01rem solid #ebebeb;
  padding: 0.2rem 0.28rem;
}

.list>div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #b5b5b5;
  padding: 0.15rem 0.28rem;
}

.list>div>img {
  width: 0.14rem;
}

.list {
  display: none;
  position: absolute;
  box-shadow: 0rem 0.03rem 0.2rem 0.01rem rgba(0, 0, 0, 0.16);
  width: 100%;
  background: #fff;
}

.list>div:hover,
.select-option-item-active {
  color: #fff !important;
  background: #b6002a;
}

.content_left_box {
  flex: 1;
}

.content_flex {
  display: flex;
  /*background: #f9f9f9;*/
  margin-top: 0.24rem;
  flex-wrap: wrap;
  gap: 0.24rem;
}
.content_flex>div{
    background: #f9f9f9;
}


.content_flex>div>div:first-child {
  height: 2.57rem;
  width: 4.5rem;
}

.content_flex>div>div:nth-child(2) {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.21rem;
  color: #000000;
  line-height: 0.33rem;
  padding-top: 0.29rem;
  padding-left: 0.38rem;
  padding-right: 0.56rem;
}

.content_flex>div>div:nth-child(2)>span {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.21rem;
  color: #bd2d3a;
}

.content_flex>div>div:nth-child(3) {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #000000;
  padding-top: 0.24rem;
  padding-left: 0.38rem;
  padding-bottom: 0.45rem;
  padding-right: 0.56rem;
}

.content_four {
  display: flex;
  justify-content: center;
  margin-top: 0.73rem;
  margin-bottom: 0.71rem;
}

.content_four>p:nth-child(2) {
  color: #fff;
  background-color: #b6002a;
}

.content_four>p {
  display: flex;
  border: 0.01rem solid #dedede;
  justify-content: center;
  align-items: center;
  width: 0.32rem;
  height: 0.32rem;
  margin-right: 0.08rem;
  cursor: pointer;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #7d7d7d;
  border-radius: 0.02rem;
}

.content_four>p:nth-child(6) {
  border: none;
}

.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;
  display: block;
  height: auto;
    overflow: hidden;
  

}
.content > div:first-child > a{
  font-size: 0.24rem;

}
.content{
  padding-top: 1.5rem;
}
.content > div:first-child > span{
  font-size: 0.24rem;
}
.content > div:nth-child(2){
  font-size: 0.34rem;
}
.search-form{
  display: block !important;
}
.content_left_box1{
  margin: 0 !important;
  margin-bottom: .3rem !important;
}
.search_input{
  margin-bottom: .3rem;
  padding-left: .3rem;
}
.select-input{
  font-size: 0.24rem;
}
.search_input input::placeholder{
  font-size: 0.24rem;
  padding-left: .3rem;
}
.list > div > p{
  font-size: 0.24rem;
}
.content_flex > div > div:first-child{
  width: 100%;
  max-height: 5rem;
}
.content_flex > div > div:nth-child(2){
  font-size: 0.24rem;
  padding-left: .2rem;
  padding-right: .2rem;
}
.content_flex > div > div:nth-child(3){
  font-size: 0.24rem;
}
.content_flex > div{
  width: 48%;
}
.list{
  z-index: 5;
}
.search_input > img {
  width: 0.24rem;
  height: 0.24rem;}
  .content_left_box > div:first-child > img, .select-input-icon > img{
    width: 0.24rem;
  }
}