@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  color: #222; }
  .clearfix:after {
    content: "";
    display: block;
    clear: both; }
  .lf {
    float: left; }
  .rt {
    float: right; }
  a {
    text-decoration: none;
    color: #222; }
  li {
    list-style: none; }
  h1, h2, h3, h4, h5, h6 {
    font-weight: normal; }
  .upCase {
    text-transform: uppercase; }

@media all and (max-width: 900px) and (min-width: 600px) {
  .midCon .lfCon {
    width: 3.33333rem; }
  .midCon .rtCon {
    width: 10rem; }
    .midCon .rtCon .top > section {
      width: 4.86667rem; }
    .midCon .rtCon .carBan li {
      width: 1.46667rem; }
      .midCon .rtCon .carBan li:not(:last-of-type) {
        margin-right: 0.17333rem; }
  .carCon .carTop h2 {
    margin-bottom: 0.4rem; }
  .carCon .carTop li {
    width: 5.33333rem;
    height: 2.4rem;
    margin-bottom: 0.26667rem; }
    .carCon .carTop li:nth-of-type(odd) {
      margin-right: 0.53333rem; }
  .tourCon ul {
    width: 13.33333rem;
    -moz-column-count: 3;
    /* Firefox */
    -webkit-column-count: 3;
    /* Safari 和 Chrome */
    column-count: 3; } }

@media all and (max-width: 1200px) and (min-width: 900px) {
  .tourCon {
    padding: 0.26667rem 0; }
  .tourCon ul {
    width: 17.6rem;
    -moz-column-count: 4;
    /* Firefox */
    -webkit-column-count: 4;
    /* Safari 和 Chrome */
    column-count: 4; } }
