.main-big-banner {
  position: relative;
  width: 1100px;
  height: 400px;
  background-color: black;
  background-image: url(/images/main-big-banner1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-big-banner > .main-copy {
  /* position: absolute;
  bottom: 50px;
  left: 100px; */
  color: white;
  width: 900px;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(0,0,0,0.6);
}
.main-big-banner > .main-copy > p {
  font-size: 1.8rem;
  width: auto;
  height: 50px;
  margin: 0; padding: 0;
  text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.8);
}
.full-size-wrapper {
  position: relative;
  width: 1100px;
  margin: 0 auto 0 auto;
  height: 550px;
  background-color: black;
  background-image: url(/images/home_main_big.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.full-size-wrapper > .main-copy {
  position: absolute;
  left: 50%;
  margin-left: -465px;
  color: white;
  width: 940px;
}
.full-size-wrapper > .main-copy.copy01 {
  top: 115px;
  font-size: 2.1rem;
  font-weight: lighter;
  text-align: left;
}
.full-size-wrapper > .main-copy.copy02 {
  top: 155px;
  font-size: 2.8rem;
  text-align: left;
}
.full-size-wrapper > .main-copy.copy03 {
  top: 220px;
  font-size: 1.2rem;
  text-align: right;
}
.main-search-bar {
  position: absolute;
  width: 1100px;
  height: 80px;
  bottom: 50px;
  left: 50%;
  margin-left: -550px;
  background-color: rgba(0,0,0,0.6);
  color: white;
  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 rgba(213,213,213,1);
  cursor: pointer;
}
.main-search-bar .red-box {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: inherit;
  background: #f15050;
  width: 280px; height: 40px;
  color: white;
  border: 1px solid #f15050;
}

.title-bar {
  width: 100%;
  height: 50px;
  color: black;
  text-align: left;
  line-height: 50px;
  background-color: white;
  font-size: 1.2rem;
}
.title-bar.outsideBox {
  width: 1100px;
}

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

.main-mid-info-box-wrapper {
  width: 1100px;
  height: 150px;
  display: flex;
  background-color: rgba(248,248,248,1);
  align-items: center;
  justify-content: center;
}
.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;
}

.new-wheel-box {
  width: 1100px;
  height: auto;
  padding: 0;
}

.new-wheel-box-body {
  width: 1100px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  border-top: 1px solid #d0d0d0;
  border-left: 1px solid #d0d0d0;
  background-color: #f9f9f9
}
.new-wheel-item {
  width: 20%;
  height: auto;
  flex: 0 0 auto;
  text-align: center;
  cursor: pointer;
  border-right: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  padding: 0 0 10px 0;
}
.new-wheel-item img {
  display: block;
  width: 200px; height: auto;
  margin: 5px auto 15px auto;
}
.new-wheel-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;
  font-weight: bold;
  color: rgba(53,53,53,1);
  padding: 0 15px 0 15px;
  text-align: left;
}
.new-wheel-item p.brandTitle {
  font-size: 1.0rem;
  /* color: #0066FF; */
  color: black;
  height: 30px;
  font-weight: bold;
  /* background: rgb(242,242,242); */
}
.new-wheel-item p.optionText {
  font-weight: bold;
  font-size: 0.8rem;
}
.new-wheel-item div.icon-bar {
  display: flex;
  width: 100%;
  /* height: 25px; */
  justify-content: flex-start;
  align-items: center;
  padding: 0 15px 0 15px;
  flex-wrap: wrap;
  gap: 5px;
}
.new-wheel-item div.icon-bar p.icon-box {
  width: auto; height: 20px;
  font-size: 0.7rem;
  line-height: 20px;
  padding: 0 10px 0 10px;
  /* margin-right: 5px; */
  color: white;
}
.new-wheel-item div.price-bar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 35px;
  padding: 0 10px 0 10px;
}
.new-wheel-item div.price-bar span.price-span {
  font-size: 0.8rem;
  color: black;
  display: block;
  line-height: 35px;
  padding: 0 5px 0 5px;
  font-weight: bold;
}

.product-preview-box {
  width: 1100px;
  background-color: white;
}
.product-preview-tab-bar {
  width: 100%;
  height: 60px;
  background-color: white;
  border-bottom: 1px solid #f15050;
}
.product-preview-tab-item {
  background-color: white;
  float: left;
  border-top: 1px solid rgba(213,213,213,1);
  border-left: 1px solid rgba(213,213,213,1);
  border-right: 1px solid rgba(213,213,213,1);
  width: 550px;
  height: 59px;
  line-height: 59px;
  text-align: center;
  cursor: pointer;
}
.product-preview-tab-item:first-child {
  border-left: 0;
}
.product-preview-tab-item:last-child {
  border-right: 0;
}
.product-preview-tab-item.active {
  border-top: 1px solid #f15050;
  border-left: 1px solid #f15050;
  border-right: 1px solid #f15050;
  background-color: #f15050;
  color: white;
}

.product-preview-tab-body {
  width: 100%;
  height: 250px;
  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;
}

.mid-banner-bar {
  width: 1100px;
  height: 450px;
  background-color: #d0d0d0;
}
.mid-banner-bar img {
  width: 100%;
  height: auto;
}
.mid-banner-350 {
  height: 350px;
}

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