.box-gap {
  height: 30px;
}
.main-search-bar {
  /* position: absolute; */
  width: 1200px;
  height: 80px;
  /* bottom: 50px;
  left: 50%;
  margin-left: -550px; */
  background-color: #f8f8f8;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.1rem;
  padding: 0 30px 0 30px;
}
.main-search-bar .main-search-btn {
  display: block;
  font-size: inherit;
  background: white;
  width: 200px; height: 40px;
  border: 1px solid #e0e0e0;
  cursor: pointer;
}
.main-search-bar .orange-box {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: inherit;
  background: #eb5c05;
  width: 280px; height: 40px;
  color: white;
  border: 1px solid #eb5c05;
}

.title-bar {
  width: 100%;
  height: 50px;
  color: #eb5c05;
  text-align: left;
  line-height: 50px;
  padding: 0 50px 0 0;
  font-weight: bold;
}
.title-bar.outsideBox {
  width: 1200px;
  background: rgba(248,248,248,1);
}

.grey-background {
  background-color: rgba(248,248,248,1);
}

.main-mid-info-box-wrapper {
  width: 1200px;
  height: 150px;
  display: flex;
  background-color: rgba(248,248,248,1);
  align-items: center;
  justify-content: center;
  padding: 0 50px 0 50px;
}
.main-mid-info-box {
  width: 1100px;
  height: 130px;
  display: flex;
  /* background-color: rgba(248,248,248,1); */
  background-color: white;
  align-items: center;
  justify-content: space-between;
  padding: 10px 35px 10px 35px;
}
.main-mid-info-box-item {
  display: flex;
}
.main-mid-info-box-item div:first-child {
  padding: 0 10px 0 0;
}
.main-mid-info-box-item div .mid-box-icon {
  font-size: 2.0rem;
}
.main-mid-info-box-item div p {
  margin:0; padding: 0;
  line-height: 25px;
  height: 25px;
  font-size: 0.9rem;
  color: #353535;
}
.main-mid-info-box-item div p:first-child {
  font-size: 1.2rem;
  height: 35px;
  font-weight: bold;
}

.recommand-tire-box {
  width: 1200px;
  height: auto;
  background: rgba(248,248,248,1);
  padding: 0 50px 50px 50px;
}

.recommand-tire-box-body {
  width: 1101px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  background: white;
  border-top: 1px solid rgb(200, 200, 200);
  border-left: 1px solid rgb(200, 200, 200);
}
.recommand-tire-item {
  width: 25%;
  height: 300px;
  background-color: white;
  flex: 0 1 auto;
  text-align: center;
  cursor: pointer;
  border-right: 1px solid rgb(200, 200, 200);
  border-bottom: 1px solid rgb(200, 200, 200);
}
.recommand-tire-item img {
  display: block;
  width: auto; height: 150px;
  margin: 5px auto 15px auto;
}
.recommand-tire-item p {
  padding: 0; margin: 0;
  width: 100%; height: 25px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.8rem;
  color: rgba(53,53,53,1);
  padding: 0 15px 0 15px;
}
.recommand-tire-item p.brandTitle {
  font-size: 1.0rem;
  color: black;
  height: 30px;
}
.recommand-tire-item p.priceTitle {
  font-size: 1.0rem;
  color: #FF0000;
  height: 40px;
  font-size: 1.0rem;
  line-height: 38px;
}

.product-preview-box {
  width: 1200px;
  padding: 0 50px 0 50px;
  /* background-color: rgba(248,248,248,1); */
}
.product-preview-tab-bar {
  width: 100%;
  height: 60px;
  /* border-bottom: 1px solid #eb5c05; */
}
.product-preview-tab-item {
  /* box-sizing: content-box; */
  /* background-color: white; */
  float: left;
  border-top: 1px solid rgba(213,213,213,1);
  width: 50%;
  height: 100%;
  line-height: 58px;
  text-align: center;
  cursor: pointer;
}
.product-preview-tab-item:first-child {
  border-right: 1px solid #eb5c05;
}
.product-preview-tab-item.active {
  border-top: 1px solid #eb5c05;
  color: #eb5c05;
}

/* .product-preview-tab-item:first-child.active {
  border-left: 1px solid white;
} */
/* .product-preview-tab-item:last-child {
  border-right: 1px solid white;
  margin-right: 0;
} */
.product-preview-tab-body {
  width: 100%;
  height: 250px;
  border-top: 1px solid #eb5c05;
  border-bottom: 1px solid #eb5c05;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.product-preview-tab-body .product-preview-quarter-banner {
  flex: 0 1 25%;
  width: 25%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}
.product-preview-tab-body .product-preview-quarter-banner img {
  width: 250px; height: 150px;
}
.product-preview-tab-body .product-preview-full-banner {
  flex: 0 1 100%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}
.product-preview-tab-body .product-preview-full-banner a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(170,170,170,1);
}
.product-preview-tab-body .product-preview-full-banner img {
  width: 100%;
  height: auto;
}

.bottom-banner-bar {
  width: 1200px;
  padding: 0 50px 0 50px;
  /* background: rgba(248,248,248,1); */
  height: 250px;
  /* border-bottom: 1px solid #eb5c05; */
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.bottom-banner-bar .bottom-banner {
  flex: 0 1 50%;
  width: 50%;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}
.bottom-banner-bar .bottom-banner a {
  display: block;
  width: 530px;
  height: 150px;
  background-color: rgba(170,170,170,1);
}
.bottom-banner-bar .bottom-banner img {
  width: 530px;
  height: 150px;
}