.header-title .goBack img {
  width: 100%;
  height: 100%;
}

.header-title .goBack {
  width: 9.87vw;
  height: 4.67vw;
  position: relative;
}

/* 公司名称 */

.header-title .name {
  font-size: 4.67vw;
  padding-left: 2.8vw;
  width: 76vw;
  color: #101010;
}

/* 更多 */

.header-title .more img {
  width: 100%;
  height: 100%;
}

.header-title .more {
  width: 0.93vw;
  height: 4.4vw;
}

.header-title {
  display: flex;
  align-items: center;
  padding-top: 4vw;
  padding-left: 3.8vw;
  padding-bottom: 4vw;
  background-color: #fff;
  position: fixed;
  width: 100vw;
  z-index: 999;
}
.header-title-wrapper {
  height: 13.854vw;
}

/* 输入框 */

.header .search {
  outline: 0;
  border: 0;
  width: 100%;
  height: 8.8vw;
  background-color: #f4f8f7;
  border-radius: 2vw;
  font-size: 3.47vw;
  text-align: center;
}

.header .input_box {
  position: relative;
  margin-bottom: 2.8vw;
}

/* 搜索icon */

.header .input_box .search_icon img {
  width: 100%;
  height: 100%;
}

.header .input_box .search_icon {
  position: absolute;
  top: 2.3vw;
  left: 38vw;
  width: 4vw;
  height: 3.73vw;
}

/* -------------分类---------------- */

.classify {
  border-top: 0.13vw solid #ccc;
  display: flex;
  padding-bottom: 14vw;
}

/* 左侧选项卡 */

.nav {
  width: 20.13vw;
}

.nav .item {
  text-align: center;
  padding: 0.67vw 0;
  margin-top: 4.67vw;
  margin-bottom: 1vw;
}

.nav .item::before {
  content: "|";
  font-size: 3.7vw;
  color: rgba(0, 0,0, 0);
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

.nav .item a {
  font-size: 3.47vw;
  color: #101010;
}

.nav .item.active::before {
  content: "|";
  color: #ff2732;
}

.nav .item.active a {
  font-size: 3.47vw;
  color: #ff2732;
}

/* -------------选项卡内容---------------- */

.content .list {
  border-left: 0.13vw solid #ccc;
  padding: 3.73vw 4.4vw 4.27vw 4.4vw;
  display: none;
}
.content .list:first-child {
  display: block;
}

/* banner */

.list-box .banner img {
  width: 100%;
  height: 100%;
}

.list-box .banner {
  border-radius: 0.4vw;
  width: 71.2vw;
  height: 26.67vw;
}

/* 小列表 */

.list-box .item .title {
  color: #101010;
  width: 100%;
  font-size: 3.47vw;
  padding-bottom: 1.6vw;
  padding-top: 4.27vw;
  margin-bottom: 4.4vw;
  border-bottom: 0.13vw solid #ccc;
}

.list-box .item .show .name {
  color: #101010;
  font-size: 3.47vw;
  padding-top: 3.47vw;
}

.list-box .item .show img {
  width: 100%;
  height: 100%;
}

.list-box .item .show .img {
  width: 8.8vw;
  height: 10vw;
  display: inline-block;
}
.list-box .item .show{
  text-align: center;
  width: 33.33%;
  margin-bottom: 6.8vw;
}

.list-box .item .show-box{
  display: flex;
  flex-wrap: wrap;
}
/* ----------------底部导航--------------- */

.footer-list .item .img img {
  width: 100%;
  height: 100%;
}

.footer-list .item .img {
  width: 5.6vw;
  height: 5.6vw;
  display: inline-block;
}

.footer-list .item .text {
  letter-spacing: 0.09vw;
  color: #707070;
  font-size: 3.47vw;
}

.footer-list .item:nth-child(2) .text {
  color: #ff2732;
}

.footer-list .item .item-wrapper {
  text-align: center;
}

.footer-list .item {
  box-sizing: border-box;
  width: 25%;
}

.footer-list {
  display: flex;
  justify-content: center;
  padding: 2.4vw 0 3.07vw 0;
  width: 100%;
}

.footerNav {
  background-color: #fff;
  width: 100vw;
  position: fixed;
  bottom: 0;
  z-index: 99;
}