@media only screen and (max-width: 768px) {
    .locate-bar {
    	display: none !important;
	}
  .middle_content {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
	}
  .middle_left {
    width: 100%;
	}
  .middle_left_t,.middle_right,.right-content,.ldxxxq {
  	width: 100%;
  }
  .right-content {
    height: 100%;
  	display: flex;
    align-items: center;
    transition: transform 0.25s ease;
    flex-direction: column;
  }
  .xx {padding: 0 0.2rem}
  .ldxxzw {width: 2rem;}
  .ldxxxq {
    overflow: initial;
    -webkit-box-orient: inherit;
  }
  .ldxx {
  	margin-bottom: 0 !important;
    margin-top: 10px !important;
  }
  .ldmc {
    text-align: center;
    padding-top: .2rem;
  }
  .middle_content {
    padding-bottom: 10px;
  }
  .more {
  	height: 30px !important;
    line-height: 30px !important;
    font-size: .3rem;
  }
  .pagination {
    padding-top: 10px !important;
  }
  .ldxx_title {
  	font-size: .4rem;
  }
  .middle_left_b {
    height: 5rem;
    background: #fff !important;
    padding: 0 .3rem;
	}
  .middle_left_b .active .ldxx_label a,.ldxx_label {
    font-weight: normal;
    font-size: .33rem;
	}
  .right-title {
  	padding-top: .2rem;
    padding-left: .25rem;
  }
  .middle_left_t {
  	height: 1rem;
  }
  .jiantou {
  	height: .23rem;
  }
  .line {
    height: .4rem;
	}
  .ldxx_label {
    margin-left: .25rem;
	}
}