.mall_info main .books_left {
  margin-top: 0;
}

.mall_info main .books_right .catalogue .showall {
  height: 100%;
}

.mall_info .synopsis_title {
  align-items: center;
}

.mall_info .reading_txt .on {
  color: #ff7e10;
}

.mall_info a {
  text-decoration: none;
}

.mall_info img {
  width: 100%;
  height: 100%;
}

.mall_info .reading .reading_left .reading_img .reading_img1 {
  width: 100%;
  height: 100%;
  margin: 0;
}

.mall_info .books_right .books_right_lower .lower_s .lower_1 .shop_box .glyphicon-heart {
  color: #cfcfcf;
  font-size: 1rem;
  cursor: pointer;
}

.mall_info .books_right .books_right_lower .lower_s .lower_1 .shop_box .on {
  color: #ff7e10;
}

.mall_info .reading .reading_left .reading_txt .collection {
  align-items: center;
}

.mall_info .reading .reading_left .reading_txt .collection .glyphicon {
  top: 5px;
  font-size: 1.1rem;
  cursor: pointer;
}

.mall_info .reading .reading_left .reading_txt .collection:hover .glyphicon {
  color: #ff7e10;
}

.mall_info .books_right .books_right_lower .lower_s .shop_box {
  align-items: center;
}

.mall_info .resource_r .user-info {
  background-image: none;
}

.mall_info .resource_r .user-info .title {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 0.375rem;
  margin-bottom: 0.625rem;
  padding: 1rem 1.25rem;
  position: relative;
}

.mall_info .resource_r .user-info .title a {
  font-size: 1.5rem;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #232323;
}

.mall_info .resource_r .user-info .title::after {
  content: "";
  display: block;
  height: 0.25rem;
  width: 3.125rem;
  background-color: #3f53d8;
  position: absolute;
  bottom: 0;
}

.mall_info .resource_r .user-info .content li {
  background: #ffffff;
  padding: 1.25rem;
  border: 1px solid #e5e5e5;
}

.mall_info .resource_r .user-info .content li a {
  font-size: 1rem;
  font-family: Noto Sans S Chinese;
  font-weight: 400;
  color: #535353;
  line-height: 1.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media screen and (max-width: 900px) {
  .mall_info .reading .reading_left .reading_txt .collection .glyphicon {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 473px) {
  .mall_info .buy {
    display: flex;
  }
  .mall_info .reading {
    display: flex;
  }
}
