* {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #000000;
}


::-webkit-input-placeholder {
  color: #5e4a99;
}

:-moz-placeholder {
  color: #5e4a99;
}

::-moz-placeholder {
  color: #5e4a99;
}

:-ms-input-placeholder {
  color: #5e4a99;
}

/* 响应式 */
@media only screen and (max-width:680px) {
  /* .header_box .header_content .header_search {
    display: none;
  }

  .header_box .header_tab {
    display: none;
  } */
}

@media only screen and (max-width: 692px) {
  /* .footer-box .footer-content .footer-text>div {
    width: 50% !important;
  }

  .footer-box .footer-content .footer-text>div a {
    width: 100% !important;
  } */
}

@media (min-width: 692px) and (max-width: 900px) {
  /* .footer-box .footer-content .footer-text>div {
    width: 33.3% !important;
  } */
}

@media only screen and (max-width:780px) {
  .home_box .home_swiper .home_swiperitem .home_swipercontent {
    max-width: calc(100% - 60px) !important;
  }
}

@media only screen and (max-width:900px) {
  .header_box .header_content .header_search {
    width: 300px;
  }
}