[v-cloak] {
  display: none !important;
}
.index {
  min-width: 1200px;
}
.index .contentBox {
  width: 1200px;
  margin: 0 auto;
  padding-top: 58px;
  padding-bottom: 58px;
}
.index .contentBox .content {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.index .contentBox .content .contentTit {
  display: inline-block;
  width: 168px;
  height: 47px;
  background-color: #be2029;
  line-height: 47px;
  text-align: center;
  font-size: 24px;
  color: #fff;
}
.index .contentBox .content .contentUl {
  width: 840px;
  height: 47px;
  display: inline-block;
}
.index .contentBox .content .contentUl li {
  display: inline-block;
  width: 18%;
  text-align: center;
  font-size: 22px;
  line-height: 47px;
  font-family: "宋体";
  font-weight: bold;
  cursor: pointer;
}
.index .contentBox .content .heng {
  width: 100%;
  height: 2px;
  background-color: #f3b72e;
}
.index .contentBox .content .tabs {
  width: 98%;
  height: 68px;
  margin: 9px auto 0;
  background-color: #f6f6f6;
  overflow: hidden;
}
.index .contentBox .content .tabs .tabsUl {
  margin-top: 4px;
  margin-left: 4px;
}
.index .contentBox .content .tabs .tabsUl .tabsLi {
  float: left;
  width: 140px;
  height: 59px;
  text-align: center;
  line-height: 59px;
  font-size: 20px;
  font-family: "黑体";
  font-weight: bold;
  cursor: pointer;
  position: relative;
}
.index .contentBox .content .tabs .tabsUl .tabsLi ul {
  position: absolute;
  top: 16px;
  right: 5px;
}
.index .contentBox .content .tabs .tabsUl .tabsLi ul .zheng {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #999;
  margin-bottom: 5px;
}
.index .contentBox .content .tabs .tabsUl .tabsLi ul .dao {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #999;
}
.index .contentBox .content .tabs .tabsUl .tabsLi ul .zheng:active {
  border-bottom: 10px solid #111;
}
.index .contentBox .content .tabs .tabsUl .tabsLi ul .dao:active {
  border-top: 10px solid #111;
}
.index .contentBox .content .tabs .tabsUl .liXuan {
  border-top: 4px solid #be2029;
  height: 55px;
  line-height: 55px;
  background-color: #fff;
}
.index .contentBox .content .bookList {
  width: 90%;
  height: auto;
  margin: 20px auto 0;
}
.index .contentBox .content .bookList ul {
  width: 100%;
}
.index .contentBox .content .bookList ul li {
  display: inline-block;
  margin-right: 16px;
  width: 246px;
  height: 458px;
  border: 1px solid #bfbfbf;
  padding: 5px 2px;
  margin-bottom: 20px;
}
.index .contentBox .content .bookList ul li .liNeiBox {
  width: 100%;
  height: 100%;
  background-color: #eee;
  border-radius: 7px;
  overflow: hidden;
  position: relative;
}
.index .contentBox .content .bookList ul li .liNeiBox img {
  display: block;
  width: 230px;
  height: 329px;
  margin: 8px auto 0;
}
.index .contentBox .content .bookList ul li .liNeiBox .name {
  margin-top: 12px;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-family: 楷体;
  font-weight: bold;
}
.index .contentBox .content .bookList ul li .liNeiBox .xu {
  width: 95%;
  border: 1px dashed #5c5658;
  margin: 8px auto;
}
.index .contentBox .content .bookList ul li .liNeiBox .year {
  width: 100%;
  text-align: center;
  margin: 5px auto 0;
  font-size: 18px;
}
.index .contentBox .content .bookList ul li .liNeiBox .num {
  margin-top: 7px;
}
.index .contentBox .content .bookList ul li .liNeiBox .now {
  font-family: 楷体;
  /*position: absolute;*/
  font-size: 20px;
  color: #ff533a;
  bottom: 48px;
  left: 48px;
  text-align: center;
}
.index .contentBox .content .bookList ul li .liNeiBox .ago {
  color: #615c54;
  left: 140px;
  font-size: 14px;
  bottom: 52px;
}
.index .contentBox .content .bookList ul li .liNeiBox .buyBow {
  width: 164px;
  height: 30px;
  position: absolute;
  left: 50%;
  margin-left: -82px;
  bottom: 10px;
  background-color: #bf1c20;
  color: #fff;
  line-height: 30px;
  text-align: center;
  border-radius: 15px;
  cursor: pointer;
}
.index .elses .kong {
  display: block;
  margin: auto;
  width: 400px;
}
.index .elses p {
  margin-top: 15px;
  color: #ccc;
  text-align: center;
  font-size: 26px;
}
