.borDer {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.transforms {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.wrapper {
  width: 1180px;
  margin: 0 auto;
  height: auto;
}
.clearfixs {
  zoom: 1;
}
.clearfixs:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.textEls {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.book-detail {
  width: 100%;
  background: rgba(225, 245, 254, 0.4);
  padding: 40px 0;
}
.book-detail .book-info {
  width: 1180px;
  margin: 0 auto;
}
.book-detail .book-info .book-img {
  width: 160px;
  height: 228px;
  float: left;
  border-radius: 6px;
  overflow: hidden;
  margin-right: 40px;
}
.book-detail .book-info .book-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.book-detail .book-info .book-sug {
  float: left;
  width: 980px;
  position: relative;
  height: 228px;
}
.book-detail .book-info .book-sug h3 {
  height: 24px;
  line-height: 24px;
  font-size: 24px;
  color: #0a0a0a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  margin-bottom: 16px;
}
.book-detail .book-info .book-sug p {
  position: relative;
  padding-left: 54px;
  font-size: 14px;
  color: rgba(10, 10, 10, 0.8);
  line-height: 30px;
}
.book-detail .book-info .book-sug p i {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 30px;
  font-size: 14px;
  color: rgba(10, 10, 10, 0.4);
}
.book-detail .book-info .book-sug .book-btns {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
}
.book-detail .book-info .book-sug .book-btns span {
  float: left;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.book-detail .book-info .book-sug .book-btns .online-read {
  width: 120px;
  height: 40px;
  background: #116ae4;
  box-shadow: 0px 4px 8px 0px rgba(17, 106, 228, 0.3);
  border-radius: 30px;
  font-size: 14px;
  color: #ffffff;
  margin-right: 16px;
}
.book-detail .book-info .book-sug .book-btns .after-read {
  width: 120px;
  height: 40px;
  background: url(../images/btn-icon.png) no-repeat;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #2b333b;
}
.book-detail .book-info.video-info .book-img {
  width: 400px;
  height: 228px;
  border-radius: 6px;
}
.book-detail .book-info.video-info .book-sug {
  width: 740px;
}
.book-detail .book-info.video-info .book-sug p {
  font-size: 14px;
  padding-left: 0;
  font-weight: 400;
  color: #0a0a0a;
  line-height: 22px;
}
.video-list {
  padding-top: 40px;
}
.video-list ul li {
  width: 180px;
  height: 92px;
  background: #ffffff;
  box-shadow: 0px 2px 12px 0px rgba(34, 51, 102, 0.1);
  border-radius: 4px;
  float: left;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  flex-direction: column;
  align-content: space-between;
  margin-right: 8px;
  cursor: pointer;
}
.video-list ul li:hover {
  background: #ffffff;
  box-shadow: 0px 12px 32px 0px rgba(34, 51, 102, 0.2);
  border-radius: 4px;
}
.video-list ul li:hover h3 {
  color: #116ae4;
}
.video-list ul li h3 {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #0a0a0a;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.video-list ul li p {
  text-align: center;
  display: block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  color: rgba(10, 10, 10, 0.6);
}
.book-lable {
  padding: 20px 0 36px;
  border-bottom: 1px solid rgba(17, 51, 119, 0.1);
}
.book-lable:last-child {
  border-bottom: none;
}
.book-lable .lab-top {
  width: 100%;
  height: 58px;
  line-height: 58px;
  padding-left: 14px;
  position: relative;
  font-size: 18px;
  color: #0a0a0a;
  font-weight: bold;
}
.book-lable .lab-top:after {
  content: '';
  position: absolute;
  left: 0;
  top: 22px;
  width: 6px;
  height: 16px;
  background-color: #116ae4;
}
.book-lable .lab-con p {
  font-size: 14px;
  font-weight: 400;
  color: #0a0a0a;
  line-height: 24px;
}
