﻿/* Tab Content - menucool.com */

ul.tabs {
  text-align: center;
  border-bottom: 2px solid #ddd;
  padding: 50px 0 20px 0;
  font-size: 44px;
  margin: 0;
  list-style-type: none;
}

ul.tabs li {
  display: inline;
  margin: 0;
}
#m-left {
  margin-right: 120px; /*distance between tabs*/
}
ul.tabs li a {
  color: #666;
}

ul.tabs li a:visited {
  color: #666;
}

ul.tabs li a:hover {
}

ul.tabs li.selected a,
ul.tabs li.selected a:hover {
  position: relative;
  top: 0px;
  font-weight: bold;
  background: white;
  border-bottom: 4px solid #1a56e1;
  color: #1a56e1;
  padding-bottom: 18px;
}

ul.tabs li.selected a:hover {
  text-decoration: none;
}

div.tabcontents {
  width: 320px;
  padding-top: 40px;
  margin: 0 auto;
}
.car_box {
  float: left;
}
.car_list,
.car_info {
  width: 310px;
}
.car_thumb {
  width: 310px;
  height: 282px;
  background: url(../img/noimg.png) no-repeat center center;
  background-color: rgba(244, 244, 244, 1);
  border-radius: 20px;
  margin-top: 34px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.car_box span {
  background: url(../img/point.png);
  color: #fff;
  display: block;
  font-size: 24px;
  width: 148px;
  height: 82px;
  float: left;
  line-height: 2.8;
  text-align: center;
}
.car_list_two div.first {
  margin-right: 20px;
}
.car {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 500;
  height: 90px;
}
.car_info {
  margin-top: 30px;
  margin-bottom: 60px;
}
.car_info ul li {
  color: #666;
  display: block;
  float: left;
  font-size: 24px;
  border-left: 2px solid #ddd;
  padding: 0 15px;
  margin-bottom: 60px;
  height: 20px;
  line-height: 0.8;
}
.car_info ul li:first-child {
  border: none;
  padding-left: 0;
}
