﻿html, body {
  height: 100%;
  background: #f7f7f7 !important;
}

button {
  outline: none;
  border: none;
  background: none;
}

.brand-table .header {
  height: 1.1rem;
  width: 100%;
  line-height: 1.1rem;
  font-size: .38rem;
  color: #181818;
  text-align: center;
}

.brand-table .header div {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
}

.brand-table .header a {
  width: 10%;
  height: 1.1rem;
  background: url(../images/return_button.png) no-repeat;
  background-size: 0.19rem 0.32rem;
  background-position: center center;
  float: left;
  position: relative;
  z-index: 1;
}

.brand-table .tip {
  width: 100%;
  height: 1.42rem;
}

.brand-table .tip img {
  width: 100%;
  height: 100%;
}

.brand-table .section {
  display: flex;
  position: fixed;
  top: 2.52rem;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.brand-table .section .left {
  width: 1.79rem;
  height: auto;
  overflow: auto;
  margin-bottom: 1.22rem;
}

.brand-table .section .left li {
  height: 1rem;
  line-height: 1rem;
  font-size: .28rem;
  color: #6c6c6c;
  text-align: center;
  background: #f7f7f7;
}

.brand-table .section .left li a {
  color: #6c6c6c;
  text-decoration: none;
  display: block;
}

.brand-table .section .left .active {
  color: #fa5654;
  background: #fff;
  border-left: .06rem solid #fa5654;
}

.brand-table .section .right {
  flex: 1;
  margin-bottom: 1.22rem;
  overflow: auto;
  background: #fff;
  padding-left: .3rem;
  padding-right: .24rem;
}

.brand-table .section .right .title {
  height: 0.9rem;
  line-height: 0.9rem;
  font-size: 0.28rem;
  color: #181818;
}

.brand-table .section .right .title .all {
  float: right;
  padding-right: .4rem;
}

.brand-table .section .right .title .tobottom {
  background: url(../images/selectToBottom.png) no-repeat;
  background-size: .21rem .12rem;
  background-position: right center;
}

.brand-table .section .right .title .totop {
  background: url(../images/selectToTop.png) no-repeat;
  background-size: .21rem .12rem;
  background-position: right center;
}

.brand-table .section .right .detail {
  height: auto;
  line-height: 0.45rem;
  font-size: 0.22rem;
  color: #6c6c6c;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.brand-table .section .right .child-box .child-type {
  height: 0.9rem;
  line-height: 0.9rem;
  border-bottom: solid 1px #eeeeee;
  background: url("../images/right.png") no-repeat;
  background-position: right center;
  background-size: .12rem .21rem;
}

.brand-table .section .right .child-box .child-type a {
  font-size: 0.24rem;
  color: #6c6c6c;
  display: block;
}

.brand-table .section .right .child-box .child-type:first-child {
  margin-top: .55rem;
  border-top: solid 1px #eeeeee;
}

.brand-table .section .right .recommend {
  height: 0.88rem;
  line-height: 0.88rem;
  font-size: 0.3rem;
  color: #181818;
}

.brand-table .section .right .recommend-name {
  color: #fa5654;
}

.brand-table .section .right .brandlist {
  *zoom: 1;
}

.brand-table .section .right .brandlist:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.brand-table .section .right .brandlist li {
  width: 48.5%;
  float: left;
  margin-bottom: 3%;
  box-sizing: border-box;
  position: relative;
}

.brand-table .section .right .brandlist li img {
  width: 100%;
  height: 100%;
  display: block;
}

.brand-table .section .right .brandlist li:nth-child(even) {
  float: right;
}