/*手机端适配*/
@media (max-width:1040px) {
  .center-box {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
}

@media (max-width:992px) {
  .fix-web {
    display: flex;
    flex-direction: column;
  }

  .load-right-inner {
    padding: 20px;
  }

  .fix-web:after {
    display: none;
  }

  .comp-event-button {
    padding: 0 15px;
  }

  .fix-web>[class*=left],
  .fix-web>[class*=right] {
    width: 100%;
    max-width: none;
  }

  .flex-web {
    flex-direction: column !important;
  }

  .flex-web-reverse {
    flex-direction: column-reverse !important;
  }

  .dream-ul>li,
  .yx-inner,
  .comp-event{
    padding: 15px;
  }

  .comp-event-button {
    order: 3;
  }

  .comp-event-left {
    width: 60px;
  }


  .comp-event-button{
    display: flex;
    flex-direction: row;
  }

  #event-thumbs, #event-main {
    height: auto;
  }

  .flex-web>[class*=left],
  .flex-web>[class*=right],
  .flex-web-reverse>[class*=left],
  .flex-web-reverse>[class*=right] {
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
  }

  .load-right-inner + .load-right-inner {
    margin-top: 20px;
  }

  .fix-web>.right-mt25 {
    margin-top: 25px;
  }

  .fix-web>.right-mt20 {
    margin-top: 20px;
  }

  .fix-web>.right-mt15 {
    margin-top: 15px;
  }

  .flex-web>.right-mt15 {
    margin-top: 15px;
  }

  .flex-web>.right-mt5 {
    margin-top: 5px;
  }

  .flex-web>.right-mt20 {
    margin-top: 20px;
  }

  .flex-web>.right-mt25 {
    margin-top: 25px;
  }

  .menu {
    display: block;
  }

  .icon_plus {
    display: block;
  }

  .footer-top-ul {
    flex-direction: column;
  }

  .footer-top-ul>li+li {
    margin-top: 15px;
  }

  .footer {
    padding: 20px 0;
  }

  ._web-tc {
    text-align: center;
  }

  .footer-links {
    display: none;
  }

  .footer-mid {
    display: none;
  }

  .footer-mid-ul>li {
    padding: 10px;
  }

  .footer-mid-ul+.footer-mid-ul::before {
    display: none;
  }

  .footer-mid,
  .footer-mid-r,
  .footer-mid-l {
    align-items: center;
  }

  .nav-ul-box {
    width: 100%;
    height: 100%;
    background-color: transparent;
    overflow: hidden;
    left: -100%;
    top: 0px;
    position: fixed;
  }

  .head-nav-ul>li+li {
    margin-left: 0;
  }

  .drop-tab {
    padding: 0 15px;
    color: #fff;
  }

  .head-nav-ul {
    width: 60%;
    display: flex;
    flex-direction: column;
    padding-top: 10%;
    justify-content: flex-start;
    background-color: rgba(0, 0, 0, .8);
    height: 100%;
  }

  .head-nav-ul>li {
    line-height: 40px;
  }

  .banner-tit {
    font-size: 20px;
  }

  .guige-inner-dl {
    padding: 10px 15px;
  }

  .mt40 {
    margin-top: 20px;
  }

  .fw-line-tit {
    padding: 0 5px;
  }

  .banner-desc {
    font-size: 12px;
  }

  .normal-pt {
    padding-top: 40px;
  }

  .normal-pd {
    padding: 40px 0;
  }

  .normal-tit {
    font-size: 20px;
  }

  .normal-desc {
    font-size: 14px;
  }

  .code-ul-tit {
    font-size: 14px;
  }

  ._web_col_1 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 15px;
  }

  ._web_col_1>li {
    width: 100%;
    margin: 0;
  }

  .normal-place ::-webkit-input-placeholder {
    font-size: 14px;
  }

  .normal-place ::-moz-placeholder {
    font-size: 14px;
  }

  .normal-place :-ms-input-placeholder {
    font-size: 14px;
  }

  .brand-grid-pc {
    display: none;
  }

  .brand-grid-mobile {
    display: block;
  }

  .brand-grid-mobile .brand-tab {
    flex-wrap: wrap;
  }

  .brand-grid-mobile .brand-tab-item {
    width: 30%;
    margin-left: 5%;
    margin-top: 5%;
  }

  .brand-grid-mobile .brand-tab-item:nth-of-type(3n+1) {
    margin-left: 0;
  }

  .brand-grid-mobile .brand-tab-item:nth-of-type(-n+3) {
    margin-top: 0;
  }

  .brand-grid-mobile .brand-tab-itop {
    height: 35px;
    margin-bottom: 10px;
  }

  .brand-grid-mobile .brand-tab-ibott {
    font-size: 12px;
  }

  .brand-grid-mobile .brand-cont-inner {
    padding: 15px;
    gap: 15px;
  }

  .cartype-left,
  .cartype-right {
    width: 100%;
  }

  .cartype-right {
    margin-top: 20px;
  }

  .cartype-left-ul {
    flex-wrap: wrap;
    gap: 6px;
  }

  .cartype-left-ul>li {
    width: calc(50% - 3px);
  }

  .car-info-card {
    min-height: auto;
    padding: 20px 16px;
  }

  .car-info-title {
    font-size: 18px;
  }
}

@media (max-width:750px) {
  .el-channer-row {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .el-channer-3 {
    width: 100%;
  }

  .flex-phone {
    flex-direction: column;
  }

  .flex-phone>[class*=left],
  .flex-phone>[class*=right] {
    width: 100%;
  }

  .flex-phone>.right-mt5 {
    margin-top: 5px;
  }

  .flex-phone>.right-mt15 {
    margin-top: 15px;
  }

  .flex-phone>.right-mt20 {
    margin-top: 20px;
  }

  .flex-phone>.right-mt25 {
    margin-top: 25px;
  }
}